+ . /ovnkube-lib/ovnkube-lib.sh ++ set -x ++ K8S_NODE=ip-10-0-1-9.ec2.internal ++ [[ -n ip-10-0-1-9.ec2.internal ]] ++ [[ -f /env/ip-10-0-1-9.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 'I0310 19:26:16.193833545 - disable conntrack on geneve port' I0310 19:26:16.193833545 - 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 'I0310 19:26:16.240993788 - starting ovnkube-node' I0310 19:26:16.240993788 - 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-9.ec2.internal --init-node ip-10-0-1-9.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-9.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 I0310 19:26:16.296513 3402 config.go:2336] Parsed config file /run/ovnkube-config/ovnkube.conf I0310 19:26:16.296558 3402 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-018f8b4b31.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}} I0310 19:26:16.298206 3402 certificate_manager.go:356] kubernetes.io/kube-apiserver-client: Certificate rotation is enabled I0310 19:26:16.298229 3402 kube.go:419] Waiting for certificate I0310 19:26:16.298264 3402 certificate_manager.go:356] kubernetes.io/kube-apiserver-client: Rotating certificates I0310 19:26:16.298957 3402 envvar.go:172] "Feature gate default state" feature="ClientsAllowCBOR" enabled=false I0310 19:26:16.299049 3402 envvar.go:172] "Feature gate default state" feature="ClientsPreferCBOR" enabled=false I0310 19:26:16.299065 3402 envvar.go:172] "Feature gate default state" feature="InformerResourceVersion" enabled=false I0310 19:26:16.299075 3402 envvar.go:172] "Feature gate default state" feature="WatchListClient" enabled=false I0310 19:26:16.298991 3402 cert_rotation.go:140] Starting client certificate rotation controller I0310 19:26:16.330299 3402 reflector.go:313] Starting reflector *v1.CertificateSigningRequest (0s) from k8s.io/client-go/tools/watch/informerwatcher.go:146 I0310 19:26:16.330313 3402 reflector.go:349] Listing and watching *v1.CertificateSigningRequest from k8s.io/client-go/tools/watch/informerwatcher.go:146 I0310 19:26:16.333132 3402 reflector.go:376] Caches populated for *v1.CertificateSigningRequest from k8s.io/client-go/tools/watch/informerwatcher.go:146 I0310 19:26:16.333192 3402 csr.go:261] certificate signing request csr-5smbq is approved, waiting to be issued I0310 19:26:16.340103 3402 csr.go:257] certificate signing request csr-5smbq is issued I0310 19:26:16.340211 3402 reflector.go:319] Stopping reflector *v1.CertificateSigningRequest (0s) from k8s.io/client-go/tools/watch/informerwatcher.go:146 I0310 19:26:17.298758 3402 kube.go:426] Certificate found I0310 19:26:17.299617 3402 cert_rotation.go:140] Starting client certificate rotation controller I0310 19:26:17.301094 3402 metrics.go:525] Starting metrics server at address "127.0.0.1:29103" I0310 19:26:17.340690 3402 certificate_manager.go:356] kubernetes.io/kube-apiserver-client: Certificate expiration is 2026-03-11 19:21:16 +0000 UTC, rotation deadline is 2026-03-11 14:01:25.439316341 +0000 UTC I0310 19:26:17.340845 3402 certificate_manager.go:356] kubernetes.io/kube-apiserver-client: Waiting 18h35m8.098479634s for next certificate rotation I0310 19:26:17.365002 3402 node_controller_manager.go:151] Starting the node network controller manager, Mode: full I0310 19:26:17.365186 3402 factory.go:530] Starting watch factory I0310 19:26:17.365283 3402 reflector.go:313] Starting reflector *v1.Node (0s) from k8s.io/client-go/informers/factory.go:160 I0310 19:26:17.365349 3402 reflector.go:349] Listing and watching *v1.Node from k8s.io/client-go/informers/factory.go:160 I0310 19:26:17.365428 3402 metrics.go:525] Starting metrics server at address "127.0.0.1:29105" I0310 19:26:17.365439 3402 reflector.go:313] Starting reflector *v1.EndpointSlice (0s) from k8s.io/client-go/informers/factory.go:160 I0310 19:26:17.365946 3402 reflector.go:349] Listing and watching *v1.EndpointSlice from k8s.io/client-go/informers/factory.go:160 I0310 19:26:17.365293 3402 reflector.go:313] Starting reflector *v1.Service (0s) from k8s.io/client-go/informers/factory.go:160 I0310 19:26:17.366179 3402 reflector.go:349] Listing and watching *v1.Service from k8s.io/client-go/informers/factory.go:160 I0310 19:26:17.365340 3402 reflector.go:313] Starting reflector *v1.NetworkPolicy (0s) from k8s.io/client-go/informers/factory.go:160 I0310 19:26:17.366394 3402 reflector.go:349] Listing and watching *v1.NetworkPolicy from k8s.io/client-go/informers/factory.go:160 I0310 19:26:17.365473 3402 reflector.go:313] Starting reflector *v1.Namespace (0s) from k8s.io/client-go/informers/factory.go:160 I0310 19:26:17.366526 3402 reflector.go:349] Listing and watching *v1.Namespace from k8s.io/client-go/informers/factory.go:160 I0310 19:26:17.365291 3402 reflector.go:313] Starting reflector *v1.Pod (0s) from k8s.io/client-go/informers/factory.go:160 I0310 19:26:17.367968 3402 reflector.go:349] Listing and watching *v1.Pod from k8s.io/client-go/informers/factory.go:160 I0310 19:26:17.372608 3402 controller_manager.go:363] Starting the ovnkube controller I0310 19:26:17.372618 3402 controller_manager.go:368] Waiting up to 5m0s for NBDB zone to match: ip-10-0-1-9.ec2.internal I0310 19:26:17.372667 3402 controller_manager.go:388] NBDB zone sync took: 42.29µs I0310 19:26:17.372673 3402 factory.go:530] Starting watch factory I0310 19:26:17.387870 3402 reflector.go:376] Caches populated for *v1.NetworkPolicy from k8s.io/client-go/informers/factory.go:160 I0310 19:26:17.389479 3402 reflector.go:376] Caches populated for *v1.EndpointSlice from k8s.io/client-go/informers/factory.go:160 I0310 19:26:17.389747 3402 reflector.go:376] Caches populated for *v1.Node from k8s.io/client-go/informers/factory.go:160 I0310 19:26:17.393880 3402 ovn_northd.go:126] Found OVNKube Master Pod running on this node. Registering OVN North Metrics I0310 19:26:17.394600 3402 ovn_db.go:377] Found OVN DB Pod running on this node. Registering OVN DB Metrics I0310 19:26:17.395357 3402 reflector.go:376] Caches populated for *v1.Namespace from k8s.io/client-go/informers/factory.go:160 I0310 19:26:17.395574 3402 reflector.go:376] Caches populated for *v1.Service from k8s.io/client-go/informers/factory.go:160 I0310 19:26:17.399023 3402 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 I0310 19:26:17.399056 3402 ovn_db.go:329] ovnnb_db.sock found at /var/run/ovn/ I0310 19:26:17.406511 3402 reflector.go:376] Caches populated for *v1.Pod from k8s.io/client-go/informers/factory.go:160 I0310 19:26:17.418169 3402 ovn_db.go:424] Found db is standalone, don't register db_cluster metrics I0310 19:26:17.470456 3402 reflector.go:313] Starting reflector *v1alpha1.BaselineAdminNetworkPolicy (0s) from sigs.k8s.io/network-policy-api/pkg/client/informers/externalversions/factory.go:141 I0310 19:26:17.470478 3402 reflector.go:349] Listing and watching *v1alpha1.BaselineAdminNetworkPolicy from sigs.k8s.io/network-policy-api/pkg/client/informers/externalversions/factory.go:141 I0310 19:26:17.470458 3402 reflector.go:313] Starting reflector *v1alpha1.AdminNetworkPolicy (0s) from sigs.k8s.io/network-policy-api/pkg/client/informers/externalversions/factory.go:141 I0310 19:26:17.470511 3402 reflector.go:349] Listing and watching *v1alpha1.AdminNetworkPolicy from sigs.k8s.io/network-policy-api/pkg/client/informers/externalversions/factory.go:141 I0310 19:26:17.473724 3402 reflector.go:376] Caches populated for *v1alpha1.AdminNetworkPolicy from sigs.k8s.io/network-policy-api/pkg/client/informers/externalversions/factory.go:141 I0310 19:26:17.473737 3402 reflector.go:376] Caches populated for *v1alpha1.BaselineAdminNetworkPolicy from sigs.k8s.io/network-policy-api/pkg/client/informers/externalversions/factory.go:141 I0310 19:26:17.476291 3402 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 I0310 19:26:17.476303 3402 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 I0310 19:26:17.478944 3402 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 I0310 19:26:17.481359 3402 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 I0310 19:26:17.481371 3402 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 I0310 19:26:17.484008 3402 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 I0310 19:26:17.487328 3402 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 I0310 19:26:17.487338 3402 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 I0310 19:26:17.489898 3402 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 I0310 19:26:17.493186 3402 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 I0310 19:26:17.493195 3402 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 I0310 19:26:17.495690 3402 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 I0310 19:26:17.498963 3402 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 I0310 19:26:17.498978 3402 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 I0310 19:26:17.501712 3402 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 I0310 19:26:17.504965 3402 reflector.go:313] Starting reflector *v1.NetworkAttachmentDefinition (0s) from github.com/k8snetworkplumbingwg/network-attachment-definition-client/pkg/client/informers/externalversions/factory.go:117 I0310 19:26:17.504976 3402 reflector.go:349] Listing and watching *v1.NetworkAttachmentDefinition from github.com/k8snetworkplumbingwg/network-attachment-definition-client/pkg/client/informers/externalversions/factory.go:117 I0310 19:26:17.507668 3402 reflector.go:376] Caches populated for *v1.NetworkAttachmentDefinition from github.com/k8snetworkplumbingwg/network-attachment-definition-client/pkg/client/informers/externalversions/factory.go:117 I0310 19:26:17.509883 3402 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 I0310 19:26:17.509893 3402 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 I0310 19:26:17.509937 3402 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 I0310 19:26:17.509949 3402 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 I0310 19:26:17.513024 3402 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 I0310 19:26:17.513314 3402 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 I0310 19:26:17.515314 3402 default_node_network_controller.go:169] Enable node proxy healthz server on 0.0.0.0:10256 I0310 19:26:17.520740 3402 controller_manager.go:399] Waiting up to 5m0s for a node to have "ip-10-0-1-9.ec2.internal" zone I0310 19:26:17.561592 3402 default_node_network_controller.go:806] Initializing the default node network controller I0310 19:26:17.582366 3402 ovs.go:160] Exec(10): /usr/bin/ovs-vsctl --timeout=15 --no-heading --data=bare --format=csv --columns name list interface I0310 19:26:17.587742 3402 ovs.go:163] Exec(10): stdout: "br-int\nbr-ex\nens5\n" I0310 19:26:17.587757 3402 ovs.go:164] Exec(10): stderr: "" I0310 19:26:17.587840 3402 ovs.go:160] Exec(11): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only get SB_Global . options:name I0310 19:26:17.592076 3402 ovs.go:163] Exec(11): stdout: "ip-10-0-1-9.ec2.internal\n" I0310 19:26:17.592087 3402 ovs.go:164] Exec(11): stderr: "" I0310 19:26:17.592114 3402 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.9 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-9.ec2.internal" I0310 19:26:17.598092 3402 ovs.go:163] Exec(12): stdout: "" I0310 19:26:17.598108 3402 ovs.go:164] Exec(12): stderr: "" I0310 19:26:17.598119 3402 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 I0310 19:26:17.603100 3402 ovs.go:163] Exec(13): stdout: "" I0310 19:26:17.603113 3402 ovs.go:164] Exec(13): stderr: "" I0310 19:26:17.603129 3402 udn_isolation.go:101] Starting UDN host isolation manager I0310 19:26:17.609418 3402 udn_isolation.go:112] Found kubelet cgroup path: system.slice/kubelet.service I0310 19:26:17.656093 3402 controller.go:132] Adding controller udn-host-isolation-manager event handlers I0310 19:26:17.656199 3402 shared_informer.go:313] Waiting for caches to sync for udn-host-isolation-manager I0310 19:26:17.656215 3402 shared_informer.go:320] Caches are synced for udn-host-isolation-manager I0310 19:26:17.688725 3402 controller.go:156] Starting controller udn-host-isolation-manager with 1 workers I0310 19:26:17.688783 3402 default_node_network_controller.go:912] Node ip-10-0-1-9.ec2.internal ready for ovn initialization with subnet 10.128.0.0/23 I0310 19:26:17.694535 3402 kube.go:133] Setting annotations map[k8s.ovn.org/node-encap-ips:["10.0.1.9"] k8s.ovn.org/zone-name:ip-10-0-1-9.ec2.internal] on node ip-10-0-1-9.ec2.internal I0310 19:26:17.711057 3402 config.go:1705] Exec: /usr/bin/ovs-vsctl --timeout=15 set Open_vSwitch . external_ids:ovn-remote="unix:/var/run/ovn/ovnsb_db.sock" I0310 19:26:17.717298 3402 gateway_init.go:332] Initializing Gateway Functionality for Gateway PreStart I0310 19:26:17.717326 3402 ovs.go:160] Exec(14): /usr/bin/ovs-vsctl --timeout=15 port-to-br br-ex I0310 19:26:17.725846 3402 ovs.go:163] Exec(14): stdout: "" I0310 19:26:17.725860 3402 ovs.go:164] Exec(14): stderr: "ovs-vsctl: no port named br-ex\n" I0310 19:26:17.725865 3402 ovs.go:166] Exec(14): err: exit status 1 I0310 19:26:17.725985 3402 helper_linux.go:93] Provided gateway interface "br-ex", found as index: 5 I0310 19:26:17.726112 3402 helper_linux.go:118] Found default gateway interface br-ex 10.0.1.1 I0310 19:26:17.726278 3402 gateway_init.go:369] Preparing Gateway I0310 19:26:17.726290 3402 gateway_shared_intf.go:2405] Creating new gateway I0310 19:26:17.726363 3402 ovs.go:160] Exec(15): /usr/bin/ovs-vsctl --timeout=15 port-to-br br-ex I0310 19:26:17.731530 3402 ovs.go:163] Exec(15): stdout: "" I0310 19:26:17.731541 3402 ovs.go:164] Exec(15): stderr: "ovs-vsctl: no port named br-ex\n" I0310 19:26:17.731547 3402 ovs.go:166] Exec(15): err: exit status 1 I0310 19:26:17.731557 3402 ovs.go:160] Exec(16): /usr/bin/ovs-vsctl --timeout=15 br-exists br-ex I0310 19:26:17.736497 3402 ovs.go:163] Exec(16): stdout: "" I0310 19:26:17.736510 3402 ovs.go:164] Exec(16): stderr: "" I0310 19:26:17.736519 3402 ovs.go:160] Exec(17): /usr/bin/ovs-vsctl --timeout=15 list-ports br-ex I0310 19:26:17.741533 3402 ovs.go:163] Exec(17): stdout: "ens5\n" I0310 19:26:17.741546 3402 ovs.go:164] Exec(17): stderr: "" I0310 19:26:17.741557 3402 ovs.go:160] Exec(18): /usr/bin/ovs-vsctl --timeout=15 get Port ens5 Interfaces I0310 19:26:17.746227 3402 ovs.go:163] Exec(18): stdout: "[5862e95c-91fa-4bab-bbf9-aac1295513d9]\n" I0310 19:26:17.746238 3402 ovs.go:164] Exec(18): stderr: "" I0310 19:26:17.746248 3402 ovs.go:160] Exec(19): /usr/bin/ovs-vsctl --timeout=15 get Interface 5862e95c-91fa-4bab-bbf9-aac1295513d9 Type I0310 19:26:17.750805 3402 ovs.go:163] Exec(19): stdout: "system\n" I0310 19:26:17.750815 3402 ovs.go:164] Exec(19): stderr: "" I0310 19:26:17.750822 3402 ovs.go:160] Exec(20): /usr/bin/ovs-vsctl --timeout=15 get interface ens5 ofport I0310 19:26:17.755374 3402 ovs.go:163] Exec(20): stdout: "1\n" I0310 19:26:17.755386 3402 ovs.go:164] Exec(20): stderr: "" I0310 19:26:17.755396 3402 ovs.go:160] Exec(21): /usr/bin/ovs-vsctl --timeout=15 --if-exists get interface br-ex mac_in_use I0310 19:26:17.759882 3402 ovs.go:163] Exec(21): stdout: "\"0a:ff:d5:f8:46:0d\"\n" I0310 19:26:17.759895 3402 ovs.go:164] Exec(21): stderr: "" I0310 19:26:17.759905 3402 ovs.go:160] Exec(22): /usr/sbin/sysctl -w net/ipv4/conf/br-ex/forwarding=1 I0310 19:26:17.760602 3402 ovs.go:163] Exec(22): stdout: "net.ipv4.conf.br-ex.forwarding = 1\n" I0310 19:26:17.760611 3402 ovs.go:164] Exec(22): stderr: "" I0310 19:26:17.760619 3402 ovs.go:160] Exec(23): /usr/bin/ovs-vsctl --timeout=15 --if-exists get Open_vSwitch . external_ids:ovn-bridge-mappings I0310 19:26:17.765012 3402 ovs.go:163] Exec(23): stdout: "\n" I0310 19:26:17.765024 3402 ovs.go:164] Exec(23): stderr: "" I0310 19:26:17.765035 3402 ovs.go:160] Exec(24): /usr/bin/ovs-vsctl --timeout=15 set Open_vSwitch . external_ids:ovn-bridge-mappings=physnet:br-ex I0310 19:26:17.770346 3402 ovs.go:163] Exec(24): stdout: "" I0310 19:26:17.770360 3402 ovs.go:164] Exec(24): stderr: "" I0310 19:26:17.770373 3402 ovs.go:160] Exec(25): /usr/bin/ovs-vsctl --timeout=15 --if-exists get Open_vSwitch . external_ids:system-id I0310 19:26:17.771515 3402 controller_manager.go:422] Waiting for node in zone sync took: 250.756848ms I0310 19:26:17.771740 3402 ovs.go:160] Exec(26): /usr/bin/ovsdb-client list-columns unix:/var/run/ovn/ovnnb_db.sock --data=bare --no-heading --format=json OVN_Northbound Load_Balancer I0310 19:26:17.775222 3402 ovs.go:163] Exec(25): stdout: "\"ee5f6ed5-5b40-42da-b48f-608cc5f657f6\"\n" I0310 19:26:17.775236 3402 ovs.go:164] Exec(25): stderr: "" I0310 19:26:17.775245 3402 ovs.go:160] Exec(27): /usr/bin/ovs-appctl --timeout=15 dpif/show-dp-features br-ex I0310 19:26:17.776965 3402 ovs.go:163] Exec(26): 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" I0310 19:26:17.776997 3402 ovs.go:164] Exec(26): stderr: "" I0310 19:26:17.777109 3402 controller_manager.go:283] SCTP support detected in OVN I0310 19:26:17.777173 3402 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:u0964085280}] I0310 19:26:17.777231 3402 model_client.go:374] Create operations generated as: [{Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u0964085280}]} fair:{GoSet:[true]} name:acl-logging unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0964085281}] I0310 19:26:17.777290 3402 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:u0964085280} {Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u0964085280}]} fair:{GoSet:[true]} name:acl-logging unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0964085281}] I0310 19:26:17.777825 3402 duration.go:387] Config duration recorder: updated measurement rate to approx 1 in every 30 requests I0310 19:26:17.777938 3402 services_controller.go:70] Creating services controller for network=default I0310 19:26:17.778042 3402 udn_enabled_svc.go:80] Waiting for service informer to sync I0310 19:26:17.778120 3402 controller.go:132] Adding controller [zone-nad-controller NAD controller] event handlers I0310 19:26:17.778167 3402 shared_informer.go:313] Waiting for caches to sync for [zone-nad-controller NAD controller] I0310 19:26:17.778177 3402 shared_informer.go:320] Caches are synced for [zone-nad-controller NAD controller] I0310 19:26:17.778191 3402 controller.go:156] Starting controller [zone-nad-controller NAD controller] with 1 workers I0310 19:26:17.778166 3402 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:u0964085282}] I0310 19:26:17.778224 3402 network_controller.go:246] [zone-nad-controller network controller]: syncing all networks I0310 19:26:17.778232 3402 network_controller.go:257] [zone-nad-controller network controller]: finished syncing all networks. Time taken: 6.877µs I0310 19:26:17.778235 3402 address_set.go:303] New(u0964085282/udn-enabled-svc:UDNEnabledService:udn-enabled-svc-cluster-ips:v4/a3613486944346402462) with [] I0310 19:26:17.778245 3402 controller.go:156] Starting controller [zone-nad-controller network controller] with 1 workers I0310 19:26:17.778244 3402 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:u0964085282}] I0310 19:26:17.778259 3402 nad_controller.go:162] [zone-nad-controller NAD controller]: started I0310 19:26:17.778274 3402 default_network_controller.go:322] Starting the default network controller I0310 19:26:17.778350 3402 default_network_controller.go:367] Existing number of nodes: 3 I0310 19:26:17.778367 3402 ovs.go:160] Exec(28): /usr/bin/ovn-nbctl --timeout=15 --columns=_uuid list Load_Balancer_Group I0310 19:26:17.778665 3402 udn_enabled_svc.go:95] Performing full resync I0310 19:26:17.778743 3402 model_client.go:383] Update operations generated as: [{Op:update Table:Address_Set Row:map[addresses:{GoSet:[172.30.0.1 172.30.0.10]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {3a6be7af-de8b-414a-91e0-b0723abc8b32}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:17.778776 3402 transact.go:43] Configuring OVN: [{Op:update Table:Address_Set Row:map[addresses:{GoSet:[172.30.0.1 172.30.0.10]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {3a6be7af-de8b-414a-91e0-b0723abc8b32}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:17.779018 3402 ovs.go:163] Exec(27): 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" I0310 19:26:17.779042 3402 ovs.go:164] Exec(27): stderr: "" I0310 19:26:17.779078 3402 ovs.go:160] Exec(29): /usr/bin/ovs-vsctl --timeout=15 --if-exists get Open_vSwitch . other_config:hw-offload I0310 19:26:17.779081 3402 udn_enabled_svc.go:99] Waiting for handler to sync I0310 19:26:17.779099 3402 udn_enabled_svc.go:104] Starting worker I0310 19:26:17.782532 3402 ovs.go:163] Exec(28): stdout: "" I0310 19:26:17.782547 3402 ovs.go:164] Exec(28): stderr: "" I0310 19:26:17.782583 3402 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:u0964085283}] I0310 19:26:17.782651 3402 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:u0964085284}] I0310 19:26:17.782684 3402 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:u0964085285}] I0310 19:26:17.782703 3402 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:u0964085283} {Op:insert Table:Load_Balancer_Group Row:map[name:clusterSwitchLBGroup] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0964085284} {Op:insert Table:Load_Balancer_Group Row:map[name:clusterRouterLBGroup] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0964085285}] I0310 19:26:17.783059 3402 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:u0964085286}] I0310 19:26:17.783096 3402 model_client.go:374] Create operations generated as: [{Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u0964085286}]} fair:{GoSet:[true]} name:arp-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0964085287}] I0310 19:26:17.783123 3402 model_client.go:374] Create operations generated as: [{Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u0964085286}]} fair:{GoSet:[true]} name:arp-resolve-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0964085288}] I0310 19:26:17.783163 3402 model_client.go:374] Create operations generated as: [{Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u0964085286}]} fair:{GoSet:[true]} name:bfd-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0964085289}] I0310 19:26:17.783187 3402 model_client.go:374] Create operations generated as: [{Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u0964085286}]} fair:{GoSet:[true]} name:event-elb-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0964085290}] I0310 19:26:17.783210 3402 model_client.go:374] Create operations generated as: [{Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u0964085286}]} fair:{GoSet:[true]} name:icmp4-error-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0964085291}] I0310 19:26:17.783232 3402 model_client.go:374] Create operations generated as: [{Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u0964085286}]} fair:{GoSet:[true]} name:icmp6-error-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0964085292}] I0310 19:26:17.783250 3402 model_client.go:374] Create operations generated as: [{Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u0964085286}]} fair:{GoSet:[true]} name:reject-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0964085293}] I0310 19:26:17.783270 3402 model_client.go:374] Create operations generated as: [{Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u0964085286}]} fair:{GoSet:[true]} name:tcp-reset-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0964085294}] I0310 19:26:17.783291 3402 model_client.go:374] Create operations generated as: [{Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u0964085286}]} fair:{GoSet:[true]} name:svc-monitor-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0964085295}] I0310 19:26:17.783317 3402 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:u0964085296}] I0310 19:26:17.783348 3402 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:u0964085286} {Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u0964085286}]} fair:{GoSet:[true]} name:arp-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0964085287} {Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u0964085286}]} fair:{GoSet:[true]} name:arp-resolve-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0964085288} {Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u0964085286}]} fair:{GoSet:[true]} name:bfd-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0964085289} {Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u0964085286}]} fair:{GoSet:[true]} name:event-elb-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0964085290} {Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u0964085286}]} fair:{GoSet:[true]} name:icmp4-error-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0964085291} {Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u0964085286}]} fair:{GoSet:[true]} name:icmp6-error-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0964085292} {Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u0964085286}]} fair:{GoSet:[true]} name:reject-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0964085293} {Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u0964085286}]} fair:{GoSet:[true]} name:tcp-reset-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0964085294} {Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u0964085286}]} fair:{GoSet:[true]} name:svc-monitor-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0964085295} {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:u0964085296}] I0310 19:26:17.783925 3402 ovs.go:163] Exec(29): stdout: "\n" I0310 19:26:17.783938 3402 ovs.go:164] Exec(29): stderr: "" I0310 19:26:17.784342 3402 model_client.go:374] Create operations generated as: [{Op:insert Table:Logical_Router Row:map[copp:{GoSet:[{GoUUID:d51810e0-cdd4-49e7-9027-7f6b6aeb7de6}]} 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:u0964085297}] I0310 19:26:17.784367 3402 transact.go:43] Configuring OVN: [{Op:wait Table:Logical_Router Row:map[] Rows:[map[name:ovn_cluster_router]] Columns:[name] Mutations:[] Timeout:0xc000725250 Where:[where column name == ovn_cluster_router] Until:!= Durable: Comment: Lock: UUID: UUIDName:} {Op:insert Table:Logical_Router Row:map[copp:{GoSet:[{GoUUID:d51810e0-cdd4-49e7-9027-7f6b6aeb7de6}]} 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:u0964085297}] I0310 19:26:17.784557 3402 ovs.go:160] Exec(30): /usr/bin/ovs-appctl --timeout=15 fdb/add br-ex br-ex 0 0a:ff:d5:f8:46:0d I0310 19:26:17.784734 3402 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:u0964085298}] I0310 19:26:17.784770 3402 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:u0964085298}] I0310 19:26:17.785086 3402 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:u0964085299}] I0310 19:26:17.785106 3402 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:u0964085299}] I0310 19:26:17.785406 3402 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:u0964085300}] I0310 19:26:17.785461 3402 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:u0964085301}] I0310 19:26:17.785513 3402 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:u0964085300} {GoUUID:u0964085301}]}}] Timeout: Where:[where column _uuid == {7af60d02-4c8a-442e-bd18-2474ce9ed5c2}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:17.785537 3402 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:u0964085300} {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:u0964085301} {Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:acls Mutator:insert Value:{GoSet:[{GoUUID:u0964085300} {GoUUID:u0964085301}]}}] Timeout: Where:[where column _uuid == {7af60d02-4c8a-442e-bd18-2474ce9ed5c2}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:17.786119 3402 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:u0964085302}] I0310 19:26:17.786185 3402 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:u0964085303}] I0310 19:26:17.786227 3402 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:u0964085302} {GoUUID:u0964085303}]}}] Timeout: Where:[where column _uuid == {315e401d-6ffd-49a1-b7f8-9bc8dd95b340}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:17.786244 3402 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:u0964085302} {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:u0964085303} {Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:acls Mutator:insert Value:{GoSet:[{GoUUID:u0964085302} {GoUUID:u0964085303}]}}] Timeout: Where:[where column _uuid == {315e401d-6ffd-49a1-b7f8-9bc8dd95b340}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:17.786826 3402 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:u0964085304}] I0310 19:26:17.786844 3402 transact.go:43] Configuring OVN: [{Op:wait Table:Logical_Switch Row:map[] Rows:[map[name:join]] Columns:[name] Mutations:[] Timeout:0xc008b45ce0 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:u0964085304}] I0310 19:26:17.787088 3402 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:u0964085305}] I0310 19:26:17.787131 3402 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:u0964085305}]}}] Timeout: Where:[where column _uuid == {935e56e5-519c-483f-8471-7339fb01e931}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:17.787168 3402 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:u0964085305} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u0964085305}]}}] Timeout: Where:[where column _uuid == {935e56e5-519c-483f-8471-7339fb01e931}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:17.787568 3402 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:u0964085306}] I0310 19:26:17.787629 3402 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:u0964085306}]}}] Timeout: Where:[where column _uuid == {bf545a1e-6c94-4601-8bbb-6bc6497faba7}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:17.787656 3402 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:u0964085306} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u0964085306}]}}] Timeout: Where:[where column _uuid == {bf545a1e-6c94-4601-8bbb-6bc6497faba7}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:17.787971 3402 default_network_controller.go:389] Cleaning External Gateway ECMP routes I0310 19:26:17.788040 3402 repair.go:33] Syncing exgw routes took 57.529µs I0310 19:26:17.788061 3402 default_network_controller.go:408] Starting all the Watchers... I0310 19:26:17.788190 3402 ovs.go:163] Exec(30): stdout: "Overriding already existing dynamic entry on LOCAL\n" I0310 19:26:17.788213 3402 ovs.go:164] Exec(30): stderr: "" I0310 19:26:17.788292 3402 obj_retry.go:509] Add event received for *v1.Namespace openshift-backplane-mobb I0310 19:26:17.788303 3402 iptables.go:144] Deleting rule in table: filter, chain: FORWARD with args: "-p tcp -m tcp --dport 22623 -j REJECT" for protocol: 0 I0310 19:26:17.788308 3402 obj_retry.go:509] Add event received for *v1.Namespace openshift-etcd I0310 19:26:17.788310 3402 obj_retry.go:509] Add event received for *v1.Namespace openshift-insights I0310 19:26:17.788311 3402 obj_retry.go:509] Add event received for *v1.Namespace openshift-backplane-srep-ro I0310 19:26:17.788329 3402 obj_retry.go:509] Add event received for *v1.Namespace kube-system I0310 19:26:17.788349 3402 obj_retry.go:509] Add event received for *v1.Namespace openshift-backplane-csm I0310 19:26:17.788350 3402 obj_retry.go:509] Add event received for *v1.Namespace openshift-cluster-samples-operator I0310 19:26:17.788350 3402 obj_retry.go:509] Add event received for *v1.Namespace openshift-cluster-csi-drivers I0310 19:26:17.788362 3402 obj_retry.go:509] Add event received for *v1.Namespace openshift-network-node-identity I0310 19:26:17.788366 3402 namespace.go:93] [kube-system] adding namespace I0310 19:26:17.788365 3402 obj_retry.go:509] Add event received for *v1.Namespace openshift-backplane-cse I0310 19:26:17.788370 3402 namespace.go:93] [openshift-backplane-csm] adding namespace I0310 19:26:17.788336 3402 namespace.go:93] [openshift-backplane-srep-ro] adding namespace I0310 19:26:17.788377 3402 namespace.go:93] [openshift-cluster-samples-operator] adding namespace I0310 19:26:17.788380 3402 namespace.go:93] [openshift-cluster-csi-drivers] adding namespace I0310 19:26:17.788296 3402 obj_retry.go:509] Add event received for *v1.Namespace openshift-backplane-lpsre I0310 19:26:17.788386 3402 namespace.go:93] [openshift-network-node-identity] adding namespace I0310 19:26:17.788387 3402 namespace.go:93] [openshift-backplane-cse] adding namespace I0310 19:26:17.788402 3402 namespace.go:93] [openshift-backplane-lpsre] adding namespace I0310 19:26:17.788349 3402 obj_retry.go:509] Add event received for *v1.Namespace openshift-apiserver-operator I0310 19:26:17.788425 3402 namespace.go:93] [openshift-apiserver-operator] adding namespace I0310 19:26:17.788336 3402 namespace.go:93] [openshift-backplane-mobb] adding namespace I0310 19:26:17.788336 3402 obj_retry.go:509] Add event received for *v1.Namespace openshift-route-controller-manager I0310 19:26:17.788448 3402 namespace.go:93] [openshift-route-controller-manager] adding namespace I0310 19:26:17.788295 3402 obj_retry.go:509] Add event received for *v1.Namespace openshift-multus I0310 19:26:17.788476 3402 namespace.go:93] [openshift-multus] adding namespace I0310 19:26:17.788336 3402 namespace.go:93] [openshift-etcd] adding namespace I0310 19:26:17.788458 3402 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:u0964085307}] I0310 19:26:17.788489 3402 address_set.go:303] New(u0964085307/default-network-controller:Namespace:openshift-backplane-csm:v4/a11079310369539273179) with [] I0310 19:26:17.788496 3402 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:u0964085307}] I0310 19:26:17.788336 3402 namespace.go:93] [openshift-insights] adding namespace I0310 19:26:17.788350 3402 obj_retry.go:509] Add event received for *v1.Namespace openshift-backplane-srep I0310 19:26:17.788560 3402 namespace.go:93] [openshift-backplane-srep] adding namespace I0310 19:26:17.788815 3402 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:u0964085308}] I0310 19:26:17.788836 3402 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:u0964085308}] I0310 19:26:17.789064 3402 namespace.go:97] [openshift-backplane-csm] adding namespace took 688.122µs I0310 19:26:17.789075 3402 obj_retry.go:548] Creating *v1.Namespace openshift-backplane-csm took: 716.288µs I0310 19:26:17.789084 3402 obj_retry.go:509] Add event received for *v1.Namespace openshift-monitoring I0310 19:26:17.789089 3402 namespace.go:93] [openshift-monitoring] adding namespace I0310 19:26:17.789130 3402 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:u0964085309}] I0310 19:26:17.789169 3402 address_set.go:303] New(u0964085309/default-network-controller:Namespace:openshift-monitoring:v4/a5151710470485437164) with [] I0310 19:26:17.789177 3402 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:u0964085309}] I0310 19:26:17.789443 3402 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:u0964085310}] I0310 19:26:17.789466 3402 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:u0964085310}] I0310 19:26:17.789708 3402 namespace.go:97] [openshift-monitoring] adding namespace took 613.351µs I0310 19:26:17.789721 3402 obj_retry.go:548] Creating *v1.Namespace openshift-monitoring took: 629.986µs I0310 19:26:17.789729 3402 obj_retry.go:509] Add event received for *v1.Namespace openshift-image-registry I0310 19:26:17.789734 3402 namespace.go:93] [openshift-image-registry] adding namespace I0310 19:26:17.790137 3402 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:u0964085311}] I0310 19:26:17.790200 3402 address_set.go:303] New(u0964085311/default-network-controller:Namespace:openshift-image-registry:v4/a65811733811199347) with [] I0310 19:26:17.790206 3402 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:u0964085311}] I0310 19:26:17.790538 3402 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:u0964085312}] I0310 19:26:17.790569 3402 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:u0964085312}] I0310 19:26:17.790819 3402 namespace.go:97] [openshift-image-registry] adding namespace took 1.078233ms I0310 19:26:17.790835 3402 obj_retry.go:548] Creating *v1.Namespace openshift-image-registry took: 1.096832ms I0310 19:26:17.790847 3402 obj_retry.go:509] Add event received for *v1.Namespace openshift-authentication-operator I0310 19:26:17.790857 3402 namespace.go:93] [openshift-authentication-operator] adding namespace I0310 19:26:17.790862 3402 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:u0964085313}] I0310 19:26:17.790883 3402 address_set.go:303] New(u0964085313/default-network-controller:Namespace:kube-system:v4/a8746611765617041202) with [] I0310 19:26:17.790888 3402 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:u0964085313}] I0310 19:26:17.791232 3402 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:u0964085314}] I0310 19:26:17.791264 3402 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:u0964085314}] I0310 19:26:17.791530 3402 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:u0964085315}] I0310 19:26:17.791552 3402 address_set.go:303] New(u0964085315/default-network-controller:Namespace:openshift-backplane-srep-ro:v4/a11093797821988339384) with [] I0310 19:26:17.791554 3402 namespace.go:97] [kube-system] adding namespace took 3.182159ms I0310 19:26:17.791563 3402 obj_retry.go:548] Creating *v1.Namespace kube-system took: 3.210894ms I0310 19:26:17.791557 3402 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:u0964085315}] I0310 19:26:17.791571 3402 obj_retry.go:509] Add event received for *v1.Namespace openshift-config I0310 19:26:17.791577 3402 namespace.go:93] [openshift-config] adding namespace I0310 19:26:17.791828 3402 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:u0964085316}] I0310 19:26:17.791852 3402 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:u0964085316}] I0310 19:26:17.792172 3402 namespace.go:97] [openshift-backplane-srep-ro] adding namespace took 3.789708ms I0310 19:26:17.792182 3402 obj_retry.go:548] Creating *v1.Namespace openshift-backplane-srep-ro took: 3.857073ms I0310 19:26:17.792189 3402 obj_retry.go:509] Add event received for *v1.Namespace openshift-package-operator I0310 19:26:17.792194 3402 namespace.go:93] [openshift-package-operator] adding namespace I0310 19:26:17.792221 3402 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:u0964085317}] I0310 19:26:17.792251 3402 address_set.go:303] New(u0964085317/default-network-controller:Namespace:openshift-cluster-samples-operator:v4/a3083655245828550199) with [] I0310 19:26:17.792261 3402 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:u0964085317}] I0310 19:26:17.792577 3402 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:u0964085318}] I0310 19:26:17.792598 3402 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:u0964085318}] I0310 19:26:17.792877 3402 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:u0964085319}] I0310 19:26:17.792890 3402 namespace.go:97] [openshift-cluster-samples-operator] adding namespace took 4.502259ms I0310 19:26:17.792898 3402 address_set.go:303] New(u0964085319/default-network-controller:Namespace:openshift-cluster-csi-drivers:v4/a12187954455470212926) with [] I0310 19:26:17.792905 3402 obj_retry.go:548] Creating *v1.Namespace openshift-cluster-samples-operator took: 4.543015ms I0310 19:26:17.792904 3402 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:u0964085319}] I0310 19:26:17.792918 3402 obj_retry.go:509] Add event received for *v1.Namespace open-cluster-management-2ov1rmga1lmertbm3075pr3fjmubsbm3 I0310 19:26:17.792928 3402 namespace.go:93] [open-cluster-management-2ov1rmga1lmertbm3075pr3fjmubsbm3] adding namespace I0310 19:26:17.793244 3402 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:u0964085320}] I0310 19:26:17.793263 3402 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:u0964085320}] I0310 19:26:17.793541 3402 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:u0964085321}] I0310 19:26:17.793561 3402 address_set.go:303] New(u0964085321/default-network-controller:Namespace:openshift-network-node-identity:v4/a6647208685787594228) with [] I0310 19:26:17.793565 3402 namespace.go:97] [openshift-cluster-csi-drivers] adding namespace took 5.175774ms I0310 19:26:17.793566 3402 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:u0964085321}] I0310 19:26:17.793579 3402 obj_retry.go:548] Creating *v1.Namespace openshift-cluster-csi-drivers took: 5.2121ms I0310 19:26:17.793591 3402 obj_retry.go:509] Add event received for *v1.Namespace openshift-kube-scheduler I0310 19:26:17.793602 3402 namespace.go:93] [openshift-kube-scheduler] adding namespace I0310 19:26:17.793917 3402 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:u0964085322}] I0310 19:26:17.793946 3402 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:u0964085322}] I0310 19:26:17.794242 3402 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:u0964085323}] I0310 19:26:17.794264 3402 address_set.go:303] New(u0964085323/default-network-controller:Namespace:openshift-backplane-cse:v4/a5782637696158473523) with [] I0310 19:26:17.794267 3402 namespace.go:97] [openshift-network-node-identity] adding namespace took 5.873277ms I0310 19:26:17.794269 3402 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:u0964085323}] I0310 19:26:17.794279 3402 obj_retry.go:548] Creating *v1.Namespace openshift-network-node-identity took: 5.903843ms I0310 19:26:17.794291 3402 obj_retry.go:509] Add event received for *v1.Namespace openshift-kube-apiserver I0310 19:26:17.794299 3402 namespace.go:93] [openshift-kube-apiserver] adding namespace I0310 19:26:17.794546 3402 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:u0964085324}] I0310 19:26:17.794574 3402 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:u0964085324}] I0310 19:26:17.794890 3402 namespace.go:97] [openshift-backplane-cse] adding namespace took 6.496999ms I0310 19:26:17.794885 3402 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:u0964085325}] I0310 19:26:17.794902 3402 obj_retry.go:548] Creating *v1.Namespace openshift-backplane-cse took: 6.525358ms I0310 19:26:17.794912 3402 address_set.go:303] New(u0964085325/default-network-controller:Namespace:openshift-backplane-lpsre:v4/a14720488555408461788) with [] I0310 19:26:17.794916 3402 obj_retry.go:509] Add event received for *v1.Namespace openshift-machine-api I0310 19:26:17.794924 3402 namespace.go:93] [openshift-machine-api] adding namespace I0310 19:26:17.794918 3402 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:u0964085325}] I0310 19:26:17.795207 3402 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:u0964085326}] I0310 19:26:17.795228 3402 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:u0964085326}] I0310 19:26:17.795560 3402 namespace.go:97] [openshift-backplane-lpsre] adding namespace took 7.148114ms I0310 19:26:17.795555 3402 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:u0964085327}] I0310 19:26:17.795572 3402 obj_retry.go:548] Creating *v1.Namespace openshift-backplane-lpsre took: 7.179515ms I0310 19:26:17.795580 3402 address_set.go:303] New(u0964085327/default-network-controller:Namespace:openshift-apiserver-operator:v4/a17733727332347776420) with [] I0310 19:26:17.795582 3402 obj_retry.go:509] Add event received for *v1.Namespace openshift-operators I0310 19:26:17.795590 3402 namespace.go:93] [openshift-operators] adding namespace I0310 19:26:17.795589 3402 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:u0964085327}] I0310 19:26:17.795857 3402 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:u0964085328}] I0310 19:26:17.795878 3402 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:u0964085328}] I0310 19:26:17.796121 3402 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:u0964085329}] I0310 19:26:17.796157 3402 namespace.go:97] [openshift-apiserver-operator] adding namespace took 7.709638ms I0310 19:26:17.796142 3402 address_set.go:303] New(u0964085329/default-network-controller:Namespace:openshift-backplane-mobb:v4/a17945876981827356512) with [] I0310 19:26:17.796170 3402 obj_retry.go:548] Creating *v1.Namespace openshift-apiserver-operator took: 7.752384ms I0310 19:26:17.796171 3402 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:u0964085329}] I0310 19:26:17.796181 3402 obj_retry.go:509] Add event received for *v1.Namespace openshift-kube-controller-manager-operator I0310 19:26:17.796188 3402 namespace.go:93] [openshift-kube-controller-manager-operator] adding namespace I0310 19:26:17.796556 3402 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:u0964085330}] I0310 19:26:17.796587 3402 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:u0964085330}] I0310 19:26:17.796946 3402 namespace.go:97] [openshift-backplane-mobb] adding namespace took 8.510202ms I0310 19:26:17.796961 3402 obj_retry.go:548] Creating *v1.Namespace openshift-backplane-mobb took: 8.644259ms I0310 19:26:17.796972 3402 obj_retry.go:509] Add event received for *v1.Namespace openshift-kube-apiserver-operator I0310 19:26:17.796981 3402 namespace.go:93] [openshift-kube-apiserver-operator] adding namespace I0310 19:26:17.796970 3402 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:u0964085331}] I0310 19:26:17.796992 3402 address_set.go:303] New(u0964085331/default-network-controller:Namespace:openshift-route-controller-manager:v4/a5513313330862551964) with [] I0310 19:26:17.796997 3402 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:u0964085331}] I0310 19:26:17.797347 3402 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:u0964085332}] I0310 19:26:17.797369 3402 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:u0964085332}] I0310 19:26:17.797502 3402 iptables.go:144] Deleting rule in table: filter, chain: FORWARD with args: "-p tcp -m tcp --dport 22624 -j REJECT" for protocol: 0 W0310 19:26:17.797691 3402 base_network_controller_namespace.go:409] Failed to get IPs for pod openshift-multus/network-metrics-daemon-9ptrz: pod openshift-multus/network-metrics-daemon-9ptrz: no pod IPs found W0310 19:26:17.797708 3402 base_network_controller_namespace.go:409] Failed to get IPs for pod openshift-multus/network-metrics-daemon-dgrtz: pod openshift-multus/network-metrics-daemon-dgrtz: no pod IPs found W0310 19:26:17.797717 3402 base_network_controller_namespace.go:409] Failed to get IPs for pod openshift-multus/network-metrics-daemon-5fzc6: pod openshift-multus/network-metrics-daemon-5fzc6: no pod IPs found I0310 19:26:17.797718 3402 namespace.go:97] [openshift-route-controller-manager] adding namespace took 9.25872ms I0310 19:26:17.797728 3402 obj_retry.go:548] Creating *v1.Namespace openshift-route-controller-manager took: 9.288691ms I0310 19:26:17.797737 3402 obj_retry.go:509] Add event received for *v1.Namespace openshift-cluster-node-tuning-operator I0310 19:26:17.797747 3402 namespace.go:93] [openshift-cluster-node-tuning-operator] adding namespace I0310 19:26:17.797783 3402 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:u0964085333}] I0310 19:26:17.797817 3402 address_set.go:303] New(u0964085333/default-network-controller:Namespace:openshift-multus:v4/a13687770890520536676) with [] I0310 19:26:17.797827 3402 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:u0964085333}] I0310 19:26:17.798219 3402 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:u0964085334}] I0310 19:26:17.798252 3402 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:u0964085334}] I0310 19:26:17.798639 3402 namespace.go:97] [openshift-multus] adding namespace took 10.155624ms I0310 19:26:17.798653 3402 obj_retry.go:548] Creating *v1.Namespace openshift-multus took: 10.186793ms I0310 19:26:17.798666 3402 obj_retry.go:509] Add event received for *v1.Namespace openshift-kube-controller-manager I0310 19:26:17.798675 3402 namespace.go:93] [openshift-kube-controller-manager] adding namespace I0310 19:26:17.798625 3402 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:u0964085335}] I0310 19:26:17.798692 3402 address_set.go:303] New(u0964085335/default-network-controller:Namespace:openshift-etcd:v4/a1263951348256964356) with [] I0310 19:26:17.798703 3402 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:u0964085335}] I0310 19:26:17.799052 3402 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:u0964085336}] I0310 19:26:17.799077 3402 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:u0964085336}] I0310 19:26:17.799095 3402 iptables.go:144] Deleting rule in table: filter, chain: OUTPUT with args: "-p tcp -m tcp --dport 22623 -j REJECT" for protocol: 0 I0310 19:26:17.799418 3402 namespace.go:97] [openshift-etcd] adding namespace took 10.932117ms I0310 19:26:17.799412 3402 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:u0964085337}] I0310 19:26:17.799432 3402 obj_retry.go:548] Creating *v1.Namespace openshift-etcd took: 11.111649ms I0310 19:26:17.799436 3402 address_set.go:303] New(u0964085337/default-network-controller:Namespace:openshift-insights:v4/a17978228596290493481) with [] I0310 19:26:17.799440 3402 obj_retry.go:509] Add event received for *v1.Namespace openshift-marketplace I0310 19:26:17.799447 3402 namespace.go:93] [openshift-marketplace] adding namespace I0310 19:26:17.799447 3402 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:u0964085337}] I0310 19:26:17.799730 3402 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:u0964085338}] I0310 19:26:17.799750 3402 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:u0964085338}] I0310 19:26:17.800029 3402 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:u0964085339}] I0310 19:26:17.800042 3402 namespace.go:97] [openshift-insights] adding namespace took 11.489866ms I0310 19:26:17.800051 3402 address_set.go:303] New(u0964085339/default-network-controller:Namespace:openshift-backplane-srep:v4/a472588050935484448) with [] I0310 19:26:17.800056 3402 obj_retry.go:548] Creating *v1.Namespace openshift-insights took: 11.731998ms I0310 19:26:17.800066 3402 obj_retry.go:509] Add event received for *v1.Namespace openshift-cloud-controller-manager I0310 19:26:17.800056 3402 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:u0964085339}] I0310 19:26:17.800075 3402 namespace.go:93] [openshift-cloud-controller-manager] adding namespace I0310 19:26:17.800360 3402 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:u0964085340}] I0310 19:26:17.800389 3402 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:u0964085340}] I0310 19:26:17.800464 3402 iptables.go:144] Deleting rule in table: filter, chain: OUTPUT with args: "-p tcp -m tcp --dport 22624 -j REJECT" for protocol: 0 I0310 19:26:17.800653 3402 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:u0964085341}] I0310 19:26:17.800679 3402 address_set.go:303] New(u0964085341/default-network-controller:Namespace:openshift-authentication-operator:v4/a11592754075545683359) with [] I0310 19:26:17.800696 3402 namespace.go:97] [openshift-backplane-srep] adding namespace took 12.127497ms I0310 19:26:17.800707 3402 obj_retry.go:548] Creating *v1.Namespace openshift-backplane-srep took: 12.151506ms I0310 19:26:17.800689 3402 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:u0964085341}] I0310 19:26:17.800717 3402 obj_retry.go:509] Add event received for *v1.Namespace openshift-ingress-operator I0310 19:26:17.800723 3402 namespace.go:93] [openshift-ingress-operator] adding namespace I0310 19:26:17.800991 3402 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:u0964085342}] I0310 19:26:17.801012 3402 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:u0964085342}] I0310 19:26:17.801307 3402 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:u0964085343}] I0310 19:26:17.801338 3402 address_set.go:303] New(u0964085343/default-network-controller:Namespace:openshift-config:v4/a14322580666718461836) with [] I0310 19:26:17.801341 3402 namespace.go:97] [openshift-authentication-operator] adding namespace took 10.477518ms I0310 19:26:17.801351 3402 obj_retry.go:548] Creating *v1.Namespace openshift-authentication-operator took: 10.495088ms I0310 19:26:17.801346 3402 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:u0964085343}] I0310 19:26:17.801595 3402 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:u0964085344}] I0310 19:26:17.801614 3402 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:u0964085344}] I0310 19:26:17.801754 3402 iptables.go:108] Creating table: filter chain: FORWARD I0310 19:26:17.801873 3402 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:u0964085345}] I0310 19:26:17.801898 3402 address_set.go:303] New(u0964085345/default-network-controller:Namespace:openshift-package-operator:v4/a5835920249265963763) with [] I0310 19:26:17.801911 3402 namespace.go:97] [openshift-config] adding namespace took 10.328758ms I0310 19:26:17.801906 3402 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:u0964085345}] I0310 19:26:17.801922 3402 obj_retry.go:548] Creating *v1.Namespace openshift-config took: 10.344055ms I0310 19:26:17.801930 3402 obj_retry.go:509] Add event received for *v1.Namespace openshift-machine-config-operator I0310 19:26:17.801936 3402 namespace.go:93] [openshift-machine-config-operator] adding namespace I0310 19:26:17.802251 3402 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:u0964085346}] I0310 19:26:17.802268 3402 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:u0964085346}] I0310 19:26:17.802519 3402 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-2ov1rmga1lmertbm3075pr3fjmubsbm3:v4 k8s.ovn.org/name:open-cluster-management-2ov1rmga1lmertbm3075pr3fjmubsbm3 k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a809913914165583023] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0964085347}] I0310 19:26:17.802541 3402 address_set.go:303] New(u0964085347/default-network-controller:Namespace:open-cluster-management-2ov1rmga1lmertbm3075pr3fjmubsbm3:v4/a809913914165583023) with [] I0310 19:26:17.802555 3402 namespace.go:97] [openshift-package-operator] adding namespace took 10.354025ms I0310 19:26:17.802571 3402 obj_retry.go:548] Creating *v1.Namespace openshift-package-operator took: 10.374765ms I0310 19:26:17.802579 3402 obj_retry.go:509] Add event received for *v1.Namespace openshift-node I0310 19:26:17.802585 3402 namespace.go:93] [openshift-node] adding namespace I0310 19:26:17.802548 3402 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-2ov1rmga1lmertbm3075pr3fjmubsbm3:v4 k8s.ovn.org/name:open-cluster-management-2ov1rmga1lmertbm3075pr3fjmubsbm3 k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a809913914165583023] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0964085347}] I0310 19:26:17.802842 3402 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. I0310 19:26:17.802853 3402 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-2ov1rmga1lmertbm3075pr3fjmubsbm3 k8s.ovn.org/name:open-cluster-management-2ov1rmga1lmertbm3075pr3fjmubsbm3 k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a16151555662026595109] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0964085348}] I0310 19:26:17.802973 3402 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-2ov1rmga1lmertbm3075pr3fjmubsbm3 k8s.ovn.org/name:open-cluster-management-2ov1rmga1lmertbm3075pr3fjmubsbm3 k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a16151555662026595109] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0964085348}] I0310 19:26:17.803347 3402 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:u0964085349}] I0310 19:26:17.803373 3402 address_set.go:303] New(u0964085349/default-network-controller:Namespace:openshift-kube-scheduler:v4/a15634036902741400949) with [] I0310 19:26:17.803380 3402 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:u0964085349}] I0310 19:26:17.803389 3402 namespace.go:97] [open-cluster-management-2ov1rmga1lmertbm3075pr3fjmubsbm3] adding namespace took 10.451249ms I0310 19:26:17.803407 3402 obj_retry.go:548] Creating *v1.Namespace open-cluster-management-2ov1rmga1lmertbm3075pr3fjmubsbm3 took: 10.477297ms I0310 19:26:17.803420 3402 obj_retry.go:509] Add event received for *v1.Namespace openshift-backplane-cee I0310 19:26:17.803429 3402 namespace.go:93] [openshift-backplane-cee] adding namespace I0310 19:26:17.803750 3402 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:u0964085350}] I0310 19:26:17.803780 3402 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:u0964085350}] I0310 19:26:17.804170 3402 namespace.go:97] [openshift-kube-scheduler] adding namespace took 10.557613ms I0310 19:26:17.804140 3402 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:u0964085351}] I0310 19:26:17.804186 3402 obj_retry.go:548] Creating *v1.Namespace openshift-kube-scheduler took: 10.58418ms I0310 19:26:17.804191 3402 address_set.go:303] New(u0964085351/default-network-controller:Namespace:openshift-kube-apiserver:v4/a4531626005796422843) with [] I0310 19:26:17.804198 3402 obj_retry.go:509] Add event received for *v1.Namespace openshift-host-network I0310 19:26:17.804206 3402 namespace.go:93] [openshift-host-network] adding namespace I0310 19:26:17.804200 3402 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:u0964085351}] I0310 19:26:17.804330 3402 iptables.go:121] Adding rule in table: filter, chain: FORWARD with args: "-p tcp -m tcp --dport 22623 --syn -j REJECT" for protocol: 0 I0310 19:26:17.804575 3402 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:u0964085352}] I0310 19:26:17.804605 3402 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:u0964085352}] I0310 19:26:17.804966 3402 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:u0964085353}] I0310 19:26:17.805018 3402 address_set.go:303] New(u0964085353/default-network-controller:Namespace:openshift-machine-api:v4/a8146979490545162082) with [] I0310 19:26:17.805030 3402 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:u0964085353}] I0310 19:26:17.804999 3402 namespace.go:97] [openshift-kube-apiserver] adding namespace took 10.690979ms I0310 19:26:17.805092 3402 obj_retry.go:548] Creating *v1.Namespace openshift-kube-apiserver took: 10.791058ms I0310 19:26:17.805105 3402 obj_retry.go:509] Add event received for *v1.Namespace openshift-apiserver I0310 19:26:17.805113 3402 namespace.go:93] [openshift-apiserver] adding namespace I0310 19:26:17.805457 3402 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:u0964085354}] I0310 19:26:17.805490 3402 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:u0964085354}] I0310 19:26:17.805887 3402 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:u0964085355}] I0310 19:26:17.805967 3402 address_set.go:303] New(u0964085355/default-network-controller:Namespace:openshift-operators:v4/a17780485792851514981) with [] I0310 19:26:17.805986 3402 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:u0964085355}] I0310 19:26:17.805924 3402 namespace.go:97] [openshift-machine-api] adding namespace took 10.991089ms I0310 19:26:17.806044 3402 obj_retry.go:548] Creating *v1.Namespace openshift-machine-api took: 11.114032ms I0310 19:26:17.806068 3402 obj_retry.go:509] Add event received for *v1.Namespace openshift-dns I0310 19:26:17.806077 3402 namespace.go:93] [openshift-dns] adding namespace I0310 19:26:17.806433 3402 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:u0964085356}] I0310 19:26:17.806461 3402 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:u0964085356}] I0310 19:26:17.806836 3402 namespace.go:97] [openshift-operators] adding namespace took 11.237884ms I0310 19:26:17.806853 3402 obj_retry.go:548] Creating *v1.Namespace openshift-operators took: 11.259106ms I0310 19:26:17.806841 3402 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:u0964085357}] I0310 19:26:17.806872 3402 address_set.go:303] New(u0964085357/default-network-controller:Namespace:openshift-kube-controller-manager-operator:v4/a13990978431870169537) with [] I0310 19:26:17.806881 3402 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:u0964085357}] I0310 19:26:17.806862 3402 obj_retry.go:509] Add event received for *v1.Namespace openshift-controller-manager-operator I0310 19:26:17.806944 3402 namespace.go:93] [openshift-controller-manager-operator] adding namespace I0310 19:26:17.807296 3402 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:u0964085358}] I0310 19:26:17.807330 3402 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:u0964085358}] I0310 19:26:17.807695 3402 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:u0964085359}] I0310 19:26:17.807733 3402 address_set.go:303] New(u0964085359/default-network-controller:Namespace:openshift-kube-apiserver-operator:v4/a11465645704438275080) with [] I0310 19:26:17.807741 3402 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:u0964085359}] I0310 19:26:17.807814 3402 namespace.go:97] [openshift-kube-controller-manager-operator] adding namespace took 11.619398ms I0310 19:26:17.807828 3402 obj_retry.go:548] Creating *v1.Namespace openshift-kube-controller-manager-operator took: 11.63666ms I0310 19:26:17.807838 3402 obj_retry.go:509] Add event received for *v1.Namespace openshift-cloud-network-config-controller I0310 19:26:17.807846 3402 namespace.go:93] [openshift-cloud-network-config-controller] adding namespace I0310 19:26:17.807877 3402 iptables.go:121] Adding rule in table: filter, chain: FORWARD with args: "-p tcp -m tcp --dport 22624 --syn -j REJECT" for protocol: 0 I0310 19:26:17.808095 3402 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:u0964085360}] I0310 19:26:17.808120 3402 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:u0964085360}] I0310 19:26:17.808556 3402 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:u0964085361}] I0310 19:26:17.808587 3402 namespace.go:97] [openshift-kube-apiserver-operator] adding namespace took 11.599192ms I0310 19:26:17.808591 3402 address_set.go:303] New(u0964085361/default-network-controller:Namespace:openshift-cluster-node-tuning-operator:v4/a10032735054068291610) with [] I0310 19:26:17.808600 3402 obj_retry.go:548] Creating *v1.Namespace openshift-kube-apiserver-operator took: 11.617329ms I0310 19:26:17.808611 3402 obj_retry.go:509] Add event received for *v1.Namespace openshift-console I0310 19:26:17.808599 3402 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:u0964085361}] I0310 19:26:17.808619 3402 namespace.go:93] [openshift-console] adding namespace I0310 19:26:17.809047 3402 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:u0964085362}] I0310 19:26:17.809071 3402 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:u0964085362}] I0310 19:26:17.809356 3402 iptables.go:108] Creating table: filter chain: OUTPUT I0310 19:26:17.809488 3402 namespace.go:97] [openshift-cluster-node-tuning-operator] adding namespace took 11.732996ms I0310 19:26:17.809506 3402 obj_retry.go:548] Creating *v1.Namespace openshift-cluster-node-tuning-operator took: 11.759322ms I0310 19:26:17.809517 3402 obj_retry.go:509] Add event received for *v1.Namespace openshift-network-diagnostics I0310 19:26:17.809526 3402 namespace.go:93] [openshift-network-diagnostics] adding namespace I0310 19:26:17.809525 3402 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:u0964085363}] I0310 19:26:17.809559 3402 address_set.go:303] New(u0964085363/default-network-controller:Namespace:openshift-kube-controller-manager:v4/a4663622633901538608) with [] I0310 19:26:17.809567 3402 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:u0964085363}] I0310 19:26:17.809989 3402 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:u0964085364}] I0310 19:26:17.810013 3402 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:u0964085364}] I0310 19:26:17.810379 3402 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:u0964085365}] I0310 19:26:17.810401 3402 address_set.go:303] New(u0964085365/default-network-controller:Namespace:openshift-marketplace:v4/a13245376580307887587) with [] I0310 19:26:17.810407 3402 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:u0964085365}] I0310 19:26:17.810462 3402 namespace.go:97] [openshift-kube-controller-manager] adding namespace took 11.782257ms I0310 19:26:17.810472 3402 obj_retry.go:548] Creating *v1.Namespace openshift-kube-controller-manager took: 11.797189ms I0310 19:26:17.810482 3402 obj_retry.go:509] Add event received for *v1.Namespace openshift-ingress I0310 19:26:17.810491 3402 namespace.go:93] [openshift-ingress] adding namespace I0310 19:26:17.810730 3402 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:u0964085366}] I0310 19:26:17.810754 3402 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:u0964085366}] I0310 19:26:17.810834 3402 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. I0310 19:26:17.811252 3402 namespace.go:97] [openshift-marketplace] adding namespace took 11.797335ms I0310 19:26:17.811299 3402 obj_retry.go:548] Creating *v1.Namespace openshift-marketplace took: 11.847742ms I0310 19:26:17.811319 3402 obj_retry.go:509] Add event received for *v1.Namespace openshift-network-operator I0310 19:26:17.811329 3402 namespace.go:93] [openshift-network-operator] adding namespace I0310 19:26:17.811255 3402 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:u0964085367}] I0310 19:26:17.811342 3402 address_set.go:303] New(u0964085367/default-network-controller:Namespace:openshift-cloud-controller-manager:v4/a545707041332338296) with [] I0310 19:26:17.811354 3402 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:u0964085367}] I0310 19:26:17.811820 3402 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:u0964085368}] I0310 19:26:17.811852 3402 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:u0964085368}] I0310 19:26:17.812225 3402 namespace.go:97] [openshift-cloud-controller-manager] adding namespace took 12.139837ms I0310 19:26:17.812254 3402 obj_retry.go:548] Creating *v1.Namespace openshift-cloud-controller-manager took: 12.176234ms I0310 19:26:17.812243 3402 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:u0964085369}] I0310 19:26:17.812266 3402 obj_retry.go:509] Add event received for *v1.Namespace openshift-operators-redhat I0310 19:26:17.812275 3402 namespace.go:93] [openshift-operators-redhat] adding namespace I0310 19:26:17.812274 3402 address_set.go:303] New(u0964085369/default-network-controller:Namespace:openshift-ingress-operator:v4/a12824364980436020060) with [] I0310 19:26:17.812284 3402 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:u0964085369}] I0310 19:26:17.812361 3402 iptables.go:121] Adding rule in table: filter, chain: OUTPUT with args: "-p tcp -m tcp --dport 22623 --syn -j REJECT" for protocol: 0 I0310 19:26:17.812642 3402 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:u0964085370}] I0310 19:26:17.812701 3402 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:u0964085370}] I0310 19:26:17.813114 3402 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:u0964085371}] I0310 19:26:17.813208 3402 address_set.go:303] New(u0964085371/default-network-controller:Namespace:openshift-machine-config-operator:v4/a1512537150246498877) with [] I0310 19:26:17.813220 3402 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:u0964085371}] I0310 19:26:17.813176 3402 namespace.go:97] [openshift-ingress-operator] adding namespace took 12.444473ms I0310 19:26:17.813286 3402 obj_retry.go:548] Creating *v1.Namespace openshift-ingress-operator took: 12.558705ms I0310 19:26:17.813300 3402 obj_retry.go:509] Add event received for *v1.Namespace openshift-backplane-tam I0310 19:26:17.813307 3402 namespace.go:93] [openshift-backplane-tam] adding namespace I0310 19:26:17.813639 3402 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:u0964085372}] I0310 19:26:17.813665 3402 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:u0964085372}] I0310 19:26:17.814058 3402 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:u0964085373}] I0310 19:26:17.814136 3402 address_set.go:303] New(u0964085373/default-network-controller:Namespace:openshift-node:v4/a10320713570038180226) with [] I0310 19:26:17.814215 3402 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:u0964085373}] I0310 19:26:17.814090 3402 namespace.go:97] [openshift-machine-config-operator] adding namespace took 12.146145ms I0310 19:26:17.814308 3402 obj_retry.go:548] Creating *v1.Namespace openshift-machine-config-operator took: 12.367535ms I0310 19:26:17.814325 3402 obj_retry.go:509] Add event received for *v1.Namespace openshift-customer-monitoring I0310 19:26:17.814335 3402 namespace.go:93] [openshift-customer-monitoring] adding namespace I0310 19:26:17.814627 3402 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:u0964085374}] I0310 19:26:17.814661 3402 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:u0964085374}] I0310 19:26:17.815467 3402 namespace.go:97] [openshift-node] adding namespace took 12.874783ms I0310 19:26:17.815514 3402 obj_retry.go:548] Creating *v1.Namespace openshift-node took: 12.927143ms I0310 19:26:17.815528 3402 obj_retry.go:509] Add event received for *v1.Namespace kube-node-lease I0310 19:26:17.815537 3402 namespace.go:93] [kube-node-lease] adding namespace I0310 19:26:17.815466 3402 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:u0964085375}] I0310 19:26:17.815548 3402 address_set.go:303] New(u0964085375/default-network-controller:Namespace:openshift-backplane-cee:v4/a16683797294909587257) with [] I0310 19:26:17.815554 3402 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:u0964085375}] I0310 19:26:17.815951 3402 iptables.go:121] Adding rule in table: filter, chain: OUTPUT with args: "-p tcp -m tcp --dport 22624 --syn -j REJECT" for protocol: 0 I0310 19:26:17.815964 3402 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:u0964085376}] I0310 19:26:17.815990 3402 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:u0964085376}] I0310 19:26:17.816391 3402 namespace.go:97] [openshift-backplane-cee] adding namespace took 12.953032ms I0310 19:26:17.816408 3402 obj_retry.go:548] Creating *v1.Namespace openshift-backplane-cee took: 12.977014ms I0310 19:26:17.816419 3402 obj_retry.go:509] Add event received for *v1.Namespace openshift-network-console I0310 19:26:17.816426 3402 namespace.go:93] [openshift-network-console] adding namespace I0310 19:26:17.816409 3402 model_client.go:374] Create operations generated as: [{Op:insert Table:Address_Set Row:map[addresses:{GoSet:[100.64.0.2 10.130.0.2 100.64.0.4 10.129.0.2 100.64.0.3 10.128.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:u0964085377}] I0310 19:26:17.816442 3402 address_set.go:303] New(u0964085377/default-network-controller:Namespace:openshift-host-network:v4/a6910206611978007605) with [10.129.0.2 100.64.0.3 10.128.0.2 100.64.0.2 10.130.0.2 100.64.0.4] I0310 19:26:17.816452 3402 transact.go:43] Configuring OVN: [{Op:insert Table:Address_Set Row:map[addresses:{GoSet:[100.64.0.2 10.130.0.2 100.64.0.4 10.129.0.2 100.64.0.3 10.128.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:u0964085377}] I0310 19:26:17.816891 3402 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:u0964085378}] I0310 19:26:17.816920 3402 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:u0964085378}] I0310 19:26:17.817359 3402 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:u0964085379}] I0310 19:26:17.817392 3402 address_set.go:303] New(u0964085379/default-network-controller:Namespace:openshift-apiserver:v4/a12374569603079029239) with [] I0310 19:26:17.817393 3402 namespace.go:97] [openshift-host-network] adding namespace took 13.180459ms I0310 19:26:17.817406 3402 obj_retry.go:548] Creating *v1.Namespace openshift-host-network took: 13.19786ms I0310 19:26:17.817400 3402 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:u0964085379}] I0310 19:26:17.817417 3402 obj_retry.go:509] Add event received for *v1.Namespace openshift-cluster-version I0310 19:26:17.817425 3402 namespace.go:93] [openshift-cluster-version] adding namespace I0310 19:26:17.817747 3402 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:u0964085380}] I0310 19:26:17.817770 3402 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:u0964085380}] I0310 19:26:17.817956 3402 gateway_shared_intf.go:2550] Gateway Creation Complete I0310 19:26:17.817972 3402 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-9.ec2.internal","mac-address":"0a:ff:d5:f8:46:0d","ip-addresses":["10.0.1.9/24"],"ip-address":"10.0.1.9/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:ee5f6ed5-5b40-42da-b48f-608cc5f657f6 k8s.ovn.org/node-encap-ips:["10.0.1.9"] k8s.ovn.org/node-primary-ifaddr:{"ipv4":"10.0.1.9/24"} k8s.ovn.org/zone-name:ip-10-0-1-9.ec2.internal] on node ip-10-0-1-9.ec2.internal I0310 19:26:17.818111 3402 namespace.go:97] [openshift-apiserver] adding namespace took 12.991402ms I0310 19:26:17.818125 3402 obj_retry.go:548] Creating *v1.Namespace openshift-apiserver took: 13.011166ms I0310 19:26:17.818136 3402 obj_retry.go:509] Add event received for *v1.Namespace openshift-cloud-credential-operator I0310 19:26:17.818133 3402 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:u0964085381}] I0310 19:26:17.818182 3402 address_set.go:303] New(u0964085381/default-network-controller:Namespace:openshift-dns:v4/a11732331429224425771) with [] I0310 19:26:17.818193 3402 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:u0964085381}] I0310 19:26:17.818216 3402 namespace.go:93] [openshift-cloud-credential-operator] adding namespace I0310 19:26:17.818538 3402 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:u0964085382}] I0310 19:26:17.818565 3402 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:u0964085382}] I0310 19:26:17.818883 3402 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:u0964085383}] I0310 19:26:17.818956 3402 address_set.go:303] New(u0964085383/default-network-controller:Namespace:openshift-controller-manager-operator:v4/a14938231737766799037) with [] I0310 19:26:17.818968 3402 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:u0964085383}] I0310 19:26:17.818902 3402 namespace.go:97] [openshift-dns] adding namespace took 12.818409ms I0310 19:26:17.819030 3402 obj_retry.go:548] Creating *v1.Namespace openshift-dns took: 12.951196ms I0310 19:26:17.819039 3402 obj_retry.go:509] Add event received for *v1.Namespace openshift-logging I0310 19:26:17.819046 3402 namespace.go:93] [openshift-logging] adding namespace I0310 19:26:17.819347 3402 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:u0964085384}] I0310 19:26:17.819376 3402 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:u0964085384}] I0310 19:26:17.819745 3402 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:u0964085385}] I0310 19:26:17.819772 3402 address_set.go:303] New(u0964085385/default-network-controller:Namespace:openshift-cloud-network-config-controller:v4/a6429873968864053860) with [] I0310 19:26:17.819779 3402 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:u0964085385}] I0310 19:26:17.819793 3402 namespace.go:97] [openshift-controller-manager-operator] adding namespace took 12.84059ms I0310 19:26:17.819807 3402 obj_retry.go:548] Creating *v1.Namespace openshift-controller-manager-operator took: 12.863743ms I0310 19:26:17.819816 3402 obj_retry.go:509] Add event received for *v1.Namespace openshift-config-operator I0310 19:26:17.819824 3402 namespace.go:93] [openshift-config-operator] adding namespace I0310 19:26:17.820177 3402 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:u0964085386}] I0310 19:26:17.820197 3402 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:u0964085386}] I0310 19:26:17.820534 3402 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:u0964085387}] I0310 19:26:17.820558 3402 address_set.go:303] New(u0964085387/default-network-controller:Namespace:openshift-console:v4/a11622011068173273797) with [] I0310 19:26:17.820565 3402 namespace.go:97] [openshift-cloud-network-config-controller] adding namespace took 12.712299ms I0310 19:26:17.820564 3402 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:u0964085387}] I0310 19:26:17.820577 3402 obj_retry.go:548] Creating *v1.Namespace openshift-cloud-network-config-controller took: 12.730412ms I0310 19:26:17.820586 3402 obj_retry.go:509] Add event received for *v1.Namespace openshift-must-gather-operator I0310 19:26:17.820592 3402 namespace.go:93] [openshift-must-gather-operator] adding namespace I0310 19:26:17.820892 3402 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:u0964085388}] I0310 19:26:17.820920 3402 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:u0964085388}] W0310 19:26:17.821305 3402 base_network_controller_namespace.go:409] Failed to get IPs for pod openshift-network-diagnostics/network-check-target-dpqdq: pod openshift-network-diagnostics/network-check-target-dpqdq: no pod IPs found W0310 19:26:17.821319 3402 base_network_controller_namespace.go:409] Failed to get IPs for pod openshift-network-diagnostics/network-check-target-nmqnr: pod openshift-network-diagnostics/network-check-target-nmqnr: no pod IPs found W0310 19:26:17.821327 3402 base_network_controller_namespace.go:409] Failed to get IPs for pod openshift-network-diagnostics/network-check-target-rz6wb: pod openshift-network-diagnostics/network-check-target-rz6wb: no pod IPs found I0310 19:26:17.821362 3402 namespace.go:97] [openshift-console] adding namespace took 12.733805ms I0310 19:26:17.821392 3402 obj_retry.go:548] Creating *v1.Namespace openshift-console took: 12.759088ms I0310 19:26:17.821407 3402 obj_retry.go:509] Add event received for *v1.Namespace openshift-controller-manager I0310 19:26:17.821417 3402 namespace.go:93] [openshift-controller-manager] adding namespace I0310 19:26:17.821358 3402 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:u0964085389}] I0310 19:26:17.821430 3402 address_set.go:303] New(u0964085389/default-network-controller:Namespace:openshift-network-diagnostics:v4/a1966919964212966539) with [] I0310 19:26:17.821439 3402 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:u0964085389}] I0310 19:26:17.821805 3402 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:u0964085390}] I0310 19:26:17.821835 3402 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:u0964085390}] I0310 19:26:17.822181 3402 namespace.go:97] [openshift-network-diagnostics] adding namespace took 12.647311ms I0310 19:26:17.822187 3402 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:u0964085391}] I0310 19:26:17.822199 3402 obj_retry.go:548] Creating *v1.Namespace openshift-network-diagnostics took: 12.671344ms I0310 19:26:17.822207 3402 address_set.go:303] New(u0964085391/default-network-controller:Namespace:openshift-ingress:v4/a9185810757115582127) with [] I0310 19:26:17.822213 3402 obj_retry.go:509] Add event received for *v1.Namespace openshift-dns-operator I0310 19:26:17.822222 3402 namespace.go:93] [openshift-dns-operator] adding namespace I0310 19:26:17.822214 3402 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:u0964085391}] I0310 19:26:17.822566 3402 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:u0964085392}] I0310 19:26:17.822597 3402 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:u0964085392}] I0310 19:26:17.822992 3402 namespace.go:97] [openshift-ingress] adding namespace took 12.494671ms I0310 19:26:17.822983 3402 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:u0964085393}] I0310 19:26:17.823006 3402 obj_retry.go:548] Creating *v1.Namespace openshift-ingress took: 12.515835ms I0310 19:26:17.823015 3402 obj_retry.go:509] Add event received for *v1.Namespace openshift-user-workload-monitoring I0310 19:26:17.823015 3402 address_set.go:303] New(u0964085393/default-network-controller:Namespace:openshift-network-operator:v4/a17843891307737330665) with [] I0310 19:26:17.823021 3402 namespace.go:93] [openshift-user-workload-monitoring] adding namespace I0310 19:26:17.823024 3402 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:u0964085393}] I0310 19:26:17.823402 3402 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:u0964085394}] I0310 19:26:17.823424 3402 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:u0964085394}] I0310 19:26:17.823772 3402 namespace.go:97] [openshift-network-operator] adding namespace took 12.427524ms I0310 19:26:17.823824 3402 obj_retry.go:548] Creating *v1.Namespace openshift-network-operator took: 12.495047ms I0310 19:26:17.823839 3402 obj_retry.go:509] Add event received for *v1.Namespace openshift-config-managed I0310 19:26:17.823847 3402 namespace.go:93] [openshift-config-managed] adding namespace I0310 19:26:17.823778 3402 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:u0964085395}] I0310 19:26:17.823859 3402 address_set.go:303] New(u0964085395/default-network-controller:Namespace:openshift-operators-redhat:v4/a12821998257320927754) with [] I0310 19:26:17.823868 3402 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:u0964085395}] I0310 19:26:17.824271 3402 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:u0964085396}] I0310 19:26:17.824302 3402 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:u0964085396}] I0310 19:26:17.824661 3402 namespace.go:97] [openshift-operators-redhat] adding namespace took 12.378068ms I0310 19:26:17.824678 3402 obj_retry.go:548] Creating *v1.Namespace openshift-operators-redhat took: 12.401139ms I0310 19:26:17.824689 3402 obj_retry.go:509] Add event received for *v1.Namespace openshift-console-operator I0310 19:26:17.824684 3402 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:u0964085397}] I0310 19:26:17.824714 3402 namespace.go:93] [openshift-console-operator] adding namespace I0310 19:26:17.824713 3402 address_set.go:303] New(u0964085397/default-network-controller:Namespace:openshift-backplane-tam:v4/a16625094502828200430) with [] I0310 19:26:17.824722 3402 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:u0964085397}] I0310 19:26:17.825045 3402 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:u0964085398}] I0310 19:26:17.825101 3402 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:u0964085398}] I0310 19:26:17.825514 3402 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:u0964085399}] I0310 19:26:17.825553 3402 address_set.go:303] New(u0964085399/default-network-controller:Namespace:openshift-customer-monitoring:v4/a14127557557717756897) with [] I0310 19:26:17.825561 3402 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:u0964085399}] I0310 19:26:17.825533 3402 namespace.go:97] [openshift-backplane-tam] adding namespace took 12.217387ms I0310 19:26:17.825630 3402 obj_retry.go:548] Creating *v1.Namespace openshift-backplane-tam took: 12.319864ms I0310 19:26:17.825642 3402 obj_retry.go:509] Add event received for *v1.Namespace kube-public I0310 19:26:17.825648 3402 namespace.go:93] [kube-public] adding namespace I0310 19:26:17.825921 3402 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:u0964085400}] I0310 19:26:17.825949 3402 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:u0964085400}] I0310 19:26:17.826304 3402 namespace.go:97] [openshift-customer-monitoring] adding namespace took 11.960282ms I0310 19:26:17.826361 3402 obj_retry.go:548] Creating *v1.Namespace openshift-customer-monitoring took: 12.024472ms I0310 19:26:17.826375 3402 obj_retry.go:509] Add event received for *v1.Namespace openshift-authentication I0310 19:26:17.826383 3402 namespace.go:93] [openshift-authentication] adding namespace I0310 19:26:17.826312 3402 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:u0964085401}] I0310 19:26:17.826396 3402 address_set.go:303] New(u0964085401/default-network-controller:Namespace:kube-node-lease:v4/a8945957557890443212) with [] I0310 19:26:17.826405 3402 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:u0964085401}] I0310 19:26:17.826751 3402 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:u0964085402}] I0310 19:26:17.826779 3402 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:u0964085402}] I0310 19:26:17.827175 3402 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:u0964085403}] I0310 19:26:17.827204 3402 address_set.go:303] New(u0964085403/default-network-controller:Namespace:openshift-network-console:v4/a652560172428313020) with [] I0310 19:26:17.827210 3402 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:u0964085403}] I0310 19:26:17.827191 3402 namespace.go:97] [kube-node-lease] adding namespace took 11.646875ms I0310 19:26:17.827268 3402 obj_retry.go:548] Creating *v1.Namespace kube-node-lease took: 11.728371ms I0310 19:26:17.827280 3402 obj_retry.go:509] Add event received for *v1.Namespace default I0310 19:26:17.827289 3402 namespace.go:93] [default] adding namespace I0310 19:26:17.827554 3402 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:u0964085404}] I0310 19:26:17.827579 3402 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:u0964085404}] I0310 19:26:17.827957 3402 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:u0964085405}] I0310 19:26:17.827990 3402 address_set.go:303] New(u0964085405/default-network-controller:Namespace:openshift-cluster-version:v4/a8029920972938375443) with [] I0310 19:26:17.827999 3402 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:u0964085405}] I0310 19:26:17.828063 3402 namespace.go:97] [openshift-network-console] adding namespace took 11.62997ms I0310 19:26:17.828080 3402 obj_retry.go:548] Creating *v1.Namespace openshift-network-console took: 11.65079ms I0310 19:26:17.828088 3402 obj_retry.go:509] Add event received for *v1.Namespace openshift-ovn-kubernetes I0310 19:26:17.828094 3402 namespace.go:93] [openshift-ovn-kubernetes] adding namespace I0310 19:26:17.828400 3402 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:u0964085406}] I0310 19:26:17.828422 3402 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:u0964085406}] I0310 19:26:17.828760 3402 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:u0964085407}] I0310 19:26:17.828788 3402 namespace.go:97] [openshift-cluster-version] adding namespace took 11.354773ms I0310 19:26:17.828791 3402 address_set.go:303] New(u0964085407/default-network-controller:Namespace:openshift-cloud-credential-operator:v4/a7815234012393910246) with [] I0310 19:26:17.828800 3402 obj_retry.go:548] Creating *v1.Namespace openshift-cluster-version took: 11.373288ms I0310 19:26:17.828812 3402 obj_retry.go:509] Add event received for *v1.Namespace openshift-cluster-machine-approver I0310 19:26:17.828800 3402 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:u0964085407}] I0310 19:26:17.828820 3402 namespace.go:93] [openshift-cluster-machine-approver] adding namespace I0310 19:26:17.829173 3402 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:u0964085408}] I0310 19:26:17.829199 3402 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:u0964085408}] I0310 19:26:17.829605 3402 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:u0964085409}] I0310 19:26:17.829636 3402 address_set.go:303] New(u0964085409/default-network-controller:Namespace:openshift-logging:v4/a279876230725367541) with [] I0310 19:26:17.829636 3402 namespace.go:97] [openshift-cloud-credential-operator] adding namespace took 11.410659ms I0310 19:26:17.829649 3402 obj_retry.go:548] Creating *v1.Namespace openshift-cloud-credential-operator took: 11.504605ms I0310 19:26:17.829644 3402 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:u0964085409}] I0310 19:26:17.829659 3402 obj_retry.go:509] Add event received for *v1.Namespace openshift-kube-scheduler-operator I0310 19:26:17.829665 3402 namespace.go:93] [openshift-kube-scheduler-operator] adding namespace I0310 19:26:17.829999 3402 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:u0964085410}] I0310 19:26:17.830022 3402 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:u0964085410}] I0310 19:26:17.830355 3402 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:u0964085411}] I0310 19:26:17.830424 3402 address_set.go:303] New(u0964085411/default-network-controller:Namespace:openshift-config-operator:v4/a15513656991472936797) with [] I0310 19:26:17.830435 3402 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:u0964085411}] I0310 19:26:17.830398 3402 namespace.go:97] [openshift-logging] adding namespace took 11.345236ms I0310 19:26:17.830508 3402 obj_retry.go:548] Creating *v1.Namespace openshift-logging took: 11.455495ms I0310 19:26:17.830523 3402 obj_retry.go:509] Add event received for *v1.Namespace dedicated-admin I0310 19:26:17.830531 3402 namespace.go:93] [dedicated-admin] adding namespace I0310 19:26:17.830815 3402 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:u0964085412}] I0310 19:26:17.830847 3402 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:u0964085412}] I0310 19:26:17.831242 3402 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:u0964085413}] I0310 19:26:17.831264 3402 namespace.go:97] [openshift-config-operator] adding namespace took 11.431857ms I0310 19:26:17.831275 3402 address_set.go:303] New(u0964085413/default-network-controller:Namespace:openshift-must-gather-operator:v4/a9165124402651669496) with [] I0310 19:26:17.831278 3402 obj_retry.go:548] Creating *v1.Namespace openshift-config-operator took: 11.454082ms I0310 19:26:17.831288 3402 obj_retry.go:509] Add event received for *v1.Namespace openshift-backplane-mcs-tier-two I0310 19:26:17.831293 3402 namespace.go:93] [openshift-backplane-mcs-tier-two] adding namespace I0310 19:26:17.831283 3402 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:u0964085413}] I0310 19:26:17.831726 3402 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:u0964085414}] I0310 19:26:17.831757 3402 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:u0964085414}] I0310 19:26:17.832044 3402 namespace.go:97] [openshift-must-gather-operator] adding namespace took 11.445875ms I0310 19:26:17.832057 3402 obj_retry.go:548] Creating *v1.Namespace openshift-must-gather-operator took: 11.463892ms I0310 19:26:17.832045 3402 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:u0964085415}] I0310 19:26:17.832066 3402 obj_retry.go:509] Add event received for *v1.Namespace openshift-infra I0310 19:26:17.832067 3402 address_set.go:303] New(u0964085415/default-network-controller:Namespace:openshift-controller-manager:v4/a10467312518402121836) with [] I0310 19:26:17.832072 3402 namespace.go:93] [openshift-infra] adding namespace I0310 19:26:17.832072 3402 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:u0964085415}] I0310 19:26:17.832413 3402 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:u0964085416}] I0310 19:26:17.832432 3402 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:u0964085416}] I0310 19:26:17.832812 3402 namespace.go:97] [openshift-controller-manager] adding namespace took 11.388457ms I0310 19:26:17.832826 3402 obj_retry.go:548] Creating *v1.Namespace openshift-controller-manager took: 11.40904ms I0310 19:26:17.832838 3402 obj_retry.go:509] Add event received for *v1.Namespace openshift-backplane-managed-scripts I0310 19:26:17.832847 3402 namespace.go:93] [openshift-backplane-managed-scripts] adding namespace I0310 19:26:17.832860 3402 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:u0964085417}] I0310 19:26:17.832896 3402 address_set.go:303] New(u0964085417/default-network-controller:Namespace:openshift-dns-operator:v4/a12081638711291249560) with [] I0310 19:26:17.832908 3402 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:u0964085417}] I0310 19:26:17.833258 3402 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:u0964085418}] I0310 19:26:17.833281 3402 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:u0964085418}] I0310 19:26:17.833626 3402 namespace.go:97] [openshift-dns-operator] adding namespace took 11.397356ms I0310 19:26:17.833640 3402 obj_retry.go:548] Creating *v1.Namespace openshift-dns-operator took: 11.418433ms I0310 19:26:17.833649 3402 obj_retry.go:509] Add event received for *v1.Namespace openshift-kube-storage-version-migrator-operator I0310 19:26:17.833655 3402 namespace.go:93] [openshift-kube-storage-version-migrator-operator] adding namespace I0310 19:26:17.833643 3402 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:u0964085419}] I0310 19:26:17.833672 3402 address_set.go:303] New(u0964085419/default-network-controller:Namespace:openshift-user-workload-monitoring:v4/a17884403498503024866) with [] I0310 19:26:17.833682 3402 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:u0964085419}] I0310 19:26:17.834048 3402 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:u0964085420}] I0310 19:26:17.834068 3402 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:u0964085420}] I0310 19:26:17.834433 3402 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:u0964085421}] I0310 19:26:17.834502 3402 address_set.go:303] New(u0964085421/default-network-controller:Namespace:openshift-config-managed:v4/a6117206921658593480) with [] I0310 19:26:17.834457 3402 namespace.go:97] [openshift-user-workload-monitoring] adding namespace took 11.428842ms I0310 19:26:17.834530 3402 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:u0964085421}] I0310 19:26:17.834546 3402 obj_retry.go:548] Creating *v1.Namespace openshift-user-workload-monitoring took: 11.521668ms I0310 19:26:17.834559 3402 obj_retry.go:509] Add event received for *v1.Namespace openshift-console-user-settings I0310 19:26:17.834568 3402 namespace.go:93] [openshift-console-user-settings] adding namespace I0310 19:26:17.834770 3402 ovs.go:160] Exec(31): /usr/bin/ovs-appctl --timeout=15 -t /var/run/ovn/ovn-controller.3115.ctl connection-status I0310 19:26:17.834911 3402 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:u0964085422}] I0310 19:26:17.834974 3402 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:u0964085422}] I0310 19:26:17.835432 3402 namespace.go:97] [openshift-config-managed] adding namespace took 11.578377ms I0310 19:26:17.835448 3402 obj_retry.go:548] Creating *v1.Namespace openshift-config-managed took: 11.599418ms I0310 19:26:17.835459 3402 obj_retry.go:509] Add event received for *v1.Namespace openshift-backplane I0310 19:26:17.835468 3402 namespace.go:93] [openshift-backplane] adding namespace I0310 19:26:17.835415 3402 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:u0964085423}] I0310 19:26:17.835482 3402 address_set.go:303] New(u0964085423/default-network-controller:Namespace:openshift-console-operator:v4/a16211398687523592942) with [] I0310 19:26:17.835491 3402 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:u0964085423}] I0310 19:26:17.835880 3402 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:u0964085424}] I0310 19:26:17.835905 3402 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:u0964085424}] I0310 19:26:17.836249 3402 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:u0964085425}] I0310 19:26:17.836311 3402 address_set.go:303] New(u0964085425/default-network-controller:Namespace:kube-public:v4/a8590749387396730558) with [] I0310 19:26:17.836324 3402 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:u0964085425}] I0310 19:26:17.836288 3402 namespace.go:97] [openshift-console-operator] adding namespace took 11.565818ms I0310 19:26:17.836390 3402 obj_retry.go:548] Creating *v1.Namespace openshift-console-operator took: 11.67142ms I0310 19:26:17.836404 3402 obj_retry.go:509] Add event received for *v1.Namespace openshift-ingress-canary I0310 19:26:17.836412 3402 namespace.go:93] [openshift-ingress-canary] adding namespace I0310 19:26:17.836689 3402 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:u0964085426}] I0310 19:26:17.836719 3402 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:u0964085426}] I0310 19:26:17.837095 3402 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:u0964085427}] I0310 19:26:17.837120 3402 namespace.go:97] [kube-public] adding namespace took 11.463718ms I0310 19:26:17.837131 3402 address_set.go:303] New(u0964085427/default-network-controller:Namespace:openshift-authentication:v4/a5821095395710037482) with [] I0310 19:26:17.837135 3402 obj_retry.go:548] Creating *v1.Namespace kube-public took: 11.4831ms I0310 19:26:17.837165 3402 obj_retry.go:509] Add event received for *v1.Namespace openshift-service-ca-operator I0310 19:26:17.837174 3402 namespace.go:93] [openshift-service-ca-operator] adding namespace I0310 19:26:17.837141 3402 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:u0964085427}] I0310 19:26:17.837565 3402 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:u0964085428}] I0310 19:26:17.837613 3402 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:u0964085428}] I0310 19:26:17.838043 3402 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:u0964085429}] I0310 19:26:17.838076 3402 address_set.go:303] New(u0964085429/default-network-controller:Namespace:default:v4/a4322231855293774466) with [] I0310 19:26:17.838084 3402 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:u0964085429}] I0310 19:26:17.838129 3402 namespace.go:97] [openshift-authentication] adding namespace took 11.73872ms I0310 19:26:17.838160 3402 obj_retry.go:548] Creating *v1.Namespace openshift-authentication took: 11.760161ms I0310 19:26:17.838173 3402 obj_retry.go:509] Add event received for *v1.Namespace openshift-cluster-storage-operator I0310 19:26:17.838180 3402 namespace.go:93] [openshift-cluster-storage-operator] adding namespace I0310 19:26:17.838432 3402 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:u0964085430}] I0310 19:26:17.838458 3402 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:u0964085430}] I0310 19:26:17.838775 3402 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:u0964085431}] I0310 19:26:17.838800 3402 address_set.go:303] New(u0964085431/default-network-controller:Namespace:openshift-ovn-kubernetes:v4/a1398255725986493602) with [] I0310 19:26:17.838805 3402 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:u0964085431}] I0310 19:26:17.838863 3402 namespace.go:97] [default] adding namespace took 11.565275ms I0310 19:26:17.838882 3402 obj_retry.go:548] Creating *v1.Namespace default took: 11.591638ms I0310 19:26:17.838897 3402 obj_retry.go:509] Add event received for *v1.Namespace open-cluster-management-agent-addon I0310 19:26:17.838907 3402 namespace.go:93] [open-cluster-management-agent-addon] adding namespace I0310 19:26:17.839197 3402 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:u0964085432}] I0310 19:26:17.839217 3402 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:u0964085432}] I0310 19:26:17.839666 3402 namespace.go:97] [openshift-ovn-kubernetes] adding namespace took 11.564154ms I0310 19:26:17.839726 3402 obj_retry.go:548] Creating *v1.Namespace openshift-ovn-kubernetes took: 11.629224ms I0310 19:26:17.839665 3402 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:u0964085433}] I0310 19:26:17.839751 3402 address_set.go:303] New(u0964085433/default-network-controller:Namespace:openshift-cluster-machine-approver:v4/a8065968527448962190) with [] I0310 19:26:17.839762 3402 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:u0964085433}] I0310 19:26:17.840062 3402 ovs.go:163] Exec(31): stdout: "connected\n" I0310 19:26:17.840079 3402 ovs.go:164] Exec(31): stderr: "" I0310 19:26:17.840086 3402 default_node_network_controller.go:523] Node connection status = connected I0310 19:26:17.840094 3402 ovs.go:160] Exec(32): /usr/bin/ovs-vsctl --timeout=15 -- br-exists br-int I0310 19:26:17.840105 3402 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:u0964085434}] I0310 19:26:17.840134 3402 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:u0964085434}] I0310 19:26:17.840550 3402 namespace.go:97] [openshift-cluster-machine-approver] adding namespace took 11.723737ms I0310 19:26:17.840565 3402 obj_retry.go:548] Creating *v1.Namespace openshift-cluster-machine-approver took: 11.744595ms I0310 19:26:17.840535 3402 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:u0964085435}] I0310 19:26:17.840578 3402 address_set.go:303] New(u0964085435/default-network-controller:Namespace:openshift-kube-scheduler-operator:v4/a8446891589965341694) with [] I0310 19:26:17.840584 3402 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:u0964085435}] I0310 19:26:17.840997 3402 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:u0964085436}] I0310 19:26:17.841035 3402 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:u0964085436}] I0310 19:26:17.841454 3402 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:u0964085437}] I0310 19:26:17.841472 3402 namespace.go:97] [openshift-kube-scheduler-operator] adding namespace took 11.799989ms I0310 19:26:17.841484 3402 address_set.go:303] New(u0964085437/default-network-controller:Namespace:dedicated-admin:v4/a12448594290086707900) with [] I0310 19:26:17.841485 3402 obj_retry.go:548] Creating *v1.Namespace openshift-kube-scheduler-operator took: 11.818539ms I0310 19:26:17.841492 3402 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:u0964085437}] I0310 19:26:17.841906 3402 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:u0964085438}] I0310 19:26:17.842053 3402 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:u0964085438}] I0310 19:26:17.842717 3402 namespace.go:97] [dedicated-admin] adding namespace took 12.178102ms I0310 19:26:17.842810 3402 obj_retry.go:548] Creating *v1.Namespace dedicated-admin took: 12.273118ms I0310 19:26:17.842719 3402 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:u0964085439}] I0310 19:26:17.842836 3402 address_set.go:303] New(u0964085439/default-network-controller:Namespace:openshift-backplane-mcs-tier-two:v4/a3729672510619867801) with [] I0310 19:26:17.842843 3402 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:u0964085439}] I0310 19:26:17.843219 3402 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:u0964085440}] I0310 19:26:17.843270 3402 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:u0964085440}] I0310 19:26:17.843660 3402 namespace.go:97] [openshift-backplane-mcs-tier-two] adding namespace took 12.358573ms I0310 19:26:17.843678 3402 obj_retry.go:548] Creating *v1.Namespace openshift-backplane-mcs-tier-two took: 12.382263ms I0310 19:26:17.843668 3402 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:u0964085441}] I0310 19:26:17.843690 3402 obj_retry.go:509] Add event received for *v1.Namespace openshift-operator-lifecycle-manager I0310 19:26:17.843696 3402 address_set.go:303] New(u0964085441/default-network-controller:Namespace:openshift-infra:v4/a4190772658089390776) with [] I0310 19:26:17.843699 3402 namespace.go:93] [openshift-operator-lifecycle-manager] adding namespace I0310 19:26:17.843705 3402 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:u0964085441}] I0310 19:26:17.844122 3402 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:u0964085442}] I0310 19:26:17.844168 3402 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:u0964085442}] I0310 19:26:17.844526 3402 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:u0964085443}] I0310 19:26:17.844552 3402 namespace.go:97] [openshift-infra] adding namespace took 12.474694ms I0310 19:26:17.844556 3402 address_set.go:303] New(u0964085443/default-network-controller:Namespace:openshift-backplane-managed-scripts:v4/a11237327277355820504) with [] I0310 19:26:17.844563 3402 obj_retry.go:548] Creating *v1.Namespace openshift-infra took: 12.489677ms I0310 19:26:17.844563 3402 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:u0964085443}] I0310 19:26:17.844904 3402 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:u0964085444}] I0310 19:26:17.844934 3402 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:u0964085444}] I0310 19:26:17.845322 3402 namespace.go:97] [openshift-backplane-managed-scripts] adding namespace took 12.467166ms I0310 19:26:17.845344 3402 obj_retry.go:548] Creating *v1.Namespace openshift-backplane-managed-scripts took: 12.494791ms I0310 19:26:17.845355 3402 obj_retry.go:509] Add event received for *v1.Namespace openshift I0310 19:26:17.845363 3402 namespace.go:93] [openshift] adding namespace I0310 19:26:17.845308 3402 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:u0964085445}] I0310 19:26:17.845377 3402 address_set.go:303] New(u0964085445/default-network-controller:Namespace:openshift-kube-storage-version-migrator-operator:v4/a11291866915865594395) with [] I0310 19:26:17.845386 3402 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:u0964085445}] I0310 19:26:17.845727 3402 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:u0964085446}] I0310 19:26:17.845755 3402 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:u0964085446}] I0310 19:26:17.846231 3402 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:u0964085447}] I0310 19:26:17.846261 3402 address_set.go:303] New(u0964085447/default-network-controller:Namespace:openshift-console-user-settings:v4/a17174782576849527835) with [] I0310 19:26:17.846260 3402 namespace.go:97] [openshift-kube-storage-version-migrator-operator] adding namespace took 12.597054ms I0310 19:26:17.846273 3402 obj_retry.go:548] Creating *v1.Namespace openshift-kube-storage-version-migrator-operator took: 12.615898ms I0310 19:26:17.846269 3402 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:u0964085447}] I0310 19:26:17.846617 3402 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:u0964085448}] I0310 19:26:17.846641 3402 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:u0964085448}] I0310 19:26:17.846747 3402 ovs.go:163] Exec(32): stdout: "" I0310 19:26:17.846761 3402 ovs.go:164] Exec(32): stderr: "" I0310 19:26:17.846771 3402 ovs.go:160] Exec(33): /usr/bin/ovs-ofctl dump-aggregate br-int I0310 19:26:17.847002 3402 namespace.go:97] [openshift-console-user-settings] adding namespace took 12.426976ms I0310 19:26:17.847018 3402 obj_retry.go:548] Creating *v1.Namespace openshift-console-user-settings took: 12.449123ms I0310 19:26:17.847029 3402 obj_retry.go:509] Add event received for *v1.Namespace openshift-deployment-validation-operator I0310 19:26:17.847037 3402 namespace.go:93] [openshift-deployment-validation-operator] adding namespace I0310 19:26:17.847089 3402 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:u0964085449}] I0310 19:26:17.847113 3402 address_set.go:303] New(u0964085449/default-network-controller:Namespace:openshift-backplane:v4/a9244104604428861879) with [] I0310 19:26:17.847119 3402 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:u0964085449}] I0310 19:26:17.847524 3402 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:u0964085450}] I0310 19:26:17.847559 3402 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:u0964085450}] I0310 19:26:17.847966 3402 namespace.go:97] [openshift-backplane] adding namespace took 12.488895ms I0310 19:26:17.848020 3402 obj_retry.go:548] Creating *v1.Namespace openshift-backplane took: 12.54941ms I0310 19:26:17.847957 3402 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:u0964085451}] I0310 19:26:17.848042 3402 address_set.go:303] New(u0964085451/default-network-controller:Namespace:openshift-ingress-canary:v4/a17074529903361539284) with [] I0310 19:26:17.848051 3402 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:u0964085451}] I0310 19:26:17.848513 3402 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:u0964085452}] I0310 19:26:17.848539 3402 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:u0964085452}] I0310 19:26:17.848894 3402 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:u0964085453}] I0310 19:26:17.848954 3402 address_set.go:303] New(u0964085453/default-network-controller:Namespace:openshift-service-ca-operator:v4/a9531058592630863333) with [] I0310 19:26:17.848966 3402 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:u0964085453}] I0310 19:26:17.848920 3402 namespace.go:97] [openshift-ingress-canary] adding namespace took 12.50098ms I0310 19:26:17.849014 3402 obj_retry.go:548] Creating *v1.Namespace openshift-ingress-canary took: 12.596984ms I0310 19:26:17.849388 3402 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:u0964085454}] I0310 19:26:17.849409 3402 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:u0964085454}] I0310 19:26:17.849736 3402 namespace.go:97] [openshift-service-ca-operator] adding namespace took 12.552122ms I0310 19:26:17.849760 3402 obj_retry.go:548] Creating *v1.Namespace openshift-service-ca-operator took: 12.583072ms I0310 19:26:17.849763 3402 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:u0964085455}] I0310 19:26:17.849801 3402 address_set.go:303] New(u0964085455/default-network-controller:Namespace:openshift-cluster-storage-operator:v4/a13337366700695359377) with [] I0310 19:26:17.849811 3402 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:u0964085455}] I0310 19:26:17.850216 3402 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:u0964085456}] I0310 19:26:17.850621 3402 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:u0964085456}] I0310 19:26:17.851040 3402 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:u0964085457}] I0310 19:26:17.851065 3402 address_set.go:303] New(u0964085457/default-network-controller:Namespace:open-cluster-management-agent-addon:v4/a14768925457034213591) with [] I0310 19:26:17.851077 3402 namespace.go:97] [openshift-cluster-storage-operator] adding namespace took 12.88832ms I0310 19:26:17.851074 3402 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:u0964085457}] I0310 19:26:17.851093 3402 obj_retry.go:548] Creating *v1.Namespace openshift-cluster-storage-operator took: 12.910448ms I0310 19:26:17.851481 3402 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:u0964085458}] I0310 19:26:17.851510 3402 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:u0964085458}] I0310 19:26:17.851864 3402 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:u0964085459}] I0310 19:26:17.851926 3402 address_set.go:303] New(u0964085459/default-network-controller:Namespace:openshift-operator-lifecycle-manager:v4/a1482332553631220387) with [] I0310 19:26:17.851954 3402 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:u0964085459}] I0310 19:26:17.851906 3402 namespace.go:97] [open-cluster-management-agent-addon] adding namespace took 12.989141ms I0310 19:26:17.852006 3402 obj_retry.go:548] Creating *v1.Namespace open-cluster-management-agent-addon took: 13.095914ms I0310 19:26:17.852340 3402 ovs.go:163] Exec(33): stdout: "NXST_AGGREGATE reply (xid=0x4): packet_count=0 byte_count=0 flow_count=17\n" I0310 19:26:17.852355 3402 ovs.go:164] Exec(33): stderr: "" I0310 19:26:17.852369 3402 ovs.go:160] Exec(34): /usr/bin/ovs-vsctl --timeout=15 --if-exists get interface patch-br-ex_ip-10-0-1-9.ec2.internal-to-br-int ofport I0310 19:26:17.852368 3402 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:u0964085460}] I0310 19:26:17.852391 3402 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:u0964085460}] I0310 19:26:17.852850 3402 namespace.go:97] [openshift-operator-lifecycle-manager] adding namespace took 9.144475ms I0310 19:26:17.852865 3402 obj_retry.go:548] Creating *v1.Namespace openshift-operator-lifecycle-manager took: 9.16513ms I0310 19:26:17.852854 3402 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:u0964085461}] I0310 19:26:17.852876 3402 address_set.go:303] New(u0964085461/default-network-controller:Namespace:openshift:v4/a8611152139381270309) with [] I0310 19:26:17.852882 3402 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:u0964085461}] I0310 19:26:17.853307 3402 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:u0964085462}] I0310 19:26:17.853336 3402 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:u0964085462}] I0310 19:26:17.853673 3402 namespace.go:97] [openshift] adding namespace took 8.300878ms I0310 19:26:17.853691 3402 obj_retry.go:548] Creating *v1.Namespace openshift took: 8.325654ms I0310 19:26:17.853689 3402 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:u0964085463}] I0310 19:26:17.853722 3402 address_set.go:303] New(u0964085463/default-network-controller:Namespace:openshift-deployment-validation-operator:v4/a16124762520686702362) with [] I0310 19:26:17.853739 3402 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:u0964085463}] I0310 19:26:17.854130 3402 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:u0964085464}] I0310 19:26:17.854202 3402 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:u0964085464}] I0310 19:26:17.854543 3402 namespace.go:97] [openshift-deployment-validation-operator] adding namespace took 7.497976ms I0310 19:26:17.854561 3402 obj_retry.go:548] Creating *v1.Namespace openshift-deployment-validation-operator took: 7.52271ms I0310 19:26:17.854582 3402 factory.go:1366] Added *v1.Namespace event handler 1 I0310 19:26:17.854777 3402 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:u0964085465}] I0310 19:26:17.854808 3402 transact.go:43] Configuring OVN: [{Op:wait Table:Logical_Switch Row:map[] Rows:[map[name:transit_switch]] Columns:[name] Mutations:[] Timeout:0xc008fd5d30 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:u0964085465}] I0310 19:26:17.855228 3402 zone_ic_handler.go:185] Time taken to create transit switch: 518.957µs I0310 19:26:17.855295 3402 obj_retry.go:509] Add event received for *v1.Node ip-10-0-2-240.ec2.internal I0310 19:26:17.855293 3402 obj_retry.go:509] Add event received for *v1.Node ip-10-0-0-193.ec2.internal I0310 19:26:17.855451 3402 obj_retry.go:543] Failed to create *v1.Node ip-10-0-2-240.ec2.internal, error: adding or updating remote node chassis ip-10-0-2-240.ec2.internal failed, err - failed to create or update chassis to remote for remote node ip-10-0-2-240.ec2.internal, error: failed to parse node chassis-id for node - ip-10-0-2-240.ec2.internal, error: suppressed error logged: k8s.ovn.org/node-chassis-id annotation not found for node ip-10-0-2-240.ec2.internal I0310 19:26:17.855304 3402 obj_retry.go:509] Add event received for *v1.Node ip-10-0-1-9.ec2.internal I0310 19:26:17.855515 3402 master.go:531] Adding or Updating local node "ip-10-0-1-9.ec2.internal" for network "default" I0310 19:26:17.855515 3402 obj_retry.go:543] Failed to create *v1.Node ip-10-0-0-193.ec2.internal, error: adding or updating remote node chassis ip-10-0-0-193.ec2.internal failed, err - failed to create or update chassis to remote for remote node ip-10-0-0-193.ec2.internal, error: failed to parse node chassis-id for node - ip-10-0-0-193.ec2.internal, error: suppressed error logged: k8s.ovn.org/node-chassis-id annotation not found for node ip-10-0-0-193.ec2.internal I0310 19:26:17.855639 3402 model_client.go:374] Create operations generated as: [{Op:insert Table:Logical_Switch Row:map[load_balancer_group:{GoSet:[{GoUUID:8912d062-9fdf-4c7e-ad45-4b8ce87d3a2f} {GoUUID:1a0d1643-c527-4767-8661-a2d99ea9b2a3}]} name:ip-10-0-1-9.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:u0964085466}] I0310 19:26:17.855664 3402 transact.go:43] Configuring OVN: [{Op:wait Table:Logical_Switch Row:map[] Rows:[map[name:ip-10-0-1-9.ec2.internal]] Columns:[name] Mutations:[] Timeout:0xc009077668 Where:[where column name == ip-10-0-1-9.ec2.internal] Until:!= Durable: Comment: Lock: UUID: UUIDName:} {Op:insert Table:Logical_Switch Row:map[load_balancer_group:{GoSet:[{GoUUID:8912d062-9fdf-4c7e-ad45-4b8ce87d3a2f} {GoUUID:1a0d1643-c527-4767-8661-a2d99ea9b2a3}]} name:ip-10-0-1-9.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:u0964085466}] I0310 19:26:17.856183 3402 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-9.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-9.ec2.internal]} type:router] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0964085467}] I0310 19:26:17.856234 3402 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:u0964085467}]}}] Timeout: Where:[where column _uuid == {4d3dbbb3-8eab-4946-9375-b59315ca47e3}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:17.856261 3402 transact.go:43] Configuring OVN: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[router]} name:stor-ip-10-0-1-9.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-9.ec2.internal]} type:router] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0964085467} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u0964085467}]}}] Timeout: Where:[where column _uuid == {4d3dbbb3-8eab-4946-9375-b59315ca47e3}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:17.856741 3402 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:c2b280cf-230b-4587-9707-71ae5bbcc4e8}]}}] Timeout: Where:[where column _uuid == {315e401d-6ffd-49a1-b7f8-9bc8dd95b340}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:17.856814 3402 transact.go:43] Configuring OVN: [{Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:c2b280cf-230b-4587-9707-71ae5bbcc4e8}]}}] Timeout: Where:[where column _uuid == {315e401d-6ffd-49a1-b7f8-9bc8dd95b340}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:17.857257 3402 model_client.go:374] Create operations generated as: [{Op:insert Table:Gateway_Chassis Row:map[chassis_name:ee5f6ed5-5b40-42da-b48f-608cc5f657f6 name:rtos-ip-10-0-1-9.ec2.internal-ee5f6ed5-5b40-42da-b48f-608cc5f657f6 priority:1] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0964085468}] I0310 19:26:17.857321 3402 model_client.go:374] Create operations generated as: [{Op:insert Table:Logical_Router_Port Row:map[gateway_chassis:{GoSet:[{GoUUID:u0964085468}]} mac:0a:58:0a:80:00:01 name:rtos-ip-10-0-1-9.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:u0964085469}] I0310 19:26:17.857378 3402 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:u0964085469}]}}] Timeout: Where:[where column _uuid == {935e56e5-519c-483f-8471-7339fb01e931}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:17.857403 3402 transact.go:43] Configuring OVN: [{Op:insert Table:Gateway_Chassis Row:map[chassis_name:ee5f6ed5-5b40-42da-b48f-608cc5f657f6 name:rtos-ip-10-0-1-9.ec2.internal-ee5f6ed5-5b40-42da-b48f-608cc5f657f6 priority:1] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0964085468} {Op:insert Table:Logical_Router_Port Row:map[gateway_chassis:{GoSet:[{GoUUID:u0964085468}]} mac:0a:58:0a:80:00:01 name:rtos-ip-10-0-1-9.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:u0964085469} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u0964085469}]}}] Timeout: Where:[where column _uuid == {935e56e5-519c-483f-8471-7339fb01e931}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:17.858039 3402 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-9.ec2.internal:10.128.0.2 k8s.ovn.org/name:ip-10-0-1-9.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:u0964085470}] I0310 19:26:17.858115 3402 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:u0964085470}]}}] Timeout: Where:[where column _uuid == {4d3dbbb3-8eab-4946-9375-b59315ca47e3}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:17.858141 3402 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-9.ec2.internal:10.128.0.2 k8s.ovn.org/name:ip-10-0-1-9.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:u0964085470} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:acls Mutator:insert Value:{GoSet:[{GoUUID:u0964085470}]}}] Timeout: Where:[where column _uuid == {4d3dbbb3-8eab-4946-9375-b59315ca47e3}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:17.858561 3402 ovs.go:163] Exec(34): stdout: "" I0310 19:26:17.858574 3402 ovs.go:164] Exec(34): stderr: "" I0310 19:26:17.858782 3402 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-9.ec2.internal] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0964085471}] I0310 19:26:17.858823 3402 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:u0964085471}]}}] Timeout: Where:[where column _uuid == {4d3dbbb3-8eab-4946-9375-b59315ca47e3}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:17.858848 3402 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-9.ec2.internal] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0964085471} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u0964085471}]}}] Timeout: Where:[where column _uuid == {4d3dbbb3-8eab-4946-9375-b59315ca47e3}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:17.859238 3402 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:cab7c482-bec1-4da8-9497-aabedac2210b}]}}] Timeout: Where:[where column _uuid == {7af60d02-4c8a-442e-bd18-2474ce9ed5c2}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:17.859312 3402 transact.go:43] Configuring OVN: [{Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:cab7c482-bec1-4da8-9497-aabedac2210b}]}}] Timeout: Where:[where column _uuid == {7af60d02-4c8a-442e-bd18-2474ce9ed5c2}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:17.859634 3402 switch.go:52] Hybridoverlay port does not exist for node ip-10-0-1-9.ec2.internal I0310 19:26:17.859654 3402 switch.go:61] haveMP true haveHO false ManagementPortAddress 10.128.0.2/23 HybridOverlayAddressOA 10.128.0.3/23 I0310 19:26:17.859742 3402 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 == {4d3dbbb3-8eab-4946-9375-b59315ca47e3}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:17.859769 3402 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 == {4d3dbbb3-8eab-4946-9375-b59315ca47e3}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:17.860126 3402 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:u0964085472}] I0310 19:26:17.860168 3402 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:u0964085472}] I0310 19:26:17.860583 3402 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:u0964085473}] I0310 19:26:17.860655 3402 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:u0964085474}] I0310 19:26:17.860713 3402 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:u0964085475}] I0310 19:26:17.860773 3402 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:u0964085476}] I0310 19:26:17.860845 3402 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:u0964085477}] I0310 19:26:17.860910 3402 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:u0964085473} {GoUUID:u0964085474} {GoUUID:u0964085475} {GoUUID:u0964085476} {GoUUID:u0964085477}]}}] Timeout: Where:[where column _uuid == {4c699393-2c21-4047-bb8f-059ef205632a}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:17.860946 3402 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:u0964085473} {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:u0964085474} {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:u0964085475} {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:u0964085476} {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:u0964085477} {Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:acls Mutator:insert Value:{GoSet:[{GoUUID:u0964085473} {GoUUID:u0964085474} {GoUUID:u0964085475} {GoUUID:u0964085476} {GoUUID:u0964085477}]}}] Timeout: Where:[where column _uuid == {4c699393-2c21-4047-bb8f-059ef205632a}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:17.862466 3402 model_client.go:374] Create operations generated as: [{Op:insert Table:Logical_Router Row:map[copp:{GoSet:[{GoUUID:d51810e0-cdd4-49e7-9027-7f6b6aeb7de6}]} external_ids:{GoMap:map[physical_ip:10.0.1.9 physical_ips:10.0.1.9]} load_balancer_group:{GoSet:[{GoUUID:8912d062-9fdf-4c7e-ad45-4b8ce87d3a2f} {GoUUID:5cd796e6-8af4-4f36-b52f-e5694e3e8bf8}]} name:GR_ip-10-0-1-9.ec2.internal options:{GoMap:map[always_learn_from_arp_request:false chassis:ee5f6ed5-5b40-42da-b48f-608cc5f657f6 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:u0964085478}] I0310 19:26:17.862501 3402 transact.go:43] Configuring OVN: [{Op:wait Table:Logical_Router Row:map[] Rows:[map[name:GR_ip-10-0-1-9.ec2.internal]] Columns:[name] Mutations:[] Timeout:0xc0092885e0 Where:[where column name == GR_ip-10-0-1-9.ec2.internal] Until:!= Durable: Comment: Lock: UUID: UUIDName:} {Op:insert Table:Logical_Router Row:map[copp:{GoSet:[{GoUUID:d51810e0-cdd4-49e7-9027-7f6b6aeb7de6}]} external_ids:{GoMap:map[physical_ip:10.0.1.9 physical_ips:10.0.1.9]} load_balancer_group:{GoSet:[{GoUUID:8912d062-9fdf-4c7e-ad45-4b8ce87d3a2f} {GoUUID:5cd796e6-8af4-4f36-b52f-e5694e3e8bf8}]} name:GR_ip-10-0-1-9.ec2.internal options:{GoMap:map[always_learn_from_arp_request:false chassis:ee5f6ed5-5b40-42da-b48f-608cc5f657f6 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:u0964085478}] I0310 19:26:17.863050 3402 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-9.ec2.internal options:{GoMap:map[router-port:rtoj-GR_ip-10-0-1-9.ec2.internal]} type:router] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0964085479}] I0310 19:26:17.863095 3402 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:u0964085479}]}}] Timeout: Where:[where column _uuid == {bf545a1e-6c94-4601-8bbb-6bc6497faba7}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:17.863114 3402 transact.go:43] Configuring OVN: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[router]} name:jtor-GR_ip-10-0-1-9.ec2.internal options:{GoMap:map[router-port:rtoj-GR_ip-10-0-1-9.ec2.internal]} type:router] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0964085479} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u0964085479}]}}] Timeout: Where:[where column _uuid == {bf545a1e-6c94-4601-8bbb-6bc6497faba7}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:17.863578 3402 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-9.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:u0964085480}] I0310 19:26:17.863629 3402 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:u0964085480}]}}] Timeout: Where:[where column _uuid == {a87e14f5-a817-4ede-83b7-993e79f8d45f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:17.863652 3402 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-9.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:u0964085480} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u0964085480}]}}] Timeout: Where:[where column _uuid == {a87e14f5-a817-4ede-83b7-993e79f8d45f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:17.864054 3402 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:d5:f8:46:0d name:rtoe-GR_ip-10-0-1-9.ec2.internal networks:{GoSet:[10.0.1.9/24]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0964085481}] I0310 19:26:17.864099 3402 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:u0964085481}]}}] Timeout: Where:[where column _uuid == {a87e14f5-a817-4ede-83b7-993e79f8d45f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:17.864113 3402 transact.go:43] Configuring OVN: [{Op:insert Table:Logical_Router_Port Row:map[external_ids:{GoMap:map[gateway-physical-ip:yes]} mac:0a:ff:d5:f8:46:0d name:rtoe-GR_ip-10-0-1-9.ec2.internal networks:{GoSet:[10.0.1.9/24]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0964085481} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u0964085481}]}}] Timeout: Where:[where column _uuid == {a87e14f5-a817-4ede-83b7-993e79f8d45f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:17.864530 3402 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-9.ec2.internal options:{GoMap:map[network_name:physnet]} type:localnet] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0964085482}] I0310 19:26:17.864581 3402 model_client.go:374] Create operations generated as: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[0a:ff:d5:f8:46:0d]} name:etor-GR_ip-10-0-1-9.ec2.internal options:{GoMap:map[exclude-lb-vips-from-garp:true nat-addresses:router router-port:rtoe-GR_ip-10-0-1-9.ec2.internal]} type:router] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0964085483}] I0310 19:26:17.864666 3402 model_client.go:374] Create operations generated as: [{Op:insert Table:Logical_Switch Row:map[name:ext_ip-10-0-1-9.ec2.internal ports:{GoSet:[{GoUUID:u0964085482} {GoUUID:u0964085483}]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0964085484}] I0310 19:26:17.864688 3402 transact.go:43] Configuring OVN: [{Op:wait Table:Logical_Switch Row:map[] Rows:[map[name:ext_ip-10-0-1-9.ec2.internal]] Columns:[name] Mutations:[] Timeout:0xc0092be250 Where:[where column name == ext_ip-10-0-1-9.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-9.ec2.internal options:{GoMap:map[network_name:physnet]} type:localnet] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0964085482} {Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[0a:ff:d5:f8:46:0d]} name:etor-GR_ip-10-0-1-9.ec2.internal options:{GoMap:map[exclude-lb-vips-from-garp:true nat-addresses:router router-port:rtoe-GR_ip-10-0-1-9.ec2.internal]} type:router] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0964085483} {Op:insert Table:Logical_Switch Row:map[name:ext_ip-10-0-1-9.ec2.internal ports:{GoSet:[{GoUUID:u0964085482} {GoUUID:u0964085483}]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0964085484}] I0310 19:26:17.865286 3402 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-9.ec2.internal mac:0a:58:a9:fe:00:04 override_dynamic_mac:true] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0964085485}] I0310 19:26:17.865309 3402 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-9.ec2.internal mac:0a:58:a9:fe:00:04 override_dynamic_mac:true] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0964085485}] I0310 19:26:17.865687 3402 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:u0964085486}] I0310 19:26:17.865735 3402 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:u0964085486}]}}] Timeout: Where:[where column _uuid == {a87e14f5-a817-4ede-83b7-993e79f8d45f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:17.865761 3402 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:u0964085486} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u0964085486}]}}] Timeout: Where:[where column _uuid == {a87e14f5-a817-4ede-83b7-993e79f8d45f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:17.866107 3402 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-9.ec2.internal]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0964085487}] I0310 19:26:17.866200 3402 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:u0964085487}]}}] Timeout: Where:[where column _uuid == {a87e14f5-a817-4ede-83b7-993e79f8d45f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:17.866223 3402 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-9.ec2.internal]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0964085487} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u0964085487}]}}] Timeout: Where:[where column _uuid == {a87e14f5-a817-4ede-83b7-993e79f8d45f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:17.866615 3402 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-9.ec2.internal]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0964085488}] I0310 19:26:17.866652 3402 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:u0964085488}]}}] Timeout: Where:[where column _uuid == {a87e14f5-a817-4ede-83b7-993e79f8d45f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:17.866674 3402 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-9.ec2.internal]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0964085488} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u0964085488}]}}] Timeout: Where:[where column _uuid == {a87e14f5-a817-4ede-83b7-993e79f8d45f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:17.867021 3402 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:u0964085489}] I0310 19:26:17.867064 3402 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:u0964085489}]}}] Timeout: Where:[where column _uuid == {935e56e5-519c-483f-8471-7339fb01e931}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:17.867082 3402 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:u0964085489} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u0964085489}]}}] Timeout: Where:[where column _uuid == {935e56e5-519c-483f-8471-7339fb01e931}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:17.867535 3402 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:u0964085490}] I0310 19:26:17.867581 3402 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:u0964085490}]}}] Timeout: Where:[where column _uuid == {935e56e5-519c-483f-8471-7339fb01e931}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:17.867603 3402 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:u0964085490} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u0964085490}]}}] Timeout: Where:[where column _uuid == {935e56e5-519c-483f-8471-7339fb01e931}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:17.868015 3402 model_client.go:374] Create operations generated as: [{Op:insert Table:NAT Row:map[external_ip:10.0.1.9 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:u0964085491}] I0310 19:26:17.868060 3402 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:u0964085491}]}}] Timeout: Where:[where column _uuid == {a87e14f5-a817-4ede-83b7-993e79f8d45f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:17.868105 3402 transact.go:43] Configuring OVN: [{Op:insert Table:NAT Row:map[external_ip:10.0.1.9 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:u0964085491} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:nat Mutator:insert Value:{GoSet:[{GoUUID:u0964085491}]}}] Timeout: Where:[where column _uuid == {a87e14f5-a817-4ede-83b7-993e79f8d45f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] W0310 19:26:17.868606 3402 gateway.go:191] Unable to fetch podIPs for pod openshift-network-diagnostics/network-check-target-dpqdq: pod openshift-network-diagnostics/network-check-target-dpqdq: no pod IPs found W0310 19:26:17.868624 3402 gateway.go:191] Unable to fetch podIPs for pod openshift-multus/network-metrics-daemon-9ptrz: pod openshift-multus/network-metrics-daemon-9ptrz: no pod IPs found I0310 19:26:17.868726 3402 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-9.ec2.internal" && ip4.dst == 10.0.1.9 /* ip-10-0-1-9.ec2.internal */ nexthops:{GoSet:[10.128.0.2]} priority:1004] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0964085492}] I0310 19:26:17.868764 3402 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:u0964085492}]}}] Timeout: Where:[where column _uuid == {935e56e5-519c-483f-8471-7339fb01e931}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:17.868780 3402 transact.go:43] Configuring OVN: [{Op:wait Table:Logical_Router_Policy Row:map[] Rows:[map[match:inport == "rtos-ip-10-0-1-9.ec2.internal" && ip4.dst == 10.0.1.9 /* ip-10-0-1-9.ec2.internal */ priority:1004]] Columns:[priority match] Mutations:[] Timeout:0xc0092e9108 Where:[where column priority == 1004 where column match == inport == "rtos-ip-10-0-1-9.ec2.internal" && ip4.dst == 10.0.1.9 /* ip-10-0-1-9.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-9.ec2.internal" && ip4.dst == 10.0.1.9 /* ip-10-0-1-9.ec2.internal */ nexthops:{GoSet:[10.128.0.2]} priority:1004] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0964085492} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:policies Mutator:insert Value:{GoSet:[{GoUUID:u0964085492}]}}] Timeout: Where:[where column _uuid == {935e56e5-519c-483f-8471-7339fb01e931}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:17.869379 3402 base_network_controller.go:622] When adding node ip-10-0-1-9.ec2.internal for network default, found 44 pods to add to retryPods I0310 19:26:17.869393 3402 base_network_controller.go:631] Adding pod openshift-network-diagnostics/network-check-target-dpqdq to retryPods for network default I0310 19:26:17.869408 3402 base_network_controller.go:631] Adding pod openshift-network-operator/iptables-alerter-rxcb4 to retryPods for network default I0310 19:26:17.869413 3402 base_network_controller.go:631] Adding pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-xt77s to retryPods for network default I0310 19:26:17.869417 3402 base_network_controller.go:631] Adding pod openshift-multus/network-metrics-daemon-9ptrz to retryPods for network default I0310 19:26:17.869421 3402 base_network_controller.go:631] Adding pod openshift-multus/multus-5fsfg to retryPods for network default I0310 19:26:17.869426 3402 base_network_controller.go:631] Adding pod kube-system/konnectivity-agent-9tglw to retryPods for network default I0310 19:26:17.869432 3402 base_network_controller.go:631] Adding pod kube-system/kube-apiserver-proxy-ip-10-0-1-9.ec2.internal to retryPods for network default I0310 19:26:17.869435 3402 base_network_controller.go:631] Adding pod openshift-cluster-node-tuning-operator/tuned-vc7k9 to retryPods for network default I0310 19:26:17.869439 3402 base_network_controller.go:631] Adding pod openshift-dns/node-resolver-b48xs to retryPods for network default I0310 19:26:17.869445 3402 base_network_controller.go:631] Adding pod openshift-image-registry/node-ca-vl274 to retryPods for network default I0310 19:26:17.869449 3402 base_network_controller.go:631] Adding pod openshift-multus/multus-additional-cni-plugins-qgltq to retryPods for network default I0310 19:26:17.869454 3402 base_network_controller.go:631] Adding pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-9.ec2.internal to retryPods for network default I0310 19:26:17.869459 3402 base_network_controller.go:631] Adding pod openshift-ovn-kubernetes/ovnkube-node-89cwp to retryPods for network default I0310 19:26:17.869467 3402 obj_retry.go:236] Iterate retry objects requested (resource *v1.Pod) I0310 19:26:17.869532 3402 model_client.go:383] Update operations generated as: [{Op:update Table:Chassis Row:map[encaps:{GoSet:[{GoUUID:6b190258-73f1-442e-8ce7-603fff19a95e}]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {5dae9a0e-2071-419b-a0ba-72a407ea115f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:17.869563 3402 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 == {5dae9a0e-2071-419b-a0ba-72a407ea115f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:17.869580 3402 transact.go:43] Configuring OVN: [{Op:update Table:Chassis Row:map[encaps:{GoSet:[{GoUUID:6b190258-73f1-442e-8ce7-603fff19a95e}]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {5dae9a0e-2071-419b-a0ba-72a407ea115f}] 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 == {5dae9a0e-2071-419b-a0ba-72a407ea115f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:17.869973 3402 zone_ic_handler.go:193] Creating interconnect resources for local zone node ip-10-0-1-9.ec2.internal for the network default I0310 19:26:17.870022 3402 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-9.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:u0964085493}] I0310 19:26:17.870073 3402 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:u0964085493}]}}] Timeout: Where:[where column _uuid == {935e56e5-519c-483f-8471-7339fb01e931}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:17.870093 3402 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-9.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:u0964085493} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u0964085493}]}}] Timeout: Where:[where column _uuid == {935e56e5-519c-483f-8471-7339fb01e931}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:17.870496 3402 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-9.ec2.internal]} name:tstor-ip-10-0-1-9.ec2.internal options:{GoMap:map[requested-tnl-key:2 router-port:rtots-ip-10-0-1-9.ec2.internal]} type:router] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0964085494}] I0310 19:26:17.870545 3402 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:u0964085494}]}}] Timeout: Where:[where column _uuid == {a9138e1f-8c86-41f1-870b-3f2c616bdce1}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:17.870562 3402 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-9.ec2.internal]} name:tstor-ip-10-0-1-9.ec2.internal options:{GoMap:map[requested-tnl-key:2 router-port:rtots-ip-10-0-1-9.ec2.internal]} type:router] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0964085494} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u0964085494}]}}] Timeout: Where:[where column _uuid == {a9138e1f-8c86-41f1-870b-3f2c616bdce1}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:17.871001 3402 obj_retry.go:548] Creating *v1.Node ip-10-0-1-9.ec2.internal took: 15.496627ms I0310 19:26:17.871025 3402 factory.go:1366] Added *v1.Node event handler 2 I0310 19:26:17.871048 3402 services_controller.go:193] Starting controller ovn-lb-controller for network=default I0310 19:26:17.871069 3402 services_controller.go:201] Waiting for node tracker handler to sync for network=default I0310 19:26:17.871079 3402 shared_informer.go:313] Waiting for caches to sync for node-tracker-controller I0310 19:26:17.871107 3402 node_tracker.go:211] Processing possible switch / router updates for node ip-10-0-0-193.ec2.internal in network "default" I0310 19:26:17.871136 3402 node_tracker.go:238] Node ip-10-0-0-193.ec2.internal has invalid / no gateway config: k8s.ovn.org/l3-gateway-config annotation not found for node "ip-10-0-0-193.ec2.internal" I0310 19:26:17.871164 3402 node_tracker.go:172] Node ip-10-0-0-193.ec2.internal switch + router changed, syncing services in network "default" I0310 19:26:17.871174 3402 services_controller.go:575] Full service sync requested for network=default I0310 19:26:17.871184 3402 node_tracker.go:211] Processing possible switch / router updates for node ip-10-0-1-9.ec2.internal in network "default" I0310 19:26:17.871218 3402 node_tracker.go:172] Node ip-10-0-1-9.ec2.internal switch + router changed, syncing services in network "default" I0310 19:26:17.871282 3402 services_controller.go:575] Full service sync requested for network=default I0310 19:26:17.871298 3402 node_tracker.go:211] Processing possible switch / router updates for node ip-10-0-2-240.ec2.internal in network "default" I0310 19:26:17.871317 3402 node_tracker.go:238] Node ip-10-0-2-240.ec2.internal has invalid / no gateway config: k8s.ovn.org/l3-gateway-config annotation not found for node "ip-10-0-2-240.ec2.internal" I0310 19:26:17.871329 3402 node_tracker.go:172] Node ip-10-0-2-240.ec2.internal switch + router changed, syncing services in network "default" I0310 19:26:17.871335 3402 services_controller.go:575] Full service sync requested for network=default I0310 19:26:17.971979 3402 shared_informer.go:320] Caches are synced for node-tracker-controller I0310 19:26:17.972011 3402 services_controller.go:209] Setting up event handlers for services for network=default I0310 19:26:17.972098 3402 services_controller.go:640] Adding service openshift-image-registry/image-registry for network=default I0310 19:26:17.972122 3402 services_controller.go:640] Adding service openshift-insights/metrics for network=default I0310 19:26:17.972134 3402 services_controller.go:219] Setting up event handlers for endpoint slices for network=default I0310 19:26:17.972137 3402 services_controller.go:640] Adding service openshift-network-operator/metrics for network=default I0310 19:26:17.972159 3402 services_controller.go:640] Adding service openshift-service-ca-operator/metrics for network=default I0310 19:26:17.972174 3402 services_controller.go:640] Adding service openshift-cluster-samples-operator/metrics for network=default I0310 19:26:17.972183 3402 services_controller.go:640] Adding service openshift-ingress/router-internal-default for network=default I0310 19:26:17.972190 3402 services_controller.go:640] Adding service openshift-machine-config-operator/machine-config-controller for network=default I0310 19:26:17.972197 3402 services_controller.go:640] Adding service openshift-multus/network-metrics-service for network=default I0310 19:26:17.972208 3402 services_controller.go:640] Adding service openshift-network-diagnostics/network-check-target for network=default I0310 19:26:17.972208 3402 services_controller.go:234] Waiting for service and endpoint handlers to sync for network=default I0310 19:26:17.972217 3402 services_controller.go:640] Adding service openshift-dns-operator/metrics for network=default I0310 19:26:17.972224 3402 services_controller.go:640] Adding service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0310 19:26:17.972226 3402 shared_informer.go:313] Waiting for caches to sync for ovn-lb-controller I0310 19:26:17.972231 3402 services_controller.go:640] Adding service openshift-cloud-credential-operator/cco-metrics for network=default I0310 19:26:17.972236 3402 services_controller.go:640] Adding service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0310 19:26:17.972241 3402 services_controller.go:640] Adding service openshift-dns/dns-default for network=default I0310 19:26:17.972248 3402 services_controller.go:640] Adding service openshift-kube-storage-version-migrator-operator/metrics for network=default I0310 19:26:17.972260 3402 services_controller.go:640] Adding service openshift-network-diagnostics/network-check-source for network=default I0310 19:26:17.972276 3402 services_controller.go:640] Adding service openshift-kube-controller-manager-operator/metrics for network=default I0310 19:26:17.972286 3402 services_controller.go:640] Adding service openshift-monitoring/cluster-monitoring-operator for network=default I0310 19:26:17.972296 3402 services_controller.go:640] Adding service default/openshift-oauth-apiserver for network=default I0310 19:26:17.972303 3402 services_controller.go:640] Adding service openshift-apiserver/check-endpoints for network=default I0310 19:26:17.972311 3402 services_controller.go:640] Adding service openshift-cluster-machine-approver/machine-approver for network=default I0310 19:26:17.972318 3402 services_controller.go:640] Adding service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0310 19:26:17.972326 3402 services_controller.go:640] Adding service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0310 19:26:17.972333 3402 services_controller.go:640] Adding service openshift-machine-config-operator/machine-config-operator for network=default I0310 19:26:17.972359 3402 services_controller.go:640] Adding service openshift-apiserver-operator/metrics for network=default I0310 19:26:17.972377 3402 services_controller.go:640] Adding service openshift-authentication-operator/metrics for network=default I0310 19:26:17.972386 3402 services_controller.go:640] Adding service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0310 19:26:17.972393 3402 services_controller.go:640] Adding service openshift-ingress-canary/ingress-canary for network=default I0310 19:26:17.972401 3402 services_controller.go:640] Adding service openshift-ingress/router-default for network=default I0310 19:26:17.972411 3402 services_controller.go:640] Adding service openshift-ingress-operator/metrics for network=default I0310 19:26:17.972421 3402 services_controller.go:640] Adding service openshift-machine-config-operator/machine-config-daemon for network=default I0310 19:26:17.972427 3402 services_controller.go:640] Adding service default/kubernetes for network=default I0310 19:26:17.972434 3402 services_controller.go:640] Adding service default/openshift for network=default I0310 19:26:17.972441 3402 services_controller.go:640] Adding service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0310 19:26:17.972448 3402 services_controller.go:640] Adding service openshift-cluster-version/cluster-version-operator for network=default I0310 19:26:17.972453 3402 services_controller.go:640] Adding service openshift-console-operator/metrics for network=default I0310 19:26:17.972461 3402 services_controller.go:640] Adding service default/openshift-apiserver for network=default I0310 19:26:17.972466 3402 services_controller.go:640] Adding service default/packageserver for network=default I0310 19:26:17.972473 3402 services_controller.go:640] Adding service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0310 19:26:17.972483 3402 services_controller.go:640] Adding service openshift-config-operator/metrics for network=default I0310 19:26:17.972493 3402 services_controller.go:640] Adding service openshift-network-console/networking-console-plugin for network=default I0310 19:26:18.072277 3402 shared_informer.go:320] Caches are synced for ovn-lb-controller I0310 19:26:18.072302 3402 repair.go:60] Starting repairing loop for services I0310 19:26:18.072407 3402 repair.go:131] Deleted 0 stale service LBs I0310 19:26:18.072428 3402 repair.go:137] Deleted 0 stale Chassis Template Vars I0310 19:26:18.072444 3402 repair.go:62] Finished repairing loop for services: 148.301µs I0310 19:26:18.072477 3402 services_controller.go:364] Controller cache of 0 load balancers initialized for 0 services for network=default I0310 19:26:18.072489 3402 services_controller.go:255] Starting workers for network=default I0310 19:26:18.072549 3402 services_controller.go:382] Processing sync for service openshift-image-registry/image-registry for network=default I0310 19:26:18.072561 3402 services_controller.go:382] Processing sync for service openshift-insights/metrics for network=default I0310 19:26:18.072565 3402 services_controller.go:382] Processing sync for service openshift-network-operator/metrics for network=default I0310 19:26:18.072580 3402 services_controller.go:386] Finished syncing service metrics on namespace openshift-network-operator for network=default : 15.222µs I0310 19:26:18.072588 3402 services_controller.go:382] Processing sync for service openshift-service-ca-operator/metrics for network=default I0310 19:26:18.072595 3402 services_controller.go:382] Processing sync for service openshift-cluster-samples-operator/metrics for network=default I0310 19:26:18.072603 3402 services_controller.go:386] Finished syncing service metrics on namespace openshift-cluster-samples-operator for network=default : 8.478µs I0310 19:26:18.072611 3402 services_controller.go:382] Processing sync for service openshift-ingress/router-internal-default for network=default I0310 19:26:18.072674 3402 services_controller.go:382] Processing sync for service openshift-machine-config-operator/machine-config-controller for network=default I0310 19:26:18.072724 3402 default_network_controller.go:661] Recording add event on pod openshift-image-registry/node-ca-vl274 I0310 19:26:18.072741 3402 obj_retry.go:509] Add event received for *v1.Pod openshift-image-registry/node-ca-vl274 I0310 19:26:18.072758 3402 ovn.go:135] Ensuring zone local for Pod openshift-image-registry/node-ca-vl274 in node ip-10-0-1-9.ec2.internal I0310 19:26:18.072771 3402 default_network_controller.go:661] Recording add event on pod openshift-cluster-node-tuning-operator/tuned-x48qs I0310 19:26:18.072754 3402 default_network_controller.go:661] Recording add event on pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-9.ec2.internal I0310 19:26:18.072775 3402 obj_retry.go:548] Creating *v1.Pod openshift-image-registry/node-ca-vl274 took: 20.533µs I0310 19:26:18.072816 3402 default_network_controller.go:661] Recording add event on pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-4ndqb I0310 19:26:18.072578 3402 services_controller.go:460] Service openshift-insights/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-insights af81ea07-e514-4d44-9907-d4be5acd1672 2140 0 2026-03-10 19:15:30 +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 fa8407b6-d2c6-496a-b61c-58a7d50d03f1 0xc007211bfb }] [] []},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.122.158,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.122.158],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:18.072866 3402 obj_retry.go:509] Add event received for *v1.Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-4ndqb I0310 19:26:18.072880 3402 ovn.go:139] Ensuring zone remote for Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-4ndqb in node ip-10-0-2-240.ec2.internal I0310 19:26:18.072572 3402 services_controller.go:460] Service openshift-image-registry/image-registry retrieved from lister for network=default: &Service{ObjectMeta:{image-registry openshift-image-registry ace81c7c-a62a-4721-bebf-891a194a3341 1906 0 2026-03-10 19:15:27 +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.174.40,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.174.40],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:18.072904 3402 lb_config.go:1030] Cluster endpoints for openshift-insights/metrics for network=default are: map[] I0310 19:26:18.072918 3402 services_controller.go:469] Built service openshift-insights/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.122.158"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0310 19:26:18.072928 3402 lb_config.go:1030] Cluster endpoints for openshift-image-registry/image-registry for network=default are: map[] I0310 19:26:18.072932 3402 services_controller.go:470] Built service openshift-insights/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:18.072940 3402 services_controller.go:471] Built service openshift-insights/metrics LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:18.072940 3402 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.174.40"}, 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}} I0310 19:26:18.072603 3402 services_controller.go:460] Service openshift-service-ca-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-service-ca-operator 01d0cae4-03bf-4ee2-a11d-007b0594b421 954 0 2026-03-10 19:15:11 +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 fa8407b6-d2c6-496a-b61c-58a7d50d03f1 0xc007ec23d7 }] [] []},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.224.113,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.224.113],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:18.072957 3402 services_controller.go:470] Built service openshift-image-registry/image-registry LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:18.072974 3402 services_controller.go:471] Built service openshift-image-registry/image-registry LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:18.072955 3402 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.122.158", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:18.072996 3402 services_controller.go:478] Built service openshift-insights/metrics per-node LB for network=default: []services.LB{} I0310 19:26:18.073003 3402 services_controller.go:479] Built service openshift-insights/metrics template LB for network=default: []services.LB{} I0310 19:26:18.073000 3402 lb_config.go:1030] Cluster endpoints for openshift-service-ca-operator/metrics for network=default are: map[] I0310 19:26:18.072993 3402 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.174.40", Port:5000, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:18.073010 3402 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 I0310 19:26:18.073015 3402 services_controller.go:478] Built service openshift-image-registry/image-registry per-node LB for network=default: []services.LB{} I0310 19:26:18.073022 3402 services_controller.go:479] Built service openshift-image-registry/image-registry template LB for network=default: []services.LB{} I0310 19:26:18.073019 3402 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.122.158", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:18.073029 3402 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 I0310 19:26:18.073020 3402 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.224.113"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0310 19:26:18.072789 3402 default_network_controller.go:661] Recording add event on pod openshift-multus/network-metrics-daemon-dgrtz I0310 19:26:18.073041 3402 services_controller.go:470] Built service openshift-service-ca-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:18.073038 3402 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.174.40", Port:5000, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:18.073056 3402 services_controller.go:471] Built service openshift-service-ca-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:18.072742 3402 default_network_controller.go:661] Recording add event on pod openshift-dns/node-resolver-2q4w6 I0310 19:26:18.073068 3402 obj_retry.go:509] Add event received for *v1.Pod openshift-dns/node-resolver-2q4w6 I0310 19:26:18.073083 3402 ovn.go:139] Ensuring zone remote for Pod openshift-dns/node-resolver-2q4w6 in node ip-10-0-2-240.ec2.internal I0310 19:26:18.073091 3402 obj_retry.go:548] Creating *v1.Pod openshift-dns/node-resolver-2q4w6 took: 10.507µs I0310 19:26:18.073099 3402 default_network_controller.go:705] Recording success event on pod openshift-dns/node-resolver-2q4w6 I0310 19:26:18.073079 3402 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.224.113", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:18.073107 3402 default_network_controller.go:661] Recording add event on pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-2-240.ec2.internal I0310 19:26:18.073090 3402 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.122.158:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0964085495}] I0310 19:26:18.073115 3402 obj_retry.go:509] Add event received for *v1.Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-2-240.ec2.internal I0310 19:26:18.073056 3402 obj_retry.go:509] Add event received for *v1.Pod openshift-multus/network-metrics-daemon-dgrtz I0310 19:26:18.072791 3402 default_network_controller.go:661] Recording add event on pod openshift-image-registry/node-ca-d46s4 I0310 19:26:18.073126 3402 ovn.go:139] Ensuring zone remote for Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-2-240.ec2.internal in node ip-10-0-2-240.ec2.internal I0310 19:26:18.073131 3402 ovn.go:139] Ensuring zone remote for Pod openshift-multus/network-metrics-daemon-dgrtz in node ip-10-0-2-240.ec2.internal I0310 19:26:18.073134 3402 obj_retry.go:548] Creating *v1.Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-2-240.ec2.internal took: 9.405µs I0310 19:26:18.073111 3402 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.174.40:5000:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0964085496}] I0310 19:26:18.072798 3402 obj_retry.go:509] Add event received for *v1.Pod openshift-cluster-node-tuning-operator/tuned-x48qs I0310 19:26:18.073134 3402 obj_retry.go:509] Add event received for *v1.Pod openshift-image-registry/node-ca-d46s4 I0310 19:26:18.073166 3402 ovn.go:139] Ensuring zone remote for Pod openshift-image-registry/node-ca-d46s4 in node ip-10-0-2-240.ec2.internal I0310 19:26:18.073114 3402 services_controller.go:478] Built service openshift-service-ca-operator/metrics per-node LB for network=default: []services.LB{} I0310 19:26:18.073174 3402 obj_retry.go:548] Creating *v1.Pod openshift-image-registry/node-ca-d46s4 took: 8.048µs I0310 19:26:18.073161 3402 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:u0964085495}]}}] Timeout: Where:[where column _uuid == {8912d062-9fdf-4c7e-ad45-4b8ce87d3a2f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:18.073174 3402 ovn.go:139] Ensuring zone remote for Pod openshift-cluster-node-tuning-operator/tuned-x48qs in node ip-10-0-0-193.ec2.internal I0310 19:26:18.073183 3402 services_controller.go:479] Built service openshift-service-ca-operator/metrics template LB for network=default: []services.LB{} I0310 19:26:18.073190 3402 obj_retry.go:548] Creating *v1.Pod openshift-cluster-node-tuning-operator/tuned-x48qs took: 19.282µs I0310 19:26:18.073196 3402 default_network_controller.go:705] Recording success event on pod openshift-cluster-node-tuning-operator/tuned-x48qs I0310 19:26:18.073185 3402 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:u0964085496}]}}] Timeout: Where:[where column _uuid == {8912d062-9fdf-4c7e-ad45-4b8ce87d3a2f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:18.072800 3402 default_network_controller.go:661] Recording add event on pod openshift-cluster-node-tuning-operator/tuned-97854 I0310 19:26:18.073206 3402 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.174.40:5000:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0964085496} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u0964085496}]}}] Timeout: Where:[where column _uuid == {8912d062-9fdf-4c7e-ad45-4b8ce87d3a2f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:18.073181 3402 default_network_controller.go:705] Recording success event on pod openshift-image-registry/node-ca-d46s4 I0310 19:26:18.073251 3402 default_network_controller.go:661] Recording add event on pod openshift-ovn-kubernetes/ovnkube-node-r6mcz I0310 19:26:18.073259 3402 obj_retry.go:509] Add event received for *v1.Pod openshift-ovn-kubernetes/ovnkube-node-r6mcz I0310 19:26:18.073267 3402 ovn.go:139] Ensuring zone remote for Pod openshift-ovn-kubernetes/ovnkube-node-r6mcz in node ip-10-0-2-240.ec2.internal I0310 19:26:18.073197 3402 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 I0310 19:26:18.073276 3402 obj_retry.go:548] Creating *v1.Pod openshift-ovn-kubernetes/ovnkube-node-r6mcz took: 7.85µs I0310 19:26:18.073282 3402 default_network_controller.go:705] Recording success event on pod openshift-ovn-kubernetes/ovnkube-node-r6mcz I0310 19:26:18.073298 3402 default_network_controller.go:661] Recording add event on pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-193.ec2.internal I0310 19:26:18.073286 3402 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.224.113", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:18.072813 3402 obj_retry.go:509] Add event received for *v1.Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-9.ec2.internal I0310 19:26:18.073235 3402 obj_retry.go:509] Add event received for *v1.Pod openshift-cluster-node-tuning-operator/tuned-97854 I0310 19:26:18.073320 3402 ovn.go:135] Ensuring zone local for Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-9.ec2.internal in node ip-10-0-1-9.ec2.internal I0310 19:26:18.073345 3402 ovn.go:139] Ensuring zone remote for Pod openshift-cluster-node-tuning-operator/tuned-97854 in node ip-10-0-2-240.ec2.internal I0310 19:26:18.072818 3402 default_network_controller.go:661] Recording add event on pod openshift-image-registry/node-ca-54vjn I0310 19:26:18.073354 3402 obj_retry.go:548] Creating *v1.Pod openshift-cluster-node-tuning-operator/tuned-97854 took: 9.559µs I0310 19:26:18.073360 3402 obj_retry.go:509] Add event received for *v1.Pod openshift-image-registry/node-ca-54vjn I0310 19:26:18.072826 3402 default_network_controller.go:705] Recording success event on pod openshift-image-registry/node-ca-vl274 I0310 19:26:18.073372 3402 default_network_controller.go:661] Recording add event on pod kube-system/kube-apiserver-proxy-ip-10-0-0-193.ec2.internal I0310 19:26:18.073381 3402 obj_retry.go:509] Add event received for *v1.Pod kube-system/kube-apiserver-proxy-ip-10-0-0-193.ec2.internal I0310 19:26:18.073387 3402 ovn.go:139] Ensuring zone remote for Pod kube-system/kube-apiserver-proxy-ip-10-0-0-193.ec2.internal in node ip-10-0-0-193.ec2.internal I0310 19:26:18.073392 3402 obj_retry.go:548] Creating *v1.Pod kube-system/kube-apiserver-proxy-ip-10-0-0-193.ec2.internal took: 5.056µs I0310 19:26:18.073395 3402 default_network_controller.go:705] Recording success event on pod kube-system/kube-apiserver-proxy-ip-10-0-0-193.ec2.internal I0310 19:26:18.073399 3402 default_network_controller.go:661] Recording add event on pod kube-system/konnectivity-agent-cnkfb I0310 19:26:18.073406 3402 obj_retry.go:509] Add event received for *v1.Pod kube-system/konnectivity-agent-cnkfb I0310 19:26:18.073412 3402 ovn.go:139] Ensuring zone remote for Pod kube-system/konnectivity-agent-cnkfb in node ip-10-0-0-193.ec2.internal I0310 19:26:18.073416 3402 obj_retry.go:548] Creating *v1.Pod kube-system/konnectivity-agent-cnkfb took: 4.963µs I0310 19:26:18.073419 3402 default_network_controller.go:705] Recording success event on pod kube-system/konnectivity-agent-cnkfb I0310 19:26:18.073391 3402 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.224.113:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0964085497}] I0310 19:26:18.072824 3402 default_network_controller.go:661] Recording add event on pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-5zp82 I0310 19:26:18.073361 3402 default_network_controller.go:705] Recording success event on pod openshift-cluster-node-tuning-operator/tuned-97854 I0310 19:26:18.073373 3402 ovn.go:139] Ensuring zone remote for Pod openshift-image-registry/node-ca-54vjn in node ip-10-0-0-193.ec2.internal I0310 19:26:18.073446 3402 default_network_controller.go:661] Recording add event on pod openshift-multus/network-metrics-daemon-5fzc6 I0310 19:26:18.073449 3402 obj_retry.go:548] Creating *v1.Pod openshift-image-registry/node-ca-54vjn took: 77.226µs I0310 19:26:18.073453 3402 obj_retry.go:509] Add event received for *v1.Pod openshift-multus/network-metrics-daemon-5fzc6 I0310 19:26:18.073458 3402 default_network_controller.go:705] Recording success event on pod openshift-image-registry/node-ca-54vjn I0310 19:26:18.073460 3402 ovn.go:139] Ensuring zone remote for Pod openshift-multus/network-metrics-daemon-5fzc6 in node ip-10-0-0-193.ec2.internal I0310 19:26:18.073467 3402 default_network_controller.go:661] Recording add event on pod openshift-multus/network-metrics-daemon-9ptrz I0310 19:26:18.073456 3402 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:u0964085497}]}}] Timeout: Where:[where column _uuid == {8912d062-9fdf-4c7e-ad45-4b8ce87d3a2f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:18.073307 3402 obj_retry.go:509] Add event received for *v1.Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-193.ec2.internal I0310 19:26:18.073476 3402 obj_retry.go:509] Add event received for *v1.Pod openshift-multus/network-metrics-daemon-9ptrz I0310 19:26:18.073483 3402 ovn.go:139] Ensuring zone remote for Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-193.ec2.internal in node ip-10-0-0-193.ec2.internal I0310 19:26:18.073485 3402 ovn.go:135] Ensuring zone local for Pod openshift-multus/network-metrics-daemon-9ptrz in node ip-10-0-1-9.ec2.internal I0310 19:26:18.073487 3402 obj_retry.go:543] Failed to create *v1.Pod openshift-multus/network-metrics-daemon-5fzc6, error: failed to obtain IPs to add remote pod openshift-multus/network-metrics-daemon-5fzc6: suppressed error logged: pod openshift-multus/network-metrics-daemon-5fzc6: no pod IPs found I0310 19:26:18.072620 3402 services_controller.go:460] Service openshift-ingress/router-internal-default retrieved from lister for network=default: &Service{ObjectMeta:{router-internal-default openshift-ingress 4566d498-987d-4e88-bffa-e5ae66adda29 1949 0 2026-03-10 19:15:27 +0000 UTC map[ingresscontroller.operator.openshift.io/owning-ingresscontroller:default] map[service.alpha.openshift.io/serving-cert-secret-name:router-metrics-certs-default] [{apps/v1 Deployment router-default 6a20aac2-da33-4e60-9721-5b9e7b570896 0xc007211afe }] [] []},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.175.101,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.175.101],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:18.073497 3402 default_network_controller.go:661] Recording add event on pod kube-system/kube-apiserver-proxy-ip-10-0-2-240.ec2.internal I0310 19:26:18.073506 3402 obj_retry.go:509] Add event received for *v1.Pod kube-system/kube-apiserver-proxy-ip-10-0-2-240.ec2.internal I0310 19:26:18.073515 3402 ovn.go:139] Ensuring zone remote for Pod kube-system/kube-apiserver-proxy-ip-10-0-2-240.ec2.internal in node ip-10-0-2-240.ec2.internal I0310 19:26:18.073141 3402 default_network_controller.go:705] Recording success event on pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-2-240.ec2.internal I0310 19:26:18.073482 3402 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.224.113:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0964085497} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u0964085497}]}}] Timeout: Where:[where column _uuid == {8912d062-9fdf-4c7e-ad45-4b8ce87d3a2f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:18.073522 3402 obj_retry.go:548] Creating *v1.Pod kube-system/kube-apiserver-proxy-ip-10-0-2-240.ec2.internal took: 7.795µs I0310 19:26:18.072693 3402 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 a68aece7-a7ba-4354-ab3e-1eb9877056f8 856 0 2026-03-10 19:15:09 +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 fa8407b6-d2c6-496a-b61c-58a7d50d03f1 0xc007211ddb }] [] []},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.228.68,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.228.68],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:18.073529 3402 default_network_controller.go:705] Recording success event on pod kube-system/kube-apiserver-proxy-ip-10-0-2-240.ec2.internal I0310 19:26:18.073528 3402 lb_config.go:1030] Cluster endpoints for openshift-ingress/router-internal-default for network=default are: map[] I0310 19:26:18.073533 3402 base_network_controller_pods.go:478] [default/openshift-multus/network-metrics-daemon-9ptrz] creating logical port openshift-multus_network-metrics-daemon-9ptrz for pod on switch ip-10-0-1-9.ec2.internal I0310 19:26:18.072889 3402 obj_retry.go:548] Creating *v1.Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-4ndqb took: 10.686µs I0310 19:26:18.073543 3402 default_network_controller.go:705] Recording success event on pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-4ndqb I0310 19:26:18.073550 3402 default_network_controller.go:661] Recording add event on pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-xt77s I0310 19:26:18.073552 3402 lb_config.go:1030] Cluster endpoints for openshift-machine-config-operator/machine-config-controller for network=default are: map[] I0310 19:26:18.073558 3402 obj_retry.go:509] Add event received for *v1.Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-xt77s I0310 19:26:18.073548 3402 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.175.101"}, 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.175.101"}, protocol:"TCP", 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.175.101"}, 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}} I0310 19:26:18.073566 3402 ovn.go:135] Ensuring zone local for Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-xt77s in node ip-10-0-1-9.ec2.internal I0310 19:26:18.073571 3402 obj_retry.go:548] Creating *v1.Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-xt77s took: 7.32µs I0310 19:26:18.073572 3402 services_controller.go:470] Built service openshift-ingress/router-internal-default LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:18.073576 3402 default_network_controller.go:705] Recording success event on pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-xt77s I0310 19:26:18.073583 3402 default_network_controller.go:661] Recording add event on pod openshift-dns/node-resolver-b48xs I0310 19:26:18.072802 3402 default_network_controller.go:661] Recording add event on pod openshift-multus/multus-additional-cni-plugins-qgltq I0310 19:26:18.073565 3402 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.228.68"}, 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}} I0310 19:26:18.073591 3402 obj_retry.go:509] Add event received for *v1.Pod openshift-dns/node-resolver-b48xs I0310 19:26:18.073595 3402 obj_retry.go:509] Add event received for *v1.Pod openshift-multus/multus-additional-cni-plugins-qgltq I0310 19:26:18.073596 3402 services_controller.go:470] Built service openshift-machine-config-operator/machine-config-controller LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:18.073600 3402 ovn.go:135] Ensuring zone local for Pod openshift-dns/node-resolver-b48xs in node ip-10-0-1-9.ec2.internal I0310 19:26:18.073606 3402 ovn.go:135] Ensuring zone local for Pod openshift-multus/multus-additional-cni-plugins-qgltq in node ip-10-0-1-9.ec2.internal I0310 19:26:18.073608 3402 obj_retry.go:548] Creating *v1.Pod openshift-dns/node-resolver-b48xs took: 8.665µs I0310 19:26:18.072793 3402 default_network_controller.go:661] Recording add event on pod openshift-dns/node-resolver-pn6zc I0310 19:26:18.073612 3402 default_network_controller.go:705] Recording success event on pod openshift-dns/node-resolver-b48xs I0310 19:26:18.073614 3402 obj_retry.go:548] Creating *v1.Pod openshift-multus/multus-additional-cni-plugins-qgltq took: 9.461µs I0310 19:26:18.073489 3402 obj_retry.go:548] Creating *v1.Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-193.ec2.internal took: 7.104µs I0310 19:26:18.073621 3402 obj_retry.go:509] Add event received for *v1.Pod openshift-dns/node-resolver-pn6zc I0310 19:26:18.073625 3402 default_network_controller.go:705] Recording success event on pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-193.ec2.internal I0310 19:26:18.073191 3402 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.122.158:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0964085495} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u0964085495}]}}] Timeout: Where:[where column _uuid == {8912d062-9fdf-4c7e-ad45-4b8ce87d3a2f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:18.073583 3402 services_controller.go:471] Built service openshift-ingress/router-internal-default LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:18.073631 3402 ovn.go:139] Ensuring zone remote for Pod openshift-dns/node-resolver-pn6zc in node ip-10-0-0-193.ec2.internal I0310 19:26:18.073640 3402 obj_retry.go:548] Creating *v1.Pod openshift-dns/node-resolver-pn6zc took: 9.692µs I0310 19:26:18.073621 3402 default_network_controller.go:705] Recording success event on pod openshift-multus/multus-additional-cni-plugins-qgltq I0310 19:26:18.073646 3402 default_network_controller.go:705] Recording success event on pod openshift-dns/node-resolver-pn6zc I0310 19:26:18.073651 3402 default_network_controller.go:661] Recording add event on pod openshift-ovn-kubernetes/ovnkube-node-89cwp I0310 19:26:18.073653 3402 default_network_controller.go:661] Recording add event on pod kube-system/konnectivity-agent-rqgtq I0310 19:26:18.073608 3402 services_controller.go:471] Built service openshift-machine-config-operator/machine-config-controller LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:18.073660 3402 obj_retry.go:509] Add event received for *v1.Pod openshift-ovn-kubernetes/ovnkube-node-89cwp I0310 19:26:18.072819 3402 default_network_controller.go:661] Recording add event on pod openshift-network-diagnostics/network-check-target-nmqnr I0310 19:26:18.073669 3402 ovn.go:135] Ensuring zone local for Pod openshift-ovn-kubernetes/ovnkube-node-89cwp in node ip-10-0-1-9.ec2.internal I0310 19:26:18.073677 3402 obj_retry.go:548] Creating *v1.Pod openshift-ovn-kubernetes/ovnkube-node-89cwp took: 7.93µs I0310 19:26:18.073672 3402 obj_retry.go:509] Add event received for *v1.Pod openshift-network-diagnostics/network-check-target-nmqnr I0310 19:26:18.073350 3402 obj_retry.go:548] Creating *v1.Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-9.ec2.internal took: 29.98µs I0310 19:26:18.073690 3402 obj_retry.go:509] Add event received for *v1.Pod kube-system/konnectivity-agent-rqgtq I0310 19:26:18.073694 3402 ovn.go:139] Ensuring zone remote for Pod openshift-network-diagnostics/network-check-target-nmqnr in node ip-10-0-2-240.ec2.internal I0310 19:26:18.073674 3402 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.228.68", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:18.073699 3402 ovn.go:139] Ensuring zone remote for Pod kube-system/konnectivity-agent-rqgtq in node ip-10-0-2-240.ec2.internal I0310 19:26:18.072823 3402 default_network_controller.go:661] Recording add event on pod openshift-network-diagnostics/network-check-target-dpqdq I0310 19:26:18.073707 3402 obj_retry.go:548] Creating *v1.Pod kube-system/konnectivity-agent-rqgtq took: 7.727µs I0310 19:26:18.073709 3402 services_controller.go:478] Built service openshift-machine-config-operator/machine-config-controller per-node LB for network=default: []services.LB{} I0310 19:26:18.073199 3402 obj_retry.go:543] Failed to create *v1.Pod openshift-multus/network-metrics-daemon-dgrtz, error: failed to obtain IPs to add remote pod openshift-multus/network-metrics-daemon-dgrtz: suppressed error logged: pod openshift-multus/network-metrics-daemon-dgrtz: no pod IPs found I0310 19:26:18.073683 3402 default_network_controller.go:705] Recording success event on pod openshift-ovn-kubernetes/ovnkube-node-89cwp I0310 19:26:18.073719 3402 obj_retry.go:543] Failed to create *v1.Pod openshift-network-diagnostics/network-check-target-nmqnr, error: failed to obtain IPs to add remote pod openshift-network-diagnostics/network-check-target-nmqnr: suppressed error logged: pod openshift-network-diagnostics/network-check-target-nmqnr: no pod IPs found I0310 19:26:18.073721 3402 services_controller.go:479] Built service openshift-machine-config-operator/machine-config-controller template LB for network=default: []services.LB{} I0310 19:26:18.073203 3402 default_network_controller.go:661] Recording add event on pod openshift-network-operator/iptables-alerter-jwfdn I0310 19:26:18.073726 3402 default_network_controller.go:661] Recording add event on pod openshift-network-diagnostics/network-check-target-rz6wb I0310 19:26:18.073711 3402 obj_retry.go:509] Add event received for *v1.Pod openshift-network-diagnostics/network-check-target-dpqdq I0310 19:26:18.073732 3402 obj_retry.go:509] Add event received for *v1.Pod openshift-network-operator/iptables-alerter-jwfdn I0310 19:26:18.073733 3402 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 I0310 19:26:18.073693 3402 default_network_controller.go:705] Recording success event on pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-9.ec2.internal I0310 19:26:18.073739 3402 ovn.go:135] Ensuring zone local for Pod openshift-network-diagnostics/network-check-target-dpqdq in node ip-10-0-1-9.ec2.internal I0310 19:26:18.073742 3402 ovn.go:139] Ensuring zone remote for Pod openshift-network-operator/iptables-alerter-jwfdn in node ip-10-0-0-193.ec2.internal I0310 19:26:18.073745 3402 default_network_controller.go:661] Recording add event on pod openshift-multus/multus-additional-cni-plugins-xm69m I0310 19:26:18.072806 3402 default_network_controller.go:661] Recording add event on pod openshift-multus/multus-sv7dd I0310 19:26:18.073751 3402 obj_retry.go:548] Creating *v1.Pod openshift-network-operator/iptables-alerter-jwfdn took: 9.666µs I0310 19:26:18.073757 3402 default_network_controller.go:705] Recording success event on pod openshift-network-operator/iptables-alerter-jwfdn I0310 19:26:18.073758 3402 obj_retry.go:509] Add event received for *v1.Pod openshift-multus/multus-sv7dd I0310 19:26:18.073746 3402 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.228.68", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:18.073768 3402 ovn.go:139] Ensuring zone remote for Pod openshift-multus/multus-sv7dd in node ip-10-0-0-193.ec2.internal I0310 19:26:18.073771 3402 base_network_controller_pods.go:478] [default/openshift-network-diagnostics/network-check-target-dpqdq] creating logical port openshift-network-diagnostics_network-check-target-dpqdq for pod on switch ip-10-0-1-9.ec2.internal I0310 19:26:18.073720 3402 default_network_controller.go:661] Recording add event on pod kube-system/konnectivity-agent-9tglw I0310 19:26:18.073777 3402 obj_retry.go:548] Creating *v1.Pod openshift-multus/multus-sv7dd took: 9.018µs I0310 19:26:18.073735 3402 obj_retry.go:509] Add event received for *v1.Pod openshift-network-diagnostics/network-check-target-rz6wb I0310 19:26:18.073764 3402 default_network_controller.go:661] Recording add event on pod openshift-multus/multus-n8pwj I0310 19:26:18.073713 3402 default_network_controller.go:705] Recording success event on pod kube-system/konnectivity-agent-rqgtq I0310 19:26:18.073789 3402 obj_retry.go:509] Add event received for *v1.Pod openshift-multus/multus-n8pwj I0310 19:26:18.073801 3402 ovn.go:139] Ensuring zone remote for Pod openshift-network-diagnostics/network-check-target-rz6wb in node ip-10-0-0-193.ec2.internal I0310 19:26:18.073436 3402 obj_retry.go:509] Add event received for *v1.Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-5zp82 I0310 19:26:18.073824 3402 ovn.go:139] Ensuring zone remote for Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-5zp82 in node ip-10-0-0-193.ec2.internal I0310 19:26:18.073833 3402 obj_retry.go:548] Creating *v1.Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-5zp82 took: 10.371µs I0310 19:26:18.073839 3402 default_network_controller.go:705] Recording success event on pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-5zp82 I0310 19:26:18.073840 3402 obj_retry.go:543] Failed to create *v1.Pod openshift-network-diagnostics/network-check-target-rz6wb, error: failed to obtain IPs to add remote pod openshift-network-diagnostics/network-check-target-rz6wb: suppressed error logged: pod openshift-network-diagnostics/network-check-target-rz6wb: no pod IPs found I0310 19:26:18.073846 3402 default_network_controller.go:661] Recording add event on pod openshift-multus/multus-additional-cni-plugins-7xmfr I0310 19:26:18.073803 3402 default_network_controller.go:661] Recording add event on pod openshift-deployment-validation-operator/deployment-validation-operator-catalog-d7jrz I0310 19:26:18.073854 3402 obj_retry.go:509] Add event received for *v1.Pod openshift-multus/multus-additional-cni-plugins-7xmfr I0310 19:26:18.073833 3402 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.228.68:9001:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0964085498}] I0310 19:26:18.073852 3402 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] I0310 19:26:18.073725 3402 default_network_controller.go:661] Recording add event on pod openshift-network-operator/iptables-alerter-rxcb4 I0310 19:26:18.073875 3402 obj_retry.go:509] Add event received for *v1.Pod openshift-network-operator/iptables-alerter-rxcb4 I0310 19:26:18.073885 3402 ovn.go:135] Ensuring zone local for Pod openshift-network-operator/iptables-alerter-rxcb4 in node ip-10-0-1-9.ec2.internal I0310 19:26:18.073895 3402 obj_retry.go:548] Creating *v1.Pod openshift-network-operator/iptables-alerter-rxcb4 took: 9.687µs I0310 19:26:18.073752 3402 obj_retry.go:509] Add event received for *v1.Pod openshift-multus/multus-additional-cni-plugins-xm69m I0310 19:26:18.073905 3402 default_network_controller.go:705] Recording success event on pod openshift-network-operator/iptables-alerter-rxcb4 I0310 19:26:18.073910 3402 ovn.go:139] Ensuring zone remote for Pod openshift-multus/multus-additional-cni-plugins-xm69m in node ip-10-0-0-193.ec2.internal I0310 19:26:18.073914 3402 default_network_controller.go:661] Recording add event on pod openshift-cluster-node-tuning-operator/tuned-vc7k9 I0310 19:26:18.073918 3402 obj_retry.go:548] Creating *v1.Pod openshift-multus/multus-additional-cni-plugins-xm69m took: 9.074µs I0310 19:26:18.073922 3402 obj_retry.go:509] Add event received for *v1.Pod openshift-cluster-node-tuning-operator/tuned-vc7k9 I0310 19:26:18.073925 3402 default_network_controller.go:705] Recording success event on pod openshift-multus/multus-additional-cni-plugins-xm69m I0310 19:26:18.073932 3402 ovn.go:135] Ensuring zone local for Pod openshift-cluster-node-tuning-operator/tuned-vc7k9 in node ip-10-0-1-9.ec2.internal I0310 19:26:18.073783 3402 default_network_controller.go:705] Recording success event on pod openshift-multus/multus-sv7dd I0310 19:26:18.073943 3402 default_network_controller.go:661] Recording add event on pod openshift-network-operator/iptables-alerter-qxvbn I0310 19:26:18.073932 3402 default_network_controller.go:661] Recording add event on pod kube-system/kube-apiserver-proxy-ip-10-0-1-9.ec2.internal I0310 19:26:18.073952 3402 obj_retry.go:509] Add event received for *v1.Pod openshift-network-operator/iptables-alerter-qxvbn I0310 19:26:18.073885 3402 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:u0964085498}]}}] Timeout: Where:[where column _uuid == {8912d062-9fdf-4c7e-ad45-4b8ce87d3a2f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:18.073961 3402 ovn.go:139] Ensuring zone remote for Pod openshift-network-operator/iptables-alerter-qxvbn in node ip-10-0-2-240.ec2.internal I0310 19:26:18.073969 3402 obj_retry.go:548] Creating *v1.Pod openshift-network-operator/iptables-alerter-qxvbn took: 8.783µs I0310 19:26:18.073977 3402 default_network_controller.go:705] Recording success event on pod openshift-network-operator/iptables-alerter-qxvbn I0310 19:26:18.073942 3402 obj_retry.go:548] Creating *v1.Pod openshift-cluster-node-tuning-operator/tuned-vc7k9 took: 10.386µs I0310 19:26:18.073986 3402 default_network_controller.go:705] Recording success event on pod openshift-cluster-node-tuning-operator/tuned-vc7k9 I0310 19:26:18.073862 3402 ovn.go:139] Ensuring zone remote for Pod openshift-multus/multus-additional-cni-plugins-7xmfr in node ip-10-0-2-240.ec2.internal I0310 19:26:18.073997 3402 obj_retry.go:548] Creating *v1.Pod openshift-multus/multus-additional-cni-plugins-7xmfr took: 135.884µs I0310 19:26:18.074003 3402 default_network_controller.go:705] Recording success event on pod openshift-multus/multus-additional-cni-plugins-7xmfr I0310 19:26:18.074009 3402 default_network_controller.go:661] Recording add event on pod openshift-backplane/osd-delete-backplane-serviceaccounts-29552840-nlxd5 I0310 19:26:18.073607 3402 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] I0310 19:26:18.074017 3402 obj_retry.go:509] Add event received for *v1.Pod openshift-backplane/osd-delete-backplane-serviceaccounts-29552840-nlxd5 I0310 19:26:18.074026 3402 obj_retry.go:548] Creating *v1.Pod openshift-backplane/osd-delete-backplane-serviceaccounts-29552840-nlxd5 took: 126ns I0310 19:26:18.074033 3402 default_network_controller.go:705] Recording success event on pod openshift-backplane/osd-delete-backplane-serviceaccounts-29552840-nlxd5 I0310 19:26:18.073969 3402 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.228.68:9001:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0964085498} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u0964085498}]}}] Timeout: Where:[where column _uuid == {8912d062-9fdf-4c7e-ad45-4b8ce87d3a2f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:18.073526 3402 default_network_controller.go:661] Recording add event on pod openshift-ovn-kubernetes/ovnkube-node-nvwms I0310 19:26:18.074067 3402 obj_retry.go:509] Add event received for *v1.Pod openshift-ovn-kubernetes/ovnkube-node-nvwms I0310 19:26:18.073781 3402 obj_retry.go:509] Add event received for *v1.Pod kube-system/konnectivity-agent-9tglw I0310 19:26:18.074160 3402 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"} I0310 19:26:18.074215 3402 services_controller.go:386] Finished syncing service image-registry on namespace openshift-image-registry for network=default : 1.668832ms I0310 19:26:18.074219 3402 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"} I0310 19:26:18.074251 3402 services_controller.go:386] Finished syncing service metrics on namespace openshift-service-ca-operator for network=default : 1.663748ms I0310 19:26:18.074270 3402 services_controller.go:382] Processing sync for service openshift-multus/network-metrics-service for network=default I0310 19:26:18.074282 3402 services_controller.go:386] Finished syncing service network-metrics-service on namespace openshift-multus for network=default : 12.499µs I0310 19:26:18.074291 3402 services_controller.go:382] Processing sync for service openshift-network-diagnostics/network-check-target for network=default I0310 19:26:18.074300 3402 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 df360886-3d4f-4be1-90be-7ce8fff14ac7 4158 0 2026-03-10 19:15:52 +0000 UTC map[] map[] [{operator.openshift.io/v1 Network cluster e28b0252-3599-43f1-b41f-363f241a1f44 0xc007ec21e7 0xc007ec21e8}] [] []},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.139.32,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.139.32],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:18.074375 3402 lb_config.go:1030] Cluster endpoints for openshift-network-diagnostics/network-check-target for network=default are: map[] I0310 19:26:18.074419 3402 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.139.32"}, 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}} I0310 19:26:18.074440 3402 services_controller.go:470] Built service openshift-network-diagnostics/network-check-target LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:18.074443 3402 loadbalancer.go:305] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-insights/metrics"} I0310 19:26:18.074459 3402 services_controller.go:386] Finished syncing service metrics on namespace openshift-insights for network=default : 1.900877ms I0310 19:26:18.074462 3402 services_controller.go:471] Built service openshift-network-diagnostics/network-check-target LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:18.074473 3402 services_controller.go:382] Processing sync for service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0310 19:26:18.074479 3402 services_controller.go:386] Finished syncing service ovn-kubernetes-node on namespace openshift-ovn-kubernetes for network=default : 7.368µs I0310 19:26:18.074485 3402 services_controller.go:382] Processing sync for service openshift-cloud-credential-operator/cco-metrics for network=default I0310 19:26:18.074482 3402 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.139.32", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:18.074516 3402 services_controller.go:478] Built service openshift-network-diagnostics/network-check-target per-node LB for network=default: []services.LB{} I0310 19:26:18.074529 3402 services_controller.go:479] Built service openshift-network-diagnostics/network-check-target template LB for network=default: []services.LB{} I0310 19:26:18.074492 3402 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 f8086166-3c0d-4cc4-97c1-c4c7db0a5260 1157 0 2026-03-10 19:15:17 +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 fa8407b6-d2c6-496a-b61c-58a7d50d03f1 0xc007210e8b }] [] []},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.239.130,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.239.130],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:18.074542 3402 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 I0310 19:26:18.074559 3402 lb_config.go:1030] Cluster endpoints for openshift-cloud-credential-operator/cco-metrics for network=default are: map[] I0310 19:26:18.074569 3402 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.239.130"}, 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}} I0310 19:26:18.073860 3402 obj_retry.go:509] Add event received for *v1.Pod openshift-deployment-validation-operator/deployment-validation-operator-catalog-d7jrz I0310 19:26:18.074604 3402 obj_retry.go:548] Creating *v1.Pod openshift-deployment-validation-operator/deployment-validation-operator-catalog-d7jrz took: 751ns I0310 19:26:18.074233 3402 services_controller.go:382] Processing sync for service openshift-dns-operator/metrics for network=default I0310 19:26:18.074626 3402 default_network_controller.go:705] Recording success event on pod openshift-deployment-validation-operator/deployment-validation-operator-catalog-d7jrz I0310 19:26:18.074558 3402 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.139.32", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:18.074637 3402 kube.go:320] Updating pod openshift-multus/network-metrics-daemon-9ptrz I0310 19:26:18.074637 3402 services_controller.go:460] Service openshift-dns-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-dns-operator 496e20d6-714d-4938-a09c-09c6d881a2e7 1107 0 2026-03-10 19:15:15 +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 fa8407b6-d2c6-496a-b61c-58a7d50d03f1 0xc0072115ef }] [] []},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.121.186,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.121.186],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:18.074680 3402 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.139.32:80:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0964085499}] I0310 19:26:18.073808 3402 ovn.go:139] Ensuring zone remote for Pod openshift-multus/multus-n8pwj in node ip-10-0-2-240.ec2.internal I0310 19:26:18.074171 3402 ovn.go:135] Ensuring zone local for Pod kube-system/konnectivity-agent-9tglw in node ip-10-0-1-9.ec2.internal I0310 19:26:18.074720 3402 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:u0964085499}]}}] Timeout: Where:[where column _uuid == {8912d062-9fdf-4c7e-ad45-4b8ce87d3a2f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:18.074734 3402 obj_retry.go:548] Creating *v1.Pod openshift-multus/multus-n8pwj took: 925.415µs I0310 19:26:18.074737 3402 obj_retry.go:548] Creating *v1.Pod kube-system/konnectivity-agent-9tglw took: 567.563µs I0310 19:26:18.074743 3402 default_network_controller.go:705] Recording success event on pod openshift-multus/multus-n8pwj I0310 19:26:18.074746 3402 default_network_controller.go:705] Recording success event on pod kube-system/konnectivity-agent-9tglw I0310 19:26:18.074758 3402 default_network_controller.go:661] Recording add event on pod openshift-image-registry/image-registry-64bbd4587d-skkkf I0310 19:26:18.074744 3402 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.139.32:80:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0964085499} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u0964085499}]}}] Timeout: Where:[where column _uuid == {8912d062-9fdf-4c7e-ad45-4b8ce87d3a2f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:18.074769 3402 obj_retry.go:509] Add event received for *v1.Pod openshift-image-registry/image-registry-64bbd4587d-skkkf I0310 19:26:18.073954 3402 obj_retry.go:509] Add event received for *v1.Pod kube-system/kube-apiserver-proxy-ip-10-0-1-9.ec2.internal I0310 19:26:18.074781 3402 obj_retry.go:548] Creating *v1.Pod openshift-image-registry/image-registry-64bbd4587d-skkkf took: 343ns I0310 19:26:18.074622 3402 kube.go:320] Updating pod openshift-network-diagnostics/network-check-target-dpqdq I0310 19:26:18.074791 3402 default_network_controller.go:705] Recording success event on pod openshift-image-registry/image-registry-64bbd4587d-skkkf I0310 19:26:18.074588 3402 services_controller.go:470] Built service openshift-cloud-credential-operator/cco-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:18.074809 3402 services_controller.go:471] Built service openshift-cloud-credential-operator/cco-metrics LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:18.074830 3402 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.239.130", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:18.074857 3402 services_controller.go:478] Built service openshift-cloud-credential-operator/cco-metrics per-node LB for network=default: []services.LB{} I0310 19:26:18.074869 3402 services_controller.go:479] Built service openshift-cloud-credential-operator/cco-metrics template LB for network=default: []services.LB{} I0310 19:26:18.074783 3402 ovn.go:135] Ensuring zone local for Pod kube-system/kube-apiserver-proxy-ip-10-0-1-9.ec2.internal in node ip-10-0-1-9.ec2.internal I0310 19:26:18.074881 3402 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 I0310 19:26:18.074883 3402 obj_retry.go:548] Creating *v1.Pod kube-system/kube-apiserver-proxy-ip-10-0-1-9.ec2.internal took: 99.042µs I0310 19:26:18.074121 3402 ovn.go:139] Ensuring zone remote for Pod openshift-ovn-kubernetes/ovnkube-node-nvwms in node ip-10-0-0-193.ec2.internal I0310 19:26:18.074896 3402 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.239.130", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:18.074711 3402 lb_config.go:1030] Cluster endpoints for openshift-dns-operator/metrics for network=default are: map[] I0310 19:26:18.074905 3402 default_network_controller.go:705] Recording success event on pod kube-system/kube-apiserver-proxy-ip-10-0-1-9.ec2.internal I0310 19:26:18.074916 3402 obj_retry.go:548] Creating *v1.Pod openshift-ovn-kubernetes/ovnkube-node-nvwms took: 796.751µs I0310 19:26:18.074960 3402 default_network_controller.go:705] Recording success event on pod openshift-ovn-kubernetes/ovnkube-node-nvwms I0310 19:26:18.073652 3402 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.175.101", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.175.101", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.175.101", Port:1936, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:18.074974 3402 services_controller.go:478] Built service openshift-ingress/router-internal-default per-node LB for network=default: []services.LB{} I0310 19:26:18.074994 3402 services_controller.go:479] Built service openshift-ingress/router-internal-default template LB for network=default: []services.LB{} I0310 19:26:18.074936 3402 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.121.186"}, 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}} I0310 19:26:18.074973 3402 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.239.130:8443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0964085500}] I0310 19:26:18.075009 3402 services_controller.go:470] Built service openshift-dns-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:18.075012 3402 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 I0310 19:26:18.075020 3402 services_controller.go:471] Built service openshift-dns-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:18.075024 3402 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.175.101", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.175.101", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.175.101", Port:1936, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:18.075040 3402 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.121.186", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:18.075073 3402 services_controller.go:478] Built service openshift-dns-operator/metrics per-node LB for network=default: []services.LB{} I0310 19:26:18.075075 3402 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:u0964085500}]}}] Timeout: Where:[where column _uuid == {8912d062-9fdf-4c7e-ad45-4b8ce87d3a2f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:18.075090 3402 services_controller.go:479] Built service openshift-dns-operator/metrics template LB for network=default: []services.LB{} I0310 19:26:18.075104 3402 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 I0310 19:26:18.075094 3402 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.175.101:1936: 172.30.175.101:443: 172.30.175.101:80:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0964085501}] I0310 19:26:18.075100 3402 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.239.130:8443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0964085500} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u0964085500}]}}] Timeout: Where:[where column _uuid == {8912d062-9fdf-4c7e-ad45-4b8ce87d3a2f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:18.075118 3402 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.121.186", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:18.075134 3402 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:u0964085501}]}}] Timeout: Where:[where column _uuid == {8912d062-9fdf-4c7e-ad45-4b8ce87d3a2f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:18.075176 3402 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.175.101:1936: 172.30.175.101:443: 172.30.175.101:80:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0964085501} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u0964085501}]}}] Timeout: Where:[where column _uuid == {8912d062-9fdf-4c7e-ad45-4b8ce87d3a2f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:18.075210 3402 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.121.186:9393:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0964085502}] I0310 19:26:18.075278 3402 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"} I0310 19:26:18.075294 3402 services_controller.go:386] Finished syncing service machine-config-controller on namespace openshift-machine-config-operator for network=default : 2.622147ms I0310 19:26:18.075282 3402 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:u0964085502}]}}] Timeout: Where:[where column _uuid == {8912d062-9fdf-4c7e-ad45-4b8ce87d3a2f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:18.075304 3402 services_controller.go:382] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0310 19:26:18.075306 3402 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.121.186:9393:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0964085502} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u0964085502}]}}] Timeout: Where:[where column _uuid == {8912d062-9fdf-4c7e-ad45-4b8ce87d3a2f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:18.075312 3402 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 62e48367-5ee4-4864-8f66-9a54fbf9a931 5059 0 2026-03-10 19:16:34 +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.158.64,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.158.64],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:18.075407 3402 lb_config.go:1030] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default are: map[] I0310 19:26:18.075425 3402 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.158.64"}, 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}} I0310 19:26:18.075446 3402 services_controller.go:470] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:18.075455 3402 services_controller.go:471] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:18.075467 3402 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.158.64", Port:8383, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:18.075492 3402 services_controller.go:478] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics per-node LB for network=default: []services.LB{} I0310 19:26:18.075502 3402 services_controller.go:479] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics template LB for network=default: []services.LB{} I0310 19:26:18.075511 3402 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 I0310 19:26:18.075523 3402 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.158.64", Port:8383, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:18.075579 3402 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.158.64:8383:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0964085503}] I0310 19:26:18.075640 3402 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:u0964085503}]}}] Timeout: Where:[where column _uuid == {8912d062-9fdf-4c7e-ad45-4b8ce87d3a2f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:18.075665 3402 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.158.64:8383:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0964085503} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u0964085503}]}}] Timeout: Where:[where column _uuid == {8912d062-9fdf-4c7e-ad45-4b8ce87d3a2f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:18.075706 3402 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"} I0310 19:26:18.075724 3402 services_controller.go:386] Finished syncing service cco-metrics on namespace openshift-cloud-credential-operator for network=default : 1.237492ms I0310 19:26:18.075739 3402 services_controller.go:382] Processing sync for service openshift-dns/dns-default for network=default I0310 19:26:18.075677 3402 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"} I0310 19:26:18.075760 3402 services_controller.go:386] Finished syncing service network-check-target on namespace openshift-network-diagnostics for network=default : 1.467111ms I0310 19:26:18.075774 3402 services_controller.go:382] Processing sync for service openshift-network-console/networking-console-plugin for network=default I0310 19:26:18.075750 3402 services_controller.go:460] Service openshift-dns/dns-default retrieved from lister for network=default: &Service{ObjectMeta:{dns-default openshift-dns 55a9ec21-4e0c-4ed4-a19a-c20938bb9f5e 1480 0 2026-03-10 19:15:23 +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 e7e9322d-8b6e-4b5a-a2de-22657998fad2 0xc0072116d7 }] [] []},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{},},} I0310 19:26:18.075785 3402 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 26fa38be-8216-4039-a46d-fc4c8e5c834f 4569 0 2026-03-10 19:16:20 +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 e28b0252-3599-43f1-b41f-363f241a1f44 0xc007ec20ee 0xc007ec20ef}] [] []},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.233.0,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.233.0],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:18.075842 3402 lb_config.go:1030] Cluster endpoints for openshift-dns/dns-default for network=default are: map[] I0310 19:26:18.075860 3402 services_controller.go:469] Built service openshift-dns/dns-default LB cluster-wide configs for network=default: []services.lbConfig(nil) I0310 19:26:18.075874 3402 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}} I0310 19:26:18.075899 3402 services_controller.go:471] Built service openshift-dns/dns-default LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:18.075907 3402 lb_config.go:1030] Cluster endpoints for openshift-network-console/networking-console-plugin for network=default are: map[] I0310 19:26:18.075920 3402 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.233.0"}, 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}} I0310 19:26:18.075936 3402 services_controller.go:470] Built service openshift-network-console/networking-console-plugin LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:18.075938 3402 services_controller.go:477] Built service openshift-dns/dns-default cluster-wide LB for network=default: []services.LB{} I0310 19:26:18.075945 3402 services_controller.go:471] Built service openshift-network-console/networking-console-plugin LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:18.075961 3402 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.233.0", Port:9443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:18.075989 3402 services_controller.go:478] Built service openshift-network-console/networking-console-plugin per-node LB for network=default: []services.LB{} I0310 19:26:18.076000 3402 services_controller.go:479] Built service openshift-network-console/networking-console-plugin template LB for network=default: []services.LB{} I0310 19:26:18.075949 3402 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-9.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-9.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-9.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-dns/dns-default_UDP_node_router+switch_ip-10-0-1-9.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-9.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-9.ec2.internal"}, Groups:[]string(nil)}} I0310 19:26:18.076010 3402 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 I0310 19:26:18.076013 3402 services_controller.go:479] Built service openshift-dns/dns-default template LB for network=default: []services.LB{} I0310 19:26:18.076026 3402 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 I0310 19:26:18.076023 3402 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.233.0", Port:9443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:18.076035 3402 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"} I0310 19:26:18.076054 3402 services_controller.go:386] Finished syncing service router-internal-default on namespace openshift-ingress for network=default : 3.441379ms I0310 19:26:18.076069 3402 services_controller.go:382] Processing sync for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0310 19:26:18.076039 3402 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-9.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-9.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-9.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-dns/dns-default_UDP_node_router+switch_ip-10-0-1-9.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-9.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-9.ec2.internal"}, Groups:[]string(nil)}} I0310 19:26:18.076100 3402 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.233.0:9443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0964085504}] I0310 19:26:18.076079 3402 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 2736a54d-aa6a-47bc-af77-ff1f699bee14 3201 0 2026-03-10 19:15:41 +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 fa8407b6-d2c6-496a-b61c-58a7d50d03f1 0xc007211d57 }] [] []},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.61.240,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.61.240],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:18.076143 3402 loadbalancer.go:305] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-dns-operator/metrics"} I0310 19:26:18.076181 3402 services_controller.go:386] Finished syncing service metrics on namespace openshift-dns-operator for network=default : 1.947213ms I0310 19:26:18.076181 3402 lb_config.go:1030] Cluster endpoints for openshift-kube-storage-version-migrator-operator/metrics for network=default are: map[] I0310 19:26:18.076139 3402 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-9.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:u0964085505}] I0310 19:26:18.076196 3402 services_controller.go:382] Processing sync for service openshift-network-diagnostics/network-check-source for network=default I0310 19:26:18.076183 3402 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:u0964085504}]}}] Timeout: Where:[where column _uuid == {8912d062-9fdf-4c7e-ad45-4b8ce87d3a2f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:18.076198 3402 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.61.240"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0310 19:26:18.076205 3402 services_controller.go:386] Finished syncing service network-check-source on namespace openshift-network-diagnostics for network=default : 10.069µs I0310 19:26:18.076213 3402 services_controller.go:470] Built service openshift-kube-storage-version-migrator-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:18.076215 3402 services_controller.go:382] Processing sync for service openshift-machine-config-operator/machine-config-daemon for network=default I0310 19:26:18.076223 3402 services_controller.go:471] Built service openshift-kube-storage-version-migrator-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:18.076223 3402 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-9.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:u0964085506}] I0310 19:26:18.076242 3402 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.61.240", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:18.076268 3402 services_controller.go:478] Built service openshift-kube-storage-version-migrator-operator/metrics per-node LB for network=default: []services.LB{} I0310 19:26:18.076279 3402 services_controller.go:479] Built service openshift-kube-storage-version-migrator-operator/metrics template LB for network=default: []services.LB{} I0310 19:26:18.076207 3402 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.233.0:9443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0964085504} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u0964085504}]}}] Timeout: Where:[where column _uuid == {8912d062-9fdf-4c7e-ad45-4b8ce87d3a2f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:18.076227 3402 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 dcd2ed27-5861-4e2b-a37f-3b3df2c1a30e 942 0 2026-03-10 19:15:11 +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 fa8407b6-d2c6-496a-b61c-58a7d50d03f1 0xc007211ea7 }] [] []},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.91.28,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.91.28],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:18.076290 3402 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 I0310 19:26:18.076304 3402 lb_config.go:1030] Cluster endpoints for openshift-machine-config-operator/machine-config-daemon for network=default are: map[] I0310 19:26:18.076305 3402 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.61.240", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:18.076343 3402 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:u0964085505} {GoUUID:u0964085506}]}}] Timeout: Where:[where column _uuid == {4d3dbbb3-8eab-4946-9375-b59315ca47e3}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:18.076380 3402 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:u0964085505} {GoUUID:u0964085506}]}}] Timeout: Where:[where column _uuid == {a87e14f5-a817-4ede-83b7-993e79f8d45f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:18.076347 3402 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"} I0310 19:26:18.076424 3402 services_controller.go:386] Finished syncing service deployment-validation-operator-metrics on namespace openshift-deployment-validation-operator for network=default : 1.104396ms I0310 19:26:18.076443 3402 services_controller.go:382] Processing sync for service default/openshift-apiserver for network=default I0310 19:26:18.076400 3402 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-9.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:u0964085505} {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-9.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:u0964085506} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u0964085505} {GoUUID:u0964085506}]}}] Timeout: Where:[where column _uuid == {4d3dbbb3-8eab-4946-9375-b59315ca47e3}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u0964085505} {GoUUID:u0964085506}]}}] Timeout: Where:[where column _uuid == {a87e14f5-a817-4ede-83b7-993e79f8d45f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:18.076373 3402 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.61.240:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0964085507}] I0310 19:26:18.076455 3402 services_controller.go:460] Service default/openshift-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-apiserver default 64f28277-86a9-445f-bb60-81f02191f7cf 1567 0 2026-03-10 19:15:24 +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.223.94,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.223.94],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:18.076531 3402 lb_config.go:1030] Cluster endpoints for default/openshift-apiserver for network=default are: map[TCP/https:{443 [172.30.248.177] []}] I0310 19:26:18.076529 3402 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:u0964085507}]}}] Timeout: Where:[where column _uuid == {8912d062-9fdf-4c7e-ad45-4b8ce87d3a2f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:18.076316 3402 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.91.28"}, 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.91.28"}, 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}} I0310 19:26:18.076552 3402 services_controller.go:469] Built service default/openshift-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0310 19:26:18.076557 3402 services_controller.go:470] Built service openshift-machine-config-operator/machine-config-daemon LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:18.076564 3402 services_controller.go:471] Built service openshift-machine-config-operator/machine-config-daemon LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:18.076563 3402 services_controller.go:470] Built service default/openshift-apiserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.223.94"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.248.177"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0310 19:26:18.076580 3402 services_controller.go:471] Built service default/openshift-apiserver LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:18.076558 3402 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.61.240:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0964085507} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u0964085507}]}}] Timeout: Where:[where column _uuid == {8912d062-9fdf-4c7e-ad45-4b8ce87d3a2f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:18.076581 3402 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.91.28", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.91.28", Port:8798, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:18.076605 3402 services_controller.go:478] Built service openshift-machine-config-operator/machine-config-daemon per-node LB for network=default: []services.LB{} I0310 19:26:18.076607 3402 services_controller.go:477] Built service default/openshift-apiserver cluster-wide LB for network=default: []services.LB{} I0310 19:26:18.076613 3402 services_controller.go:479] Built service openshift-machine-config-operator/machine-config-daemon template LB for network=default: []services.LB{} I0310 19:26:18.076620 3402 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 I0310 19:26:18.076628 3402 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.91.28", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.91.28", Port:8798, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:18.076691 3402 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.91.28:8798: 172.30.91.28:9001:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0964085508}] I0310 19:26:18.076620 3402 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-9.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.223.94", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.248.177", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-9.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-9.ec2.internal"}, Groups:[]string(nil)}} I0310 19:26:18.076725 3402 services_controller.go:479] Built service default/openshift-apiserver template LB for network=default: []services.LB{} I0310 19:26:18.076742 3402 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 I0310 19:26:18.076752 3402 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-9.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.223.94", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.248.177", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-9.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-9.ec2.internal"}, Groups:[]string(nil)}} I0310 19:26:18.076778 3402 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"} I0310 19:26:18.076800 3402 services_controller.go:386] Finished syncing service networking-console-plugin on namespace openshift-network-console for network=default : 1.025808ms I0310 19:26:18.076796 3402 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:u0964085508}]}}] Timeout: Where:[where column _uuid == {8912d062-9fdf-4c7e-ad45-4b8ce87d3a2f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:18.076816 3402 services_controller.go:382] Processing sync for service default/openshift-oauth-apiserver for network=default I0310 19:26:18.076804 3402 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-9.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.223.94:443:172.30.248.177:443]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0964085509}] I0310 19:26:18.076817 3402 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.91.28:8798: 172.30.91.28:9001:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0964085508} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u0964085508}]}}] Timeout: Where:[where column _uuid == {8912d062-9fdf-4c7e-ad45-4b8ce87d3a2f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:18.076842 3402 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:u0964085509}]}}] Timeout: Where:[where column _uuid == {4d3dbbb3-8eab-4946-9375-b59315ca47e3}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:18.076828 3402 services_controller.go:460] Service default/openshift-oauth-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-oauth-apiserver default b87cd83d-5779-4193-be24-54272c47408b 1583 0 2026-03-10 19:15:24 +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.251.73,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.251.73],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:18.076874 3402 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:u0964085509}]}}] Timeout: Where:[where column _uuid == {a87e14f5-a817-4ede-83b7-993e79f8d45f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:18.076890 3402 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-9.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.223.94:443:172.30.248.177:443]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0964085509} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u0964085509}]}}] Timeout: Where:[where column _uuid == {4d3dbbb3-8eab-4946-9375-b59315ca47e3}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u0964085509}]}}] Timeout: Where:[where column _uuid == {a87e14f5-a817-4ede-83b7-993e79f8d45f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:18.076911 3402 lb_config.go:1030] Cluster endpoints for default/openshift-oauth-apiserver for network=default are: map[TCP/https:{443 [172.30.132.168] []}] I0310 19:26:18.076987 3402 services_controller.go:469] Built service default/openshift-oauth-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0310 19:26:18.076999 3402 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.251.73"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.132.168"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0310 19:26:18.077012 3402 services_controller.go:471] Built service default/openshift-oauth-apiserver LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:18.077028 3402 services_controller.go:477] Built service default/openshift-oauth-apiserver cluster-wide LB for network=default: []services.LB{} I0310 19:26:18.077037 3402 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-9.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.251.73", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.132.168", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-9.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-9.ec2.internal"}, Groups:[]string(nil)}} I0310 19:26:18.077058 3402 services_controller.go:479] Built service default/openshift-oauth-apiserver template LB for network=default: []services.LB{} I0310 19:26:18.077066 3402 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 I0310 19:26:18.077074 3402 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-9.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.251.73", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.132.168", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-9.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-9.ec2.internal"}, Groups:[]string(nil)}} I0310 19:26:18.077121 3402 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-9.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.251.73:443:172.30.132.168:443]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0964085510}] I0310 19:26:18.077186 3402 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:u0964085510}]}}] Timeout: Where:[where column _uuid == {4d3dbbb3-8eab-4946-9375-b59315ca47e3}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:18.077309 3402 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:u0964085510}]}}] Timeout: Where:[where column _uuid == {a87e14f5-a817-4ede-83b7-993e79f8d45f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:18.077331 3402 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-9.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.251.73:443:172.30.132.168:443]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0964085510} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u0964085510}]}}] Timeout: Where:[where column _uuid == {4d3dbbb3-8eab-4946-9375-b59315ca47e3}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u0964085510}]}}] Timeout: Where:[where column _uuid == {a87e14f5-a817-4ede-83b7-993e79f8d45f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:18.077411 3402 loadbalancer.go:305] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-dns/dns-default"} I0310 19:26:18.077425 3402 services_controller.go:386] Finished syncing service dns-default on namespace openshift-dns for network=default : 1.686979ms I0310 19:26:18.077435 3402 services_controller.go:382] Processing sync for service openshift-kube-controller-manager-operator/metrics for network=default I0310 19:26:18.077442 3402 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 cc3b7b42-9d10-47fb-8709-c40de39bc58c 843 0 2026-03-10 19:15:09 +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 fa8407b6-d2c6-496a-b61c-58a7d50d03f1 0xc007211c9f }] [] []},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.119.164,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.119.164],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:18.077498 3402 lb_config.go:1030] Cluster endpoints for openshift-kube-controller-manager-operator/metrics for network=default are: map[] I0310 19:26:18.077507 3402 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.119.164"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0310 19:26:18.077518 3402 services_controller.go:470] Built service openshift-kube-controller-manager-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:18.077516 3402 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"} I0310 19:26:18.077527 3402 services_controller.go:471] Built service openshift-kube-controller-manager-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:18.077531 3402 services_controller.go:386] Finished syncing service metrics on namespace openshift-kube-storage-version-migrator-operator for network=default : 1.462672ms I0310 19:26:18.077544 3402 services_controller.go:382] Processing sync for service openshift-console-operator/metrics for network=default I0310 19:26:18.077557 3402 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.119.164", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:18.077582 3402 services_controller.go:478] Built service openshift-kube-controller-manager-operator/metrics per-node LB for network=default: []services.LB{} I0310 19:26:18.077590 3402 services_controller.go:479] Built service openshift-kube-controller-manager-operator/metrics template LB for network=default: []services.LB{} I0310 19:26:18.077555 3402 services_controller.go:460] Service openshift-console-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-console-operator 4a548d25-72a5-4fd0-b8e7-a5256f015705 2128 0 2026-03-10 19:15:30 +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 fa8407b6-d2c6-496a-b61c-58a7d50d03f1 0xc007211437 }] [] []},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.94.34,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.94.34],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:18.077597 3402 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 I0310 19:26:18.077612 3402 lb_config.go:1030] Cluster endpoints for openshift-console-operator/metrics for network=default are: map[] I0310 19:26:18.077625 3402 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.94.34"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0310 19:26:18.077638 3402 services_controller.go:470] Built service openshift-console-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:18.077644 3402 services_controller.go:471] Built service openshift-console-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:18.077655 3402 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.94.34", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:18.077674 3402 services_controller.go:478] Built service openshift-console-operator/metrics per-node LB for network=default: []services.LB{} I0310 19:26:18.077605 3402 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.119.164", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:18.077681 3402 services_controller.go:479] Built service openshift-console-operator/metrics template LB for network=default: []services.LB{} I0310 19:26:18.077689 3402 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 I0310 19:26:18.077697 3402 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.94.34", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:18.077716 3402 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.119.164:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0964085511}] I0310 19:26:18.077751 3402 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.94.34:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0964085512}] I0310 19:26:18.077774 3402 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:u0964085511}]}}] Timeout: Where:[where column _uuid == {8912d062-9fdf-4c7e-ad45-4b8ce87d3a2f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:18.077808 3402 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:u0964085512}]}}] Timeout: Where:[where column _uuid == {8912d062-9fdf-4c7e-ad45-4b8ce87d3a2f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:18.077820 3402 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"} I0310 19:26:18.077804 3402 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.119.164:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0964085511} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u0964085511}]}}] Timeout: Where:[where column _uuid == {8912d062-9fdf-4c7e-ad45-4b8ce87d3a2f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:18.077839 3402 services_controller.go:386] Finished syncing service machine-config-daemon on namespace openshift-machine-config-operator for network=default : 1.623004ms I0310 19:26:18.077831 3402 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.94.34:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0964085512} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u0964085512}]}}] Timeout: Where:[where column _uuid == {8912d062-9fdf-4c7e-ad45-4b8ce87d3a2f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:18.077856 3402 services_controller.go:382] Processing sync for service openshift-apiserver-operator/metrics for network=default I0310 19:26:18.077867 3402 services_controller.go:460] Service openshift-apiserver-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-apiserver-operator 04181d65-7ff2-417a-a363-47eaa610f3ec 1072 0 2026-03-10 19:15:14 +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 fa8407b6-d2c6-496a-b61c-58a7d50d03f1 0xc007210c6f }] [] []},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.174.147,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.174.147],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:18.077940 3402 lb_config.go:1030] Cluster endpoints for openshift-apiserver-operator/metrics for network=default are: map[] I0310 19:26:18.077944 3402 loadbalancer.go:305] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"default/openshift-apiserver"} I0310 19:26:18.077957 3402 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.174.147"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0310 19:26:18.077965 3402 services_controller.go:386] Finished syncing service openshift-apiserver on namespace default for network=default : 1.522535ms I0310 19:26:18.077975 3402 services_controller.go:470] Built service openshift-apiserver-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:18.077980 3402 services_controller.go:382] Processing sync for service openshift-monitoring/cluster-monitoring-operator for network=default I0310 19:26:18.077987 3402 services_controller.go:471] Built service openshift-apiserver-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:18.077988 3402 services_controller.go:386] Finished syncing service cluster-monitoring-operator on namespace openshift-monitoring for network=default : 9.504µs I0310 19:26:18.077997 3402 services_controller.go:382] Processing sync for service openshift-authentication-operator/metrics for network=default I0310 19:26:18.078006 3402 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.174.147", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:18.078049 3402 services_controller.go:478] Built service openshift-apiserver-operator/metrics per-node LB for network=default: []services.LB{} I0310 19:26:18.078006 3402 services_controller.go:460] Service openshift-authentication-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-authentication-operator 940abf11-5dbf-440a-a310-fe07018f2f37 684 0 2026-03-10 19:15:06 +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 fa8407b6-d2c6-496a-b61c-58a7d50d03f1 0xc007210df7 }] [] []},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.231.158,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.231.158],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:18.078063 3402 services_controller.go:479] Built service openshift-apiserver-operator/metrics template LB for network=default: []services.LB{} I0310 19:26:18.078078 3402 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 I0310 19:26:18.078086 3402 lb_config.go:1030] Cluster endpoints for openshift-authentication-operator/metrics for network=default are: map[] I0310 19:26:18.078101 3402 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.231.158"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0310 19:26:18.078121 3402 services_controller.go:470] Built service openshift-authentication-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:18.078132 3402 services_controller.go:471] Built service openshift-authentication-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:18.078167 3402 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.231.158", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:18.078190 3402 loadbalancer.go:305] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"default/openshift-oauth-apiserver"} I0310 19:26:18.078201 3402 services_controller.go:478] Built service openshift-authentication-operator/metrics per-node LB for network=default: []services.LB{} I0310 19:26:18.078203 3402 services_controller.go:386] Finished syncing service openshift-oauth-apiserver on namespace default for network=default : 1.388327ms I0310 19:26:18.078212 3402 services_controller.go:479] Built service openshift-authentication-operator/metrics template LB for network=default: []services.LB{} I0310 19:26:18.078215 3402 services_controller.go:382] Processing sync for service openshift-cluster-version/cluster-version-operator for network=default I0310 19:26:18.078223 3402 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 I0310 19:26:18.078094 3402 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.174.147", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:18.078237 3402 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.231.158", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:18.078224 3402 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 5e25f966-f738-479d-b41e-9a213fe4275d 496 0 2026-03-10 19:14:59 +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.23.118,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.23.118],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:18.078309 3402 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.231.158:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0964085514}] I0310 19:26:18.078345 3402 lb_config.go:1030] Cluster endpoints for openshift-cluster-version/cluster-version-operator for network=default are: map[] I0310 19:26:18.078286 3402 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.174.147:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0964085513}] I0310 19:26:18.078355 3402 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.23.118"}, 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}} I0310 19:26:18.078365 3402 services_controller.go:470] Built service openshift-cluster-version/cluster-version-operator LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:18.078372 3402 services_controller.go:471] Built service openshift-cluster-version/cluster-version-operator LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:18.078371 3402 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:u0964085514}]}}] Timeout: Where:[where column _uuid == {8912d062-9fdf-4c7e-ad45-4b8ce87d3a2f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:18.078449 3402 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.231.158:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0964085514} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u0964085514}]}}] Timeout: Where:[where column _uuid == {8912d062-9fdf-4c7e-ad45-4b8ce87d3a2f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:18.078380 3402 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"} I0310 19:26:18.078524 3402 services_controller.go:386] Finished syncing service metrics on namespace openshift-kube-controller-manager-operator for network=default : 1.087525ms I0310 19:26:18.078539 3402 services_controller.go:382] Processing sync for service openshift-machine-config-operator/machine-config-operator for network=default I0310 19:26:18.078563 3402 loadbalancer.go:305] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-console-operator/metrics"} I0310 19:26:18.078583 3402 services_controller.go:386] Finished syncing service metrics on namespace openshift-console-operator for network=default : 1.036178ms I0310 19:26:18.078595 3402 services_controller.go:382] Processing sync for service default/kubernetes for network=default I0310 19:26:18.078386 3402 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.23.118", Port:9099, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:18.078550 3402 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 73b57a22-2054-4eb4-a4e3-1c86e999acbd 738 0 2026-03-10 19:15:07 +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 fa8407b6-d2c6-496a-b61c-58a7d50d03f1 0xc007211f3b }] [] []},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.196.21,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.196.21],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:18.078626 3402 services_controller.go:478] Built service openshift-cluster-version/cluster-version-operator per-node LB for network=default: []services.LB{} I0310 19:26:18.078640 3402 services_controller.go:479] Built service openshift-cluster-version/cluster-version-operator template LB for network=default: []services.LB{} I0310 19:26:18.078644 3402 lb_config.go:1030] Cluster endpoints for openshift-machine-config-operator/machine-config-operator for network=default are: map[] I0310 19:26:18.078650 3402 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 I0310 19:26:18.078604 3402 services_controller.go:460] Service default/kubernetes retrieved from lister for network=default: &Service{ObjectMeta:{kubernetes default f0262105-a82b-4c31-961f-bb9c53e88513 271 0 2026-03-10 19:14:40 +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{},},} I0310 19:26:18.078663 3402 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.196.21"}, 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}} I0310 19:26:18.078678 3402 services_controller.go:470] Built service openshift-machine-config-operator/machine-config-operator LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:18.078664 3402 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.23.118", Port:9099, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:18.078688 3402 services_controller.go:471] Built service openshift-machine-config-operator/machine-config-operator LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:18.078693 3402 lb_config.go:1030] Cluster endpoints for default/kubernetes for network=default are: map[TCP/https:{6443 [172.20.0.1] []}] I0310 19:26:18.078394 3402 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:u0964085513}]}}] Timeout: Where:[where column _uuid == {8912d062-9fdf-4c7e-ad45-4b8ce87d3a2f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:18.078709 3402 services_controller.go:469] Built service default/kubernetes LB cluster-wide configs for network=default: []services.lbConfig(nil) I0310 19:26:18.078703 3402 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.196.21", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:18.078721 3402 services_controller.go:478] Built service openshift-machine-config-operator/machine-config-operator per-node LB for network=default: []services.LB{} I0310 19:26:18.078719 3402 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}} I0310 19:26:18.078728 3402 services_controller.go:479] Built service openshift-machine-config-operator/machine-config-operator template LB for network=default: []services.LB{} I0310 19:26:18.078734 3402 services_controller.go:471] Built service default/kubernetes LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:18.078735 3402 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 I0310 19:26:18.078745 3402 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.196.21", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:18.078734 3402 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.23.118:9099:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0964085515}] I0310 19:26:18.078719 3402 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.174.147:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0964085513} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u0964085513}]}}] Timeout: Where:[where column _uuid == {8912d062-9fdf-4c7e-ad45-4b8ce87d3a2f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:18.078786 3402 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:u0964085515}]}}] Timeout: Where:[where column _uuid == {8912d062-9fdf-4c7e-ad45-4b8ce87d3a2f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:18.078801 3402 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.196.21:9001:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0964085516}] I0310 19:26:18.078810 3402 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.23.118:9099:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0964085515} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u0964085515}]}}] Timeout: Where:[where column _uuid == {8912d062-9fdf-4c7e-ad45-4b8ce87d3a2f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:18.078758 3402 services_controller.go:477] Built service default/kubernetes cluster-wide LB for network=default: []services.LB{} I0310 19:26:18.078853 3402 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:u0964085516}]}}] Timeout: Where:[where column _uuid == {8912d062-9fdf-4c7e-ad45-4b8ce87d3a2f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:18.078864 3402 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-9.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-9.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-9.ec2.internal"}, Groups:[]string(nil)}} I0310 19:26:18.078901 3402 services_controller.go:479] Built service default/kubernetes template LB for network=default: []services.LB{} I0310 19:26:18.078879 3402 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.196.21:9001:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0964085516} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u0964085516}]}}] Timeout: Where:[where column _uuid == {8912d062-9fdf-4c7e-ad45-4b8ce87d3a2f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:18.078945 3402 loadbalancer.go:305] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-authentication-operator/metrics"} I0310 19:26:18.078964 3402 services_controller.go:386] Finished syncing service metrics on namespace openshift-authentication-operator for network=default : 965.489µs I0310 19:26:18.078979 3402 services_controller.go:382] Processing sync for service default/packageserver for network=default I0310 19:26:18.078988 3402 services_controller.go:460] Service default/packageserver retrieved from lister for network=default: &Service{ObjectMeta:{packageserver default 49bb0eb7-e2d0-4d5a-9136-d5983bf2c0ef 1734 0 2026-03-10 19:15:26 +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.161.98,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.161.98],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:18.079061 3402 lb_config.go:1030] Cluster endpoints for default/packageserver for network=default are: map[TCP/https:{443 [172.30.51.152] []}] I0310 19:26:18.079080 3402 services_controller.go:469] Built service default/packageserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0310 19:26:18.079090 3402 services_controller.go:470] Built service default/packageserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.161.98"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.51.152"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0310 19:26:18.079108 3402 services_controller.go:471] Built service default/packageserver LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:18.079131 3402 services_controller.go:477] Built service default/packageserver cluster-wide LB for network=default: []services.LB{} I0310 19:26:18.079159 3402 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-9.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.161.98", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.51.152", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-9.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-9.ec2.internal"}, Groups:[]string(nil)}} I0310 19:26:18.079193 3402 services_controller.go:479] Built service default/packageserver template LB for network=default: []services.LB{} I0310 19:26:18.079205 3402 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 I0310 19:26:18.079220 3402 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-9.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.161.98", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.51.152", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-9.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-9.ec2.internal"}, Groups:[]string(nil)}} I0310 19:26:18.079269 3402 loadbalancer.go:305] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-apiserver-operator/metrics"} I0310 19:26:18.079287 3402 services_controller.go:386] Finished syncing service metrics on namespace openshift-apiserver-operator for network=default : 1.431869ms I0310 19:26:18.079301 3402 services_controller.go:382] Processing sync for service openshift-apiserver/check-endpoints for network=default I0310 19:26:18.079291 3402 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-9.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.161.98:443:172.30.51.152:443]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0964085517}] I0310 19:26:18.078914 3402 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 I0310 19:26:18.079350 3402 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:u0964085517}]}}] Timeout: Where:[where column _uuid == {4d3dbbb3-8eab-4946-9375-b59315ca47e3}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:18.079365 3402 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-9.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-9.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-9.ec2.internal"}, Groups:[]string(nil)}} I0310 19:26:18.079400 3402 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:u0964085517}]}}] Timeout: Where:[where column _uuid == {a87e14f5-a817-4ede-83b7-993e79f8d45f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:18.079310 3402 services_controller.go:460] Service openshift-apiserver/check-endpoints retrieved from lister for network=default: &Service{ObjectMeta:{check-endpoints openshift-apiserver 4c298cfa-385c-4de6-8ba9-600d92298f16 1805 0 2026-03-10 19:15:26 +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 fa8407b6-d2c6-496a-b61c-58a7d50d03f1 0xc007210d37 }] [] []},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.109.5,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.109.5],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:18.079445 3402 lb_config.go:1030] Cluster endpoints for openshift-apiserver/check-endpoints for network=default are: map[] I0310 19:26:18.079425 3402 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-9.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.161.98:443:172.30.51.152:443]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0964085517} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u0964085517}]}}] Timeout: Where:[where column _uuid == {4d3dbbb3-8eab-4946-9375-b59315ca47e3}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u0964085517}]}}] Timeout: Where:[where column _uuid == {a87e14f5-a817-4ede-83b7-993e79f8d45f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:18.079463 3402 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.109.5"}, 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}} I0310 19:26:18.079550 3402 services_controller.go:470] Built service openshift-apiserver/check-endpoints LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:18.079558 3402 services_controller.go:471] Built service openshift-apiserver/check-endpoints LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:18.079574 3402 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.109.5", Port:17698, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:18.079595 3402 services_controller.go:478] Built service openshift-apiserver/check-endpoints per-node LB for network=default: []services.LB{} I0310 19:26:18.079602 3402 services_controller.go:479] Built service openshift-apiserver/check-endpoints template LB for network=default: []services.LB{} I0310 19:26:18.079608 3402 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 I0310 19:26:18.079445 3402 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-9.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:u0964085518}] I0310 19:26:18.079618 3402 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.109.5", Port:17698, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:18.079644 3402 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"} I0310 19:26:18.079657 3402 services_controller.go:386] Finished syncing service cluster-version-operator on namespace openshift-cluster-version for network=default : 1.440522ms I0310 19:26:18.079669 3402 services_controller.go:382] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0310 19:26:18.079677 3402 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 81ee59f8-c796-4117-9ce0-1c25b03b3fa5 5109 0 2026-03-10 19:16:35 +0000 UTC map[olm.managed:true olm.service-spec-hash:8H7arFYfeqTDwtur5ZzpDGCqSKpg30XG9PXH2W] map[] [{operators.coreos.com/v1alpha1 CatalogSource deployment-validation-operator-catalog 25be4e2b-1d6c-4457-92e1-509a3c3f3e6d 0xc0072114cd 0xc0072114ce}] [] []},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.206.67,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.206.67],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:18.079724 3402 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:u0964085518}]}}] Timeout: Where:[where column _uuid == {4d3dbbb3-8eab-4946-9375-b59315ca47e3}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:18.079730 3402 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.109.5:17698:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0964085519}] I0310 19:26:18.079775 3402 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:u0964085518}]}}] Timeout: Where:[where column _uuid == {a87e14f5-a817-4ede-83b7-993e79f8d45f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:18.079780 3402 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:u0964085519}]}}] Timeout: Where:[where column _uuid == {8912d062-9fdf-4c7e-ad45-4b8ce87d3a2f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:18.079738 3402 lb_config.go:1030] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default are: map[] I0310 19:26:18.079801 3402 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.109.5:17698:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0964085519} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u0964085519}]}}] Timeout: Where:[where column _uuid == {8912d062-9fdf-4c7e-ad45-4b8ce87d3a2f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:18.079830 3402 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.206.67"}, 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}} I0310 19:26:18.079801 3402 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-9.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:u0964085518} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u0964085518}]}}] Timeout: Where:[where column _uuid == {4d3dbbb3-8eab-4946-9375-b59315ca47e3}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u0964085518}]}}] Timeout: Where:[where column _uuid == {a87e14f5-a817-4ede-83b7-993e79f8d45f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:18.079844 3402 services_controller.go:470] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:18.079884 3402 services_controller.go:471] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:18.079884 3402 loadbalancer.go:305] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"default/packageserver"} I0310 19:26:18.079903 3402 services_controller.go:386] Finished syncing service packageserver on namespace default for network=default : 923.685µs I0310 19:26:18.079920 3402 services_controller.go:382] Processing sync for service openshift-ingress/router-default for network=default I0310 19:26:18.079903 3402 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.206.67", Port:50051, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:18.079970 3402 services_controller.go:478] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog per-node LB for network=default: []services.LB{} I0310 19:26:18.079980 3402 services_controller.go:479] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog template LB for network=default: []services.LB{} I0310 19:26:18.079987 3402 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 I0310 19:26:18.079937 3402 services_controller.go:460] Service openshift-ingress/router-default retrieved from lister for network=default: &Service{ObjectMeta:{router-default openshift-ingress 1fc1309f-cdef-4f25-b1af-592916ef735e 2711 0 2026-03-10 19:15:27 +0000 UTC map[app:router ingresscontroller.operator.openshift.io/owning-ingresscontroller:default router:router-default] map[service.beta.kubernetes.io/aws-load-balancer-additional-resource-tags:api.openshift.com/environment=production,api.openshift.com/id=2ov1rmga1lmertbm3075pr3fjmubsbm3,api.openshift.com/legal-entity-id=2h8L52xc1VHB4xLFE2YyPmAjYjI,api.openshift.com/name=kx-018f8b4b31,cluster-type=rosa-hcp,creation-date=2026-03-10,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 6a20aac2-da33-4e60-9721-5b9e7b570896 0xc007211a37 }] [service.kubernetes.io/load-balancer-cleanup] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:http,Protocol:TCP,Port:80,TargetPort:{1 0 http},NodePort:31230,AppProtocol:nil,},ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{1 0 https},NodePort:31162,AppProtocol:nil,},},Selector:map[string]string{ingresscontroller.operator.openshift.io/deployment-ingresscontroller: default,},ClusterIP:172.30.201.102,Type:LoadBalancer,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:Local,HealthCheckNodePort:32283,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.201.102],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:*true,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{LoadBalancerIngress{IP:,Hostname:a1fc1309fcdef4f25b1af592916ef735-fb40aed27295f0e4.elb.us-east-1.amazonaws.com,IPMode:nil,Ports:[]PortStatus{},},},},Conditions:[]Condition{},},} I0310 19:26:18.080041 3402 lb_config.go:1030] Cluster endpoints for openshift-ingress/router-default for network=default are: map[] I0310 19:26:18.080048 3402 lb_config.go:1053] Local endpoints for openshift-ingress/router-default for network=default are: map[] I0310 19:26:18.080058 3402 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.201.102"}, 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.201.102"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0310 19:26:18.079996 3402 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.206.67", Port:50051, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:18.080073 3402 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:31230, 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:31162, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:true, internalTrafficLocal:false, hasNodePort:true}} I0310 19:26:18.080089 3402 services_controller.go:471] Built service openshift-ingress/router-default LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:18.080109 3402 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.201.102", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.201.102", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:18.079843 3402 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"} I0310 19:26:18.080134 3402 services_controller.go:478] Built service openshift-ingress/router-default per-node LB for network=default: []services.LB{} I0310 19:26:18.080163 3402 services_controller.go:386] Finished syncing service machine-config-operator on namespace openshift-machine-config-operator for network=default : 1.608267ms I0310 19:26:18.080118 3402 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.206.67:50051:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0964085520}] I0310 19:26:18.080176 3402 services_controller.go:479] Built service openshift-ingress/router-default template LB for network=default: []services.LB{} I0310 19:26:18.080178 3402 services_controller.go:382] Processing sync for service openshift-cluster-machine-approver/machine-approver for network=default I0310 19:26:18.080185 3402 services_controller.go:386] Finished syncing service machine-approver on namespace openshift-cluster-machine-approver for network=default : 7.727µs I0310 19:26:18.080188 3402 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 I0310 19:26:18.080192 3402 services_controller.go:382] Processing sync for service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0310 19:26:18.080204 3402 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:u0964085520}]}}] Timeout: Where:[where column _uuid == {8912d062-9fdf-4c7e-ad45-4b8ce87d3a2f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:18.080203 3402 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.201.102", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.201.102", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:18.080199 3402 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 09cca8de-04ca-4ab6-8203-44c9983ced6e 1641 0 2026-03-10 19:15:25 +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 fa8407b6-d2c6-496a-b61c-58a7d50d03f1 0xc00721107f }] [] []},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.72.112,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.72.112],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:18.080233 3402 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.206.67:50051:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0964085520} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u0964085520}]}}] Timeout: Where:[where column _uuid == {8912d062-9fdf-4c7e-ad45-4b8ce87d3a2f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:18.080271 3402 lb_config.go:1030] Cluster endpoints for openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default are: map[] I0310 19:26:18.080281 3402 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.72.112"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0310 19:26:18.080291 3402 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) I0310 19:26:18.080301 3402 services_controller.go:471] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:18.080278 3402 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.201.102:443: 172.30.201.102:80:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0964085521}] I0310 19:26:18.080315 3402 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.72.112", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:18.080340 3402 services_controller.go:478] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service per-node LB for network=default: []services.LB{} I0310 19:26:18.080348 3402 services_controller.go:479] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service template LB for network=default: []services.LB{} I0310 19:26:18.080355 3402 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 I0310 19:26:18.080363 3402 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.72.112", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:18.080388 3402 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:u0964085521}]}}] Timeout: Where:[where column _uuid == {8912d062-9fdf-4c7e-ad45-4b8ce87d3a2f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:18.080423 3402 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.72.112:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0964085522}] I0310 19:26:18.080426 3402 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.201.102:443: 172.30.201.102:80:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0964085521} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u0964085521}]}}] Timeout: Where:[where column _uuid == {8912d062-9fdf-4c7e-ad45-4b8ce87d3a2f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:18.080479 3402 loadbalancer.go:305] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-apiserver/check-endpoints"} I0310 19:26:18.080492 3402 services_controller.go:386] Finished syncing service check-endpoints on namespace openshift-apiserver for network=default : 1.192083ms I0310 19:26:18.080502 3402 services_controller.go:382] Processing sync for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0310 19:26:18.080509 3402 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 892212a2-23a7-4e55-bc82-8c3bfeb75bf8 1039 0 2026-03-10 19:15:13 +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 fa8407b6-d2c6-496a-b61c-58a7d50d03f1 0xc0072111a7 }] [] []},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.67.139,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.67.139],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:18.080582 3402 lb_config.go:1030] Cluster endpoints for openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default are: map[] I0310 19:26:18.080596 3402 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.67.139"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0310 19:26:18.080614 3402 services_controller.go:470] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:18.080624 3402 services_controller.go:471] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:18.080622 3402 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:u0964085522}]}}] Timeout: Where:[where column _uuid == {8912d062-9fdf-4c7e-ad45-4b8ce87d3a2f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:18.080641 3402 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.67.139", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:18.080663 3402 loadbalancer.go:305] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"default/kubernetes"} I0310 19:26:18.080673 3402 services_controller.go:478] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics per-node LB for network=default: []services.LB{} I0310 19:26:18.080679 3402 services_controller.go:386] Finished syncing service kubernetes on namespace default for network=default : 2.082082ms I0310 19:26:18.080648 3402 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.72.112:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0964085522} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u0964085522}]}}] Timeout: Where:[where column _uuid == {8912d062-9fdf-4c7e-ad45-4b8ce87d3a2f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:18.080685 3402 services_controller.go:479] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics template LB for network=default: []services.LB{} I0310 19:26:18.080694 3402 services_controller.go:382] Processing sync for service openshift-config-operator/metrics for network=default I0310 19:26:18.080695 3402 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 I0310 19:26:18.080709 3402 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.67.139", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:18.080734 3402 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"} I0310 19:26:18.080747 3402 services_controller.go:386] Finished syncing service deployment-validation-operator-catalog on namespace openshift-deployment-validation-operator for network=default : 1.078134ms I0310 19:26:18.080705 3402 services_controller.go:460] Service openshift-config-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-config-operator d8ccf22f-d021-47a6-802f-0133ba96d013 1834 0 2026-03-10 19:15:27 +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 fa8407b6-d2c6-496a-b61c-58a7d50d03f1 0xc007211377 }] [] []},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.44.158,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.44.158],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:18.080762 3402 services_controller.go:382] Processing sync for service openshift-ingress-canary/ingress-canary for network=default I0310 19:26:18.080782 3402 lb_config.go:1030] Cluster endpoints for openshift-config-operator/metrics for network=default are: map[] I0310 19:26:18.080776 3402 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.67.139:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0964085523}] I0310 19:26:18.080797 3402 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.44.158"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0310 19:26:18.080774 3402 services_controller.go:460] Service openshift-ingress-canary/ingress-canary retrieved from lister for network=default: &Service{ObjectMeta:{ingress-canary openshift-ingress-canary 3f977580-5cd1-40ea-afdd-e700c9fe2bee 2318 0 2026-03-10 19:15:37 +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 68280ad7-231b-43d0-b811-d7b50cbefe3b 0xc007211860 }] [] []},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.245.55,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.245.55],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:18.080827 3402 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:u0964085523}]}}] Timeout: Where:[where column _uuid == {8912d062-9fdf-4c7e-ad45-4b8ce87d3a2f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:18.080814 3402 services_controller.go:470] Built service openshift-config-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:18.080861 3402 lb_config.go:1030] Cluster endpoints for openshift-ingress-canary/ingress-canary for network=default are: map[] I0310 19:26:18.080863 3402 services_controller.go:471] Built service openshift-config-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:18.080876 3402 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.245.55"}, 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.245.55"}, 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}} I0310 19:26:18.080898 3402 services_controller.go:470] Built service openshift-ingress-canary/ingress-canary LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:18.080845 3402 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.67.139:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0964085523} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u0964085523}]}}] Timeout: Where:[where column _uuid == {8912d062-9fdf-4c7e-ad45-4b8ce87d3a2f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:18.080909 3402 services_controller.go:471] Built service openshift-ingress-canary/ingress-canary LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:18.080927 3402 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.245.55", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.245.55", Port:8888, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:18.080960 3402 services_controller.go:478] Built service openshift-ingress-canary/ingress-canary per-node LB for network=default: []services.LB{} I0310 19:26:18.080973 3402 services_controller.go:479] Built service openshift-ingress-canary/ingress-canary template LB for network=default: []services.LB{} I0310 19:26:18.080984 3402 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 I0310 19:26:18.080885 3402 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.44.158", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:18.080999 3402 services_controller.go:478] Built service openshift-config-operator/metrics per-node LB for network=default: []services.LB{} I0310 19:26:18.081011 3402 services_controller.go:479] Built service openshift-config-operator/metrics template LB for network=default: []services.LB{} I0310 19:26:18.080998 3402 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.245.55", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.245.55", Port:8888, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:18.081021 3402 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 I0310 19:26:18.081033 3402 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.44.158", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:18.081065 3402 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.245.55:8443: 172.30.245.55:8888:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0964085524}] I0310 19:26:18.081068 3402 loadbalancer.go:305] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-ingress/router-default"} I0310 19:26:18.081120 3402 services_controller.go:386] Finished syncing service router-default on namespace openshift-ingress for network=default : 1.200654ms I0310 19:26:18.081134 3402 services_controller.go:382] Processing sync for service openshift-ingress-operator/metrics for network=default I0310 19:26:18.081107 3402 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.44.158:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0964085525}] I0310 19:26:18.081160 3402 services_controller.go:460] Service openshift-ingress-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-ingress-operator c26bef83-3fc2-42aa-809d-670625d33d02 1608 0 2026-03-10 19:15:24 +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 fa8407b6-d2c6-496a-b61c-58a7d50d03f1 0xc007211947 }] [] []},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.37.211,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.37.211],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:18.081241 3402 lb_config.go:1030] Cluster endpoints for openshift-ingress-operator/metrics for network=default are: map[] I0310 19:26:18.081254 3402 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.37.211"}, 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}} I0310 19:26:18.081269 3402 services_controller.go:470] Built service openshift-ingress-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:18.081278 3402 services_controller.go:471] Built service openshift-ingress-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:18.081272 3402 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:u0964085524}]}}] Timeout: Where:[where column _uuid == {8912d062-9fdf-4c7e-ad45-4b8ce87d3a2f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:18.081288 3402 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:u0964085525}]}}] Timeout: Where:[where column _uuid == {8912d062-9fdf-4c7e-ad45-4b8ce87d3a2f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:18.081296 3402 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.37.211", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:18.081323 3402 services_controller.go:478] Built service openshift-ingress-operator/metrics per-node LB for network=default: []services.LB{} I0310 19:26:18.081334 3402 services_controller.go:479] Built service openshift-ingress-operator/metrics template LB for network=default: []services.LB{} I0310 19:26:18.081304 3402 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.245.55:8443: 172.30.245.55:8888:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0964085524} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u0964085524}]}}] Timeout: Where:[where column _uuid == {8912d062-9fdf-4c7e-ad45-4b8ce87d3a2f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:18.081345 3402 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 I0310 19:26:18.081327 3402 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.44.158:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0964085525} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u0964085525}]}}] Timeout: Where:[where column _uuid == {8912d062-9fdf-4c7e-ad45-4b8ce87d3a2f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:18.081352 3402 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"} I0310 19:26:18.081358 3402 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.37.211", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:18.081393 3402 services_controller.go:386] Finished syncing service performance-addon-operator-service on namespace openshift-cluster-node-tuning-operator for network=default : 1.19842ms I0310 19:26:18.081400 3402 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"} I0310 19:26:18.081410 3402 services_controller.go:382] Processing sync for service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0310 19:26:18.081419 3402 services_controller.go:386] Finished syncing service cluster-storage-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 915.24µs I0310 19:26:18.081435 3402 services_controller.go:382] Processing sync for service default/openshift for network=default I0310 19:26:18.081449 3402 services_controller.go:386] Finished syncing service openshift on namespace default for network=default : 15.039µs I0310 19:26:18.081460 3402 services_controller.go:382] Processing sync for service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0310 19:26:18.081468 3402 services_controller.go:386] Finished syncing service node-tuning-operator on namespace openshift-cluster-node-tuning-operator for network=default : 7.707µs I0310 19:26:18.081416 3402 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.37.211:9393:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0964085526}] I0310 19:26:18.081518 3402 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:u0964085526}]}}] Timeout: Where:[where column _uuid == {8912d062-9fdf-4c7e-ad45-4b8ce87d3a2f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:18.081419 3402 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 baf0b0f2-2aca-4d3c-b7c9-637dd97d2847 992 0 2026-03-10 19:15:12 +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 fa8407b6-d2c6-496a-b61c-58a7d50d03f1 0xc007211257 }] [] []},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.65.251,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.65.251],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:18.081539 3402 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.37.211:9393:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0964085526} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u0964085526}]}}] Timeout: Where:[where column _uuid == {8912d062-9fdf-4c7e-ad45-4b8ce87d3a2f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:18.081570 3402 lb_config.go:1030] Cluster endpoints for openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default are: map[] I0310 19:26:18.081584 3402 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.65.251"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0310 19:26:18.081605 3402 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) I0310 19:26:18.081616 3402 services_controller.go:471] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:18.081637 3402 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.65.251", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:18.081662 3402 services_controller.go:478] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics per-node LB for network=default: []services.LB{} I0310 19:26:18.081675 3402 services_controller.go:479] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics template LB for network=default: []services.LB{} I0310 19:26:18.081687 3402 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 I0310 19:26:18.081705 3402 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.65.251", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:18.081766 3402 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.65.251:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0964085527}] I0310 19:26:18.081879 3402 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:u0964085527}]}}] Timeout: Where:[where column _uuid == {8912d062-9fdf-4c7e-ad45-4b8ce87d3a2f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:18.081897 3402 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.65.251:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0964085527} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u0964085527}]}}] Timeout: Where:[where column _uuid == {8912d062-9fdf-4c7e-ad45-4b8ce87d3a2f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:18.081947 3402 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"} I0310 19:26:18.081962 3402 services_controller.go:386] Finished syncing service ingress-canary on namespace openshift-ingress-canary for network=default : 1.200225ms I0310 19:26:18.082099 3402 loadbalancer.go:305] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-config-operator/metrics"} I0310 19:26:18.082112 3402 services_controller.go:386] Finished syncing service metrics on namespace openshift-config-operator for network=default : 1.419487ms I0310 19:26:18.082233 3402 loadbalancer.go:305] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-ingress-operator/metrics"} I0310 19:26:18.082247 3402 services_controller.go:386] Finished syncing service metrics on namespace openshift-ingress-operator for network=default : 1.113394ms I0310 19:26:18.082330 3402 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"} I0310 19:26:18.082348 3402 services_controller.go:386] Finished syncing service csi-snapshot-controller-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 938.144µs I0310 19:26:18.099369 3402 pod.go:62] [openshift-network-diagnostics/network-check-target-dpqdq] pod update took 25.491785ms I0310 19:26:18.099395 3402 base_network_controller_pods.go:928] [default/openshift-network-diagnostics/network-check-target-dpqdq] addLogicalPort annotation time took 25.520019ms I0310 19:26:18.099465 3402 model_client.go:374] Create operations generated as: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[0a:58:0a:80:00:04 10.128.0.4]} external_ids:{GoMap:map[namespace:openshift-network-diagnostics pod:true]} name:openshift-network-diagnostics_network-check-target-dpqdq options:{GoMap:map[iface-id-ver:76016dab-64a1-44d7-bc5d-15633c7cf555 requested-chassis:ip-10-0-1-9.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:u0964085528}] I0310 19:26:18.099573 3402 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:u0964085528}]}}] Timeout: Where:[where column _uuid == {4d3dbbb3-8eab-4946-9375-b59315ca47e3}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:18.099661 3402 address_set.go:576] (u0964085389/default-network-controller:Namespace:openshift-network-diagnostics:v4/a1966919964212966539) adding Addresses ([10.128.0.4]) to address set I0310 19:26:18.099717 3402 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 == {3d59307d-b18a-4b9d-869a-1d9f16c4db75}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:18.099784 3402 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:u0964085528}]}}] Timeout: Where:[where column _uuid == {9e30e076-9a75-4ac6-85d0-d953cb8eb738}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:18.099926 3402 model_client.go:374] Create operations generated as: [{Op:insert Table:NAT Row:map[external_ip:10.0.1.9 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:u0964085529}] I0310 19:26:18.099980 3402 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:u0964085529}]}}] Timeout: Where:[where column _uuid == {a87e14f5-a817-4ede-83b7-993e79f8d45f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:18.100040 3402 transact.go:43] Configuring OVN: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[0a:58:0a:80:00:04 10.128.0.4]} external_ids:{GoMap:map[namespace:openshift-network-diagnostics pod:true]} name:openshift-network-diagnostics_network-check-target-dpqdq options:{GoMap:map[iface-id-ver:76016dab-64a1-44d7-bc5d-15633c7cf555 requested-chassis:ip-10-0-1-9.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:u0964085528} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u0964085528}]}}] Timeout: Where:[where column _uuid == {4d3dbbb3-8eab-4946-9375-b59315ca47e3}] 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 == {3d59307d-b18a-4b9d-869a-1d9f16c4db75}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u0964085528}]}}] Timeout: Where:[where column _uuid == {9e30e076-9a75-4ac6-85d0-d953cb8eb738}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:insert Table:NAT Row:map[external_ip:10.0.1.9 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:u0964085529} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:nat Mutator:insert Value:{GoSet:[{GoUUID:u0964085529}]}}] Timeout: Where:[where column _uuid == {a87e14f5-a817-4ede-83b7-993e79f8d45f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:18.100939 3402 port_cache.go:96] port-cache(openshift-network-diagnostics_network-check-target-dpqdq): added port &{name:openshift-network-diagnostics_network-check-target-dpqdq uuid:c5e77121-0db5-49ff-b991-c9b59df9e947 logicalSwitch:ip-10-0-1-9.ec2.internal ips:[0xc008ae3b60] 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 I0310 19:26:18.100971 3402 pods.go:253] [openshift-network-diagnostics/network-check-target-dpqdq] addLogicalPort took 27.210942ms, libovsdb time 887.15µs I0310 19:26:18.100985 3402 obj_retry.go:548] Creating *v1.Pod openshift-network-diagnostics/network-check-target-dpqdq took: 27.245673ms I0310 19:26:18.100995 3402 default_network_controller.go:705] Recording success event on pod openshift-network-diagnostics/network-check-target-dpqdq I0310 19:26:18.101005 3402 default_network_controller.go:661] Recording add event on pod openshift-multus/multus-5fsfg I0310 19:26:18.101017 3402 obj_retry.go:509] Add event received for *v1.Pod openshift-multus/multus-5fsfg I0310 19:26:18.101033 3402 ovn.go:135] Ensuring zone local for Pod openshift-multus/multus-5fsfg in node ip-10-0-1-9.ec2.internal I0310 19:26:18.101042 3402 obj_retry.go:548] Creating *v1.Pod openshift-multus/multus-5fsfg took: 13.657µs I0310 19:26:18.101049 3402 default_network_controller.go:705] Recording success event on pod openshift-multus/multus-5fsfg I0310 19:26:18.101056 3402 default_network_controller.go:661] Recording add event on pod openshift-image-registry/image-registry-64bbd4587d-fk6jt I0310 19:26:18.101071 3402 obj_retry.go:509] Add event received for *v1.Pod openshift-image-registry/image-registry-64bbd4587d-fk6jt I0310 19:26:18.101082 3402 obj_retry.go:548] Creating *v1.Pod openshift-image-registry/image-registry-64bbd4587d-fk6jt took: 270ns I0310 19:26:18.101089 3402 default_network_controller.go:705] Recording success event on pod openshift-image-registry/image-registry-64bbd4587d-fk6jt I0310 19:26:18.102259 3402 pod.go:62] [openshift-multus/network-metrics-daemon-9ptrz] pod update took 28.234526ms I0310 19:26:18.102275 3402 base_network_controller_pods.go:928] [default/openshift-multus/network-metrics-daemon-9ptrz] addLogicalPort annotation time took 28.254044ms I0310 19:26:18.102320 3402 model_client.go:374] Create operations generated as: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[0a:58:0a:80:00:03 10.128.0.3]} external_ids:{GoMap:map[namespace:openshift-multus pod:true]} name:openshift-multus_network-metrics-daemon-9ptrz options:{GoMap:map[iface-id-ver:c9a3d7ac-0bb4-43c9-918a-e78be7888eae requested-chassis:ip-10-0-1-9.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:u0964085530}] I0310 19:26:18.102363 3402 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:u0964085530}]}}] Timeout: Where:[where column _uuid == {4d3dbbb3-8eab-4946-9375-b59315ca47e3}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:18.102405 3402 address_set.go:576] (u0964085333/default-network-controller:Namespace:openshift-multus:v4/a13687770890520536676) adding Addresses ([10.128.0.3]) to address set I0310 19:26:18.102428 3402 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 == {b646a71a-56c8-4c11-9b82-e0266ef22641}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:18.102456 3402 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:u0964085530}]}}] Timeout: Where:[where column _uuid == {885691da-3972-453e-9c15-adc5000e66cc}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:18.102568 3402 model_client.go:374] Create operations generated as: [{Op:insert Table:NAT Row:map[external_ip:10.0.1.9 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:u0964085531}] I0310 19:26:18.102600 3402 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:u0964085531}]}}] Timeout: Where:[where column _uuid == {a87e14f5-a817-4ede-83b7-993e79f8d45f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:18.102616 3402 transact.go:43] Configuring OVN: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[0a:58:0a:80:00:03 10.128.0.3]} external_ids:{GoMap:map[namespace:openshift-multus pod:true]} name:openshift-multus_network-metrics-daemon-9ptrz options:{GoMap:map[iface-id-ver:c9a3d7ac-0bb4-43c9-918a-e78be7888eae requested-chassis:ip-10-0-1-9.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:u0964085530} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u0964085530}]}}] Timeout: Where:[where column _uuid == {4d3dbbb3-8eab-4946-9375-b59315ca47e3}] 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 == {b646a71a-56c8-4c11-9b82-e0266ef22641}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u0964085530}]}}] Timeout: Where:[where column _uuid == {885691da-3972-453e-9c15-adc5000e66cc}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:insert Table:NAT Row:map[external_ip:10.0.1.9 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:u0964085531} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:nat Mutator:insert Value:{GoSet:[{GoUUID:u0964085531}]}}] Timeout: Where:[where column _uuid == {a87e14f5-a817-4ede-83b7-993e79f8d45f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:18.103450 3402 port_cache.go:96] port-cache(openshift-multus_network-metrics-daemon-9ptrz): added port &{name:openshift-multus_network-metrics-daemon-9ptrz uuid:e32b7c35-5520-460f-a504-64306470e983 logicalSwitch:ip-10-0-1-9.ec2.internal ips:[0xc006ea5b60] 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 I0310 19:26:18.103471 3402 pods.go:253] [openshift-multus/network-metrics-daemon-9ptrz] addLogicalPort took 29.953603ms, libovsdb time 825.739µs I0310 19:26:18.103480 3402 obj_retry.go:548] Creating *v1.Pod openshift-multus/network-metrics-daemon-9ptrz took: 29.995841ms I0310 19:26:18.103486 3402 default_network_controller.go:705] Recording success event on pod openshift-multus/network-metrics-daemon-9ptrz I0310 19:26:18.103493 3402 default_network_controller.go:661] Recording add event on pod openshift-image-registry/image-registry-656ddd88f7-dbckh I0310 19:26:18.103500 3402 obj_retry.go:509] Add event received for *v1.Pod openshift-image-registry/image-registry-656ddd88f7-dbckh I0310 19:26:18.103506 3402 obj_retry.go:548] Creating *v1.Pod openshift-image-registry/image-registry-656ddd88f7-dbckh took: 342ns I0310 19:26:18.103510 3402 default_network_controller.go:705] Recording success event on pod openshift-image-registry/image-registry-656ddd88f7-dbckh I0310 19:26:18.103523 3402 factory.go:1366] Added *v1.Pod event handler 3 I0310 19:26:18.103545 3402 admin_network_policy_controller.go:135] Setting up event handlers for Admin Network Policy I0310 19:26:18.103577 3402 obj_retry.go:565] Update event received for resource *v1.Pod, old object is equal to new: false I0310 19:26:18.103593 3402 default_network_controller.go:676] Recording update event on pod openshift-network-diagnostics/network-check-target-dpqdq I0310 19:26:18.103604 3402 admin_network_policy_controller.go:153] Setting up event handlers for Baseline Admin Network Policy I0310 19:26:18.103610 3402 obj_retry.go:617] Update event received for *v1.Pod openshift-network-diagnostics/network-check-target-dpqdq I0310 19:26:18.103603 3402 obj_retry.go:565] Update event received for resource *v1.Pod, old object is equal to new: false I0310 19:26:18.103613 3402 obj_retry.go:431] periodicallyRetryResources: Retry channel got triggered: retrying failed objects of type *v1.Pod I0310 19:26:18.103623 3402 default_network_controller.go:676] Recording update event on pod openshift-multus/network-metrics-daemon-9ptrz I0310 19:26:18.103639 3402 obj_retry.go:617] Update event received for *v1.Pod openshift-multus/network-metrics-daemon-9ptrz I0310 19:26:18.103639 3402 obj_retry.go:406] Going to retry *v1.Pod resource setup for 4 objects: [openshift-multus/network-metrics-daemon-dgrtz openshift-network-diagnostics/network-check-target-rz6wb openshift-multus/network-metrics-daemon-5fzc6 openshift-network-diagnostics/network-check-target-nmqnr] I0310 19:26:18.103658 3402 obj_retry.go:415] Waiting for all the *v1.Pod retry setup to complete in iterateRetryResources I0310 19:26:18.103670 3402 ovn.go:135] Ensuring zone local for Pod openshift-multus/network-metrics-daemon-9ptrz in node ip-10-0-1-9.ec2.internal I0310 19:26:18.103679 3402 default_network_controller.go:705] Recording success event on pod openshift-multus/network-metrics-daemon-9ptrz I0310 19:26:18.103642 3402 admin_network_policy_controller.go:170] Setting up event handlers for Namespaces in Admin Network Policy controller I0310 19:26:18.103685 3402 obj_retry.go:281] Attempting retry of *v1.Pod openshift-network-diagnostics/network-check-target-nmqnr before timer (time: 2026-03-10 19:26:19.235687809 +0000 UTC m=+2.968071692): skip I0310 19:26:18.103710 3402 obj_retry.go:281] Attempting retry of *v1.Pod openshift-multus/network-metrics-daemon-dgrtz before timer (time: 2026-03-10 19:26:19.302123312 +0000 UTC m=+3.034507194): skip I0310 19:26:18.103641 3402 ovn.go:135] Ensuring zone local for Pod openshift-network-diagnostics/network-check-target-dpqdq in node ip-10-0-1-9.ec2.internal I0310 19:26:18.103729 3402 default_network_controller.go:705] Recording success event on pod openshift-network-diagnostics/network-check-target-dpqdq I0310 19:26:18.103749 3402 obj_retry.go:281] Attempting retry of *v1.Pod openshift-network-diagnostics/network-check-target-rz6wb before timer (time: 2026-03-10 19:26:19.25378523 +0000 UTC m=+2.986169110): skip I0310 19:26:18.103766 3402 obj_retry.go:281] Attempting retry of *v1.Pod openshift-multus/network-metrics-daemon-5fzc6 before timer (time: 2026-03-10 19:26:19.559456703 +0000 UTC m=+3.291840580): skip I0310 19:26:18.103777 3402 obj_retry.go:417] Function iterateRetryResources for *v1.Pod ended (in 146.559µs) I0310 19:26:18.103799 3402 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-authentication I0310 19:26:18.103810 3402 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-cluster-storage-operator I0310 19:26:18.103816 3402 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-infra I0310 19:26:18.103820 3402 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-kube-scheduler-operator I0310 19:26:18.103824 3402 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift I0310 19:26:18.103828 3402 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-cluster-machine-approver I0310 19:26:18.103832 3402 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-kube-storage-version-migrator-operator I0310 19:26:18.103836 3402 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-cluster-samples-operator I0310 19:26:18.103851 3402 admin_network_policy_controller.go:186] Setting up event handlers for Pods in Admin Network Policy controller I0310 19:26:18.103857 3402 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-network-node-identity I0310 19:26:18.103870 3402 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-route-controller-manager I0310 19:26:18.103882 3402 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-multus I0310 19:26:18.103888 3402 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-apiserver-operator I0310 19:26:18.103895 3402 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-backplane-csm I0310 19:26:18.103901 3402 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-backplane-lpsre I0310 19:26:18.103910 3402 admin_network_policy_controller.go:202] Setting up event handlers for Nodes in Admin Network Policy controller I0310 19:26:18.103912 3402 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-backplane-srep-ro I0310 19:26:18.103918 3402 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-cluster-csi-drivers I0310 19:26:18.103926 3402 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-etcd I0310 19:26:18.103932 3402 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-insights I0310 19:26:18.103939 3402 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller kube-system I0310 19:26:18.103944 3402 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-backplane-cse I0310 19:26:18.103954 3402 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-backplane-mobb I0310 19:26:18.103960 3402 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-backplane-srep I0310 19:26:18.103967 3402 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-monitoring I0310 19:26:18.103972 3402 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-kube-apiserver I0310 19:26:18.103979 3402 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-kube-apiserver-operator I0310 19:26:18.103982 3402 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller kube-system/kube-apiserver-proxy-ip-10-0-0-193.ec2.internal I0310 19:26:18.103986 3402 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-kube-controller-manager-operator I0310 19:26:18.103989 3402 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-cluster-node-tuning-operator/tuned-x48qs I0310 19:26:18.103993 3402 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-kube-scheduler I0310 19:26:18.103997 3402 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-dns/node-resolver-2q4w6 I0310 19:26:18.104003 3402 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-image-registry/node-ca-vl274 I0310 19:26:18.104004 3402 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller open-cluster-management-2ov1rmga1lmertbm3075pr3fjmubsbm3 I0310 19:26:18.104012 3402 admin_network_policy_controller.go:559] Adding Node in Admin Network Policy controller ip-10-0-1-9.ec2.internal I0310 19:26:18.104013 3402 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-multus/multus-additional-cni-plugins-qgltq I0310 19:26:18.104023 3402 admin_network_policy_controller.go:559] Adding Node in Admin Network Policy controller ip-10-0-2-240.ec2.internal I0310 19:26:18.104017 3402 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-cloud-controller-manager I0310 19:26:18.104030 3402 admin_network_policy_controller.go:559] Adding Node in Admin Network Policy controller ip-10-0-0-193.ec2.internal I0310 19:26:18.104025 3402 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-multus/network-metrics-daemon-dgrtz I0310 19:26:18.104036 3402 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-cluster-node-tuning-operator I0310 19:26:18.104042 3402 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-image-registry/node-ca-d46s4 I0310 19:26:18.104043 3402 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-ingress-operator I0310 19:26:18.104050 3402 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-9.ec2.internal I0310 19:26:18.104056 3402 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-ovn-kubernetes/ovnkube-node-89cwp I0310 19:26:18.104065 3402 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-network-diagnostics/network-check-target-dpqdq I0310 19:26:18.104071 3402 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller kube-system/konnectivity-agent-rqgtq I0310 19:26:18.104073 3402 admin_network_policy_controller.go:228] Starting controller default-network-controller I0310 19:26:18.104078 3402 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-5zp82 I0310 19:26:18.104083 3402 admin_network_policy_controller.go:231] Waiting for informer caches to sync I0310 19:26:18.104089 3402 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-cluster-node-tuning-operator/tuned-97854 I0310 19:26:18.104050 3402 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-machine-api I0310 19:26:18.104096 3402 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-dns/node-resolver-pn6zc I0310 19:26:18.104099 3402 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-marketplace I0310 19:26:18.104104 3402 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-multus/multus-sv7dd I0310 19:26:18.104107 3402 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-operators I0310 19:26:18.104111 3402 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-package-operator I0310 19:26:18.104096 3402 shared_informer.go:313] Waiting for caches to sync for default-network-controller I0310 19:26:18.104116 3402 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-config I0310 19:26:18.104120 3402 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-controller-manager-operator I0310 19:26:18.104123 3402 shared_informer.go:320] Caches are synced for default-network-controller I0310 19:26:18.104124 3402 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-ingress I0310 19:26:18.104128 3402 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-kube-controller-manager I0310 19:26:18.104130 3402 admin_network_policy_controller.go:238] Repairing Admin Network Policies I0310 19:26:18.104132 3402 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-apiserver I0310 19:26:18.104136 3402 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-console I0310 19:26:18.104140 3402 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-dns I0310 19:26:18.104143 3402 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-node I0310 19:26:18.104164 3402 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-backplane-tam I0310 19:26:18.104168 3402 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-host-network I0310 19:26:18.104172 3402 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-network-operator I0310 19:26:18.104176 3402 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-backplane-cee I0310 19:26:18.104179 3402 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-cloud-network-config-controller I0310 19:26:18.104183 3402 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-controller-manager I0310 19:26:18.104187 3402 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-machine-config-operator I0310 19:26:18.104190 3402 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-network-diagnostics I0310 19:26:18.104194 3402 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-operators-redhat I0310 19:26:18.104197 3402 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-user-workload-monitoring I0310 19:26:18.104205 3402 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-backplane-managed-scripts I0310 19:26:18.104212 3402 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-cluster-version I0310 19:26:18.104111 3402 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-multus/network-metrics-daemon-5fzc6 I0310 19:26:18.104220 3402 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-console-operator I0310 19:26:18.104226 3402 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-image-registry I0310 19:26:18.104230 3402 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-ovn-kubernetes/ovnkube-node-r6mcz I0310 19:26:18.104231 3402 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-network-console I0310 19:26:18.104237 3402 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller kube-public I0310 19:26:18.104240 3402 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-network-diagnostics/network-check-target-nmqnr I0310 19:26:18.104241 3402 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-config-operator I0310 19:26:18.104245 3402 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-network-operator/iptables-alerter-rxcb4 I0310 19:26:18.104246 3402 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-dns-operator I0310 19:26:18.104256 3402 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-logging I0310 19:26:18.104263 3402 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-backplane-mcs-tier-two I0310 19:26:18.104269 3402 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-cloud-credential-operator I0310 19:26:18.104247 3402 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:u0964085532}] I0310 19:26:18.104281 3402 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-4ndqb I0310 19:26:18.104287 3402 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-xt77s I0310 19:26:18.104293 3402 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-image-registry/node-ca-54vjn I0310 19:26:18.104299 3402 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-240.ec2.internal I0310 19:26:18.104305 3402 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-multus/multus-additional-cni-plugins-7xmfr I0310 19:26:18.104311 3402 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-multus/network-metrics-daemon-9ptrz I0310 19:26:18.104318 3402 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-backplane/osd-delete-backplane-serviceaccounts-29552840-nlxd5 I0310 19:26:18.104324 3402 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-image-registry/image-registry-656ddd88f7-dbckh I0310 19:26:18.104307 3402 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:u0964085533}] I0310 19:26:18.104335 3402 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-multus/multus-5fsfg I0310 19:26:18.104275 3402 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller kube-node-lease I0310 19:26:18.104344 3402 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-multus/multus-additional-cni-plugins-xm69m I0310 19:26:18.104349 3402 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-authentication-operator I0310 19:26:18.104351 3402 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-network-operator/iptables-alerter-jwfdn I0310 19:26:18.104355 3402 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-config-managed I0310 19:26:18.104357 3402 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller kube-system/konnectivity-agent-9tglw I0310 19:26:18.104360 3402 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-must-gather-operator I0310 19:26:18.104364 3402 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller kube-system/kube-apiserver-proxy-ip-10-0-2-240.ec2.internal I0310 19:26:18.104367 3402 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-console-user-settings I0310 19:26:18.104369 3402 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-multus/multus-n8pwj I0310 19:26:18.104373 3402 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-customer-monitoring I0310 19:26:18.104363 3402 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:u0964085532} {GoUUID:u0964085533}]}}] Timeout: Where:[where column _uuid == {7af60d02-4c8a-442e-bd18-2474ce9ed5c2}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:18.104375 3402 repair.go:29] Repairing admin network policies took 237.832µs I0310 19:26:18.104381 3402 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-network-diagnostics/network-check-target-rz6wb I0310 19:26:18.104390 3402 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-image-registry/image-registry-64bbd4587d-skkkf I0310 19:26:18.104395 3402 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-193.ec2.internal I0310 19:26:18.104399 3402 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller kube-system/konnectivity-agent-cnkfb I0310 19:26:18.104405 3402 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller kube-system/kube-apiserver-proxy-ip-10-0-1-9.ec2.internal I0310 19:26:18.104379 3402 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-deployment-validation-operator I0310 19:26:18.104413 3402 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-cluster-node-tuning-operator/tuned-vc7k9 I0310 19:26:18.104415 3402 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-ingress-canary I0310 19:26:18.104420 3402 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-deployment-validation-operator/deployment-validation-operator-catalog-d7jrz I0310 19:26:18.104424 3402 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller dedicated-admin I0310 19:26:18.104427 3402 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-dns/node-resolver-b48xs I0310 19:26:18.104430 3402 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller default I0310 19:26:18.104434 3402 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-image-registry/image-registry-64bbd4587d-fk6jt I0310 19:26:18.104439 3402 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-network-operator/iptables-alerter-qxvbn I0310 19:26:18.104384 3402 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:u0964085532} {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:u0964085533} {Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:acls Mutator:insert Value:{GoSet:[{GoUUID:u0964085532} {GoUUID:u0964085533}]}}] Timeout: Where:[where column _uuid == {7af60d02-4c8a-442e-bd18-2474ce9ed5c2}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:18.104446 3402 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-ovn-kubernetes/ovnkube-node-nvwms I0310 19:26:18.104447 3402 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller open-cluster-management-agent-addon I0310 19:26:18.104454 3402 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-backplane I0310 19:26:18.104459 3402 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-operator-lifecycle-manager I0310 19:26:18.104463 3402 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-ovn-kubernetes I0310 19:26:18.104467 3402 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-service-ca-operator I0310 19:26:18.104548 3402 repair.go:92] Repairing baseline admin network policies took 161.909µs I0310 19:26:18.104560 3402 admin_network_policy_controller.go:251] Starting Admin Network Policy workers I0310 19:26:18.104575 3402 admin_network_policy_controller.go:262] Starting Baseline Admin Network Policy workers I0310 19:26:18.104585 3402 admin_network_policy_controller.go:273] Starting Namespace Admin Network Policy workers I0310 19:26:18.104591 3402 admin_network_policy_controller.go:284] Starting Pod Admin Network Policy workers I0310 19:26:18.104597 3402 admin_network_policy_controller.go:295] Starting Node Admin Network Policy workers I0310 19:26:18.104638 3402 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-authentication in Admin Network Policy controller I0310 19:26:18.104650 3402 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-authentication Admin Network Policy controller: took 19.988µs I0310 19:26:18.104659 3402 admin_network_policy_node.go:55] Processing sync for Node ip-10-0-1-9.ec2.internal in Admin Network Policy controller I0310 19:26:18.104670 3402 admin_network_policy_node.go:58] Finished syncing Node ip-10-0-1-9.ec2.internal Admin Network Policy controller: took 12.016µs I0310 19:26:18.104685 3402 admin_network_policy_node.go:55] Processing sync for Node ip-10-0-2-240.ec2.internal in Admin Network Policy controller I0310 19:26:18.104692 3402 admin_network_policy_node.go:58] Finished syncing Node ip-10-0-2-240.ec2.internal Admin Network Policy controller: took 9.043µs I0310 19:26:18.104698 3402 admin_network_policy_node.go:55] Processing sync for Node ip-10-0-0-193.ec2.internal in Admin Network Policy controller I0310 19:26:18.104700 3402 admin_network_policy_node.go:58] Finished syncing Node ip-10-0-0-193.ec2.internal Admin Network Policy controller: took 3.257µs I0310 19:26:18.104706 3402 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-cluster-storage-operator in Admin Network Policy controller I0310 19:26:18.104710 3402 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-cluster-storage-operator Admin Network Policy controller: took 5.041µs I0310 19:26:18.104717 3402 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-infra in Admin Network Policy controller I0310 19:26:18.104720 3402 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-infra Admin Network Policy controller: took 3.855µs I0310 19:26:18.104724 3402 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-kube-scheduler-operator in Admin Network Policy controller I0310 19:26:18.104727 3402 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-kube-scheduler-operator Admin Network Policy controller: took 3.045µs I0310 19:26:18.104731 3402 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift in Admin Network Policy controller I0310 19:26:18.104735 3402 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift Admin Network Policy controller: took 3.048µs I0310 19:26:18.104741 3402 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-cluster-machine-approver in Admin Network Policy controller I0310 19:26:18.104746 3402 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-cluster-machine-approver Admin Network Policy controller: took 4.935µs I0310 19:26:18.104752 3402 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-kube-storage-version-migrator-operator in Admin Network Policy controller I0310 19:26:18.104755 3402 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-kube-storage-version-migrator-operator Admin Network Policy controller: took 4.036µs I0310 19:26:18.104759 3402 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-cluster-samples-operator in Admin Network Policy controller I0310 19:26:18.104762 3402 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-cluster-samples-operator Admin Network Policy controller: took 3.014µs I0310 19:26:18.104766 3402 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-network-node-identity in Admin Network Policy controller I0310 19:26:18.104768 3402 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-network-node-identity Admin Network Policy controller: took 2.923µs I0310 19:26:18.104773 3402 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-route-controller-manager in Admin Network Policy controller I0310 19:26:18.104775 3402 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-route-controller-manager Admin Network Policy controller: took 2.768µs I0310 19:26:18.104779 3402 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-multus in Admin Network Policy controller I0310 19:26:18.104781 3402 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-multus Admin Network Policy controller: took 2.849µs I0310 19:26:18.104785 3402 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-apiserver-operator in Admin Network Policy controller I0310 19:26:18.104788 3402 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-apiserver-operator Admin Network Policy controller: took 2.872µs I0310 19:26:18.104792 3402 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-backplane-csm in Admin Network Policy controller I0310 19:26:18.104796 3402 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-backplane-csm Admin Network Policy controller: took 2.845µs I0310 19:26:18.104802 3402 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-backplane-lpsre in Admin Network Policy controller I0310 19:26:18.104806 3402 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-backplane-lpsre Admin Network Policy controller: took 4.59µs I0310 19:26:18.104812 3402 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-backplane-srep-ro in Admin Network Policy controller I0310 19:26:18.104816 3402 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-backplane-srep-ro Admin Network Policy controller: took 3.908µs I0310 19:26:18.104824 3402 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-cluster-csi-drivers in Admin Network Policy controller I0310 19:26:18.104827 3402 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-cluster-csi-drivers Admin Network Policy controller: took 3.875µs I0310 19:26:18.104832 3402 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-etcd in Admin Network Policy controller I0310 19:26:18.104837 3402 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-etcd Admin Network Policy controller: took 4.842µs I0310 19:26:18.104847 3402 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-insights in Admin Network Policy controller I0310 19:26:18.104852 3402 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-insights Admin Network Policy controller: took 5.099µs I0310 19:26:18.104858 3402 admin_network_policy_namespace.go:53] Processing sync for Namespace kube-system in Admin Network Policy controller I0310 19:26:18.104862 3402 admin_network_policy_namespace.go:56] Finished syncing Namespace kube-system Admin Network Policy controller: took 4.389µs I0310 19:26:18.104868 3402 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-backplane-cse in Admin Network Policy controller I0310 19:26:18.104873 3402 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-backplane-cse Admin Network Policy controller: took 4.767µs I0310 19:26:18.104879 3402 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-backplane-mobb in Admin Network Policy controller I0310 19:26:18.104883 3402 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-backplane-mobb Admin Network Policy controller: took 4.552µs I0310 19:26:18.104888 3402 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-backplane-srep in Admin Network Policy controller I0310 19:26:18.104892 3402 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-backplane-srep Admin Network Policy controller: took 4.445µs I0310 19:26:18.104898 3402 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-monitoring in Admin Network Policy controller I0310 19:26:18.104902 3402 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-monitoring Admin Network Policy controller: took 4.601µs I0310 19:26:18.104908 3402 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-kube-apiserver in Admin Network Policy controller I0310 19:26:18.104912 3402 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-kube-apiserver Admin Network Policy controller: took 4.853µs I0310 19:26:18.104920 3402 admin_network_policy_pod.go:57] Processing sync for Pod kube-system/kube-apiserver-proxy-ip-10-0-0-193.ec2.internal in Admin Network Policy controller I0310 19:26:18.104929 3402 admin_network_policy_pod.go:60] Finished syncing Pod kube-system/kube-apiserver-proxy-ip-10-0-0-193.ec2.internal Admin Network Policy controller: took 9.874µs I0310 19:26:18.104942 3402 admin_network_policy_pod.go:57] Processing sync for Pod openshift-cluster-node-tuning-operator/tuned-x48qs in Admin Network Policy controller I0310 19:26:18.104950 3402 admin_network_policy_pod.go:60] Finished syncing Pod openshift-cluster-node-tuning-operator/tuned-x48qs Admin Network Policy controller: took 7.373µs I0310 19:26:18.104955 3402 admin_network_policy_pod.go:57] Processing sync for Pod openshift-dns/node-resolver-2q4w6 in Admin Network Policy controller I0310 19:26:18.104960 3402 admin_network_policy_pod.go:60] Finished syncing Pod openshift-dns/node-resolver-2q4w6 Admin Network Policy controller: took 4.161µs I0310 19:26:18.104964 3402 admin_network_policy_pod.go:57] Processing sync for Pod openshift-image-registry/node-ca-vl274 in Admin Network Policy controller I0310 19:26:18.104968 3402 admin_network_policy_pod.go:60] Finished syncing Pod openshift-image-registry/node-ca-vl274 Admin Network Policy controller: took 4.225µs I0310 19:26:18.104972 3402 admin_network_policy_pod.go:57] Processing sync for Pod openshift-multus/multus-additional-cni-plugins-qgltq in Admin Network Policy controller I0310 19:26:18.104975 3402 admin_network_policy_pod.go:60] Finished syncing Pod openshift-multus/multus-additional-cni-plugins-qgltq Admin Network Policy controller: took 3.567µs I0310 19:26:18.104979 3402 admin_network_policy_pod.go:57] Processing sync for Pod openshift-multus/network-metrics-daemon-dgrtz in Admin Network Policy controller I0310 19:26:18.104983 3402 admin_network_policy_pod.go:60] Finished syncing Pod openshift-multus/network-metrics-daemon-dgrtz Admin Network Policy controller: took 3.89µs I0310 19:26:18.104987 3402 admin_network_policy_pod.go:57] Processing sync for Pod openshift-image-registry/node-ca-d46s4 in Admin Network Policy controller I0310 19:26:18.104990 3402 admin_network_policy_pod.go:60] Finished syncing Pod openshift-image-registry/node-ca-d46s4 Admin Network Policy controller: took 3.69µs I0310 19:26:18.104995 3402 admin_network_policy_pod.go:57] Processing sync for Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-9.ec2.internal in Admin Network Policy controller I0310 19:26:18.104999 3402 admin_network_policy_pod.go:60] Finished syncing Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-9.ec2.internal Admin Network Policy controller: took 4.609µs I0310 19:26:18.105003 3402 admin_network_policy_pod.go:57] Processing sync for Pod openshift-ovn-kubernetes/ovnkube-node-89cwp in Admin Network Policy controller I0310 19:26:18.105006 3402 admin_network_policy_pod.go:60] Finished syncing Pod openshift-ovn-kubernetes/ovnkube-node-89cwp Admin Network Policy controller: took 3.591µs I0310 19:26:18.105011 3402 admin_network_policy_pod.go:57] Processing sync for Pod openshift-network-diagnostics/network-check-target-dpqdq in Admin Network Policy controller I0310 19:26:18.105016 3402 admin_network_policy_pod.go:60] Finished syncing Pod openshift-network-diagnostics/network-check-target-dpqdq Admin Network Policy controller: took 5.708µs I0310 19:26:18.105023 3402 admin_network_policy_pod.go:57] Processing sync for Pod kube-system/konnectivity-agent-rqgtq in Admin Network Policy controller I0310 19:26:18.105031 3402 admin_network_policy_pod.go:60] Finished syncing Pod kube-system/konnectivity-agent-rqgtq Admin Network Policy controller: took 7.875µs I0310 19:26:18.105036 3402 admin_network_policy_pod.go:57] Processing sync for Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-5zp82 in Admin Network Policy controller I0310 19:26:18.105040 3402 admin_network_policy_pod.go:60] Finished syncing Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-5zp82 Admin Network Policy controller: took 4.138µs I0310 19:26:18.105044 3402 admin_network_policy_pod.go:57] Processing sync for Pod openshift-cluster-node-tuning-operator/tuned-97854 in Admin Network Policy controller I0310 19:26:18.105047 3402 admin_network_policy_pod.go:60] Finished syncing Pod openshift-cluster-node-tuning-operator/tuned-97854 Admin Network Policy controller: took 3.523µs I0310 19:26:18.105051 3402 admin_network_policy_pod.go:57] Processing sync for Pod openshift-dns/node-resolver-pn6zc in Admin Network Policy controller I0310 19:26:18.105054 3402 admin_network_policy_pod.go:60] Finished syncing Pod openshift-dns/node-resolver-pn6zc Admin Network Policy controller: took 3.705µs I0310 19:26:18.105059 3402 admin_network_policy_pod.go:57] Processing sync for Pod openshift-multus/multus-sv7dd in Admin Network Policy controller I0310 19:26:18.105062 3402 admin_network_policy_pod.go:60] Finished syncing Pod openshift-multus/multus-sv7dd Admin Network Policy controller: took 3.565µs I0310 19:26:18.105066 3402 admin_network_policy_pod.go:57] Processing sync for Pod openshift-multus/network-metrics-daemon-5fzc6 in Admin Network Policy controller I0310 19:26:18.105069 3402 admin_network_policy_pod.go:60] Finished syncing Pod openshift-multus/network-metrics-daemon-5fzc6 Admin Network Policy controller: took 3.538µs I0310 19:26:18.105073 3402 admin_network_policy_pod.go:57] Processing sync for Pod openshift-ovn-kubernetes/ovnkube-node-r6mcz in Admin Network Policy controller I0310 19:26:18.105076 3402 admin_network_policy_pod.go:60] Finished syncing Pod openshift-ovn-kubernetes/ovnkube-node-r6mcz Admin Network Policy controller: took 3.322µs I0310 19:26:18.105081 3402 admin_network_policy_pod.go:57] Processing sync for Pod openshift-network-diagnostics/network-check-target-nmqnr in Admin Network Policy controller I0310 19:26:18.105086 3402 admin_network_policy_pod.go:60] Finished syncing Pod openshift-network-diagnostics/network-check-target-nmqnr Admin Network Policy controller: took 4.971µs I0310 19:26:18.105092 3402 admin_network_policy_pod.go:57] Processing sync for Pod openshift-network-operator/iptables-alerter-rxcb4 in Admin Network Policy controller I0310 19:26:18.105097 3402 admin_network_policy_pod.go:60] Finished syncing Pod openshift-network-operator/iptables-alerter-rxcb4 Admin Network Policy controller: took 4.796µs I0310 19:26:18.105102 3402 admin_network_policy_pod.go:57] Processing sync for Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-4ndqb in Admin Network Policy controller I0310 19:26:18.105107 3402 admin_network_policy_pod.go:60] Finished syncing Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-4ndqb Admin Network Policy controller: took 4.704µs I0310 19:26:18.105113 3402 admin_network_policy_pod.go:57] Processing sync for Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-xt77s in Admin Network Policy controller I0310 19:26:18.105117 3402 admin_network_policy_pod.go:60] Finished syncing Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-xt77s Admin Network Policy controller: took 4.893µs I0310 19:26:18.105121 3402 admin_network_policy_pod.go:57] Processing sync for Pod openshift-image-registry/node-ca-54vjn in Admin Network Policy controller I0310 19:26:18.105124 3402 admin_network_policy_pod.go:60] Finished syncing Pod openshift-image-registry/node-ca-54vjn Admin Network Policy controller: took 3.447µs I0310 19:26:18.105128 3402 admin_network_policy_pod.go:57] Processing sync for Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-2-240.ec2.internal in Admin Network Policy controller I0310 19:26:18.105132 3402 admin_network_policy_pod.go:60] Finished syncing Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-2-240.ec2.internal Admin Network Policy controller: took 3.657µs I0310 19:26:18.105136 3402 admin_network_policy_pod.go:57] Processing sync for Pod openshift-multus/multus-additional-cni-plugins-7xmfr in Admin Network Policy controller I0310 19:26:18.105139 3402 admin_network_policy_pod.go:60] Finished syncing Pod openshift-multus/multus-additional-cni-plugins-7xmfr Admin Network Policy controller: took 3.234µs I0310 19:26:18.105143 3402 admin_network_policy_pod.go:57] Processing sync for Pod openshift-multus/network-metrics-daemon-9ptrz in Admin Network Policy controller I0310 19:26:18.105160 3402 admin_network_policy_pod.go:60] Finished syncing Pod openshift-multus/network-metrics-daemon-9ptrz Admin Network Policy controller: took 16.002µs I0310 19:26:18.105170 3402 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-kube-apiserver-operator in Admin Network Policy controller I0310 19:26:18.105180 3402 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-kube-apiserver-operator Admin Network Policy controller: took 11.639µs I0310 19:26:18.105192 3402 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-kube-controller-manager-operator in Admin Network Policy controller I0310 19:26:18.105197 3402 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-kube-controller-manager-operator Admin Network Policy controller: took 5.936µs I0310 19:26:18.105201 3402 default_network_controller.go:666] Recording add event on network policy openshift-deployment-validation-operator/allow-from-openshift-insights I0310 19:26:18.105205 3402 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-kube-scheduler in Admin Network Policy controller I0310 19:26:18.105209 3402 obj_retry.go:509] Add event received for *v1.NetworkPolicy openshift-deployment-validation-operator/allow-from-openshift-insights I0310 19:26:18.105211 3402 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-kube-scheduler Admin Network Policy controller: took 6.416µs I0310 19:26:18.105219 3402 admin_network_policy_namespace.go:53] Processing sync for Namespace open-cluster-management-2ov1rmga1lmertbm3075pr3fjmubsbm3 in Admin Network Policy controller I0310 19:26:18.105225 3402 admin_network_policy_namespace.go:56] Finished syncing Namespace open-cluster-management-2ov1rmga1lmertbm3075pr3fjmubsbm3 Admin Network Policy controller: took 5.518µs I0310 19:26:18.105232 3402 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-cloud-controller-manager in Admin Network Policy controller I0310 19:26:18.105237 3402 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-cloud-controller-manager Admin Network Policy controller: took 5.582µs I0310 19:26:18.105241 3402 base_network_controller_policy.go:1179] Adding network policy openshift-deployment-validation-operator/allow-from-openshift-insights for network default I0310 19:26:18.105246 3402 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-cluster-node-tuning-operator in Admin Network Policy controller I0310 19:26:18.105251 3402 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-cluster-node-tuning-operator Admin Network Policy controller: took 8.753µs I0310 19:26:18.105258 3402 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-ingress-operator in Admin Network Policy controller I0310 19:26:18.105263 3402 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-ingress-operator Admin Network Policy controller: took 5.093µs I0310 19:26:18.105270 3402 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-machine-api in Admin Network Policy controller I0310 19:26:18.105275 3402 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-machine-api Admin Network Policy controller: took 5.289µs I0310 19:26:18.105282 3402 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-marketplace in Admin Network Policy controller I0310 19:26:18.105253 3402 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}]} I0310 19:26:18.105296 3402 base_network_controller_policy.go:1054] Policy openshift-deployment-validation-operator/allow-from-openshift-insights added to peer address sets [] I0310 19:26:18.105287 3402 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-marketplace Admin Network Policy controller: took 5.141µs I0310 19:26:18.105370 3402 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-operators in Admin Network Policy controller I0310 19:26:18.105375 3402 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-operators Admin Network Policy controller: took 5.335µs I0310 19:26:18.105380 3402 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-package-operator in Admin Network Policy controller I0310 19:26:18.105355 3402 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:u0964085534}] I0310 19:26:18.105411 3402 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:u0964085535}] I0310 19:26:18.105383 3402 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-package-operator Admin Network Policy controller: took 3.563µs I0310 19:26:18.105453 3402 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-config in Admin Network Policy controller I0310 19:26:18.105456 3402 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-config Admin Network Policy controller: took 4.447µs I0310 19:26:18.105461 3402 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-controller-manager-operator in Admin Network Policy controller I0310 19:26:18.105464 3402 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-controller-manager-operator Admin Network Policy controller: took 3.297µs I0310 19:26:18.105472 3402 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-ingress in Admin Network Policy controller I0310 19:26:18.105476 3402 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-ingress Admin Network Policy controller: took 6.861µs I0310 19:26:18.105463 3402 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:u0964085536}] I0310 19:26:18.105482 3402 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-kube-controller-manager in Admin Network Policy controller I0310 19:26:18.105486 3402 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-kube-controller-manager Admin Network Policy controller: took 3.76µs I0310 19:26:18.105489 3402 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-apiserver in Admin Network Policy controller I0310 19:26:18.105492 3402 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-apiserver Admin Network Policy controller: took 2.983µs I0310 19:26:18.105496 3402 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-console in Admin Network Policy controller I0310 19:26:18.105499 3402 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-console Admin Network Policy controller: took 2.944µs I0310 19:26:18.105502 3402 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-dns in Admin Network Policy controller I0310 19:26:18.105505 3402 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-dns Admin Network Policy controller: took 2.832µs I0310 19:26:18.105509 3402 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-node in Admin Network Policy controller I0310 19:26:18.105512 3402 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-node Admin Network Policy controller: took 2.889µs I0310 19:26:18.105516 3402 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-backplane-tam in Admin Network Policy controller I0310 19:26:18.105519 3402 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-backplane-tam Admin Network Policy controller: took 2.897µs I0310 19:26:18.105523 3402 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-host-network in Admin Network Policy controller I0310 19:26:18.105509 3402 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:u0964085537}] I0310 19:26:18.105545 3402 model_client.go:374] Create operations generated as: [{Op:insert Table:Port_Group Row:map[acls:{GoSet:[{GoUUID:u0964085534} {GoUUID:u0964085535}]} 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:u0964085538}] I0310 19:26:18.105525 3402 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-host-network Admin Network Policy controller: took 2.965µs I0310 19:26:18.105579 3402 model_client.go:374] Create operations generated as: [{Op:insert Table:Port_Group Row:map[acls:{GoSet:[{GoUUID:u0964085536} {GoUUID:u0964085537}]} 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:u0964085539}] I0310 19:26:18.105596 3402 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-network-operator in Admin Network Policy controller I0310 19:26:18.105599 3402 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-network-operator Admin Network Policy controller: took 4.139µs I0310 19:26:18.105603 3402 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-backplane-cee in Admin Network Policy controller I0310 19:26:18.105606 3402 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-backplane-cee Admin Network Policy controller: took 2.879µs I0310 19:26:18.105609 3402 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-cloud-network-config-controller in Admin Network Policy controller I0310 19:26:18.105612 3402 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-cloud-network-config-controller Admin Network Policy controller: took 2.757µs I0310 19:26:18.105616 3402 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-controller-manager in Admin Network Policy controller I0310 19:26:18.105618 3402 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-controller-manager Admin Network Policy controller: took 2.939µs I0310 19:26:18.105624 3402 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-machine-config-operator in Admin Network Policy controller I0310 19:26:18.105629 3402 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-machine-config-operator Admin Network Policy controller: took 4.698µs I0310 19:26:18.105635 3402 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-network-diagnostics in Admin Network Policy controller I0310 19:26:18.105638 3402 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-network-diagnostics Admin Network Policy controller: took 4.435µs I0310 19:26:18.105642 3402 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-operators-redhat in Admin Network Policy controller I0310 19:26:18.105645 3402 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-operators-redhat Admin Network Policy controller: took 2.937µs I0310 19:26:18.105649 3402 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-user-workload-monitoring in Admin Network Policy controller I0310 19:26:18.105652 3402 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-user-workload-monitoring Admin Network Policy controller: took 3.225µs I0310 19:26:18.105656 3402 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-backplane-managed-scripts in Admin Network Policy controller I0310 19:26:18.105659 3402 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-backplane-managed-scripts Admin Network Policy controller: took 2.88µs I0310 19:26:18.105663 3402 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-cluster-version in Admin Network Policy controller I0310 19:26:18.105665 3402 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-cluster-version Admin Network Policy controller: took 2.795µs I0310 19:26:18.105669 3402 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-console-operator in Admin Network Policy controller I0310 19:26:18.105671 3402 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-console-operator Admin Network Policy controller: took 2.584µs I0310 19:26:18.105675 3402 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-image-registry in Admin Network Policy controller I0310 19:26:18.105677 3402 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-image-registry Admin Network Policy controller: took 2.824µs I0310 19:26:18.105681 3402 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-network-console in Admin Network Policy controller I0310 19:26:18.105598 3402 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:u0964085534} {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:u0964085535} {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:u0964085536} {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:u0964085537} {Op:insert Table:Port_Group Row:map[acls:{GoSet:[{GoUUID:u0964085534} {GoUUID:u0964085535}]} 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:u0964085538} {Op:insert Table:Port_Group Row:map[acls:{GoSet:[{GoUUID:u0964085536} {GoUUID:u0964085537}]} 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:u0964085539}] I0310 19:26:18.105685 3402 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-network-console Admin Network Policy controller: took 3.002µs I0310 19:26:18.105692 3402 admin_network_policy_namespace.go:53] Processing sync for Namespace kube-public in Admin Network Policy controller I0310 19:26:18.105695 3402 admin_network_policy_namespace.go:56] Finished syncing Namespace kube-public Admin Network Policy controller: took 3.12µs I0310 19:26:18.105699 3402 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-config-operator in Admin Network Policy controller I0310 19:26:18.105703 3402 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-config-operator Admin Network Policy controller: took 4.304µs I0310 19:26:18.105709 3402 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-dns-operator in Admin Network Policy controller I0310 19:26:18.105713 3402 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-dns-operator Admin Network Policy controller: took 4.726µs I0310 19:26:18.105718 3402 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-logging in Admin Network Policy controller I0310 19:26:18.105720 3402 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-logging Admin Network Policy controller: took 2.881µs I0310 19:26:18.105724 3402 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-backplane-mcs-tier-two in Admin Network Policy controller I0310 19:26:18.105727 3402 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-backplane-mcs-tier-two Admin Network Policy controller: took 2.893µs I0310 19:26:18.105730 3402 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-cloud-credential-operator in Admin Network Policy controller I0310 19:26:18.105733 3402 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-cloud-credential-operator Admin Network Policy controller: took 2.781µs I0310 19:26:18.105737 3402 admin_network_policy_namespace.go:53] Processing sync for Namespace kube-node-lease in Admin Network Policy controller I0310 19:26:18.105740 3402 admin_network_policy_namespace.go:56] Finished syncing Namespace kube-node-lease Admin Network Policy controller: took 3.241µs I0310 19:26:18.105743 3402 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-authentication-operator in Admin Network Policy controller I0310 19:26:18.105746 3402 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-authentication-operator Admin Network Policy controller: took 2.768µs I0310 19:26:18.105749 3402 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-config-managed in Admin Network Policy controller I0310 19:26:18.105752 3402 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-config-managed Admin Network Policy controller: took 2.793µs I0310 19:26:18.105756 3402 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-must-gather-operator in Admin Network Policy controller I0310 19:26:18.105759 3402 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-must-gather-operator Admin Network Policy controller: took 3.24µs I0310 19:26:18.105763 3402 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-console-user-settings in Admin Network Policy controller I0310 19:26:18.105765 3402 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-console-user-settings Admin Network Policy controller: took 2.791µs I0310 19:26:18.105769 3402 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-customer-monitoring in Admin Network Policy controller I0310 19:26:18.105771 3402 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-customer-monitoring Admin Network Policy controller: took 2.834µs I0310 19:26:18.105776 3402 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-deployment-validation-operator in Admin Network Policy controller I0310 19:26:18.105780 3402 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-deployment-validation-operator Admin Network Policy controller: took 4.608µs I0310 19:26:18.105786 3402 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-ingress-canary in Admin Network Policy controller I0310 19:26:18.105797 3402 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-ingress-canary Admin Network Policy controller: took 4.736µs I0310 19:26:18.105801 3402 admin_network_policy_namespace.go:53] Processing sync for Namespace dedicated-admin in Admin Network Policy controller I0310 19:26:18.105804 3402 admin_network_policy_namespace.go:56] Finished syncing Namespace dedicated-admin Admin Network Policy controller: took 3.01µs I0310 19:26:18.105808 3402 admin_network_policy_namespace.go:53] Processing sync for Namespace default in Admin Network Policy controller I0310 19:26:18.105810 3402 admin_network_policy_namespace.go:56] Finished syncing Namespace default Admin Network Policy controller: took 2.862µs I0310 19:26:18.105814 3402 admin_network_policy_namespace.go:53] Processing sync for Namespace open-cluster-management-agent-addon in Admin Network Policy controller I0310 19:26:18.105817 3402 admin_network_policy_namespace.go:56] Finished syncing Namespace open-cluster-management-agent-addon Admin Network Policy controller: took 2.682µs I0310 19:26:18.105820 3402 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-backplane in Admin Network Policy controller I0310 19:26:18.105823 3402 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-backplane Admin Network Policy controller: took 2.74µs I0310 19:26:18.105832 3402 admin_network_policy_pod.go:57] Processing sync for Pod openshift-backplane/osd-delete-backplane-serviceaccounts-29552840-nlxd5 in Admin Network Policy controller I0310 19:26:18.105845 3402 admin_network_policy_pod.go:60] Finished syncing Pod openshift-backplane/osd-delete-backplane-serviceaccounts-29552840-nlxd5 Admin Network Policy controller: took 16.895µs I0310 19:26:18.105865 3402 admin_network_policy_pod.go:57] Processing sync for Pod openshift-image-registry/image-registry-656ddd88f7-dbckh in Admin Network Policy controller I0310 19:26:18.105873 3402 admin_network_policy_pod.go:60] Finished syncing Pod openshift-image-registry/image-registry-656ddd88f7-dbckh Admin Network Policy controller: took 9.576µs I0310 19:26:18.105878 3402 admin_network_policy_pod.go:57] Processing sync for Pod openshift-multus/multus-5fsfg in Admin Network Policy controller I0310 19:26:18.105882 3402 admin_network_policy_pod.go:60] Finished syncing Pod openshift-multus/multus-5fsfg Admin Network Policy controller: took 4.534µs I0310 19:26:18.105887 3402 admin_network_policy_pod.go:57] Processing sync for Pod openshift-multus/multus-additional-cni-plugins-xm69m in Admin Network Policy controller I0310 19:26:18.105890 3402 admin_network_policy_pod.go:60] Finished syncing Pod openshift-multus/multus-additional-cni-plugins-xm69m Admin Network Policy controller: took 3.977µs I0310 19:26:18.105895 3402 admin_network_policy_pod.go:57] Processing sync for Pod openshift-network-operator/iptables-alerter-jwfdn in Admin Network Policy controller I0310 19:26:18.105898 3402 admin_network_policy_pod.go:60] Finished syncing Pod openshift-network-operator/iptables-alerter-jwfdn Admin Network Policy controller: took 3.783µs I0310 19:26:18.105903 3402 admin_network_policy_pod.go:57] Processing sync for Pod kube-system/konnectivity-agent-9tglw in Admin Network Policy controller I0310 19:26:18.105906 3402 admin_network_policy_pod.go:60] Finished syncing Pod kube-system/konnectivity-agent-9tglw Admin Network Policy controller: took 4.804µs I0310 19:26:18.105911 3402 admin_network_policy_pod.go:57] Processing sync for Pod kube-system/kube-apiserver-proxy-ip-10-0-2-240.ec2.internal in Admin Network Policy controller I0310 19:26:18.105915 3402 admin_network_policy_pod.go:60] Finished syncing Pod kube-system/kube-apiserver-proxy-ip-10-0-2-240.ec2.internal Admin Network Policy controller: took 4.159µs I0310 19:26:18.105921 3402 admin_network_policy_pod.go:57] Processing sync for Pod openshift-multus/multus-n8pwj in Admin Network Policy controller I0310 19:26:18.105926 3402 admin_network_policy_pod.go:60] Finished syncing Pod openshift-multus/multus-n8pwj Admin Network Policy controller: took 5.559µs I0310 19:26:18.105933 3402 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-operator-lifecycle-manager in Admin Network Policy controller I0310 19:26:18.105942 3402 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-operator-lifecycle-manager Admin Network Policy controller: took 10.718µs I0310 19:26:18.105955 3402 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-ovn-kubernetes in Admin Network Policy controller I0310 19:26:18.105964 3402 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-ovn-kubernetes Admin Network Policy controller: took 8.618µs I0310 19:26:18.105970 3402 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-service-ca-operator in Admin Network Policy controller I0310 19:26:18.105975 3402 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-service-ca-operator Admin Network Policy controller: took 4.677µs I0310 19:26:18.105982 3402 admin_network_policy_pod.go:57] Processing sync for Pod openshift-network-diagnostics/network-check-target-rz6wb in Admin Network Policy controller I0310 19:26:18.105988 3402 admin_network_policy_pod.go:60] Finished syncing Pod openshift-network-diagnostics/network-check-target-rz6wb Admin Network Policy controller: took 6.909µs I0310 19:26:18.105993 3402 admin_network_policy_pod.go:57] Processing sync for Pod openshift-image-registry/image-registry-64bbd4587d-skkkf in Admin Network Policy controller I0310 19:26:18.105997 3402 admin_network_policy_pod.go:60] Finished syncing Pod openshift-image-registry/image-registry-64bbd4587d-skkkf Admin Network Policy controller: took 3.947µs I0310 19:26:18.106002 3402 admin_network_policy_pod.go:57] Processing sync for Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-193.ec2.internal in Admin Network Policy controller I0310 19:26:18.106006 3402 admin_network_policy_pod.go:60] Finished syncing Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-193.ec2.internal Admin Network Policy controller: took 4.052µs I0310 19:26:18.106014 3402 admin_network_policy_pod.go:57] Processing sync for Pod kube-system/konnectivity-agent-cnkfb in Admin Network Policy controller I0310 19:26:18.106020 3402 admin_network_policy_pod.go:60] Finished syncing Pod kube-system/konnectivity-agent-cnkfb Admin Network Policy controller: took 6.93µs I0310 19:26:18.106025 3402 admin_network_policy_pod.go:57] Processing sync for Pod kube-system/kube-apiserver-proxy-ip-10-0-1-9.ec2.internal in Admin Network Policy controller I0310 19:26:18.106029 3402 admin_network_policy_pod.go:60] Finished syncing Pod kube-system/kube-apiserver-proxy-ip-10-0-1-9.ec2.internal Admin Network Policy controller: took 3.882µs I0310 19:26:18.106034 3402 admin_network_policy_pod.go:57] Processing sync for Pod openshift-cluster-node-tuning-operator/tuned-vc7k9 in Admin Network Policy controller I0310 19:26:18.106037 3402 admin_network_policy_pod.go:60] Finished syncing Pod openshift-cluster-node-tuning-operator/tuned-vc7k9 Admin Network Policy controller: took 4.34µs I0310 19:26:18.106042 3402 admin_network_policy_pod.go:57] Processing sync for Pod openshift-deployment-validation-operator/deployment-validation-operator-catalog-d7jrz in Admin Network Policy controller I0310 19:26:18.106046 3402 admin_network_policy_pod.go:60] Finished syncing Pod openshift-deployment-validation-operator/deployment-validation-operator-catalog-d7jrz Admin Network Policy controller: took 3.843µs I0310 19:26:18.106050 3402 admin_network_policy_pod.go:57] Processing sync for Pod openshift-dns/node-resolver-b48xs in Admin Network Policy controller I0310 19:26:18.106054 3402 admin_network_policy_pod.go:60] Finished syncing Pod openshift-dns/node-resolver-b48xs Admin Network Policy controller: took 3.627µs I0310 19:26:18.106058 3402 admin_network_policy_pod.go:57] Processing sync for Pod openshift-image-registry/image-registry-64bbd4587d-fk6jt in Admin Network Policy controller I0310 19:26:18.106061 3402 admin_network_policy_pod.go:60] Finished syncing Pod openshift-image-registry/image-registry-64bbd4587d-fk6jt Admin Network Policy controller: took 3.535µs I0310 19:26:18.106065 3402 admin_network_policy_pod.go:57] Processing sync for Pod openshift-network-operator/iptables-alerter-qxvbn in Admin Network Policy controller I0310 19:26:18.106068 3402 admin_network_policy_pod.go:60] Finished syncing Pod openshift-network-operator/iptables-alerter-qxvbn Admin Network Policy controller: took 3.451µs I0310 19:26:18.106072 3402 admin_network_policy_pod.go:57] Processing sync for Pod openshift-ovn-kubernetes/ovnkube-node-nvwms in Admin Network Policy controller I0310 19:26:18.106076 3402 admin_network_policy_pod.go:60] Finished syncing Pod openshift-ovn-kubernetes/ovnkube-node-nvwms Admin Network Policy controller: took 3.586µs I0310 19:26:18.106888 3402 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:u0964085540}] I0310 19:26:18.106909 3402 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:u0964085540}] I0310 19:26:18.107400 3402 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:u0964085541}] I0310 19:26:18.107446 3402 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:u0964085541}]}}] Timeout: Where:[where column _uuid == {62b05e27-a139-44cf-9aeb-fc25a00552bb}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:18.107461 3402 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:u0964085541} {Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:acls Mutator:insert Value:{GoSet:[{GoUUID:u0964085541}]}}] Timeout: Where:[where column _uuid == {62b05e27-a139-44cf-9aeb-fc25a00552bb}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:18.108031 3402 obj_retry.go:509] Add event received for *factory.peerNamespaceSelector openshift-insights I0310 19:26:18.108174 3402 obj_retry.go:548] Creating *factory.peerNamespaceSelector openshift-insights took: 127.959µs I0310 19:26:18.108192 3402 factory.go:1366] Added *v1.Namespace event handler 5 I0310 19:26:18.108243 3402 obj_retry.go:509] Add event received for *factory.localPodSelector openshift-deployment-validation-operator/deployment-validation-operator-catalog-d7jrz I0310 19:26:18.108253 3402 obj_retry.go:548] Creating *factory.localPodSelector openshift-deployment-validation-operator/deployment-validation-operator-catalog-d7jrz took: 353ns I0310 19:26:18.108263 3402 factory.go:1366] Added *v1.Pod event handler 6 I0310 19:26:18.108273 3402 base_network_controller_policy.go:1232] Create network policy openshift-deployment-validation-operator/allow-from-openshift-insights resources completed, update namespace loglevel I0310 19:26:18.108284 3402 obj_retry.go:548] Creating *v1.NetworkPolicy openshift-deployment-validation-operator/allow-from-openshift-insights took: 3.066931ms I0310 19:26:18.108289 3402 default_network_controller.go:709] Recording success event on network policy openshift-deployment-validation-operator/allow-from-openshift-insights I0310 19:26:18.108296 3402 default_network_controller.go:666] Recording add event on network policy openshift-deployment-validation-operator/allow-from-openshift-olm I0310 19:26:18.108301 3402 obj_retry.go:509] Add event received for *v1.NetworkPolicy openshift-deployment-validation-operator/allow-from-openshift-olm I0310 19:26:18.108307 3402 base_network_controller_policy.go:1179] Adding network policy openshift-deployment-validation-operator/allow-from-openshift-olm for network default I0310 19:26:18.108314 3402 base_network_controller_policy.go:1006] Network policy ingress is {Ports:[] From:[]} I0310 19:26:18.108322 3402 base_network_controller_policy.go:1054] Policy openshift-deployment-validation-operator/allow-from-openshift-olm added to peer address sets [] I0310 19:26:18.108374 3402 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:u0964085542}] I0310 19:26:18.108417 3402 model_client.go:374] Create operations generated as: [{Op:insert Table:Port_Group Row:map[acls:{GoSet:[{GoUUID:u0964085542}]} 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:u0964085543}] I0310 19:26:18.108441 3402 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:u0964085542} {Op:insert Table:Port_Group Row:map[acls:{GoSet:[{GoUUID:u0964085542}]} 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:u0964085543}] I0310 19:26:18.109014 3402 obj_retry.go:509] Add event received for *factory.localPodSelector openshift-deployment-validation-operator/deployment-validation-operator-catalog-d7jrz I0310 19:26:18.109030 3402 obj_retry.go:548] Creating *factory.localPodSelector openshift-deployment-validation-operator/deployment-validation-operator-catalog-d7jrz took: 537ns I0310 19:26:18.109041 3402 factory.go:1366] Added *v1.Pod event handler 7 I0310 19:26:18.109052 3402 base_network_controller_policy.go:1232] Create network policy openshift-deployment-validation-operator/allow-from-openshift-olm resources completed, update namespace loglevel I0310 19:26:18.109058 3402 obj_retry.go:548] Creating *v1.NetworkPolicy openshift-deployment-validation-operator/allow-from-openshift-olm took: 751.078µs I0310 19:26:18.109063 3402 default_network_controller.go:709] Recording success event on network policy openshift-deployment-validation-operator/allow-from-openshift-olm I0310 19:26:18.109071 3402 factory.go:1366] Added *v1.NetworkPolicy event handler 4 I0310 19:26:18.109251 3402 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-backplane I0310 19:26:18.109268 3402 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-customer-monitoring I0310 19:26:18.109273 3402 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-service-ca-operator I0310 19:26:18.109286 3402 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-backplane took: 18.191µs I0310 19:26:18.109295 3402 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-infra I0310 19:26:18.109293 3402 obj_retry.go:509] Add event received for *factory.egressIPNamespace default I0310 19:26:18.109299 3402 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-customer-monitoring took: 17.798µs I0310 19:26:18.109307 3402 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-infra took: 4.119µs I0310 19:26:18.109308 3402 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-ovn-kubernetes I0310 19:26:18.109310 3402 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-cluster-samples-operator I0310 19:26:18.109307 3402 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-service-ca-operator took: 18.208µs I0310 19:26:18.109315 3402 obj_retry.go:509] Add event received for *factory.egressIPNamespace open-cluster-management-2ov1rmga1lmertbm3075pr3fjmubsbm3 I0310 19:26:18.109323 3402 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift I0310 19:26:18.109323 3402 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-cluster-samples-operator took: 2.87µs I0310 19:26:18.109330 3402 obj_retry.go:548] Creating *factory.egressIPNamespace open-cluster-management-2ov1rmga1lmertbm3075pr3fjmubsbm3 took: 4.965µs I0310 19:26:18.109333 3402 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-apiserver-operator I0310 19:26:18.109333 3402 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-ovn-kubernetes took: 13.642µs I0310 19:26:18.109335 3402 obj_retry.go:548] Creating *factory.egressIPNamespace openshift took: 2.413µs I0310 19:26:18.109339 3402 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-operators I0310 19:26:18.109343 3402 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-apiserver-operator took: 2.874µs I0310 19:26:18.109345 3402 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-cluster-csi-drivers I0310 19:26:18.109349 3402 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-machine-api I0310 19:26:18.109354 3402 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-network-node-identity I0310 19:26:18.109356 3402 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-cluster-csi-drivers took: 3.707µs I0310 19:26:18.109359 3402 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-machine-api took: 3.575µs I0310 19:26:18.109363 3402 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-cluster-storage-operator I0310 19:26:18.109367 3402 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-backplane-tam I0310 19:26:18.109369 3402 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-route-controller-manager I0310 19:26:18.109372 3402 obj_retry.go:509] Add event received for *factory.egressIPNamespace dedicated-admin I0310 19:26:18.109377 3402 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-backplane-tam took: 1.708µs I0310 19:26:18.109379 3402 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-network-node-identity took: 13.906µs I0310 19:26:18.109384 3402 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-user-workload-monitoring I0310 19:26:18.109382 3402 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-authentication I0310 19:26:18.109388 3402 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-multus I0310 19:26:18.109392 3402 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-cluster-storage-operator took: 15.196µs I0310 19:26:18.109349 3402 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-operators took: 3.19µs I0310 19:26:18.109395 3402 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-route-controller-manager took: 12.611µs I0310 19:26:18.109343 3402 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-ingress-canary I0310 19:26:18.109402 3402 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-host-network I0310 19:26:18.109403 3402 obj_retry.go:509] Add event received for *factory.egressIPNamespace kube-system I0310 19:26:18.109406 3402 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-ingress-operator I0310 19:26:18.109408 3402 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-authentication took: 12.949µs I0310 19:26:18.109412 3402 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-host-network took: 3.071µs I0310 19:26:18.109414 3402 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-kube-scheduler-operator I0310 19:26:18.109418 3402 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-kube-storage-version-migrator-operator I0310 19:26:18.109419 3402 obj_retry.go:548] Creating *factory.egressIPNamespace kube-system took: 4.929µs I0310 19:26:18.109419 3402 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-backplane-cee I0310 19:26:18.109427 3402 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-controller-manager-operator I0310 19:26:18.109428 3402 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-kube-storage-version-migrator-operator took: 2.929µs I0310 19:26:18.109436 3402 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-backplane-srep-ro I0310 19:26:18.109438 3402 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-controller-manager-operator took: 2.973µs I0310 19:26:18.109436 3402 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-kube-scheduler-operator took: 11.991µs I0310 19:26:18.109446 3402 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-backplane-srep-ro took: 1.868µs I0310 19:26:18.109430 3402 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-backplane-cee took: 1.895µs I0310 19:26:18.109453 3402 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-kube-apiserver-operator I0310 19:26:18.109465 3402 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-kube-apiserver-operator took: 3.206µs I0310 19:26:18.109471 3402 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-backplane-mcs-tier-two I0310 19:26:18.109478 3402 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-backplane-mcs-tier-two took: 1.734µs I0310 19:26:18.109447 3402 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-network-console I0310 19:26:18.109393 3402 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-user-workload-monitoring took: 3.326µs I0310 19:26:18.109454 3402 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-config-operator I0310 19:26:18.109500 3402 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-dns-operator I0310 19:26:18.109355 3402 obj_retry.go:509] Add event received for *factory.egressIPNamespace open-cluster-management-agent-addon I0310 19:26:18.109512 3402 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-dns-operator took: 3.149µs I0310 19:26:18.109518 3402 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-authentication-operator I0310 19:26:18.109525 3402 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-authentication-operator took: 3.172µs I0310 19:26:18.109365 3402 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-kube-scheduler I0310 19:26:18.109533 3402 obj_retry.go:548] Creating *factory.egressIPNamespace open-cluster-management-agent-addon took: 18.787µs I0310 19:26:18.109537 3402 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-kube-scheduler took: 1.565µs I0310 19:26:18.109539 3402 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-backplane-lpsre I0310 19:26:18.109542 3402 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-network-operator I0310 19:26:18.109546 3402 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-backplane-lpsre took: 1.141µs I0310 19:26:18.109501 3402 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-config-operator took: 2.343µs I0310 19:26:18.109562 3402 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-kube-apiserver I0310 19:26:18.109571 3402 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-kube-apiserver took: 2.752µs I0310 19:26:18.109578 3402 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-cluster-version I0310 19:26:18.109571 3402 obj_retry.go:509] Add event received for *factory.egressIPNamespace kube-node-lease I0310 19:26:18.109584 3402 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-cluster-version took: 2.02µs I0310 19:26:18.109401 3402 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-multus took: 3.904µs I0310 19:26:18.109592 3402 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-backplane-cse I0310 19:26:18.109592 3402 obj_retry.go:548] Creating *factory.egressIPNamespace kube-node-lease took: 3.183µs I0310 19:26:18.109419 3402 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-ingress-operator took: 3.097µs I0310 19:26:18.109602 3402 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-kube-controller-manager I0310 19:26:18.109607 3402 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-kube-controller-manager took: 1.598µs I0310 19:26:18.109611 3402 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-backplane-managed-scripts I0310 19:26:18.109616 3402 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-backplane-managed-scripts took: 1.098µs I0310 19:26:18.109549 3402 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-network-operator took: 2.74µs I0310 19:26:18.109622 3402 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-network-diagnostics I0310 19:26:18.109628 3402 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-network-diagnostics took: 1.805µs I0310 19:26:18.109329 3402 obj_retry.go:548] Creating *factory.egressIPNamespace default took: 18.882µs I0310 19:26:18.109635 3402 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-backplane-srep I0310 19:26:18.109640 3402 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-backplane-srep took: 1.228µs I0310 19:26:18.109644 3402 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-monitoring I0310 19:26:18.109650 3402 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-monitoring took: 2.614µs I0310 19:26:18.109654 3402 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-package-operator I0310 19:26:18.109662 3402 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-package-operator took: 3.779µs I0310 19:26:18.109668 3402 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-controller-manager I0310 19:26:18.109675 3402 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-controller-manager took: 1.924µs I0310 19:26:18.109343 3402 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-backplane-mobb I0310 19:26:18.109686 3402 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-backplane-mobb took: 2.052µs I0310 19:26:18.109692 3402 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-ingress I0310 19:26:18.109702 3402 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-ingress took: 4.35µs I0310 19:26:18.109708 3402 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-dns I0310 19:26:18.109717 3402 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-dns took: 3.05µs I0310 19:26:18.109727 3402 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-machine-config-operator I0310 19:26:18.109737 3402 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-machine-config-operator took: 3.807µs I0310 19:26:18.109742 3402 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-must-gather-operator I0310 19:26:18.109753 3402 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-must-gather-operator took: 2.264µs I0310 19:26:18.109357 3402 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-deployment-validation-operator I0310 19:26:18.109784 3402 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-deployment-validation-operator took: 14.728µs I0310 19:26:18.109255 3402 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-console-user-settings I0310 19:26:18.109802 3402 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-cluster-node-tuning-operator I0310 19:26:18.109813 3402 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-cluster-node-tuning-operator took: 3.3µs I0310 19:26:18.109820 3402 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-node I0310 19:26:18.109827 3402 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-node took: 1.262µs I0310 19:26:18.109831 3402 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-console-operator I0310 19:26:18.109837 3402 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-console-operator took: 1.265µs I0310 19:26:18.109819 3402 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-console-user-settings took: 12.796µs I0310 19:26:18.109843 3402 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-operator-lifecycle-manager I0310 19:26:18.109849 3402 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-operator-lifecycle-manager took: 2.379µs I0310 19:26:18.109854 3402 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-etcd I0310 19:26:18.109859 3402 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-etcd took: 1.123µs I0310 19:26:18.109862 3402 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-apiserver I0310 19:26:18.109867 3402 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-apiserver took: 1.194µs I0310 19:26:18.109871 3402 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-operators-redhat I0310 19:26:18.109875 3402 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-operators-redhat took: 927ns I0310 19:26:18.109420 3402 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-ingress-canary took: 10.706µs I0310 19:26:18.109882 3402 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-cloud-controller-manager I0310 19:26:18.109448 3402 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-cluster-machine-approver I0310 19:26:18.109890 3402 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-cloud-controller-manager took: 2.467µs I0310 19:26:18.109896 3402 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-kube-controller-manager-operator I0310 19:26:18.109904 3402 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-kube-controller-manager-operator took: 1.766µs I0310 19:26:18.109908 3402 obj_retry.go:509] Add event received for *factory.egressIPNamespace kube-public I0310 19:26:18.109913 3402 obj_retry.go:548] Creating *factory.egressIPNamespace kube-public took: 1.439µs I0310 19:26:18.109916 3402 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-cloud-credential-operator I0310 19:26:18.109921 3402 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-cloud-credential-operator took: 1.306µs I0310 19:26:18.109896 3402 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-cluster-machine-approver took: 5.25µs I0310 19:26:18.109928 3402 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-backplane-csm I0310 19:26:18.109933 3402 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-backplane-csm took: 1.192µs I0310 19:26:18.109937 3402 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-marketplace I0310 19:26:18.109596 3402 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-backplane-cse took: 1.025µs I0310 19:26:18.110008 3402 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-config I0310 19:26:18.110018 3402 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-config took: 3.275µs I0310 19:26:18.110022 3402 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-image-registry I0310 19:26:18.110028 3402 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-image-registry took: 1.969µs I0310 19:26:18.109395 3402 obj_retry.go:548] Creating *factory.egressIPNamespace dedicated-admin took: 12.047µs I0310 19:26:18.110034 3402 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-insights I0310 19:26:18.110040 3402 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-insights took: 2.038µs I0310 19:26:18.110044 3402 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-console I0310 19:26:18.110049 3402 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-console took: 1.506µs I0310 19:26:18.110053 3402 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-cloud-network-config-controller I0310 19:26:18.110058 3402 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-cloud-network-config-controller took: 1.528µs I0310 19:26:18.109492 3402 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-network-console took: 3.037µs I0310 19:26:18.110360 3402 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-marketplace took: 418.781µs I0310 19:26:18.110372 3402 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-logging I0310 19:26:18.110380 3402 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-logging took: 2.396µs I0310 19:26:18.110387 3402 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-config-managed I0310 19:26:18.110393 3402 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-config-managed took: 1.963µs I0310 19:26:18.110405 3402 factory.go:1366] Added *v1.Namespace event handler 8 I0310 19:26:18.110487 3402 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-dns/node-resolver-pn6zc I0310 19:26:18.110496 3402 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-cluster-node-tuning-operator/tuned-x48qs I0310 19:26:18.110509 3402 obj_retry.go:509] Add event received for *factory.egressIPPod kube-system/kube-apiserver-proxy-ip-10-0-0-193.ec2.internal I0310 19:26:18.110515 3402 obj_retry.go:548] Creating *factory.egressIPPod openshift-cluster-node-tuning-operator/tuned-x48qs took: 8.869µs I0310 19:26:18.110520 3402 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-multus/network-metrics-daemon-5fzc6 I0310 19:26:18.110523 3402 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-ovn-kubernetes/ovnkube-node-r6mcz I0310 19:26:18.110546 3402 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-qgltq I0310 19:26:18.110511 3402 obj_retry.go:548] Creating *factory.egressIPPod openshift-dns/node-resolver-pn6zc took: 9.896µs I0310 19:26:18.110554 3402 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-multus/multus-sv7dd I0310 19:26:18.110556 3402 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-cluster-node-tuning-operator/tuned-97854 I0310 19:26:18.110560 3402 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-network-operator/iptables-alerter-rxcb4 I0310 19:26:18.110565 3402 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-multus/network-metrics-daemon-dgrtz I0310 19:26:18.110567 3402 obj_retry.go:548] Creating *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-qgltq took: 7.909µs I0310 19:26:18.110523 3402 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-5zp82 I0310 19:26:18.110571 3402 obj_retry.go:548] Creating *factory.egressIPPod openshift-multus/multus-sv7dd took: 7.82µs I0310 19:26:18.110574 3402 obj_retry.go:548] Creating *factory.egressIPPod openshift-cluster-node-tuning-operator/tuned-97854 took: 7.86µs I0310 19:26:18.110550 3402 obj_retry.go:548] Creating *factory.egressIPPod openshift-ovn-kubernetes/ovnkube-node-r6mcz took: 783ns I0310 19:26:18.110580 3402 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-2-240.ec2.internal I0310 19:26:18.110582 3402 obj_retry.go:548] Creating *factory.egressIPPod openshift-multus/network-metrics-daemon-dgrtz took: 8.26µs I0310 19:26:18.110584 3402 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-deployment-validation-operator/deployment-validation-operator-catalog-d7jrz I0310 19:26:18.110586 3402 obj_retry.go:548] Creating *factory.egressIPPod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-5zp82 took: 7.612µs I0310 19:26:18.110589 3402 obj_retry.go:548] Creating *factory.egressIPPod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-2-240.ec2.internal took: 605ns I0310 19:26:18.110575 3402 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-4ndqb I0310 19:26:18.110595 3402 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-network-operator/iptables-alerter-jwfdn I0310 19:26:18.110569 3402 obj_retry.go:548] Creating *factory.egressIPPod openshift-network-operator/iptables-alerter-rxcb4 took: 786ns I0310 19:26:18.110601 3402 obj_retry.go:548] Creating *factory.egressIPPod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-4ndqb took: 786ns I0310 19:26:18.110603 3402 obj_retry.go:548] Creating *factory.egressIPPod openshift-network-operator/iptables-alerter-jwfdn took: 474ns I0310 19:26:18.110620 3402 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-cluster-node-tuning-operator/tuned-vc7k9 I0310 19:26:18.110625 3402 obj_retry.go:548] Creating *factory.egressIPPod openshift-cluster-node-tuning-operator/tuned-vc7k9 took: 451ns I0310 19:26:18.110583 3402 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-xm69m I0310 19:26:18.110633 3402 obj_retry.go:548] Creating *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-xm69m took: 556ns I0310 19:26:18.110637 3402 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-image-registry/image-registry-64bbd4587d-fk6jt I0310 19:26:18.110641 3402 obj_retry.go:548] Creating *factory.egressIPPod openshift-image-registry/image-registry-64bbd4587d-fk6jt took: 347ns I0310 19:26:18.110605 3402 obj_retry.go:509] Add event received for *factory.egressIPPod kube-system/kube-apiserver-proxy-ip-10-0-2-240.ec2.internal I0310 19:26:18.110651 3402 obj_retry.go:548] Creating *factory.egressIPPod kube-system/kube-apiserver-proxy-ip-10-0-2-240.ec2.internal took: 460ns I0310 19:26:18.110657 3402 obj_retry.go:509] Add event received for *factory.egressIPPod kube-system/konnectivity-agent-cnkfb I0310 19:26:18.110663 3402 obj_retry.go:548] Creating *factory.egressIPPod kube-system/konnectivity-agent-cnkfb took: 547ns I0310 19:26:18.110511 3402 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-ovn-kubernetes/ovnkube-node-89cwp I0310 19:26:18.110675 3402 obj_retry.go:548] Creating *factory.egressIPPod openshift-ovn-kubernetes/ovnkube-node-89cwp took: 4.369µs I0310 19:26:18.110679 3402 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-backplane/osd-delete-backplane-serviceaccounts-29552840-nlxd5 I0310 19:26:18.110683 3402 obj_retry.go:548] Creating *factory.egressIPPod openshift-backplane/osd-delete-backplane-serviceaccounts-29552840-nlxd5 took: 314ns I0310 19:26:18.110687 3402 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-image-registry/image-registry-64bbd4587d-skkkf I0310 19:26:18.110691 3402 obj_retry.go:548] Creating *factory.egressIPPod openshift-image-registry/image-registry-64bbd4587d-skkkf took: 272ns I0310 19:26:18.110535 3402 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-9.ec2.internal I0310 19:26:18.110702 3402 obj_retry.go:548] Creating *factory.egressIPPod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-9.ec2.internal took: 3.92µs I0310 19:26:18.110706 3402 obj_retry.go:509] Add event received for *factory.egressIPPod kube-system/konnectivity-agent-rqgtq I0310 19:26:18.110713 3402 obj_retry.go:548] Creating *factory.egressIPPod kube-system/konnectivity-agent-rqgtq took: 449ns I0310 19:26:18.110720 3402 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-network-diagnostics/network-check-target-rz6wb I0310 19:26:18.110726 3402 obj_retry.go:548] Creating *factory.egressIPPod openshift-network-diagnostics/network-check-target-rz6wb took: 316ns I0310 19:26:18.110539 3402 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-image-registry/node-ca-d46s4 I0310 19:26:18.110737 3402 obj_retry.go:548] Creating *factory.egressIPPod openshift-image-registry/node-ca-d46s4 took: 3.841µs I0310 19:26:18.110741 3402 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-network-diagnostics/network-check-target-nmqnr I0310 19:26:18.110745 3402 obj_retry.go:548] Creating *factory.egressIPPod openshift-network-diagnostics/network-check-target-nmqnr took: 285ns I0310 19:26:18.110749 3402 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-dns/node-resolver-b48xs I0310 19:26:18.110753 3402 obj_retry.go:548] Creating *factory.egressIPPod openshift-dns/node-resolver-b48xs took: 252ns I0310 19:26:18.110539 3402 obj_retry.go:548] Creating *factory.egressIPPod openshift-multus/network-metrics-daemon-5fzc6 took: 8.558µs I0310 19:26:18.110760 3402 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-multus/multus-5fsfg I0310 19:26:18.110764 3402 obj_retry.go:548] Creating *factory.egressIPPod openshift-multus/multus-5fsfg took: 330ns I0310 19:26:18.110769 3402 obj_retry.go:509] Add event received for *factory.egressIPPod kube-system/konnectivity-agent-9tglw I0310 19:26:18.110775 3402 obj_retry.go:548] Creating *factory.egressIPPod kube-system/konnectivity-agent-9tglw took: 488ns I0310 19:26:18.110540 3402 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-image-registry/node-ca-vl274 I0310 19:26:18.110798 3402 obj_retry.go:548] Creating *factory.egressIPPod openshift-image-registry/node-ca-vl274 took: 12.593µs I0310 19:26:18.110807 3402 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-7xmfr I0310 19:26:18.110812 3402 obj_retry.go:548] Creating *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-7xmfr took: 286ns I0310 19:26:18.110552 3402 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-dns/node-resolver-2q4w6 I0310 19:26:18.110823 3402 obj_retry.go:548] Creating *factory.egressIPPod openshift-dns/node-resolver-2q4w6 took: 3.732µs I0310 19:26:18.110827 3402 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-xt77s I0310 19:26:18.110832 3402 obj_retry.go:548] Creating *factory.egressIPPod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-xt77s took: 318ns I0310 19:26:18.110837 3402 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-multus/multus-n8pwj I0310 19:26:18.110843 3402 obj_retry.go:548] Creating *factory.egressIPPod openshift-multus/multus-n8pwj took: 518ns I0310 19:26:18.110593 3402 obj_retry.go:548] Creating *factory.egressIPPod openshift-deployment-validation-operator/deployment-validation-operator-catalog-d7jrz took: 768ns I0310 19:26:18.110855 3402 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-network-operator/iptables-alerter-qxvbn I0310 19:26:18.110861 3402 obj_retry.go:548] Creating *factory.egressIPPod openshift-network-operator/iptables-alerter-qxvbn took: 1.019µs I0310 19:26:18.110593 3402 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-multus/network-metrics-daemon-9ptrz I0310 19:26:18.110870 3402 obj_retry.go:548] Creating *factory.egressIPPod openshift-multus/network-metrics-daemon-9ptrz took: 844ns I0310 19:26:18.110876 3402 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-ovn-kubernetes/ovnkube-node-nvwms I0310 19:26:18.110882 3402 obj_retry.go:548] Creating *factory.egressIPPod openshift-ovn-kubernetes/ovnkube-node-nvwms took: 514ns I0310 19:26:18.110524 3402 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-network-diagnostics/network-check-target-dpqdq I0310 19:26:18.110901 3402 obj_retry.go:548] Creating *factory.egressIPPod openshift-network-diagnostics/network-check-target-dpqdq took: 6.973µs I0310 19:26:18.110911 3402 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-image-registry/node-ca-54vjn I0310 19:26:18.110919 3402 obj_retry.go:548] Creating *factory.egressIPPod openshift-image-registry/node-ca-54vjn took: 592ns I0310 19:26:18.110925 3402 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-193.ec2.internal I0310 19:26:18.110931 3402 obj_retry.go:548] Creating *factory.egressIPPod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-193.ec2.internal took: 421ns I0310 19:26:18.110528 3402 obj_retry.go:548] Creating *factory.egressIPPod kube-system/kube-apiserver-proxy-ip-10-0-0-193.ec2.internal took: 8.207µs I0310 19:26:18.110941 3402 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-image-registry/image-registry-656ddd88f7-dbckh I0310 19:26:18.110947 3402 obj_retry.go:548] Creating *factory.egressIPPod openshift-image-registry/image-registry-656ddd88f7-dbckh took: 878ns I0310 19:26:18.110609 3402 obj_retry.go:509] Add event received for *factory.egressIPPod kube-system/kube-apiserver-proxy-ip-10-0-1-9.ec2.internal I0310 19:26:18.110955 3402 obj_retry.go:548] Creating *factory.egressIPPod kube-system/kube-apiserver-proxy-ip-10-0-1-9.ec2.internal took: 348ns I0310 19:26:18.110962 3402 factory.go:1366] Added *v1.Pod event handler 9 I0310 19:26:18.111194 3402 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:u0964085544}] I0310 19:26:18.111239 3402 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:u0964085544}]}}] Timeout: Where:[where column _uuid == {935e56e5-519c-483f-8471-7339fb01e931}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:18.111261 3402 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:0xc0096b4a80 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:u0964085544} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:policies Mutator:insert Value:{GoSet:[{GoUUID:u0964085544}]}}] Timeout: Where:[where column _uuid == {935e56e5-519c-483f-8471-7339fb01e931}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:18.111911 3402 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:u0964085545}] I0310 19:26:18.111955 3402 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:u0964085545}]}}] Timeout: Where:[where column _uuid == {935e56e5-519c-483f-8471-7339fb01e931}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:18.111978 3402 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:0xc0096b5720 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:u0964085545} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:policies Mutator:insert Value:{GoSet:[{GoUUID:u0964085545}]}}] Timeout: Where:[where column _uuid == {935e56e5-519c-483f-8471-7339fb01e931}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:18.112607 3402 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:u0964085546}] I0310 19:26:18.112661 3402 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:u0964085546}]}}] Timeout: Where:[where column _uuid == {935e56e5-519c-483f-8471-7339fb01e931}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:18.112679 3402 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:0xc0096de3a0 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:u0964085546} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:policies Mutator:insert Value:{GoSet:[{GoUUID:u0964085546}]}}] Timeout: Where:[where column _uuid == {935e56e5-519c-483f-8471-7339fb01e931}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:18.113302 3402 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:u0964085547}] I0310 19:26:18.113338 3402 address_set.go:303] New(u0964085547/default-network-controller:EgressIP:node-ips:v4:default/a712973235162149816) with [] I0310 19:26:18.113346 3402 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:u0964085547}] I0310 19:26:18.113714 3402 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:u0964085548}] I0310 19:26:18.113738 3402 address_set.go:303] New(u0964085548/default-network-controller:EgressIP:egressip-served-pods:v4:default/a8519615025667110816) with [] I0310 19:26:18.113755 3402 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:u0964085548}] I0310 19:26:18.114946 3402 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:u0964085549}] I0310 19:26:18.114976 3402 address_set.go:303] New(u0964085549/default-network-controller:EgressService:egresssvc-served-pods:v4/a13607449821398607916) with [] I0310 19:26:18.114984 3402 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:u0964085549}] I0310 19:26:18.115190 3402 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.UnitNew", Body:[]interface {}{"var-lib-containers-storage-overlay-28fb7284ce9ded3077378e0d5996b09f9417b4532ac3a1706337d368d8d83529.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2dcontainers_2dstorage_2doverlay_2d28fb7284ce9ded3077378e0d5996b09f9417b4532ac3a1706337d368d8d83529_2emount"}, Sequence:0x3} I0310 19:26:18.115230 3402 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.UnitNew", Body:[]interface {}{"var-lib-containers-storage-overlay.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2dcontainers_2dstorage_2doverlay_2emount"}, Sequence:0x4} I0310 19:26:18.115443 3402 obj_retry.go:509] Add event received for *factory.egressNode ip-10-0-0-193.ec2.internal I0310 19:26:18.115479 3402 obj_retry.go:509] Add event received for *factory.egressNode ip-10-0-1-9.ec2.internal I0310 19:26:18.115617 3402 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.UnitNew", Body:[]interface {}{"var-lib-containers-storage.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2dcontainers_2dstorage_2emount"}, Sequence:0x5} I0310 19:26:18.115667 3402 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.UnitNew", Body:[]interface {}{"var-lib-containers.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2dcontainers_2emount"}, Sequence:0x6} I0310 19:26:18.115685 3402 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.UnitNew", Body:[]interface {}{"var-lib.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2emount"}, Sequence:0x7} I0310 19:26:18.115689 3402 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 == {2417a4be-40c5-4842-8d86-fa95012f1ce7}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:18.115714 3402 transact.go:43] Configuring OVN: [{Op:update Table:Address_Set Row:map[addresses:{GoSet:[]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {2417a4be-40c5-4842-8d86-fa95012f1ce7}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:18.115696 3402 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/_2d_2emount", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Mount", map[string]dbus.Variant{"ControlPID":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0x0}, "GID":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0xffffffff}, "Options":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"ro,relatime,seclabel,lowerdir=/run/ostree/.private/cfsroot-lower::/sysroot/ostree/repo/objects,redirect_dir=on,metacopy=on"}, "Result":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}, "Type":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"overlay"}, "UID":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0xffffffff}, "What":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"composefs"}}, []string{"ExecMount", "ExecUnmount", "ExecRemount"}}, Sequence:0x8} I0310 19:26:18.115458 3402 obj_retry.go:509] Add event received for *factory.egressNode ip-10-0-2-240.ec2.internal I0310 19:26:18.115745 3402 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/_2d_2emount", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Unit", map[string]dbus.Variant{"ActivationDetails":dbus.Variant{sig:dbus.Signature{str:"a(ss)"}, value:[][]interface {}{}}, "ActiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}, "AssertResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:false}, "AssertTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:false}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"mounted"}}, []string{"Conditions", "Asserts"}}, Sequence:0x9} I0310 19:26:18.115943 3402 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/var_2emount", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Mount", map[string]dbus.Variant{"ControlPID":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0x0}, "GID":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0xffffffff}, "Options":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"rw,relatime,seclabel,attr2,inode64,logbufs=8,logbsize=32k,sunit=8,swidth=8,prjquota"}, "Result":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}, "Type":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"xfs"}, "UID":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0xffffffff}, "What":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"/dev/nvme0n1p4"}}, []string{"ExecMount", "ExecUnmount", "ExecRemount"}}, Sequence:0xa} I0310 19:26:18.115990 3402 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/var_2emount", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Unit", map[string]dbus.Variant{"ActivationDetails":dbus.Variant{sig:dbus.Signature{str:"a(ss)"}, value:[][]interface {}{}}, "ActiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cb07c1892d3}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6f1245}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}, "AssertResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "AssertTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cb07c183f0c}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6ebe7d}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cb07c183edf}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6ebe52}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cb07c187f2d}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6efe9e}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x74, 0x50, 0xc1, 0x6c, 0xc7, 0x52, 0x42, 0xa7, 0x80, 0xe, 0xf6, 0xa, 0x5a, 0xde, 0xb7, 0x3f}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cb07c1892d3}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6f1245}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"mounted"}}, []string{"Conditions", "Asserts"}}, Sequence:0xb} I0310 19:26:18.116057 3402 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/system_2eslice", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Unit", map[string]dbus.Variant{"ActivationDetails":dbus.Variant{sig:dbus.Signature{str:"a(ss)"}, value:[][]interface {}{}}, "ActiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cb07bc0a131}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1720a3}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}, "AssertResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:false}, "AssertTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:false}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cb07bc0a131}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1720a3}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cb07bc0a131}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1720a3}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0xc} I0310 19:26:18.116118 3402 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/systemd_2djournald_2esocket", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Socket", map[string]dbus.Variant{"ControlPID":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0x0}, "GID":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0xffffffff}, "Result":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}, "UID":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0xffffffff}}, []string{"ExecStartPre", "ExecStartPost", "ExecStopPre", "ExecStopPost"}}, Sequence:0xd} I0310 19:26:18.116201 3402 obj_retry.go:548] Creating *factory.egressNode ip-10-0-0-193.ec2.internal took: 709.022µs I0310 19:26:18.116334 3402 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:u0964085550}] I0310 19:26:18.116447 3402 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:u0964085550}]}}] Timeout: Where:[where column _uuid == {4d3dbbb3-8eab-4946-9375-b59315ca47e3}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:18.116333 3402 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/systemd_2djournald_2esocket", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Unit", map[string]dbus.Variant{"ActivationDetails":dbus.Variant{sig:dbus.Signature{str:"a(ss)"}, value:[][]interface {}{}}, "ActiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cb07bc2a83f}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1927b1}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}, "AssertResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "AssertTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cb07bc2a7e5}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x192757}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cb07bc2a7e4}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x192756}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cb07bc2a83f}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1927b1}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x17, 0xd6, 0xb7, 0xe1, 0xc6, 0x36, 0x4d, 0x20, 0xa9, 0x3c, 0x1e, 0xaf, 0x1c, 0x1c, 0xbf, 0xc6}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cb07c083479}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x5eb3eb}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0xe} I0310 19:26:18.116470 3402 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:u0964085550} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:qos_rules Mutator:insert Value:{GoSet:[{GoUUID:u0964085550}]}}] Timeout: Where:[where column _uuid == {4d3dbbb3-8eab-4946-9375-b59315ca47e3}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:18.116502 3402 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.UnitNew", Body:[]interface {}{"var-lib-containers-storage-overlay-28fb7284ce9ded3077378e0d5996b09f9417b4532ac3a1706337d368d8d83529-merged.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2dcontainers_2dstorage_2doverlay_2d28fb7284ce9ded3077378e0d5996b09f9417b4532ac3a1706337d368d8d83529_2dmerged_2emount"}, Sequence:0xf} I0310 19:26:18.116518 3402 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/umount_2etarget", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Unit", map[string]dbus.Variant{"ActivationDetails":dbus.Variant{sig:dbus.Signature{str:"a(ss)"}, value:[][]interface {}{}}, "ActiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"inactive"}, "AssertResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:false}, "AssertTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:false}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cb07c01607e}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x57dfef}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0x10} I0310 19:26:18.116578 3402 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/local_2dfs_2dpre_2etarget", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Unit", map[string]dbus.Variant{"ActivationDetails":dbus.Variant{sig:dbus.Signature{str:"a(ss)"}, value:[][]interface {}{}}, "ActiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cb07c1839ed}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6eb95f}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cb07be844f3}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3ec464}, "ActiveState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}, "AssertResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "AssertTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cb07c1839e8}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6eb95a}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cb07c1839e8}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6eb959}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cb07be844f3}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3ec464}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cb07c1839ed}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6eb95f}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xda, 0xe4, 0xed, 0x1, 0xee, 0x38, 0x4b, 0x44, 0x97, 0xbc, 0xfe, 0xb8, 0x67, 0xc8, 0x80, 0xe7}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cb07c1839ed}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6eb95f}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0x11} I0310 19:26:18.116663 3402 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/local_2dfs_2etarget", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Unit", map[string]dbus.Variant{"ActivationDetails":dbus.Variant{sig:dbus.Signature{str:"a(ss)"}, value:[][]interface {}{}}, "ActiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cb07c1b5a7a}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x71d9ec}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cb07be835eb}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3eb55d}, "ActiveState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}, "AssertResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "AssertTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cb07c1b5a73}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x71d9e5}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cb07c1b5a71}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x71d9e3}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cb07be835eb}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3eb55d}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cb07c1b5a7a}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x71d9ec}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x18, 0x8b, 0x88, 0xf7, 0xe4, 0xbc, 0x4c, 0xe2, 0xa0, 0x35, 0xb5, 0x56, 0x94, 0xd, 0x4b, 0x28}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cb07c1b5a7a}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x71d9ec}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0x12} I0310 19:26:18.116706 3402 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.UnitRemoved", Body:[]interface {}{"var-lib-containers-storage-overlay-28fb7284ce9ded3077378e0d5996b09f9417b4532ac3a1706337d368d8d83529.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2dcontainers_2dstorage_2doverlay_2d28fb7284ce9ded3077378e0d5996b09f9417b4532ac3a1706337d368d8d83529_2emount"}, Sequence:0x13} I0310 19:26:18.116808 3402 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.UnitRemoved", Body:[]interface {}{"var-lib-containers-storage-overlay.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2dcontainers_2dstorage_2doverlay_2emount"}, Sequence:0x14} I0310 19:26:18.116823 3402 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.UnitRemoved", Body:[]interface {}{"var-lib-containers-storage.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2dcontainers_2dstorage_2emount"}, Sequence:0x15} I0310 19:26:18.116886 3402 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.UnitRemoved", Body:[]interface {}{"var-lib-containers.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2dcontainers_2emount"}, Sequence:0x16} I0310 19:26:18.116957 3402 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.UnitRemoved", Body:[]interface {}{"var-lib.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2emount"}, Sequence:0x17} I0310 19:26:18.117114 3402 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 == {2417a4be-40c5-4842-8d86-fa95012f1ce7}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:18.117131 3402 transact.go:43] Configuring OVN: [{Op:update Table:Address_Set Row:map[addresses:{GoSet:[]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {2417a4be-40c5-4842-8d86-fa95012f1ce7}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:18.117513 3402 egressip.go:2084] Egress node: ip-10-0-1-9.ec2.internal about to be initialized I0310 19:26:18.117581 3402 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:u0964085551}] I0310 19:26:18.117631 3402 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:u0964085551}]}}] Timeout: Where:[where column _uuid == {935e56e5-519c-483f-8471-7339fb01e931}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:18.117667 3402 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 == {2417a4be-40c5-4842-8d86-fa95012f1ce7}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:18.117744 3402 transact.go:43] Configuring OVN: [{Op:update Table:Address_Set Row:map[addresses:{GoSet:[]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {2417a4be-40c5-4842-8d86-fa95012f1ce7}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:18.117690 3402 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:u0964085551} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u0964085551}]}}] Timeout: Where:[where column _uuid == {935e56e5-519c-483f-8471-7339fb01e931}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:18.118725 3402 obj_retry.go:548] Creating *factory.egressNode ip-10-0-1-9.ec2.internal took: 3.194806ms I0310 19:26:18.118760 3402 obj_retry.go:548] Creating *factory.egressNode ip-10-0-2-240.ec2.internal took: 2.964099ms I0310 19:26:18.118780 3402 factory.go:1366] Added *v1.Node event handler 10 I0310 19:26:18.118808 3402 factory.go:1366] Added *v1.EgressIP event handler 11 I0310 19:26:18.119026 3402 factory.go:1366] Added *v1.EgressFirewall event handler 12 I0310 19:26:18.119086 3402 controller.go:132] Adding controller ef_node_controller event handlers I0310 19:26:18.119173 3402 shared_informer.go:313] Waiting for caches to sync for ef_node_controller I0310 19:26:18.119187 3402 shared_informer.go:320] Caches are synced for ef_node_controller I0310 19:26:18.119200 3402 controller.go:156] Starting controller ef_node_controller with 1 workers I0310 19:26:18.119214 3402 egressqos.go:193] Setting up event handlers for EgressQoS I0310 19:26:18.119452 3402 egressqos.go:245] Starting EgressQoS Controller I0310 19:26:18.119469 3402 shared_informer.go:313] Waiting for caches to sync for egressqosnodes I0310 19:26:18.119477 3402 shared_informer.go:320] Caches are synced for egressqosnodes I0310 19:26:18.119484 3402 shared_informer.go:313] Waiting for caches to sync for egressqospods I0310 19:26:18.119489 3402 shared_informer.go:320] Caches are synced for egressqospods I0310 19:26:18.119495 3402 shared_informer.go:313] Waiting for caches to sync for egressqos I0310 19:26:18.119499 3402 shared_informer.go:320] Caches are synced for egressqos I0310 19:26:18.119505 3402 egressqos.go:259] Repairing EgressQoSes I0310 19:26:18.119512 3402 egressqos.go:399] Starting repairing loop for egressqos I0310 19:26:18.119638 3402 egressqos.go:401] Finished repairing loop for egressqos: 126.912µs I0310 19:26:18.119708 3402 egressqos.go:1007] Processing sync for EgressQoS node ip-10-0-1-9.ec2.internal I0310 19:26:18.119719 3402 egressqos.go:1022] EgressQoS ip-10-0-1-9.ec2.internal node retrieved from lister: &Node{ObjectMeta:{ip-10-0-1-9.ec2.internal 41589e8a-63c3-4d9c-ba4e-98821e720f6d 9420 0 2026-03-10 19:25:51 +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-018f8b4b31-workers-1 kubernetes.io/arch:amd64 kubernetes.io/hostname:ip-10-0-1-9.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-03e2862b4b4f2a5dc","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:2ov1rmga1lmertbm3075pr3fjmubsbm3 cluster.x-k8s.io/cluster-namespace:ocm-production-2ov1rmga1lmertbm3075pr3fjmubsbm3-kx-018f8b4b31 cluster.x-k8s.io/labels-from-machine: cluster.x-k8s.io/machine:kx-018f8b4b31-workers-1-brdrs-62vw7 cluster.x-k8s.io/owner-kind:MachineSet cluster.x-k8s.io/owner-name:kx-018f8b4b31-workers-1-brdrs csi.volume.kubernetes.io/nodeid:{"ebs.csi.aws.com":"i-0267eb03bcced899e"} 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-9.ec2.internal","mac-address":"0a:ff:d5:f8:46:0d","ip-addresses":["10.0.1.9/24"],"ip-address":"10.0.1.9/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:ee5f6ed5-5b40-42da-b48f-608cc5f657f6 k8s.ovn.org/node-encap-ips:["10.0.1.9"] 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.9/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-9.ec2.internal volumes.kubernetes.io/controller-managed-attach-detach:true] [] [] []},Spec:NodeSpec{PodCIDR:,DoNotUseExternalID:,ProviderID:aws:///us-east-1d/i-0267eb03bcced899e,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-10 19:26:01 +0000 UTC,LastTransitionTime:2026-03-10 19:25:51 +0000 UTC,Reason:KubeletHasSufficientMemory,Message:kubelet has sufficient memory available,},NodeCondition{Type:DiskPressure,Status:False,LastHeartbeatTime:2026-03-10 19:26:01 +0000 UTC,LastTransitionTime:2026-03-10 19:25:51 +0000 UTC,Reason:KubeletHasNoDiskPressure,Message:kubelet has no disk pressure,},NodeCondition{Type:PIDPressure,Status:False,LastHeartbeatTime:2026-03-10 19:26:01 +0000 UTC,LastTransitionTime:2026-03-10 19:25:51 +0000 UTC,Reason:KubeletHasSufficientPID,Message:kubelet has sufficient PID available,},NodeCondition{Type:Ready,Status:False,LastHeartbeatTime:2026-03-10 19:26:01 +0000 UTC,LastTransitionTime:2026-03-10 19:25:51 +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.9,},NodeAddress{Type:InternalDNS,Address:ip-10-0-1-9.ec2.internal,},NodeAddress{Type:Hostname,Address:ip-10-0-1-9.ec2.internal,},},DaemonEndpoints:NodeDaemonEndpoints{KubeletEndpoint:DaemonEndpoint{Port:10250,},},NodeInfo:NodeSystemInfo{MachineID:ec219469c04ca152e17a6aa7d6b1e761,SystemUUID:ec219469-c04c-a152-e17a-6aa7d6b1e761,BootID:1a970d7e-f814-428f-a748-7cacabd82881,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:crun,Features:&NodeRuntimeHandlerFeatures{RecursiveReadOnlyMounts:*true,UserNamespaces:*true,},},NodeRuntimeHandler{Name:,Features:&NodeRuntimeHandlerFeatures{RecursiveReadOnlyMounts:*true,UserNamespaces:*true,},},NodeRuntimeHandler{Name:runc,Features:&NodeRuntimeHandlerFeatures{RecursiveReadOnlyMounts:*true,UserNamespaces:*true,},},},Features:nil,},} I0310 19:26:18.119963 3402 egressqos.go:1010] Finished syncing EgressQoS node ip-10-0-1-9.ec2.internal : 256.204µs I0310 19:26:18.120122 3402 egressservice_zone.go:132] Setting up event handlers for Egress Services I0310 19:26:18.120344 3402 egressservice_zone_endpointslice.go:81] Ignoring updating openshift-dns/dns-default for endpointslice openshift-dns/dns-default-69n44 as it is not a known egress service I0310 19:26:18.120360 3402 egressservice_zone_endpointslice.go:81] Ignoring updating openshift-machine-config-operator/machine-config-controller for endpointslice openshift-machine-config-operator/machine-config-controller-ptcl8 as it is not a known egress service I0310 19:26:18.120369 3402 egressservice_zone_endpointslice.go:81] Ignoring updating openshift-machine-config-operator/machine-config-operator for endpointslice openshift-machine-config-operator/machine-config-operator-v49xf as it is not a known egress service I0310 19:26:18.120376 3402 egressservice_zone_endpointslice.go:81] Ignoring updating default/kubernetes for endpointslice default/kubernetes as it is not a known egress service I0310 19:26:18.120410 3402 egressservice_zone_endpointslice.go:81] Ignoring updating default/packageserver for endpointslice default/packageserver-wrjcn as it is not a known egress service I0310 19:26:18.120423 3402 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-zw6ph as it is not a known egress service I0310 19:26:18.120429 3402 egressservice_zone_endpointslice.go:81] Ignoring updating openshift-ingress-canary/ingress-canary for endpointslice openshift-ingress-canary/ingress-canary-r8s6c as it is not a known egress service I0310 19:26:18.120435 3402 egressservice_zone.go:210] Starting Egress Services Controller I0310 19:26:18.120437 3402 egressservice_zone_endpointslice.go:81] Ignoring updating openshift-ingress-operator/metrics for endpointslice openshift-ingress-operator/metrics-zgh46 as it is not a known egress service I0310 19:26:18.120442 3402 shared_informer.go:313] Waiting for caches to sync for egressservices I0310 19:26:18.120443 3402 egressservice_zone_endpointslice.go:81] Ignoring updating openshift-ingress/router-default for endpointslice openshift-ingress/router-default-zxpdn as it is not a known egress service I0310 19:26:18.120446 3402 shared_informer.go:320] Caches are synced for egressservices I0310 19:26:18.120450 3402 egressservice_zone_endpointslice.go:81] Ignoring updating openshift-ingress/router-internal-default for endpointslice openshift-ingress/router-internal-default-bjpkl as it is not a known egress service I0310 19:26:18.120452 3402 shared_informer.go:313] Waiting for caches to sync for egressservices_services I0310 19:26:18.120456 3402 shared_informer.go:320] Caches are synced for egressservices_services I0310 19:26:18.120457 3402 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-x8qzb as it is not a known egress service I0310 19:26:18.120461 3402 shared_informer.go:313] Waiting for caches to sync for egressservices_endpointslices I0310 19:26:18.120464 3402 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-j7z5d as it is not a known egress service I0310 19:26:18.120465 3402 shared_informer.go:320] Caches are synced for egressservices_endpointslices I0310 19:26:18.120475 3402 egressservice_zone_endpointslice.go:81] Ignoring updating openshift-config-operator/metrics for endpointslice openshift-config-operator/metrics-95v6k as it is not a known egress service I0310 19:26:18.120478 3402 shared_informer.go:313] Waiting for caches to sync for egressservices_nodes I0310 19:26:18.120490 3402 shared_informer.go:320] Caches are synced for egressservices_nodes I0310 19:26:18.120496 3402 egressservice_zone.go:228] Repairing Egress Services I0310 19:26:18.120483 3402 egressservice_zone_endpointslice.go:81] Ignoring updating openshift-apiserver/check-endpoints for endpointslice openshift-apiserver/check-endpoints-px467 as it is not a known egress service I0310 19:26:18.120508 3402 egressservice_zone_endpointslice.go:81] Ignoring updating openshift-service-ca-operator/metrics for endpointslice openshift-service-ca-operator/metrics-nf5f7 as it is not a known egress service I0310 19:26:18.120517 3402 egressservice_zone_endpointslice.go:81] Ignoring updating openshift-kube-controller-manager-operator/metrics for endpointslice openshift-kube-controller-manager-operator/metrics-sd84n as it is not a known egress service I0310 19:26:18.120523 3402 egressservice_zone_endpointslice.go:81] Ignoring updating openshift-network-diagnostics/network-check-target for endpointslice openshift-network-diagnostics/network-check-target-4bxpz as it is not a known egress service I0310 19:26:18.120530 3402 egressservice_zone_endpointslice.go:81] Ignoring updating openshift-cloud-credential-operator/cco-metrics for endpointslice openshift-cloud-credential-operator/cco-metrics-z7wd7 as it is not a known egress service I0310 19:26:18.120537 3402 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-tcw6s as it is not a known egress service I0310 19:26:18.120545 3402 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-d29w4 as it is not a known egress service I0310 19:26:18.120553 3402 egressservice_zone_endpointslice.go:81] Ignoring updating openshift-dns-operator/metrics for endpointslice openshift-dns-operator/metrics-mtd86 as it is not a known egress service I0310 19:26:18.120729 3402 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 == {abce4d91-ee0d-4a70-8352-160c74cd3378}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:18.120750 3402 transact.go:43] Configuring OVN: [{Op:update Table:Address_Set Row:map[addresses:{GoSet:[]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {abce4d91-ee0d-4a70-8352-160c74cd3378}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:18.120922 3402 master_controller.go:88] Starting Admin Policy Based Route Controller I0310 19:26:18.120933 3402 external_controller.go:277] Starting Admin Policy Based Route Controller I0310 19:26:18.120933 3402 egressservice_zone_endpointslice.go:81] Ignoring updating openshift-image-registry/image-registry for endpointslice openshift-image-registry/image-registry-8xjtq as it is not a known egress service I0310 19:26:18.120944 3402 egressservice_zone_endpointslice.go:81] Ignoring updating openshift-network-console/networking-console-plugin for endpointslice openshift-network-console/networking-console-plugin-kfw68 as it is not a known egress service I0310 19:26:18.120953 3402 egressservice_zone_endpointslice.go:81] Ignoring updating openshift-insights/metrics for endpointslice openshift-insights/metrics-8vgqc as it is not a known egress service I0310 19:26:18.120959 3402 egressservice_zone_endpointslice.go:81] Ignoring updating openshift-kube-storage-version-migrator-operator/metrics for endpointslice openshift-kube-storage-version-migrator-operator/metrics-s7sf5 as it is not a known egress service I0310 19:26:18.120969 3402 egressservice_zone_node.go:110] Processing sync for Egress Service node ip-10-0-1-9.ec2.internal I0310 19:26:18.120982 3402 egressservice_zone_node.go:113] Finished syncing Egress Service node ip-10-0-1-9.ec2.internal: 16.243µs I0310 19:26:18.120992 3402 egressservice_zone_node.go:110] Processing sync for Egress Service node ip-10-0-2-240.ec2.internal I0310 19:26:18.120996 3402 egressservice_zone_node.go:113] Finished syncing Egress Service node ip-10-0-2-240.ec2.internal: 4.709µs I0310 19:26:18.121001 3402 egressservice_zone_node.go:110] Processing sync for Egress Service node ip-10-0-0-193.ec2.internal I0310 19:26:18.121004 3402 egressservice_zone_node.go:113] Finished syncing Egress Service node ip-10-0-0-193.ec2.internal: 3.424µs I0310 19:26:18.121009 3402 egressservice_zone_endpointslice.go:81] Ignoring updating openshift-machine-config-operator/machine-config-daemon for endpointslice openshift-machine-config-operator/machine-config-daemon-r2stw as it is not a known egress service I0310 19:26:18.121015 3402 egressservice_zone_endpointslice.go:81] Ignoring updating default/openshift-apiserver for endpointslice default/openshift-apiserver-9fxhv as it is not a known egress service I0310 19:26:18.121022 3402 egressservice_zone_endpointslice.go:81] Ignoring updating default/openshift-oauth-apiserver for endpointslice default/openshift-oauth-apiserver-4xk65 as it is not a known egress service I0310 19:26:18.121026 3402 egressservice_zone_endpointslice.go:81] Ignoring updating openshift-console-operator/metrics for endpointslice openshift-console-operator/metrics-dzs74 as it is not a known egress service I0310 19:26:18.121031 3402 egressservice_zone_endpointslice.go:81] Ignoring updating openshift-apiserver-operator/metrics for endpointslice openshift-apiserver-operator/metrics-7sxxc as it is not a known egress service I0310 19:26:18.121036 3402 egressservice_zone_endpointslice.go:81] Ignoring updating openshift-authentication-operator/metrics for endpointslice openshift-authentication-operator/metrics-2vtzd as it is not a known egress service I0310 19:26:18.121043 3402 egressservice_zone_endpointslice.go:81] Ignoring updating openshift-cluster-version/cluster-version-operator for endpointslice openshift-cluster-version/cluster-version-operator-swv89 as it is not a known egress service I0310 19:26:18.121108 3402 default_network_controller.go:563] Completing all the Watchers took 333.036058ms I0310 19:26:18.121161 3402 default_network_controller.go:567] Starting unidling controllers I0310 19:26:18.121175 3402 unidle.go:46] Registering OVN SB ControllerEvent handler I0310 19:26:18.121182 3402 unidle.go:63] Populating Initial ContollerEvent events I0310 19:26:18.121188 3402 external_controller_pod.go:22] APB queuing policies: map[] for pod: openshift-multus/multus-5fsfg I0310 19:26:18.121198 3402 unidle.go:79] Setting up event handlers for services I0310 19:26:18.121198 3402 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-image-registry I0310 19:26:18.121206 3402 external_controller_pod.go:22] APB queuing policies: map[] for pod: openshift-multus/multus-additional-cni-plugins-xm69m I0310 19:26:18.121210 3402 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-network-diagnostics I0310 19:26:18.121216 3402 external_controller_pod.go:22] APB queuing policies: map[] for pod: openshift-network-operator/iptables-alerter-jwfdn I0310 19:26:18.121218 3402 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-operators-redhat I0310 19:26:18.121223 3402 external_controller_pod.go:22] APB queuing policies: map[] for pod: kube-system/konnectivity-agent-9tglw I0310 19:26:18.121226 3402 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-user-workload-monitoring I0310 19:26:18.121230 3402 external_controller_pod.go:22] APB queuing policies: map[] for pod: kube-system/kube-apiserver-proxy-ip-10-0-2-240.ec2.internal I0310 19:26:18.121233 3402 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-backplane-managed-scripts I0310 19:26:18.121238 3402 external_controller_pod.go:22] APB queuing policies: map[] for pod: openshift-multus/multus-n8pwj I0310 19:26:18.121239 3402 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-cluster-version I0310 19:26:18.121245 3402 external_controller_pod.go:22] APB queuing policies: map[] for pod: openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-193.ec2.internal I0310 19:26:18.121247 3402 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-console-operator I0310 19:26:18.121252 3402 external_controller_pod.go:22] APB queuing policies: map[] for pod: kube-system/konnectivity-agent-cnkfb I0310 19:26:18.121254 3402 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-logging I0310 19:26:18.121260 3402 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-network-console I0310 19:26:18.121260 3402 external_controller_pod.go:22] APB queuing policies: map[] for pod: kube-system/kube-apiserver-proxy-ip-10-0-1-9.ec2.internal I0310 19:26:18.121266 3402 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: kube-public I0310 19:26:18.121270 3402 external_controller_pod.go:22] APB queuing policies: map[] for pod: openshift-cluster-node-tuning-operator/tuned-vc7k9 I0310 19:26:18.121272 3402 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-config-operator I0310 19:26:18.121277 3402 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-dns-operator I0310 19:26:18.121279 3402 external_controller_pod.go:22] APB queuing policies: map[] for pod: openshift-dns/node-resolver-b48xs I0310 19:26:18.121283 3402 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-backplane-mcs-tier-two I0310 19:26:18.121287 3402 external_controller_pod.go:22] APB queuing policies: map[] for pod: openshift-network-operator/iptables-alerter-qxvbn I0310 19:26:18.121289 3402 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-cloud-credential-operator I0310 19:26:18.121294 3402 external_controller_pod.go:22] APB queuing policies: map[] for pod: openshift-ovn-kubernetes/ovnkube-node-nvwms I0310 19:26:18.121295 3402 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-must-gather-operator I0310 19:26:18.121301 3402 external_controller_pod.go:22] APB queuing policies: map[] for pod: kube-system/kube-apiserver-proxy-ip-10-0-0-193.ec2.internal I0310 19:26:18.121302 3402 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: kube-node-lease I0310 19:26:18.121308 3402 external_controller_pod.go:22] APB queuing policies: map[] for pod: openshift-cluster-node-tuning-operator/tuned-x48qs I0310 19:26:18.121309 3402 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-authentication-operator I0310 19:26:18.121314 3402 external_controller_pod.go:22] APB queuing policies: map[] for pod: openshift-dns/node-resolver-2q4w6 I0310 19:26:18.121315 3402 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-config-managed I0310 19:26:18.121321 3402 external_controller_pod.go:22] APB queuing policies: map[] for pod: openshift-image-registry/node-ca-vl274 I0310 19:26:18.121322 3402 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-backplane I0310 19:26:18.121328 3402 external_controller_pod.go:22] APB queuing policies: map[] for pod: openshift-multus/multus-additional-cni-plugins-qgltq I0310 19:26:18.121329 3402 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-console-user-settings I0310 19:26:18.121334 3402 external_controller_pod.go:22] APB queuing policies: map[] for pod: openshift-image-registry/node-ca-d46s4 I0310 19:26:18.121335 3402 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-customer-monitoring I0310 19:26:18.121341 3402 external_controller_pod.go:22] APB queuing policies: map[] for pod: openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-9.ec2.internal I0310 19:26:18.121342 3402 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-deployment-validation-operator I0310 19:26:18.121347 3402 external_controller_pod.go:22] APB queuing policies: map[] for pod: openshift-ovn-kubernetes/ovnkube-node-89cwp I0310 19:26:18.121348 3402 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-ingress-canary I0310 19:26:18.121354 3402 external_controller_pod.go:22] APB queuing policies: map[] for pod: kube-system/konnectivity-agent-rqgtq I0310 19:26:18.121355 3402 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: dedicated-admin I0310 19:26:18.121360 3402 external_controller_pod.go:22] APB queuing policies: map[] for pod: openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-5zp82 I0310 19:26:18.121362 3402 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: default I0310 19:26:18.121367 3402 external_controller_pod.go:22] APB queuing policies: map[] for pod: openshift-cluster-node-tuning-operator/tuned-97854 I0310 19:26:18.121368 3402 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: open-cluster-management-agent-addon I0310 19:26:18.121374 3402 external_controller_pod.go:22] APB queuing policies: map[] for pod: openshift-dns/node-resolver-pn6zc I0310 19:26:18.121375 3402 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-operator-lifecycle-manager I0310 19:26:18.121380 3402 external_controller_pod.go:22] APB queuing policies: map[] for pod: openshift-multus/multus-sv7dd I0310 19:26:18.121382 3402 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-ovn-kubernetes I0310 19:26:18.121387 3402 external_controller_pod.go:22] APB queuing policies: map[] for pod: openshift-ovn-kubernetes/ovnkube-node-r6mcz I0310 19:26:18.121388 3402 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-service-ca-operator I0310 19:26:18.121393 3402 external_controller_pod.go:22] APB queuing policies: map[] for pod: openshift-network-operator/iptables-alerter-rxcb4 I0310 19:26:18.121395 3402 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-kube-scheduler-operator I0310 19:26:18.121400 3402 external_controller_pod.go:22] APB queuing policies: map[] for pod: openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-4ndqb I0310 19:26:18.121401 3402 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-authentication I0310 19:26:18.121406 3402 external_controller_pod.go:22] APB queuing policies: map[] for pod: openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-xt77s I0310 19:26:18.121408 3402 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-cluster-storage-operator I0310 19:26:18.121413 3402 external_controller_pod.go:22] APB queuing policies: map[] for pod: openshift-image-registry/node-ca-54vjn I0310 19:26:18.121414 3402 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-infra I0310 19:26:18.121421 3402 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift I0310 19:26:18.121426 3402 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-cluster-machine-approver I0310 19:26:18.121420 3402 external_controller_pod.go:22] APB queuing policies: map[] for pod: openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-2-240.ec2.internal I0310 19:26:18.121432 3402 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-kube-storage-version-migrator-operator I0310 19:26:18.121438 3402 external_controller_pod.go:22] APB queuing policies: map[] for pod: openshift-multus/multus-additional-cni-plugins-7xmfr I0310 19:26:18.121440 3402 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-cluster-samples-operator I0310 19:26:18.121446 3402 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-network-node-identity I0310 19:26:18.121451 3402 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-route-controller-manager I0310 19:26:18.121456 3402 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-multus I0310 19:26:18.121461 3402 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-apiserver-operator I0310 19:26:18.121466 3402 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-backplane-csm I0310 19:26:18.121471 3402 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-backplane-lpsre I0310 19:26:18.121476 3402 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-backplane-srep I0310 19:26:18.121481 3402 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-backplane-srep-ro I0310 19:26:18.121486 3402 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-cluster-csi-drivers I0310 19:26:18.121491 3402 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-etcd I0310 19:26:18.121497 3402 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-insights I0310 19:26:18.121502 3402 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: kube-system I0310 19:26:18.121507 3402 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-backplane-cse I0310 19:26:18.121512 3402 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-backplane-mobb I0310 19:26:18.121517 3402 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-monitoring I0310 19:26:18.121522 3402 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-ingress-operator I0310 19:26:18.121528 3402 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-kube-apiserver I0310 19:26:18.121533 3402 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-kube-apiserver-operator I0310 19:26:18.121538 3402 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-kube-controller-manager-operator I0310 19:26:18.121543 3402 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-kube-scheduler I0310 19:26:18.121548 3402 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: open-cluster-management-2ov1rmga1lmertbm3075pr3fjmubsbm3 I0310 19:26:18.121553 3402 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-cloud-controller-manager I0310 19:26:18.121559 3402 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-cluster-node-tuning-operator I0310 19:26:18.121564 3402 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-machine-api I0310 19:26:18.121569 3402 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-marketplace I0310 19:26:18.121575 3402 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-operators I0310 19:26:18.121580 3402 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-kube-controller-manager I0310 19:26:18.121585 3402 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-package-operator I0310 19:26:18.121591 3402 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-config I0310 19:26:18.121595 3402 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-controller-manager-operator I0310 19:26:18.121602 3402 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-ingress I0310 19:26:18.121607 3402 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-node I0310 19:26:18.121614 3402 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-apiserver I0310 19:26:18.121619 3402 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-console I0310 19:26:18.121624 3402 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-dns I0310 19:26:18.121629 3402 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-backplane-tam I0310 19:26:18.121634 3402 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-host-network I0310 19:26:18.121638 3402 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-machine-config-operator I0310 19:26:18.121641 3402 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-network-operator I0310 19:26:18.121645 3402 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-backplane-cee I0310 19:26:18.121648 3402 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-cloud-network-config-controller I0310 19:26:18.121651 3402 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-controller-manager I0310 19:26:18.171184 3402 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.UnitNew", Body:[]interface {}{"crio-conmon-289ee9ed6ecc45d6aaf2e765c9d53976850f2ebbcdc461d5a22093d4b5cff825.scope", "/org/freedesktop/systemd1/unit/crio_2dconmon_2d289ee9ed6ecc45d6aaf2e765c9d53976850f2ebbcdc461d5a22093d4b5cff825_2escope"}, Sequence:0x18} I0310 19:26:18.171219 3402 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.JobNew", Body:[]interface {}{0x3cc, "/org/freedesktop/systemd1/job/972", "crio-conmon-289ee9ed6ecc45d6aaf2e765c9d53976850f2ebbcdc461d5a22093d4b5cff825.scope"}, Sequence:0x19} I0310 19:26:18.171407 3402 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/kubepods_2dburstable_2dpod23e3b034_5fa308_5f4d45_5fb101_5fe67f812715e4_2eslice", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Unit", map[string]dbus.Variant{"ActivationDetails":dbus.Variant{sig:dbus.Signature{str:"a(ss)"}, value:[][]interface {}{}}, "ActiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cb07cdc1d4a}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x11da928}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}, "AssertResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "AssertTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cb07cdc1a50}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x11da62e}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cb07cdc1a4e}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x11da62c}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cb07cdc1d4a}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x11da928}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x34, 0xcb, 0x8c, 0xb8, 0x72, 0xf6, 0x4d, 0xcf, 0x96, 0x6c, 0x9, 0xcb, 0x10, 0x80, 0xee, 0x36}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cb07cdc1d4a}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x11da928}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0x1a} I0310 19:26:18.171476 3402 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2eservice", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Service", map[string]dbus.Variant{"CleanResult":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}, "ControlPID":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0x0}, "ExecMainCode":dbus.Variant{sig:dbus.Signature{str:"i"}, value:0}, "ExecMainExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ExecMainExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ExecMainPID":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0x9e4}, "ExecMainStartTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cb07ca7ee51}, "ExecMainStartTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0xe97a2f}, "ExecMainStatus":dbus.Variant{sig:dbus.Signature{str:"i"}, value:0}, "GID":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0xffffffff}, "MainPID":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0x9e4}, "NRestarts":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0x0}, "ReloadResult":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}, "Result":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}, "StatusErrno":dbus.Variant{sig:dbus.Signature{str:"i"}, value:0}, "StatusText":dbus.Variant{sig:dbus.Signature{str:"s"}, value:""}, "UID":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0xffffffff}}, []string{"ExecCondition", "ExecConditionEx", "ExecStartPre", "ExecStartPreEx", "ExecStart", "ExecStartEx", "ExecStartPost", "ExecStartPostEx", "ExecReload", "ExecReloadEx", "ExecStop", "ExecStopEx", "ExecStopPost", "ExecStopPostEx"}}, Sequence:0x1b} I0310 19:26:18.171524 3402 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2eservice", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Unit", map[string]dbus.Variant{"ActivationDetails":dbus.Variant{sig:dbus.Signature{str:"a(ss)"}, value:[][]interface {}{}}, "ActiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cb07cb33127}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0xf4bd04}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}, "AssertResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "AssertTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cb07ca7c204}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0xe94de2}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cb07ca7c202}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0xe94de1}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cb07ca7ef23}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0xe97b01}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x79, 0xc0, 0xea, 0x72, 0x9d, 0xf3, 0x43, 0xaa, 0x9f, 0xbb, 0x66, 0x72, 0xed, 0xb3, 0x98, 0x86}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cb07cb33127}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0xf4bd04}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x1c} I0310 19:26:18.185415 3402 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2d289ee9ed6ecc45d6aaf2e765c9d53976850f2ebbcdc461d5a22093d4b5cff825_2escope", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Scope", map[string]dbus.Variant{"Controller":dbus.Variant{sig:dbus.Signature{str:"s"}, value:""}, "Result":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}}, []string{}}, Sequence:0x1d} I0310 19:26:18.185459 3402 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2d289ee9ed6ecc45d6aaf2e765c9d53976850f2ebbcdc461d5a22093d4b5cff825_2escope", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Unit", map[string]dbus.Variant{"ActivationDetails":dbus.Variant{sig:dbus.Signature{str:"a(ss)"}, value:[][]interface {}{}}, "ActiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"inactive"}, "AssertResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "AssertTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cb07e5be7c0}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x29d739e}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cb07e5be7be}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x29d739c}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x61, 0x95, 0xc, 0x97, 0x32, 0xa1, 0x4d, 0xc1, 0xb0, 0x5, 0x7, 0x72, 0x80, 0x9, 0x62, 0x4e}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x3cc, "/org/freedesktop/systemd1/job/972"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0x1e} I0310 19:26:18.185529 3402 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2d289ee9ed6ecc45d6aaf2e765c9d53976850f2ebbcdc461d5a22093d4b5cff825_2escope", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Scope", map[string]dbus.Variant{"Controller":dbus.Variant{sig:dbus.Signature{str:"s"}, value:""}, "Result":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}}, []string{}}, Sequence:0x1f} I0310 19:26:18.185671 3402 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2d289ee9ed6ecc45d6aaf2e765c9d53976850f2ebbcdc461d5a22093d4b5cff825_2escope", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Unit", map[string]dbus.Variant{"ActivationDetails":dbus.Variant{sig:dbus.Signature{str:"a(ss)"}, value:[][]interface {}{}}, "ActiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cb07e5c1e52}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x29daa30}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}, "AssertResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "AssertTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cb07e5be7c0}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x29d739e}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cb07e5be7be}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x29d739c}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cb07e5c1e52}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x29daa30}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x61, 0x95, 0xc, 0x97, 0x32, 0xa1, 0x4d, 0xc1, 0xb0, 0x5, 0x7, 0x72, 0x80, 0x9, 0x62, 0x4e}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x3cc, "/org/freedesktop/systemd1/job/972"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cb07e5c1e52}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x29daa30}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x20} I0310 19:26:18.185764 3402 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.JobRemoved", Body:[]interface {}{0x3cc, "/org/freedesktop/systemd1/job/972", "crio-conmon-289ee9ed6ecc45d6aaf2e765c9d53976850f2ebbcdc461d5a22093d4b5cff825.scope", "done"}, Sequence:0x21} I0310 19:26:18.185778 3402 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2d289ee9ed6ecc45d6aaf2e765c9d53976850f2ebbcdc461d5a22093d4b5cff825_2escope", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Scope", map[string]dbus.Variant{"Controller":dbus.Variant{sig:dbus.Signature{str:"s"}, value:""}, "Result":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}}, []string{}}, Sequence:0x22} I0310 19:26:18.185819 3402 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2d289ee9ed6ecc45d6aaf2e765c9d53976850f2ebbcdc461d5a22093d4b5cff825_2escope", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Unit", map[string]dbus.Variant{"ActivationDetails":dbus.Variant{sig:dbus.Signature{str:"a(ss)"}, value:[][]interface {}{}}, "ActiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cb07e5c1e52}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x29daa30}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}, "AssertResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "AssertTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cb07e5be7c0}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x29d739e}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cb07e5be7be}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x29d739c}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cb07e5c1e52}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x29daa30}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x61, 0x95, 0xc, 0x97, 0x32, 0xa1, 0x4d, 0xc1, 0xb0, 0x5, 0x7, 0x72, 0x80, 0x9, 0x62, 0x4e}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cb07e5c1e52}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x29daa30}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x23} I0310 19:26:18.190362 3402 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.UnitNew", Body:[]interface {}{"crio-289ee9ed6ecc45d6aaf2e765c9d53976850f2ebbcdc461d5a22093d4b5cff825.scope", "/org/freedesktop/systemd1/unit/crio_2d289ee9ed6ecc45d6aaf2e765c9d53976850f2ebbcdc461d5a22093d4b5cff825_2escope"}, Sequence:0x24} I0310 19:26:18.190389 3402 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.JobNew", Body:[]interface {}{0x3d2, "/org/freedesktop/systemd1/job/978", "crio-289ee9ed6ecc45d6aaf2e765c9d53976850f2ebbcdc461d5a22093d4b5cff825.scope"}, Sequence:0x25} I0310 19:26:18.190516 3402 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/shutdown_2etarget", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Unit", map[string]dbus.Variant{"ActivationDetails":dbus.Variant{sig:dbus.Signature{str:"a(ss)"}, value:[][]interface {}{}}, "ActiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"inactive"}, "AssertResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:false}, "AssertTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:false}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cb07c016d85}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x57ecf6}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0x26} I0310 19:26:18.190584 3402 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2eservice", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Service", map[string]dbus.Variant{"CleanResult":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}, "ControlPID":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0x0}, "ExecMainCode":dbus.Variant{sig:dbus.Signature{str:"i"}, value:0}, "ExecMainExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ExecMainExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ExecMainPID":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0x9e4}, "ExecMainStartTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cb07ca7ee51}, "ExecMainStartTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0xe97a2f}, "ExecMainStatus":dbus.Variant{sig:dbus.Signature{str:"i"}, value:0}, "GID":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0xffffffff}, "MainPID":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0x9e4}, "NRestarts":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0x0}, "ReloadResult":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}, "Result":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}, "StatusErrno":dbus.Variant{sig:dbus.Signature{str:"i"}, value:0}, "StatusText":dbus.Variant{sig:dbus.Signature{str:"s"}, value:""}, "UID":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0xffffffff}}, []string{"ExecCondition", "ExecConditionEx", "ExecStartPre", "ExecStartPreEx", "ExecStart", "ExecStartEx", "ExecStartPost", "ExecStartPostEx", "ExecReload", "ExecReloadEx", "ExecStop", "ExecStopEx", "ExecStopPost", "ExecStopPostEx"}}, Sequence:0x27} I0310 19:26:18.190676 3402 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2eservice", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Unit", map[string]dbus.Variant{"ActivationDetails":dbus.Variant{sig:dbus.Signature{str:"a(ss)"}, value:[][]interface {}{}}, "ActiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cb07cb33127}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0xf4bd04}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}, "AssertResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "AssertTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cb07ca7c204}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0xe94de2}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cb07ca7c202}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0xe94de1}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cb07ca7ef23}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0xe97b01}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x79, 0xc0, 0xea, 0x72, 0x9d, 0xf3, 0x43, 0xaa, 0x9f, 0xbb, 0x66, 0x72, 0xed, 0xb3, 0x98, 0x86}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cb07cb33127}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0xf4bd04}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x28} I0310 19:26:18.190791 3402 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/kubepods_2dburstable_2dpod23e3b034_5fa308_5f4d45_5fb101_5fe67f812715e4_2eslice", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Unit", map[string]dbus.Variant{"ActivationDetails":dbus.Variant{sig:dbus.Signature{str:"a(ss)"}, value:[][]interface {}{}}, "ActiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cb07cdc1d4a}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x11da928}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}, "AssertResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "AssertTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cb07cdc1a50}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x11da62e}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cb07cdc1a4e}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x11da62c}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cb07cdc1d4a}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x11da928}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x34, 0xcb, 0x8c, 0xb8, 0x72, 0xf6, 0x4d, 0xcf, 0x96, 0x6c, 0x9, 0xcb, 0x10, 0x80, 0xee, 0x36}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cb07cdc1d4a}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x11da928}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0x29} I0310 19:26:18.192050 3402 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2d289ee9ed6ecc45d6aaf2e765c9d53976850f2ebbcdc461d5a22093d4b5cff825_2escope", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Scope", map[string]dbus.Variant{"Controller":dbus.Variant{sig:dbus.Signature{str:"s"}, value:""}, "Result":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}}, []string{}}, Sequence:0x2a} I0310 19:26:18.192134 3402 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2d289ee9ed6ecc45d6aaf2e765c9d53976850f2ebbcdc461d5a22093d4b5cff825_2escope", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Unit", map[string]dbus.Variant{"ActivationDetails":dbus.Variant{sig:dbus.Signature{str:"a(ss)"}, value:[][]interface {}{}}, "ActiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"inactive"}, "AssertResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "AssertTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cb07e5c329b}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x29dbe79}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cb07e5c3299}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x29dbe77}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x8, 0xe5, 0xb, 0xfd, 0xb9, 0xf2, 0x4e, 0xaa, 0xaa, 0xf7, 0x70, 0xc8, 0xd6, 0xdf, 0x7b, 0x80}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x3d2, "/org/freedesktop/systemd1/job/978"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0x2b} I0310 19:26:18.192236 3402 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2d289ee9ed6ecc45d6aaf2e765c9d53976850f2ebbcdc461d5a22093d4b5cff825_2escope", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Scope", map[string]dbus.Variant{"Controller":dbus.Variant{sig:dbus.Signature{str:"s"}, value:""}, "Result":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}}, []string{}}, Sequence:0x2c} I0310 19:26:18.192425 3402 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2d289ee9ed6ecc45d6aaf2e765c9d53976850f2ebbcdc461d5a22093d4b5cff825_2escope", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Unit", map[string]dbus.Variant{"ActivationDetails":dbus.Variant{sig:dbus.Signature{str:"a(ss)"}, value:[][]interface {}{}}, "ActiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cb07e5c3824}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x29dc402}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}, "AssertResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "AssertTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cb07e5c329b}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x29dbe79}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cb07e5c3299}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x29dbe77}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cb07e5c3824}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x29dc402}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x8, 0xe5, 0xb, 0xfd, 0xb9, 0xf2, 0x4e, 0xaa, 0xaa, 0xf7, 0x70, 0xc8, 0xd6, 0xdf, 0x7b, 0x80}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x3d2, "/org/freedesktop/systemd1/job/978"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cb07e5c3824}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x29dc402}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x2d} I0310 19:26:18.192506 3402 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.JobRemoved", Body:[]interface {}{0x3d2, "/org/freedesktop/systemd1/job/978", "crio-289ee9ed6ecc45d6aaf2e765c9d53976850f2ebbcdc461d5a22093d4b5cff825.scope", "done"}, Sequence:0x2e} I0310 19:26:18.192525 3402 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2d289ee9ed6ecc45d6aaf2e765c9d53976850f2ebbcdc461d5a22093d4b5cff825_2escope", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Scope", map[string]dbus.Variant{"Controller":dbus.Variant{sig:dbus.Signature{str:"s"}, value:""}, "Result":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}}, []string{}}, Sequence:0x2f} I0310 19:26:18.192606 3402 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2d289ee9ed6ecc45d6aaf2e765c9d53976850f2ebbcdc461d5a22093d4b5cff825_2escope", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Unit", map[string]dbus.Variant{"ActivationDetails":dbus.Variant{sig:dbus.Signature{str:"a(ss)"}, value:[][]interface {}{}}, "ActiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cb07e5c3824}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x29dc402}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}, "AssertResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "AssertTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cb07e5c329b}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x29dbe79}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cb07e5c3299}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x29dbe77}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cb07e5c3824}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x29dc402}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x8, 0xe5, 0xb, 0xfd, 0xb9, 0xf2, 0x4e, 0xaa, 0xaa, 0xf7, 0x70, 0xc8, 0xd6, 0xdf, 0x7b, 0x80}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cb07e5c3824}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x29dc402}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x30} I0310 19:26:18.220915 3402 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2d289ee9ed6ecc45d6aaf2e765c9d53976850f2ebbcdc461d5a22093d4b5cff825_2escope", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Scope", map[string]dbus.Variant{"Controller":dbus.Variant{sig:dbus.Signature{str:"s"}, value:""}, "Result":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}}, []string{}}, Sequence:0x31} I0310 19:26:18.220965 3402 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2d289ee9ed6ecc45d6aaf2e765c9d53976850f2ebbcdc461d5a22093d4b5cff825_2escope", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Unit", map[string]dbus.Variant{"ActivationDetails":dbus.Variant{sig:dbus.Signature{str:"a(ss)"}, value:[][]interface {}{}}, "ActiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cb07e5c3824}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x29dc402}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cb07e5ca78d}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x29e336b}, "ActiveState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"inactive"}, "AssertResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "AssertTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cb07e5c329b}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x29dbe79}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cb07e5c3299}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x29dbe77}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cb07e5ca78d}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x29e336b}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cb07e5c3824}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x29dc402}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x8, 0xe5, 0xb, 0xfd, 0xb9, 0xf2, 0x4e, 0xaa, 0xaa, 0xf7, 0x70, 0xc8, 0xd6, 0xdf, 0x7b, 0x80}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cb07e5ca78d}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x29e336b}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0x32} I0310 19:26:18.221015 3402 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.UnitRemoved", Body:[]interface {}{"crio-289ee9ed6ecc45d6aaf2e765c9d53976850f2ebbcdc461d5a22093d4b5cff825.scope", "/org/freedesktop/systemd1/unit/crio_2d289ee9ed6ecc45d6aaf2e765c9d53976850f2ebbcdc461d5a22093d4b5cff825_2escope"}, Sequence:0x33} I0310 19:26:18.222650 3402 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2d289ee9ed6ecc45d6aaf2e765c9d53976850f2ebbcdc461d5a22093d4b5cff825_2escope", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Scope", map[string]dbus.Variant{"Controller":dbus.Variant{sig:dbus.Signature{str:"s"}, value:""}, "Result":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}}, []string{}}, Sequence:0x34} I0310 19:26:18.222723 3402 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2d289ee9ed6ecc45d6aaf2e765c9d53976850f2ebbcdc461d5a22093d4b5cff825_2escope", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Unit", map[string]dbus.Variant{"ActivationDetails":dbus.Variant{sig:dbus.Signature{str:"a(ss)"}, value:[][]interface {}{}}, "ActiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cb07e5c1e52}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x29daa30}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cb07e5cae98}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x29e3a76}, "ActiveState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"inactive"}, "AssertResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "AssertTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cb07e5be7c0}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x29d739e}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cb07e5be7be}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x29d739c}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cb07e5cae98}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x29e3a76}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cb07e5c1e52}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x29daa30}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x61, 0x95, 0xc, 0x97, 0x32, 0xa1, 0x4d, 0xc1, 0xb0, 0x5, 0x7, 0x72, 0x80, 0x9, 0x62, 0x4e}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cb07e5cae98}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x29e3a76}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0x35} I0310 19:26:18.222769 3402 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.UnitRemoved", Body:[]interface {}{"crio-conmon-289ee9ed6ecc45d6aaf2e765c9d53976850f2ebbcdc461d5a22093d4b5cff825.scope", "/org/freedesktop/systemd1/unit/crio_2dconmon_2d289ee9ed6ecc45d6aaf2e765c9d53976850f2ebbcdc461d5a22093d4b5cff825_2escope"}, Sequence:0x36} I0310 19:26:18.335237 3402 ovs.go:160] Exec(35): /usr/bin/ovs-appctl --timeout=15 -t /var/run/ovn/ovn-controller.3115.ctl connection-status I0310 19:26:18.339369 3402 ovs.go:163] Exec(35): stdout: "connected\n" I0310 19:26:18.339385 3402 ovs.go:164] Exec(35): stderr: "" I0310 19:26:18.339396 3402 default_node_network_controller.go:523] Node connection status = connected I0310 19:26:18.339405 3402 ovs.go:160] Exec(36): /usr/bin/ovs-vsctl --timeout=15 -- br-exists br-int I0310 19:26:18.344699 3402 ovs.go:163] Exec(36): stdout: "" I0310 19:26:18.344715 3402 ovs.go:164] Exec(36): stderr: "" I0310 19:26:18.344724 3402 ovs.go:160] Exec(37): /usr/bin/ovs-ofctl dump-aggregate br-int I0310 19:26:18.349080 3402 ovs.go:163] Exec(37): stdout: "NXST_AGGREGATE reply (xid=0x4): packet_count=0 byte_count=0 flow_count=17\n" I0310 19:26:18.349097 3402 ovs.go:164] Exec(37): stderr: "" I0310 19:26:18.349113 3402 ovs.go:160] Exec(38): /usr/bin/ovs-vsctl --timeout=15 --if-exists get interface patch-br-ex_ip-10-0-1-9.ec2.internal-to-br-int ofport I0310 19:26:18.353873 3402 ovs.go:163] Exec(38): stdout: "" I0310 19:26:18.353888 3402 ovs.go:164] Exec(38): stderr: "" I0310 19:26:18.835726 3402 ovs.go:160] Exec(39): /usr/bin/ovs-appctl --timeout=15 -t /var/run/ovn/ovn-controller.3115.ctl connection-status I0310 19:26:18.839930 3402 ovs.go:163] Exec(39): stdout: "connected\n" I0310 19:26:18.839948 3402 ovs.go:164] Exec(39): stderr: "" I0310 19:26:18.839955 3402 default_node_network_controller.go:523] Node connection status = connected I0310 19:26:18.839965 3402 ovs.go:160] Exec(40): /usr/bin/ovs-vsctl --timeout=15 -- br-exists br-int I0310 19:26:18.845270 3402 ovs.go:163] Exec(40): stdout: "" I0310 19:26:18.845286 3402 ovs.go:164] Exec(40): stderr: "" I0310 19:26:18.845296 3402 ovs.go:160] Exec(41): /usr/bin/ovs-ofctl dump-aggregate br-int I0310 19:26:18.849781 3402 ovs.go:163] Exec(41): stdout: "NXST_AGGREGATE reply (xid=0x4): packet_count=0 byte_count=0 flow_count=17\n" I0310 19:26:18.849804 3402 ovs.go:164] Exec(41): stderr: "" I0310 19:26:18.849817 3402 ovs.go:160] Exec(42): /usr/bin/ovs-vsctl --timeout=15 --if-exists get interface patch-br-ex_ip-10-0-1-9.ec2.internal-to-br-int ofport I0310 19:26:18.854713 3402 ovs.go:163] Exec(42): stdout: "" I0310 19:26:18.854737 3402 ovs.go:164] Exec(42): stderr: "" I0310 19:26:19.198877 3402 obj_retry.go:565] Update event received for resource *v1.Pod, old object is equal to new: false I0310 19:26:19.198902 3402 default_network_controller.go:676] Recording update event on pod openshift-multus/multus-additional-cni-plugins-qgltq I0310 19:26:19.198922 3402 obj_retry.go:617] Update event received for *v1.Pod openshift-multus/multus-additional-cni-plugins-qgltq I0310 19:26:19.198949 3402 ovn.go:135] Ensuring zone local for Pod openshift-multus/multus-additional-cni-plugins-qgltq in node ip-10-0-1-9.ec2.internal I0310 19:26:19.198955 3402 default_network_controller.go:705] Recording success event on pod openshift-multus/multus-additional-cni-plugins-qgltq I0310 19:26:19.198961 3402 obj_retry.go:565] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0310 19:26:19.198970 3402 obj_retry.go:617] Update event received for *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-qgltq I0310 19:26:19.335020 3402 ovs.go:160] Exec(43): /usr/bin/ovs-appctl --timeout=15 -t /var/run/ovn/ovn-controller.3115.ctl connection-status I0310 19:26:19.339245 3402 ovs.go:163] Exec(43): stdout: "connected\n" I0310 19:26:19.339263 3402 ovs.go:164] Exec(43): stderr: "" I0310 19:26:19.339273 3402 default_node_network_controller.go:523] Node connection status = connected I0310 19:26:19.339284 3402 ovs.go:160] Exec(44): /usr/bin/ovs-vsctl --timeout=15 -- br-exists br-int I0310 19:26:19.344736 3402 ovs.go:163] Exec(44): stdout: "" I0310 19:26:19.344753 3402 ovs.go:164] Exec(44): stderr: "" I0310 19:26:19.344762 3402 ovs.go:160] Exec(45): /usr/bin/ovs-ofctl dump-aggregate br-int I0310 19:26:19.349138 3402 ovs.go:163] Exec(45): stdout: "NXST_AGGREGATE reply (xid=0x4): packet_count=0 byte_count=0 flow_count=17\n" I0310 19:26:19.349165 3402 ovs.go:164] Exec(45): stderr: "" I0310 19:26:19.349176 3402 ovs.go:160] Exec(46): /usr/bin/ovs-vsctl --timeout=15 --if-exists get interface patch-br-ex_ip-10-0-1-9.ec2.internal-to-br-int ofport I0310 19:26:19.353928 3402 ovs.go:163] Exec(46): stdout: "" I0310 19:26:19.353937 3402 ovs.go:164] Exec(46): stderr: "" I0310 19:26:19.834853 3402 ovs.go:160] Exec(47): /usr/bin/ovs-appctl --timeout=15 -t /var/run/ovn/ovn-controller.3115.ctl connection-status I0310 19:26:19.839089 3402 ovs.go:163] Exec(47): stdout: "connected\n" I0310 19:26:19.839104 3402 ovs.go:164] Exec(47): stderr: "" I0310 19:26:19.839112 3402 default_node_network_controller.go:523] Node connection status = connected I0310 19:26:19.839120 3402 ovs.go:160] Exec(48): /usr/bin/ovs-vsctl --timeout=15 -- br-exists br-int I0310 19:26:19.844170 3402 ovs.go:163] Exec(48): stdout: "" I0310 19:26:19.844185 3402 ovs.go:164] Exec(48): stderr: "" I0310 19:26:19.844200 3402 ovs.go:160] Exec(49): /usr/bin/ovs-ofctl dump-aggregate br-int I0310 19:26:19.848586 3402 ovs.go:163] Exec(49): stdout: "NXST_AGGREGATE reply (xid=0x4): packet_count=0 byte_count=0 flow_count=17\n" I0310 19:26:19.848599 3402 ovs.go:164] Exec(49): stderr: "" I0310 19:26:19.848611 3402 ovs.go:160] Exec(50): /usr/bin/ovs-vsctl --timeout=15 --if-exists get interface patch-br-ex_ip-10-0-1-9.ec2.internal-to-br-int ofport I0310 19:26:19.853255 3402 ovs.go:163] Exec(50): stdout: "" I0310 19:26:19.853267 3402 ovs.go:164] Exec(50): stderr: "" I0310 19:26:20.280760 3402 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.UnitNew", Body:[]interface {}{"var-lib-containers-storage-overlay-317a3cb434e334dd037bff0bad508852dff8fdc241ba24977b92fbb785733003.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2dcontainers_2dstorage_2doverlay_2d317a3cb434e334dd037bff0bad508852dff8fdc241ba24977b92fbb785733003_2emount"}, Sequence:0x37} I0310 19:26:20.280861 3402 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.UnitNew", Body:[]interface {}{"var-lib-containers-storage-overlay.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2dcontainers_2dstorage_2doverlay_2emount"}, Sequence:0x38} I0310 19:26:20.280905 3402 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.UnitNew", Body:[]interface {}{"var-lib-containers-storage.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2dcontainers_2dstorage_2emount"}, Sequence:0x39} I0310 19:26:20.280923 3402 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.UnitNew", Body:[]interface {}{"var-lib-containers.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2dcontainers_2emount"}, Sequence:0x3a} I0310 19:26:20.281035 3402 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.UnitNew", Body:[]interface {}{"var-lib.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2emount"}, Sequence:0x3b} I0310 19:26:20.281097 3402 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/_2d_2emount", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Mount", map[string]dbus.Variant{"ControlPID":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0x0}, "GID":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0xffffffff}, "Options":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"ro,relatime,seclabel,lowerdir=/run/ostree/.private/cfsroot-lower::/sysroot/ostree/repo/objects,redirect_dir=on,metacopy=on"}, "Result":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}, "Type":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"overlay"}, "UID":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0xffffffff}, "What":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"composefs"}}, []string{"ExecMount", "ExecUnmount", "ExecRemount"}}, Sequence:0x3c} I0310 19:26:20.281216 3402 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/_2d_2emount", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Unit", map[string]dbus.Variant{"ActivationDetails":dbus.Variant{sig:dbus.Signature{str:"a(ss)"}, value:[][]interface {}{}}, "ActiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}, "AssertResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:false}, "AssertTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:false}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"mounted"}}, []string{"Conditions", "Asserts"}}, Sequence:0x3d} I0310 19:26:20.281293 3402 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/var_2emount", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Mount", map[string]dbus.Variant{"ControlPID":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0x0}, "GID":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0xffffffff}, "Options":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"rw,relatime,seclabel,attr2,inode64,logbufs=8,logbsize=32k,sunit=8,swidth=8,prjquota"}, "Result":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}, "Type":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"xfs"}, "UID":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0xffffffff}, "What":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"/dev/nvme0n1p4"}}, []string{"ExecMount", "ExecUnmount", "ExecRemount"}}, Sequence:0x3e} I0310 19:26:20.281488 3402 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/var_2emount", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Unit", map[string]dbus.Variant{"ActivationDetails":dbus.Variant{sig:dbus.Signature{str:"a(ss)"}, value:[][]interface {}{}}, "ActiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cb07c1892d3}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6f1245}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}, "AssertResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "AssertTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cb07c183f0c}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6ebe7d}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cb07c183edf}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6ebe52}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cb07c187f2d}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6efe9e}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x74, 0x50, 0xc1, 0x6c, 0xc7, 0x52, 0x42, 0xa7, 0x80, 0xe, 0xf6, 0xa, 0x5a, 0xde, 0xb7, 0x3f}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cb07c1892d3}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6f1245}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"mounted"}}, []string{"Conditions", "Asserts"}}, Sequence:0x3f} I0310 19:26:20.281569 3402 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/system_2eslice", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Unit", map[string]dbus.Variant{"ActivationDetails":dbus.Variant{sig:dbus.Signature{str:"a(ss)"}, value:[][]interface {}{}}, "ActiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cb07bc0a131}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1720a3}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}, "AssertResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:false}, "AssertTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:false}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cb07bc0a131}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1720a3}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cb07bc0a131}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1720a3}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0x40} I0310 19:26:20.281621 3402 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/systemd_2djournald_2esocket", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Socket", map[string]dbus.Variant{"ControlPID":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0x0}, "GID":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0xffffffff}, "Result":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}, "UID":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0xffffffff}}, []string{"ExecStartPre", "ExecStartPost", "ExecStopPre", "ExecStopPost"}}, Sequence:0x41} I0310 19:26:20.281750 3402 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/systemd_2djournald_2esocket", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Unit", map[string]dbus.Variant{"ActivationDetails":dbus.Variant{sig:dbus.Signature{str:"a(ss)"}, value:[][]interface {}{}}, "ActiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cb07bc2a83f}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1927b1}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}, "AssertResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "AssertTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cb07bc2a7e5}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x192757}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cb07bc2a7e4}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x192756}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cb07bc2a83f}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1927b1}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x17, 0xd6, 0xb7, 0xe1, 0xc6, 0x36, 0x4d, 0x20, 0xa9, 0x3c, 0x1e, 0xaf, 0x1c, 0x1c, 0xbf, 0xc6}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cb07c083479}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x5eb3eb}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x42} I0310 19:26:20.281832 3402 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.UnitNew", Body:[]interface {}{"var-lib-containers-storage-overlay-317a3cb434e334dd037bff0bad508852dff8fdc241ba24977b92fbb785733003-merged.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2dcontainers_2dstorage_2doverlay_2d317a3cb434e334dd037bff0bad508852dff8fdc241ba24977b92fbb785733003_2dmerged_2emount"}, Sequence:0x43} I0310 19:26:20.281848 3402 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/umount_2etarget", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Unit", map[string]dbus.Variant{"ActivationDetails":dbus.Variant{sig:dbus.Signature{str:"a(ss)"}, value:[][]interface {}{}}, "ActiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"inactive"}, "AssertResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:false}, "AssertTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:false}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cb07c01607e}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x57dfef}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0x44} I0310 19:26:20.282010 3402 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/local_2dfs_2dpre_2etarget", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Unit", map[string]dbus.Variant{"ActivationDetails":dbus.Variant{sig:dbus.Signature{str:"a(ss)"}, value:[][]interface {}{}}, "ActiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cb07c1839ed}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6eb95f}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cb07be844f3}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3ec464}, "ActiveState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}, "AssertResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "AssertTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cb07c1839e8}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6eb95a}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cb07c1839e8}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6eb959}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cb07be844f3}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3ec464}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cb07c1839ed}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6eb95f}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xda, 0xe4, 0xed, 0x1, 0xee, 0x38, 0x4b, 0x44, 0x97, 0xbc, 0xfe, 0xb8, 0x67, 0xc8, 0x80, 0xe7}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cb07c1839ed}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6eb95f}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0x45} I0310 19:26:20.282055 3402 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/local_2dfs_2etarget", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Unit", map[string]dbus.Variant{"ActivationDetails":dbus.Variant{sig:dbus.Signature{str:"a(ss)"}, value:[][]interface {}{}}, "ActiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cb07c1b5a7a}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x71d9ec}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cb07be835eb}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3eb55d}, "ActiveState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}, "AssertResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "AssertTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cb07c1b5a73}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x71d9e5}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cb07c1b5a71}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x71d9e3}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cb07be835eb}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3eb55d}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cb07c1b5a7a}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x71d9ec}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x18, 0x8b, 0x88, 0xf7, 0xe4, 0xbc, 0x4c, 0xe2, 0xa0, 0x35, 0xb5, 0x56, 0x94, 0xd, 0x4b, 0x28}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cb07c1b5a7a}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x71d9ec}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0x46} I0310 19:26:20.282113 3402 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.UnitRemoved", Body:[]interface {}{"var-lib-containers-storage-overlay-317a3cb434e334dd037bff0bad508852dff8fdc241ba24977b92fbb785733003.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2dcontainers_2dstorage_2doverlay_2d317a3cb434e334dd037bff0bad508852dff8fdc241ba24977b92fbb785733003_2emount"}, Sequence:0x47} I0310 19:26:20.282137 3402 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.UnitRemoved", Body:[]interface {}{"var-lib-containers-storage-overlay.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2dcontainers_2dstorage_2doverlay_2emount"}, Sequence:0x48} I0310 19:26:20.282275 3402 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.UnitRemoved", Body:[]interface {}{"var-lib-containers-storage.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2dcontainers_2dstorage_2emount"}, Sequence:0x49} I0310 19:26:20.282290 3402 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.UnitRemoved", Body:[]interface {}{"var-lib-containers.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2dcontainers_2emount"}, Sequence:0x4a} I0310 19:26:20.282298 3402 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.UnitRemoved", Body:[]interface {}{"var-lib.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2emount"}, Sequence:0x4b} I0310 19:26:20.334395 3402 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.UnitNew", Body:[]interface {}{"crio-conmon-19ae66838a4eb996a78ae57bab6dd605815d5522809318be2ddaea8b96664fb3.scope", "/org/freedesktop/systemd1/unit/crio_2dconmon_2d19ae66838a4eb996a78ae57bab6dd605815d5522809318be2ddaea8b96664fb3_2escope"}, Sequence:0x4c} I0310 19:26:20.334438 3402 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.JobNew", Body:[]interface {}{0x3d8, "/org/freedesktop/systemd1/job/984", "crio-conmon-19ae66838a4eb996a78ae57bab6dd605815d5522809318be2ddaea8b96664fb3.scope"}, Sequence:0x4d} I0310 19:26:20.334610 3402 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/kubepods_2dburstable_2dpod23e3b034_5fa308_5f4d45_5fb101_5fe67f812715e4_2eslice", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Unit", map[string]dbus.Variant{"ActivationDetails":dbus.Variant{sig:dbus.Signature{str:"a(ss)"}, value:[][]interface {}{}}, "ActiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cb07cdc1d4a}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x11da928}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}, "AssertResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "AssertTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cb07cdc1a50}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x11da62e}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cb07cdc1a4e}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x11da62c}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cb07cdc1d4a}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x11da928}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x34, 0xcb, 0x8c, 0xb8, 0x72, 0xf6, 0x4d, 0xcf, 0x96, 0x6c, 0x9, 0xcb, 0x10, 0x80, 0xee, 0x36}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cb07cdc1d4a}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x11da928}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0x4e} I0310 19:26:20.334685 3402 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2eservice", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Service", map[string]dbus.Variant{"CleanResult":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}, "ControlPID":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0x0}, "ExecMainCode":dbus.Variant{sig:dbus.Signature{str:"i"}, value:0}, "ExecMainExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ExecMainExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ExecMainPID":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0x9e4}, "ExecMainStartTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cb07ca7ee51}, "ExecMainStartTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0xe97a2f}, "ExecMainStatus":dbus.Variant{sig:dbus.Signature{str:"i"}, value:0}, "GID":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0xffffffff}, "MainPID":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0x9e4}, "NRestarts":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0x0}, "ReloadResult":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}, "Result":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}, "StatusErrno":dbus.Variant{sig:dbus.Signature{str:"i"}, value:0}, "StatusText":dbus.Variant{sig:dbus.Signature{str:"s"}, value:""}, "UID":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0xffffffff}}, []string{"ExecCondition", "ExecConditionEx", "ExecStartPre", "ExecStartPreEx", "ExecStart", "ExecStartEx", "ExecStartPost", "ExecStartPostEx", "ExecReload", "ExecReloadEx", "ExecStop", "ExecStopEx", "ExecStopPost", "ExecStopPostEx"}}, Sequence:0x4f} I0310 19:26:20.334763 3402 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2eservice", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Unit", map[string]dbus.Variant{"ActivationDetails":dbus.Variant{sig:dbus.Signature{str:"a(ss)"}, value:[][]interface {}{}}, "ActiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cb07cb33127}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0xf4bd04}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}, "AssertResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "AssertTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cb07ca7c204}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0xe94de2}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cb07ca7c202}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0xe94de1}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cb07ca7ef23}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0xe97b01}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x79, 0xc0, 0xea, 0x72, 0x9d, 0xf3, 0x43, 0xaa, 0x9f, 0xbb, 0x66, 0x72, 0xed, 0xb3, 0x98, 0x86}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cb07cb33127}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0xf4bd04}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x50} I0310 19:26:20.334931 3402 ovs.go:160] Exec(51): /usr/bin/ovs-appctl --timeout=15 -t /var/run/ovn/ovn-controller.3115.ctl connection-status I0310 19:26:20.339280 3402 ovs.go:163] Exec(51): stdout: "connected\n" I0310 19:26:20.339295 3402 ovs.go:164] Exec(51): stderr: "" I0310 19:26:20.339303 3402 default_node_network_controller.go:523] Node connection status = connected I0310 19:26:20.339312 3402 ovs.go:160] Exec(52): /usr/bin/ovs-vsctl --timeout=15 -- br-exists br-int I0310 19:26:20.344737 3402 ovs.go:163] Exec(52): stdout: "" I0310 19:26:20.344754 3402 ovs.go:164] Exec(52): stderr: "" I0310 19:26:20.344765 3402 ovs.go:160] Exec(53): /usr/bin/ovs-ofctl dump-aggregate br-int I0310 19:26:20.347461 3402 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2d19ae66838a4eb996a78ae57bab6dd605815d5522809318be2ddaea8b96664fb3_2escope", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Scope", map[string]dbus.Variant{"Controller":dbus.Variant{sig:dbus.Signature{str:"s"}, value:""}, "Result":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}}, []string{}}, Sequence:0x51} I0310 19:26:20.347506 3402 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2d19ae66838a4eb996a78ae57bab6dd605815d5522809318be2ddaea8b96664fb3_2escope", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Unit", map[string]dbus.Variant{"ActivationDetails":dbus.Variant{sig:dbus.Signature{str:"a(ss)"}, value:[][]interface {}{}}, "ActiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"inactive"}, "AssertResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "AssertTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cb07e7ce919}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2be74f7}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cb07e7ce916}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2be74f4}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x47, 0x3f, 0x74, 0x49, 0x5, 0xb9, 0x4c, 0x5a, 0x9c, 0x1f, 0xca, 0x64, 0x3a, 0xdf, 0xeb, 0x36}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x3d8, "/org/freedesktop/systemd1/job/984"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0x52} I0310 19:26:20.347624 3402 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2d19ae66838a4eb996a78ae57bab6dd605815d5522809318be2ddaea8b96664fb3_2escope", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Scope", map[string]dbus.Variant{"Controller":dbus.Variant{sig:dbus.Signature{str:"s"}, value:""}, "Result":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}}, []string{}}, Sequence:0x53} I0310 19:26:20.347649 3402 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2d19ae66838a4eb996a78ae57bab6dd605815d5522809318be2ddaea8b96664fb3_2escope", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Unit", map[string]dbus.Variant{"ActivationDetails":dbus.Variant{sig:dbus.Signature{str:"a(ss)"}, value:[][]interface {}{}}, "ActiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cb07e7d1bcd}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2bea7ab}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}, "AssertResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "AssertTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cb07e7ce919}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2be74f7}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cb07e7ce916}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2be74f4}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cb07e7d1bcd}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2bea7ab}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x47, 0x3f, 0x74, 0x49, 0x5, 0xb9, 0x4c, 0x5a, 0x9c, 0x1f, 0xca, 0x64, 0x3a, 0xdf, 0xeb, 0x36}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x3d8, "/org/freedesktop/systemd1/job/984"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cb07e7d1bcd}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2bea7ab}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x54} I0310 19:26:20.347742 3402 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.JobRemoved", Body:[]interface {}{0x3d8, "/org/freedesktop/systemd1/job/984", "crio-conmon-19ae66838a4eb996a78ae57bab6dd605815d5522809318be2ddaea8b96664fb3.scope", "done"}, Sequence:0x55} I0310 19:26:20.347865 3402 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2d19ae66838a4eb996a78ae57bab6dd605815d5522809318be2ddaea8b96664fb3_2escope", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Scope", map[string]dbus.Variant{"Controller":dbus.Variant{sig:dbus.Signature{str:"s"}, value:""}, "Result":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}}, []string{}}, Sequence:0x56} I0310 19:26:20.347898 3402 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2d19ae66838a4eb996a78ae57bab6dd605815d5522809318be2ddaea8b96664fb3_2escope", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Unit", map[string]dbus.Variant{"ActivationDetails":dbus.Variant{sig:dbus.Signature{str:"a(ss)"}, value:[][]interface {}{}}, "ActiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cb07e7d1bcd}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2bea7ab}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}, "AssertResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "AssertTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cb07e7ce919}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2be74f7}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cb07e7ce916}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2be74f4}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cb07e7d1bcd}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2bea7ab}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x47, 0x3f, 0x74, 0x49, 0x5, 0xb9, 0x4c, 0x5a, 0x9c, 0x1f, 0xca, 0x64, 0x3a, 0xdf, 0xeb, 0x36}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cb07e7d1bcd}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2bea7ab}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x57} I0310 19:26:20.350110 3402 ovs.go:163] Exec(53): stdout: "NXST_AGGREGATE reply (xid=0x4): packet_count=1 byte_count=46 flow_count=1401\n" I0310 19:26:20.350131 3402 ovs.go:164] Exec(53): stderr: "" I0310 19:26:20.350164 3402 ovs.go:160] Exec(54): /usr/bin/ovs-vsctl --timeout=15 --if-exists get interface patch-br-ex_ip-10-0-1-9.ec2.internal-to-br-int ofport I0310 19:26:20.352764 3402 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.UnitNew", Body:[]interface {}{"crio-19ae66838a4eb996a78ae57bab6dd605815d5522809318be2ddaea8b96664fb3.scope", "/org/freedesktop/systemd1/unit/crio_2d19ae66838a4eb996a78ae57bab6dd605815d5522809318be2ddaea8b96664fb3_2escope"}, Sequence:0x58} I0310 19:26:20.352794 3402 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.JobNew", Body:[]interface {}{0x3de, "/org/freedesktop/systemd1/job/990", "crio-19ae66838a4eb996a78ae57bab6dd605815d5522809318be2ddaea8b96664fb3.scope"}, Sequence:0x59} I0310 19:26:20.352917 3402 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/shutdown_2etarget", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Unit", map[string]dbus.Variant{"ActivationDetails":dbus.Variant{sig:dbus.Signature{str:"a(ss)"}, value:[][]interface {}{}}, "ActiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"inactive"}, "AssertResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:false}, "AssertTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:false}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cb07c016d85}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x57ecf6}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0x5a} I0310 19:26:20.352996 3402 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2eservice", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Service", map[string]dbus.Variant{"CleanResult":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}, "ControlPID":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0x0}, "ExecMainCode":dbus.Variant{sig:dbus.Signature{str:"i"}, value:0}, "ExecMainExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ExecMainExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ExecMainPID":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0x9e4}, "ExecMainStartTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cb07ca7ee51}, "ExecMainStartTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0xe97a2f}, "ExecMainStatus":dbus.Variant{sig:dbus.Signature{str:"i"}, value:0}, "GID":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0xffffffff}, "MainPID":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0x9e4}, "NRestarts":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0x0}, "ReloadResult":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}, "Result":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}, "StatusErrno":dbus.Variant{sig:dbus.Signature{str:"i"}, value:0}, "StatusText":dbus.Variant{sig:dbus.Signature{str:"s"}, value:""}, "UID":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0xffffffff}}, []string{"ExecCondition", "ExecConditionEx", "ExecStartPre", "ExecStartPreEx", "ExecStart", "ExecStartEx", "ExecStartPost", "ExecStartPostEx", "ExecReload", "ExecReloadEx", "ExecStop", "ExecStopEx", "ExecStopPost", "ExecStopPostEx"}}, Sequence:0x5b} I0310 19:26:20.353078 3402 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2eservice", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Unit", map[string]dbus.Variant{"ActivationDetails":dbus.Variant{sig:dbus.Signature{str:"a(ss)"}, value:[][]interface {}{}}, "ActiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cb07cb33127}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0xf4bd04}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}, "AssertResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "AssertTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cb07ca7c204}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0xe94de2}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cb07ca7c202}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0xe94de1}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cb07ca7ef23}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0xe97b01}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x79, 0xc0, 0xea, 0x72, 0x9d, 0xf3, 0x43, 0xaa, 0x9f, 0xbb, 0x66, 0x72, 0xed, 0xb3, 0x98, 0x86}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cb07cb33127}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0xf4bd04}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x5c} I0310 19:26:20.353224 3402 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/kubepods_2dburstable_2dpod23e3b034_5fa308_5f4d45_5fb101_5fe67f812715e4_2eslice", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Unit", map[string]dbus.Variant{"ActivationDetails":dbus.Variant{sig:dbus.Signature{str:"a(ss)"}, value:[][]interface {}{}}, "ActiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cb07cdc1d4a}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x11da928}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}, "AssertResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "AssertTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cb07cdc1a50}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x11da62e}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cb07cdc1a4e}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x11da62c}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cb07cdc1d4a}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x11da928}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x34, 0xcb, 0x8c, 0xb8, 0x72, 0xf6, 0x4d, 0xcf, 0x96, 0x6c, 0x9, 0xcb, 0x10, 0x80, 0xee, 0x36}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cb07cdc1d4a}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x11da928}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0x5d} I0310 19:26:20.354500 3402 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2d19ae66838a4eb996a78ae57bab6dd605815d5522809318be2ddaea8b96664fb3_2escope", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Scope", map[string]dbus.Variant{"Controller":dbus.Variant{sig:dbus.Signature{str:"s"}, value:""}, "Result":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}}, []string{}}, Sequence:0x5e} I0310 19:26:20.354637 3402 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2d19ae66838a4eb996a78ae57bab6dd605815d5522809318be2ddaea8b96664fb3_2escope", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Unit", map[string]dbus.Variant{"ActivationDetails":dbus.Variant{sig:dbus.Signature{str:"a(ss)"}, value:[][]interface {}{}}, "ActiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"inactive"}, "AssertResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "AssertTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cb07e7d3180}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2bebd5e}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cb07e7d317e}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2bebd5c}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xf3, 0x41, 0x42, 0x4d, 0x2f, 0x18, 0x4e, 0xa3, 0xa0, 0x7b, 0xbc, 0x14, 0x2f, 0x9d, 0x74, 0x74}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x3de, "/org/freedesktop/systemd1/job/990"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0x5f} I0310 19:26:20.354763 3402 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2d19ae66838a4eb996a78ae57bab6dd605815d5522809318be2ddaea8b96664fb3_2escope", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Scope", map[string]dbus.Variant{"Controller":dbus.Variant{sig:dbus.Signature{str:"s"}, value:""}, "Result":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}}, []string{}}, Sequence:0x60} I0310 19:26:20.354820 3402 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2d19ae66838a4eb996a78ae57bab6dd605815d5522809318be2ddaea8b96664fb3_2escope", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Unit", map[string]dbus.Variant{"ActivationDetails":dbus.Variant{sig:dbus.Signature{str:"a(ss)"}, value:[][]interface {}{}}, "ActiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cb07e7d377f}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2bec35d}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}, "AssertResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "AssertTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cb07e7d3180}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2bebd5e}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cb07e7d317e}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2bebd5c}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cb07e7d377f}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2bec35d}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xf3, 0x41, 0x42, 0x4d, 0x2f, 0x18, 0x4e, 0xa3, 0xa0, 0x7b, 0xbc, 0x14, 0x2f, 0x9d, 0x74, 0x74}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x3de, "/org/freedesktop/systemd1/job/990"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cb07e7d377f}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2bec35d}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x61} I0310 19:26:20.354876 3402 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.JobRemoved", Body:[]interface {}{0x3de, "/org/freedesktop/systemd1/job/990", "crio-19ae66838a4eb996a78ae57bab6dd605815d5522809318be2ddaea8b96664fb3.scope", "done"}, Sequence:0x62} I0310 19:26:20.355058 3402 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2d19ae66838a4eb996a78ae57bab6dd605815d5522809318be2ddaea8b96664fb3_2escope", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Scope", map[string]dbus.Variant{"Controller":dbus.Variant{sig:dbus.Signature{str:"s"}, value:""}, "Result":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}}, []string{}}, Sequence:0x63} I0310 19:26:20.355191 3402 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2d19ae66838a4eb996a78ae57bab6dd605815d5522809318be2ddaea8b96664fb3_2escope", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Unit", map[string]dbus.Variant{"ActivationDetails":dbus.Variant{sig:dbus.Signature{str:"a(ss)"}, value:[][]interface {}{}}, "ActiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cb07e7d377f}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2bec35d}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}, "AssertResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "AssertTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cb07e7d3180}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2bebd5e}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cb07e7d317e}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2bebd5c}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cb07e7d377f}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2bec35d}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xf3, 0x41, 0x42, 0x4d, 0x2f, 0x18, 0x4e, 0xa3, 0xa0, 0x7b, 0xbc, 0x14, 0x2f, 0x9d, 0x74, 0x74}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cb07e7d377f}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2bec35d}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x64} I0310 19:26:20.355364 3402 ovs.go:163] Exec(54): stdout: "2\n" I0310 19:26:20.355380 3402 ovs.go:164] Exec(54): stderr: "" I0310 19:26:20.355390 3402 gateway.go:459] Gateway is ready I0310 19:26:20.355400 3402 gateway_shared_intf.go:2467] Creating Gateway Openflow Manager I0310 19:26:20.355412 3402 ovs.go:160] Exec(55): /usr/bin/ovs-vsctl --timeout=15 get Interface patch-br-ex_ip-10-0-1-9.ec2.internal-to-br-int ofport I0310 19:26:20.361182 3402 ovs.go:163] Exec(55): stdout: "2\n" I0310 19:26:20.361198 3402 ovs.go:164] Exec(55): stderr: "" I0310 19:26:20.361210 3402 ovs.go:160] Exec(56): /usr/bin/ovs-vsctl --timeout=15 get interface ens5 ofport I0310 19:26:20.366189 3402 ovs.go:163] Exec(56): stdout: "1\n" I0310 19:26:20.366203 3402 ovs.go:164] Exec(56): stderr: "" I0310 19:26:20.366593 3402 node_ip_handler_linux.go:493] Skipping non-useable IP address for host: 127.0.0.1/8 lo I0310 19:26:20.366693 3402 node_ip_handler_linux.go:262] Node primary address changed to 10.0.1.9. Updating OVN encap IP. I0310 19:26:20.366706 3402 ovs.go:160] Exec(57): /usr/bin/ovs-vsctl --timeout=15 get Open_vSwitch . external_ids:ovn-encap-ip I0310 19:26:20.371912 3402 ovs.go:163] Exec(57): stdout: "\"10.0.1.9\"\n" I0310 19:26:20.371926 3402 ovs.go:164] Exec(57): stderr: "" I0310 19:26:20.371934 3402 node_ip_handler_linux.go:560] Will not update encap IP 10.0.1.9 - it is already configured I0310 19:26:20.371942 3402 node_ip_handler_linux.go:503] Node address changed to map[10.0.1.9/24:{} 172.20.0.1/32:{}]. Updating annotations. I0310 19:26:20.372316 3402 kube.go:133] Setting annotations map[k8s.ovn.org/host-cidrs:["10.0.1.9/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-9.ec2.internal","mac-address":"0a:ff:d5:f8:46:0d","ip-addresses":["10.0.1.9/24"],"ip-address":"10.0.1.9/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:ee5f6ed5-5b40-42da-b48f-608cc5f657f6 k8s.ovn.org/node-primary-ifaddr:{"ipv4":"10.0.1.9/24"}] on node ip-10-0-1-9.ec2.internal I0310 19:26:20.383850 3402 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2d19ae66838a4eb996a78ae57bab6dd605815d5522809318be2ddaea8b96664fb3_2escope", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Scope", map[string]dbus.Variant{"Controller":dbus.Variant{sig:dbus.Signature{str:"s"}, value:""}, "Result":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}}, []string{}}, Sequence:0x65} I0310 19:26:20.383886 3402 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2d19ae66838a4eb996a78ae57bab6dd605815d5522809318be2ddaea8b96664fb3_2escope", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Unit", map[string]dbus.Variant{"ActivationDetails":dbus.Variant{sig:dbus.Signature{str:"a(ss)"}, value:[][]interface {}{}}, "ActiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cb07e7d377f}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2bec35d}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cb07e7da86a}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2bf3448}, "ActiveState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"inactive"}, "AssertResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "AssertTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cb07e7d3180}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2bebd5e}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cb07e7d317e}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2bebd5c}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cb07e7da86a}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2bf3448}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cb07e7d377f}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2bec35d}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xf3, 0x41, 0x42, 0x4d, 0x2f, 0x18, 0x4e, 0xa3, 0xa0, 0x7b, 0xbc, 0x14, 0x2f, 0x9d, 0x74, 0x74}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cb07e7da86a}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2bf3448}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0x66} I0310 19:26:20.383954 3402 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.UnitRemoved", Body:[]interface {}{"crio-19ae66838a4eb996a78ae57bab6dd605815d5522809318be2ddaea8b96664fb3.scope", "/org/freedesktop/systemd1/unit/crio_2d19ae66838a4eb996a78ae57bab6dd605815d5522809318be2ddaea8b96664fb3_2escope"}, Sequence:0x67} I0310 19:26:20.388290 3402 egressservice_zone_node.go:110] Processing sync for Egress Service node ip-10-0-1-9.ec2.internal I0310 19:26:20.388355 3402 egressservice_zone_node.go:113] Finished syncing Egress Service node ip-10-0-1-9.ec2.internal: 69.972µs I0310 19:26:20.388314 3402 node_tracker.go:211] Processing possible switch / router updates for node ip-10-0-1-9.ec2.internal in network "default" I0310 19:26:20.388410 3402 obj_retry.go:565] Update event received for resource *v1.Node, old object is equal to new: false I0310 19:26:20.388430 3402 obj_retry.go:617] Update event received for *v1.Node ip-10-0-1-9.ec2.internal I0310 19:26:20.388470 3402 master.go:531] Adding or Updating local node "ip-10-0-1-9.ec2.internal" for network "default" I0310 19:26:20.388474 3402 gateway_shared_intf.go:2754] Setting OVN Masquerade route with source: 10.0.1.9 I0310 19:26:20.388479 3402 node_tracker.go:172] Node ip-10-0-1-9.ec2.internal switch + router changed, syncing services in network "default" I0310 19:26:20.388538 3402 services_controller.go:575] Full service sync requested for network=default I0310 19:26:20.388561 3402 services_controller.go:640] Adding service openshift-dns-operator/metrics for network=default I0310 19:26:20.388649 3402 services_controller.go:640] Adding service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0310 19:26:20.388658 3402 services_controller.go:640] Adding service openshift-dns/dns-default for network=default I0310 19:26:20.388663 3402 services_controller.go:640] Adding service openshift-kube-storage-version-migrator-operator/metrics for network=default I0310 19:26:20.388668 3402 services_controller.go:640] Adding service openshift-network-diagnostics/network-check-source for network=default I0310 19:26:20.388672 3402 services_controller.go:640] Adding service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0310 19:26:20.388676 3402 services_controller.go:640] Adding service openshift-cloud-credential-operator/cco-metrics for network=default I0310 19:26:20.388681 3402 services_controller.go:640] Adding service openshift-apiserver/check-endpoints for network=default I0310 19:26:20.388686 3402 services_controller.go:640] Adding service openshift-cluster-machine-approver/machine-approver for network=default I0310 19:26:20.388692 3402 services_controller.go:640] Adding service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0310 19:26:20.388698 3402 services_controller.go:640] Adding service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0310 19:26:20.388704 3402 services_controller.go:640] Adding service openshift-kube-controller-manager-operator/metrics for network=default I0310 19:26:20.388710 3402 services_controller.go:640] Adding service openshift-monitoring/cluster-monitoring-operator for network=default I0310 19:26:20.388550 3402 route_manager.go:161] Route Manager: added route {Ifindex: 5 Dst: 169.254.0.1/32 Src: 10.0.1.9 Gw: Flags: [] Table: 254 Realm: 0} I0310 19:26:20.388713 3402 services_controller.go:382] Processing sync for service openshift-dns-operator/metrics for network=default I0310 19:26:20.388722 3402 services_controller.go:382] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0310 19:26:20.388742 3402 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-9.ec2.internal I0310 19:26:20.388789 3402 services_controller.go:382] Processing sync for service openshift-network-diagnostics/network-check-source for network=default I0310 19:26:20.388733 3402 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 62e48367-5ee4-4864-8f66-9a54fbf9a931 5059 0 2026-03-10 19:16:34 +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.158.64,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.158.64],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:20.388729 3402 services_controller.go:460] Service openshift-dns-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-dns-operator 496e20d6-714d-4938-a09c-09c6d881a2e7 1107 0 2026-03-10 19:15:15 +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 fa8407b6-d2c6-496a-b61c-58a7d50d03f1 0xc0072115ef }] [] []},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.121.186,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.121.186],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:20.388805 3402 services_controller.go:386] Finished syncing service network-check-source on namespace openshift-network-diagnostics for network=default : 14.01µs I0310 19:26:20.388820 3402 services_controller.go:382] Processing sync for service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0310 19:26:20.388827 3402 services_controller.go:386] Finished syncing service ovn-kubernetes-node on namespace openshift-ovn-kubernetes for network=default : 6.868µs I0310 19:26:20.388836 3402 services_controller.go:382] Processing sync for service openshift-cloud-credential-operator/cco-metrics for network=default I0310 19:26:20.388837 3402 lb_config.go:1030] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default are: map[] I0310 19:26:20.388837 3402 lb_config.go:1030] Cluster endpoints for openshift-dns-operator/metrics for network=default are: map[] I0310 19:26:20.388853 3402 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.121.186"}, 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}} I0310 19:26:20.388909 3402 services_controller.go:470] Built service openshift-dns-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:20.388847 3402 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 f8086166-3c0d-4cc4-97c1-c4c7db0a5260 1157 0 2026-03-10 19:15:17 +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 fa8407b6-d2c6-496a-b61c-58a7d50d03f1 0xc007210e8b }] [] []},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.239.130,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.239.130],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:20.388924 3402 services_controller.go:471] Built service openshift-dns-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:20.388946 3402 lb_config.go:1030] Cluster endpoints for openshift-cloud-credential-operator/cco-metrics for network=default are: map[] I0310 19:26:20.388963 3402 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.239.130"}, 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}} I0310 19:26:20.388719 3402 model_client.go:383] Update operations generated as: [{Op:update Table:Logical_Router Row:map[copp:{GoSet:[{GoUUID:d51810e0-cdd4-49e7-9027-7f6b6aeb7de6}]} external_ids:{GoMap:map[physical_ip:10.0.1.9 physical_ips:10.0.1.9]} load_balancer_group:{GoSet:[{GoUUID:8912d062-9fdf-4c7e-ad45-4b8ce87d3a2f} {GoUUID:5cd796e6-8af4-4f36-b52f-e5694e3e8bf8}]} options:{GoMap:map[always_learn_from_arp_request:false chassis:ee5f6ed5-5b40-42da-b48f-608cc5f657f6 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 == {a87e14f5-a817-4ede-83b7-993e79f8d45f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:20.388983 3402 services_controller.go:470] Built service openshift-cloud-credential-operator/cco-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:20.388993 3402 services_controller.go:471] Built service openshift-cloud-credential-operator/cco-metrics LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:20.388986 3402 transact.go:43] Configuring OVN: [{Op:update Table:Logical_Router Row:map[copp:{GoSet:[{GoUUID:d51810e0-cdd4-49e7-9027-7f6b6aeb7de6}]} external_ids:{GoMap:map[physical_ip:10.0.1.9 physical_ips:10.0.1.9]} load_balancer_group:{GoSet:[{GoUUID:8912d062-9fdf-4c7e-ad45-4b8ce87d3a2f} {GoUUID:5cd796e6-8af4-4f36-b52f-e5694e3e8bf8}]} options:{GoMap:map[always_learn_from_arp_request:false chassis:ee5f6ed5-5b40-42da-b48f-608cc5f657f6 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 == {a87e14f5-a817-4ede-83b7-993e79f8d45f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:20.389010 3402 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.239.130", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:20.388865 3402 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.158.64"}, 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}} I0310 19:26:20.389042 3402 services_controller.go:478] Built service openshift-cloud-credential-operator/cco-metrics per-node LB for network=default: []services.LB{} I0310 19:26:20.389050 3402 services_controller.go:479] Built service openshift-cloud-credential-operator/cco-metrics template LB for network=default: []services.LB{} I0310 19:26:20.389050 3402 services_controller.go:470] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:20.389057 3402 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 I0310 19:26:20.389074 3402 services_controller.go:497] Skipping no-op change for service openshift-cloud-credential-operator/cco-metrics for network=default I0310 19:26:20.389083 3402 services_controller.go:386] Finished syncing service cco-metrics on namespace openshift-cloud-credential-operator for network=default : 247.003µs I0310 19:26:20.389094 3402 services_controller.go:382] Processing sync for service openshift-apiserver/check-endpoints for network=default I0310 19:26:20.388949 3402 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.121.186", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:20.389117 3402 services_controller.go:478] Built service openshift-dns-operator/metrics per-node LB for network=default: []services.LB{} I0310 19:26:20.389137 3402 services_controller.go:479] Built service openshift-dns-operator/metrics template LB for network=default: []services.LB{} I0310 19:26:20.389103 3402 services_controller.go:460] Service openshift-apiserver/check-endpoints retrieved from lister for network=default: &Service{ObjectMeta:{check-endpoints openshift-apiserver 4c298cfa-385c-4de6-8ba9-600d92298f16 1805 0 2026-03-10 19:15:26 +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 fa8407b6-d2c6-496a-b61c-58a7d50d03f1 0xc007210d37 }] [] []},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.109.5,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.109.5],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:20.389184 3402 lb_config.go:1030] Cluster endpoints for openshift-apiserver/check-endpoints for network=default are: map[] I0310 19:26:20.389197 3402 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 I0310 19:26:20.389199 3402 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.109.5"}, 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}} I0310 19:26:20.389208 3402 services_controller.go:470] Built service openshift-apiserver/check-endpoints LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:20.389215 3402 services_controller.go:471] Built service openshift-apiserver/check-endpoints LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:20.389228 3402 services_controller.go:497] Skipping no-op change for service openshift-dns-operator/metrics for network=default I0310 19:26:20.389226 3402 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.109.5", Port:17698, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:20.389236 3402 services_controller.go:386] Finished syncing service metrics on namespace openshift-dns-operator for network=default : 527.372µs I0310 19:26:20.389244 3402 services_controller.go:478] Built service openshift-apiserver/check-endpoints per-node LB for network=default: []services.LB{} I0310 19:26:20.389074 3402 services_controller.go:471] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:20.389254 3402 services_controller.go:382] Processing sync for service openshift-cluster-machine-approver/machine-approver for network=default I0310 19:26:20.389254 3402 services_controller.go:479] Built service openshift-apiserver/check-endpoints template LB for network=default: []services.LB{} I0310 19:26:20.389265 3402 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 I0310 19:26:20.389265 3402 services_controller.go:386] Finished syncing service machine-approver on namespace openshift-cluster-machine-approver for network=default : 12.21µs I0310 19:26:20.389275 3402 services_controller.go:382] Processing sync for service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0310 19:26:20.389284 3402 services_controller.go:497] Skipping no-op change for service openshift-apiserver/check-endpoints for network=default I0310 19:26:20.389290 3402 services_controller.go:386] Finished syncing service check-endpoints on namespace openshift-apiserver for network=default : 196.803µs I0310 19:26:20.389301 3402 services_controller.go:382] Processing sync for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0310 19:26:20.389272 3402 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.158.64", Port:8383, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:20.388773 3402 services_controller.go:382] Processing sync for service openshift-dns/dns-default for network=default I0310 19:26:20.389320 3402 services_controller.go:478] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics per-node LB for network=default: []services.LB{} I0310 19:26:20.389332 3402 services_controller.go:479] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics template LB for network=default: []services.LB{} I0310 19:26:20.389288 3402 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 09cca8de-04ca-4ab6-8203-44c9983ced6e 1641 0 2026-03-10 19:15:25 +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 fa8407b6-d2c6-496a-b61c-58a7d50d03f1 0xc00721107f }] [] []},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.72.112,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.72.112],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:20.389314 3402 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 892212a2-23a7-4e55-bc82-8c3bfeb75bf8 1039 0 2026-03-10 19:15:13 +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 fa8407b6-d2c6-496a-b61c-58a7d50d03f1 0xc0072111a7 }] [] []},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.67.139,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.67.139],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:20.389372 3402 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 I0310 19:26:20.389388 3402 lb_config.go:1030] Cluster endpoints for openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default are: map[] I0310 19:26:20.388292 3402 admin_network_policy_controller.go:583] Updating Node in Admin Network Policy controller ip-10-0-1-9.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-018f8b4b31-workers-1,kubernetes.io/arch=amd64,kubernetes.io/hostname=ip-10-0-1-9.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 I0310 19:26:20.389404 3402 services_controller.go:497] Skipping no-op change for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0310 19:26:20.389335 3402 services_controller.go:460] Service openshift-dns/dns-default retrieved from lister for network=default: &Service{ObjectMeta:{dns-default openshift-dns 55a9ec21-4e0c-4ed4-a19a-c20938bb9f5e 1480 0 2026-03-10 19:15:23 +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 e7e9322d-8b6e-4b5a-a2de-22657998fad2 0xc0072116d7 }] [] []},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{},},} I0310 19:26:20.389410 3402 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.67.139"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0310 19:26:20.389414 3402 services_controller.go:386] Finished syncing service deployment-validation-operator-metrics on namespace openshift-deployment-validation-operator for network=default : 691.701µs I0310 19:26:20.389422 3402 services_controller.go:470] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:20.389392 3402 lb_config.go:1030] Cluster endpoints for openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default are: map[] I0310 19:26:20.389432 3402 services_controller.go:471] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:20.389432 3402 services_controller.go:382] Processing sync for service openshift-kube-controller-manager-operator/metrics for network=default I0310 19:26:20.389434 3402 lb_config.go:1030] Cluster endpoints for openshift-dns/dns-default for network=default are: map[] I0310 19:26:20.389441 3402 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.72.112"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0310 19:26:20.389448 3402 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.67.139", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:20.389465 3402 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) I0310 19:26:20.389472 3402 services_controller.go:478] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics per-node LB for network=default: []services.LB{} I0310 19:26:20.389451 3402 services_controller.go:469] Built service openshift-dns/dns-default LB cluster-wide configs for network=default: []services.lbConfig(nil) I0310 19:26:20.389485 3402 services_controller.go:479] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics template LB for network=default: []services.LB{} I0310 19:26:20.389482 3402 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}} I0310 19:26:20.389498 3402 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 I0310 19:26:20.389503 3402 services_controller.go:471] Built service openshift-dns/dns-default LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:20.389524 3402 services_controller.go:497] Skipping no-op change for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0310 19:26:20.389422 3402 admin_network_policy_node.go:55] Processing sync for Node ip-10-0-1-9.ec2.internal in Admin Network Policy controller I0310 19:26:20.389446 3402 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 cc3b7b42-9d10-47fb-8709-c40de39bc58c 843 0 2026-03-10 19:15:09 +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 fa8407b6-d2c6-496a-b61c-58a7d50d03f1 0xc007211c9f }] [] []},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.119.164,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.119.164],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:20.389475 3402 services_controller.go:471] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:20.389541 3402 services_controller.go:477] Built service openshift-dns/dns-default cluster-wide LB for network=default: []services.LB{} I0310 19:26:20.389543 3402 admin_network_policy_node.go:58] Finished syncing Node ip-10-0-1-9.ec2.internal Admin Network Policy controller: took 124.157µs I0310 19:26:20.388715 3402 services_controller.go:640] Adding service default/openshift-oauth-apiserver for network=default I0310 19:26:20.389562 3402 services_controller.go:640] Adding service openshift-authentication-operator/metrics for network=default I0310 19:26:20.389552 3402 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.72.112", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:20.389564 3402 lb_config.go:1030] Cluster endpoints for openshift-kube-controller-manager-operator/metrics for network=default are: map[] I0310 19:26:20.389567 3402 services_controller.go:640] Adding service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0310 19:26:20.389572 3402 services_controller.go:478] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service per-node LB for network=default: []services.LB{} I0310 19:26:20.389574 3402 services_controller.go:640] Adding service openshift-ingress-canary/ingress-canary for network=default I0310 19:26:20.389580 3402 services_controller.go:640] Adding service openshift-ingress/router-default for network=default I0310 19:26:20.389582 3402 services_controller.go:479] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service template LB for network=default: []services.LB{} I0310 19:26:20.389586 3402 services_controller.go:640] Adding service openshift-machine-config-operator/machine-config-operator for network=default I0310 19:26:20.389592 3402 services_controller.go:640] Adding service openshift-apiserver-operator/metrics for network=default I0310 19:26:20.389590 3402 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 I0310 19:26:20.389599 3402 services_controller.go:640] Adding service default/openshift for network=default I0310 19:26:20.389604 3402 services_controller.go:640] Adding service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0310 19:26:20.389607 3402 services_controller.go:640] Adding service openshift-cluster-version/cluster-version-operator for network=default I0310 19:26:20.389611 3402 services_controller.go:640] Adding service openshift-console-operator/metrics for network=default I0310 19:26:20.389606 3402 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.119.164"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0310 19:26:20.389551 3402 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-9.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-9.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-9.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-dns/dns-default_UDP_node_router+switch_ip-10-0-1-9.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-9.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-9.ec2.internal"}, Groups:[]string(nil)}} I0310 19:26:20.389535 3402 services_controller.go:386] Finished syncing service cluster-storage-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 233.732µs I0310 19:26:20.389625 3402 services_controller.go:470] Built service openshift-kube-controller-manager-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:20.389629 3402 services_controller.go:382] Processing sync for service openshift-monitoring/cluster-monitoring-operator for network=default I0310 19:26:20.389615 3402 services_controller.go:640] Adding service openshift-ingress-operator/metrics for network=default I0310 19:26:20.389634 3402 services_controller.go:386] Finished syncing service cluster-monitoring-operator on namespace openshift-monitoring for network=default : 5.716µs I0310 19:26:20.388782 3402 services_controller.go:382] Processing sync for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0310 19:26:20.389638 3402 services_controller.go:471] Built service openshift-kube-controller-manager-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:20.389636 3402 services_controller.go:640] Adding service openshift-machine-config-operator/machine-config-daemon for network=default I0310 19:26:20.389650 3402 services_controller.go:640] Adding service default/kubernetes for network=default I0310 19:26:20.389655 3402 services_controller.go:640] Adding service default/packageserver for network=default I0310 19:26:20.389660 3402 services_controller.go:640] Adding service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0310 19:26:20.389666 3402 services_controller.go:640] Adding service openshift-config-operator/metrics for network=default I0310 19:26:20.389672 3402 services_controller.go:640] Adding service openshift-network-console/networking-console-plugin for network=default I0310 19:26:20.389655 3402 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-9.ec2.internal]} port_security:{GoSet:[]} tag_request:{GoSet:[]} type:router] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {ea1edd50-919a-474b-a453-41e5642fcaca}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:20.389677 3402 services_controller.go:640] Adding service default/openshift-apiserver for network=default I0310 19:26:20.389659 3402 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.119.164", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:20.389684 3402 services_controller.go:640] Adding service openshift-insights/metrics for network=default I0310 19:26:20.389626 3402 services_controller.go:479] Built service openshift-dns/dns-default template LB for network=default: []services.LB{} I0310 19:26:20.389690 3402 services_controller.go:640] Adding service openshift-network-operator/metrics for network=default I0310 19:26:20.389644 3402 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 2736a54d-aa6a-47bc-af77-ff1f699bee14 3201 0 2026-03-10 19:15:41 +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 fa8407b6-d2c6-496a-b61c-58a7d50d03f1 0xc007211d57 }] [] []},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.61.240,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.61.240],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:20.389696 3402 services_controller.go:640] Adding service openshift-image-registry/image-registry for network=default I0310 19:26:20.389700 3402 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 I0310 19:26:20.389705 3402 services_controller.go:640] Adding service openshift-ingress/router-internal-default for network=default I0310 19:26:20.389700 3402 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:ea1edd50-919a-474b-a453-41e5642fcaca}]}}] Timeout: Where:[where column _uuid == {bf545a1e-6c94-4601-8bbb-6bc6497faba7}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:20.389736 3402 services_controller.go:497] Skipping no-op change for service openshift-dns/dns-default for network=default I0310 19:26:20.389745 3402 services_controller.go:386] Finished syncing service dns-default on namespace openshift-dns for network=default : 972.507µs I0310 19:26:20.389733 3402 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-9.ec2.internal]} port_security:{GoSet:[]} tag_request:{GoSet:[]} type:router] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {ea1edd50-919a-474b-a453-41e5642fcaca}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:ea1edd50-919a-474b-a453-41e5642fcaca}]}}] Timeout: Where:[where column _uuid == {bf545a1e-6c94-4601-8bbb-6bc6497faba7}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:20.389757 3402 services_controller.go:382] Processing sync for service openshift-authentication-operator/metrics for network=default I0310 19:26:20.389766 3402 services_controller.go:460] Service openshift-authentication-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-authentication-operator 940abf11-5dbf-440a-a310-fe07018f2f37 684 0 2026-03-10 19:15:06 +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 fa8407b6-d2c6-496a-b61c-58a7d50d03f1 0xc007210df7 }] [] []},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.231.158,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.231.158],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:20.389714 3402 services_controller.go:640] Adding service openshift-machine-config-operator/machine-config-controller for network=default I0310 19:26:20.389846 3402 services_controller.go:640] Adding service openshift-multus/network-metrics-service for network=default I0310 19:26:20.389846 3402 lb_config.go:1030] Cluster endpoints for openshift-authentication-operator/metrics for network=default are: map[] I0310 19:26:20.389852 3402 services_controller.go:640] Adding service openshift-network-diagnostics/network-check-target for network=default I0310 19:26:20.389859 3402 services_controller.go:640] Adding service openshift-service-ca-operator/metrics for network=default I0310 19:26:20.389865 3402 services_controller.go:640] Adding service openshift-cluster-samples-operator/metrics for network=default I0310 19:26:20.389691 3402 services_controller.go:478] Built service openshift-kube-controller-manager-operator/metrics per-node LB for network=default: []services.LB{} I0310 19:26:20.389878 3402 services_controller.go:479] Built service openshift-kube-controller-manager-operator/metrics template LB for network=default: []services.LB{} I0310 19:26:20.389893 3402 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 I0310 19:26:20.389927 3402 services_controller.go:497] Skipping no-op change for service openshift-kube-controller-manager-operator/metrics for network=default I0310 19:26:20.389939 3402 services_controller.go:386] Finished syncing service metrics on namespace openshift-kube-controller-manager-operator for network=default : 507.057µs I0310 19:26:20.389951 3402 services_controller.go:382] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0310 19:26:20.389860 3402 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.231.158"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0310 19:26:20.389987 3402 services_controller.go:470] Built service openshift-authentication-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:20.389999 3402 services_controller.go:471] Built service openshift-authentication-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:20.389960 3402 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 81ee59f8-c796-4117-9ce0-1c25b03b3fa5 5109 0 2026-03-10 19:16:35 +0000 UTC map[olm.managed:true olm.service-spec-hash:8H7arFYfeqTDwtur5ZzpDGCqSKpg30XG9PXH2W] map[] [{operators.coreos.com/v1alpha1 CatalogSource deployment-validation-operator-catalog 25be4e2b-1d6c-4457-92e1-509a3c3f3e6d 0xc0072114cd 0xc0072114ce}] [] []},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.206.67,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.206.67],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:20.390028 3402 lb_config.go:1030] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default are: map[] I0310 19:26:20.390017 3402 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.231.158", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:20.390052 3402 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.206.67"}, 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}} I0310 19:26:20.390061 3402 services_controller.go:478] Built service openshift-authentication-operator/metrics per-node LB for network=default: []services.LB{} I0310 19:26:20.390063 3402 services_controller.go:470] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:20.390071 3402 services_controller.go:471] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:20.390074 3402 services_controller.go:479] Built service openshift-authentication-operator/metrics template LB for network=default: []services.LB{} I0310 19:26:20.390085 3402 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 I0310 19:26:20.390081 3402 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.206.67", Port:50051, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:20.389615 3402 services_controller.go:497] Skipping no-op change for service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0310 19:26:20.390115 3402 services_controller.go:478] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog per-node LB for network=default: []services.LB{} I0310 19:26:20.390125 3402 services_controller.go:479] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog template LB for network=default: []services.LB{} I0310 19:26:20.390124 3402 services_controller.go:386] Finished syncing service performance-addon-operator-service on namespace openshift-cluster-node-tuning-operator for network=default : 843.456µs I0310 19:26:20.390130 3402 services_controller.go:497] Skipping no-op change for service openshift-authentication-operator/metrics for network=default I0310 19:26:20.390132 3402 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 I0310 19:26:20.390137 3402 services_controller.go:386] Finished syncing service metrics on namespace openshift-authentication-operator for network=default : 380.302µs I0310 19:26:20.390166 3402 services_controller.go:497] Skipping no-op change for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0310 19:26:20.390171 3402 services_controller.go:382] Processing sync for service openshift-ingress/router-default for network=default I0310 19:26:20.390176 3402 services_controller.go:386] Finished syncing service deployment-validation-operator-catalog on namespace openshift-deployment-validation-operator for network=default : 224.242µs I0310 19:26:20.390185 3402 services_controller.go:382] Processing sync for service openshift-ingress-canary/ingress-canary for network=default I0310 19:26:20.390192 3402 services_controller.go:382] Processing sync for service openshift-machine-config-operator/machine-config-operator for network=default I0310 19:26:20.390168 3402 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 == {03b2f3f5-d05a-409d-a48e-c4145be4a0ac}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:20.390200 3402 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 73b57a22-2054-4eb4-a4e3-1c86e999acbd 738 0 2026-03-10 19:15:07 +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 fa8407b6-d2c6-496a-b61c-58a7d50d03f1 0xc007211f3b }] [] []},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.196.21,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.196.21],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:20.390198 3402 services_controller.go:460] Service openshift-ingress-canary/ingress-canary retrieved from lister for network=default: &Service{ObjectMeta:{ingress-canary openshift-ingress-canary 3f977580-5cd1-40ea-afdd-e700c9fe2bee 2318 0 2026-03-10 19:15:37 +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 68280ad7-231b-43d0-b811-d7b50cbefe3b 0xc007211860 }] [] []},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.245.55,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.245.55],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:20.390184 3402 services_controller.go:460] Service openshift-ingress/router-default retrieved from lister for network=default: &Service{ObjectMeta:{router-default openshift-ingress 1fc1309f-cdef-4f25-b1af-592916ef735e 2711 0 2026-03-10 19:15:27 +0000 UTC map[app:router ingresscontroller.operator.openshift.io/owning-ingresscontroller:default router:router-default] map[service.beta.kubernetes.io/aws-load-balancer-additional-resource-tags:api.openshift.com/environment=production,api.openshift.com/id=2ov1rmga1lmertbm3075pr3fjmubsbm3,api.openshift.com/legal-entity-id=2h8L52xc1VHB4xLFE2YyPmAjYjI,api.openshift.com/name=kx-018f8b4b31,cluster-type=rosa-hcp,creation-date=2026-03-10,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 6a20aac2-da33-4e60-9721-5b9e7b570896 0xc007211a37 }] [service.kubernetes.io/load-balancer-cleanup] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:http,Protocol:TCP,Port:80,TargetPort:{1 0 http},NodePort:31230,AppProtocol:nil,},ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{1 0 https},NodePort:31162,AppProtocol:nil,},},Selector:map[string]string{ingresscontroller.operator.openshift.io/deployment-ingresscontroller: default,},ClusterIP:172.30.201.102,Type:LoadBalancer,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:Local,HealthCheckNodePort:32283,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.201.102],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:*true,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{LoadBalancerIngress{IP:,Hostname:a1fc1309fcdef4f25b1af592916ef735-fb40aed27295f0e4.elb.us-east-1.amazonaws.com,IPMode:nil,Ports:[]PortStatus{},},},},Conditions:[]Condition{},},} I0310 19:26:20.390297 3402 lb_config.go:1030] Cluster endpoints for openshift-ingress-canary/ingress-canary for network=default are: map[] I0310 19:26:20.390299 3402 lb_config.go:1030] Cluster endpoints for openshift-machine-config-operator/machine-config-operator for network=default are: map[] I0310 19:26:20.390320 3402 lb_config.go:1030] Cluster endpoints for openshift-ingress/router-default for network=default are: map[] I0310 19:26:20.390332 3402 lb_config.go:1053] Local endpoints for openshift-ingress/router-default for network=default are: map[] I0310 19:26:20.390314 3402 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.245.55"}, 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.245.55"}, 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}} I0310 19:26:20.390332 3402 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.196.21"}, 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}} I0310 19:26:20.389641 3402 services_controller.go:382] Processing sync for service default/openshift-oauth-apiserver for network=default I0310 19:26:20.390347 3402 services_controller.go:470] Built service openshift-ingress-canary/ingress-canary LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:20.390341 3402 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.201.102"}, 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.201.102"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0310 19:26:20.390351 3402 services_controller.go:470] Built service openshift-machine-config-operator/machine-config-operator LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:20.390357 3402 services_controller.go:471] Built service openshift-ingress-canary/ingress-canary LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:20.390364 3402 services_controller.go:471] Built service openshift-machine-config-operator/machine-config-operator LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:20.390359 3402 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:31230, 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:31162, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:true, internalTrafficLocal:false, hasNodePort:true}} I0310 19:26:20.390372 3402 services_controller.go:471] Built service openshift-ingress/router-default LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:20.390375 3402 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.245.55", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.245.55", Port:8888, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:20.390425 3402 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.201.102", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.201.102", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:20.390485 3402 services_controller.go:478] Built service openshift-ingress-canary/ingress-canary per-node LB for network=default: []services.LB{} I0310 19:26:20.390500 3402 services_controller.go:479] Built service openshift-ingress-canary/ingress-canary template LB for network=default: []services.LB{} I0310 19:26:20.390512 3402 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 I0310 19:26:20.390356 3402 services_controller.go:460] Service default/openshift-oauth-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-oauth-apiserver default b87cd83d-5779-4193-be24-54272c47408b 1583 0 2026-03-10 19:15:24 +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.251.73,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.251.73],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:20.390485 3402 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-9.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.9", Port:31230, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:31230, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.1.9", Port:31162, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:31162, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string(nil), Routers:[]string{"GR_ip-10-0-1-9.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-ingress/router-default_TCP_node_switch_ip-10-0-1-9.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:31230, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.1.9", Port:31230, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:31230, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:31230, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:31162, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.1.9", Port:31162, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:31162, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:31162, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-9.ec2.internal"}, Routers:[]string(nil), Groups:[]string(nil)}} I0310 19:26:20.390537 3402 services_controller.go:497] Skipping no-op change for service openshift-ingress-canary/ingress-canary for network=default I0310 19:26:20.390545 3402 services_controller.go:386] Finished syncing service ingress-canary on namespace openshift-ingress-canary for network=default : 404.821µs I0310 19:26:20.390546 3402 services_controller.go:479] Built service openshift-ingress/router-default template LB for network=default: []services.LB{} I0310 19:26:20.390558 3402 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 I0310 19:26:20.390559 3402 services_controller.go:382] Processing sync for service openshift-apiserver-operator/metrics for network=default I0310 19:26:20.390549 3402 lb_config.go:1030] Cluster endpoints for default/openshift-oauth-apiserver for network=default are: map[TCP/https:{443 [172.30.132.168] []}] I0310 19:26:20.390591 3402 services_controller.go:469] Built service default/openshift-oauth-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0310 19:26:20.390600 3402 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.251.73"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.132.168"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0310 19:26:20.390621 3402 services_controller.go:471] Built service default/openshift-oauth-apiserver LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:20.390571 3402 services_controller.go:460] Service openshift-apiserver-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-apiserver-operator 04181d65-7ff2-417a-a363-47eaa610f3ec 1072 0 2026-03-10 19:15:14 +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 fa8407b6-d2c6-496a-b61c-58a7d50d03f1 0xc007210c6f }] [] []},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.174.147,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.174.147],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:20.390645 3402 services_controller.go:477] Built service default/openshift-oauth-apiserver cluster-wide LB for network=default: []services.LB{} I0310 19:26:20.390648 3402 lb_config.go:1030] Cluster endpoints for openshift-apiserver-operator/metrics for network=default are: map[] I0310 19:26:20.390662 3402 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.174.147"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0310 19:26:20.390718 3402 services_controller.go:470] Built service openshift-apiserver-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:20.390733 3402 services_controller.go:471] Built service openshift-apiserver-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:20.390750 3402 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.174.147", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:20.390753 3402 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2d19ae66838a4eb996a78ae57bab6dd605815d5522809318be2ddaea8b96664fb3_2escope", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Scope", map[string]dbus.Variant{"Controller":dbus.Variant{sig:dbus.Signature{str:"s"}, value:""}, "Result":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}}, []string{}}, Sequence:0x68} I0310 19:26:20.390781 3402 services_controller.go:478] Built service openshift-apiserver-operator/metrics per-node LB for network=default: []services.LB{} I0310 19:26:20.390792 3402 services_controller.go:479] Built service openshift-apiserver-operator/metrics template LB for network=default: []services.LB{} I0310 19:26:20.390802 3402 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 I0310 19:26:20.390571 3402 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:"a65ed5dd-a994-42eb-b457-738311a5f62a", 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.201.102", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.201.102", 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.201.102", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.201.102", 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-9.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.9", Port:31230, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:31230, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.1.9", Port:31162, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:31162, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string(nil), Routers:[]string{"GR_ip-10-0-1-9.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-ingress/router-default_TCP_node_switch_ip-10-0-1-9.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:31230, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.1.9", Port:31230, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:31230, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:31230, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:31162, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.1.9", Port:31162, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:31162, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:31162, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-9.ec2.internal"}, Routers:[]string(nil), Groups:[]string(nil)}} I0310 19:26:20.390783 3402 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2d19ae66838a4eb996a78ae57bab6dd605815d5522809318be2ddaea8b96664fb3_2escope", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Unit", map[string]dbus.Variant{"ActivationDetails":dbus.Variant{sig:dbus.Signature{str:"a(ss)"}, value:[][]interface {}{}}, "ActiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cb07e7d1bcd}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2bea7ab}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cb07e7dc2dc}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2bf4eba}, "ActiveState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"inactive"}, "AssertResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "AssertTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cb07e7ce919}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2be74f7}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cb07e7ce916}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2be74f4}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cb07e7dc2dc}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2bf4eba}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cb07e7d1bcd}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2bea7ab}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x47, 0x3f, 0x74, 0x49, 0x5, 0xb9, 0x4c, 0x5a, 0x9c, 0x1f, 0xca, 0x64, 0x3a, 0xdf, 0xeb, 0x36}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cb07e7dc2dc}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2bf4eba}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0x69} I0310 19:26:20.390840 3402 services_controller.go:497] Skipping no-op change for service openshift-apiserver-operator/metrics for network=default I0310 19:26:20.390844 3402 services_controller.go:386] Finished syncing service metrics on namespace openshift-apiserver-operator for network=default : 286.469µs I0310 19:26:20.390839 3402 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.UnitRemoved", Body:[]interface {}{"crio-conmon-19ae66838a4eb996a78ae57bab6dd605815d5522809318be2ddaea8b96664fb3.scope", "/org/freedesktop/systemd1/unit/crio_2dconmon_2d19ae66838a4eb996a78ae57bab6dd605815d5522809318be2ddaea8b96664fb3_2escope"}, Sequence:0x6a} I0310 19:26:20.390854 3402 services_controller.go:382] Processing sync for service default/openshift for network=default I0310 19:26:20.390859 3402 services_controller.go:386] Finished syncing service openshift on namespace default for network=default : 5.587µs I0310 19:26:20.390876 3402 services_controller.go:382] Processing sync for service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0310 19:26:20.389719 3402 lb_config.go:1030] Cluster endpoints for openshift-kube-storage-version-migrator-operator/metrics for network=default are: map[] I0310 19:26:20.390884 3402 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 baf0b0f2-2aca-4d3c-b7c9-637dd97d2847 992 0 2026-03-10 19:15:12 +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 fa8407b6-d2c6-496a-b61c-58a7d50d03f1 0xc007211257 }] [] []},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.65.251,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.65.251],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:20.390934 3402 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.61.240"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0310 19:26:20.390944 3402 lb_config.go:1030] Cluster endpoints for openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default are: map[] I0310 19:26:20.390951 3402 services_controller.go:470] Built service openshift-kube-storage-version-migrator-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:20.390952 3402 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.65.251"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0310 19:26:20.390961 3402 services_controller.go:471] Built service openshift-kube-storage-version-migrator-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:20.390961 3402 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) I0310 19:26:20.390969 3402 services_controller.go:471] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:20.390959 3402 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.201.102:443: 172.30.201.102:80:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {a65ed5dd-a994-42eb-b457-738311a5f62a}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:20.390386 3402 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.196.21", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:20.390997 3402 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.65.251", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:20.391018 3402 services_controller.go:478] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics per-node LB for network=default: []services.LB{} I0310 19:26:20.391030 3402 services_controller.go:479] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics template LB for network=default: []services.LB{} I0310 19:26:20.391043 3402 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 I0310 19:26:20.391032 3402 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-9.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.9:31162: 10.0.1.9:31230: 172.20.0.1:31162: 172.20.0.1:31230:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0964085552}] I0310 19:26:20.391049 3402 services_controller.go:478] Built service openshift-machine-config-operator/machine-config-operator per-node LB for network=default: []services.LB{} I0310 19:26:20.391058 3402 services_controller.go:497] Skipping no-op change for service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0310 19:26:20.391062 3402 services_controller.go:386] Finished syncing service csi-snapshot-controller-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 198.071µs I0310 19:26:20.391067 3402 services_controller.go:479] Built service openshift-machine-config-operator/machine-config-operator template LB for network=default: []services.LB{} I0310 19:26:20.391069 3402 services_controller.go:382] Processing sync for service openshift-cluster-version/cluster-version-operator for network=default I0310 19:26:20.390658 3402 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-9.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.251.73", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.132.168", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-9.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-9.ec2.internal"}, Groups:[]string(nil)}} I0310 19:26:20.391081 3402 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 I0310 19:26:20.391092 3402 services_controller.go:479] Built service default/openshift-oauth-apiserver template LB for network=default: []services.LB{} I0310 19:26:20.391079 3402 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-9.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.9:31162: 10.0.1.9:31230: 169.254.0.3:31162: 169.254.0.3:31230: 172.20.0.1:31162: 172.20.0.1:31230:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0964085553}] I0310 19:26:20.390234 3402 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:03b2f3f5-d05a-409d-a48e-c4145be4a0ac}]}}] Timeout: Where:[where column _uuid == {a87e14f5-a817-4ede-83b7-993e79f8d45f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:20.391111 3402 services_controller.go:497] Skipping no-op change for service openshift-machine-config-operator/machine-config-operator for network=default I0310 19:26:20.391077 3402 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 5e25f966-f738-479d-b41e-9a213fe4275d 496 0 2026-03-10 19:14:59 +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.23.118,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.23.118],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:20.391122 3402 services_controller.go:386] Finished syncing service machine-config-operator on namespace openshift-machine-config-operator for network=default : 929.572µs I0310 19:26:20.391136 3402 lb_config.go:1030] Cluster endpoints for openshift-cluster-version/cluster-version-operator for network=default are: map[] I0310 19:26:20.391138 3402 services_controller.go:382] Processing sync for service openshift-console-operator/metrics for network=default I0310 19:26:20.391159 3402 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.23.118"}, 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}} I0310 19:26:20.390980 3402 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.61.240", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:20.391174 3402 services_controller.go:470] Built service openshift-cluster-version/cluster-version-operator LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:20.391163 3402 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:u0964085553}]}}] Timeout: Where:[where column _uuid == {4d3dbbb3-8eab-4946-9375-b59315ca47e3}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:20.391181 3402 services_controller.go:471] Built service openshift-cluster-version/cluster-version-operator LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:20.391180 3402 services_controller.go:478] Built service openshift-kube-storage-version-migrator-operator/metrics per-node LB for network=default: []services.LB{} I0310 19:26:20.391192 3402 services_controller.go:479] Built service openshift-kube-storage-version-migrator-operator/metrics template LB for network=default: []services.LB{} I0310 19:26:20.391203 3402 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 I0310 19:26:20.391191 3402 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.23.118", Port:9099, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:20.391217 3402 services_controller.go:478] Built service openshift-cluster-version/cluster-version-operator per-node LB for network=default: []services.LB{} I0310 19:26:20.391209 3402 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:u0964085552}]}}] Timeout: Where:[where column _uuid == {a87e14f5-a817-4ede-83b7-993e79f8d45f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:20.391225 3402 services_controller.go:479] Built service openshift-cluster-version/cluster-version-operator template LB for network=default: []services.LB{} I0310 19:26:20.391232 3402 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 I0310 19:26:20.391230 3402 services_controller.go:497] Skipping no-op change for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0310 19:26:20.391243 3402 services_controller.go:386] Finished syncing service metrics on namespace openshift-kube-storage-version-migrator-operator for network=default : 2.459774ms I0310 19:26:20.391166 3402 services_controller.go:460] Service openshift-console-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-console-operator 4a548d25-72a5-4fd0-b8e7-a5256f015705 2128 0 2026-03-10 19:15:30 +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 fa8407b6-d2c6-496a-b61c-58a7d50d03f1 0xc007211437 }] [] []},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.94.34,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.94.34],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:20.391258 3402 services_controller.go:382] Processing sync for service openshift-ingress-operator/metrics for network=default I0310 19:26:20.391253 3402 services_controller.go:497] Skipping no-op change for service openshift-cluster-version/cluster-version-operator for network=default I0310 19:26:20.391267 3402 services_controller.go:386] Finished syncing service cluster-version-operator on namespace openshift-cluster-version for network=default : 198.448µs I0310 19:26:20.391275 3402 services_controller.go:382] Processing sync for service openshift-machine-config-operator/machine-config-daemon for network=default I0310 19:26:20.391275 3402 lb_config.go:1030] Cluster endpoints for openshift-console-operator/metrics for network=default are: map[] I0310 19:26:20.391118 3402 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 == {03b2f3f5-d05a-409d-a48e-c4145be4a0ac}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:03b2f3f5-d05a-409d-a48e-c4145be4a0ac}]}}] Timeout: Where:[where column _uuid == {a87e14f5-a817-4ede-83b7-993e79f8d45f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:20.391292 3402 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.94.34"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0310 19:26:20.391315 3402 services_controller.go:470] Built service openshift-console-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:20.391327 3402 services_controller.go:471] Built service openshift-console-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:20.391232 3402 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.201.102:443: 172.30.201.102:80:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {a65ed5dd-a994-42eb-b457-738311a5f62a}] 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-9.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.9:31162: 10.0.1.9:31230: 172.20.0.1:31162: 172.20.0.1:31230:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0964085552} {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-9.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.9:31162: 10.0.1.9:31230: 169.254.0.3:31162: 169.254.0.3:31230: 172.20.0.1:31162: 172.20.0.1:31230:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0964085553} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u0964085553}]}}] Timeout: Where:[where column _uuid == {4d3dbbb3-8eab-4946-9375-b59315ca47e3}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u0964085552}]}}] Timeout: Where:[where column _uuid == {a87e14f5-a817-4ede-83b7-993e79f8d45f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:20.391270 3402 services_controller.go:460] Service openshift-ingress-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-ingress-operator c26bef83-3fc2-42aa-809d-670625d33d02 1608 0 2026-03-10 19:15:24 +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 fa8407b6-d2c6-496a-b61c-58a7d50d03f1 0xc007211947 }] [] []},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.37.211,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.37.211],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:20.391281 3402 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 dcd2ed27-5861-4e2b-a37f-3b3df2c1a30e 942 0 2026-03-10 19:15:11 +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 fa8407b6-d2c6-496a-b61c-58a7d50d03f1 0xc007211ea7 }] [] []},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.91.28,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.91.28],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:20.391106 3402 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 I0310 19:26:20.391357 3402 lb_config.go:1030] Cluster endpoints for openshift-ingress-operator/metrics for network=default are: map[] I0310 19:26:20.391369 3402 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.37.211"}, 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}} I0310 19:26:20.391378 3402 lb_config.go:1030] Cluster endpoints for openshift-machine-config-operator/machine-config-daemon for network=default are: map[] I0310 19:26:20.391346 3402 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.94.34", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:20.391393 3402 services_controller.go:497] Skipping no-op change for service default/openshift-oauth-apiserver for network=default I0310 19:26:20.391398 3402 services_controller.go:478] Built service openshift-console-operator/metrics per-node LB for network=default: []services.LB{} I0310 19:26:20.391395 3402 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.91.28"}, 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.91.28"}, 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}} I0310 19:26:20.391402 3402 services_controller.go:386] Finished syncing service openshift-oauth-apiserver on namespace default for network=default : 1.758172ms I0310 19:26:20.391411 3402 services_controller.go:479] Built service openshift-console-operator/metrics template LB for network=default: []services.LB{} I0310 19:26:20.391412 3402 services_controller.go:470] Built service openshift-machine-config-operator/machine-config-daemon LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:20.391419 3402 services_controller.go:382] Processing sync for service default/kubernetes for network=default I0310 19:26:20.391422 3402 services_controller.go:471] Built service openshift-machine-config-operator/machine-config-daemon LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:20.391423 3402 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 I0310 19:26:20.391449 3402 services_controller.go:497] Skipping no-op change for service openshift-console-operator/metrics for network=default I0310 19:26:20.391439 3402 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.91.28", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.91.28", Port:8798, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:20.391486 3402 services_controller.go:478] Built service openshift-machine-config-operator/machine-config-daemon per-node LB for network=default: []services.LB{} I0310 19:26:20.391429 3402 services_controller.go:460] Service default/kubernetes retrieved from lister for network=default: &Service{ObjectMeta:{kubernetes default f0262105-a82b-4c31-961f-bb9c53e88513 271 0 2026-03-10 19:14:40 +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{},},} I0310 19:26:20.391500 3402 services_controller.go:479] Built service openshift-machine-config-operator/machine-config-daemon template LB for network=default: []services.LB{} I0310 19:26:20.391510 3402 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 I0310 19:26:20.391385 3402 services_controller.go:470] Built service openshift-ingress-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:20.391527 3402 lb_config.go:1030] Cluster endpoints for default/kubernetes for network=default are: map[TCP/https:{6443 [172.20.0.1] []}] I0310 19:26:20.391532 3402 services_controller.go:497] Skipping no-op change for service openshift-machine-config-operator/machine-config-daemon for network=default I0310 19:26:20.391539 3402 services_controller.go:386] Finished syncing service machine-config-daemon on namespace openshift-machine-config-operator for network=default : 263.133µs I0310 19:26:20.391543 3402 services_controller.go:469] Built service default/kubernetes LB cluster-wide configs for network=default: []services.lbConfig(nil) I0310 19:26:20.391555 3402 services_controller.go:382] Processing sync for service default/packageserver for network=default I0310 19:26:20.391552 3402 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}} I0310 19:26:20.391566 3402 services_controller.go:471] Built service default/kubernetes LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:20.391584 3402 services_controller.go:471] Built service openshift-ingress-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:20.391590 3402 services_controller.go:477] Built service default/kubernetes cluster-wide LB for network=default: []services.LB{} I0310 19:26:20.391601 3402 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-9.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-9.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-9.ec2.internal"}, Groups:[]string(nil)}} I0310 19:26:20.391473 3402 services_controller.go:386] Finished syncing service metrics on namespace openshift-console-operator for network=default : 331.07µs I0310 19:26:20.391567 3402 services_controller.go:460] Service default/packageserver retrieved from lister for network=default: &Service{ObjectMeta:{packageserver default 49bb0eb7-e2d0-4d5a-9136-d5983bf2c0ef 1734 0 2026-03-10 19:15:26 +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.161.98,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.161.98],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:20.391627 3402 services_controller.go:479] Built service default/kubernetes template LB for network=default: []services.LB{} I0310 19:26:20.391610 3402 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.37.211", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:20.391640 3402 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 I0310 19:26:20.391642 3402 services_controller.go:382] Processing sync for service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0310 19:26:20.391643 3402 services_controller.go:478] Built service openshift-ingress-operator/metrics per-node LB for network=default: []services.LB{} I0310 19:26:20.391654 3402 services_controller.go:386] Finished syncing service node-tuning-operator on namespace openshift-cluster-node-tuning-operator for network=default : 12.673µs I0310 19:26:20.391657 3402 services_controller.go:479] Built service openshift-ingress-operator/metrics template LB for network=default: []services.LB{} I0310 19:26:20.391660 3402 services_controller.go:497] Skipping no-op change for service default/kubernetes for network=default I0310 19:26:20.391666 3402 services_controller.go:386] Finished syncing service kubernetes on namespace default for network=default : 248.723µs I0310 19:26:20.391667 3402 services_controller.go:382] Processing sync for service openshift-config-operator/metrics for network=default I0310 19:26:20.391670 3402 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 I0310 19:26:20.391668 3402 lb_config.go:1030] Cluster endpoints for default/packageserver for network=default are: map[TCP/https:{443 [172.30.51.152] []}] I0310 19:26:20.391674 3402 services_controller.go:382] Processing sync for service openshift-network-console/networking-console-plugin for network=default I0310 19:26:20.391685 3402 services_controller.go:469] Built service default/packageserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0310 19:26:20.391674 3402 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:d5:f8:46:0d networks:{GoSet:[10.0.1.9/24]} options:{GoMap:map[]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {221157a9-cdcb-415a-ac51-b145b5263559}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:20.391694 3402 services_controller.go:497] Skipping no-op change for service openshift-ingress-operator/metrics for network=default I0310 19:26:20.391701 3402 services_controller.go:386] Finished syncing service metrics on namespace openshift-ingress-operator for network=default : 443.843µs I0310 19:26:20.391693 3402 services_controller.go:470] Built service default/packageserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.161.98"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.51.152"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0310 19:26:20.391717 3402 services_controller.go:382] Processing sync for service default/openshift-apiserver for network=default I0310 19:26:20.391718 3402 services_controller.go:471] Built service default/packageserver LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:20.391740 3402 services_controller.go:477] Built service default/packageserver cluster-wide LB for network=default: []services.LB{} I0310 19:26:20.391678 3402 services_controller.go:460] Service openshift-config-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-config-operator d8ccf22f-d021-47a6-802f-0133ba96d013 1834 0 2026-03-10 19:15:27 +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 fa8407b6-d2c6-496a-b61c-58a7d50d03f1 0xc007211377 }] [] []},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.44.158,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.44.158],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:20.391682 3402 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 26fa38be-8216-4039-a46d-fc4c8e5c834f 4569 0 2026-03-10 19:16:20 +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 e28b0252-3599-43f1-b41f-363f241a1f44 0xc007ec20ee 0xc007ec20ef}] [] []},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.233.0,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.233.0],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:20.391768 3402 lb_config.go:1030] Cluster endpoints for openshift-network-console/networking-console-plugin for network=default are: map[] I0310 19:26:20.391773 3402 lb_config.go:1030] Cluster endpoints for openshift-config-operator/metrics for network=default are: map[] I0310 19:26:20.391786 3402 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.233.0"}, 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}} I0310 19:26:20.391755 3402 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-9.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.161.98", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.51.152", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-9.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-9.ec2.internal"}, Groups:[]string(nil)}} I0310 19:26:20.391727 3402 services_controller.go:460] Service default/openshift-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-apiserver default 64f28277-86a9-445f-bb60-81f02191f7cf 1567 0 2026-03-10 19:15:24 +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.223.94,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.223.94],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:20.391733 3402 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:221157a9-cdcb-415a-ac51-b145b5263559}]}}] Timeout: Where:[where column _uuid == {a87e14f5-a817-4ede-83b7-993e79f8d45f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:20.391793 3402 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.44.158"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0310 19:26:20.391810 3402 services_controller.go:479] Built service default/packageserver template LB for network=default: []services.LB{} I0310 19:26:20.391817 3402 services_controller.go:470] Built service openshift-config-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:20.391825 3402 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 I0310 19:26:20.391831 3402 services_controller.go:471] Built service openshift-config-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:20.391832 3402 lb_config.go:1030] Cluster endpoints for default/openshift-apiserver for network=default are: map[TCP/https:{443 [172.30.248.177] []}] I0310 19:26:20.391843 3402 services_controller.go:469] Built service default/openshift-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0310 19:26:20.391848 3402 services_controller.go:497] Skipping no-op change for service default/packageserver for network=default I0310 19:26:20.391828 3402 transact.go:43] Configuring OVN: [{Op:update Table:Logical_Router_Port Row:map[external_ids:{GoMap:map[gateway-physical-ip:yes]} mac:0a:ff:d5:f8:46:0d networks:{GoSet:[10.0.1.9/24]} options:{GoMap:map[]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {221157a9-cdcb-415a-ac51-b145b5263559}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:221157a9-cdcb-415a-ac51-b145b5263559}]}}] Timeout: Where:[where column _uuid == {a87e14f5-a817-4ede-83b7-993e79f8d45f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:20.391849 3402 services_controller.go:470] Built service default/openshift-apiserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.223.94"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.248.177"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0310 19:26:20.391855 3402 services_controller.go:386] Finished syncing service packageserver on namespace default for network=default : 299.997µs I0310 19:26:20.391858 3402 services_controller.go:471] Built service default/openshift-apiserver LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:20.391868 3402 services_controller.go:382] Processing sync for service openshift-insights/metrics for network=default I0310 19:26:20.391853 3402 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.44.158", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:20.391884 3402 services_controller.go:478] Built service openshift-config-operator/metrics per-node LB for network=default: []services.LB{} I0310 19:26:20.391900 3402 services_controller.go:479] Built service openshift-config-operator/metrics template LB for network=default: []services.LB{} I0310 19:26:20.391913 3402 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 I0310 19:26:20.391877 3402 services_controller.go:460] Service openshift-insights/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-insights af81ea07-e514-4d44-9907-d4be5acd1672 2140 0 2026-03-10 19:15:30 +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 fa8407b6-d2c6-496a-b61c-58a7d50d03f1 0xc007211bfb }] [] []},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.122.158,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.122.158],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:20.391938 3402 services_controller.go:497] Skipping no-op change for service openshift-config-operator/metrics for network=default I0310 19:26:20.391945 3402 services_controller.go:386] Finished syncing service metrics on namespace openshift-config-operator for network=default : 277.36µs I0310 19:26:20.391801 3402 services_controller.go:470] Built service openshift-network-console/networking-console-plugin LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:20.391951 3402 lb_config.go:1030] Cluster endpoints for openshift-insights/metrics for network=default are: map[] I0310 19:26:20.391958 3402 services_controller.go:382] Processing sync for service openshift-network-operator/metrics for network=default I0310 19:26:20.391966 3402 services_controller.go:386] Finished syncing service metrics on namespace openshift-network-operator for network=default : 9.603µs I0310 19:26:20.391964 3402 services_controller.go:469] Built service openshift-insights/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.122.158"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0310 19:26:20.391976 3402 services_controller.go:382] Processing sync for service openshift-image-registry/image-registry for network=default I0310 19:26:20.391978 3402 services_controller.go:470] Built service openshift-insights/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:20.392006 3402 services_controller.go:471] Built service openshift-insights/metrics LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:20.391872 3402 services_controller.go:477] Built service default/openshift-apiserver cluster-wide LB for network=default: []services.LB{} I0310 19:26:20.392053 3402 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-9.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.223.94", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.248.177", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-9.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-9.ec2.internal"}, Groups:[]string(nil)}} I0310 19:26:20.392086 3402 services_controller.go:479] Built service default/openshift-apiserver template LB for network=default: []services.LB{} I0310 19:26:20.392064 3402 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.122.158", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:20.392108 3402 services_controller.go:478] Built service openshift-insights/metrics per-node LB for network=default: []services.LB{} I0310 19:26:20.392119 3402 services_controller.go:479] Built service openshift-insights/metrics template LB for network=default: []services.LB{} I0310 19:26:20.392128 3402 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 I0310 19:26:20.392162 3402 services_controller.go:497] Skipping no-op change for service openshift-insights/metrics for network=default I0310 19:26:20.392187 3402 services_controller.go:386] Finished syncing service metrics on namespace openshift-insights for network=default : 317.736µs I0310 19:26:20.392203 3402 services_controller.go:382] Processing sync for service openshift-ingress/router-internal-default for network=default I0310 19:26:20.392214 3402 services_controller.go:460] Service openshift-ingress/router-internal-default retrieved from lister for network=default: &Service{ObjectMeta:{router-internal-default openshift-ingress 4566d498-987d-4e88-bffa-e5ae66adda29 1949 0 2026-03-10 19:15:27 +0000 UTC map[ingresscontroller.operator.openshift.io/owning-ingresscontroller:default] map[service.alpha.openshift.io/serving-cert-secret-name:router-metrics-certs-default] [{apps/v1 Deployment router-default 6a20aac2-da33-4e60-9721-5b9e7b570896 0xc007211afe }] [] []},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.175.101,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.175.101],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:20.392295 3402 lb_config.go:1030] Cluster endpoints for openshift-ingress/router-internal-default for network=default are: map[] I0310 19:26:20.392315 3402 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.175.101"}, 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.175.101"}, protocol:"TCP", 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.175.101"}, 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}} I0310 19:26:20.392340 3402 services_controller.go:470] Built service openshift-ingress/router-internal-default LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:20.392356 3402 services_controller.go:471] Built service openshift-ingress/router-internal-default LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:20.392376 3402 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.175.101", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.175.101", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.175.101", Port:1936, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:20.392407 3402 services_controller.go:478] Built service openshift-ingress/router-internal-default per-node LB for network=default: []services.LB{} I0310 19:26:20.392422 3402 services_controller.go:479] Built service openshift-ingress/router-internal-default template LB for network=default: []services.LB{} I0310 19:26:20.392451 3402 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 I0310 19:26:20.392480 3402 services_controller.go:497] Skipping no-op change for service openshift-ingress/router-internal-default for network=default I0310 19:26:20.392488 3402 services_controller.go:386] Finished syncing service router-internal-default on namespace openshift-ingress for network=default : 285.314µs I0310 19:26:20.392501 3402 services_controller.go:382] Processing sync for service openshift-machine-config-operator/machine-config-controller for network=default I0310 19:26:20.392514 3402 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 a68aece7-a7ba-4354-ab3e-1eb9877056f8 856 0 2026-03-10 19:15:09 +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 fa8407b6-d2c6-496a-b61c-58a7d50d03f1 0xc007211ddb }] [] []},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.228.68,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.228.68],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:20.391957 3402 services_controller.go:471] Built service openshift-network-console/networking-console-plugin LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:20.392601 3402 lb_config.go:1030] Cluster endpoints for openshift-machine-config-operator/machine-config-controller for network=default are: map[] I0310 19:26:20.392621 3402 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.228.68"}, 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}} I0310 19:26:20.392621 3402 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.233.0", Port:9443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:20.392589 3402 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 == {5b77b7e8-187b-4bff-8510-08a1fedd0602}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:20.392635 3402 loadbalancer.go:305] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-ingress/router-default"} I0310 19:26:20.392649 3402 services_controller.go:386] Finished syncing service router-default on namespace openshift-ingress for network=default : 2.481415ms I0310 19:26:20.392658 3402 services_controller.go:382] Processing sync for service openshift-multus/network-metrics-service for network=default I0310 19:26:20.392663 3402 services_controller.go:386] Finished syncing service network-metrics-service on namespace openshift-multus for network=default : 5.123µs I0310 19:26:20.392669 3402 services_controller.go:382] Processing sync for service openshift-network-diagnostics/network-check-target for network=default I0310 19:26:20.392674 3402 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 df360886-3d4f-4be1-90be-7ce8fff14ac7 4158 0 2026-03-10 19:15:52 +0000 UTC map[] map[] [{operator.openshift.io/v1 Network cluster e28b0252-3599-43f1-b41f-363f241a1f44 0xc007ec21e7 0xc007ec21e8}] [] []},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.139.32,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.139.32],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:20.392096 3402 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 I0310 19:26:20.392728 3402 lb_config.go:1030] Cluster endpoints for openshift-network-diagnostics/network-check-target for network=default are: map[] I0310 19:26:20.392737 3402 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.139.32"}, 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}} I0310 19:26:20.392747 3402 services_controller.go:497] Skipping no-op change for service default/openshift-apiserver for network=default I0310 19:26:20.392750 3402 services_controller.go:470] Built service openshift-network-diagnostics/network-check-target LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:20.392753 3402 services_controller.go:386] Finished syncing service openshift-apiserver on namespace default for network=default : 1.036507ms I0310 19:26:20.392757 3402 services_controller.go:471] Built service openshift-network-diagnostics/network-check-target LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:20.392763 3402 services_controller.go:382] Processing sync for service openshift-service-ca-operator/metrics for network=default I0310 19:26:20.392769 3402 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.139.32", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:20.392788 3402 services_controller.go:478] Built service openshift-network-diagnostics/network-check-target per-node LB for network=default: []services.LB{} I0310 19:26:20.392795 3402 services_controller.go:479] Built service openshift-network-diagnostics/network-check-target template LB for network=default: []services.LB{} I0310 19:26:20.392802 3402 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 I0310 19:26:20.392769 3402 services_controller.go:460] Service openshift-service-ca-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-service-ca-operator 01d0cae4-03bf-4ee2-a11d-007b0594b421 954 0 2026-03-10 19:15:11 +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 fa8407b6-d2c6-496a-b61c-58a7d50d03f1 0xc007ec23d7 }] [] []},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.224.113,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.224.113],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:20.392819 3402 services_controller.go:497] Skipping no-op change for service openshift-network-diagnostics/network-check-target for network=default I0310 19:26:20.392827 3402 services_controller.go:386] Finished syncing service network-check-target on namespace openshift-network-diagnostics for network=default : 158.151µs I0310 19:26:20.392827 3402 lb_config.go:1030] Cluster endpoints for openshift-service-ca-operator/metrics for network=default are: map[] I0310 19:26:20.392802 3402 model_client.go:383] Update operations generated as: [{Op:update Table:Logical_Switch_Port Row:map[addresses:{GoSet:[0a:ff:d5:f8:46:0d]} options:{GoMap:map[exclude-lb-vips-from-garp:true nat-addresses:router router-port:rtoe-GR_ip-10-0-1-9.ec2.internal]} port_security:{GoSet:[]} tag_request:{GoSet:[]} type:router] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {7569d9ca-5308-401d-8075-8b4424cb32c9}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:20.392834 3402 services_controller.go:382] Processing sync for service openshift-cluster-samples-operator/metrics for network=default I0310 19:26:20.392839 3402 services_controller.go:386] Finished syncing service metrics on namespace openshift-cluster-samples-operator for network=default : 4.995µs I0310 19:26:20.392642 3402 services_controller.go:478] Built service openshift-network-console/networking-console-plugin per-node LB for network=default: []services.LB{} I0310 19:26:20.392836 3402 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.224.113"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0310 19:26:20.391986 3402 services_controller.go:460] Service openshift-image-registry/image-registry retrieved from lister for network=default: &Service{ObjectMeta:{image-registry openshift-image-registry ace81c7c-a62a-4721-bebf-891a194a3341 1906 0 2026-03-10 19:15:27 +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.174.40,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.174.40],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:20.392849 3402 services_controller.go:470] Built service openshift-service-ca-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:20.392850 3402 services_controller.go:479] Built service openshift-network-console/networking-console-plugin template LB for network=default: []services.LB{} I0310 19:26:20.392855 3402 services_controller.go:471] Built service openshift-service-ca-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:20.392866 3402 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 I0310 19:26:20.392640 3402 services_controller.go:470] Built service openshift-machine-config-operator/machine-config-controller LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:20.392875 3402 lb_config.go:1030] Cluster endpoints for openshift-image-registry/image-registry for network=default are: map[] I0310 19:26:20.392885 3402 services_controller.go:471] Built service openshift-machine-config-operator/machine-config-controller LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:20.392877 3402 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:5b77b7e8-187b-4bff-8510-08a1fedd0602} {GoUUID:7569d9ca-5308-401d-8075-8b4424cb32c9}]}}] Timeout: Where:[where column _uuid == {55801b78-54cf-47bc-9bf0-dab78aa30c3b}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:20.392893 3402 services_controller.go:497] Skipping no-op change for service openshift-network-console/networking-console-plugin for network=default I0310 19:26:20.392892 3402 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.174.40"}, 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}} I0310 19:26:20.392903 3402 services_controller.go:386] Finished syncing service networking-console-plugin on namespace openshift-network-console for network=default : 1.22775ms I0310 19:26:20.392901 3402 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.224.113", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:20.392920 3402 services_controller.go:478] Built service openshift-service-ca-operator/metrics per-node LB for network=default: []services.LB{} I0310 19:26:20.392927 3402 services_controller.go:479] Built service openshift-service-ca-operator/metrics template LB for network=default: []services.LB{} I0310 19:26:20.392935 3402 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 I0310 19:26:20.392935 3402 services_controller.go:470] Built service openshift-image-registry/image-registry LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:20.392900 3402 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 == {5b77b7e8-187b-4bff-8510-08a1fedd0602}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:update Table:Logical_Switch_Port Row:map[addresses:{GoSet:[0a:ff:d5:f8:46:0d]} options:{GoMap:map[exclude-lb-vips-from-garp:true nat-addresses:router router-port:rtoe-GR_ip-10-0-1-9.ec2.internal]} port_security:{GoSet:[]} tag_request:{GoSet:[]} type:router] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {7569d9ca-5308-401d-8075-8b4424cb32c9}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:5b77b7e8-187b-4bff-8510-08a1fedd0602} {GoUUID:7569d9ca-5308-401d-8075-8b4424cb32c9}]}}] Timeout: Where:[where column _uuid == {55801b78-54cf-47bc-9bf0-dab78aa30c3b}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:20.392909 3402 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.228.68", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:20.392952 3402 services_controller.go:497] Skipping no-op change for service openshift-service-ca-operator/metrics for network=default I0310 19:26:20.392953 3402 services_controller.go:471] Built service openshift-image-registry/image-registry LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:20.392956 3402 services_controller.go:386] Finished syncing service metrics on namespace openshift-service-ca-operator for network=default : 193.423µs I0310 19:26:20.392955 3402 services_controller.go:478] Built service openshift-machine-config-operator/machine-config-controller per-node LB for network=default: []services.LB{} I0310 19:26:20.392964 3402 services_controller.go:479] Built service openshift-machine-config-operator/machine-config-controller template LB for network=default: []services.LB{} I0310 19:26:20.392971 3402 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 I0310 19:26:20.392987 3402 services_controller.go:497] Skipping no-op change for service openshift-machine-config-operator/machine-config-controller for network=default I0310 19:26:20.392996 3402 services_controller.go:386] Finished syncing service machine-config-controller on namespace openshift-machine-config-operator for network=default : 494.844µs I0310 19:26:20.393029 3402 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.174.40", Port:5000, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:20.393054 3402 services_controller.go:478] Built service openshift-image-registry/image-registry per-node LB for network=default: []services.LB{} I0310 19:26:20.393068 3402 services_controller.go:479] Built service openshift-image-registry/image-registry template LB for network=default: []services.LB{} I0310 19:26:20.393080 3402 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 I0310 19:26:20.393104 3402 services_controller.go:497] Skipping no-op change for service openshift-image-registry/image-registry for network=default I0310 19:26:20.393112 3402 services_controller.go:386] Finished syncing service image-registry on namespace openshift-image-registry for network=default : 1.135929ms I0310 19:26:20.393337 3402 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-9.ec2.internal mac:0a:58:a9:fe:00:04 override_dynamic_mac:true] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {c847d4e1-5913-4a1c-a86a-e7f796723009}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:20.393364 3402 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-9.ec2.internal mac:0a:58:a9:fe:00:04 override_dynamic_mac:true] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {c847d4e1-5913-4a1c-a86a-e7f796723009}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:20.393619 3402 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 == {25e1fda0-3846-4d95-8565-89298bc7e89a}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:20.393669 3402 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:25e1fda0-3846-4d95-8565-89298bc7e89a}]}}] Timeout: Where:[where column _uuid == {a87e14f5-a817-4ede-83b7-993e79f8d45f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:20.393690 3402 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 == {25e1fda0-3846-4d95-8565-89298bc7e89a}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:25e1fda0-3846-4d95-8565-89298bc7e89a}]}}] Timeout: Where:[where column _uuid == {a87e14f5-a817-4ede-83b7-993e79f8d45f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:20.393958 3402 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 == {8f9e736b-e002-4cfd-b0b2-2fbd595020d7}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:20.394007 3402 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:8f9e736b-e002-4cfd-b0b2-2fbd595020d7}]}}] Timeout: Where:[where column _uuid == {a87e14f5-a817-4ede-83b7-993e79f8d45f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:20.394027 3402 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 == {8f9e736b-e002-4cfd-b0b2-2fbd595020d7}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:8f9e736b-e002-4cfd-b0b2-2fbd595020d7}]}}] Timeout: Where:[where column _uuid == {a87e14f5-a817-4ede-83b7-993e79f8d45f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:20.394610 3402 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 == {b6f25bca-d514-4f3c-9d90-5545624923e3}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:20.394688 3402 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:b6f25bca-d514-4f3c-9d90-5545624923e3}]}}] Timeout: Where:[where column _uuid == {a87e14f5-a817-4ede-83b7-993e79f8d45f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:20.394703 3402 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 == {b6f25bca-d514-4f3c-9d90-5545624923e3}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:b6f25bca-d514-4f3c-9d90-5545624923e3}]}}] Timeout: Where:[where column _uuid == {a87e14f5-a817-4ede-83b7-993e79f8d45f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:20.394910 3402 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 == {f327b91c-37ea-4736-b67e-e1ff954eb7df}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:20.394954 3402 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:f327b91c-37ea-4736-b67e-e1ff954eb7df}]}}] Timeout: Where:[where column _uuid == {935e56e5-519c-483f-8471-7339fb01e931}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:20.394975 3402 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 == {f327b91c-37ea-4736-b67e-e1ff954eb7df}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:f327b91c-37ea-4736-b67e-e1ff954eb7df}]}}] Timeout: Where:[where column _uuid == {935e56e5-519c-483f-8471-7339fb01e931}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:20.395192 3402 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 == {aa8fcf50-bc11-4910-9560-d6fa1e814e03}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:20.395223 3402 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:aa8fcf50-bc11-4910-9560-d6fa1e814e03}]}}] Timeout: Where:[where column _uuid == {935e56e5-519c-483f-8471-7339fb01e931}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:20.395238 3402 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 == {aa8fcf50-bc11-4910-9560-d6fa1e814e03}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:aa8fcf50-bc11-4910-9560-d6fa1e814e03}]}}] Timeout: Where:[where column _uuid == {935e56e5-519c-483f-8471-7339fb01e931}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:20.395455 3402 model_client.go:383] Update operations generated as: [{Op:update Table:NAT Row:map[external_ip:10.0.1.9 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 == {379a3c22-8309-4103-a072-0e91b037b228}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:20.395492 3402 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:379a3c22-8309-4103-a072-0e91b037b228}]}}] Timeout: Where:[where column _uuid == {a87e14f5-a817-4ede-83b7-993e79f8d45f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:20.395507 3402 transact.go:43] Configuring OVN: [{Op:update Table:NAT Row:map[external_ip:10.0.1.9 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 == {379a3c22-8309-4103-a072-0e91b037b228}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:nat Mutator:insert Value:{GoSet:[{GoUUID:379a3c22-8309-4103-a072-0e91b037b228}]}}] Timeout: Where:[where column _uuid == {a87e14f5-a817-4ede-83b7-993e79f8d45f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:20.395828 3402 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-9.ec2.internal" && ip4.dst == 172.20.0.1 /* ip-10-0-1-9.ec2.internal */ nexthops:{GoSet:[10.128.0.2]} priority:1004] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0964085554}] I0310 19:26:20.395864 3402 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:u0964085554}]}}] Timeout: Where:[where column _uuid == {935e56e5-519c-483f-8471-7339fb01e931}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:20.395878 3402 transact.go:43] Configuring OVN: [{Op:wait Table:Logical_Router_Policy Row:map[] Rows:[map[match:inport == "rtos-ip-10-0-1-9.ec2.internal" && ip4.dst == 172.20.0.1 /* ip-10-0-1-9.ec2.internal */ priority:1004]] Columns:[priority match] Mutations:[] Timeout:0xc009e7fde0 Where:[where column priority == 1004 where column match == inport == "rtos-ip-10-0-1-9.ec2.internal" && ip4.dst == 172.20.0.1 /* ip-10-0-1-9.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-9.ec2.internal" && ip4.dst == 172.20.0.1 /* ip-10-0-1-9.ec2.internal */ nexthops:{GoSet:[10.128.0.2]} priority:1004] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0964085554} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:policies Mutator:insert Value:{GoSet:[{GoUUID:u0964085554}]}}] Timeout: Where:[where column _uuid == {935e56e5-519c-483f-8471-7339fb01e931}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:20.396441 3402 base_network_controller.go:622] When adding node ip-10-0-1-9.ec2.internal for network default, found 44 pods to add to retryPods I0310 19:26:20.396454 3402 base_network_controller.go:631] Adding pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-9.ec2.internal to retryPods for network default I0310 19:26:20.396464 3402 base_network_controller.go:631] Adding pod openshift-ovn-kubernetes/ovnkube-node-89cwp to retryPods for network default I0310 19:26:20.396469 3402 base_network_controller.go:631] Adding pod openshift-network-diagnostics/network-check-target-dpqdq to retryPods for network default I0310 19:26:20.396475 3402 base_network_controller.go:631] Adding pod openshift-multus/network-metrics-daemon-9ptrz to retryPods for network default I0310 19:26:20.396479 3402 base_network_controller.go:631] Adding pod openshift-network-operator/iptables-alerter-rxcb4 to retryPods for network default I0310 19:26:20.396483 3402 base_network_controller.go:631] Adding pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-xt77s to retryPods for network default I0310 19:26:20.396488 3402 base_network_controller.go:631] Adding pod openshift-multus/multus-5fsfg to retryPods for network default I0310 19:26:20.396492 3402 base_network_controller.go:631] Adding pod kube-system/konnectivity-agent-9tglw to retryPods for network default I0310 19:26:20.396497 3402 base_network_controller.go:631] Adding pod openshift-dns/node-resolver-b48xs to retryPods for network default I0310 19:26:20.396501 3402 base_network_controller.go:631] Adding pod kube-system/kube-apiserver-proxy-ip-10-0-1-9.ec2.internal to retryPods for network default I0310 19:26:20.396505 3402 base_network_controller.go:631] Adding pod openshift-cluster-node-tuning-operator/tuned-vc7k9 to retryPods for network default I0310 19:26:20.396509 3402 base_network_controller.go:631] Adding pod openshift-multus/multus-additional-cni-plugins-qgltq to retryPods for network default I0310 19:26:20.396517 3402 base_network_controller.go:631] Adding pod openshift-image-registry/node-ca-vl274 to retryPods for network default I0310 19:26:20.396527 3402 obj_retry.go:236] Iterate retry objects requested (resource *v1.Pod) I0310 19:26:20.396539 3402 obj_retry.go:565] Update event received for resource *factory.egressNode, old object is equal to new: false I0310 19:26:20.396547 3402 obj_retry.go:617] Update event received for *factory.egressNode ip-10-0-1-9.ec2.internal I0310 19:26:20.396564 3402 default_network_controller.go:1063] Egress IP detected IP address change for node ip-10-0-1-9.ec2.internal. Updating no re-route policies I0310 19:26:20.396612 3402 obj_retry.go:431] periodicallyRetryResources: Retry channel got triggered: retrying failed objects of type *v1.Pod I0310 19:26:20.396630 3402 obj_retry.go:406] Going to retry *v1.Pod resource setup for 17 objects: [openshift-network-diagnostics/network-check-target-rz6wb openshift-multus/network-metrics-daemon-5fzc6 openshift-cluster-node-tuning-operator/tuned-vc7k9 openshift-multus/multus-additional-cni-plugins-qgltq openshift-network-operator/iptables-alerter-rxcb4 kube-system/konnectivity-agent-9tglw openshift-dns/node-resolver-b48xs openshift-network-diagnostics/network-check-target-nmqnr openshift-ovn-kubernetes/ovnkube-node-89cwp openshift-network-diagnostics/network-check-target-dpqdq openshift-multus/multus-5fsfg openshift-image-registry/node-ca-vl274 openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-xt77s kube-system/kube-apiserver-proxy-ip-10-0-1-9.ec2.internal openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-9.ec2.internal openshift-multus/network-metrics-daemon-9ptrz openshift-multus/network-metrics-daemon-dgrtz] I0310 19:26:20.396671 3402 model_client.go:383] Update operations generated as: [{Op:update Table:Address_Set Row:map[addresses:{GoSet:[10.0.1.9 172.20.0.1]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {2417a4be-40c5-4842-8d86-fa95012f1ce7}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:20.396708 3402 obj_retry.go:415] Waiting for all the *v1.Pod retry setup to complete in iterateRetryResources I0310 19:26:20.396708 3402 obj_retry.go:299] Retry object setup: *v1.Pod openshift-cluster-node-tuning-operator/tuned-vc7k9 I0310 19:26:20.396710 3402 transact.go:43] Configuring OVN: [{Op:update Table:Address_Set Row:map[addresses:{GoSet:[10.0.1.9 172.20.0.1]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {2417a4be-40c5-4842-8d86-fa95012f1ce7}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:20.396723 3402 obj_retry.go:299] Retry object setup: *v1.Pod openshift-network-diagnostics/network-check-target-rz6wb I0310 19:26:20.396729 3402 obj_retry.go:363] Adding new object: *v1.Pod openshift-cluster-node-tuning-operator/tuned-vc7k9 I0310 19:26:20.396737 3402 obj_retry.go:363] Adding new object: *v1.Pod openshift-network-diagnostics/network-check-target-rz6wb I0310 19:26:20.396750 3402 ovn.go:139] Ensuring zone remote for Pod openshift-network-diagnostics/network-check-target-rz6wb in node ip-10-0-0-193.ec2.internal I0310 19:26:20.396760 3402 ovn.go:135] Ensuring zone local for Pod openshift-cluster-node-tuning-operator/tuned-vc7k9 in node ip-10-0-1-9.ec2.internal I0310 19:26:20.396770 3402 obj_retry.go:383] Retry successful for *v1.Pod openshift-cluster-node-tuning-operator/tuned-vc7k9 after 0 failed attempt(s) I0310 19:26:20.396778 3402 default_network_controller.go:705] Recording success event on pod openshift-cluster-node-tuning-operator/tuned-vc7k9 I0310 19:26:20.396792 3402 obj_retry.go:299] Retry object setup: *v1.Pod openshift-multus/network-metrics-daemon-5fzc6 I0310 19:26:20.396802 3402 obj_retry.go:374] Retry add failed for *v1.Pod openshift-network-diagnostics/network-check-target-rz6wb, will try again later: failed to obtain IPs to add remote pod openshift-network-diagnostics/network-check-target-rz6wb: suppressed error logged: pod openshift-network-diagnostics/network-check-target-rz6wb: no pod IPs found I0310 19:26:20.396807 3402 obj_retry.go:299] Retry object setup: *v1.Pod openshift-network-operator/iptables-alerter-rxcb4 I0310 19:26:20.396797 3402 obj_retry.go:299] Retry object setup: *v1.Pod openshift-multus/multus-additional-cni-plugins-qgltq I0310 19:26:20.396817 3402 obj_retry.go:363] Adding new object: *v1.Pod openshift-network-operator/iptables-alerter-rxcb4 I0310 19:26:20.396818 3402 obj_retry.go:363] Adding new object: *v1.Pod openshift-multus/multus-additional-cni-plugins-qgltq I0310 19:26:20.396828 3402 ovn.go:135] Ensuring zone local for Pod openshift-network-operator/iptables-alerter-rxcb4 in node ip-10-0-1-9.ec2.internal I0310 19:26:20.396832 3402 ovn.go:135] Ensuring zone local for Pod openshift-multus/multus-additional-cni-plugins-qgltq in node ip-10-0-1-9.ec2.internal I0310 19:26:20.396836 3402 obj_retry.go:383] Retry successful for *v1.Pod openshift-network-operator/iptables-alerter-rxcb4 after 0 failed attempt(s) I0310 19:26:20.396837 3402 obj_retry.go:299] Retry object setup: *v1.Pod kube-system/konnectivity-agent-9tglw I0310 19:26:20.396841 3402 obj_retry.go:383] Retry successful for *v1.Pod openshift-multus/multus-additional-cni-plugins-qgltq after 0 failed attempt(s) I0310 19:26:20.396846 3402 obj_retry.go:363] Adding new object: *v1.Pod kube-system/konnectivity-agent-9tglw I0310 19:26:20.396850 3402 default_network_controller.go:705] Recording success event on pod openshift-multus/multus-additional-cni-plugins-qgltq I0310 19:26:20.396852 3402 obj_retry.go:299] Retry object setup: *v1.Pod openshift-image-registry/node-ca-vl274 I0310 19:26:20.396827 3402 obj_retry.go:299] Retry object setup: *v1.Pod openshift-multus/multus-5fsfg I0310 19:26:20.396857 3402 obj_retry.go:299] Retry object setup: *v1.Pod openshift-network-diagnostics/network-check-target-nmqnr I0310 19:26:20.396866 3402 obj_retry.go:363] Adding new object: *v1.Pod openshift-multus/multus-5fsfg I0310 19:26:20.396871 3402 obj_retry.go:299] Retry object setup: *v1.Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-xt77s I0310 19:26:20.396873 3402 obj_retry.go:299] Retry object setup: *v1.Pod openshift-network-diagnostics/network-check-target-dpqdq I0310 19:26:20.396883 3402 obj_retry.go:363] Adding new object: *v1.Pod openshift-network-diagnostics/network-check-target-dpqdq I0310 19:26:20.396886 3402 obj_retry.go:299] Retry object setup: *v1.Pod openshift-dns/node-resolver-b48xs I0310 19:26:20.396853 3402 ovn.go:135] Ensuring zone local for Pod kube-system/konnectivity-agent-9tglw in node ip-10-0-1-9.ec2.internal I0310 19:26:20.396898 3402 obj_retry.go:363] Adding new object: *v1.Pod openshift-dns/node-resolver-b48xs I0310 19:26:20.396904 3402 obj_retry.go:383] Retry successful for *v1.Pod kube-system/konnectivity-agent-9tglw after 0 failed attempt(s) I0310 19:26:20.396908 3402 obj_retry.go:363] Adding new object: *v1.Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-xt77s I0310 19:26:20.396911 3402 default_network_controller.go:705] Recording success event on pod kube-system/konnectivity-agent-9tglw I0310 19:26:20.396842 3402 default_network_controller.go:705] Recording success event on pod openshift-network-operator/iptables-alerter-rxcb4 I0310 19:26:20.396917 3402 ovn.go:135] Ensuring zone local for Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-xt77s in node ip-10-0-1-9.ec2.internal I0310 19:26:20.396891 3402 ovn.go:135] Ensuring zone local for Pod openshift-network-diagnostics/network-check-target-dpqdq in node ip-10-0-1-9.ec2.internal I0310 19:26:20.396921 3402 obj_retry.go:299] Retry object setup: *v1.Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-9.ec2.internal I0310 19:26:20.396809 3402 obj_retry.go:363] Adding new object: *v1.Pod openshift-multus/network-metrics-daemon-5fzc6 I0310 19:26:20.396927 3402 obj_retry.go:299] Retry object setup: *v1.Pod openshift-multus/network-metrics-daemon-dgrtz I0310 19:26:20.396931 3402 obj_retry.go:363] Adding new object: *v1.Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-9.ec2.internal I0310 19:26:20.396933 3402 ovn.go:139] Ensuring zone remote for Pod openshift-multus/network-metrics-daemon-5fzc6 in node ip-10-0-0-193.ec2.internal I0310 19:26:20.396935 3402 obj_retry.go:363] Adding new object: *v1.Pod openshift-multus/network-metrics-daemon-dgrtz I0310 19:26:20.396939 3402 ovn.go:135] Ensuring zone local for Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-9.ec2.internal in node ip-10-0-1-9.ec2.internal I0310 19:26:20.396943 3402 ovn.go:139] Ensuring zone remote for Pod openshift-multus/network-metrics-daemon-dgrtz in node ip-10-0-2-240.ec2.internal I0310 19:26:20.396948 3402 obj_retry.go:383] Retry successful for *v1.Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-9.ec2.internal after 0 failed attempt(s) I0310 19:26:20.396955 3402 default_network_controller.go:705] Recording success event on pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-9.ec2.internal I0310 19:26:20.396956 3402 base_network_controller_pods.go:478] [default/openshift-network-diagnostics/network-check-target-dpqdq] creating logical port openshift-network-diagnostics_network-check-target-dpqdq for pod on switch ip-10-0-1-9.ec2.internal I0310 19:26:20.396873 3402 obj_retry.go:363] Adding new object: *v1.Pod openshift-network-diagnostics/network-check-target-nmqnr I0310 19:26:20.396965 3402 obj_retry.go:374] Retry add failed for *v1.Pod openshift-multus/network-metrics-daemon-5fzc6, will try again later: failed to obtain IPs to add remote pod openshift-multus/network-metrics-daemon-5fzc6: suppressed error logged: pod openshift-multus/network-metrics-daemon-5fzc6: no pod IPs found I0310 19:26:20.396968 3402 obj_retry.go:374] Retry add failed for *v1.Pod openshift-multus/network-metrics-daemon-dgrtz, will try again later: failed to obtain IPs to add remote pod openshift-multus/network-metrics-daemon-dgrtz: suppressed error logged: pod openshift-multus/network-metrics-daemon-dgrtz: no pod IPs found I0310 19:26:20.396873 3402 ovn.go:135] Ensuring zone local for Pod openshift-multus/multus-5fsfg in node ip-10-0-1-9.ec2.internal I0310 19:26:20.396979 3402 obj_retry.go:383] Retry successful for *v1.Pod openshift-multus/multus-5fsfg after 0 failed attempt(s) I0310 19:26:20.396985 3402 default_network_controller.go:705] Recording success event on pod openshift-multus/multus-5fsfg I0310 19:26:20.396909 3402 obj_retry.go:299] Retry object setup: *v1.Pod kube-system/kube-apiserver-proxy-ip-10-0-1-9.ec2.internal I0310 19:26:20.396997 3402 obj_retry.go:363] Adding new object: *v1.Pod kube-system/kube-apiserver-proxy-ip-10-0-1-9.ec2.internal I0310 19:26:20.397006 3402 ovn.go:135] Ensuring zone local for Pod kube-system/kube-apiserver-proxy-ip-10-0-1-9.ec2.internal in node ip-10-0-1-9.ec2.internal I0310 19:26:20.397011 3402 obj_retry.go:383] Retry successful for *v1.Pod kube-system/kube-apiserver-proxy-ip-10-0-1-9.ec2.internal after 0 failed attempt(s) I0310 19:26:20.397017 3402 default_network_controller.go:705] Recording success event on pod kube-system/kube-apiserver-proxy-ip-10-0-1-9.ec2.internal I0310 19:26:20.396969 3402 ovn.go:139] Ensuring zone remote for Pod openshift-network-diagnostics/network-check-target-nmqnr in node ip-10-0-2-240.ec2.internal I0310 19:26:20.397051 3402 obj_retry.go:374] Retry add failed for *v1.Pod openshift-network-diagnostics/network-check-target-nmqnr, will try again later: failed to obtain IPs to add remote pod openshift-network-diagnostics/network-check-target-nmqnr: suppressed error logged: pod openshift-network-diagnostics/network-check-target-nmqnr: no pod IPs found I0310 19:26:20.396861 3402 obj_retry.go:363] Adding new object: *v1.Pod openshift-image-registry/node-ca-vl274 I0310 19:26:20.397066 3402 ovn.go:135] Ensuring zone local for Pod openshift-image-registry/node-ca-vl274 in node ip-10-0-1-9.ec2.internal I0310 19:26:20.397073 3402 obj_retry.go:383] Retry successful for *v1.Pod openshift-image-registry/node-ca-vl274 after 0 failed attempt(s) I0310 19:26:20.397078 3402 default_network_controller.go:705] Recording success event on pod openshift-image-registry/node-ca-vl274 I0310 19:26:20.396862 3402 obj_retry.go:299] Retry object setup: *v1.Pod openshift-ovn-kubernetes/ovnkube-node-89cwp I0310 19:26:20.397089 3402 obj_retry.go:363] Adding new object: *v1.Pod openshift-ovn-kubernetes/ovnkube-node-89cwp I0310 19:26:20.397096 3402 ovn.go:135] Ensuring zone local for Pod openshift-ovn-kubernetes/ovnkube-node-89cwp in node ip-10-0-1-9.ec2.internal I0310 19:26:20.397102 3402 obj_retry.go:383] Retry successful for *v1.Pod openshift-ovn-kubernetes/ovnkube-node-89cwp after 0 failed attempt(s) I0310 19:26:20.397108 3402 default_network_controller.go:705] Recording success event on pod openshift-ovn-kubernetes/ovnkube-node-89cwp I0310 19:26:20.396888 3402 obj_retry.go:299] Retry object setup: *v1.Pod openshift-multus/network-metrics-daemon-9ptrz I0310 19:26:20.397119 3402 obj_retry.go:363] Adding new object: *v1.Pod openshift-multus/network-metrics-daemon-9ptrz I0310 19:26:20.397123 3402 ovn.go:135] Ensuring zone local for Pod openshift-multus/network-metrics-daemon-9ptrz in node ip-10-0-1-9.ec2.internal I0310 19:26:20.397159 3402 base_network_controller_pods.go:478] [default/openshift-multus/network-metrics-daemon-9ptrz] creating logical port openshift-multus_network-metrics-daemon-9ptrz for pod on switch ip-10-0-1-9.ec2.internal I0310 19:26:20.397190 3402 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:76016dab-64a1-44d7-bc5d-15633c7cf555 requested-chassis:ip-10-0-1-9.ec2.internal]} port_security:{GoSet:[0a:58:0a:80:00:04 10.128.0.4]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {c5e77121-0db5-49ff-b991-c9b59df9e947}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:20.396910 3402 ovn.go:135] Ensuring zone local for Pod openshift-dns/node-resolver-b48xs in node ip-10-0-1-9.ec2.internal I0310 19:26:20.397235 3402 obj_retry.go:383] Retry successful for *v1.Pod openshift-dns/node-resolver-b48xs after 0 failed attempt(s) I0310 19:26:20.397242 3402 default_network_controller.go:705] Recording success event on pod openshift-dns/node-resolver-b48xs I0310 19:26:20.396924 3402 obj_retry.go:383] Retry successful for *v1.Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-xt77s after 0 failed attempt(s) I0310 19:26:20.397252 3402 default_network_controller.go:705] Recording success event on pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-xt77s I0310 19:26:20.397250 3402 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:c5e77121-0db5-49ff-b991-c9b59df9e947}]}}] Timeout: Where:[where column _uuid == {4d3dbbb3-8eab-4946-9375-b59315ca47e3}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:20.397316 3402 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:c5e77121-0db5-49ff-b991-c9b59df9e947}]}}] Timeout: Where:[where column _uuid == {9e30e076-9a75-4ac6-85d0-d953cb8eb738}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:20.397322 3402 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:c9a3d7ac-0bb4-43c9-918a-e78be7888eae requested-chassis:ip-10-0-1-9.ec2.internal]} port_security:{GoSet:[0a:58:0a:80:00:03 10.128.0.3]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {e32b7c35-5520-460f-a504-64306470e983}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:20.397354 3402 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:e32b7c35-5520-460f-a504-64306470e983}]}}] Timeout: Where:[where column _uuid == {4d3dbbb3-8eab-4946-9375-b59315ca47e3}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:20.397396 3402 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:e32b7c35-5520-460f-a504-64306470e983}]}}] Timeout: Where:[where column _uuid == {885691da-3972-453e-9c15-adc5000e66cc}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:20.397428 3402 model_client.go:383] Update operations generated as: [{Op:update Table:NAT Row:map[external_ip:10.0.1.9 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 == {749c1f54-2fae-4a84-90ac-0d84b4242ca5}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:20.397385 3402 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:u0964085555}] I0310 19:26:20.397469 3402 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:749c1f54-2fae-4a84-90ac-0d84b4242ca5}]}}] Timeout: Where:[where column _uuid == {a87e14f5-a817-4ede-83b7-993e79f8d45f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:20.397475 3402 model_client.go:383] Update operations generated as: [{Op:update Table:NAT Row:map[external_ip:10.0.1.9 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 == {65da5ecb-fbf3-4750-9dad-094dcd254593}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:20.397509 3402 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:65da5ecb-fbf3-4750-9dad-094dcd254593}]}}] Timeout: Where:[where column _uuid == {a87e14f5-a817-4ede-83b7-993e79f8d45f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:20.397513 3402 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:u0964085555}]}}] Timeout: Where:[where column _uuid == {935e56e5-519c-483f-8471-7339fb01e931}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:20.397487 3402 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:76016dab-64a1-44d7-bc5d-15633c7cf555 requested-chassis:ip-10-0-1-9.ec2.internal]} port_security:{GoSet:[0a:58:0a:80:00:04 10.128.0.4]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {c5e77121-0db5-49ff-b991-c9b59df9e947}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:c5e77121-0db5-49ff-b991-c9b59df9e947}]}}] Timeout: Where:[where column _uuid == {4d3dbbb3-8eab-4946-9375-b59315ca47e3}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:c5e77121-0db5-49ff-b991-c9b59df9e947}]}}] Timeout: Where:[where column _uuid == {9e30e076-9a75-4ac6-85d0-d953cb8eb738}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:update Table:NAT Row:map[external_ip:10.0.1.9 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 == {749c1f54-2fae-4a84-90ac-0d84b4242ca5}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:nat Mutator:insert Value:{GoSet:[{GoUUID:749c1f54-2fae-4a84-90ac-0d84b4242ca5}]}}] Timeout: Where:[where column _uuid == {a87e14f5-a817-4ede-83b7-993e79f8d45f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:20.397528 3402 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:c9a3d7ac-0bb4-43c9-918a-e78be7888eae requested-chassis:ip-10-0-1-9.ec2.internal]} port_security:{GoSet:[0a:58:0a:80:00:03 10.128.0.3]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {e32b7c35-5520-460f-a504-64306470e983}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:e32b7c35-5520-460f-a504-64306470e983}]}}] Timeout: Where:[where column _uuid == {4d3dbbb3-8eab-4946-9375-b59315ca47e3}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:e32b7c35-5520-460f-a504-64306470e983}]}}] Timeout: Where:[where column _uuid == {885691da-3972-453e-9c15-adc5000e66cc}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:update Table:NAT Row:map[external_ip:10.0.1.9 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 == {65da5ecb-fbf3-4750-9dad-094dcd254593}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:nat Mutator:insert Value:{GoSet:[{GoUUID:65da5ecb-fbf3-4750-9dad-094dcd254593}]}}] Timeout: Where:[where column _uuid == {a87e14f5-a817-4ede-83b7-993e79f8d45f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:20.397529 3402 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:0xc009c175c8 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:u0964085555} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:policies Mutator:insert Value:{GoSet:[{GoUUID:u0964085555}]}}] Timeout: Where:[where column _uuid == {935e56e5-519c-483f-8471-7339fb01e931}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:20.397925 3402 port_cache.go:96] port-cache(openshift-network-diagnostics_network-check-target-dpqdq): added port &{name:openshift-network-diagnostics_network-check-target-dpqdq uuid:c5e77121-0db5-49ff-b991-c9b59df9e947 logicalSwitch:ip-10-0-1-9.ec2.internal ips:[0xc0090e88a0] 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 I0310 19:26:20.397952 3402 pods.go:253] [openshift-network-diagnostics/network-check-target-dpqdq] addLogicalPort took 1.007248ms, libovsdb time 425.91µs I0310 19:26:20.397963 3402 obj_retry.go:383] Retry successful for *v1.Pod openshift-network-diagnostics/network-check-target-dpqdq after 0 failed attempt(s) I0310 19:26:20.397971 3402 default_network_controller.go:705] Recording success event on pod openshift-network-diagnostics/network-check-target-dpqdq I0310 19:26:20.397983 3402 ovnkube_controller.go:780] Unexpected last event type (2) in cache for pod with UID "76016dab-64a1-44d7-bc5d-15633c7cf555" I0310 19:26:20.398042 3402 port_cache.go:96] port-cache(openshift-multus_network-metrics-daemon-9ptrz): added port &{name:openshift-multus_network-metrics-daemon-9ptrz uuid:e32b7c35-5520-460f-a504-64306470e983 logicalSwitch:ip-10-0-1-9.ec2.internal ips:[0xc00a0351d0] 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 I0310 19:26:20.398063 3402 pods.go:253] [openshift-multus/network-metrics-daemon-9ptrz] addLogicalPort took 925.278µs, libovsdb time 509.347µs I0310 19:26:20.398073 3402 obj_retry.go:383] Retry successful for *v1.Pod openshift-multus/network-metrics-daemon-9ptrz after 0 failed attempt(s) I0310 19:26:20.398079 3402 default_network_controller.go:705] Recording success event on pod openshift-multus/network-metrics-daemon-9ptrz I0310 19:26:20.398090 3402 obj_retry.go:417] Function iterateRetryResources for *v1.Pod ended (in 1.459426ms) I0310 19:26:20.398109 3402 ovnkube_controller.go:780] Unexpected last event type (2) in cache for pod with UID "c9a3d7ac-0bb4-43c9-918a-e78be7888eae" I0310 19:26:20.405846 3402 gateway_shared_intf.go:2533] Creating Gateway Node Port Watcher I0310 19:26:20.405863 3402 ovs.go:160] Exec(58): /usr/bin/ovs-vsctl --timeout=15 --if-exists get interface ens5 ofport I0310 19:26:20.406868 3402 obj_retry.go:565] Update event received for resource *v1.Node, old object is equal to new: false I0310 19:26:20.406923 3402 obj_retry.go:617] Update event received for *v1.Node ip-10-0-1-9.ec2.internal I0310 19:26:20.406959 3402 obj_retry.go:565] Update event received for resource *factory.egressNode, old object is equal to new: false I0310 19:26:20.406973 3402 obj_retry.go:617] Update event received for *factory.egressNode ip-10-0-1-9.ec2.internal I0310 19:26:20.411530 3402 ovs.go:163] Exec(58): stdout: "1\n" I0310 19:26:20.411543 3402 ovs.go:164] Exec(58): stderr: "" I0310 19:26:20.417287 3402 iptables.go:108] Creating table: mangle chain: OUTPUT I0310 19:26:20.418391 3402 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. I0310 19:26:20.419451 3402 iptables.go:121] Adding rule in table: mangle, chain: OUTPUT with args: "-j OVN-KUBE-ITP" for protocol: 0 I0310 19:26:20.420514 3402 iptables.go:108] Creating table: nat chain: OUTPUT I0310 19:26:20.421501 3402 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. I0310 19:26:20.422499 3402 iptables.go:121] Adding rule in table: nat, chain: OUTPUT with args: "-j OVN-KUBE-ITP" for protocol: 0 I0310 19:26:20.448645 3402 iptables.go:108] Creating table: nat chain: PREROUTING I0310 19:26:20.449726 3402 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. I0310 19:26:20.450876 3402 iptables.go:121] Adding rule in table: nat, chain: PREROUTING with args: "-j OVN-KUBE-NODEPORT" for protocol: 0 I0310 19:26:20.453013 3402 iptables.go:121] Adding rule in table: nat, chain: OUTPUT with args: "-j OVN-KUBE-NODEPORT" for protocol: 0 I0310 19:26:20.455169 3402 iptables.go:121] Adding rule in table: nat, chain: PREROUTING with args: "-j OVN-KUBE-EXTERNALIP" for protocol: 0 I0310 19:26:20.457249 3402 iptables.go:121] Adding rule in table: nat, chain: OUTPUT with args: "-j OVN-KUBE-EXTERNALIP" for protocol: 0 I0310 19:26:20.459422 3402 iptables.go:121] Adding rule in table: nat, chain: PREROUTING with args: "-j OVN-KUBE-ETP" for protocol: 0 I0310 19:26:20.484720 3402 iptables.go:108] Creating table: filter chain: FORWARD I0310 19:26:20.485902 3402 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. I0310 19:26:20.487375 3402 iptables.go:121] Adding rule in table: filter, chain: FORWARD with args: "-s 10.128.0.0/14 -j ACCEPT" for protocol: 0 I0310 19:26:20.489984 3402 iptables.go:121] Adding rule in table: filter, chain: FORWARD with args: "-d 10.128.0.0/14 -j ACCEPT" for protocol: 0 I0310 19:26:20.492440 3402 iptables.go:121] Adding rule in table: filter, chain: FORWARD with args: "-s 172.30.0.0/16 -j ACCEPT" for protocol: 0 I0310 19:26:20.494885 3402 iptables.go:121] Adding rule in table: filter, chain: FORWARD with args: "-d 172.30.0.0/16 -j ACCEPT" for protocol: 0 I0310 19:26:20.497378 3402 iptables.go:121] Adding rule in table: filter, chain: FORWARD with args: "-s 169.254.0.1 -j ACCEPT" for protocol: 0 I0310 19:26:20.499838 3402 iptables.go:121] Adding rule in table: filter, chain: FORWARD with args: "-d 169.254.0.1 -j ACCEPT" for protocol: 0 I0310 19:26:20.501099 3402 gateway_shared_intf.go:2855] Ensuring IP Neighbor entry for: 169.254.0.1 W0310 19:26:20.501223 3402 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 I0310 19:26:20.501265 3402 gateway_shared_intf.go:2855] Ensuring IP Neighbor entry for: 169.254.0.4 W0310 19:26:20.501342 3402 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 I0310 19:26:20.501387 3402 gateway_init.go:431] Gateway and management port readiness took 2.666688234s I0310 19:26:20.501412 3402 controller.go:132] Adding controller [node-nad-controller NAD controller] event handlers I0310 19:26:20.501446 3402 shared_informer.go:313] Waiting for caches to sync for [node-nad-controller NAD controller] I0310 19:26:20.501457 3402 shared_informer.go:320] Caches are synced for [node-nad-controller NAD controller] I0310 19:26:20.501466 3402 controller.go:156] Starting controller [node-nad-controller NAD controller] with 1 workers I0310 19:26:20.501593 3402 network_controller.go:246] [node-nad-controller network controller]: syncing all networks I0310 19:26:20.501601 3402 network_controller.go:257] [node-nad-controller network controller]: finished syncing all networks. Time taken: 8.736µs I0310 19:26:20.501606 3402 controller.go:156] Starting controller [node-nad-controller network controller] with 1 workers I0310 19:26:20.501615 3402 nad_controller.go:162] [node-nad-controller NAD controller]: started I0310 19:26:20.501620 3402 default_node_network_controller.go:986] Starting the default node network controller I0310 19:26:20.501633 3402 gateway_init.go:441] Initializing Gateway Functionality for gateway Start I0310 19:26:20.501746 3402 gateway_localnet.go:68] Node local addresses initialized to: map[10.0.1.9:{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::906a:b287:4cf7:1991:{fe80:: ffffffffffffffff0000000000000000}] I0310 19:26:20.501881 3402 default_node_network_controller.go:1676] MTU (9001) of network interface br-ex is big enough to deal with Geneve header overhead (sum 8959). I0310 19:26:20.501895 3402 default_node_network_controller.go:1106] Upgrade Hack: Interconnect is enabled I0310 19:26:20.501928 3402 default_node_network_controller.go:1130] Upgrade Hack: node ip-10-0-0-193.ec2.internal, subnet 10.129.0.0/23 I0310 19:26:20.501944 3402 ovs.go:160] Exec(59): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns _uuid find logical_flow match="reg7 == 0 && ip4.dst == 10.129.0.0/23" I0310 19:26:20.511316 3402 ovs.go:163] Exec(59): stdout: "" I0310 19:26:20.511334 3402 ovs.go:164] Exec(59): stderr: "" I0310 19:26:20.511348 3402 default_node_network_controller.go:766] Upgrade Hack: checkOVNSBNodeLRSR for node - 10.129.0.0/23 : match match="reg7 == 0 && ip4.dst == 10.129.0.0/23" : stdout - : stderr - : err I0310 19:26:20.580719 3402 admin_network_policy_controller.go:534] Updating Pod in Admin Network Policy controller openshift-cluster-node-tuning-operator/tuned-x48qs: podLabels controller-revision-hash=bddc6d47f,openshift-app=tuned,pod-template-generation=1, podIPs: [10.0.0.193], PodStatus: true, PodCompleted?: false I0310 19:26:20.580780 3402 obj_retry.go:565] Update event received for resource *v1.Pod, old object is equal to new: false I0310 19:26:20.580783 3402 admin_network_policy_pod.go:57] Processing sync for Pod openshift-cluster-node-tuning-operator/tuned-x48qs in Admin Network Policy controller I0310 19:26:20.580796 3402 default_network_controller.go:676] Recording update event on pod openshift-cluster-node-tuning-operator/tuned-x48qs I0310 19:26:20.580803 3402 admin_network_policy_pod.go:60] Finished syncing Pod openshift-cluster-node-tuning-operator/tuned-x48qs Admin Network Policy controller: took 21.084µs I0310 19:26:20.580812 3402 obj_retry.go:617] Update event received for *v1.Pod openshift-cluster-node-tuning-operator/tuned-x48qs I0310 19:26:20.580836 3402 ovn.go:139] Ensuring zone remote for Pod openshift-cluster-node-tuning-operator/tuned-x48qs in node ip-10-0-0-193.ec2.internal I0310 19:26:20.580842 3402 default_network_controller.go:705] Recording success event on pod openshift-cluster-node-tuning-operator/tuned-x48qs I0310 19:26:20.580848 3402 obj_retry.go:565] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0310 19:26:20.580856 3402 obj_retry.go:617] Update event received for *factory.egressIPPod openshift-cluster-node-tuning-operator/tuned-x48qs I0310 19:26:20.605175 3402 obj_retry.go:565] Update event received for resource *v1.Pod, old object is equal to new: false I0310 19:26:20.605211 3402 default_network_controller.go:676] Recording update event on pod openshift-multus/multus-sv7dd I0310 19:26:20.605227 3402 obj_retry.go:617] Update event received for *v1.Pod openshift-multus/multus-sv7dd I0310 19:26:20.605242 3402 ovn.go:139] Ensuring zone remote for Pod openshift-multus/multus-sv7dd in node ip-10-0-0-193.ec2.internal I0310 19:26:20.605253 3402 default_network_controller.go:705] Recording success event on pod openshift-multus/multus-sv7dd I0310 19:26:20.605262 3402 obj_retry.go:565] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0310 19:26:20.605274 3402 obj_retry.go:617] Update event received for *factory.egressIPPod openshift-multus/multus-sv7dd I0310 19:26:20.605166 3402 admin_network_policy_controller.go:534] Updating Pod in Admin Network Policy controller openshift-multus/multus-sv7dd: podLabels app=multus,component=network,controller-revision-hash=76b4d9df8c,openshift.io/component=network,pod-template-generation=1,type=infra, podIPs: [10.0.0.193], PodStatus: true, PodCompleted?: false I0310 19:26:20.605302 3402 admin_network_policy_pod.go:57] Processing sync for Pod openshift-multus/multus-sv7dd in Admin Network Policy controller I0310 19:26:20.605312 3402 admin_network_policy_pod.go:60] Finished syncing Pod openshift-multus/multus-sv7dd Admin Network Policy controller: took 11.583µs I0310 19:26:20.627483 3402 obj_retry.go:565] Update event received for resource *v1.Pod, old object is equal to new: false I0310 19:26:20.627485 3402 admin_network_policy_controller.go:534] Updating Pod in Admin Network Policy controller openshift-image-registry/node-ca-54vjn: podLabels controller-revision-hash=66fb7fb6db,name=node-ca,pod-template-generation=1, podIPs: [10.0.0.193], PodStatus: true, PodCompleted?: false I0310 19:26:20.627502 3402 default_network_controller.go:676] Recording update event on pod openshift-image-registry/node-ca-54vjn I0310 19:26:20.627514 3402 obj_retry.go:617] Update event received for *v1.Pod openshift-image-registry/node-ca-54vjn I0310 19:26:20.627518 3402 admin_network_policy_pod.go:57] Processing sync for Pod openshift-image-registry/node-ca-54vjn in Admin Network Policy controller I0310 19:26:20.627529 3402 admin_network_policy_pod.go:60] Finished syncing Pod openshift-image-registry/node-ca-54vjn Admin Network Policy controller: took 13.856µs I0310 19:26:20.627536 3402 ovn.go:139] Ensuring zone remote for Pod openshift-image-registry/node-ca-54vjn in node ip-10-0-0-193.ec2.internal I0310 19:26:20.627541 3402 default_network_controller.go:705] Recording success event on pod openshift-image-registry/node-ca-54vjn I0310 19:26:20.627547 3402 obj_retry.go:565] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0310 19:26:20.627554 3402 obj_retry.go:617] Update event received for *factory.egressIPPod openshift-image-registry/node-ca-54vjn I0310 19:26:20.649627 3402 obj_retry.go:565] Update event received for resource *v1.Pod, old object is equal to new: false I0310 19:26:20.649643 3402 default_network_controller.go:676] Recording update event on pod kube-system/konnectivity-agent-cnkfb I0310 19:26:20.649657 3402 obj_retry.go:617] Update event received for *v1.Pod kube-system/konnectivity-agent-cnkfb I0310 19:26:20.649668 3402 ovn.go:139] Ensuring zone remote for Pod kube-system/konnectivity-agent-cnkfb in node ip-10-0-0-193.ec2.internal I0310 19:26:20.649676 3402 default_network_controller.go:705] Recording success event on pod kube-system/konnectivity-agent-cnkfb I0310 19:26:20.649684 3402 obj_retry.go:565] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0310 19:26:20.649692 3402 obj_retry.go:617] Update event received for *factory.egressIPPod kube-system/konnectivity-agent-cnkfb I0310 19:26:20.649704 3402 admin_network_policy_controller.go:534] Updating Pod in Admin Network Policy controller kube-system/konnectivity-agent-cnkfb: podLabels app=konnectivity-agent,controller-revision-hash=9b94864b7,pod-template-generation=1, podIPs: [10.0.0.193], PodStatus: true, PodCompleted?: false I0310 19:26:20.649726 3402 admin_network_policy_pod.go:57] Processing sync for Pod kube-system/konnectivity-agent-cnkfb in Admin Network Policy controller I0310 19:26:20.649735 3402 admin_network_policy_pod.go:60] Finished syncing Pod kube-system/konnectivity-agent-cnkfb Admin Network Policy controller: took 10.208µs I0310 19:26:20.669063 3402 obj_retry.go:565] Update event received for resource *v1.Pod, old object is equal to new: false I0310 19:26:20.669106 3402 default_network_controller.go:676] Recording update event on pod openshift-dns/node-resolver-pn6zc I0310 19:26:20.669124 3402 obj_retry.go:617] Update event received for *v1.Pod openshift-dns/node-resolver-pn6zc I0310 19:26:20.669174 3402 ovn.go:139] Ensuring zone remote for Pod openshift-dns/node-resolver-pn6zc in node ip-10-0-0-193.ec2.internal I0310 19:26:20.669186 3402 default_network_controller.go:705] Recording success event on pod openshift-dns/node-resolver-pn6zc I0310 19:26:20.669196 3402 obj_retry.go:565] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0310 19:26:20.669208 3402 obj_retry.go:617] Update event received for *factory.egressIPPod openshift-dns/node-resolver-pn6zc I0310 19:26:20.669073 3402 admin_network_policy_controller.go:534] Updating Pod in Admin Network Policy controller openshift-dns/node-resolver-pn6zc: podLabels controller-revision-hash=7f7886f95b,dns.operator.openshift.io/daemonset-node-resolver=,pod-template-generation=1, podIPs: [10.0.0.193], PodStatus: true, PodCompleted?: false I0310 19:26:20.669236 3402 admin_network_policy_pod.go:57] Processing sync for Pod openshift-dns/node-resolver-pn6zc in Admin Network Policy controller I0310 19:26:20.669246 3402 admin_network_policy_pod.go:60] Finished syncing Pod openshift-dns/node-resolver-pn6zc Admin Network Policy controller: took 11.224µs I0310 19:26:20.702183 3402 obj_retry.go:565] Update event received for resource *v1.Pod, old object is equal to new: false I0310 19:26:20.702204 3402 default_network_controller.go:676] Recording update event on pod openshift-multus/multus-additional-cni-plugins-xm69m I0310 19:26:20.702218 3402 obj_retry.go:617] Update event received for *v1.Pod openshift-multus/multus-additional-cni-plugins-xm69m I0310 19:26:20.702244 3402 ovn.go:139] Ensuring zone remote for Pod openshift-multus/multus-additional-cni-plugins-xm69m in node ip-10-0-0-193.ec2.internal I0310 19:26:20.702250 3402 default_network_controller.go:705] Recording success event on pod openshift-multus/multus-additional-cni-plugins-xm69m I0310 19:26:20.702270 3402 obj_retry.go:565] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0310 19:26:20.702280 3402 obj_retry.go:617] Update event received for *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-xm69m I0310 19:26:21.002893 3402 default_node_network_controller.go:1130] Upgrade Hack: node ip-10-0-2-240.ec2.internal, subnet 10.130.0.0/23 I0310 19:26:21.002929 3402 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.130.0.0/23" I0310 19:26:21.012419 3402 ovs.go:163] Exec(60): stdout: "" I0310 19:26:21.012434 3402 ovs.go:164] Exec(60): stderr: "" I0310 19:26:21.012443 3402 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 I0310 19:26:21.203848 3402 obj_retry.go:565] Update event received for resource *v1.Pod, old object is equal to new: false I0310 19:26:21.203949 3402 default_network_controller.go:676] Recording update event on pod openshift-multus/multus-additional-cni-plugins-qgltq I0310 19:26:21.203990 3402 obj_retry.go:617] Update event received for *v1.Pod openshift-multus/multus-additional-cni-plugins-qgltq I0310 19:26:21.204007 3402 ovn.go:135] Ensuring zone local for Pod openshift-multus/multus-additional-cni-plugins-qgltq in node ip-10-0-1-9.ec2.internal I0310 19:26:21.204013 3402 default_network_controller.go:705] Recording success event on pod openshift-multus/multus-additional-cni-plugins-qgltq I0310 19:26:21.204019 3402 obj_retry.go:565] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0310 19:26:21.204027 3402 obj_retry.go:617] Update event received for *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-qgltq I0310 19:26:21.474968 3402 admin_network_policy_controller.go:583] Updating Node in Admin Network Policy controller ip-10-0-0-193.ec2.internal: nodeLabels beta.kubernetes.io/arch=amd64,beta.kubernetes.io/instance-type=m5.2xlarge,beta.kubernetes.io/os=linux,failure-domain.beta.kubernetes.io/region=us-east-1,failure-domain.beta.kubernetes.io/zone=us-east-1c,hypershift.openshift.io/managed=true,hypershift.openshift.io/nodePool=kx-018f8b4b31-workers-0,kubernetes.io/arch=amd64,kubernetes.io/hostname=ip-10-0-0-193.ec2.internal,kubernetes.io/os=linux,node-role.kubernetes.io/worker=,node.kubernetes.io/instance-type=m5.2xlarge,node.openshift.io/os_id=rhel,topology.ebs.csi.aws.com/zone=us-east-1c,topology.k8s.aws/zone-id=use1-az2,topology.kubernetes.io/region=us-east-1,topology.kubernetes.io/zone=us-east-1c, isHostCIDRsAltered?: false I0310 19:26:21.475120 3402 admin_network_policy_node.go:55] Processing sync for Node ip-10-0-0-193.ec2.internal in Admin Network Policy controller I0310 19:26:21.475134 3402 admin_network_policy_node.go:58] Finished syncing Node ip-10-0-0-193.ec2.internal Admin Network Policy controller: took 15.099µs I0310 19:26:21.475048 3402 obj_retry.go:565] Update event received for resource *v1.Node, old object is equal to new: false I0310 19:26:21.475179 3402 obj_retry.go:617] Update event received for *v1.Node ip-10-0-0-193.ec2.internal I0310 19:26:21.475224 3402 default_network_controller.go:1011] Node "ip-10-0-0-193.ec2.internal" in remote zone "global", network "default", needs interconnect zone sync up. Zone cluster changed: false I0310 19:26:21.475087 3402 egressservice_zone_node.go:110] Processing sync for Egress Service node ip-10-0-0-193.ec2.internal I0310 19:26:21.475250 3402 egressservice_zone_node.go:113] Finished syncing Egress Service node ip-10-0-0-193.ec2.internal: 187.815µs I0310 19:26:21.475261 3402 obj_retry.go:685] Failed to update *v1.Node, old=ip-10-0-0-193.ec2.internal, new=ip-10-0-0-193.ec2.internal, error: adding or updating remote node chassis ip-10-0-0-193.ec2.internal failed, err - failed to create or update chassis to remote for remote node ip-10-0-0-193.ec2.internal, error: failed to parse node chassis-id for node - ip-10-0-0-193.ec2.internal, error: suppressed error logged: k8s.ovn.org/node-chassis-id annotation not found for node ip-10-0-0-193.ec2.internal I0310 19:26:21.475276 3402 obj_retry.go:565] Update event received for resource *factory.egressNode, old object is equal to new: false I0310 19:26:21.475289 3402 obj_retry.go:617] Update event received for *factory.egressNode ip-10-0-0-193.ec2.internal I0310 19:26:21.502896 3402 default_node_network_controller.go:1130] Upgrade Hack: node ip-10-0-0-193.ec2.internal, subnet 10.129.0.0/23 I0310 19:26:21.502938 3402 ovs.go:160] Exec(61): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns _uuid find logical_flow match="reg7 == 0 && ip4.dst == 10.129.0.0/23" I0310 19:26:21.512521 3402 ovs.go:163] Exec(61): stdout: "" I0310 19:26:21.512535 3402 ovs.go:164] Exec(61): stderr: "" I0310 19:26:21.512544 3402 default_node_network_controller.go:766] Upgrade Hack: checkOVNSBNodeLRSR for node - 10.129.0.0/23 : match match="reg7 == 0 && ip4.dst == 10.129.0.0/23" : stdout - : stderr - : err I0310 19:26:21.590929 3402 obj_retry.go:565] Update event received for resource *v1.Pod, old object is equal to new: false I0310 19:26:21.590965 3402 default_network_controller.go:676] Recording update event on pod openshift-network-operator/iptables-alerter-jwfdn I0310 19:26:21.590940 3402 admin_network_policy_controller.go:534] Updating Pod in Admin Network Policy controller openshift-network-operator/iptables-alerter-jwfdn: podLabels app=iptables-alerter,component=network,controller-revision-hash=8865f8784,openshift.io/component=network,pod-template-generation=1,type=infra, podIPs: [10.0.0.193], PodStatus: true, PodCompleted?: false I0310 19:26:21.590986 3402 obj_retry.go:617] Update event received for *v1.Pod openshift-network-operator/iptables-alerter-jwfdn I0310 19:26:21.590997 3402 admin_network_policy_pod.go:57] Processing sync for Pod openshift-network-operator/iptables-alerter-jwfdn in Admin Network Policy controller I0310 19:26:21.591001 3402 ovn.go:139] Ensuring zone remote for Pod openshift-network-operator/iptables-alerter-jwfdn in node ip-10-0-0-193.ec2.internal I0310 19:26:21.591009 3402 admin_network_policy_pod.go:60] Finished syncing Pod openshift-network-operator/iptables-alerter-jwfdn Admin Network Policy controller: took 13.19µs I0310 19:26:21.591010 3402 default_network_controller.go:705] Recording success event on pod openshift-network-operator/iptables-alerter-jwfdn I0310 19:26:21.591022 3402 obj_retry.go:565] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0310 19:26:21.591034 3402 obj_retry.go:617] Update event received for *factory.egressIPPod openshift-network-operator/iptables-alerter-jwfdn I0310 19:26:21.868509 3402 admin_network_policy_controller.go:534] Updating Pod in Admin Network Policy controller openshift-multus/multus-n8pwj: podLabels app=multus,component=network,controller-revision-hash=76b4d9df8c,openshift.io/component=network,pod-template-generation=1,type=infra, podIPs: [10.0.2.240], PodStatus: true, PodCompleted?: false I0310 19:26:21.868571 3402 obj_retry.go:565] Update event received for resource *v1.Pod, old object is equal to new: false I0310 19:26:21.868621 3402 admin_network_policy_pod.go:57] Processing sync for Pod openshift-multus/multus-n8pwj in Admin Network Policy controller I0310 19:26:21.868633 3402 default_network_controller.go:676] Recording update event on pod openshift-multus/multus-n8pwj I0310 19:26:21.868639 3402 admin_network_policy_pod.go:60] Finished syncing Pod openshift-multus/multus-n8pwj Admin Network Policy controller: took 21.003µs I0310 19:26:21.868652 3402 obj_retry.go:617] Update event received for *v1.Pod openshift-multus/multus-n8pwj I0310 19:26:21.868692 3402 ovn.go:139] Ensuring zone remote for Pod openshift-multus/multus-n8pwj in node ip-10-0-2-240.ec2.internal I0310 19:26:21.868702 3402 default_network_controller.go:705] Recording success event on pod openshift-multus/multus-n8pwj I0310 19:26:21.868712 3402 obj_retry.go:565] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0310 19:26:21.868724 3402 obj_retry.go:617] Update event received for *factory.egressIPPod openshift-multus/multus-n8pwj I0310 19:26:21.887999 3402 obj_retry.go:565] Update event received for resource *v1.Pod, old object is equal to new: false I0310 19:26:21.888021 3402 default_network_controller.go:676] Recording update event on pod kube-system/kube-apiserver-proxy-ip-10-0-2-240.ec2.internal I0310 19:26:21.888040 3402 obj_retry.go:617] Update event received for *v1.Pod kube-system/kube-apiserver-proxy-ip-10-0-2-240.ec2.internal I0310 19:26:21.888061 3402 ovn.go:139] Ensuring zone remote for Pod kube-system/kube-apiserver-proxy-ip-10-0-2-240.ec2.internal in node ip-10-0-2-240.ec2.internal I0310 19:26:21.888071 3402 default_network_controller.go:705] Recording success event on pod kube-system/kube-apiserver-proxy-ip-10-0-2-240.ec2.internal I0310 19:26:21.888080 3402 obj_retry.go:565] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0310 19:26:21.888092 3402 obj_retry.go:617] Update event received for *factory.egressIPPod kube-system/kube-apiserver-proxy-ip-10-0-2-240.ec2.internal I0310 19:26:21.888181 3402 admin_network_policy_controller.go:534] Updating Pod in Admin Network Policy controller kube-system/kube-apiserver-proxy-ip-10-0-2-240.ec2.internal: podLabels k8s-app=kube-apiserver-proxy, podIPs: [10.0.2.240], PodStatus: true, PodCompleted?: false I0310 19:26:21.888219 3402 admin_network_policy_pod.go:57] Processing sync for Pod kube-system/kube-apiserver-proxy-ip-10-0-2-240.ec2.internal in Admin Network Policy controller I0310 19:26:21.888240 3402 admin_network_policy_pod.go:60] Finished syncing Pod kube-system/kube-apiserver-proxy-ip-10-0-2-240.ec2.internal Admin Network Policy controller: took 20.934µs I0310 19:26:21.910873 3402 admin_network_policy_controller.go:534] Updating Pod in Admin Network Policy controller openshift-cluster-node-tuning-operator/tuned-97854: podLabels controller-revision-hash=bddc6d47f,openshift-app=tuned,pod-template-generation=1, podIPs: [10.0.2.240], PodStatus: true, PodCompleted?: false I0310 19:26:21.910930 3402 obj_retry.go:565] Update event received for resource *v1.Pod, old object is equal to new: false I0310 19:26:21.910995 3402 default_network_controller.go:676] Recording update event on pod openshift-cluster-node-tuning-operator/tuned-97854 I0310 19:26:21.911014 3402 obj_retry.go:617] Update event received for *v1.Pod openshift-cluster-node-tuning-operator/tuned-97854 I0310 19:26:21.911028 3402 ovn.go:139] Ensuring zone remote for Pod openshift-cluster-node-tuning-operator/tuned-97854 in node ip-10-0-2-240.ec2.internal I0310 19:26:21.911037 3402 default_network_controller.go:705] Recording success event on pod openshift-cluster-node-tuning-operator/tuned-97854 I0310 19:26:21.911043 3402 obj_retry.go:565] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0310 19:26:21.911050 3402 obj_retry.go:617] Update event received for *factory.egressIPPod openshift-cluster-node-tuning-operator/tuned-97854 I0310 19:26:21.910978 3402 admin_network_policy_pod.go:57] Processing sync for Pod openshift-cluster-node-tuning-operator/tuned-97854 in Admin Network Policy controller I0310 19:26:21.911069 3402 admin_network_policy_pod.go:60] Finished syncing Pod openshift-cluster-node-tuning-operator/tuned-97854 Admin Network Policy controller: took 93.012µs I0310 19:26:22.002789 3402 default_node_network_controller.go:1130] Upgrade Hack: node ip-10-0-2-240.ec2.internal, subnet 10.130.0.0/23 I0310 19:26:22.002834 3402 ovs.go:160] Exec(62): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns _uuid find logical_flow match="reg7 == 0 && ip4.dst == 10.130.0.0/23" I0310 19:26:22.012312 3402 ovs.go:163] Exec(62): stdout: "" I0310 19:26:22.012328 3402 ovs.go:164] Exec(62): stderr: "" I0310 19:26:22.012340 3402 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 I0310 19:26:22.035835 3402 obj_retry.go:565] Update event received for resource *v1.Node, old object is equal to new: false I0310 19:26:22.035863 3402 obj_retry.go:617] Update event received for *v1.Node ip-10-0-1-9.ec2.internal I0310 19:26:22.035941 3402 obj_retry.go:565] Update event received for resource *factory.egressNode, old object is equal to new: false I0310 19:26:22.035955 3402 obj_retry.go:617] Update event received for *factory.egressNode ip-10-0-1-9.ec2.internal I0310 19:26:22.374100 3402 ovs.go:160] Exec(63): /usr/bin/ovn-appctl -t /var/run/ovn/ovn-controller.3115.ctl connection-status I0310 19:26:22.377864 3402 ovs.go:163] Exec(63): stdout: "connected\n" I0310 19:26:22.377881 3402 ovs.go:164] Exec(63): stderr: "" I0310 19:26:22.502019 3402 default_node_network_controller.go:1130] Upgrade Hack: node ip-10-0-0-193.ec2.internal, subnet 10.129.0.0/23 I0310 19:26:22.502050 3402 ovs.go:160] Exec(64): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns _uuid find logical_flow match="reg7 == 0 && ip4.dst == 10.129.0.0/23" I0310 19:26:22.511992 3402 ovs.go:163] Exec(64): stdout: "" I0310 19:26:22.512009 3402 ovs.go:164] Exec(64): stderr: "" I0310 19:26:22.512019 3402 default_node_network_controller.go:766] Upgrade Hack: checkOVNSBNodeLRSR for node - 10.129.0.0/23 : match match="reg7 == 0 && ip4.dst == 10.129.0.0/23" : stdout - : stderr - : err I0310 19:26:22.597997 3402 admin_network_policy_controller.go:534] Updating Pod in Admin Network Policy controller openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-5zp82: podLabels app=aws-ebs-csi-driver-node,controller-revision-hash=fc484797,pod-template-generation=1, podIPs: [10.0.0.193], PodStatus: true, PodCompleted?: false I0310 19:26:22.598060 3402 admin_network_policy_pod.go:57] Processing sync for Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-5zp82 in Admin Network Policy controller I0310 19:26:22.598082 3402 admin_network_policy_pod.go:60] Finished syncing Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-5zp82 Admin Network Policy controller: took 26.037µs I0310 19:26:22.598010 3402 obj_retry.go:565] Update event received for resource *v1.Pod, old object is equal to new: false I0310 19:26:22.598100 3402 default_network_controller.go:676] Recording update event on pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-5zp82 I0310 19:26:22.598126 3402 obj_retry.go:617] Update event received for *v1.Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-5zp82 I0310 19:26:22.598166 3402 ovn.go:139] Ensuring zone remote for Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-5zp82 in node ip-10-0-0-193.ec2.internal I0310 19:26:22.598176 3402 default_network_controller.go:705] Recording success event on pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-5zp82 I0310 19:26:22.598186 3402 obj_retry.go:565] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0310 19:26:22.598203 3402 obj_retry.go:617] Update event received for *factory.egressIPPod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-5zp82 I0310 19:26:22.880630 3402 obj_retry.go:565] Update event received for resource *v1.Pod, old object is equal to new: false I0310 19:26:22.880652 3402 default_network_controller.go:676] Recording update event on pod openshift-multus/multus-additional-cni-plugins-7xmfr I0310 19:26:22.880666 3402 obj_retry.go:617] Update event received for *v1.Pod openshift-multus/multus-additional-cni-plugins-7xmfr I0310 19:26:22.880677 3402 ovn.go:139] Ensuring zone remote for Pod openshift-multus/multus-additional-cni-plugins-7xmfr in node ip-10-0-2-240.ec2.internal I0310 19:26:22.880683 3402 default_network_controller.go:705] Recording success event on pod openshift-multus/multus-additional-cni-plugins-7xmfr I0310 19:26:22.880689 3402 obj_retry.go:565] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0310 19:26:22.880696 3402 obj_retry.go:617] Update event received for *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-7xmfr I0310 19:26:22.901910 3402 obj_retry.go:565] Update event received for resource *v1.Pod, old object is equal to new: false I0310 19:26:22.901934 3402 default_network_controller.go:676] Recording update event on pod openshift-dns/node-resolver-2q4w6 I0310 19:26:22.901931 3402 admin_network_policy_controller.go:534] Updating Pod in Admin Network Policy controller openshift-dns/node-resolver-2q4w6: podLabels controller-revision-hash=7f7886f95b,dns.operator.openshift.io/daemonset-node-resolver=,pod-template-generation=1, podIPs: [10.0.2.240], PodStatus: true, PodCompleted?: false I0310 19:26:22.901952 3402 obj_retry.go:617] Update event received for *v1.Pod openshift-dns/node-resolver-2q4w6 I0310 19:26:22.901963 3402 admin_network_policy_pod.go:57] Processing sync for Pod openshift-dns/node-resolver-2q4w6 in Admin Network Policy controller I0310 19:26:22.901977 3402 admin_network_policy_pod.go:60] Finished syncing Pod openshift-dns/node-resolver-2q4w6 Admin Network Policy controller: took 14.604µs I0310 19:26:22.901984 3402 ovn.go:139] Ensuring zone remote for Pod openshift-dns/node-resolver-2q4w6 in node ip-10-0-2-240.ec2.internal I0310 19:26:22.901993 3402 default_network_controller.go:705] Recording success event on pod openshift-dns/node-resolver-2q4w6 I0310 19:26:22.902002 3402 obj_retry.go:565] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0310 19:26:22.902013 3402 obj_retry.go:617] Update event received for *factory.egressIPPod openshift-dns/node-resolver-2q4w6 I0310 19:26:22.926564 3402 admin_network_policy_controller.go:534] Updating Pod in Admin Network Policy controller openshift-network-operator/iptables-alerter-qxvbn: podLabels app=iptables-alerter,component=network,controller-revision-hash=8865f8784,openshift.io/component=network,pod-template-generation=1,type=infra, podIPs: [10.0.2.240], PodStatus: true, PodCompleted?: false I0310 19:26:22.926605 3402 admin_network_policy_pod.go:57] Processing sync for Pod openshift-network-operator/iptables-alerter-qxvbn in Admin Network Policy controller I0310 19:26:22.926621 3402 admin_network_policy_pod.go:60] Finished syncing Pod openshift-network-operator/iptables-alerter-qxvbn Admin Network Policy controller: took 17.632µs I0310 19:26:22.926647 3402 obj_retry.go:565] Update event received for resource *v1.Pod, old object is equal to new: false I0310 19:26:22.926660 3402 default_network_controller.go:676] Recording update event on pod openshift-network-operator/iptables-alerter-qxvbn I0310 19:26:22.926673 3402 obj_retry.go:617] Update event received for *v1.Pod openshift-network-operator/iptables-alerter-qxvbn I0310 19:26:22.926700 3402 ovn.go:139] Ensuring zone remote for Pod openshift-network-operator/iptables-alerter-qxvbn in node ip-10-0-2-240.ec2.internal I0310 19:26:22.926712 3402 default_network_controller.go:705] Recording success event on pod openshift-network-operator/iptables-alerter-qxvbn I0310 19:26:22.926721 3402 obj_retry.go:565] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0310 19:26:22.926744 3402 obj_retry.go:617] Update event received for *factory.egressIPPod openshift-network-operator/iptables-alerter-qxvbn I0310 19:26:22.952217 3402 obj_retry.go:565] Update event received for resource *v1.Pod, old object is equal to new: false I0310 19:26:22.952327 3402 default_network_controller.go:676] Recording update event on pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-2-240.ec2.internal I0310 19:26:22.952352 3402 obj_retry.go:617] Update event received for *v1.Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-2-240.ec2.internal I0310 19:26:22.952385 3402 ovn.go:139] Ensuring zone remote for Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-2-240.ec2.internal in node ip-10-0-2-240.ec2.internal I0310 19:26:22.952394 3402 default_network_controller.go:705] Recording success event on pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-2-240.ec2.internal I0310 19:26:22.952403 3402 obj_retry.go:565] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0310 19:26:22.952415 3402 obj_retry.go:617] Update event received for *factory.egressIPPod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-2-240.ec2.internal I0310 19:26:22.976905 3402 admin_network_policy_controller.go:534] Updating Pod in Admin Network Policy controller kube-system/konnectivity-agent-rqgtq: podLabels app=konnectivity-agent,controller-revision-hash=9b94864b7,pod-template-generation=1, podIPs: [10.0.2.240], PodStatus: true, PodCompleted?: false I0310 19:26:22.976944 3402 obj_retry.go:565] Update event received for resource *v1.Pod, old object is equal to new: false I0310 19:26:22.976964 3402 default_network_controller.go:676] Recording update event on pod kube-system/konnectivity-agent-rqgtq I0310 19:26:22.976972 3402 admin_network_policy_pod.go:57] Processing sync for Pod kube-system/konnectivity-agent-rqgtq in Admin Network Policy controller I0310 19:26:22.976983 3402 obj_retry.go:617] Update event received for *v1.Pod kube-system/konnectivity-agent-rqgtq I0310 19:26:22.976990 3402 admin_network_policy_pod.go:60] Finished syncing Pod kube-system/konnectivity-agent-rqgtq Admin Network Policy controller: took 19.791µs I0310 19:26:22.976998 3402 ovn.go:139] Ensuring zone remote for Pod kube-system/konnectivity-agent-rqgtq in node ip-10-0-2-240.ec2.internal I0310 19:26:22.977006 3402 default_network_controller.go:705] Recording success event on pod kube-system/konnectivity-agent-rqgtq I0310 19:26:22.977015 3402 obj_retry.go:565] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0310 19:26:22.977026 3402 obj_retry.go:617] Update event received for *factory.egressIPPod kube-system/konnectivity-agent-rqgtq I0310 19:26:22.998432 3402 obj_retry.go:565] Update event received for resource *v1.Pod, old object is equal to new: false I0310 19:26:22.998510 3402 default_network_controller.go:676] Recording update event on pod openshift-image-registry/node-ca-d46s4 I0310 19:26:22.998535 3402 admin_network_policy_controller.go:534] Updating Pod in Admin Network Policy controller openshift-image-registry/node-ca-d46s4: podLabels controller-revision-hash=66fb7fb6db,name=node-ca,pod-template-generation=1, podIPs: [10.0.2.240], PodStatus: true, PodCompleted?: false I0310 19:26:22.998573 3402 admin_network_policy_pod.go:57] Processing sync for Pod openshift-image-registry/node-ca-d46s4 in Admin Network Policy controller I0310 19:26:22.998593 3402 admin_network_policy_pod.go:60] Finished syncing Pod openshift-image-registry/node-ca-d46s4 Admin Network Policy controller: took 20.975µs I0310 19:26:22.998551 3402 obj_retry.go:617] Update event received for *v1.Pod openshift-image-registry/node-ca-d46s4 I0310 19:26:22.998617 3402 ovn.go:139] Ensuring zone remote for Pod openshift-image-registry/node-ca-d46s4 in node ip-10-0-2-240.ec2.internal I0310 19:26:22.998643 3402 default_network_controller.go:705] Recording success event on pod openshift-image-registry/node-ca-d46s4 I0310 19:26:22.998653 3402 obj_retry.go:565] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0310 19:26:22.998664 3402 obj_retry.go:617] Update event received for *factory.egressIPPod openshift-image-registry/node-ca-d46s4 I0310 19:26:23.002281 3402 default_node_network_controller.go:1130] Upgrade Hack: node ip-10-0-2-240.ec2.internal, subnet 10.130.0.0/23 I0310 19:26:23.002313 3402 ovs.go:160] Exec(65): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns _uuid find logical_flow match="reg7 == 0 && ip4.dst == 10.130.0.0/23" I0310 19:26:23.014405 3402 ovs.go:163] Exec(65): stdout: "" I0310 19:26:23.014425 3402 ovs.go:164] Exec(65): stderr: "" I0310 19:26:23.014438 3402 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 I0310 19:26:23.501980 3402 default_node_network_controller.go:1130] Upgrade Hack: node ip-10-0-0-193.ec2.internal, subnet 10.129.0.0/23 I0310 19:26:23.502011 3402 ovs.go:160] Exec(66): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns _uuid find logical_flow match="reg7 == 0 && ip4.dst == 10.129.0.0/23" I0310 19:26:23.511486 3402 ovs.go:163] Exec(66): stdout: "" I0310 19:26:23.511505 3402 ovs.go:164] Exec(66): stderr: "" I0310 19:26:23.511516 3402 default_node_network_controller.go:766] Upgrade Hack: checkOVNSBNodeLRSR for node - 10.129.0.0/23 : match match="reg7 == 0 && ip4.dst == 10.129.0.0/23" : stdout - : stderr - : err I0310 19:26:23.720496 3402 egressservice_zone_node.go:110] Processing sync for Egress Service node ip-10-0-2-240.ec2.internal I0310 19:26:23.720566 3402 egressservice_zone_node.go:113] Finished syncing Egress Service node ip-10-0-2-240.ec2.internal: 77.026µs I0310 19:26:23.720509 3402 admin_network_policy_controller.go:583] Updating Node in Admin Network Policy controller ip-10-0-2-240.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-018f8b4b31-workers-2,kubernetes.io/arch=amd64,kubernetes.io/hostname=ip-10-0-2-240.ec2.internal,kubernetes.io/os=linux,node-role.kubernetes.io/worker=,node.kubernetes.io/instance-type=m5.2xlarge,node.openshift.io/os_id=rhel,topology.ebs.csi.aws.com/zone=us-east-1a,topology.k8s.aws/zone-id=use1-az6,topology.kubernetes.io/region=us-east-1,topology.kubernetes.io/zone=us-east-1a, isHostCIDRsAltered?: false I0310 19:26:23.720591 3402 admin_network_policy_node.go:55] Processing sync for Node ip-10-0-2-240.ec2.internal in Admin Network Policy controller I0310 19:26:23.720537 3402 obj_retry.go:565] Update event received for resource *v1.Node, old object is equal to new: false I0310 19:26:23.720605 3402 admin_network_policy_node.go:58] Finished syncing Node ip-10-0-2-240.ec2.internal Admin Network Policy controller: took 14.794µs I0310 19:26:23.720613 3402 obj_retry.go:617] Update event received for *v1.Node ip-10-0-2-240.ec2.internal I0310 19:26:23.720636 3402 default_network_controller.go:1011] Node "ip-10-0-2-240.ec2.internal" in remote zone "global", network "default", needs interconnect zone sync up. Zone cluster changed: false I0310 19:26:23.720659 3402 obj_retry.go:685] Failed to update *v1.Node, old=ip-10-0-2-240.ec2.internal, new=ip-10-0-2-240.ec2.internal, error: adding or updating remote node chassis ip-10-0-2-240.ec2.internal failed, err - failed to create or update chassis to remote for remote node ip-10-0-2-240.ec2.internal, error: failed to parse node chassis-id for node - ip-10-0-2-240.ec2.internal, error: suppressed error logged: k8s.ovn.org/node-chassis-id annotation not found for node ip-10-0-2-240.ec2.internal I0310 19:26:23.720671 3402 obj_retry.go:565] Update event received for resource *factory.egressNode, old object is equal to new: false I0310 19:26:23.720679 3402 obj_retry.go:617] Update event received for *factory.egressNode ip-10-0-2-240.ec2.internal I0310 19:26:23.883672 3402 obj_retry.go:565] Update event received for resource *v1.Pod, old object is equal to new: false I0310 19:26:23.883771 3402 default_network_controller.go:676] Recording update event on pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-2-240.ec2.internal I0310 19:26:23.883798 3402 obj_retry.go:617] Update event received for *v1.Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-2-240.ec2.internal I0310 19:26:23.883814 3402 ovn.go:139] Ensuring zone remote for Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-2-240.ec2.internal in node ip-10-0-2-240.ec2.internal I0310 19:26:23.883824 3402 default_network_controller.go:705] Recording success event on pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-2-240.ec2.internal I0310 19:26:23.883833 3402 obj_retry.go:565] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0310 19:26:23.883843 3402 obj_retry.go:617] Update event received for *factory.egressIPPod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-2-240.ec2.internal I0310 19:26:23.883763 3402 admin_network_policy_controller.go:534] Updating Pod in Admin Network Policy controller openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-2-240.ec2.internal: podLabels , podIPs: [10.0.2.240], PodStatus: true, PodCompleted?: false I0310 19:26:23.883868 3402 admin_network_policy_pod.go:57] Processing sync for Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-2-240.ec2.internal in Admin Network Policy controller I0310 19:26:23.883885 3402 admin_network_policy_pod.go:60] Finished syncing Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-2-240.ec2.internal Admin Network Policy controller: took 18.321µs I0310 19:26:24.002642 3402 default_node_network_controller.go:1130] Upgrade Hack: node ip-10-0-0-193.ec2.internal, subnet 10.129.0.0/23 I0310 19:26:24.002676 3402 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" I0310 19:26:24.015388 3402 ovs.go:163] Exec(67): stdout: "" I0310 19:26:24.015430 3402 ovs.go:164] Exec(67): stderr: "" I0310 19:26:24.015444 3402 default_node_network_controller.go:766] Upgrade Hack: checkOVNSBNodeLRSR for node - 10.129.0.0/23 : match match="reg7 == 0 && ip4.dst == 10.129.0.0/23" : stdout - : stderr - : err I0310 19:26:24.424136 3402 obj_retry.go:565] Update event received for resource *v1.Pod, old object is equal to new: false I0310 19:26:24.424180 3402 default_network_controller.go:676] Recording update event on pod kube-system/konnectivity-agent-rqgtq I0310 19:26:24.424195 3402 obj_retry.go:617] Update event received for *v1.Pod kube-system/konnectivity-agent-rqgtq I0310 19:26:24.424219 3402 ovn.go:139] Ensuring zone remote for Pod kube-system/konnectivity-agent-rqgtq in node ip-10-0-2-240.ec2.internal I0310 19:26:24.424226 3402 default_network_controller.go:705] Recording success event on pod kube-system/konnectivity-agent-rqgtq I0310 19:26:24.424232 3402 obj_retry.go:565] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0310 19:26:24.424239 3402 obj_retry.go:617] Update event received for *factory.egressIPPod kube-system/konnectivity-agent-rqgtq I0310 19:26:24.501987 3402 default_node_network_controller.go:1130] Upgrade Hack: node ip-10-0-0-193.ec2.internal, subnet 10.129.0.0/23 I0310 19:26:24.502021 3402 ovs.go:160] Exec(68): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns _uuid find logical_flow match="reg7 == 0 && ip4.dst == 10.129.0.0/23" I0310 19:26:24.511499 3402 ovs.go:163] Exec(68): stdout: "" I0310 19:26:24.511513 3402 ovs.go:164] Exec(68): stderr: "" I0310 19:26:24.511522 3402 default_node_network_controller.go:766] Upgrade Hack: checkOVNSBNodeLRSR for node - 10.129.0.0/23 : match match="reg7 == 0 && ip4.dst == 10.129.0.0/23" : stdout - : stderr - : err I0310 19:26:24.616806 3402 admin_network_policy_controller.go:534] Updating Pod in Admin Network Policy controller openshift-ovn-kubernetes/ovnkube-node-nvwms: podLabels app=ovnkube-node,component=network,controller-revision-hash=85dfc7b4f4,kubernetes.io/os=linux,openshift.io/component=network,ovn-db-pod=true,pod-template-generation=2,type=infra, podIPs: [10.0.0.193], PodStatus: true, PodCompleted?: false I0310 19:26:24.616891 3402 obj_retry.go:565] Update event received for resource *v1.Pod, old object is equal to new: false I0310 19:26:24.616926 3402 admin_network_policy_pod.go:57] Processing sync for Pod openshift-ovn-kubernetes/ovnkube-node-nvwms in Admin Network Policy controller I0310 19:26:24.616934 3402 default_network_controller.go:676] Recording update event on pod openshift-ovn-kubernetes/ovnkube-node-nvwms I0310 19:26:24.616943 3402 admin_network_policy_pod.go:60] Finished syncing Pod openshift-ovn-kubernetes/ovnkube-node-nvwms Admin Network Policy controller: took 17.767µs I0310 19:26:24.616948 3402 obj_retry.go:617] Update event received for *v1.Pod openshift-ovn-kubernetes/ovnkube-node-nvwms I0310 19:26:24.616959 3402 ovn.go:139] Ensuring zone remote for Pod openshift-ovn-kubernetes/ovnkube-node-nvwms in node ip-10-0-0-193.ec2.internal I0310 19:26:24.616987 3402 default_network_controller.go:705] Recording success event on pod openshift-ovn-kubernetes/ovnkube-node-nvwms I0310 19:26:24.616999 3402 obj_retry.go:565] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0310 19:26:24.617011 3402 obj_retry.go:617] Update event received for *factory.egressIPPod openshift-ovn-kubernetes/ovnkube-node-nvwms I0310 19:26:24.894518 3402 admin_network_policy_controller.go:534] Updating Pod in Admin Network Policy controller openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-4ndqb: podLabels app=aws-ebs-csi-driver-node,controller-revision-hash=fc484797,pod-template-generation=1, podIPs: [10.0.2.240], PodStatus: true, PodCompleted?: false I0310 19:26:24.894557 3402 admin_network_policy_pod.go:57] Processing sync for Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-4ndqb in Admin Network Policy controller I0310 19:26:24.894573 3402 admin_network_policy_pod.go:60] Finished syncing Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-4ndqb Admin Network Policy controller: took 16.612µs I0310 19:26:24.894596 3402 obj_retry.go:565] Update event received for resource *v1.Pod, old object is equal to new: false I0310 19:26:24.894615 3402 default_network_controller.go:676] Recording update event on pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-4ndqb I0310 19:26:24.894631 3402 obj_retry.go:617] Update event received for *v1.Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-4ndqb I0310 19:26:24.894649 3402 ovn.go:139] Ensuring zone remote for Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-4ndqb in node ip-10-0-2-240.ec2.internal I0310 19:26:24.894657 3402 default_network_controller.go:705] Recording success event on pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-4ndqb I0310 19:26:24.894665 3402 obj_retry.go:565] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0310 19:26:24.894675 3402 obj_retry.go:617] Update event received for *factory.egressIPPod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-4ndqb I0310 19:26:25.002918 3402 default_node_network_controller.go:1130] Upgrade Hack: node ip-10-0-2-240.ec2.internal, subnet 10.130.0.0/23 I0310 19:26:25.002966 3402 ovs.go:160] Exec(69): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns _uuid find logical_flow match="reg7 == 0 && ip4.dst == 10.130.0.0/23" I0310 19:26:25.012812 3402 ovs.go:163] Exec(69): stdout: "" I0310 19:26:25.012831 3402 ovs.go:164] Exec(69): stderr: "" I0310 19:26:25.012842 3402 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 I0310 19:26:25.307578 3402 obj_retry.go:565] Update event received for resource *v1.Pod, old object is equal to new: false I0310 19:26:25.307682 3402 default_network_controller.go:676] Recording update event on pod kube-system/konnectivity-agent-cnkfb I0310 19:26:25.307707 3402 obj_retry.go:617] Update event received for *v1.Pod kube-system/konnectivity-agent-cnkfb I0310 19:26:25.307726 3402 ovn.go:139] Ensuring zone remote for Pod kube-system/konnectivity-agent-cnkfb in node ip-10-0-0-193.ec2.internal I0310 19:26:25.307736 3402 default_network_controller.go:705] Recording success event on pod kube-system/konnectivity-agent-cnkfb I0310 19:26:25.307747 3402 obj_retry.go:565] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0310 19:26:25.307760 3402 obj_retry.go:617] Update event received for *factory.egressIPPod kube-system/konnectivity-agent-cnkfb I0310 19:26:25.502953 3402 default_node_network_controller.go:1130] Upgrade Hack: node ip-10-0-0-193.ec2.internal, subnet 10.129.0.0/23 I0310 19:26:25.503000 3402 ovs.go:160] Exec(70): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns _uuid find logical_flow match="reg7 == 0 && ip4.dst == 10.129.0.0/23" I0310 19:26:25.512490 3402 ovs.go:163] Exec(70): stdout: "" I0310 19:26:25.512505 3402 ovs.go:164] Exec(70): stderr: "" I0310 19:26:25.512515 3402 default_node_network_controller.go:766] Upgrade Hack: checkOVNSBNodeLRSR for node - 10.129.0.0/23 : match match="reg7 == 0 && ip4.dst == 10.129.0.0/23" : stdout - : stderr - : err I0310 19:26:25.823109 3402 node_tracker.go:211] Processing possible switch / router updates for node ip-10-0-0-193.ec2.internal in network "default" I0310 19:26:25.823141 3402 node_tracker.go:238] Node ip-10-0-0-193.ec2.internal has invalid / no gateway config: k8s.ovn.org/l3-gateway-config annotation not found for node "ip-10-0-0-193.ec2.internal" I0310 19:26:25.823170 3402 node_tracker.go:172] Node ip-10-0-0-193.ec2.internal switch + router changed, syncing services in network "default" I0310 19:26:25.823189 3402 services_controller.go:575] Full service sync requested for network=default I0310 19:26:25.823222 3402 services_controller.go:640] Adding service default/openshift-oauth-apiserver for network=default I0310 19:26:25.823235 3402 services_controller.go:640] Adding service openshift-apiserver/check-endpoints for network=default I0310 19:26:25.823109 3402 obj_retry.go:565] Update event received for resource *v1.Node, old object is equal to new: false I0310 19:26:25.823257 3402 services_controller.go:382] Processing sync for service default/openshift-oauth-apiserver for network=default I0310 19:26:25.823242 3402 services_controller.go:640] Adding service openshift-cluster-machine-approver/machine-approver for network=default I0310 19:26:25.823269 3402 services_controller.go:382] Processing sync for service openshift-apiserver/check-endpoints for network=default I0310 19:26:25.823282 3402 services_controller.go:640] Adding service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0310 19:26:25.823295 3402 services_controller.go:640] Adding service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0310 19:26:25.823302 3402 services_controller.go:640] Adding service openshift-kube-controller-manager-operator/metrics for network=default I0310 19:26:25.823309 3402 services_controller.go:640] Adding service openshift-monitoring/cluster-monitoring-operator for network=default I0310 19:26:25.823316 3402 services_controller.go:640] Adding service openshift-apiserver-operator/metrics for network=default I0310 19:26:25.823326 3402 services_controller.go:382] Processing sync for service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0310 19:26:25.823330 3402 services_controller.go:382] Processing sync for service openshift-cluster-machine-approver/machine-approver for network=default I0310 19:26:25.823352 3402 services_controller.go:386] Finished syncing service machine-approver on namespace openshift-cluster-machine-approver for network=default : 25.289µs I0310 19:26:25.823274 3402 services_controller.go:460] Service default/openshift-oauth-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-oauth-apiserver default b87cd83d-5779-4193-be24-54272c47408b 1583 0 2026-03-10 19:15:24 +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.251.73,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.251.73],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:25.823372 3402 services_controller.go:382] Processing sync for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0310 19:26:25.823386 3402 services_controller.go:382] Processing sync for service openshift-kube-controller-manager-operator/metrics for network=default I0310 19:26:25.823337 3402 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 09cca8de-04ca-4ab6-8203-44c9983ced6e 1641 0 2026-03-10 19:15:25 +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 fa8407b6-d2c6-496a-b61c-58a7d50d03f1 0xc00721107f }] [] []},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.72.112,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.72.112],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:25.823421 3402 services_controller.go:640] Adding service openshift-authentication-operator/metrics for network=default I0310 19:26:25.823383 3402 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 892212a2-23a7-4e55-bc82-8c3bfeb75bf8 1039 0 2026-03-10 19:15:13 +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 fa8407b6-d2c6-496a-b61c-58a7d50d03f1 0xc0072111a7 }] [] []},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.67.139,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.67.139],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:25.823433 3402 services_controller.go:640] Adding service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0310 19:26:25.823440 3402 services_controller.go:640] Adding service openshift-ingress-canary/ingress-canary for network=default I0310 19:26:25.823447 3402 services_controller.go:640] Adding service openshift-ingress/router-default for network=default I0310 19:26:25.823434 3402 lb_config.go:1030] Cluster endpoints for default/openshift-oauth-apiserver for network=default are: map[TCP/https:{443 [172.30.132.168] []}] I0310 19:26:25.823452 3402 lb_config.go:1030] Cluster endpoints for openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default are: map[] I0310 19:26:25.823455 3402 lb_config.go:1030] Cluster endpoints for openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default are: map[] I0310 19:26:25.823455 3402 services_controller.go:640] Adding service openshift-machine-config-operator/machine-config-operator for network=default I0310 19:26:25.823469 3402 services_controller.go:640] Adding service default/kubernetes for network=default I0310 19:26:25.823475 3402 services_controller.go:640] Adding service default/openshift for network=default I0310 19:26:25.823472 3402 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.67.139"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0310 19:26:25.823484 3402 services_controller.go:640] Adding service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0310 19:26:25.823472 3402 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.72.112"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0310 19:26:25.823262 3402 obj_retry.go:617] Update event received for *v1.Node ip-10-0-0-193.ec2.internal I0310 19:26:25.823491 3402 services_controller.go:470] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:25.823493 3402 services_controller.go:469] Built service default/openshift-oauth-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0310 19:26:25.823498 3402 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) I0310 19:26:25.823420 3402 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 cc3b7b42-9d10-47fb-8709-c40de39bc58c 843 0 2026-03-10 19:15:09 +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 fa8407b6-d2c6-496a-b61c-58a7d50d03f1 0xc007211c9f }] [] []},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.119.164,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.119.164],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:25.823503 3402 services_controller.go:471] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:25.823508 3402 services_controller.go:471] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:25.823505 3402 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.251.73"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.132.168"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0310 19:26:25.823519 3402 services_controller.go:471] Built service default/openshift-oauth-apiserver LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:25.823530 3402 lb_config.go:1030] Cluster endpoints for openshift-kube-controller-manager-operator/metrics for network=default are: map[] I0310 19:26:25.823545 3402 services_controller.go:477] Built service default/openshift-oauth-apiserver cluster-wide LB for network=default: []services.LB{} I0310 19:26:25.823526 3402 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.72.112", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:25.823559 3402 services_controller.go:478] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service per-node LB for network=default: []services.LB{} I0310 19:26:25.823556 3402 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.119.164"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0310 19:26:25.823559 3402 default_network_controller.go:1011] Node "ip-10-0-0-193.ec2.internal" in remote zone "ip-10-0-0-193.ec2.internal", network "default", needs interconnect zone sync up. Zone cluster changed: false I0310 19:26:25.823569 3402 services_controller.go:479] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service template LB for network=default: []services.LB{} I0310 19:26:25.823527 3402 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.67.139", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:25.823580 3402 services_controller.go:478] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics per-node LB for network=default: []services.LB{} I0310 19:26:25.823580 3402 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 I0310 19:26:25.823588 3402 services_controller.go:479] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics template LB for network=default: []services.LB{} I0310 19:26:25.823595 3402 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 I0310 19:26:25.823569 3402 services_controller.go:470] Built service openshift-kube-controller-manager-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:25.823606 3402 services_controller.go:497] Skipping no-op change for service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0310 19:26:25.823279 3402 services_controller.go:460] Service openshift-apiserver/check-endpoints retrieved from lister for network=default: &Service{ObjectMeta:{check-endpoints openshift-apiserver 4c298cfa-385c-4de6-8ba9-600d92298f16 1805 0 2026-03-10 19:15:26 +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 fa8407b6-d2c6-496a-b61c-58a7d50d03f1 0xc007210d37 }] [] []},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.109.5,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.109.5],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:25.823619 3402 services_controller.go:386] Finished syncing service performance-addon-operator-service on namespace openshift-cluster-node-tuning-operator for network=default : 292.215µs I0310 19:26:25.823624 3402 services_controller.go:497] Skipping no-op change for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0310 19:26:25.823623 3402 services_controller.go:471] Built service openshift-kube-controller-manager-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:25.823632 3402 services_controller.go:386] Finished syncing service cluster-storage-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 259.434µs I0310 19:26:25.823635 3402 services_controller.go:382] Processing sync for service openshift-monitoring/cluster-monitoring-operator for network=default I0310 19:26:25.823633 3402 lb_config.go:1030] Cluster endpoints for openshift-apiserver/check-endpoints for network=default are: map[] I0310 19:26:25.823643 3402 services_controller.go:386] Finished syncing service cluster-monitoring-operator on namespace openshift-monitoring for network=default : 9.496µs I0310 19:26:25.823646 3402 services_controller.go:382] Processing sync for service openshift-apiserver-operator/metrics for network=default I0310 19:26:25.823492 3402 services_controller.go:640] Adding service openshift-cluster-version/cluster-version-operator for network=default I0310 19:26:25.823647 3402 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.109.5"}, 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}} I0310 19:26:25.823655 3402 services_controller.go:382] Processing sync for service openshift-authentication-operator/metrics for network=default I0310 19:26:25.823662 3402 services_controller.go:640] Adding service openshift-console-operator/metrics for network=default I0310 19:26:25.823661 3402 services_controller.go:470] Built service openshift-apiserver/check-endpoints LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:25.823647 3402 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.119.164", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:25.823670 3402 services_controller.go:640] Adding service openshift-ingress-operator/metrics for network=default I0310 19:26:25.823673 3402 services_controller.go:471] Built service openshift-apiserver/check-endpoints LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:25.823678 3402 services_controller.go:640] Adding service openshift-machine-config-operator/machine-config-daemon for network=default I0310 19:26:25.823679 3402 services_controller.go:478] Built service openshift-kube-controller-manager-operator/metrics per-node LB for network=default: []services.LB{} I0310 19:26:25.823685 3402 services_controller.go:640] Adding service default/openshift-apiserver for network=default I0310 19:26:25.823691 3402 services_controller.go:640] Adding service default/packageserver for network=default I0310 19:26:25.823555 3402 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-9.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.251.73", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.132.168", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-9.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-9.ec2.internal"}, Groups:[]string(nil)}} I0310 19:26:25.823697 3402 services_controller.go:640] Adding service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0310 19:26:25.823704 3402 services_controller.go:640] Adding service openshift-config-operator/metrics for network=default I0310 19:26:25.823690 3402 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.109.5", Port:17698, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:25.823710 3402 services_controller.go:479] Built service default/openshift-oauth-apiserver template LB for network=default: []services.LB{} I0310 19:26:25.823719 3402 services_controller.go:478] Built service openshift-apiserver/check-endpoints per-node LB for network=default: []services.LB{} I0310 19:26:25.823722 3402 services_controller.go:640] Adding service openshift-network-console/networking-console-plugin for network=default I0310 19:26:25.823655 3402 services_controller.go:460] Service openshift-apiserver-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-apiserver-operator 04181d65-7ff2-417a-a363-47eaa610f3ec 1072 0 2026-03-10 19:15:14 +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 fa8407b6-d2c6-496a-b61c-58a7d50d03f1 0xc007210c6f }] [] []},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.174.147,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.174.147],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:25.823665 3402 services_controller.go:460] Service openshift-authentication-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-authentication-operator 940abf11-5dbf-440a-a310-fe07018f2f37 684 0 2026-03-10 19:15:06 +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 fa8407b6-d2c6-496a-b61c-58a7d50d03f1 0xc007210df7 }] [] []},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.231.158,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.231.158],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:25.823731 3402 services_controller.go:479] Built service openshift-apiserver/check-endpoints template LB for network=default: []services.LB{} I0310 19:26:25.823743 3402 lb_config.go:1030] Cluster endpoints for openshift-apiserver-operator/metrics for network=default are: map[] I0310 19:26:25.823752 3402 lb_config.go:1030] Cluster endpoints for openshift-authentication-operator/metrics for network=default are: map[] I0310 19:26:25.823728 3402 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 I0310 19:26:25.823773 3402 services_controller.go:497] Skipping no-op change for service default/openshift-oauth-apiserver for network=default I0310 19:26:25.823783 3402 services_controller.go:386] Finished syncing service openshift-oauth-apiserver on namespace default for network=default : 531.084µs I0310 19:26:25.823794 3402 services_controller.go:382] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0310 19:26:25.823803 3402 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 81ee59f8-c796-4117-9ce0-1c25b03b3fa5 5109 0 2026-03-10 19:16:35 +0000 UTC map[olm.managed:true olm.service-spec-hash:8H7arFYfeqTDwtur5ZzpDGCqSKpg30XG9PXH2W] map[] [{operators.coreos.com/v1alpha1 CatalogSource deployment-validation-operator-catalog 25be4e2b-1d6c-4457-92e1-509a3c3f3e6d 0xc0072114cd 0xc0072114ce}] [] []},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.206.67,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.206.67],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:25.823743 3402 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 I0310 19:26:25.823883 3402 lb_config.go:1030] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default are: map[] I0310 19:26:25.823897 3402 services_controller.go:497] Skipping no-op change for service openshift-apiserver/check-endpoints for network=default I0310 19:26:25.823905 3402 services_controller.go:386] Finished syncing service check-endpoints on namespace openshift-apiserver for network=default : 636.692µs I0310 19:26:25.823918 3402 services_controller.go:382] Processing sync for service openshift-ingress-canary/ingress-canary for network=default I0310 19:26:25.823908 3402 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.206.67"}, 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}} I0310 19:26:25.823753 3402 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.174.147"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0310 19:26:25.823960 3402 services_controller.go:470] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:25.823972 3402 services_controller.go:471] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:25.823972 3402 services_controller.go:470] Built service openshift-apiserver-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:25.823983 3402 services_controller.go:471] Built service openshift-apiserver-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:25.823931 3402 services_controller.go:460] Service openshift-ingress-canary/ingress-canary retrieved from lister for network=default: &Service{ObjectMeta:{ingress-canary openshift-ingress-canary 3f977580-5cd1-40ea-afdd-e700c9fe2bee 2318 0 2026-03-10 19:15:37 +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 68280ad7-231b-43d0-b811-d7b50cbefe3b 0xc007211860 }] [] []},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.245.55,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.245.55],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:25.823991 3402 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.206.67", Port:50051, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:25.824005 3402 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.174.147", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:25.824034 3402 services_controller.go:478] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog per-node LB for network=default: []services.LB{} I0310 19:26:25.823768 3402 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.231.158"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0310 19:26:25.824037 3402 lb_config.go:1030] Cluster endpoints for openshift-ingress-canary/ingress-canary for network=default are: map[] I0310 19:26:25.824040 3402 services_controller.go:478] Built service openshift-apiserver-operator/metrics per-node LB for network=default: []services.LB{} I0310 19:26:25.824047 3402 services_controller.go:479] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog template LB for network=default: []services.LB{} I0310 19:26:25.824050 3402 services_controller.go:470] Built service openshift-authentication-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:25.823594 3402 obj_retry.go:685] Failed to update *v1.Node, old=ip-10-0-0-193.ec2.internal, new=ip-10-0-0-193.ec2.internal, error: adding or updating remote node chassis ip-10-0-0-193.ec2.internal failed, err - failed to create or update chassis to remote for remote node ip-10-0-0-193.ec2.internal, error: failed to parse node chassis-id for node - ip-10-0-0-193.ec2.internal, error: suppressed error logged: k8s.ovn.org/node-chassis-id annotation not found for node ip-10-0-0-193.ec2.internal I0310 19:26:25.824060 3402 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 I0310 19:26:25.824054 3402 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.245.55"}, 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.245.55"}, 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}} I0310 19:26:25.824055 3402 services_controller.go:479] Built service openshift-apiserver-operator/metrics template LB for network=default: []services.LB{} I0310 19:26:25.824069 3402 obj_retry.go:565] Update event received for resource *factory.egressNode, old object is equal to new: false I0310 19:26:25.824076 3402 services_controller.go:470] Built service openshift-ingress-canary/ingress-canary LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:25.824078 3402 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 I0310 19:26:25.824087 3402 obj_retry.go:617] Update event received for *factory.egressNode ip-10-0-0-193.ec2.internal I0310 19:26:25.824086 3402 services_controller.go:471] Built service openshift-ingress-canary/ingress-canary LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:25.823691 3402 services_controller.go:479] Built service openshift-kube-controller-manager-operator/metrics template LB for network=default: []services.LB{} I0310 19:26:25.824113 3402 services_controller.go:497] Skipping no-op change for service openshift-apiserver-operator/metrics for network=default I0310 19:26:25.823730 3402 services_controller.go:640] Adding service openshift-image-registry/image-registry for network=default I0310 19:26:25.824126 3402 services_controller.go:386] Finished syncing service metrics on namespace openshift-apiserver-operator for network=default : 479.759µs I0310 19:26:25.824134 3402 services_controller.go:640] Adding service openshift-insights/metrics for network=default I0310 19:26:25.824117 3402 services_controller.go:497] Skipping no-op change for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0310 19:26:25.824161 3402 services_controller.go:382] Processing sync for service openshift-ingress/router-default for network=default I0310 19:26:25.824063 3402 services_controller.go:471] Built service openshift-authentication-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:25.824129 3402 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.245.55", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.245.55", Port:8888, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:25.824199 3402 services_controller.go:478] Built service openshift-ingress-canary/ingress-canary per-node LB for network=default: []services.LB{} I0310 19:26:25.824190 3402 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.231.158", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:25.824211 3402 services_controller.go:479] Built service openshift-ingress-canary/ingress-canary template LB for network=default: []services.LB{} I0310 19:26:25.824221 3402 services_controller.go:478] Built service openshift-authentication-operator/metrics per-node LB for network=default: []services.LB{} I0310 19:26:25.824221 3402 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 I0310 19:26:25.824233 3402 services_controller.go:479] Built service openshift-authentication-operator/metrics template LB for network=default: []services.LB{} I0310 19:26:25.824161 3402 services_controller.go:386] Finished syncing service deployment-validation-operator-catalog on namespace openshift-deployment-validation-operator for network=default : 349.875µs I0310 19:26:25.824245 3402 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 I0310 19:26:25.824247 3402 services_controller.go:497] Skipping no-op change for service openshift-ingress-canary/ingress-canary for network=default I0310 19:26:25.824248 3402 services_controller.go:640] Adding service openshift-network-operator/metrics for network=default I0310 19:26:25.824175 3402 services_controller.go:460] Service openshift-ingress/router-default retrieved from lister for network=default: &Service{ObjectMeta:{router-default openshift-ingress 1fc1309f-cdef-4f25-b1af-592916ef735e 2711 0 2026-03-10 19:15:27 +0000 UTC map[app:router ingresscontroller.operator.openshift.io/owning-ingresscontroller:default router:router-default] map[service.beta.kubernetes.io/aws-load-balancer-additional-resource-tags:api.openshift.com/environment=production,api.openshift.com/id=2ov1rmga1lmertbm3075pr3fjmubsbm3,api.openshift.com/legal-entity-id=2h8L52xc1VHB4xLFE2YyPmAjYjI,api.openshift.com/name=kx-018f8b4b31,cluster-type=rosa-hcp,creation-date=2026-03-10,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 6a20aac2-da33-4e60-9721-5b9e7b570896 0xc007211a37 }] [service.kubernetes.io/load-balancer-cleanup] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:http,Protocol:TCP,Port:80,TargetPort:{1 0 http},NodePort:31230,AppProtocol:nil,},ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{1 0 https},NodePort:31162,AppProtocol:nil,},},Selector:map[string]string{ingresscontroller.operator.openshift.io/deployment-ingresscontroller: default,},ClusterIP:172.30.201.102,Type:LoadBalancer,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:Local,HealthCheckNodePort:32283,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.201.102],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:*true,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{LoadBalancerIngress{IP:,Hostname:a1fc1309fcdef4f25b1af592916ef735-fb40aed27295f0e4.elb.us-east-1.amazonaws.com,IPMode:nil,Ports:[]PortStatus{},},},},Conditions:[]Condition{},},} I0310 19:26:25.824255 3402 services_controller.go:386] Finished syncing service ingress-canary on namespace openshift-ingress-canary for network=default : 337.47µs I0310 19:26:25.824260 3402 services_controller.go:382] Processing sync for service openshift-machine-config-operator/machine-config-operator for network=default I0310 19:26:25.824261 3402 services_controller.go:640] Adding service openshift-cluster-samples-operator/metrics for network=default I0310 19:26:25.824267 3402 services_controller.go:382] Processing sync for service default/kubernetes for network=default I0310 19:26:25.824269 3402 services_controller.go:497] Skipping no-op change for service openshift-authentication-operator/metrics for network=default I0310 19:26:25.824271 3402 services_controller.go:640] Adding service openshift-ingress/router-internal-default for network=default I0310 19:26:25.824276 3402 services_controller.go:386] Finished syncing service metrics on namespace openshift-authentication-operator for network=default : 621.083µs I0310 19:26:25.824280 3402 services_controller.go:640] Adding service openshift-machine-config-operator/machine-config-controller for network=default I0310 19:26:25.824280 3402 lb_config.go:1030] Cluster endpoints for openshift-ingress/router-default for network=default are: map[] I0310 19:26:25.824287 3402 services_controller.go:640] Adding service openshift-multus/network-metrics-service for network=default I0310 19:26:25.824288 3402 services_controller.go:382] Processing sync for service default/openshift for network=default I0310 19:26:25.824291 3402 lb_config.go:1053] Local endpoints for openshift-ingress/router-default for network=default are: map[] I0310 19:26:25.824296 3402 services_controller.go:640] Adding service openshift-network-diagnostics/network-check-target for network=default I0310 19:26:25.824297 3402 services_controller.go:386] Finished syncing service openshift on namespace default for network=default : 7.553µs I0310 19:26:25.824303 3402 services_controller.go:640] Adding service openshift-service-ca-operator/metrics for network=default I0310 19:26:25.824304 3402 services_controller.go:382] Processing sync for service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0310 19:26:25.824310 3402 services_controller.go:640] Adding service openshift-dns-operator/metrics for network=default I0310 19:26:25.824306 3402 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.201.102"}, 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.201.102"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0310 19:26:25.824318 3402 services_controller.go:640] Adding service openshift-cloud-credential-operator/cco-metrics for network=default I0310 19:26:25.824277 3402 services_controller.go:460] Service default/kubernetes retrieved from lister for network=default: &Service{ObjectMeta:{kubernetes default f0262105-a82b-4c31-961f-bb9c53e88513 271 0 2026-03-10 19:14:40 +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{},},} I0310 19:26:25.824327 3402 services_controller.go:640] Adding service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0310 19:26:25.824270 3402 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 73b57a22-2054-4eb4-a4e3-1c86e999acbd 738 0 2026-03-10 19:15:07 +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 fa8407b6-d2c6-496a-b61c-58a7d50d03f1 0xc007211f3b }] [] []},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.196.21,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.196.21],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:25.824325 3402 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:31230, 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:31162, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:true, internalTrafficLocal:false, hasNodePort:true}} I0310 19:26:25.824334 3402 services_controller.go:640] Adding service openshift-dns/dns-default for network=default I0310 19:26:25.824345 3402 services_controller.go:640] Adding service openshift-kube-storage-version-migrator-operator/metrics for network=default I0310 19:26:25.824345 3402 services_controller.go:471] Built service openshift-ingress/router-default LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:25.824346 3402 lb_config.go:1030] Cluster endpoints for default/kubernetes for network=default are: map[TCP/https:{6443 [172.20.0.1] []}] I0310 19:26:25.824351 3402 services_controller.go:640] Adding service openshift-network-diagnostics/network-check-source for network=default I0310 19:26:25.824313 3402 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 baf0b0f2-2aca-4d3c-b7c9-637dd97d2847 992 0 2026-03-10 19:15:12 +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 fa8407b6-d2c6-496a-b61c-58a7d50d03f1 0xc007211257 }] [] []},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.65.251,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.65.251],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:25.824360 3402 services_controller.go:640] Adding service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0310 19:26:25.824362 3402 services_controller.go:469] Built service default/kubernetes LB cluster-wide configs for network=default: []services.lbConfig(nil) I0310 19:26:25.824359 3402 lb_config.go:1030] Cluster endpoints for openshift-machine-config-operator/machine-config-operator for network=default are: map[] I0310 19:26:25.824372 3402 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}} I0310 19:26:25.824386 3402 services_controller.go:471] Built service default/kubernetes LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:25.824381 3402 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.196.21"}, 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}} I0310 19:26:25.824397 3402 lb_config.go:1030] Cluster endpoints for openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default are: map[] I0310 19:26:25.824115 3402 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 I0310 19:26:25.824384 3402 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.201.102", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.201.102", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:25.824407 3402 services_controller.go:477] Built service default/kubernetes cluster-wide LB for network=default: []services.LB{} I0310 19:26:25.824411 3402 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.65.251"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0310 19:26:25.824421 3402 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) I0310 19:26:25.824428 3402 services_controller.go:497] Skipping no-op change for service openshift-kube-controller-manager-operator/metrics for network=default I0310 19:26:25.824431 3402 services_controller.go:471] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:25.824399 3402 services_controller.go:470] Built service openshift-machine-config-operator/machine-config-operator LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:25.824420 3402 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-9.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-9.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-9.ec2.internal"}, Groups:[]string(nil)}} I0310 19:26:25.824446 3402 services_controller.go:471] Built service openshift-machine-config-operator/machine-config-operator LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:25.824450 3402 services_controller.go:479] Built service default/kubernetes template LB for network=default: []services.LB{} I0310 19:26:25.824437 3402 services_controller.go:386] Finished syncing service metrics on namespace openshift-kube-controller-manager-operator for network=default : 1.050747ms I0310 19:26:25.824466 3402 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 I0310 19:26:25.824470 3402 services_controller.go:382] Processing sync for service openshift-cluster-version/cluster-version-operator for network=default I0310 19:26:25.824449 3402 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.65.251", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:25.824415 3402 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-9.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.9", Port:31230, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:31230, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.1.9", Port:31162, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:31162, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string(nil), Routers:[]string{"GR_ip-10-0-1-9.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-ingress/router-default_TCP_node_switch_ip-10-0-1-9.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:31230, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.1.9", Port:31230, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:31230, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:31230, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:31162, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.1.9", Port:31162, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:31162, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:31162, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-9.ec2.internal"}, Routers:[]string(nil), Groups:[]string(nil)}} I0310 19:26:25.824484 3402 services_controller.go:478] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics per-node LB for network=default: []services.LB{} I0310 19:26:25.824488 3402 services_controller.go:497] Skipping no-op change for service default/kubernetes for network=default I0310 19:26:25.824488 3402 services_controller.go:479] Built service openshift-ingress/router-default template LB for network=default: []services.LB{} I0310 19:26:25.824494 3402 services_controller.go:386] Finished syncing service kubernetes on namespace default for network=default : 226.941µs I0310 19:26:25.824496 3402 services_controller.go:479] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics template LB for network=default: []services.LB{} I0310 19:26:25.824501 3402 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 I0310 19:26:25.824484 3402 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.196.21", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:25.824505 3402 services_controller.go:382] Processing sync for service openshift-console-operator/metrics for network=default I0310 19:26:25.824507 3402 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 I0310 19:26:25.824515 3402 services_controller.go:478] Built service openshift-machine-config-operator/machine-config-operator per-node LB for network=default: []services.LB{} I0310 19:26:25.824527 3402 services_controller.go:479] Built service openshift-machine-config-operator/machine-config-operator template LB for network=default: []services.LB{} I0310 19:26:25.824531 3402 services_controller.go:497] Skipping no-op change for service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0310 19:26:25.824538 3402 services_controller.go:386] Finished syncing service csi-snapshot-controller-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 232.505µs I0310 19:26:25.824538 3402 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 I0310 19:26:25.824545 3402 services_controller.go:497] Skipping no-op change for service openshift-ingress/router-default for network=default I0310 19:26:25.824480 3402 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 5e25f966-f738-479d-b41e-9a213fe4275d 496 0 2026-03-10 19:14:59 +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.23.118,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.23.118],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:25.824553 3402 services_controller.go:382] Processing sync for service openshift-ingress-operator/metrics for network=default I0310 19:26:25.824552 3402 services_controller.go:386] Finished syncing service router-default on namespace openshift-ingress for network=default : 409.906µs I0310 19:26:25.824570 3402 services_controller.go:382] Processing sync for service openshift-machine-config-operator/machine-config-daemon for network=default I0310 19:26:25.824580 3402 lb_config.go:1030] Cluster endpoints for openshift-cluster-version/cluster-version-operator for network=default are: map[] I0310 19:26:25.824583 3402 services_controller.go:497] Skipping no-op change for service openshift-machine-config-operator/machine-config-operator for network=default I0310 19:26:25.824593 3402 services_controller.go:386] Finished syncing service machine-config-operator on namespace openshift-machine-config-operator for network=default : 333.456µs I0310 19:26:25.824516 3402 services_controller.go:460] Service openshift-console-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-console-operator 4a548d25-72a5-4fd0-b8e7-a5256f015705 2128 0 2026-03-10 19:15:30 +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 fa8407b6-d2c6-496a-b61c-58a7d50d03f1 0xc007211437 }] [] []},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.94.34,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.94.34],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:25.824608 3402 services_controller.go:382] Processing sync for service default/openshift-apiserver for network=default I0310 19:26:25.824565 3402 services_controller.go:460] Service openshift-ingress-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-ingress-operator c26bef83-3fc2-42aa-809d-670625d33d02 1608 0 2026-03-10 19:15:24 +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 fa8407b6-d2c6-496a-b61c-58a7d50d03f1 0xc007211947 }] [] []},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.37.211,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.37.211],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:25.824621 3402 lb_config.go:1030] Cluster endpoints for openshift-console-operator/metrics for network=default are: map[] I0310 19:26:25.824622 3402 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.23.118"}, 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}} I0310 19:26:25.824639 3402 services_controller.go:470] Built service openshift-cluster-version/cluster-version-operator LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:25.824636 3402 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.94.34"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0310 19:26:25.824581 3402 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 dcd2ed27-5861-4e2b-a37f-3b3df2c1a30e 942 0 2026-03-10 19:15:11 +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 fa8407b6-d2c6-496a-b61c-58a7d50d03f1 0xc007211ea7 }] [] []},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.91.28,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.91.28],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:25.824644 3402 lb_config.go:1030] Cluster endpoints for openshift-ingress-operator/metrics for network=default are: map[] I0310 19:26:25.824650 3402 services_controller.go:471] Built service openshift-cluster-version/cluster-version-operator LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:25.824652 3402 services_controller.go:470] Built service openshift-console-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:25.824662 3402 services_controller.go:471] Built service openshift-console-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:25.824660 3402 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.37.211"}, 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}} I0310 19:26:25.824669 3402 lb_config.go:1030] Cluster endpoints for openshift-machine-config-operator/machine-config-daemon for network=default are: map[] I0310 19:26:25.824675 3402 services_controller.go:470] Built service openshift-ingress-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:25.824619 3402 services_controller.go:460] Service default/openshift-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-apiserver default 64f28277-86a9-445f-bb60-81f02191f7cf 1567 0 2026-03-10 19:15:24 +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.223.94,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.223.94],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:25.824694 3402 services_controller.go:471] Built service openshift-ingress-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:25.824694 3402 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.91.28"}, 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.91.28"}, 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}} I0310 19:26:25.824714 3402 services_controller.go:470] Built service openshift-machine-config-operator/machine-config-daemon LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:25.824721 3402 services_controller.go:471] Built service openshift-machine-config-operator/machine-config-daemon LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:25.824708 3402 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.94.34", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:25.824704 3402 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.23.118", Port:9099, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:25.824714 3402 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.37.211", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:25.824734 3402 services_controller.go:478] Built service openshift-console-operator/metrics per-node LB for network=default: []services.LB{} I0310 19:26:25.824739 3402 services_controller.go:478] Built service openshift-cluster-version/cluster-version-operator per-node LB for network=default: []services.LB{} I0310 19:26:25.824741 3402 services_controller.go:478] Built service openshift-ingress-operator/metrics per-node LB for network=default: []services.LB{} I0310 19:26:25.824739 3402 lb_config.go:1030] Cluster endpoints for default/openshift-apiserver for network=default are: map[TCP/https:{443 [172.30.248.177] []}] I0310 19:26:25.824746 3402 services_controller.go:479] Built service openshift-console-operator/metrics template LB for network=default: []services.LB{} I0310 19:26:25.824736 3402 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.91.28", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.91.28", Port:8798, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:25.824752 3402 services_controller.go:479] Built service openshift-cluster-version/cluster-version-operator template LB for network=default: []services.LB{} I0310 19:26:25.824752 3402 services_controller.go:479] Built service openshift-ingress-operator/metrics template LB for network=default: []services.LB{} I0310 19:26:25.824758 3402 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 I0310 19:26:25.824758 3402 services_controller.go:478] Built service openshift-machine-config-operator/machine-config-daemon per-node LB for network=default: []services.LB{} I0310 19:26:25.824764 3402 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 I0310 19:26:25.824768 3402 services_controller.go:479] Built service openshift-machine-config-operator/machine-config-daemon template LB for network=default: []services.LB{} I0310 19:26:25.824765 3402 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 I0310 19:26:25.824775 3402 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 I0310 19:26:25.824797 3402 services_controller.go:497] Skipping no-op change for service openshift-ingress-operator/metrics for network=default I0310 19:26:25.824801 3402 services_controller.go:497] Skipping no-op change for service openshift-console-operator/metrics for network=default I0310 19:26:25.824803 3402 services_controller.go:497] Skipping no-op change for service openshift-machine-config-operator/machine-config-daemon for network=default I0310 19:26:25.824792 3402 services_controller.go:497] Skipping no-op change for service openshift-cluster-version/cluster-version-operator for network=default I0310 19:26:25.824809 3402 services_controller.go:386] Finished syncing service metrics on namespace openshift-ingress-operator for network=default : 254.42µs I0310 19:26:25.824759 3402 services_controller.go:469] Built service default/openshift-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0310 19:26:25.824813 3402 services_controller.go:386] Finished syncing service machine-config-daemon on namespace openshift-machine-config-operator for network=default : 244.255µs I0310 19:26:25.824817 3402 services_controller.go:386] Finished syncing service cluster-version-operator on namespace openshift-cluster-version for network=default : 347.176µs I0310 19:26:25.824822 3402 services_controller.go:382] Processing sync for service default/packageserver for network=default I0310 19:26:25.824828 3402 services_controller.go:382] Processing sync for service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0310 19:26:25.824824 3402 services_controller.go:470] Built service default/openshift-apiserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.223.94"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.248.177"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0310 19:26:25.824832 3402 services_controller.go:382] Processing sync for service openshift-config-operator/metrics for network=default I0310 19:26:25.824835 3402 services_controller.go:386] Finished syncing service node-tuning-operator on namespace openshift-cluster-node-tuning-operator for network=default : 8.394µs I0310 19:26:25.824840 3402 services_controller.go:471] Built service default/openshift-apiserver LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:25.824811 3402 services_controller.go:386] Finished syncing service metrics on namespace openshift-console-operator for network=default : 306.12µs I0310 19:26:25.824850 3402 services_controller.go:382] Processing sync for service openshift-image-registry/image-registry for network=default I0310 19:26:25.824832 3402 services_controller.go:460] Service default/packageserver retrieved from lister for network=default: &Service{ObjectMeta:{packageserver default 49bb0eb7-e2d0-4d5a-9136-d5983bf2c0ef 1734 0 2026-03-10 19:15:26 +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.161.98,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.161.98],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:25.824855 3402 services_controller.go:460] Service openshift-image-registry/image-registry retrieved from lister for network=default: &Service{ObjectMeta:{image-registry openshift-image-registry ace81c7c-a62a-4721-bebf-891a194a3341 1906 0 2026-03-10 19:15:27 +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.174.40,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.174.40],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:25.824843 3402 services_controller.go:460] Service openshift-config-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-config-operator d8ccf22f-d021-47a6-802f-0133ba96d013 1834 0 2026-03-10 19:15:27 +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 fa8407b6-d2c6-496a-b61c-58a7d50d03f1 0xc007211377 }] [] []},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.44.158,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.44.158],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:25.824902 3402 lb_config.go:1030] Cluster endpoints for default/packageserver for network=default are: map[TCP/https:{443 [172.30.51.152] []}] I0310 19:26:25.824917 3402 lb_config.go:1030] Cluster endpoints for openshift-config-operator/metrics for network=default are: map[] I0310 19:26:25.824843 3402 services_controller.go:382] Processing sync for service openshift-network-console/networking-console-plugin for network=default I0310 19:26:25.824919 3402 lb_config.go:1030] Cluster endpoints for openshift-image-registry/image-registry for network=default are: map[] I0310 19:26:25.824926 3402 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.44.158"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0310 19:26:25.824935 3402 services_controller.go:470] Built service openshift-config-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:25.824933 3402 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.174.40"}, 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}} I0310 19:26:25.824944 3402 services_controller.go:471] Built service openshift-config-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:25.824946 3402 services_controller.go:470] Built service openshift-image-registry/image-registry LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:25.824957 3402 services_controller.go:471] Built service openshift-image-registry/image-registry LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:25.824917 3402 services_controller.go:469] Built service default/packageserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0310 19:26:25.824960 3402 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.44.158", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:25.824930 3402 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 26fa38be-8216-4039-a46d-fc4c8e5c834f 4569 0 2026-03-10 19:16:20 +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 e28b0252-3599-43f1-b41f-363f241a1f44 0xc007ec20ee 0xc007ec20ef}] [] []},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.233.0,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.233.0],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:25.824985 3402 services_controller.go:478] Built service openshift-config-operator/metrics per-node LB for network=default: []services.LB{} I0310 19:26:25.824981 3402 services_controller.go:470] Built service default/packageserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.161.98"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.51.152"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0310 19:26:25.824875 3402 services_controller.go:477] Built service default/openshift-apiserver cluster-wide LB for network=default: []services.LB{} I0310 19:26:25.824996 3402 lb_config.go:1030] Cluster endpoints for openshift-network-console/networking-console-plugin for network=default are: map[] I0310 19:26:25.824998 3402 services_controller.go:471] Built service default/packageserver LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:25.824973 3402 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.174.40", Port:5000, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:25.825010 3402 services_controller.go:478] Built service openshift-image-registry/image-registry per-node LB for network=default: []services.LB{} I0310 19:26:25.825009 3402 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.233.0"}, 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}} I0310 19:26:25.824999 3402 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-9.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.223.94", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.248.177", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-9.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-9.ec2.internal"}, Groups:[]string(nil)}} I0310 19:26:25.825021 3402 services_controller.go:477] Built service default/packageserver cluster-wide LB for network=default: []services.LB{} I0310 19:26:25.825021 3402 services_controller.go:479] Built service openshift-image-registry/image-registry template LB for network=default: []services.LB{} I0310 19:26:25.825024 3402 services_controller.go:470] Built service openshift-network-console/networking-console-plugin LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:25.825025 3402 services_controller.go:479] Built service default/openshift-apiserver template LB for network=default: []services.LB{} I0310 19:26:25.825034 3402 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 I0310 19:26:25.825037 3402 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 I0310 19:26:25.825057 3402 services_controller.go:497] Skipping no-op change for service openshift-image-registry/image-registry for network=default I0310 19:26:25.825060 3402 services_controller.go:497] Skipping no-op change for service default/openshift-apiserver for network=default I0310 19:26:25.825067 3402 services_controller.go:386] Finished syncing service image-registry on namespace openshift-image-registry for network=default : 215.094µs I0310 19:26:25.825050 3402 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-9.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.161.98", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.51.152", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-9.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-9.ec2.internal"}, Groups:[]string(nil)}} I0310 19:26:25.824998 3402 services_controller.go:479] Built service openshift-config-operator/metrics template LB for network=default: []services.LB{} I0310 19:26:25.825079 3402 services_controller.go:382] Processing sync for service openshift-insights/metrics for network=default I0310 19:26:25.825081 3402 services_controller.go:479] Built service default/packageserver template LB for network=default: []services.LB{} I0310 19:26:25.825094 3402 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 I0310 19:26:25.825128 3402 services_controller.go:497] Skipping no-op change for service default/packageserver for network=default I0310 19:26:25.825140 3402 services_controller.go:386] Finished syncing service packageserver on namespace default for network=default : 317.239µs I0310 19:26:25.825035 3402 services_controller.go:471] Built service openshift-network-console/networking-console-plugin LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:25.825089 3402 services_controller.go:460] Service openshift-insights/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-insights af81ea07-e514-4d44-9907-d4be5acd1672 2140 0 2026-03-10 19:15:30 +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 fa8407b6-d2c6-496a-b61c-58a7d50d03f1 0xc007211bfb }] [] []},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.122.158,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.122.158],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:25.825068 3402 services_controller.go:386] Finished syncing service openshift-apiserver on namespace default for network=default : 460.759µs I0310 19:26:25.825186 3402 services_controller.go:382] Processing sync for service openshift-cluster-samples-operator/metrics for network=default I0310 19:26:25.825188 3402 lb_config.go:1030] Cluster endpoints for openshift-insights/metrics for network=default are: map[] I0310 19:26:25.825186 3402 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.233.0", Port:9443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:25.825211 3402 services_controller.go:469] Built service openshift-insights/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.122.158"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0310 19:26:25.825220 3402 services_controller.go:478] Built service openshift-network-console/networking-console-plugin per-node LB for network=default: []services.LB{} I0310 19:26:25.825224 3402 services_controller.go:470] Built service openshift-insights/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:25.825233 3402 services_controller.go:479] Built service openshift-network-console/networking-console-plugin template LB for network=default: []services.LB{} I0310 19:26:25.825082 3402 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 I0310 19:26:25.825250 3402 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 I0310 19:26:25.825265 3402 services_controller.go:497] Skipping no-op change for service openshift-config-operator/metrics for network=default I0310 19:26:25.825274 3402 services_controller.go:497] Skipping no-op change for service openshift-network-console/networking-console-plugin for network=default I0310 19:26:25.825283 3402 services_controller.go:386] Finished syncing service networking-console-plugin on namespace openshift-network-console for network=default : 438.316µs I0310 19:26:25.825297 3402 services_controller.go:382] Processing sync for service openshift-ingress/router-internal-default for network=default I0310 19:26:25.825197 3402 services_controller.go:386] Finished syncing service metrics on namespace openshift-cluster-samples-operator for network=default : 9.626µs I0310 19:26:25.825342 3402 services_controller.go:382] Processing sync for service openshift-machine-config-operator/machine-config-controller for network=default I0310 19:26:25.825306 3402 services_controller.go:460] Service openshift-ingress/router-internal-default retrieved from lister for network=default: &Service{ObjectMeta:{router-internal-default openshift-ingress 4566d498-987d-4e88-bffa-e5ae66adda29 1949 0 2026-03-10 19:15:27 +0000 UTC map[ingresscontroller.operator.openshift.io/owning-ingresscontroller:default] map[service.alpha.openshift.io/serving-cert-secret-name:router-metrics-certs-default] [{apps/v1 Deployment router-default 6a20aac2-da33-4e60-9721-5b9e7b570896 0xc007211afe }] [] []},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.175.101,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.175.101],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:25.825275 3402 services_controller.go:386] Finished syncing service metrics on namespace openshift-config-operator for network=default : 444.157µs I0310 19:26:25.825400 3402 lb_config.go:1030] Cluster endpoints for openshift-ingress/router-internal-default for network=default are: map[] I0310 19:26:25.825408 3402 services_controller.go:382] Processing sync for service openshift-multus/network-metrics-service for network=default I0310 19:26:25.825416 3402 services_controller.go:386] Finished syncing service network-metrics-service on namespace openshift-multus for network=default : 9.45µs I0310 19:26:25.825356 3402 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 a68aece7-a7ba-4354-ab3e-1eb9877056f8 856 0 2026-03-10 19:15:09 +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 fa8407b6-d2c6-496a-b61c-58a7d50d03f1 0xc007211ddb }] [] []},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.228.68,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.228.68],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:25.825425 3402 services_controller.go:382] Processing sync for service openshift-network-diagnostics/network-check-target for network=default I0310 19:26:25.825417 3402 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.175.101"}, 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.175.101"}, protocol:"TCP", 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.175.101"}, 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}} I0310 19:26:25.825439 3402 services_controller.go:470] Built service openshift-ingress/router-internal-default LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:25.825450 3402 services_controller.go:471] Built service openshift-ingress/router-internal-default LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:25.825468 3402 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.175.101", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.175.101", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.175.101", Port:1936, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:25.825497 3402 services_controller.go:478] Built service openshift-ingress/router-internal-default per-node LB for network=default: []services.LB{} I0310 19:26:25.825434 3402 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 df360886-3d4f-4be1-90be-7ce8fff14ac7 4158 0 2026-03-10 19:15:52 +0000 UTC map[] map[] [{operator.openshift.io/v1 Network cluster e28b0252-3599-43f1-b41f-363f241a1f44 0xc007ec21e7 0xc007ec21e8}] [] []},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.139.32,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.139.32],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:25.825169 3402 services_controller.go:382] Processing sync for service openshift-network-operator/metrics for network=default I0310 19:26:25.825518 3402 services_controller.go:386] Finished syncing service metrics on namespace openshift-network-operator for network=default : 347.99µs I0310 19:26:25.825523 3402 lb_config.go:1030] Cluster endpoints for openshift-network-diagnostics/network-check-target for network=default are: map[] I0310 19:26:25.825533 3402 services_controller.go:382] Processing sync for service openshift-service-ca-operator/metrics for network=default I0310 19:26:25.825250 3402 services_controller.go:471] Built service openshift-insights/metrics LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:25.825538 3402 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.139.32"}, 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}} I0310 19:26:25.825554 3402 services_controller.go:470] Built service openshift-network-diagnostics/network-check-target LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:25.825565 3402 services_controller.go:471] Built service openshift-network-diagnostics/network-check-target LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:25.825560 3402 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.122.158", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:25.825593 3402 services_controller.go:478] Built service openshift-insights/metrics per-node LB for network=default: []services.LB{} I0310 19:26:25.825583 3402 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.139.32", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:25.825606 3402 services_controller.go:479] Built service openshift-insights/metrics template LB for network=default: []services.LB{} I0310 19:26:25.825616 3402 services_controller.go:478] Built service openshift-network-diagnostics/network-check-target per-node LB for network=default: []services.LB{} I0310 19:26:25.825542 3402 services_controller.go:460] Service openshift-service-ca-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-service-ca-operator 01d0cae4-03bf-4ee2-a11d-007b0594b421 954 0 2026-03-10 19:15:11 +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 fa8407b6-d2c6-496a-b61c-58a7d50d03f1 0xc007ec23d7 }] [] []},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.224.113,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.224.113],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:25.825636 3402 services_controller.go:479] Built service openshift-network-diagnostics/network-check-target template LB for network=default: []services.LB{} I0310 19:26:25.825438 3402 lb_config.go:1030] Cluster endpoints for openshift-machine-config-operator/machine-config-controller for network=default are: map[] I0310 19:26:25.825645 3402 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 I0310 19:26:25.825662 3402 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.228.68"}, 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}} I0310 19:26:25.825671 3402 lb_config.go:1030] Cluster endpoints for openshift-service-ca-operator/metrics for network=default are: map[] I0310 19:26:25.825683 3402 services_controller.go:470] Built service openshift-machine-config-operator/machine-config-controller LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:25.825693 3402 services_controller.go:471] Built service openshift-machine-config-operator/machine-config-controller LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:25.825688 3402 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.224.113"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0310 19:26:25.825704 3402 services_controller.go:470] Built service openshift-service-ca-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:25.825718 3402 services_controller.go:471] Built service openshift-service-ca-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:25.825720 3402 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.228.68", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:25.825753 3402 services_controller.go:478] Built service openshift-machine-config-operator/machine-config-controller per-node LB for network=default: []services.LB{} I0310 19:26:25.825761 3402 services_controller.go:479] Built service openshift-machine-config-operator/machine-config-controller template LB for network=default: []services.LB{} I0310 19:26:25.825768 3402 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 I0310 19:26:25.825757 3402 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.224.113", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:25.825795 3402 services_controller.go:497] Skipping no-op change for service openshift-machine-config-operator/machine-config-controller for network=default I0310 19:26:25.825801 3402 services_controller.go:386] Finished syncing service machine-config-controller on namespace openshift-machine-config-operator for network=default : 463.483µs I0310 19:26:25.825804 3402 services_controller.go:478] Built service openshift-service-ca-operator/metrics per-node LB for network=default: []services.LB{} I0310 19:26:25.825618 3402 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 I0310 19:26:25.825812 3402 services_controller.go:382] Processing sync for service openshift-dns-operator/metrics for network=default I0310 19:26:25.825816 3402 services_controller.go:479] Built service openshift-service-ca-operator/metrics template LB for network=default: []services.LB{} I0310 19:26:25.825830 3402 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 I0310 19:26:25.825857 3402 services_controller.go:497] Skipping no-op change for service openshift-service-ca-operator/metrics for network=default I0310 19:26:25.825819 3402 services_controller.go:460] Service openshift-dns-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-dns-operator 496e20d6-714d-4938-a09c-09c6d881a2e7 1107 0 2026-03-10 19:15:15 +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 fa8407b6-d2c6-496a-b61c-58a7d50d03f1 0xc0072115ef }] [] []},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.121.186,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.121.186],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:25.825883 3402 services_controller.go:386] Finished syncing service metrics on namespace openshift-service-ca-operator for network=default : 335.013µs I0310 19:26:25.825889 3402 lb_config.go:1030] Cluster endpoints for openshift-dns-operator/metrics for network=default are: map[] I0310 19:26:25.825895 3402 services_controller.go:382] Processing sync for service openshift-cloud-credential-operator/cco-metrics for network=default I0310 19:26:25.825902 3402 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.121.186"}, 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}} I0310 19:26:25.825917 3402 services_controller.go:470] Built service openshift-dns-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:25.825929 3402 services_controller.go:471] Built service openshift-dns-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:25.825669 3402 services_controller.go:497] Skipping no-op change for service openshift-network-diagnostics/network-check-target for network=default I0310 19:26:25.825902 3402 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 f8086166-3c0d-4cc4-97c1-c4c7db0a5260 1157 0 2026-03-10 19:15:17 +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 fa8407b6-d2c6-496a-b61c-58a7d50d03f1 0xc007210e8b }] [] []},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.239.130,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.239.130],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:25.825940 3402 services_controller.go:386] Finished syncing service network-check-target on namespace openshift-network-diagnostics for network=default : 512.88µs I0310 19:26:25.825958 3402 services_controller.go:382] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0310 19:26:25.825950 3402 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.121.186", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:25.825974 3402 lb_config.go:1030] Cluster endpoints for openshift-cloud-credential-operator/cco-metrics for network=default are: map[] I0310 19:26:25.825978 3402 services_controller.go:478] Built service openshift-dns-operator/metrics per-node LB for network=default: []services.LB{} I0310 19:26:25.825991 3402 services_controller.go:479] Built service openshift-dns-operator/metrics template LB for network=default: []services.LB{} I0310 19:26:25.825508 3402 services_controller.go:479] Built service openshift-ingress/router-internal-default template LB for network=default: []services.LB{} I0310 19:26:25.826004 3402 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 I0310 19:26:25.826007 3402 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 I0310 19:26:25.825974 3402 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 62e48367-5ee4-4864-8f66-9a54fbf9a931 5059 0 2026-03-10 19:16:34 +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.158.64,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.158.64],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:25.826023 3402 services_controller.go:497] Skipping no-op change for service openshift-ingress/router-internal-default for network=default I0310 19:26:25.826029 3402 services_controller.go:386] Finished syncing service router-internal-default on namespace openshift-ingress for network=default : 733.094µs I0310 19:26:25.826033 3402 services_controller.go:497] Skipping no-op change for service openshift-dns-operator/metrics for network=default I0310 19:26:25.826031 3402 lb_config.go:1030] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default are: map[] I0310 19:26:25.826041 3402 services_controller.go:382] Processing sync for service openshift-dns/dns-default for network=default I0310 19:26:25.825863 3402 services_controller.go:497] Skipping no-op change for service openshift-insights/metrics for network=default I0310 19:26:25.826051 3402 services_controller.go:386] Finished syncing service metrics on namespace openshift-insights for network=default : 971.466µs I0310 19:26:25.826048 3402 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.158.64"}, 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}} I0310 19:26:25.826067 3402 services_controller.go:382] Processing sync for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0310 19:26:25.826083 3402 services_controller.go:470] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:25.826107 3402 services_controller.go:471] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:25.826050 3402 services_controller.go:460] Service openshift-dns/dns-default retrieved from lister for network=default: &Service{ObjectMeta:{dns-default openshift-dns 55a9ec21-4e0c-4ed4-a19a-c20938bb9f5e 1480 0 2026-03-10 19:15:23 +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 e7e9322d-8b6e-4b5a-a2de-22657998fad2 0xc0072116d7 }] [] []},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{},},} I0310 19:26:25.826080 3402 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 2736a54d-aa6a-47bc-af77-ff1f699bee14 3201 0 2026-03-10 19:15:41 +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 fa8407b6-d2c6-496a-b61c-58a7d50d03f1 0xc007211d57 }] [] []},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.61.240,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.61.240],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:25.826119 3402 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.158.64", Port:8383, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:25.825983 3402 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.239.130"}, 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}} I0310 19:26:25.826160 3402 services_controller.go:478] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics per-node LB for network=default: []services.LB{} I0310 19:26:25.826166 3402 services_controller.go:470] Built service openshift-cloud-credential-operator/cco-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:25.826174 3402 services_controller.go:479] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics template LB for network=default: []services.LB{} I0310 19:26:25.826172 3402 lb_config.go:1030] Cluster endpoints for openshift-kube-storage-version-migrator-operator/metrics for network=default are: map[] I0310 19:26:25.826158 3402 lb_config.go:1030] Cluster endpoints for openshift-dns/dns-default for network=default are: map[] I0310 19:26:25.826183 3402 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 I0310 19:26:25.826182 3402 services_controller.go:471] Built service openshift-cloud-credential-operator/cco-metrics LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:25.826191 3402 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.61.240"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0310 19:26:25.826203 3402 services_controller.go:497] Skipping no-op change for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0310 19:26:25.826214 3402 services_controller.go:386] Finished syncing service deployment-validation-operator-metrics on namespace openshift-deployment-validation-operator for network=default : 256.888µs I0310 19:26:25.826216 3402 services_controller.go:470] Built service openshift-kube-storage-version-migrator-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:25.826217 3402 services_controller.go:469] Built service openshift-dns/dns-default LB cluster-wide configs for network=default: []services.lbConfig(nil) I0310 19:26:25.826227 3402 services_controller.go:382] Processing sync for service openshift-network-diagnostics/network-check-source for network=default I0310 19:26:25.826228 3402 services_controller.go:471] Built service openshift-kube-storage-version-migrator-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:25.826040 3402 services_controller.go:386] Finished syncing service metrics on namespace openshift-dns-operator for network=default : 227.183µs I0310 19:26:25.826216 3402 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.239.130", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:25.826230 3402 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}} I0310 19:26:25.826249 3402 services_controller.go:478] Built service openshift-cloud-credential-operator/cco-metrics per-node LB for network=default: []services.LB{} I0310 19:26:25.826252 3402 services_controller.go:382] Processing sync for service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0310 19:26:25.826255 3402 services_controller.go:471] Built service openshift-dns/dns-default LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:25.826259 3402 services_controller.go:386] Finished syncing service network-check-source on namespace openshift-network-diagnostics for network=default : 7.733µs I0310 19:26:25.826264 3402 services_controller.go:479] Built service openshift-cloud-credential-operator/cco-metrics template LB for network=default: []services.LB{} I0310 19:26:25.826264 3402 services_controller.go:386] Finished syncing service ovn-kubernetes-node on namespace openshift-ovn-kubernetes for network=default : 12.751µs I0310 19:26:25.826255 3402 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.61.240", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:25.826276 3402 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 I0310 19:26:25.826279 3402 services_controller.go:477] Built service openshift-dns/dns-default cluster-wide LB for network=default: []services.LB{} I0310 19:26:25.826285 3402 services_controller.go:478] Built service openshift-kube-storage-version-migrator-operator/metrics per-node LB for network=default: []services.LB{} I0310 19:26:25.826295 3402 services_controller.go:497] Skipping no-op change for service openshift-cloud-credential-operator/cco-metrics for network=default I0310 19:26:25.826299 3402 services_controller.go:479] Built service openshift-kube-storage-version-migrator-operator/metrics template LB for network=default: []services.LB{} I0310 19:26:25.826303 3402 services_controller.go:386] Finished syncing service cco-metrics on namespace openshift-cloud-credential-operator for network=default : 407.197µs I0310 19:26:25.826312 3402 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 I0310 19:26:25.826286 3402 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-9.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-9.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-9.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-dns/dns-default_UDP_node_router+switch_ip-10-0-1-9.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-9.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-9.ec2.internal"}, Groups:[]string(nil)}} I0310 19:26:25.826322 3402 services_controller.go:479] Built service openshift-dns/dns-default template LB for network=default: []services.LB{} I0310 19:26:25.826342 3402 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 I0310 19:26:25.826386 3402 services_controller.go:497] Skipping no-op change for service openshift-dns/dns-default for network=default I0310 19:26:25.826393 3402 services_controller.go:386] Finished syncing service dns-default on namespace openshift-dns for network=default : 354.169µs I0310 19:26:25.826343 3402 services_controller.go:497] Skipping no-op change for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0310 19:26:25.826403 3402 services_controller.go:386] Finished syncing service metrics on namespace openshift-kube-storage-version-migrator-operator for network=default : 340.671µs I0310 19:26:25.961591 3402 node_tracker.go:211] Processing possible switch / router updates for node ip-10-0-0-193.ec2.internal in network "default" I0310 19:26:25.961624 3402 obj_retry.go:565] Update event received for resource *v1.Node, old object is equal to new: false I0310 19:26:25.961648 3402 obj_retry.go:617] Update event received for *v1.Node ip-10-0-0-193.ec2.internal I0310 19:26:25.961656 3402 node_tracker.go:172] Node ip-10-0-0-193.ec2.internal switch + router changed, syncing services in network "default" I0310 19:26:25.961671 3402 services_controller.go:575] Full service sync requested for network=default I0310 19:26:25.961686 3402 services_controller.go:640] Adding service default/openshift-apiserver for network=default I0310 19:26:25.961694 3402 default_network_controller.go:1011] Node "ip-10-0-0-193.ec2.internal" in remote zone "ip-10-0-0-193.ec2.internal", network "default", needs interconnect zone sync up. Zone cluster changed: false I0310 19:26:25.961701 3402 services_controller.go:640] Adding service default/packageserver for network=default I0310 19:26:25.961708 3402 services_controller.go:640] Adding service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0310 19:26:25.961713 3402 services_controller.go:640] Adding service openshift-config-operator/metrics for network=default I0310 19:26:25.961725 3402 services_controller.go:382] Processing sync for service default/packageserver for network=default I0310 19:26:25.961727 3402 services_controller.go:382] Processing sync for service default/openshift-apiserver for network=default I0310 19:26:25.961736 3402 services_controller.go:382] Processing sync for service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0310 19:26:25.961762 3402 services_controller.go:640] Adding service openshift-network-console/networking-console-plugin for network=default I0310 19:26:25.961767 3402 services_controller.go:386] Finished syncing service node-tuning-operator on namespace openshift-cluster-node-tuning-operator for network=default : 34.244µs I0310 19:26:25.961784 3402 services_controller.go:382] Processing sync for service openshift-config-operator/metrics for network=default I0310 19:26:25.961815 3402 services_controller.go:640] Adding service openshift-image-registry/image-registry for network=default I0310 19:26:25.961824 3402 services_controller.go:640] Adding service openshift-insights/metrics for network=default I0310 19:26:25.961736 3402 services_controller.go:460] Service default/packageserver retrieved from lister for network=default: &Service{ObjectMeta:{packageserver default 49bb0eb7-e2d0-4d5a-9136-d5983bf2c0ef 1734 0 2026-03-10 19:15:26 +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.161.98,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.161.98],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:25.961820 3402 model_client.go:374] Create operations generated as: [{Op:insert Table:Encap Row:map[chassis_name:c9529d3c-a5b6-47d5-9c84-79bea87ef2e7 ip:10.0.0.193 options:{GoMap:map[csum:true]} type:geneve] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0964085556}] I0310 19:26:25.961743 3402 services_controller.go:460] Service default/openshift-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-apiserver default 64f28277-86a9-445f-bb60-81f02191f7cf 1567 0 2026-03-10 19:15:24 +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.223.94,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.223.94],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:25.961839 3402 services_controller.go:382] Processing sync for service openshift-network-console/networking-console-plugin for network=default I0310 19:26:25.961865 3402 model_client.go:374] Create operations generated as: [{Op:insert Table:Chassis Row:map[encaps:{GoSet:[{GoUUID:u0964085556}]} hostname:ip-10-0-0-193.ec2.internal name:c9529d3c-a5b6-47d5-9c84-79bea87ef2e7 other_config:{GoMap:map[is-remote:true]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0964085557}] I0310 19:26:25.961803 3402 services_controller.go:460] Service openshift-config-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-config-operator d8ccf22f-d021-47a6-802f-0133ba96d013 1834 0 2026-03-10 19:15:27 +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 fa8407b6-d2c6-496a-b61c-58a7d50d03f1 0xc007211377 }] [] []},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.44.158,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.44.158],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:25.961830 3402 services_controller.go:640] Adding service openshift-network-operator/metrics for network=default I0310 19:26:25.961893 3402 services_controller.go:382] Processing sync for service openshift-image-registry/image-registry for network=default I0310 19:26:25.961899 3402 services_controller.go:640] Adding service openshift-cluster-samples-operator/metrics for network=default I0310 19:26:25.961907 3402 services_controller.go:640] Adding service openshift-ingress/router-internal-default for network=default I0310 19:26:25.961910 3402 lb_config.go:1030] Cluster endpoints for openshift-config-operator/metrics for network=default are: map[] I0310 19:26:25.961890 3402 transact.go:43] Configuring OVN: [{Op:insert Table:Encap Row:map[chassis_name:c9529d3c-a5b6-47d5-9c84-79bea87ef2e7 ip:10.0.0.193 options:{GoMap:map[csum:true]} type:geneve] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0964085556} {Op:insert Table:Chassis Row:map[encaps:{GoSet:[{GoUUID:u0964085556}]} hostname:ip-10-0-0-193.ec2.internal name:c9529d3c-a5b6-47d5-9c84-79bea87ef2e7 other_config:{GoMap:map[is-remote:true]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0964085557}] I0310 19:26:25.961881 3402 lb_config.go:1030] Cluster endpoints for default/openshift-apiserver for network=default are: map[TCP/https:{443 [172.30.248.177] []}] I0310 19:26:25.961932 3402 services_controller.go:469] Built service default/openshift-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0310 19:26:25.961855 3402 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 26fa38be-8216-4039-a46d-fc4c8e5c834f 4569 0 2026-03-10 19:16:20 +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 e28b0252-3599-43f1-b41f-363f241a1f44 0xc007ec20ee 0xc007ec20ef}] [] []},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.233.0,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.233.0],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:25.961943 3402 services_controller.go:470] Built service default/openshift-apiserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.223.94"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.248.177"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0310 19:26:25.961881 3402 lb_config.go:1030] Cluster endpoints for default/packageserver for network=default are: map[TCP/https:{443 [172.30.51.152] []}] I0310 19:26:25.961968 3402 services_controller.go:471] Built service default/openshift-apiserver LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:25.961973 3402 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.44.158"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0310 19:26:25.961996 3402 services_controller.go:477] Built service default/openshift-apiserver cluster-wide LB for network=default: []services.LB{} I0310 19:26:25.962009 3402 services_controller.go:470] Built service openshift-config-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:25.961926 3402 services_controller.go:460] Service openshift-image-registry/image-registry retrieved from lister for network=default: &Service{ObjectMeta:{image-registry openshift-image-registry ace81c7c-a62a-4721-bebf-891a194a3341 1906 0 2026-03-10 19:15:27 +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.174.40,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.174.40],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:25.961915 3402 services_controller.go:640] Adding service openshift-machine-config-operator/machine-config-controller for network=default I0310 19:26:25.962034 3402 services_controller.go:640] Adding service openshift-multus/network-metrics-service for network=default I0310 19:26:25.962010 3402 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-9.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.223.94", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.248.177", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-9.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-9.ec2.internal"}, Groups:[]string(nil)}} I0310 19:26:25.962042 3402 services_controller.go:640] Adding service openshift-network-diagnostics/network-check-target for network=default I0310 19:26:25.962035 3402 lb_config.go:1030] Cluster endpoints for openshift-image-registry/image-registry for network=default are: map[] I0310 19:26:25.962052 3402 services_controller.go:640] Adding service openshift-service-ca-operator/metrics for network=default I0310 19:26:25.961980 3402 lb_config.go:1030] Cluster endpoints for openshift-network-console/networking-console-plugin for network=default are: map[] I0310 19:26:25.962060 3402 services_controller.go:640] Adding service openshift-dns-operator/metrics for network=default I0310 19:26:25.962061 3402 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.174.40"}, 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}} I0310 19:26:25.962065 3402 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.233.0"}, 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}} I0310 19:26:25.962079 3402 services_controller.go:470] Built service openshift-network-console/networking-console-plugin LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:25.962077 3402 services_controller.go:470] Built service openshift-image-registry/image-registry LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:25.962091 3402 services_controller.go:471] Built service openshift-network-console/networking-console-plugin LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:25.962096 3402 services_controller.go:471] Built service openshift-image-registry/image-registry LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:25.962114 3402 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.233.0", Port:9443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:25.962050 3402 services_controller.go:479] Built service default/openshift-apiserver template LB for network=default: []services.LB{} I0310 19:26:25.962170 3402 services_controller.go:478] Built service openshift-network-console/networking-console-plugin per-node LB for network=default: []services.LB{} I0310 19:26:25.962181 3402 services_controller.go:479] Built service openshift-network-console/networking-console-plugin template LB for network=default: []services.LB{} I0310 19:26:25.962190 3402 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 I0310 19:26:25.962019 3402 services_controller.go:471] Built service openshift-config-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:25.962269 3402 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.44.158", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:25.962068 3402 services_controller.go:640] Adding service openshift-cloud-credential-operator/cco-metrics for network=default I0310 19:26:25.962315 3402 services_controller.go:478] Built service openshift-config-operator/metrics per-node LB for network=default: []services.LB{} I0310 19:26:25.962325 3402 services_controller.go:640] Adding service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0310 19:26:25.962327 3402 services_controller.go:479] Built service openshift-config-operator/metrics template LB for network=default: []services.LB{} I0310 19:26:25.962333 3402 services_controller.go:640] Adding service openshift-dns/dns-default for network=default I0310 19:26:25.962336 3402 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 I0310 19:26:25.962341 3402 services_controller.go:640] Adding service openshift-kube-storage-version-migrator-operator/metrics for network=default I0310 19:26:25.962348 3402 services_controller.go:640] Adding service openshift-network-diagnostics/network-check-source for network=default I0310 19:26:25.962354 3402 services_controller.go:640] Adding service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0310 19:26:25.962360 3402 services_controller.go:640] Adding service default/openshift-oauth-apiserver for network=default I0310 19:26:25.962360 3402 services_controller.go:497] Skipping no-op change for service openshift-config-operator/metrics for network=default I0310 19:26:25.962178 3402 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 I0310 19:26:25.962369 3402 services_controller.go:386] Finished syncing service metrics on namespace openshift-config-operator for network=default : 583.188µs I0310 19:26:25.962384 3402 services_controller.go:382] Processing sync for service openshift-insights/metrics for network=default I0310 19:26:25.962396 3402 services_controller.go:497] Skipping no-op change for service default/openshift-apiserver for network=default I0310 19:26:25.962405 3402 services_controller.go:386] Finished syncing service openshift-apiserver on namespace default for network=default : 681.832µs I0310 19:26:25.962417 3402 services_controller.go:382] Processing sync for service openshift-network-operator/metrics for network=default I0310 19:26:25.962423 3402 services_controller.go:386] Finished syncing service metrics on namespace openshift-network-operator for network=default : 6.238µs I0310 19:26:25.962428 3402 services_controller.go:382] Processing sync for service openshift-cluster-samples-operator/metrics for network=default I0310 19:26:25.962443 3402 services_controller.go:386] Finished syncing service metrics on namespace openshift-cluster-samples-operator for network=default : 14.919µs I0310 19:26:25.961984 3402 services_controller.go:469] Built service default/packageserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0310 19:26:25.962457 3402 services_controller.go:382] Processing sync for service openshift-ingress/router-internal-default for network=default I0310 19:26:25.962468 3402 services_controller.go:470] Built service default/packageserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.161.98"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.51.152"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0310 19:26:25.962499 3402 services_controller.go:471] Built service default/packageserver LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:25.962399 3402 services_controller.go:460] Service openshift-insights/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-insights af81ea07-e514-4d44-9907-d4be5acd1672 2140 0 2026-03-10 19:15:30 +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 fa8407b6-d2c6-496a-b61c-58a7d50d03f1 0xc007211bfb }] [] []},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.122.158,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.122.158],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:25.962529 3402 services_controller.go:477] Built service default/packageserver cluster-wide LB for network=default: []services.LB{} I0310 19:26:25.962530 3402 lb_config.go:1030] Cluster endpoints for openshift-insights/metrics for network=default are: map[] I0310 19:26:25.962125 3402 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.174.40", Port:5000, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:25.962467 3402 services_controller.go:460] Service openshift-ingress/router-internal-default retrieved from lister for network=default: &Service{ObjectMeta:{router-internal-default openshift-ingress 4566d498-987d-4e88-bffa-e5ae66adda29 1949 0 2026-03-10 19:15:27 +0000 UTC map[ingresscontroller.operator.openshift.io/owning-ingresscontroller:default] map[service.alpha.openshift.io/serving-cert-secret-name:router-metrics-certs-default] [{apps/v1 Deployment router-default 6a20aac2-da33-4e60-9721-5b9e7b570896 0xc007211afe }] [] []},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.175.101,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.175.101],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:25.962548 3402 services_controller.go:469] Built service openshift-insights/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.122.158"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0310 19:26:25.962555 3402 services_controller.go:478] Built service openshift-image-registry/image-registry per-node LB for network=default: []services.LB{} I0310 19:26:25.962543 3402 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-9.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.161.98", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.51.152", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-9.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-9.ec2.internal"}, Groups:[]string(nil)}} I0310 19:26:25.962565 3402 services_controller.go:470] Built service openshift-insights/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:25.962571 3402 services_controller.go:479] Built service openshift-image-registry/image-registry template LB for network=default: []services.LB{} I0310 19:26:25.962569 3402 lb_config.go:1030] Cluster endpoints for openshift-ingress/router-internal-default for network=default are: map[] I0310 19:26:25.962575 3402 services_controller.go:479] Built service default/packageserver template LB for network=default: []services.LB{} I0310 19:26:25.962234 3402 services_controller.go:497] Skipping no-op change for service openshift-network-console/networking-console-plugin for network=default I0310 19:26:25.962583 3402 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 I0310 19:26:25.962587 3402 services_controller.go:386] Finished syncing service networking-console-plugin on namespace openshift-network-console for network=default : 747.693µs I0310 19:26:25.962589 3402 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 I0310 19:26:25.962588 3402 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.175.101"}, 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.175.101"}, protocol:"TCP", 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.175.101"}, 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}} I0310 19:26:25.962662 3402 services_controller.go:470] Built service openshift-ingress/router-internal-default LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:25.962677 3402 services_controller.go:471] Built service openshift-ingress/router-internal-default LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:25.962695 3402 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.175.101", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.175.101", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.175.101", Port:1936, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:25.962731 3402 services_controller.go:478] Built service openshift-ingress/router-internal-default per-node LB for network=default: []services.LB{} I0310 19:26:25.962753 3402 services_controller.go:479] Built service openshift-ingress/router-internal-default template LB for network=default: []services.LB{} I0310 19:26:25.962764 3402 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 I0310 19:26:25.962815 3402 services_controller.go:497] Skipping no-op change for service openshift-ingress/router-internal-default for network=default I0310 19:26:25.962826 3402 services_controller.go:386] Finished syncing service router-internal-default on namespace openshift-ingress for network=default : 368.891µs I0310 19:26:25.962841 3402 services_controller.go:382] Processing sync for service openshift-multus/network-metrics-service for network=default I0310 19:26:25.962851 3402 services_controller.go:386] Finished syncing service network-metrics-service on namespace openshift-multus for network=default : 13.499µs I0310 19:26:25.962385 3402 services_controller.go:640] Adding service openshift-apiserver/check-endpoints for network=default I0310 19:26:25.962859 3402 services_controller.go:382] Processing sync for service openshift-network-diagnostics/network-check-target for network=default I0310 19:26:25.962869 3402 services_controller.go:640] Adding service openshift-cluster-machine-approver/machine-approver for network=default I0310 19:26:25.962876 3402 services_controller.go:640] Adding service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0310 19:26:25.962884 3402 services_controller.go:640] Adding service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0310 19:26:25.962891 3402 services_controller.go:640] Adding service openshift-kube-controller-manager-operator/metrics for network=default I0310 19:26:25.962888 3402 zone_ic_handler.go:259] Creating interconnect resources for remote zone node ip-10-0-0-193.ec2.internal for the network default I0310 19:26:25.962897 3402 services_controller.go:640] Adding service openshift-monitoring/cluster-monitoring-operator for network=default I0310 19:26:25.962904 3402 services_controller.go:640] Adding service openshift-apiserver-operator/metrics for network=default I0310 19:26:25.962910 3402 services_controller.go:640] Adding service openshift-authentication-operator/metrics for network=default I0310 19:26:25.962917 3402 services_controller.go:640] Adding service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0310 19:26:25.962925 3402 services_controller.go:640] Adding service openshift-ingress-canary/ingress-canary for network=default I0310 19:26:25.962867 3402 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 df360886-3d4f-4be1-90be-7ce8fff14ac7 4158 0 2026-03-10 19:15:52 +0000 UTC map[] map[] [{operator.openshift.io/v1 Network cluster e28b0252-3599-43f1-b41f-363f241a1f44 0xc007ec21e7 0xc007ec21e8}] [] []},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.139.32,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.139.32],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:25.962931 3402 services_controller.go:640] Adding service openshift-ingress/router-default for network=default I0310 19:26:25.962937 3402 services_controller.go:640] Adding service openshift-machine-config-operator/machine-config-operator for network=default I0310 19:26:25.962943 3402 services_controller.go:640] Adding service default/kubernetes for network=default I0310 19:26:25.962948 3402 services_controller.go:640] Adding service default/openshift for network=default I0310 19:26:25.962948 3402 lb_config.go:1030] Cluster endpoints for openshift-network-diagnostics/network-check-target for network=default are: map[] I0310 19:26:25.962955 3402 services_controller.go:640] Adding service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0310 19:26:25.962961 3402 services_controller.go:640] Adding service openshift-cluster-version/cluster-version-operator for network=default I0310 19:26:25.962969 3402 services_controller.go:640] Adding service openshift-console-operator/metrics for network=default I0310 19:26:25.962962 3402 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.139.32"}, 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}} I0310 19:26:25.962978 3402 services_controller.go:640] Adding service openshift-ingress-operator/metrics for network=default I0310 19:26:25.962982 3402 services_controller.go:470] Built service openshift-network-diagnostics/network-check-target LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:25.962577 3402 services_controller.go:471] Built service openshift-insights/metrics LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:25.962992 3402 services_controller.go:471] Built service openshift-network-diagnostics/network-check-target LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:25.962986 3402 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-0-193.ec2.internal]} name:tstor-ip-10-0-0-193.ec2.internal options:{GoMap:map[requested-chassis:ip-10-0-0-193.ec2.internal requested-tnl-key:3]} type:remote] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0964085558}] I0310 19:26:25.963009 3402 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.122.158", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:25.963016 3402 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.139.32", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:25.963043 3402 services_controller.go:478] Built service openshift-insights/metrics per-node LB for network=default: []services.LB{} I0310 19:26:25.963046 3402 services_controller.go:478] Built service openshift-network-diagnostics/network-check-target per-node LB for network=default: []services.LB{} I0310 19:26:25.963056 3402 services_controller.go:479] Built service openshift-insights/metrics template LB for network=default: []services.LB{} I0310 19:26:25.963058 3402 services_controller.go:479] Built service openshift-network-diagnostics/network-check-target template LB for network=default: []services.LB{} I0310 19:26:25.963068 3402 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 I0310 19:26:25.963070 3402 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 I0310 19:26:25.963069 3402 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:u0964085558}]}}] Timeout: Where:[where column _uuid == {a9138e1f-8c86-41f1-870b-3f2c616bdce1}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:25.963092 3402 services_controller.go:497] Skipping no-op change for service openshift-insights/metrics for network=default I0310 19:26:25.963099 3402 services_controller.go:386] Finished syncing service metrics on namespace openshift-insights for network=default : 715.05µs I0310 19:26:25.963102 3402 services_controller.go:497] Skipping no-op change for service openshift-network-diagnostics/network-check-target for network=default I0310 19:26:25.963109 3402 services_controller.go:386] Finished syncing service network-check-target on namespace openshift-network-diagnostics for network=default : 249.059µs I0310 19:26:25.963111 3402 services_controller.go:382] Processing sync for service openshift-service-ca-operator/metrics for network=default I0310 19:26:25.963090 3402 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-0-193.ec2.internal]} name:tstor-ip-10-0-0-193.ec2.internal options:{GoMap:map[requested-chassis:ip-10-0-0-193.ec2.internal requested-tnl-key:3]} type:remote] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0964085558} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u0964085558}]}}] Timeout: Where:[where column _uuid == {a9138e1f-8c86-41f1-870b-3f2c616bdce1}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:25.963121 3402 services_controller.go:382] Processing sync for service openshift-dns-operator/metrics for network=default I0310 19:26:25.962614 3402 services_controller.go:382] Processing sync for service openshift-machine-config-operator/machine-config-controller for network=default I0310 19:26:25.963130 3402 services_controller.go:460] Service openshift-dns-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-dns-operator 496e20d6-714d-4938-a09c-09c6d881a2e7 1107 0 2026-03-10 19:15:15 +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 fa8407b6-d2c6-496a-b61c-58a7d50d03f1 0xc0072115ef }] [] []},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.121.186,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.121.186],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:25.963244 3402 lb_config.go:1030] Cluster endpoints for openshift-dns-operator/metrics for network=default are: map[] I0310 19:26:25.962984 3402 services_controller.go:640] Adding service openshift-machine-config-operator/machine-config-daemon for network=default I0310 19:26:25.963123 3402 services_controller.go:460] Service openshift-service-ca-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-service-ca-operator 01d0cae4-03bf-4ee2-a11d-007b0594b421 954 0 2026-03-10 19:15:11 +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 fa8407b6-d2c6-496a-b61c-58a7d50d03f1 0xc007ec23d7 }] [] []},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.224.113,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.224.113],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:25.963270 3402 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.121.186"}, 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}} I0310 19:26:25.963284 3402 services_controller.go:470] Built service openshift-dns-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:25.963294 3402 services_controller.go:471] Built service openshift-dns-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:25.963228 3402 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 a68aece7-a7ba-4354-ab3e-1eb9877056f8 856 0 2026-03-10 19:15:09 +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 fa8407b6-d2c6-496a-b61c-58a7d50d03f1 0xc007211ddb }] [] []},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.228.68,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.228.68],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:25.963330 3402 lb_config.go:1030] Cluster endpoints for openshift-machine-config-operator/machine-config-controller for network=default are: map[] I0310 19:26:25.963376 3402 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.228.68"}, 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}} I0310 19:26:25.963396 3402 services_controller.go:470] Built service openshift-machine-config-operator/machine-config-controller LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:25.963406 3402 services_controller.go:471] Built service openshift-machine-config-operator/machine-config-controller LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:25.963421 3402 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.228.68", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:25.963444 3402 services_controller.go:478] Built service openshift-machine-config-operator/machine-config-controller per-node LB for network=default: []services.LB{} I0310 19:26:25.963453 3402 services_controller.go:479] Built service openshift-machine-config-operator/machine-config-controller template LB for network=default: []services.LB{} I0310 19:26:25.962611 3402 services_controller.go:497] Skipping no-op change for service openshift-image-registry/image-registry for network=default I0310 19:26:25.963464 3402 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 I0310 19:26:25.963479 3402 services_controller.go:386] Finished syncing service image-registry on namespace openshift-image-registry for network=default : 1.585434ms I0310 19:26:25.963488 3402 services_controller.go:497] Skipping no-op change for service openshift-machine-config-operator/machine-config-controller for network=default I0310 19:26:25.963496 3402 services_controller.go:382] Processing sync for service openshift-cloud-credential-operator/cco-metrics for network=default I0310 19:26:25.963497 3402 services_controller.go:386] Finished syncing service machine-config-controller on namespace openshift-machine-config-operator for network=default : 882.166µs I0310 19:26:25.963511 3402 services_controller.go:382] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0310 19:26:25.963293 3402 lb_config.go:1030] Cluster endpoints for openshift-service-ca-operator/metrics for network=default are: map[] I0310 19:26:25.963526 3402 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 62e48367-5ee4-4864-8f66-9a54fbf9a931 5059 0 2026-03-10 19:16:34 +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.158.64,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.158.64],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:25.963662 3402 lb_config.go:1030] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default are: map[] I0310 19:26:25.963678 3402 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.158.64"}, 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}} I0310 19:26:25.963694 3402 services_controller.go:470] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:25.963705 3402 services_controller.go:471] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:25.963319 3402 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.121.186", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:25.963722 3402 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.158.64", Port:8383, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:25.963744 3402 services_controller.go:478] Built service openshift-dns-operator/metrics per-node LB for network=default: []services.LB{} I0310 19:26:25.963750 3402 services_controller.go:478] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics per-node LB for network=default: []services.LB{} I0310 19:26:25.963762 3402 services_controller.go:479] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics template LB for network=default: []services.LB{} I0310 19:26:25.962617 3402 services_controller.go:497] Skipping no-op change for service default/packageserver for network=default I0310 19:26:25.963774 3402 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 I0310 19:26:25.963794 3402 services_controller.go:497] Skipping no-op change for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0310 19:26:25.963805 3402 services_controller.go:386] Finished syncing service deployment-validation-operator-metrics on namespace openshift-deployment-validation-operator for network=default : 293.24µs I0310 19:26:25.963822 3402 services_controller.go:382] Processing sync for service openshift-dns/dns-default for network=default I0310 19:26:25.963823 3402 services_controller.go:386] Finished syncing service packageserver on namespace default for network=default : 2.077599ms I0310 19:26:25.963762 3402 services_controller.go:479] Built service openshift-dns-operator/metrics template LB for network=default: []services.LB{} I0310 19:26:25.963833 3402 services_controller.go:460] Service openshift-dns/dns-default retrieved from lister for network=default: &Service{ObjectMeta:{dns-default openshift-dns 55a9ec21-4e0c-4ed4-a19a-c20938bb9f5e 1480 0 2026-03-10 19:15:23 +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 e7e9322d-8b6e-4b5a-a2de-22657998fad2 0xc0072116d7 }] [] []},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{},},} I0310 19:26:25.963897 3402 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 I0310 19:26:25.963920 3402 lb_config.go:1030] Cluster endpoints for openshift-dns/dns-default for network=default are: map[] I0310 19:26:25.963922 3402 services_controller.go:497] Skipping no-op change for service openshift-dns-operator/metrics for network=default I0310 19:26:25.963934 3402 services_controller.go:386] Finished syncing service metrics on namespace openshift-dns-operator for network=default : 812.894µs I0310 19:26:25.963941 3402 services_controller.go:469] Built service openshift-dns/dns-default LB cluster-wide configs for network=default: []services.lbConfig(nil) I0310 19:26:25.963945 3402 services_controller.go:382] Processing sync for service openshift-network-diagnostics/network-check-source for network=default I0310 19:26:25.963952 3402 services_controller.go:386] Finished syncing service network-check-source on namespace openshift-network-diagnostics for network=default : 8.239µs I0310 19:26:25.963961 3402 services_controller.go:382] Processing sync for service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0310 19:26:25.963952 3402 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}} I0310 19:26:25.963968 3402 services_controller.go:386] Finished syncing service ovn-kubernetes-node on namespace openshift-ovn-kubernetes for network=default : 6.287µs I0310 19:26:25.963977 3402 services_controller.go:382] Processing sync for service default/openshift-oauth-apiserver for network=default I0310 19:26:25.963976 3402 services_controller.go:471] Built service openshift-dns/dns-default LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:25.963838 3402 services_controller.go:382] Processing sync for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0310 19:26:25.963832 3402 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-193.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:u0964085559}] I0310 19:26:25.964016 3402 services_controller.go:477] Built service openshift-dns/dns-default cluster-wide LB for network=default: []services.LB{} I0310 19:26:25.964042 3402 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:u0964085559}]}}] Timeout: Where:[where column _uuid == {935e56e5-519c-483f-8471-7339fb01e931}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:25.963998 3402 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 2736a54d-aa6a-47bc-af77-ff1f699bee14 3201 0 2026-03-10 19:15:41 +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 fa8407b6-d2c6-496a-b61c-58a7d50d03f1 0xc007211d57 }] [] []},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.61.240,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.61.240],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:25.963517 3402 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 f8086166-3c0d-4cc4-97c1-c4c7db0a5260 1157 0 2026-03-10 19:15:17 +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 fa8407b6-d2c6-496a-b61c-58a7d50d03f1 0xc007210e8b }] [] []},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.239.130,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.239.130],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:25.964061 3402 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-9.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-9.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-9.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-dns/dns-default_UDP_node_router+switch_ip-10-0-1-9.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-9.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-9.ec2.internal"}, Groups:[]string(nil)}} I0310 19:26:25.964128 3402 lb_config.go:1030] Cluster endpoints for openshift-kube-storage-version-migrator-operator/metrics for network=default are: map[] I0310 19:26:25.964136 3402 lb_config.go:1030] Cluster endpoints for openshift-cloud-credential-operator/cco-metrics for network=default are: map[] I0310 19:26:25.964162 3402 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.61.240"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0310 19:26:25.963583 3402 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.224.113"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0310 19:26:25.964167 3402 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.239.130"}, 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}} I0310 19:26:25.964178 3402 services_controller.go:470] Built service openshift-kube-storage-version-migrator-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:25.964166 3402 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-193.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:u0964085560}] I0310 19:26:25.964185 3402 services_controller.go:470] Built service openshift-cloud-credential-operator/cco-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:25.964183 3402 services_controller.go:470] Built service openshift-service-ca-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:25.964190 3402 services_controller.go:471] Built service openshift-kube-storage-version-migrator-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:25.964195 3402 services_controller.go:471] Built service openshift-cloud-credential-operator/cco-metrics LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:25.964196 3402 services_controller.go:471] Built service openshift-service-ca-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:25.964211 3402 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:u0964085560}]}}] Timeout: Where:[where column _uuid == {935e56e5-519c-483f-8471-7339fb01e931}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:25.964218 3402 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.224.113", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:25.964208 3402 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.61.240", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:25.964244 3402 services_controller.go:478] Built service openshift-service-ca-operator/metrics per-node LB for network=default: []services.LB{} I0310 19:26:25.964246 3402 services_controller.go:478] Built service openshift-kube-storage-version-migrator-operator/metrics per-node LB for network=default: []services.LB{} I0310 19:26:25.964257 3402 services_controller.go:479] Built service openshift-service-ca-operator/metrics template LB for network=default: []services.LB{} I0310 19:26:25.964269 3402 services_controller.go:479] Built service openshift-kube-storage-version-migrator-operator/metrics template LB for network=default: []services.LB{} I0310 19:26:25.964274 3402 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 I0310 19:26:25.964238 3402 transact.go:43] Configuring OVN: [{Op:insert Table:Logical_Router_Static_Route Row:map[external_ids:{GoMap:map[ic-node:ip-10-0-0-193.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:u0964085559} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u0964085559}]}}] Timeout: Where:[where column _uuid == {935e56e5-519c-483f-8471-7339fb01e931}] 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-193.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:u0964085560} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u0964085560}]}}] Timeout: Where:[where column _uuid == {935e56e5-519c-483f-8471-7339fb01e931}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:25.963987 3402 services_controller.go:460] Service default/openshift-oauth-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-oauth-apiserver default b87cd83d-5779-4193-be24-54272c47408b 1583 0 2026-03-10 19:15:24 +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.251.73,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.251.73],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:25.964441 3402 lb_config.go:1030] Cluster endpoints for default/openshift-oauth-apiserver for network=default are: map[TCP/https:{443 [172.30.132.168] []}] I0310 19:26:25.964469 3402 services_controller.go:469] Built service default/openshift-oauth-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0310 19:26:25.964499 3402 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.251.73"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.132.168"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0310 19:26:25.964514 3402 services_controller.go:471] Built service default/openshift-oauth-apiserver LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:25.964537 3402 services_controller.go:477] Built service default/openshift-oauth-apiserver cluster-wide LB for network=default: []services.LB{} I0310 19:26:25.964603 3402 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-9.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.251.73", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.132.168", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-9.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-9.ec2.internal"}, Groups:[]string(nil)}} I0310 19:26:25.964678 3402 services_controller.go:479] Built service default/openshift-oauth-apiserver template LB for network=default: []services.LB{} I0310 19:26:25.964707 3402 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 I0310 19:26:25.964759 3402 services_controller.go:497] Skipping no-op change for service default/openshift-oauth-apiserver for network=default I0310 19:26:25.964789 3402 services_controller.go:386] Finished syncing service openshift-oauth-apiserver on namespace default for network=default : 811.062µs I0310 19:26:25.964830 3402 services_controller.go:382] Processing sync for service openshift-apiserver/check-endpoints for network=default I0310 19:26:25.964127 3402 services_controller.go:479] Built service openshift-dns/dns-default template LB for network=default: []services.LB{} I0310 19:26:25.964882 3402 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 I0310 19:26:25.964843 3402 services_controller.go:460] Service openshift-apiserver/check-endpoints retrieved from lister for network=default: &Service{ObjectMeta:{check-endpoints openshift-apiserver 4c298cfa-385c-4de6-8ba9-600d92298f16 1805 0 2026-03-10 19:15:26 +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 fa8407b6-d2c6-496a-b61c-58a7d50d03f1 0xc007210d37 }] [] []},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.109.5,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.109.5],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:25.964918 3402 lb_config.go:1030] Cluster endpoints for openshift-apiserver/check-endpoints for network=default are: map[] I0310 19:26:25.964926 3402 services_controller.go:497] Skipping no-op change for service openshift-dns/dns-default for network=default I0310 19:26:25.964276 3402 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 I0310 19:26:25.964933 3402 services_controller.go:386] Finished syncing service dns-default on namespace openshift-dns for network=default : 1.110807ms I0310 19:26:25.964935 3402 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.109.5"}, 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}} I0310 19:26:25.964954 3402 services_controller.go:382] Processing sync for service openshift-cluster-machine-approver/machine-approver for network=default I0310 19:26:25.964967 3402 services_controller.go:386] Finished syncing service machine-approver on namespace openshift-cluster-machine-approver for network=default : 14.307µs I0310 19:26:25.964975 3402 services_controller.go:382] Processing sync for service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0310 19:26:25.964973 3402 services_controller.go:497] Skipping no-op change for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0310 19:26:25.964999 3402 services_controller.go:386] Finished syncing service metrics on namespace openshift-kube-storage-version-migrator-operator for network=default : 1.160811ms I0310 19:26:25.965017 3402 services_controller.go:382] Processing sync for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0310 19:26:25.964212 3402 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.239.130", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:25.964984 3402 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 09cca8de-04ca-4ab6-8203-44c9983ced6e 1641 0 2026-03-10 19:15:25 +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 fa8407b6-d2c6-496a-b61c-58a7d50d03f1 0xc00721107f }] [] []},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.72.112,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.72.112],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:25.965050 3402 services_controller.go:478] Built service openshift-cloud-credential-operator/cco-metrics per-node LB for network=default: []services.LB{} I0310 19:26:25.965067 3402 services_controller.go:479] Built service openshift-cloud-credential-operator/cco-metrics template LB for network=default: []services.LB{} I0310 19:26:25.965077 3402 lb_config.go:1030] Cluster endpoints for openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default are: map[] I0310 19:26:25.965081 3402 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 I0310 19:26:25.965080 3402 zone_ic_handler.go:264] Creating Interconnect resources for node "ip-10-0-0-193.ec2.internal" on network "default" took: 2.215685ms I0310 19:26:25.965097 3402 master.go:700] Creating Interconnect resources for remote node "ip-10-0-0-193.ec2.internal" on network "default" took: 3.389572ms I0310 19:26:25.965091 3402 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.72.112"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0310 19:26:25.965031 3402 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 892212a2-23a7-4e55-bc82-8c3bfeb75bf8 1039 0 2026-03-10 19:15:13 +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 fa8407b6-d2c6-496a-b61c-58a7d50d03f1 0xc0072111a7 }] [] []},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.67.139,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.67.139],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:25.965110 3402 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) I0310 19:26:25.965125 3402 services_controller.go:471] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:25.965135 3402 obj_retry.go:565] Update event received for resource *factory.egressNode, old object is equal to new: false I0310 19:26:25.965138 3402 lb_config.go:1030] Cluster endpoints for openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default are: map[] I0310 19:26:25.964302 3402 services_controller.go:497] Skipping no-op change for service openshift-service-ca-operator/metrics for network=default I0310 19:26:25.965175 3402 services_controller.go:386] Finished syncing service metrics on namespace openshift-service-ca-operator for network=default : 2.06437ms I0310 19:26:25.965162 3402 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.72.112", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:25.965189 3402 services_controller.go:382] Processing sync for service openshift-kube-controller-manager-operator/metrics for network=default I0310 19:26:25.965193 3402 services_controller.go:478] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service per-node LB for network=default: []services.LB{} I0310 19:26:25.965205 3402 services_controller.go:479] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service template LB for network=default: []services.LB{} I0310 19:26:25.965205 3402 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.67.139"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0310 19:26:25.965217 3402 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 I0310 19:26:25.965223 3402 services_controller.go:470] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:25.965140 3402 services_controller.go:497] Skipping no-op change for service openshift-cloud-credential-operator/cco-metrics for network=default I0310 19:26:25.965246 3402 services_controller.go:471] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:25.965252 3402 services_controller.go:386] Finished syncing service cco-metrics on namespace openshift-cloud-credential-operator for network=default : 1.755667ms I0310 19:26:25.965265 3402 services_controller.go:382] Processing sync for service openshift-monitoring/cluster-monitoring-operator for network=default I0310 19:26:25.965199 3402 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 cc3b7b42-9d10-47fb-8709-c40de39bc58c 843 0 2026-03-10 19:15:09 +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 fa8407b6-d2c6-496a-b61c-58a7d50d03f1 0xc007211c9f }] [] []},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.119.164,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.119.164],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:25.965274 3402 services_controller.go:386] Finished syncing service cluster-monitoring-operator on namespace openshift-monitoring for network=default : 9.951µs I0310 19:26:25.965270 3402 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.67.139", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:25.965300 3402 lb_config.go:1030] Cluster endpoints for openshift-kube-controller-manager-operator/metrics for network=default are: map[] I0310 19:26:25.965305 3402 services_controller.go:382] Processing sync for service openshift-apiserver-operator/metrics for network=default I0310 19:26:25.965307 3402 services_controller.go:478] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics per-node LB for network=default: []services.LB{} I0310 19:26:25.965168 3402 obj_retry.go:617] Update event received for *factory.egressNode ip-10-0-0-193.ec2.internal I0310 19:26:25.965321 3402 services_controller.go:479] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics template LB for network=default: []services.LB{} I0310 19:26:25.964953 3402 services_controller.go:470] Built service openshift-apiserver/check-endpoints LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:25.965334 3402 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 I0310 19:26:25.965330 3402 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.119.164"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0310 19:26:25.965339 3402 services_controller.go:471] Built service openshift-apiserver/check-endpoints LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:25.965346 3402 services_controller.go:470] Built service openshift-kube-controller-manager-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:25.965364 3402 services_controller.go:497] Skipping no-op change for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0310 19:26:25.965374 3402 services_controller.go:386] Finished syncing service cluster-storage-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 358.067µs I0310 19:26:25.965377 3402 services_controller.go:471] Built service openshift-kube-controller-manager-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:25.965358 3402 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.109.5", Port:17698, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:25.965388 3402 services_controller.go:382] Processing sync for service openshift-authentication-operator/metrics for network=default I0310 19:26:25.965391 3402 services_controller.go:478] Built service openshift-apiserver/check-endpoints per-node LB for network=default: []services.LB{} I0310 19:26:25.965402 3402 services_controller.go:479] Built service openshift-apiserver/check-endpoints template LB for network=default: []services.LB{} I0310 19:26:25.965399 3402 services_controller.go:460] Service openshift-authentication-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-authentication-operator 940abf11-5dbf-440a-a310-fe07018f2f37 684 0 2026-03-10 19:15:06 +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 fa8407b6-d2c6-496a-b61c-58a7d50d03f1 0xc007210df7 }] [] []},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.231.158,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.231.158],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:25.965412 3402 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.119.164", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:25.965464 3402 services_controller.go:478] Built service openshift-kube-controller-manager-operator/metrics per-node LB for network=default: []services.LB{} I0310 19:26:25.965475 3402 lb_config.go:1030] Cluster endpoints for openshift-authentication-operator/metrics for network=default are: map[] I0310 19:26:25.965510 3402 services_controller.go:479] Built service openshift-kube-controller-manager-operator/metrics template LB for network=default: []services.LB{} I0310 19:26:25.965447 3402 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 I0310 19:26:25.965523 3402 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 I0310 19:26:25.965540 3402 services_controller.go:497] Skipping no-op change for service openshift-apiserver/check-endpoints for network=default I0310 19:26:25.965552 3402 services_controller.go:386] Finished syncing service check-endpoints on namespace openshift-apiserver for network=default : 722.395µs I0310 19:26:25.965566 3402 services_controller.go:382] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0310 19:26:25.965313 3402 services_controller.go:460] Service openshift-apiserver-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-apiserver-operator 04181d65-7ff2-417a-a363-47eaa610f3ec 1072 0 2026-03-10 19:15:14 +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 fa8407b6-d2c6-496a-b61c-58a7d50d03f1 0xc007210c6f }] [] []},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.174.147,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.174.147],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:25.965590 3402 lb_config.go:1030] Cluster endpoints for openshift-apiserver-operator/metrics for network=default are: map[] I0310 19:26:25.965601 3402 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.174.147"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0310 19:26:25.965615 3402 services_controller.go:470] Built service openshift-apiserver-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:25.965624 3402 services_controller.go:471] Built service openshift-apiserver-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:25.965573 3402 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 81ee59f8-c796-4117-9ce0-1c25b03b3fa5 5109 0 2026-03-10 19:16:35 +0000 UTC map[olm.managed:true olm.service-spec-hash:8H7arFYfeqTDwtur5ZzpDGCqSKpg30XG9PXH2W] map[] [{operators.coreos.com/v1alpha1 CatalogSource deployment-validation-operator-catalog 25be4e2b-1d6c-4457-92e1-509a3c3f3e6d 0xc0072114cd 0xc0072114ce}] [] []},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.206.67,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.206.67],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:25.965651 3402 lb_config.go:1030] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default are: map[] I0310 19:26:25.965640 3402 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.174.147", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:25.965666 3402 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.206.67"}, 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}} I0310 19:26:25.965240 3402 services_controller.go:497] Skipping no-op change for service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0310 19:26:25.965681 3402 services_controller.go:470] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:25.965512 3402 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.231.158"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0310 19:26:25.965689 3402 services_controller.go:386] Finished syncing service performance-addon-operator-service on namespace openshift-cluster-node-tuning-operator for network=default : 707.104µs I0310 19:26:25.965693 3402 services_controller.go:471] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:25.965675 3402 services_controller.go:478] Built service openshift-apiserver-operator/metrics per-node LB for network=default: []services.LB{} I0310 19:26:25.965699 3402 services_controller.go:470] Built service openshift-authentication-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:25.965707 3402 services_controller.go:382] Processing sync for service openshift-ingress-canary/ingress-canary for network=default I0310 19:26:25.965712 3402 services_controller.go:471] Built service openshift-authentication-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:25.965712 3402 services_controller.go:479] Built service openshift-apiserver-operator/metrics template LB for network=default: []services.LB{} I0310 19:26:25.965725 3402 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 I0310 19:26:25.965712 3402 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.206.67", Port:50051, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:25.965741 3402 services_controller.go:478] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog per-node LB for network=default: []services.LB{} I0310 19:26:25.965750 3402 services_controller.go:497] Skipping no-op change for service openshift-apiserver-operator/metrics for network=default I0310 19:26:25.965752 3402 services_controller.go:479] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog template LB for network=default: []services.LB{} I0310 19:26:25.965757 3402 services_controller.go:386] Finished syncing service metrics on namespace openshift-apiserver-operator for network=default : 451.699µs I0310 19:26:25.965730 3402 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.231.158", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:25.965763 3402 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 I0310 19:26:25.965717 3402 services_controller.go:460] Service openshift-ingress-canary/ingress-canary retrieved from lister for network=default: &Service{ObjectMeta:{ingress-canary openshift-ingress-canary 3f977580-5cd1-40ea-afdd-e700c9fe2bee 2318 0 2026-03-10 19:15:37 +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 68280ad7-231b-43d0-b811-d7b50cbefe3b 0xc007211860 }] [] []},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.245.55,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.245.55],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:25.965772 3402 services_controller.go:382] Processing sync for service openshift-ingress/router-default for network=default I0310 19:26:25.965773 3402 services_controller.go:478] Built service openshift-authentication-operator/metrics per-node LB for network=default: []services.LB{} I0310 19:26:25.965795 3402 services_controller.go:479] Built service openshift-authentication-operator/metrics template LB for network=default: []services.LB{} I0310 19:26:25.965796 3402 services_controller.go:497] Skipping no-op change for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0310 19:26:25.965801 3402 lb_config.go:1030] Cluster endpoints for openshift-ingress-canary/ingress-canary for network=default are: map[] I0310 19:26:25.965804 3402 services_controller.go:386] Finished syncing service deployment-validation-operator-catalog on namespace openshift-deployment-validation-operator for network=default : 236.976µs I0310 19:26:25.965807 3402 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 I0310 19:26:25.965817 3402 services_controller.go:382] Processing sync for service openshift-machine-config-operator/machine-config-operator for network=default I0310 19:26:25.965816 3402 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.245.55"}, 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.245.55"}, 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}} I0310 19:26:25.965834 3402 services_controller.go:470] Built service openshift-ingress-canary/ingress-canary LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:25.965843 3402 services_controller.go:471] Built service openshift-ingress-canary/ingress-canary LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:25.965845 3402 services_controller.go:497] Skipping no-op change for service openshift-authentication-operator/metrics for network=default I0310 19:26:25.965851 3402 services_controller.go:386] Finished syncing service metrics on namespace openshift-authentication-operator for network=default : 463.878µs I0310 19:26:25.965862 3402 services_controller.go:382] Processing sync for service default/kubernetes for network=default I0310 19:26:25.965826 3402 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 73b57a22-2054-4eb4-a4e3-1c86e999acbd 738 0 2026-03-10 19:15:07 +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 fa8407b6-d2c6-496a-b61c-58a7d50d03f1 0xc007211f3b }] [] []},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.196.21,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.196.21],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:25.965866 3402 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.245.55", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.245.55", Port:8888, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:25.965783 3402 services_controller.go:460] Service openshift-ingress/router-default retrieved from lister for network=default: &Service{ObjectMeta:{router-default openshift-ingress 1fc1309f-cdef-4f25-b1af-592916ef735e 2711 0 2026-03-10 19:15:27 +0000 UTC map[app:router ingresscontroller.operator.openshift.io/owning-ingresscontroller:default router:router-default] map[service.beta.kubernetes.io/aws-load-balancer-additional-resource-tags:api.openshift.com/environment=production,api.openshift.com/id=2ov1rmga1lmertbm3075pr3fjmubsbm3,api.openshift.com/legal-entity-id=2h8L52xc1VHB4xLFE2YyPmAjYjI,api.openshift.com/name=kx-018f8b4b31,cluster-type=rosa-hcp,creation-date=2026-03-10,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 6a20aac2-da33-4e60-9721-5b9e7b570896 0xc007211a37 }] [service.kubernetes.io/load-balancer-cleanup] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:http,Protocol:TCP,Port:80,TargetPort:{1 0 http},NodePort:31230,AppProtocol:nil,},ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{1 0 https},NodePort:31162,AppProtocol:nil,},},Selector:map[string]string{ingresscontroller.operator.openshift.io/deployment-ingresscontroller: default,},ClusterIP:172.30.201.102,Type:LoadBalancer,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:Local,HealthCheckNodePort:32283,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.201.102],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:*true,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{LoadBalancerIngress{IP:,Hostname:a1fc1309fcdef4f25b1af592916ef735-fb40aed27295f0e4.elb.us-east-1.amazonaws.com,IPMode:nil,Ports:[]PortStatus{},},},},Conditions:[]Condition{},},} I0310 19:26:25.965904 3402 services_controller.go:478] Built service openshift-ingress-canary/ingress-canary per-node LB for network=default: []services.LB{} I0310 19:26:25.965912 3402 lb_config.go:1030] Cluster endpoints for openshift-machine-config-operator/machine-config-operator for network=default are: map[] I0310 19:26:25.965916 3402 services_controller.go:479] Built service openshift-ingress-canary/ingress-canary template LB for network=default: []services.LB{} I0310 19:26:25.965921 3402 lb_config.go:1030] Cluster endpoints for openshift-ingress/router-default for network=default are: map[] I0310 19:26:25.965925 3402 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.196.21"}, 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}} I0310 19:26:25.965929 3402 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 I0310 19:26:25.965873 3402 services_controller.go:460] Service default/kubernetes retrieved from lister for network=default: &Service{ObjectMeta:{kubernetes default f0262105-a82b-4c31-961f-bb9c53e88513 271 0 2026-03-10 19:14:40 +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{},},} I0310 19:26:25.965933 3402 lb_config.go:1053] Local endpoints for openshift-ingress/router-default for network=default are: map[] I0310 19:26:25.965938 3402 services_controller.go:470] Built service openshift-machine-config-operator/machine-config-operator LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:25.965948 3402 services_controller.go:471] Built service openshift-machine-config-operator/machine-config-operator LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:25.965955 3402 services_controller.go:497] Skipping no-op change for service openshift-ingress-canary/ingress-canary for network=default I0310 19:26:25.965961 3402 services_controller.go:386] Finished syncing service ingress-canary on namespace openshift-ingress-canary for network=default : 255.006µs I0310 19:26:25.965959 3402 lb_config.go:1030] Cluster endpoints for default/kubernetes for network=default are: map[TCP/https:{6443 [172.20.0.1] []}] I0310 19:26:25.965952 3402 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.201.102"}, 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.201.102"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0310 19:26:25.965976 3402 services_controller.go:382] Processing sync for service default/openshift for network=default I0310 19:26:25.965978 3402 services_controller.go:469] Built service default/kubernetes LB cluster-wide configs for network=default: []services.lbConfig(nil) I0310 19:26:25.966006 3402 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}} I0310 19:26:25.966021 3402 services_controller.go:471] Built service default/kubernetes LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:25.966050 3402 services_controller.go:477] Built service default/kubernetes cluster-wide LB for network=default: []services.LB{} I0310 19:26:25.966065 3402 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-9.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-9.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-9.ec2.internal"}, Groups:[]string(nil)}} I0310 19:26:25.965565 3402 services_controller.go:497] Skipping no-op change for service openshift-kube-controller-manager-operator/metrics for network=default I0310 19:26:25.966108 3402 services_controller.go:479] Built service default/kubernetes template LB for network=default: []services.LB{} I0310 19:26:25.966114 3402 services_controller.go:386] Finished syncing service metrics on namespace openshift-kube-controller-manager-operator for network=default : 923.234µs I0310 19:26:25.966121 3402 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 I0310 19:26:25.966128 3402 services_controller.go:382] Processing sync for service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0310 19:26:25.966159 3402 services_controller.go:497] Skipping no-op change for service default/kubernetes for network=default I0310 19:26:25.965983 3402 services_controller.go:386] Finished syncing service openshift on namespace default for network=default : 7.99µs I0310 19:26:25.966168 3402 services_controller.go:386] Finished syncing service kubernetes on namespace default for network=default : 306.148µs I0310 19:26:25.965984 3402 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:31230, 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:31162, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:true, internalTrafficLocal:false, hasNodePort:true}} I0310 19:26:25.966186 3402 services_controller.go:382] Processing sync for service openshift-cluster-version/cluster-version-operator for network=default I0310 19:26:25.966138 3402 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 baf0b0f2-2aca-4d3c-b7c9-637dd97d2847 992 0 2026-03-10 19:15:12 +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 fa8407b6-d2c6-496a-b61c-58a7d50d03f1 0xc007211257 }] [] []},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.65.251,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.65.251],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:25.966251 3402 lb_config.go:1030] Cluster endpoints for openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default are: map[] I0310 19:26:25.966199 3402 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 5e25f966-f738-479d-b41e-9a213fe4275d 496 0 2026-03-10 19:14:59 +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.23.118,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.23.118],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:25.966260 3402 services_controller.go:382] Processing sync for service openshift-console-operator/metrics for network=default I0310 19:26:25.966275 3402 lb_config.go:1030] Cluster endpoints for openshift-cluster-version/cluster-version-operator for network=default are: map[] I0310 19:26:25.966265 3402 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.65.251"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0310 19:26:25.966286 3402 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.23.118"}, 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}} I0310 19:26:25.966292 3402 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) I0310 19:26:25.966296 3402 services_controller.go:470] Built service openshift-cluster-version/cluster-version-operator LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:25.966303 3402 services_controller.go:471] Built service openshift-cluster-version/cluster-version-operator LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:25.966302 3402 services_controller.go:471] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:25.966187 3402 services_controller.go:471] Built service openshift-ingress/router-default LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:25.966273 3402 services_controller.go:460] Service openshift-console-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-console-operator 4a548d25-72a5-4fd0-b8e7-a5256f015705 2128 0 2026-03-10 19:15:30 +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 fa8407b6-d2c6-496a-b61c-58a7d50d03f1 0xc007211437 }] [] []},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.94.34,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.94.34],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:25.966319 3402 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.23.118", Port:9099, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:25.966352 3402 services_controller.go:478] Built service openshift-cluster-version/cluster-version-operator per-node LB for network=default: []services.LB{} I0310 19:26:25.966346 3402 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.65.251", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:25.966361 3402 lb_config.go:1030] Cluster endpoints for openshift-console-operator/metrics for network=default are: map[] I0310 19:26:25.966366 3402 services_controller.go:478] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics per-node LB for network=default: []services.LB{} I0310 19:26:25.966367 3402 services_controller.go:479] Built service openshift-cluster-version/cluster-version-operator template LB for network=default: []services.LB{} I0310 19:26:25.966374 3402 services_controller.go:479] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics template LB for network=default: []services.LB{} I0310 19:26:25.966379 3402 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 I0310 19:26:25.966381 3402 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 I0310 19:26:25.966374 3402 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.94.34"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0310 19:26:25.966372 3402 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.201.102", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.201.102", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:25.966395 3402 services_controller.go:470] Built service openshift-console-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:25.966403 3402 services_controller.go:497] Skipping no-op change for service openshift-cluster-version/cluster-version-operator for network=default I0310 19:26:25.966405 3402 services_controller.go:497] Skipping no-op change for service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0310 19:26:25.966407 3402 services_controller.go:471] Built service openshift-console-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:25.966412 3402 services_controller.go:386] Finished syncing service cluster-version-operator on namespace openshift-cluster-version for network=default : 225.969µs I0310 19:26:25.966413 3402 services_controller.go:386] Finished syncing service csi-snapshot-controller-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 285.272µs I0310 19:26:25.965966 3402 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.196.21", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:25.966425 3402 services_controller.go:382] Processing sync for service openshift-ingress-operator/metrics for network=default I0310 19:26:25.966428 3402 services_controller.go:382] Processing sync for service openshift-machine-config-operator/machine-config-daemon for network=default I0310 19:26:25.966434 3402 services_controller.go:478] Built service openshift-machine-config-operator/machine-config-operator per-node LB for network=default: []services.LB{} I0310 19:26:25.966428 3402 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.94.34", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:25.966447 3402 services_controller.go:479] Built service openshift-machine-config-operator/machine-config-operator template LB for network=default: []services.LB{} I0310 19:26:25.966458 3402 services_controller.go:478] Built service openshift-console-operator/metrics per-node LB for network=default: []services.LB{} I0310 19:26:25.966460 3402 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 I0310 19:26:25.966471 3402 services_controller.go:479] Built service openshift-console-operator/metrics template LB for network=default: []services.LB{} I0310 19:26:25.966403 3402 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-9.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.9", Port:31230, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:31230, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.1.9", Port:31162, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:31162, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string(nil), Routers:[]string{"GR_ip-10-0-1-9.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-ingress/router-default_TCP_node_switch_ip-10-0-1-9.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:31230, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.1.9", Port:31230, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:31230, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:31230, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:31162, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.1.9", Port:31162, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:31162, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:31162, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-9.ec2.internal"}, Routers:[]string(nil), Groups:[]string(nil)}} I0310 19:26:25.966435 3402 services_controller.go:460] Service openshift-ingress-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-ingress-operator c26bef83-3fc2-42aa-809d-670625d33d02 1608 0 2026-03-10 19:15:24 +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 fa8407b6-d2c6-496a-b61c-58a7d50d03f1 0xc007211947 }] [] []},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.37.211,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.37.211],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:25.966493 3402 services_controller.go:479] Built service openshift-ingress/router-default template LB for network=default: []services.LB{} I0310 19:26:25.966509 3402 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 I0310 19:26:25.966549 3402 services_controller.go:497] Skipping no-op change for service openshift-ingress/router-default for network=default I0310 19:26:25.966559 3402 services_controller.go:386] Finished syncing service router-default on namespace openshift-ingress for network=default : 788.181µs I0310 19:26:25.966510 3402 lb_config.go:1030] Cluster endpoints for openshift-ingress-operator/metrics for network=default are: map[] I0310 19:26:25.966578 3402 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.37.211"}, 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}} I0310 19:26:25.966592 3402 services_controller.go:470] Built service openshift-ingress-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:25.966602 3402 services_controller.go:471] Built service openshift-ingress-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:25.966618 3402 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.37.211", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:25.966651 3402 services_controller.go:478] Built service openshift-ingress-operator/metrics per-node LB for network=default: []services.LB{} I0310 19:26:25.966663 3402 services_controller.go:479] Built service openshift-ingress-operator/metrics template LB for network=default: []services.LB{} I0310 19:26:25.966483 3402 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 I0310 19:26:25.966673 3402 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 I0310 19:26:25.966696 3402 services_controller.go:497] Skipping no-op change for service openshift-ingress-operator/metrics for network=default I0310 19:26:25.966705 3402 services_controller.go:386] Finished syncing service metrics on namespace openshift-ingress-operator for network=default : 280.268µs I0310 19:26:25.966697 3402 services_controller.go:497] Skipping no-op change for service openshift-console-operator/metrics for network=default I0310 19:26:25.966717 3402 services_controller.go:386] Finished syncing service metrics on namespace openshift-console-operator for network=default : 458.062µs I0310 19:26:25.966437 3402 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 dcd2ed27-5861-4e2b-a37f-3b3df2c1a30e 942 0 2026-03-10 19:15:11 +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 fa8407b6-d2c6-496a-b61c-58a7d50d03f1 0xc007211ea7 }] [] []},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.91.28,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.91.28],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:25.966743 3402 lb_config.go:1030] Cluster endpoints for openshift-machine-config-operator/machine-config-daemon for network=default are: map[] I0310 19:26:25.966484 3402 services_controller.go:497] Skipping no-op change for service openshift-machine-config-operator/machine-config-operator for network=default I0310 19:26:25.966760 3402 services_controller.go:386] Finished syncing service machine-config-operator on namespace openshift-machine-config-operator for network=default : 940.977µs I0310 19:26:25.966760 3402 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.91.28"}, 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.91.28"}, 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}} I0310 19:26:25.966777 3402 services_controller.go:470] Built service openshift-machine-config-operator/machine-config-daemon LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:25.966786 3402 services_controller.go:471] Built service openshift-machine-config-operator/machine-config-daemon LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:25.966806 3402 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.91.28", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.91.28", Port:8798, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:25.966847 3402 services_controller.go:478] Built service openshift-machine-config-operator/machine-config-daemon per-node LB for network=default: []services.LB{} I0310 19:26:25.966859 3402 services_controller.go:479] Built service openshift-machine-config-operator/machine-config-daemon template LB for network=default: []services.LB{} I0310 19:26:25.966870 3402 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 I0310 19:26:25.966892 3402 services_controller.go:497] Skipping no-op change for service openshift-machine-config-operator/machine-config-daemon for network=default I0310 19:26:25.966901 3402 services_controller.go:386] Finished syncing service machine-config-daemon on namespace openshift-machine-config-operator for network=default : 472.798µs I0310 19:26:26.002567 3402 default_node_network_controller.go:1130] Upgrade Hack: node ip-10-0-0-193.ec2.internal, subnet 10.129.0.0/23 I0310 19:26:26.002633 3402 ovs.go:160] Exec(71): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns _uuid find logical_flow match="reg7 == 0 && ip4.dst == 10.129.0.0/23" I0310 19:26:26.014400 3402 ovs.go:163] Exec(71): stdout: "0364665b-065f-4273-bebb-37c5c19c93dd\n" I0310 19:26:26.014424 3402 ovs.go:164] Exec(71): stderr: "" I0310 19:26:26.014436 3402 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 - 0364665b-065f-4273-bebb-37c5c19c93dd : stderr - : err I0310 19:26:26.014476 3402 default_node_network_controller.go:1130] Upgrade Hack: node ip-10-0-2-240.ec2.internal, subnet 10.130.0.0/23 I0310 19:26:26.014497 3402 ovs.go:160] Exec(72): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns _uuid find logical_flow match="reg7 == 0 && ip4.dst == 10.130.0.0/23" I0310 19:26:26.025194 3402 ovs.go:163] Exec(72): stdout: "" I0310 19:26:26.025213 3402 ovs.go:164] Exec(72): stderr: "" I0310 19:26:26.025223 3402 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 I0310 19:26:26.069947 3402 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:0x6b} I0310 19:26:26.070005 3402 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:0x6c} I0310 19:26:26.220342 3402 obj_retry.go:565] Update event received for resource *v1.Pod, old object is equal to new: false I0310 19:26:26.220423 3402 default_network_controller.go:676] Recording update event on pod openshift-multus/network-metrics-daemon-5fzc6 I0310 19:26:26.220425 3402 admin_network_policy_controller.go:534] Updating Pod in Admin Network Policy controller openshift-multus/network-metrics-daemon-5fzc6: 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 I0310 19:26:26.220475 3402 obj_retry.go:617] Update event received for *v1.Pod openshift-multus/network-metrics-daemon-5fzc6 I0310 19:26:26.220501 3402 ovn.go:139] Ensuring zone remote for Pod openshift-multus/network-metrics-daemon-5fzc6 in node ip-10-0-0-193.ec2.internal I0310 19:26:26.220475 3402 admin_network_policy_pod.go:57] Processing sync for Pod openshift-multus/network-metrics-daemon-5fzc6 in Admin Network Policy controller I0310 19:26:26.220566 3402 admin_network_policy_pod.go:60] Finished syncing Pod openshift-multus/network-metrics-daemon-5fzc6 Admin Network Policy controller: took 113.634µs I0310 19:26:26.220624 3402 address_set.go:576] (u0964085333/default-network-controller:Namespace:openshift-multus:v4/a13687770890520536676) adding Addresses ([10.129.0.4]) to address set I0310 19:26:26.220666 3402 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 == {b646a71a-56c8-4c11-9b82-e0266ef22641}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:26.220694 3402 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 == {b646a71a-56c8-4c11-9b82-e0266ef22641}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:26.221097 3402 obj_retry.go:565] Update event received for resource *v1.Pod, old object is equal to new: false I0310 19:26:26.221177 3402 default_network_controller.go:676] Recording update event on pod openshift-network-diagnostics/network-check-target-rz6wb I0310 19:26:26.221202 3402 admin_network_policy_controller.go:534] Updating Pod in Admin Network Policy controller openshift-network-diagnostics/network-check-target-rz6wb: 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 I0310 19:26:26.221272 3402 admin_network_policy_pod.go:57] Processing sync for Pod openshift-network-diagnostics/network-check-target-rz6wb in Admin Network Policy controller I0310 19:26:26.221288 3402 admin_network_policy_pod.go:60] Finished syncing Pod openshift-network-diagnostics/network-check-target-rz6wb Admin Network Policy controller: took 29.208µs I0310 19:26:26.221222 3402 obj_retry.go:617] Update event received for *v1.Pod openshift-network-diagnostics/network-check-target-rz6wb I0310 19:26:26.221309 3402 ovn.go:139] Ensuring zone remote for Pod openshift-network-diagnostics/network-check-target-rz6wb in node ip-10-0-0-193.ec2.internal I0310 19:26:26.221180 3402 default_network_controller.go:705] Recording success event on pod openshift-multus/network-metrics-daemon-5fzc6 I0310 19:26:26.221341 3402 obj_retry.go:565] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0310 19:26:26.221358 3402 obj_retry.go:617] Update event received for *factory.egressIPPod openshift-multus/network-metrics-daemon-5fzc6 I0310 19:26:26.221415 3402 address_set.go:576] (u0964085389/default-network-controller:Namespace:openshift-network-diagnostics:v4/a1966919964212966539) adding Addresses ([10.129.0.3]) to address set I0310 19:26:26.221454 3402 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 == {3d59307d-b18a-4b9d-869a-1d9f16c4db75}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:26.221480 3402 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 == {3d59307d-b18a-4b9d-869a-1d9f16c4db75}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:26.221803 3402 default_network_controller.go:705] Recording success event on pod openshift-network-diagnostics/network-check-target-rz6wb I0310 19:26:26.221823 3402 obj_retry.go:565] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0310 19:26:26.221837 3402 obj_retry.go:617] Update event received for *factory.egressIPPod openshift-network-diagnostics/network-check-target-rz6wb I0310 19:26:26.502957 3402 default_node_network_controller.go:1130] Upgrade Hack: node ip-10-0-0-193.ec2.internal, subnet 10.129.0.0/23 I0310 19:26:26.502996 3402 ovs.go:160] Exec(73): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns _uuid find logical_flow match="reg7 == 0 && ip4.dst == 10.129.0.0/23" I0310 19:26:26.514069 3402 ovs.go:163] Exec(73): stdout: "0364665b-065f-4273-bebb-37c5c19c93dd\n" I0310 19:26:26.514102 3402 ovs.go:164] Exec(73): stderr: "" I0310 19:26:26.514112 3402 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 - 0364665b-065f-4273-bebb-37c5c19c93dd : stderr - : err I0310 19:26:26.514162 3402 default_node_network_controller.go:1130] Upgrade Hack: node ip-10-0-2-240.ec2.internal, subnet 10.130.0.0/23 I0310 19:26:26.514177 3402 ovs.go:160] Exec(74): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns _uuid find logical_flow match="reg7 == 0 && ip4.dst == 10.130.0.0/23" I0310 19:26:26.525588 3402 ovs.go:163] Exec(74): stdout: "" I0310 19:26:26.525604 3402 ovs.go:164] Exec(74): stderr: "" I0310 19:26:26.525618 3402 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 I0310 19:26:26.911396 3402 admin_network_policy_controller.go:534] Updating Pod in Admin Network Policy controller openshift-ovn-kubernetes/ovnkube-node-r6mcz: podLabels app=ovnkube-node,component=network,controller-revision-hash=85dfc7b4f4,kubernetes.io/os=linux,openshift.io/component=network,ovn-db-pod=true,pod-template-generation=2,type=infra, podIPs: [10.0.2.240], PodStatus: true, PodCompleted?: false I0310 19:26:26.911468 3402 obj_retry.go:565] Update event received for resource *v1.Pod, old object is equal to new: false I0310 19:26:26.911460 3402 admin_network_policy_pod.go:57] Processing sync for Pod openshift-ovn-kubernetes/ovnkube-node-r6mcz in Admin Network Policy controller I0310 19:26:26.911490 3402 default_network_controller.go:676] Recording update event on pod openshift-ovn-kubernetes/ovnkube-node-r6mcz I0310 19:26:26.911502 3402 admin_network_policy_pod.go:60] Finished syncing Pod openshift-ovn-kubernetes/ovnkube-node-r6mcz Admin Network Policy controller: took 42.945µs I0310 19:26:26.911507 3402 obj_retry.go:617] Update event received for *v1.Pod openshift-ovn-kubernetes/ovnkube-node-r6mcz I0310 19:26:26.911521 3402 ovn.go:139] Ensuring zone remote for Pod openshift-ovn-kubernetes/ovnkube-node-r6mcz in node ip-10-0-2-240.ec2.internal I0310 19:26:26.911534 3402 default_network_controller.go:705] Recording success event on pod openshift-ovn-kubernetes/ovnkube-node-r6mcz I0310 19:26:26.911543 3402 obj_retry.go:565] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0310 19:26:26.911553 3402 obj_retry.go:617] Update event received for *factory.egressIPPod openshift-ovn-kubernetes/ovnkube-node-r6mcz I0310 19:26:26.933383 3402 obj_retry.go:565] Update event received for resource *v1.Pod, old object is equal to new: false I0310 19:26:26.933408 3402 default_network_controller.go:676] Recording update event on pod kube-system/konnectivity-agent-rqgtq I0310 19:26:26.933427 3402 obj_retry.go:617] Update event received for *v1.Pod kube-system/konnectivity-agent-rqgtq I0310 19:26:26.933462 3402 ovn.go:139] Ensuring zone remote for Pod kube-system/konnectivity-agent-rqgtq in node ip-10-0-2-240.ec2.internal I0310 19:26:26.933470 3402 default_network_controller.go:705] Recording success event on pod kube-system/konnectivity-agent-rqgtq I0310 19:26:26.933479 3402 obj_retry.go:565] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0310 19:26:26.933496 3402 obj_retry.go:617] Update event received for *factory.egressIPPod kube-system/konnectivity-agent-rqgtq I0310 19:26:27.002218 3402 default_node_network_controller.go:1130] Upgrade Hack: node ip-10-0-0-193.ec2.internal, subnet 10.129.0.0/23 I0310 19:26:27.002256 3402 ovs.go:160] Exec(75): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns _uuid find logical_flow match="reg7 == 0 && ip4.dst == 10.129.0.0/23" I0310 19:26:27.013996 3402 ovs.go:163] Exec(75): stdout: "0364665b-065f-4273-bebb-37c5c19c93dd\n" I0310 19:26:27.014019 3402 ovs.go:164] Exec(75): stderr: "" I0310 19:26:27.014048 3402 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 - 0364665b-065f-4273-bebb-37c5c19c93dd : stderr - : err I0310 19:26:27.014088 3402 default_node_network_controller.go:1130] Upgrade Hack: node ip-10-0-2-240.ec2.internal, subnet 10.130.0.0/23 I0310 19:26:27.014115 3402 ovs.go:160] Exec(76): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns _uuid find logical_flow match="reg7 == 0 && ip4.dst == 10.130.0.0/23" I0310 19:26:27.025503 3402 ovs.go:163] Exec(76): stdout: "" I0310 19:26:27.025521 3402 ovs.go:164] Exec(76): stderr: "" I0310 19:26:27.025529 3402 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 I0310 19:26:27.502304 3402 default_node_network_controller.go:1130] Upgrade Hack: node ip-10-0-0-193.ec2.internal, subnet 10.129.0.0/23 I0310 19:26:27.502335 3402 ovs.go:160] Exec(77): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns _uuid find logical_flow match="reg7 == 0 && ip4.dst == 10.129.0.0/23" I0310 19:26:27.513610 3402 ovs.go:163] Exec(77): stdout: "0364665b-065f-4273-bebb-37c5c19c93dd\n" I0310 19:26:27.513631 3402 ovs.go:164] Exec(77): stderr: "" I0310 19:26:27.513644 3402 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 - 0364665b-065f-4273-bebb-37c5c19c93dd : stderr - : err I0310 19:26:27.513699 3402 default_node_network_controller.go:1130] Upgrade Hack: node ip-10-0-2-240.ec2.internal, subnet 10.130.0.0/23 I0310 19:26:27.513715 3402 ovs.go:160] Exec(78): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns _uuid find logical_flow match="reg7 == 0 && ip4.dst == 10.130.0.0/23" I0310 19:26:27.525323 3402 ovs.go:163] Exec(78): stdout: "" I0310 19:26:27.525347 3402 ovs.go:164] Exec(78): stderr: "" I0310 19:26:27.525359 3402 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 I0310 19:26:27.617801 3402 obj_retry.go:565] Update event received for resource *v1.Pod, old object is equal to new: false I0310 19:26:27.617889 3402 default_network_controller.go:676] Recording update event on pod openshift-multus/multus-additional-cni-plugins-xm69m I0310 19:26:27.617914 3402 obj_retry.go:617] Update event received for *v1.Pod openshift-multus/multus-additional-cni-plugins-xm69m I0310 19:26:27.617933 3402 ovn.go:139] Ensuring zone remote for Pod openshift-multus/multus-additional-cni-plugins-xm69m in node ip-10-0-0-193.ec2.internal I0310 19:26:27.617944 3402 default_network_controller.go:705] Recording success event on pod openshift-multus/multus-additional-cni-plugins-xm69m I0310 19:26:27.617954 3402 obj_retry.go:565] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0310 19:26:27.617967 3402 obj_retry.go:617] Update event received for *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-xm69m I0310 19:26:27.917671 3402 obj_retry.go:565] Update event received for resource *v1.Pod, old object is equal to new: false I0310 19:26:27.917767 3402 default_network_controller.go:676] Recording update event on pod openshift-ovn-kubernetes/ovnkube-node-r6mcz I0310 19:26:27.917801 3402 obj_retry.go:617] Update event received for *v1.Pod openshift-ovn-kubernetes/ovnkube-node-r6mcz I0310 19:26:27.917822 3402 ovn.go:139] Ensuring zone remote for Pod openshift-ovn-kubernetes/ovnkube-node-r6mcz in node ip-10-0-2-240.ec2.internal I0310 19:26:27.917834 3402 default_network_controller.go:705] Recording success event on pod openshift-ovn-kubernetes/ovnkube-node-r6mcz I0310 19:26:27.917845 3402 obj_retry.go:565] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0310 19:26:27.917858 3402 obj_retry.go:617] Update event received for *factory.egressIPPod openshift-ovn-kubernetes/ovnkube-node-r6mcz I0310 19:26:27.945816 3402 obj_retry.go:565] Update event received for resource *v1.Pod, old object is equal to new: false I0310 19:26:27.945896 3402 default_network_controller.go:676] Recording update event on pod openshift-multus/multus-additional-cni-plugins-7xmfr I0310 19:26:27.945938 3402 obj_retry.go:617] Update event received for *v1.Pod openshift-multus/multus-additional-cni-plugins-7xmfr I0310 19:26:27.945976 3402 ovn.go:139] Ensuring zone remote for Pod openshift-multus/multus-additional-cni-plugins-7xmfr in node ip-10-0-2-240.ec2.internal I0310 19:26:27.945990 3402 default_network_controller.go:705] Recording success event on pod openshift-multus/multus-additional-cni-plugins-7xmfr I0310 19:26:27.946001 3402 obj_retry.go:565] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0310 19:26:27.946014 3402 obj_retry.go:617] Update event received for *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-7xmfr I0310 19:26:28.002581 3402 default_node_network_controller.go:1130] Upgrade Hack: node ip-10-0-0-193.ec2.internal, subnet 10.129.0.0/23 I0310 19:26:28.002611 3402 ovs.go:160] Exec(79): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns _uuid find logical_flow match="reg7 == 0 && ip4.dst == 10.129.0.0/23" I0310 19:26:28.015555 3402 ovs.go:163] Exec(79): stdout: "0364665b-065f-4273-bebb-37c5c19c93dd\n" I0310 19:26:28.015573 3402 ovs.go:164] Exec(79): stderr: "" I0310 19:26:28.015611 3402 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 - 0364665b-065f-4273-bebb-37c5c19c93dd : stderr - : err I0310 19:26:28.015642 3402 default_node_network_controller.go:1130] Upgrade Hack: node ip-10-0-2-240.ec2.internal, subnet 10.130.0.0/23 I0310 19:26:28.015658 3402 ovs.go:160] Exec(80): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns _uuid find logical_flow match="reg7 == 0 && ip4.dst == 10.130.0.0/23" I0310 19:26:28.026060 3402 ovs.go:163] Exec(80): stdout: "" I0310 19:26:28.026079 3402 ovs.go:164] Exec(80): stderr: "" I0310 19:26:28.026090 3402 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 I0310 19:26:28.219786 3402 obj_retry.go:565] Update event received for resource *v1.Pod, old object is equal to new: false I0310 19:26:28.219812 3402 default_network_controller.go:676] Recording update event on pod openshift-ovn-kubernetes/ovnkube-node-89cwp I0310 19:26:28.219831 3402 obj_retry.go:617] Update event received for *v1.Pod openshift-ovn-kubernetes/ovnkube-node-89cwp I0310 19:26:28.219846 3402 ovn.go:135] Ensuring zone local for Pod openshift-ovn-kubernetes/ovnkube-node-89cwp in node ip-10-0-1-9.ec2.internal I0310 19:26:28.219855 3402 default_network_controller.go:705] Recording success event on pod openshift-ovn-kubernetes/ovnkube-node-89cwp I0310 19:26:28.219864 3402 obj_retry.go:565] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0310 19:26:28.219875 3402 obj_retry.go:617] Update event received for *factory.egressIPPod openshift-ovn-kubernetes/ovnkube-node-89cwp I0310 19:26:28.253087 3402 obj_retry.go:565] Update event received for resource *v1.Pod, old object is equal to new: false I0310 19:26:28.253108 3402 default_network_controller.go:676] Recording update event on pod openshift-ovn-kubernetes/ovnkube-node-89cwp I0310 19:26:28.253124 3402 obj_retry.go:617] Update event received for *v1.Pod openshift-ovn-kubernetes/ovnkube-node-89cwp I0310 19:26:28.253140 3402 ovn.go:135] Ensuring zone local for Pod openshift-ovn-kubernetes/ovnkube-node-89cwp in node ip-10-0-1-9.ec2.internal I0310 19:26:28.253164 3402 default_network_controller.go:705] Recording success event on pod openshift-ovn-kubernetes/ovnkube-node-89cwp I0310 19:26:28.253174 3402 obj_retry.go:565] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0310 19:26:28.253183 3402 obj_retry.go:617] Update event received for *factory.egressIPPod openshift-ovn-kubernetes/ovnkube-node-89cwp I0310 19:26:28.331059 3402 node_tracker.go:211] Processing possible switch / router updates for node ip-10-0-2-240.ec2.internal in network "default" I0310 19:26:28.331069 3402 obj_retry.go:565] Update event received for resource *v1.Node, old object is equal to new: false I0310 19:26:28.331092 3402 node_tracker.go:238] Node ip-10-0-2-240.ec2.internal has invalid / no gateway config: k8s.ovn.org/l3-gateway-config annotation not found for node "ip-10-0-2-240.ec2.internal" I0310 19:26:28.331095 3402 obj_retry.go:617] Update event received for *v1.Node ip-10-0-2-240.ec2.internal I0310 19:26:28.331106 3402 node_tracker.go:172] Node ip-10-0-2-240.ec2.internal switch + router changed, syncing services in network "default" I0310 19:26:28.331125 3402 services_controller.go:575] Full service sync requested for network=default I0310 19:26:28.331140 3402 services_controller.go:640] Adding service openshift-insights/metrics for network=default I0310 19:26:28.331139 3402 default_network_controller.go:1011] Node "ip-10-0-2-240.ec2.internal" in remote zone "ip-10-0-2-240.ec2.internal", network "default", needs interconnect zone sync up. Zone cluster changed: false I0310 19:26:28.331174 3402 services_controller.go:640] Adding service openshift-network-operator/metrics for network=default I0310 19:26:28.331180 3402 services_controller.go:640] Adding service openshift-image-registry/image-registry for network=default I0310 19:26:28.331185 3402 services_controller.go:640] Adding service openshift-ingress/router-internal-default for network=default I0310 19:26:28.331190 3402 services_controller.go:640] Adding service openshift-machine-config-operator/machine-config-controller for network=default I0310 19:26:28.331191 3402 obj_retry.go:685] Failed to update *v1.Node, old=ip-10-0-2-240.ec2.internal, new=ip-10-0-2-240.ec2.internal, error: adding or updating remote node chassis ip-10-0-2-240.ec2.internal failed, err - failed to create or update chassis to remote for remote node ip-10-0-2-240.ec2.internal, error: failed to parse node chassis-id for node - ip-10-0-2-240.ec2.internal, error: suppressed error logged: k8s.ovn.org/node-chassis-id annotation not found for node ip-10-0-2-240.ec2.internal I0310 19:26:28.331203 3402 services_controller.go:382] Processing sync for service openshift-insights/metrics for network=default I0310 19:26:28.331221 3402 services_controller.go:382] Processing sync for service openshift-network-operator/metrics for network=default I0310 19:26:28.331237 3402 services_controller.go:386] Finished syncing service metrics on namespace openshift-network-operator for network=default : 16.508µs I0310 19:26:28.331253 3402 services_controller.go:382] Processing sync for service openshift-ingress/router-internal-default for network=default I0310 19:26:28.331256 3402 services_controller.go:382] Processing sync for service openshift-image-registry/image-registry for network=default I0310 19:26:28.331263 3402 services_controller.go:382] Processing sync for service openshift-machine-config-operator/machine-config-controller for network=default I0310 19:26:28.331204 3402 obj_retry.go:565] Update event received for resource *factory.egressNode, old object is equal to new: false I0310 19:26:28.331265 3402 services_controller.go:460] Service openshift-ingress/router-internal-default retrieved from lister for network=default: &Service{ObjectMeta:{router-internal-default openshift-ingress 4566d498-987d-4e88-bffa-e5ae66adda29 1949 0 2026-03-10 19:15:27 +0000 UTC map[ingresscontroller.operator.openshift.io/owning-ingresscontroller:default] map[service.alpha.openshift.io/serving-cert-secret-name:router-metrics-certs-default] [{apps/v1 Deployment router-default 6a20aac2-da33-4e60-9721-5b9e7b570896 0xc007211afe }] [] []},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.175.101,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.175.101],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:28.331274 3402 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 a68aece7-a7ba-4354-ab3e-1eb9877056f8 856 0 2026-03-10 19:15:09 +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 fa8407b6-d2c6-496a-b61c-58a7d50d03f1 0xc007211ddb }] [] []},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.228.68,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.228.68],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:28.331400 3402 obj_retry.go:617] Update event received for *factory.egressNode ip-10-0-2-240.ec2.internal I0310 19:26:28.331420 3402 lb_config.go:1030] Cluster endpoints for openshift-ingress/router-internal-default for network=default are: map[] I0310 19:26:28.331429 3402 lb_config.go:1030] Cluster endpoints for openshift-machine-config-operator/machine-config-controller for network=default are: map[] I0310 19:26:28.331449 3402 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.228.68"}, 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}} I0310 19:26:28.331449 3402 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.175.101"}, 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.175.101"}, protocol:"TCP", 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.175.101"}, 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}} I0310 19:26:28.331195 3402 services_controller.go:640] Adding service openshift-multus/network-metrics-service for network=default I0310 19:26:28.331499 3402 services_controller.go:640] Adding service openshift-network-diagnostics/network-check-target for network=default I0310 19:26:28.331512 3402 services_controller.go:640] Adding service openshift-service-ca-operator/metrics for network=default I0310 19:26:28.331520 3402 services_controller.go:640] Adding service openshift-cluster-samples-operator/metrics for network=default I0310 19:26:28.331527 3402 services_controller.go:640] Adding service openshift-dns-operator/metrics for network=default I0310 19:26:28.331535 3402 services_controller.go:640] Adding service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0310 19:26:28.331543 3402 services_controller.go:640] Adding service openshift-dns/dns-default for network=default I0310 19:26:28.331551 3402 services_controller.go:640] Adding service openshift-kube-storage-version-migrator-operator/metrics for network=default I0310 19:26:28.331271 3402 services_controller.go:460] Service openshift-image-registry/image-registry retrieved from lister for network=default: &Service{ObjectMeta:{image-registry openshift-image-registry ace81c7c-a62a-4721-bebf-891a194a3341 1906 0 2026-03-10 19:15:27 +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.174.40,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.174.40],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:28.331566 3402 services_controller.go:382] Processing sync for service openshift-multus/network-metrics-service for network=default I0310 19:26:28.331590 3402 lb_config.go:1030] Cluster endpoints for openshift-image-registry/image-registry for network=default are: map[] I0310 19:26:28.331591 3402 services_controller.go:386] Finished syncing service network-metrics-service on namespace openshift-multus for network=default : 14.36µs I0310 19:26:28.331620 3402 services_controller.go:382] Processing sync for service openshift-network-diagnostics/network-check-target for network=default I0310 19:26:28.331620 3402 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.174.40"}, 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}} I0310 19:26:28.331216 3402 services_controller.go:460] Service openshift-insights/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-insights af81ea07-e514-4d44-9907-d4be5acd1672 2140 0 2026-03-10 19:15:30 +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 fa8407b6-d2c6-496a-b61c-58a7d50d03f1 0xc007211bfb }] [] []},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.122.158,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.122.158],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:28.331641 3402 services_controller.go:470] Built service openshift-image-registry/image-registry LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:28.331656 3402 services_controller.go:471] Built service openshift-image-registry/image-registry LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:28.331661 3402 lb_config.go:1030] Cluster endpoints for openshift-insights/metrics for network=default are: map[] I0310 19:26:28.331674 3402 services_controller.go:469] Built service openshift-insights/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.122.158"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0310 19:26:28.331688 3402 services_controller.go:470] Built service openshift-insights/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:28.331700 3402 services_controller.go:471] Built service openshift-insights/metrics LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:28.331472 3402 services_controller.go:470] Built service openshift-machine-config-operator/machine-config-controller LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:28.331647 3402 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 df360886-3d4f-4be1-90be-7ce8fff14ac7 4158 0 2026-03-10 19:15:52 +0000 UTC map[] map[] [{operator.openshift.io/v1 Network cluster e28b0252-3599-43f1-b41f-363f241a1f44 0xc007ec21e7 0xc007ec21e8}] [] []},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.139.32,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.139.32],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:28.331691 3402 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.174.40", Port:5000, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:28.331727 3402 services_controller.go:471] Built service openshift-machine-config-operator/machine-config-controller LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:28.331738 3402 services_controller.go:478] Built service openshift-image-registry/image-registry per-node LB for network=default: []services.LB{} I0310 19:26:28.331724 3402 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.122.158", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:28.331747 3402 lb_config.go:1030] Cluster endpoints for openshift-network-diagnostics/network-check-target for network=default are: map[] I0310 19:26:28.331753 3402 services_controller.go:479] Built service openshift-image-registry/image-registry template LB for network=default: []services.LB{} I0310 19:26:28.331755 3402 services_controller.go:478] Built service openshift-insights/metrics per-node LB for network=default: []services.LB{} I0310 19:26:28.331766 3402 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 I0310 19:26:28.331768 3402 services_controller.go:479] Built service openshift-insights/metrics template LB for network=default: []services.LB{} I0310 19:26:28.331760 3402 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.228.68", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:28.331784 3402 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 I0310 19:26:28.331796 3402 services_controller.go:497] Skipping no-op change for service openshift-image-registry/image-registry for network=default I0310 19:26:28.331797 3402 services_controller.go:478] Built service openshift-machine-config-operator/machine-config-controller per-node LB for network=default: []services.LB{} I0310 19:26:28.331805 3402 services_controller.go:386] Finished syncing service image-registry on namespace openshift-image-registry for network=default : 553.816µs I0310 19:26:28.331811 3402 services_controller.go:479] Built service openshift-machine-config-operator/machine-config-controller template LB for network=default: []services.LB{} I0310 19:26:28.331814 3402 services_controller.go:497] Skipping no-op change for service openshift-insights/metrics for network=default I0310 19:26:28.331822 3402 services_controller.go:382] Processing sync for service openshift-service-ca-operator/metrics for network=default I0310 19:26:28.331822 3402 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 I0310 19:26:28.331763 3402 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.139.32"}, 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}} I0310 19:26:28.331862 3402 services_controller.go:470] Built service openshift-network-diagnostics/network-check-target LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:28.331821 3402 services_controller.go:386] Finished syncing service metrics on namespace openshift-insights for network=default : 617.005µs I0310 19:26:28.331879 3402 services_controller.go:471] Built service openshift-network-diagnostics/network-check-target LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:28.331884 3402 services_controller.go:382] Processing sync for service openshift-cluster-samples-operator/metrics for network=default I0310 19:26:28.331832 3402 services_controller.go:460] Service openshift-service-ca-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-service-ca-operator 01d0cae4-03bf-4ee2-a11d-007b0594b421 954 0 2026-03-10 19:15:11 +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 fa8407b6-d2c6-496a-b61c-58a7d50d03f1 0xc007ec23d7 }] [] []},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.224.113,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.224.113],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:28.331905 3402 services_controller.go:386] Finished syncing service metrics on namespace openshift-cluster-samples-operator for network=default : 20.051µs I0310 19:26:28.331915 3402 services_controller.go:382] Processing sync for service openshift-dns-operator/metrics for network=default I0310 19:26:28.331896 3402 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.139.32", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:28.331917 3402 lb_config.go:1030] Cluster endpoints for openshift-service-ca-operator/metrics for network=default are: map[] I0310 19:26:28.331928 3402 services_controller.go:478] Built service openshift-network-diagnostics/network-check-target per-node LB for network=default: []services.LB{} I0310 19:26:28.331930 3402 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.224.113"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0310 19:26:28.331940 3402 services_controller.go:479] Built service openshift-network-diagnostics/network-check-target template LB for network=default: []services.LB{} I0310 19:26:28.331940 3402 services_controller.go:470] Built service openshift-service-ca-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:28.331949 3402 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 I0310 19:26:28.331474 3402 services_controller.go:470] Built service openshift-ingress/router-internal-default LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:28.331960 3402 services_controller.go:471] Built service openshift-ingress/router-internal-default LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:28.331869 3402 services_controller.go:497] Skipping no-op change for service openshift-machine-config-operator/machine-config-controller for network=default I0310 19:26:28.331975 3402 services_controller.go:386] Finished syncing service machine-config-controller on namespace openshift-machine-config-operator for network=default : 711.432µs I0310 19:26:28.331996 3402 services_controller.go:382] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0310 19:26:28.331999 3402 services_controller.go:497] Skipping no-op change for service openshift-network-diagnostics/network-check-target for network=default I0310 19:26:28.332010 3402 services_controller.go:386] Finished syncing service network-check-target on namespace openshift-network-diagnostics for network=default : 387.901µs I0310 19:26:28.331924 3402 services_controller.go:460] Service openshift-dns-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-dns-operator 496e20d6-714d-4938-a09c-09c6d881a2e7 1107 0 2026-03-10 19:15:15 +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 fa8407b6-d2c6-496a-b61c-58a7d50d03f1 0xc0072115ef }] [] []},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.121.186,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.121.186],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:28.331951 3402 services_controller.go:471] Built service openshift-service-ca-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:28.332024 3402 services_controller.go:382] Processing sync for service openshift-dns/dns-default for network=default I0310 19:26:28.332035 3402 lb_config.go:1030] Cluster endpoints for openshift-dns-operator/metrics for network=default are: map[] I0310 19:26:28.332029 3402 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.224.113", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:28.332048 3402 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.121.186"}, 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}} I0310 19:26:28.331557 3402 services_controller.go:640] Adding service openshift-network-diagnostics/network-check-source for network=default I0310 19:26:28.332008 3402 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 62e48367-5ee4-4864-8f66-9a54fbf9a931 5059 0 2026-03-10 19:16:34 +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.158.64,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.158.64],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:28.332075 3402 services_controller.go:640] Adding service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0310 19:26:28.332086 3402 services_controller.go:640] Adding service openshift-cloud-credential-operator/cco-metrics for network=default I0310 19:26:28.332087 3402 services_controller.go:470] Built service openshift-dns-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:28.332095 3402 services_controller.go:640] Adding service openshift-apiserver/check-endpoints for network=default I0310 19:26:28.332102 3402 services_controller.go:640] Adding service openshift-cluster-machine-approver/machine-approver for network=default I0310 19:26:28.332103 3402 lb_config.go:1030] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default are: map[] I0310 19:26:28.332110 3402 services_controller.go:640] Adding service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0310 19:26:28.331984 3402 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.175.101", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.175.101", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.175.101", Port:1936, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:28.332119 3402 services_controller.go:640] Adding service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0310 19:26:28.332034 3402 services_controller.go:460] Service openshift-dns/dns-default retrieved from lister for network=default: &Service{ObjectMeta:{dns-default openshift-dns 55a9ec21-4e0c-4ed4-a19a-c20938bb9f5e 1480 0 2026-03-10 19:15:23 +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 e7e9322d-8b6e-4b5a-a2de-22657998fad2 0xc0072116d7 }] [] []},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{},},} I0310 19:26:28.332119 3402 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.158.64"}, 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}} I0310 19:26:28.332126 3402 services_controller.go:478] Built service openshift-ingress/router-internal-default per-node LB for network=default: []services.LB{} I0310 19:26:28.332135 3402 services_controller.go:479] Built service openshift-ingress/router-internal-default template LB for network=default: []services.LB{} I0310 19:26:28.332134 3402 services_controller.go:470] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:28.332140 3402 lb_config.go:1030] Cluster endpoints for openshift-dns/dns-default for network=default are: map[] I0310 19:26:28.332143 3402 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 I0310 19:26:28.332166 3402 services_controller.go:471] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:28.332095 3402 services_controller.go:471] Built service openshift-dns-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:28.332171 3402 services_controller.go:469] Built service openshift-dns/dns-default LB cluster-wide configs for network=default: []services.lbConfig(nil) I0310 19:26:28.332188 3402 services_controller.go:497] Skipping no-op change for service openshift-ingress/router-internal-default for network=default I0310 19:26:28.332200 3402 services_controller.go:386] Finished syncing service router-internal-default on namespace openshift-ingress for network=default : 946.375µs I0310 19:26:28.332183 3402 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.158.64", Port:8383, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:28.332188 3402 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.121.186", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:28.332212 3402 services_controller.go:382] Processing sync for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0310 19:26:28.332215 3402 services_controller.go:478] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics per-node LB for network=default: []services.LB{} I0310 19:26:28.332227 3402 services_controller.go:479] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics template LB for network=default: []services.LB{} I0310 19:26:28.332238 3402 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 I0310 19:26:28.332180 3402 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}} I0310 19:26:28.332319 3402 services_controller.go:471] Built service openshift-dns/dns-default LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:28.332361 3402 services_controller.go:477] Built service openshift-dns/dns-default cluster-wide LB for network=default: []services.LB{} I0310 19:26:28.332054 3402 services_controller.go:478] Built service openshift-service-ca-operator/metrics per-node LB for network=default: []services.LB{} I0310 19:26:28.332368 3402 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-9.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-9.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-9.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-dns/dns-default_UDP_node_router+switch_ip-10-0-1-9.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-9.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-9.ec2.internal"}, Groups:[]string(nil)}} I0310 19:26:28.332419 3402 services_controller.go:479] Built service openshift-service-ca-operator/metrics template LB for network=default: []services.LB{} I0310 19:26:28.332426 3402 services_controller.go:479] Built service openshift-dns/dns-default template LB for network=default: []services.LB{} I0310 19:26:28.332441 3402 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 I0310 19:26:28.332215 3402 services_controller.go:478] Built service openshift-dns-operator/metrics per-node LB for network=default: []services.LB{} I0310 19:26:28.332455 3402 services_controller.go:479] Built service openshift-dns-operator/metrics template LB for network=default: []services.LB{} I0310 19:26:28.332463 3402 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 I0310 19:26:28.332471 3402 services_controller.go:497] Skipping no-op change for service openshift-service-ca-operator/metrics for network=default I0310 19:26:28.332125 3402 services_controller.go:640] Adding service openshift-kube-controller-manager-operator/metrics for network=default I0310 19:26:28.332484 3402 services_controller.go:497] Skipping no-op change for service openshift-dns-operator/metrics for network=default I0310 19:26:28.332490 3402 services_controller.go:386] Finished syncing service metrics on namespace openshift-dns-operator for network=default : 575.338µs I0310 19:26:28.332498 3402 services_controller.go:640] Adding service openshift-monitoring/cluster-monitoring-operator for network=default I0310 19:26:28.332503 3402 services_controller.go:382] Processing sync for service openshift-network-diagnostics/network-check-source for network=default I0310 19:26:28.332505 3402 services_controller.go:640] Adding service default/openshift-oauth-apiserver for network=default I0310 19:26:28.332510 3402 services_controller.go:386] Finished syncing service network-check-source on namespace openshift-network-diagnostics for network=default : 7.73µs I0310 19:26:28.332520 3402 services_controller.go:382] Processing sync for service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0310 19:26:28.332526 3402 services_controller.go:386] Finished syncing service ovn-kubernetes-node on namespace openshift-ovn-kubernetes for network=default : 6.746µs I0310 19:26:28.332533 3402 services_controller.go:382] Processing sync for service openshift-cloud-credential-operator/cco-metrics for network=default I0310 19:26:28.332263 3402 services_controller.go:497] Skipping no-op change for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0310 19:26:28.332563 3402 services_controller.go:386] Finished syncing service deployment-validation-operator-metrics on namespace openshift-deployment-validation-operator for network=default : 565.767µs I0310 19:26:28.332583 3402 services_controller.go:382] Processing sync for service openshift-apiserver/check-endpoints for network=default I0310 19:26:28.332542 3402 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 f8086166-3c0d-4cc4-97c1-c4c7db0a5260 1157 0 2026-03-10 19:15:17 +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 fa8407b6-d2c6-496a-b61c-58a7d50d03f1 0xc007210e8b }] [] []},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.239.130,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.239.130],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:28.332615 3402 lb_config.go:1030] Cluster endpoints for openshift-cloud-credential-operator/cco-metrics for network=default are: map[] I0310 19:26:28.332631 3402 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.239.130"}, 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}} I0310 19:26:28.332511 3402 services_controller.go:640] Adding service openshift-authentication-operator/metrics for network=default I0310 19:26:28.332596 3402 services_controller.go:460] Service openshift-apiserver/check-endpoints retrieved from lister for network=default: &Service{ObjectMeta:{check-endpoints openshift-apiserver 4c298cfa-385c-4de6-8ba9-600d92298f16 1805 0 2026-03-10 19:15:26 +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 fa8407b6-d2c6-496a-b61c-58a7d50d03f1 0xc007210d37 }] [] []},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.109.5,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.109.5],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:28.332669 3402 services_controller.go:640] Adding service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0310 19:26:28.332674 3402 services_controller.go:640] Adding service openshift-ingress-canary/ingress-canary for network=default I0310 19:26:28.332679 3402 services_controller.go:640] Adding service openshift-ingress/router-default for network=default I0310 19:26:28.332683 3402 services_controller.go:640] Adding service openshift-machine-config-operator/machine-config-operator for network=default I0310 19:26:28.332687 3402 services_controller.go:640] Adding service openshift-apiserver-operator/metrics for network=default I0310 19:26:28.332691 3402 services_controller.go:640] Adding service default/openshift for network=default I0310 19:26:28.332689 3402 lb_config.go:1030] Cluster endpoints for openshift-apiserver/check-endpoints for network=default are: map[] I0310 19:26:28.332706 3402 services_controller.go:640] Adding service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0310 19:26:28.332705 3402 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.109.5"}, 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}} I0310 19:26:28.332442 3402 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 I0310 19:26:28.332723 3402 services_controller.go:470] Built service openshift-apiserver/check-endpoints LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:28.332735 3402 services_controller.go:471] Built service openshift-apiserver/check-endpoints LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:28.332744 3402 services_controller.go:497] Skipping no-op change for service openshift-dns/dns-default for network=default I0310 19:26:28.332752 3402 services_controller.go:386] Finished syncing service dns-default on namespace openshift-dns for network=default : 727.413µs I0310 19:26:28.332766 3402 services_controller.go:382] Processing sync for service openshift-cluster-machine-approver/machine-approver for network=default I0310 19:26:28.332774 3402 services_controller.go:386] Finished syncing service machine-approver on namespace openshift-cluster-machine-approver for network=default : 8.717µs I0310 19:26:28.332761 3402 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.109.5", Port:17698, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:28.332782 3402 services_controller.go:382] Processing sync for service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0310 19:26:28.332222 3402 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 2736a54d-aa6a-47bc-af77-ff1f699bee14 3201 0 2026-03-10 19:15:41 +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 fa8407b6-d2c6-496a-b61c-58a7d50d03f1 0xc007211d57 }] [] []},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.61.240,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.61.240],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:28.332830 3402 lb_config.go:1030] Cluster endpoints for openshift-kube-storage-version-migrator-operator/metrics for network=default are: map[] I0310 19:26:28.332791 3402 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 09cca8de-04ca-4ab6-8203-44c9983ced6e 1641 0 2026-03-10 19:15:25 +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 fa8407b6-d2c6-496a-b61c-58a7d50d03f1 0xc00721107f }] [] []},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.72.112,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.72.112],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:28.332849 3402 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.61.240"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0310 19:26:28.332864 3402 services_controller.go:470] Built service openshift-kube-storage-version-migrator-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:28.332871 3402 lb_config.go:1030] Cluster endpoints for openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default are: map[] I0310 19:26:28.332875 3402 services_controller.go:471] Built service openshift-kube-storage-version-migrator-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:28.332885 3402 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.72.112"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0310 19:26:28.332894 3402 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.61.240", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:28.332915 3402 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) I0310 19:26:28.332923 3402 services_controller.go:471] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:28.332923 3402 services_controller.go:478] Built service openshift-kube-storage-version-migrator-operator/metrics per-node LB for network=default: []services.LB{} I0310 19:26:28.332936 3402 services_controller.go:479] Built service openshift-kube-storage-version-migrator-operator/metrics template LB for network=default: []services.LB{} I0310 19:26:28.332946 3402 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 I0310 19:26:28.332938 3402 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.72.112", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:28.332975 3402 services_controller.go:478] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service per-node LB for network=default: []services.LB{} I0310 19:26:28.332979 3402 services_controller.go:497] Skipping no-op change for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0310 19:26:28.332986 3402 services_controller.go:479] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service template LB for network=default: []services.LB{} I0310 19:26:28.332987 3402 services_controller.go:386] Finished syncing service metrics on namespace openshift-kube-storage-version-migrator-operator for network=default : 774.361µs I0310 19:26:28.332993 3402 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 I0310 19:26:28.333001 3402 services_controller.go:382] Processing sync for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0310 19:26:28.333009 3402 services_controller.go:497] Skipping no-op change for service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0310 19:26:28.333014 3402 services_controller.go:386] Finished syncing service performance-addon-operator-service on namespace openshift-cluster-node-tuning-operator for network=default : 231.844µs I0310 19:26:28.333024 3402 services_controller.go:382] Processing sync for service openshift-kube-controller-manager-operator/metrics for network=default I0310 19:26:28.333031 3402 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 cc3b7b42-9d10-47fb-8709-c40de39bc58c 843 0 2026-03-10 19:15:09 +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 fa8407b6-d2c6-496a-b61c-58a7d50d03f1 0xc007211c9f }] [] []},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.119.164,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.119.164],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:28.333011 3402 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 892212a2-23a7-4e55-bc82-8c3bfeb75bf8 1039 0 2026-03-10 19:15:13 +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 fa8407b6-d2c6-496a-b61c-58a7d50d03f1 0xc0072111a7 }] [] []},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.67.139,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.67.139],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:28.333111 3402 lb_config.go:1030] Cluster endpoints for openshift-kube-controller-manager-operator/metrics for network=default are: map[] I0310 19:26:28.333115 3402 lb_config.go:1030] Cluster endpoints for openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default are: map[] I0310 19:26:28.333122 3402 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.119.164"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0310 19:26:28.333138 3402 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.67.139"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0310 19:26:28.333161 3402 services_controller.go:470] Built service openshift-kube-controller-manager-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:28.333170 3402 services_controller.go:471] Built service openshift-kube-controller-manager-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:28.333168 3402 services_controller.go:470] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:28.333180 3402 services_controller.go:471] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:28.333181 3402 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.119.164", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:28.333214 3402 services_controller.go:478] Built service openshift-kube-controller-manager-operator/metrics per-node LB for network=default: []services.LB{} I0310 19:26:28.333228 3402 services_controller.go:479] Built service openshift-kube-controller-manager-operator/metrics template LB for network=default: []services.LB{} I0310 19:26:28.333241 3402 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 I0310 19:26:28.333272 3402 services_controller.go:497] Skipping no-op change for service openshift-kube-controller-manager-operator/metrics for network=default I0310 19:26:28.333319 3402 services_controller.go:386] Finished syncing service metrics on namespace openshift-kube-controller-manager-operator for network=default : 292.854µs I0310 19:26:28.332713 3402 services_controller.go:640] Adding service openshift-cluster-version/cluster-version-operator for network=default I0310 19:26:28.333214 3402 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.67.139", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:28.333337 3402 services_controller.go:382] Processing sync for service openshift-monitoring/cluster-monitoring-operator for network=default I0310 19:26:28.333345 3402 services_controller.go:386] Finished syncing service cluster-monitoring-operator on namespace openshift-monitoring for network=default : 8.69µs I0310 19:26:28.332651 3402 services_controller.go:470] Built service openshift-cloud-credential-operator/cco-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:28.333354 3402 services_controller.go:471] Built service openshift-cloud-credential-operator/cco-metrics LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:28.333357 3402 services_controller.go:382] Processing sync for service default/openshift-oauth-apiserver for network=default I0310 19:26:28.333371 3402 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.239.130", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:28.333399 3402 services_controller.go:478] Built service openshift-cloud-credential-operator/cco-metrics per-node LB for network=default: []services.LB{} I0310 19:26:28.333367 3402 services_controller.go:460] Service default/openshift-oauth-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-oauth-apiserver default b87cd83d-5779-4193-be24-54272c47408b 1583 0 2026-03-10 19:15:24 +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.251.73,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.251.73],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:28.333423 3402 services_controller.go:479] Built service openshift-cloud-credential-operator/cco-metrics template LB for network=default: []services.LB{} I0310 19:26:28.333432 3402 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 I0310 19:26:28.333452 3402 lb_config.go:1030] Cluster endpoints for default/openshift-oauth-apiserver for network=default are: map[TCP/https:{443 [172.30.132.168] []}] I0310 19:26:28.333463 3402 services_controller.go:497] Skipping no-op change for service openshift-cloud-credential-operator/cco-metrics for network=default I0310 19:26:28.333471 3402 services_controller.go:386] Finished syncing service cco-metrics on namespace openshift-cloud-credential-operator for network=default : 936.834µs I0310 19:26:28.333474 3402 services_controller.go:469] Built service default/openshift-oauth-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0310 19:26:28.333484 3402 services_controller.go:382] Processing sync for service openshift-authentication-operator/metrics for network=default I0310 19:26:28.333485 3402 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.251.73"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.132.168"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0310 19:26:28.333502 3402 services_controller.go:471] Built service default/openshift-oauth-apiserver LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:28.333525 3402 services_controller.go:477] Built service default/openshift-oauth-apiserver cluster-wide LB for network=default: []services.LB{} I0310 19:26:28.333539 3402 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-9.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.251.73", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.132.168", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-9.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-9.ec2.internal"}, Groups:[]string(nil)}} I0310 19:26:28.333579 3402 services_controller.go:640] Adding service openshift-console-operator/metrics for network=default I0310 19:26:28.333582 3402 services_controller.go:479] Built service default/openshift-oauth-apiserver template LB for network=default: []services.LB{} I0310 19:26:28.333588 3402 services_controller.go:640] Adding service openshift-ingress-operator/metrics for network=default I0310 19:26:28.333595 3402 services_controller.go:640] Adding service openshift-machine-config-operator/machine-config-daemon for network=default I0310 19:26:28.333597 3402 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 I0310 19:26:28.333602 3402 services_controller.go:640] Adding service default/kubernetes for network=default I0310 19:26:28.333608 3402 services_controller.go:640] Adding service default/packageserver for network=default I0310 19:26:28.333614 3402 services_controller.go:640] Adding service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0310 19:26:28.333621 3402 services_controller.go:640] Adding service openshift-config-operator/metrics for network=default I0310 19:26:28.333625 3402 services_controller.go:497] Skipping no-op change for service default/openshift-oauth-apiserver for network=default I0310 19:26:28.333634 3402 services_controller.go:386] Finished syncing service openshift-oauth-apiserver on namespace default for network=default : 275.642µs I0310 19:26:28.333646 3402 services_controller.go:640] Adding service openshift-network-console/networking-console-plugin for network=default I0310 19:26:28.333649 3402 services_controller.go:382] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0310 19:26:28.333653 3402 services_controller.go:640] Adding service default/openshift-apiserver for network=default I0310 19:26:28.333345 3402 services_controller.go:478] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics per-node LB for network=default: []services.LB{} I0310 19:26:28.333669 3402 services_controller.go:479] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics template LB for network=default: []services.LB{} I0310 19:26:28.333681 3402 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 I0310 19:26:28.333713 3402 services_controller.go:497] Skipping no-op change for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0310 19:26:28.333723 3402 services_controller.go:386] Finished syncing service cluster-storage-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 722.694µs I0310 19:26:28.333660 3402 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 81ee59f8-c796-4117-9ce0-1c25b03b3fa5 5109 0 2026-03-10 19:16:35 +0000 UTC map[olm.managed:true olm.service-spec-hash:8H7arFYfeqTDwtur5ZzpDGCqSKpg30XG9PXH2W] map[] [{operators.coreos.com/v1alpha1 CatalogSource deployment-validation-operator-catalog 25be4e2b-1d6c-4457-92e1-509a3c3f3e6d 0xc0072114cd 0xc0072114ce}] [] []},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.206.67,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.206.67],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:28.333734 3402 services_controller.go:382] Processing sync for service openshift-ingress-canary/ingress-canary for network=default I0310 19:26:28.333750 3402 lb_config.go:1030] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default are: map[] I0310 19:26:28.333767 3402 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.206.67"}, 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}} I0310 19:26:28.333494 3402 services_controller.go:460] Service openshift-authentication-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-authentication-operator 940abf11-5dbf-440a-a310-fe07018f2f37 684 0 2026-03-10 19:15:06 +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 fa8407b6-d2c6-496a-b61c-58a7d50d03f1 0xc007210df7 }] [] []},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.231.158,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.231.158],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:28.333785 3402 services_controller.go:470] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:28.333805 3402 services_controller.go:471] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:28.333743 3402 services_controller.go:460] Service openshift-ingress-canary/ingress-canary retrieved from lister for network=default: &Service{ObjectMeta:{ingress-canary openshift-ingress-canary 3f977580-5cd1-40ea-afdd-e700c9fe2bee 2318 0 2026-03-10 19:15:37 +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 68280ad7-231b-43d0-b811-d7b50cbefe3b 0xc007211860 }] [] []},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.245.55,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.245.55],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:28.332792 3402 services_controller.go:478] Built service openshift-apiserver/check-endpoints per-node LB for network=default: []services.LB{} I0310 19:26:28.332479 3402 services_controller.go:386] Finished syncing service metrics on namespace openshift-service-ca-operator for network=default : 657.453µs I0310 19:26:28.333844 3402 lb_config.go:1030] Cluster endpoints for openshift-authentication-operator/metrics for network=default are: map[] I0310 19:26:28.333922 3402 services_controller.go:479] Built service openshift-apiserver/check-endpoints template LB for network=default: []services.LB{} I0310 19:26:28.333926 3402 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.231.158"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0310 19:26:28.333935 3402 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 I0310 19:26:28.333937 3402 services_controller.go:382] Processing sync for service openshift-ingress/router-default for network=default I0310 19:26:28.333942 3402 services_controller.go:470] Built service openshift-authentication-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:28.333954 3402 services_controller.go:471] Built service openshift-authentication-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:28.333958 3402 services_controller.go:497] Skipping no-op change for service openshift-apiserver/check-endpoints for network=default I0310 19:26:28.333964 3402 services_controller.go:386] Finished syncing service check-endpoints on namespace openshift-apiserver for network=default : 1.382512ms I0310 19:26:28.333982 3402 services_controller.go:382] Processing sync for service openshift-machine-config-operator/machine-config-operator for network=default I0310 19:26:28.333996 3402 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.231.158", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:28.333994 3402 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 73b57a22-2054-4eb4-a4e3-1c86e999acbd 738 0 2026-03-10 19:15:07 +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 fa8407b6-d2c6-496a-b61c-58a7d50d03f1 0xc007211f3b }] [] []},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.196.21,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.196.21],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:28.333830 3402 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.206.67", Port:50051, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:28.334062 3402 services_controller.go:478] Built service openshift-authentication-operator/metrics per-node LB for network=default: []services.LB{} I0310 19:26:28.334072 3402 services_controller.go:478] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog per-node LB for network=default: []services.LB{} I0310 19:26:28.334077 3402 services_controller.go:479] Built service openshift-authentication-operator/metrics template LB for network=default: []services.LB{} I0310 19:26:28.334075 3402 lb_config.go:1030] Cluster endpoints for openshift-machine-config-operator/machine-config-operator for network=default are: map[] I0310 19:26:28.334089 3402 services_controller.go:479] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog template LB for network=default: []services.LB{} I0310 19:26:28.334092 3402 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 I0310 19:26:28.333952 3402 services_controller.go:460] Service openshift-ingress/router-default retrieved from lister for network=default: &Service{ObjectMeta:{router-default openshift-ingress 1fc1309f-cdef-4f25-b1af-592916ef735e 2711 0 2026-03-10 19:15:27 +0000 UTC map[app:router ingresscontroller.operator.openshift.io/owning-ingresscontroller:default router:router-default] map[service.beta.kubernetes.io/aws-load-balancer-additional-resource-tags:api.openshift.com/environment=production,api.openshift.com/id=2ov1rmga1lmertbm3075pr3fjmubsbm3,api.openshift.com/legal-entity-id=2h8L52xc1VHB4xLFE2YyPmAjYjI,api.openshift.com/name=kx-018f8b4b31,cluster-type=rosa-hcp,creation-date=2026-03-10,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 6a20aac2-da33-4e60-9721-5b9e7b570896 0xc007211a37 }] [service.kubernetes.io/load-balancer-cleanup] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:http,Protocol:TCP,Port:80,TargetPort:{1 0 http},NodePort:31230,AppProtocol:nil,},ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{1 0 https},NodePort:31162,AppProtocol:nil,},},Selector:map[string]string{ingresscontroller.operator.openshift.io/deployment-ingresscontroller: default,},ClusterIP:172.30.201.102,Type:LoadBalancer,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:Local,HealthCheckNodePort:32283,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.201.102],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:*true,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{LoadBalancerIngress{IP:,Hostname:a1fc1309fcdef4f25b1af592916ef735-fb40aed27295f0e4.elb.us-east-1.amazonaws.com,IPMode:nil,Ports:[]PortStatus{},},},},Conditions:[]Condition{},},} I0310 19:26:28.334094 3402 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.196.21"}, 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}} I0310 19:26:28.334101 3402 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 I0310 19:26:28.334108 3402 services_controller.go:470] Built service openshift-machine-config-operator/machine-config-operator LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:28.334116 3402 services_controller.go:497] Skipping no-op change for service openshift-authentication-operator/metrics for network=default I0310 19:26:28.334119 3402 services_controller.go:471] Built service openshift-machine-config-operator/machine-config-operator LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:28.334122 3402 services_controller.go:386] Finished syncing service metrics on namespace openshift-authentication-operator for network=default : 637.867µs I0310 19:26:28.334125 3402 lb_config.go:1030] Cluster endpoints for openshift-ingress/router-default for network=default are: map[] I0310 19:26:28.334128 3402 services_controller.go:497] Skipping no-op change for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0310 19:26:28.333908 3402 lb_config.go:1030] Cluster endpoints for openshift-ingress-canary/ingress-canary for network=default are: map[] I0310 19:26:28.334134 3402 services_controller.go:382] Processing sync for service openshift-apiserver-operator/metrics for network=default I0310 19:26:28.334138 3402 lb_config.go:1053] Local endpoints for openshift-ingress/router-default for network=default are: map[] I0310 19:26:28.334138 3402 services_controller.go:386] Finished syncing service deployment-validation-operator-catalog on namespace openshift-deployment-validation-operator for network=default : 488.343µs I0310 19:26:28.334133 3402 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.196.21", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:28.334171 3402 services_controller.go:382] Processing sync for service default/openshift for network=default I0310 19:26:28.334176 3402 services_controller.go:478] Built service openshift-machine-config-operator/machine-config-operator per-node LB for network=default: []services.LB{} I0310 19:26:28.334180 3402 services_controller.go:386] Finished syncing service openshift on namespace default for network=default : 10.015µs I0310 19:26:28.334170 3402 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.201.102"}, 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.201.102"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0310 19:26:28.334186 3402 services_controller.go:479] Built service openshift-machine-config-operator/machine-config-operator template LB for network=default: []services.LB{} I0310 19:26:28.334192 3402 services_controller.go:382] Processing sync for service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0310 19:26:28.334194 3402 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 I0310 19:26:28.334167 3402 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.245.55"}, 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.245.55"}, 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}} I0310 19:26:28.334210 3402 services_controller.go:497] Skipping no-op change for service openshift-machine-config-operator/machine-config-operator for network=default I0310 19:26:28.334216 3402 services_controller.go:386] Finished syncing service machine-config-operator on namespace openshift-machine-config-operator for network=default : 236.346µs I0310 19:26:28.334197 3402 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:31230, 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:31162, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:true, internalTrafficLocal:false, hasNodePort:true}} I0310 19:26:28.334231 3402 services_controller.go:382] Processing sync for service openshift-cluster-version/cluster-version-operator for network=default I0310 19:26:28.334235 3402 services_controller.go:471] Built service openshift-ingress/router-default LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:28.334165 3402 services_controller.go:460] Service openshift-apiserver-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-apiserver-operator 04181d65-7ff2-417a-a363-47eaa610f3ec 1072 0 2026-03-10 19:15:14 +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 fa8407b6-d2c6-496a-b61c-58a7d50d03f1 0xc007210c6f }] [] []},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.174.147,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.174.147],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:28.334201 3402 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 baf0b0f2-2aca-4d3c-b7c9-637dd97d2847 992 0 2026-03-10 19:15:12 +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 fa8407b6-d2c6-496a-b61c-58a7d50d03f1 0xc007211257 }] [] []},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.65.251,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.65.251],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:28.334277 3402 lb_config.go:1030] Cluster endpoints for openshift-apiserver-operator/metrics for network=default are: map[] I0310 19:26:28.334292 3402 lb_config.go:1030] Cluster endpoints for openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default are: map[] I0310 19:26:28.334358 3402 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.65.251"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0310 19:26:28.334376 3402 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) I0310 19:26:28.334387 3402 services_controller.go:471] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:28.334206 3402 services_controller.go:470] Built service openshift-ingress-canary/ingress-canary LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:28.334406 3402 services_controller.go:471] Built service openshift-ingress-canary/ingress-canary LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:28.334404 3402 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.65.251", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:28.334432 3402 services_controller.go:478] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics per-node LB for network=default: []services.LB{} I0310 19:26:28.334444 3402 services_controller.go:479] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics template LB for network=default: []services.LB{} I0310 19:26:28.334427 3402 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.245.55", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.245.55", Port:8888, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:28.334457 3402 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 I0310 19:26:28.334461 3402 services_controller.go:478] Built service openshift-ingress-canary/ingress-canary per-node LB for network=default: []services.LB{} I0310 19:26:28.334474 3402 services_controller.go:479] Built service openshift-ingress-canary/ingress-canary template LB for network=default: []services.LB{} I0310 19:26:28.334479 3402 services_controller.go:497] Skipping no-op change for service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0310 19:26:28.334285 3402 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.201.102", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.201.102", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:28.334485 3402 services_controller.go:386] Finished syncing service csi-snapshot-controller-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 295.456µs I0310 19:26:28.334486 3402 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 I0310 19:26:28.334495 3402 services_controller.go:382] Processing sync for service openshift-console-operator/metrics for network=default I0310 19:26:28.334512 3402 services_controller.go:497] Skipping no-op change for service openshift-ingress-canary/ingress-canary for network=default I0310 19:26:28.334521 3402 services_controller.go:386] Finished syncing service ingress-canary on namespace openshift-ingress-canary for network=default : 786.706µs I0310 19:26:28.334535 3402 services_controller.go:382] Processing sync for service openshift-ingress-operator/metrics for network=default I0310 19:26:28.334242 3402 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 5e25f966-f738-479d-b41e-9a213fe4275d 496 0 2026-03-10 19:14:59 +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.23.118,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.23.118],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:28.334504 3402 services_controller.go:460] Service openshift-console-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-console-operator 4a548d25-72a5-4fd0-b8e7-a5256f015705 2128 0 2026-03-10 19:15:30 +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 fa8407b6-d2c6-496a-b61c-58a7d50d03f1 0xc007211437 }] [] []},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.94.34,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.94.34],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:28.334568 3402 lb_config.go:1030] Cluster endpoints for openshift-cluster-version/cluster-version-operator for network=default are: map[] I0310 19:26:28.334576 3402 lb_config.go:1030] Cluster endpoints for openshift-console-operator/metrics for network=default are: map[] I0310 19:26:28.334580 3402 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.23.118"}, 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}} I0310 19:26:28.334584 3402 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.94.34"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0310 19:26:28.334591 3402 services_controller.go:470] Built service openshift-cluster-version/cluster-version-operator LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:28.334499 3402 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-9.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.9", Port:31230, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:31230, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.1.9", Port:31162, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:31162, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string(nil), Routers:[]string{"GR_ip-10-0-1-9.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-ingress/router-default_TCP_node_switch_ip-10-0-1-9.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:31230, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.1.9", Port:31230, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:31230, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:31230, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:31162, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.1.9", Port:31162, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:31162, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:31162, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-9.ec2.internal"}, Routers:[]string(nil), Groups:[]string(nil)}} I0310 19:26:28.334547 3402 services_controller.go:460] Service openshift-ingress-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-ingress-operator c26bef83-3fc2-42aa-809d-670625d33d02 1608 0 2026-03-10 19:15:24 +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 fa8407b6-d2c6-496a-b61c-58a7d50d03f1 0xc007211947 }] [] []},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.37.211,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.37.211],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:28.334609 3402 services_controller.go:479] Built service openshift-ingress/router-default template LB for network=default: []services.LB{} I0310 19:26:28.334624 3402 lb_config.go:1030] Cluster endpoints for openshift-ingress-operator/metrics for network=default are: map[] I0310 19:26:28.334638 3402 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 I0310 19:26:28.334644 3402 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.37.211"}, 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}} I0310 19:26:28.334659 3402 services_controller.go:470] Built service openshift-ingress-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:28.334670 3402 services_controller.go:471] Built service openshift-ingress-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:28.334675 3402 services_controller.go:497] Skipping no-op change for service openshift-ingress/router-default for network=default I0310 19:26:28.334595 3402 services_controller.go:470] Built service openshift-console-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:28.334680 3402 services_controller.go:386] Finished syncing service router-default on namespace openshift-ingress for network=default : 748.001µs I0310 19:26:28.334690 3402 services_controller.go:471] Built service openshift-console-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:28.334692 3402 services_controller.go:382] Processing sync for service openshift-machine-config-operator/machine-config-daemon for network=default I0310 19:26:28.334686 3402 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.37.211", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:28.334715 3402 services_controller.go:478] Built service openshift-ingress-operator/metrics per-node LB for network=default: []services.LB{} I0310 19:26:28.334730 3402 services_controller.go:479] Built service openshift-ingress-operator/metrics template LB for network=default: []services.LB{} I0310 19:26:28.334743 3402 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 I0310 19:26:28.334711 3402 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.94.34", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:28.334768 3402 services_controller.go:478] Built service openshift-console-operator/metrics per-node LB for network=default: []services.LB{} I0310 19:26:28.334702 3402 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 dcd2ed27-5861-4e2b-a37f-3b3df2c1a30e 942 0 2026-03-10 19:15:11 +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 fa8407b6-d2c6-496a-b61c-58a7d50d03f1 0xc007211ea7 }] [] []},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.91.28,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.91.28],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:28.334772 3402 services_controller.go:497] Skipping no-op change for service openshift-ingress-operator/metrics for network=default I0310 19:26:28.334777 3402 services_controller.go:479] Built service openshift-console-operator/metrics template LB for network=default: []services.LB{} I0310 19:26:28.334780 3402 services_controller.go:386] Finished syncing service metrics on namespace openshift-ingress-operator for network=default : 245.819µs I0310 19:26:28.334784 3402 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 I0310 19:26:28.334793 3402 services_controller.go:382] Processing sync for service default/kubernetes for network=default I0310 19:26:28.334800 3402 services_controller.go:497] Skipping no-op change for service openshift-console-operator/metrics for network=default I0310 19:26:28.334799 3402 lb_config.go:1030] Cluster endpoints for openshift-machine-config-operator/machine-config-daemon for network=default are: map[] I0310 19:26:28.334806 3402 services_controller.go:386] Finished syncing service metrics on namespace openshift-console-operator for network=default : 310.778µs I0310 19:26:28.334819 3402 services_controller.go:382] Processing sync for service default/packageserver for network=default I0310 19:26:28.334817 3402 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.91.28"}, 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.91.28"}, 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}} I0310 19:26:28.334837 3402 services_controller.go:470] Built service openshift-machine-config-operator/machine-config-daemon LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:28.334802 3402 services_controller.go:460] Service default/kubernetes retrieved from lister for network=default: &Service{ObjectMeta:{kubernetes default f0262105-a82b-4c31-961f-bb9c53e88513 271 0 2026-03-10 19:14:40 +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{},},} I0310 19:26:28.334849 3402 services_controller.go:471] Built service openshift-machine-config-operator/machine-config-daemon LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:28.334866 3402 lb_config.go:1030] Cluster endpoints for default/kubernetes for network=default are: map[TCP/https:{6443 [172.20.0.1] []}] I0310 19:26:28.334889 3402 services_controller.go:469] Built service default/kubernetes LB cluster-wide configs for network=default: []services.lbConfig(nil) I0310 19:26:28.334868 3402 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.91.28", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.91.28", Port:8798, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:28.334827 3402 services_controller.go:460] Service default/packageserver retrieved from lister for network=default: &Service{ObjectMeta:{packageserver default 49bb0eb7-e2d0-4d5a-9136-d5983bf2c0ef 1734 0 2026-03-10 19:15:26 +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.161.98,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.161.98],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:28.334599 3402 services_controller.go:471] Built service openshift-cluster-version/cluster-version-operator LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:28.334901 3402 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}} I0310 19:26:28.334906 3402 services_controller.go:478] Built service openshift-machine-config-operator/machine-config-daemon per-node LB for network=default: []services.LB{} I0310 19:26:28.334917 3402 services_controller.go:471] Built service default/kubernetes LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:28.334922 3402 services_controller.go:479] Built service openshift-machine-config-operator/machine-config-daemon template LB for network=default: []services.LB{} I0310 19:26:28.334927 3402 lb_config.go:1030] Cluster endpoints for default/packageserver for network=default are: map[TCP/https:{443 [172.30.51.152] []}] I0310 19:26:28.334935 3402 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 I0310 19:26:28.334939 3402 services_controller.go:477] Built service default/kubernetes cluster-wide LB for network=default: []services.LB{} I0310 19:26:28.334928 3402 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.23.118", Port:9099, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:28.334964 3402 services_controller.go:478] Built service openshift-cluster-version/cluster-version-operator per-node LB for network=default: []services.LB{} I0310 19:26:28.334972 3402 services_controller.go:469] Built service default/packageserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0310 19:26:28.334952 3402 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-9.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-9.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-9.ec2.internal"}, Groups:[]string(nil)}} I0310 19:26:28.334984 3402 services_controller.go:479] Built service openshift-cluster-version/cluster-version-operator template LB for network=default: []services.LB{} I0310 19:26:28.334991 3402 services_controller.go:479] Built service default/kubernetes template LB for network=default: []services.LB{} I0310 19:26:28.334996 3402 services_controller.go:497] Skipping no-op change for service openshift-machine-config-operator/machine-config-daemon for network=default I0310 19:26:28.334997 3402 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 I0310 19:26:28.335007 3402 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 I0310 19:26:28.334314 3402 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.174.147"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0310 19:26:28.335009 3402 services_controller.go:470] Built service default/packageserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.161.98"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.51.152"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0310 19:26:28.335024 3402 services_controller.go:471] Built service default/packageserver LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:28.335027 3402 services_controller.go:497] Skipping no-op change for service openshift-cluster-version/cluster-version-operator for network=default I0310 19:26:28.335033 3402 services_controller.go:497] Skipping no-op change for service default/kubernetes for network=default I0310 19:26:28.335038 3402 services_controller.go:386] Finished syncing service cluster-version-operator on namespace openshift-cluster-version for network=default : 804.411µs I0310 19:26:28.335041 3402 services_controller.go:386] Finished syncing service kubernetes on namespace default for network=default : 248.218µs I0310 19:26:28.335043 3402 services_controller.go:470] Built service openshift-apiserver-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:28.335007 3402 services_controller.go:386] Finished syncing service machine-config-daemon on namespace openshift-machine-config-operator for network=default : 312.202µs I0310 19:26:28.335049 3402 services_controller.go:477] Built service default/packageserver cluster-wide LB for network=default: []services.LB{} I0310 19:26:28.335051 3402 services_controller.go:382] Processing sync for service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0310 19:26:28.335057 3402 services_controller.go:382] Processing sync for service openshift-config-operator/metrics for network=default I0310 19:26:28.335059 3402 services_controller.go:386] Finished syncing service node-tuning-operator on namespace openshift-cluster-node-tuning-operator for network=default : 8.402µs I0310 19:26:28.335068 3402 services_controller.go:382] Processing sync for service openshift-network-console/networking-console-plugin for network=default I0310 19:26:28.335072 3402 services_controller.go:471] Built service openshift-apiserver-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:28.335060 3402 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-9.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.161.98", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.51.152", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-9.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-9.ec2.internal"}, Groups:[]string(nil)}} I0310 19:26:28.335091 3402 services_controller.go:479] Built service default/packageserver template LB for network=default: []services.LB{} I0310 19:26:28.335103 3402 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 I0310 19:26:28.335067 3402 services_controller.go:460] Service openshift-config-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-config-operator d8ccf22f-d021-47a6-802f-0133ba96d013 1834 0 2026-03-10 19:15:27 +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 fa8407b6-d2c6-496a-b61c-58a7d50d03f1 0xc007211377 }] [] []},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.44.158,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.44.158],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:28.335104 3402 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.174.147", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:28.335123 3402 services_controller.go:497] Skipping no-op change for service default/packageserver for network=default I0310 19:26:28.335129 3402 services_controller.go:386] Finished syncing service packageserver on namespace default for network=default : 310.823µs I0310 19:26:28.335131 3402 lb_config.go:1030] Cluster endpoints for openshift-config-operator/metrics for network=default are: map[] I0310 19:26:28.335078 3402 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 26fa38be-8216-4039-a46d-fc4c8e5c834f 4569 0 2026-03-10 19:16:20 +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 e28b0252-3599-43f1-b41f-363f241a1f44 0xc007ec20ee 0xc007ec20ef}] [] []},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.233.0,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.233.0],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:28.335170 3402 services_controller.go:478] Built service openshift-apiserver-operator/metrics per-node LB for network=default: []services.LB{} I0310 19:26:28.335167 3402 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.44.158"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0310 19:26:28.335183 3402 services_controller.go:479] Built service openshift-apiserver-operator/metrics template LB for network=default: []services.LB{} I0310 19:26:28.335184 3402 lb_config.go:1030] Cluster endpoints for openshift-network-console/networking-console-plugin for network=default are: map[] I0310 19:26:28.335184 3402 services_controller.go:470] Built service openshift-config-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:28.335195 3402 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 I0310 19:26:28.335197 3402 services_controller.go:471] Built service openshift-config-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:28.335220 3402 services_controller.go:497] Skipping no-op change for service openshift-apiserver-operator/metrics for network=default I0310 19:26:28.335229 3402 services_controller.go:386] Finished syncing service metrics on namespace openshift-apiserver-operator for network=default : 1.095496ms I0310 19:26:28.335217 3402 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.44.158", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:28.335246 3402 services_controller.go:478] Built service openshift-config-operator/metrics per-node LB for network=default: []services.LB{} I0310 19:26:28.335258 3402 services_controller.go:479] Built service openshift-config-operator/metrics template LB for network=default: []services.LB{} I0310 19:26:28.335194 3402 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.233.0"}, 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}} I0310 19:26:28.335269 3402 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 I0310 19:26:28.335282 3402 services_controller.go:470] Built service openshift-network-console/networking-console-plugin LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:28.335320 3402 services_controller.go:471] Built service openshift-network-console/networking-console-plugin LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:28.335341 3402 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.233.0", Port:9443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:28.335383 3402 services_controller.go:478] Built service openshift-network-console/networking-console-plugin per-node LB for network=default: []services.LB{} I0310 19:26:28.335396 3402 services_controller.go:479] Built service openshift-network-console/networking-console-plugin template LB for network=default: []services.LB{} I0310 19:26:28.335408 3402 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 I0310 19:26:28.335295 3402 services_controller.go:497] Skipping no-op change for service openshift-config-operator/metrics for network=default I0310 19:26:28.335454 3402 services_controller.go:386] Finished syncing service metrics on namespace openshift-config-operator for network=default : 393.403µs I0310 19:26:28.335141 3402 services_controller.go:382] Processing sync for service default/openshift-apiserver for network=default I0310 19:26:28.335480 3402 services_controller.go:460] Service default/openshift-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-apiserver default 64f28277-86a9-445f-bb60-81f02191f7cf 1567 0 2026-03-10 19:15:24 +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.223.94,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.223.94],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:28.335566 3402 lb_config.go:1030] Cluster endpoints for default/openshift-apiserver for network=default are: map[TCP/https:{443 [172.30.248.177] []}] I0310 19:26:28.335433 3402 services_controller.go:497] Skipping no-op change for service openshift-network-console/networking-console-plugin for network=default I0310 19:26:28.335586 3402 services_controller.go:469] Built service default/openshift-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0310 19:26:28.335592 3402 services_controller.go:386] Finished syncing service networking-console-plugin on namespace openshift-network-console for network=default : 521.481µs I0310 19:26:28.335595 3402 services_controller.go:470] Built service default/openshift-apiserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.223.94"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.248.177"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0310 19:26:28.335609 3402 services_controller.go:471] Built service default/openshift-apiserver LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:28.335625 3402 services_controller.go:477] Built service default/openshift-apiserver cluster-wide LB for network=default: []services.LB{} I0310 19:26:28.335634 3402 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-9.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.223.94", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.248.177", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-9.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-9.ec2.internal"}, Groups:[]string(nil)}} I0310 19:26:28.335658 3402 services_controller.go:479] Built service default/openshift-apiserver template LB for network=default: []services.LB{} I0310 19:26:28.335670 3402 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 I0310 19:26:28.335693 3402 services_controller.go:497] Skipping no-op change for service default/openshift-apiserver for network=default I0310 19:26:28.335702 3402 services_controller.go:386] Finished syncing service openshift-apiserver on namespace default for network=default : 560.682µs I0310 19:26:28.460668 3402 obj_retry.go:565] Update event received for resource *v1.Node, old object is equal to new: false I0310 19:26:28.460721 3402 obj_retry.go:617] Update event received for *v1.Node ip-10-0-2-240.ec2.internal I0310 19:26:28.460748 3402 default_network_controller.go:1011] Node "ip-10-0-2-240.ec2.internal" in remote zone "ip-10-0-2-240.ec2.internal", network "default", needs interconnect zone sync up. Zone cluster changed: false I0310 19:26:28.460687 3402 node_tracker.go:211] Processing possible switch / router updates for node ip-10-0-2-240.ec2.internal in network "default" I0310 19:26:28.460840 3402 node_tracker.go:172] Node ip-10-0-2-240.ec2.internal switch + router changed, syncing services in network "default" I0310 19:26:28.460832 3402 model_client.go:374] Create operations generated as: [{Op:insert Table:Encap Row:map[chassis_name:6f915abc-c80d-4f00-853d-7474dd4c208a ip:10.0.2.240 options:{GoMap:map[csum:true]} type:geneve] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0964085561}] I0310 19:26:28.460859 3402 services_controller.go:575] Full service sync requested for network=default I0310 19:26:28.460882 3402 services_controller.go:640] Adding service openshift-service-ca-operator/metrics for network=default I0310 19:26:28.460881 3402 model_client.go:374] Create operations generated as: [{Op:insert Table:Chassis Row:map[encaps:{GoSet:[{GoUUID:u0964085561}]} hostname:ip-10-0-2-240.ec2.internal name:6f915abc-c80d-4f00-853d-7474dd4c208a other_config:{GoMap:map[is-remote:true]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0964085562}] I0310 19:26:28.460902 3402 services_controller.go:640] Adding service openshift-cluster-samples-operator/metrics for network=default I0310 19:26:28.460908 3402 services_controller.go:640] Adding service openshift-ingress/router-internal-default for network=default I0310 19:26:28.460913 3402 services_controller.go:640] Adding service openshift-machine-config-operator/machine-config-controller for network=default I0310 19:26:28.460918 3402 services_controller.go:640] Adding service openshift-multus/network-metrics-service for network=default I0310 19:26:28.460922 3402 services_controller.go:640] Adding service openshift-network-diagnostics/network-check-target for network=default I0310 19:26:28.460926 3402 services_controller.go:640] Adding service openshift-dns-operator/metrics for network=default I0310 19:26:28.460901 3402 transact.go:43] Configuring OVN: [{Op:insert Table:Encap Row:map[chassis_name:6f915abc-c80d-4f00-853d-7474dd4c208a ip:10.0.2.240 options:{GoMap:map[csum:true]} type:geneve] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0964085561} {Op:insert Table:Chassis Row:map[encaps:{GoSet:[{GoUUID:u0964085561}]} hostname:ip-10-0-2-240.ec2.internal name:6f915abc-c80d-4f00-853d-7474dd4c208a other_config:{GoMap:map[is-remote:true]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0964085562}] I0310 19:26:28.460930 3402 services_controller.go:640] Adding service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0310 19:26:28.460935 3402 services_controller.go:640] Adding service openshift-cloud-credential-operator/cco-metrics for network=default I0310 19:26:28.460939 3402 services_controller.go:640] Adding service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0310 19:26:28.460944 3402 services_controller.go:640] Adding service openshift-dns/dns-default for network=default I0310 19:26:28.460948 3402 services_controller.go:640] Adding service openshift-kube-storage-version-migrator-operator/metrics for network=default I0310 19:26:28.460951 3402 services_controller.go:640] Adding service openshift-network-diagnostics/network-check-source for network=default I0310 19:26:28.460955 3402 services_controller.go:640] Adding service openshift-kube-controller-manager-operator/metrics for network=default I0310 19:26:28.460959 3402 services_controller.go:640] Adding service openshift-monitoring/cluster-monitoring-operator for network=default I0310 19:26:28.460963 3402 services_controller.go:640] Adding service default/openshift-oauth-apiserver for network=default I0310 19:26:28.460967 3402 services_controller.go:640] Adding service openshift-apiserver/check-endpoints for network=default I0310 19:26:28.460984 3402 services_controller.go:382] Processing sync for service openshift-service-ca-operator/metrics for network=default I0310 19:26:28.461004 3402 services_controller.go:640] Adding service openshift-cluster-machine-approver/machine-approver for network=default I0310 19:26:28.461016 3402 services_controller.go:640] Adding service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0310 19:26:28.461032 3402 services_controller.go:640] Adding service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0310 19:26:28.461039 3402 services_controller.go:640] Adding service openshift-machine-config-operator/machine-config-operator for network=default I0310 19:26:28.461045 3402 services_controller.go:640] Adding service openshift-apiserver-operator/metrics for network=default I0310 19:26:28.461051 3402 services_controller.go:640] Adding service openshift-authentication-operator/metrics for network=default I0310 19:26:28.461057 3402 services_controller.go:640] Adding service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0310 19:26:28.461063 3402 services_controller.go:640] Adding service openshift-ingress-canary/ingress-canary for network=default I0310 19:26:28.461070 3402 services_controller.go:640] Adding service openshift-ingress/router-default for network=default I0310 19:26:28.461076 3402 services_controller.go:640] Adding service openshift-ingress-operator/metrics for network=default I0310 19:26:28.461082 3402 services_controller.go:640] Adding service openshift-machine-config-operator/machine-config-daemon for network=default I0310 19:26:28.461005 3402 services_controller.go:460] Service openshift-service-ca-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-service-ca-operator 01d0cae4-03bf-4ee2-a11d-007b0594b421 954 0 2026-03-10 19:15:11 +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 fa8407b6-d2c6-496a-b61c-58a7d50d03f1 0xc007ec23d7 }] [] []},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.224.113,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.224.113],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:28.461105 3402 services_controller.go:382] Processing sync for service openshift-ingress/router-internal-default for network=default I0310 19:26:28.461097 3402 services_controller.go:640] Adding service default/kubernetes for network=default I0310 19:26:28.461222 3402 services_controller.go:640] Adding service default/openshift for network=default I0310 19:26:28.461235 3402 services_controller.go:640] Adding service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0310 19:26:28.461249 3402 services_controller.go:640] Adding service openshift-cluster-version/cluster-version-operator for network=default I0310 19:26:28.461257 3402 services_controller.go:640] Adding service openshift-console-operator/metrics for network=default I0310 19:26:28.461264 3402 services_controller.go:640] Adding service default/openshift-apiserver for network=default I0310 19:26:28.461270 3402 services_controller.go:640] Adding service default/packageserver for network=default I0310 19:26:28.461277 3402 services_controller.go:640] Adding service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0310 19:26:28.461285 3402 services_controller.go:640] Adding service openshift-config-operator/metrics for network=default I0310 19:26:28.461292 3402 services_controller.go:640] Adding service openshift-network-console/networking-console-plugin for network=default I0310 19:26:28.461299 3402 services_controller.go:640] Adding service openshift-image-registry/image-registry for network=default I0310 19:26:28.461306 3402 services_controller.go:640] Adding service openshift-insights/metrics for network=default I0310 19:26:28.461313 3402 services_controller.go:640] Adding service openshift-network-operator/metrics for network=default I0310 19:26:28.460985 3402 services_controller.go:382] Processing sync for service openshift-cluster-samples-operator/metrics for network=default I0310 19:26:28.461328 3402 services_controller.go:386] Finished syncing service metrics on namespace openshift-cluster-samples-operator for network=default : 344.639µs I0310 19:26:28.461346 3402 services_controller.go:382] Processing sync for service openshift-network-diagnostics/network-check-target for network=default I0310 19:26:28.461365 3402 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 df360886-3d4f-4be1-90be-7ce8fff14ac7 4158 0 2026-03-10 19:15:52 +0000 UTC map[] map[] [{operator.openshift.io/v1 Network cluster e28b0252-3599-43f1-b41f-363f241a1f44 0xc007ec21e7 0xc007ec21e8}] [] []},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.139.32,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.139.32],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:28.461468 3402 lb_config.go:1030] Cluster endpoints for openshift-network-diagnostics/network-check-target for network=default are: map[] I0310 19:26:28.461481 3402 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.139.32"}, 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}} I0310 19:26:28.461497 3402 services_controller.go:470] Built service openshift-network-diagnostics/network-check-target LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:28.461506 3402 services_controller.go:471] Built service openshift-network-diagnostics/network-check-target LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:28.461523 3402 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.139.32", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:28.461597 3402 services_controller.go:478] Built service openshift-network-diagnostics/network-check-target per-node LB for network=default: []services.LB{} I0310 19:26:28.461615 3402 services_controller.go:479] Built service openshift-network-diagnostics/network-check-target template LB for network=default: []services.LB{} I0310 19:26:28.461627 3402 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 I0310 19:26:28.461638 3402 zone_ic_handler.go:259] Creating interconnect resources for remote zone node ip-10-0-2-240.ec2.internal for the network default I0310 19:26:28.461650 3402 services_controller.go:497] Skipping no-op change for service openshift-network-diagnostics/network-check-target for network=default I0310 19:26:28.461658 3402 services_controller.go:386] Finished syncing service network-check-target on namespace openshift-network-diagnostics for network=default : 312.525µs I0310 19:26:28.461670 3402 services_controller.go:382] Processing sync for service openshift-dns-operator/metrics for network=default I0310 19:26:28.461182 3402 services_controller.go:382] Processing sync for service openshift-machine-config-operator/machine-config-controller for network=default I0310 19:26:28.461679 3402 services_controller.go:460] Service openshift-dns-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-dns-operator 496e20d6-714d-4938-a09c-09c6d881a2e7 1107 0 2026-03-10 19:15:15 +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 fa8407b6-d2c6-496a-b61c-58a7d50d03f1 0xc0072115ef }] [] []},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.121.186,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.121.186],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:28.461802 3402 lb_config.go:1030] Cluster endpoints for openshift-dns-operator/metrics for network=default are: map[] I0310 19:26:28.461822 3402 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.121.186"}, 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}} I0310 19:26:28.461719 3402 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 a68aece7-a7ba-4354-ab3e-1eb9877056f8 856 0 2026-03-10 19:15:09 +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 fa8407b6-d2c6-496a-b61c-58a7d50d03f1 0xc007211ddb }] [] []},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.228.68,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.228.68],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:28.461838 3402 services_controller.go:470] Built service openshift-dns-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:28.461849 3402 services_controller.go:471] Built service openshift-dns-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:28.461189 3402 services_controller.go:382] Processing sync for service openshift-multus/network-metrics-service for network=default I0310 19:26:28.461863 3402 lb_config.go:1030] Cluster endpoints for openshift-machine-config-operator/machine-config-controller for network=default are: map[] I0310 19:26:28.461869 3402 services_controller.go:386] Finished syncing service network-metrics-service on namespace openshift-multus for network=default : 677.27µs I0310 19:26:28.461866 3402 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.121.186", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:28.461880 3402 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.228.68"}, 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}} I0310 19:26:28.461889 3402 services_controller.go:382] Processing sync for service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0310 19:26:28.461895 3402 services_controller.go:478] Built service openshift-dns-operator/metrics per-node LB for network=default: []services.LB{} I0310 19:26:28.461895 3402 services_controller.go:470] Built service openshift-machine-config-operator/machine-config-controller LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:28.461190 3402 lb_config.go:1030] Cluster endpoints for openshift-service-ca-operator/metrics for network=default are: map[] I0310 19:26:28.461907 3402 services_controller.go:471] Built service openshift-machine-config-operator/machine-config-controller LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:28.461908 3402 services_controller.go:479] Built service openshift-dns-operator/metrics template LB for network=default: []services.LB{} I0310 19:26:28.461920 3402 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 I0310 19:26:28.461921 3402 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.224.113"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0310 19:26:28.461945 3402 services_controller.go:470] Built service openshift-service-ca-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:28.461966 3402 services_controller.go:471] Built service openshift-service-ca-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:28.461960 3402 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.228.68", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:28.462002 3402 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.224.113", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:28.462021 3402 services_controller.go:478] Built service openshift-machine-config-operator/machine-config-controller per-node LB for network=default: []services.LB{} I0310 19:26:28.461730 3402 model_client.go:374] Create operations generated as: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[0a:58:64:58:00:04 100.88.0.4/16]} external_ids:{GoMap:map[node:ip-10-0-2-240.ec2.internal]} name:tstor-ip-10-0-2-240.ec2.internal options:{GoMap:map[requested-chassis:ip-10-0-2-240.ec2.internal requested-tnl-key:4]} type:remote] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0964085563}] I0310 19:26:28.462030 3402 services_controller.go:478] Built service openshift-service-ca-operator/metrics per-node LB for network=default: []services.LB{} I0310 19:26:28.462033 3402 services_controller.go:479] Built service openshift-machine-config-operator/machine-config-controller template LB for network=default: []services.LB{} I0310 19:26:28.462043 3402 services_controller.go:479] Built service openshift-service-ca-operator/metrics template LB for network=default: []services.LB{} I0310 19:26:28.462044 3402 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 I0310 19:26:28.462056 3402 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 I0310 19:26:28.462083 3402 services_controller.go:497] Skipping no-op change for service openshift-service-ca-operator/metrics for network=default I0310 19:26:28.462113 3402 services_controller.go:386] Finished syncing service metrics on namespace openshift-service-ca-operator for network=default : 1.134003ms I0310 19:26:28.462100 3402 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:u0964085563}]}}] Timeout: Where:[where column _uuid == {a9138e1f-8c86-41f1-870b-3f2c616bdce1}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:28.462131 3402 services_controller.go:382] Processing sync for service openshift-cloud-credential-operator/cco-metrics for network=default I0310 19:26:28.462087 3402 services_controller.go:497] Skipping no-op change for service openshift-machine-config-operator/machine-config-controller for network=default I0310 19:26:28.462178 3402 services_controller.go:386] Finished syncing service machine-config-controller on namespace openshift-machine-config-operator for network=default : 1.002185ms I0310 19:26:28.461897 3402 services_controller.go:386] Finished syncing service ovn-kubernetes-node on namespace openshift-ovn-kubernetes for network=default : 9.157µs I0310 19:26:28.461115 3402 services_controller.go:460] Service openshift-ingress/router-internal-default retrieved from lister for network=default: &Service{ObjectMeta:{router-internal-default openshift-ingress 4566d498-987d-4e88-bffa-e5ae66adda29 1949 0 2026-03-10 19:15:27 +0000 UTC map[ingresscontroller.operator.openshift.io/owning-ingresscontroller:default] map[service.alpha.openshift.io/serving-cert-secret-name:router-metrics-certs-default] [{apps/v1 Deployment router-default 6a20aac2-da33-4e60-9721-5b9e7b570896 0xc007211afe }] [] []},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.175.101,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.175.101],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:28.462195 3402 services_controller.go:382] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0310 19:26:28.462219 3402 lb_config.go:1030] Cluster endpoints for openshift-ingress/router-internal-default for network=default are: map[] I0310 19:26:28.461951 3402 services_controller.go:497] Skipping no-op change for service openshift-dns-operator/metrics for network=default I0310 19:26:28.462238 3402 services_controller.go:386] Finished syncing service metrics on namespace openshift-dns-operator for network=default : 567.115µs I0310 19:26:28.462252 3402 services_controller.go:382] Processing sync for service openshift-dns/dns-default for network=default I0310 19:26:28.462245 3402 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.175.101"}, 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.175.101"}, protocol:"TCP", 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.175.101"}, 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}} I0310 19:26:28.462268 3402 services_controller.go:382] Processing sync for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0310 19:26:28.462270 3402 services_controller.go:470] Built service openshift-ingress/router-internal-default LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:28.462282 3402 services_controller.go:471] Built service openshift-ingress/router-internal-default LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:28.462278 3402 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 2736a54d-aa6a-47bc-af77-ff1f699bee14 3201 0 2026-03-10 19:15:41 +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 fa8407b6-d2c6-496a-b61c-58a7d50d03f1 0xc007211d57 }] [] []},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.61.240,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.61.240],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:28.462262 3402 services_controller.go:460] Service openshift-dns/dns-default retrieved from lister for network=default: &Service{ObjectMeta:{dns-default openshift-dns 55a9ec21-4e0c-4ed4-a19a-c20938bb9f5e 1480 0 2026-03-10 19:15:23 +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 e7e9322d-8b6e-4b5a-a2de-22657998fad2 0xc0072116d7 }] [] []},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{},},} I0310 19:26:28.462302 3402 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.175.101", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.175.101", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.175.101", Port:1936, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:28.462339 3402 services_controller.go:478] Built service openshift-ingress/router-internal-default per-node LB for network=default: []services.LB{} I0310 19:26:28.462131 3402 transact.go:43] Configuring OVN: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[0a:58:64:58:00:04 100.88.0.4/16]} external_ids:{GoMap:map[node:ip-10-0-2-240.ec2.internal]} name:tstor-ip-10-0-2-240.ec2.internal options:{GoMap:map[requested-chassis:ip-10-0-2-240.ec2.internal requested-tnl-key:4]} type:remote] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0964085563} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u0964085563}]}}] Timeout: Where:[where column _uuid == {a9138e1f-8c86-41f1-870b-3f2c616bdce1}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:28.462349 3402 lb_config.go:1030] Cluster endpoints for openshift-dns/dns-default for network=default are: map[] I0310 19:26:28.462340 3402 lb_config.go:1030] Cluster endpoints for openshift-kube-storage-version-migrator-operator/metrics for network=default are: map[] I0310 19:26:28.462369 3402 services_controller.go:469] Built service openshift-dns/dns-default LB cluster-wide configs for network=default: []services.lbConfig(nil) I0310 19:26:28.462353 3402 services_controller.go:479] Built service openshift-ingress/router-internal-default template LB for network=default: []services.LB{} I0310 19:26:28.462386 3402 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 I0310 19:26:28.462381 3402 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}} I0310 19:26:28.462405 3402 services_controller.go:471] Built service openshift-dns/dns-default LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:28.462419 3402 services_controller.go:497] Skipping no-op change for service openshift-ingress/router-internal-default for network=default I0310 19:26:28.462426 3402 services_controller.go:386] Finished syncing service router-internal-default on namespace openshift-ingress for network=default : 1.321662ms I0310 19:26:28.462441 3402 services_controller.go:382] Processing sync for service openshift-network-diagnostics/network-check-source for network=default I0310 19:26:28.462462 3402 services_controller.go:386] Finished syncing service network-check-source on namespace openshift-network-diagnostics for network=default : 23.578µs I0310 19:26:28.462471 3402 services_controller.go:382] Processing sync for service openshift-kube-controller-manager-operator/metrics for network=default I0310 19:26:28.462142 3402 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 f8086166-3c0d-4cc4-97c1-c4c7db0a5260 1157 0 2026-03-10 19:15:17 +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 fa8407b6-d2c6-496a-b61c-58a7d50d03f1 0xc007210e8b }] [] []},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.239.130,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.239.130],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:28.462606 3402 lb_config.go:1030] Cluster endpoints for openshift-cloud-credential-operator/cco-metrics for network=default are: map[] I0310 19:26:28.462625 3402 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.239.130"}, 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}} I0310 19:26:28.462205 3402 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 62e48367-5ee4-4864-8f66-9a54fbf9a931 5059 0 2026-03-10 19:16:34 +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.158.64,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.158.64],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:28.462657 3402 services_controller.go:470] Built service openshift-cloud-credential-operator/cco-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:28.462669 3402 services_controller.go:471] Built service openshift-cloud-credential-operator/cco-metrics LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:28.462682 3402 lb_config.go:1030] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default are: map[] I0310 19:26:28.462688 3402 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.239.130", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:28.462445 3402 services_controller.go:477] Built service openshift-dns/dns-default cluster-wide LB for network=default: []services.LB{} I0310 19:26:28.462719 3402 services_controller.go:478] Built service openshift-cloud-credential-operator/cco-metrics per-node LB for network=default: []services.LB{} I0310 19:26:28.462751 3402 services_controller.go:479] Built service openshift-cloud-credential-operator/cco-metrics template LB for network=default: []services.LB{} I0310 19:26:28.462720 3402 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-9.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-9.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-9.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-dns/dns-default_UDP_node_router+switch_ip-10-0-1-9.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-9.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-9.ec2.internal"}, Groups:[]string(nil)}} I0310 19:26:28.462766 3402 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 I0310 19:26:28.462702 3402 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.158.64"}, 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}} I0310 19:26:28.462779 3402 services_controller.go:470] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:28.462789 3402 services_controller.go:471] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:28.462794 3402 services_controller.go:497] Skipping no-op change for service openshift-cloud-credential-operator/cco-metrics for network=default I0310 19:26:28.462801 3402 services_controller.go:386] Finished syncing service cco-metrics on namespace openshift-cloud-credential-operator for network=default : 670.626µs I0310 19:26:28.462803 3402 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.158.64", Port:8383, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:28.462839 3402 services_controller.go:478] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics per-node LB for network=default: []services.LB{} I0310 19:26:28.462848 3402 services_controller.go:479] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics template LB for network=default: []services.LB{} I0310 19:26:28.462857 3402 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 I0310 19:26:28.462890 3402 services_controller.go:497] Skipping no-op change for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0310 19:26:28.462897 3402 services_controller.go:386] Finished syncing service deployment-validation-operator-metrics on namespace openshift-deployment-validation-operator for network=default : 702.464µs I0310 19:26:28.462910 3402 services_controller.go:382] Processing sync for service default/openshift-oauth-apiserver for network=default I0310 19:26:28.462766 3402 services_controller.go:479] Built service openshift-dns/dns-default template LB for network=default: []services.LB{} I0310 19:26:28.462994 3402 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 I0310 19:26:28.463031 3402 services_controller.go:497] Skipping no-op change for service openshift-dns/dns-default for network=default I0310 19:26:28.463060 3402 services_controller.go:386] Finished syncing service dns-default on namespace openshift-dns for network=default : 808.029µs I0310 19:26:28.463094 3402 services_controller.go:382] Processing sync for service openshift-apiserver/check-endpoints for network=default I0310 19:26:28.462366 3402 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.61.240"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0310 19:26:28.463117 3402 services_controller.go:470] Built service openshift-kube-storage-version-migrator-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:28.463130 3402 services_controller.go:471] Built service openshift-kube-storage-version-migrator-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:28.463165 3402 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.61.240", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:28.463205 3402 services_controller.go:478] Built service openshift-kube-storage-version-migrator-operator/metrics per-node LB for network=default: []services.LB{} I0310 19:26:28.463107 3402 services_controller.go:460] Service openshift-apiserver/check-endpoints retrieved from lister for network=default: &Service{ObjectMeta:{check-endpoints openshift-apiserver 4c298cfa-385c-4de6-8ba9-600d92298f16 1805 0 2026-03-10 19:15:26 +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 fa8407b6-d2c6-496a-b61c-58a7d50d03f1 0xc007210d37 }] [] []},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.109.5,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.109.5],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:28.463220 3402 services_controller.go:479] Built service openshift-kube-storage-version-migrator-operator/metrics template LB for network=default: []services.LB{} I0310 19:26:28.463231 3402 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 I0310 19:26:28.463231 3402 lb_config.go:1030] Cluster endpoints for openshift-apiserver/check-endpoints for network=default are: map[] I0310 19:26:28.463243 3402 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.109.5"}, 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}} I0310 19:26:28.463255 3402 services_controller.go:470] Built service openshift-apiserver/check-endpoints LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:28.463258 3402 services_controller.go:497] Skipping no-op change for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0310 19:26:28.463265 3402 services_controller.go:471] Built service openshift-apiserver/check-endpoints LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:28.463266 3402 services_controller.go:386] Finished syncing service metrics on namespace openshift-kube-storage-version-migrator-operator for network=default : 996.734µs I0310 19:26:28.463279 3402 services_controller.go:382] Processing sync for service openshift-cluster-machine-approver/machine-approver for network=default I0310 19:26:28.463294 3402 services_controller.go:386] Finished syncing service machine-approver on namespace openshift-cluster-machine-approver for network=default : 15.362µs I0310 19:26:28.463282 3402 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.109.5", Port:17698, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:28.463303 3402 services_controller.go:382] Processing sync for service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0310 19:26:28.463310 3402 services_controller.go:478] Built service openshift-apiserver/check-endpoints per-node LB for network=default: []services.LB{} I0310 19:26:28.463323 3402 services_controller.go:479] Built service openshift-apiserver/check-endpoints template LB for network=default: []services.LB{} I0310 19:26:28.463334 3402 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 I0310 19:26:28.463314 3402 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 09cca8de-04ca-4ab6-8203-44c9983ced6e 1641 0 2026-03-10 19:15:25 +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 fa8407b6-d2c6-496a-b61c-58a7d50d03f1 0xc00721107f }] [] []},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.72.112,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.72.112],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:28.463376 3402 services_controller.go:497] Skipping no-op change for service openshift-apiserver/check-endpoints for network=default I0310 19:26:28.463385 3402 services_controller.go:386] Finished syncing service check-endpoints on namespace openshift-apiserver for network=default : 293.88µs I0310 19:26:28.463395 3402 services_controller.go:382] Processing sync for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0310 19:26:28.463401 3402 lb_config.go:1030] Cluster endpoints for openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default are: map[] I0310 19:26:28.463415 3402 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.72.112"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0310 19:26:28.463433 3402 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) I0310 19:26:28.463401 3402 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 892212a2-23a7-4e55-bc82-8c3bfeb75bf8 1039 0 2026-03-10 19:15:13 +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 fa8407b6-d2c6-496a-b61c-58a7d50d03f1 0xc0072111a7 }] [] []},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.67.139,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.67.139],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:28.463443 3402 services_controller.go:471] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:28.463469 3402 lb_config.go:1030] Cluster endpoints for openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default are: map[] I0310 19:26:28.463480 3402 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.67.139"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0310 19:26:28.463048 3402 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-240.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:u0964085564}] I0310 19:26:28.463490 3402 services_controller.go:470] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:28.463497 3402 services_controller.go:471] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:28.463512 3402 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.67.139", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:28.463568 3402 services_controller.go:478] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics per-node LB for network=default: []services.LB{} I0310 19:26:28.463585 3402 services_controller.go:479] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics template LB for network=default: []services.LB{} I0310 19:26:28.463594 3402 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 I0310 19:26:28.463623 3402 services_controller.go:497] Skipping no-op change for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0310 19:26:28.463631 3402 services_controller.go:386] Finished syncing service cluster-storage-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 235.307µs I0310 19:26:28.463464 3402 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.72.112", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:28.463645 3402 services_controller.go:382] Processing sync for service openshift-machine-config-operator/machine-config-operator for network=default I0310 19:26:28.463648 3402 services_controller.go:478] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service per-node LB for network=default: []services.LB{} I0310 19:26:28.463660 3402 services_controller.go:479] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service template LB for network=default: []services.LB{} I0310 19:26:28.463671 3402 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 I0310 19:26:28.463695 3402 services_controller.go:497] Skipping no-op change for service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0310 19:26:28.463706 3402 services_controller.go:386] Finished syncing service performance-addon-operator-service on namespace openshift-cluster-node-tuning-operator for network=default : 402.822µs I0310 19:26:28.462816 3402 services_controller.go:382] Processing sync for service openshift-monitoring/cluster-monitoring-operator for network=default I0310 19:26:28.463718 3402 services_controller.go:382] Processing sync for service openshift-apiserver-operator/metrics for network=default I0310 19:26:28.463729 3402 services_controller.go:386] Finished syncing service cluster-monitoring-operator on namespace openshift-monitoring for network=default : 908.215µs I0310 19:26:28.463655 3402 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 73b57a22-2054-4eb4-a4e3-1c86e999acbd 738 0 2026-03-10 19:15:07 +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 fa8407b6-d2c6-496a-b61c-58a7d50d03f1 0xc007211f3b }] [] []},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.196.21,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.196.21],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:28.463752 3402 services_controller.go:382] Processing sync for service openshift-authentication-operator/metrics for network=default I0310 19:26:28.463772 3402 lb_config.go:1030] Cluster endpoints for openshift-machine-config-operator/machine-config-operator for network=default are: map[] I0310 19:26:28.463729 3402 services_controller.go:460] Service openshift-apiserver-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-apiserver-operator 04181d65-7ff2-417a-a363-47eaa610f3ec 1072 0 2026-03-10 19:15:14 +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 fa8407b6-d2c6-496a-b61c-58a7d50d03f1 0xc007210c6f }] [] []},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.174.147,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.174.147],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:28.463789 3402 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.196.21"}, 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}} I0310 19:26:28.463761 3402 services_controller.go:460] Service openshift-authentication-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-authentication-operator 940abf11-5dbf-440a-a310-fe07018f2f37 684 0 2026-03-10 19:15:06 +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 fa8407b6-d2c6-496a-b61c-58a7d50d03f1 0xc007210df7 }] [] []},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.231.158,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.231.158],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:28.463895 3402 lb_config.go:1030] Cluster endpoints for openshift-authentication-operator/metrics for network=default are: map[] I0310 19:26:28.463917 3402 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.231.158"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0310 19:26:28.463932 3402 services_controller.go:470] Built service openshift-authentication-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:28.463941 3402 services_controller.go:471] Built service openshift-authentication-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:28.463524 3402 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:u0964085564}]}}] Timeout: Where:[where column _uuid == {935e56e5-519c-483f-8471-7339fb01e931}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:28.463956 3402 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.231.158", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:28.463986 3402 services_controller.go:478] Built service openshift-authentication-operator/metrics per-node LB for network=default: []services.LB{} I0310 19:26:28.463999 3402 services_controller.go:479] Built service openshift-authentication-operator/metrics template LB for network=default: []services.LB{} I0310 19:26:28.464009 3402 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 I0310 19:26:28.464031 3402 services_controller.go:497] Skipping no-op change for service openshift-authentication-operator/metrics for network=default I0310 19:26:28.464041 3402 services_controller.go:386] Finished syncing service metrics on namespace openshift-authentication-operator for network=default : 291.288µs I0310 19:26:28.464058 3402 services_controller.go:382] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0310 19:26:28.463834 3402 services_controller.go:470] Built service openshift-machine-config-operator/machine-config-operator LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:28.464160 3402 services_controller.go:471] Built service openshift-machine-config-operator/machine-config-operator LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:28.462918 3402 services_controller.go:460] Service default/openshift-oauth-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-oauth-apiserver default b87cd83d-5779-4193-be24-54272c47408b 1583 0 2026-03-10 19:15:24 +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.251.73,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.251.73],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:28.464222 3402 lb_config.go:1030] Cluster endpoints for default/openshift-oauth-apiserver for network=default are: map[TCP/https:{443 [172.30.132.168] []}] I0310 19:26:28.464206 3402 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.196.21", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:28.464247 3402 services_controller.go:478] Built service openshift-machine-config-operator/machine-config-operator per-node LB for network=default: []services.LB{} I0310 19:26:28.462480 3402 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 cc3b7b42-9d10-47fb-8709-c40de39bc58c 843 0 2026-03-10 19:15:09 +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 fa8407b6-d2c6-496a-b61c-58a7d50d03f1 0xc007211c9f }] [] []},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.119.164,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.119.164],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:28.464261 3402 services_controller.go:479] Built service openshift-machine-config-operator/machine-config-operator template LB for network=default: []services.LB{} I0310 19:26:28.464261 3402 services_controller.go:469] Built service default/openshift-oauth-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0310 19:26:28.464273 3402 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 I0310 19:26:28.464273 3402 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.251.73"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.132.168"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0310 19:26:28.464288 3402 services_controller.go:471] Built service default/openshift-oauth-apiserver LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:28.464287 3402 lb_config.go:1030] Cluster endpoints for openshift-kube-controller-manager-operator/metrics for network=default are: map[] I0310 19:26:28.464300 3402 services_controller.go:497] Skipping no-op change for service openshift-machine-config-operator/machine-config-operator for network=default I0310 19:26:28.464310 3402 services_controller.go:477] Built service default/openshift-oauth-apiserver cluster-wide LB for network=default: []services.LB{} I0310 19:26:28.464305 3402 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.119.164"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0310 19:26:28.463798 3402 lb_config.go:1030] Cluster endpoints for openshift-apiserver-operator/metrics for network=default are: map[] I0310 19:26:28.464351 3402 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.174.147"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0310 19:26:28.464350 3402 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-9.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.251.73", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.132.168", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-9.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-9.ec2.internal"}, Groups:[]string(nil)}} I0310 19:26:28.464373 3402 services_controller.go:470] Built service openshift-apiserver-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:28.464392 3402 services_controller.go:479] Built service default/openshift-oauth-apiserver template LB for network=default: []services.LB{} I0310 19:26:28.464397 3402 services_controller.go:471] Built service openshift-apiserver-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:28.464067 3402 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 81ee59f8-c796-4117-9ce0-1c25b03b3fa5 5109 0 2026-03-10 19:16:35 +0000 UTC map[olm.managed:true olm.service-spec-hash:8H7arFYfeqTDwtur5ZzpDGCqSKpg30XG9PXH2W] map[] [{operators.coreos.com/v1alpha1 CatalogSource deployment-validation-operator-catalog 25be4e2b-1d6c-4457-92e1-509a3c3f3e6d 0xc0072114cd 0xc0072114ce}] [] []},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.206.67,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.206.67],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:28.464417 3402 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.174.147", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:28.464446 3402 lb_config.go:1030] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default are: map[] I0310 19:26:28.464453 3402 services_controller.go:478] Built service openshift-apiserver-operator/metrics per-node LB for network=default: []services.LB{} I0310 19:26:28.464459 3402 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.206.67"}, 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}} I0310 19:26:28.464466 3402 services_controller.go:479] Built service openshift-apiserver-operator/metrics template LB for network=default: []services.LB{} I0310 19:26:28.464471 3402 services_controller.go:470] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:28.464479 3402 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 I0310 19:26:28.464325 3402 services_controller.go:470] Built service openshift-kube-controller-manager-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:28.464488 3402 services_controller.go:471] Built service openshift-kube-controller-manager-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:28.464505 3402 services_controller.go:497] Skipping no-op change for service openshift-apiserver-operator/metrics for network=default I0310 19:26:28.464514 3402 services_controller.go:386] Finished syncing service metrics on namespace openshift-apiserver-operator for network=default : 795.911µs I0310 19:26:28.464505 3402 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.119.164", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:28.464528 3402 services_controller.go:382] Processing sync for service openshift-ingress-canary/ingress-canary for network=default I0310 19:26:28.464481 3402 services_controller.go:471] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:28.464576 3402 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.206.67", Port:50051, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:28.464617 3402 services_controller.go:478] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog per-node LB for network=default: []services.LB{} I0310 19:26:28.464630 3402 services_controller.go:479] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog template LB for network=default: []services.LB{} I0310 19:26:28.464641 3402 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 I0310 19:26:28.464547 3402 services_controller.go:460] Service openshift-ingress-canary/ingress-canary retrieved from lister for network=default: &Service{ObjectMeta:{ingress-canary openshift-ingress-canary 3f977580-5cd1-40ea-afdd-e700c9fe2bee 2318 0 2026-03-10 19:15:37 +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 68280ad7-231b-43d0-b811-d7b50cbefe3b 0xc007211860 }] [] []},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.245.55,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.245.55],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:28.464670 3402 services_controller.go:497] Skipping no-op change for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0310 19:26:28.464677 3402 services_controller.go:386] Finished syncing service deployment-validation-operator-catalog on namespace openshift-deployment-validation-operator for network=default : 621.23µs I0310 19:26:28.464691 3402 services_controller.go:382] Processing sync for service openshift-ingress/router-default for network=default I0310 19:26:28.464707 3402 lb_config.go:1030] Cluster endpoints for openshift-ingress-canary/ingress-canary for network=default are: map[] I0310 19:26:28.464700 3402 services_controller.go:460] Service openshift-ingress/router-default retrieved from lister for network=default: &Service{ObjectMeta:{router-default openshift-ingress 1fc1309f-cdef-4f25-b1af-592916ef735e 2711 0 2026-03-10 19:15:27 +0000 UTC map[app:router ingresscontroller.operator.openshift.io/owning-ingresscontroller:default router:router-default] map[service.beta.kubernetes.io/aws-load-balancer-additional-resource-tags:api.openshift.com/environment=production,api.openshift.com/id=2ov1rmga1lmertbm3075pr3fjmubsbm3,api.openshift.com/legal-entity-id=2h8L52xc1VHB4xLFE2YyPmAjYjI,api.openshift.com/name=kx-018f8b4b31,cluster-type=rosa-hcp,creation-date=2026-03-10,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 6a20aac2-da33-4e60-9721-5b9e7b570896 0xc007211a37 }] [service.kubernetes.io/load-balancer-cleanup] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:http,Protocol:TCP,Port:80,TargetPort:{1 0 http},NodePort:31230,AppProtocol:nil,},ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{1 0 https},NodePort:31162,AppProtocol:nil,},},Selector:map[string]string{ingresscontroller.operator.openshift.io/deployment-ingresscontroller: default,},ClusterIP:172.30.201.102,Type:LoadBalancer,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:Local,HealthCheckNodePort:32283,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.201.102],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:*true,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{LoadBalancerIngress{IP:,Hostname:a1fc1309fcdef4f25b1af592916ef735-fb40aed27295f0e4.elb.us-east-1.amazonaws.com,IPMode:nil,Ports:[]PortStatus{},},},},Conditions:[]Condition{},},} I0310 19:26:28.464778 3402 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.245.55"}, 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.245.55"}, 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}} I0310 19:26:28.464801 3402 lb_config.go:1030] Cluster endpoints for openshift-ingress/router-default for network=default are: map[] I0310 19:26:28.464527 3402 services_controller.go:478] Built service openshift-kube-controller-manager-operator/metrics per-node LB for network=default: []services.LB{} I0310 19:26:28.464809 3402 services_controller.go:470] Built service openshift-ingress-canary/ingress-canary LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:28.464810 3402 lb_config.go:1053] Local endpoints for openshift-ingress/router-default for network=default are: map[] I0310 19:26:28.464820 3402 services_controller.go:471] Built service openshift-ingress-canary/ingress-canary LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:28.464822 3402 services_controller.go:479] Built service openshift-kube-controller-manager-operator/metrics template LB for network=default: []services.LB{} I0310 19:26:28.464827 3402 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.201.102"}, 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.201.102"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0310 19:26:28.464837 3402 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 I0310 19:26:28.464844 3402 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:31230, 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:31162, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:true, internalTrafficLocal:false, hasNodePort:true}} I0310 19:26:28.464860 3402 services_controller.go:471] Built service openshift-ingress/router-default LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:28.464864 3402 services_controller.go:497] Skipping no-op change for service openshift-kube-controller-manager-operator/metrics for network=default I0310 19:26:28.464839 3402 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.245.55", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.245.55", Port:8888, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:28.464872 3402 services_controller.go:386] Finished syncing service metrics on namespace openshift-kube-controller-manager-operator for network=default : 2.400527ms I0310 19:26:28.464883 3402 services_controller.go:478] Built service openshift-ingress-canary/ingress-canary per-node LB for network=default: []services.LB{} I0310 19:26:28.464310 3402 services_controller.go:386] Finished syncing service machine-config-operator on namespace openshift-machine-config-operator for network=default : 663.175µs I0310 19:26:28.464887 3402 services_controller.go:382] Processing sync for service openshift-ingress-operator/metrics for network=default I0310 19:26:28.464894 3402 services_controller.go:479] Built service openshift-ingress-canary/ingress-canary template LB for network=default: []services.LB{} I0310 19:26:28.464903 3402 services_controller.go:382] Processing sync for service openshift-machine-config-operator/machine-config-daemon for network=default I0310 19:26:28.464905 3402 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 I0310 19:26:28.464892 3402 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.201.102", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.201.102", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:28.464929 3402 services_controller.go:497] Skipping no-op change for service openshift-ingress-canary/ingress-canary for network=default I0310 19:26:28.464918 3402 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-9.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.9", Port:31230, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:31230, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.1.9", Port:31162, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:31162, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string(nil), Routers:[]string{"GR_ip-10-0-1-9.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-ingress/router-default_TCP_node_switch_ip-10-0-1-9.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:31230, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.1.9", Port:31230, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:31230, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:31230, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:31162, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.1.9", Port:31162, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:31162, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:31162, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-9.ec2.internal"}, Routers:[]string(nil), Groups:[]string(nil)}} I0310 19:26:28.464989 3402 services_controller.go:479] Built service openshift-ingress/router-default template LB for network=default: []services.LB{} I0310 19:26:28.464914 3402 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 dcd2ed27-5861-4e2b-a37f-3b3df2c1a30e 942 0 2026-03-10 19:15:11 +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 fa8407b6-d2c6-496a-b61c-58a7d50d03f1 0xc007211ea7 }] [] []},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.91.28,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.91.28],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:28.465000 3402 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 I0310 19:26:28.465018 3402 lb_config.go:1030] Cluster endpoints for openshift-machine-config-operator/machine-config-daemon for network=default are: map[] I0310 19:26:28.465037 3402 services_controller.go:497] Skipping no-op change for service openshift-ingress/router-default for network=default I0310 19:26:28.464900 3402 services_controller.go:460] Service openshift-ingress-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-ingress-operator c26bef83-3fc2-42aa-809d-670625d33d02 1608 0 2026-03-10 19:15:24 +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 fa8407b6-d2c6-496a-b61c-58a7d50d03f1 0xc007211947 }] [] []},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.37.211,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.37.211],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:28.465050 3402 services_controller.go:386] Finished syncing service router-default on namespace openshift-ingress for network=default : 359.233µs I0310 19:26:28.465063 3402 services_controller.go:382] Processing sync for service default/kubernetes for network=default I0310 19:26:28.465071 3402 lb_config.go:1030] Cluster endpoints for openshift-ingress-operator/metrics for network=default are: map[] I0310 19:26:28.465084 3402 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.37.211"}, 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}} I0310 19:26:28.465104 3402 services_controller.go:470] Built service openshift-ingress-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:28.465071 3402 services_controller.go:460] Service default/kubernetes retrieved from lister for network=default: &Service{ObjectMeta:{kubernetes default f0262105-a82b-4c31-961f-bb9c53e88513 271 0 2026-03-10 19:14:40 +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{},},} I0310 19:26:28.465114 3402 services_controller.go:471] Built service openshift-ingress-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:28.464972 3402 services_controller.go:386] Finished syncing service ingress-canary on namespace openshift-ingress-canary for network=default : 444.432µs I0310 19:26:28.465136 3402 services_controller.go:382] Processing sync for service default/openshift for network=default I0310 19:26:28.465138 3402 lb_config.go:1030] Cluster endpoints for default/kubernetes for network=default are: map[TCP/https:{6443 [172.20.0.1] []}] I0310 19:26:28.465163 3402 services_controller.go:386] Finished syncing service openshift on namespace default for network=default : 10.016µs I0310 19:26:28.465134 3402 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.37.211", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:28.465174 3402 services_controller.go:382] Processing sync for service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0310 19:26:28.465174 3402 services_controller.go:469] Built service default/kubernetes LB cluster-wide configs for network=default: []services.lbConfig(nil) I0310 19:26:28.465181 3402 services_controller.go:478] Built service openshift-ingress-operator/metrics per-node LB for network=default: []services.LB{} I0310 19:26:28.465185 3402 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}} I0310 19:26:28.465193 3402 services_controller.go:479] Built service openshift-ingress-operator/metrics template LB for network=default: []services.LB{} I0310 19:26:28.465198 3402 services_controller.go:471] Built service default/kubernetes LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:28.465204 3402 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 I0310 19:26:28.465217 3402 services_controller.go:477] Built service default/kubernetes cluster-wide LB for network=default: []services.LB{} I0310 19:26:28.465226 3402 services_controller.go:497] Skipping no-op change for service openshift-ingress-operator/metrics for network=default I0310 19:26:28.465233 3402 services_controller.go:386] Finished syncing service metrics on namespace openshift-ingress-operator for network=default : 346.152µs I0310 19:26:28.465185 3402 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 baf0b0f2-2aca-4d3c-b7c9-637dd97d2847 992 0 2026-03-10 19:15:12 +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 fa8407b6-d2c6-496a-b61c-58a7d50d03f1 0xc007211257 }] [] []},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.65.251,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.65.251],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:28.465247 3402 services_controller.go:382] Processing sync for service openshift-cluster-version/cluster-version-operator for network=default I0310 19:26:28.465233 3402 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-9.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-9.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-9.ec2.internal"}, Groups:[]string(nil)}} I0310 19:26:28.465260 3402 services_controller.go:479] Built service default/kubernetes template LB for network=default: []services.LB{} I0310 19:26:28.465266 3402 lb_config.go:1030] Cluster endpoints for openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default are: map[] I0310 19:26:28.465271 3402 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 I0310 19:26:28.465281 3402 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.65.251"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0310 19:26:28.464414 3402 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 I0310 19:26:28.465256 3402 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 5e25f966-f738-479d-b41e-9a213fe4275d 496 0 2026-03-10 19:14:59 +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.23.118,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.23.118],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:28.465327 3402 services_controller.go:497] Skipping no-op change for service default/openshift-oauth-apiserver for network=default I0310 19:26:28.465333 3402 services_controller.go:386] Finished syncing service openshift-oauth-apiserver on namespace default for network=default : 2.42361ms I0310 19:26:28.465335 3402 lb_config.go:1030] Cluster endpoints for openshift-cluster-version/cluster-version-operator for network=default are: map[] I0310 19:26:28.465345 3402 services_controller.go:382] Processing sync for service openshift-console-operator/metrics for network=default I0310 19:26:28.465348 3402 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.23.118"}, 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}} I0310 19:26:28.465362 3402 services_controller.go:470] Built service openshift-cluster-version/cluster-version-operator LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:28.464066 3402 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-240.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:u0964085565}] I0310 19:26:28.465374 3402 services_controller.go:471] Built service openshift-cluster-version/cluster-version-operator LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:28.465394 3402 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.23.118", Port:9099, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:28.465421 3402 services_controller.go:478] Built service openshift-cluster-version/cluster-version-operator per-node LB for network=default: []services.LB{} I0310 19:26:28.465034 3402 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.91.28"}, 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.91.28"}, 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}} I0310 19:26:28.465428 3402 services_controller.go:479] Built service openshift-cluster-version/cluster-version-operator template LB for network=default: []services.LB{} I0310 19:26:28.465432 3402 services_controller.go:470] Built service openshift-machine-config-operator/machine-config-daemon LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:28.465418 3402 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:u0964085565}]}}] Timeout: Where:[where column _uuid == {935e56e5-519c-483f-8471-7339fb01e931}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:28.465443 3402 services_controller.go:471] Built service openshift-machine-config-operator/machine-config-daemon LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:28.465461 3402 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.91.28", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.91.28", Port:8798, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:28.465505 3402 services_controller.go:478] Built service openshift-machine-config-operator/machine-config-daemon per-node LB for network=default: []services.LB{} I0310 19:26:28.465363 3402 services_controller.go:460] Service openshift-console-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-console-operator 4a548d25-72a5-4fd0-b8e7-a5256f015705 2128 0 2026-03-10 19:15:30 +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 fa8407b6-d2c6-496a-b61c-58a7d50d03f1 0xc007211437 }] [] []},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.94.34,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.94.34],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:28.465516 3402 services_controller.go:479] Built service openshift-machine-config-operator/machine-config-daemon template LB for network=default: []services.LB{} I0310 19:26:28.465526 3402 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 I0310 19:26:28.465533 3402 lb_config.go:1030] Cluster endpoints for openshift-console-operator/metrics for network=default are: map[] I0310 19:26:28.465546 3402 services_controller.go:497] Skipping no-op change for service openshift-machine-config-operator/machine-config-daemon for network=default I0310 19:26:28.465548 3402 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.94.34"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0310 19:26:28.465290 3402 services_controller.go:497] Skipping no-op change for service default/kubernetes for network=default I0310 19:26:28.465562 3402 services_controller.go:386] Finished syncing service kubernetes on namespace default for network=default : 499.861µs I0310 19:26:28.465565 3402 services_controller.go:470] Built service openshift-console-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:28.465573 3402 services_controller.go:382] Processing sync for service default/openshift-apiserver for network=default I0310 19:26:28.465576 3402 services_controller.go:471] Built service openshift-console-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:28.465595 3402 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.94.34", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:28.465582 3402 services_controller.go:460] Service default/openshift-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-apiserver default 64f28277-86a9-445f-bb60-81f02191f7cf 1567 0 2026-03-10 19:15:24 +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.223.94,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.223.94],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:28.465632 3402 services_controller.go:478] Built service openshift-console-operator/metrics per-node LB for network=default: []services.LB{} I0310 19:26:28.465646 3402 services_controller.go:479] Built service openshift-console-operator/metrics template LB for network=default: []services.LB{} I0310 19:26:28.465657 3402 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 I0310 19:26:28.465435 3402 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 I0310 19:26:28.465661 3402 lb_config.go:1030] Cluster endpoints for default/openshift-apiserver for network=default are: map[TCP/https:{443 [172.30.248.177] []}] I0310 19:26:28.465678 3402 services_controller.go:469] Built service default/openshift-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0310 19:26:28.465444 3402 transact.go:43] Configuring OVN: [{Op:insert Table:Logical_Router_Static_Route Row:map[external_ids:{GoMap:map[ic-node:ip-10-0-2-240.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:u0964085564} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u0964085564}]}}] Timeout: Where:[where column _uuid == {935e56e5-519c-483f-8471-7339fb01e931}] 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-240.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:u0964085565} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u0964085565}]}}] Timeout: Where:[where column _uuid == {935e56e5-519c-483f-8471-7339fb01e931}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:28.465686 3402 services_controller.go:497] Skipping no-op change for service openshift-console-operator/metrics for network=default I0310 19:26:28.465692 3402 services_controller.go:386] Finished syncing service metrics on namespace openshift-console-operator for network=default : 346.567µs I0310 19:26:28.465305 3402 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) I0310 19:26:28.465692 3402 services_controller.go:497] Skipping no-op change for service openshift-cluster-version/cluster-version-operator for network=default I0310 19:26:28.465703 3402 services_controller.go:471] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:28.465704 3402 services_controller.go:386] Finished syncing service cluster-version-operator on namespace openshift-cluster-version for network=default : 456.818µs I0310 19:26:28.465687 3402 services_controller.go:470] Built service default/openshift-apiserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.223.94"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.248.177"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0310 19:26:28.465718 3402 services_controller.go:471] Built service default/openshift-apiserver LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:28.465721 3402 services_controller.go:382] Processing sync for service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0310 19:26:28.465730 3402 services_controller.go:386] Finished syncing service node-tuning-operator on namespace openshift-cluster-node-tuning-operator for network=default : 9.099µs I0310 19:26:28.465739 3402 services_controller.go:382] Processing sync for service openshift-config-operator/metrics for network=default I0310 19:26:28.465721 3402 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.65.251", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:28.465748 3402 services_controller.go:478] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics per-node LB for network=default: []services.LB{} I0310 19:26:28.465755 3402 services_controller.go:479] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics template LB for network=default: []services.LB{} I0310 19:26:28.465762 3402 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 I0310 19:26:28.465779 3402 services_controller.go:497] Skipping no-op change for service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0310 19:26:28.465783 3402 services_controller.go:386] Finished syncing service csi-snapshot-controller-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 610.435µs I0310 19:26:28.465800 3402 services_controller.go:382] Processing sync for service openshift-network-console/networking-console-plugin for network=default I0310 19:26:28.465553 3402 services_controller.go:386] Finished syncing service machine-config-daemon on namespace openshift-machine-config-operator for network=default : 651.218µs I0310 19:26:28.465820 3402 services_controller.go:382] Processing sync for service openshift-image-registry/image-registry for network=default I0310 19:26:28.465811 3402 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 26fa38be-8216-4039-a46d-fc4c8e5c834f 4569 0 2026-03-10 19:16:20 +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 e28b0252-3599-43f1-b41f-363f241a1f44 0xc007ec20ee 0xc007ec20ef}] [] []},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.233.0,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.233.0],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:28.465868 3402 services_controller.go:460] Service openshift-image-registry/image-registry retrieved from lister for network=default: &Service{ObjectMeta:{image-registry openshift-image-registry ace81c7c-a62a-4721-bebf-891a194a3341 1906 0 2026-03-10 19:15:27 +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.174.40,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.174.40],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:28.465986 3402 lb_config.go:1030] Cluster endpoints for openshift-image-registry/image-registry for network=default are: map[] I0310 19:26:28.466004 3402 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.174.40"}, 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}} I0310 19:26:28.466033 3402 services_controller.go:470] Built service openshift-image-registry/image-registry LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:28.466043 3402 services_controller.go:471] Built service openshift-image-registry/image-registry LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:28.465740 3402 services_controller.go:477] Built service default/openshift-apiserver cluster-wide LB for network=default: []services.LB{} I0310 19:26:28.466063 3402 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.174.40", Port:5000, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:28.466097 3402 services_controller.go:478] Built service openshift-image-registry/image-registry per-node LB for network=default: []services.LB{} I0310 19:26:28.466109 3402 services_controller.go:479] Built service openshift-image-registry/image-registry template LB for network=default: []services.LB{} I0310 19:26:28.466121 3402 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 I0310 19:26:28.466163 3402 services_controller.go:497] Skipping no-op change for service openshift-image-registry/image-registry for network=default I0310 19:26:28.466215 3402 services_controller.go:386] Finished syncing service image-registry on namespace openshift-image-registry for network=default : 396.872µs I0310 19:26:28.466256 3402 services_controller.go:382] Processing sync for service openshift-insights/metrics for network=default I0310 19:26:28.466287 3402 services_controller.go:460] Service openshift-insights/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-insights af81ea07-e514-4d44-9907-d4be5acd1672 2140 0 2026-03-10 19:15:30 +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 fa8407b6-d2c6-496a-b61c-58a7d50d03f1 0xc007211bfb }] [] []},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.122.158,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.122.158],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:28.466365 3402 lb_config.go:1030] Cluster endpoints for openshift-insights/metrics for network=default are: map[] I0310 19:26:28.466378 3402 services_controller.go:469] Built service openshift-insights/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.122.158"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0310 19:26:28.466397 3402 zone_ic_handler.go:264] Creating Interconnect resources for node "ip-10-0-2-240.ec2.internal" on network "default" took: 4.778856ms I0310 19:26:28.466447 3402 master.go:700] Creating Interconnect resources for remote node "ip-10-0-2-240.ec2.internal" on network "default" took: 5.68575ms I0310 19:26:28.466471 3402 obj_retry.go:565] Update event received for resource *factory.egressNode, old object is equal to new: false I0310 19:26:28.465706 3402 services_controller.go:382] Processing sync for service default/packageserver for network=default I0310 19:26:28.466486 3402 obj_retry.go:617] Update event received for *factory.egressNode ip-10-0-2-240.ec2.internal I0310 19:26:28.466060 3402 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-9.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.223.94", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.248.177", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-9.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-9.ec2.internal"}, Groups:[]string(nil)}} I0310 19:26:28.466617 3402 services_controller.go:479] Built service default/openshift-apiserver template LB for network=default: []services.LB{} I0310 19:26:28.466639 3402 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 I0310 19:26:28.466665 3402 services_controller.go:497] Skipping no-op change for service default/openshift-apiserver for network=default I0310 19:26:28.466674 3402 services_controller.go:386] Finished syncing service openshift-apiserver on namespace default for network=default : 1.099814ms I0310 19:26:28.465747 3402 services_controller.go:460] Service openshift-config-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-config-operator d8ccf22f-d021-47a6-802f-0133ba96d013 1834 0 2026-03-10 19:15:27 +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 fa8407b6-d2c6-496a-b61c-58a7d50d03f1 0xc007211377 }] [] []},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.44.158,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.44.158],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:28.466690 3402 services_controller.go:382] Processing sync for service openshift-network-operator/metrics for network=default I0310 19:26:28.466699 3402 services_controller.go:386] Finished syncing service metrics on namespace openshift-network-operator for network=default : 10.141µs I0310 19:26:28.466705 3402 lb_config.go:1030] Cluster endpoints for openshift-config-operator/metrics for network=default are: map[] I0310 19:26:28.466730 3402 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.44.158"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0310 19:26:28.465928 3402 lb_config.go:1030] Cluster endpoints for openshift-network-console/networking-console-plugin for network=default are: map[] I0310 19:26:28.466752 3402 services_controller.go:470] Built service openshift-config-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:28.466763 3402 services_controller.go:471] Built service openshift-config-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:28.466760 3402 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.233.0"}, 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}} I0310 19:26:28.466780 3402 services_controller.go:470] Built service openshift-network-console/networking-console-plugin LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:28.466792 3402 services_controller.go:471] Built service openshift-network-console/networking-console-plugin LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:28.466781 3402 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.44.158", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:28.466811 3402 services_controller.go:478] Built service openshift-config-operator/metrics per-node LB for network=default: []services.LB{} I0310 19:26:28.466823 3402 services_controller.go:479] Built service openshift-config-operator/metrics template LB for network=default: []services.LB{} I0310 19:26:28.466822 3402 services_controller.go:470] Built service openshift-insights/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:28.466810 3402 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.233.0", Port:9443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:28.466835 3402 services_controller.go:471] Built service openshift-insights/metrics LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:28.466835 3402 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 I0310 19:26:28.466841 3402 services_controller.go:478] Built service openshift-network-console/networking-console-plugin per-node LB for network=default: []services.LB{} I0310 19:26:28.466854 3402 services_controller.go:479] Built service openshift-network-console/networking-console-plugin template LB for network=default: []services.LB{} I0310 19:26:28.466860 3402 services_controller.go:497] Skipping no-op change for service openshift-config-operator/metrics for network=default I0310 19:26:28.466500 3402 services_controller.go:460] Service default/packageserver retrieved from lister for network=default: &Service{ObjectMeta:{packageserver default 49bb0eb7-e2d0-4d5a-9136-d5983bf2c0ef 1734 0 2026-03-10 19:15:26 +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.161.98,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.161.98],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:28.466864 3402 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 I0310 19:26:28.466867 3402 services_controller.go:386] Finished syncing service metrics on namespace openshift-config-operator for network=default : 1.127809ms I0310 19:26:28.466856 3402 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.122.158", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:28.466885 3402 services_controller.go:478] Built service openshift-insights/metrics per-node LB for network=default: []services.LB{} I0310 19:26:28.466890 3402 services_controller.go:497] Skipping no-op change for service openshift-network-console/networking-console-plugin for network=default I0310 19:26:28.466898 3402 services_controller.go:479] Built service openshift-insights/metrics template LB for network=default: []services.LB{} I0310 19:26:28.466898 3402 services_controller.go:386] Finished syncing service networking-console-plugin on namespace openshift-network-console for network=default : 1.096373ms I0310 19:26:28.466902 3402 lb_config.go:1030] Cluster endpoints for default/packageserver for network=default are: map[TCP/https:{443 [172.30.51.152] []}] I0310 19:26:28.466910 3402 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 I0310 19:26:28.466922 3402 services_controller.go:469] Built service default/packageserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0310 19:26:28.466933 3402 services_controller.go:497] Skipping no-op change for service openshift-insights/metrics for network=default I0310 19:26:28.466940 3402 services_controller.go:386] Finished syncing service metrics on namespace openshift-insights for network=default : 684.321µs I0310 19:26:28.466933 3402 services_controller.go:470] Built service default/packageserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.161.98"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.51.152"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0310 19:26:28.466953 3402 services_controller.go:471] Built service default/packageserver LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:28.466978 3402 services_controller.go:477] Built service default/packageserver cluster-wide LB for network=default: []services.LB{} I0310 19:26:28.466991 3402 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-9.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.161.98", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.51.152", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-9.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-9.ec2.internal"}, Groups:[]string(nil)}} I0310 19:26:28.467021 3402 services_controller.go:479] Built service default/packageserver template LB for network=default: []services.LB{} I0310 19:26:28.467033 3402 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 I0310 19:26:28.467051 3402 services_controller.go:497] Skipping no-op change for service default/packageserver for network=default I0310 19:26:28.467060 3402 services_controller.go:386] Finished syncing service packageserver on namespace default for network=default : 1.355334ms I0310 19:26:28.502589 3402 default_node_network_controller.go:1130] Upgrade Hack: node ip-10-0-0-193.ec2.internal, subnet 10.129.0.0/23 I0310 19:26:28.502622 3402 ovs.go:160] Exec(81): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns _uuid find logical_flow match="reg7 == 0 && ip4.dst == 10.129.0.0/23" I0310 19:26:28.513476 3402 ovs.go:163] Exec(81): stdout: "0364665b-065f-4273-bebb-37c5c19c93dd\n" I0310 19:26:28.513496 3402 ovs.go:164] Exec(81): stderr: "" I0310 19:26:28.513508 3402 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 - 0364665b-065f-4273-bebb-37c5c19c93dd : stderr - : err I0310 19:26:28.513547 3402 default_node_network_controller.go:1130] Upgrade Hack: node ip-10-0-2-240.ec2.internal, subnet 10.130.0.0/23 I0310 19:26:28.513566 3402 ovs.go:160] Exec(82): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns _uuid find logical_flow match="reg7 == 0 && ip4.dst == 10.130.0.0/23" I0310 19:26:28.519329 3402 node_tracker.go:211] Processing possible switch / router updates for node ip-10-0-0-193.ec2.internal in network "default" I0310 19:26:28.519356 3402 admin_network_policy_controller.go:583] Updating Node in Admin Network Policy controller ip-10-0-0-193.ec2.internal: nodeLabels beta.kubernetes.io/arch=amd64,beta.kubernetes.io/instance-type=m5.2xlarge,beta.kubernetes.io/os=linux,failure-domain.beta.kubernetes.io/region=us-east-1,failure-domain.beta.kubernetes.io/zone=us-east-1c,hypershift.openshift.io/managed=true,hypershift.openshift.io/nodePool=kx-018f8b4b31-workers-0,kubernetes.io/arch=amd64,kubernetes.io/hostname=ip-10-0-0-193.ec2.internal,kubernetes.io/os=linux,node-role.kubernetes.io/worker=,node.kubernetes.io/instance-type=m5.2xlarge,node.openshift.io/os_id=rhel,topology.ebs.csi.aws.com/zone=us-east-1c,topology.k8s.aws/zone-id=use1-az2,topology.kubernetes.io/region=us-east-1,topology.kubernetes.io/zone=us-east-1c, isHostCIDRsAltered?: true I0310 19:26:28.519392 3402 admin_network_policy_node.go:55] Processing sync for Node ip-10-0-0-193.ec2.internal in Admin Network Policy controller I0310 19:26:28.519406 3402 admin_network_policy_node.go:58] Finished syncing Node ip-10-0-0-193.ec2.internal Admin Network Policy controller: took 15µs I0310 19:26:28.519418 3402 node_tracker.go:172] Node ip-10-0-0-193.ec2.internal switch + router changed, syncing services in network "default" I0310 19:26:28.519435 3402 services_controller.go:575] Full service sync requested for network=default I0310 19:26:28.519461 3402 services_controller.go:640] Adding service openshift-multus/network-metrics-service for network=default I0310 19:26:28.519472 3402 obj_retry.go:565] Update event received for resource *v1.Node, old object is equal to new: false I0310 19:26:28.519483 3402 services_controller.go:640] Adding service openshift-network-diagnostics/network-check-target for network=default I0310 19:26:28.519491 3402 services_controller.go:640] Adding service openshift-service-ca-operator/metrics for network=default I0310 19:26:28.519499 3402 services_controller.go:640] Adding service openshift-cluster-samples-operator/metrics for network=default I0310 19:26:28.519508 3402 services_controller.go:640] Adding service openshift-ingress/router-internal-default for network=default I0310 19:26:28.519515 3402 obj_retry.go:617] Update event received for *v1.Node ip-10-0-0-193.ec2.internal I0310 19:26:28.519521 3402 services_controller.go:640] Adding service openshift-machine-config-operator/machine-config-controller for network=default I0310 19:26:28.519528 3402 services_controller.go:640] Adding service openshift-dns-operator/metrics for network=default I0310 19:26:28.519533 3402 obj_retry.go:565] Update event received for resource *factory.egressNode, old object is equal to new: false I0310 19:26:28.519544 3402 obj_retry.go:617] Update event received for *factory.egressNode ip-10-0-0-193.ec2.internal I0310 19:26:28.519544 3402 services_controller.go:382] Processing sync for service openshift-multus/network-metrics-service for network=default I0310 19:26:28.519559 3402 services_controller.go:386] Finished syncing service network-metrics-service on namespace openshift-multus for network=default : 13.74µs I0310 19:26:28.519568 3402 services_controller.go:382] Processing sync for service openshift-network-diagnostics/network-check-target for network=default I0310 19:26:28.519577 3402 services_controller.go:382] Processing sync for service openshift-ingress/router-internal-default for network=default I0310 19:26:28.519578 3402 services_controller.go:382] Processing sync for service openshift-cluster-samples-operator/metrics for network=default I0310 19:26:28.519578 3402 services_controller.go:382] Processing sync for service openshift-service-ca-operator/metrics for network=default I0310 19:26:28.519593 3402 services_controller.go:386] Finished syncing service metrics on namespace openshift-cluster-samples-operator for network=default : 16.162µs I0310 19:26:28.519621 3402 services_controller.go:382] Processing sync for service openshift-machine-config-operator/machine-config-controller for network=default I0310 19:26:28.519462 3402 egressservice_zone_node.go:110] Processing sync for Egress Service node ip-10-0-0-193.ec2.internal I0310 19:26:28.519665 3402 egressservice_zone_node.go:113] Finished syncing Egress Service node ip-10-0-0-193.ec2.internal: 204.647µs I0310 19:26:28.519600 3402 services_controller.go:460] Service openshift-service-ca-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-service-ca-operator 01d0cae4-03bf-4ee2-a11d-007b0594b421 954 0 2026-03-10 19:15:11 +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 fa8407b6-d2c6-496a-b61c-58a7d50d03f1 0xc007ec23d7 }] [] []},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.224.113,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.224.113],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:28.519584 3402 default_network_controller.go:1063] Egress IP detected IP address change for node ip-10-0-0-193.ec2.internal. Updating no re-route policies I0310 19:26:28.519586 3402 services_controller.go:460] Service openshift-ingress/router-internal-default retrieved from lister for network=default: &Service{ObjectMeta:{router-internal-default openshift-ingress 4566d498-987d-4e88-bffa-e5ae66adda29 1949 0 2026-03-10 19:15:27 +0000 UTC map[ingresscontroller.operator.openshift.io/owning-ingresscontroller:default] map[service.alpha.openshift.io/serving-cert-secret-name:router-metrics-certs-default] [{apps/v1 Deployment router-default 6a20aac2-da33-4e60-9721-5b9e7b570896 0xc007211afe }] [] []},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.175.101,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.175.101],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:28.519535 3402 services_controller.go:640] Adding service openshift-kube-storage-version-migrator-operator/metrics for network=default I0310 19:26:28.519693 3402 services_controller.go:382] Processing sync for service openshift-dns-operator/metrics for network=default I0310 19:26:28.519585 3402 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 df360886-3d4f-4be1-90be-7ce8fff14ac7 4158 0 2026-03-10 19:15:52 +0000 UTC map[] map[] [{operator.openshift.io/v1 Network cluster e28b0252-3599-43f1-b41f-363f241a1f44 0xc007ec21e7 0xc007ec21e8}] [] []},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.139.32,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.139.32],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:28.519706 3402 services_controller.go:640] Adding service openshift-network-diagnostics/network-check-source for network=default I0310 19:26:28.519710 3402 lb_config.go:1030] Cluster endpoints for openshift-service-ca-operator/metrics for network=default are: map[] I0310 19:26:28.519715 3402 services_controller.go:640] Adding service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0310 19:26:28.519723 3402 services_controller.go:640] Adding service openshift-cloud-credential-operator/cco-metrics for network=default I0310 19:26:28.519721 3402 lb_config.go:1030] Cluster endpoints for openshift-ingress/router-internal-default for network=default are: map[] I0310 19:26:28.519723 3402 lb_config.go:1030] Cluster endpoints for openshift-network-diagnostics/network-check-target for network=default are: map[] I0310 19:26:28.519730 3402 services_controller.go:640] Adding service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0310 19:26:28.519727 3402 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.224.113"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0310 19:26:28.519634 3402 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 a68aece7-a7ba-4354-ab3e-1eb9877056f8 856 0 2026-03-10 19:15:09 +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 fa8407b6-d2c6-496a-b61c-58a7d50d03f1 0xc007211ddb }] [] []},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.228.68,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.228.68],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:28.519704 3402 services_controller.go:460] Service openshift-dns-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-dns-operator 496e20d6-714d-4938-a09c-09c6d881a2e7 1107 0 2026-03-10 19:15:15 +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 fa8407b6-d2c6-496a-b61c-58a7d50d03f1 0xc0072115ef }] [] []},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.121.186,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.121.186],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:28.519745 3402 services_controller.go:470] Built service openshift-service-ca-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:28.519740 3402 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.139.32"}, 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}} I0310 19:26:28.519757 3402 services_controller.go:471] Built service openshift-service-ca-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:28.519743 3402 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.175.101"}, 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.175.101"}, protocol:"TCP", 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.175.101"}, 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}} I0310 19:26:28.519760 3402 services_controller.go:470] Built service openshift-network-diagnostics/network-check-target LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:28.519761 3402 lb_config.go:1030] Cluster endpoints for openshift-machine-config-operator/machine-config-controller for network=default are: map[] I0310 19:26:28.519766 3402 lb_config.go:1030] Cluster endpoints for openshift-dns-operator/metrics for network=default are: map[] I0310 19:26:28.519769 3402 services_controller.go:470] Built service openshift-ingress/router-internal-default LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:28.519771 3402 services_controller.go:471] Built service openshift-network-diagnostics/network-check-target LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:28.519775 3402 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.228.68"}, 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}} I0310 19:26:28.519779 3402 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.121.186"}, 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}} I0310 19:26:28.519784 3402 services_controller.go:471] Built service openshift-ingress/router-internal-default LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:28.519790 3402 services_controller.go:470] Built service openshift-machine-config-operator/machine-config-controller LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:28.519794 3402 services_controller.go:470] Built service openshift-dns-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:28.519800 3402 services_controller.go:471] Built service openshift-machine-config-operator/machine-config-controller LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:28.519803 3402 services_controller.go:471] Built service openshift-dns-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:28.519792 3402 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.139.32", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:28.519825 3402 services_controller.go:478] Built service openshift-network-diagnostics/network-check-target per-node LB for network=default: []services.LB{} I0310 19:26:28.519819 3402 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.121.186", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:28.519836 3402 services_controller.go:478] Built service openshift-dns-operator/metrics per-node LB for network=default: []services.LB{} I0310 19:26:28.519810 3402 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.175.101", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.175.101", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.175.101", Port:1936, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:28.519839 3402 services_controller.go:479] Built service openshift-network-diagnostics/network-check-target template LB for network=default: []services.LB{} I0310 19:26:28.519845 3402 services_controller.go:479] Built service openshift-dns-operator/metrics template LB for network=default: []services.LB{} I0310 19:26:28.519817 3402 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.228.68", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:28.519852 3402 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 I0310 19:26:28.519852 3402 services_controller.go:478] Built service openshift-ingress/router-internal-default per-node LB for network=default: []services.LB{} I0310 19:26:28.519853 3402 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 I0310 19:26:28.519860 3402 services_controller.go:478] Built service openshift-machine-config-operator/machine-config-controller per-node LB for network=default: []services.LB{} I0310 19:26:28.519866 3402 services_controller.go:479] Built service openshift-ingress/router-internal-default template LB for network=default: []services.LB{} I0310 19:26:28.519738 3402 services_controller.go:640] Adding service openshift-dns/dns-default for network=default I0310 19:26:28.519871 3402 services_controller.go:479] Built service openshift-machine-config-operator/machine-config-controller template LB for network=default: []services.LB{} I0310 19:26:28.519875 3402 services_controller.go:497] Skipping no-op change for service openshift-dns-operator/metrics for network=default I0310 19:26:28.519878 3402 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 I0310 19:26:28.519881 3402 services_controller.go:497] Skipping no-op change for service openshift-network-diagnostics/network-check-target for network=default I0310 19:26:28.519882 3402 services_controller.go:386] Finished syncing service metrics on namespace openshift-dns-operator for network=default : 189.387µs I0310 19:26:28.519883 3402 services_controller.go:640] Adding service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0310 19:26:28.519889 3402 services_controller.go:386] Finished syncing service network-check-target on namespace openshift-network-diagnostics for network=default : 327.248µs I0310 19:26:28.519894 3402 services_controller.go:640] Adding service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0310 19:26:28.519896 3402 services_controller.go:382] Processing sync for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0310 19:26:28.519777 3402 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.224.113", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:28.519903 3402 services_controller.go:382] Processing sync for service openshift-network-diagnostics/network-check-source for network=default I0310 19:26:28.519908 3402 services_controller.go:478] Built service openshift-service-ca-operator/metrics per-node LB for network=default: []services.LB{} I0310 19:26:28.519911 3402 services_controller.go:497] Skipping no-op change for service openshift-ingress/router-internal-default for network=default I0310 19:26:28.519919 3402 services_controller.go:479] Built service openshift-service-ca-operator/metrics template LB for network=default: []services.LB{} I0310 19:26:28.519921 3402 services_controller.go:640] Adding service openshift-kube-controller-manager-operator/metrics for network=default I0310 19:26:28.519912 3402 services_controller.go:386] Finished syncing service network-check-source on namespace openshift-network-diagnostics for network=default : 9.159µs I0310 19:26:28.519931 3402 services_controller.go:640] Adding service openshift-monitoring/cluster-monitoring-operator for network=default I0310 19:26:28.519883 3402 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 I0310 19:26:28.519938 3402 services_controller.go:382] Processing sync for service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0310 19:26:28.519941 3402 services_controller.go:640] Adding service default/openshift-oauth-apiserver for network=default I0310 19:26:28.519948 3402 services_controller.go:640] Adding service openshift-apiserver/check-endpoints for network=default I0310 19:26:28.519949 3402 services_controller.go:386] Finished syncing service ovn-kubernetes-node on namespace openshift-ovn-kubernetes for network=default : 12.314µs I0310 19:26:28.519904 3402 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 2736a54d-aa6a-47bc-af77-ff1f699bee14 3201 0 2026-03-10 19:15:41 +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 fa8407b6-d2c6-496a-b61c-58a7d50d03f1 0xc007211d57 }] [] []},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.61.240,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.61.240],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:28.519960 3402 services_controller.go:382] Processing sync for service openshift-cloud-credential-operator/cco-metrics for network=default I0310 19:26:28.519956 3402 services_controller.go:497] Skipping no-op change for service openshift-machine-config-operator/machine-config-controller for network=default I0310 19:26:28.519974 3402 services_controller.go:386] Finished syncing service machine-config-controller on namespace openshift-machine-config-operator for network=default : 353.142µs I0310 19:26:28.519974 3402 lb_config.go:1030] Cluster endpoints for openshift-kube-storage-version-migrator-operator/metrics for network=default are: map[] I0310 19:26:28.519956 3402 model_client.go:383] Update operations generated as: [{Op:update Table:Address_Set Row:map[addresses:{GoSet:[10.0.0.193 172.20.0.1 10.0.1.9]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {2417a4be-40c5-4842-8d86-fa95012f1ce7}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:28.519986 3402 services_controller.go:382] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0310 19:26:28.519988 3402 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.61.240"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0310 19:26:28.519988 3402 transact.go:43] Configuring OVN: [{Op:update Table:Address_Set Row:map[addresses:{GoSet:[10.0.0.193 172.20.0.1 10.0.1.9]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {2417a4be-40c5-4842-8d86-fa95012f1ce7}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:28.520002 3402 services_controller.go:470] Built service openshift-kube-storage-version-migrator-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:28.520014 3402 services_controller.go:471] Built service openshift-kube-storage-version-migrator-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:28.519973 3402 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 f8086166-3c0d-4cc4-97c1-c4c7db0a5260 1157 0 2026-03-10 19:15:17 +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 fa8407b6-d2c6-496a-b61c-58a7d50d03f1 0xc007210e8b }] [] []},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.239.130,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.239.130],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:28.520097 3402 lb_config.go:1030] Cluster endpoints for openshift-cloud-credential-operator/cco-metrics for network=default are: map[] I0310 19:26:28.520134 3402 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.239.130"}, 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}} I0310 19:26:28.520202 3402 services_controller.go:470] Built service openshift-cloud-credential-operator/cco-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:28.520218 3402 services_controller.go:471] Built service openshift-cloud-credential-operator/cco-metrics LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:28.519920 3402 services_controller.go:386] Finished syncing service router-internal-default on namespace openshift-ingress for network=default : 341.993µs I0310 19:26:28.520275 3402 services_controller.go:382] Processing sync for service openshift-dns/dns-default for network=default I0310 19:26:28.519931 3402 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 I0310 19:26:28.520286 3402 services_controller.go:460] Service openshift-dns/dns-default retrieved from lister for network=default: &Service{ObjectMeta:{dns-default openshift-dns 55a9ec21-4e0c-4ed4-a19a-c20938bb9f5e 1480 0 2026-03-10 19:15:23 +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 e7e9322d-8b6e-4b5a-a2de-22657998fad2 0xc0072116d7 }] [] []},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{},},} I0310 19:26:28.520361 3402 services_controller.go:497] Skipping no-op change for service openshift-service-ca-operator/metrics for network=default I0310 19:26:28.520368 3402 lb_config.go:1030] Cluster endpoints for openshift-dns/dns-default for network=default are: map[] I0310 19:26:28.520387 3402 services_controller.go:469] Built service openshift-dns/dns-default LB cluster-wide configs for network=default: []services.lbConfig(nil) I0310 19:26:28.520396 3402 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}} I0310 19:26:28.519967 3402 services_controller.go:640] Adding service openshift-cluster-machine-approver/machine-approver for network=default I0310 19:26:28.520496 3402 services_controller.go:640] Adding service openshift-ingress-canary/ingress-canary for network=default I0310 19:26:28.520504 3402 services_controller.go:640] Adding service openshift-ingress/router-default for network=default I0310 19:26:28.520511 3402 services_controller.go:640] Adding service openshift-machine-config-operator/machine-config-operator for network=default I0310 19:26:28.520518 3402 services_controller.go:640] Adding service openshift-apiserver-operator/metrics for network=default I0310 19:26:28.520539 3402 services_controller.go:640] Adding service openshift-authentication-operator/metrics for network=default I0310 19:26:28.520553 3402 services_controller.go:640] Adding service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0310 19:26:28.520369 3402 services_controller.go:386] Finished syncing service metrics on namespace openshift-service-ca-operator for network=default : 796.215µs I0310 19:26:28.520560 3402 services_controller.go:640] Adding service openshift-cluster-version/cluster-version-operator for network=default I0310 19:26:28.520569 3402 services_controller.go:640] Adding service openshift-console-operator/metrics for network=default I0310 19:26:28.519996 3402 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 62e48367-5ee4-4864-8f66-9a54fbf9a931 5059 0 2026-03-10 19:16:34 +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.158.64,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.158.64],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:28.520577 3402 services_controller.go:640] Adding service openshift-ingress-operator/metrics for network=default I0310 19:26:28.520583 3402 services_controller.go:640] Adding service openshift-machine-config-operator/machine-config-daemon for network=default I0310 19:26:28.520589 3402 services_controller.go:640] Adding service default/kubernetes for network=default I0310 19:26:28.520595 3402 services_controller.go:640] Adding service default/openshift for network=default I0310 19:26:28.520596 3402 lb_config.go:1030] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default are: map[] I0310 19:26:28.520600 3402 services_controller.go:640] Adding service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0310 19:26:28.520607 3402 services_controller.go:640] Adding service openshift-config-operator/metrics for network=default I0310 19:26:28.520613 3402 services_controller.go:640] Adding service openshift-network-console/networking-console-plugin for network=default I0310 19:26:28.520610 3402 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.158.64"}, 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}} I0310 19:26:28.520619 3402 services_controller.go:640] Adding service default/openshift-apiserver for network=default I0310 19:26:28.520626 3402 services_controller.go:640] Adding service default/packageserver for network=default I0310 19:26:28.520570 3402 services_controller.go:382] Processing sync for service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0310 19:26:28.520633 3402 services_controller.go:640] Adding service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0310 19:26:28.520640 3402 services_controller.go:640] Adding service openshift-image-registry/image-registry for network=default I0310 19:26:28.520646 3402 services_controller.go:640] Adding service openshift-insights/metrics for network=default I0310 19:26:28.520652 3402 services_controller.go:640] Adding service openshift-network-operator/metrics for network=default I0310 19:26:28.520625 3402 services_controller.go:470] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:28.520664 3402 services_controller.go:471] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:28.520682 3402 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.158.64", Port:8383, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:28.520761 3402 services_controller.go:478] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics per-node LB for network=default: []services.LB{} I0310 19:26:28.520766 3402 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 == {73305b24-d37e-4050-b120-723df48ede35}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:28.520638 3402 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 09cca8de-04ca-4ab6-8203-44c9983ced6e 1641 0 2026-03-10 19:15:25 +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 fa8407b6-d2c6-496a-b61c-58a7d50d03f1 0xc00721107f }] [] []},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.72.112,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.72.112],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:28.520895 3402 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:73305b24-d37e-4050-b120-723df48ede35}]}}] Timeout: Where:[where column _uuid == {935e56e5-519c-483f-8471-7339fb01e931}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:28.520925 3402 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 == {73305b24-d37e-4050-b120-723df48ede35}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:policies Mutator:insert Value:{GoSet:[{GoUUID:73305b24-d37e-4050-b120-723df48ede35}]}}] Timeout: Where:[where column _uuid == {935e56e5-519c-483f-8471-7339fb01e931}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0310 19:26:28.520239 3402 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.239.130", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:28.521026 3402 services_controller.go:478] Built service openshift-cloud-credential-operator/cco-metrics per-node LB for network=default: []services.LB{} I0310 19:26:28.520947 3402 lb_config.go:1030] Cluster endpoints for openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default are: map[] I0310 19:26:28.521042 3402 services_controller.go:479] Built service openshift-cloud-credential-operator/cco-metrics template LB for network=default: []services.LB{} I0310 19:26:28.521050 3402 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.72.112"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0310 19:26:28.520472 3402 services_controller.go:471] Built service openshift-dns/dns-default LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:28.521065 3402 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) I0310 19:26:28.521074 3402 services_controller.go:471] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:28.521100 3402 services_controller.go:477] Built service openshift-dns/dns-default cluster-wide LB for network=default: []services.LB{} I0310 19:26:28.521091 3402 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.72.112", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:28.521121 3402 services_controller.go:478] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service per-node LB for network=default: []services.LB{} I0310 19:26:28.521131 3402 services_controller.go:479] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service template LB for network=default: []services.LB{} I0310 19:26:28.521141 3402 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 I0310 19:26:28.521118 3402 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-9.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-9.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-9.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-dns/dns-default_UDP_node_router+switch_ip-10-0-1-9.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-9.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-9.ec2.internal"}, Groups:[]string(nil)}} I0310 19:26:28.521181 3402 services_controller.go:497] Skipping no-op change for service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0310 19:26:28.521190 3402 services_controller.go:479] Built service openshift-dns/dns-default template LB for network=default: []services.LB{} I0310 19:26:28.521188 3402 services_controller.go:386] Finished syncing service performance-addon-operator-service on namespace openshift-cluster-node-tuning-operator for network=default : 620.445µs I0310 19:26:28.521206 3402 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 I0310 19:26:28.521211 3402 services_controller.go:382] Processing sync for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0310 19:26:28.521237 3402 services_controller.go:497] Skipping no-op change for service openshift-dns/dns-default for network=default I0310 19:26:28.521251 3402 services_controller.go:386] Finished syncing service dns-default on namespace openshift-dns for network=default : 977.599µs I0310 19:26:28.521265 3402 services_controller.go:382] Processing sync for service openshift-kube-controller-manager-operator/metrics for network=default I0310 19:26:28.521221 3402 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 892212a2-23a7-4e55-bc82-8c3bfeb75bf8 1039 0 2026-03-10 19:15:13 +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 fa8407b6-d2c6-496a-b61c-58a7d50d03f1 0xc0072111a7 }] [] []},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.67.139,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.67.139],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:28.521311 3402 lb_config.go:1030] Cluster endpoints for openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default are: map[] I0310 19:26:28.521055 3402 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 I0310 19:26:28.521388 3402 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.67.139"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0310 19:26:28.521464 3402 services_controller.go:470] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:28.521502 3402 services_controller.go:471] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:28.520031 3402 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.61.240", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:28.521418 3402 services_controller.go:497] Skipping no-op change for service openshift-cloud-credential-operator/cco-metrics for network=default I0310 19:26:28.521561 3402 services_controller.go:386] Finished syncing service cco-metrics on namespace openshift-cloud-credential-operator for network=default : 1.599501ms I0310 19:26:28.521575 3402 services_controller.go:382] Processing sync for service openshift-monitoring/cluster-monitoring-operator for network=default I0310 19:26:28.521576 3402 services_controller.go:478] Built service openshift-kube-storage-version-migrator-operator/metrics per-node LB for network=default: []services.LB{} I0310 19:26:28.521585 3402 services_controller.go:386] Finished syncing service cluster-monitoring-operator on namespace openshift-monitoring for network=default : 10.664µs I0310 19:26:28.521594 3402 services_controller.go:382] Processing sync for service default/openshift-oauth-apiserver for network=default I0310 19:26:28.521596 3402 services_controller.go:479] Built service openshift-kube-storage-version-migrator-operator/metrics template LB for network=default: []services.LB{} I0310 19:26:28.521576 3402 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.67.139", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:28.521611 3402 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 I0310 19:26:28.521613 3402 services_controller.go:478] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics per-node LB for network=default: []services.LB{} I0310 19:26:28.521626 3402 services_controller.go:479] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics template LB for network=default: []services.LB{} I0310 19:26:28.521637 3402 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 I0310 19:26:28.520803 3402 services_controller.go:479] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics template LB for network=default: []services.LB{} I0310 19:26:28.521660 3402 services_controller.go:497] Skipping no-op change for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0310 19:26:28.521709 3402 services_controller.go:386] Finished syncing service cluster-storage-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 498.717µs I0310 19:26:28.521723 3402 services_controller.go:382] Processing sync for service openshift-apiserver/check-endpoints for network=default I0310 19:26:28.521612 3402 services_controller.go:460] Service default/openshift-oauth-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-oauth-apiserver default b87cd83d-5779-4193-be24-54272c47408b 1583 0 2026-03-10 19:15:24 +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.251.73,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.251.73],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:28.521729 3402 services_controller.go:460] Service openshift-apiserver/check-endpoints retrieved from lister for network=default: &Service{ObjectMeta:{check-endpoints openshift-apiserver 4c298cfa-385c-4de6-8ba9-600d92298f16 1805 0 2026-03-10 19:15:26 +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 fa8407b6-d2c6-496a-b61c-58a7d50d03f1 0xc007210d37 }] [] []},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.109.5,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.109.5],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:28.521827 3402 lb_config.go:1030] Cluster endpoints for openshift-apiserver/check-endpoints for network=default are: map[] I0310 19:26:28.521833 3402 lb_config.go:1030] Cluster endpoints for default/openshift-oauth-apiserver for network=default are: map[TCP/https:{443 [172.30.132.168] []}] I0310 19:26:28.521844 3402 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.109.5"}, 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}} I0310 19:26:28.521670 3402 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 I0310 19:26:28.521854 3402 services_controller.go:469] Built service default/openshift-oauth-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0310 19:26:28.521861 3402 services_controller.go:470] Built service openshift-apiserver/check-endpoints LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:28.521865 3402 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.251.73"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.132.168"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0310 19:26:28.521872 3402 services_controller.go:471] Built service openshift-apiserver/check-endpoints LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:28.521878 3402 services_controller.go:471] Built service default/openshift-oauth-apiserver LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:28.521884 3402 services_controller.go:497] Skipping no-op change for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0310 19:26:28.521894 3402 services_controller.go:477] Built service default/openshift-oauth-apiserver cluster-wide LB for network=default: []services.LB{} I0310 19:26:28.521896 3402 services_controller.go:386] Finished syncing service deployment-validation-operator-metrics on namespace openshift-deployment-validation-operator for network=default : 1.907327ms I0310 19:26:28.521900 3402 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-9.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.251.73", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.132.168", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-9.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-9.ec2.internal"}, Groups:[]string(nil)}} I0310 19:26:28.521910 3402 services_controller.go:382] Processing sync for service openshift-cluster-machine-approver/machine-approver for network=default I0310 19:26:28.521924 3402 services_controller.go:479] Built service default/openshift-oauth-apiserver template LB for network=default: []services.LB{} I0310 19:26:28.521912 3402 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.109.5", Port:17698, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:28.521930 3402 services_controller.go:386] Finished syncing service machine-approver on namespace openshift-cluster-machine-approver for network=default : 20.535µs I0310 19:26:28.521935 3402 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 I0310 19:26:28.521940 3402 services_controller.go:382] Processing sync for service openshift-ingress-canary/ingress-canary for network=default I0310 19:26:28.521940 3402 services_controller.go:478] Built service openshift-apiserver/check-endpoints per-node LB for network=default: []services.LB{} I0310 19:26:28.521953 3402 services_controller.go:479] Built service openshift-apiserver/check-endpoints template LB for network=default: []services.LB{} I0310 19:26:28.521958 3402 services_controller.go:497] Skipping no-op change for service default/openshift-oauth-apiserver for network=default I0310 19:26:28.521962 3402 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 I0310 19:26:28.521966 3402 services_controller.go:386] Finished syncing service openshift-oauth-apiserver on namespace default for network=default : 370.618µs I0310 19:26:28.521979 3402 services_controller.go:497] Skipping no-op change for service openshift-apiserver/check-endpoints for network=default I0310 19:26:28.521982 3402 services_controller.go:382] Processing sync for service openshift-ingress/router-default for network=default I0310 19:26:28.521986 3402 services_controller.go:386] Finished syncing service check-endpoints on namespace openshift-apiserver for network=default : 261.914µs I0310 19:26:28.521999 3402 services_controller.go:382] Processing sync for service openshift-machine-config-operator/machine-config-operator for network=default I0310 19:26:28.521950 3402 services_controller.go:460] Service openshift-ingress-canary/ingress-canary retrieved from lister for network=default: &Service{ObjectMeta:{ingress-canary openshift-ingress-canary 3f977580-5cd1-40ea-afdd-e700c9fe2bee 2318 0 2026-03-10 19:15:37 +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 68280ad7-231b-43d0-b811-d7b50cbefe3b 0xc007211860 }] [] []},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.245.55,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.245.55],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:28.522033 3402 lb_config.go:1030] Cluster endpoints for openshift-ingress-canary/ingress-canary for network=default are: map[] I0310 19:26:28.522014 3402 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 73b57a22-2054-4eb4-a4e3-1c86e999acbd 738 0 2026-03-10 19:15:07 +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 fa8407b6-d2c6-496a-b61c-58a7d50d03f1 0xc007211f3b }] [] []},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.196.21,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.196.21],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:28.522057 3402 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.245.55"}, 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.245.55"}, 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}} I0310 19:26:28.521993 3402 services_controller.go:460] Service openshift-ingress/router-default retrieved from lister for network=default: &Service{ObjectMeta:{router-default openshift-ingress 1fc1309f-cdef-4f25-b1af-592916ef735e 2711 0 2026-03-10 19:15:27 +0000 UTC map[app:router ingresscontroller.operator.openshift.io/owning-ingresscontroller:default router:router-default] map[service.beta.kubernetes.io/aws-load-balancer-additional-resource-tags:api.openshift.com/environment=production,api.openshift.com/id=2ov1rmga1lmertbm3075pr3fjmubsbm3,api.openshift.com/legal-entity-id=2h8L52xc1VHB4xLFE2YyPmAjYjI,api.openshift.com/name=kx-018f8b4b31,cluster-type=rosa-hcp,creation-date=2026-03-10,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 6a20aac2-da33-4e60-9721-5b9e7b570896 0xc007211a37 }] [service.kubernetes.io/load-balancer-cleanup] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:http,Protocol:TCP,Port:80,TargetPort:{1 0 http},NodePort:31230,AppProtocol:nil,},ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{1 0 https},NodePort:31162,AppProtocol:nil,},},Selector:map[string]string{ingresscontroller.operator.openshift.io/deployment-ingresscontroller: default,},ClusterIP:172.30.201.102,Type:LoadBalancer,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:Local,HealthCheckNodePort:32283,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.201.102],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:*true,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{LoadBalancerIngress{IP:,Hostname:a1fc1309fcdef4f25b1af592916ef735-fb40aed27295f0e4.elb.us-east-1.amazonaws.com,IPMode:nil,Ports:[]PortStatus{},},},},Conditions:[]Condition{},},} I0310 19:26:28.522081 3402 services_controller.go:470] Built service openshift-ingress-canary/ingress-canary LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:28.522086 3402 lb_config.go:1030] Cluster endpoints for openshift-machine-config-operator/machine-config-operator for network=default are: map[] I0310 19:26:28.522092 3402 services_controller.go:471] Built service openshift-ingress-canary/ingress-canary LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:28.522101 3402 lb_config.go:1030] Cluster endpoints for openshift-ingress/router-default for network=default are: map[] I0310 19:26:28.522099 3402 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.196.21"}, 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}} I0310 19:26:28.522112 3402 lb_config.go:1053] Local endpoints for openshift-ingress/router-default for network=default are: map[] I0310 19:26:28.522114 3402 services_controller.go:470] Built service openshift-machine-config-operator/machine-config-operator LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:28.522124 3402 services_controller.go:471] Built service openshift-machine-config-operator/machine-config-operator LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:28.522111 3402 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.245.55", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.245.55", Port:8888, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:28.522127 3402 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.201.102"}, 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.201.102"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0310 19:26:28.522164 3402 services_controller.go:478] Built service openshift-ingress-canary/ingress-canary per-node LB for network=default: []services.LB{} I0310 19:26:28.522141 3402 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.196.21", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:28.522177 3402 services_controller.go:479] Built service openshift-ingress-canary/ingress-canary template LB for network=default: []services.LB{} I0310 19:26:28.522189 3402 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 I0310 19:26:28.522202 3402 services_controller.go:478] Built service openshift-machine-config-operator/machine-config-operator per-node LB for network=default: []services.LB{} I0310 19:26:28.522213 3402 services_controller.go:497] Skipping no-op change for service openshift-ingress-canary/ingress-canary for network=default I0310 19:26:28.522221 3402 services_controller.go:386] Finished syncing service ingress-canary on namespace openshift-ingress-canary for network=default : 280.948µs I0310 19:26:28.522233 3402 services_controller.go:382] Processing sync for service openshift-apiserver-operator/metrics for network=default I0310 19:26:28.522247 3402 services_controller.go:460] Service openshift-apiserver-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-apiserver-operator 04181d65-7ff2-417a-a363-47eaa610f3ec 1072 0 2026-03-10 19:15:14 +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 fa8407b6-d2c6-496a-b61c-58a7d50d03f1 0xc007210c6f }] [] []},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.174.147,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.174.147],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:28.522165 3402 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:31230, 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:31162, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:true, internalTrafficLocal:false, hasNodePort:true}} I0310 19:26:28.522328 3402 lb_config.go:1030] Cluster endpoints for openshift-apiserver-operator/metrics for network=default are: map[] I0310 19:26:28.522333 3402 services_controller.go:471] Built service openshift-ingress/router-default LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:28.522342 3402 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.174.147"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0310 19:26:28.522357 3402 services_controller.go:470] Built service openshift-apiserver-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:28.522368 3402 services_controller.go:471] Built service openshift-apiserver-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:28.522385 3402 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.174.147", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:28.522385 3402 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.201.102", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.201.102", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:28.522415 3402 services_controller.go:478] Built service openshift-apiserver-operator/metrics per-node LB for network=default: []services.LB{} I0310 19:26:28.522427 3402 services_controller.go:479] Built service openshift-apiserver-operator/metrics template LB for network=default: []services.LB{} I0310 19:26:28.522437 3402 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 I0310 19:26:28.522460 3402 services_controller.go:497] Skipping no-op change for service openshift-apiserver-operator/metrics for network=default I0310 19:26:28.522471 3402 services_controller.go:386] Finished syncing service metrics on namespace openshift-apiserver-operator for network=default : 237.288µs I0310 19:26:28.522420 3402 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-9.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.9", Port:31230, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:31230, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.1.9", Port:31162, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:31162, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string(nil), Routers:[]string{"GR_ip-10-0-1-9.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-ingress/router-default_TCP_node_switch_ip-10-0-1-9.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:31230, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.1.9", Port:31230, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:31230, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:31230, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:31162, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.1.9", Port:31162, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:31162, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:31162, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-9.ec2.internal"}, Routers:[]string(nil), Groups:[]string(nil)}} I0310 19:26:28.522482 3402 services_controller.go:382] Processing sync for service openshift-authentication-operator/metrics for network=default I0310 19:26:28.522494 3402 services_controller.go:479] Built service openshift-ingress/router-default template LB for network=default: []services.LB{} I0310 19:26:28.522507 3402 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 I0310 19:26:28.522494 3402 services_controller.go:460] Service openshift-authentication-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-authentication-operator 940abf11-5dbf-440a-a310-fe07018f2f37 684 0 2026-03-10 19:15:06 +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 fa8407b6-d2c6-496a-b61c-58a7d50d03f1 0xc007210df7 }] [] []},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.231.158,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.231.158],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:28.522555 3402 services_controller.go:497] Skipping no-op change for service openshift-ingress/router-default for network=default I0310 19:26:28.522562 3402 services_controller.go:386] Finished syncing service router-default on namespace openshift-ingress for network=default : 580.22µs I0310 19:26:28.522562 3402 lb_config.go:1030] Cluster endpoints for openshift-authentication-operator/metrics for network=default are: map[] I0310 19:26:28.522576 3402 services_controller.go:382] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0310 19:26:28.522576 3402 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.231.158"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0310 19:26:28.522590 3402 services_controller.go:470] Built service openshift-authentication-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:28.522600 3402 services_controller.go:471] Built service openshift-authentication-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:28.522617 3402 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.231.158", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:28.522586 3402 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 81ee59f8-c796-4117-9ce0-1c25b03b3fa5 5109 0 2026-03-10 19:16:35 +0000 UTC map[olm.managed:true olm.service-spec-hash:8H7arFYfeqTDwtur5ZzpDGCqSKpg30XG9PXH2W] map[] [{operators.coreos.com/v1alpha1 CatalogSource deployment-validation-operator-catalog 25be4e2b-1d6c-4457-92e1-509a3c3f3e6d 0xc0072114cd 0xc0072114ce}] [] []},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.206.67,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.206.67],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:28.522649 3402 services_controller.go:478] Built service openshift-authentication-operator/metrics per-node LB for network=default: []services.LB{} I0310 19:26:28.522661 3402 services_controller.go:479] Built service openshift-authentication-operator/metrics template LB for network=default: []services.LB{} I0310 19:26:28.522668 3402 lb_config.go:1030] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default are: map[] I0310 19:26:28.522675 3402 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 I0310 19:26:28.522682 3402 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.206.67"}, 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}} I0310 19:26:28.522697 3402 services_controller.go:470] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:28.522699 3402 services_controller.go:497] Skipping no-op change for service openshift-authentication-operator/metrics for network=default I0310 19:26:28.522706 3402 services_controller.go:386] Finished syncing service metrics on namespace openshift-authentication-operator for network=default : 224.552µs I0310 19:26:28.522709 3402 services_controller.go:471] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:28.522718 3402 services_controller.go:382] Processing sync for service openshift-cluster-version/cluster-version-operator for network=default I0310 19:26:28.522727 3402 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.206.67", Port:50051, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:28.522759 3402 services_controller.go:478] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog per-node LB for network=default: []services.LB{} I0310 19:26:28.522772 3402 services_controller.go:479] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog template LB for network=default: []services.LB{} I0310 19:26:28.522784 3402 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 I0310 19:26:28.522727 3402 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 5e25f966-f738-479d-b41e-9a213fe4275d 496 0 2026-03-10 19:14:59 +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.23.118,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.23.118],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:28.522812 3402 services_controller.go:497] Skipping no-op change for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0310 19:26:28.522819 3402 services_controller.go:386] Finished syncing service deployment-validation-operator-catalog on namespace openshift-deployment-validation-operator for network=default : 243.205µs I0310 19:26:28.522825 3402 lb_config.go:1030] Cluster endpoints for openshift-cluster-version/cluster-version-operator for network=default are: map[] I0310 19:26:28.522830 3402 services_controller.go:382] Processing sync for service openshift-console-operator/metrics for network=default I0310 19:26:28.522839 3402 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.23.118"}, 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}} I0310 19:26:28.522855 3402 services_controller.go:470] Built service openshift-cluster-version/cluster-version-operator LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:28.522866 3402 services_controller.go:471] Built service openshift-cluster-version/cluster-version-operator LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:28.522839 3402 services_controller.go:460] Service openshift-console-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-console-operator 4a548d25-72a5-4fd0-b8e7-a5256f015705 2128 0 2026-03-10 19:15:30 +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 fa8407b6-d2c6-496a-b61c-58a7d50d03f1 0xc007211437 }] [] []},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.94.34,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.94.34],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:28.522883 3402 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.23.118", Port:9099, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:28.522909 3402 lb_config.go:1030] Cluster endpoints for openshift-console-operator/metrics for network=default are: map[] I0310 19:26:28.522912 3402 services_controller.go:478] Built service openshift-cluster-version/cluster-version-operator per-node LB for network=default: []services.LB{} I0310 19:26:28.522924 3402 services_controller.go:479] Built service openshift-cluster-version/cluster-version-operator template LB for network=default: []services.LB{} I0310 19:26:28.522922 3402 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.94.34"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0310 19:26:28.522934 3402 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 I0310 19:26:28.522938 3402 services_controller.go:470] Built service openshift-console-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:28.522948 3402 services_controller.go:471] Built service openshift-console-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:28.522956 3402 services_controller.go:497] Skipping no-op change for service openshift-cluster-version/cluster-version-operator for network=default I0310 19:26:28.522963 3402 services_controller.go:386] Finished syncing service cluster-version-operator on namespace openshift-cluster-version for network=default : 246.451µs I0310 19:26:28.522974 3402 services_controller.go:382] Processing sync for service openshift-ingress-operator/metrics for network=default I0310 19:26:28.522964 3402 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.94.34", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:28.522991 3402 services_controller.go:478] Built service openshift-console-operator/metrics per-node LB for network=default: []services.LB{} I0310 19:26:28.523006 3402 services_controller.go:479] Built service openshift-console-operator/metrics template LB for network=default: []services.LB{} I0310 19:26:28.523018 3402 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 I0310 19:26:28.522983 3402 services_controller.go:460] Service openshift-ingress-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-ingress-operator c26bef83-3fc2-42aa-809d-670625d33d02 1608 0 2026-03-10 19:15:24 +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 fa8407b6-d2c6-496a-b61c-58a7d50d03f1 0xc007211947 }] [] []},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.37.211,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.37.211],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:28.523043 3402 services_controller.go:497] Skipping no-op change for service openshift-console-operator/metrics for network=default I0310 19:26:28.523049 3402 services_controller.go:386] Finished syncing service metrics on namespace openshift-console-operator for network=default : 218.823µs I0310 19:26:28.523053 3402 lb_config.go:1030] Cluster endpoints for openshift-ingress-operator/metrics for network=default are: map[] I0310 19:26:28.523060 3402 services_controller.go:382] Processing sync for service openshift-machine-config-operator/machine-config-daemon for network=default I0310 19:26:28.523067 3402 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.37.211"}, 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}} I0310 19:26:28.523085 3402 services_controller.go:470] Built service openshift-ingress-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:28.523096 3402 services_controller.go:471] Built service openshift-ingress-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:28.523070 3402 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 dcd2ed27-5861-4e2b-a37f-3b3df2c1a30e 942 0 2026-03-10 19:15:11 +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 fa8407b6-d2c6-496a-b61c-58a7d50d03f1 0xc007211ea7 }] [] []},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.91.28,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.91.28],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:28.523115 3402 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.37.211", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:28.523142 3402 lb_config.go:1030] Cluster endpoints for openshift-machine-config-operator/machine-config-daemon for network=default are: map[] I0310 19:26:28.523142 3402 services_controller.go:478] Built service openshift-ingress-operator/metrics per-node LB for network=default: []services.LB{} I0310 19:26:28.523174 3402 services_controller.go:479] Built service openshift-ingress-operator/metrics template LB for network=default: []services.LB{} I0310 19:26:28.523172 3402 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.91.28"}, 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.91.28"}, 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}} I0310 19:26:28.523185 3402 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 I0310 19:26:28.523191 3402 services_controller.go:470] Built service openshift-machine-config-operator/machine-config-daemon LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:28.523202 3402 services_controller.go:471] Built service openshift-machine-config-operator/machine-config-daemon LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:28.523207 3402 services_controller.go:497] Skipping no-op change for service openshift-ingress-operator/metrics for network=default I0310 19:26:28.523214 3402 services_controller.go:386] Finished syncing service metrics on namespace openshift-ingress-operator for network=default : 239.33µs I0310 19:26:28.523225 3402 services_controller.go:382] Processing sync for service default/kubernetes for network=default I0310 19:26:28.523220 3402 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.91.28", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.91.28", Port:8798, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:28.523254 3402 services_controller.go:478] Built service openshift-machine-config-operator/machine-config-daemon per-node LB for network=default: []services.LB{} I0310 19:26:28.523267 3402 services_controller.go:479] Built service openshift-machine-config-operator/machine-config-daemon template LB for network=default: []services.LB{} I0310 19:26:28.523235 3402 services_controller.go:460] Service default/kubernetes retrieved from lister for network=default: &Service{ObjectMeta:{kubernetes default f0262105-a82b-4c31-961f-bb9c53e88513 271 0 2026-03-10 19:14:40 +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{},},} I0310 19:26:28.523279 3402 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 I0310 19:26:28.523298 3402 lb_config.go:1030] Cluster endpoints for default/kubernetes for network=default are: map[TCP/https:{6443 [172.20.0.1] []}] I0310 19:26:28.523317 3402 services_controller.go:469] Built service default/kubernetes LB cluster-wide configs for network=default: []services.lbConfig(nil) I0310 19:26:28.523326 3402 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}} I0310 19:26:28.523342 3402 services_controller.go:471] Built service default/kubernetes LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:28.523363 3402 services_controller.go:477] Built service default/kubernetes cluster-wide LB for network=default: []services.LB{} I0310 19:26:28.522214 3402 services_controller.go:479] Built service openshift-machine-config-operator/machine-config-operator template LB for network=default: []services.LB{} I0310 19:26:28.523380 3402 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 I0310 19:26:28.523376 3402 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-9.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-9.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-9.ec2.internal"}, Groups:[]string(nil)}} I0310 19:26:28.523401 3402 services_controller.go:497] Skipping no-op change for service openshift-machine-config-operator/machine-config-operator for network=default I0310 19:26:28.523404 3402 services_controller.go:479] Built service default/kubernetes template LB for network=default: []services.LB{} I0310 19:26:28.523408 3402 services_controller.go:386] Finished syncing service machine-config-operator on namespace openshift-machine-config-operator for network=default : 1.409304ms I0310 19:26:28.523416 3402 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 I0310 19:26:28.523421 3402 services_controller.go:382] Processing sync for service default/openshift for network=default I0310 19:26:28.523428 3402 services_controller.go:386] Finished syncing service openshift on namespace default for network=default : 7.629µs I0310 19:26:28.523437 3402 services_controller.go:382] Processing sync for service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0310 19:26:28.523440 3402 services_controller.go:497] Skipping no-op change for service default/kubernetes for network=default I0310 19:26:28.523446 3402 services_controller.go:386] Finished syncing service kubernetes on namespace default for network=default : 220.824µs I0310 19:26:28.523456 3402 services_controller.go:382] Processing sync for service openshift-config-operator/metrics for network=default I0310 19:26:28.523465 3402 services_controller.go:460] Service openshift-config-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-config-operator d8ccf22f-d021-47a6-802f-0133ba96d013 1834 0 2026-03-10 19:15:27 +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 fa8407b6-d2c6-496a-b61c-58a7d50d03f1 0xc007211377 }] [] []},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.44.158,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.44.158],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:28.523446 3402 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 baf0b0f2-2aca-4d3c-b7c9-637dd97d2847 992 0 2026-03-10 19:15:12 +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 fa8407b6-d2c6-496a-b61c-58a7d50d03f1 0xc007211257 }] [] []},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.65.251,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.65.251],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:28.523531 3402 lb_config.go:1030] Cluster endpoints for openshift-config-operator/metrics for network=default are: map[] I0310 19:26:28.523542 3402 lb_config.go:1030] Cluster endpoints for openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default are: map[] I0310 19:26:28.523544 3402 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.44.158"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0310 19:26:28.523557 3402 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.65.251"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0310 19:26:28.523566 3402 services_controller.go:470] Built service openshift-config-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:28.523576 3402 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) I0310 19:26:28.523578 3402 services_controller.go:471] Built service openshift-config-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:28.523587 3402 services_controller.go:471] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:28.523595 3402 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.44.158", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:28.523604 3402 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.65.251", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:28.523623 3402 services_controller.go:478] Built service openshift-config-operator/metrics per-node LB for network=default: []services.LB{} I0310 19:26:28.523633 3402 services_controller.go:478] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics per-node LB for network=default: []services.LB{} I0310 19:26:28.523635 3402 services_controller.go:479] Built service openshift-config-operator/metrics template LB for network=default: []services.LB{} I0310 19:26:28.523646 3402 services_controller.go:479] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics template LB for network=default: []services.LB{} I0310 19:26:28.523648 3402 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 I0310 19:26:28.523660 3402 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 I0310 19:26:28.523672 3402 services_controller.go:497] Skipping no-op change for service openshift-config-operator/metrics for network=default I0310 19:26:28.523678 3402 services_controller.go:386] Finished syncing service metrics on namespace openshift-config-operator for network=default : 222.083µs I0310 19:26:28.523686 3402 services_controller.go:497] Skipping no-op change for service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0310 19:26:28.523688 3402 services_controller.go:382] Processing sync for service openshift-network-console/networking-console-plugin for network=default I0310 19:26:28.523693 3402 services_controller.go:386] Finished syncing service csi-snapshot-controller-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 255.445µs I0310 19:26:28.523704 3402 services_controller.go:382] Processing sync for service default/openshift-apiserver for network=default I0310 19:26:28.523699 3402 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 26fa38be-8216-4039-a46d-fc4c8e5c834f 4569 0 2026-03-10 19:16:20 +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 e28b0252-3599-43f1-b41f-363f241a1f44 0xc007ec20ee 0xc007ec20ef}] [] []},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.233.0,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.233.0],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:28.523769 3402 lb_config.go:1030] Cluster endpoints for openshift-network-console/networking-console-plugin for network=default are: map[] I0310 19:26:28.523783 3402 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.233.0"}, 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}} I0310 19:26:28.523800 3402 services_controller.go:470] Built service openshift-network-console/networking-console-plugin LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:28.523810 3402 services_controller.go:471] Built service openshift-network-console/networking-console-plugin LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:28.523303 3402 services_controller.go:497] Skipping no-op change for service openshift-machine-config-operator/machine-config-daemon for network=default I0310 19:26:28.523826 3402 services_controller.go:386] Finished syncing service machine-config-daemon on namespace openshift-machine-config-operator for network=default : 765.778µs I0310 19:26:28.523836 3402 services_controller.go:382] Processing sync for service default/packageserver for network=default I0310 19:26:28.523825 3402 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.233.0", Port:9443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:28.523851 3402 services_controller.go:478] Built service openshift-network-console/networking-console-plugin per-node LB for network=default: []services.LB{} I0310 19:26:28.523862 3402 services_controller.go:479] Built service openshift-network-console/networking-console-plugin template LB for network=default: []services.LB{} I0310 19:26:28.523873 3402 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 I0310 19:26:28.523897 3402 services_controller.go:497] Skipping no-op change for service openshift-network-console/networking-console-plugin for network=default I0310 19:26:28.523952 3402 services_controller.go:386] Finished syncing service networking-console-plugin on namespace openshift-network-console for network=default : 263.888µs I0310 19:26:28.523967 3402 services_controller.go:382] Processing sync for service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0310 19:26:28.523974 3402 services_controller.go:386] Finished syncing service node-tuning-operator on namespace openshift-cluster-node-tuning-operator for network=default : 7.76µs I0310 19:26:28.523982 3402 services_controller.go:382] Processing sync for service openshift-image-registry/image-registry for network=default I0310 19:26:28.523846 3402 services_controller.go:460] Service default/packageserver retrieved from lister for network=default: &Service{ObjectMeta:{packageserver default 49bb0eb7-e2d0-4d5a-9136-d5983bf2c0ef 1734 0 2026-03-10 19:15:26 +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.161.98,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.161.98],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:28.523992 3402 services_controller.go:460] Service openshift-image-registry/image-registry retrieved from lister for network=default: &Service{ObjectMeta:{image-registry openshift-image-registry ace81c7c-a62a-4721-bebf-891a194a3341 1906 0 2026-03-10 19:15:27 +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.174.40,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.174.40],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:28.524050 3402 lb_config.go:1030] Cluster endpoints for openshift-image-registry/image-registry for network=default are: map[] I0310 19:26:28.524063 3402 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.174.40"}, 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}} I0310 19:26:28.524081 3402 services_controller.go:470] Built service openshift-image-registry/image-registry LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:28.524077 3402 lb_config.go:1030] Cluster endpoints for default/packageserver for network=default are: map[TCP/https:{443 [172.30.51.152] []}] I0310 19:26:28.524091 3402 services_controller.go:471] Built service openshift-image-registry/image-registry LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:28.524103 3402 services_controller.go:469] Built service default/packageserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0310 19:26:28.523713 3402 services_controller.go:460] Service default/openshift-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-apiserver default 64f28277-86a9-445f-bb60-81f02191f7cf 1567 0 2026-03-10 19:15:24 +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.223.94,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.223.94],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:28.524115 3402 services_controller.go:470] Built service default/packageserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.161.98"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.51.152"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0310 19:26:28.524108 3402 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.174.40", Port:5000, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:28.524132 3402 services_controller.go:471] Built service default/packageserver LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:28.524141 3402 services_controller.go:478] Built service openshift-image-registry/image-registry per-node LB for network=default: []services.LB{} I0310 19:26:28.524160 3402 lb_config.go:1030] Cluster endpoints for default/openshift-apiserver for network=default are: map[TCP/https:{443 [172.30.248.177] []}] I0310 19:26:28.524169 3402 services_controller.go:479] Built service openshift-image-registry/image-registry template LB for network=default: []services.LB{} I0310 19:26:28.524175 3402 services_controller.go:477] Built service default/packageserver cluster-wide LB for network=default: []services.LB{} I0310 19:26:28.524182 3402 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 I0310 19:26:28.524204 3402 services_controller.go:469] Built service default/openshift-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0310 19:26:28.524207 3402 services_controller.go:497] Skipping no-op change for service openshift-image-registry/image-registry for network=default I0310 19:26:28.524187 3402 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-9.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.161.98", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.51.152", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-9.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-9.ec2.internal"}, Groups:[]string(nil)}} I0310 19:26:28.524217 3402 services_controller.go:386] Finished syncing service image-registry on namespace openshift-image-registry for network=default : 234.424µs I0310 19:26:28.524219 3402 services_controller.go:470] Built service default/openshift-apiserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.223.94"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.248.177"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0310 19:26:28.524225 3402 services_controller.go:479] Built service default/packageserver template LB for network=default: []services.LB{} I0310 19:26:28.524227 3402 services_controller.go:382] Processing sync for service openshift-insights/metrics for network=default I0310 19:26:28.524239 3402 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 I0310 19:26:28.521641 3402 services_controller.go:497] Skipping no-op change for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0310 19:26:28.524256 3402 services_controller.go:471] Built service default/openshift-apiserver LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:28.524238 3402 services_controller.go:460] Service openshift-insights/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-insights af81ea07-e514-4d44-9907-d4be5acd1672 2140 0 2026-03-10 19:15:30 +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 fa8407b6-d2c6-496a-b61c-58a7d50d03f1 0xc007211bfb }] [] []},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.122.158,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.122.158],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:28.524299 3402 services_controller.go:477] Built service default/openshift-apiserver cluster-wide LB for network=default: []services.LB{} I0310 19:26:28.524308 3402 lb_config.go:1030] Cluster endpoints for openshift-insights/metrics for network=default are: map[] I0310 19:26:28.524320 3402 services_controller.go:469] Built service openshift-insights/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.122.158"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0310 19:26:28.524390 3402 services_controller.go:470] Built service openshift-insights/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:28.524404 3402 services_controller.go:471] Built service openshift-insights/metrics LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:28.524263 3402 services_controller.go:386] Finished syncing service metrics on namespace openshift-kube-storage-version-migrator-operator for network=default : 4.365002ms I0310 19:26:28.524422 3402 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.122.158", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:28.524451 3402 services_controller.go:382] Processing sync for service openshift-network-operator/metrics for network=default I0310 19:26:28.524310 3402 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-9.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.223.94", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.248.177", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-9.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-9.ec2.internal"}, Groups:[]string(nil)}} I0310 19:26:28.524459 3402 services_controller.go:386] Finished syncing service metrics on namespace openshift-network-operator for network=default : 9.733µs I0310 19:26:28.524450 3402 services_controller.go:478] Built service openshift-insights/metrics per-node LB for network=default: []services.LB{} I0310 19:26:28.524466 3402 services_controller.go:479] Built service default/openshift-apiserver template LB for network=default: []services.LB{} I0310 19:26:28.524471 3402 services_controller.go:479] Built service openshift-insights/metrics template LB for network=default: []services.LB{} I0310 19:26:28.524477 3402 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 I0310 19:26:28.524480 3402 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 I0310 19:26:28.524499 3402 services_controller.go:497] Skipping no-op change for service default/openshift-apiserver for network=default I0310 19:26:28.521283 3402 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 cc3b7b42-9d10-47fb-8709-c40de39bc58c 843 0 2026-03-10 19:15:09 +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 fa8407b6-d2c6-496a-b61c-58a7d50d03f1 0xc007211c9f }] [] []},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.119.164,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.119.164],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:28.524508 3402 services_controller.go:386] Finished syncing service openshift-apiserver on namespace default for network=default : 804.049µs I0310 19:26:28.524272 3402 services_controller.go:497] Skipping no-op change for service default/packageserver for network=default I0310 19:26:28.524522 3402 services_controller.go:386] Finished syncing service packageserver on namespace default for network=default : 684.37µs I0310 19:26:28.524528 3402 lb_config.go:1030] Cluster endpoints for openshift-kube-controller-manager-operator/metrics for network=default are: map[] I0310 19:26:28.524503 3402 services_controller.go:497] Skipping no-op change for service openshift-insights/metrics for network=default I0310 19:26:28.524538 3402 services_controller.go:386] Finished syncing service metrics on namespace openshift-insights for network=default : 311.289µs I0310 19:26:28.524545 3402 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.119.164"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0310 19:26:28.524565 3402 services_controller.go:470] Built service openshift-kube-controller-manager-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:28.524574 3402 services_controller.go:471] Built service openshift-kube-controller-manager-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:28.524590 3402 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.119.164", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:28.524610 3402 services_controller.go:478] Built service openshift-kube-controller-manager-operator/metrics per-node LB for network=default: []services.LB{} I0310 19:26:28.524620 3402 services_controller.go:479] Built service openshift-kube-controller-manager-operator/metrics template LB for network=default: []services.LB{} I0310 19:26:28.524630 3402 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 I0310 19:26:28.524650 3402 services_controller.go:497] Skipping no-op change for service openshift-kube-controller-manager-operator/metrics for network=default I0310 19:26:28.524654 3402 services_controller.go:386] Finished syncing service metrics on namespace openshift-kube-controller-manager-operator for network=default : 3.390657ms I0310 19:26:28.525646 3402 ovs.go:163] Exec(82): stdout: "7bcc14dd-ec70-4a5d-a477-199d008217f5\n" I0310 19:26:28.525662 3402 ovs.go:164] Exec(82): stderr: "" I0310 19:26:28.525673 3402 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 - 7bcc14dd-ec70-4a5d-a477-199d008217f5 : stderr - : err I0310 19:26:28.525683 3402 default_node_network_controller.go:1138] Upgrade Hack: Syncing nodes took 8.023781883s I0310 19:26:28.525698 3402 ovs.go:160] Exec(83): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns name find Load_Balancer I0310 19:26:28.530904 3402 ovs.go:163] Exec(83): stdout: "Service_openshift-dns/dns-default_UDP_node_router+switch_ip-10-0-1-9.ec2.internal\n\nService_openshift-ingress/router-internal-default_TCP_cluster\n\nService_openshift-ingress/router-default_TCP_node_router_ip-10-0-1-9.ec2.internal\n\nService_openshift-config-operator/metrics_TCP_cluster\n\nService_openshift-kube-controller-manager-operator/metrics_TCP_cluster\n\nService_openshift-ingress/router-default_TCP_node_switch_ip-10-0-1-9.ec2.internal\n\nService_default/openshift-apiserver_TCP_node_router+switch_ip-10-0-1-9.ec2.internal\n\nService_openshift-insights/metrics_TCP_cluster\n\nService_openshift-cluster-node-tuning-operator/performance-addon-operator-service_TCP_cluster\n\nService_default/kubernetes_TCP_node_router+switch_ip-10-0-1-9.ec2.internal\n\nService_openshift-console-operator/metrics_TCP_cluster\n\nService_openshift-machine-config-operator/machine-config-controller_TCP_cluster\n\nService_openshift-apiserver-operator/metrics_TCP_cluster\n\nService_openshift-cluster-storage-operator/cluster-storage-operator-metrics_TCP_cluster\n\nService_openshift-dns-operator/metrics_TCP_cluster\n\nService_openshift-apiserver/check-endpoints_TCP_cluster\n\nService_openshift-authentication-operator/metrics_TCP_cluster\n\nService_openshift-network-console/networking-console-plugin_TCP_cluster\n\nService_openshift-cloud-credential-operator/cco-metrics_TCP_cluster\n\nService_openshift-ingress-operator/metrics_TCP_cluster\n\nService_openshift-machine-config-operator/machine-config-operator_TCP_cluster\n\nService_openshift-ingress/router-default_TCP_cluster\n\nService_openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics_TCP_cluster\n\nService_openshift-machine-config-operator/machine-config-daemon_TCP_cluster\n\nService_openshift-kube-storage-version-migrator-operator/metrics_TCP_cluster\n\nService_openshift-dns/dns-default_TCP_node_router+switch_ip-10-0-1-9.ec2.internal\n\nService_openshift-ingress-canary/ingress-canary_TCP_cluster\n\nService_openshift-deployment-validation-operator/deployment-validation-operator-catalog_TCP_cluster\n\nService_openshift-deployment-validation-operator/deployment-validation-operator-metrics_TCP_cluster\n\nService_openshift-cluster-version/cluster-version-operator_TCP_cluster\n\nService_openshift-network-diagnostics/network-check-target_TCP_cluster\n\nService_default/openshift-oauth-apiserver_TCP_node_router+switch_ip-10-0-1-9.ec2.internal\n\nService_openshift-image-registry/image-registry_TCP_cluster\n\nService_openshift-service-ca-operator/metrics_TCP_cluster\n\nService_default/packageserver_TCP_node_router+switch_ip-10-0-1-9.ec2.internal\n" I0310 19:26:28.530955 3402 ovs.go:164] Exec(83): stderr: "" I0310 19:26:28.530965 3402 default_node_network_controller.go:779] Upgrade Hack: fetchLBNames: stdout - Service_openshift-dns/dns-default_UDP_node_router+switch_ip-10-0-1-9.ec2.internal Service_openshift-ingress/router-internal-default_TCP_cluster Service_openshift-ingress/router-default_TCP_node_router_ip-10-0-1-9.ec2.internal Service_openshift-config-operator/metrics_TCP_cluster Service_openshift-kube-controller-manager-operator/metrics_TCP_cluster Service_openshift-ingress/router-default_TCP_node_switch_ip-10-0-1-9.ec2.internal Service_default/openshift-apiserver_TCP_node_router+switch_ip-10-0-1-9.ec2.internal Service_openshift-insights/metrics_TCP_cluster Service_openshift-cluster-node-tuning-operator/performance-addon-operator-service_TCP_cluster Service_default/kubernetes_TCP_node_router+switch_ip-10-0-1-9.ec2.internal Service_openshift-console-operator/metrics_TCP_cluster Service_openshift-machine-config-operator/machine-config-controller_TCP_cluster Service_openshift-apiserver-operator/metrics_TCP_cluster Service_openshift-cluster-storage-operator/cluster-storage-operator-metrics_TCP_cluster Service_openshift-dns-operator/metrics_TCP_cluster Service_openshift-apiserver/check-endpoints_TCP_cluster Service_openshift-authentication-operator/metrics_TCP_cluster Service_openshift-network-console/networking-console-plugin_TCP_cluster Service_openshift-cloud-credential-operator/cco-metrics_TCP_cluster Service_openshift-ingress-operator/metrics_TCP_cluster Service_openshift-machine-config-operator/machine-config-operator_TCP_cluster Service_openshift-ingress/router-default_TCP_cluster Service_openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics_TCP_cluster Service_openshift-machine-config-operator/machine-config-daemon_TCP_cluster Service_openshift-kube-storage-version-migrator-operator/metrics_TCP_cluster Service_openshift-dns/dns-default_TCP_node_router+switch_ip-10-0-1-9.ec2.internal Service_openshift-ingress-canary/ingress-canary_TCP_cluster Service_openshift-deployment-validation-operator/deployment-validation-operator-catalog_TCP_cluster Service_openshift-deployment-validation-operator/deployment-validation-operator-metrics_TCP_cluster Service_openshift-cluster-version/cluster-version-operator_TCP_cluster Service_openshift-network-diagnostics/network-check-target_TCP_cluster Service_default/openshift-oauth-apiserver_TCP_node_router+switch_ip-10-0-1-9.ec2.internal Service_openshift-image-registry/image-registry_TCP_cluster Service_openshift-service-ca-operator/metrics_TCP_cluster Service_default/packageserver_TCP_node_router+switch_ip-10-0-1-9.ec2.internal : stderr - : err I0310 19:26:28.530975 3402 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-image-registry/image-registry/Service_openshift-image-registry/image-registry : match - true I0310 19:26:28.530983 3402 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-insights/metrics/Service_openshift-insights/metrics : match - true I0310 19:26:28.530988 3402 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-ingress/router-internal-default/Service_openshift-ingress/router-internal-default : match - true I0310 19:26:28.530992 3402 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 I0310 19:26:28.530996 3402 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 I0310 19:26:28.531000 3402 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-service-ca-operator/metrics/Service_openshift-service-ca-operator/metrics : match - true I0310 19:26:28.531003 3402 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-dns-operator/metrics/Service_openshift-dns-operator/metrics : match - true I0310 19:26:28.531006 3402 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 I0310 19:26:28.531010 3402 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 I0310 19:26:28.531014 3402 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-dns/dns-default/Service_openshift-dns/dns-default : match - true I0310 19:26:28.531020 3402 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 I0310 19:26:28.531025 3402 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - default/openshift-oauth-apiserver/Service_default/openshift-oauth-apiserver : match - true I0310 19:26:28.531030 3402 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-apiserver/check-endpoints/Service_openshift-apiserver/check-endpoints : match - true I0310 19:26:28.531035 3402 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 I0310 19:26:28.531039 3402 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 I0310 19:26:28.531045 3402 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 I0310 19:26:28.531051 3402 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-apiserver-operator/metrics/Service_openshift-apiserver-operator/metrics : match - true I0310 19:26:28.531056 3402 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-authentication-operator/metrics/Service_openshift-authentication-operator/metrics : match - true I0310 19:26:28.531060 3402 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 I0310 19:26:28.531064 3402 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-ingress-canary/ingress-canary/Service_openshift-ingress-canary/ingress-canary : match - true I0310 19:26:28.531067 3402 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-ingress/router-default/Service_openshift-ingress/router-default : match - true I0310 19:26:28.531070 3402 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 I0310 19:26:28.531073 3402 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - default/kubernetes/Service_default/kubernetes : match - true I0310 19:26:28.531076 3402 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 I0310 19:26:28.531080 3402 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 I0310 19:26:28.531085 3402 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-console-operator/metrics/Service_openshift-console-operator/metrics : match - true I0310 19:26:28.531088 3402 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-ingress-operator/metrics/Service_openshift-ingress-operator/metrics : match - true I0310 19:26:28.531091 3402 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 I0310 19:26:28.531093 3402 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - default/openshift-apiserver/Service_default/openshift-apiserver : match - true I0310 19:26:28.531097 3402 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - default/packageserver/Service_default/packageserver : match - true I0310 19:26:28.531099 3402 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-config-operator/metrics/Service_openshift-config-operator/metrics : match - true I0310 19:26:28.531102 3402 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 I0310 19:26:28.531109 3402 default_node_network_controller.go:1158] Upgrade Hack: Syncing services took 8.029207147s I0310 19:26:28.531127 3402 ovs.go:160] Exec(84): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns _uuid find Port_Binding logical_port=openshift-network-diagnostics_network-check-target-dpqdq I0310 19:26:28.536014 3402 obj_retry.go:565] Update event received for resource *v1.Node, old object is equal to new: false I0310 19:26:28.536077 3402 obj_retry.go:617] Update event received for *v1.Node ip-10-0-0-193.ec2.internal I0310 19:26:28.536120 3402 obj_retry.go:565] Update event received for resource *factory.egressNode, old object is equal to new: false I0310 19:26:28.536125 3402 ovs.go:163] Exec(84): stdout: "b12e873d-baf1-4d15-8784-fe1e0e02bc83\n" I0310 19:26:28.536133 3402 obj_retry.go:617] Update event received for *factory.egressNode ip-10-0-0-193.ec2.internal I0310 19:26:28.536137 3402 ovs.go:164] Exec(84): stderr: "" I0310 19:26:28.536160 3402 default_node_network_controller.go:796] Upgrade Hack: portExists for pod - openshift-network-diagnostics/network-check-target-dpqdq : stdout - b12e873d-baf1-4d15-8784-fe1e0e02bc83 : stderr - I0310 19:26:28.536175 3402 ovs.go:160] Exec(85): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns _uuid find Port_Binding logical_port=openshift-multus_network-metrics-daemon-9ptrz I0310 19:26:28.541163 3402 ovs.go:163] Exec(85): stdout: "9c8cfee3-7f0e-4a66-84fb-2d6231d6b716\n" I0310 19:26:28.541221 3402 ovs.go:164] Exec(85): stderr: "" I0310 19:26:28.541237 3402 default_node_network_controller.go:796] Upgrade Hack: portExists for pod - openshift-multus/network-metrics-daemon-9ptrz : stdout - 9c8cfee3-7f0e-4a66-84fb-2d6231d6b716 : stderr - I0310 19:26:28.541249 3402 default_node_network_controller.go:1179] Upgrade Hack: Syncing pods took 8.039344426s I0310 19:26:28.541266 3402 kube.go:133] Setting annotations map[k8s.ovn.org/remote-zone-migrated:ip-10-0-1-9.ec2.internal] on node ip-10-0-1-9.ec2.internal I0310 19:26:28.560006 3402 node_tracker.go:211] Processing possible switch / router updates for node ip-10-0-1-9.ec2.internal in network "default" I0310 19:26:28.560128 3402 node_tracker.go:172] Node ip-10-0-1-9.ec2.internal switch + router changed, syncing services in network "default" I0310 19:26:28.560034 3402 obj_retry.go:565] Update event received for resource *v1.Node, old object is equal to new: false I0310 19:26:28.560174 3402 services_controller.go:575] Full service sync requested for network=default I0310 19:26:28.560178 3402 obj_retry.go:617] Update event received for *v1.Node ip-10-0-1-9.ec2.internal I0310 19:26:28.560198 3402 services_controller.go:640] Adding service openshift-cloud-credential-operator/cco-metrics for network=default I0310 19:26:28.560209 3402 default_node_network_controller.go:1193] ovnkube-node ip-10-0-1-9.ec2.internal finished annotating node with remote-zone-migrated; took: 8.058301711s I0310 19:26:28.560221 3402 obj_retry.go:565] Update event received for resource *factory.egressNode, old object is equal to new: false I0310 19:26:28.560226 3402 services_controller.go:382] Processing sync for service openshift-cloud-credential-operator/cco-metrics for network=default I0310 19:26:28.560232 3402 obj_retry.go:617] Update event received for *factory.egressNode ip-10-0-1-9.ec2.internal I0310 19:26:28.560215 3402 services_controller.go:640] Adding service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0310 19:26:28.560262 3402 services_controller.go:640] Adding service openshift-dns/dns-default for network=default I0310 19:26:28.560270 3402 services_controller.go:640] Adding service openshift-kube-storage-version-migrator-operator/metrics for network=default I0310 19:26:28.560281 3402 services_controller.go:640] Adding service openshift-network-diagnostics/network-check-source for network=default I0310 19:26:28.560283 3402 config.go:1705] Exec: /usr/bin/ovs-vsctl --timeout=15 set Open_vSwitch . external_ids:ovn-remote="unix:/var/run/ovn/ovnsb_db.sock" I0310 19:26:28.560287 3402 services_controller.go:640] Adding service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0310 19:26:28.560297 3402 services_controller.go:382] Processing sync for service openshift-dns/dns-default for network=default I0310 19:26:28.560302 3402 services_controller.go:382] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0310 19:26:28.560317 3402 services_controller.go:382] Processing sync for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0310 19:26:28.560364 3402 services_controller.go:640] Adding service default/openshift-oauth-apiserver for network=default I0310 19:26:28.560325 3402 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 62e48367-5ee4-4864-8f66-9a54fbf9a931 5059 0 2026-03-10 19:16:34 +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.158.64,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.158.64],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:28.560380 3402 services_controller.go:640] Adding service openshift-apiserver/check-endpoints for network=default I0310 19:26:28.560390 3402 services_controller.go:640] Adding service openshift-cluster-machine-approver/machine-approver for network=default I0310 19:26:28.560335 3402 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 2736a54d-aa6a-47bc-af77-ff1f699bee14 3201 0 2026-03-10 19:15:41 +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 fa8407b6-d2c6-496a-b61c-58a7d50d03f1 0xc007211d57 }] [] []},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.61.240,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.61.240],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:28.560308 3402 services_controller.go:460] Service openshift-dns/dns-default retrieved from lister for network=default: &Service{ObjectMeta:{dns-default openshift-dns 55a9ec21-4e0c-4ed4-a19a-c20938bb9f5e 1480 0 2026-03-10 19:15:23 +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 e7e9322d-8b6e-4b5a-a2de-22657998fad2 0xc0072116d7 }] [] []},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{},},} I0310 19:26:28.560409 3402 services_controller.go:382] Processing sync for service openshift-network-diagnostics/network-check-source for network=default I0310 19:26:28.560420 3402 services_controller.go:640] Adding service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0310 19:26:28.560417 3402 lb_config.go:1030] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default are: map[] I0310 19:26:28.560422 3402 services_controller.go:386] Finished syncing service network-check-source on namespace openshift-network-diagnostics for network=default : 41.243µs I0310 19:26:28.560421 3402 lb_config.go:1030] Cluster endpoints for openshift-kube-storage-version-migrator-operator/metrics for network=default are: map[] I0310 19:26:28.560431 3402 lb_config.go:1030] Cluster endpoints for openshift-dns/dns-default for network=default are: map[] I0310 19:26:28.560451 3402 services_controller.go:382] Processing sync for service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0310 19:26:28.560450 3402 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.61.240"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0310 19:26:28.560468 3402 services_controller.go:386] Finished syncing service ovn-kubernetes-node on namespace openshift-ovn-kubernetes for network=default : 16.239µs I0310 19:26:28.560473 3402 services_controller.go:470] Built service openshift-kube-storage-version-migrator-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:28.560477 3402 services_controller.go:382] Processing sync for service default/openshift-oauth-apiserver for network=default I0310 19:26:28.560428 3402 services_controller.go:640] Adding service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0310 19:26:28.560496 3402 services_controller.go:640] Adding service openshift-kube-controller-manager-operator/metrics for network=default I0310 19:26:28.560508 3402 services_controller.go:640] Adding service openshift-monitoring/cluster-monitoring-operator for network=default I0310 19:26:28.560514 3402 services_controller.go:640] Adding service openshift-apiserver-operator/metrics for network=default I0310 19:26:28.560520 3402 services_controller.go:640] Adding service openshift-authentication-operator/metrics for network=default I0310 19:26:28.560486 3402 services_controller.go:460] Service default/openshift-oauth-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-oauth-apiserver default b87cd83d-5779-4193-be24-54272c47408b 1583 0 2026-03-10 19:15:24 +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.251.73,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.251.73],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:28.560441 3402 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.158.64"}, 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}} I0310 19:26:28.560540 3402 services_controller.go:640] Adding service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0310 19:26:28.560451 3402 services_controller.go:469] Built service openshift-dns/dns-default LB cluster-wide configs for network=default: []services.lbConfig(nil) I0310 19:26:28.560546 3402 services_controller.go:470] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:28.560564 3402 lb_config.go:1030] Cluster endpoints for default/openshift-oauth-apiserver for network=default are: map[TCP/https:{443 [172.30.132.168] []}] I0310 19:26:28.560569 3402 services_controller.go:471] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:28.560564 3402 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}} I0310 19:26:28.560583 3402 services_controller.go:469] Built service default/openshift-oauth-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0310 19:26:28.560585 3402 services_controller.go:471] Built service openshift-dns/dns-default LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:28.560592 3402 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.251.73"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.132.168"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0310 19:26:28.560607 3402 services_controller.go:471] Built service default/openshift-oauth-apiserver LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:28.560624 3402 services_controller.go:477] Built service openshift-dns/dns-default cluster-wide LB for network=default: []services.LB{} I0310 19:26:28.560632 3402 services_controller.go:477] Built service default/openshift-oauth-apiserver cluster-wide LB for network=default: []services.LB{} I0310 19:26:28.560272 3402 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 f8086166-3c0d-4cc4-97c1-c4c7db0a5260 1157 0 2026-03-10 19:15:17 +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 fa8407b6-d2c6-496a-b61c-58a7d50d03f1 0xc007210e8b }] [] []},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.239.130,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.239.130],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:28.560603 3402 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.158.64", Port:8383, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:28.560657 3402 services_controller.go:478] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics per-node LB for network=default: []services.LB{} I0310 19:26:28.560643 3402 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-9.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.251.73", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.132.168", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-9.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-9.ec2.internal"}, Groups:[]string(nil)}} I0310 19:26:28.560668 3402 lb_config.go:1030] Cluster endpoints for openshift-cloud-credential-operator/cco-metrics for network=default are: map[] I0310 19:26:28.560674 3402 services_controller.go:479] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics template LB for network=default: []services.LB{} I0310 19:26:28.560676 3402 services_controller.go:479] Built service default/openshift-oauth-apiserver template LB for network=default: []services.LB{} I0310 19:26:28.560638 3402 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-9.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-9.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-9.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-dns/dns-default_UDP_node_router+switch_ip-10-0-1-9.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-9.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-9.ec2.internal"}, Groups:[]string(nil)}} I0310 19:26:28.560685 3402 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 I0310 19:26:28.560682 3402 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.239.130"}, 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}} I0310 19:26:28.560688 3402 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 I0310 19:26:28.560692 3402 services_controller.go:479] Built service openshift-dns/dns-default template LB for network=default: []services.LB{} I0310 19:26:28.560706 3402 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 I0310 19:26:28.560710 3402 services_controller.go:497] Skipping no-op change for service default/openshift-oauth-apiserver for network=default I0310 19:26:28.560717 3402 services_controller.go:386] Finished syncing service openshift-oauth-apiserver on namespace default for network=default : 238.868µs I0310 19:26:28.560720 3402 services_controller.go:497] Skipping no-op change for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0310 19:26:28.560723 3402 services_controller.go:470] Built service openshift-cloud-credential-operator/cco-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:28.560726 3402 services_controller.go:382] Processing sync for service openshift-apiserver/check-endpoints for network=default I0310 19:26:28.560556 3402 services_controller.go:640] Adding service openshift-ingress-canary/ingress-canary for network=default I0310 19:26:28.560483 3402 services_controller.go:471] Built service openshift-kube-storage-version-migrator-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:28.560737 3402 services_controller.go:497] Skipping no-op change for service openshift-dns/dns-default for network=default I0310 19:26:28.560744 3402 services_controller.go:386] Finished syncing service dns-default on namespace openshift-dns for network=default : 446.587µs I0310 19:26:28.560730 3402 services_controller.go:386] Finished syncing service deployment-validation-operator-metrics on namespace openshift-deployment-validation-operator for network=default : 432.638µs I0310 19:26:28.560766 3402 services_controller.go:382] Processing sync for service openshift-cluster-machine-approver/machine-approver for network=default I0310 19:26:28.560771 3402 services_controller.go:382] Processing sync for service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0310 19:26:28.560773 3402 services_controller.go:386] Finished syncing service machine-approver on namespace openshift-cluster-machine-approver for network=default : 9.102µs I0310 19:26:28.560784 3402 services_controller.go:382] Processing sync for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0310 19:26:28.560736 3402 services_controller.go:460] Service openshift-apiserver/check-endpoints retrieved from lister for network=default: &Service{ObjectMeta:{check-endpoints openshift-apiserver 4c298cfa-385c-4de6-8ba9-600d92298f16 1805 0 2026-03-10 19:15:26 +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 fa8407b6-d2c6-496a-b61c-58a7d50d03f1 0xc007210d37 }] [] []},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.109.5,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.109.5],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:28.560778 3402 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.61.240", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:28.560747 3402 services_controller.go:640] Adding service openshift-ingress/router-default for network=default I0310 19:26:28.560834 3402 services_controller.go:640] Adding service openshift-machine-config-operator/machine-config-operator for network=default I0310 19:26:28.560841 3402 services_controller.go:640] Adding service default/kubernetes for network=default I0310 19:26:28.560845 3402 services_controller.go:640] Adding service default/openshift for network=default I0310 19:26:28.560849 3402 services_controller.go:640] Adding service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0310 19:26:28.560783 3402 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 09cca8de-04ca-4ab6-8203-44c9983ced6e 1641 0 2026-03-10 19:15:25 +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 fa8407b6-d2c6-496a-b61c-58a7d50d03f1 0xc00721107f }] [] []},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.72.112,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.72.112],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:28.560854 3402 services_controller.go:640] Adding service openshift-cluster-version/cluster-version-operator for network=default I0310 19:26:28.560792 3402 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 892212a2-23a7-4e55-bc82-8c3bfeb75bf8 1039 0 2026-03-10 19:15:13 +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 fa8407b6-d2c6-496a-b61c-58a7d50d03f1 0xc0072111a7 }] [] []},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.67.139,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.67.139],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:28.560858 3402 services_controller.go:640] Adding service openshift-console-operator/metrics for network=default I0310 19:26:28.560863 3402 services_controller.go:640] Adding service openshift-ingress-operator/metrics for network=default I0310 19:26:28.560866 3402 services_controller.go:640] Adding service openshift-machine-config-operator/machine-config-daemon for network=default I0310 19:26:28.560870 3402 services_controller.go:640] Adding service default/openshift-apiserver for network=default I0310 19:26:28.560875 3402 services_controller.go:640] Adding service default/packageserver for network=default I0310 19:26:28.560876 3402 lb_config.go:1030] Cluster endpoints for openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default are: map[] I0310 19:26:28.560883 3402 lb_config.go:1030] Cluster endpoints for openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default are: map[] I0310 19:26:28.560893 3402 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.72.112"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0310 19:26:28.560897 3402 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.67.139"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0310 19:26:28.560911 3402 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) I0310 19:26:28.560912 3402 services_controller.go:470] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:28.560926 3402 services_controller.go:471] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:28.560934 3402 services_controller.go:471] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:28.560879 3402 services_controller.go:640] Adding service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0310 19:26:28.560953 3402 services_controller.go:640] Adding service openshift-config-operator/metrics for network=default I0310 19:26:28.560816 3402 lb_config.go:1030] Cluster endpoints for openshift-apiserver/check-endpoints for network=default are: map[] I0310 19:26:28.560960 3402 services_controller.go:640] Adding service openshift-network-console/networking-console-plugin for network=default I0310 19:26:28.560967 3402 services_controller.go:640] Adding service openshift-image-registry/image-registry for network=default I0310 19:26:28.560945 3402 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.72.112", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:28.560952 3402 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.67.139", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:28.560973 3402 services_controller.go:640] Adding service openshift-insights/metrics for network=default I0310 19:26:28.560969 3402 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.109.5"}, 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}} I0310 19:26:28.560980 3402 services_controller.go:640] Adding service openshift-network-operator/metrics for network=default I0310 19:26:28.560981 3402 services_controller.go:478] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service per-node LB for network=default: []services.LB{} I0310 19:26:28.560981 3402 services_controller.go:478] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics per-node LB for network=default: []services.LB{} I0310 19:26:28.560985 3402 services_controller.go:470] Built service openshift-apiserver/check-endpoints LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:28.560987 3402 services_controller.go:640] Adding service openshift-cluster-samples-operator/metrics for network=default I0310 19:26:28.560994 3402 services_controller.go:640] Adding service openshift-ingress/router-internal-default for network=default I0310 19:26:28.560995 3402 services_controller.go:479] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics template LB for network=default: []services.LB{} I0310 19:26:28.561000 3402 services_controller.go:640] Adding service openshift-machine-config-operator/machine-config-controller for network=default I0310 19:26:28.561007 3402 services_controller.go:640] Adding service openshift-multus/network-metrics-service for network=default I0310 19:26:28.561008 3402 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 I0310 19:26:28.560996 3402 services_controller.go:471] Built service openshift-apiserver/check-endpoints LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:28.561032 3402 services_controller.go:497] Skipping no-op change for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0310 19:26:28.561044 3402 services_controller.go:386] Finished syncing service cluster-storage-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 259.998µs I0310 19:26:28.561033 3402 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.109.5", Port:17698, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:28.561056 3402 services_controller.go:382] Processing sync for service openshift-kube-controller-manager-operator/metrics for network=default I0310 19:26:28.561073 3402 services_controller.go:478] Built service openshift-apiserver/check-endpoints per-node LB for network=default: []services.LB{} I0310 19:26:28.561090 3402 services_controller.go:479] Built service openshift-apiserver/check-endpoints template LB for network=default: []services.LB{} I0310 19:26:28.561104 3402 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 I0310 19:26:28.561066 3402 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 cc3b7b42-9d10-47fb-8709-c40de39bc58c 843 0 2026-03-10 19:15:09 +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 fa8407b6-d2c6-496a-b61c-58a7d50d03f1 0xc007211c9f }] [] []},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.119.164,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.119.164],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:28.560733 3402 services_controller.go:471] Built service openshift-cloud-credential-operator/cco-metrics LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:28.561132 3402 services_controller.go:497] Skipping no-op change for service openshift-apiserver/check-endpoints for network=default I0310 19:26:28.561140 3402 services_controller.go:386] Finished syncing service check-endpoints on namespace openshift-apiserver for network=default : 412.388µs I0310 19:26:28.561139 3402 lb_config.go:1030] Cluster endpoints for openshift-kube-controller-manager-operator/metrics for network=default are: map[] I0310 19:26:28.561170 3402 services_controller.go:382] Processing sync for service openshift-monitoring/cluster-monitoring-operator for network=default I0310 19:26:28.561138 3402 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.239.130", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:28.561184 3402 services_controller.go:478] Built service openshift-cloud-credential-operator/cco-metrics per-node LB for network=default: []services.LB{} I0310 19:26:28.561184 3402 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.119.164"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0310 19:26:28.561201 3402 services_controller.go:386] Finished syncing service cluster-monitoring-operator on namespace openshift-monitoring for network=default : 10.36µs I0310 19:26:28.561204 3402 services_controller.go:479] Built service openshift-cloud-credential-operator/cco-metrics template LB for network=default: []services.LB{} I0310 19:26:28.561205 3402 services_controller.go:470] Built service openshift-kube-controller-manager-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:28.561212 3402 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 I0310 19:26:28.561216 3402 services_controller.go:471] Built service openshift-kube-controller-manager-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:28.561232 3402 services_controller.go:382] Processing sync for service openshift-apiserver-operator/metrics for network=default I0310 19:26:28.560818 3402 services_controller.go:478] Built service openshift-kube-storage-version-migrator-operator/metrics per-node LB for network=default: []services.LB{} I0310 19:26:28.561246 3402 services_controller.go:479] Built service openshift-kube-storage-version-migrator-operator/metrics template LB for network=default: []services.LB{} I0310 19:26:28.561238 3402 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.119.164", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:28.561261 3402 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 I0310 19:26:28.561268 3402 services_controller.go:478] Built service openshift-kube-controller-manager-operator/metrics per-node LB for network=default: []services.LB{} I0310 19:26:28.561271 3402 services_controller.go:497] Skipping no-op change for service openshift-cloud-credential-operator/cco-metrics for network=default I0310 19:26:28.561279 3402 services_controller.go:479] Built service openshift-kube-controller-manager-operator/metrics template LB for network=default: []services.LB{} I0310 19:26:28.561279 3402 services_controller.go:386] Finished syncing service cco-metrics on namespace openshift-cloud-credential-operator for network=default : 1.054199ms I0310 19:26:28.561284 3402 services_controller.go:497] Skipping no-op change for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0310 19:26:28.561291 3402 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 I0310 19:26:28.561294 3402 services_controller.go:382] Processing sync for service openshift-authentication-operator/metrics for network=default I0310 19:26:28.561314 3402 services_controller.go:497] Skipping no-op change for service openshift-kube-controller-manager-operator/metrics for network=default I0310 19:26:28.561330 3402 services_controller.go:386] Finished syncing service metrics on namespace openshift-kube-controller-manager-operator for network=default : 273.531µs I0310 19:26:28.561245 3402 services_controller.go:460] Service openshift-apiserver-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-apiserver-operator 04181d65-7ff2-417a-a363-47eaa610f3ec 1072 0 2026-03-10 19:15:14 +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 fa8407b6-d2c6-496a-b61c-58a7d50d03f1 0xc007210c6f }] [] []},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.174.147,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.174.147],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:28.561345 3402 services_controller.go:382] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0310 19:26:28.561359 3402 lb_config.go:1030] Cluster endpoints for openshift-apiserver-operator/metrics for network=default are: map[] I0310 19:26:28.561291 3402 services_controller.go:386] Finished syncing service metrics on namespace openshift-kube-storage-version-migrator-operator for network=default : 978.273µs I0310 19:26:28.561304 3402 services_controller.go:460] Service openshift-authentication-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-authentication-operator 940abf11-5dbf-440a-a310-fe07018f2f37 684 0 2026-03-10 19:15:06 +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 fa8407b6-d2c6-496a-b61c-58a7d50d03f1 0xc007210df7 }] [] []},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.231.158,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.231.158],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:28.561379 3402 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.174.147"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0310 19:26:28.561401 3402 services_controller.go:470] Built service openshift-apiserver-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:28.561355 3402 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 81ee59f8-c796-4117-9ce0-1c25b03b3fa5 5109 0 2026-03-10 19:16:35 +0000 UTC map[olm.managed:true olm.service-spec-hash:8H7arFYfeqTDwtur5ZzpDGCqSKpg30XG9PXH2W] map[] [{operators.coreos.com/v1alpha1 CatalogSource deployment-validation-operator-catalog 25be4e2b-1d6c-4457-92e1-509a3c3f3e6d 0xc0072114cd 0xc0072114ce}] [] []},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.206.67,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.206.67],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:28.561412 3402 services_controller.go:471] Built service openshift-apiserver-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:28.561412 3402 lb_config.go:1030] Cluster endpoints for openshift-authentication-operator/metrics for network=default are: map[] I0310 19:26:28.561440 3402 lb_config.go:1030] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default are: map[] I0310 19:26:28.561387 3402 services_controller.go:382] Processing sync for service openshift-ingress-canary/ingress-canary for network=default I0310 19:26:28.561460 3402 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.206.67"}, 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}} I0310 19:26:28.560994 3402 services_controller.go:479] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service template LB for network=default: []services.LB{} I0310 19:26:28.561522 3402 services_controller.go:470] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:28.561532 3402 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 I0310 19:26:28.561537 3402 services_controller.go:471] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:28.561557 3402 services_controller.go:497] Skipping no-op change for service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0310 19:26:28.561565 3402 services_controller.go:386] Finished syncing service performance-addon-operator-service on namespace openshift-cluster-node-tuning-operator for network=default : 795.201µs I0310 19:26:28.561556 3402 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.206.67", Port:50051, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:28.561473 3402 services_controller.go:460] Service openshift-ingress-canary/ingress-canary retrieved from lister for network=default: &Service{ObjectMeta:{ingress-canary openshift-ingress-canary 3f977580-5cd1-40ea-afdd-e700c9fe2bee 2318 0 2026-03-10 19:15:37 +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 68280ad7-231b-43d0-b811-d7b50cbefe3b 0xc007211860 }] [] []},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.245.55,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.245.55],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:28.561587 3402 services_controller.go:478] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog per-node LB for network=default: []services.LB{} I0310 19:26:28.561600 3402 services_controller.go:479] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog template LB for network=default: []services.LB{} I0310 19:26:28.561464 3402 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.231.158"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0310 19:26:28.561610 3402 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 I0310 19:26:28.561614 3402 lb_config.go:1030] Cluster endpoints for openshift-ingress-canary/ingress-canary for network=default are: map[] I0310 19:26:28.561624 3402 services_controller.go:470] Built service openshift-authentication-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:28.561634 3402 services_controller.go:497] Skipping no-op change for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0310 19:26:28.561629 3402 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.245.55"}, 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.245.55"}, 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}} I0310 19:26:28.561641 3402 services_controller.go:386] Finished syncing service deployment-validation-operator-catalog on namespace openshift-deployment-validation-operator for network=default : 297.136µs I0310 19:26:28.561576 3402 services_controller.go:382] Processing sync for service openshift-ingress/router-default for network=default I0310 19:26:28.561649 3402 services_controller.go:470] Built service openshift-ingress-canary/ingress-canary LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:28.561655 3402 services_controller.go:382] Processing sync for service openshift-machine-config-operator/machine-config-operator for network=default I0310 19:26:28.561660 3402 services_controller.go:471] Built service openshift-ingress-canary/ingress-canary LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:28.561674 3402 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.245.55", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.245.55", Port:8888, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:28.561744 3402 services_controller.go:478] Built service openshift-ingress-canary/ingress-canary per-node LB for network=default: []services.LB{} I0310 19:26:28.561761 3402 services_controller.go:479] Built service openshift-ingress-canary/ingress-canary template LB for network=default: []services.LB{} I0310 19:26:28.561810 3402 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 I0310 19:26:28.561639 3402 services_controller.go:471] Built service openshift-authentication-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:28.561841 3402 services_controller.go:497] Skipping no-op change for service openshift-ingress-canary/ingress-canary for network=default I0310 19:26:28.561853 3402 services_controller.go:386] Finished syncing service ingress-canary on namespace openshift-ingress-canary for network=default : 468.817µs I0310 19:26:28.561866 3402 services_controller.go:382] Processing sync for service default/kubernetes for network=default I0310 19:26:28.561013 3402 services_controller.go:640] Adding service openshift-network-diagnostics/network-check-target for network=default I0310 19:26:28.561882 3402 services_controller.go:640] Adding service openshift-service-ca-operator/metrics for network=default I0310 19:26:28.561890 3402 services_controller.go:640] Adding service openshift-dns-operator/metrics for network=default I0310 19:26:28.561454 3402 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.174.147", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:28.561903 3402 services_controller.go:478] Built service openshift-apiserver-operator/metrics per-node LB for network=default: []services.LB{} I0310 19:26:28.561910 3402 services_controller.go:479] Built service openshift-apiserver-operator/metrics template LB for network=default: []services.LB{} I0310 19:26:28.561916 3402 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 I0310 19:26:28.561877 3402 services_controller.go:460] Service default/kubernetes retrieved from lister for network=default: &Service{ObjectMeta:{kubernetes default f0262105-a82b-4c31-961f-bb9c53e88513 271 0 2026-03-10 19:14:40 +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{},},} I0310 19:26:28.561936 3402 services_controller.go:497] Skipping no-op change for service openshift-apiserver-operator/metrics for network=default I0310 19:26:28.561942 3402 services_controller.go:386] Finished syncing service metrics on namespace openshift-apiserver-operator for network=default : 730.404µs I0310 19:26:28.561955 3402 services_controller.go:382] Processing sync for service default/openshift for network=default I0310 19:26:28.561957 3402 lb_config.go:1030] Cluster endpoints for default/kubernetes for network=default are: map[TCP/https:{6443 [172.20.0.1] []}] I0310 19:26:28.561848 3402 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.231.158", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:28.561973 3402 services_controller.go:478] Built service openshift-authentication-operator/metrics per-node LB for network=default: []services.LB{} I0310 19:26:28.561974 3402 services_controller.go:469] Built service default/kubernetes LB cluster-wide configs for network=default: []services.lbConfig(nil) I0310 19:26:28.561981 3402 services_controller.go:479] Built service openshift-authentication-operator/metrics template LB for network=default: []services.LB{} I0310 19:26:28.561982 3402 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}} I0310 19:26:28.561989 3402 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 I0310 19:26:28.561991 3402 services_controller.go:471] Built service default/kubernetes LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:28.562006 3402 services_controller.go:497] Skipping no-op change for service openshift-authentication-operator/metrics for network=default I0310 19:26:28.562010 3402 services_controller.go:477] Built service default/kubernetes cluster-wide LB for network=default: []services.LB{} I0310 19:26:28.562012 3402 services_controller.go:386] Finished syncing service metrics on namespace openshift-authentication-operator for network=default : 717.496µs I0310 19:26:28.562021 3402 services_controller.go:382] Processing sync for service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0310 19:26:28.562020 3402 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-9.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-9.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-9.ec2.internal"}, Groups:[]string(nil)}} I0310 19:26:28.562051 3402 services_controller.go:479] Built service default/kubernetes template LB for network=default: []services.LB{} I0310 19:26:28.562059 3402 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 I0310 19:26:28.561656 3402 services_controller.go:460] Service openshift-ingress/router-default retrieved from lister for network=default: &Service{ObjectMeta:{router-default openshift-ingress 1fc1309f-cdef-4f25-b1af-592916ef735e 2711 0 2026-03-10 19:15:27 +0000 UTC map[app:router ingresscontroller.operator.openshift.io/owning-ingresscontroller:default router:router-default] map[service.beta.kubernetes.io/aws-load-balancer-additional-resource-tags:api.openshift.com/environment=production,api.openshift.com/id=2ov1rmga1lmertbm3075pr3fjmubsbm3,api.openshift.com/legal-entity-id=2h8L52xc1VHB4xLFE2YyPmAjYjI,api.openshift.com/name=kx-018f8b4b31,cluster-type=rosa-hcp,creation-date=2026-03-10,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 6a20aac2-da33-4e60-9721-5b9e7b570896 0xc007211a37 }] [service.kubernetes.io/load-balancer-cleanup] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:http,Protocol:TCP,Port:80,TargetPort:{1 0 http},NodePort:31230,AppProtocol:nil,},ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{1 0 https},NodePort:31162,AppProtocol:nil,},},Selector:map[string]string{ingresscontroller.operator.openshift.io/deployment-ingresscontroller: default,},ClusterIP:172.30.201.102,Type:LoadBalancer,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:Local,HealthCheckNodePort:32283,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.201.102],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:*true,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{LoadBalancerIngress{IP:,Hostname:a1fc1309fcdef4f25b1af592916ef735-fb40aed27295f0e4.elb.us-east-1.amazonaws.com,IPMode:nil,Ports:[]PortStatus{},},},},Conditions:[]Condition{},},} I0310 19:26:28.562079 3402 services_controller.go:497] Skipping no-op change for service default/kubernetes for network=default I0310 19:26:28.562030 3402 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 baf0b0f2-2aca-4d3c-b7c9-637dd97d2847 992 0 2026-03-10 19:15:12 +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 fa8407b6-d2c6-496a-b61c-58a7d50d03f1 0xc007211257 }] [] []},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.65.251,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.65.251],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:28.562085 3402 services_controller.go:386] Finished syncing service kubernetes on namespace default for network=default : 219.022µs I0310 19:26:28.562097 3402 services_controller.go:382] Processing sync for service openshift-cluster-version/cluster-version-operator for network=default I0310 19:26:28.562106 3402 lb_config.go:1030] Cluster endpoints for openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default are: map[] I0310 19:26:28.562117 3402 lb_config.go:1030] Cluster endpoints for openshift-ingress/router-default for network=default are: map[] I0310 19:26:28.562120 3402 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.65.251"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0310 19:26:28.562128 3402 lb_config.go:1053] Local endpoints for openshift-ingress/router-default for network=default are: map[] I0310 19:26:28.562135 3402 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) I0310 19:26:28.562164 3402 services_controller.go:471] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:28.562161 3402 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.201.102"}, 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.201.102"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0310 19:26:28.562107 3402 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 5e25f966-f738-479d-b41e-9a213fe4275d 496 0 2026-03-10 19:14:59 +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.23.118,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.23.118],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:28.561962 3402 services_controller.go:386] Finished syncing service openshift on namespace default for network=default : 7.813µs I0310 19:26:28.562190 3402 services_controller.go:382] Processing sync for service openshift-console-operator/metrics for network=default I0310 19:26:28.562195 3402 lb_config.go:1030] Cluster endpoints for openshift-cluster-version/cluster-version-operator for network=default are: map[] I0310 19:26:28.562181 3402 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:31230, 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:31162, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:true, internalTrafficLocal:false, hasNodePort:true}} I0310 19:26:28.562183 3402 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.65.251", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:28.562211 3402 services_controller.go:471] Built service openshift-ingress/router-default LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:28.562214 3402 services_controller.go:478] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics per-node LB for network=default: []services.LB{} I0310 19:26:28.562210 3402 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.23.118"}, 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}} I0310 19:26:28.562226 3402 services_controller.go:479] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics template LB for network=default: []services.LB{} I0310 19:26:28.562226 3402 services_controller.go:470] Built service openshift-cluster-version/cluster-version-operator LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:28.562236 3402 services_controller.go:471] Built service openshift-cluster-version/cluster-version-operator LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:28.562237 3402 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 I0310 19:26:28.562262 3402 services_controller.go:497] Skipping no-op change for service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0310 19:26:28.561664 3402 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 73b57a22-2054-4eb4-a4e3-1c86e999acbd 738 0 2026-03-10 19:15:07 +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 fa8407b6-d2c6-496a-b61c-58a7d50d03f1 0xc007211f3b }] [] []},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.196.21,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.196.21],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:28.562255 3402 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.23.118", Port:9099, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:28.562279 3402 services_controller.go:386] Finished syncing service csi-snapshot-controller-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 254.896µs I0310 19:26:28.562287 3402 services_controller.go:478] Built service openshift-cluster-version/cluster-version-operator per-node LB for network=default: []services.LB{} I0310 19:26:28.562203 3402 services_controller.go:460] Service openshift-console-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-console-operator 4a548d25-72a5-4fd0-b8e7-a5256f015705 2128 0 2026-03-10 19:15:30 +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 fa8407b6-d2c6-496a-b61c-58a7d50d03f1 0xc007211437 }] [] []},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.94.34,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.94.34],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:28.562294 3402 services_controller.go:382] Processing sync for service openshift-ingress-operator/metrics for network=default I0310 19:26:28.562298 3402 lb_config.go:1030] Cluster endpoints for openshift-machine-config-operator/machine-config-operator for network=default are: map[] I0310 19:26:28.562300 3402 services_controller.go:479] Built service openshift-cluster-version/cluster-version-operator template LB for network=default: []services.LB{} I0310 19:26:28.562313 3402 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 I0310 19:26:28.562312 3402 lb_config.go:1030] Cluster endpoints for openshift-console-operator/metrics for network=default are: map[] I0310 19:26:28.562309 3402 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.196.21"}, 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}} I0310 19:26:28.562330 3402 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.94.34"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0310 19:26:28.562334 3402 services_controller.go:470] Built service openshift-machine-config-operator/machine-config-operator LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:28.562341 3402 services_controller.go:497] Skipping no-op change for service openshift-cluster-version/cluster-version-operator for network=default I0310 19:26:28.562344 3402 services_controller.go:470] Built service openshift-console-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:28.562345 3402 services_controller.go:471] Built service openshift-machine-config-operator/machine-config-operator LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:28.562348 3402 services_controller.go:386] Finished syncing service cluster-version-operator on namespace openshift-cluster-version for network=default : 250.862µs I0310 19:26:28.562354 3402 services_controller.go:471] Built service openshift-console-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:28.562250 3402 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.201.102", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.201.102", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:28.562361 3402 services_controller.go:382] Processing sync for service openshift-machine-config-operator/machine-config-daemon for network=default I0310 19:26:28.562364 3402 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.196.21", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:28.562372 3402 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.94.34", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:28.562396 3402 services_controller.go:478] Built service openshift-machine-config-operator/machine-config-operator per-node LB for network=default: []services.LB{} I0310 19:26:28.562398 3402 services_controller.go:478] Built service openshift-console-operator/metrics per-node LB for network=default: []services.LB{} I0310 19:26:28.562408 3402 services_controller.go:479] Built service openshift-machine-config-operator/machine-config-operator template LB for network=default: []services.LB{} I0310 19:26:28.562410 3402 services_controller.go:479] Built service openshift-console-operator/metrics template LB for network=default: []services.LB{} I0310 19:26:28.562370 3402 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 dcd2ed27-5861-4e2b-a37f-3b3df2c1a30e 942 0 2026-03-10 19:15:11 +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 fa8407b6-d2c6-496a-b61c-58a7d50d03f1 0xc007211ea7 }] [] []},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.91.28,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.91.28],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:28.562368 3402 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-9.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.9", Port:31230, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:31230, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.1.9", Port:31162, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:31162, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string(nil), Routers:[]string{"GR_ip-10-0-1-9.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-ingress/router-default_TCP_node_switch_ip-10-0-1-9.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:31230, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.1.9", Port:31230, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:31230, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:31230, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:31162, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.1.9", Port:31162, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:31162, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:31162, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-9.ec2.internal"}, Routers:[]string(nil), Groups:[]string(nil)}} I0310 19:26:28.562441 3402 services_controller.go:479] Built service openshift-ingress/router-default template LB for network=default: []services.LB{} I0310 19:26:28.562304 3402 services_controller.go:460] Service openshift-ingress-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-ingress-operator c26bef83-3fc2-42aa-809d-670625d33d02 1608 0 2026-03-10 19:15:24 +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 fa8407b6-d2c6-496a-b61c-58a7d50d03f1 0xc007211947 }] [] []},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.37.211,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.37.211],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:28.562458 3402 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 I0310 19:26:28.562465 3402 lb_config.go:1030] Cluster endpoints for openshift-ingress-operator/metrics for network=default are: map[] I0310 19:26:28.562476 3402 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.37.211"}, 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}} I0310 19:26:28.562489 3402 services_controller.go:470] Built service openshift-ingress-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:28.562497 3402 services_controller.go:471] Built service openshift-ingress-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:28.562500 3402 services_controller.go:497] Skipping no-op change for service openshift-ingress/router-default for network=default I0310 19:26:28.562506 3402 services_controller.go:386] Finished syncing service router-default on namespace openshift-ingress for network=default : 929.821µs I0310 19:26:28.562517 3402 services_controller.go:382] Processing sync for service default/openshift-apiserver for network=default I0310 19:26:28.562511 3402 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.37.211", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:28.562535 3402 services_controller.go:478] Built service openshift-ingress-operator/metrics per-node LB for network=default: []services.LB{} I0310 19:26:28.562545 3402 services_controller.go:479] Built service openshift-ingress-operator/metrics template LB for network=default: []services.LB{} I0310 19:26:28.562556 3402 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 I0310 19:26:28.562445 3402 lb_config.go:1030] Cluster endpoints for openshift-machine-config-operator/machine-config-daemon for network=default are: map[] I0310 19:26:28.562531 3402 services_controller.go:460] Service default/openshift-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-apiserver default 64f28277-86a9-445f-bb60-81f02191f7cf 1567 0 2026-03-10 19:15:24 +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.223.94,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.223.94],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:28.562420 3402 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 I0310 19:26:28.562575 3402 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.91.28"}, 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.91.28"}, 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}} I0310 19:26:28.562594 3402 services_controller.go:470] Built service openshift-machine-config-operator/machine-config-daemon LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:28.562598 3402 services_controller.go:497] Skipping no-op change for service openshift-console-operator/metrics for network=default I0310 19:26:28.562603 3402 services_controller.go:471] Built service openshift-machine-config-operator/machine-config-daemon LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:28.562604 3402 services_controller.go:386] Finished syncing service metrics on namespace openshift-console-operator for network=default : 415.297µs I0310 19:26:28.562606 3402 lb_config.go:1030] Cluster endpoints for default/openshift-apiserver for network=default are: map[TCP/https:{443 [172.30.248.177] []}] I0310 19:26:28.562614 3402 services_controller.go:382] Processing sync for service default/packageserver for network=default I0310 19:26:28.562622 3402 services_controller.go:469] Built service default/openshift-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0310 19:26:28.562631 3402 services_controller.go:470] Built service default/openshift-apiserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.223.94"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.248.177"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0310 19:26:28.562620 3402 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.91.28", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.91.28", Port:8798, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:28.562648 3402 services_controller.go:471] Built service default/openshift-apiserver LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:28.562621 3402 services_controller.go:460] Service default/packageserver retrieved from lister for network=default: &Service{ObjectMeta:{packageserver default 49bb0eb7-e2d0-4d5a-9136-d5983bf2c0ef 1734 0 2026-03-10 19:15:26 +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.161.98,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.161.98],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:28.562669 3402 services_controller.go:477] Built service default/openshift-apiserver cluster-wide LB for network=default: []services.LB{} I0310 19:26:28.562677 3402 lb_config.go:1030] Cluster endpoints for default/packageserver for network=default are: map[TCP/https:{443 [172.30.51.152] []}] I0310 19:26:28.562689 3402 services_controller.go:469] Built service default/packageserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0310 19:26:28.562682 3402 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-9.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.223.94", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.248.177", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-9.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-9.ec2.internal"}, Groups:[]string(nil)}} I0310 19:26:28.562695 3402 services_controller.go:470] Built service default/packageserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.161.98"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.51.152"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0310 19:26:28.562704 3402 services_controller.go:471] Built service default/packageserver LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:28.562579 3402 services_controller.go:497] Skipping no-op change for service openshift-ingress-operator/metrics for network=default I0310 19:26:28.562713 3402 services_controller.go:386] Finished syncing service metrics on namespace openshift-ingress-operator for network=default : 419.56µs I0310 19:26:28.562725 3402 services_controller.go:382] Processing sync for service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0310 19:26:28.562727 3402 services_controller.go:477] Built service default/packageserver cluster-wide LB for network=default: []services.LB{} I0310 19:26:28.562732 3402 services_controller.go:386] Finished syncing service node-tuning-operator on namespace openshift-cluster-node-tuning-operator for network=default : 7.336µs I0310 19:26:28.562740 3402 services_controller.go:382] Processing sync for service openshift-config-operator/metrics for network=default I0310 19:26:28.562420 3402 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 I0310 19:26:28.562738 3402 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-9.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.161.98", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.51.152", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-9.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-9.ec2.internal"}, Groups:[]string(nil)}} I0310 19:26:28.562773 3402 services_controller.go:479] Built service default/packageserver template LB for network=default: []services.LB{} I0310 19:26:28.562785 3402 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 I0310 19:26:28.562653 3402 services_controller.go:478] Built service openshift-machine-config-operator/machine-config-daemon per-node LB for network=default: []services.LB{} I0310 19:26:28.562748 3402 services_controller.go:460] Service openshift-config-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-config-operator d8ccf22f-d021-47a6-802f-0133ba96d013 1834 0 2026-03-10 19:15:27 +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 fa8407b6-d2c6-496a-b61c-58a7d50d03f1 0xc007211377 }] [] []},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.44.158,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.44.158],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:28.562785 3402 services_controller.go:497] Skipping no-op change for service openshift-machine-config-operator/machine-config-operator for network=default I0310 19:26:28.562803 3402 services_controller.go:479] Built service openshift-machine-config-operator/machine-config-daemon template LB for network=default: []services.LB{} I0310 19:26:28.562807 3402 services_controller.go:497] Skipping no-op change for service default/packageserver for network=default I0310 19:26:28.562806 3402 services_controller.go:386] Finished syncing service machine-config-operator on namespace openshift-machine-config-operator for network=default : 1.15094ms I0310 19:26:28.562813 3402 services_controller.go:386] Finished syncing service packageserver on namespace default for network=default : 197.768µs I0310 19:26:28.562813 3402 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 I0310 19:26:28.562827 3402 services_controller.go:382] Processing sync for service openshift-network-console/networking-console-plugin for network=default I0310 19:26:28.562814 3402 lb_config.go:1030] Cluster endpoints for openshift-config-operator/metrics for network=default are: map[] I0310 19:26:28.562841 3402 services_controller.go:382] Processing sync for service openshift-image-registry/image-registry for network=default I0310 19:26:28.562842 3402 services_controller.go:497] Skipping no-op change for service openshift-machine-config-operator/machine-config-daemon for network=default I0310 19:26:28.562840 3402 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.44.158"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0310 19:26:28.562850 3402 services_controller.go:386] Finished syncing service machine-config-daemon on namespace openshift-machine-config-operator for network=default : 489.736µs I0310 19:26:28.562855 3402 services_controller.go:470] Built service openshift-config-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:28.562863 3402 services_controller.go:382] Processing sync for service openshift-insights/metrics for network=default I0310 19:26:28.562865 3402 services_controller.go:471] Built service openshift-config-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:28.562849 3402 services_controller.go:460] Service openshift-image-registry/image-registry retrieved from lister for network=default: &Service{ObjectMeta:{image-registry openshift-image-registry ace81c7c-a62a-4721-bebf-891a194a3341 1906 0 2026-03-10 19:15:27 +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.174.40,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.174.40],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:28.562873 3402 services_controller.go:460] Service openshift-insights/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-insights af81ea07-e514-4d44-9907-d4be5acd1672 2140 0 2026-03-10 19:15:30 +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 fa8407b6-d2c6-496a-b61c-58a7d50d03f1 0xc007211bfb }] [] []},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.122.158,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.122.158],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:28.562952 3402 lb_config.go:1030] Cluster endpoints for openshift-insights/metrics for network=default are: map[] I0310 19:26:28.562982 3402 services_controller.go:469] Built service openshift-insights/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.122.158"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0310 19:26:28.563001 3402 services_controller.go:470] Built service openshift-insights/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:28.563012 3402 services_controller.go:471] Built service openshift-insights/metrics LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:28.563031 3402 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.122.158", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:28.562705 3402 services_controller.go:479] Built service default/openshift-apiserver template LB for network=default: []services.LB{} I0310 19:26:28.563057 3402 services_controller.go:478] Built service openshift-insights/metrics per-node LB for network=default: []services.LB{} I0310 19:26:28.563060 3402 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 I0310 19:26:28.563071 3402 services_controller.go:479] Built service openshift-insights/metrics template LB for network=default: []services.LB{} I0310 19:26:28.563083 3402 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 I0310 19:26:28.563086 3402 services_controller.go:497] Skipping no-op change for service default/openshift-apiserver for network=default I0310 19:26:28.563094 3402 services_controller.go:386] Finished syncing service openshift-apiserver on namespace default for network=default : 575.749µs I0310 19:26:28.563107 3402 services_controller.go:382] Processing sync for service openshift-network-operator/metrics for network=default I0310 19:26:28.563109 3402 services_controller.go:497] Skipping no-op change for service openshift-insights/metrics for network=default I0310 19:26:28.563117 3402 services_controller.go:386] Finished syncing service metrics on namespace openshift-insights for network=default : 253.079µs I0310 19:26:28.563133 3402 services_controller.go:386] Finished syncing service metrics on namespace openshift-network-operator for network=default : 8.304µs I0310 19:26:28.562955 3402 lb_config.go:1030] Cluster endpoints for openshift-image-registry/image-registry for network=default are: map[] I0310 19:26:28.563160 3402 services_controller.go:382] Processing sync for service openshift-ingress/router-internal-default for network=default I0310 19:26:28.562882 3402 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.44.158", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:28.563177 3402 services_controller.go:478] Built service openshift-config-operator/metrics per-node LB for network=default: []services.LB{} I0310 19:26:28.563193 3402 services_controller.go:479] Built service openshift-config-operator/metrics template LB for network=default: []services.LB{} I0310 19:26:28.563207 3402 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 I0310 19:26:28.563241 3402 services_controller.go:497] Skipping no-op change for service openshift-config-operator/metrics for network=default I0310 19:26:28.563284 3402 services_controller.go:386] Finished syncing service metrics on namespace openshift-config-operator for network=default : 542.359µs I0310 19:26:28.563302 3402 services_controller.go:382] Processing sync for service openshift-machine-config-operator/machine-config-controller for network=default I0310 19:26:28.563313 3402 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 a68aece7-a7ba-4354-ab3e-1eb9877056f8 856 0 2026-03-10 19:15:09 +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 fa8407b6-d2c6-496a-b61c-58a7d50d03f1 0xc007211ddb }] [] []},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.228.68,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.228.68],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:28.563170 3402 services_controller.go:460] Service openshift-ingress/router-internal-default retrieved from lister for network=default: &Service{ObjectMeta:{router-internal-default openshift-ingress 4566d498-987d-4e88-bffa-e5ae66adda29 1949 0 2026-03-10 19:15:27 +0000 UTC map[ingresscontroller.operator.openshift.io/owning-ingresscontroller:default] map[service.alpha.openshift.io/serving-cert-secret-name:router-metrics-certs-default] [{apps/v1 Deployment router-default 6a20aac2-da33-4e60-9721-5b9e7b570896 0xc007211afe }] [] []},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.175.101,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.175.101],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:28.563418 3402 lb_config.go:1030] Cluster endpoints for openshift-ingress/router-internal-default for network=default are: map[] I0310 19:26:28.563135 3402 services_controller.go:382] Processing sync for service openshift-cluster-samples-operator/metrics for network=default I0310 19:26:28.563519 3402 services_controller.go:386] Finished syncing service metrics on namespace openshift-cluster-samples-operator for network=default : 382.815µs I0310 19:26:28.563559 3402 services_controller.go:382] Processing sync for service openshift-multus/network-metrics-service for network=default I0310 19:26:28.563569 3402 services_controller.go:386] Finished syncing service network-metrics-service on namespace openshift-multus for network=default : 11.189µs I0310 19:26:28.563575 3402 services_controller.go:382] Processing sync for service openshift-network-diagnostics/network-check-target for network=default I0310 19:26:28.563253 3402 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.174.40"}, 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}} I0310 19:26:28.563588 3402 services_controller.go:470] Built service openshift-image-registry/image-registry LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:28.563611 3402 services_controller.go:471] Built service openshift-image-registry/image-registry LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:28.563581 3402 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 df360886-3d4f-4be1-90be-7ce8fff14ac7 4158 0 2026-03-10 19:15:52 +0000 UTC map[] map[] [{operator.openshift.io/v1 Network cluster e28b0252-3599-43f1-b41f-363f241a1f44 0xc007ec21e7 0xc007ec21e8}] [] []},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.139.32,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.139.32],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:28.562839 3402 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 26fa38be-8216-4039-a46d-fc4c8e5c834f 4569 0 2026-03-10 19:16:20 +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 e28b0252-3599-43f1-b41f-363f241a1f44 0xc007ec20ee 0xc007ec20ef}] [] []},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.233.0,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.233.0],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:28.563629 3402 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.174.40", Port:5000, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:28.563661 3402 lb_config.go:1030] Cluster endpoints for openshift-network-diagnostics/network-check-target for network=default are: map[] I0310 19:26:28.563674 3402 services_controller.go:478] Built service openshift-image-registry/image-registry per-node LB for network=default: []services.LB{} I0310 19:26:28.563681 3402 lb_config.go:1030] Cluster endpoints for openshift-network-console/networking-console-plugin for network=default are: map[] I0310 19:26:28.563687 3402 services_controller.go:479] Built service openshift-image-registry/image-registry template LB for network=default: []services.LB{} I0310 19:26:28.563684 3402 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.139.32"}, 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}} I0310 19:26:28.563699 3402 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 I0310 19:26:28.563700 3402 services_controller.go:470] Built service openshift-network-diagnostics/network-check-target LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:28.563387 3402 lb_config.go:1030] Cluster endpoints for openshift-machine-config-operator/machine-config-controller for network=default are: map[] I0310 19:26:28.563712 3402 services_controller.go:471] Built service openshift-network-diagnostics/network-check-target LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:28.563714 3402 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.228.68"}, 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}} I0310 19:26:28.563721 3402 services_controller.go:497] Skipping no-op change for service openshift-image-registry/image-registry for network=default I0310 19:26:28.563728 3402 services_controller.go:386] Finished syncing service image-registry on namespace openshift-image-registry for network=default : 902.223µs I0310 19:26:28.563742 3402 services_controller.go:382] Processing sync for service openshift-service-ca-operator/metrics for network=default I0310 19:26:28.563729 3402 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.139.32", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:28.563756 3402 services_controller.go:478] Built service openshift-network-diagnostics/network-check-target per-node LB for network=default: []services.LB{} I0310 19:26:28.563769 3402 services_controller.go:479] Built service openshift-network-diagnostics/network-check-target template LB for network=default: []services.LB{} I0310 19:26:28.563752 3402 services_controller.go:460] Service openshift-service-ca-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-service-ca-operator 01d0cae4-03bf-4ee2-a11d-007b0594b421 954 0 2026-03-10 19:15:11 +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 fa8407b6-d2c6-496a-b61c-58a7d50d03f1 0xc007ec23d7 }] [] []},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.224.113,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.224.113],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:28.563823 3402 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 I0310 19:26:28.563842 3402 lb_config.go:1030] Cluster endpoints for openshift-service-ca-operator/metrics for network=default are: map[] I0310 19:26:28.563845 3402 services_controller.go:497] Skipping no-op change for service openshift-network-diagnostics/network-check-target for network=default I0310 19:26:28.563727 3402 services_controller.go:470] Built service openshift-machine-config-operator/machine-config-controller LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:28.563454 3402 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.175.101"}, 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.175.101"}, protocol:"TCP", 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.175.101"}, 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}} I0310 19:26:28.563859 3402 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.224.113"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0310 19:26:28.563874 3402 services_controller.go:470] Built service openshift-ingress/router-internal-default LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:28.563886 3402 services_controller.go:471] Built service openshift-ingress/router-internal-default LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:28.563874 3402 services_controller.go:470] Built service openshift-service-ca-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:28.563901 3402 services_controller.go:471] Built service openshift-service-ca-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:28.563906 3402 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.175.101", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.175.101", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.175.101", Port:1936, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:28.563918 3402 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.224.113", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:28.563940 3402 services_controller.go:478] Built service openshift-ingress/router-internal-default per-node LB for network=default: []services.LB{} I0310 19:26:28.563862 3402 services_controller.go:386] Finished syncing service network-check-target on namespace openshift-network-diagnostics for network=default : 286.026µs I0310 19:26:28.563947 3402 services_controller.go:478] Built service openshift-service-ca-operator/metrics per-node LB for network=default: []services.LB{} I0310 19:26:28.563953 3402 services_controller.go:479] Built service openshift-ingress/router-internal-default template LB for network=default: []services.LB{} I0310 19:26:28.563960 3402 services_controller.go:479] Built service openshift-service-ca-operator/metrics template LB for network=default: []services.LB{} I0310 19:26:28.563964 3402 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 I0310 19:26:28.563960 3402 services_controller.go:382] Processing sync for service openshift-dns-operator/metrics for network=default I0310 19:26:28.563991 3402 services_controller.go:497] Skipping no-op change for service openshift-ingress/router-internal-default for network=default I0310 19:26:28.564002 3402 services_controller.go:386] Finished syncing service router-internal-default on namespace openshift-ingress for network=default : 857.356µs I0310 19:26:28.563874 3402 services_controller.go:471] Built service openshift-machine-config-operator/machine-config-controller LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:28.564026 3402 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.228.68", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:28.563695 3402 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.233.0"}, 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}} I0310 19:26:28.564056 3402 services_controller.go:470] Built service openshift-network-console/networking-console-plugin LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:28.564066 3402 services_controller.go:471] Built service openshift-network-console/networking-console-plugin LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:28.564082 3402 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.233.0", Port:9443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:28.563979 3402 services_controller.go:460] Service openshift-dns-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-dns-operator 496e20d6-714d-4938-a09c-09c6d881a2e7 1107 0 2026-03-10 19:15:15 +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 fa8407b6-d2c6-496a-b61c-58a7d50d03f1 0xc0072115ef }] [] []},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.121.186,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.121.186],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0310 19:26:28.564171 3402 lb_config.go:1030] Cluster endpoints for openshift-dns-operator/metrics for network=default are: map[] I0310 19:26:28.564057 3402 services_controller.go:478] Built service openshift-machine-config-operator/machine-config-controller per-node LB for network=default: []services.LB{} I0310 19:26:28.564273 3402 services_controller.go:479] Built service openshift-machine-config-operator/machine-config-controller template LB for network=default: []services.LB{} I0310 19:26:28.564288 3402 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 I0310 19:26:28.564231 3402 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.121.186"}, 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}} I0310 19:26:28.564306 3402 services_controller.go:470] Built service openshift-dns-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0310 19:26:28.564317 3402 services_controller.go:471] Built service openshift-dns-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0310 19:26:28.564317 3402 services_controller.go:497] Skipping no-op change for service openshift-machine-config-operator/machine-config-controller for network=default I0310 19:26:28.564326 3402 services_controller.go:386] Finished syncing service machine-config-controller on namespace openshift-machine-config-operator for network=default : 1.023653ms I0310 19:26:28.564335 3402 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.121.186", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0310 19:26:28.564363 3402 services_controller.go:478] Built service openshift-dns-operator/metrics per-node LB for network=default: []services.LB{} I0310 19:26:28.564374 3402 services_controller.go:479] Built service openshift-dns-operator/metrics template LB for network=default: []services.LB{} I0310 19:26:28.564384 3402 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 I0310 19:26:28.564405 3402 services_controller.go:497] Skipping no-op change for service openshift-dns-operator/metrics for network=default I0310 19:26:28.564411 3402 services_controller.go:386] Finished syncing service metrics on namespace openshift-dns-operator for network=default : 451.842µs I0310 19:26:28.563971 3402 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 I0310 19:26:28.564518 3402 services_controller.go:497] Skipping no-op change for service openshift-service-ca-operator/metrics for network=default I0310 19:26:28.564527 3402 services_controller.go:386] Finished syncing service metrics on namespace openshift-service-ca-operator for network=default : 784.304µs I0310 19:26:28.564113 3402 services_controller.go:478] Built service openshift-network-console/networking-console-plugin per-node LB for network=default: []services.LB{} I0310 19:26:28.564589 3402 services_controller.go:479] Built service openshift-network-console/networking-console-plugin template LB for network=default: []services.LB{} I0310 19:26:28.564602 3402 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 I0310 19:26:28.564627 3402 services_controller.go:497] Skipping no-op change for service openshift-network-console/networking-console-plugin for network=default I0310 19:26:28.564637 3402 services_controller.go:386] Finished syncing service networking-console-plugin on namespace openshift-network-console for network=default : 1.813996ms I0310 19:26:28.567210 3402 default_node_network_controller.go:1199] Upgrade hack: ovnkube-node ip-10-0-1-9.ec2.internal finished setting DB Auth; took: 8.065300109s I0310 19:26:28.567230 3402 default_node_network_controller.go:1204] Waiting for gateway and management port readiness... I0310 19:26:28.567289 3402 obj_retry_gateway.go:33] [newRetryFrameworkNodeWithParameters] g.watchFactory=&{0xc0008d2ef0 0xc00029efc0 0xc00029f030 0xc00029f0a0 0xc00029f110 0xc00029f180 0xc00029f260 0xc0009b06e0 0xc00029f2d0 0xc00029f340 0xc0009b0640 0xc006078540 0xc00029f3b0 map[0x2b197a0:0xc003b0ef60 0x2b19f80:0xc004675980 0x2b1a760:0xc002655da0 0x2b1aa00:0xc0046740c0 0x2b1af40:0xc004674de0 0x2b1b1e0:0xc004675140 0x2b1b480:0xc004675500 0x2b1bc60:0xc004675c20 0x2b1bf00:0xc0064a4120 0x2b46ce0:0xc0019fa3c0 0x2b47080:0xc001ce2900 0x2b47b60:0xc0008e57a0 0x2b494c0:0xc000b07140 0x2b49c00:0xc001ce2c60 0x2b4a6e0:0xc0019b7ec0] 0xc000767260 0} I0310 19:26:28.567378 3402 gateway.go:146] Starting gateway service sync I0310 19:26:28.567910 3402 openflow_manager.go:112] Gateway OpenFlow sync requested I0310 19:26:28.567921 3402 gateway_iptables.go:610] Recreating iptables rules for table: nat, chain: OVN-KUBE-ITP I0310 19:26:28.567933 3402 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 31230 -j DNAT --to-destination 172.30.201.102:80" for protocol: 0 I0310 19:26:28.567942 3402 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 31162 -j DNAT --to-destination 172.30.201.102:443" for protocol: 0 I0310 19:26:28.570698 3402 gateway_iptables.go:610] Recreating iptables rules for table: nat, chain: OVN-KUBE-NODEPORT I0310 19:26:28.599524 3402 gateway_iptables.go:610] Recreating iptables rules for table: nat, chain: OVN-KUBE-EXTERNALIP I0310 19:26:28.599551 3402 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 31230 -j DNAT --to-destination 172.30.201.102:80" for protocol: 0 I0310 19:26:28.599563 3402 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 31162 -j DNAT --to-destination 172.30.201.102:443" for protocol: 0 I0310 19:26:28.601044 3402 gateway_iptables.go:610] Recreating iptables rules for table: nat, chain: OVN-KUBE-ETP I0310 19:26:28.601065 3402 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 31230 -j DNAT --to-destination 172.30.201.102:80" for protocol: 0 I0310 19:26:28.601074 3402 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 31162 -j DNAT --to-destination 172.30.201.102:443" for protocol: 0 I0310 19:26:28.602558 3402 gateway_iptables.go:610] Recreating iptables rules for table: mangle, chain: OVN-KUBE-ITP I0310 19:26:28.602577 3402 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 31230 -j DNAT --to-destination 172.30.201.102:80" for protocol: 0 I0310 19:26:28.602583 3402 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 31162 -j DNAT --to-destination 172.30.201.102:443" for protocol: 0 I0310 19:26:28.641710 3402 gateway.go:163] Gateway service sync done. Time taken: 74.314154ms I0310 19:26:28.641829 3402 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-dns-operator/metrics I0310 19:26:28.641850 3402 gateway_shared_intf.go:859] Adding service metrics in namespace openshift-dns-operator I0310 19:26:28.641905 3402 gateway_shared_intf.go:892] Updating already programmed rules for metrics in namespace openshift-dns-operator I0310 19:26:28.641923 3402 openflow_manager.go:114] Gateway OpenFlow sync already requested I0310 19:26:28.641933 3402 obj_retry.go:548] Creating *factory.serviceForGateway openshift-dns-operator/metrics took: 83.788µs I0310 19:26:28.641944 3402 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-cloud-credential-operator/cco-metrics I0310 19:26:28.641952 3402 gateway_shared_intf.go:859] Adding service cco-metrics in namespace openshift-cloud-credential-operator I0310 19:26:28.641986 3402 gateway_shared_intf.go:892] Updating already programmed rules for cco-metrics in namespace openshift-cloud-credential-operator I0310 19:26:28.641996 3402 openflow_manager.go:114] Gateway OpenFlow sync already requested I0310 19:26:28.642004 3402 obj_retry.go:548] Creating *factory.serviceForGateway openshift-cloud-credential-operator/cco-metrics took: 50.557µs I0310 19:26:28.642012 3402 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-deployment-validation-operator/deployment-validation-operator-metrics I0310 19:26:28.642020 3402 gateway_shared_intf.go:859] Adding service deployment-validation-operator-metrics in namespace openshift-deployment-validation-operator I0310 19:26:28.642044 3402 gateway_shared_intf.go:892] Updating already programmed rules for deployment-validation-operator-metrics in namespace openshift-deployment-validation-operator I0310 19:26:28.642054 3402 openflow_manager.go:114] Gateway OpenFlow sync already requested I0310 19:26:28.642061 3402 obj_retry.go:548] Creating *factory.serviceForGateway openshift-deployment-validation-operator/deployment-validation-operator-metrics took: 40.293µs I0310 19:26:28.642069 3402 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-dns/dns-default I0310 19:26:28.642077 3402 gateway_shared_intf.go:859] Adding service dns-default in namespace openshift-dns I0310 19:26:28.642097 3402 gateway_shared_intf.go:892] Updating already programmed rules for dns-default in namespace openshift-dns I0310 19:26:28.642114 3402 openflow_manager.go:114] Gateway OpenFlow sync already requested I0310 19:26:28.642123 3402 obj_retry.go:548] Creating *factory.serviceForGateway openshift-dns/dns-default took: 44.506µs I0310 19:26:28.642131 3402 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-kube-storage-version-migrator-operator/metrics I0310 19:26:28.642138 3402 gateway_shared_intf.go:859] Adding service metrics in namespace openshift-kube-storage-version-migrator-operator I0310 19:26:28.642172 3402 gateway_shared_intf.go:892] Updating already programmed rules for metrics in namespace openshift-kube-storage-version-migrator-operator I0310 19:26:28.642182 3402 openflow_manager.go:114] Gateway OpenFlow sync already requested I0310 19:26:28.642190 3402 obj_retry.go:548] Creating *factory.serviceForGateway openshift-kube-storage-version-migrator-operator/metrics took: 49.581µs I0310 19:26:28.642198 3402 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-network-diagnostics/network-check-source I0310 19:26:28.642206 3402 obj_retry.go:548] Creating *factory.serviceForGateway openshift-network-diagnostics/network-check-source took: 442ns I0310 19:26:28.642213 3402 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-ovn-kubernetes/ovn-kubernetes-node I0310 19:26:28.642220 3402 obj_retry.go:548] Creating *factory.serviceForGateway openshift-ovn-kubernetes/ovn-kubernetes-node took: 284ns I0310 19:26:28.642227 3402 obj_retry.go:509] Add event received for *factory.serviceForGateway default/openshift-oauth-apiserver I0310 19:26:28.642234 3402 gateway_shared_intf.go:859] Adding service openshift-oauth-apiserver in namespace default I0310 19:26:28.642256 3402 gateway_shared_intf.go:892] Updating already programmed rules for openshift-oauth-apiserver in namespace default I0310 19:26:28.642266 3402 openflow_manager.go:114] Gateway OpenFlow sync already requested I0310 19:26:28.642273 3402 obj_retry.go:548] Creating *factory.serviceForGateway default/openshift-oauth-apiserver took: 38.404µs I0310 19:26:28.642281 3402 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-apiserver/check-endpoints I0310 19:26:28.642288 3402 gateway_shared_intf.go:859] Adding service check-endpoints in namespace openshift-apiserver I0310 19:26:28.642308 3402 gateway_shared_intf.go:892] Updating already programmed rules for check-endpoints in namespace openshift-apiserver I0310 19:26:28.642318 3402 openflow_manager.go:114] Gateway OpenFlow sync already requested I0310 19:26:28.642325 3402 obj_retry.go:548] Creating *factory.serviceForGateway openshift-apiserver/check-endpoints took: 35.897µs I0310 19:26:28.642333 3402 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-cluster-machine-approver/machine-approver I0310 19:26:28.642342 3402 obj_retry.go:548] Creating *factory.serviceForGateway openshift-cluster-machine-approver/machine-approver took: 680ns I0310 19:26:28.642351 3402 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-cluster-node-tuning-operator/performance-addon-operator-service I0310 19:26:28.642358 3402 gateway_shared_intf.go:859] Adding service performance-addon-operator-service in namespace openshift-cluster-node-tuning-operator I0310 19:26:28.642378 3402 gateway_shared_intf.go:892] Updating already programmed rules for performance-addon-operator-service in namespace openshift-cluster-node-tuning-operator I0310 19:26:28.642420 3402 openflow_manager.go:114] Gateway OpenFlow sync already requested I0310 19:26:28.642432 3402 obj_retry.go:548] Creating *factory.serviceForGateway openshift-cluster-node-tuning-operator/performance-addon-operator-service took: 73.002µs I0310 19:26:28.642444 3402 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-cluster-storage-operator/cluster-storage-operator-metrics I0310 19:26:28.642452 3402 gateway_shared_intf.go:859] Adding service cluster-storage-operator-metrics in namespace openshift-cluster-storage-operator I0310 19:26:28.642476 3402 gateway_shared_intf.go:892] Updating already programmed rules for cluster-storage-operator-metrics in namespace openshift-cluster-storage-operator I0310 19:26:28.642486 3402 openflow_manager.go:114] Gateway OpenFlow sync already requested I0310 19:26:28.642492 3402 obj_retry.go:548] Creating *factory.serviceForGateway openshift-cluster-storage-operator/cluster-storage-operator-metrics took: 41.022µs I0310 19:26:28.642501 3402 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-kube-controller-manager-operator/metrics I0310 19:26:28.642508 3402 gateway_shared_intf.go:859] Adding service metrics in namespace openshift-kube-controller-manager-operator I0310 19:26:28.642526 3402 gateway_shared_intf.go:892] Updating already programmed rules for metrics in namespace openshift-kube-controller-manager-operator I0310 19:26:28.642535 3402 openflow_manager.go:114] Gateway OpenFlow sync already requested I0310 19:26:28.642542 3402 obj_retry.go:548] Creating *factory.serviceForGateway openshift-kube-controller-manager-operator/metrics took: 33.544µs I0310 19:26:28.642550 3402 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-monitoring/cluster-monitoring-operator I0310 19:26:28.642559 3402 obj_retry.go:548] Creating *factory.serviceForGateway openshift-monitoring/cluster-monitoring-operator took: 704ns I0310 19:26:28.642567 3402 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-apiserver-operator/metrics I0310 19:26:28.642573 3402 gateway_shared_intf.go:859] Adding service metrics in namespace openshift-apiserver-operator I0310 19:26:28.642593 3402 gateway_shared_intf.go:892] Updating already programmed rules for metrics in namespace openshift-apiserver-operator I0310 19:26:28.642603 3402 openflow_manager.go:114] Gateway OpenFlow sync already requested I0310 19:26:28.642609 3402 obj_retry.go:548] Creating *factory.serviceForGateway openshift-apiserver-operator/metrics took: 35.783µs I0310 19:26:28.642638 3402 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-authentication-operator/metrics I0310 19:26:28.642649 3402 gateway_shared_intf.go:859] Adding service metrics in namespace openshift-authentication-operator I0310 19:26:28.642678 3402 gateway_shared_intf.go:892] Updating already programmed rules for metrics in namespace openshift-authentication-operator I0310 19:26:28.642688 3402 openflow_manager.go:114] Gateway OpenFlow sync already requested I0310 19:26:28.642695 3402 obj_retry.go:548] Creating *factory.serviceForGateway openshift-authentication-operator/metrics took: 47.047µs I0310 19:26:28.642703 3402 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-deployment-validation-operator/deployment-validation-operator-catalog I0310 19:26:28.642712 3402 gateway_shared_intf.go:859] Adding service deployment-validation-operator-catalog in namespace openshift-deployment-validation-operator I0310 19:26:28.642733 3402 gateway_shared_intf.go:892] Updating already programmed rules for deployment-validation-operator-catalog in namespace openshift-deployment-validation-operator I0310 19:26:28.642742 3402 openflow_manager.go:114] Gateway OpenFlow sync already requested I0310 19:26:28.642749 3402 obj_retry.go:548] Creating *factory.serviceForGateway openshift-deployment-validation-operator/deployment-validation-operator-catalog took: 36.793µs I0310 19:26:28.642757 3402 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-ingress-canary/ingress-canary I0310 19:26:28.642764 3402 gateway_shared_intf.go:859] Adding service ingress-canary in namespace openshift-ingress-canary I0310 19:26:28.642786 3402 gateway_shared_intf.go:892] Updating already programmed rules for ingress-canary in namespace openshift-ingress-canary I0310 19:26:28.642796 3402 openflow_manager.go:114] Gateway OpenFlow sync already requested I0310 19:26:28.642802 3402 obj_retry.go:548] Creating *factory.serviceForGateway openshift-ingress-canary/ingress-canary took: 37.052µs I0310 19:26:28.642810 3402 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-ingress/router-default I0310 19:26:28.642820 3402 port_claim.go:197] Handle NodePort service router-default port 31230 I0310 19:26:28.642831 3402 port_claim.go:41] Opening socket for service: openshift-ingress/router-default, port: 31230 and protocol TCP I0310 19:26:28.642841 3402 port_claim.go:64] Opening socket for LocalPort "nodePort for openshift-ingress/router-default:http" (:31230/tcp) I0310 19:26:28.643009 3402 port_claim.go:197] Handle NodePort service router-default port 31162 I0310 19:26:28.643029 3402 port_claim.go:41] Opening socket for service: openshift-ingress/router-default, port: 31162 and protocol TCP I0310 19:26:28.643033 3402 port_claim.go:64] Opening socket for LocalPort "nodePort for openshift-ingress/router-default:https" (:31162/tcp) I0310 19:26:28.643073 3402 healthcheck.go:145] Opening healthcheck "openshift-ingress/router-default" on port 32283 I0310 19:26:28.643125 3402 healthcheck.go:224] Reporting 0 endpoints for healthcheck "openshift-ingress/router-default" I0310 19:26:28.643138 3402 gateway_shared_intf.go:859] Adding service router-default in namespace openshift-ingress I0310 19:26:28.643182 3402 gateway_shared_intf.go:892] Updating already programmed rules for router-default in namespace openshift-ingress I0310 19:26:28.643189 3402 healthcheck.go:169] Starting goroutine for healthcheck "openshift-ingress/router-default" on port 32283 I0310 19:26:28.643207 3402 openflow_manager.go:114] Gateway OpenFlow sync already requested I0310 19:26:28.643215 3402 obj_retry.go:548] Creating *factory.serviceForGateway openshift-ingress/router-default took: 396.19µs I0310 19:26:28.643228 3402 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-machine-config-operator/machine-config-operator I0310 19:26:28.643236 3402 gateway_shared_intf.go:859] Adding service machine-config-operator in namespace openshift-machine-config-operator I0310 19:26:28.643251 3402 gateway_shared_intf.go:892] Updating already programmed rules for machine-config-operator in namespace openshift-machine-config-operator I0310 19:26:28.643256 3402 openflow_manager.go:114] Gateway OpenFlow sync already requested I0310 19:26:28.643260 3402 obj_retry.go:548] Creating *factory.serviceForGateway openshift-machine-config-operator/machine-config-operator took: 25.161µs I0310 19:26:28.643267 3402 obj_retry.go:509] Add event received for *factory.serviceForGateway default/kubernetes I0310 19:26:28.643273 3402 gateway_shared_intf.go:859] Adding service kubernetes in namespace default I0310 19:26:28.643291 3402 gateway_shared_intf.go:892] Updating already programmed rules for kubernetes in namespace default I0310 19:26:28.643307 3402 openflow_manager.go:114] Gateway OpenFlow sync already requested I0310 19:26:28.643314 3402 obj_retry.go:548] Creating *factory.serviceForGateway default/kubernetes took: 39.784µs I0310 19:26:28.643322 3402 obj_retry.go:509] Add event received for *factory.serviceForGateway default/openshift I0310 19:26:28.643330 3402 obj_retry.go:548] Creating *factory.serviceForGateway default/openshift took: 515ns I0310 19:26:28.643337 3402 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics I0310 19:26:28.643343 3402 gateway_shared_intf.go:859] Adding service csi-snapshot-controller-operator-metrics in namespace openshift-cluster-storage-operator I0310 19:26:28.643361 3402 gateway_shared_intf.go:892] Updating already programmed rules for csi-snapshot-controller-operator-metrics in namespace openshift-cluster-storage-operator I0310 19:26:28.643372 3402 openflow_manager.go:114] Gateway OpenFlow sync already requested I0310 19:26:28.643378 3402 obj_retry.go:548] Creating *factory.serviceForGateway openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics took: 34.566µs I0310 19:26:28.643386 3402 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-cluster-version/cluster-version-operator I0310 19:26:28.643392 3402 gateway_shared_intf.go:859] Adding service cluster-version-operator in namespace openshift-cluster-version I0310 19:26:28.643411 3402 gateway_shared_intf.go:892] Updating already programmed rules for cluster-version-operator in namespace openshift-cluster-version I0310 19:26:28.643421 3402 openflow_manager.go:114] Gateway OpenFlow sync already requested I0310 19:26:28.643428 3402 obj_retry.go:548] Creating *factory.serviceForGateway openshift-cluster-version/cluster-version-operator took: 34.739µs I0310 19:26:28.643433 3402 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-console-operator/metrics I0310 19:26:28.643439 3402 gateway_shared_intf.go:859] Adding service metrics in namespace openshift-console-operator I0310 19:26:28.643456 3402 gateway_shared_intf.go:892] Updating already programmed rules for metrics in namespace openshift-console-operator I0310 19:26:28.643466 3402 openflow_manager.go:114] Gateway OpenFlow sync already requested I0310 19:26:28.643471 3402 obj_retry.go:548] Creating *factory.serviceForGateway openshift-console-operator/metrics took: 31.732µs I0310 19:26:28.643477 3402 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-ingress-operator/metrics I0310 19:26:28.643484 3402 gateway_shared_intf.go:859] Adding service metrics in namespace openshift-ingress-operator I0310 19:26:28.643499 3402 gateway_shared_intf.go:892] Updating already programmed rules for metrics in namespace openshift-ingress-operator I0310 19:26:28.643505 3402 openflow_manager.go:114] Gateway OpenFlow sync already requested I0310 19:26:28.643509 3402 obj_retry.go:548] Creating *factory.serviceForGateway openshift-ingress-operator/metrics took: 25.249µs I0310 19:26:28.643514 3402 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-machine-config-operator/machine-config-daemon I0310 19:26:28.643519 3402 gateway_shared_intf.go:859] Adding service machine-config-daemon in namespace openshift-machine-config-operator I0310 19:26:28.643529 3402 gateway_shared_intf.go:892] Updating already programmed rules for machine-config-daemon in namespace openshift-machine-config-operator I0310 19:26:28.643536 3402 openflow_manager.go:114] Gateway OpenFlow sync already requested I0310 19:26:28.643543 3402 obj_retry.go:548] Creating *factory.serviceForGateway openshift-machine-config-operator/machine-config-daemon took: 22.614µs I0310 19:26:28.643550 3402 obj_retry.go:509] Add event received for *factory.serviceForGateway default/openshift-apiserver I0310 19:26:28.643554 3402 gateway_shared_intf.go:859] Adding service openshift-apiserver in namespace default I0310 19:26:28.643566 3402 gateway_shared_intf.go:892] Updating already programmed rules for openshift-apiserver in namespace default I0310 19:26:28.643570 3402 openflow_manager.go:114] Gateway OpenFlow sync already requested I0310 19:26:28.643573 3402 obj_retry.go:548] Creating *factory.serviceForGateway default/openshift-apiserver took: 18.632µs I0310 19:26:28.643577 3402 obj_retry.go:509] Add event received for *factory.serviceForGateway default/packageserver I0310 19:26:28.643581 3402 gateway_shared_intf.go:859] Adding service packageserver in namespace default I0310 19:26:28.643592 3402 gateway_shared_intf.go:892] Updating already programmed rules for packageserver in namespace default I0310 19:26:28.643596 3402 openflow_manager.go:114] Gateway OpenFlow sync already requested I0310 19:26:28.643601 3402 obj_retry.go:548] Creating *factory.serviceForGateway default/packageserver took: 18.768µs I0310 19:26:28.643608 3402 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-cluster-node-tuning-operator/node-tuning-operator I0310 19:26:28.643615 3402 obj_retry.go:548] Creating *factory.serviceForGateway openshift-cluster-node-tuning-operator/node-tuning-operator took: 352ns I0310 19:26:28.643622 3402 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-config-operator/metrics I0310 19:26:28.643627 3402 gateway_shared_intf.go:859] Adding service metrics in namespace openshift-config-operator I0310 19:26:28.643638 3402 gateway_shared_intf.go:892] Updating already programmed rules for metrics in namespace openshift-config-operator I0310 19:26:28.643642 3402 openflow_manager.go:114] Gateway OpenFlow sync already requested I0310 19:26:28.643645 3402 obj_retry.go:548] Creating *factory.serviceForGateway openshift-config-operator/metrics took: 18.45µs I0310 19:26:28.643649 3402 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-network-console/networking-console-plugin I0310 19:26:28.643654 3402 gateway_shared_intf.go:859] Adding service networking-console-plugin in namespace openshift-network-console I0310 19:26:28.643665 3402 gateway_shared_intf.go:892] Updating already programmed rules for networking-console-plugin in namespace openshift-network-console I0310 19:26:28.643674 3402 openflow_manager.go:114] Gateway OpenFlow sync already requested I0310 19:26:28.643680 3402 obj_retry.go:548] Creating *factory.serviceForGateway openshift-network-console/networking-console-plugin took: 24.049µs I0310 19:26:28.643687 3402 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-image-registry/image-registry I0310 19:26:28.643693 3402 gateway_shared_intf.go:859] Adding service image-registry in namespace openshift-image-registry I0310 19:26:28.643711 3402 gateway_shared_intf.go:892] Updating already programmed rules for image-registry in namespace openshift-image-registry I0310 19:26:28.643720 3402 openflow_manager.go:114] Gateway OpenFlow sync already requested I0310 19:26:28.643725 3402 obj_retry.go:548] Creating *factory.serviceForGateway openshift-image-registry/image-registry took: 33.699µs I0310 19:26:28.643731 3402 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-insights/metrics I0310 19:26:28.643737 3402 gateway_shared_intf.go:859] Adding service metrics in namespace openshift-insights I0310 19:26:28.643753 3402 gateway_shared_intf.go:892] Updating already programmed rules for metrics in namespace openshift-insights I0310 19:26:28.643759 3402 openflow_manager.go:114] Gateway OpenFlow sync already requested I0310 19:26:28.643766 3402 obj_retry.go:548] Creating *factory.serviceForGateway openshift-insights/metrics took: 26.647µs I0310 19:26:28.643771 3402 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-network-operator/metrics I0310 19:26:28.643775 3402 obj_retry.go:548] Creating *factory.serviceForGateway openshift-network-operator/metrics took: 231ns I0310 19:26:28.643779 3402 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-cluster-samples-operator/metrics I0310 19:26:28.643783 3402 obj_retry.go:548] Creating *factory.serviceForGateway openshift-cluster-samples-operator/metrics took: 160ns I0310 19:26:28.643787 3402 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-ingress/router-internal-default I0310 19:26:28.643790 3402 gateway_shared_intf.go:859] Adding service router-internal-default in namespace openshift-ingress I0310 19:26:28.643801 3402 gateway_shared_intf.go:892] Updating already programmed rules for router-internal-default in namespace openshift-ingress I0310 19:26:28.643808 3402 openflow_manager.go:114] Gateway OpenFlow sync already requested I0310 19:26:28.643813 3402 obj_retry.go:548] Creating *factory.serviceForGateway openshift-ingress/router-internal-default took: 21.278µs I0310 19:26:28.643820 3402 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-machine-config-operator/machine-config-controller I0310 19:26:28.643826 3402 gateway_shared_intf.go:859] Adding service machine-config-controller in namespace openshift-machine-config-operator I0310 19:26:28.643842 3402 gateway_shared_intf.go:892] Updating already programmed rules for machine-config-controller in namespace openshift-machine-config-operator I0310 19:26:28.643851 3402 openflow_manager.go:114] Gateway OpenFlow sync already requested I0310 19:26:28.643855 3402 obj_retry.go:548] Creating *factory.serviceForGateway openshift-machine-config-operator/machine-config-controller took: 29.997µs I0310 19:26:28.643859 3402 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-multus/network-metrics-service I0310 19:26:28.643863 3402 obj_retry.go:548] Creating *factory.serviceForGateway openshift-multus/network-metrics-service took: 204ns I0310 19:26:28.643869 3402 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-network-diagnostics/network-check-target I0310 19:26:28.643875 3402 gateway_shared_intf.go:859] Adding service network-check-target in namespace openshift-network-diagnostics I0310 19:26:28.643891 3402 gateway_shared_intf.go:892] Updating already programmed rules for network-check-target in namespace openshift-network-diagnostics I0310 19:26:28.643899 3402 openflow_manager.go:114] Gateway OpenFlow sync already requested I0310 19:26:28.643906 3402 obj_retry.go:548] Creating *factory.serviceForGateway openshift-network-diagnostics/network-check-target took: 29.933µs I0310 19:26:28.643911 3402 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-service-ca-operator/metrics I0310 19:26:28.643915 3402 gateway_shared_intf.go:859] Adding service metrics in namespace openshift-service-ca-operator I0310 19:26:28.643927 3402 gateway_shared_intf.go:892] Updating already programmed rules for metrics in namespace openshift-service-ca-operator I0310 19:26:28.643939 3402 openflow_manager.go:114] Gateway OpenFlow sync already requested I0310 19:26:28.643946 3402 obj_retry.go:548] Creating *factory.serviceForGateway openshift-service-ca-operator/metrics took: 28.074µs I0310 19:26:28.643964 3402 factory.go:1366] Added *v1.Service event handler 13 I0310 19:26:28.643982 3402 obj_retry_gateway.go:33] [newRetryFrameworkNodeWithParameters] g.watchFactory=&{0xc0008d2ef0 0xc00029efc0 0xc00029f030 0xc00029f0a0 0xc00029f110 0xc00029f180 0xc00029f260 0xc0009b06e0 0xc00029f2d0 0xc00029f340 0xc0009b0640 0xc006078540 0xc00029f3b0 map[0x2b197a0:0xc003b0ef60 0x2b19f80:0xc004675980 0x2b1a760:0xc002655da0 0x2b1aa00:0xc0046740c0 0x2b1af40:0xc004674de0 0x2b1b1e0:0xc004675140 0x2b1b480:0xc004675500 0x2b1bc60:0xc004675c20 0x2b1bf00:0xc0064a4120 0x2b46ce0:0xc0019fa3c0 0x2b47080:0xc001ce2900 0x2b47b60:0xc0008e57a0 0x2b494c0:0xc000b07140 0x2b49c00:0xc001ce2c60 0x2b4a6e0:0xc0019b7ec0] 0xc000767260 0} I0310 19:26:28.644096 3402 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway default/kubernetes I0310 19:26:28.644117 3402 gateway_shared_intf.go:1157] Adding endpointslice kubernetes in namespace default I0310 19:26:28.644171 3402 obj_retry.go:548] Creating *factory.endpointSliceForGateway default/kubernetes took: 61.118µs I0310 19:26:28.644182 3402 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway default/packageserver-wrjcn I0310 19:26:28.644194 3402 gateway_shared_intf.go:1157] Adding endpointslice packageserver-wrjcn in namespace default I0310 19:26:28.644209 3402 obj_retry.go:548] Creating *factory.endpointSliceForGateway default/packageserver-wrjcn took: 19.553µs I0310 19:26:28.644214 3402 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway openshift-deployment-validation-operator/deployment-validation-operator-catalog-zw6ph I0310 19:26:28.644220 3402 gateway_shared_intf.go:1157] Adding endpointslice deployment-validation-operator-catalog-zw6ph in namespace openshift-deployment-validation-operator I0310 19:26:28.644232 3402 obj_retry.go:548] Creating *factory.endpointSliceForGateway openshift-deployment-validation-operator/deployment-validation-operator-catalog-zw6ph took: 12.722µs I0310 19:26:28.644236 3402 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway openshift-dns/dns-default-69n44 I0310 19:26:28.644241 3402 gateway_shared_intf.go:1157] Adding endpointslice dns-default-69n44 in namespace openshift-dns I0310 19:26:28.644251 3402 obj_retry.go:548] Creating *factory.endpointSliceForGateway openshift-dns/dns-default-69n44 took: 10.654µs I0310 19:26:28.644255 3402 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway openshift-machine-config-operator/machine-config-controller-ptcl8 I0310 19:26:28.644260 3402 gateway_shared_intf.go:1157] Adding endpointslice machine-config-controller-ptcl8 in namespace openshift-machine-config-operator I0310 19:26:28.644270 3402 obj_retry.go:548] Creating *factory.endpointSliceForGateway openshift-machine-config-operator/machine-config-controller-ptcl8 took: 10.88µs I0310 19:26:28.644274 3402 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway openshift-machine-config-operator/machine-config-operator-v49xf I0310 19:26:28.644279 3402 gateway_shared_intf.go:1157] Adding endpointslice machine-config-operator-v49xf in namespace openshift-machine-config-operator I0310 19:26:28.644288 3402 obj_retry.go:548] Creating *factory.endpointSliceForGateway openshift-machine-config-operator/machine-config-operator-v49xf took: 9.673µs I0310 19:26:28.644293 3402 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway openshift-cluster-node-tuning-operator/performance-addon-operator-service-x8qzb I0310 19:26:28.644301 3402 gateway_shared_intf.go:1157] Adding endpointslice performance-addon-operator-service-x8qzb in namespace openshift-cluster-node-tuning-operator I0310 19:26:28.644314 3402 obj_retry.go:548] Creating *factory.endpointSliceForGateway openshift-cluster-node-tuning-operator/performance-addon-operator-service-x8qzb took: 16.745µs I0310 19:26:28.644319 3402 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway openshift-cluster-storage-operator/cluster-storage-operator-metrics-j7z5d I0310 19:26:28.644326 3402 gateway_shared_intf.go:1157] Adding endpointslice cluster-storage-operator-metrics-j7z5d in namespace openshift-cluster-storage-operator I0310 19:26:28.644342 3402 obj_retry.go:548] Creating *factory.endpointSliceForGateway openshift-cluster-storage-operator/cluster-storage-operator-metrics-j7z5d took: 15.969µs I0310 19:26:28.644352 3402 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway openshift-config-operator/metrics-95v6k I0310 19:26:28.644357 3402 gateway_shared_intf.go:1157] Adding endpointslice metrics-95v6k in namespace openshift-config-operator I0310 19:26:28.644367 3402 obj_retry.go:548] Creating *factory.endpointSliceForGateway openshift-config-operator/metrics-95v6k took: 10.536µs I0310 19:26:28.644371 3402 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway openshift-ingress-canary/ingress-canary-r8s6c I0310 19:26:28.644376 3402 gateway_shared_intf.go:1157] Adding endpointslice ingress-canary-r8s6c in namespace openshift-ingress-canary I0310 19:26:28.644390 3402 obj_retry.go:548] Creating *factory.endpointSliceForGateway openshift-ingress-canary/ingress-canary-r8s6c took: 13.939µs I0310 19:26:28.644396 3402 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway openshift-ingress-operator/metrics-zgh46 I0310 19:26:28.644404 3402 gateway_shared_intf.go:1157] Adding endpointslice metrics-zgh46 in namespace openshift-ingress-operator I0310 19:26:28.644421 3402 obj_retry.go:548] Creating *factory.endpointSliceForGateway openshift-ingress-operator/metrics-zgh46 took: 17.774µs I0310 19:26:28.644432 3402 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway openshift-ingress/router-default-zxpdn I0310 19:26:28.644444 3402 healthcheck.go:224] Reporting 0 endpoints for healthcheck "openshift-ingress/router-default" I0310 19:26:28.644457 3402 gateway_shared_intf.go:1157] Adding endpointslice router-default-zxpdn in namespace openshift-ingress I0310 19:26:28.644471 3402 obj_retry.go:548] Creating *factory.endpointSliceForGateway openshift-ingress/router-default-zxpdn took: 33.475µs I0310 19:26:28.644476 3402 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway openshift-ingress/router-internal-default-bjpkl I0310 19:26:28.644481 3402 gateway_shared_intf.go:1157] Adding endpointslice router-internal-default-bjpkl in namespace openshift-ingress I0310 19:26:28.644490 3402 obj_retry.go:548] Creating *factory.endpointSliceForGateway openshift-ingress/router-internal-default-bjpkl took: 10.296µs I0310 19:26:28.644503 3402 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway openshift-apiserver/check-endpoints-px467 I0310 19:26:28.644508 3402 gateway_shared_intf.go:1157] Adding endpointslice check-endpoints-px467 in namespace openshift-apiserver I0310 19:26:28.644523 3402 obj_retry.go:548] Creating *factory.endpointSliceForGateway openshift-apiserver/check-endpoints-px467 took: 12.8µs I0310 19:26:28.644530 3402 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway openshift-service-ca-operator/metrics-nf5f7 I0310 19:26:28.644538 3402 gateway_shared_intf.go:1157] Adding endpointslice metrics-nf5f7 in namespace openshift-service-ca-operator I0310 19:26:28.644548 3402 obj_retry.go:548] Creating *factory.endpointSliceForGateway openshift-service-ca-operator/metrics-nf5f7 took: 13.435µs I0310 19:26:28.644556 3402 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway openshift-cloud-credential-operator/cco-metrics-z7wd7 I0310 19:26:28.644561 3402 gateway_shared_intf.go:1157] Adding endpointslice cco-metrics-z7wd7 in namespace openshift-cloud-credential-operator I0310 19:26:28.644571 3402 obj_retry.go:548] Creating *factory.endpointSliceForGateway openshift-cloud-credential-operator/cco-metrics-z7wd7 took: 10.742µs I0310 19:26:28.644578 3402 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics-tcw6s I0310 19:26:28.644586 3402 gateway_shared_intf.go:1157] Adding endpointslice csi-snapshot-controller-operator-metrics-tcw6s in namespace openshift-cluster-storage-operator I0310 19:26:28.644602 3402 obj_retry.go:548] Creating *factory.endpointSliceForGateway openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics-tcw6s took: 18.027µs I0310 19:26:28.644612 3402 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway openshift-deployment-validation-operator/deployment-validation-operator-metrics-d29w4 I0310 19:26:28.644619 3402 gateway_shared_intf.go:1157] Adding endpointslice deployment-validation-operator-metrics-d29w4 in namespace openshift-deployment-validation-operator I0310 19:26:28.644636 3402 obj_retry.go:548] Creating *factory.endpointSliceForGateway openshift-deployment-validation-operator/deployment-validation-operator-metrics-d29w4 took: 17.319µs I0310 19:26:28.644648 3402 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway openshift-kube-controller-manager-operator/metrics-sd84n I0310 19:26:28.644657 3402 gateway_shared_intf.go:1157] Adding endpointslice metrics-sd84n in namespace openshift-kube-controller-manager-operator I0310 19:26:28.644672 3402 obj_retry.go:548] Creating *factory.endpointSliceForGateway openshift-kube-controller-manager-operator/metrics-sd84n took: 16.605µs I0310 19:26:28.644678 3402 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway openshift-network-diagnostics/network-check-target-4bxpz I0310 19:26:28.644686 3402 gateway_shared_intf.go:1157] Adding endpointslice network-check-target-4bxpz in namespace openshift-network-diagnostics I0310 19:26:28.644700 3402 obj_retry.go:548] Creating *factory.endpointSliceForGateway openshift-network-diagnostics/network-check-target-4bxpz took: 15.593µs I0310 19:26:28.644707 3402 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway openshift-dns-operator/metrics-mtd86 I0310 19:26:28.644713 3402 gateway_shared_intf.go:1157] Adding endpointslice metrics-mtd86 in namespace openshift-dns-operator I0310 19:26:28.644725 3402 obj_retry.go:548] Creating *factory.endpointSliceForGateway openshift-dns-operator/metrics-mtd86 took: 13.15µs I0310 19:26:28.644729 3402 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway openshift-image-registry/image-registry-8xjtq I0310 19:26:28.644734 3402 gateway_shared_intf.go:1157] Adding endpointslice image-registry-8xjtq in namespace openshift-image-registry I0310 19:26:28.644745 3402 obj_retry.go:548] Creating *factory.endpointSliceForGateway openshift-image-registry/image-registry-8xjtq took: 10.509µs I0310 19:26:28.644752 3402 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway openshift-network-console/networking-console-plugin-kfw68 I0310 19:26:28.644760 3402 gateway_shared_intf.go:1157] Adding endpointslice networking-console-plugin-kfw68 in namespace openshift-network-console I0310 19:26:28.644772 3402 obj_retry.go:548] Creating *factory.endpointSliceForGateway openshift-network-console/networking-console-plugin-kfw68 took: 13.594µs I0310 19:26:28.644779 3402 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway default/openshift-apiserver-9fxhv I0310 19:26:28.644787 3402 gateway_shared_intf.go:1157] Adding endpointslice openshift-apiserver-9fxhv in namespace default I0310 19:26:28.644803 3402 obj_retry.go:548] Creating *factory.endpointSliceForGateway default/openshift-apiserver-9fxhv took: 18.295µs I0310 19:26:28.644813 3402 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway default/openshift-oauth-apiserver-4xk65 I0310 19:26:28.644820 3402 gateway_shared_intf.go:1157] Adding endpointslice openshift-oauth-apiserver-4xk65 in namespace default I0310 19:26:28.644836 3402 obj_retry.go:548] Creating *factory.endpointSliceForGateway default/openshift-oauth-apiserver-4xk65 took: 16.93µs I0310 19:26:28.644843 3402 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway openshift-console-operator/metrics-dzs74 I0310 19:26:28.644851 3402 gateway_shared_intf.go:1157] Adding endpointslice metrics-dzs74 in namespace openshift-console-operator I0310 19:26:28.644866 3402 obj_retry.go:548] Creating *factory.endpointSliceForGateway openshift-console-operator/metrics-dzs74 took: 17.073µs I0310 19:26:28.644881 3402 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway openshift-insights/metrics-8vgqc I0310 19:26:28.644886 3402 gateway_shared_intf.go:1157] Adding endpointslice metrics-8vgqc in namespace openshift-insights I0310 19:26:28.644896 3402 obj_retry.go:548] Creating *factory.endpointSliceForGateway openshift-insights/metrics-8vgqc took: 9.995µs I0310 19:26:28.644902 3402 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway openshift-kube-storage-version-migrator-operator/metrics-s7sf5 I0310 19:26:28.644910 3402 gateway_shared_intf.go:1157] Adding endpointslice metrics-s7sf5 in namespace openshift-kube-storage-version-migrator-operator I0310 19:26:28.644924 3402 obj_retry.go:548] Creating *factory.endpointSliceForGateway openshift-kube-storage-version-migrator-operator/metrics-s7sf5 took: 15.654µs I0310 19:26:28.644931 3402 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway openshift-machine-config-operator/machine-config-daemon-r2stw I0310 19:26:28.644938 3402 gateway_shared_intf.go:1157] Adding endpointslice machine-config-daemon-r2stw in namespace openshift-machine-config-operator I0310 19:26:28.644953 3402 obj_retry.go:548] Creating *factory.endpointSliceForGateway openshift-machine-config-operator/machine-config-daemon-r2stw took: 15.842µs I0310 19:26:28.644963 3402 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway openshift-apiserver-operator/metrics-7sxxc I0310 19:26:28.644972 3402 gateway_shared_intf.go:1157] Adding endpointslice metrics-7sxxc in namespace openshift-apiserver-operator I0310 19:26:28.644987 3402 obj_retry.go:548] Creating *factory.endpointSliceForGateway openshift-apiserver-operator/metrics-7sxxc took: 17.322µs I0310 19:26:28.644996 3402 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway openshift-authentication-operator/metrics-2vtzd I0310 19:26:28.645006 3402 gateway_shared_intf.go:1157] Adding endpointslice metrics-2vtzd in namespace openshift-authentication-operator I0310 19:26:28.645020 3402 obj_retry.go:548] Creating *factory.endpointSliceForGateway openshift-authentication-operator/metrics-2vtzd took: 17.078µs I0310 19:26:28.645030 3402 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway openshift-cluster-version/cluster-version-operator-swv89 I0310 19:26:28.645036 3402 gateway_shared_intf.go:1157] Adding endpointslice cluster-version-operator-swv89 in namespace openshift-cluster-version I0310 19:26:28.645056 3402 obj_retry.go:548] Creating *factory.endpointSliceForGateway openshift-cluster-version/cluster-version-operator-swv89 took: 20.496µs I0310 19:26:28.645073 3402 factory.go:1366] Added *v1.EndpointSlice event handler 14 I0310 19:26:28.645082 3402 obj_retry_gateway.go:33] [newRetryFrameworkNodeWithParameters] g.watchFactory=&{0xc0008d2ef0 0xc00029efc0 0xc00029f030 0xc00029f0a0 0xc00029f110 0xc00029f180 0xc00029f260 0xc0009b06e0 0xc00029f2d0 0xc00029f340 0xc0009b0640 0xc006078540 0xc00029f3b0 map[0x2b197a0:0xc003b0ef60 0x2b19f80:0xc004675980 0x2b1a760:0xc002655da0 0x2b1aa00:0xc0046740c0 0x2b1af40:0xc004674de0 0x2b1b1e0:0xc004675140 0x2b1b480:0xc004675500 0x2b1bc60:0xc004675c20 0x2b1bf00:0xc0064a4120 0x2b46ce0:0xc0019fa3c0 0x2b47080:0xc001ce2900 0x2b47b60:0xc0008e57a0 0x2b494c0:0xc000b07140 0x2b49c00:0xc001ce2c60 0x2b4a6e0:0xc0019b7ec0] 0xc000767260 0} I0310 19:26:28.645131 3402 gateway.go:492] Reconciling gateway with updates I0310 19:26:28.645225 3402 openflow_manager.go:114] Gateway OpenFlow sync already requested I0310 19:26:28.645239 3402 iptables.go:144] Deleting rule in table: nat, chain: POSTROUTING with args: "-s 10.128.0.0/23 -j MASQUERADE" for protocol: 0 I0310 19:26:28.665578 3402 gateway.go:520] Adding service openshift-dns/dns-default to retryServices I0310 19:26:28.665596 3402 gateway.go:520] Adding service openshift-kube-storage-version-migrator-operator/metrics to retryServices I0310 19:26:28.665601 3402 gateway.go:520] Adding service openshift-network-diagnostics/network-check-source to retryServices I0310 19:26:28.665604 3402 gateway.go:520] Adding service openshift-ovn-kubernetes/ovn-kubernetes-node to retryServices I0310 19:26:28.665610 3402 gateway.go:520] Adding service openshift-cloud-credential-operator/cco-metrics to retryServices I0310 19:26:28.665619 3402 gateway.go:520] Adding service openshift-deployment-validation-operator/deployment-validation-operator-metrics to retryServices I0310 19:26:28.665624 3402 gateway.go:520] Adding service openshift-cluster-machine-approver/machine-approver to retryServices I0310 19:26:28.665627 3402 gateway.go:520] Adding service openshift-cluster-node-tuning-operator/performance-addon-operator-service to retryServices I0310 19:26:28.665630 3402 gateway.go:520] Adding service openshift-cluster-storage-operator/cluster-storage-operator-metrics to retryServices I0310 19:26:28.665636 3402 gateway.go:520] Adding service openshift-kube-controller-manager-operator/metrics to retryServices I0310 19:26:28.665640 3402 gateway.go:520] Adding service openshift-monitoring/cluster-monitoring-operator to retryServices I0310 19:26:28.665643 3402 gateway.go:520] Adding service default/openshift-oauth-apiserver to retryServices I0310 19:26:28.665646 3402 gateway.go:520] Adding service openshift-apiserver/check-endpoints to retryServices I0310 19:26:28.665649 3402 gateway.go:520] Adding service openshift-deployment-validation-operator/deployment-validation-operator-catalog to retryServices I0310 19:26:28.665654 3402 gateway.go:520] Adding service openshift-ingress-canary/ingress-canary to retryServices I0310 19:26:28.665657 3402 gateway.go:520] Adding service openshift-ingress/router-default to retryServices I0310 19:26:28.665660 3402 gateway.go:520] Adding service openshift-machine-config-operator/machine-config-operator to retryServices I0310 19:26:28.665664 3402 gateway.go:520] Adding service openshift-apiserver-operator/metrics to retryServices I0310 19:26:28.665673 3402 gateway.go:520] Adding service openshift-authentication-operator/metrics to retryServices I0310 19:26:28.665680 3402 gateway.go:520] Adding service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics to retryServices I0310 19:26:28.665683 3402 gateway.go:520] Adding service openshift-cluster-version/cluster-version-operator to retryServices I0310 19:26:28.665687 3402 gateway.go:520] Adding service openshift-console-operator/metrics to retryServices I0310 19:26:28.665691 3402 gateway.go:520] Adding service openshift-ingress-operator/metrics to retryServices I0310 19:26:28.665694 3402 gateway.go:520] Adding service openshift-machine-config-operator/machine-config-daemon to retryServices I0310 19:26:28.665697 3402 gateway.go:520] Adding service default/kubernetes to retryServices I0310 19:26:28.665700 3402 gateway.go:520] Adding service default/openshift to retryServices I0310 19:26:28.665703 3402 gateway.go:520] Adding service openshift-cluster-node-tuning-operator/node-tuning-operator to retryServices I0310 19:26:28.665707 3402 gateway.go:520] Adding service openshift-config-operator/metrics to retryServices I0310 19:26:28.665711 3402 gateway.go:520] Adding service openshift-network-console/networking-console-plugin to retryServices I0310 19:26:28.665715 3402 gateway.go:520] Adding service default/openshift-apiserver to retryServices I0310 19:26:28.665718 3402 gateway.go:520] Adding service default/packageserver to retryServices I0310 19:26:28.665721 3402 gateway.go:520] Adding service openshift-network-operator/metrics to retryServices I0310 19:26:28.665724 3402 gateway.go:520] Adding service openshift-image-registry/image-registry to retryServices I0310 19:26:28.665727 3402 gateway.go:520] Adding service openshift-insights/metrics to retryServices I0310 19:26:28.665730 3402 gateway.go:520] Adding service openshift-machine-config-operator/machine-config-controller to retryServices I0310 19:26:28.665733 3402 gateway.go:520] Adding service openshift-multus/network-metrics-service to retryServices I0310 19:26:28.665736 3402 gateway.go:520] Adding service openshift-network-diagnostics/network-check-target to retryServices I0310 19:26:28.665739 3402 gateway.go:520] Adding service openshift-service-ca-operator/metrics to retryServices I0310 19:26:28.665742 3402 gateway.go:520] Adding service openshift-cluster-samples-operator/metrics to retryServices I0310 19:26:28.665744 3402 gateway.go:520] Adding service openshift-ingress/router-internal-default to retryServices I0310 19:26:28.665749 3402 gateway.go:520] Adding service openshift-dns-operator/metrics to retryServices I0310 19:26:28.665760 3402 obj_retry.go:236] Iterate retry objects requested (resource *factory.serviceForGateway) I0310 19:26:28.665795 3402 factory.go:1366] Added *v1.EgressIP event handler 15 I0310 19:26:28.665794 3402 obj_retry.go:431] periodicallyRetryResources: Retry channel got triggered: retrying failed objects of type *factory.serviceForGateway I0310 19:26:28.665845 3402 obj_retry.go:406] Going to retry *factory.serviceForGateway resource setup for 41 objects: [openshift-service-ca-operator/metrics default/openshift-oauth-apiserver openshift-apiserver-operator/metrics openshift-machine-config-operator/machine-config-daemon openshift-ingress-operator/metrics default/openshift-apiserver openshift-machine-config-operator/machine-config-controller openshift-config-operator/metrics openshift-cluster-node-tuning-operator/performance-addon-operator-service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics openshift-cluster-version/cluster-version-operator default/openshift openshift-network-console/networking-console-plugin openshift-network-diagnostics/network-check-target openshift-cluster-samples-operator/metrics openshift-kube-storage-version-migrator-operator/metrics openshift-network-diagnostics/network-check-source openshift-cluster-machine-approver/machine-approver openshift-machine-config-operator/machine-config-operator openshift-authentication-operator/metrics openshift-cluster-node-tuning-operator/node-tuning-operator openshift-image-registry/image-registry openshift-insights/metrics openshift-dns/dns-default openshift-cloud-credential-operator/cco-metrics openshift-monitoring/cluster-monitoring-operator openshift-ingress/router-internal-default openshift-ingress/router-default openshift-console-operator/metrics default/packageserver openshift-network-operator/metrics openshift-multus/network-metrics-service openshift-deployment-validation-operator/deployment-validation-operator-metrics openshift-cluster-storage-operator/cluster-storage-operator-metrics openshift-deployment-validation-operator/deployment-validation-operator-catalog openshift-ovn-kubernetes/ovn-kubernetes-node openshift-kube-controller-manager-operator/metrics openshift-apiserver/check-endpoints openshift-ingress-canary/ingress-canary default/kubernetes openshift-dns-operator/metrics] I0310 19:26:28.665925 3402 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-network-diagnostics/network-check-source I0310 19:26:28.665939 3402 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-ingress-operator/metrics I0310 19:26:28.665942 3402 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-dns-operator/metrics I0310 19:26:28.665950 3402 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-machine-config-operator/machine-config-controller I0310 19:26:28.665958 3402 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-console-operator/metrics I0310 19:26:28.665965 3402 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-apiserver-operator/metrics I0310 19:26:28.665974 3402 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-apiserver-operator/metrics I0310 19:26:28.665975 3402 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-network-console/networking-console-plugin I0310 19:26:28.665978 3402 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-console-operator/metrics I0310 19:26:28.665982 3402 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-network-console/networking-console-plugin I0310 19:26:28.665984 3402 gateway_shared_intf.go:859] Adding service metrics in namespace openshift-apiserver-operator I0310 19:26:28.665986 3402 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-cluster-node-tuning-operator/performance-addon-operator-service I0310 19:26:28.665975 3402 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-config-operator/metrics I0310 19:26:28.665923 3402 obj_retry.go:415] Waiting for all the *factory.serviceForGateway retry setup to complete in iterateRetryResources I0310 19:26:28.665940 3402 obj_retry.go:299] Retry object setup: *factory.serviceForGateway default/openshift-apiserver I0310 19:26:28.665963 3402 obj_retry.go:299] Retry object setup: *factory.serviceForGateway default/packageserver I0310 19:26:28.666006 3402 obj_retry.go:363] Adding new object: *factory.serviceForGateway default/packageserver I0310 19:26:28.666006 3402 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-multus/network-metrics-service I0310 19:26:28.666007 3402 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics I0310 19:26:28.666011 3402 gateway_shared_intf.go:859] Adding service packageserver in namespace default I0310 19:26:28.666017 3402 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics I0310 19:26:28.666020 3402 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-cluster-machine-approver/machine-approver I0310 19:26:28.666026 3402 gateway_shared_intf.go:859] Adding service csi-snapshot-controller-operator-metrics in namespace openshift-cluster-storage-operator I0310 19:26:28.666031 3402 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-cluster-machine-approver/machine-approver I0310 19:26:28.666041 3402 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-deployment-validation-operator/deployment-validation-operator-catalog I0310 19:26:28.666041 3402 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-cluster-machine-approver/machine-approver after 0 failed attempt(s) I0310 19:26:28.665974 3402 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-service-ca-operator/metrics I0310 19:26:28.666055 3402 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-ovn-kubernetes/ovn-kubernetes-node I0310 19:26:28.666059 3402 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-machine-config-operator/machine-config-daemon I0310 19:26:28.666063 3402 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-service-ca-operator/metrics I0310 19:26:28.666069 3402 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-machine-config-operator/machine-config-daemon I0310 19:26:28.666071 3402 gateway_shared_intf.go:859] Adding service metrics in namespace openshift-service-ca-operator I0310 19:26:28.666073 3402 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-kube-controller-manager-operator/metrics I0310 19:26:28.666076 3402 gateway_shared_intf.go:859] Adding service machine-config-daemon in namespace openshift-machine-config-operator I0310 19:26:28.666079 3402 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-kube-controller-manager-operator/metrics I0310 19:26:28.666084 3402 gateway_shared_intf.go:859] Adding service metrics in namespace openshift-kube-controller-manager-operator I0310 19:26:28.666088 3402 gateway_shared_intf.go:892] Updating already programmed rules for csi-snapshot-controller-operator-metrics in namespace openshift-cluster-storage-operator I0310 19:26:28.666093 3402 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-cluster-samples-operator/metrics I0310 19:26:28.666102 3402 openflow_manager.go:114] Gateway OpenFlow sync already requested I0310 19:26:28.666108 3402 gateway_shared_intf.go:892] Updating already programmed rules for machine-config-daemon in namespace openshift-machine-config-operator I0310 19:26:28.666110 3402 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics after 0 failed attempt(s) I0310 19:26:28.666113 3402 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-kube-storage-version-migrator-operator/metrics I0310 19:26:28.666083 3402 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-network-diagnostics/network-check-target I0310 19:26:28.665952 3402 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-network-diagnostics/network-check-source I0310 19:26:28.666006 3402 obj_retry.go:363] Adding new object: *factory.serviceForGateway default/openshift-apiserver I0310 19:26:28.666125 3402 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-apiserver/check-endpoints I0310 19:26:28.665953 3402 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-dns-operator/metrics I0310 19:26:28.665951 3402 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-ingress-operator/metrics I0310 19:26:28.666132 3402 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-apiserver/check-endpoints I0310 19:26:28.666135 3402 gateway_shared_intf.go:892] Updating already programmed rules for metrics in namespace openshift-kube-controller-manager-operator I0310 19:26:28.666138 3402 gateway_shared_intf.go:859] Adding service check-endpoints in namespace openshift-apiserver I0310 19:26:28.666027 3402 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-deployment-validation-operator/deployment-validation-operator-metrics I0310 19:26:28.666166 3402 openflow_manager.go:114] Gateway OpenFlow sync already requested I0310 19:26:28.666167 3402 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-monitoring/cluster-monitoring-operator I0310 19:26:28.666174 3402 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-kube-controller-manager-operator/metrics after 0 failed attempt(s) I0310 19:26:28.666178 3402 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-ingress/router-internal-default I0310 19:26:28.666180 3402 gateway_shared_intf.go:892] Updating already programmed rules for check-endpoints in namespace openshift-apiserver I0310 19:26:28.666136 3402 gateway_shared_intf.go:859] Adding service metrics in namespace openshift-dns-operator I0310 19:26:28.666169 3402 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-machine-config-operator/machine-config-operator I0310 19:26:28.666185 3402 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-authentication-operator/metrics I0310 19:26:28.666190 3402 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-machine-config-operator/machine-config-operator I0310 19:26:28.666190 3402 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-ingress/router-default I0310 19:26:28.666195 3402 gateway_shared_intf.go:859] Adding service machine-config-operator in namespace openshift-machine-config-operator I0310 19:26:28.666196 3402 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-authentication-operator/metrics I0310 19:26:28.666198 3402 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-ingress/router-default I0310 19:26:28.666200 3402 obj_retry.go:299] Retry object setup: *factory.serviceForGateway default/kubernetes I0310 19:26:28.666203 3402 gateway_shared_intf.go:859] Adding service metrics in namespace openshift-authentication-operator I0310 19:26:28.666206 3402 obj_retry.go:363] Adding new object: *factory.serviceForGateway default/kubernetes I0310 19:26:28.666206 3402 port_claim.go:197] Handle NodePort service router-default port 31230 I0310 19:26:28.666210 3402 gateway_shared_intf.go:859] Adding service kubernetes in namespace default I0310 19:26:28.665986 3402 obj_retry.go:299] Retry object setup: *factory.serviceForGateway default/openshift-oauth-apiserver I0310 19:26:28.666218 3402 obj_retry.go:363] Adding new object: *factory.serviceForGateway default/openshift-oauth-apiserver I0310 19:26:28.666217 3402 port_claim.go:41] Opening socket for service: openshift-ingress/router-default, port: 31230 and protocol TCP I0310 19:26:28.666222 3402 gateway_shared_intf.go:859] Adding service openshift-oauth-apiserver in namespace default I0310 19:26:28.666062 3402 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-ovn-kubernetes/ovn-kubernetes-node I0310 19:26:28.666229 3402 gateway_shared_intf.go:892] Updating already programmed rules for machine-config-operator in namespace openshift-machine-config-operator I0310 19:26:28.666231 3402 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-ovn-kubernetes/ovn-kubernetes-node after 0 failed attempt(s) I0310 19:26:28.666017 3402 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-multus/network-metrics-service I0310 19:26:28.666240 3402 openflow_manager.go:114] Gateway OpenFlow sync already requested I0310 19:26:28.666045 3402 gateway_shared_intf.go:892] Updating already programmed rules for metrics in namespace openshift-apiserver-operator I0310 19:26:28.666243 3402 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-multus/network-metrics-service after 0 failed attempt(s) I0310 19:26:28.666245 3402 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-cluster-node-tuning-operator/node-tuning-operator I0310 19:26:28.665922 3402 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-cluster-version/cluster-version-operator I0310 19:26:28.666226 3402 port_claim.go:64] Opening socket for LocalPort "nodePort for openshift-ingress/router-default:http" (:31230/tcp) I0310 19:26:28.666254 3402 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-cluster-node-tuning-operator/node-tuning-operator I0310 19:26:28.666256 3402 gateway_shared_intf.go:892] Updating already programmed rules for metrics in namespace openshift-authentication-operator I0310 19:26:28.666261 3402 openflow_manager.go:114] Gateway OpenFlow sync already requested I0310 19:26:28.666261 3402 port_claim.go:71] Svc openshift-ingress/router-default: port 31230 is already open, no action needed I0310 19:26:28.666219 3402 gateway_shared_intf.go:892] Updating already programmed rules for metrics in namespace openshift-dns-operator I0310 19:26:28.666265 3402 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-authentication-operator/metrics after 0 failed attempt(s) I0310 19:26:28.666263 3402 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-insights/metrics I0310 19:26:28.666270 3402 openflow_manager.go:114] Gateway OpenFlow sync already requested I0310 19:26:28.666272 3402 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-image-registry/image-registry I0310 19:26:28.666277 3402 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-insights/metrics I0310 19:26:28.666281 3402 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-image-registry/image-registry I0310 19:26:28.666284 3402 gateway_shared_intf.go:859] Adding service metrics in namespace openshift-insights I0310 19:26:28.666288 3402 gateway_shared_intf.go:859] Adding service image-registry in namespace openshift-image-registry I0310 19:26:28.666194 3402 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-ingress-canary/ingress-canary I0310 19:26:28.666316 3402 gateway_shared_intf.go:892] Updating already programmed rules for metrics in namespace openshift-insights I0310 19:26:28.666323 3402 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-ingress-canary/ingress-canary I0310 19:26:28.666330 3402 gateway_shared_intf.go:859] Adding service ingress-canary in namespace openshift-ingress-canary I0310 19:26:28.666332 3402 gateway_shared_intf.go:892] Updating already programmed rules for image-registry in namespace openshift-image-registry I0310 19:26:28.666341 3402 openflow_manager.go:114] Gateway OpenFlow sync already requested I0310 19:26:28.666275 3402 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-dns-operator/metrics after 0 failed attempt(s) I0310 19:26:28.666231 3402 gateway_shared_intf.go:892] Updating already programmed rules for kubernetes in namespace default I0310 19:26:28.666348 3402 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-image-registry/image-registry after 0 failed attempt(s) I0310 19:26:28.666360 3402 gateway_shared_intf.go:892] Updating already programmed rules for ingress-canary in namespace openshift-ingress-canary I0310 19:26:28.666324 3402 openflow_manager.go:114] Gateway OpenFlow sync already requested I0310 19:26:28.666370 3402 openflow_manager.go:114] Gateway OpenFlow sync already requested I0310 19:26:28.666374 3402 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-insights/metrics after 0 failed attempt(s) I0310 19:26:28.666361 3402 openflow_manager.go:114] Gateway OpenFlow sync already requested I0310 19:26:28.666386 3402 obj_retry.go:383] Retry successful for *factory.serviceForGateway default/kubernetes after 0 failed attempt(s) I0310 19:26:28.666178 3402 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-monitoring/cluster-monitoring-operator I0310 19:26:28.666395 3402 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-monitoring/cluster-monitoring-operator after 0 failed attempt(s) I0310 19:26:28.666376 3402 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-ingress-canary/ingress-canary after 0 failed attempt(s) I0310 19:26:28.666126 3402 gateway_shared_intf.go:892] Updating already programmed rules for metrics in namespace openshift-service-ca-operator I0310 19:26:28.666408 3402 openflow_manager.go:114] Gateway OpenFlow sync already requested I0310 19:26:28.666412 3402 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-service-ca-operator/metrics after 0 failed attempt(s) I0310 19:26:28.666260 3402 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-cluster-node-tuning-operator/node-tuning-operator after 0 failed attempt(s) I0310 19:26:28.666102 3402 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-cluster-samples-operator/metrics I0310 19:26:28.666423 3402 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-cluster-samples-operator/metrics after 0 failed attempt(s) I0310 19:26:28.666254 3402 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-cluster-version/cluster-version-operator I0310 19:26:28.666432 3402 gateway_shared_intf.go:859] Adding service cluster-version-operator in namespace openshift-cluster-version I0310 19:26:28.666460 3402 gateway_shared_intf.go:892] Updating already programmed rules for cluster-version-operator in namespace openshift-cluster-version I0310 19:26:28.666472 3402 openflow_manager.go:114] Gateway OpenFlow sync already requested I0310 19:26:28.666478 3402 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-cluster-version/cluster-version-operator after 0 failed attempt(s) I0310 19:26:28.666188 3402 openflow_manager.go:114] Gateway OpenFlow sync already requested I0310 19:26:28.666484 3402 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-apiserver/check-endpoints after 0 failed attempt(s) I0310 19:26:28.666241 3402 gateway_shared_intf.go:892] Updating already programmed rules for openshift-oauth-apiserver in namespace default I0310 19:26:28.666491 3402 openflow_manager.go:114] Gateway OpenFlow sync already requested I0310 19:26:28.666494 3402 obj_retry.go:383] Retry successful for *factory.serviceForGateway default/openshift-oauth-apiserver after 0 failed attempt(s) I0310 19:26:28.666166 3402 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-deployment-validation-operator/deployment-validation-operator-metrics I0310 19:26:28.666500 3402 gateway_shared_intf.go:859] Adding service deployment-validation-operator-metrics in namespace openshift-deployment-validation-operator I0310 19:26:28.666526 3402 gateway_shared_intf.go:892] Updating already programmed rules for deployment-validation-operator-metrics in namespace openshift-deployment-validation-operator I0310 19:26:28.666538 3402 openflow_manager.go:114] Gateway OpenFlow sync already requested I0310 19:26:28.666545 3402 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-deployment-validation-operator/deployment-validation-operator-metrics after 0 failed attempt(s) I0310 19:26:28.666032 3402 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-cluster-storage-operator/cluster-storage-operator-metrics I0310 19:26:28.666556 3402 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-cluster-storage-operator/cluster-storage-operator-metrics I0310 19:26:28.666561 3402 gateway_shared_intf.go:859] Adding service cluster-storage-operator-metrics in namespace openshift-cluster-storage-operator I0310 19:26:28.666589 3402 gateway_shared_intf.go:892] Updating already programmed rules for cluster-storage-operator-metrics in namespace openshift-cluster-storage-operator I0310 19:26:28.666599 3402 openflow_manager.go:114] Gateway OpenFlow sync already requested I0310 19:26:28.666603 3402 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-cluster-storage-operator/cluster-storage-operator-metrics after 0 failed attempt(s) I0310 19:26:28.665990 3402 gateway_shared_intf.go:859] Adding service metrics in namespace openshift-console-operator I0310 19:26:28.666643 3402 gateway_shared_intf.go:892] Updating already programmed rules for metrics in namespace openshift-console-operator I0310 19:26:28.665996 3402 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-cluster-node-tuning-operator/performance-addon-operator-service I0310 19:26:28.666711 3402 gateway_shared_intf.go:859] Adding service performance-addon-operator-service in namespace openshift-cluster-node-tuning-operator I0310 19:26:28.666754 3402 gateway_shared_intf.go:892] Updating already programmed rules for performance-addon-operator-service in namespace openshift-cluster-node-tuning-operator I0310 19:26:28.666766 3402 openflow_manager.go:114] Gateway OpenFlow sync already requested I0310 19:26:28.666773 3402 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-cluster-node-tuning-operator/performance-addon-operator-service after 0 failed attempt(s) I0310 19:26:28.665997 3402 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-config-operator/metrics I0310 19:26:28.666787 3402 gateway_shared_intf.go:859] Adding service metrics in namespace openshift-config-operator I0310 19:26:28.666820 3402 gateway_shared_intf.go:892] Updating already programmed rules for metrics in namespace openshift-config-operator I0310 19:26:28.666830 3402 openflow_manager.go:114] Gateway OpenFlow sync already requested I0310 19:26:28.666833 3402 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-config-operator/metrics after 0 failed attempt(s) I0310 19:26:28.665996 3402 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-network-operator/metrics I0310 19:26:28.666848 3402 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-network-operator/metrics I0310 19:26:28.666855 3402 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-network-operator/metrics after 0 failed attempt(s) I0310 19:26:28.666046 3402 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-deployment-validation-operator/deployment-validation-operator-catalog I0310 19:26:28.666864 3402 gateway_shared_intf.go:859] Adding service deployment-validation-operator-catalog in namespace openshift-deployment-validation-operator I0310 19:26:28.666890 3402 gateway_shared_intf.go:892] Updating already programmed rules for deployment-validation-operator-catalog in namespace openshift-deployment-validation-operator I0310 19:26:28.666898 3402 openflow_manager.go:114] Gateway OpenFlow sync already requested I0310 19:26:28.666904 3402 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-deployment-validation-operator/deployment-validation-operator-catalog after 0 failed attempt(s) I0310 19:26:28.666072 3402 gateway_shared_intf.go:892] Updating already programmed rules for packageserver in namespace default I0310 19:26:28.666915 3402 openflow_manager.go:114] Gateway OpenFlow sync already requested I0310 19:26:28.666919 3402 obj_retry.go:383] Retry successful for *factory.serviceForGateway default/packageserver after 0 failed attempt(s) I0310 19:26:28.666119 3402 openflow_manager.go:114] Gateway OpenFlow sync already requested I0310 19:26:28.666929 3402 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-machine-config-operator/machine-config-daemon after 0 failed attempt(s) I0310 19:26:28.666121 3402 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-kube-storage-version-migrator-operator/metrics I0310 19:26:28.666939 3402 gateway_shared_intf.go:859] Adding service metrics in namespace openshift-kube-storage-version-migrator-operator I0310 19:26:28.666973 3402 gateway_shared_intf.go:892] Updating already programmed rules for metrics in namespace openshift-kube-storage-version-migrator-operator I0310 19:26:28.666986 3402 openflow_manager.go:114] Gateway OpenFlow sync already requested I0310 19:26:28.666992 3402 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-kube-storage-version-migrator-operator/metrics after 0 failed attempt(s) I0310 19:26:28.666127 3402 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-network-diagnostics/network-check-target I0310 19:26:28.667005 3402 gateway_shared_intf.go:859] Adding service network-check-target in namespace openshift-network-diagnostics I0310 19:26:28.667032 3402 gateway_shared_intf.go:892] Updating already programmed rules for network-check-target in namespace openshift-network-diagnostics I0310 19:26:28.667042 3402 openflow_manager.go:114] Gateway OpenFlow sync already requested I0310 19:26:28.667049 3402 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-network-diagnostics/network-check-target after 0 failed attempt(s) I0310 19:26:28.666129 3402 gateway_shared_intf.go:859] Adding service openshift-apiserver in namespace default I0310 19:26:28.667081 3402 gateway_shared_intf.go:892] Updating already programmed rules for openshift-apiserver in namespace default I0310 19:26:28.667092 3402 openflow_manager.go:114] Gateway OpenFlow sync already requested I0310 19:26:28.667098 3402 obj_retry.go:383] Retry successful for *factory.serviceForGateway default/openshift-apiserver after 0 failed attempt(s) I0310 19:26:28.666128 3402 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-network-diagnostics/network-check-source after 0 failed attempt(s) I0310 19:26:28.665964 3402 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-machine-config-operator/machine-config-controller I0310 19:26:28.667126 3402 gateway_shared_intf.go:859] Adding service machine-config-controller in namespace openshift-machine-config-operator I0310 19:26:28.667186 3402 gateway_shared_intf.go:892] Updating already programmed rules for machine-config-controller in namespace openshift-machine-config-operator I0310 19:26:28.666137 3402 gateway_shared_intf.go:859] Adding service metrics in namespace openshift-ingress-operator I0310 19:26:28.667241 3402 openflow_manager.go:114] Gateway OpenFlow sync already requested I0310 19:26:28.667248 3402 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-machine-config-operator/machine-config-controller after 0 failed attempt(s) I0310 19:26:28.667269 3402 gateway_shared_intf.go:892] Updating already programmed rules for metrics in namespace openshift-ingress-operator I0310 19:26:28.667279 3402 openflow_manager.go:114] Gateway OpenFlow sync already requested I0310 19:26:28.667283 3402 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-ingress-operator/metrics after 0 failed attempt(s) I0310 19:26:28.665989 3402 gateway_shared_intf.go:859] Adding service networking-console-plugin in namespace openshift-network-console I0310 19:26:28.667304 3402 gateway_shared_intf.go:892] Updating already programmed rules for networking-console-plugin in namespace openshift-network-console I0310 19:26:28.667312 3402 openflow_manager.go:114] Gateway OpenFlow sync already requested I0310 19:26:28.667319 3402 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-network-console/networking-console-plugin after 0 failed attempt(s) I0310 19:26:28.665963 3402 obj_retry.go:299] Retry object setup: *factory.serviceForGateway default/openshift I0310 19:26:28.667331 3402 obj_retry.go:363] Adding new object: *factory.serviceForGateway default/openshift I0310 19:26:28.667339 3402 obj_retry.go:383] Retry successful for *factory.serviceForGateway default/openshift after 0 failed attempt(s) I0310 19:26:28.666139 3402 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-cloud-credential-operator/cco-metrics I0310 19:26:28.667349 3402 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-cloud-credential-operator/cco-metrics I0310 19:26:28.667355 3402 gateway_shared_intf.go:859] Adding service cco-metrics in namespace openshift-cloud-credential-operator I0310 19:26:28.667383 3402 gateway_shared_intf.go:892] Updating already programmed rules for cco-metrics in namespace openshift-cloud-credential-operator I0310 19:26:28.667394 3402 openflow_manager.go:114] Gateway OpenFlow sync already requested I0310 19:26:28.667401 3402 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-cloud-credential-operator/cco-metrics after 0 failed attempt(s) I0310 19:26:28.665817 3402 gateway.go:321] Spawning Conntrack Rule Check Thread I0310 19:26:28.667506 3402 default_node_network_controller.go:1213] Gateway and management port readiness took 100.263739ms I0310 19:26:28.666249 3402 openflow_manager.go:114] Gateway OpenFlow sync already requested I0310 19:26:28.666185 3402 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-ingress/router-internal-default I0310 19:26:28.666248 3402 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-machine-config-operator/machine-config-operator after 0 failed attempt(s) I0310 19:26:28.666261 3402 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-dns/dns-default I0310 19:26:28.666269 3402 port_claim.go:197] Handle NodePort service router-default port 31162 I0310 19:26:28.666686 3402 openflow_manager.go:114] Gateway OpenFlow sync already requested I0310 19:26:28.667542 3402 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-console-operator/metrics after 0 failed attempt(s) I0310 19:26:28.667551 3402 ovs.go:160] Exec(86): /usr/bin/ovs-ofctl -O OpenFlow13 --bundle replace-flows br-ex - I0310 19:26:28.667579 3402 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-apiserver-operator/metrics after 0 failed attempt(s) I0310 19:26:28.667591 3402 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-dns/dns-default I0310 19:26:28.667658 3402 gateway_shared_intf.go:859] Adding service dns-default in namespace openshift-dns I0310 19:26:28.667706 3402 gateway_shared_intf.go:892] Updating already programmed rules for dns-default in namespace openshift-dns I0310 19:26:28.667605 3402 port_claim.go:41] Opening socket for service: openshift-ingress/router-default, port: 31162 and protocol TCP I0310 19:26:28.667722 3402 port_claim.go:64] Opening socket for LocalPort "nodePort for openshift-ingress/router-default:https" (:31162/tcp) I0310 19:26:28.667735 3402 port_claim.go:71] Svc openshift-ingress/router-default: port 31162 is already open, no action needed I0310 19:26:28.667745 3402 healthcheck.go:141] Existing healthcheck "openshift-ingress/router-default" on port 32283 I0310 19:26:28.667761 3402 healthcheck.go:224] Reporting 0 endpoints for healthcheck "openshift-ingress/router-default" I0310 19:26:28.667803 3402 gateway_shared_intf.go:859] Adding service router-default in namespace openshift-ingress I0310 19:26:28.667841 3402 gateway_shared_intf.go:892] Updating already programmed rules for router-default in namespace openshift-ingress I0310 19:26:28.667613 3402 gateway_shared_intf.go:859] Adding service router-internal-default in namespace openshift-ingress I0310 19:26:28.667878 3402 gateway_shared_intf.go:892] Updating already programmed rules for router-internal-default in namespace openshift-ingress I0310 19:26:28.668087 3402 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} I0310 19:26:28.668126 3402 ovs.go:160] Exec(87): /usr/bin/ovs-vsctl --timeout=15 --if-exists del-br br-ext I0310 19:26:28.668592 3402 node_ip_handler_linux.go:493] Skipping non-useable IP address for host: 127.0.0.1/8 lo I0310 19:26:28.668794 3402 node_ip_handler_linux.go:493] Skipping non-useable IP address for host: 169.254.0.2/17 br-ex I0310 19:26:28.668849 3402 node_ip_handler_linux.go:175] Node IP manager is running I0310 19:26:28.675248 3402 ovs.go:163] Exec(87): stdout: "" I0310 19:26:28.675307 3402 ovs.go:164] Exec(87): stderr: "" I0310 19:26:28.675339 3402 ovs.go:160] Exec(88): /usr/bin/ovs-vsctl --timeout=15 --if-exists del-port br-int int I0310 19:26:28.680917 3402 ovs.go:163] Exec(88): stdout: "" I0310 19:26:28.680930 3402 ovs.go:164] Exec(88): stderr: "" I0310 19:26:28.689127 3402 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-dns/dns-default after 0 failed attempt(s) W0310 19:26:28.706662 3402 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 W0310 19:26:28.706881 3402 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 W0310 19:26:28.707101 3402 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 I0310 19:26:28.714764 3402 node_tracker.go:211] Processing possible switch / router updates for node ip-10-0-0-193.ec2.internal in network "default" I0310 19:26:28.714829 3402 node_tracker.go:172] Node ip-10-0-0-193.ec2.internal switch + router changed, syncing services in network "default" I0310 19:26:28.714853 3402 services_controller.go:575] Full service sync requested for network=default I0310 19:26:28.718235 3402 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-ingress/router-internal-default after 0 failed attempt(s) I0310 19:26:28.718252 3402 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-ingress/router-default after 0 failed attempt(s) I0310 19:26:29.842627 3402 default_node_network_controller.go:1597] Starting node controller node sync W0310 19:26:29.842679 3402 egressip_healthcheck.go:76] Health checking using insecure connection I0310 19:26:29.842748 3402 egressip_healthcheck.go:109] Starting Egress IP Health Server on 10.128.0.2:9107 I0310 19:26:29.854342 3402 default_node_network_controller.go:1638] Node controller node sync done. Time taken: 11.695652ms I0310 19:26:29.854469 3402 default_node_network_controller.go:1523] Adding remote node "ip-10-0-2-240.ec2.internal", IP: 10.0.2.240 to PMTUD blocking rules I0310 19:26:29.854472 3402 default_node_network_controller.go:1523] Adding remote node "ip-10-0-0-193.ec2.internal", IP: 10.0.0.193 to PMTUD blocking rules I0310 19:26:29.866043 3402 healthcheck_node.go:124] "Starting node proxy healthz server" address="0.0.0.0:10256" I0310 19:26:29.866472 3402 egressservice_node.go:93] Setting up event handlers for Egress Services I0310 19:26:29.866641 3402 egressservice_node.go:183] Starting Egress Services Controller I0310 19:26:29.866652 3402 shared_informer.go:313] Waiting for caches to sync for egressservices I0310 19:26:29.866671 3402 shared_informer.go:320] Caches are synced for egressservices I0310 19:26:29.866678 3402 shared_informer.go:313] Waiting for caches to sync for egressservices_services I0310 19:26:29.866683 3402 shared_informer.go:320] Caches are synced for egressservices_services I0310 19:26:29.866689 3402 shared_informer.go:313] Waiting for caches to sync for egressservices_endpointslices I0310 19:26:29.866692 3402 shared_informer.go:320] Caches are synced for egressservices_endpointslices I0310 19:26:29.866696 3402 egressservice_node.go:197] Repairing Egress Services I0310 19:26:29.876375 3402 node_controller.go:43] Starting Admin Policy Based Route Node Controller I0310 19:26:29.876387 3402 external_controller.go:277] Starting Admin Policy Based Route Controller I0310 19:26:29.876560 3402 default_node_network_controller.go:1349] Egress IP for secondary host network is disabled I0310 19:26:29.876575 3402 link_network_manager.go:116] Link manager is running I0310 19:26:29.876587 3402 default_node_network_controller.go:1360] Default node network controller initialized and ready. I0310 19:26:29.876664 3402 ovspinning_linux.go:42] OVS CPU affinity pinning disabled I0310 19:26:29.877100 3402 vrf_manager.go:128] VRF manager is running I0310 19:26:30.012436 3402 node_tracker.go:211] Processing possible switch / router updates for node ip-10-0-2-240.ec2.internal in network "default" I0310 19:26:30.012475 3402 default_node_network_controller.go:1523] Adding remote node "ip-10-0-2-240.ec2.internal", IP: 10.0.2.240 to PMTUD blocking rules I0310 19:26:30.012577 3402 node_tracker.go:172] Node ip-10-0-2-240.ec2.internal switch + router changed, syncing services in network "default" I0310 19:26:30.012596 3402 services_controller.go:575] Full service sync requested for network=default I0310 19:26:30.012516 3402 egressservice_zone_node.go:110] Processing sync for Egress Service node ip-10-0-2-240.ec2.internal I0310 19:26:30.012673 3402 egressservice_zone_node.go:113] Finished syncing Egress Service node ip-10-0-2-240.ec2.internal: 158.047µs I0310 19:26:30.018901 3402 default_network_controller.go:1063] Egress IP detected IP address change for node ip-10-0-2-240.ec2.internal. Updating no re-route policies I0310 19:26:30.027643 3402 default_node_network_controller.go:1523] Adding remote node "ip-10-0-2-240.ec2.internal", IP: 10.0.2.240 to PMTUD blocking rules I0310 19:26:30.179354 3402 node_tracker.go:211] Processing possible switch / router updates for node ip-10-0-2-240.ec2.internal in network "default" I0310 19:26:30.179495 3402 node_tracker.go:172] Node ip-10-0-2-240.ec2.internal switch + router changed, syncing services in network "default" I0310 19:26:30.179517 3402 services_controller.go:575] Full service sync requested for network=default I0310 19:26:30.179365 3402 default_node_network_controller.go:1523] Adding remote node "ip-10-0-2-240.ec2.internal", IP: 10.0.2.240 to PMTUD blocking rules I0310 19:26:32.377844 3402 egressservice_zone_node.go:110] Processing sync for Egress Service node ip-10-0-1-9.ec2.internal I0310 19:26:32.377897 3402 egressservice_zone_node.go:113] Finished syncing Egress Service node ip-10-0-1-9.ec2.internal: 63.012µs I0310 19:26:32.384504 3402 egressservice_zone_node.go:110] Processing sync for Egress Service node ip-10-0-0-193.ec2.internal I0310 19:26:32.384534 3402 egressservice_zone_node.go:113] Finished syncing Egress Service node ip-10-0-0-193.ec2.internal: 36.837µs I0310 19:26:32.408178 3402 base_network_controller_pods.go:478] [default/openshift-image-registry/image-registry-64bbd4587d-fk6jt] creating logical port openshift-image-registry_image-registry-64bbd4587d-fk6jt for pod on switch ip-10-0-1-9.ec2.internal I0310 19:26:32.408264 3402 kube.go:320] Updating pod openshift-image-registry/image-registry-64bbd4587d-fk6jt I0310 19:26:32.429444 3402 pod.go:62] [openshift-image-registry/image-registry-64bbd4587d-fk6jt] pod update took 21.209147ms I0310 19:26:32.429462 3402 base_network_controller_pods.go:928] [default/openshift-image-registry/image-registry-64bbd4587d-fk6jt] addLogicalPort annotation time took 21.232531ms I0310 19:26:32.430567 3402 pods.go:253] [openshift-image-registry/image-registry-64bbd4587d-fk6jt] addLogicalPort took 22.417547ms, libovsdb time 830.634µs I0310 19:26:32.436317 3402 base_network_controller_pods.go:478] [default/openshift-backplane/osd-delete-backplane-serviceaccounts-29552840-nlxd5] creating logical port openshift-backplane_osd-delete-backplane-serviceaccounts-29552840-nlxd5 for pod on switch ip-10-0-1-9.ec2.internal I0310 19:26:32.436457 3402 kube.go:320] Updating pod openshift-backplane/osd-delete-backplane-serviceaccounts-29552840-nlxd5 I0310 19:26:32.445324 3402 base_network_controller_pods.go:478] [default/openshift-dns/dns-default-pnwsp] creating logical port openshift-dns_dns-default-pnwsp for pod on switch ip-10-0-1-9.ec2.internal I0310 19:26:32.445479 3402 kube.go:320] Updating pod openshift-dns/dns-default-pnwsp I0310 19:26:32.460704 3402 pod.go:62] [openshift-backplane/osd-delete-backplane-serviceaccounts-29552840-nlxd5] pod update took 24.268313ms I0310 19:26:32.460728 3402 base_network_controller_pods.go:928] [default/openshift-backplane/osd-delete-backplane-serviceaccounts-29552840-nlxd5] addLogicalPort annotation time took 24.294651ms I0310 19:26:32.461972 3402 pods.go:253] [openshift-backplane/osd-delete-backplane-serviceaccounts-29552840-nlxd5] addLogicalPort took 25.669844ms, libovsdb time 853.311µs I0310 19:26:32.462015 3402 base_network_controller_pods.go:478] [default/openshift-ingress-canary/ingress-canary-xmvsx] creating logical port openshift-ingress-canary_ingress-canary-xmvsx for pod on switch ip-10-0-1-9.ec2.internal I0310 19:26:32.462072 3402 kube.go:320] Updating pod openshift-ingress-canary/ingress-canary-xmvsx I0310 19:26:32.465039 3402 pod.go:62] [openshift-dns/dns-default-pnwsp] pod update took 19.602173ms I0310 19:26:32.465059 3402 base_network_controller_pods.go:928] [default/openshift-dns/dns-default-pnwsp] addLogicalPort annotation time took 19.625823ms I0310 19:26:32.466050 3402 pods.go:253] [openshift-dns/dns-default-pnwsp] addLogicalPort took 20.739462ms, libovsdb time 677.786µs I0310 19:26:32.483347 3402 pod.go:62] [openshift-ingress-canary/ingress-canary-xmvsx] pod update took 21.294939ms I0310 19:26:32.483368 3402 base_network_controller_pods.go:928] [default/openshift-ingress-canary/ingress-canary-xmvsx] addLogicalPort annotation time took 21.318178ms I0310 19:26:32.484291 3402 pods.go:253] [openshift-ingress-canary/ingress-canary-xmvsx] addLogicalPort took 22.281638ms, libovsdb time 646.788µs I0310 19:26:32.794627 3402 cni.go:331] [openshift-backplane/osd-delete-backplane-serviceaccounts-29552840-nlxd5 791ebb2a06981b3fad32ce6f51dc4ec7a96a02797bd66e95b362cdbd809627e9 network default NAD default] ADD starting CNI request [openshift-backplane/osd-delete-backplane-serviceaccounts-29552840-nlxd5 791ebb2a06981b3fad32ce6f51dc4ec7a96a02797bd66e95b362cdbd809627e9 network default NAD default] I0310 19:26:32.840327 3402 helper_linux.go:450] ConfigureOVS: namespace: openshift-backplane, podName: osd-delete-backplane-serviceaccounts-29552840-nlxd5, hostIfaceName: 791ebb2a06981b3, network: default, NAD default, SandboxID: "791ebb2a06981b3fad32ce6f51dc4ec7a96a02797bd66e95b362cdbd809627e9", PCI device ID: , UID: "b9b15916-d738-4f53-b5f5-aa8a4a6a0d5b", MAC: 0a:58:0a:80:00:06, IPs: [10.128.0.6/23] I0310 19:26:32.887641 3402 cni.go:352] [openshift-backplane/osd-delete-backplane-serviceaccounts-29552840-nlxd5 791ebb2a06981b3fad32ce6f51dc4ec7a96a02797bd66e95b362cdbd809627e9 network default NAD default] ADD finished CNI request [openshift-backplane/osd-delete-backplane-serviceaccounts-29552840-nlxd5 791ebb2a06981b3fad32ce6f51dc4ec7a96a02797bd66e95b362cdbd809627e9 network default NAD default], result "{\"interfaces\":[{\"name\":\"791ebb2a06981b3\",\"mac\":\"f2:a1:6d:3e:7e:c6\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:06\",\"sandbox\":\"/var/run/netns/8d753e10-a17a-4a9a-896b-a8b45d247fad\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.6/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0310 19:26:32.953225 3402 egressservice_zone_node.go:110] Processing sync for Egress Service node ip-10-0-2-240.ec2.internal I0310 19:26:32.953318 3402 egressservice_zone_node.go:113] Finished syncing Egress Service node ip-10-0-2-240.ec2.internal: 98.209µs I0310 19:26:57.229875 3402 cni.go:331] [openshift-network-diagnostics/network-check-target-dpqdq 9a8a270b07f6e20aed7dfd818495b2c1042a15b51ed376b2257673948b091d3a network default NAD default] ADD starting CNI request [openshift-network-diagnostics/network-check-target-dpqdq 9a8a270b07f6e20aed7dfd818495b2c1042a15b51ed376b2257673948b091d3a network default NAD default] I0310 19:26:57.248416 3402 helper_linux.go:450] ConfigureOVS: namespace: openshift-network-diagnostics, podName: network-check-target-dpqdq, hostIfaceName: 9a8a270b07f6e20, network: default, NAD default, SandboxID: "9a8a270b07f6e20aed7dfd818495b2c1042a15b51ed376b2257673948b091d3a", PCI device ID: , UID: "76016dab-64a1-44d7-bc5d-15633c7cf555", MAC: 0a:58:0a:80:00:04, IPs: [10.128.0.4/23] I0310 19:26:57.300768 3402 cni.go:352] [openshift-network-diagnostics/network-check-target-dpqdq 9a8a270b07f6e20aed7dfd818495b2c1042a15b51ed376b2257673948b091d3a network default NAD default] ADD finished CNI request [openshift-network-diagnostics/network-check-target-dpqdq 9a8a270b07f6e20aed7dfd818495b2c1042a15b51ed376b2257673948b091d3a network default NAD default], result "{\"interfaces\":[{\"name\":\"9a8a270b07f6e20\",\"mac\":\"b6:09:6b:f6:e0:b7\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:04\",\"sandbox\":\"/var/run/netns/fe89e28b-48b3-4ca6-9585-5cf6a63894fb\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.4/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0310 19:28:11.219691 3402 base_network_controller_pods.go:478] [default/openshift-insights/insights-operator-5ff5cb4f99-z5ndx] creating logical port openshift-insights_insights-operator-5ff5cb4f99-z5ndx for pod on switch ip-10-0-1-9.ec2.internal I0310 19:28:11.219841 3402 kube.go:320] Updating pod openshift-insights/insights-operator-5ff5cb4f99-z5ndx I0310 19:28:11.230529 3402 base_network_controller_pods.go:478] [default/openshift-network-diagnostics/network-check-source-74cff59b98-z2sjn] creating logical port openshift-network-diagnostics_network-check-source-74cff59b98-z2sjn for pod on switch ip-10-0-1-9.ec2.internal I0310 19:28:11.230750 3402 kube.go:320] Updating pod openshift-network-diagnostics/network-check-source-74cff59b98-z2sjn I0310 19:28:11.263142 3402 pod.go:62] [openshift-insights/insights-operator-5ff5cb4f99-z5ndx] pod update took 43.326036ms I0310 19:28:11.263246 3402 base_network_controller_pods.go:928] [default/openshift-insights/insights-operator-5ff5cb4f99-z5ndx] addLogicalPort annotation time took 43.430617ms I0310 19:28:11.263263 3402 pod.go:62] [openshift-network-diagnostics/network-check-source-74cff59b98-z2sjn] pod update took 32.549649ms I0310 19:28:11.263282 3402 base_network_controller_pods.go:928] [default/openshift-network-diagnostics/network-check-source-74cff59b98-z2sjn] addLogicalPort annotation time took 32.5721ms I0310 19:28:11.264209 3402 pods.go:253] [openshift-insights/insights-operator-5ff5cb4f99-z5ndx] addLogicalPort took 44.541933ms, libovsdb time 683.602µs I0310 19:28:11.264512 3402 pods.go:253] [openshift-network-diagnostics/network-check-source-74cff59b98-z2sjn] addLogicalPort took 34.007054ms, libovsdb time 984.819µs I0310 19:28:11.291663 3402 base_network_controller_pods.go:478] [default/openshift-cluster-samples-operator/cluster-samples-operator-687f774f9f-6fqbp] creating logical port openshift-cluster-samples-operator_cluster-samples-operator-687f774f9f-6fqbp for pod on switch ip-10-0-1-9.ec2.internal I0310 19:28:11.291823 3402 kube.go:320] Updating pod openshift-cluster-samples-operator/cluster-samples-operator-687f774f9f-6fqbp I0310 19:28:11.323864 3402 base_network_controller_pods.go:478] [default/openshift-network-console/networking-console-plugin-c8f658647-cbng7] creating logical port openshift-network-console_networking-console-plugin-c8f658647-cbng7 for pod on switch ip-10-0-1-9.ec2.internal I0310 19:28:11.324001 3402 kube.go:320] Updating pod openshift-network-console/networking-console-plugin-c8f658647-cbng7 I0310 19:28:11.330572 3402 pod.go:62] [openshift-cluster-samples-operator/cluster-samples-operator-687f774f9f-6fqbp] pod update took 38.784014ms I0310 19:28:11.330593 3402 base_network_controller_pods.go:928] [default/openshift-cluster-samples-operator/cluster-samples-operator-687f774f9f-6fqbp] addLogicalPort annotation time took 38.808426ms I0310 19:28:11.331724 3402 pods.go:253] [openshift-cluster-samples-operator/cluster-samples-operator-687f774f9f-6fqbp] addLogicalPort took 40.082681ms, libovsdb time 815.143µs I0310 19:28:11.350230 3402 pod.go:62] [openshift-network-console/networking-console-plugin-c8f658647-cbng7] pod update took 26.258032ms I0310 19:28:11.350310 3402 base_network_controller_pods.go:928] [default/openshift-network-console/networking-console-plugin-c8f658647-cbng7] addLogicalPort annotation time took 26.34226ms I0310 19:28:11.351425 3402 pods.go:253] [openshift-network-console/networking-console-plugin-c8f658647-cbng7] addLogicalPort took 27.573907ms, libovsdb time 799.33µs I0310 19:28:11.390709 3402 base_network_controller_pods.go:478] [default/openshift-monitoring/cluster-monitoring-operator-76c9c97fb5-mm9hc] creating logical port openshift-monitoring_cluster-monitoring-operator-76c9c97fb5-mm9hc for pod on switch ip-10-0-1-9.ec2.internal I0310 19:28:11.390829 3402 kube.go:320] Updating pod openshift-monitoring/cluster-monitoring-operator-76c9c97fb5-mm9hc I0310 19:28:11.418719 3402 pod.go:62] [openshift-monitoring/cluster-monitoring-operator-76c9c97fb5-mm9hc] pod update took 27.90902ms I0310 19:28:11.418748 3402 base_network_controller_pods.go:928] [default/openshift-monitoring/cluster-monitoring-operator-76c9c97fb5-mm9hc] addLogicalPort annotation time took 27.943043ms I0310 19:28:11.419835 3402 pods.go:253] [openshift-monitoring/cluster-monitoring-operator-76c9c97fb5-mm9hc] addLogicalPort took 29.170505ms, libovsdb time 790.249µs I0310 19:28:11.580285 3402 cni.go:331] [openshift-insights/insights-operator-5ff5cb4f99-z5ndx 49827ed005ad1d2198ca80d5d21059abc56a0bdc4c5a732587472079ae3e59a3 network default NAD default] ADD starting CNI request [openshift-insights/insights-operator-5ff5cb4f99-z5ndx 49827ed005ad1d2198ca80d5d21059abc56a0bdc4c5a732587472079ae3e59a3 network default NAD default] I0310 19:28:11.583390 3402 cni.go:331] [openshift-network-diagnostics/network-check-source-74cff59b98-z2sjn 0fad489884570a090f17637b4a3f014bb75515ab01e8b7a0070a0c36b66c3f2e network default NAD default] ADD starting CNI request [openshift-network-diagnostics/network-check-source-74cff59b98-z2sjn 0fad489884570a090f17637b4a3f014bb75515ab01e8b7a0070a0c36b66c3f2e network default NAD default] I0310 19:28:11.592061 3402 helper_linux.go:450] ConfigureOVS: namespace: openshift-insights, podName: insights-operator-5ff5cb4f99-z5ndx, hostIfaceName: 49827ed005ad1d2, network: default, NAD default, SandboxID: "49827ed005ad1d2198ca80d5d21059abc56a0bdc4c5a732587472079ae3e59a3", PCI device ID: , UID: "7747d427-ed80-4c88-932f-35d3dc1373d3", MAC: 0a:58:0a:80:00:09, IPs: [10.128.0.9/23] I0310 19:28:11.593360 3402 helper_linux.go:450] ConfigureOVS: namespace: openshift-network-diagnostics, podName: network-check-source-74cff59b98-z2sjn, hostIfaceName: 0fad489884570a0, network: default, NAD default, SandboxID: "0fad489884570a090f17637b4a3f014bb75515ab01e8b7a0070a0c36b66c3f2e", PCI device ID: , UID: "ae0f9267-aacb-4ae8-879b-ed09612bd902", MAC: 0a:58:0a:80:00:0a, IPs: [10.128.0.10/23] I0310 19:28:11.637520 3402 cni.go:352] [openshift-insights/insights-operator-5ff5cb4f99-z5ndx 49827ed005ad1d2198ca80d5d21059abc56a0bdc4c5a732587472079ae3e59a3 network default NAD default] ADD finished CNI request [openshift-insights/insights-operator-5ff5cb4f99-z5ndx 49827ed005ad1d2198ca80d5d21059abc56a0bdc4c5a732587472079ae3e59a3 network default NAD default], result "{\"interfaces\":[{\"name\":\"49827ed005ad1d2\",\"mac\":\"6a:7b:35:9a:85:b6\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:09\",\"sandbox\":\"/var/run/netns/7d21201b-52e5-444c-bcac-80352133cb85\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.9/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0310 19:28:11.654045 3402 cni.go:352] [openshift-network-diagnostics/network-check-source-74cff59b98-z2sjn 0fad489884570a090f17637b4a3f014bb75515ab01e8b7a0070a0c36b66c3f2e network default NAD default] ADD finished CNI request [openshift-network-diagnostics/network-check-source-74cff59b98-z2sjn 0fad489884570a090f17637b4a3f014bb75515ab01e8b7a0070a0c36b66c3f2e network default NAD default], result "{\"interfaces\":[{\"name\":\"0fad489884570a0\",\"mac\":\"06:85:08:d3:e1:25\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:0a\",\"sandbox\":\"/var/run/netns/db44b3c1-244c-4300-a574-88be30dacec7\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.10/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0310 19:28:15.592450 3402 namespace.go:93] [openshift-kube-storage-version-migrator] adding namespace I0310 19:28:15.593337 3402 namespace.go:97] [openshift-kube-storage-version-migrator] adding namespace took 866.798µs I0310 19:28:15.615650 3402 namespace.go:137] [openshift-kube-storage-version-migrator] updating namespace I0310 19:28:16.299049 3402 namespace.go:93] [openshift-service-ca] adding namespace I0310 19:28:16.299969 3402 namespace.go:97] [openshift-service-ca] adding namespace took 896.884µs I0310 19:28:16.320009 3402 namespace.go:137] [openshift-service-ca] updating namespace I0310 19:28:27.244243 3402 cni.go:331] [openshift-cluster-samples-operator/cluster-samples-operator-687f774f9f-6fqbp e1145bf76f47266e1a58474448ccbbaf8072f41cbd6b5078a51c445a110dec8f network default NAD default] ADD starting CNI request [openshift-cluster-samples-operator/cluster-samples-operator-687f774f9f-6fqbp e1145bf76f47266e1a58474448ccbbaf8072f41cbd6b5078a51c445a110dec8f network default NAD default] I0310 19:28:27.253469 3402 helper_linux.go:450] ConfigureOVS: namespace: openshift-cluster-samples-operator, podName: cluster-samples-operator-687f774f9f-6fqbp, hostIfaceName: e1145bf76f47266, network: default, NAD default, SandboxID: "e1145bf76f47266e1a58474448ccbbaf8072f41cbd6b5078a51c445a110dec8f", PCI device ID: , UID: "db2c850e-c7b0-4ff6-bc85-04b0882ed274", MAC: 0a:58:0a:80:00:0b, IPs: [10.128.0.11/23] I0310 19:28:27.295296 3402 cni.go:352] [openshift-cluster-samples-operator/cluster-samples-operator-687f774f9f-6fqbp e1145bf76f47266e1a58474448ccbbaf8072f41cbd6b5078a51c445a110dec8f network default NAD default] ADD finished CNI request [openshift-cluster-samples-operator/cluster-samples-operator-687f774f9f-6fqbp e1145bf76f47266e1a58474448ccbbaf8072f41cbd6b5078a51c445a110dec8f network default NAD default], result "{\"interfaces\":[{\"name\":\"e1145bf76f47266\",\"mac\":\"8a:95:53:2e:0e:69\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:0b\",\"sandbox\":\"/var/run/netns/e47ae6b4-8aa1-4e8c-be5c-3939c67bc4b6\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.11/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0310 19:28:38.060326 3402 base_network_controller_pods.go:478] [default/openshift-insights/insights-runtime-extractor-fd9vq] creating logical port openshift-insights_insights-runtime-extractor-fd9vq for pod on switch ip-10-0-1-9.ec2.internal I0310 19:28:38.060423 3402 kube.go:320] Updating pod openshift-insights/insights-runtime-extractor-fd9vq I0310 19:28:38.083057 3402 pod.go:62] [openshift-insights/insights-runtime-extractor-fd9vq] pod update took 22.664049ms I0310 19:28:38.083079 3402 base_network_controller_pods.go:928] [default/openshift-insights/insights-runtime-extractor-fd9vq] addLogicalPort annotation time took 22.69142ms I0310 19:28:38.084263 3402 pods.go:253] [openshift-insights/insights-runtime-extractor-fd9vq] addLogicalPort took 23.952062ms, libovsdb time 818.785µs I0310 19:28:38.184525 3402 base_network_controller_pods.go:478] [default/openshift-console/downloads-7b98f8c767-f4scn] creating logical port openshift-console_downloads-7b98f8c767-f4scn for pod on switch ip-10-0-1-9.ec2.internal I0310 19:28:38.184658 3402 kube.go:320] Updating pod openshift-console/downloads-7b98f8c767-f4scn I0310 19:28:38.198911 3402 pod.go:62] [openshift-console/downloads-7b98f8c767-f4scn] pod update took 14.288464ms I0310 19:28:38.198950 3402 base_network_controller_pods.go:928] [default/openshift-console/downloads-7b98f8c767-f4scn] addLogicalPort annotation time took 14.329956ms I0310 19:28:38.199923 3402 pods.go:253] [openshift-console/downloads-7b98f8c767-f4scn] addLogicalPort took 15.422062ms, libovsdb time 639.282µs I0310 19:28:38.411226 3402 cni.go:331] [openshift-insights/insights-runtime-extractor-fd9vq 7619ed8789d30947ff5419b5e35bcc092ffe281de269ec0f9f0d42dff1c1c0b4 network default NAD default] ADD starting CNI request [openshift-insights/insights-runtime-extractor-fd9vq 7619ed8789d30947ff5419b5e35bcc092ffe281de269ec0f9f0d42dff1c1c0b4 network default NAD default] I0310 19:28:38.421115 3402 helper_linux.go:450] ConfigureOVS: namespace: openshift-insights, podName: insights-runtime-extractor-fd9vq, hostIfaceName: 7619ed8789d3094, network: default, NAD default, SandboxID: "7619ed8789d30947ff5419b5e35bcc092ffe281de269ec0f9f0d42dff1c1c0b4", PCI device ID: , UID: "4ac089ef-bbaf-49f8-8588-e1367fc07b01", MAC: 0a:58:0a:80:00:0e, IPs: [10.128.0.14/23] I0310 19:28:38.464090 3402 cni.go:352] [openshift-insights/insights-runtime-extractor-fd9vq 7619ed8789d30947ff5419b5e35bcc092ffe281de269ec0f9f0d42dff1c1c0b4 network default NAD default] ADD finished CNI request [openshift-insights/insights-runtime-extractor-fd9vq 7619ed8789d30947ff5419b5e35bcc092ffe281de269ec0f9f0d42dff1c1c0b4 network default NAD default], result "{\"interfaces\":[{\"name\":\"7619ed8789d3094\",\"mac\":\"62:ee:cf:5b:57:fd\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:0e\",\"sandbox\":\"/var/run/netns/2ee6889c-0b1f-4c6c-89a2-acd933c941b2\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.14/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0310 19:28:38.545436 3402 cni.go:331] [openshift-console/downloads-7b98f8c767-f4scn 835e2ec58c72b55291e95412de3fdb1c2590161976da576a81962ec94e7cbbe4 network default NAD default] ADD starting CNI request [openshift-console/downloads-7b98f8c767-f4scn 835e2ec58c72b55291e95412de3fdb1c2590161976da576a81962ec94e7cbbe4 network default NAD default] I0310 19:28:38.555908 3402 helper_linux.go:450] ConfigureOVS: namespace: openshift-console, podName: downloads-7b98f8c767-f4scn, hostIfaceName: 835e2ec58c72b55, network: default, NAD default, SandboxID: "835e2ec58c72b55291e95412de3fdb1c2590161976da576a81962ec94e7cbbe4", PCI device ID: , UID: "e8d008e6-f204-48b1-9c22-f3a0c754208d", MAC: 0a:58:0a:80:00:0f, IPs: [10.128.0.15/23] I0310 19:28:38.601107 3402 cni.go:352] [openshift-console/downloads-7b98f8c767-f4scn 835e2ec58c72b55291e95412de3fdb1c2590161976da576a81962ec94e7cbbe4 network default NAD default] ADD finished CNI request [openshift-console/downloads-7b98f8c767-f4scn 835e2ec58c72b55291e95412de3fdb1c2590161976da576a81962ec94e7cbbe4 network default NAD default], result "{\"interfaces\":[{\"name\":\"835e2ec58c72b55\",\"mac\":\"32:40:9d:0a:93:0a\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:0f\",\"sandbox\":\"/var/run/netns/22c5b5c9-76ed-45c9-94bf-c21b5ceb7194\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.15/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0310 19:28:39.166891 3402 obj_retry.go:463] Detected object openshift-image-registry/image-registry-656ddd88f7-dbckh of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0310 19:28:39.167551 3402 obj_retry.go:463] Detected object openshift-image-registry/image-registry-656ddd88f7-dbckh of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0310 19:28:39.179032 3402 obj_retry.go:457] Detected object openshift-image-registry/image-registry-656ddd88f7-dbckh of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0310 19:28:39.179050 3402 obj_retry.go:457] Detected object openshift-image-registry/image-registry-656ddd88f7-dbckh of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0310 19:28:39.187524 3402 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-image-registry/image-registry-656ddd88f7-dbckh I0310 19:28:39.187549 3402 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod openshift-image-registry/image-registry-656ddd88f7-dbckh I0310 19:28:39.911317 3402 obj_retry.go:463] Detected object openshift-image-registry/image-registry-64bbd4587d-skkkf of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0310 19:28:39.911990 3402 obj_retry.go:463] Detected object openshift-image-registry/image-registry-64bbd4587d-skkkf of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0310 19:28:39.922451 3402 obj_retry.go:457] Detected object openshift-image-registry/image-registry-64bbd4587d-skkkf of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0310 19:28:39.922533 3402 obj_retry.go:457] Detected object openshift-image-registry/image-registry-64bbd4587d-skkkf of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0310 19:28:39.929946 3402 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-image-registry/image-registry-64bbd4587d-skkkf I0310 19:28:39.929974 3402 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod openshift-image-registry/image-registry-64bbd4587d-skkkf I0310 19:28:40.409696 3402 cni.go:331] [openshift-dns/dns-default-pnwsp 874209e8cc22de2cbf7ce338b6a10cdfde091ada2da0f3aafa0ee9829698d05d network default NAD default] ADD starting CNI request [openshift-dns/dns-default-pnwsp 874209e8cc22de2cbf7ce338b6a10cdfde091ada2da0f3aafa0ee9829698d05d network default NAD default] I0310 19:28:40.410686 3402 cni.go:331] [openshift-ingress-canary/ingress-canary-xmvsx 200857bd46d4d028642b74ddb1eba557ecbd5c5058c6a448e79887170eb91880 network default NAD default] ADD starting CNI request [openshift-ingress-canary/ingress-canary-xmvsx 200857bd46d4d028642b74ddb1eba557ecbd5c5058c6a448e79887170eb91880 network default NAD default] I0310 19:28:40.423665 3402 helper_linux.go:450] ConfigureOVS: namespace: openshift-ingress-canary, podName: ingress-canary-xmvsx, hostIfaceName: 200857bd46d4d02, network: default, NAD default, SandboxID: "200857bd46d4d028642b74ddb1eba557ecbd5c5058c6a448e79887170eb91880", PCI device ID: , UID: "d4fcfeee-2551-41a7-86a1-05e97840e31f", MAC: 0a:58:0a:80:00:08, IPs: [10.128.0.8/23] I0310 19:28:40.423835 3402 helper_linux.go:450] ConfigureOVS: namespace: openshift-dns, podName: dns-default-pnwsp, hostIfaceName: 874209e8cc22de2, network: default, NAD default, SandboxID: "874209e8cc22de2cbf7ce338b6a10cdfde091ada2da0f3aafa0ee9829698d05d", PCI device ID: , UID: "a1d2121f-b6aa-41c6-ae61-cb527cd9b004", MAC: 0a:58:0a:80:00:07, IPs: [10.128.0.7/23] I0310 19:28:40.473941 3402 cni.go:352] [openshift-dns/dns-default-pnwsp 874209e8cc22de2cbf7ce338b6a10cdfde091ada2da0f3aafa0ee9829698d05d network default NAD default] ADD finished CNI request [openshift-dns/dns-default-pnwsp 874209e8cc22de2cbf7ce338b6a10cdfde091ada2da0f3aafa0ee9829698d05d network default NAD default], result "{\"interfaces\":[{\"name\":\"874209e8cc22de2\",\"mac\":\"76:e8:7c:f6:96:9e\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:07\",\"sandbox\":\"/var/run/netns/25271dfc-2df1-43b0-984e-f6f3a0d0c60d\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.7/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0310 19:28:40.497030 3402 cni.go:352] [openshift-ingress-canary/ingress-canary-xmvsx 200857bd46d4d028642b74ddb1eba557ecbd5c5058c6a448e79887170eb91880 network default NAD default] ADD finished CNI request [openshift-ingress-canary/ingress-canary-xmvsx 200857bd46d4d028642b74ddb1eba557ecbd5c5058c6a448e79887170eb91880 network default NAD default], result "{\"interfaces\":[{\"name\":\"200857bd46d4d02\",\"mac\":\"ce:83:38:9f:90:ed\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:08\",\"sandbox\":\"/var/run/netns/21b2ed5c-df0c-47d0-a440-10288b62d34f\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.8/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0310 19:28:40.600567 3402 cni.go:331] [openshift-image-registry/image-registry-64bbd4587d-fk6jt b1af96a25bc0454afa749c8b9396cd4d574a275dbc73300969455068a1d0e2e4 network default NAD default] ADD starting CNI request [openshift-image-registry/image-registry-64bbd4587d-fk6jt b1af96a25bc0454afa749c8b9396cd4d574a275dbc73300969455068a1d0e2e4 network default NAD default] I0310 19:28:40.611457 3402 helper_linux.go:450] ConfigureOVS: namespace: openshift-image-registry, podName: image-registry-64bbd4587d-fk6jt, hostIfaceName: b1af96a25bc0454, network: default, NAD default, SandboxID: "b1af96a25bc0454afa749c8b9396cd4d574a275dbc73300969455068a1d0e2e4", PCI device ID: , UID: "e360ebef-955c-4455-857d-d75f2bac147a", MAC: 0a:58:0a:80:00:05, IPs: [10.128.0.5/23] I0310 19:28:40.662687 3402 cni.go:352] [openshift-image-registry/image-registry-64bbd4587d-fk6jt b1af96a25bc0454afa749c8b9396cd4d574a275dbc73300969455068a1d0e2e4 network default NAD default] ADD finished CNI request [openshift-image-registry/image-registry-64bbd4587d-fk6jt b1af96a25bc0454afa749c8b9396cd4d574a275dbc73300969455068a1d0e2e4 network default NAD default], result "{\"interfaces\":[{\"name\":\"b1af96a25bc0454\",\"mac\":\"aa:d3:c2:66:63:c3\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:05\",\"sandbox\":\"/var/run/netns/f19838f8-845f-4c2b-b5de-09d8142bf3d5\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.5/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0310 19:28:43.485335 3402 cni.go:331] [openshift-network-console/networking-console-plugin-c8f658647-cbng7 704d060e9697445d79327e307588c909013982a0d6e1100eb33a61b3e84e4313 network default NAD default] ADD starting CNI request [openshift-network-console/networking-console-plugin-c8f658647-cbng7 704d060e9697445d79327e307588c909013982a0d6e1100eb33a61b3e84e4313 network default NAD default] I0310 19:28:43.494412 3402 helper_linux.go:450] ConfigureOVS: namespace: openshift-network-console, podName: networking-console-plugin-c8f658647-cbng7, hostIfaceName: 704d060e9697445, network: default, NAD default, SandboxID: "704d060e9697445d79327e307588c909013982a0d6e1100eb33a61b3e84e4313", PCI device ID: , UID: "c4523d69-f86d-467e-be3e-4e9281b02bda", MAC: 0a:58:0a:80:00:0c, IPs: [10.128.0.12/23] I0310 19:28:43.542304 3402 cni.go:352] [openshift-network-console/networking-console-plugin-c8f658647-cbng7 704d060e9697445d79327e307588c909013982a0d6e1100eb33a61b3e84e4313 network default NAD default] ADD finished CNI request [openshift-network-console/networking-console-plugin-c8f658647-cbng7 704d060e9697445d79327e307588c909013982a0d6e1100eb33a61b3e84e4313 network default NAD default], result "{\"interfaces\":[{\"name\":\"704d060e9697445\",\"mac\":\"1a:e5:97:ed:2a:4d\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:0c\",\"sandbox\":\"/var/run/netns/02580c25-7c5b-40df-9dad-22c78ceb70c4\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.12/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0310 19:28:43.546159 3402 cni.go:331] [openshift-monitoring/cluster-monitoring-operator-76c9c97fb5-mm9hc 42157f715529fbf72ece3b7305e24533ec1a2aac1038382b220fbf7509985502 network default NAD default] ADD starting CNI request [openshift-monitoring/cluster-monitoring-operator-76c9c97fb5-mm9hc 42157f715529fbf72ece3b7305e24533ec1a2aac1038382b220fbf7509985502 network default NAD default] I0310 19:28:43.554674 3402 helper_linux.go:450] ConfigureOVS: namespace: openshift-monitoring, podName: cluster-monitoring-operator-76c9c97fb5-mm9hc, hostIfaceName: 42157f715529fbf, network: default, NAD default, SandboxID: "42157f715529fbf72ece3b7305e24533ec1a2aac1038382b220fbf7509985502", PCI device ID: , UID: "b796278e-1460-456b-b679-900b26aa3572", MAC: 0a:58:0a:80:00:0d, IPs: [10.128.0.13/23] I0310 19:28:43.602439 3402 cni.go:352] [openshift-monitoring/cluster-monitoring-operator-76c9c97fb5-mm9hc 42157f715529fbf72ece3b7305e24533ec1a2aac1038382b220fbf7509985502 network default NAD default] ADD finished CNI request [openshift-monitoring/cluster-monitoring-operator-76c9c97fb5-mm9hc 42157f715529fbf72ece3b7305e24533ec1a2aac1038382b220fbf7509985502 network default NAD default], result "{\"interfaces\":[{\"name\":\"42157f715529fbf\",\"mac\":\"da:b5:34:99:a3:bd\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:0d\",\"sandbox\":\"/var/run/netns/a2053e21-19dc-4769-92f7-923b040b16d6\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.13/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0310 19:28:44.133465 3402 base_network_controller_pods.go:478] [default/openshift-deployment-validation-operator/329ea12e7b97a188ddb33888e27148529a3cb9e1439a6c2ac471ae4744qfcsj] creating logical port openshift-deployment-validation-operator_329ea12e7b97a188ddb33888e27148529a3cb9e1439a6c2ac471ae4744qfcsj for pod on switch ip-10-0-1-9.ec2.internal I0310 19:28:44.133639 3402 kube.go:320] Updating pod openshift-deployment-validation-operator/329ea12e7b97a188ddb33888e27148529a3cb9e1439a6c2ac471ae4744qfcsj I0310 19:28:44.148581 3402 pod.go:62] [openshift-deployment-validation-operator/329ea12e7b97a188ddb33888e27148529a3cb9e1439a6c2ac471ae4744qfcsj] pod update took 14.98397ms I0310 19:28:44.148616 3402 base_network_controller_pods.go:928] [default/openshift-deployment-validation-operator/329ea12e7b97a188ddb33888e27148529a3cb9e1439a6c2ac471ae4744qfcsj] addLogicalPort annotation time took 15.025844ms I0310 19:28:44.150273 3402 pods.go:253] [openshift-deployment-validation-operator/329ea12e7b97a188ddb33888e27148529a3cb9e1439a6c2ac471ae4744qfcsj] addLogicalPort took 16.828827ms, libovsdb time 1.215657ms I0310 19:28:44.510868 3402 cni.go:331] [openshift-deployment-validation-operator/329ea12e7b97a188ddb33888e27148529a3cb9e1439a6c2ac471ae4744qfcsj d37615d7f57a9128cacb3bcd689933f9396d2ca70a8c50c8ab2caeb88de6a925 network default NAD default] ADD starting CNI request [openshift-deployment-validation-operator/329ea12e7b97a188ddb33888e27148529a3cb9e1439a6c2ac471ae4744qfcsj d37615d7f57a9128cacb3bcd689933f9396d2ca70a8c50c8ab2caeb88de6a925 network default NAD default] I0310 19:28:44.525347 3402 helper_linux.go:450] ConfigureOVS: namespace: openshift-deployment-validation-operator, podName: 329ea12e7b97a188ddb33888e27148529a3cb9e1439a6c2ac471ae4744qfcsj, hostIfaceName: d37615d7f57a912, network: default, NAD default, SandboxID: "d37615d7f57a9128cacb3bcd689933f9396d2ca70a8c50c8ab2caeb88de6a925", PCI device ID: , UID: "b3f82ef3-4914-40b4-9237-391d5668d5ca", MAC: 0a:58:0a:80:00:10, IPs: [10.128.0.16/23] I0310 19:28:44.586127 3402 cni.go:352] [openshift-deployment-validation-operator/329ea12e7b97a188ddb33888e27148529a3cb9e1439a6c2ac471ae4744qfcsj d37615d7f57a9128cacb3bcd689933f9396d2ca70a8c50c8ab2caeb88de6a925 network default NAD default] ADD finished CNI request [openshift-deployment-validation-operator/329ea12e7b97a188ddb33888e27148529a3cb9e1439a6c2ac471ae4744qfcsj d37615d7f57a9128cacb3bcd689933f9396d2ca70a8c50c8ab2caeb88de6a925 network default NAD default], result "{\"interfaces\":[{\"name\":\"d37615d7f57a912\",\"mac\":\"92:14:0f:02:3a:a4\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:10\",\"sandbox\":\"/var/run/netns/73439d7d-13fc-4a5f-a4fa-6bfc00a0c01a\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.16/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0310 19:28:46.763228 3402 base_network_controller_pods.go:478] [default/openshift-monitoring/prometheus-operator-admission-webhook-6454d4896-47nvd] creating logical port openshift-monitoring_prometheus-operator-admission-webhook-6454d4896-47nvd for pod on switch ip-10-0-1-9.ec2.internal I0310 19:28:46.763455 3402 kube.go:320] Updating pod openshift-monitoring/prometheus-operator-admission-webhook-6454d4896-47nvd I0310 19:28:46.778992 3402 pod.go:62] [openshift-monitoring/prometheus-operator-admission-webhook-6454d4896-47nvd] pod update took 15.578826ms I0310 19:28:46.779068 3402 base_network_controller_pods.go:928] [default/openshift-monitoring/prometheus-operator-admission-webhook-6454d4896-47nvd] addLogicalPort annotation time took 15.658796ms I0310 19:28:46.780651 3402 pods.go:253] [openshift-monitoring/prometheus-operator-admission-webhook-6454d4896-47nvd] addLogicalPort took 17.444534ms, libovsdb time 1.102442ms I0310 19:28:47.139655 3402 cni.go:331] [openshift-monitoring/prometheus-operator-admission-webhook-6454d4896-47nvd 40cf7195f0ae5042b60fe7504273e3b96e33918d3833dce19127af22295fff33 network default NAD default] ADD starting CNI request [openshift-monitoring/prometheus-operator-admission-webhook-6454d4896-47nvd 40cf7195f0ae5042b60fe7504273e3b96e33918d3833dce19127af22295fff33 network default NAD default] I0310 19:28:47.151545 3402 helper_linux.go:450] ConfigureOVS: namespace: openshift-monitoring, podName: prometheus-operator-admission-webhook-6454d4896-47nvd, hostIfaceName: 40cf7195f0ae504, network: default, NAD default, SandboxID: "40cf7195f0ae5042b60fe7504273e3b96e33918d3833dce19127af22295fff33", PCI device ID: , UID: "0f462a5d-4248-4211-bce6-001079593523", MAC: 0a:58:0a:80:00:11, IPs: [10.128.0.17/23] I0310 19:28:47.215900 3402 cni.go:352] [openshift-monitoring/prometheus-operator-admission-webhook-6454d4896-47nvd 40cf7195f0ae5042b60fe7504273e3b96e33918d3833dce19127af22295fff33 network default NAD default] ADD finished CNI request [openshift-monitoring/prometheus-operator-admission-webhook-6454d4896-47nvd 40cf7195f0ae5042b60fe7504273e3b96e33918d3833dce19127af22295fff33 network default NAD default], result "{\"interfaces\":[{\"name\":\"40cf7195f0ae504\",\"mac\":\"2a:f0:56:c7:88:41\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:11\",\"sandbox\":\"/var/run/netns/bad246c6-acff-470e-9da2-f6d1926fe213\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.17/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0310 19:28:49.868401 3402 base_network_controller_pods.go:478] [default/openshift-monitoring/prometheus-operator-5598cd9d74-v5mmq] creating logical port openshift-monitoring_prometheus-operator-5598cd9d74-v5mmq for pod on switch ip-10-0-1-9.ec2.internal I0310 19:28:49.868567 3402 kube.go:320] Updating pod openshift-monitoring/prometheus-operator-5598cd9d74-v5mmq I0310 19:28:49.885845 3402 pod.go:62] [openshift-monitoring/prometheus-operator-5598cd9d74-v5mmq] pod update took 17.313678ms I0310 19:28:49.885879 3402 base_network_controller_pods.go:928] [default/openshift-monitoring/prometheus-operator-5598cd9d74-v5mmq] addLogicalPort annotation time took 17.354282ms I0310 19:28:49.887521 3402 pods.go:253] [openshift-monitoring/prometheus-operator-5598cd9d74-v5mmq] addLogicalPort took 19.144001ms, libovsdb time 1.11458ms I0310 19:28:51.198110 3402 base_network_controller_pods.go:478] [default/openshift-console/console-79dd8df65f-mdhrc] creating logical port openshift-console_console-79dd8df65f-mdhrc for pod on switch ip-10-0-1-9.ec2.internal I0310 19:28:51.198383 3402 kube.go:320] Updating pod openshift-console/console-79dd8df65f-mdhrc I0310 19:28:51.217074 3402 pod.go:62] [openshift-console/console-79dd8df65f-mdhrc] pod update took 18.730319ms I0310 19:28:51.217170 3402 base_network_controller_pods.go:928] [default/openshift-console/console-79dd8df65f-mdhrc] addLogicalPort annotation time took 18.81036ms I0310 19:28:51.218776 3402 pods.go:253] [openshift-console/console-79dd8df65f-mdhrc] addLogicalPort took 20.689214ms, libovsdb time 1.098371ms I0310 19:28:51.833066 3402 cni.go:331] [openshift-monitoring/prometheus-operator-5598cd9d74-v5mmq b6984b7c12573fc50b64e8e87a866a00276b5b75af8e3beff613683ad11f33b0 network default NAD default] ADD starting CNI request [openshift-monitoring/prometheus-operator-5598cd9d74-v5mmq b6984b7c12573fc50b64e8e87a866a00276b5b75af8e3beff613683ad11f33b0 network default NAD default] I0310 19:28:51.833526 3402 cni.go:331] [openshift-console/console-79dd8df65f-mdhrc 531588bae4e6239347edfda56387a544f66df2de202cb92f15dbee4ec871417f network default NAD default] ADD starting CNI request [openshift-console/console-79dd8df65f-mdhrc 531588bae4e6239347edfda56387a544f66df2de202cb92f15dbee4ec871417f network default NAD default] I0310 19:28:51.846108 3402 helper_linux.go:450] ConfigureOVS: namespace: openshift-console, podName: console-79dd8df65f-mdhrc, hostIfaceName: 531588bae4e6239, network: default, NAD default, SandboxID: "531588bae4e6239347edfda56387a544f66df2de202cb92f15dbee4ec871417f", PCI device ID: , UID: "df7b065b-acb8-44c9-8436-3641ca2f7fd5", MAC: 0a:58:0a:80:00:13, IPs: [10.128.0.19/23] I0310 19:28:51.847431 3402 helper_linux.go:450] ConfigureOVS: namespace: openshift-monitoring, podName: prometheus-operator-5598cd9d74-v5mmq, hostIfaceName: b6984b7c12573fc, network: default, NAD default, SandboxID: "b6984b7c12573fc50b64e8e87a866a00276b5b75af8e3beff613683ad11f33b0", PCI device ID: , UID: "e7c6ab82-251f-4b60-b849-06b5b58be0e7", MAC: 0a:58:0a:80:00:12, IPs: [10.128.0.18/23] I0310 19:28:51.911463 3402 cni.go:352] [openshift-monitoring/prometheus-operator-5598cd9d74-v5mmq b6984b7c12573fc50b64e8e87a866a00276b5b75af8e3beff613683ad11f33b0 network default NAD default] ADD finished CNI request [openshift-monitoring/prometheus-operator-5598cd9d74-v5mmq b6984b7c12573fc50b64e8e87a866a00276b5b75af8e3beff613683ad11f33b0 network default NAD default], result "{\"interfaces\":[{\"name\":\"b6984b7c12573fc\",\"mac\":\"aa:7b:6d:9d:fc:80\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:12\",\"sandbox\":\"/var/run/netns/4e612d6f-cba1-4984-a1dc-2b576096fab0\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.18/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0310 19:28:51.931448 3402 cni.go:352] [openshift-console/console-79dd8df65f-mdhrc 531588bae4e6239347edfda56387a544f66df2de202cb92f15dbee4ec871417f network default NAD default] ADD finished CNI request [openshift-console/console-79dd8df65f-mdhrc 531588bae4e6239347edfda56387a544f66df2de202cb92f15dbee4ec871417f network default NAD default], result "{\"interfaces\":[{\"name\":\"531588bae4e6239\",\"mac\":\"ee:24:1c:34:85:e5\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:13\",\"sandbox\":\"/var/run/netns/f15dfd1a-6fd8-441b-b6ce-c3b06741002a\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.19/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0310 19:29:09.322654 3402 base_network_controller_pods.go:478] [default/openshift-monitoring/openshift-state-metrics-5d97448dcb-jzj5m] creating logical port openshift-monitoring_openshift-state-metrics-5d97448dcb-jzj5m for pod on switch ip-10-0-1-9.ec2.internal I0310 19:29:09.322756 3402 kube.go:320] Updating pod openshift-monitoring/openshift-state-metrics-5d97448dcb-jzj5m I0310 19:29:09.338896 3402 pod.go:62] [openshift-monitoring/openshift-state-metrics-5d97448dcb-jzj5m] pod update took 16.165986ms I0310 19:29:09.338927 3402 base_network_controller_pods.go:928] [default/openshift-monitoring/openshift-state-metrics-5d97448dcb-jzj5m] addLogicalPort annotation time took 16.202834ms I0310 19:29:09.340394 3402 pods.go:253] [openshift-monitoring/openshift-state-metrics-5d97448dcb-jzj5m] addLogicalPort took 17.758451ms, libovsdb time 987.198µs I0310 19:29:09.690799 3402 cni.go:331] [openshift-monitoring/openshift-state-metrics-5d97448dcb-jzj5m 64cdc622fc13d8fdef910587569dba32ed01e01306655c47a1830a5fb7312e95 network default NAD default] ADD starting CNI request [openshift-monitoring/openshift-state-metrics-5d97448dcb-jzj5m 64cdc622fc13d8fdef910587569dba32ed01e01306655c47a1830a5fb7312e95 network default NAD default] I0310 19:29:09.699670 3402 helper_linux.go:450] ConfigureOVS: namespace: openshift-monitoring, podName: openshift-state-metrics-5d97448dcb-jzj5m, hostIfaceName: 64cdc622fc13d8f, network: default, NAD default, SandboxID: "64cdc622fc13d8fdef910587569dba32ed01e01306655c47a1830a5fb7312e95", PCI device ID: , UID: "9bb2c90a-28d5-4231-ac68-08d6c256ba8f", MAC: 0a:58:0a:80:00:14, IPs: [10.128.0.20/23] I0310 19:29:09.752209 3402 cni.go:352] [openshift-monitoring/openshift-state-metrics-5d97448dcb-jzj5m 64cdc622fc13d8fdef910587569dba32ed01e01306655c47a1830a5fb7312e95 network default NAD default] ADD finished CNI request [openshift-monitoring/openshift-state-metrics-5d97448dcb-jzj5m 64cdc622fc13d8fdef910587569dba32ed01e01306655c47a1830a5fb7312e95 network default NAD default], result "{\"interfaces\":[{\"name\":\"64cdc622fc13d8f\",\"mac\":\"ce:2a:1d:ab:05:06\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:14\",\"sandbox\":\"/var/run/netns/6cf11a08-766d-4624-9d22-9be876772c05\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.20/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0310 19:29:11.633040 3402 cni.go:331] [openshift-deployment-validation-operator/329ea12e7b97a188ddb33888e27148529a3cb9e1439a6c2ac471ae4744qfcsj d37615d7f57a9128cacb3bcd689933f9396d2ca70a8c50c8ab2caeb88de6a925 network default NAD default] DEL starting CNI request [openshift-deployment-validation-operator/329ea12e7b97a188ddb33888e27148529a3cb9e1439a6c2ac471ae4744qfcsj d37615d7f57a9128cacb3bcd689933f9396d2ca70a8c50c8ab2caeb88de6a925 network default NAD default] I0310 19:29:11.699292 3402 cni.go:352] [openshift-deployment-validation-operator/329ea12e7b97a188ddb33888e27148529a3cb9e1439a6c2ac471ae4744qfcsj d37615d7f57a9128cacb3bcd689933f9396d2ca70a8c50c8ab2caeb88de6a925 network default NAD default] DEL finished CNI request [openshift-deployment-validation-operator/329ea12e7b97a188ddb33888e27148529a3cb9e1439a6c2ac471ae4744qfcsj d37615d7f57a9128cacb3bcd689933f9396d2ca70a8c50c8ab2caeb88de6a925 network default NAD default], result "{\"dns\":{}}", err I0310 19:29:11.806690 3402 obj_retry.go:463] Detected object openshift-deployment-validation-operator/329ea12e7b97a188ddb33888e27148529a3cb9e1439a6c2ac471ae4744qfcsj of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0310 19:29:11.806807 3402 pods.go:175] Deleting pod: openshift-deployment-validation-operator/329ea12e7b97a188ddb33888e27148529a3cb9e1439a6c2ac471ae4744qfcsj I0310 19:29:11.808682 3402 pods.go:218] Attempting to release IPs for pod: openshift-deployment-validation-operator/329ea12e7b97a188ddb33888e27148529a3cb9e1439a6c2ac471ae4744qfcsj, ips: 10.128.0.16 I0310 19:29:11.808715 3402 obj_retry.go:463] Detected object openshift-deployment-validation-operator/329ea12e7b97a188ddb33888e27148529a3cb9e1439a6c2ac471ae4744qfcsj of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0310 19:29:11.808734 3402 obj_retry.go:463] Detected object openshift-deployment-validation-operator/329ea12e7b97a188ddb33888e27148529a3cb9e1439a6c2ac471ae4744qfcsj of type *factory.localPodSelector in terminal state (e.g. completed) during update event: will remove it I0310 19:29:11.808745 3402 base_network_controller_policy.go:642] Processing NetworkPolicy openshift-deployment-validation-operator/allow-from-openshift-insights to delete 1 local pods... I0310 19:29:12.834913 3402 obj_retry.go:457] Detected object openshift-deployment-validation-operator/329ea12e7b97a188ddb33888e27148529a3cb9e1439a6c2ac471ae4744qfcsj of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0310 19:29:12.834945 3402 obj_retry.go:457] Detected object openshift-deployment-validation-operator/329ea12e7b97a188ddb33888e27148529a3cb9e1439a6c2ac471ae4744qfcsj of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0310 19:29:12.834956 3402 obj_retry.go:457] Detected object openshift-deployment-validation-operator/329ea12e7b97a188ddb33888e27148529a3cb9e1439a6c2ac471ae4744qfcsj of type *factory.localPodSelector in terminal state (e.g. completed) will be ignored as it has already been processed W0310 19:29:14.145382 3402 base_network_controller_namespace.go:457] Unable to remove remote zone pod's openshift-console/console-f8ff76f96-zxwqs IP address from the namespace address-set, err: pod openshift-console/console-f8ff76f96-zxwqs: no pod IPs found I0310 19:29:14.320086 3402 namespace.go:137] [openshift-deployment-validation-operator] updating namespace I0310 19:29:14.333512 3402 namespace.go:137] [openshift-deployment-validation-operator] updating namespace I0310 19:29:15.738933 3402 base_network_controller_pods.go:478] [default/openshift-monitoring/prometheus-k8s-0] creating logical port openshift-monitoring_prometheus-k8s-0 for pod on switch ip-10-0-1-9.ec2.internal I0310 19:29:15.739074 3402 kube.go:320] Updating pod openshift-monitoring/prometheus-k8s-0 I0310 19:29:15.766812 3402 pod.go:62] [openshift-monitoring/prometheus-k8s-0] pod update took 27.791087ms I0310 19:29:15.766909 3402 base_network_controller_pods.go:928] [default/openshift-monitoring/prometheus-k8s-0] addLogicalPort annotation time took 27.891929ms I0310 19:29:15.768385 3402 pods.go:253] [openshift-monitoring/prometheus-k8s-0] addLogicalPort took 29.468294ms, libovsdb time 1.068373ms I0310 19:29:16.104238 3402 cni.go:331] [openshift-monitoring/prometheus-k8s-0 dad5d432dc30fdd655ef41996f0c07f93604afdd80b7ad5d4fe1a8948ea7d35e network default NAD default] ADD starting CNI request [openshift-monitoring/prometheus-k8s-0 dad5d432dc30fdd655ef41996f0c07f93604afdd80b7ad5d4fe1a8948ea7d35e network default NAD default] I0310 19:29:16.112976 3402 helper_linux.go:450] ConfigureOVS: namespace: openshift-monitoring, podName: prometheus-k8s-0, hostIfaceName: dad5d432dc30fdd, network: default, NAD default, SandboxID: "dad5d432dc30fdd655ef41996f0c07f93604afdd80b7ad5d4fe1a8948ea7d35e", PCI device ID: , UID: "da32938f-3899-41fe-a8b0-7004a57cebc9", MAC: 0a:58:0a:80:00:15, IPs: [10.128.0.21/23] I0310 19:29:16.159198 3402 cni.go:352] [openshift-monitoring/prometheus-k8s-0 dad5d432dc30fdd655ef41996f0c07f93604afdd80b7ad5d4fe1a8948ea7d35e network default NAD default] ADD finished CNI request [openshift-monitoring/prometheus-k8s-0 dad5d432dc30fdd655ef41996f0c07f93604afdd80b7ad5d4fe1a8948ea7d35e network default NAD default], result "{\"interfaces\":[{\"name\":\"dad5d432dc30fdd\",\"mac\":\"46:66:94:13:36:e6\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:15\",\"sandbox\":\"/var/run/netns/1fcf1227-5904-4303-9147-be7404fa2cec\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.21/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0310 19:29:27.156420 3402 cni.go:331] [openshift-image-registry/image-registry-64bbd4587d-fk6jt b1af96a25bc0454afa749c8b9396cd4d574a275dbc73300969455068a1d0e2e4 network default NAD default] DEL starting CNI request [openshift-image-registry/image-registry-64bbd4587d-fk6jt b1af96a25bc0454afa749c8b9396cd4d574a275dbc73300969455068a1d0e2e4 network default NAD default] I0310 19:29:27.243107 3402 cni.go:352] [openshift-image-registry/image-registry-64bbd4587d-fk6jt b1af96a25bc0454afa749c8b9396cd4d574a275dbc73300969455068a1d0e2e4 network default NAD default] DEL finished CNI request [openshift-image-registry/image-registry-64bbd4587d-fk6jt b1af96a25bc0454afa749c8b9396cd4d574a275dbc73300969455068a1d0e2e4 network default NAD default], result "{\"dns\":{}}", err I0310 19:29:27.295257 3402 obj_retry.go:463] Detected object openshift-image-registry/image-registry-64bbd4587d-fk6jt of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0310 19:29:27.295337 3402 pods.go:175] Deleting pod: openshift-image-registry/image-registry-64bbd4587d-fk6jt I0310 19:29:27.296792 3402 pods.go:218] Attempting to release IPs for pod: openshift-image-registry/image-registry-64bbd4587d-fk6jt, ips: 10.128.0.5 I0310 19:29:27.296827 3402 obj_retry.go:463] Detected object openshift-image-registry/image-registry-64bbd4587d-fk6jt of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0310 19:29:27.695092 3402 obj_retry.go:457] Detected object openshift-image-registry/image-registry-64bbd4587d-fk6jt of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0310 19:29:27.695120 3402 obj_retry.go:457] Detected object openshift-image-registry/image-registry-64bbd4587d-fk6jt of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0310 19:29:27.698690 3402 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-image-registry/image-registry-64bbd4587d-fk6jt I0310 19:29:27.698773 3402 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod openshift-image-registry/image-registry-64bbd4587d-fk6jt I0310 19:29:32.782276 3402 cni.go:331] [openshift-console/console-79dd8df65f-mdhrc 531588bae4e6239347edfda56387a544f66df2de202cb92f15dbee4ec871417f network default NAD default] DEL starting CNI request [openshift-console/console-79dd8df65f-mdhrc 531588bae4e6239347edfda56387a544f66df2de202cb92f15dbee4ec871417f network default NAD default] I0310 19:29:32.857084 3402 cni.go:352] [openshift-console/console-79dd8df65f-mdhrc 531588bae4e6239347edfda56387a544f66df2de202cb92f15dbee4ec871417f network default NAD default] DEL finished CNI request [openshift-console/console-79dd8df65f-mdhrc 531588bae4e6239347edfda56387a544f66df2de202cb92f15dbee4ec871417f network default NAD default], result "{\"dns\":{}}", err I0310 19:29:32.901270 3402 obj_retry.go:463] Detected object openshift-console/console-79dd8df65f-mdhrc of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0310 19:29:32.901392 3402 pods.go:175] Deleting pod: openshift-console/console-79dd8df65f-mdhrc I0310 19:29:32.902914 3402 pods.go:218] Attempting to release IPs for pod: openshift-console/console-79dd8df65f-mdhrc, ips: 10.128.0.19 I0310 19:29:32.902942 3402 obj_retry.go:463] Detected object openshift-console/console-79dd8df65f-mdhrc of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0310 19:29:32.910985 3402 base_network_controller_pods.go:478] [default/openshift-console/console-5bfc5f55d5-hb42n] creating logical port openshift-console_console-5bfc5f55d5-hb42n for pod on switch ip-10-0-1-9.ec2.internal I0310 19:29:32.911207 3402 kube.go:320] Updating pod openshift-console/console-5bfc5f55d5-hb42n I0310 19:29:32.928892 3402 pod.go:62] [openshift-console/console-5bfc5f55d5-hb42n] pod update took 17.74679ms I0310 19:29:32.928970 3402 base_network_controller_pods.go:928] [default/openshift-console/console-5bfc5f55d5-hb42n] addLogicalPort annotation time took 17.827785ms I0310 19:29:32.930171 3402 pods.go:253] [openshift-console/console-5bfc5f55d5-hb42n] addLogicalPort took 19.201347ms, libovsdb time 797.211µs I0310 19:29:33.266266 3402 cni.go:331] [openshift-console/console-5bfc5f55d5-hb42n b2916dff8caab12fc632e04f702be346de3124f7316aed58c91c16b9dce3895b network default NAD default] ADD starting CNI request [openshift-console/console-5bfc5f55d5-hb42n b2916dff8caab12fc632e04f702be346de3124f7316aed58c91c16b9dce3895b network default NAD default] I0310 19:29:33.274900 3402 helper_linux.go:450] ConfigureOVS: namespace: openshift-console, podName: console-5bfc5f55d5-hb42n, hostIfaceName: b2916dff8caab12, network: default, NAD default, SandboxID: "b2916dff8caab12fc632e04f702be346de3124f7316aed58c91c16b9dce3895b", PCI device ID: , UID: "b04e4663-441f-42b1-ba9a-c4adb33da636", MAC: 0a:58:0a:80:00:16, IPs: [10.128.0.22/23] I0310 19:29:33.318883 3402 cni.go:352] [openshift-console/console-5bfc5f55d5-hb42n b2916dff8caab12fc632e04f702be346de3124f7316aed58c91c16b9dce3895b network default NAD default] ADD finished CNI request [openshift-console/console-5bfc5f55d5-hb42n b2916dff8caab12fc632e04f702be346de3124f7316aed58c91c16b9dce3895b network default NAD default], result "{\"interfaces\":[{\"name\":\"b2916dff8caab12\",\"mac\":\"7a:06:87:23:56:c5\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:16\",\"sandbox\":\"/var/run/netns/e11327d4-8a31-4085-85ed-ca2ac256a33a\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.22/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0310 19:29:33.700812 3402 obj_retry.go:457] Detected object openshift-console/console-79dd8df65f-mdhrc of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0310 19:29:33.700840 3402 obj_retry.go:457] Detected object openshift-console/console-79dd8df65f-mdhrc of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0310 19:29:33.707527 3402 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-console/console-79dd8df65f-mdhrc I0310 19:29:33.707561 3402 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod openshift-console/console-79dd8df65f-mdhrc I0310 19:29:39.440928 3402 obj_retry.go:463] Detected object openshift-console/console-f8ff76f96-nf6lc of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0310 19:29:39.441465 3402 obj_retry.go:463] Detected object openshift-console/console-f8ff76f96-nf6lc of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0310 19:29:40.147448 3402 obj_retry.go:457] Detected object openshift-console/console-f8ff76f96-nf6lc of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0310 19:29:40.147480 3402 obj_retry.go:457] Detected object openshift-console/console-f8ff76f96-nf6lc of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0310 19:29:40.155378 3402 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-console/console-f8ff76f96-nf6lc I0310 19:29:40.155486 3402 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod openshift-console/console-f8ff76f96-nf6lc I0310 19:30:00.199878 3402 cni.go:331] [openshift-backplane/osd-delete-backplane-serviceaccounts-29552840-nlxd5 791ebb2a06981b3fad32ce6f51dc4ec7a96a02797bd66e95b362cdbd809627e9 network default NAD default] DEL starting CNI request [openshift-backplane/osd-delete-backplane-serviceaccounts-29552840-nlxd5 791ebb2a06981b3fad32ce6f51dc4ec7a96a02797bd66e95b362cdbd809627e9 network default NAD default] I0310 19:30:00.285802 3402 cni.go:352] [openshift-backplane/osd-delete-backplane-serviceaccounts-29552840-nlxd5 791ebb2a06981b3fad32ce6f51dc4ec7a96a02797bd66e95b362cdbd809627e9 network default NAD default] DEL finished CNI request [openshift-backplane/osd-delete-backplane-serviceaccounts-29552840-nlxd5 791ebb2a06981b3fad32ce6f51dc4ec7a96a02797bd66e95b362cdbd809627e9 network default NAD default], result "{\"dns\":{}}", err I0310 19:30:00.790985 3402 obj_retry.go:463] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29552840-nlxd5 of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0310 19:30:00.791020 3402 pods.go:175] Deleting pod: openshift-backplane/osd-delete-backplane-serviceaccounts-29552840-nlxd5 I0310 19:30:00.792365 3402 pods.go:218] Attempting to release IPs for pod: openshift-backplane/osd-delete-backplane-serviceaccounts-29552840-nlxd5, ips: 10.128.0.6 I0310 19:30:00.792402 3402 obj_retry.go:463] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29552840-nlxd5 of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0310 19:30:00.801657 3402 obj_retry.go:457] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29552840-nlxd5 of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0310 19:30:00.801752 3402 obj_retry.go:457] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29552840-nlxd5 of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0310 19:30:00.810440 3402 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-backplane/osd-delete-backplane-serviceaccounts-29552840-nlxd5 I0310 19:30:00.810465 3402 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod openshift-backplane/osd-delete-backplane-serviceaccounts-29552840-nlxd5 I0310 19:30:01.532650 3402 obj_retry.go:463] Detected object openshift-ingress/router-default-5c456977fc-sw2gs of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0310 19:30:01.533251 3402 obj_retry.go:463] Detected object openshift-ingress/router-default-5c456977fc-sw2gs of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0310 19:30:02.444901 3402 obj_retry.go:457] Detected object openshift-ingress/router-default-5c456977fc-sw2gs of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0310 19:30:02.444933 3402 obj_retry.go:457] Detected object openshift-ingress/router-default-5c456977fc-sw2gs of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0310 19:30:02.452089 3402 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-ingress/router-default-5c456977fc-sw2gs I0310 19:30:02.452117 3402 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod openshift-ingress/router-default-5c456977fc-sw2gs I0310 19:30:03.216976 3402 cni.go:331] [openshift-multus/network-metrics-daemon-9ptrz 1b7b37a8ac7dfe3c5ee5543c22564fdf62c710e7e5eaefac1bf0b4d76b3ccfc5 network default NAD default] ADD starting CNI request [openshift-multus/network-metrics-daemon-9ptrz 1b7b37a8ac7dfe3c5ee5543c22564fdf62c710e7e5eaefac1bf0b4d76b3ccfc5 network default NAD default] I0310 19:30:03.227837 3402 helper_linux.go:450] ConfigureOVS: namespace: openshift-multus, podName: network-metrics-daemon-9ptrz, hostIfaceName: 1b7b37a8ac7dfe3, network: default, NAD default, SandboxID: "1b7b37a8ac7dfe3c5ee5543c22564fdf62c710e7e5eaefac1bf0b4d76b3ccfc5", PCI device ID: , UID: "c9a3d7ac-0bb4-43c9-918a-e78be7888eae", MAC: 0a:58:0a:80:00:03, IPs: [10.128.0.3/23] I0310 19:30:03.276513 3402 cni.go:352] [openshift-multus/network-metrics-daemon-9ptrz 1b7b37a8ac7dfe3c5ee5543c22564fdf62c710e7e5eaefac1bf0b4d76b3ccfc5 network default NAD default] ADD finished CNI request [openshift-multus/network-metrics-daemon-9ptrz 1b7b37a8ac7dfe3c5ee5543c22564fdf62c710e7e5eaefac1bf0b4d76b3ccfc5 network default NAD default], result "{\"interfaces\":[{\"name\":\"1b7b37a8ac7dfe3\",\"mac\":\"86:5a:a4:98:83:4c\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:03\",\"sandbox\":\"/var/run/netns/e401e510-c16d-420a-a3a7-7c85f3b564a7\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.3/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0310 19:30:05.328675 3402 obj_retry.go:463] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29552850-hxcrt of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0310 19:30:05.329283 3402 obj_retry.go:463] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29552850-hxcrt of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0310 19:30:06.212555 3402 obj_retry.go:457] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29552850-hxcrt of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0310 19:30:06.212591 3402 obj_retry.go:457] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29552850-hxcrt of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0310 19:30:09.082718 3402 obj_retry.go:463] Detected object openshift-console/console-79dd8df65f-xgxbm of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0310 19:30:09.083281 3402 obj_retry.go:463] Detected object openshift-console/console-79dd8df65f-xgxbm of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0310 19:30:09.467715 3402 obj_retry.go:457] Detected object openshift-console/console-79dd8df65f-xgxbm of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0310 19:30:09.467824 3402 obj_retry.go:457] Detected object openshift-console/console-79dd8df65f-xgxbm of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0310 19:30:09.476356 3402 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-console/console-79dd8df65f-xgxbm I0310 19:30:09.476383 3402 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod openshift-console/console-79dd8df65f-xgxbm I0310 19:30:31.247627 3402 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 I0310 19:30:31.248241 3402 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 I0310 19:30:31.541497 3402 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 I0310 19:30:31.541541 3402 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 I0310 19:30:31.545250 3402 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-monitoring/alertmanager-main-1 I0310 19:30:31.545299 3402 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod openshift-monitoring/alertmanager-main-1 I0310 19:30:35.643292 3402 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 I0310 19:30:35.643873 3402 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 I0310 19:30:36.570941 3402 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 I0310 19:30:36.570969 3402 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 I0310 19:30:36.575116 3402 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-monitoring/prometheus-k8s-1 I0310 19:30:36.575190 3402 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod openshift-monitoring/prometheus-k8s-1 I0310 19:31:03.321198 3402 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 I0310 19:31:03.321824 3402 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 I0310 19:31:03.666579 3402 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 I0310 19:31:03.666695 3402 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 I0310 19:31:03.679554 3402 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-monitoring/alertmanager-main-0 I0310 19:31:03.679583 3402 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod openshift-monitoring/alertmanager-main-0 I0310 19:31:03.919214 3402 obj_retry.go:463] Detected object openshift-console/console-5bfc5f55d5-wn94l of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0310 19:31:03.919762 3402 obj_retry.go:463] Detected object openshift-console/console-5bfc5f55d5-wn94l of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0310 19:31:04.400576 3402 obj_retry.go:457] Detected object openshift-console/console-5bfc5f55d5-wn94l of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0310 19:31:04.400625 3402 obj_retry.go:457] Detected object openshift-console/console-5bfc5f55d5-wn94l of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0310 19:31:04.407527 3402 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-console/console-5bfc5f55d5-wn94l I0310 19:31:04.407551 3402 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod openshift-console/console-5bfc5f55d5-wn94l I0310 19:31:14.819624 3402 cni.go:331] [openshift-console/console-5bfc5f55d5-hb42n b2916dff8caab12fc632e04f702be346de3124f7316aed58c91c16b9dce3895b network default NAD default] DEL starting CNI request [openshift-console/console-5bfc5f55d5-hb42n b2916dff8caab12fc632e04f702be346de3124f7316aed58c91c16b9dce3895b network default NAD default] I0310 19:31:14.892533 3402 cni.go:352] [openshift-console/console-5bfc5f55d5-hb42n b2916dff8caab12fc632e04f702be346de3124f7316aed58c91c16b9dce3895b network default NAD default] DEL finished CNI request [openshift-console/console-5bfc5f55d5-hb42n b2916dff8caab12fc632e04f702be346de3124f7316aed58c91c16b9dce3895b network default NAD default], result "{\"dns\":{}}", err I0310 19:31:14.947646 3402 obj_retry.go:463] Detected object openshift-console/console-5bfc5f55d5-hb42n of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0310 19:31:14.947712 3402 pods.go:175] Deleting pod: openshift-console/console-5bfc5f55d5-hb42n I0310 19:31:14.948977 3402 pods.go:218] Attempting to release IPs for pod: openshift-console/console-5bfc5f55d5-hb42n, ips: 10.128.0.22 I0310 19:31:14.949012 3402 obj_retry.go:463] Detected object openshift-console/console-5bfc5f55d5-hb42n of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0310 19:31:14.990558 3402 obj_retry.go:457] Detected object openshift-console/console-5bfc5f55d5-hb42n of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0310 19:31:14.990587 3402 obj_retry.go:457] Detected object openshift-console/console-5bfc5f55d5-hb42n of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0310 19:31:14.997373 3402 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-console/console-5bfc5f55d5-hb42n I0310 19:31:14.997450 3402 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod openshift-console/console-5bfc5f55d5-hb42n E0310 19:31:17.355764 3402 metrics.go:168] Failed to get the logfile size for .: stat : no such file or directory E0310 19:31:17.772695 3402 metrics.go:168] Failed to get the logfile size for .: stat : no such file or directory I0310 19:31:27.398892 3402 reflector.go:879] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Service total 70 items received I0310 19:31:38.954944 3402 cni.go:331] [openshift-monitoring/prometheus-k8s-0 dad5d432dc30fdd655ef41996f0c07f93604afdd80b7ad5d4fe1a8948ea7d35e network default NAD default] DEL starting CNI request [openshift-monitoring/prometheus-k8s-0 dad5d432dc30fdd655ef41996f0c07f93604afdd80b7ad5d4fe1a8948ea7d35e network default NAD default] I0310 19:31:39.029685 3402 cni.go:352] [openshift-monitoring/prometheus-k8s-0 dad5d432dc30fdd655ef41996f0c07f93604afdd80b7ad5d4fe1a8948ea7d35e network default NAD default] DEL finished CNI request [openshift-monitoring/prometheus-k8s-0 dad5d432dc30fdd655ef41996f0c07f93604afdd80b7ad5d4fe1a8948ea7d35e network default NAD default], result "{\"dns\":{}}", err I0310 19:31:39.093559 3402 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 I0310 19:31:39.093671 3402 pods.go:175] Deleting pod: openshift-monitoring/prometheus-k8s-0 I0310 19:31:39.095173 3402 pods.go:218] Attempting to release IPs for pod: openshift-monitoring/prometheus-k8s-0, ips: 10.128.0.21 I0310 19:31:39.095215 3402 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 I0310 19:31:40.063400 3402 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 I0310 19:31:40.063426 3402 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 I0310 19:31:40.071974 3402 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-monitoring/prometheus-k8s-0 I0310 19:31:40.072035 3402 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod openshift-monitoring/prometheus-k8s-0 I0310 19:31:40.120068 3402 base_network_controller_pods.go:478] [default/openshift-monitoring/prometheus-k8s-0] creating logical port openshift-monitoring_prometheus-k8s-0 for pod on switch ip-10-0-1-9.ec2.internal I0310 19:31:40.120213 3402 kube.go:320] Updating pod openshift-monitoring/prometheus-k8s-0 I0310 19:31:40.157692 3402 pod.go:62] [openshift-monitoring/prometheus-k8s-0] pod update took 37.552299ms I0310 19:31:40.157792 3402 base_network_controller_pods.go:928] [default/openshift-monitoring/prometheus-k8s-0] addLogicalPort annotation time took 37.657629ms I0310 19:31:40.159101 3402 pods.go:253] [openshift-monitoring/prometheus-k8s-0] addLogicalPort took 39.049656ms, libovsdb time 956.595µs I0310 19:31:40.480045 3402 cni.go:331] [openshift-monitoring/prometheus-k8s-0 88e2c4b5c1f52de72b6d2e7803b9d8bfc8397830a1f6e9d847ccbd6a955b56cc network default NAD default] ADD starting CNI request [openshift-monitoring/prometheus-k8s-0 88e2c4b5c1f52de72b6d2e7803b9d8bfc8397830a1f6e9d847ccbd6a955b56cc network default NAD default] I0310 19:31:40.488542 3402 helper_linux.go:450] ConfigureOVS: namespace: openshift-monitoring, podName: prometheus-k8s-0, hostIfaceName: 88e2c4b5c1f52de, network: default, NAD default, SandboxID: "88e2c4b5c1f52de72b6d2e7803b9d8bfc8397830a1f6e9d847ccbd6a955b56cc", PCI device ID: , UID: "79fdf888-1e33-43ed-94c4-8181c55a94b9", MAC: 0a:58:0a:80:00:17, IPs: [10.128.0.23/23] I0310 19:31:40.536116 3402 cni.go:352] [openshift-monitoring/prometheus-k8s-0 88e2c4b5c1f52de72b6d2e7803b9d8bfc8397830a1f6e9d847ccbd6a955b56cc network default NAD default] ADD finished CNI request [openshift-monitoring/prometheus-k8s-0 88e2c4b5c1f52de72b6d2e7803b9d8bfc8397830a1f6e9d847ccbd6a955b56cc network default NAD default], result "{\"interfaces\":[{\"name\":\"88e2c4b5c1f52de\",\"mac\":\"86:bb:dc:a7:91:99\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:17\",\"sandbox\":\"/var/run/netns/217e2080-596f-402a-9e83-78e09835f0df\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.23/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0310 19:31:59.504364 3402 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 4 items received I0310 19:32:33.511173 3402 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 I0310 19:32:39.391850 3402 reflector.go:879] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.NetworkPolicy total 5 items received I0310 19:32:47.175552 3402 namespace.go:137] [openshift-kube-storage-version-migrator] updating namespace I0310 19:33:07.410059 3402 reflector.go:879] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Pod total 627 items received I0310 19:33:16.493353 3402 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 5 items received I0310 19:33:24.476676 3402 reflector.go:879] sigs.k8s.io/network-policy-api/pkg/client/informers/externalversions/factory.go:141: Watch close - *v1alpha1.BaselineAdminNetworkPolicy total 6 items received I0310 19:33:30.422794 3402 base_network_controller_pods.go:478] [default/openshift-console/console-846b49ff55-wpnhf] creating logical port openshift-console_console-846b49ff55-wpnhf for pod on switch ip-10-0-1-9.ec2.internal I0310 19:33:30.422949 3402 kube.go:320] Updating pod openshift-console/console-846b49ff55-wpnhf I0310 19:33:30.531647 3402 pod.go:62] [openshift-console/console-846b49ff55-wpnhf] pod update took 108.729726ms I0310 19:33:30.531672 3402 base_network_controller_pods.go:928] [default/openshift-console/console-846b49ff55-wpnhf] addLogicalPort annotation time took 108.760152ms I0310 19:33:30.532830 3402 pods.go:253] [openshift-console/console-846b49ff55-wpnhf] addLogicalPort took 110.049313ms, libovsdb time 801.851µs I0310 19:33:30.777069 3402 cni.go:331] [openshift-console/console-846b49ff55-wpnhf 3e5e0976936801392b3fd152213da1a7fb9a29ccea821987deb3738c0a13681a network default NAD default] ADD starting CNI request [openshift-console/console-846b49ff55-wpnhf 3e5e0976936801392b3fd152213da1a7fb9a29ccea821987deb3738c0a13681a network default NAD default] I0310 19:33:30.786660 3402 helper_linux.go:450] ConfigureOVS: namespace: openshift-console, podName: console-846b49ff55-wpnhf, hostIfaceName: 3e5e09769368013, network: default, NAD default, SandboxID: "3e5e0976936801392b3fd152213da1a7fb9a29ccea821987deb3738c0a13681a", PCI device ID: , UID: "4c32d82b-c295-433c-8509-d8315caf0925", MAC: 0a:58:0a:80:00:18, IPs: [10.128.0.24/23] I0310 19:33:30.832088 3402 cni.go:352] [openshift-console/console-846b49ff55-wpnhf 3e5e0976936801392b3fd152213da1a7fb9a29ccea821987deb3738c0a13681a network default NAD default] ADD finished CNI request [openshift-console/console-846b49ff55-wpnhf 3e5e0976936801392b3fd152213da1a7fb9a29ccea821987deb3738c0a13681a network default NAD default], result "{\"interfaces\":[{\"name\":\"3e5e09769368013\",\"mac\":\"e2:e4:8d:35:13:aa\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:18\",\"sandbox\":\"/var/run/netns/46dc62a5-bae9-4e40-9ff2-15600a81c637\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.24/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0310 19:33:36.498482 3402 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 8 items received I0310 19:33:41.516407 3402 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 8 items received I0310 19:33:55.627602 3402 obj_retry.go:463] Detected object openshift-console/console-7969f76f67-skllp of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0310 19:33:55.628132 3402 obj_retry.go:463] Detected object openshift-console/console-7969f76f67-skllp of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0310 19:33:55.840384 3402 obj_retry.go:457] Detected object openshift-console/console-7969f76f67-skllp of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0310 19:33:55.840405 3402 obj_retry.go:457] Detected object openshift-console/console-7969f76f67-skllp of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0310 19:33:55.848814 3402 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-console/console-7969f76f67-skllp I0310 19:33:55.848840 3402 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod openshift-console/console-7969f76f67-skllp I0310 19:34:06.695856 3402 obj_retry.go:463] Detected object openshift-console/console-7969f76f67-dfsxc of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0310 19:34:06.696467 3402 obj_retry.go:463] Detected object openshift-console/console-7969f76f67-dfsxc of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0310 19:34:07.145102 3402 obj_retry.go:457] Detected object openshift-console/console-7969f76f67-dfsxc of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0310 19:34:07.145162 3402 obj_retry.go:457] Detected object openshift-console/console-7969f76f67-dfsxc of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0310 19:34:07.152077 3402 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-console/console-7969f76f67-dfsxc I0310 19:34:07.152100 3402 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod openshift-console/console-7969f76f67-dfsxc I0310 19:34:08.398550 3402 reflector.go:879] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Namespace total 14 items received I0310 19:34:25.393086 3402 reflector.go:879] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.EndpointSlice total 147 items received I0310 19:34:25.477486 3402 reflector.go:879] sigs.k8s.io/network-policy-api/pkg/client/informers/externalversions/factory.go:141: Watch close - *v1alpha1.AdminNetworkPolicy total 7 items received I0310 19:34:31.958783 3402 base_network_controller_policy.go:642] Processing NetworkPolicy openshift-deployment-validation-operator/allow-from-openshift-insights to delete 1 local pods... W0310 19:34:31.958844 3402 base_network_controller_namespace.go:457] Unable to remove remote zone pod's openshift-deployment-validation-operator/deployment-validation-operator-d488f6c4c-d4bsc IP address from the namespace address-set, err: pod openshift-deployment-validation-operator/deployment-validation-operator-d488f6c4c-d4bsc: no pod IPs found I0310 19:34:42.516359 3402 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 9 items received I0310 19:35:32.482368 3402 reflector.go:879] github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/egressip/v1/apis/informers/externalversions/factory.go:140: Watch close - *v1.EgressIP total 10 items received I0310 19:35:38.768275 3402 namespace.go:93] [tsf] adding namespace I0310 19:35:38.769269 3402 namespace.go:97] [tsf] adding namespace took 968.599µs I0310 19:35:38.784328 3402 namespace.go:137] [tsf] updating namespace I0310 19:35:38.796267 3402 namespace.go:137] [tsf] updating namespace I0310 19:35:39.392402 3402 reflector.go:879] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Node total 80 items received I0310 19:35:42.868436 3402 namespace.go:93] [tsf-keycloak] adding namespace I0310 19:35:42.868564 3402 namespace.go:93] [cert-manager-operator] adding namespace I0310 19:35:42.868651 3402 namespace.go:93] [tsf-tas] adding namespace I0310 19:35:42.869462 3402 namespace.go:97] [tsf-keycloak] adding namespace took 935.663µs I0310 19:35:42.870126 3402 namespace.go:97] [cert-manager-operator] adding namespace took 1.519477ms I0310 19:35:42.870891 3402 namespace.go:97] [tsf-tas] adding namespace took 2.216403ms I0310 19:35:42.874844 3402 namespace.go:93] [tsf-tpa] adding namespace I0310 19:35:42.874925 3402 namespace.go:93] [konflux-operator] adding namespace I0310 19:35:42.875038 3402 namespace.go:93] [konflux-ui] adding namespace I0310 19:35:42.875100 3402 namespace.go:93] [rhbk-operator] adding namespace I0310 19:35:42.875315 3402 namespace.go:93] [rhtpa-operator] adding namespace I0310 19:35:42.875785 3402 namespace.go:97] [tsf-tpa] adding namespace took 880.7µs I0310 19:35:42.876398 3402 namespace.go:97] [konflux-operator] adding namespace took 1.423765ms I0310 19:35:42.876997 3402 namespace.go:97] [konflux-ui] adding namespace took 1.924872ms I0310 19:35:42.877533 3402 namespace.go:97] [rhbk-operator] adding namespace took 2.422735ms I0310 19:35:42.878063 3402 namespace.go:97] [rhtpa-operator] adding namespace took 2.731927ms I0310 19:35:42.894956 3402 namespace.go:137] [tsf-keycloak] updating namespace I0310 19:35:42.933202 3402 namespace.go:137] [tsf-keycloak] updating namespace I0310 19:35:42.936343 3402 namespace.go:137] [konflux-operator] updating namespace I0310 19:35:42.946885 3402 namespace.go:137] [tsf-tas] updating namespace I0310 19:35:42.955229 3402 namespace.go:137] [cert-manager-operator] updating namespace I0310 19:35:42.958653 3402 namespace.go:137] [tsf-tpa] updating namespace I0310 19:35:43.006572 3402 namespace.go:137] [cert-manager-operator] updating namespace I0310 19:35:43.023013 3402 namespace.go:137] [konflux-ui] updating namespace I0310 19:35:43.033021 3402 namespace.go:137] [rhtpa-operator] updating namespace I0310 19:35:43.044232 3402 namespace.go:137] [rhbk-operator] updating namespace I0310 19:35:43.046681 3402 namespace.go:137] [tsf-keycloak] updating namespace I0310 19:35:43.098456 3402 namespace.go:137] [cert-manager-operator] updating namespace I0310 19:35:43.162229 3402 namespace.go:137] [tsf-tas] updating namespace I0310 19:35:43.201354 3402 namespace.go:137] [tsf-tas] updating namespace I0310 19:35:43.235168 3402 namespace.go:137] [tsf-tpa] updating namespace I0310 19:35:43.266344 3402 namespace.go:137] [tsf-tpa] updating namespace I0310 19:35:43.304549 3402 namespace.go:137] [konflux-operator] updating namespace I0310 19:35:43.345775 3402 namespace.go:137] [konflux-operator] updating namespace I0310 19:35:43.373631 3402 namespace.go:137] [konflux-ui] updating namespace I0310 19:35:43.384862 3402 namespace.go:137] [konflux-ui] updating namespace I0310 19:35:43.400667 3402 namespace.go:137] [rhbk-operator] updating namespace I0310 19:35:43.425247 3402 namespace.go:137] [rhbk-operator] updating namespace I0310 19:35:43.438566 3402 namespace.go:137] [rhtpa-operator] updating namespace I0310 19:35:43.450295 3402 namespace.go:137] [rhtpa-operator] updating namespace I0310 19:35:44.175567 3402 namespace.go:137] [tsf-keycloak] updating namespace I0310 19:35:44.184225 3402 namespace.go:137] [tsf-tpa] updating namespace I0310 19:35:44.355951 3402 base_network_controller_pods.go:478] [default/tsf/test-tsf-subscriptions] creating logical port tsf_test-tsf-subscriptions for pod on switch ip-10-0-1-9.ec2.internal I0310 19:35:44.356179 3402 kube.go:320] Updating pod tsf/test-tsf-subscriptions I0310 19:35:44.373677 3402 pod.go:62] [tsf/test-tsf-subscriptions] pod update took 17.553229ms I0310 19:35:44.373697 3402 base_network_controller_pods.go:928] [default/tsf/test-tsf-subscriptions] addLogicalPort annotation time took 17.578886ms I0310 19:35:44.374960 3402 pods.go:253] [tsf/test-tsf-subscriptions] addLogicalPort took 19.030576ms, libovsdb time 856.072µs I0310 19:35:44.722178 3402 cni.go:331] [tsf/test-tsf-subscriptions 152ec72550dad1a99adf994824a463c3e8c3076cc6015736fe17565606b82fb6 network default NAD default] ADD starting CNI request [tsf/test-tsf-subscriptions 152ec72550dad1a99adf994824a463c3e8c3076cc6015736fe17565606b82fb6 network default NAD default] I0310 19:35:44.731430 3402 helper_linux.go:450] ConfigureOVS: namespace: tsf, podName: test-tsf-subscriptions, hostIfaceName: 152ec72550dad1a, network: default, NAD default, SandboxID: "152ec72550dad1a99adf994824a463c3e8c3076cc6015736fe17565606b82fb6", PCI device ID: , UID: "08c169b3-10d2-4d6f-b236-bd847be7b539", MAC: 0a:58:0a:80:00:19, IPs: [10.128.0.25/23] I0310 19:35:44.775357 3402 cni.go:352] [tsf/test-tsf-subscriptions 152ec72550dad1a99adf994824a463c3e8c3076cc6015736fe17565606b82fb6 network default NAD default] ADD finished CNI request [tsf/test-tsf-subscriptions 152ec72550dad1a99adf994824a463c3e8c3076cc6015736fe17565606b82fb6 network default NAD default], result "{\"interfaces\":[{\"name\":\"152ec72550dad1a\",\"mac\":\"36:da:8a:a8:b8:19\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:19\",\"sandbox\":\"/var/run/netns/5eb41e04-0955-4b76-a38f-89740cc5f1e1\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.25/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0310 19:35:45.754877 3402 base_network_controller_pods.go:478] [default/openshift-marketplace/3e5f5b636bd3cc990d4bd6297d76653ce1cee577740080d10b92cd17d124qj2] creating logical port openshift-marketplace_3e5f5b636bd3cc990d4bd6297d76653ce1cee577740080d10b92cd17d124qj2 for pod on switch ip-10-0-1-9.ec2.internal I0310 19:35:45.754988 3402 kube.go:320] Updating pod openshift-marketplace/3e5f5b636bd3cc990d4bd6297d76653ce1cee577740080d10b92cd17d124qj2 I0310 19:35:45.770878 3402 pod.go:62] [openshift-marketplace/3e5f5b636bd3cc990d4bd6297d76653ce1cee577740080d10b92cd17d124qj2] pod update took 15.925362ms I0310 19:35:45.770908 3402 base_network_controller_pods.go:928] [default/openshift-marketplace/3e5f5b636bd3cc990d4bd6297d76653ce1cee577740080d10b92cd17d124qj2] addLogicalPort annotation time took 15.957316ms I0310 19:35:45.772358 3402 pods.go:253] [openshift-marketplace/3e5f5b636bd3cc990d4bd6297d76653ce1cee577740080d10b92cd17d124qj2] addLogicalPort took 17.501091ms, libovsdb time 923.997µs I0310 19:35:46.119787 3402 cni.go:331] [openshift-marketplace/3e5f5b636bd3cc990d4bd6297d76653ce1cee577740080d10b92cd17d124qj2 8e81b4a658aeb3523a82958974de9f968eb49cd9d8b7ebb79429d8a67995f0ed network default NAD default] ADD starting CNI request [openshift-marketplace/3e5f5b636bd3cc990d4bd6297d76653ce1cee577740080d10b92cd17d124qj2 8e81b4a658aeb3523a82958974de9f968eb49cd9d8b7ebb79429d8a67995f0ed network default NAD default] I0310 19:35:46.130774 3402 helper_linux.go:450] ConfigureOVS: namespace: openshift-marketplace, podName: 3e5f5b636bd3cc990d4bd6297d76653ce1cee577740080d10b92cd17d124qj2, hostIfaceName: 8e81b4a658aeb35, network: default, NAD default, SandboxID: "8e81b4a658aeb3523a82958974de9f968eb49cd9d8b7ebb79429d8a67995f0ed", PCI device ID: , UID: "d50fe728-00fb-49fc-9b6a-57d3adacd602", MAC: 0a:58:0a:80:00:1a, IPs: [10.128.0.26/23] I0310 19:35:46.179168 3402 cni.go:352] [openshift-marketplace/3e5f5b636bd3cc990d4bd6297d76653ce1cee577740080d10b92cd17d124qj2 8e81b4a658aeb3523a82958974de9f968eb49cd9d8b7ebb79429d8a67995f0ed network default NAD default] ADD finished CNI request [openshift-marketplace/3e5f5b636bd3cc990d4bd6297d76653ce1cee577740080d10b92cd17d124qj2 8e81b4a658aeb3523a82958974de9f968eb49cd9d8b7ebb79429d8a67995f0ed network default NAD default], result "{\"interfaces\":[{\"name\":\"8e81b4a658aeb35\",\"mac\":\"86:a5:a0:92:53:1d\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:1a\",\"sandbox\":\"/var/run/netns/f03fd09a-c08d-44b1-97d9-a568a10db0ba\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.26/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0310 19:35:49.432684 3402 base_network_controller_pods.go:478] [default/openshift-marketplace/925ad1f05bf386dc21bdfe2f8249c1fbfd04a404dec7a7fb6362d758e5xjmj9] creating logical port openshift-marketplace_925ad1f05bf386dc21bdfe2f8249c1fbfd04a404dec7a7fb6362d758e5xjmj9 for pod on switch ip-10-0-1-9.ec2.internal I0310 19:35:49.432899 3402 kube.go:320] Updating pod openshift-marketplace/925ad1f05bf386dc21bdfe2f8249c1fbfd04a404dec7a7fb6362d758e5xjmj9 I0310 19:35:49.446774 3402 pod.go:62] [openshift-marketplace/925ad1f05bf386dc21bdfe2f8249c1fbfd04a404dec7a7fb6362d758e5xjmj9] pod update took 13.958443ms I0310 19:35:49.446863 3402 base_network_controller_pods.go:928] [default/openshift-marketplace/925ad1f05bf386dc21bdfe2f8249c1fbfd04a404dec7a7fb6362d758e5xjmj9] addLogicalPort annotation time took 14.051538ms I0310 19:35:49.448488 3402 pods.go:253] [openshift-marketplace/925ad1f05bf386dc21bdfe2f8249c1fbfd04a404dec7a7fb6362d758e5xjmj9] addLogicalPort took 15.826921ms, libovsdb time 1.103952ms I0310 19:35:50.006235 3402 base_network_controller_pods.go:478] [default/openshift-marketplace/ba8005e542d2434eb921fc7d1b9a173d62cb93ec352f86c52b78a87ba8smktn] creating logical port openshift-marketplace_ba8005e542d2434eb921fc7d1b9a173d62cb93ec352f86c52b78a87ba8smktn for pod on switch ip-10-0-1-9.ec2.internal I0310 19:35:50.006389 3402 kube.go:320] Updating pod openshift-marketplace/ba8005e542d2434eb921fc7d1b9a173d62cb93ec352f86c52b78a87ba8smktn I0310 19:35:50.020555 3402 pod.go:62] [openshift-marketplace/ba8005e542d2434eb921fc7d1b9a173d62cb93ec352f86c52b78a87ba8smktn] pod update took 14.200136ms I0310 19:35:50.020586 3402 base_network_controller_pods.go:928] [default/openshift-marketplace/ba8005e542d2434eb921fc7d1b9a173d62cb93ec352f86c52b78a87ba8smktn] addLogicalPort annotation time took 14.237374ms I0310 19:35:50.022297 3402 pods.go:253] [openshift-marketplace/ba8005e542d2434eb921fc7d1b9a173d62cb93ec352f86c52b78a87ba8smktn] addLogicalPort took 16.112547ms, libovsdb time 1.05174ms I0310 19:35:51.083244 3402 cni.go:331] [openshift-marketplace/ba8005e542d2434eb921fc7d1b9a173d62cb93ec352f86c52b78a87ba8smktn 4091f001219eef8a0af3ff0e38a95358bad24c0c136501cc13ab4acc281ae454 network default NAD default] ADD starting CNI request [openshift-marketplace/ba8005e542d2434eb921fc7d1b9a173d62cb93ec352f86c52b78a87ba8smktn 4091f001219eef8a0af3ff0e38a95358bad24c0c136501cc13ab4acc281ae454 network default NAD default] I0310 19:35:51.083734 3402 cni.go:331] [openshift-marketplace/925ad1f05bf386dc21bdfe2f8249c1fbfd04a404dec7a7fb6362d758e5xjmj9 314329ca79ac0ef26d06b61430bb641fa834e581db29ddc274b9b1173fe70435 network default NAD default] ADD starting CNI request [openshift-marketplace/925ad1f05bf386dc21bdfe2f8249c1fbfd04a404dec7a7fb6362d758e5xjmj9 314329ca79ac0ef26d06b61430bb641fa834e581db29ddc274b9b1173fe70435 network default NAD default] I0310 19:35:51.099202 3402 helper_linux.go:450] ConfigureOVS: namespace: openshift-marketplace, podName: 925ad1f05bf386dc21bdfe2f8249c1fbfd04a404dec7a7fb6362d758e5xjmj9, hostIfaceName: 314329ca79ac0ef, network: default, NAD default, SandboxID: "314329ca79ac0ef26d06b61430bb641fa834e581db29ddc274b9b1173fe70435", PCI device ID: , UID: "75085c7d-f913-492f-9b7d-19cc66540285", MAC: 0a:58:0a:80:00:1b, IPs: [10.128.0.27/23] I0310 19:35:51.108949 3402 helper_linux.go:450] ConfigureOVS: namespace: openshift-marketplace, podName: ba8005e542d2434eb921fc7d1b9a173d62cb93ec352f86c52b78a87ba8smktn, hostIfaceName: 4091f001219eef8, network: default, NAD default, SandboxID: "4091f001219eef8a0af3ff0e38a95358bad24c0c136501cc13ab4acc281ae454", PCI device ID: , UID: "975a1cce-40e5-4bbd-ae2c-6485181cbcbd", MAC: 0a:58:0a:80:00:1c, IPs: [10.128.0.28/23] I0310 19:35:51.166546 3402 cni.go:352] [openshift-marketplace/925ad1f05bf386dc21bdfe2f8249c1fbfd04a404dec7a7fb6362d758e5xjmj9 314329ca79ac0ef26d06b61430bb641fa834e581db29ddc274b9b1173fe70435 network default NAD default] ADD finished CNI request [openshift-marketplace/925ad1f05bf386dc21bdfe2f8249c1fbfd04a404dec7a7fb6362d758e5xjmj9 314329ca79ac0ef26d06b61430bb641fa834e581db29ddc274b9b1173fe70435 network default NAD default], result "{\"interfaces\":[{\"name\":\"314329ca79ac0ef\",\"mac\":\"06:60:cd:42:a9:1e\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:1b\",\"sandbox\":\"/var/run/netns/dc7c9767-126c-4398-85c2-88295080b0fb\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.27/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0310 19:35:51.189816 3402 cni.go:352] [openshift-marketplace/ba8005e542d2434eb921fc7d1b9a173d62cb93ec352f86c52b78a87ba8smktn 4091f001219eef8a0af3ff0e38a95358bad24c0c136501cc13ab4acc281ae454 network default NAD default] ADD finished CNI request [openshift-marketplace/ba8005e542d2434eb921fc7d1b9a173d62cb93ec352f86c52b78a87ba8smktn 4091f001219eef8a0af3ff0e38a95358bad24c0c136501cc13ab4acc281ae454 network default NAD default], result "{\"interfaces\":[{\"name\":\"4091f001219eef8\",\"mac\":\"2a:cf:08:b4:af:b2\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:1c\",\"sandbox\":\"/var/run/netns/b30bf7ee-c5cd-43c0-9fe3-73f8b2e297d3\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.28/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0310 19:35:52.244769 3402 base_network_controller_pods.go:478] [default/openshift-marketplace/ebcb0c36db6eeca34de38a19703fb4ad67fb8004dcf661ce32294de5e74qf8p] creating logical port openshift-marketplace_ebcb0c36db6eeca34de38a19703fb4ad67fb8004dcf661ce32294de5e74qf8p for pod on switch ip-10-0-1-9.ec2.internal I0310 19:35:52.244950 3402 kube.go:320] Updating pod openshift-marketplace/ebcb0c36db6eeca34de38a19703fb4ad67fb8004dcf661ce32294de5e74qf8p I0310 19:35:52.259054 3402 pod.go:62] [openshift-marketplace/ebcb0c36db6eeca34de38a19703fb4ad67fb8004dcf661ce32294de5e74qf8p] pod update took 14.13971ms I0310 19:35:52.259137 3402 base_network_controller_pods.go:928] [default/openshift-marketplace/ebcb0c36db6eeca34de38a19703fb4ad67fb8004dcf661ce32294de5e74qf8p] addLogicalPort annotation time took 14.229909ms I0310 19:35:52.260674 3402 pods.go:253] [openshift-marketplace/ebcb0c36db6eeca34de38a19703fb4ad67fb8004dcf661ce32294de5e74qf8p] addLogicalPort took 15.926551ms, libovsdb time 1.009021ms I0310 19:35:52.349511 3402 base_network_controller_pods.go:478] [default/openshift-marketplace/30e1fee4a656579f055e90bd50374338b32290af440ed32e709fbffaaf86777] creating logical port openshift-marketplace_30e1fee4a656579f055e90bd50374338b32290af440ed32e709fbffaaf86777 for pod on switch ip-10-0-1-9.ec2.internal I0310 19:35:52.349631 3402 kube.go:320] Updating pod openshift-marketplace/30e1fee4a656579f055e90bd50374338b32290af440ed32e709fbffaaf86777 I0310 19:35:52.365547 3402 pod.go:62] [openshift-marketplace/30e1fee4a656579f055e90bd50374338b32290af440ed32e709fbffaaf86777] pod update took 15.955657ms I0310 19:35:52.365569 3402 base_network_controller_pods.go:928] [default/openshift-marketplace/30e1fee4a656579f055e90bd50374338b32290af440ed32e709fbffaaf86777] addLogicalPort annotation time took 15.984892ms I0310 19:35:52.367094 3402 pods.go:253] [openshift-marketplace/30e1fee4a656579f055e90bd50374338b32290af440ed32e709fbffaaf86777] addLogicalPort took 17.602293ms, libovsdb time 1.035817ms I0310 19:35:52.744572 3402 cni.go:331] [openshift-marketplace/3e5f5b636bd3cc990d4bd6297d76653ce1cee577740080d10b92cd17d124qj2 8e81b4a658aeb3523a82958974de9f968eb49cd9d8b7ebb79429d8a67995f0ed network default NAD default] DEL starting CNI request [openshift-marketplace/3e5f5b636bd3cc990d4bd6297d76653ce1cee577740080d10b92cd17d124qj2 8e81b4a658aeb3523a82958974de9f968eb49cd9d8b7ebb79429d8a67995f0ed network default NAD default] I0310 19:35:52.827953 3402 cni.go:352] [openshift-marketplace/3e5f5b636bd3cc990d4bd6297d76653ce1cee577740080d10b92cd17d124qj2 8e81b4a658aeb3523a82958974de9f968eb49cd9d8b7ebb79429d8a67995f0ed network default NAD default] DEL finished CNI request [openshift-marketplace/3e5f5b636bd3cc990d4bd6297d76653ce1cee577740080d10b92cd17d124qj2 8e81b4a658aeb3523a82958974de9f968eb49cd9d8b7ebb79429d8a67995f0ed network default NAD default], result "{\"dns\":{}}", err I0310 19:35:54.264074 3402 cni.go:331] [openshift-marketplace/ebcb0c36db6eeca34de38a19703fb4ad67fb8004dcf661ce32294de5e74qf8p a55c106ebcbaca07abb8361d5e846556a6276707e642f6b805d788457bbff0ef network default NAD default] ADD starting CNI request [openshift-marketplace/ebcb0c36db6eeca34de38a19703fb4ad67fb8004dcf661ce32294de5e74qf8p a55c106ebcbaca07abb8361d5e846556a6276707e642f6b805d788457bbff0ef network default NAD default] I0310 19:35:54.266560 3402 cni.go:331] [openshift-marketplace/30e1fee4a656579f055e90bd50374338b32290af440ed32e709fbffaaf86777 2f72650d9953a0db18c9859b706bb9246d5a65da80e526b61c2afee60e273b51 network default NAD default] ADD starting CNI request [openshift-marketplace/30e1fee4a656579f055e90bd50374338b32290af440ed32e709fbffaaf86777 2f72650d9953a0db18c9859b706bb9246d5a65da80e526b61c2afee60e273b51 network default NAD default] I0310 19:35:54.272380 3402 obj_retry.go:463] Detected object openshift-marketplace/3e5f5b636bd3cc990d4bd6297d76653ce1cee577740080d10b92cd17d124qj2 of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0310 19:35:54.272468 3402 pods.go:175] Deleting pod: openshift-marketplace/3e5f5b636bd3cc990d4bd6297d76653ce1cee577740080d10b92cd17d124qj2 I0310 19:35:54.278586 3402 pods.go:218] Attempting to release IPs for pod: openshift-marketplace/3e5f5b636bd3cc990d4bd6297d76653ce1cee577740080d10b92cd17d124qj2, ips: 10.128.0.26 I0310 19:35:54.279051 3402 obj_retry.go:463] Detected object openshift-marketplace/3e5f5b636bd3cc990d4bd6297d76653ce1cee577740080d10b92cd17d124qj2 of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0310 19:35:54.279536 3402 helper_linux.go:450] ConfigureOVS: namespace: openshift-marketplace, podName: ebcb0c36db6eeca34de38a19703fb4ad67fb8004dcf661ce32294de5e74qf8p, hostIfaceName: a55c106ebcbaca0, network: default, NAD default, SandboxID: "a55c106ebcbaca07abb8361d5e846556a6276707e642f6b805d788457bbff0ef", PCI device ID: , UID: "d344a75d-7568-4410-b3e7-cdcd3322aa41", MAC: 0a:58:0a:80:00:1d, IPs: [10.128.0.29/23] I0310 19:35:54.282709 3402 helper_linux.go:450] ConfigureOVS: namespace: openshift-marketplace, podName: 30e1fee4a656579f055e90bd50374338b32290af440ed32e709fbffaaf86777, hostIfaceName: 2f72650d9953a0d, network: default, NAD default, SandboxID: "2f72650d9953a0db18c9859b706bb9246d5a65da80e526b61c2afee60e273b51", PCI device ID: , UID: "9da01d19-202f-4a41-8ef7-4fb917c59cec", MAC: 0a:58:0a:80:00:1e, IPs: [10.128.0.30/23] I0310 19:35:54.332910 3402 cni.go:352] [openshift-marketplace/ebcb0c36db6eeca34de38a19703fb4ad67fb8004dcf661ce32294de5e74qf8p a55c106ebcbaca07abb8361d5e846556a6276707e642f6b805d788457bbff0ef network default NAD default] ADD finished CNI request [openshift-marketplace/ebcb0c36db6eeca34de38a19703fb4ad67fb8004dcf661ce32294de5e74qf8p a55c106ebcbaca07abb8361d5e846556a6276707e642f6b805d788457bbff0ef network default NAD default], result "{\"interfaces\":[{\"name\":\"a55c106ebcbaca0\",\"mac\":\"2a:81:4f:20:89:7d\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:1d\",\"sandbox\":\"/var/run/netns/10cf58bc-3c52-450d-ac64-67f711290c12\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.29/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0310 19:35:54.352853 3402 cni.go:352] [openshift-marketplace/30e1fee4a656579f055e90bd50374338b32290af440ed32e709fbffaaf86777 2f72650d9953a0db18c9859b706bb9246d5a65da80e526b61c2afee60e273b51 network default NAD default] ADD finished CNI request [openshift-marketplace/30e1fee4a656579f055e90bd50374338b32290af440ed32e709fbffaaf86777 2f72650d9953a0db18c9859b706bb9246d5a65da80e526b61c2afee60e273b51 network default NAD default], result "{\"interfaces\":[{\"name\":\"2f72650d9953a0d\",\"mac\":\"f6:c6:2f:85:ca:1d\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:1e\",\"sandbox\":\"/var/run/netns/5276b554-4b4a-45d2-a0de-bf6ca4a9fd6a\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.30/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0310 19:35:55.293910 3402 obj_retry.go:457] Detected object openshift-marketplace/3e5f5b636bd3cc990d4bd6297d76653ce1cee577740080d10b92cd17d124qj2 of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0310 19:35:55.293939 3402 obj_retry.go:457] Detected object openshift-marketplace/3e5f5b636bd3cc990d4bd6297d76653ce1cee577740080d10b92cd17d124qj2 of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0310 19:35:57.777208 3402 cni.go:331] [openshift-marketplace/ba8005e542d2434eb921fc7d1b9a173d62cb93ec352f86c52b78a87ba8smktn 4091f001219eef8a0af3ff0e38a95358bad24c0c136501cc13ab4acc281ae454 network default NAD default] DEL starting CNI request [openshift-marketplace/ba8005e542d2434eb921fc7d1b9a173d62cb93ec352f86c52b78a87ba8smktn 4091f001219eef8a0af3ff0e38a95358bad24c0c136501cc13ab4acc281ae454 network default NAD default] I0310 19:35:57.855748 3402 cni.go:352] [openshift-marketplace/ba8005e542d2434eb921fc7d1b9a173d62cb93ec352f86c52b78a87ba8smktn 4091f001219eef8a0af3ff0e38a95358bad24c0c136501cc13ab4acc281ae454 network default NAD default] DEL finished CNI request [openshift-marketplace/ba8005e542d2434eb921fc7d1b9a173d62cb93ec352f86c52b78a87ba8smktn 4091f001219eef8a0af3ff0e38a95358bad24c0c136501cc13ab4acc281ae454 network default NAD default], result "{\"dns\":{}}", err I0310 19:35:57.906954 3402 obj_retry.go:463] Detected object openshift-marketplace/ba8005e542d2434eb921fc7d1b9a173d62cb93ec352f86c52b78a87ba8smktn of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0310 19:35:57.906993 3402 pods.go:175] Deleting pod: openshift-marketplace/ba8005e542d2434eb921fc7d1b9a173d62cb93ec352f86c52b78a87ba8smktn I0310 19:35:57.908748 3402 pods.go:218] Attempting to release IPs for pod: openshift-marketplace/ba8005e542d2434eb921fc7d1b9a173d62cb93ec352f86c52b78a87ba8smktn, ips: 10.128.0.28 I0310 19:35:57.908783 3402 obj_retry.go:463] Detected object openshift-marketplace/ba8005e542d2434eb921fc7d1b9a173d62cb93ec352f86c52b78a87ba8smktn of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0310 19:35:58.777820 3402 cni.go:331] [openshift-marketplace/ebcb0c36db6eeca34de38a19703fb4ad67fb8004dcf661ce32294de5e74qf8p a55c106ebcbaca07abb8361d5e846556a6276707e642f6b805d788457bbff0ef network default NAD default] DEL starting CNI request [openshift-marketplace/ebcb0c36db6eeca34de38a19703fb4ad67fb8004dcf661ce32294de5e74qf8p a55c106ebcbaca07abb8361d5e846556a6276707e642f6b805d788457bbff0ef network default NAD default] I0310 19:35:58.849886 3402 cni.go:352] [openshift-marketplace/ebcb0c36db6eeca34de38a19703fb4ad67fb8004dcf661ce32294de5e74qf8p a55c106ebcbaca07abb8361d5e846556a6276707e642f6b805d788457bbff0ef network default NAD default] DEL finished CNI request [openshift-marketplace/ebcb0c36db6eeca34de38a19703fb4ad67fb8004dcf661ce32294de5e74qf8p a55c106ebcbaca07abb8361d5e846556a6276707e642f6b805d788457bbff0ef network default NAD default], result "{\"dns\":{}}", err I0310 19:35:58.905259 3402 obj_retry.go:463] Detected object openshift-marketplace/ebcb0c36db6eeca34de38a19703fb4ad67fb8004dcf661ce32294de5e74qf8p of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0310 19:35:58.905314 3402 pods.go:175] Deleting pod: openshift-marketplace/ebcb0c36db6eeca34de38a19703fb4ad67fb8004dcf661ce32294de5e74qf8p I0310 19:35:58.906735 3402 pods.go:218] Attempting to release IPs for pod: openshift-marketplace/ebcb0c36db6eeca34de38a19703fb4ad67fb8004dcf661ce32294de5e74qf8p, ips: 10.128.0.29 I0310 19:35:58.906766 3402 obj_retry.go:463] Detected object openshift-marketplace/ebcb0c36db6eeca34de38a19703fb4ad67fb8004dcf661ce32294de5e74qf8p of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0310 19:35:58.932906 3402 obj_retry.go:457] Detected object openshift-marketplace/ba8005e542d2434eb921fc7d1b9a173d62cb93ec352f86c52b78a87ba8smktn of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0310 19:35:58.933006 3402 obj_retry.go:457] Detected object openshift-marketplace/ba8005e542d2434eb921fc7d1b9a173d62cb93ec352f86c52b78a87ba8smktn of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0310 19:35:59.790958 3402 cni.go:331] [openshift-marketplace/30e1fee4a656579f055e90bd50374338b32290af440ed32e709fbffaaf86777 2f72650d9953a0db18c9859b706bb9246d5a65da80e526b61c2afee60e273b51 network default NAD default] DEL starting CNI request [openshift-marketplace/30e1fee4a656579f055e90bd50374338b32290af440ed32e709fbffaaf86777 2f72650d9953a0db18c9859b706bb9246d5a65da80e526b61c2afee60e273b51 network default NAD default] I0310 19:35:59.878129 3402 cni.go:352] [openshift-marketplace/30e1fee4a656579f055e90bd50374338b32290af440ed32e709fbffaaf86777 2f72650d9953a0db18c9859b706bb9246d5a65da80e526b61c2afee60e273b51 network default NAD default] DEL finished CNI request [openshift-marketplace/30e1fee4a656579f055e90bd50374338b32290af440ed32e709fbffaaf86777 2f72650d9953a0db18c9859b706bb9246d5a65da80e526b61c2afee60e273b51 network default NAD default], result "{\"dns\":{}}", err I0310 19:35:59.929348 3402 obj_retry.go:457] Detected object openshift-marketplace/ebcb0c36db6eeca34de38a19703fb4ad67fb8004dcf661ce32294de5e74qf8p of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0310 19:35:59.929379 3402 obj_retry.go:457] Detected object openshift-marketplace/ebcb0c36db6eeca34de38a19703fb4ad67fb8004dcf661ce32294de5e74qf8p of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0310 19:36:00.774984 3402 obj_retry.go:463] Detected object openshift-marketplace/30e1fee4a656579f055e90bd50374338b32290af440ed32e709fbffaaf86777 of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0310 19:36:00.775057 3402 pods.go:175] Deleting pod: openshift-marketplace/30e1fee4a656579f055e90bd50374338b32290af440ed32e709fbffaaf86777 I0310 19:36:00.776544 3402 pods.go:218] Attempting to release IPs for pod: openshift-marketplace/30e1fee4a656579f055e90bd50374338b32290af440ed32e709fbffaaf86777, ips: 10.128.0.30 I0310 19:36:00.776578 3402 obj_retry.go:463] Detected object openshift-marketplace/30e1fee4a656579f055e90bd50374338b32290af440ed32e709fbffaaf86777 of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0310 19:36:01.808696 3402 obj_retry.go:457] Detected object openshift-marketplace/30e1fee4a656579f055e90bd50374338b32290af440ed32e709fbffaaf86777 of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0310 19:36:01.808797 3402 obj_retry.go:457] Detected object openshift-marketplace/30e1fee4a656579f055e90bd50374338b32290af440ed32e709fbffaaf86777 of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0310 19:36:03.802026 3402 cni.go:331] [openshift-marketplace/925ad1f05bf386dc21bdfe2f8249c1fbfd04a404dec7a7fb6362d758e5xjmj9 314329ca79ac0ef26d06b61430bb641fa834e581db29ddc274b9b1173fe70435 network default NAD default] DEL starting CNI request [openshift-marketplace/925ad1f05bf386dc21bdfe2f8249c1fbfd04a404dec7a7fb6362d758e5xjmj9 314329ca79ac0ef26d06b61430bb641fa834e581db29ddc274b9b1173fe70435 network default NAD default] I0310 19:36:03.873061 3402 cni.go:352] [openshift-marketplace/925ad1f05bf386dc21bdfe2f8249c1fbfd04a404dec7a7fb6362d758e5xjmj9 314329ca79ac0ef26d06b61430bb641fa834e581db29ddc274b9b1173fe70435 network default NAD default] DEL finished CNI request [openshift-marketplace/925ad1f05bf386dc21bdfe2f8249c1fbfd04a404dec7a7fb6362d758e5xjmj9 314329ca79ac0ef26d06b61430bb641fa834e581db29ddc274b9b1173fe70435 network default NAD default], result "{\"dns\":{}}", err I0310 19:36:03.920807 3402 obj_retry.go:463] Detected object openshift-marketplace/925ad1f05bf386dc21bdfe2f8249c1fbfd04a404dec7a7fb6362d758e5xjmj9 of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0310 19:36:03.920922 3402 pods.go:175] Deleting pod: openshift-marketplace/925ad1f05bf386dc21bdfe2f8249c1fbfd04a404dec7a7fb6362d758e5xjmj9 I0310 19:36:03.922579 3402 pods.go:218] Attempting to release IPs for pod: openshift-marketplace/925ad1f05bf386dc21bdfe2f8249c1fbfd04a404dec7a7fb6362d758e5xjmj9, ips: 10.128.0.27 I0310 19:36:03.922616 3402 obj_retry.go:463] Detected object openshift-marketplace/925ad1f05bf386dc21bdfe2f8249c1fbfd04a404dec7a7fb6362d758e5xjmj9 of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0310 19:36:04.961070 3402 obj_retry.go:457] Detected object openshift-marketplace/925ad1f05bf386dc21bdfe2f8249c1fbfd04a404dec7a7fb6362d758e5xjmj9 of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0310 19:36:04.961123 3402 obj_retry.go:457] Detected object openshift-marketplace/925ad1f05bf386dc21bdfe2f8249c1fbfd04a404dec7a7fb6362d758e5xjmj9 of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0310 19:36:11.807224 3402 namespace.go:137] [openshift-operators] updating namespace I0310 19:36:11.821347 3402 namespace.go:137] [openshift-operators] updating namespace I0310 19:36:15.487708 3402 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 10 items received E0310 19:36:17.355662 3402 metrics.go:168] Failed to get the logfile size for .: stat : no such file or directory E0310 19:36:17.772761 3402 metrics.go:168] Failed to get the logfile size for .: stat : no such file or directory I0310 19:36:22.792390 3402 namespace.go:93] [trusted-artifact-signer] adding namespace I0310 19:36:22.793222 3402 namespace.go:97] [trusted-artifact-signer] adding namespace took 778.566µs I0310 19:36:22.811582 3402 namespace.go:137] [trusted-artifact-signer] updating namespace I0310 19:36:22.823035 3402 namespace.go:137] [trusted-artifact-signer] updating namespace I0310 19:36:25.741269 3402 namespace.go:137] [openshift-operators] updating namespace I0310 19:36:28.801481 3402 namespace.go:93] [cert-manager] adding namespace I0310 19:36:28.802381 3402 namespace.go:97] [cert-manager] adding namespace took 879.053µs I0310 19:36:28.876453 3402 namespace.go:137] [cert-manager] updating namespace I0310 19:36:28.915369 3402 namespace.go:137] [cert-manager] updating namespace I0310 19:36:44.396953 3402 namespace.go:93] [openshift-pipelines] adding namespace I0310 19:36:44.397897 3402 namespace.go:97] [openshift-pipelines] adding namespace took 906.395µs I0310 19:36:44.424977 3402 namespace.go:137] [openshift-pipelines] updating namespace I0310 19:36:45.107663 3402 namespace.go:137] [cert-manager] updating namespace I0310 19:36:45.308954 3402 namespace.go:137] [cert-manager-operator] updating namespace I0310 19:36:45.711868 3402 namespace.go:137] [konflux-operator] updating namespace I0310 19:36:45.918142 3402 namespace.go:137] [konflux-ui] updating namespace I0310 19:36:46.116782 3402 namespace.go:137] [open-cluster-management-2ov1rmga1lmertbm3075pr3fjmubsbm3] updating namespace I0310 19:36:46.515713 3402 namespace.go:137] [rhbk-operator] updating namespace I0310 19:36:46.715452 3402 namespace.go:137] [rhtpa-operator] updating namespace I0310 19:36:46.929854 3402 namespace.go:137] [trusted-artifact-signer] updating namespace I0310 19:36:47.130980 3402 namespace.go:137] [tsf] updating namespace I0310 19:36:47.329774 3402 namespace.go:137] [tsf-keycloak] updating namespace I0310 19:36:47.532507 3402 namespace.go:137] [tsf-tas] updating namespace I0310 19:36:47.747426 3402 namespace.go:137] [tsf-tpa] updating namespace I0310 19:36:47.888481 3402 namespace.go:137] [cert-manager] updating namespace I0310 19:36:47.899390 3402 namespace.go:137] [cert-manager-operator] updating namespace I0310 19:36:47.911387 3402 namespace.go:137] [default] updating namespace I0310 19:36:47.931342 3402 namespace.go:137] [konflux-operator] updating namespace I0310 19:36:47.947284 3402 namespace.go:137] [konflux-ui] updating namespace I0310 19:36:47.959669 3402 namespace.go:137] [open-cluster-management-2ov1rmga1lmertbm3075pr3fjmubsbm3] updating namespace I0310 19:36:47.971231 3402 namespace.go:137] [openshift] updating namespace I0310 19:36:47.982531 3402 namespace.go:137] [rhbk-operator] updating namespace I0310 19:36:47.994342 3402 namespace.go:137] [rhtpa-operator] updating namespace I0310 19:36:48.007217 3402 namespace.go:137] [trusted-artifact-signer] updating namespace I0310 19:36:48.021371 3402 namespace.go:137] [tsf] updating namespace I0310 19:36:48.036306 3402 namespace.go:137] [tsf-keycloak] updating namespace I0310 19:36:48.051260 3402 namespace.go:137] [tsf-tas] updating namespace I0310 19:36:48.064281 3402 namespace.go:137] [tsf-tpa] updating namespace I0310 19:36:48.130243 3402 namespace.go:137] [cert-manager] updating namespace I0310 19:36:48.229430 3402 namespace.go:137] [cert-manager-operator] updating namespace I0310 19:36:48.318267 3402 namespace.go:137] [default] updating namespace I0310 19:36:48.418710 3402 namespace.go:137] [konflux-operator] updating namespace I0310 19:36:48.519582 3402 namespace.go:137] [konflux-ui] updating namespace I0310 19:36:48.620111 3402 namespace.go:137] [open-cluster-management-2ov1rmga1lmertbm3075pr3fjmubsbm3] updating namespace I0310 19:36:48.720187 3402 namespace.go:137] [openshift] updating namespace I0310 19:36:48.821227 3402 namespace.go:137] [rhbk-operator] updating namespace I0310 19:36:48.922346 3402 namespace.go:137] [rhtpa-operator] updating namespace I0310 19:36:49.019376 3402 namespace.go:137] [trusted-artifact-signer] updating namespace I0310 19:36:49.120303 3402 namespace.go:137] [tsf] updating namespace I0310 19:36:49.219060 3402 namespace.go:137] [tsf-keycloak] updating namespace I0310 19:36:49.320478 3402 namespace.go:137] [tsf-tas] updating namespace I0310 19:36:49.426370 3402 namespace.go:137] [tsf-tpa] updating namespace I0310 19:36:49.743676 3402 namespace.go:137] [openshift-pipelines] updating namespace I0310 19:36:56.135405 3402 obj_retry.go:463] Detected object openshift-deployment-validation-operator/deployment-validation-operator-catalog-d7jrz of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0310 19:36:56.135943 3402 obj_retry.go:463] Detected object openshift-deployment-validation-operator/deployment-validation-operator-catalog-d7jrz of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0310 19:36:56.135975 3402 obj_retry.go:463] Detected object openshift-deployment-validation-operator/deployment-validation-operator-catalog-d7jrz of type *factory.localPodSelector in terminal state (e.g. completed) during update event: will remove it I0310 19:36:56.135985 3402 base_network_controller_policy.go:642] Processing NetworkPolicy openshift-deployment-validation-operator/allow-from-openshift-insights to delete 1 local pods... I0310 19:36:56.135998 3402 obj_retry.go:463] Detected object openshift-deployment-validation-operator/deployment-validation-operator-catalog-d7jrz of type *factory.localPodSelector in terminal state (e.g. completed) during update event: will remove it I0310 19:36:56.136007 3402 base_network_controller_policy.go:642] Processing NetworkPolicy openshift-deployment-validation-operator/allow-from-openshift-olm to delete 1 local pods... I0310 19:36:56.391046 3402 obj_retry.go:457] Detected object openshift-deployment-validation-operator/deployment-validation-operator-catalog-d7jrz of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0310 19:36:56.391068 3402 obj_retry.go:457] Detected object openshift-deployment-validation-operator/deployment-validation-operator-catalog-d7jrz of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0310 19:36:56.391077 3402 obj_retry.go:457] Detected object openshift-deployment-validation-operator/deployment-validation-operator-catalog-d7jrz of type *factory.localPodSelector in terminal state (e.g. completed) will be ignored as it has already been processed I0310 19:36:56.391087 3402 obj_retry.go:457] Detected object openshift-deployment-validation-operator/deployment-validation-operator-catalog-d7jrz of type *factory.localPodSelector in terminal state (e.g. completed) will be ignored as it has already been processed I0310 19:36:56.398020 3402 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.localPodSelector openshift-deployment-validation-operator/deployment-validation-operator-catalog-d7jrz I0310 19:36:56.398095 3402 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.localPodSelector openshift-deployment-validation-operator/deployment-validation-operator-catalog-d7jrz I0310 19:36:56.398111 3402 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-deployment-validation-operator/deployment-validation-operator-catalog-d7jrz I0310 19:36:56.398128 3402 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod openshift-deployment-validation-operator/deployment-validation-operator-catalog-d7jrz I0310 19:37:09.186177 3402 base_network_controller_pods.go:478] [default/openshift-deployment-validation-operator/ca5b21c3869491e79768d2cfaf75f947507507b9e3b372dfa4bf565390pb42h] creating logical port openshift-deployment-validation-operator_ca5b21c3869491e79768d2cfaf75f947507507b9e3b372dfa4bf565390pb42h for pod on switch ip-10-0-1-9.ec2.internal I0310 19:37:09.186379 3402 kube.go:320] Updating pod openshift-deployment-validation-operator/ca5b21c3869491e79768d2cfaf75f947507507b9e3b372dfa4bf565390pb42h I0310 19:37:09.201377 3402 pod.go:62] [openshift-deployment-validation-operator/ca5b21c3869491e79768d2cfaf75f947507507b9e3b372dfa4bf565390pb42h] pod update took 15.042352ms I0310 19:37:09.201405 3402 base_network_controller_pods.go:928] [default/openshift-deployment-validation-operator/ca5b21c3869491e79768d2cfaf75f947507507b9e3b372dfa4bf565390pb42h] addLogicalPort annotation time took 15.075338ms I0310 19:37:09.202749 3402 pods.go:253] [openshift-deployment-validation-operator/ca5b21c3869491e79768d2cfaf75f947507507b9e3b372dfa4bf565390pb42h] addLogicalPort took 16.61632ms, libovsdb time 869.784µs I0310 19:37:09.546635 3402 cni.go:331] [openshift-deployment-validation-operator/ca5b21c3869491e79768d2cfaf75f947507507b9e3b372dfa4bf565390pb42h cd9e91427f8413c7e97de2761eaaf24fcbc0b0100adee2662fef9d319c540ae3 network default NAD default] ADD starting CNI request [openshift-deployment-validation-operator/ca5b21c3869491e79768d2cfaf75f947507507b9e3b372dfa4bf565390pb42h cd9e91427f8413c7e97de2761eaaf24fcbc0b0100adee2662fef9d319c540ae3 network default NAD default] I0310 19:37:09.555829 3402 helper_linux.go:450] ConfigureOVS: namespace: openshift-deployment-validation-operator, podName: ca5b21c3869491e79768d2cfaf75f947507507b9e3b372dfa4bf565390pb42h, hostIfaceName: cd9e91427f8413c, network: default, NAD default, SandboxID: "cd9e91427f8413c7e97de2761eaaf24fcbc0b0100adee2662fef9d319c540ae3", PCI device ID: , UID: "01501bda-241b-465d-af33-60ceda97fa4a", MAC: 0a:58:0a:80:00:1f, IPs: [10.128.0.31/23] I0310 19:37:09.601821 3402 cni.go:352] [openshift-deployment-validation-operator/ca5b21c3869491e79768d2cfaf75f947507507b9e3b372dfa4bf565390pb42h cd9e91427f8413c7e97de2761eaaf24fcbc0b0100adee2662fef9d319c540ae3 network default NAD default] ADD finished CNI request [openshift-deployment-validation-operator/ca5b21c3869491e79768d2cfaf75f947507507b9e3b372dfa4bf565390pb42h cd9e91427f8413c7e97de2761eaaf24fcbc0b0100adee2662fef9d319c540ae3 network default NAD default], result "{\"interfaces\":[{\"name\":\"cd9e91427f8413c\",\"mac\":\"2e:17:38:04:f9:03\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:1f\",\"sandbox\":\"/var/run/netns/72a743e5-9a27-4c60-87e3-ec1aa1579b64\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.31/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0310 19:37:13.024278 3402 cni.go:331] [openshift-deployment-validation-operator/ca5b21c3869491e79768d2cfaf75f947507507b9e3b372dfa4bf565390pb42h cd9e91427f8413c7e97de2761eaaf24fcbc0b0100adee2662fef9d319c540ae3 network default NAD default] DEL starting CNI request [openshift-deployment-validation-operator/ca5b21c3869491e79768d2cfaf75f947507507b9e3b372dfa4bf565390pb42h cd9e91427f8413c7e97de2761eaaf24fcbc0b0100adee2662fef9d319c540ae3 network default NAD default] I0310 19:37:13.093693 3402 cni.go:352] [openshift-deployment-validation-operator/ca5b21c3869491e79768d2cfaf75f947507507b9e3b372dfa4bf565390pb42h cd9e91427f8413c7e97de2761eaaf24fcbc0b0100adee2662fef9d319c540ae3 network default NAD default] DEL finished CNI request [openshift-deployment-validation-operator/ca5b21c3869491e79768d2cfaf75f947507507b9e3b372dfa4bf565390pb42h cd9e91427f8413c7e97de2761eaaf24fcbc0b0100adee2662fef9d319c540ae3 network default NAD default], result "{\"dns\":{}}", err I0310 19:37:13.139299 3402 obj_retry.go:463] Detected object openshift-deployment-validation-operator/ca5b21c3869491e79768d2cfaf75f947507507b9e3b372dfa4bf565390pb42h of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0310 19:37:13.139343 3402 pods.go:175] Deleting pod: openshift-deployment-validation-operator/ca5b21c3869491e79768d2cfaf75f947507507b9e3b372dfa4bf565390pb42h I0310 19:37:13.140900 3402 pods.go:218] Attempting to release IPs for pod: openshift-deployment-validation-operator/ca5b21c3869491e79768d2cfaf75f947507507b9e3b372dfa4bf565390pb42h, ips: 10.128.0.31 I0310 19:37:13.140936 3402 obj_retry.go:463] Detected object openshift-deployment-validation-operator/ca5b21c3869491e79768d2cfaf75f947507507b9e3b372dfa4bf565390pb42h of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0310 19:37:13.140956 3402 obj_retry.go:463] Detected object openshift-deployment-validation-operator/ca5b21c3869491e79768d2cfaf75f947507507b9e3b372dfa4bf565390pb42h of type *factory.localPodSelector in terminal state (e.g. completed) during update event: will remove it I0310 19:37:13.140966 3402 base_network_controller_policy.go:642] Processing NetworkPolicy openshift-deployment-validation-operator/allow-from-openshift-insights to delete 1 local pods... I0310 19:37:14.163544 3402 obj_retry.go:457] Detected object openshift-deployment-validation-operator/ca5b21c3869491e79768d2cfaf75f947507507b9e3b372dfa4bf565390pb42h of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0310 19:37:14.163648 3402 obj_retry.go:457] Detected object openshift-deployment-validation-operator/ca5b21c3869491e79768d2cfaf75f947507507b9e3b372dfa4bf565390pb42h of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0310 19:37:14.163672 3402 obj_retry.go:457] Detected object openshift-deployment-validation-operator/ca5b21c3869491e79768d2cfaf75f947507507b9e3b372dfa4bf565390pb42h of type *factory.localPodSelector in terminal state (e.g. completed) will be ignored as it has already been processed I0310 19:37:39.649960 3402 base_network_controller_pods.go:478] [default/openshift-pipelines/tekton-chains-controller-6fc4d468cc-m5tfx] creating logical port openshift-pipelines_tekton-chains-controller-6fc4d468cc-m5tfx for pod on switch ip-10-0-1-9.ec2.internal I0310 19:37:39.650052 3402 kube.go:320] Updating pod openshift-pipelines/tekton-chains-controller-6fc4d468cc-m5tfx I0310 19:37:39.663707 3402 pod.go:62] [openshift-pipelines/tekton-chains-controller-6fc4d468cc-m5tfx] pod update took 13.678502ms I0310 19:37:39.663733 3402 base_network_controller_pods.go:928] [default/openshift-pipelines/tekton-chains-controller-6fc4d468cc-m5tfx] addLogicalPort annotation time took 13.707696ms I0310 19:37:39.665044 3402 pods.go:253] [openshift-pipelines/tekton-chains-controller-6fc4d468cc-m5tfx] addLogicalPort took 15.10302ms, libovsdb time 958.859µs I0310 19:37:40.007055 3402 cni.go:331] [openshift-pipelines/tekton-chains-controller-6fc4d468cc-m5tfx 718d823e9b34232df9cd6134e3682f38b2c91baaa10af26cefa0baed5a5a31aa network default NAD default] ADD starting CNI request [openshift-pipelines/tekton-chains-controller-6fc4d468cc-m5tfx 718d823e9b34232df9cd6134e3682f38b2c91baaa10af26cefa0baed5a5a31aa network default NAD default] I0310 19:37:40.015667 3402 helper_linux.go:450] ConfigureOVS: namespace: openshift-pipelines, podName: tekton-chains-controller-6fc4d468cc-m5tfx, hostIfaceName: 718d823e9b34232, network: default, NAD default, SandboxID: "718d823e9b34232df9cd6134e3682f38b2c91baaa10af26cefa0baed5a5a31aa", PCI device ID: , UID: "a8015c3c-e86a-4919-a763-3f2511ca2e5a", MAC: 0a:58:0a:80:00:20, IPs: [10.128.0.32/23] I0310 19:37:40.060539 3402 cni.go:352] [openshift-pipelines/tekton-chains-controller-6fc4d468cc-m5tfx 718d823e9b34232df9cd6134e3682f38b2c91baaa10af26cefa0baed5a5a31aa network default NAD default] ADD finished CNI request [openshift-pipelines/tekton-chains-controller-6fc4d468cc-m5tfx 718d823e9b34232df9cd6134e3682f38b2c91baaa10af26cefa0baed5a5a31aa network default NAD default], result "{\"interfaces\":[{\"name\":\"718d823e9b34232\",\"mac\":\"8e:bb:5f:ca:c0:2a\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:20\",\"sandbox\":\"/var/run/netns/bfce7872-432f-4733-98d7-175240f1bd21\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.32/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0310 19:37:45.035475 3402 iptables.go:108] Creating table: nat chain: OVN-KUBE-NODEPORT I0310 19:37:51.514524 3402 reflector.go:879] github.com/k8snetworkplumbingwg/network-attachment-definition-client/pkg/client/informers/externalversions/factory.go:117: Watch close - *v1.NetworkAttachmentDefinition total 3 items received I0310 19:38:01.994101 3402 base_network_controller_pods.go:478] [default/openshift-pipelines/tekton-results-api-5c88d84778-hlf9h] creating logical port openshift-pipelines_tekton-results-api-5c88d84778-hlf9h for pod on switch ip-10-0-1-9.ec2.internal I0310 19:38:01.994413 3402 kube.go:320] Updating pod openshift-pipelines/tekton-results-api-5c88d84778-hlf9h I0310 19:38:02.011592 3402 pod.go:62] [openshift-pipelines/tekton-results-api-5c88d84778-hlf9h] pod update took 17.229505ms I0310 19:38:02.011615 3402 base_network_controller_pods.go:928] [default/openshift-pipelines/tekton-results-api-5c88d84778-hlf9h] addLogicalPort annotation time took 17.261521ms I0310 19:38:02.012832 3402 pods.go:253] [openshift-pipelines/tekton-results-api-5c88d84778-hlf9h] addLogicalPort took 18.757504ms, libovsdb time 839.809µs I0310 19:38:02.096026 3402 base_network_controller_pods.go:478] [default/openshift-pipelines/tekton-results-retention-policy-agent-866797b97b-2qt7q] creating logical port openshift-pipelines_tekton-results-retention-policy-agent-866797b97b-2qt7q for pod on switch ip-10-0-1-9.ec2.internal I0310 19:38:02.096121 3402 kube.go:320] Updating pod openshift-pipelines/tekton-results-retention-policy-agent-866797b97b-2qt7q I0310 19:38:02.110608 3402 pod.go:62] [openshift-pipelines/tekton-results-retention-policy-agent-866797b97b-2qt7q] pod update took 14.509216ms I0310 19:38:02.110634 3402 base_network_controller_pods.go:928] [default/openshift-pipelines/tekton-results-retention-policy-agent-866797b97b-2qt7q] addLogicalPort annotation time took 14.54191ms I0310 19:38:02.112093 3402 pods.go:253] [openshift-pipelines/tekton-results-retention-policy-agent-866797b97b-2qt7q] addLogicalPort took 16.082811ms, libovsdb time 1.013408ms I0310 19:38:02.350239 3402 cni.go:331] [openshift-pipelines/tekton-results-api-5c88d84778-hlf9h d37c215193c142a0f09e433fe24f9d1740bf9dd6e27175e6a7ec0129b04a44a0 network default NAD default] ADD starting CNI request [openshift-pipelines/tekton-results-api-5c88d84778-hlf9h d37c215193c142a0f09e433fe24f9d1740bf9dd6e27175e6a7ec0129b04a44a0 network default NAD default] I0310 19:38:02.359842 3402 helper_linux.go:450] ConfigureOVS: namespace: openshift-pipelines, podName: tekton-results-api-5c88d84778-hlf9h, hostIfaceName: d37c215193c142a, network: default, NAD default, SandboxID: "d37c215193c142a0f09e433fe24f9d1740bf9dd6e27175e6a7ec0129b04a44a0", PCI device ID: , UID: "7a780804-2ce2-4020-b107-2aacb68c95e6", MAC: 0a:58:0a:80:00:21, IPs: [10.128.0.33/23] I0310 19:38:02.407712 3402 cni.go:352] [openshift-pipelines/tekton-results-api-5c88d84778-hlf9h d37c215193c142a0f09e433fe24f9d1740bf9dd6e27175e6a7ec0129b04a44a0 network default NAD default] ADD finished CNI request [openshift-pipelines/tekton-results-api-5c88d84778-hlf9h d37c215193c142a0f09e433fe24f9d1740bf9dd6e27175e6a7ec0129b04a44a0 network default NAD default], result "{\"interfaces\":[{\"name\":\"d37c215193c142a\",\"mac\":\"b6:ef:33:0b:ee:59\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:21\",\"sandbox\":\"/var/run/netns/96793536-4e65-4e73-80d9-d161737dd1cd\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.33/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0310 19:38:02.454305 3402 cni.go:331] [openshift-pipelines/tekton-results-retention-policy-agent-866797b97b-2qt7q fddc75d9ad0319acf6ab9868efc3c312e7b192cf45081fd24119c3ebcecc96b8 network default NAD default] ADD starting CNI request [openshift-pipelines/tekton-results-retention-policy-agent-866797b97b-2qt7q fddc75d9ad0319acf6ab9868efc3c312e7b192cf45081fd24119c3ebcecc96b8 network default NAD default] I0310 19:38:02.463264 3402 helper_linux.go:450] ConfigureOVS: namespace: openshift-pipelines, podName: tekton-results-retention-policy-agent-866797b97b-2qt7q, hostIfaceName: fddc75d9ad0319a, network: default, NAD default, SandboxID: "fddc75d9ad0319acf6ab9868efc3c312e7b192cf45081fd24119c3ebcecc96b8", PCI device ID: , UID: "94203b7f-ecab-4d83-aa2f-1dc1f745ee3b", MAC: 0a:58:0a:80:00:22, IPs: [10.128.0.34/23] I0310 19:38:02.510107 3402 cni.go:352] [openshift-pipelines/tekton-results-retention-policy-agent-866797b97b-2qt7q fddc75d9ad0319acf6ab9868efc3c312e7b192cf45081fd24119c3ebcecc96b8 network default NAD default] ADD finished CNI request [openshift-pipelines/tekton-results-retention-policy-agent-866797b97b-2qt7q fddc75d9ad0319acf6ab9868efc3c312e7b192cf45081fd24119c3ebcecc96b8 network default NAD default], result "{\"interfaces\":[{\"name\":\"fddc75d9ad0319a\",\"mac\":\"8e:37:c4:85:f8:07\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:22\",\"sandbox\":\"/var/run/netns/960f1000-8c06-4afd-b4fa-ad7108efe7ef\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.34/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0310 19:38:31.507545 3402 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 3 items received I0310 19:38:35.945616 3402 namespace.go:137] [openshift-pipelines] updating namespace I0310 19:39:11.479908 3402 reflector.go:879] sigs.k8s.io/network-policy-api/pkg/client/informers/externalversions/factory.go:141: Watch close - *v1alpha1.BaselineAdminNetworkPolicy total 0 items received I0310 19:39:37.520851 3402 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 4 items received I0310 19:39:52.480618 3402 reflector.go:879] sigs.k8s.io/network-policy-api/pkg/client/informers/externalversions/factory.go:141: Watch close - *v1alpha1.AdminNetworkPolicy total 4 items received I0310 19:40:04.159843 3402 obj_retry.go:463] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29552860-f49gm of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0310 19:40:04.160448 3402 obj_retry.go:463] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29552860-f49gm of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0310 19:40:05.040830 3402 obj_retry.go:457] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29552860-f49gm of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0310 19:40:05.040880 3402 obj_retry.go:457] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29552860-f49gm of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0310 19:40:08.496061 3402 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 6 items received I0310 19:40:16.401474 3402 reflector.go:879] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Namespace total 96 items received I0310 19:40:25.402431 3402 reflector.go:879] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Service total 55 items received I0310 19:40:57.394999 3402 reflector.go:879] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Node total 42 items received I0310 19:41:09.396428 3402 reflector.go:879] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.EndpointSlice total 86 items received I0310 19:41:16.485493 3402 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 5 items received E0310 19:41:17.356375 3402 metrics.go:168] Failed to get the logfile size for .: stat : no such file or directory E0310 19:41:17.772219 3402 metrics.go:168] Failed to get the logfile size for .: stat : no such file or directory I0310 19:42:01.395396 3402 reflector.go:879] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.NetworkPolicy total 9 items received I0310 19:42:03.495256 3402 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 7 items received I0310 19:42:07.413683 3402 reflector.go:879] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Pod total 331 items received I0310 19:42:16.140420 3402 base_network_controller_policy.go:642] Processing NetworkPolicy openshift-deployment-validation-operator/allow-from-openshift-insights to delete 1 local pods... W0310 19:42:16.140510 3402 base_network_controller_namespace.go:457] Unable to remove remote zone pod's openshift-deployment-validation-operator/deployment-validation-operator-559df65f49-bkvnf IP address from the namespace address-set, err: pod openshift-deployment-validation-operator/deployment-validation-operator-559df65f49-bkvnf: no pod IPs found I0310 19:42:16.207449 3402 base_network_controller_pods.go:478] [default/openshift-deployment-validation-operator/deployment-validation-operator-6494db4fc6-wkk2z] creating logical port openshift-deployment-validation-operator_deployment-validation-operator-6494db4fc6-wkk2z for pod on switch ip-10-0-1-9.ec2.internal I0310 19:42:16.207694 3402 kube.go:320] Updating pod openshift-deployment-validation-operator/deployment-validation-operator-6494db4fc6-wkk2z I0310 19:42:16.223386 3402 pod.go:62] [openshift-deployment-validation-operator/deployment-validation-operator-6494db4fc6-wkk2z] pod update took 15.737438ms I0310 19:42:16.223461 3402 base_network_controller_pods.go:928] [default/openshift-deployment-validation-operator/deployment-validation-operator-6494db4fc6-wkk2z] addLogicalPort annotation time took 15.815289ms I0310 19:42:16.224783 3402 pods.go:253] [openshift-deployment-validation-operator/deployment-validation-operator-6494db4fc6-wkk2z] addLogicalPort took 17.35784ms, libovsdb time 940.661µs I0310 19:42:16.562499 3402 cni.go:331] [openshift-deployment-validation-operator/deployment-validation-operator-6494db4fc6-wkk2z 65981238ae2d7f58219cb18e622edbbd38991ab83678548ea06f27810f4296ed network default NAD default] ADD starting CNI request [openshift-deployment-validation-operator/deployment-validation-operator-6494db4fc6-wkk2z 65981238ae2d7f58219cb18e622edbbd38991ab83678548ea06f27810f4296ed network default NAD default] I0310 19:42:16.571988 3402 helper_linux.go:450] ConfigureOVS: namespace: openshift-deployment-validation-operator, podName: deployment-validation-operator-6494db4fc6-wkk2z, hostIfaceName: 65981238ae2d7f5, network: default, NAD default, SandboxID: "65981238ae2d7f58219cb18e622edbbd38991ab83678548ea06f27810f4296ed", PCI device ID: , UID: "2b655fac-1b16-408d-80da-8da1926250ef", MAC: 0a:58:0a:80:00:23, IPs: [10.128.0.35/23] I0310 19:42:16.615864 3402 cni.go:352] [openshift-deployment-validation-operator/deployment-validation-operator-6494db4fc6-wkk2z 65981238ae2d7f58219cb18e622edbbd38991ab83678548ea06f27810f4296ed network default NAD default] ADD finished CNI request [openshift-deployment-validation-operator/deployment-validation-operator-6494db4fc6-wkk2z 65981238ae2d7f58219cb18e622edbbd38991ab83678548ea06f27810f4296ed network default NAD default], result "{\"interfaces\":[{\"name\":\"65981238ae2d7f5\",\"mac\":\"66:6e:30:c5:3c:1a\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:23\",\"sandbox\":\"/var/run/netns/c532130c-f423-4ab5-892f-663d4abaa37d\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.35/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0310 19:42:20.501695 3402 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 7 items received I0310 19:42:30.335484 3402 obj_retry.go:463] Detected object openshift-deployment-validation-operator/deployment-validation-operator-6c99d99bd6-v7wh5 of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0310 19:42:30.336131 3402 obj_retry.go:463] Detected object openshift-deployment-validation-operator/deployment-validation-operator-6c99d99bd6-v7wh5 of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0310 19:42:30.336168 3402 obj_retry.go:463] Detected object openshift-deployment-validation-operator/deployment-validation-operator-6c99d99bd6-v7wh5 of type *factory.localPodSelector in terminal state (e.g. completed) during update event: will remove it I0310 19:42:30.336177 3402 base_network_controller_policy.go:642] Processing NetworkPolicy openshift-deployment-validation-operator/allow-from-openshift-insights to delete 1 local pods... I0310 19:42:30.502019 3402 obj_retry.go:457] Detected object openshift-deployment-validation-operator/deployment-validation-operator-6c99d99bd6-v7wh5 of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0310 19:42:30.502065 3402 obj_retry.go:457] Detected object openshift-deployment-validation-operator/deployment-validation-operator-6c99d99bd6-v7wh5 of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0310 19:42:30.502074 3402 obj_retry.go:457] Detected object openshift-deployment-validation-operator/deployment-validation-operator-6c99d99bd6-v7wh5 of type *factory.localPodSelector in terminal state (e.g. completed) will be ignored as it has already been processed I0310 19:42:30.509711 3402 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.localPodSelector openshift-deployment-validation-operator/deployment-validation-operator-6c99d99bd6-v7wh5 I0310 19:42:30.509777 3402 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-deployment-validation-operator/deployment-validation-operator-6c99d99bd6-v7wh5 I0310 19:42:30.509798 3402 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod openshift-deployment-validation-operator/deployment-validation-operator-6c99d99bd6-v7wh5 I0310 19:42:45.520228 3402 reflector.go:879] github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/userdefinednetwork/v1/apis/informers/externalversions/factory.go:140: Watch close - *v1.UserDefinedNetwork total 7 items received I0310 19:43:52.519268 3402 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 I0310 19:44:39.486228 3402 reflector.go:879] sigs.k8s.io/network-policy-api/pkg/client/informers/externalversions/factory.go:141: Watch close - *v1alpha1.BaselineAdminNetworkPolicy total 6 items received I0310 19:45:52.510806 3402 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 0 items received E0310 19:46:17.355787 3402 metrics.go:168] Failed to get the logfile size for .: stat : no such file or directory E0310 19:46:17.772661 3402 metrics.go:168] Failed to get the logfile size for .: stat : no such file or directory I0310 19:46:24.525742 3402 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 0 items received I0310 19:46:25.483512 3402 reflector.go:879] sigs.k8s.io/network-policy-api/pkg/client/informers/externalversions/factory.go:141: Watch close - *v1alpha1.AdminNetworkPolicy total 0 items received I0310 19:46:37.825987 3402 cni.go:331] [tsf/test-tsf-subscriptions 152ec72550dad1a99adf994824a463c3e8c3076cc6015736fe17565606b82fb6 network default NAD default] DEL starting CNI request [tsf/test-tsf-subscriptions 152ec72550dad1a99adf994824a463c3e8c3076cc6015736fe17565606b82fb6 network default NAD default] I0310 19:46:37.901514 3402 cni.go:352] [tsf/test-tsf-subscriptions 152ec72550dad1a99adf994824a463c3e8c3076cc6015736fe17565606b82fb6 network default NAD default] DEL finished CNI request [tsf/test-tsf-subscriptions 152ec72550dad1a99adf994824a463c3e8c3076cc6015736fe17565606b82fb6 network default NAD default], result "{\"dns\":{}}", err I0310 19:46:37.955254 3402 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 I0310 19:46:37.955323 3402 pods.go:175] Deleting pod: tsf/test-tsf-subscriptions I0310 19:46:37.956699 3402 pods.go:218] Attempting to release IPs for pod: tsf/test-tsf-subscriptions, ips: 10.128.0.25 I0310 19:46:37.956732 3402 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 I0310 19:47:11.400055 3402 reflector.go:879] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.EndpointSlice total 9 items received I0310 19:47:18.499109 3402 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 I0310 19:47:38.038831 3402 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 I0310 19:47:38.038892 3402 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 I0310 19:47:38.040901 3402 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod tsf/test-tsf-subscriptions I0310 19:47:38.040932 3402 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod tsf/test-tsf-subscriptions I0310 19:47:38.173364 3402 base_network_controller_pods.go:478] [default/tsf/test-tsf-subscriptions] creating logical port tsf_test-tsf-subscriptions for pod on switch ip-10-0-1-9.ec2.internal I0310 19:47:38.173554 3402 kube.go:320] Updating pod tsf/test-tsf-subscriptions I0310 19:47:38.198372 3402 pod.go:62] [tsf/test-tsf-subscriptions] pod update took 24.843545ms I0310 19:47:38.198401 3402 base_network_controller_pods.go:928] [default/tsf/test-tsf-subscriptions] addLogicalPort annotation time took 24.87789ms I0310 19:47:38.199848 3402 pods.go:253] [tsf/test-tsf-subscriptions] addLogicalPort took 26.49379ms, libovsdb time 937.932µs I0310 19:47:38.533590 3402 cni.go:331] [tsf/test-tsf-subscriptions 57b01d7b1eb4e334ac75dc78945ce98d4692b44defb8b41df7635cebd1ba6ebb network default NAD default] ADD starting CNI request [tsf/test-tsf-subscriptions 57b01d7b1eb4e334ac75dc78945ce98d4692b44defb8b41df7635cebd1ba6ebb network default NAD default] I0310 19:47:38.542309 3402 helper_linux.go:450] ConfigureOVS: namespace: tsf, podName: test-tsf-subscriptions, hostIfaceName: 57b01d7b1eb4e33, network: default, NAD default, SandboxID: "57b01d7b1eb4e334ac75dc78945ce98d4692b44defb8b41df7635cebd1ba6ebb", PCI device ID: , UID: "6ccb9489-56b7-4657-9a33-05a7f9b8bb4c", MAC: 0a:58:0a:80:00:24, IPs: [10.128.0.36/23] I0310 19:47:38.590019 3402 cni.go:352] [tsf/test-tsf-subscriptions 57b01d7b1eb4e334ac75dc78945ce98d4692b44defb8b41df7635cebd1ba6ebb network default NAD default] ADD finished CNI request [tsf/test-tsf-subscriptions 57b01d7b1eb4e334ac75dc78945ce98d4692b44defb8b41df7635cebd1ba6ebb network default NAD default], result "{\"interfaces\":[{\"name\":\"57b01d7b1eb4e33\",\"mac\":\"fa:20:21:a3:d3:8e\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:24\",\"sandbox\":\"/var/run/netns/0333b1bc-ad41-4634-b09b-0e339573f9c2\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.36/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0310 19:47:57.405055 3402 reflector.go:879] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Namespace total 0 items received I0310 19:48:01.406174 3402 reflector.go:879] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Service total 7 items received I0310 19:48:12.398472 3402 reflector.go:879] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Node total 36 items received I0310 19:48:55.504829 3402 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 4 items received I0310 19:49:30.488243 3402 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 3 items received I0310 19:50:04.092316 3402 obj_retry.go:463] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29552870-s9bcc of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0310 19:50:04.092924 3402 obj_retry.go:463] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29552870-s9bcc of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0310 19:50:04.974471 3402 obj_retry.go:457] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29552870-s9bcc of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0310 19:50:04.974537 3402 obj_retry.go:457] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29552870-s9bcc of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0310 19:50:10.523568 3402 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 I0310 19:50:19.398119 3402 reflector.go:879] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.NetworkPolicy total 9 items received I0310 19:50:28.498415 3402 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 5 items received E0310 19:51:17.356441 3402 metrics.go:168] Failed to get the logfile size for .: stat : no such file or directory I0310 19:51:17.417093 3402 reflector.go:879] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Pod total 45 items received E0310 19:51:17.771966 3402 metrics.go:168] Failed to get the logfile size for .: stat : no such file or directory I0310 19:52:19.489941 3402 reflector.go:879] sigs.k8s.io/network-policy-api/pkg/client/informers/externalversions/factory.go:141: Watch close - *v1alpha1.BaselineAdminNetworkPolicy total 3 items received I0310 19:52:33.486804 3402 reflector.go:879] sigs.k8s.io/network-policy-api/pkg/client/informers/externalversions/factory.go:141: Watch close - *v1alpha1.AdminNetworkPolicy total 6 items received I0310 19:53:01.529944 3402 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 I0310 19:53:50.523887 3402 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 I0310 19:54:07.409503 3402 reflector.go:879] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Service total 7 items received I0310 19:55:15.502180 3402 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 I0310 19:55:18.514397 3402 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 I0310 19:55:33.401701 3402 reflector.go:879] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Node total 42 items received I0310 19:55:53.502014 3402 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 E0310 19:56:17.356137 3402 metrics.go:168] Failed to get the logfile size for .: stat : no such file or directory E0310 19:56:17.772894 3402 metrics.go:168] Failed to get the logfile size for .: stat : no such file or directory I0310 19:56:21.408267 3402 reflector.go:879] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Namespace total 5 items received I0310 19:56:55.403457 3402 reflector.go:879] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.EndpointSlice total 0 items received I0310 19:57:02.400862 3402 reflector.go:879] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.NetworkPolicy total 7 items received I0310 19:57:20.493315 3402 reflector.go:879] sigs.k8s.io/network-policy-api/pkg/client/informers/externalversions/factory.go:141: Watch close - *v1alpha1.BaselineAdminNetworkPolicy total 0 items received I0310 19:57:52.508575 3402 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 1 items received I0310 19:58:24.079660 3402 cni.go:331] [tsf/test-tsf-subscriptions 57b01d7b1eb4e334ac75dc78945ce98d4692b44defb8b41df7635cebd1ba6ebb network default NAD default] DEL starting CNI request [tsf/test-tsf-subscriptions 57b01d7b1eb4e334ac75dc78945ce98d4692b44defb8b41df7635cebd1ba6ebb network default NAD default] I0310 19:58:24.157241 3402 cni.go:352] [tsf/test-tsf-subscriptions 57b01d7b1eb4e334ac75dc78945ce98d4692b44defb8b41df7635cebd1ba6ebb network default NAD default] DEL finished CNI request [tsf/test-tsf-subscriptions 57b01d7b1eb4e334ac75dc78945ce98d4692b44defb8b41df7635cebd1ba6ebb network default NAD default], result "{\"dns\":{}}", err I0310 19:58:24.214396 3402 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 I0310 19:58:24.214456 3402 pods.go:175] Deleting pod: tsf/test-tsf-subscriptions I0310 19:58:24.215818 3402 pods.go:218] Attempting to release IPs for pod: tsf/test-tsf-subscriptions, ips: 10.128.0.36 I0310 19:58:24.215849 3402 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 I0310 19:58:36.527129 3402 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 I0310 19:59:24.349410 3402 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 I0310 19:59:24.349438 3402 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 I0310 19:59:24.356650 3402 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod tsf/test-tsf-subscriptions I0310 19:59:24.356733 3402 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod tsf/test-tsf-subscriptions I0310 19:59:24.489619 3402 base_network_controller_pods.go:478] [default/tsf/test-tsf-subscriptions] creating logical port tsf_test-tsf-subscriptions for pod on switch ip-10-0-1-9.ec2.internal I0310 19:59:24.489732 3402 kube.go:320] Updating pod tsf/test-tsf-subscriptions I0310 19:59:24.506761 3402 pod.go:62] [tsf/test-tsf-subscriptions] pod update took 17.054144ms I0310 19:59:24.506792 3402 base_network_controller_pods.go:928] [default/tsf/test-tsf-subscriptions] addLogicalPort annotation time took 17.090381ms I0310 19:59:24.508097 3402 pods.go:253] [tsf/test-tsf-subscriptions] addLogicalPort took 18.489163ms, libovsdb time 938.264µs I0310 19:59:25.151393 3402 cni.go:331] [tsf/test-tsf-subscriptions af898ed9d8d5e25f80d418cfffc5d7de4243bc7e9bf563bd30c94bab99c667ee network default NAD default] ADD starting CNI request [tsf/test-tsf-subscriptions af898ed9d8d5e25f80d418cfffc5d7de4243bc7e9bf563bd30c94bab99c667ee network default NAD default] I0310 19:59:25.160431 3402 helper_linux.go:450] ConfigureOVS: namespace: tsf, podName: test-tsf-subscriptions, hostIfaceName: af898ed9d8d5e25, network: default, NAD default, SandboxID: "af898ed9d8d5e25f80d418cfffc5d7de4243bc7e9bf563bd30c94bab99c667ee", PCI device ID: , UID: "3e8c3814-159d-4ae8-a2e9-1f6f3615f90a", MAC: 0a:58:0a:80:00:25, IPs: [10.128.0.37/23] I0310 19:59:25.211068 3402 cni.go:352] [tsf/test-tsf-subscriptions af898ed9d8d5e25f80d418cfffc5d7de4243bc7e9bf563bd30c94bab99c667ee network default NAD default] ADD finished CNI request [tsf/test-tsf-subscriptions af898ed9d8d5e25f80d418cfffc5d7de4243bc7e9bf563bd30c94bab99c667ee network default NAD default], result "{\"interfaces\":[{\"name\":\"af898ed9d8d5e25\",\"mac\":\"1e:cc:ea:da:4f:e7\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:25\",\"sandbox\":\"/var/run/netns/22d815e8-51d9-4849-8fc6-844bb44faa45\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.37/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0310 19:59:28.491641 3402 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 2 items received I0310 20:00:03.926853 3402 obj_retry.go:463] Detected object kube-system/ecr-credential-refresh-29552880-grnkh of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0310 20:00:03.927328 3402 obj_retry.go:463] Detected object kube-system/ecr-credential-refresh-29552880-grnkh of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0310 20:00:04.041807 3402 obj_retry.go:463] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29552880-x4dcj of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0310 20:00:04.042409 3402 obj_retry.go:463] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29552880-x4dcj of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0310 20:00:04.923063 3402 obj_retry.go:457] Detected object kube-system/ecr-credential-refresh-29552880-grnkh of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0310 20:00:04.923177 3402 obj_retry.go:457] Detected object kube-system/ecr-credential-refresh-29552880-grnkh of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0310 20:00:04.926926 3402 obj_retry.go:457] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29552880-x4dcj of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0310 20:00:04.926944 3402 obj_retry.go:457] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29552880-x4dcj of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0310 20:00:04.962025 3402 obj_retry.go:457] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29552850-hxcrt of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0310 20:00:04.962076 3402 obj_retry.go:457] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29552850-hxcrt of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0310 20:00:04.964891 3402 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-backplane/osd-delete-backplane-serviceaccounts-29552850-hxcrt I0310 20:00:04.964954 3402 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod openshift-backplane/osd-delete-backplane-serviceaccounts-29552850-hxcrt I0310 20:00:20.420255 3402 reflector.go:879] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Pod total 40 items received I0310 20:00:28.533739 3402 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 I0310 20:00:49.490250 3402 reflector.go:879] sigs.k8s.io/network-policy-api/pkg/client/informers/externalversions/factory.go:141: Watch close - *v1alpha1.AdminNetworkPolicy total 4 items received I0310 20:01:10.404603 3402 reflector.go:879] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Node total 32 items received E0310 20:01:17.355574 3402 metrics.go:168] Failed to get the logfile size for .: stat : no such file or directory E0310 20:01:17.772192 3402 metrics.go:168] Failed to get the logfile size for .: stat : no such file or directory I0310 20:01:25.411230 3402 reflector.go:879] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Namespace total 5 items received I0310 20:02:04.527405 3402 reflector.go:879] github.com/k8snetworkplumbingwg/network-attachment-definition-client/pkg/client/informers/externalversions/factory.go:117: Watch close - *v1.NetworkAttachmentDefinition total 7 items received I0310 20:02:57.406576 3402 reflector.go:879] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.EndpointSlice total 6 items received I0310 20:03:05.404210 3402 reflector.go:879] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.NetworkPolicy total 5 items received I0310 20:03:29.412808 3402 reflector.go:879] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Service total 10 items received I0310 20:03:46.505665 3402 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 7 items received I0310 20:03:48.517550 3402 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 8 items received I0310 20:04:09.505198 3402 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 10 items received I0310 20:04:26.530284 3402 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 I0310 20:05:03.512036 3402 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 I0310 20:05:27.496658 3402 reflector.go:879] sigs.k8s.io/network-policy-api/pkg/client/informers/externalversions/factory.go:141: Watch close - *v1alpha1.BaselineAdminNetworkPolicy total 6 items received I0310 20:05:59.493594 3402 reflector.go:879] sigs.k8s.io/network-policy-api/pkg/client/informers/externalversions/factory.go:141: Watch close - *v1alpha1.AdminNetworkPolicy total 0 items received E0310 20:06:17.356493 3402 metrics.go:168] Failed to get the logfile size for .: stat : no such file or directory E0310 20:06:17.772287 3402 metrics.go:168] Failed to get the logfile size for .: stat : no such file or directory I0310 20:07:44.423258 3402 reflector.go:879] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Pod total 10 items received I0310 20:08:15.536770 3402 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 0 items received I0310 20:08:20.407102 3402 reflector.go:879] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.NetworkPolicy total 5 items received I0310 20:08:23.494823 3402 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 I0310 20:09:18.410403 3402 reflector.go:879] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.EndpointSlice total 3 items received I0310 20:10:03.968133 3402 obj_retry.go:463] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29552890-929rh of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0310 20:10:03.968789 3402 obj_retry.go:463] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29552890-929rh of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0310 20:10:04.855827 3402 obj_retry.go:457] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29552890-929rh of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0310 20:10:04.855878 3402 obj_retry.go:457] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29552890-929rh of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0310 20:10:04.893328 3402 obj_retry.go:457] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29552860-f49gm of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0310 20:10:04.893404 3402 obj_retry.go:457] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29552860-f49gm of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0310 20:10:04.907625 3402 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-backplane/osd-delete-backplane-serviceaccounts-29552860-f49gm I0310 20:10:04.907657 3402 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod openshift-backplane/osd-delete-backplane-serviceaccounts-29552860-f49gm I0310 20:10:10.327658 3402 cni.go:331] [tsf/test-tsf-subscriptions af898ed9d8d5e25f80d418cfffc5d7de4243bc7e9bf563bd30c94bab99c667ee network default NAD default] DEL starting CNI request [tsf/test-tsf-subscriptions af898ed9d8d5e25f80d418cfffc5d7de4243bc7e9bf563bd30c94bab99c667ee network default NAD default] I0310 20:10:10.399880 3402 cni.go:352] [tsf/test-tsf-subscriptions af898ed9d8d5e25f80d418cfffc5d7de4243bc7e9bf563bd30c94bab99c667ee network default NAD default] DEL finished CNI request [tsf/test-tsf-subscriptions af898ed9d8d5e25f80d418cfffc5d7de4243bc7e9bf563bd30c94bab99c667ee network default NAD default], result "{\"dns\":{}}", err I0310 20:10:10.455697 3402 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 I0310 20:10:10.455759 3402 pods.go:175] Deleting pod: tsf/test-tsf-subscriptions I0310 20:10:10.457343 3402 pods.go:218] Attempting to release IPs for pod: tsf/test-tsf-subscriptions, ips: 10.128.0.37 I0310 20:10:10.457380 3402 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