+ . /ovnkube-lib/ovnkube-lib.sh ++ set -x ++ K8S_NODE=ip-10-0-1-185.ec2.internal ++ [[ -n ip-10-0-1-185.ec2.internal ]] ++ [[ -f /env/ip-10-0-1-185.ec2.internal ]] ++ northd_pidfile=/var/run/ovn/ovn-northd.pid ++ controller_pidfile=/var/run/ovn/ovn-controller.pid ++ controller_logfile=/var/log/ovn/acl-audit-log.log ++ vswitch_dbsock=/var/run/openvswitch/db.sock ++ nbdb_pidfile=/var/run/ovn/ovnnb_db.pid ++ nbdb_sock=/var/run/ovn/ovnnb_db.sock ++ nbdb_ctl=/var/run/ovn/ovnnb_db.ctl ++ sbdb_pidfile=/var/run/ovn/ovnsb_db.pid ++ sbdb_sock=/var/run/ovn/ovnsb_db.sock ++ sbdb_ctl=/var/run/ovn/ovnsb_db.ctl + start-ovnkube-node 4 29103 29105 + local log_level=4 + local metrics_port=29103 + local ovn_metrics_port=29105 + [[ 3 -ne 3 ]] + cni-bin-copy + . /host/etc/os-release ++ NAME='Red Hat Enterprise Linux CoreOS' ++ VERSION='9.6.20250811-0 (Plow)' ++ ID=rhel ++ ID_LIKE=fedora ++ VERSION_ID=9.6 ++ PLATFORM_ID=platform:el9 ++ PRETTY_NAME='Red Hat Enterprise Linux CoreOS 9.6.20250811-0 (Plow)' ++ ANSI_COLOR='0;31' ++ LOGO=fedora-logo-icon ++ CPE_NAME=cpe:/o:redhat:enterprise_linux:9::baseos ++ HOME_URL=https://www.redhat.com/ ++ DOCUMENTATION_URL=https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9 ++ BUG_REPORT_URL=https://issues.redhat.com/ ++ REDHAT_BUGZILLA_PRODUCT='Red Hat Enterprise Linux 9' ++ REDHAT_BUGZILLA_PRODUCT_VERSION=9.6 ++ REDHAT_SUPPORT_PRODUCT='Red Hat Enterprise Linux' ++ REDHAT_SUPPORT_PRODUCT_VERSION=9.6 ++ OSTREE_VERSION=9.6.20250811-0 ++ VARIANT=CoreOS ++ VARIANT_ID=coreos ++ OPENSHIFT_VERSION=4.19 + rhelmajor= + case "${ID}" in ++ echo 9.6 ++ cut -f 1 -d . + rhelmajor=9 + sourcedir=/usr/libexec/cni/ + case "${rhelmajor}" in + sourcedir=/usr/libexec/cni/rhel9 + cp -f /usr/libexec/cni/rhel9/ovn-k8s-cni-overlay /cni-bin-dir/ ++ date '+%m%d %H:%M:%S.%N' + echo 'I0311 09:46:51.264482932 - disable conntrack on geneve port' I0311 09:46:51.264482932 - disable conntrack on geneve port + iptables -t raw -A PREROUTING -p udp --dport 6081 -j NOTRACK + iptables -t raw -A OUTPUT -p udp --dport 6081 -j NOTRACK + ip6tables -t raw -A PREROUTING -p udp --dport 6081 -j NOTRACK + ip6tables -t raw -A OUTPUT -p udp --dport 6081 -j NOTRACK ++ date '+%m%d %H:%M:%S.%N' + echo 'I0311 09:46:51.284403812 - starting ovnkube-node' I0311 09:46:51.284403812 - 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-185.ec2.internal --init-node ip-10-0-1-185.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-185.ec2.internal --enable-interconnect --acl-logging-rate-limit 20 --disable-forwarding --bootstrap-kubeconfig=/var/lib/kubelet/kubeconfig --cert-dir=/etc/ovn/ovnkube-node-certs --cert-duration=24h --gateway-v4-masquerade-subnet 169.254.0.0/17 --gateway-v6-masquerade-subnet fd69::/112 I0311 09:46:51.323545 3375 config.go:2336] Parsed config file /run/ovnkube-config/ovnkube.conf I0311 09:46:51.323586 3375 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-3a2a0e7f61.hypershift.local:443 Token: TokenFile: CompatServiceCIDR: RawServiceCIDRs:172.30.0.0/16 ServiceCIDRs:[] OVNConfigNamespace:openshift-ovn-kubernetes OVNEmptyLbEvents:false PodIP: RawNoHostSubnetNodes: NoHostSubnetNodes: HostNetworkNamespace:openshift-host-network DisableRequestedChassis:false PlatformType:AWS HealthzBindAddress:0.0.0.0:10256 CompatMetricsBindAddress: CompatOVNMetricsBindAddress: CompatMetricsEnablePprof:false DNSServiceNamespace:openshift-dns DNSServiceName:dns-default} Metrics:{BindAddress: OVNMetricsBindAddress: ExportOVSMetrics:false EnablePprof:false NodeServerPrivKey: NodeServerCert: EnableConfigDuration:false EnableScaleMetrics:false} OvnNorth:{Address: PrivKey: Cert: CACert: CertCommonName: Scheme: ElectionTimer:0 northbound:false exec:} OvnSouth:{Address: PrivKey: Cert: CACert: CertCommonName: Scheme: ElectionTimer:0 northbound:false exec:} Gateway:{Mode:shared Interface: GatewayAcceleratedInterface: EgressGWInterface: NextHop: VLANID:0 NodeportEnable:true DisableSNATMultipleGWs:false V4JoinSubnet:100.64.0.0/16 V6JoinSubnet:fd98::/64 V4MasqueradeSubnet:169.254.169.0/29 V6MasqueradeSubnet:fd69::/125 MasqueradeIPs:{V4OVNMasqueradeIP:169.254.169.1 V6OVNMasqueradeIP:fd69::1 V4HostMasqueradeIP:169.254.169.2 V6HostMasqueradeIP:fd69::2 V4HostETPLocalMasqueradeIP:169.254.169.3 V6HostETPLocalMasqueradeIP:fd69::3 V4DummyNextHopMasqueradeIP:169.254.169.4 V6DummyNextHopMasqueradeIP:fd69::4 V4OVNServiceHairpinMasqueradeIP:169.254.169.5 V6OVNServiceHairpinMasqueradeIP:fd69::5} DisablePacketMTUCheck:false RouterSubnet: SingleNode:false DisableForwarding:false AllowNoUplink:false EphemeralPortRange:} MasterHA:{ElectionLeaseDuration:137 ElectionRenewDeadline:107 ElectionRetryPeriod:26} ClusterMgrHA:{ElectionLeaseDuration:137 ElectionRenewDeadline:107 ElectionRetryPeriod:26} HybridOverlay:{Enabled:false RawClusterSubnets: ClusterSubnets:[] VXLANPort:4789} OvnKubeNode:{Mode:full DPResourceDeviceIdsMap:map[] MgmtPortNetdev: MgmtPortDPResourceName:} ClusterManager:{V4TransitSwitchSubnet:100.88.0.0/16 V6TransitSwitchSubnet:fd97::/64}} I0311 09:46:51.325247 3375 certificate_manager.go:356] kubernetes.io/kube-apiserver-client: Certificate rotation is enabled I0311 09:46:51.325269 3375 kube.go:419] Waiting for certificate I0311 09:46:51.325303 3375 certificate_manager.go:356] kubernetes.io/kube-apiserver-client: Rotating certificates I0311 09:46:51.325863 3375 envvar.go:172] "Feature gate default state" feature="InformerResourceVersion" enabled=false I0311 09:46:51.325881 3375 envvar.go:172] "Feature gate default state" feature="WatchListClient" enabled=false I0311 09:46:51.325886 3375 envvar.go:172] "Feature gate default state" feature="ClientsAllowCBOR" enabled=false I0311 09:46:51.325890 3375 envvar.go:172] "Feature gate default state" feature="ClientsPreferCBOR" enabled=false I0311 09:46:51.326004 3375 cert_rotation.go:140] Starting client certificate rotation controller I0311 09:46:51.364814 3375 reflector.go:313] Starting reflector *v1.CertificateSigningRequest (0s) from k8s.io/client-go/tools/watch/informerwatcher.go:146 I0311 09:46:51.364829 3375 reflector.go:349] Listing and watching *v1.CertificateSigningRequest from k8s.io/client-go/tools/watch/informerwatcher.go:146 I0311 09:46:51.368555 3375 reflector.go:376] Caches populated for *v1.CertificateSigningRequest from k8s.io/client-go/tools/watch/informerwatcher.go:146 I0311 09:46:51.368651 3375 csr.go:261] certificate signing request csr-zl2f7 is approved, waiting to be issued I0311 09:46:51.373789 3375 csr.go:257] certificate signing request csr-zl2f7 is issued I0311 09:46:51.373833 3375 reflector.go:319] Stopping reflector *v1.CertificateSigningRequest (0s) from k8s.io/client-go/tools/watch/informerwatcher.go:146 I0311 09:46:52.325472 3375 kube.go:426] Certificate found I0311 09:46:52.326075 3375 cert_rotation.go:140] Starting client certificate rotation controller I0311 09:46:52.327453 3375 metrics.go:525] Starting metrics server at address "127.0.0.1:29103" I0311 09:46:52.374366 3375 certificate_manager.go:356] kubernetes.io/kube-apiserver-client: Certificate expiration is 2026-03-12 09:41:51 +0000 UTC, rotation deadline is 2026-03-12 06:45:08.492736916 +0000 UTC I0311 09:46:52.374433 3375 certificate_manager.go:356] kubernetes.io/kube-apiserver-client: Waiting 20h58m16.118308147s for next certificate rotation I0311 09:46:52.399544 3375 metrics.go:525] Starting metrics server at address "127.0.0.1:29105" I0311 09:46:52.399874 3375 node_controller_manager.go:151] Starting the node network controller manager, Mode: full I0311 09:46:52.399944 3375 factory.go:530] Starting watch factory I0311 09:46:52.400022 3375 reflector.go:313] Starting reflector *v1.EndpointSlice (0s) from k8s.io/client-go/informers/factory.go:160 I0311 09:46:52.400038 3375 reflector.go:349] Listing and watching *v1.EndpointSlice from k8s.io/client-go/informers/factory.go:160 I0311 09:46:52.400865 3375 reflector.go:313] Starting reflector *v1.Service (0s) from k8s.io/client-go/informers/factory.go:160 I0311 09:46:52.400882 3375 reflector.go:349] Listing and watching *v1.Service from k8s.io/client-go/informers/factory.go:160 I0311 09:46:52.401034 3375 reflector.go:313] Starting reflector *v1.Namespace (0s) from k8s.io/client-go/informers/factory.go:160 I0311 09:46:52.401049 3375 reflector.go:349] Listing and watching *v1.Namespace from k8s.io/client-go/informers/factory.go:160 I0311 09:46:52.401100 3375 reflector.go:313] Starting reflector *v1.Node (0s) from k8s.io/client-go/informers/factory.go:160 I0311 09:46:52.401110 3375 reflector.go:349] Listing and watching *v1.Node from k8s.io/client-go/informers/factory.go:160 I0311 09:46:52.400021 3375 reflector.go:313] Starting reflector *v1.Pod (0s) from k8s.io/client-go/informers/factory.go:160 I0311 09:46:52.401769 3375 reflector.go:349] Listing and watching *v1.Pod from k8s.io/client-go/informers/factory.go:160 I0311 09:46:52.400021 3375 reflector.go:313] Starting reflector *v1.NetworkPolicy (0s) from k8s.io/client-go/informers/factory.go:160 I0311 09:46:52.402005 3375 reflector.go:349] Listing and watching *v1.NetworkPolicy from k8s.io/client-go/informers/factory.go:160 I0311 09:46:52.403442 3375 controller_manager.go:363] Starting the ovnkube controller I0311 09:46:52.403451 3375 controller_manager.go:368] Waiting up to 5m0s for NBDB zone to match: ip-10-0-1-185.ec2.internal I0311 09:46:52.403500 3375 controller_manager.go:388] NBDB zone sync took: 42.461µs I0311 09:46:52.403508 3375 factory.go:530] Starting watch factory I0311 09:46:52.417542 3375 reflector.go:376] Caches populated for *v1.NetworkPolicy from k8s.io/client-go/informers/factory.go:160 I0311 09:46:52.420322 3375 reflector.go:376] Caches populated for *v1.Node from k8s.io/client-go/informers/factory.go:160 I0311 09:46:52.420582 3375 reflector.go:376] Caches populated for *v1.Service from k8s.io/client-go/informers/factory.go:160 I0311 09:46:52.420825 3375 ovn_northd.go:126] Found OVNKube Master Pod running on this node. Registering OVN North Metrics I0311 09:46:52.420951 3375 reflector.go:376] Caches populated for *v1.EndpointSlice from k8s.io/client-go/informers/factory.go:160 I0311 09:46:52.421262 3375 ovn_db.go:377] Found OVN DB Pod running on this node. Registering OVN DB Metrics I0311 09:46:52.422568 3375 reflector.go:376] Caches populated for *v1.Namespace from k8s.io/client-go/informers/factory.go:160 I0311 09:46:52.425513 3375 ovn_db.go:332] /var/run/openvswitch/ovnnb_db.sock getting info failed: stat /var/run/openvswitch/ovnnb_db.sock: no such file or directory I0311 09:46:52.425707 3375 ovn_db.go:329] ovnnb_db.sock found at /var/run/ovn/ I0311 09:46:52.427486 3375 reflector.go:376] Caches populated for *v1.Pod from k8s.io/client-go/informers/factory.go:160 I0311 09:46:52.441781 3375 ovn_db.go:424] Found db is standalone, don't register db_cluster metrics I0311 09:46:52.505983 3375 reflector.go:313] Starting reflector *v1alpha1.AdminNetworkPolicy (0s) from sigs.k8s.io/network-policy-api/pkg/client/informers/externalversions/factory.go:141 I0311 09:46:52.506001 3375 reflector.go:349] Listing and watching *v1alpha1.AdminNetworkPolicy from sigs.k8s.io/network-policy-api/pkg/client/informers/externalversions/factory.go:141 I0311 09:46:52.506033 3375 reflector.go:313] Starting reflector *v1alpha1.BaselineAdminNetworkPolicy (0s) from sigs.k8s.io/network-policy-api/pkg/client/informers/externalversions/factory.go:141 I0311 09:46:52.506047 3375 reflector.go:349] Listing and watching *v1alpha1.BaselineAdminNetworkPolicy from sigs.k8s.io/network-policy-api/pkg/client/informers/externalversions/factory.go:141 I0311 09:46:52.508687 3375 reflector.go:376] Caches populated for *v1alpha1.AdminNetworkPolicy from sigs.k8s.io/network-policy-api/pkg/client/informers/externalversions/factory.go:141 I0311 09:46:52.508741 3375 reflector.go:376] Caches populated for *v1alpha1.BaselineAdminNetworkPolicy from sigs.k8s.io/network-policy-api/pkg/client/informers/externalversions/factory.go:141 I0311 09:46:52.511252 3375 reflector.go:313] Starting reflector *v1.EgressIP (0s) from github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/egressip/v1/apis/informers/externalversions/factory.go:140 I0311 09:46:52.511264 3375 reflector.go:349] Listing and watching *v1.EgressIP from github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/egressip/v1/apis/informers/externalversions/factory.go:140 I0311 09:46:52.513182 3375 reflector.go:376] Caches populated for *v1.EgressIP from github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/egressip/v1/apis/informers/externalversions/factory.go:140 I0311 09:46:52.516922 3375 reflector.go:313] Starting reflector *v1.EgressFirewall (0s) from github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/egressfirewall/v1/apis/informers/externalversions/factory.go:140 I0311 09:46:52.516932 3375 reflector.go:349] Listing and watching *v1.EgressFirewall from github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/egressfirewall/v1/apis/informers/externalversions/factory.go:140 I0311 09:46:52.518885 3375 reflector.go:376] Caches populated for *v1.EgressFirewall from github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/egressfirewall/v1/apis/informers/externalversions/factory.go:140 I0311 09:46:52.522544 3375 reflector.go:313] Starting reflector *v1.EgressQoS (0s) from github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/egressqos/v1/apis/informers/externalversions/factory.go:140 I0311 09:46:52.522555 3375 reflector.go:349] Listing and watching *v1.EgressQoS from github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/egressqos/v1/apis/informers/externalversions/factory.go:140 I0311 09:46:52.524567 3375 reflector.go:376] Caches populated for *v1.EgressQoS from github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/egressqos/v1/apis/informers/externalversions/factory.go:140 I0311 09:46:52.528142 3375 reflector.go:313] Starting reflector *v1.EgressService (0s) from github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/egressservice/v1/apis/informers/externalversions/factory.go:140 I0311 09:46:52.528154 3375 reflector.go:349] Listing and watching *v1.EgressService from github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/egressservice/v1/apis/informers/externalversions/factory.go:140 I0311 09:46:52.530041 3375 reflector.go:376] Caches populated for *v1.EgressService from github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/egressservice/v1/apis/informers/externalversions/factory.go:140 I0311 09:46:52.533773 3375 reflector.go:313] Starting reflector *v1.AdminPolicyBasedExternalRoute (0s) from github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/adminpolicybasedroute/v1/apis/informers/externalversions/factory.go:140 I0311 09:46:52.533783 3375 reflector.go:349] Listing and watching *v1.AdminPolicyBasedExternalRoute from github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/adminpolicybasedroute/v1/apis/informers/externalversions/factory.go:140 I0311 09:46:52.535646 3375 reflector.go:376] Caches populated for *v1.AdminPolicyBasedExternalRoute from github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/adminpolicybasedroute/v1/apis/informers/externalversions/factory.go:140 I0311 09:46:52.539418 3375 reflector.go:313] Starting reflector *v1.NetworkAttachmentDefinition (0s) from github.com/k8snetworkplumbingwg/network-attachment-definition-client/pkg/client/informers/externalversions/factory.go:117 I0311 09:46:52.539431 3375 reflector.go:349] Listing and watching *v1.NetworkAttachmentDefinition from github.com/k8snetworkplumbingwg/network-attachment-definition-client/pkg/client/informers/externalversions/factory.go:117 I0311 09:46:52.541227 3375 reflector.go:376] Caches populated for *v1.NetworkAttachmentDefinition from github.com/k8snetworkplumbingwg/network-attachment-definition-client/pkg/client/informers/externalversions/factory.go:117 I0311 09:46:52.544898 3375 reflector.go:313] Starting reflector *v1.ClusterUserDefinedNetwork (0s) from github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/userdefinednetwork/v1/apis/informers/externalversions/factory.go:140 I0311 09:46:52.544909 3375 reflector.go:349] Listing and watching *v1.ClusterUserDefinedNetwork from github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/userdefinednetwork/v1/apis/informers/externalversions/factory.go:140 I0311 09:46:52.544961 3375 reflector.go:313] Starting reflector *v1.UserDefinedNetwork (0s) from github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/userdefinednetwork/v1/apis/informers/externalversions/factory.go:140 I0311 09:46:52.544973 3375 reflector.go:349] Listing and watching *v1.UserDefinedNetwork from github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/userdefinednetwork/v1/apis/informers/externalversions/factory.go:140 I0311 09:46:52.546954 3375 reflector.go:376] Caches populated for *v1.ClusterUserDefinedNetwork from github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/userdefinednetwork/v1/apis/informers/externalversions/factory.go:140 I0311 09:46:52.546989 3375 reflector.go:376] Caches populated for *v1.UserDefinedNetwork from github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/userdefinednetwork/v1/apis/informers/externalversions/factory.go:140 I0311 09:46:52.550847 3375 default_node_network_controller.go:169] Enable node proxy healthz server on 0.0.0.0:10256 I0311 09:46:52.553240 3375 controller_manager.go:399] Waiting up to 5m0s for a node to have "ip-10-0-1-185.ec2.internal" zone I0311 09:46:52.591360 3375 default_node_network_controller.go:806] Initializing the default node network controller I0311 09:46:52.616363 3375 ovs.go:160] Exec(10): /usr/bin/ovs-vsctl --timeout=15 --no-heading --data=bare --format=csv --columns name list interface I0311 09:46:52.621284 3375 ovs.go:163] Exec(10): stdout: "br-int\nens5\nbr-ex\n" I0311 09:46:52.621299 3375 ovs.go:164] Exec(10): stderr: "" I0311 09:46:52.621364 3375 ovs.go:160] Exec(11): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only get SB_Global . options:name I0311 09:46:52.625565 3375 ovs.go:163] Exec(11): stdout: "ip-10-0-1-185.ec2.internal\n" I0311 09:46:52.625576 3375 ovs.go:164] Exec(11): stderr: "" I0311 09:46:52.625595 3375 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.185 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-185.ec2.internal" I0311 09:46:52.631155 3375 ovs.go:163] Exec(12): stdout: "" I0311 09:46:52.631171 3375 ovs.go:164] Exec(12): stderr: "" I0311 09:46:52.631179 3375 ovs.go:160] Exec(13): /usr/bin/ovs-vsctl --timeout=15 -- clear bridge br-int netflow -- clear bridge br-int sflow -- clear bridge br-int ipfix I0311 09:46:52.635697 3375 ovs.go:163] Exec(13): stdout: "" I0311 09:46:52.635710 3375 ovs.go:164] Exec(13): stderr: "" I0311 09:46:52.635726 3375 udn_isolation.go:101] Starting UDN host isolation manager I0311 09:46:52.641737 3375 udn_isolation.go:112] Found kubelet cgroup path: system.slice/kubelet.service I0311 09:46:52.682823 3375 controller.go:132] Adding controller udn-host-isolation-manager event handlers I0311 09:46:52.682941 3375 shared_informer.go:313] Waiting for caches to sync for udn-host-isolation-manager I0311 09:46:52.682952 3375 shared_informer.go:320] Caches are synced for udn-host-isolation-manager I0311 09:46:52.714560 3375 controller.go:156] Starting controller udn-host-isolation-manager with 1 workers I0311 09:46:52.714624 3375 default_node_network_controller.go:912] Node ip-10-0-1-185.ec2.internal ready for ovn initialization with subnet 10.129.0.0/23 I0311 09:46:52.720096 3375 kube.go:133] Setting annotations map[k8s.ovn.org/node-encap-ips:["10.0.1.185"] k8s.ovn.org/zone-name:ip-10-0-1-185.ec2.internal] on node ip-10-0-1-185.ec2.internal I0311 09:46:52.735939 3375 config.go:1705] Exec: /usr/bin/ovs-vsctl --timeout=15 set Open_vSwitch . external_ids:ovn-remote="unix:/var/run/ovn/ovnsb_db.sock" I0311 09:46:52.741940 3375 gateway_init.go:332] Initializing Gateway Functionality for Gateway PreStart I0311 09:46:52.741958 3375 ovs.go:160] Exec(14): /usr/bin/ovs-vsctl --timeout=15 port-to-br br-ex I0311 09:46:52.749023 3375 ovs.go:163] Exec(14): stdout: "" I0311 09:46:52.749040 3375 ovs.go:164] Exec(14): stderr: "ovs-vsctl: no port named br-ex\n" I0311 09:46:52.749048 3375 ovs.go:166] Exec(14): err: exit status 1 I0311 09:46:52.749185 3375 helper_linux.go:93] Provided gateway interface "br-ex", found as index: 5 I0311 09:46:52.749392 3375 helper_linux.go:118] Found default gateway interface br-ex 10.0.1.1 I0311 09:46:52.749556 3375 gateway_init.go:369] Preparing Gateway I0311 09:46:52.749572 3375 gateway_shared_intf.go:2405] Creating new gateway I0311 09:46:52.749664 3375 ovs.go:160] Exec(15): /usr/bin/ovs-vsctl --timeout=15 port-to-br br-ex I0311 09:46:52.754863 3375 ovs.go:163] Exec(15): stdout: "" I0311 09:46:52.754877 3375 ovs.go:164] Exec(15): stderr: "ovs-vsctl: no port named br-ex\n" I0311 09:46:52.754883 3375 ovs.go:166] Exec(15): err: exit status 1 I0311 09:46:52.754892 3375 ovs.go:160] Exec(16): /usr/bin/ovs-vsctl --timeout=15 br-exists br-ex I0311 09:46:52.759690 3375 ovs.go:163] Exec(16): stdout: "" I0311 09:46:52.759707 3375 ovs.go:164] Exec(16): stderr: "" I0311 09:46:52.759719 3375 ovs.go:160] Exec(17): /usr/bin/ovs-vsctl --timeout=15 list-ports br-ex I0311 09:46:52.764446 3375 ovs.go:163] Exec(17): stdout: "ens5\n" I0311 09:46:52.764458 3375 ovs.go:164] Exec(17): stderr: "" I0311 09:46:52.764467 3375 ovs.go:160] Exec(18): /usr/bin/ovs-vsctl --timeout=15 get Port ens5 Interfaces I0311 09:46:52.769003 3375 ovs.go:163] Exec(18): stdout: "[4fd7cb4d-21f5-4a7c-ad11-df3e231de05b]\n" I0311 09:46:52.769017 3375 ovs.go:164] Exec(18): stderr: "" I0311 09:46:52.769028 3375 ovs.go:160] Exec(19): /usr/bin/ovs-vsctl --timeout=15 get Interface 4fd7cb4d-21f5-4a7c-ad11-df3e231de05b Type I0311 09:46:52.773550 3375 ovs.go:163] Exec(19): stdout: "system\n" I0311 09:46:52.773561 3375 ovs.go:164] Exec(19): stderr: "" I0311 09:46:52.773570 3375 ovs.go:160] Exec(20): /usr/bin/ovs-vsctl --timeout=15 get interface ens5 ofport I0311 09:46:52.777901 3375 ovs.go:163] Exec(20): stdout: "1\n" I0311 09:46:52.777912 3375 ovs.go:164] Exec(20): stderr: "" I0311 09:46:52.777920 3375 ovs.go:160] Exec(21): /usr/bin/ovs-vsctl --timeout=15 --if-exists get interface br-ex mac_in_use I0311 09:46:52.782332 3375 ovs.go:163] Exec(21): stdout: "\"0a:ff:fe:0a:20:c1\"\n" I0311 09:46:52.782345 3375 ovs.go:164] Exec(21): stderr: "" I0311 09:46:52.782354 3375 ovs.go:160] Exec(22): /usr/sbin/sysctl -w net/ipv4/conf/br-ex/forwarding=1 I0311 09:46:52.783004 3375 ovs.go:163] Exec(22): stdout: "net.ipv4.conf.br-ex.forwarding = 1\n" I0311 09:46:52.783014 3375 ovs.go:164] Exec(22): stderr: "" I0311 09:46:52.783022 3375 ovs.go:160] Exec(23): /usr/bin/ovs-vsctl --timeout=15 --if-exists get Open_vSwitch . external_ids:ovn-bridge-mappings I0311 09:46:52.787353 3375 ovs.go:163] Exec(23): stdout: "\n" I0311 09:46:52.787365 3375 ovs.go:164] Exec(23): stderr: "" I0311 09:46:52.787373 3375 ovs.go:160] Exec(24): /usr/bin/ovs-vsctl --timeout=15 set Open_vSwitch . external_ids:ovn-bridge-mappings=physnet:br-ex I0311 09:46:52.792473 3375 ovs.go:163] Exec(24): stdout: "" I0311 09:46:52.792486 3375 ovs.go:164] Exec(24): stderr: "" I0311 09:46:52.792495 3375 ovs.go:160] Exec(25): /usr/bin/ovs-vsctl --timeout=15 --if-exists get Open_vSwitch . external_ids:system-id I0311 09:46:52.796943 3375 ovs.go:163] Exec(25): stdout: "\"d2f5be63-fe1e-4642-b758-28d8768f217a\"\n" I0311 09:46:52.796953 3375 ovs.go:164] Exec(25): stderr: "" I0311 09:46:52.796961 3375 ovs.go:160] Exec(26): /usr/bin/ovs-appctl --timeout=15 dpif/show-dp-features br-ex I0311 09:46:52.800051 3375 ovs.go:163] Exec(26): stdout: "Masked set action: Yes\nTunnel push pop: No\nUfid: Yes\nTruncate action: Yes\nClone action: Yes\nSample nesting: 10\nConntrack eventmask: Yes\nConntrack clear: Yes\nMax dp_hash algorithm: 1\nCheck pkt length action: Yes\nConntrack timeout policy: Yes\nExplicit Drop action: Yes\nOptimized Balance TCP mode: No\nConntrack all-zero IP SNAT: Yes\nMPLS Label add: Yes\npsample action: Yes\nMax VLAN headers: 2\nMax MPLS depth: 3\nRecirc: Yes\nCT state: Yes\nCT zone: Yes\nCT mark: Yes\nCT label: Yes\nCT state NAT: Yes\nCT orig tuple: Yes\nCT orig tuple for IPv6: Yes\nIPv6 ND Extension: No\n" I0311 09:46:52.800071 3375 ovs.go:164] Exec(26): stderr: "" I0311 09:46:52.800125 3375 ovs.go:160] Exec(27): /usr/bin/ovs-vsctl --timeout=15 --if-exists get Open_vSwitch . other_config:hw-offload I0311 09:46:52.804109 3375 controller_manager.go:422] Waiting for node in zone sync took: 250.852659ms I0311 09:46:52.804316 3375 ovs.go:163] Exec(27): stdout: "\n" I0311 09:46:52.804329 3375 ovs.go:164] Exec(27): stderr: "" I0311 09:46:52.804318 3375 ovs.go:160] Exec(28): /usr/bin/ovsdb-client list-columns unix:/var/run/ovn/ovnnb_db.sock --data=bare --no-heading --format=json OVN_Northbound Load_Balancer I0311 09:46:52.804847 3375 ovs.go:160] Exec(29): /usr/bin/ovs-appctl --timeout=15 fdb/add br-ex br-ex 0 0a:ff:fe:0a:20:c1 I0311 09:46:52.808491 3375 ovs.go:163] Exec(29): stdout: "Overriding already existing dynamic entry on LOCAL\n" I0311 09:46:52.808505 3375 ovs.go:164] Exec(29): stderr: "" I0311 09:46:52.808596 3375 iptables.go:144] Deleting rule in table: filter, chain: FORWARD with args: "-p tcp -m tcp --dport 22623 -j REJECT" for protocol: 0 I0311 09:46:52.809738 3375 ovs.go:163] Exec(28): stdout: "{\"data\":[[\"health_check\",{\"key\":{\"refTable\":\"Load_Balancer_Health_Check\",\"type\":\"uuid\"},\"max\":\"unlimited\",\"min\":0}],[\"external_ids\",{\"key\":\"string\",\"max\":\"unlimited\",\"min\":0,\"value\":\"string\"}],[\"_uuid\",\"uuid\"],[\"selection_fields\",{\"key\":{\"enum\":[\"set\",[\"eth_dst\",\"eth_src\",\"ip_dst\",\"ip_src\",\"tp_dst\",\"tp_src\"]],\"type\":\"string\"},\"max\":\"unlimited\",\"min\":0}],[\"vips\",{\"key\":\"string\",\"max\":\"unlimited\",\"min\":0,\"value\":\"string\"}],[\"_version\",\"uuid\"],[\"ip_port_mappings\",{\"key\":\"string\",\"max\":\"unlimited\",\"min\":0,\"value\":\"string\"}],[\"name\",\"string\"],[\"options\",{\"key\":\"string\",\"max\":\"unlimited\",\"min\":0,\"value\":\"string\"}],[\"protocol\",{\"key\":{\"enum\":[\"set\",[\"sctp\",\"tcp\",\"udp\"]],\"type\":\"string\"},\"min\":0}]],\"headings\":[\"Column\",\"Type\"]}\n" I0311 09:46:52.809760 3375 ovs.go:164] Exec(28): stderr: "" I0311 09:46:52.809838 3375 controller_manager.go:283] SCTP support detected in OVN I0311 09:46:52.809873 3375 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:u0287199477}] I0311 09:46:52.809910 3375 model_client.go:374] Create operations generated as: [{Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u0287199477}]} fair:{GoSet:[true]} name:acl-logging unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0287199478}] I0311 09:46:52.809931 3375 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:u0287199477} {Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u0287199477}]} fair:{GoSet:[true]} name:acl-logging unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0287199478}] I0311 09:46:52.810363 3375 duration.go:387] Config duration recorder: updated measurement rate to approx 1 in every 30 requests I0311 09:46:52.810479 3375 services_controller.go:70] Creating services controller for network=default I0311 09:46:52.810605 3375 udn_enabled_svc.go:80] Waiting for service informer to sync I0311 09:46:52.810712 3375 controller.go:132] Adding controller [zone-nad-controller NAD controller] event handlers I0311 09:46:52.810737 3375 shared_informer.go:313] Waiting for caches to sync for [zone-nad-controller NAD controller] I0311 09:46:52.810746 3375 shared_informer.go:320] Caches are synced for [zone-nad-controller NAD controller] I0311 09:46:52.810755 3375 controller.go:156] Starting controller [zone-nad-controller NAD controller] with 1 workers I0311 09:46:52.810782 3375 network_controller.go:246] [zone-nad-controller network controller]: syncing all networks I0311 09:46:52.810792 3375 network_controller.go:257] [zone-nad-controller network controller]: finished syncing all networks. Time taken: 9.617µs I0311 09:46:52.810806 3375 controller.go:156] Starting controller [zone-nad-controller network controller] with 1 workers I0311 09:46:52.810763 3375 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:u0287199479}] I0311 09:46:52.810816 3375 nad_controller.go:162] [zone-nad-controller NAD controller]: started I0311 09:46:52.810828 3375 default_network_controller.go:322] Starting the default network controller I0311 09:46:52.810827 3375 address_set.go:303] New(u0287199479/udn-enabled-svc:UDNEnabledService:udn-enabled-svc-cluster-ips:v4/a3613486944346402462) with [] I0311 09:46:52.810839 3375 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:u0287199479}] I0311 09:46:52.810916 3375 default_network_controller.go:367] Existing number of nodes: 3 I0311 09:46:52.810932 3375 ovs.go:160] Exec(30): /usr/bin/ovn-nbctl --timeout=15 --columns=_uuid list Load_Balancer_Group I0311 09:46:52.811230 3375 udn_enabled_svc.go:95] Performing full resync I0311 09:46:52.811320 3375 model_client.go:383] Update operations generated as: [{Op:update Table:Address_Set Row:map[addresses:{GoSet:[172.30.0.10 172.30.0.1]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {619cf505-5f31-4051-923a-13e4477096f2}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:52.811360 3375 transact.go:43] Configuring OVN: [{Op:update Table:Address_Set Row:map[addresses:{GoSet:[172.30.0.10 172.30.0.1]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {619cf505-5f31-4051-923a-13e4477096f2}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:52.811637 3375 udn_enabled_svc.go:99] Waiting for handler to sync I0311 09:46:52.811649 3375 udn_enabled_svc.go:104] Starting worker I0311 09:46:52.814810 3375 ovs.go:163] Exec(30): stdout: "" I0311 09:46:52.814821 3375 ovs.go:164] Exec(30): stderr: "" I0311 09:46:52.814849 3375 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:u0287199480}] I0311 09:46:52.814871 3375 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:u0287199481}] I0311 09:46:52.814891 3375 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:u0287199482}] I0311 09:46:52.814910 3375 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:u0287199480} {Op:insert Table:Load_Balancer_Group Row:map[name:clusterSwitchLBGroup] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0287199481} {Op:insert Table:Load_Balancer_Group Row:map[name:clusterRouterLBGroup] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0287199482}] I0311 09:46:52.815266 3375 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:u0287199483}] I0311 09:46:52.815310 3375 model_client.go:374] Create operations generated as: [{Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u0287199483}]} fair:{GoSet:[true]} name:arp-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0287199484}] I0311 09:46:52.815354 3375 model_client.go:374] Create operations generated as: [{Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u0287199483}]} fair:{GoSet:[true]} name:arp-resolve-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0287199485}] I0311 09:46:52.815387 3375 model_client.go:374] Create operations generated as: [{Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u0287199483}]} fair:{GoSet:[true]} name:bfd-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0287199486}] I0311 09:46:52.815416 3375 model_client.go:374] Create operations generated as: [{Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u0287199483}]} fair:{GoSet:[true]} name:event-elb-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0287199487}] I0311 09:46:52.815451 3375 model_client.go:374] Create operations generated as: [{Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u0287199483}]} fair:{GoSet:[true]} name:icmp4-error-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0287199488}] I0311 09:46:52.815479 3375 model_client.go:374] Create operations generated as: [{Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u0287199483}]} fair:{GoSet:[true]} name:icmp6-error-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0287199489}] I0311 09:46:52.815509 3375 model_client.go:374] Create operations generated as: [{Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u0287199483}]} fair:{GoSet:[true]} name:reject-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0287199490}] I0311 09:46:52.815542 3375 model_client.go:374] Create operations generated as: [{Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u0287199483}]} fair:{GoSet:[true]} name:tcp-reset-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0287199491}] I0311 09:46:52.815573 3375 model_client.go:374] Create operations generated as: [{Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u0287199483}]} fair:{GoSet:[true]} name:svc-monitor-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0287199492}] I0311 09:46:52.815616 3375 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:u0287199493}] I0311 09:46:52.815639 3375 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:u0287199483} {Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u0287199483}]} fair:{GoSet:[true]} name:arp-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0287199484} {Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u0287199483}]} fair:{GoSet:[true]} name:arp-resolve-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0287199485} {Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u0287199483}]} fair:{GoSet:[true]} name:bfd-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0287199486} {Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u0287199483}]} fair:{GoSet:[true]} name:event-elb-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0287199487} {Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u0287199483}]} fair:{GoSet:[true]} name:icmp4-error-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0287199488} {Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u0287199483}]} fair:{GoSet:[true]} name:icmp6-error-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0287199489} {Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u0287199483}]} fair:{GoSet:[true]} name:reject-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0287199490} {Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u0287199483}]} fair:{GoSet:[true]} name:tcp-reset-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0287199491} {Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u0287199483}]} fair:{GoSet:[true]} name:svc-monitor-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0287199492} {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:u0287199493}] I0311 09:46:52.816666 3375 model_client.go:374] Create operations generated as: [{Op:insert Table:Logical_Router Row:map[copp:{GoSet:[{GoUUID:0764de48-bfec-4f91-9d7a-0db47a862ece}]} 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:u0287199494}] I0311 09:46:52.816690 3375 transact.go:43] Configuring OVN: [{Op:wait Table:Logical_Router Row:map[] Rows:[map[name:ovn_cluster_router]] Columns:[name] Mutations:[] Timeout:0xc00939fab0 Where:[where column name == ovn_cluster_router] Until:!= Durable: Comment: Lock: UUID: UUIDName:} {Op:insert Table:Logical_Router Row:map[copp:{GoSet:[{GoUUID:0764de48-bfec-4f91-9d7a-0db47a862ece}]} 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:u0287199494}] I0311 09:46:52.816817 3375 iptables.go:144] Deleting rule in table: filter, chain: FORWARD with args: "-p tcp -m tcp --dport 22624 -j REJECT" for protocol: 0 I0311 09:46:52.817035 3375 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:u0287199495}] I0311 09:46:52.817059 3375 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:u0287199495}] I0311 09:46:52.817376 3375 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:u0287199496}] I0311 09:46:52.817406 3375 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:u0287199496}] I0311 09:46:52.817740 3375 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:u0287199497}] I0311 09:46:52.817787 3375 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:u0287199498}] I0311 09:46:52.817827 3375 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:u0287199497} {GoUUID:u0287199498}]}}] Timeout: Where:[where column _uuid == {cc9dbd14-ade2-4ced-9d40-af7d007fcefd}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:52.817851 3375 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:u0287199497} {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:u0287199498} {Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:acls Mutator:insert Value:{GoSet:[{GoUUID:u0287199497} {GoUUID:u0287199498}]}}] Timeout: Where:[where column _uuid == {cc9dbd14-ade2-4ced-9d40-af7d007fcefd}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:52.818363 3375 iptables.go:144] Deleting rule in table: filter, chain: OUTPUT with args: "-p tcp -m tcp --dport 22623 -j REJECT" for protocol: 0 I0311 09:46:52.818533 3375 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:u0287199499}] I0311 09:46:52.818590 3375 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:u0287199500}] I0311 09:46:52.818643 3375 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:u0287199499} {GoUUID:u0287199500}]}}] Timeout: Where:[where column _uuid == {125dfe2f-b840-42c6-87b9-a82df84c7560}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:52.818665 3375 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:u0287199499} {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:u0287199500} {Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:acls Mutator:insert Value:{GoSet:[{GoUUID:u0287199499} {GoUUID:u0287199500}]}}] Timeout: Where:[where column _uuid == {125dfe2f-b840-42c6-87b9-a82df84c7560}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:52.819318 3375 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:u0287199501}] I0311 09:46:52.819337 3375 transact.go:43] Configuring OVN: [{Op:wait Table:Logical_Switch Row:map[] Rows:[map[name:join]] Columns:[name] Mutations:[] Timeout:0xc009123ee0 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:u0287199501}] I0311 09:46:52.819579 3375 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:u0287199502}] I0311 09:46:52.819623 3375 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:u0287199502}]}}] Timeout: Where:[where column _uuid == {8944ab81-04cf-49d7-a679-0f725e047d14}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:52.819641 3375 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:u0287199502} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u0287199502}]}}] Timeout: Where:[where column _uuid == {8944ab81-04cf-49d7-a679-0f725e047d14}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:52.819687 3375 iptables.go:144] Deleting rule in table: filter, chain: OUTPUT with args: "-p tcp -m tcp --dport 22624 -j REJECT" for protocol: 0 I0311 09:46:52.819934 3375 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:u0287199503}] I0311 09:46:52.819976 3375 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:u0287199503}]}}] Timeout: Where:[where column _uuid == {898e9f34-5201-45e4-9061-86ca7c864ad0}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:52.819994 3375 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:u0287199503} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u0287199503}]}}] Timeout: Where:[where column _uuid == {898e9f34-5201-45e4-9061-86ca7c864ad0}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:52.820413 3375 default_network_controller.go:389] Cleaning External Gateway ECMP routes I0311 09:46:52.820533 3375 repair.go:33] Syncing exgw routes took 104.532µs I0311 09:46:52.820563 3375 default_network_controller.go:408] Starting all the Watchers... I0311 09:46:52.820817 3375 obj_retry.go:509] Add event received for *v1.Namespace openshift-operators-redhat I0311 09:46:52.820891 3375 namespace.go:93] [openshift-operators-redhat] adding namespace I0311 09:46:52.820813 3375 obj_retry.go:509] Add event received for *v1.Namespace openshift-node I0311 09:46:52.820963 3375 namespace.go:93] [openshift-node] adding namespace I0311 09:46:52.820817 3375 obj_retry.go:509] Add event received for *v1.Namespace openshift-operator-lifecycle-manager I0311 09:46:52.820986 3375 namespace.go:93] [openshift-operator-lifecycle-manager] adding namespace I0311 09:46:52.820831 3375 obj_retry.go:509] Add event received for *v1.Namespace open-cluster-management-agent-addon I0311 09:46:52.821008 3375 namespace.go:93] [open-cluster-management-agent-addon] adding namespace I0311 09:46:52.820834 3375 obj_retry.go:509] Add event received for *v1.Namespace openshift-backplane-managed-scripts I0311 09:46:52.821035 3375 namespace.go:93] [openshift-backplane-managed-scripts] adding namespace I0311 09:46:52.820838 3375 obj_retry.go:509] Add event received for *v1.Namespace openshift-kube-controller-manager I0311 09:46:52.821052 3375 namespace.go:93] [openshift-kube-controller-manager] adding namespace I0311 09:46:52.820813 3375 obj_retry.go:509] Add event received for *v1.Namespace openshift-kube-controller-manager-operator I0311 09:46:52.821064 3375 namespace.go:93] [openshift-kube-controller-manager-operator] adding namespace I0311 09:46:52.820848 3375 obj_retry.go:509] Add event received for *v1.Namespace dedicated-admin I0311 09:46:52.821084 3375 namespace.go:93] [dedicated-admin] adding namespace I0311 09:46:52.820847 3375 obj_retry.go:509] Add event received for *v1.Namespace openshift-cluster-node-tuning-operator I0311 09:46:52.821101 3375 namespace.go:93] [openshift-cluster-node-tuning-operator] adding namespace I0311 09:46:52.820848 3375 obj_retry.go:509] Add event received for *v1.Namespace openshift-backplane-mobb I0311 09:46:52.821114 3375 namespace.go:93] [openshift-backplane-mobb] adding namespace I0311 09:46:52.820852 3375 obj_retry.go:509] Add event received for *v1.Namespace openshift-cluster-samples-operator I0311 09:46:52.821125 3375 namespace.go:93] [openshift-cluster-samples-operator] adding namespace I0311 09:46:52.820852 3375 obj_retry.go:509] Add event received for *v1.Namespace openshift-ingress-canary I0311 09:46:52.821144 3375 namespace.go:93] [openshift-ingress-canary] adding namespace I0311 09:46:52.820858 3375 obj_retry.go:509] Add event received for *v1.Namespace openshift I0311 09:46:52.821158 3375 namespace.go:93] [openshift] adding namespace I0311 09:46:52.820862 3375 obj_retry.go:509] Add event received for *v1.Namespace openshift-service-ca-operator I0311 09:46:52.821168 3375 iptables.go:108] Creating table: filter chain: FORWARD I0311 09:46:52.820861 3375 obj_retry.go:509] Add event received for *v1.Namespace openshift-network-diagnostics I0311 09:46:52.821184 3375 namespace.go:93] [openshift-network-diagnostics] adding namespace I0311 09:46:52.820989 3375 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:u0287199504}] I0311 09:46:52.821194 3375 address_set.go:303] New(u0287199504/default-network-controller:Namespace:openshift-operators-redhat:v4/a12821998257320927754) with [] I0311 09:46:52.821173 3375 namespace.go:93] [openshift-service-ca-operator] adding namespace I0311 09:46:52.821202 3375 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:u0287199504}] I0311 09:46:52.821547 3375 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:u0287199505}] I0311 09:46:52.821569 3375 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:u0287199505}] I0311 09:46:52.821847 3375 namespace.go:97] [openshift-operators-redhat] adding namespace took 945.594µs I0311 09:46:52.821863 3375 obj_retry.go:548] Creating *v1.Namespace openshift-operators-redhat took: 985.016µs I0311 09:46:52.821874 3375 obj_retry.go:509] Add event received for *v1.Namespace openshift-image-registry I0311 09:46:52.821882 3375 namespace.go:93] [openshift-image-registry] adding namespace I0311 09:46:52.821924 3375 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:u0287199506}] I0311 09:46:52.821949 3375 address_set.go:303] New(u0287199506/default-network-controller:Namespace:openshift-image-registry:v4/a65811733811199347) with [] I0311 09:46:52.821957 3375 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:u0287199506}] I0311 09:46:52.822185 3375 iptables.go:110] Chain: "FORWARD" in table: "filter" already exists, skipping creation: running [/usr/sbin/iptables -t filter -N FORWARD --wait]: exit status 1: iptables: Chain already exists. I0311 09:46:52.822282 3375 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:u0287199507}] I0311 09:46:52.822307 3375 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:u0287199507}] I0311 09:46:52.822578 3375 namespace.go:97] [openshift-image-registry] adding namespace took 691.283µs I0311 09:46:52.822590 3375 obj_retry.go:548] Creating *v1.Namespace openshift-image-registry took: 707.861µs I0311 09:46:52.822598 3375 obj_retry.go:509] Add event received for *v1.Namespace openshift-network-node-identity I0311 09:46:52.822604 3375 namespace.go:93] [openshift-network-node-identity] adding namespace I0311 09:46:52.822639 3375 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:u0287199508}] I0311 09:46:52.822661 3375 address_set.go:303] New(u0287199508/default-network-controller:Namespace:openshift-network-node-identity:v4/a6647208685787594228) with [] I0311 09:46:52.822666 3375 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:u0287199508}] I0311 09:46:52.822939 3375 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:u0287199509}] I0311 09:46:52.822961 3375 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:u0287199509}] I0311 09:46:52.823324 3375 namespace.go:97] [openshift-network-node-identity] adding namespace took 715.549µs I0311 09:46:52.823334 3375 obj_retry.go:548] Creating *v1.Namespace openshift-network-node-identity took: 729.227µs I0311 09:46:52.823340 3375 obj_retry.go:509] Add event received for *v1.Namespace openshift-kube-apiserver-operator I0311 09:46:52.823346 3375 namespace.go:93] [openshift-kube-apiserver-operator] adding namespace I0311 09:46:52.823388 3375 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:u0287199510}] I0311 09:46:52.823429 3375 address_set.go:303] New(u0287199510/default-network-controller:Namespace:openshift-node:v4/a10320713570038180226) with [] I0311 09:46:52.823442 3375 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:u0287199510}] I0311 09:46:52.823691 3375 iptables.go:121] Adding rule in table: filter, chain: FORWARD with args: "-p tcp -m tcp --dport 22623 --syn -j REJECT" for protocol: 0 I0311 09:46:52.823786 3375 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:u0287199511}] I0311 09:46:52.823811 3375 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:u0287199511}] I0311 09:46:52.824119 3375 namespace.go:97] [openshift-node] adding namespace took 3.150268ms I0311 09:46:52.824129 3375 obj_retry.go:548] Creating *v1.Namespace openshift-node took: 3.178223ms I0311 09:46:52.824135 3375 obj_retry.go:509] Add event received for *v1.Namespace openshift-backplane-lpsre I0311 09:46:52.824139 3375 namespace.go:93] [openshift-backplane-lpsre] adding namespace I0311 09:46:52.824127 3375 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:u0287199512}] I0311 09:46:52.824148 3375 address_set.go:303] New(u0287199512/default-network-controller:Namespace:openshift-operator-lifecycle-manager:v4/a1482332553631220387) with [] I0311 09:46:52.824154 3375 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:u0287199512}] I0311 09:46:52.824428 3375 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:u0287199513}] I0311 09:46:52.824448 3375 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:u0287199513}] I0311 09:46:52.824728 3375 namespace.go:97] [openshift-operator-lifecycle-manager] adding namespace took 3.735111ms I0311 09:46:52.824738 3375 obj_retry.go:548] Creating *v1.Namespace openshift-operator-lifecycle-manager took: 3.764337ms I0311 09:46:52.824743 3375 obj_retry.go:509] Add event received for *v1.Namespace openshift-cluster-storage-operator I0311 09:46:52.824748 3375 namespace.go:93] [openshift-cluster-storage-operator] adding namespace I0311 09:46:52.824715 3375 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:u0287199514}] I0311 09:46:52.824755 3375 address_set.go:303] New(u0287199514/default-network-controller:Namespace:open-cluster-management-agent-addon:v4/a14768925457034213591) with [] I0311 09:46:52.824761 3375 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:u0287199514}] I0311 09:46:52.825000 3375 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:u0287199515}] I0311 09:46:52.825019 3375 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:u0287199515}] I0311 09:46:52.825305 3375 namespace.go:97] [open-cluster-management-agent-addon] adding namespace took 4.289704ms I0311 09:46:52.825296 3375 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:u0287199516}] I0311 09:46:52.825315 3375 obj_retry.go:548] Creating *v1.Namespace open-cluster-management-agent-addon took: 4.317178ms I0311 09:46:52.825321 3375 obj_retry.go:509] Add event received for *v1.Namespace openshift-config-operator I0311 09:46:52.825320 3375 address_set.go:303] New(u0287199516/default-network-controller:Namespace:openshift-backplane-managed-scripts:v4/a11237327277355820504) with [] I0311 09:46:52.825326 3375 namespace.go:93] [openshift-config-operator] adding namespace I0311 09:46:52.825328 3375 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:u0287199516}] I0311 09:46:52.825574 3375 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:u0287199517}] I0311 09:46:52.825592 3375 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:u0287199517}] I0311 09:46:52.825866 3375 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:u0287199518}] I0311 09:46:52.825897 3375 address_set.go:303] New(u0287199518/default-network-controller:Namespace:openshift-kube-controller-manager:v4/a4663622633901538608) with [] I0311 09:46:52.825903 3375 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:u0287199518}] I0311 09:46:52.825883 3375 namespace.go:97] [openshift-backplane-managed-scripts] adding namespace took 4.838938ms I0311 09:46:52.825952 3375 obj_retry.go:548] Creating *v1.Namespace openshift-backplane-managed-scripts took: 4.929335ms I0311 09:46:52.825960 3375 obj_retry.go:509] Add event received for *v1.Namespace open-cluster-management-2oveefiled799j1l8h60tce40faspn30 I0311 09:46:52.825966 3375 namespace.go:93] [open-cluster-management-2oveefiled799j1l8h60tce40faspn30] adding namespace I0311 09:46:52.826167 3375 iptables.go:121] Adding rule in table: filter, chain: FORWARD with args: "-p tcp -m tcp --dport 22624 --syn -j REJECT" for protocol: 0 I0311 09:46:52.826184 3375 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:u0287199519}] I0311 09:46:52.826226 3375 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:u0287199519}] I0311 09:46:52.826565 3375 namespace.go:97] [openshift-kube-controller-manager] adding namespace took 5.506905ms I0311 09:46:52.826579 3375 obj_retry.go:548] Creating *v1.Namespace openshift-kube-controller-manager took: 5.53182ms I0311 09:46:52.826572 3375 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:u0287199520}] I0311 09:46:52.826588 3375 obj_retry.go:509] Add event received for *v1.Namespace openshift-network-console I0311 09:46:52.826594 3375 address_set.go:303] New(u0287199520/default-network-controller:Namespace:openshift-kube-controller-manager-operator:v4/a13990978431870169537) with [] I0311 09:46:52.826595 3375 namespace.go:93] [openshift-network-console] adding namespace I0311 09:46:52.826601 3375 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:u0287199520}] I0311 09:46:52.826873 3375 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:u0287199521}] I0311 09:46:52.826894 3375 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:u0287199521}] I0311 09:46:52.827172 3375 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:u0287199522}] I0311 09:46:52.827185 3375 namespace.go:97] [openshift-kube-controller-manager-operator] adding namespace took 6.114559ms I0311 09:46:52.827194 3375 address_set.go:303] New(u0287199522/default-network-controller:Namespace:dedicated-admin:v4/a12448594290086707900) with [] I0311 09:46:52.827196 3375 obj_retry.go:548] Creating *v1.Namespace openshift-kube-controller-manager-operator took: 6.136381ms I0311 09:46:52.827206 3375 obj_retry.go:509] Add event received for *v1.Namespace openshift-marketplace I0311 09:46:52.827225 3375 namespace.go:93] [openshift-marketplace] adding namespace I0311 09:46:52.827203 3375 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:u0287199522}] I0311 09:46:52.827438 3375 iptables.go:108] Creating table: filter chain: OUTPUT I0311 09:46:52.827537 3375 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:u0287199523}] I0311 09:46:52.827559 3375 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:u0287199523}] I0311 09:46:52.827854 3375 namespace.go:97] [dedicated-admin] adding namespace took 6.76163ms I0311 09:46:52.827865 3375 obj_retry.go:548] Creating *v1.Namespace dedicated-admin took: 6.793584ms I0311 09:46:52.827855 3375 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:u0287199524}] I0311 09:46:52.827875 3375 obj_retry.go:509] Add event received for *v1.Namespace default I0311 09:46:52.827881 3375 namespace.go:93] [default] adding namespace I0311 09:46:52.827881 3375 address_set.go:303] New(u0287199524/default-network-controller:Namespace:openshift-cluster-node-tuning-operator:v4/a10032735054068291610) with [] I0311 09:46:52.827890 3375 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:u0287199524}] I0311 09:46:52.828233 3375 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:u0287199525}] I0311 09:46:52.828266 3375 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:u0287199525}] I0311 09:46:52.828568 3375 iptables.go:110] Chain: "OUTPUT" in table: "filter" already exists, skipping creation: running [/usr/sbin/iptables -t filter -N OUTPUT --wait]: exit status 1: iptables: Chain already exists. I0311 09:46:52.828584 3375 namespace.go:97] [openshift-cluster-node-tuning-operator] adding namespace took 7.4755ms I0311 09:46:52.828594 3375 obj_retry.go:548] Creating *v1.Namespace openshift-cluster-node-tuning-operator took: 7.497167ms I0311 09:46:52.828603 3375 obj_retry.go:509] Add event received for *v1.Namespace openshift-ingress-operator I0311 09:46:52.828609 3375 namespace.go:93] [openshift-ingress-operator] adding namespace I0311 09:46:52.828562 3375 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:u0287199526}] I0311 09:46:52.828617 3375 address_set.go:303] New(u0287199526/default-network-controller:Namespace:openshift-backplane-mobb:v4/a17945876981827356512) with [] I0311 09:46:52.828623 3375 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:u0287199526}] I0311 09:46:52.828946 3375 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:u0287199527}] I0311 09:46:52.828968 3375 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:u0287199527}] I0311 09:46:52.829249 3375 namespace.go:97] [openshift-backplane-mobb] adding namespace took 8.128ms I0311 09:46:52.829262 3375 obj_retry.go:548] Creating *v1.Namespace openshift-backplane-mobb took: 8.151055ms I0311 09:46:52.829270 3375 obj_retry.go:509] Add event received for *v1.Namespace openshift-console-user-settings I0311 09:46:52.829275 3375 namespace.go:93] [openshift-console-user-settings] adding namespace I0311 09:46:52.829301 3375 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:u0287199528}] I0311 09:46:52.829329 3375 address_set.go:303] New(u0287199528/default-network-controller:Namespace:openshift-cluster-samples-operator:v4/a3083655245828550199) with [] I0311 09:46:52.829337 3375 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:u0287199528}] I0311 09:46:52.829613 3375 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:u0287199529}] I0311 09:46:52.829633 3375 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:u0287199529}] I0311 09:46:52.829863 3375 namespace.go:97] [openshift-cluster-samples-operator] adding namespace took 8.731801ms I0311 09:46:52.829871 3375 iptables.go:121] Adding rule in table: filter, chain: OUTPUT with args: "-p tcp -m tcp --dport 22623 --syn -j REJECT" for protocol: 0 I0311 09:46:52.829876 3375 obj_retry.go:548] Creating *v1.Namespace openshift-cluster-samples-operator took: 8.752529ms I0311 09:46:52.829887 3375 obj_retry.go:509] Add event received for *v1.Namespace openshift-ovn-kubernetes I0311 09:46:52.829895 3375 namespace.go:93] [openshift-ovn-kubernetes] adding namespace I0311 09:46:52.829916 3375 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:u0287199530}] I0311 09:46:52.829939 3375 address_set.go:303] New(u0287199530/default-network-controller:Namespace:openshift-ingress-canary:v4/a17074529903361539284) with [] I0311 09:46:52.829944 3375 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:u0287199530}] I0311 09:46:52.830237 3375 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:u0287199531}] I0311 09:46:52.830260 3375 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:u0287199531}] I0311 09:46:52.830560 3375 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:u0287199532}] I0311 09:46:52.830577 3375 namespace.go:97] [openshift-ingress-canary] adding namespace took 9.425266ms I0311 09:46:52.830583 3375 address_set.go:303] New(u0287199532/default-network-controller:Namespace:openshift:v4/a8611152139381270309) with [] I0311 09:46:52.830589 3375 obj_retry.go:548] Creating *v1.Namespace openshift-ingress-canary took: 9.454678ms I0311 09:46:52.830588 3375 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:u0287199532}] I0311 09:46:52.830602 3375 obj_retry.go:509] Add event received for *v1.Namespace openshift-insights I0311 09:46:52.830611 3375 namespace.go:93] [openshift-insights] adding namespace I0311 09:46:52.830901 3375 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:u0287199533}] I0311 09:46:52.830934 3375 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:u0287199533}] I0311 09:46:52.831174 3375 namespace.go:97] [openshift] adding namespace took 10.011745ms W0311 09:46:52.831180 3375 base_network_controller_namespace.go:409] Failed to get IPs for pod openshift-network-diagnostics/network-check-target-hshsz: pod openshift-network-diagnostics/network-check-target-hshsz: no pod IPs found I0311 09:46:52.831184 3375 obj_retry.go:548] Creating *v1.Namespace openshift took: 10.029305ms I0311 09:46:52.831193 3375 obj_retry.go:509] Add event received for *v1.Namespace openshift-backplane-srep I0311 09:46:52.831201 3375 namespace.go:93] [openshift-backplane-srep] adding namespace W0311 09:46:52.831249 3375 base_network_controller_namespace.go:409] Failed to get IPs for pod openshift-network-diagnostics/network-check-target-8hsmf: pod openshift-network-diagnostics/network-check-target-8hsmf: no pod IPs found I0311 09:46:52.831279 3375 model_client.go:374] Create operations generated as: [{Op:insert Table:Address_Set Row:map[addresses:{GoSet:[10.128.0.4]} 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:u0287199534}] I0311 09:46:52.831298 3375 address_set.go:303] New(u0287199534/default-network-controller:Namespace:openshift-network-diagnostics:v4/a1966919964212966539) with [10.128.0.4] I0311 09:46:52.831304 3375 transact.go:43] Configuring OVN: [{Op:insert Table:Address_Set Row:map[addresses:{GoSet:[10.128.0.4]} 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:u0287199534}] I0311 09:46:52.831601 3375 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:u0287199535}] I0311 09:46:52.831622 3375 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:u0287199535}] I0311 09:46:52.831918 3375 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:u0287199536}] I0311 09:46:52.831933 3375 namespace.go:97] [openshift-network-diagnostics] adding namespace took 10.744572ms I0311 09:46:52.831939 3375 address_set.go:303] New(u0287199536/default-network-controller:Namespace:openshift-service-ca-operator:v4/a9531058592630863333) with [] I0311 09:46:52.831941 3375 obj_retry.go:548] Creating *v1.Namespace openshift-network-diagnostics took: 10.761499ms I0311 09:46:52.831948 3375 obj_retry.go:509] Add event received for *v1.Namespace openshift-package-operator I0311 09:46:52.831944 3375 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:u0287199536}] I0311 09:46:52.831953 3375 namespace.go:93] [openshift-package-operator] adding namespace I0311 09:46:52.832285 3375 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:u0287199537}] I0311 09:46:52.832307 3375 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:u0287199537}] I0311 09:46:52.832488 3375 iptables.go:121] Adding rule in table: filter, chain: OUTPUT with args: "-p tcp -m tcp --dport 22624 --syn -j REJECT" for protocol: 0 I0311 09:46:52.832562 3375 namespace.go:97] [openshift-service-ca-operator] adding namespace took 11.321326ms I0311 09:46:52.832578 3375 obj_retry.go:548] Creating *v1.Namespace openshift-service-ca-operator took: 11.406886ms I0311 09:46:52.832589 3375 obj_retry.go:509] Add event received for *v1.Namespace openshift-backplane-cse I0311 09:46:52.832581 3375 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:u0287199538}] I0311 09:46:52.832596 3375 namespace.go:93] [openshift-backplane-cse] adding namespace I0311 09:46:52.832600 3375 address_set.go:303] New(u0287199538/default-network-controller:Namespace:openshift-kube-apiserver-operator:v4/a11465645704438275080) with [] I0311 09:46:52.832605 3375 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:u0287199538}] I0311 09:46:52.832888 3375 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:u0287199539}] I0311 09:46:52.832910 3375 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:u0287199539}] I0311 09:46:52.833180 3375 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:u0287199540}] I0311 09:46:52.833205 3375 address_set.go:303] New(u0287199540/default-network-controller:Namespace:openshift-backplane-lpsre:v4/a14720488555408461788) with [] I0311 09:46:52.833229 3375 namespace.go:97] [openshift-kube-apiserver-operator] adding namespace took 9.877345ms I0311 09:46:52.833240 3375 obj_retry.go:548] Creating *v1.Namespace openshift-kube-apiserver-operator took: 9.89236ms I0311 09:46:52.833231 3375 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:u0287199540}] I0311 09:46:52.833247 3375 obj_retry.go:509] Add event received for *v1.Namespace openshift-multus I0311 09:46:52.833253 3375 namespace.go:93] [openshift-multus] adding namespace I0311 09:46:52.833575 3375 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:u0287199541}] I0311 09:46:52.833610 3375 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:u0287199541}] I0311 09:46:52.833862 3375 namespace.go:97] [openshift-backplane-lpsre] adding namespace took 9.717568ms I0311 09:46:52.833877 3375 obj_retry.go:548] Creating *v1.Namespace openshift-backplane-lpsre took: 9.73367ms I0311 09:46:52.833890 3375 obj_retry.go:509] Add event received for *v1.Namespace openshift-network-operator I0311 09:46:52.833884 3375 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:u0287199542}] I0311 09:46:52.833900 3375 namespace.go:93] [openshift-network-operator] adding namespace I0311 09:46:52.833902 3375 address_set.go:303] New(u0287199542/default-network-controller:Namespace:openshift-cluster-storage-operator:v4/a13337366700695359377) with [] I0311 09:46:52.833866 3375 gateway_shared_intf.go:2550] Gateway Creation Complete I0311 09:46:52.833907 3375 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:u0287199542}] I0311 09:46:52.833916 3375 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-185.ec2.internal","mac-address":"0a:ff:fe:0a:20:c1","ip-addresses":["10.0.1.185/24"],"ip-address":"10.0.1.185/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:d2f5be63-fe1e-4642-b758-28d8768f217a k8s.ovn.org/node-encap-ips:["10.0.1.185"] k8s.ovn.org/node-primary-ifaddr:{"ipv4":"10.0.1.185/24"} k8s.ovn.org/zone-name:ip-10-0-1-185.ec2.internal] on node ip-10-0-1-185.ec2.internal I0311 09:46:52.834232 3375 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:u0287199543}] I0311 09:46:52.834255 3375 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:u0287199543}] I0311 09:46:52.834525 3375 namespace.go:97] [openshift-cluster-storage-operator] adding namespace took 9.772046ms I0311 09:46:52.834537 3375 obj_retry.go:548] Creating *v1.Namespace openshift-cluster-storage-operator took: 9.78759ms I0311 09:46:52.834545 3375 obj_retry.go:509] Add event received for *v1.Namespace openshift-config I0311 09:46:52.834535 3375 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:u0287199544}] I0311 09:46:52.834550 3375 namespace.go:93] [openshift-config] adding namespace I0311 09:46:52.834554 3375 address_set.go:303] New(u0287199544/default-network-controller:Namespace:openshift-config-operator:v4/a15513656991472936797) with [] I0311 09:46:52.834559 3375 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:u0287199544}] I0311 09:46:52.834815 3375 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:u0287199545}] I0311 09:46:52.834840 3375 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:u0287199545}] I0311 09:46:52.835090 3375 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-2oveefiled799j1l8h60tce40faspn30:v4 k8s.ovn.org/name:open-cluster-management-2oveefiled799j1l8h60tce40faspn30 k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a3892575010053467141] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0287199546}] I0311 09:46:52.835114 3375 address_set.go:303] New(u0287199546/default-network-controller:Namespace:open-cluster-management-2oveefiled799j1l8h60tce40faspn30:v4/a3892575010053467141) with [] I0311 09:46:52.835130 3375 namespace.go:97] [openshift-config-operator] adding namespace took 9.799573ms I0311 09:46:52.835139 3375 obj_retry.go:548] Creating *v1.Namespace openshift-config-operator took: 9.81114ms I0311 09:46:52.835124 3375 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-2oveefiled799j1l8h60tce40faspn30:v4 k8s.ovn.org/name:open-cluster-management-2oveefiled799j1l8h60tce40faspn30 k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a3892575010053467141] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0287199546}] I0311 09:46:52.835149 3375 obj_retry.go:509] Add event received for *v1.Namespace openshift-kube-apiserver I0311 09:46:52.835155 3375 namespace.go:93] [openshift-kube-apiserver] adding namespace I0311 09:46:52.835397 3375 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-2oveefiled799j1l8h60tce40faspn30 k8s.ovn.org/name:open-cluster-management-2oveefiled799j1l8h60tce40faspn30 k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a15311703228700087479] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0287199547}] I0311 09:46:52.835415 3375 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-2oveefiled799j1l8h60tce40faspn30 k8s.ovn.org/name:open-cluster-management-2oveefiled799j1l8h60tce40faspn30 k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a15311703228700087479] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0287199547}] I0311 09:46:52.835674 3375 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:u0287199548}] I0311 09:46:52.835694 3375 address_set.go:303] New(u0287199548/default-network-controller:Namespace:openshift-network-console:v4/a652560172428313020) with [] I0311 09:46:52.835703 3375 namespace.go:97] [open-cluster-management-2oveefiled799j1l8h60tce40faspn30] adding namespace took 9.733394ms I0311 09:46:52.835711 3375 obj_retry.go:548] Creating *v1.Namespace open-cluster-management-2oveefiled799j1l8h60tce40faspn30 took: 9.744242ms I0311 09:46:52.835702 3375 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:u0287199548}] I0311 09:46:52.835717 3375 obj_retry.go:509] Add event received for *v1.Namespace kube-node-lease I0311 09:46:52.835722 3375 namespace.go:93] [kube-node-lease] adding namespace I0311 09:46:52.835954 3375 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:u0287199549}] I0311 09:46:52.835972 3375 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:u0287199549}] I0311 09:46:52.836237 3375 namespace.go:97] [openshift-network-console] adding namespace took 9.636021ms I0311 09:46:52.836228 3375 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:u0287199550}] I0311 09:46:52.836248 3375 obj_retry.go:548] Creating *v1.Namespace openshift-network-console took: 9.65108ms I0311 09:46:52.836251 3375 address_set.go:303] New(u0287199550/default-network-controller:Namespace:openshift-marketplace:v4/a13245376580307887587) with [] I0311 09:46:52.836254 3375 obj_retry.go:509] Add event received for *v1.Namespace openshift-must-gather-operator I0311 09:46:52.836259 3375 namespace.go:93] [openshift-must-gather-operator] adding namespace I0311 09:46:52.836257 3375 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:u0287199550}] I0311 09:46:52.836494 3375 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:u0287199551}] I0311 09:46:52.836511 3375 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:u0287199551}] I0311 09:46:52.836740 3375 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:u0287199552}] I0311 09:46:52.836759 3375 address_set.go:303] New(u0287199552/default-network-controller:Namespace:default:v4/a4322231855293774466) with [] I0311 09:46:52.836773 3375 namespace.go:97] [openshift-marketplace] adding namespace took 9.543898ms I0311 09:46:52.836782 3375 obj_retry.go:548] Creating *v1.Namespace openshift-marketplace took: 9.55747ms I0311 09:46:52.836787 3375 obj_retry.go:509] Add event received for *v1.Namespace openshift-cloud-controller-manager I0311 09:46:52.836792 3375 namespace.go:93] [openshift-cloud-controller-manager] adding namespace I0311 09:46:52.836764 3375 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:u0287199552}] I0311 09:46:52.837013 3375 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:u0287199553}] I0311 09:46:52.837030 3375 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:u0287199553}] I0311 09:46:52.837274 3375 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:u0287199554}] I0311 09:46:52.837301 3375 address_set.go:303] New(u0287199554/default-network-controller:Namespace:openshift-ingress-operator:v4/a12824364980436020060) with [] I0311 09:46:52.837306 3375 namespace.go:97] [default] adding namespace took 9.418945ms I0311 09:46:52.837317 3375 obj_retry.go:548] Creating *v1.Namespace default took: 9.432955ms I0311 09:46:52.837309 3375 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:u0287199554}] I0311 09:46:52.837328 3375 obj_retry.go:509] Add event received for *v1.Namespace openshift-console-operator I0311 09:46:52.837336 3375 namespace.go:93] [openshift-console-operator] adding namespace I0311 09:46:52.837606 3375 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:u0287199555}] I0311 09:46:52.837626 3375 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:u0287199555}] I0311 09:46:52.837868 3375 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:u0287199556}] I0311 09:46:52.837889 3375 address_set.go:303] New(u0287199556/default-network-controller:Namespace:openshift-console-user-settings:v4/a17174782576849527835) with [] I0311 09:46:52.837894 3375 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:u0287199556}] I0311 09:46:52.837905 3375 namespace.go:97] [openshift-ingress-operator] adding namespace took 9.291578ms I0311 09:46:52.837913 3375 obj_retry.go:548] Creating *v1.Namespace openshift-ingress-operator took: 9.304033ms I0311 09:46:52.837920 3375 obj_retry.go:509] Add event received for *v1.Namespace openshift-dns-operator I0311 09:46:52.837924 3375 namespace.go:93] [openshift-dns-operator] adding namespace I0311 09:46:52.838133 3375 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:u0287199557}] I0311 09:46:52.838151 3375 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:u0287199557}] I0311 09:46:52.838424 3375 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:u0287199558}] I0311 09:46:52.838449 3375 address_set.go:303] New(u0287199558/default-network-controller:Namespace:openshift-ovn-kubernetes:v4/a1398255725986493602) with [] I0311 09:46:52.838460 3375 namespace.go:97] [openshift-console-user-settings] adding namespace took 9.180132ms I0311 09:46:52.838457 3375 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:u0287199558}] I0311 09:46:52.838468 3375 obj_retry.go:548] Creating *v1.Namespace openshift-console-user-settings took: 9.191633ms I0311 09:46:52.838475 3375 obj_retry.go:509] Add event received for *v1.Namespace openshift-backplane-srep-ro I0311 09:46:52.838480 3375 namespace.go:93] [openshift-backplane-srep-ro] adding namespace I0311 09:46:52.838689 3375 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:u0287199559}] I0311 09:46:52.838706 3375 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:u0287199559}] I0311 09:46:52.838938 3375 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:u0287199560}] I0311 09:46:52.838957 3375 address_set.go:303] New(u0287199560/default-network-controller:Namespace:openshift-insights:v4/a17978228596290493481) with [] I0311 09:46:52.838975 3375 namespace.go:97] [openshift-ovn-kubernetes] adding namespace took 9.075905ms I0311 09:46:52.838983 3375 obj_retry.go:548] Creating *v1.Namespace openshift-ovn-kubernetes took: 9.089461ms I0311 09:46:52.838989 3375 obj_retry.go:509] Add event received for *v1.Namespace openshift-apiserver I0311 09:46:52.838993 3375 namespace.go:93] [openshift-apiserver] adding namespace I0311 09:46:52.838964 3375 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:u0287199560}] I0311 09:46:52.839242 3375 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:u0287199561}] I0311 09:46:52.839260 3375 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:u0287199561}] I0311 09:46:52.839494 3375 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:u0287199562}] I0311 09:46:52.839517 3375 address_set.go:303] New(u0287199562/default-network-controller:Namespace:openshift-backplane-srep:v4/a472588050935484448) with [] I0311 09:46:52.839532 3375 namespace.go:97] [openshift-insights] adding namespace took 8.916026ms I0311 09:46:52.839538 3375 obj_retry.go:548] Creating *v1.Namespace openshift-insights took: 8.928482ms I0311 09:46:52.839524 3375 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:u0287199562}] I0311 09:46:52.839543 3375 obj_retry.go:509] Add event received for *v1.Namespace openshift-controller-manager I0311 09:46:52.839548 3375 namespace.go:93] [openshift-controller-manager] adding namespace I0311 09:46:52.839753 3375 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:u0287199563}] I0311 09:46:52.839770 3375 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:u0287199563}] I0311 09:46:52.839999 3375 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:u0287199564}] I0311 09:46:52.840016 3375 address_set.go:303] New(u0287199564/default-network-controller:Namespace:openshift-package-operator:v4/a5835920249265963763) with [] I0311 09:46:52.840021 3375 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:u0287199564}] I0311 09:46:52.840040 3375 namespace.go:97] [openshift-backplane-srep] adding namespace took 8.834412ms I0311 09:46:52.840047 3375 obj_retry.go:548] Creating *v1.Namespace openshift-backplane-srep took: 8.847235ms I0311 09:46:52.840052 3375 obj_retry.go:509] Add event received for *v1.Namespace openshift-etcd I0311 09:46:52.840056 3375 namespace.go:93] [openshift-etcd] adding namespace I0311 09:46:52.840266 3375 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:u0287199565}] I0311 09:46:52.840284 3375 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:u0287199565}] I0311 09:46:52.840521 3375 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:u0287199566}] I0311 09:46:52.840542 3375 address_set.go:303] New(u0287199566/default-network-controller:Namespace:openshift-backplane-cse:v4/a5782637696158473523) with [] I0311 09:46:52.840549 3375 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:u0287199566}] I0311 09:46:52.840561 3375 namespace.go:97] [openshift-package-operator] adding namespace took 8.604144ms I0311 09:46:52.840603 3375 obj_retry.go:548] Creating *v1.Namespace openshift-package-operator took: 8.648075ms I0311 09:46:52.840611 3375 obj_retry.go:509] Add event received for *v1.Namespace openshift-cluster-version I0311 09:46:52.840617 3375 namespace.go:93] [openshift-cluster-version] adding namespace I0311 09:46:52.840804 3375 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:u0287199567}] I0311 09:46:52.840821 3375 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:u0287199567}] W0311 09:46:52.841105 3375 base_network_controller_namespace.go:409] Failed to get IPs for pod openshift-multus/network-metrics-daemon-zpd6k: pod openshift-multus/network-metrics-daemon-zpd6k: no pod IPs found W0311 09:46:52.841115 3375 base_network_controller_namespace.go:409] Failed to get IPs for pod openshift-multus/network-metrics-daemon-nj5l5: pod openshift-multus/network-metrics-daemon-nj5l5: no pod IPs found I0311 09:46:52.841136 3375 namespace.go:97] [openshift-backplane-cse] adding namespace took 8.530042ms I0311 09:46:52.841153 3375 obj_retry.go:548] Creating *v1.Namespace openshift-backplane-cse took: 8.553858ms I0311 09:46:52.841146 3375 model_client.go:374] Create operations generated as: [{Op:insert Table:Address_Set Row:map[addresses:{GoSet:[10.128.0.3]} 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:u0287199568}] I0311 09:46:52.841164 3375 address_set.go:303] New(u0287199568/default-network-controller:Namespace:openshift-multus:v4/a13687770890520536676) with [10.128.0.3] I0311 09:46:52.841165 3375 obj_retry.go:509] Add event received for *v1.Namespace openshift-backplane I0311 09:46:52.841175 3375 namespace.go:93] [openshift-backplane] adding namespace I0311 09:46:52.841169 3375 transact.go:43] Configuring OVN: [{Op:insert Table:Address_Set Row:map[addresses:{GoSet:[10.128.0.3]} 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:u0287199568}] I0311 09:46:52.841443 3375 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:u0287199569}] I0311 09:46:52.841463 3375 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:u0287199569}] I0311 09:46:52.841699 3375 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:u0287199570}] I0311 09:46:52.841718 3375 address_set.go:303] New(u0287199570/default-network-controller:Namespace:openshift-network-operator:v4/a17843891307737330665) with [] I0311 09:46:52.841723 3375 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:u0287199570}] I0311 09:46:52.841748 3375 namespace.go:97] [openshift-multus] adding namespace took 8.49037ms I0311 09:46:52.841758 3375 obj_retry.go:548] Creating *v1.Namespace openshift-multus took: 8.502397ms I0311 09:46:52.841968 3375 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:u0287199571}] I0311 09:46:52.841985 3375 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:u0287199571}] I0311 09:46:52.842246 3375 namespace.go:97] [openshift-network-operator] adding namespace took 8.339174ms I0311 09:46:52.842260 3375 obj_retry.go:548] Creating *v1.Namespace openshift-network-operator took: 8.359306ms I0311 09:46:52.842243 3375 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:u0287199572}] I0311 09:46:52.842271 3375 obj_retry.go:509] Add event received for *v1.Namespace openshift-logging I0311 09:46:52.842272 3375 address_set.go:303] New(u0287199572/default-network-controller:Namespace:openshift-config:v4/a14322580666718461836) with [] I0311 09:46:52.842279 3375 namespace.go:93] [openshift-logging] adding namespace I0311 09:46:52.842280 3375 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:u0287199572}] I0311 09:46:52.842545 3375 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:u0287199573}] I0311 09:46:52.842567 3375 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:u0287199573}] I0311 09:46:52.842804 3375 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:u0287199574}] I0311 09:46:52.842826 3375 address_set.go:303] New(u0287199574/default-network-controller:Namespace:openshift-kube-apiserver:v4/a4531626005796422843) with [] I0311 09:46:52.842843 3375 namespace.go:97] [openshift-config] adding namespace took 8.287406ms I0311 09:46:52.842834 3375 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:u0287199574}] I0311 09:46:52.842850 3375 obj_retry.go:548] Creating *v1.Namespace openshift-config took: 8.299197ms I0311 09:46:52.842859 3375 obj_retry.go:509] Add event received for *v1.Namespace openshift-cluster-machine-approver I0311 09:46:52.842864 3375 namespace.go:93] [openshift-cluster-machine-approver] adding namespace I0311 09:46:52.843086 3375 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:u0287199575}] I0311 09:46:52.843104 3375 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:u0287199575}] I0311 09:46:52.843358 3375 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:u0287199576}] I0311 09:46:52.843379 3375 address_set.go:303] New(u0287199576/default-network-controller:Namespace:kube-node-lease:v4/a8945957557890443212) with [] I0311 09:46:52.843388 3375 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:u0287199576}] I0311 09:46:52.843404 3375 namespace.go:97] [openshift-kube-apiserver] adding namespace took 8.241872ms I0311 09:46:52.843417 3375 obj_retry.go:548] Creating *v1.Namespace openshift-kube-apiserver took: 8.258447ms I0311 09:46:52.843429 3375 obj_retry.go:509] Add event received for *v1.Namespace openshift-deployment-validation-operator I0311 09:46:52.843438 3375 namespace.go:93] [openshift-deployment-validation-operator] adding namespace I0311 09:46:52.843621 3375 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:u0287199577}] I0311 09:46:52.843638 3375 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:u0287199577}] I0311 09:46:52.843861 3375 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:u0287199578}] I0311 09:46:52.843879 3375 address_set.go:303] New(u0287199578/default-network-controller:Namespace:openshift-must-gather-operator:v4/a9165124402651669496) with [] I0311 09:46:52.843887 3375 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:u0287199578}] I0311 09:46:52.843905 3375 namespace.go:97] [kube-node-lease] adding namespace took 8.177556ms I0311 09:46:52.843916 3375 obj_retry.go:548] Creating *v1.Namespace kube-node-lease took: 8.191403ms I0311 09:46:52.843926 3375 obj_retry.go:509] Add event received for *v1.Namespace openshift-kube-storage-version-migrator-operator I0311 09:46:52.843934 3375 namespace.go:93] [openshift-kube-storage-version-migrator-operator] adding namespace I0311 09:46:52.844132 3375 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:u0287199579}] I0311 09:46:52.844152 3375 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:u0287199579}] I0311 09:46:52.844402 3375 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:u0287199580}] I0311 09:46:52.844422 3375 address_set.go:303] New(u0287199580/default-network-controller:Namespace:openshift-cloud-controller-manager:v4/a545707041332338296) with [] I0311 09:46:52.844426 3375 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:u0287199580}] I0311 09:46:52.844445 3375 namespace.go:97] [openshift-must-gather-operator] adding namespace took 8.181282ms I0311 09:46:52.844458 3375 obj_retry.go:548] Creating *v1.Namespace openshift-must-gather-operator took: 8.19495ms I0311 09:46:52.844468 3375 obj_retry.go:509] Add event received for *v1.Namespace openshift-machine-config-operator I0311 09:46:52.844477 3375 namespace.go:93] [openshift-machine-config-operator] adding namespace I0311 09:46:52.844659 3375 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:u0287199581}] I0311 09:46:52.844676 3375 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:u0287199581}] I0311 09:46:52.844903 3375 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:u0287199582}] I0311 09:46:52.844924 3375 address_set.go:303] New(u0287199582/default-network-controller:Namespace:openshift-console-operator:v4/a16211398687523592942) with [] I0311 09:46:52.844932 3375 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:u0287199582}] I0311 09:46:52.844945 3375 namespace.go:97] [openshift-cloud-controller-manager] adding namespace took 8.148207ms I0311 09:46:52.844991 3375 obj_retry.go:548] Creating *v1.Namespace openshift-cloud-controller-manager took: 8.197871ms I0311 09:46:52.845000 3375 obj_retry.go:509] Add event received for *v1.Namespace openshift-infra I0311 09:46:52.845005 3375 namespace.go:93] [openshift-infra] adding namespace I0311 09:46:52.845167 3375 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:u0287199583}] I0311 09:46:52.845184 3375 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:u0287199583}] I0311 09:46:52.845429 3375 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:u0287199584}] I0311 09:46:52.845453 3375 address_set.go:303] New(u0287199584/default-network-controller:Namespace:openshift-dns-operator:v4/a12081638711291249560) with [] I0311 09:46:52.845467 3375 namespace.go:97] [openshift-console-operator] adding namespace took 8.125261ms I0311 09:46:52.845474 3375 obj_retry.go:548] Creating *v1.Namespace openshift-console-operator took: 8.138044ms I0311 09:46:52.845460 3375 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:u0287199584}] I0311 09:46:52.845481 3375 obj_retry.go:509] Add event received for *v1.Namespace openshift-host-network I0311 09:46:52.845486 3375 namespace.go:93] [openshift-host-network] adding namespace I0311 09:46:52.845703 3375 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:u0287199585}] I0311 09:46:52.845722 3375 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:u0287199585}] I0311 09:46:52.845954 3375 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:u0287199586}] I0311 09:46:52.845976 3375 address_set.go:303] New(u0287199586/default-network-controller:Namespace:openshift-backplane-srep-ro:v4/a11093797821988339384) with [] I0311 09:46:52.845985 3375 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:u0287199586}] I0311 09:46:52.845996 3375 namespace.go:97] [openshift-dns-operator] adding namespace took 8.065781ms I0311 09:46:52.846040 3375 obj_retry.go:548] Creating *v1.Namespace openshift-dns-operator took: 8.113486ms I0311 09:46:52.846047 3375 obj_retry.go:509] Add event received for *v1.Namespace openshift-machine-api I0311 09:46:52.846053 3375 namespace.go:93] [openshift-machine-api] adding namespace I0311 09:46:52.846233 3375 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:u0287199587}] I0311 09:46:52.846253 3375 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:u0287199587}] I0311 09:46:52.846489 3375 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:u0287199588}] I0311 09:46:52.846509 3375 address_set.go:303] New(u0287199588/default-network-controller:Namespace:openshift-apiserver:v4/a12374569603079029239) with [] I0311 09:46:52.846517 3375 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:u0287199588}] I0311 09:46:52.846532 3375 namespace.go:97] [openshift-backplane-srep-ro] adding namespace took 8.046944ms I0311 09:46:52.846542 3375 obj_retry.go:548] Creating *v1.Namespace openshift-backplane-srep-ro took: 8.060863ms I0311 09:46:52.846550 3375 obj_retry.go:509] Add event received for *v1.Namespace openshift-controller-manager-operator I0311 09:46:52.846555 3375 namespace.go:93] [openshift-controller-manager-operator] adding namespace I0311 09:46:52.846751 3375 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:u0287199589}] I0311 09:46:52.846769 3375 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:u0287199589}] I0311 09:46:52.846993 3375 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:u0287199590}] I0311 09:46:52.847011 3375 address_set.go:303] New(u0287199590/default-network-controller:Namespace:openshift-controller-manager:v4/a10467312518402121836) with [] I0311 09:46:52.847016 3375 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:u0287199590}] I0311 09:46:52.847030 3375 namespace.go:97] [openshift-apiserver] adding namespace took 8.0339ms I0311 09:46:52.847037 3375 obj_retry.go:548] Creating *v1.Namespace openshift-apiserver took: 8.04321ms I0311 09:46:52.847042 3375 obj_retry.go:509] Add event received for *v1.Namespace openshift-cloud-network-config-controller I0311 09:46:52.847046 3375 namespace.go:93] [openshift-cloud-network-config-controller] adding namespace I0311 09:46:52.847262 3375 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:u0287199591}] I0311 09:46:52.847279 3375 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:u0287199591}] I0311 09:46:52.847534 3375 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:u0287199592}] I0311 09:46:52.847555 3375 address_set.go:303] New(u0287199592/default-network-controller:Namespace:openshift-etcd:v4/a1263951348256964356) with [] I0311 09:46:52.847573 3375 namespace.go:97] [openshift-controller-manager] adding namespace took 8.021557ms I0311 09:46:52.847582 3375 obj_retry.go:548] Creating *v1.Namespace openshift-controller-manager took: 8.033469ms I0311 09:46:52.847587 3375 obj_retry.go:509] Add event received for *v1.Namespace openshift-console I0311 09:46:52.847591 3375 namespace.go:93] [openshift-console] adding namespace I0311 09:46:52.847562 3375 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:u0287199592}] I0311 09:46:52.847811 3375 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:u0287199593}] I0311 09:46:52.847828 3375 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:u0287199593}] I0311 09:46:52.848049 3375 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:u0287199594}] I0311 09:46:52.848070 3375 address_set.go:303] New(u0287199594/default-network-controller:Namespace:openshift-cluster-version:v4/a8029920972938375443) with [] I0311 09:46:52.848087 3375 namespace.go:97] [openshift-etcd] adding namespace took 8.02747ms I0311 09:46:52.848078 3375 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:u0287199594}] I0311 09:46:52.848095 3375 obj_retry.go:548] Creating *v1.Namespace openshift-etcd took: 8.038448ms I0311 09:46:52.848101 3375 obj_retry.go:509] Add event received for *v1.Namespace openshift-user-workload-monitoring I0311 09:46:52.848105 3375 namespace.go:93] [openshift-user-workload-monitoring] adding namespace I0311 09:46:52.848329 3375 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:u0287199595}] I0311 09:46:52.848347 3375 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:u0287199595}] I0311 09:46:52.848571 3375 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:u0287199596}] I0311 09:46:52.848590 3375 address_set.go:303] New(u0287199596/default-network-controller:Namespace:openshift-backplane:v4/a9244104604428861879) with [] I0311 09:46:52.848595 3375 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:u0287199596}] I0311 09:46:52.848607 3375 namespace.go:97] [openshift-cluster-version] adding namespace took 7.986556ms I0311 09:46:52.848613 3375 obj_retry.go:548] Creating *v1.Namespace openshift-cluster-version took: 7.996864ms I0311 09:46:52.848618 3375 obj_retry.go:509] Add event received for *v1.Namespace openshift-config-managed I0311 09:46:52.848622 3375 namespace.go:93] [openshift-config-managed] adding namespace I0311 09:46:52.848909 3375 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:u0287199597}] I0311 09:46:52.848928 3375 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:u0287199597}] I0311 09:46:52.848996 3375 ovs.go:160] Exec(31): /usr/bin/ovs-appctl --timeout=15 -t /var/run/ovn/ovn-controller.2955.ctl connection-status I0311 09:46:52.849170 3375 namespace.go:97] [openshift-backplane] adding namespace took 7.988208ms I0311 09:46:52.849183 3375 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:u0287199598}] I0311 09:46:52.849203 3375 obj_retry.go:548] Creating *v1.Namespace openshift-backplane took: 8.024223ms I0311 09:46:52.849209 3375 address_set.go:303] New(u0287199598/default-network-controller:Namespace:openshift-logging:v4/a279876230725367541) with [] I0311 09:46:52.849233 3375 obj_retry.go:509] Add event received for *v1.Namespace openshift-cluster-csi-drivers I0311 09:46:52.849242 3375 namespace.go:93] [openshift-cluster-csi-drivers] adding namespace I0311 09:46:52.849234 3375 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:u0287199598}] I0311 09:46:52.849535 3375 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:u0287199599}] I0311 09:46:52.849556 3375 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:u0287199599}] I0311 09:46:52.849870 3375 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:u0287199600}] I0311 09:46:52.849897 3375 address_set.go:303] New(u0287199600/default-network-controller:Namespace:openshift-cluster-machine-approver:v4/a8065968527448962190) with [] I0311 09:46:52.849910 3375 namespace.go:97] [openshift-logging] adding namespace took 7.623082ms I0311 09:46:52.849902 3375 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:u0287199600}] I0311 09:46:52.849920 3375 obj_retry.go:548] Creating *v1.Namespace openshift-logging took: 7.64127ms I0311 09:46:52.849928 3375 obj_retry.go:509] Add event received for *v1.Namespace openshift-authentication-operator I0311 09:46:52.849933 3375 namespace.go:93] [openshift-authentication-operator] adding namespace I0311 09:46:52.850162 3375 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:u0287199601}] I0311 09:46:52.850182 3375 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:u0287199601}] I0311 09:46:52.850461 3375 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:u0287199602}] I0311 09:46:52.850482 3375 address_set.go:303] New(u0287199602/default-network-controller:Namespace:openshift-deployment-validation-operator:v4/a16124762520686702362) with [] I0311 09:46:52.850487 3375 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:u0287199602}] I0311 09:46:52.850494 3375 namespace.go:97] [openshift-cluster-machine-approver] adding namespace took 7.624638ms I0311 09:46:52.850504 3375 obj_retry.go:548] Creating *v1.Namespace openshift-cluster-machine-approver took: 7.639002ms I0311 09:46:52.850511 3375 obj_retry.go:509] Add event received for *v1.Namespace openshift-cloud-credential-operator I0311 09:46:52.850517 3375 namespace.go:93] [openshift-cloud-credential-operator] adding namespace I0311 09:46:52.850763 3375 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:u0287199603}] I0311 09:46:52.850782 3375 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:u0287199603}] I0311 09:46:52.851030 3375 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:u0287199604}] I0311 09:46:52.851055 3375 address_set.go:303] New(u0287199604/default-network-controller:Namespace:openshift-kube-storage-version-migrator-operator:v4/a11291866915865594395) with [] I0311 09:46:52.851064 3375 namespace.go:97] [openshift-deployment-validation-operator] adding namespace took 7.61946ms I0311 09:46:52.851076 3375 obj_retry.go:548] Creating *v1.Namespace openshift-deployment-validation-operator took: 7.636196ms I0311 09:46:52.851063 3375 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:u0287199604}] I0311 09:46:52.851085 3375 obj_retry.go:509] Add event received for *v1.Namespace openshift-dns I0311 09:46:52.851094 3375 namespace.go:93] [openshift-dns] adding namespace I0311 09:46:52.851334 3375 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:u0287199605}] I0311 09:46:52.851353 3375 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:u0287199605}] I0311 09:46:52.851621 3375 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:u0287199606}] I0311 09:46:52.851647 3375 address_set.go:303] New(u0287199606/default-network-controller:Namespace:openshift-machine-config-operator:v4/a1512537150246498877) with [] I0311 09:46:52.851660 3375 namespace.go:97] [openshift-kube-storage-version-migrator-operator] adding namespace took 7.719129ms I0311 09:46:52.851655 3375 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:u0287199606}] I0311 09:46:52.851670 3375 obj_retry.go:548] Creating *v1.Namespace openshift-kube-storage-version-migrator-operator took: 7.733914ms I0311 09:46:52.851678 3375 obj_retry.go:509] Add event received for *v1.Namespace kube-public I0311 09:46:52.851683 3375 namespace.go:93] [kube-public] adding namespace I0311 09:46:52.851895 3375 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:u0287199607}] I0311 09:46:52.851914 3375 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:u0287199607}] I0311 09:46:52.852153 3375 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:u0287199608}] I0311 09:46:52.852173 3375 address_set.go:303] New(u0287199608/default-network-controller:Namespace:openshift-infra:v4/a4190772658089390776) with [] I0311 09:46:52.852178 3375 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:u0287199608}] I0311 09:46:52.852191 3375 namespace.go:97] [openshift-machine-config-operator] adding namespace took 7.708988ms I0311 09:46:52.852199 3375 obj_retry.go:548] Creating *v1.Namespace openshift-machine-config-operator took: 7.72296ms I0311 09:46:52.852204 3375 obj_retry.go:509] Add event received for *v1.Namespace openshift-kube-scheduler-operator I0311 09:46:52.852222 3375 namespace.go:93] [openshift-kube-scheduler-operator] adding namespace I0311 09:46:52.852460 3375 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:u0287199609}] I0311 09:46:52.852481 3375 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:u0287199609}] I0311 09:46:52.852885 3375 namespace.go:97] [openshift-infra] adding namespace took 7.872272ms I0311 09:46:52.852903 3375 obj_retry.go:548] Creating *v1.Namespace openshift-infra took: 7.895147ms I0311 09:46:52.852914 3375 obj_retry.go:509] Add event received for *v1.Namespace openshift-route-controller-manager I0311 09:46:52.852922 3375 namespace.go:93] [openshift-route-controller-manager] adding namespace I0311 09:46:52.852902 3375 model_client.go:374] Create operations generated as: [{Op:insert Table:Address_Set Row:map[addresses:{GoSet:[10.129.0.2 100.64.0.3 10.130.0.2 100.64.0.4 10.128.0.2 100.64.0.2]} external_ids:{GoMap:map[ip-family:v4 k8s.ovn.org/id:default-network-controller:Namespace:openshift-host-network:v4 k8s.ovn.org/name:openshift-host-network k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a6910206611978007605] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0287199610}] I0311 09:46:52.852934 3375 address_set.go:303] New(u0287199610/default-network-controller:Namespace:openshift-host-network:v4/a6910206611978007605) with [10.128.0.2 100.64.0.2 10.129.0.2 100.64.0.3 10.130.0.2 100.64.0.4] I0311 09:46:52.852944 3375 transact.go:43] Configuring OVN: [{Op:insert Table:Address_Set Row:map[addresses:{GoSet:[10.129.0.2 100.64.0.3 10.130.0.2 100.64.0.4 10.128.0.2 100.64.0.2]} external_ids:{GoMap:map[ip-family:v4 k8s.ovn.org/id:default-network-controller:Namespace:openshift-host-network:v4 k8s.ovn.org/name:openshift-host-network k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a6910206611978007605] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0287199610}] I0311 09:46:52.853350 3375 ovs.go:163] Exec(31): stdout: "connected\n" I0311 09:46:52.853365 3375 ovs.go:164] Exec(31): stderr: "" I0311 09:46:52.853374 3375 default_node_network_controller.go:523] Node connection status = connected I0311 09:46:52.853384 3375 ovs.go:160] Exec(32): /usr/bin/ovs-vsctl --timeout=15 -- br-exists br-int I0311 09:46:52.853811 3375 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:u0287199611}] I0311 09:46:52.853837 3375 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:u0287199611}] I0311 09:46:52.854231 3375 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:u0287199612}] I0311 09:46:52.854250 3375 namespace.go:97] [openshift-host-network] adding namespace took 8.756969ms I0311 09:46:52.854256 3375 address_set.go:303] New(u0287199612/default-network-controller:Namespace:openshift-machine-api:v4/a8146979490545162082) with [] I0311 09:46:52.854261 3375 obj_retry.go:548] Creating *v1.Namespace openshift-host-network took: 8.774128ms I0311 09:46:52.854270 3375 obj_retry.go:509] Add event received for *v1.Namespace openshift-backplane-tam I0311 09:46:52.854263 3375 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:u0287199612}] I0311 09:46:52.854276 3375 namespace.go:93] [openshift-backplane-tam] adding namespace I0311 09:46:52.854549 3375 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:u0287199613}] I0311 09:46:52.854567 3375 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:u0287199613}] I0311 09:46:52.854843 3375 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:u0287199614}] I0311 09:46:52.854874 3375 address_set.go:303] New(u0287199614/default-network-controller:Namespace:openshift-controller-manager-operator:v4/a14938231737766799037) with [] I0311 09:46:52.854877 3375 namespace.go:97] [openshift-machine-api] adding namespace took 8.817464ms I0311 09:46:52.854886 3375 obj_retry.go:548] Creating *v1.Namespace openshift-machine-api took: 8.83259ms I0311 09:46:52.854894 3375 obj_retry.go:509] Add event received for *v1.Namespace openshift-ingress I0311 09:46:52.854881 3375 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:u0287199614}] I0311 09:46:52.854900 3375 namespace.go:93] [openshift-ingress] adding namespace I0311 09:46:52.855195 3375 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:u0287199615}] I0311 09:46:52.855230 3375 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:u0287199615}] I0311 09:46:52.855520 3375 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:u0287199616}] I0311 09:46:52.855541 3375 address_set.go:303] New(u0287199616/default-network-controller:Namespace:openshift-cloud-network-config-controller:v4/a6429873968864053860) with [] I0311 09:46:52.855548 3375 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:u0287199616}] I0311 09:46:52.855556 3375 namespace.go:97] [openshift-controller-manager-operator] adding namespace took 8.993275ms I0311 09:46:52.855573 3375 obj_retry.go:548] Creating *v1.Namespace openshift-controller-manager-operator took: 9.012911ms I0311 09:46:52.855586 3375 obj_retry.go:509] Add event received for *v1.Namespace openshift-kube-scheduler I0311 09:46:52.855597 3375 namespace.go:93] [openshift-kube-scheduler] adding namespace I0311 09:46:52.855847 3375 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:u0287199617}] I0311 09:46:52.855865 3375 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:u0287199617}] I0311 09:46:52.856160 3375 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:u0287199618}] I0311 09:46:52.856182 3375 address_set.go:303] New(u0287199618/default-network-controller:Namespace:openshift-console:v4/a11622011068173273797) with [] I0311 09:46:52.856187 3375 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:u0287199618}] I0311 09:46:52.856172 3375 namespace.go:97] [openshift-cloud-network-config-controller] adding namespace took 9.121105ms I0311 09:46:52.856241 3375 obj_retry.go:548] Creating *v1.Namespace openshift-cloud-network-config-controller took: 9.190719ms I0311 09:46:52.856252 3375 obj_retry.go:509] Add event received for *v1.Namespace openshift-backplane-csm I0311 09:46:52.856260 3375 namespace.go:93] [openshift-backplane-csm] adding namespace I0311 09:46:52.856554 3375 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:u0287199619}] I0311 09:46:52.856585 3375 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:u0287199619}] I0311 09:46:52.856899 3375 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:u0287199620}] I0311 09:46:52.856922 3375 address_set.go:303] New(u0287199620/default-network-controller:Namespace:openshift-user-workload-monitoring:v4/a17884403498503024866) with [] I0311 09:46:52.856926 3375 namespace.go:97] [openshift-console] adding namespace took 9.32977ms I0311 09:46:52.856927 3375 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:u0287199620}] I0311 09:46:52.856935 3375 obj_retry.go:548] Creating *v1.Namespace openshift-console took: 9.342591ms I0311 09:46:52.856944 3375 obj_retry.go:509] Add event received for *v1.Namespace openshift-backplane-mcs-tier-two I0311 09:46:52.856950 3375 namespace.go:93] [openshift-backplane-mcs-tier-two] adding namespace I0311 09:46:52.857256 3375 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:u0287199621}] I0311 09:46:52.857273 3375 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:u0287199621}] I0311 09:46:52.857593 3375 namespace.go:97] [openshift-user-workload-monitoring] adding namespace took 9.482928ms I0311 09:46:52.857602 3375 obj_retry.go:548] Creating *v1.Namespace openshift-user-workload-monitoring took: 9.495159ms I0311 09:46:52.857583 3375 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:u0287199622}] I0311 09:46:52.857613 3375 obj_retry.go:509] Add event received for *v1.Namespace openshift-apiserver-operator I0311 09:46:52.857619 3375 namespace.go:93] [openshift-apiserver-operator] adding namespace I0311 09:46:52.857617 3375 address_set.go:303] New(u0287199622/default-network-controller:Namespace:openshift-config-managed:v4/a6117206921658593480) with [] I0311 09:46:52.857627 3375 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:u0287199622}] I0311 09:46:52.857928 3375 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:u0287199623}] I0311 09:46:52.857947 3375 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:u0287199623}] I0311 09:46:52.858189 3375 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:u0287199624}] I0311 09:46:52.858224 3375 address_set.go:303] New(u0287199624/default-network-controller:Namespace:openshift-cluster-csi-drivers:v4/a12187954455470212926) with [] I0311 09:46:52.858232 3375 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:u0287199624}] I0311 09:46:52.858240 3375 namespace.go:97] [openshift-config-managed] adding namespace took 9.611976ms I0311 09:46:52.858253 3375 obj_retry.go:548] Creating *v1.Namespace openshift-config-managed took: 9.626759ms I0311 09:46:52.858262 3375 obj_retry.go:509] Add event received for *v1.Namespace openshift-backplane-cee I0311 09:46:52.858267 3375 namespace.go:93] [openshift-backplane-cee] adding namespace I0311 09:46:52.858522 3375 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:u0287199625}] I0311 09:46:52.858543 3375 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:u0287199625}] I0311 09:46:52.858835 3375 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:u0287199626}] I0311 09:46:52.858857 3375 address_set.go:303] New(u0287199626/default-network-controller:Namespace:openshift-authentication-operator:v4/a11592754075545683359) with [] I0311 09:46:52.858863 3375 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:u0287199626}] I0311 09:46:52.858876 3375 namespace.go:97] [openshift-cluster-csi-drivers] adding namespace took 9.627224ms I0311 09:46:52.858886 3375 obj_retry.go:548] Creating *v1.Namespace openshift-cluster-csi-drivers took: 9.644483ms I0311 09:46:52.858896 3375 obj_retry.go:509] Add event received for *v1.Namespace kube-system I0311 09:46:52.858903 3375 namespace.go:93] [kube-system] adding namespace I0311 09:46:52.858929 3375 ovs.go:163] Exec(32): stdout: "" I0311 09:46:52.858944 3375 ovs.go:164] Exec(32): stderr: "" I0311 09:46:52.858955 3375 ovs.go:160] Exec(33): /usr/bin/ovs-ofctl dump-aggregate br-int I0311 09:46:52.859189 3375 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:u0287199627}] I0311 09:46:52.859232 3375 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:u0287199627}] I0311 09:46:52.859628 3375 namespace.go:97] [openshift-authentication-operator] adding namespace took 9.687487ms I0311 09:46:52.859615 3375 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:u0287199628}] I0311 09:46:52.859642 3375 obj_retry.go:548] Creating *v1.Namespace openshift-authentication-operator took: 9.70663ms I0311 09:46:52.859648 3375 address_set.go:303] New(u0287199628/default-network-controller:Namespace:openshift-cloud-credential-operator:v4/a7815234012393910246) with [] I0311 09:46:52.859658 3375 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:u0287199628}] I0311 09:46:52.859972 3375 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:u0287199629}] I0311 09:46:52.859992 3375 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:u0287199629}] I0311 09:46:52.860310 3375 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:u0287199630}] I0311 09:46:52.860333 3375 address_set.go:303] New(u0287199630/default-network-controller:Namespace:openshift-dns:v4/a11732331429224425771) with [] I0311 09:46:52.860339 3375 namespace.go:97] [openshift-cloud-credential-operator] adding namespace took 9.817595ms I0311 09:46:52.860345 3375 obj_retry.go:548] Creating *v1.Namespace openshift-cloud-credential-operator took: 9.828511ms I0311 09:46:52.860339 3375 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:u0287199630}] I0311 09:46:52.860657 3375 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:u0287199631}] I0311 09:46:52.860687 3375 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:u0287199631}] I0311 09:46:52.860972 3375 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:u0287199632}] I0311 09:46:52.860995 3375 address_set.go:303] New(u0287199632/default-network-controller:Namespace:kube-public:v4/a8590749387396730558) with [] I0311 09:46:52.861001 3375 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:u0287199632}] I0311 09:46:52.861020 3375 namespace.go:97] [openshift-dns] adding namespace took 9.919613ms I0311 09:46:52.861032 3375 obj_retry.go:548] Creating *v1.Namespace openshift-dns took: 9.938319ms I0311 09:46:52.861312 3375 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:u0287199633}] I0311 09:46:52.861339 3375 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:u0287199633}] I0311 09:46:52.861628 3375 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:u0287199634}] I0311 09:46:52.861649 3375 address_set.go:303] New(u0287199634/default-network-controller:Namespace:openshift-kube-scheduler-operator:v4/a8446891589965341694) with [] I0311 09:46:52.861654 3375 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:u0287199634}] I0311 09:46:52.861681 3375 namespace.go:97] [kube-public] adding namespace took 9.99163ms I0311 09:46:52.861692 3375 obj_retry.go:548] Creating *v1.Namespace kube-public took: 10.008392ms I0311 09:46:52.861702 3375 obj_retry.go:509] Add event received for *v1.Namespace openshift-monitoring I0311 09:46:52.861711 3375 namespace.go:93] [openshift-monitoring] adding namespace I0311 09:46:52.861966 3375 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:u0287199635}] I0311 09:46:52.861994 3375 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:u0287199635}] I0311 09:46:52.862296 3375 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:u0287199636}] I0311 09:46:52.862327 3375 address_set.go:303] New(u0287199636/default-network-controller:Namespace:openshift-route-controller-manager:v4/a5513313330862551964) with [] I0311 09:46:52.862328 3375 namespace.go:97] [openshift-kube-scheduler-operator] adding namespace took 10.099202ms I0311 09:46:52.862339 3375 obj_retry.go:548] Creating *v1.Namespace openshift-kube-scheduler-operator took: 10.128266ms I0311 09:46:52.862334 3375 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:u0287199636}] I0311 09:46:52.862666 3375 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:u0287199637}] I0311 09:46:52.862686 3375 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:u0287199637}] I0311 09:46:52.862993 3375 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:u0287199638}] I0311 09:46:52.863013 3375 address_set.go:303] New(u0287199638/default-network-controller:Namespace:openshift-backplane-tam:v4/a16625094502828200430) with [] I0311 09:46:52.863019 3375 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:u0287199638}] I0311 09:46:52.863037 3375 namespace.go:97] [openshift-route-controller-manager] adding namespace took 10.107373ms I0311 09:46:52.863051 3375 obj_retry.go:548] Creating *v1.Namespace openshift-route-controller-manager took: 10.126618ms I0311 09:46:52.863337 3375 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:u0287199639}] I0311 09:46:52.863357 3375 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:u0287199639}] I0311 09:46:52.863725 3375 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:u0287199640}] I0311 09:46:52.863747 3375 namespace.go:97] [openshift-backplane-tam] adding namespace took 9.464962ms I0311 09:46:52.863756 3375 address_set.go:303] New(u0287199640/default-network-controller:Namespace:openshift-ingress:v4/a9185810757115582127) with [] I0311 09:46:52.863758 3375 obj_retry.go:548] Creating *v1.Namespace openshift-backplane-tam took: 9.480694ms I0311 09:46:52.863764 3375 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:u0287199640}] I0311 09:46:52.863906 3375 ovs.go:163] Exec(33): stdout: "NXST_AGGREGATE reply (xid=0x4): packet_count=0 byte_count=0 flow_count=17\n" I0311 09:46:52.863918 3375 ovs.go:164] Exec(33): stderr: "" I0311 09:46:52.863929 3375 ovs.go:160] Exec(34): /usr/bin/ovs-vsctl --timeout=15 --if-exists get interface patch-br-ex_ip-10-0-1-185.ec2.internal-to-br-int ofport I0311 09:46:52.864077 3375 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:u0287199641}] I0311 09:46:52.864098 3375 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:u0287199641}] I0311 09:46:52.864402 3375 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:u0287199642}] I0311 09:46:52.864425 3375 address_set.go:303] New(u0287199642/default-network-controller:Namespace:openshift-kube-scheduler:v4/a15634036902741400949) with [] I0311 09:46:52.864431 3375 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:u0287199642}] I0311 09:46:52.864448 3375 namespace.go:97] [openshift-ingress] adding namespace took 9.54214ms I0311 09:46:52.864461 3375 obj_retry.go:548] Creating *v1.Namespace openshift-ingress took: 9.558572ms I0311 09:46:52.864765 3375 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:u0287199643}] I0311 09:46:52.864799 3375 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:u0287199643}] I0311 09:46:52.865092 3375 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:u0287199644}] I0311 09:46:52.865112 3375 address_set.go:303] New(u0287199644/default-network-controller:Namespace:openshift-backplane-csm:v4/a11079310369539273179) with [] I0311 09:46:52.865123 3375 namespace.go:97] [openshift-kube-scheduler] adding namespace took 9.519981ms I0311 09:46:52.865131 3375 obj_retry.go:548] Creating *v1.Namespace openshift-kube-scheduler took: 9.535746ms I0311 09:46:52.865121 3375 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:u0287199644}] I0311 09:46:52.865456 3375 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:u0287199645}] I0311 09:46:52.865485 3375 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:u0287199645}] I0311 09:46:52.865770 3375 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:u0287199646}] I0311 09:46:52.865792 3375 address_set.go:303] New(u0287199646/default-network-controller:Namespace:openshift-backplane-mcs-tier-two:v4/a3729672510619867801) with [] I0311 09:46:52.865797 3375 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:u0287199646}] I0311 09:46:52.865817 3375 namespace.go:97] [openshift-backplane-csm] adding namespace took 9.550551ms I0311 09:46:52.865825 3375 obj_retry.go:548] Creating *v1.Namespace openshift-backplane-csm took: 9.565232ms I0311 09:46:52.865832 3375 obj_retry.go:509] Add event received for *v1.Namespace openshift-customer-monitoring I0311 09:46:52.865838 3375 namespace.go:93] [openshift-customer-monitoring] adding namespace I0311 09:46:52.866107 3375 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:u0287199647}] I0311 09:46:52.866135 3375 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:u0287199647}] I0311 09:46:52.866470 3375 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:u0287199648}] I0311 09:46:52.866496 3375 address_set.go:303] New(u0287199648/default-network-controller:Namespace:openshift-apiserver-operator:v4/a17733727332347776420) with [] I0311 09:46:52.866502 3375 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:u0287199648}] I0311 09:46:52.866513 3375 namespace.go:97] [openshift-backplane-mcs-tier-two] adding namespace took 9.557525ms I0311 09:46:52.866523 3375 obj_retry.go:548] Creating *v1.Namespace openshift-backplane-mcs-tier-two took: 9.572432ms I0311 09:46:52.866827 3375 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:u0287199649}] I0311 09:46:52.866856 3375 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:u0287199649}] I0311 09:46:52.867145 3375 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:u0287199650}] I0311 09:46:52.867166 3375 address_set.go:303] New(u0287199650/default-network-controller:Namespace:openshift-backplane-cee:v4/a16683797294909587257) with [] I0311 09:46:52.867172 3375 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:u0287199650}] I0311 09:46:52.867192 3375 namespace.go:97] [openshift-apiserver-operator] adding namespace took 9.567984ms I0311 09:46:52.867203 3375 obj_retry.go:548] Creating *v1.Namespace openshift-apiserver-operator took: 9.583519ms I0311 09:46:52.867226 3375 obj_retry.go:509] Add event received for *v1.Namespace openshift-operators I0311 09:46:52.867235 3375 namespace.go:93] [openshift-operators] adding namespace I0311 09:46:52.867501 3375 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:u0287199651}] I0311 09:46:52.867529 3375 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:u0287199651}] I0311 09:46:52.867818 3375 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:u0287199652}] I0311 09:46:52.867838 3375 address_set.go:303] New(u0287199652/default-network-controller:Namespace:kube-system:v4/a8746611765617041202) with [] I0311 09:46:52.867843 3375 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:u0287199652}] I0311 09:46:52.867852 3375 namespace.go:97] [openshift-backplane-cee] adding namespace took 9.580577ms I0311 09:46:52.867862 3375 obj_retry.go:548] Creating *v1.Namespace openshift-backplane-cee took: 9.594424ms I0311 09:46:52.868119 3375 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:u0287199653}] I0311 09:46:52.868142 3375 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:u0287199653}] I0311 09:46:52.868431 3375 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:u0287199654}] I0311 09:46:52.868454 3375 address_set.go:303] New(u0287199654/default-network-controller:Namespace:openshift-monitoring:v4/a5151710470485437164) with [] I0311 09:46:52.868462 3375 namespace.go:97] [kube-system] adding namespace took 9.553227ms I0311 09:46:52.868470 3375 obj_retry.go:548] Creating *v1.Namespace kube-system took: 9.567721ms I0311 09:46:52.868477 3375 obj_retry.go:509] Add event received for *v1.Namespace openshift-authentication I0311 09:46:52.868463 3375 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:u0287199654}] I0311 09:46:52.868483 3375 namespace.go:93] [openshift-authentication] adding namespace I0311 09:46:52.868754 3375 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:u0287199655}] I0311 09:46:52.868781 3375 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:u0287199655}] I0311 09:46:52.869060 3375 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:u0287199656}] I0311 09:46:52.869083 3375 address_set.go:303] New(u0287199656/default-network-controller:Namespace:openshift-customer-monitoring:v4/a14127557557717756897) with [] I0311 09:46:52.869088 3375 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:u0287199656}] I0311 09:46:52.869095 3375 namespace.go:97] [openshift-monitoring] adding namespace took 7.376728ms I0311 09:46:52.869109 3375 obj_retry.go:548] Creating *v1.Namespace openshift-monitoring took: 7.395468ms I0311 09:46:52.869415 3375 ovs.go:163] Exec(34): stdout: "" I0311 09:46:52.869426 3375 ovs.go:164] Exec(34): stderr: "" I0311 09:46:52.869422 3375 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:u0287199657}] I0311 09:46:52.869440 3375 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:u0287199657}] I0311 09:46:52.869702 3375 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:u0287199658}] I0311 09:46:52.869734 3375 address_set.go:303] New(u0287199658/default-network-controller:Namespace:openshift-operators:v4/a17780485792851514981) with [] I0311 09:46:52.869739 3375 namespace.go:97] [openshift-customer-monitoring] adding namespace took 3.896205ms I0311 09:46:52.869747 3375 obj_retry.go:548] Creating *v1.Namespace openshift-customer-monitoring took: 3.908042ms I0311 09:46:52.869742 3375 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:u0287199658}] I0311 09:46:52.870012 3375 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:u0287199659}] I0311 09:46:52.870033 3375 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:u0287199659}] I0311 09:46:52.870277 3375 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:u0287199660}] I0311 09:46:52.870328 3375 address_set.go:303] New(u0287199660/default-network-controller:Namespace:openshift-authentication:v4/a5821095395710037482) with [] I0311 09:46:52.870333 3375 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:u0287199660}] I0311 09:46:52.870313 3375 namespace.go:97] [openshift-operators] adding namespace took 3.071545ms I0311 09:46:52.870378 3375 obj_retry.go:548] Creating *v1.Namespace openshift-operators took: 3.142434ms I0311 09:46:52.870597 3375 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:u0287199661}] I0311 09:46:52.870617 3375 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:u0287199661}] I0311 09:46:52.870837 3375 namespace.go:97] [openshift-authentication] adding namespace took 2.348753ms I0311 09:46:52.870848 3375 obj_retry.go:548] Creating *v1.Namespace openshift-authentication took: 2.364191ms I0311 09:46:52.870860 3375 factory.go:1366] Added *v1.Namespace event handler 1 I0311 09:46:52.870984 3375 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:u0287199662}] I0311 09:46:52.871002 3375 transact.go:43] Configuring OVN: [{Op:wait Table:Logical_Switch Row:map[] Rows:[map[name:transit_switch]] Columns:[name] Mutations:[] Timeout:0xc0094da870 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:u0287199662}] I0311 09:46:52.871300 3375 zone_ic_handler.go:185] Time taken to create transit switch: 349.604µs I0311 09:46:52.871357 3375 obj_retry.go:509] Add event received for *v1.Node ip-10-0-1-185.ec2.internal I0311 09:46:52.871359 3375 obj_retry.go:509] Add event received for *v1.Node ip-10-0-2-212.ec2.internal I0311 09:46:52.871358 3375 obj_retry.go:509] Add event received for *v1.Node ip-10-0-0-247.ec2.internal I0311 09:46:52.871384 3375 master.go:531] Adding or Updating local node "ip-10-0-1-185.ec2.internal" for network "default" I0311 09:46:52.871443 3375 obj_retry.go:543] Failed to create *v1.Node ip-10-0-2-212.ec2.internal, error: adding or updating remote node chassis ip-10-0-2-212.ec2.internal failed, err - failed to create or update chassis to remote for remote node ip-10-0-2-212.ec2.internal, error: failed to parse node chassis-id for node - ip-10-0-2-212.ec2.internal, error: suppressed error logged: k8s.ovn.org/node-chassis-id annotation not found for node ip-10-0-2-212.ec2.internal I0311 09:46:52.871438 3375 model_client.go:374] Create operations generated as: [{Op:insert Table:Encap Row:map[chassis_name:def0c377-236c-43ae-91cb-5c7a2de1b413 ip:10.0.0.247 options:{GoMap:map[csum:true]} type:geneve] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0287199663}] I0311 09:46:52.871485 3375 model_client.go:374] Create operations generated as: [{Op:insert Table:Chassis Row:map[encaps:{GoSet:[{GoUUID:u0287199663}]} hostname:ip-10-0-0-247.ec2.internal name:def0c377-236c-43ae-91cb-5c7a2de1b413 other_config:{GoMap:map[is-remote:true]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0287199664}] I0311 09:46:52.871500 3375 transact.go:43] Configuring OVN: [{Op:insert Table:Encap Row:map[chassis_name:def0c377-236c-43ae-91cb-5c7a2de1b413 ip:10.0.0.247 options:{GoMap:map[csum:true]} type:geneve] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0287199663} {Op:insert Table:Chassis Row:map[encaps:{GoSet:[{GoUUID:u0287199663}]} hostname:ip-10-0-0-247.ec2.internal name:def0c377-236c-43ae-91cb-5c7a2de1b413 other_config:{GoMap:map[is-remote:true]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0287199664}] I0311 09:46:52.871503 3375 model_client.go:374] Create operations generated as: [{Op:insert Table:Logical_Switch Row:map[load_balancer_group:{GoSet:[{GoUUID:32ba946d-a489-4cb9-932e-8d5bd7be5ccc} {GoUUID:7be17ea1-490a-4086-8c6b-fb8dfdf71aa0}]} name:ip-10-0-1-185.ec2.internal other_config:{GoMap:map[exclude_ips:10.129.0.2 mcast_eth_src:0a:58:0a:81:00:01 mcast_ip4_src:10.129.0.1 mcast_querier:true mcast_snoop:true subnet:10.129.0.0/23]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0287199665}] I0311 09:46:52.871535 3375 transact.go:43] Configuring OVN: [{Op:wait Table:Logical_Switch Row:map[] Rows:[map[name:ip-10-0-1-185.ec2.internal]] Columns:[name] Mutations:[] Timeout:0xc0094db270 Where:[where column name == ip-10-0-1-185.ec2.internal] Until:!= Durable: Comment: Lock: UUID: UUIDName:} {Op:insert Table:Logical_Switch Row:map[load_balancer_group:{GoSet:[{GoUUID:32ba946d-a489-4cb9-932e-8d5bd7be5ccc} {GoUUID:7be17ea1-490a-4086-8c6b-fb8dfdf71aa0}]} name:ip-10-0-1-185.ec2.internal other_config:{GoMap:map[exclude_ips:10.129.0.2 mcast_eth_src:0a:58:0a:81:00:01 mcast_ip4_src:10.129.0.1 mcast_querier:true mcast_snoop:true subnet:10.129.0.0/23]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0287199665}] I0311 09:46:52.871942 3375 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-185.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-185.ec2.internal]} type:router] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0287199666}] I0311 09:46:52.871982 3375 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:u0287199666}]}}] Timeout: Where:[where column _uuid == {8315dd4c-3f44-451a-ba18-b4bbf5b74294}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:52.871998 3375 transact.go:43] Configuring OVN: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[router]} name:stor-ip-10-0-1-185.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-185.ec2.internal]} type:router] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0287199666} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u0287199666}]}}] Timeout: Where:[where column _uuid == {8315dd4c-3f44-451a-ba18-b4bbf5b74294}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:52.872069 3375 zone_ic_handler.go:259] Creating interconnect resources for remote zone node ip-10-0-0-247.ec2.internal for the network default I0311 09:46:52.872117 3375 model_client.go:374] Create operations generated as: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[0a:58:64:58:00:02 100.88.0.2/16]} external_ids:{GoMap:map[node:ip-10-0-0-247.ec2.internal]} name:tstor-ip-10-0-0-247.ec2.internal options:{GoMap:map[requested-chassis:ip-10-0-0-247.ec2.internal requested-tnl-key:2]} type:remote] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0287199667}] I0311 09:46:52.872163 3375 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:u0287199667}]}}] Timeout: Where:[where column _uuid == {e52398f1-6c81-4d35-8d4c-fd6114005064}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:52.872183 3375 transact.go:43] Configuring OVN: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[0a:58:64:58:00:02 100.88.0.2/16]} external_ids:{GoMap:map[node:ip-10-0-0-247.ec2.internal]} name:tstor-ip-10-0-0-247.ec2.internal options:{GoMap:map[requested-chassis:ip-10-0-0-247.ec2.internal requested-tnl-key:2]} type:remote] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0287199667} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u0287199667}]}}] Timeout: Where:[where column _uuid == {e52398f1-6c81-4d35-8d4c-fd6114005064}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:52.872432 3375 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:7913fc22-29b8-4d47-8cb9-d3463f25a9bd}]}}] Timeout: Where:[where column _uuid == {125dfe2f-b840-42c6-87b9-a82df84c7560}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:52.872456 3375 transact.go:43] Configuring OVN: [{Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:7913fc22-29b8-4d47-8cb9-d3463f25a9bd}]}}] Timeout: Where:[where column _uuid == {125dfe2f-b840-42c6-87b9-a82df84c7560}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:52.872796 3375 model_client.go:374] Create operations generated as: [{Op:insert Table:Gateway_Chassis Row:map[chassis_name:d2f5be63-fe1e-4642-b758-28d8768f217a name:rtos-ip-10-0-1-185.ec2.internal-d2f5be63-fe1e-4642-b758-28d8768f217a priority:1] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0287199668}] I0311 09:46:52.872863 3375 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-247.ec2.internal k8s.ovn.org/network:default]} ip_prefix:10.128.0.0/23 nexthop:100.88.0.2] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0287199669}] I0311 09:46:52.872904 3375 model_client.go:374] Create operations generated as: [{Op:insert Table:Logical_Router_Port Row:map[gateway_chassis:{GoSet:[{GoUUID:u0287199668}]} mac:0a:58:0a:81:00:01 name:rtos-ip-10-0-1-185.ec2.internal networks:{GoSet:[10.129.0.1/23]} options:{GoMap:map[gateway_mtu:8901]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0287199670}] I0311 09:46:52.872919 3375 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:u0287199669}]}}] Timeout: Where:[where column _uuid == {8944ab81-04cf-49d7-a679-0f725e047d14}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:52.872951 3375 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:u0287199670}]}}] Timeout: Where:[where column _uuid == {8944ab81-04cf-49d7-a679-0f725e047d14}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:52.872967 3375 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-247.ec2.internal k8s.ovn.org/network:default]} ip_prefix:100.64.0.2/32 nexthop:100.88.0.2] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0287199671}] I0311 09:46:52.872967 3375 transact.go:43] Configuring OVN: [{Op:insert Table:Gateway_Chassis Row:map[chassis_name:d2f5be63-fe1e-4642-b758-28d8768f217a name:rtos-ip-10-0-1-185.ec2.internal-d2f5be63-fe1e-4642-b758-28d8768f217a priority:1] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0287199668} {Op:insert Table:Logical_Router_Port Row:map[gateway_chassis:{GoSet:[{GoUUID:u0287199668}]} mac:0a:58:0a:81:00:01 name:rtos-ip-10-0-1-185.ec2.internal networks:{GoSet:[10.129.0.1/23]} options:{GoMap:map[gateway_mtu:8901]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0287199670} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u0287199670}]}}] Timeout: Where:[where column _uuid == {8944ab81-04cf-49d7-a679-0f725e047d14}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:52.873008 3375 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:u0287199671}]}}] Timeout: Where:[where column _uuid == {8944ab81-04cf-49d7-a679-0f725e047d14}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:52.873028 3375 transact.go:43] Configuring OVN: [{Op:insert Table:Logical_Router_Static_Route Row:map[external_ids:{GoMap:map[ic-node:ip-10-0-0-247.ec2.internal k8s.ovn.org/network:default]} ip_prefix:10.128.0.0/23 nexthop:100.88.0.2] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0287199669} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u0287199669}]}}] Timeout: Where:[where column _uuid == {8944ab81-04cf-49d7-a679-0f725e047d14}] 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-247.ec2.internal k8s.ovn.org/network:default]} ip_prefix:100.64.0.2/32 nexthop:100.88.0.2] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0287199671} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u0287199671}]}}] Timeout: Where:[where column _uuid == {8944ab81-04cf-49d7-a679-0f725e047d14}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:52.873534 3375 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.129.0.2 k8s.ovn.org/id:default-network-controller:NetpolNode:ip-10-0-1-185.ec2.internal:10.129.0.2 k8s.ovn.org/name:ip-10-0-1-185.ec2.internal k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:NetpolNode]} log:false match:ip4.src==10.129.0.2 meter:{GoSet:[acl-logging]} priority:1001 tier:2] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0287199672}] I0311 09:46:52.873679 3375 zone_ic_handler.go:264] Creating Interconnect resources for node "ip-10-0-0-247.ec2.internal" on network "default" took: 1.62056ms I0311 09:46:52.873702 3375 master.go:700] Creating Interconnect resources for remote node "ip-10-0-0-247.ec2.internal" on network "default" took: 2.309682ms I0311 09:46:52.873691 3375 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:u0287199672}]}}] Timeout: Where:[where column _uuid == {8315dd4c-3f44-451a-ba18-b4bbf5b74294}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:52.873716 3375 transact.go:43] Configuring OVN: [{Op:insert Table:ACL Row:map[action:allow-related direction:to-lport external_ids:{GoMap:map[ip:10.129.0.2 k8s.ovn.org/id:default-network-controller:NetpolNode:ip-10-0-1-185.ec2.internal:10.129.0.2 k8s.ovn.org/name:ip-10-0-1-185.ec2.internal k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:NetpolNode]} log:false match:ip4.src==10.129.0.2 meter:{GoSet:[acl-logging]} priority:1001 tier:2] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0287199672} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:acls Mutator:insert Value:{GoSet:[{GoUUID:u0287199672}]}}] Timeout: Where:[where column _uuid == {8315dd4c-3f44-451a-ba18-b4bbf5b74294}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:52.873761 3375 obj_retry.go:548] Creating *v1.Node ip-10-0-0-247.ec2.internal took: 2.36976ms I0311 09:46:52.874245 3375 model_client.go:374] Create operations generated as: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[0a:58:0a:81:00:02 10.129.0.2]} name:k8s-ip-10-0-1-185.ec2.internal] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0287199673}] I0311 09:46:52.874280 3375 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:u0287199673}]}}] Timeout: Where:[where column _uuid == {8315dd4c-3f44-451a-ba18-b4bbf5b74294}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:52.874295 3375 transact.go:43] Configuring OVN: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[0a:58:0a:81:00:02 10.129.0.2]} name:k8s-ip-10-0-1-185.ec2.internal] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0287199673} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u0287199673}]}}] Timeout: Where:[where column _uuid == {8315dd4c-3f44-451a-ba18-b4bbf5b74294}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:52.874627 3375 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:ed2a7c65-3711-482c-ba78-8d268375ab31}]}}] Timeout: Where:[where column _uuid == {cc9dbd14-ade2-4ced-9d40-af7d007fcefd}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:52.874649 3375 transact.go:43] Configuring OVN: [{Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:ed2a7c65-3711-482c-ba78-8d268375ab31}]}}] Timeout: Where:[where column _uuid == {cc9dbd14-ade2-4ced-9d40-af7d007fcefd}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:52.874858 3375 switch.go:52] Hybridoverlay port does not exist for node ip-10-0-1-185.ec2.internal I0311 09:46:52.874869 3375 switch.go:61] haveMP true haveHO false ManagementPortAddress 10.129.0.2/23 HybridOverlayAddressOA 10.129.0.3/23 I0311 09:46:52.874930 3375 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:81:00:01 mcast_ip4_src:10.129.0.1 mcast_querier:true mcast_snoop:true subnet:10.129.0.0/23]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {8315dd4c-3f44-451a-ba18-b4bbf5b74294}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:52.874949 3375 transact.go:43] Configuring OVN: [{Op:update Table:Logical_Switch Row:map[other_config:{GoMap:map[mcast_eth_src:0a:58:0a:81:00:01 mcast_ip4_src:10.129.0.1 mcast_querier:true mcast_snoop:true subnet:10.129.0.0/23]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {8315dd4c-3f44-451a-ba18-b4bbf5b74294}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:52.875255 3375 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:u0287199674}] I0311 09:46:52.875279 3375 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:u0287199674}] I0311 09:46:52.875554 3375 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:u0287199675}] I0311 09:46:52.875595 3375 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.129.0.2 )) meter:{GoSet:[acl-logging]} priority:1001] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0287199676}] I0311 09:46:52.875630 3375 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.129.0.2 )) meter:{GoSet:[acl-logging]} priority:1001] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0287199677}] I0311 09:46:52.875664 3375 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:u0287199678}] I0311 09:46:52.875695 3375 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.129.0.2) meter:{GoSet:[acl-logging]} priority:1001] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0287199679}] I0311 09:46:52.875731 3375 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:u0287199675} {GoUUID:u0287199676} {GoUUID:u0287199677} {GoUUID:u0287199678} {GoUUID:u0287199679}]}}] Timeout: Where:[where column _uuid == {926ac34e-ec2e-4a8f-9be0-00ecac338a34}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:52.875753 3375 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:u0287199675} {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.129.0.2 )) meter:{GoSet:[acl-logging]} priority:1001] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0287199676} {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.129.0.2 )) meter:{GoSet:[acl-logging]} priority:1001] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0287199677} {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:u0287199678} {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.129.0.2) meter:{GoSet:[acl-logging]} priority:1001] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0287199679} {Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:acls Mutator:insert Value:{GoSet:[{GoUUID:u0287199675} {GoUUID:u0287199676} {GoUUID:u0287199677} {GoUUID:u0287199678} {GoUUID:u0287199679}]}}] Timeout: Where:[where column _uuid == {926ac34e-ec2e-4a8f-9be0-00ecac338a34}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:52.876730 3375 model_client.go:374] Create operations generated as: [{Op:insert Table:Logical_Router Row:map[copp:{GoSet:[{GoUUID:0764de48-bfec-4f91-9d7a-0db47a862ece}]} external_ids:{GoMap:map[physical_ip:10.0.1.185 physical_ips:10.0.1.185]} load_balancer_group:{GoSet:[{GoUUID:32ba946d-a489-4cb9-932e-8d5bd7be5ccc} {GoUUID:8cd98ff4-d379-4881-8e30-d95392655e9b}]} name:GR_ip-10-0-1-185.ec2.internal options:{GoMap:map[always_learn_from_arp_request:false chassis:d2f5be63-fe1e-4642-b758-28d8768f217a 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:u0287199680}] I0311 09:46:52.876758 3375 transact.go:43] Configuring OVN: [{Op:wait Table:Logical_Router Row:map[] Rows:[map[name:GR_ip-10-0-1-185.ec2.internal]] Columns:[name] Mutations:[] Timeout:0xc00993f070 Where:[where column name == GR_ip-10-0-1-185.ec2.internal] Until:!= Durable: Comment: Lock: UUID: UUIDName:} {Op:insert Table:Logical_Router Row:map[copp:{GoSet:[{GoUUID:0764de48-bfec-4f91-9d7a-0db47a862ece}]} external_ids:{GoMap:map[physical_ip:10.0.1.185 physical_ips:10.0.1.185]} load_balancer_group:{GoSet:[{GoUUID:32ba946d-a489-4cb9-932e-8d5bd7be5ccc} {GoUUID:8cd98ff4-d379-4881-8e30-d95392655e9b}]} name:GR_ip-10-0-1-185.ec2.internal options:{GoMap:map[always_learn_from_arp_request:false chassis:d2f5be63-fe1e-4642-b758-28d8768f217a 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:u0287199680}] I0311 09:46:52.877298 3375 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-185.ec2.internal options:{GoMap:map[router-port:rtoj-GR_ip-10-0-1-185.ec2.internal]} type:router] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0287199681}] I0311 09:46:52.877340 3375 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:u0287199681}]}}] Timeout: Where:[where column _uuid == {898e9f34-5201-45e4-9061-86ca7c864ad0}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:52.877355 3375 transact.go:43] Configuring OVN: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[router]} name:jtor-GR_ip-10-0-1-185.ec2.internal options:{GoMap:map[router-port:rtoj-GR_ip-10-0-1-185.ec2.internal]} type:router] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0287199681} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u0287199681}]}}] Timeout: Where:[where column _uuid == {898e9f34-5201-45e4-9061-86ca7c864ad0}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:52.877775 3375 model_client.go:374] Create operations generated as: [{Op:insert Table:Logical_Router_Port Row:map[mac:0a:58:64:40:00:03 name:rtoj-GR_ip-10-0-1-185.ec2.internal networks:{GoSet:[100.64.0.3/16]} options:{GoMap:map[gateway_mtu:8901]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0287199682}] I0311 09:46:52.877830 3375 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:u0287199682}]}}] Timeout: Where:[where column _uuid == {de72eca9-7088-4094-85bb-82e1e44661c5}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:52.877851 3375 transact.go:43] Configuring OVN: [{Op:insert Table:Logical_Router_Port Row:map[mac:0a:58:64:40:00:03 name:rtoj-GR_ip-10-0-1-185.ec2.internal networks:{GoSet:[100.64.0.3/16]} options:{GoMap:map[gateway_mtu:8901]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0287199682} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u0287199682}]}}] Timeout: Where:[where column _uuid == {de72eca9-7088-4094-85bb-82e1e44661c5}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:52.878195 3375 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:fe:0a:20:c1 name:rtoe-GR_ip-10-0-1-185.ec2.internal networks:{GoSet:[10.0.1.185/24]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0287199683}] I0311 09:46:52.878259 3375 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:u0287199683}]}}] Timeout: Where:[where column _uuid == {de72eca9-7088-4094-85bb-82e1e44661c5}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:52.878277 3375 transact.go:43] Configuring OVN: [{Op:insert Table:Logical_Router_Port Row:map[external_ids:{GoMap:map[gateway-physical-ip:yes]} mac:0a:ff:fe:0a:20:c1 name:rtoe-GR_ip-10-0-1-185.ec2.internal networks:{GoSet:[10.0.1.185/24]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0287199683} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u0287199683}]}}] Timeout: Where:[where column _uuid == {de72eca9-7088-4094-85bb-82e1e44661c5}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:52.878669 3375 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-185.ec2.internal options:{GoMap:map[network_name:physnet]} type:localnet] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0287199684}] I0311 09:46:52.878716 3375 model_client.go:374] Create operations generated as: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[0a:ff:fe:0a:20:c1]} name:etor-GR_ip-10-0-1-185.ec2.internal options:{GoMap:map[exclude-lb-vips-from-garp:true nat-addresses:router router-port:rtoe-GR_ip-10-0-1-185.ec2.internal]} type:router] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0287199685}] I0311 09:46:52.878772 3375 model_client.go:374] Create operations generated as: [{Op:insert Table:Logical_Switch Row:map[name:ext_ip-10-0-1-185.ec2.internal ports:{GoSet:[{GoUUID:u0287199684} {GoUUID:u0287199685}]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0287199686}] I0311 09:46:52.878790 3375 transact.go:43] Configuring OVN: [{Op:wait Table:Logical_Switch Row:map[] Rows:[map[name:ext_ip-10-0-1-185.ec2.internal]] Columns:[name] Mutations:[] Timeout:0xc00996cd00 Where:[where column name == ext_ip-10-0-1-185.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-185.ec2.internal options:{GoMap:map[network_name:physnet]} type:localnet] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0287199684} {Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[0a:ff:fe:0a:20:c1]} name:etor-GR_ip-10-0-1-185.ec2.internal options:{GoMap:map[exclude-lb-vips-from-garp:true nat-addresses:router router-port:rtoe-GR_ip-10-0-1-185.ec2.internal]} type:router] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0287199685} {Op:insert Table:Logical_Switch Row:map[name:ext_ip-10-0-1-185.ec2.internal ports:{GoSet:[{GoUUID:u0287199684} {GoUUID:u0287199685}]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0287199686}] I0311 09:46:52.879686 3375 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-185.ec2.internal mac:0a:58:a9:fe:00:04 override_dynamic_mac:true] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0287199687}] I0311 09:46:52.879705 3375 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-185.ec2.internal mac:0a:58:a9:fe:00:04 override_dynamic_mac:true] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0287199687}] I0311 09:46:52.879939 3375 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:u0287199688}] I0311 09:46:52.879971 3375 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:u0287199688}]}}] Timeout: Where:[where column _uuid == {de72eca9-7088-4094-85bb-82e1e44661c5}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:52.879988 3375 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:u0287199688} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u0287199688}]}}] Timeout: Where:[where column _uuid == {de72eca9-7088-4094-85bb-82e1e44661c5}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:52.880363 3375 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-185.ec2.internal]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0287199689}] I0311 09:46:52.880465 3375 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:u0287199689}]}}] Timeout: Where:[where column _uuid == {de72eca9-7088-4094-85bb-82e1e44661c5}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:52.880488 3375 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-185.ec2.internal]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0287199689} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u0287199689}]}}] Timeout: Where:[where column _uuid == {de72eca9-7088-4094-85bb-82e1e44661c5}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:52.880842 3375 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-185.ec2.internal]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0287199690}] I0311 09:46:52.880875 3375 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:u0287199690}]}}] Timeout: Where:[where column _uuid == {de72eca9-7088-4094-85bb-82e1e44661c5}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:52.880890 3375 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-185.ec2.internal]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0287199690} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u0287199690}]}}] Timeout: Where:[where column _uuid == {de72eca9-7088-4094-85bb-82e1e44661c5}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:52.881236 3375 model_client.go:374] Create operations generated as: [{Op:insert Table:Logical_Router_Static_Route Row:map[ip_prefix:100.64.0.3 nexthop:100.64.0.3] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0287199691}] I0311 09:46:52.881283 3375 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:u0287199691}]}}] Timeout: Where:[where column _uuid == {8944ab81-04cf-49d7-a679-0f725e047d14}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:52.881304 3375 transact.go:43] Configuring OVN: [{Op:insert Table:Logical_Router_Static_Route Row:map[ip_prefix:100.64.0.3 nexthop:100.64.0.3] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0287199691} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u0287199691}]}}] Timeout: Where:[where column _uuid == {8944ab81-04cf-49d7-a679-0f725e047d14}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:52.881734 3375 model_client.go:374] Create operations generated as: [{Op:insert Table:Logical_Router_Static_Route Row:map[ip_prefix:10.129.0.0/23 nexthop:100.64.0.3 policy:{GoSet:[src-ip]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0287199692}] I0311 09:46:52.881771 3375 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:u0287199692}]}}] Timeout: Where:[where column _uuid == {8944ab81-04cf-49d7-a679-0f725e047d14}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:52.881787 3375 transact.go:43] Configuring OVN: [{Op:insert Table:Logical_Router_Static_Route Row:map[ip_prefix:10.129.0.0/23 nexthop:100.64.0.3 policy:{GoSet:[src-ip]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0287199692} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u0287199692}]}}] Timeout: Where:[where column _uuid == {8944ab81-04cf-49d7-a679-0f725e047d14}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:52.882122 3375 model_client.go:374] Create operations generated as: [{Op:insert Table:NAT Row:map[external_ip:10.0.1.185 external_port_range:32768-60999 logical_ip:100.64.0.3 options:{GoMap:map[stateless:false]} type:snat] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0287199693}] I0311 09:46:52.882158 3375 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:u0287199693}]}}] Timeout: Where:[where column _uuid == {de72eca9-7088-4094-85bb-82e1e44661c5}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:52.882170 3375 transact.go:43] Configuring OVN: [{Op:insert Table:NAT Row:map[external_ip:10.0.1.185 external_port_range:32768-60999 logical_ip:100.64.0.3 options:{GoMap:map[stateless:false]} type:snat] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0287199693} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:nat Mutator:insert Value:{GoSet:[{GoUUID:u0287199693}]}}] Timeout: Where:[where column _uuid == {de72eca9-7088-4094-85bb-82e1e44661c5}] Until: Durable: Comment: Lock: UUID: UUIDName:}] W0311 09:46:52.882550 3375 gateway.go:191] Unable to fetch podIPs for pod openshift-network-diagnostics/network-check-target-hshsz: pod openshift-network-diagnostics/network-check-target-hshsz: no pod IPs found W0311 09:46:52.882568 3375 gateway.go:191] Unable to fetch podIPs for pod openshift-multus/network-metrics-daemon-nj5l5: pod openshift-multus/network-metrics-daemon-nj5l5: no pod IPs found I0311 09:46:52.882648 3375 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-185.ec2.internal" && ip4.dst == 10.0.1.185 /* ip-10-0-1-185.ec2.internal */ nexthops:{GoSet:[10.129.0.2]} priority:1004] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0287199694}] I0311 09:46:52.882677 3375 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:u0287199694}]}}] Timeout: Where:[where column _uuid == {8944ab81-04cf-49d7-a679-0f725e047d14}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:52.882693 3375 transact.go:43] Configuring OVN: [{Op:wait Table:Logical_Router_Policy Row:map[] Rows:[map[match:inport == "rtos-ip-10-0-1-185.ec2.internal" && ip4.dst == 10.0.1.185 /* ip-10-0-1-185.ec2.internal */ priority:1004]] Columns:[priority match] Mutations:[] Timeout:0xc009a8ac40 Where:[where column priority == 1004 where column match == inport == "rtos-ip-10-0-1-185.ec2.internal" && ip4.dst == 10.0.1.185 /* ip-10-0-1-185.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-185.ec2.internal" && ip4.dst == 10.0.1.185 /* ip-10-0-1-185.ec2.internal */ nexthops:{GoSet:[10.129.0.2]} priority:1004] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0287199694} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:policies Mutator:insert Value:{GoSet:[{GoUUID:u0287199694}]}}] Timeout: Where:[where column _uuid == {8944ab81-04cf-49d7-a679-0f725e047d14}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:52.883175 3375 base_network_controller.go:622] When adding node ip-10-0-1-185.ec2.internal for network default, found 43 pods to add to retryPods I0311 09:46:52.883192 3375 base_network_controller.go:631] Adding pod openshift-image-registry/node-ca-8d6nn to retryPods for network default I0311 09:46:52.883203 3375 base_network_controller.go:631] Adding pod kube-system/konnectivity-agent-fnzgp to retryPods for network default I0311 09:46:52.883227 3375 base_network_controller.go:631] Adding pod openshift-ovn-kubernetes/ovnkube-node-rxltp to retryPods for network default I0311 09:46:52.883237 3375 base_network_controller.go:631] Adding pod openshift-dns/node-resolver-wvb94 to retryPods for network default I0311 09:46:52.883245 3375 base_network_controller.go:631] Adding pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-185.ec2.internal to retryPods for network default I0311 09:46:52.883251 3375 base_network_controller.go:631] Adding pod openshift-network-operator/iptables-alerter-kz5wb to retryPods for network default I0311 09:46:52.883258 3375 base_network_controller.go:631] Adding pod openshift-network-diagnostics/network-check-target-hshsz to retryPods for network default I0311 09:46:52.883276 3375 base_network_controller.go:631] Adding pod openshift-multus/multus-84f2j to retryPods for network default I0311 09:46:52.883285 3375 base_network_controller.go:631] Adding pod openshift-multus/multus-additional-cni-plugins-fzs8r to retryPods for network default I0311 09:46:52.883292 3375 base_network_controller.go:631] Adding pod kube-system/kube-apiserver-proxy-ip-10-0-1-185.ec2.internal to retryPods for network default I0311 09:46:52.883297 3375 base_network_controller.go:631] Adding pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-f4wzh to retryPods for network default I0311 09:46:52.883304 3375 base_network_controller.go:631] Adding pod openshift-cluster-node-tuning-operator/tuned-zlww8 to retryPods for network default I0311 09:46:52.883309 3375 base_network_controller.go:631] Adding pod openshift-multus/network-metrics-daemon-nj5l5 to retryPods for network default I0311 09:46:52.883317 3375 obj_retry.go:236] Iterate retry objects requested (resource *v1.Pod) I0311 09:46:52.883396 3375 model_client.go:383] Update operations generated as: [{Op:update Table:Chassis Row:map[encaps:{GoSet:[{GoUUID:1ab47214-7922-4dcf-b752-0edb78ed9242}]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {c8aa935a-b22d-4521-baae-2b4302f5beaf}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:52.883439 3375 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 == {c8aa935a-b22d-4521-baae-2b4302f5beaf}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:52.883464 3375 transact.go:43] Configuring OVN: [{Op:update Table:Chassis Row:map[encaps:{GoSet:[{GoUUID:1ab47214-7922-4dcf-b752-0edb78ed9242}]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {c8aa935a-b22d-4521-baae-2b4302f5beaf}] 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 == {c8aa935a-b22d-4521-baae-2b4302f5beaf}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:52.883810 3375 zone_ic_handler.go:193] Creating interconnect resources for local zone node ip-10-0-1-185.ec2.internal for the network default I0311 09:46:52.883848 3375 model_client.go:374] Create operations generated as: [{Op:insert Table:Logical_Router_Port Row:map[mac:0a:58:64:58:00:03 name:rtots-ip-10-0-1-185.ec2.internal networks:{GoSet:[100.88.0.3/16]} options:{GoMap:map[mcast_flood:true]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0287199695}] I0311 09:46:52.883878 3375 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:u0287199695}]}}] Timeout: Where:[where column _uuid == {8944ab81-04cf-49d7-a679-0f725e047d14}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:52.883892 3375 transact.go:43] Configuring OVN: [{Op:insert Table:Logical_Router_Port Row:map[mac:0a:58:64:58:00:03 name:rtots-ip-10-0-1-185.ec2.internal networks:{GoSet:[100.88.0.3/16]} options:{GoMap:map[mcast_flood:true]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0287199695} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u0287199695}]}}] Timeout: Where:[where column _uuid == {8944ab81-04cf-49d7-a679-0f725e047d14}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:52.884254 3375 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-185.ec2.internal]} name:tstor-ip-10-0-1-185.ec2.internal options:{GoMap:map[requested-tnl-key:3 router-port:rtots-ip-10-0-1-185.ec2.internal]} type:router] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0287199696}] I0311 09:46:52.884311 3375 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:u0287199696}]}}] Timeout: Where:[where column _uuid == {e52398f1-6c81-4d35-8d4c-fd6114005064}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:52.884334 3375 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-185.ec2.internal]} name:tstor-ip-10-0-1-185.ec2.internal options:{GoMap:map[requested-tnl-key:3 router-port:rtots-ip-10-0-1-185.ec2.internal]} type:router] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0287199696} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u0287199696}]}}] Timeout: Where:[where column _uuid == {e52398f1-6c81-4d35-8d4c-fd6114005064}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:52.884753 3375 obj_retry.go:548] Creating *v1.Node ip-10-0-1-185.ec2.internal took: 13.38214ms I0311 09:46:52.884772 3375 factory.go:1366] Added *v1.Node event handler 2 I0311 09:46:52.884790 3375 services_controller.go:193] Starting controller ovn-lb-controller for network=default I0311 09:46:52.884807 3375 services_controller.go:201] Waiting for node tracker handler to sync for network=default I0311 09:46:52.884814 3375 shared_informer.go:313] Waiting for caches to sync for node-tracker-controller I0311 09:46:52.884834 3375 node_tracker.go:211] Processing possible switch / router updates for node ip-10-0-2-212.ec2.internal in network "default" I0311 09:46:52.884875 3375 node_tracker.go:238] Node ip-10-0-2-212.ec2.internal has invalid / no gateway config: k8s.ovn.org/l3-gateway-config annotation not found for node "ip-10-0-2-212.ec2.internal" I0311 09:46:52.884890 3375 node_tracker.go:172] Node ip-10-0-2-212.ec2.internal switch + router changed, syncing services in network "default" I0311 09:46:52.884902 3375 services_controller.go:575] Full service sync requested for network=default I0311 09:46:52.884910 3375 node_tracker.go:211] Processing possible switch / router updates for node ip-10-0-0-247.ec2.internal in network "default" I0311 09:46:52.884950 3375 node_tracker.go:172] Node ip-10-0-0-247.ec2.internal switch + router changed, syncing services in network "default" I0311 09:46:52.884959 3375 services_controller.go:575] Full service sync requested for network=default I0311 09:46:52.884970 3375 node_tracker.go:211] Processing possible switch / router updates for node ip-10-0-1-185.ec2.internal in network "default" I0311 09:46:52.885001 3375 node_tracker.go:172] Node ip-10-0-1-185.ec2.internal switch + router changed, syncing services in network "default" I0311 09:46:52.885010 3375 services_controller.go:575] Full service sync requested for network=default I0311 09:46:52.897075 3375 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.UnitNew", Body:[]interface {}{"sys-devices-virtual-net-genev_sys_6081.device", "/org/freedesktop/systemd1/unit/sys_2ddevices_2dvirtual_2dnet_2dgenev_5fsys_5f6081_2edevice"}, Sequence:0x3} I0311 09:46:52.897263 3375 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.UnitNew", Body:[]interface {}{"sys-subsystem-net-devices-genev_sys_6081.device", "/org/freedesktop/systemd1/unit/sys_2dsubsystem_2dnet_2ddevices_2dgenev_5fsys_5f6081_2edevice"}, Sequence:0x4} I0311 09:46:52.985567 3375 shared_informer.go:320] Caches are synced for node-tracker-controller I0311 09:46:52.985587 3375 services_controller.go:209] Setting up event handlers for services for network=default I0311 09:46:52.985667 3375 services_controller.go:640] Adding service openshift-cluster-samples-operator/metrics for network=default I0311 09:46:52.985683 3375 services_controller.go:219] Setting up event handlers for endpoint slices for network=default I0311 09:46:52.985690 3375 services_controller.go:640] Adding service default/openshift-apiserver for network=default I0311 09:46:52.985742 3375 services_controller.go:640] Adding service openshift-authentication-operator/metrics for network=default I0311 09:46:52.985755 3375 services_controller.go:234] Waiting for service and endpoint handlers to sync for network=default I0311 09:46:52.985757 3375 services_controller.go:640] Adding service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0311 09:46:52.985766 3375 services_controller.go:640] Adding service openshift-dns/dns-default for network=default I0311 09:46:52.985768 3375 shared_informer.go:313] Waiting for caches to sync for ovn-lb-controller I0311 09:46:52.985774 3375 services_controller.go:640] Adding service openshift-ingress/router-internal-default for network=default I0311 09:46:52.985781 3375 services_controller.go:640] Adding service openshift-monitoring/cluster-monitoring-operator for network=default I0311 09:46:52.985787 3375 services_controller.go:640] Adding service openshift-network-console/networking-console-plugin for network=default I0311 09:46:52.985803 3375 services_controller.go:640] Adding service default/packageserver for network=default I0311 09:46:52.985811 3375 services_controller.go:640] Adding service default/openshift-oauth-apiserver for network=default I0311 09:46:52.985816 3375 services_controller.go:640] Adding service openshift-ingress-operator/metrics for network=default I0311 09:46:52.985820 3375 services_controller.go:640] Adding service openshift-kube-controller-manager-operator/metrics for network=default I0311 09:46:52.985825 3375 services_controller.go:640] Adding service openshift-machine-config-operator/machine-config-controller for network=default I0311 09:46:52.985833 3375 services_controller.go:640] Adding service openshift-service-ca-operator/metrics for network=default I0311 09:46:52.985837 3375 services_controller.go:640] Adding service default/openshift for network=default I0311 09:46:52.985842 3375 services_controller.go:640] Adding service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0311 09:46:52.985846 3375 services_controller.go:640] Adding service openshift-network-diagnostics/network-check-source for network=default I0311 09:46:52.985853 3375 services_controller.go:640] Adding service openshift-apiserver-operator/metrics for network=default I0311 09:46:52.985857 3375 services_controller.go:640] Adding service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0311 09:46:52.985863 3375 services_controller.go:640] Adding service openshift-image-registry/image-registry for network=default I0311 09:46:52.985866 3375 services_controller.go:640] Adding service openshift-ingress-canary/ingress-canary for network=default I0311 09:46:52.985878 3375 services_controller.go:640] Adding service openshift-insights/metrics for network=default I0311 09:46:52.985890 3375 services_controller.go:640] Adding service openshift-multus/network-metrics-service for network=default I0311 09:46:52.985896 3375 services_controller.go:640] Adding service openshift-network-operator/metrics for network=default I0311 09:46:52.985902 3375 services_controller.go:640] Adding service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0311 09:46:52.985907 3375 services_controller.go:640] Adding service openshift-cluster-version/cluster-version-operator for network=default I0311 09:46:52.985912 3375 services_controller.go:640] Adding service openshift-cloud-credential-operator/cco-metrics for network=default I0311 09:46:52.985916 3375 services_controller.go:640] Adding service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0311 09:46:52.985920 3375 services_controller.go:640] Adding service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0311 09:46:52.985925 3375 services_controller.go:640] Adding service openshift-console-operator/metrics for network=default I0311 09:46:52.985929 3375 services_controller.go:640] Adding service openshift-machine-config-operator/machine-config-daemon for network=default I0311 09:46:52.985932 3375 services_controller.go:640] Adding service openshift-apiserver/check-endpoints for network=default I0311 09:46:52.985936 3375 services_controller.go:640] Adding service openshift-config-operator/metrics for network=default I0311 09:46:52.985940 3375 services_controller.go:640] Adding service openshift-dns-operator/metrics for network=default I0311 09:46:52.985945 3375 services_controller.go:640] Adding service openshift-ingress/router-default for network=default I0311 09:46:52.985948 3375 services_controller.go:640] Adding service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0311 09:46:52.985953 3375 services_controller.go:640] Adding service openshift-cluster-machine-approver/machine-approver for network=default I0311 09:46:52.985957 3375 services_controller.go:640] Adding service openshift-kube-storage-version-migrator-operator/metrics for network=default I0311 09:46:52.985961 3375 services_controller.go:640] Adding service openshift-machine-config-operator/machine-config-operator for network=default I0311 09:46:52.985964 3375 services_controller.go:640] Adding service openshift-network-diagnostics/network-check-target for network=default I0311 09:46:52.985969 3375 services_controller.go:640] Adding service default/kubernetes for network=default I0311 09:46:53.085956 3375 shared_informer.go:320] Caches are synced for ovn-lb-controller I0311 09:46:53.085969 3375 repair.go:60] Starting repairing loop for services I0311 09:46:53.086068 3375 repair.go:131] Deleted 0 stale service LBs I0311 09:46:53.086088 3375 repair.go:137] Deleted 0 stale Chassis Template Vars I0311 09:46:53.086106 3375 repair.go:62] Finished repairing loop for services: 138.055µs I0311 09:46:53.086138 3375 services_controller.go:364] Controller cache of 0 load balancers initialized for 0 services for network=default I0311 09:46:53.086148 3375 services_controller.go:255] Starting workers for network=default I0311 09:46:53.086187 3375 services_controller.go:382] Processing sync for service openshift-cluster-samples-operator/metrics for network=default I0311 09:46:53.086203 3375 services_controller.go:386] Finished syncing service metrics on namespace openshift-cluster-samples-operator for network=default : 15.19µs I0311 09:46:53.086200 3375 services_controller.go:382] Processing sync for service default/openshift-apiserver for network=default I0311 09:46:53.086231 3375 services_controller.go:382] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0311 09:46:53.086268 3375 services_controller.go:382] Processing sync for service openshift-authentication-operator/metrics for network=default I0311 09:46:53.086235 3375 services_controller.go:460] Service default/openshift-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-apiserver default d2e7e63e-0597-413a-853a-25bcd40896a9 1836 0 2026-03-11 09:37:28 +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.1.48,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.1.48],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:53.086481 3375 default_network_controller.go:661] Recording add event on pod openshift-network-diagnostics/network-check-target-hshsz I0311 09:46:53.086507 3375 obj_retry.go:509] Add event received for *v1.Pod openshift-network-diagnostics/network-check-target-hshsz I0311 09:46:53.086516 3375 default_network_controller.go:661] Recording add event on pod openshift-network-operator/iptables-alerter-kz5wb I0311 09:46:53.086523 3375 ovn.go:135] Ensuring zone local for Pod openshift-network-diagnostics/network-check-target-hshsz in node ip-10-0-1-185.ec2.internal I0311 09:46:53.086528 3375 obj_retry.go:509] Add event received for *v1.Pod openshift-network-operator/iptables-alerter-kz5wb I0311 09:46:53.086537 3375 ovn.go:135] Ensuring zone local for Pod openshift-network-operator/iptables-alerter-kz5wb in node ip-10-0-1-185.ec2.internal I0311 09:46:53.086549 3375 default_network_controller.go:661] Recording add event on pod openshift-dns/node-resolver-sw8lw I0311 09:46:53.086552 3375 obj_retry.go:548] Creating *v1.Pod openshift-network-operator/iptables-alerter-kz5wb took: 15.41µs I0311 09:46:53.086561 3375 default_network_controller.go:705] Recording success event on pod openshift-network-operator/iptables-alerter-kz5wb I0311 09:46:53.086561 3375 base_network_controller_pods.go:478] [default/openshift-network-diagnostics/network-check-target-hshsz] creating logical port openshift-network-diagnostics_network-check-target-hshsz for pod on switch ip-10-0-1-185.ec2.internal I0311 09:46:53.086565 3375 obj_retry.go:509] Add event received for *v1.Pod openshift-dns/node-resolver-sw8lw I0311 09:46:53.086568 3375 default_network_controller.go:661] Recording add event on pod openshift-ovn-kubernetes/ovnkube-node-vwd78 I0311 09:46:53.086583 3375 obj_retry.go:509] Add event received for *v1.Pod openshift-ovn-kubernetes/ovnkube-node-vwd78 I0311 09:46:53.086605 3375 ovn.go:139] Ensuring zone remote for Pod openshift-ovn-kubernetes/ovnkube-node-vwd78 in node ip-10-0-0-247.ec2.internal I0311 09:46:53.086610 3375 default_network_controller.go:661] Recording add event on pod openshift-deployment-validation-operator/deployment-validation-operator-catalog-tmc68 I0311 09:46:53.086616 3375 default_network_controller.go:661] Recording add event on pod openshift-multus/multus-additional-cni-plugins-fzs8r I0311 09:46:53.086625 3375 default_network_controller.go:661] Recording add event on pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-f4wzh I0311 09:46:53.086627 3375 obj_retry.go:509] Add event received for *v1.Pod openshift-multus/multus-additional-cni-plugins-fzs8r I0311 09:46:53.086634 3375 obj_retry.go:509] Add event received for *v1.Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-f4wzh I0311 09:46:53.086639 3375 ovn.go:135] Ensuring zone local for Pod openshift-multus/multus-additional-cni-plugins-fzs8r in node ip-10-0-1-185.ec2.internal I0311 09:46:53.086642 3375 default_network_controller.go:661] Recording add event on pod kube-system/kube-apiserver-proxy-ip-10-0-1-185.ec2.internal I0311 09:46:53.086650 3375 obj_retry.go:548] Creating *v1.Pod openshift-multus/multus-additional-cni-plugins-fzs8r took: 9.631µs I0311 09:46:53.086537 3375 default_network_controller.go:661] Recording add event on pod openshift-image-registry/node-ca-f9npf I0311 09:46:53.086654 3375 default_network_controller.go:661] Recording add event on pod openshift-multus/multus-bgr9f I0311 09:46:53.086659 3375 default_network_controller.go:705] Recording success event on pod openshift-multus/multus-additional-cni-plugins-fzs8r I0311 09:46:53.086663 3375 obj_retry.go:509] Add event received for *v1.Pod openshift-image-registry/node-ca-f9npf I0311 09:46:53.086664 3375 obj_retry.go:509] Add event received for *v1.Pod openshift-multus/multus-bgr9f I0311 09:46:53.086668 3375 default_network_controller.go:661] Recording add event on pod openshift-cluster-node-tuning-operator/tuned-tn27q I0311 09:46:53.086669 3375 default_network_controller.go:661] Recording add event on pod openshift-multus/multus-nw64h I0311 09:46:53.086673 3375 ovn.go:139] Ensuring zone remote for Pod openshift-multus/multus-bgr9f in node ip-10-0-2-212.ec2.internal I0311 09:46:53.086675 3375 ovn.go:139] Ensuring zone remote for Pod openshift-image-registry/node-ca-f9npf in node ip-10-0-2-212.ec2.internal I0311 09:46:53.086677 3375 obj_retry.go:509] Add event received for *v1.Pod openshift-cluster-node-tuning-operator/tuned-tn27q I0311 09:46:53.086680 3375 obj_retry.go:509] Add event received for *v1.Pod openshift-multus/multus-nw64h I0311 09:46:53.086682 3375 obj_retry.go:548] Creating *v1.Pod openshift-multus/multus-bgr9f took: 7.747µs I0311 09:46:53.086685 3375 obj_retry.go:548] Creating *v1.Pod openshift-image-registry/node-ca-f9npf took: 11.096µs I0311 09:46:53.086688 3375 default_network_controller.go:705] Recording success event on pod openshift-multus/multus-bgr9f I0311 09:46:53.086690 3375 ovn.go:139] Ensuring zone remote for Pod openshift-cluster-node-tuning-operator/tuned-tn27q in node ip-10-0-2-212.ec2.internal I0311 09:46:53.086692 3375 default_network_controller.go:705] Recording success event on pod openshift-image-registry/node-ca-f9npf I0311 09:46:53.086695 3375 default_network_controller.go:661] Recording add event on pod openshift-cluster-node-tuning-operator/tuned-zlww8 I0311 09:46:53.086698 3375 obj_retry.go:548] Creating *v1.Pod openshift-cluster-node-tuning-operator/tuned-tn27q took: 11.595µs I0311 09:46:53.086700 3375 default_network_controller.go:661] Recording add event on pod openshift-multus/network-metrics-daemon-nj5l5 I0311 09:46:53.086702 3375 obj_retry.go:509] Add event received for *v1.Pod openshift-cluster-node-tuning-operator/tuned-zlww8 I0311 09:46:53.086652 3375 obj_retry.go:509] Add event received for *v1.Pod kube-system/kube-apiserver-proxy-ip-10-0-1-185.ec2.internal I0311 09:46:53.086691 3375 ovn.go:139] Ensuring zone remote for Pod openshift-multus/multus-nw64h in node ip-10-0-0-247.ec2.internal I0311 09:46:53.086714 3375 ovn.go:135] Ensuring zone local for Pod openshift-cluster-node-tuning-operator/tuned-zlww8 in node ip-10-0-1-185.ec2.internal I0311 09:46:53.086717 3375 ovn.go:135] Ensuring zone local for Pod kube-system/kube-apiserver-proxy-ip-10-0-1-185.ec2.internal in node ip-10-0-1-185.ec2.internal I0311 09:46:53.086719 3375 obj_retry.go:548] Creating *v1.Pod openshift-multus/multus-nw64h took: 29.62µs I0311 09:46:53.086481 3375 default_network_controller.go:661] Recording add event on pod openshift-cluster-node-tuning-operator/tuned-rlbz2 I0311 09:46:53.086724 3375 obj_retry.go:548] Creating *v1.Pod kube-system/kube-apiserver-proxy-ip-10-0-1-185.ec2.internal took: 9.247µs I0311 09:46:53.086726 3375 default_network_controller.go:705] Recording success event on pod openshift-multus/multus-nw64h I0311 09:46:53.086729 3375 obj_retry.go:509] Add event received for *v1.Pod openshift-cluster-node-tuning-operator/tuned-rlbz2 I0311 09:46:53.086643 3375 ovn.go:135] Ensuring zone local for Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-f4wzh in node ip-10-0-1-185.ec2.internal I0311 09:46:53.086734 3375 default_network_controller.go:661] Recording add event on pod openshift-dns/node-resolver-z5s2m I0311 09:46:53.086587 3375 ovn.go:139] Ensuring zone remote for Pod openshift-dns/node-resolver-sw8lw in node ip-10-0-0-247.ec2.internal I0311 09:46:53.086738 3375 obj_retry.go:548] Creating *v1.Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-f4wzh took: 95.948µs I0311 09:46:53.086721 3375 obj_retry.go:548] Creating *v1.Pod openshift-cluster-node-tuning-operator/tuned-zlww8 took: 8.919µs I0311 09:46:53.086742 3375 default_network_controller.go:661] Recording add event on pod openshift-ovn-kubernetes/ovnkube-node-z8dhz I0311 09:46:53.086746 3375 default_network_controller.go:705] Recording success event on pod openshift-cluster-node-tuning-operator/tuned-zlww8 I0311 09:46:53.086751 3375 default_network_controller.go:661] Recording add event on pod openshift-image-registry/node-ca-8d6nn I0311 09:46:53.086753 3375 obj_retry.go:509] Add event received for *v1.Pod openshift-ovn-kubernetes/ovnkube-node-z8dhz I0311 09:46:53.086755 3375 obj_retry.go:509] Add event received for *v1.Pod openshift-image-registry/node-ca-8d6nn I0311 09:46:53.086756 3375 default_network_controller.go:661] Recording add event on pod openshift-image-registry/node-ca-v8mhb I0311 09:46:53.086757 3375 default_network_controller.go:661] Recording add event on pod openshift-multus/network-metrics-daemon-zpd6k I0311 09:46:53.086761 3375 ovn.go:135] Ensuring zone local for Pod openshift-image-registry/node-ca-8d6nn in node ip-10-0-1-185.ec2.internal I0311 09:46:53.086764 3375 ovn.go:139] Ensuring zone remote for Pod openshift-ovn-kubernetes/ovnkube-node-z8dhz in node ip-10-0-2-212.ec2.internal I0311 09:46:53.086766 3375 obj_retry.go:548] Creating *v1.Pod openshift-image-registry/node-ca-8d6nn took: 4.515µs I0311 09:46:53.086765 3375 obj_retry.go:509] Add event received for *v1.Pod openshift-image-registry/node-ca-v8mhb I0311 09:46:53.086767 3375 obj_retry.go:509] Add event received for *v1.Pod openshift-multus/network-metrics-daemon-zpd6k I0311 09:46:53.086773 3375 obj_retry.go:548] Creating *v1.Pod openshift-ovn-kubernetes/ovnkube-node-z8dhz took: 10.102µs I0311 09:46:53.086777 3375 ovn.go:139] Ensuring zone remote for Pod openshift-image-registry/node-ca-v8mhb in node ip-10-0-0-247.ec2.internal I0311 09:46:53.086779 3375 ovn.go:139] Ensuring zone remote for Pod openshift-multus/network-metrics-daemon-zpd6k in node ip-10-0-2-212.ec2.internal I0311 09:46:53.086784 3375 obj_retry.go:548] Creating *v1.Pod openshift-image-registry/node-ca-v8mhb took: 8.314µs I0311 09:46:53.086740 3375 obj_retry.go:548] Creating *v1.Pod openshift-dns/node-resolver-sw8lw took: 165.666µs I0311 09:46:53.086790 3375 default_network_controller.go:705] Recording success event on pod openshift-image-registry/node-ca-v8mhb I0311 09:46:53.086794 3375 default_network_controller.go:705] Recording success event on pod openshift-dns/node-resolver-sw8lw I0311 09:46:53.086798 3375 default_network_controller.go:661] Recording add event on pod openshift-network-diagnostics/network-check-target-2ps42 I0311 09:46:53.086802 3375 default_network_controller.go:661] Recording add event on pod openshift-ovn-kubernetes/ovnkube-node-rxltp I0311 09:46:53.086805 3375 obj_retry.go:509] Add event received for *v1.Pod openshift-network-diagnostics/network-check-target-2ps42 I0311 09:46:53.086810 3375 obj_retry.go:509] Add event received for *v1.Pod openshift-ovn-kubernetes/ovnkube-node-rxltp I0311 09:46:53.086813 3375 ovn.go:139] Ensuring zone remote for Pod openshift-network-diagnostics/network-check-target-2ps42 in node ip-10-0-0-247.ec2.internal I0311 09:46:53.086820 3375 ovn.go:135] Ensuring zone local for Pod openshift-ovn-kubernetes/ovnkube-node-rxltp in node ip-10-0-1-185.ec2.internal I0311 09:46:53.086735 3375 ovn.go:139] Ensuring zone remote for Pod openshift-cluster-node-tuning-operator/tuned-rlbz2 in node ip-10-0-0-247.ec2.internal I0311 09:46:53.086829 3375 obj_retry.go:548] Creating *v1.Pod openshift-ovn-kubernetes/ovnkube-node-rxltp took: 9.613µs I0311 09:46:53.086831 3375 obj_retry.go:548] Creating *v1.Pod openshift-cluster-node-tuning-operator/tuned-rlbz2 took: 95.288µs I0311 09:46:53.086835 3375 default_network_controller.go:705] Recording success event on pod openshift-ovn-kubernetes/ovnkube-node-rxltp I0311 09:46:53.086837 3375 default_network_controller.go:705] Recording success event on pod openshift-cluster-node-tuning-operator/tuned-rlbz2 I0311 09:46:53.086779 3375 default_network_controller.go:705] Recording success event on pod openshift-ovn-kubernetes/ovnkube-node-z8dhz I0311 09:46:53.086845 3375 default_network_controller.go:661] Recording add event on pod kube-system/konnectivity-agent-s2qfr I0311 09:46:53.086850 3375 default_network_controller.go:661] Recording add event on pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-r9mx8 I0311 09:46:53.086852 3375 obj_retry.go:509] Add event received for *v1.Pod kube-system/konnectivity-agent-s2qfr I0311 09:46:53.086858 3375 obj_retry.go:509] Add event received for *v1.Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-r9mx8 I0311 09:46:53.086861 3375 ovn.go:139] Ensuring zone remote for Pod kube-system/konnectivity-agent-s2qfr in node ip-10-0-0-247.ec2.internal I0311 09:46:53.086868 3375 ovn.go:139] Ensuring zone remote for Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-r9mx8 in node ip-10-0-2-212.ec2.internal I0311 09:46:53.086877 3375 obj_retry.go:548] Creating *v1.Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-r9mx8 took: 9.509µs I0311 09:46:53.086883 3375 default_network_controller.go:705] Recording success event on pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-r9mx8 I0311 09:46:53.086613 3375 obj_retry.go:548] Creating *v1.Pod openshift-ovn-kubernetes/ovnkube-node-vwd78 took: 11.575µs I0311 09:46:53.086819 3375 obj_retry.go:543] Failed to create *v1.Pod openshift-multus/network-metrics-daemon-zpd6k, error: failed to obtain IPs to add remote pod openshift-multus/network-metrics-daemon-zpd6k: suppressed error logged: pod openshift-multus/network-metrics-daemon-zpd6k: no pod IPs found I0311 09:46:53.086893 3375 default_network_controller.go:705] Recording success event on pod openshift-ovn-kubernetes/ovnkube-node-vwd78 I0311 09:46:53.086895 3375 default_network_controller.go:661] Recording add event on pod openshift-image-registry/image-registry-6ddfd59df7-rzhfq I0311 09:46:53.086900 3375 default_network_controller.go:661] Recording add event on pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-2-212.ec2.internal I0311 09:46:53.086904 3375 obj_retry.go:509] Add event received for *v1.Pod openshift-image-registry/image-registry-6ddfd59df7-rzhfq I0311 09:46:53.086908 3375 obj_retry.go:509] Add event received for *v1.Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-2-212.ec2.internal I0311 09:46:53.086915 3375 obj_retry.go:548] Creating *v1.Pod openshift-image-registry/image-registry-6ddfd59df7-rzhfq took: 212ns I0311 09:46:53.086922 3375 default_network_controller.go:705] Recording success event on pod openshift-image-registry/image-registry-6ddfd59df7-rzhfq I0311 09:46:53.086239 3375 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 e4723c53-6b53-42b8-a2ea-822e693f4c79 6447 0 2026-03-11 09:40:37 +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.144.253,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.144.253],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:53.086868 3375 obj_retry.go:548] Creating *v1.Pod kube-system/konnectivity-agent-s2qfr took: 7.761µs I0311 09:46:53.086953 3375 default_network_controller.go:705] Recording success event on pod kube-system/konnectivity-agent-s2qfr I0311 09:46:53.086953 3375 default_network_controller.go:661] Recording add event on pod kube-system/kube-apiserver-proxy-ip-10-0-0-247.ec2.internal I0311 09:46:53.086961 3375 default_network_controller.go:661] Recording add event on pod openshift-image-registry/image-registry-5d567bd994-cqb72 I0311 09:46:53.086963 3375 lb_config.go:1030] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default are: map[] I0311 09:46:53.086966 3375 obj_retry.go:509] Add event received for *v1.Pod kube-system/kube-apiserver-proxy-ip-10-0-0-247.ec2.internal I0311 09:46:53.086978 3375 ovn.go:139] Ensuring zone remote for Pod kube-system/kube-apiserver-proxy-ip-10-0-0-247.ec2.internal in node ip-10-0-0-247.ec2.internal I0311 09:46:53.086984 3375 obj_retry.go:548] Creating *v1.Pod kube-system/kube-apiserver-proxy-ip-10-0-0-247.ec2.internal took: 8.303µs I0311 09:46:53.086978 3375 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.144.253"}, protocol:"TCP", inport:8383, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 09:46:53.086990 3375 default_network_controller.go:705] Recording success event on pod kube-system/kube-apiserver-proxy-ip-10-0-0-247.ec2.internal I0311 09:46:53.086998 3375 default_network_controller.go:661] Recording add event on pod kube-system/konnectivity-agent-vcs9j I0311 09:46:53.086999 3375 services_controller.go:470] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 09:46:53.087005 3375 obj_retry.go:509] Add event received for *v1.Pod kube-system/konnectivity-agent-vcs9j I0311 09:46:53.086916 3375 ovn.go:139] Ensuring zone remote for Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-2-212.ec2.internal in node ip-10-0-2-212.ec2.internal I0311 09:46:53.087011 3375 services_controller.go:471] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:53.087014 3375 ovn.go:139] Ensuring zone remote for Pod kube-system/konnectivity-agent-vcs9j in node ip-10-0-2-212.ec2.internal I0311 09:46:53.087020 3375 obj_retry.go:548] Creating *v1.Pod kube-system/konnectivity-agent-vcs9j took: 7.869µs I0311 09:46:53.087019 3375 obj_retry.go:548] Creating *v1.Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-2-212.ec2.internal took: 102.071µs I0311 09:46:53.087026 3375 default_network_controller.go:705] Recording success event on pod kube-system/konnectivity-agent-vcs9j I0311 09:46:53.087029 3375 default_network_controller.go:705] Recording success event on pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-2-212.ec2.internal I0311 09:46:53.087033 3375 default_network_controller.go:661] Recording add event on pod kube-system/kube-apiserver-proxy-ip-10-0-2-212.ec2.internal I0311 09:46:53.086285 3375 services_controller.go:382] Processing sync for service openshift-dns/dns-default for network=default I0311 09:46:53.087046 3375 default_network_controller.go:661] Recording add event on pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-247.ec2.internal I0311 09:46:53.087048 3375 obj_retry.go:509] Add event received for *v1.Pod kube-system/kube-apiserver-proxy-ip-10-0-2-212.ec2.internal I0311 09:46:53.087054 3375 obj_retry.go:509] Add event received for *v1.Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-247.ec2.internal I0311 09:46:53.087061 3375 ovn.go:139] Ensuring zone remote for Pod kube-system/kube-apiserver-proxy-ip-10-0-2-212.ec2.internal in node ip-10-0-2-212.ec2.internal I0311 09:46:53.087062 3375 ovn.go:139] Ensuring zone remote for Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-247.ec2.internal in node ip-10-0-0-247.ec2.internal I0311 09:46:53.087070 3375 obj_retry.go:548] Creating *v1.Pod kube-system/kube-apiserver-proxy-ip-10-0-2-212.ec2.internal took: 10.481µs I0311 09:46:53.087077 3375 default_network_controller.go:705] Recording success event on pod kube-system/kube-apiserver-proxy-ip-10-0-2-212.ec2.internal I0311 09:46:53.086968 3375 obj_retry.go:509] Add event received for *v1.Pod openshift-image-registry/image-registry-5d567bd994-cqb72 I0311 09:46:53.087091 3375 obj_retry.go:548] Creating *v1.Pod openshift-image-registry/image-registry-5d567bd994-cqb72 took: 202ns I0311 09:46:53.087097 3375 default_network_controller.go:705] Recording success event on pod openshift-image-registry/image-registry-5d567bd994-cqb72 I0311 09:46:53.087104 3375 default_network_controller.go:661] Recording add event on pod openshift-multus/network-metrics-daemon-xztnl I0311 09:46:53.087111 3375 obj_retry.go:509] Add event received for *v1.Pod openshift-multus/network-metrics-daemon-xztnl I0311 09:46:53.086383 3375 services_controller.go:382] Processing sync for service openshift-ingress/router-internal-default for network=default I0311 09:46:53.087121 3375 ovn.go:139] Ensuring zone remote for Pod openshift-multus/network-metrics-daemon-xztnl in node ip-10-0-0-247.ec2.internal I0311 09:46:53.087123 3375 services_controller.go:460] Service openshift-ingress/router-internal-default retrieved from lister for network=default: &Service{ObjectMeta:{router-internal-default openshift-ingress 97192727-09d1-4032-b13e-c92358656970 2781 0 2026-03-11 09:37:39 +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 e3db6bf5-9ef8-4b7b-a506-f3bf9f48ed73 0xc00754d79e }] [] []},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.156.202,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.156.202],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:53.087033 3375 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.144.253", Port:8383, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:53.087198 3375 lb_config.go:1030] Cluster endpoints for openshift-ingress/router-internal-default for network=default are: map[] I0311 09:46:53.087071 3375 obj_retry.go:548] Creating *v1.Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-247.ec2.internal took: 9.587µs I0311 09:46:53.087229 3375 services_controller.go:478] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics per-node LB for network=default: []services.LB{} I0311 09:46:53.087235 3375 default_network_controller.go:705] Recording success event on pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-247.ec2.internal I0311 09:46:53.086705 3375 default_network_controller.go:705] Recording success event on pod openshift-cluster-node-tuning-operator/tuned-tn27q I0311 09:46:53.086722 3375 obj_retry.go:509] Add event received for *v1.Pod openshift-multus/network-metrics-daemon-nj5l5 I0311 09:46:53.087259 3375 ovn.go:135] Ensuring zone local for Pod openshift-multus/network-metrics-daemon-nj5l5 in node ip-10-0-1-185.ec2.internal I0311 09:46:53.087262 3375 obj_retry.go:548] Creating *v1.Pod openshift-multus/network-metrics-daemon-xztnl took: 140.839µs I0311 09:46:53.087270 3375 default_network_controller.go:705] Recording success event on pod openshift-multus/network-metrics-daemon-xztnl I0311 09:46:53.087046 3375 services_controller.go:460] Service openshift-dns/dns-default retrieved from lister for network=default: &Service{ObjectMeta:{dns-default openshift-dns d25ae9fa-10e7-4a92-b650-de4b33242d19 1460 0 2026-03-11 09:37:25 +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 d28fc5d2-92b7-4f00-830c-eab378d0aea5 0xc00754d377 }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:dns,Protocol:UDP,Port:53,TargetPort:{1 0 dns},NodePort:0,AppProtocol:nil,},ServicePort{Name:dns-tcp,Protocol:TCP,Port:53,TargetPort:{1 0 dns-tcp},NodePort:0,AppProtocol:nil,},ServicePort{Name:metrics,Protocol:TCP,Port:9154,TargetPort:{1 0 metrics},NodePort:0,AppProtocol:nil,},},Selector:map[string]string{dns.operator.openshift.io/daemonset-dns: default,},ClusterIP:172.30.0.10,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.0.10],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:53.087298 3375 base_network_controller_pods.go:478] [default/openshift-multus/network-metrics-daemon-nj5l5] creating logical port openshift-multus_network-metrics-daemon-nj5l5 for pod on switch ip-10-0-1-185.ec2.internal I0311 09:46:53.087386 3375 base_network_controller_pods.go:923] Annotation values: ip=[10.129.0.4/23] ; mac=0a:58:0a:81:00:04 ; gw=[10.129.0.1] I0311 09:46:53.087306 3375 lb_config.go:1030] Cluster endpoints for openshift-dns/dns-default for network=default are: map[] I0311 09:46:53.087423 3375 services_controller.go:469] Built service openshift-dns/dns-default LB cluster-wide configs for network=default: []services.lbConfig(nil) I0311 09:46:53.087434 3375 services_controller.go:470] Built service openshift-dns/dns-default LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.0.10"}, protocol:"UDP", inport:53, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}, services.lbConfig{vips:[]string{"172.30.0.10"}, protocol:"TCP", inport:53, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}, services.lbConfig{vips:[]string{"172.30.0.10"}, protocol:"TCP", inport:9154, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 09:46:53.087460 3375 services_controller.go:471] Built service openshift-dns/dns-default LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:53.086745 3375 default_network_controller.go:705] Recording success event on pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-f4wzh I0311 09:46:53.087488 3375 kube.go:320] Updating pod openshift-multus/network-metrics-daemon-nj5l5 I0311 09:46:53.087497 3375 services_controller.go:477] Built service openshift-dns/dns-default cluster-wide LB for network=default: []services.LB{} I0311 09:46:53.087502 3375 default_network_controller.go:661] Recording add event on pod openshift-network-diagnostics/network-check-target-8hsmf I0311 09:46:53.087511 3375 obj_retry.go:509] Add event received for *v1.Pod openshift-network-diagnostics/network-check-target-8hsmf I0311 09:46:53.087519 3375 ovn.go:139] Ensuring zone remote for Pod openshift-network-diagnostics/network-check-target-8hsmf in node ip-10-0-2-212.ec2.internal I0311 09:46:53.087507 3375 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-185.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-185.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-185.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-dns/dns-default_UDP_node_router+switch_ip-10-0-1-185.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-185.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-185.ec2.internal"}, Groups:[]string(nil)}} I0311 09:46:53.087600 3375 services_controller.go:479] Built service openshift-dns/dns-default template LB for network=default: []services.LB{} I0311 09:46:53.087615 3375 services_controller.go:480] Service openshift-dns/dns-default for network=default has 0 cluster-wide, 3 per-node configs, 0 template configs, making 0 (cluster) 2 (per node) and 0 (template) load balancers I0311 09:46:53.087628 3375 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-185.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-185.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-185.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-dns/dns-default_UDP_node_router+switch_ip-10-0-1-185.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-185.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-185.ec2.internal"}, Groups:[]string(nil)}} I0311 09:46:53.086770 3375 default_network_controller.go:705] Recording success event on pod openshift-image-registry/node-ca-8d6nn I0311 09:46:53.086925 3375 obj_retry.go:548] Creating *v1.Pod openshift-network-diagnostics/network-check-target-2ps42 took: 111.811µs I0311 09:46:53.087678 3375 default_network_controller.go:705] Recording success event on pod openshift-network-diagnostics/network-check-target-2ps42 I0311 09:46:53.087684 3375 default_network_controller.go:661] Recording add event on pod openshift-multus/multus-additional-cni-plugins-x25th I0311 09:46:53.087690 3375 obj_retry.go:509] Add event received for *v1.Pod openshift-multus/multus-additional-cni-plugins-x25th I0311 09:46:53.087697 3375 ovn.go:139] Ensuring zone remote for Pod openshift-multus/multus-additional-cni-plugins-x25th in node ip-10-0-0-247.ec2.internal I0311 09:46:53.087702 3375 obj_retry.go:548] Creating *v1.Pod openshift-multus/multus-additional-cni-plugins-x25th took: 6.007µs I0311 09:46:53.087708 3375 default_network_controller.go:705] Recording success event on pod openshift-multus/multus-additional-cni-plugins-x25th I0311 09:46:53.086356 3375 services_controller.go:460] Service openshift-authentication-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-authentication-operator 6fdfc0b1-ce83-4634-8762-eb0b687145df 664 0 2026-03-11 09:37:05 +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 facf07c5-511e-473b-8e3b-771a14e8107e 0xc00754ca97 }] [] []},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.81.16,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.81.16],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:53.087743 3375 lb_config.go:1030] Cluster endpoints for openshift-authentication-operator/metrics for network=default are: map[] I0311 09:46:53.087760 3375 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.81.16"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 09:46:53.087742 3375 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-185.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:u0287199697}] I0311 09:46:53.087774 3375 services_controller.go:470] Built service openshift-authentication-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 09:46:53.087787 3375 services_controller.go:471] Built service openshift-authentication-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:53.086479 3375 lb_config.go:1030] Cluster endpoints for default/openshift-apiserver for network=default are: map[TCP/https:{443 [172.30.224.5] []}] I0311 09:46:53.087801 3375 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-185.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:u0287199698}] I0311 09:46:53.087806 3375 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.81.16", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:53.087836 3375 services_controller.go:469] Built service default/openshift-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0311 09:46:53.087837 3375 services_controller.go:478] Built service openshift-authentication-operator/metrics per-node LB for network=default: []services.LB{} I0311 09:46:53.087853 3375 services_controller.go:479] Built service openshift-authentication-operator/metrics template LB for network=default: []services.LB{} I0311 09:46:53.087849 3375 services_controller.go:470] Built service default/openshift-apiserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.1.48"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.224.5"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 09:46:53.087853 3375 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:u0287199697} {GoUUID:u0287199698}]}}] Timeout: Where:[where column _uuid == {8315dd4c-3f44-451a-ba18-b4bbf5b74294}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:53.087867 3375 services_controller.go:480] Service openshift-authentication-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0311 09:46:53.087870 3375 services_controller.go:471] Built service default/openshift-apiserver LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:53.087896 3375 services_controller.go:477] Built service default/openshift-apiserver cluster-wide LB for network=default: []services.LB{} I0311 09:46:53.087945 3375 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-185.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.1.48", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.224.5", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-185.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-185.ec2.internal"}, Groups:[]string(nil)}} I0311 09:46:53.087975 3375 services_controller.go:479] Built service default/openshift-apiserver template LB for network=default: []services.LB{} I0311 09:46:53.087983 3375 services_controller.go:480] Service default/openshift-apiserver for network=default has 0 cluster-wide, 1 per-node configs, 0 template configs, making 0 (cluster) 1 (per node) and 0 (template) load balancers I0311 09:46:53.087991 3375 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-185.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.1.48", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.224.5", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-185.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-185.ec2.internal"}, Groups:[]string(nil)}} I0311 09:46:53.087883 3375 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.81.16", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:53.086626 3375 obj_retry.go:509] Add event received for *v1.Pod openshift-deployment-validation-operator/deployment-validation-operator-catalog-tmc68 I0311 09:46:53.088080 3375 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.81.16:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0287199700}] I0311 09:46:53.088080 3375 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-185.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.1.48:443:172.30.224.5:443]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0287199699}] I0311 09:46:53.088111 3375 obj_retry.go:548] Creating *v1.Pod openshift-deployment-validation-operator/deployment-validation-operator-catalog-tmc68 took: 439ns I0311 09:46:53.088119 3375 default_network_controller.go:705] Recording success event on pod openshift-deployment-validation-operator/deployment-validation-operator-catalog-tmc68 I0311 09:46:53.088125 3375 default_network_controller.go:661] Recording add event on pod openshift-multus/multus-additional-cni-plugins-6j6j7 I0311 09:46:53.088137 3375 obj_retry.go:509] Add event received for *v1.Pod openshift-multus/multus-additional-cni-plugins-6j6j7 I0311 09:46:53.088154 3375 ovn.go:139] Ensuring zone remote for Pod openshift-multus/multus-additional-cni-plugins-6j6j7 in node ip-10-0-2-212.ec2.internal I0311 09:46:53.088142 3375 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:u0287199700}]}}] Timeout: Where:[where column _uuid == {32ba946d-a489-4cb9-932e-8d5bd7be5ccc}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:53.088142 3375 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:u0287199699}]}}] Timeout: Where:[where column _uuid == {8315dd4c-3f44-451a-ba18-b4bbf5b74294}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:53.088165 3375 obj_retry.go:548] Creating *v1.Pod openshift-multus/multus-additional-cni-plugins-6j6j7 took: 18.791µs I0311 09:46:53.087232 3375 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.156.202"}, 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.156.202"}, protocol:"TCP", 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.156.202"}, protocol:"TCP", inport:1936, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 09:46:53.088184 3375 services_controller.go:470] Built service openshift-ingress/router-internal-default LB per-node configs for network=default: []services.lbConfig(nil) I0311 09:46:53.088192 3375 services_controller.go:471] Built service openshift-ingress/router-internal-default LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:53.088169 3375 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.81.16:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0287199700} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u0287199700}]}}] Timeout: Where:[where column _uuid == {32ba946d-a489-4cb9-932e-8d5bd7be5ccc}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:53.088195 3375 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:u0287199699}]}}] Timeout: Where:[where column _uuid == {de72eca9-7088-4094-85bb-82e1e44661c5}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:53.086646 3375 base_network_controller_pods.go:923] Annotation values: ip=[10.129.0.3/23] ; mac=0a:58:0a:81:00:03 ; gw=[10.129.0.1] I0311 09:46:53.088230 3375 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.156.202", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.156.202", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.156.202", Port:1936, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:53.088300 3375 services_controller.go:478] Built service openshift-ingress/router-internal-default per-node LB for network=default: []services.LB{} I0311 09:46:53.088314 3375 services_controller.go:479] Built service openshift-ingress/router-internal-default template LB for network=default: []services.LB{} I0311 09:46:53.088321 3375 services_controller.go:480] Service openshift-ingress/router-internal-default for network=default has 3 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0311 09:46:53.088330 3375 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.156.202", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.156.202", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.156.202", Port:1936, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:53.088236 3375 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-185.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.1.48:443:172.30.224.5:443]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0287199699} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u0287199699}]}}] Timeout: Where:[where column _uuid == {8315dd4c-3f44-451a-ba18-b4bbf5b74294}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u0287199699}]}}] Timeout: Where:[where column _uuid == {de72eca9-7088-4094-85bb-82e1e44661c5}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:53.088418 3375 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.156.202:1936: 172.30.156.202:443: 172.30.156.202:80:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0287199701}] I0311 09:46:53.088480 3375 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:u0287199701}]}}] Timeout: Where:[where column _uuid == {32ba946d-a489-4cb9-932e-8d5bd7be5ccc}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:53.087555 3375 obj_retry.go:543] Failed to create *v1.Pod openshift-network-diagnostics/network-check-target-8hsmf, error: failed to obtain IPs to add remote pod openshift-network-diagnostics/network-check-target-8hsmf: suppressed error logged: pod openshift-network-diagnostics/network-check-target-8hsmf: no pod IPs found I0311 09:46:53.088557 3375 default_network_controller.go:661] Recording add event on pod openshift-image-registry/image-registry-5d567bd994-8jf2q I0311 09:46:53.088613 3375 obj_retry.go:509] Add event received for *v1.Pod openshift-image-registry/image-registry-5d567bd994-8jf2q I0311 09:46:53.088629 3375 obj_retry.go:548] Creating *v1.Pod openshift-image-registry/image-registry-5d567bd994-8jf2q took: 412ns I0311 09:46:53.088637 3375 default_network_controller.go:705] Recording success event on pod openshift-image-registry/image-registry-5d567bd994-8jf2q I0311 09:46:53.088644 3375 default_network_controller.go:661] Recording add event on pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-185.ec2.internal I0311 09:46:53.088652 3375 obj_retry.go:509] Add event received for *v1.Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-185.ec2.internal I0311 09:46:53.088537 3375 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.156.202:1936: 172.30.156.202:443: 172.30.156.202:80:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0287199701} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u0287199701}]}}] Timeout: Where:[where column _uuid == {32ba946d-a489-4cb9-932e-8d5bd7be5ccc}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:53.088663 3375 ovn.go:135] Ensuring zone local for Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-185.ec2.internal in node ip-10-0-1-185.ec2.internal I0311 09:46:53.088671 3375 obj_retry.go:548] Creating *v1.Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-185.ec2.internal took: 10.539µs I0311 09:46:53.088676 3375 default_network_controller.go:705] Recording success event on pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-185.ec2.internal I0311 09:46:53.087900 3375 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:u0287199697} {GoUUID:u0287199698}]}}] Timeout: Where:[where column _uuid == {de72eca9-7088-4094-85bb-82e1e44661c5}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:53.088757 3375 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-185.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:u0287199697} {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-185.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:u0287199698} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u0287199697} {GoUUID:u0287199698}]}}] Timeout: Where:[where column _uuid == {8315dd4c-3f44-451a-ba18-b4bbf5b74294}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u0287199697} {GoUUID:u0287199698}]}}] Timeout: Where:[where column _uuid == {de72eca9-7088-4094-85bb-82e1e44661c5}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:53.088172 3375 default_network_controller.go:705] Recording success event on pod openshift-multus/multus-additional-cni-plugins-6j6j7 I0311 09:46:53.088861 3375 default_network_controller.go:661] Recording add event on pod kube-system/konnectivity-agent-fnzgp I0311 09:46:53.088913 3375 obj_retry.go:509] Add event received for *v1.Pod kube-system/konnectivity-agent-fnzgp I0311 09:46:53.088930 3375 ovn.go:135] Ensuring zone local for Pod kube-system/konnectivity-agent-fnzgp in node ip-10-0-1-185.ec2.internal I0311 09:46:53.088939 3375 obj_retry.go:548] Creating *v1.Pod kube-system/konnectivity-agent-fnzgp took: 10.241µs I0311 09:46:53.088947 3375 default_network_controller.go:705] Recording success event on pod kube-system/konnectivity-agent-fnzgp I0311 09:46:53.088954 3375 default_network_controller.go:661] Recording add event on pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-wkm74 I0311 09:46:53.088964 3375 obj_retry.go:509] Add event received for *v1.Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-wkm74 I0311 09:46:53.088974 3375 ovn.go:139] Ensuring zone remote for Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-wkm74 in node ip-10-0-0-247.ec2.internal I0311 09:46:53.088982 3375 obj_retry.go:548] Creating *v1.Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-wkm74 took: 8.987µs I0311 09:46:53.086742 3375 obj_retry.go:509] Add event received for *v1.Pod openshift-dns/node-resolver-z5s2m I0311 09:46:53.088965 3375 loadbalancer.go:305] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-authentication-operator/metrics"} I0311 09:46:53.088998 3375 ovn.go:139] Ensuring zone remote for Pod openshift-dns/node-resolver-z5s2m in node ip-10-0-2-212.ec2.internal I0311 09:46:53.089000 3375 services_controller.go:386] Finished syncing service metrics on namespace openshift-authentication-operator for network=default : 2.733923ms I0311 09:46:53.089005 3375 obj_retry.go:548] Creating *v1.Pod openshift-dns/node-resolver-z5s2m took: 9.224µs I0311 09:46:53.089013 3375 default_network_controller.go:705] Recording success event on pod openshift-dns/node-resolver-z5s2m I0311 09:46:53.086730 3375 default_network_controller.go:705] Recording success event on pod kube-system/kube-apiserver-proxy-ip-10-0-1-185.ec2.internal I0311 09:46:53.089014 3375 services_controller.go:382] Processing sync for service openshift-monitoring/cluster-monitoring-operator for network=default I0311 09:46:53.089022 3375 default_network_controller.go:661] Recording add event on pod openshift-dns/node-resolver-wvb94 I0311 09:46:53.089029 3375 services_controller.go:386] Finished syncing service cluster-monitoring-operator on namespace openshift-monitoring for network=default : 15.408µs I0311 09:46:53.088287 3375 kube.go:320] Updating pod openshift-network-diagnostics/network-check-target-hshsz I0311 09:46:53.089043 3375 services_controller.go:382] Processing sync for service openshift-network-console/networking-console-plugin for network=default I0311 09:46:53.089052 3375 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 da7e79e4-09be-4e89-8d92-062359c89982 4444 0 2026-03-11 09:38:24 +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 b3dad961-2546-4bd3-9d69-ce8664bfbe4c 0xc00754dd8e 0xc00754dd8f}] [] []},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.254.156,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.254.156],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:53.089154 3375 lb_config.go:1030] Cluster endpoints for openshift-network-console/networking-console-plugin for network=default are: map[] I0311 09:46:53.089171 3375 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.254.156"}, protocol:"TCP", inport:9443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 09:46:53.089188 3375 services_controller.go:470] Built service openshift-network-console/networking-console-plugin LB per-node configs for network=default: []services.lbConfig(nil) I0311 09:46:53.089198 3375 services_controller.go:471] Built service openshift-network-console/networking-console-plugin LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:53.087243 3375 services_controller.go:479] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics template LB for network=default: []services.LB{} I0311 09:46:53.089281 3375 services_controller.go:480] Service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0311 09:46:53.089297 3375 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.144.253", Port:8383, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:53.089397 3375 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.144.253:8383:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0287199702}] I0311 09:46:53.089421 3375 loadbalancer.go:305] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"default/openshift-apiserver"} I0311 09:46:53.089030 3375 obj_retry.go:509] Add event received for *v1.Pod openshift-dns/node-resolver-wvb94 I0311 09:46:53.089441 3375 services_controller.go:386] Finished syncing service openshift-apiserver on namespace default for network=default : 3.244301ms I0311 09:46:53.089451 3375 ovn.go:135] Ensuring zone local for Pod openshift-dns/node-resolver-wvb94 in node ip-10-0-1-185.ec2.internal I0311 09:46:53.089457 3375 services_controller.go:382] Processing sync for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0311 09:46:53.089460 3375 obj_retry.go:548] Creating *v1.Pod openshift-dns/node-resolver-wvb94 took: 10.368µs I0311 09:46:53.089468 3375 default_network_controller.go:705] Recording success event on pod openshift-dns/node-resolver-wvb94 I0311 09:46:53.089236 3375 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.254.156", Port:9443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:53.089484 3375 services_controller.go:478] Built service openshift-network-console/networking-console-plugin per-node LB for network=default: []services.LB{} I0311 09:46:53.089496 3375 services_controller.go:479] Built service openshift-network-console/networking-console-plugin template LB for network=default: []services.LB{} I0311 09:46:53.089499 3375 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:u0287199702}]}}] Timeout: Where:[where column _uuid == {32ba946d-a489-4cb9-932e-8d5bd7be5ccc}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:53.089538 3375 services_controller.go:480] Service openshift-network-console/networking-console-plugin for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0311 09:46:53.089534 3375 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.144.253:8383:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0287199702} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u0287199702}]}}] Timeout: Where:[where column _uuid == {32ba946d-a489-4cb9-932e-8d5bd7be5ccc}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:53.089556 3375 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.254.156", Port:9443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:53.089765 3375 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.254.156:9443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0287199703}] I0311 09:46:53.089861 3375 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:u0287199703}]}}] Timeout: Where:[where column _uuid == {32ba946d-a489-4cb9-932e-8d5bd7be5ccc}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:53.089888 3375 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.254.156:9443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0287199703} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u0287199703}]}}] Timeout: Where:[where column _uuid == {32ba946d-a489-4cb9-932e-8d5bd7be5ccc}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:53.089964 3375 loadbalancer.go:305] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-ingress/router-internal-default"} I0311 09:46:53.089988 3375 services_controller.go:386] Finished syncing service router-internal-default on namespace openshift-ingress for network=default : 3.60509ms I0311 09:46:53.090002 3375 services_controller.go:382] Processing sync for service default/packageserver for network=default I0311 09:46:53.088988 3375 default_network_controller.go:705] Recording success event on pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-wkm74 I0311 09:46:53.089468 3375 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 4eb2a72e-7e9b-43b3-a2e6-443aaa658e0b 960 0 2026-03-11 09:37: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 facf07c5-511e-473b-8e3b-771a14e8107e 0xc00754ce47 }] [] []},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.76.220,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.76.220],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:53.090013 3375 services_controller.go:460] Service default/packageserver retrieved from lister for network=default: &Service{ObjectMeta:{packageserver default 96bb2353-8980-44bf-9430-5decb23ac353 2467 0 2026-03-11 09:37:30 +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.185,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.223.185],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:53.090068 3375 lb_config.go:1030] Cluster endpoints for openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default are: map[] I0311 09:46:53.090085 3375 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.76.220"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 09:46:53.090099 3375 lb_config.go:1030] Cluster endpoints for default/packageserver for network=default are: map[TCP/https:{443 [172.30.48.187] []}] I0311 09:46:53.090102 3375 services_controller.go:470] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 09:46:53.090117 3375 services_controller.go:471] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:53.090116 3375 services_controller.go:469] Built service default/packageserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0311 09:46:53.090122 3375 loadbalancer.go:305] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-dns/dns-default"} I0311 09:46:53.090129 3375 services_controller.go:470] Built service default/packageserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.223.185"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.48.187"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 09:46:53.090140 3375 services_controller.go:386] Finished syncing service dns-default on namespace openshift-dns for network=default : 3.854597ms I0311 09:46:53.090143 3375 services_controller.go:471] Built service default/packageserver LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:53.090134 3375 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.76.220", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:53.090166 3375 services_controller.go:477] Built service default/packageserver cluster-wide LB for network=default: []services.LB{} I0311 09:46:53.090178 3375 services_controller.go:478] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics per-node LB for network=default: []services.LB{} I0311 09:46:53.090192 3375 services_controller.go:479] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics template LB for network=default: []services.LB{} I0311 09:46:53.090177 3375 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-185.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.223.185", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.48.187", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-185.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-185.ec2.internal"}, Groups:[]string(nil)}} I0311 09:46:53.090204 3375 services_controller.go:480] Service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0311 09:46:53.090208 3375 services_controller.go:479] Built service default/packageserver template LB for network=default: []services.LB{} I0311 09:46:53.090242 3375 services_controller.go:480] Service default/packageserver for network=default has 0 cluster-wide, 1 per-node configs, 0 template configs, making 0 (cluster) 1 (per node) and 0 (template) load balancers I0311 09:46:53.090237 3375 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.76.220", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:53.090156 3375 services_controller.go:382] Processing sync for service default/openshift-oauth-apiserver for network=default I0311 09:46:53.090256 3375 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-185.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.223.185", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.48.187", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-185.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-185.ec2.internal"}, Groups:[]string(nil)}} I0311 09:46:53.090279 3375 services_controller.go:460] Service default/openshift-oauth-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-oauth-apiserver default 38bb3adf-8e67-4991-9885-2e29cd68f48c 1907 0 2026-03-11 09:37:28 +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.110.112,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.110.112],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:53.090390 3375 loadbalancer.go:305] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-network-console/networking-console-plugin"} I0311 09:46:53.090411 3375 services_controller.go:386] Finished syncing service networking-console-plugin on namespace openshift-network-console for network=default : 1.367532ms I0311 09:46:53.090425 3375 services_controller.go:382] Processing sync for service openshift-ingress-operator/metrics for network=default I0311 09:46:53.090433 3375 services_controller.go:460] Service openshift-ingress-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-ingress-operator 84c13a8c-86bd-4887-8aac-9430e41b232b 1443 0 2026-03-11 09:37:25 +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 facf07c5-511e-473b-8e3b-771a14e8107e 0xc00754d5e7 }] [] []},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.242.69,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.242.69],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:53.090392 3375 lb_config.go:1030] Cluster endpoints for default/openshift-oauth-apiserver for network=default are: map[TCP/https:{443 [172.30.14.243] []}] I0311 09:46:53.090501 3375 lb_config.go:1030] Cluster endpoints for openshift-ingress-operator/metrics for network=default are: map[] I0311 09:46:53.090511 3375 services_controller.go:469] Built service default/openshift-oauth-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0311 09:46:53.090522 3375 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.110.112"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.14.243"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 09:46:53.090515 3375 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.242.69"}, protocol:"TCP", inport:9393, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 09:46:53.090540 3375 services_controller.go:471] Built service default/openshift-oauth-apiserver LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:53.090543 3375 services_controller.go:470] Built service openshift-ingress-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 09:46:53.090554 3375 services_controller.go:471] Built service openshift-ingress-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:53.090321 3375 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.76.220:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0287199704}] I0311 09:46:53.090564 3375 services_controller.go:477] Built service default/openshift-oauth-apiserver cluster-wide LB for network=default: []services.LB{} I0311 09:46:53.090565 3375 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.242.69", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:53.090583 3375 services_controller.go:478] Built service openshift-ingress-operator/metrics per-node LB for network=default: []services.LB{} I0311 09:46:53.090591 3375 services_controller.go:479] Built service openshift-ingress-operator/metrics template LB for network=default: []services.LB{} I0311 09:46:53.090574 3375 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-185.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.110.112", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.14.243", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-185.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-185.ec2.internal"}, Groups:[]string(nil)}} I0311 09:46:53.090599 3375 services_controller.go:480] Service openshift-ingress-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0311 09:46:53.090325 3375 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-185.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.185:443:172.30.48.187:443]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0287199705}] I0311 09:46:53.090612 3375 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.242.69", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:53.090605 3375 services_controller.go:479] Built service default/openshift-oauth-apiserver template LB for network=default: []services.LB{} I0311 09:46:53.090663 3375 services_controller.go:480] Service default/openshift-oauth-apiserver for network=default has 0 cluster-wide, 1 per-node configs, 0 template configs, making 0 (cluster) 1 (per node) and 0 (template) load balancers I0311 09:46:53.090653 3375 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:u0287199705}]}}] Timeout: Where:[where column _uuid == {8315dd4c-3f44-451a-ba18-b4bbf5b74294}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:53.090672 3375 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-185.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.110.112", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.14.243", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-185.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-185.ec2.internal"}, Groups:[]string(nil)}} I0311 09:46:53.090684 3375 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.242.69:9393:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0287199706}] I0311 09:46:53.090739 3375 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-185.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.110.112:443:172.30.14.243:443]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0287199707}] I0311 09:46:53.090767 3375 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:u0287199706}]}}] Timeout: Where:[where column _uuid == {32ba946d-a489-4cb9-932e-8d5bd7be5ccc}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:53.090801 3375 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:u0287199707}]}}] Timeout: Where:[where column _uuid == {8315dd4c-3f44-451a-ba18-b4bbf5b74294}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:53.090792 3375 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.242.69:9393:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0287199706} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u0287199706}]}}] Timeout: Where:[where column _uuid == {32ba946d-a489-4cb9-932e-8d5bd7be5ccc}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:53.090851 3375 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:u0287199707}]}}] Timeout: Where:[where column _uuid == {de72eca9-7088-4094-85bb-82e1e44661c5}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:53.090704 3375 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:u0287199705}]}}] Timeout: Where:[where column _uuid == {de72eca9-7088-4094-85bb-82e1e44661c5}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:53.090876 3375 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-185.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.110.112:443:172.30.14.243:443]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0287199707} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u0287199707}]}}] Timeout: Where:[where column _uuid == {8315dd4c-3f44-451a-ba18-b4bbf5b74294}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u0287199707}]}}] Timeout: Where:[where column _uuid == {de72eca9-7088-4094-85bb-82e1e44661c5}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:53.090892 3375 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-185.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.185:443:172.30.48.187:443]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0287199705} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u0287199705}]}}] Timeout: Where:[where column _uuid == {8315dd4c-3f44-451a-ba18-b4bbf5b74294}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u0287199705}]}}] Timeout: Where:[where column _uuid == {de72eca9-7088-4094-85bb-82e1e44661c5}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:53.090601 3375 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:u0287199704}]}}] Timeout: Where:[where column _uuid == {32ba946d-a489-4cb9-932e-8d5bd7be5ccc}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:53.090974 3375 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.76.220:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0287199704} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u0287199704}]}}] Timeout: Where:[where column _uuid == {32ba946d-a489-4cb9-932e-8d5bd7be5ccc}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:53.090320 3375 loadbalancer.go:305] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-deployment-validation-operator/deployment-validation-operator-metrics"} I0311 09:46:53.091040 3375 services_controller.go:386] Finished syncing service deployment-validation-operator-metrics on namespace openshift-deployment-validation-operator for network=default : 4.808445ms I0311 09:46:53.091055 3375 services_controller.go:382] Processing sync for service openshift-kube-controller-manager-operator/metrics for network=default I0311 09:46:53.091068 3375 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 e389bdc3-307c-4d01-911b-a330c7f7468e 811 0 2026-03-11 09:37: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 facf07c5-511e-473b-8e3b-771a14e8107e 0xc00754d93f }] [] []},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.192.107,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.192.107],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:53.091190 3375 lb_config.go:1030] Cluster endpoints for openshift-kube-controller-manager-operator/metrics for network=default are: map[] I0311 09:46:53.091252 3375 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.192.107"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 09:46:53.091271 3375 services_controller.go:470] Built service openshift-kube-controller-manager-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 09:46:53.091284 3375 services_controller.go:471] Built service openshift-kube-controller-manager-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:53.091303 3375 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.192.107", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:53.091363 3375 services_controller.go:478] Built service openshift-kube-controller-manager-operator/metrics per-node LB for network=default: []services.LB{} I0311 09:46:53.091381 3375 services_controller.go:479] Built service openshift-kube-controller-manager-operator/metrics template LB for network=default: []services.LB{} I0311 09:46:53.091393 3375 services_controller.go:480] Service openshift-kube-controller-manager-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0311 09:46:53.091406 3375 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.192.107", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:53.091361 3375 loadbalancer.go:305] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-ingress-operator/metrics"} I0311 09:46:53.091494 3375 services_controller.go:386] Finished syncing service metrics on namespace openshift-ingress-operator for network=default : 1.067619ms I0311 09:46:53.091477 3375 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.192.107:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0287199708}] I0311 09:46:53.091514 3375 services_controller.go:382] Processing sync for service openshift-machine-config-operator/machine-config-controller for network=default I0311 09:46:53.091538 3375 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:u0287199708}]}}] Timeout: Where:[where column _uuid == {32ba946d-a489-4cb9-932e-8d5bd7be5ccc}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:53.091524 3375 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 d43e3432-7435-4df5-8199-57acc57effae 819 0 2026-03-11 09:37: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 facf07c5-511e-473b-8e3b-771a14e8107e 0xc00754da7b }] [] []},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.235.5,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.235.5],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:53.091570 3375 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.192.107:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0287199708} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u0287199708}]}}] Timeout: Where:[where column _uuid == {32ba946d-a489-4cb9-932e-8d5bd7be5ccc}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:53.091625 3375 lb_config.go:1030] Cluster endpoints for openshift-machine-config-operator/machine-config-controller for network=default are: map[] I0311 09:46:53.091641 3375 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.235.5"}, protocol:"TCP", inport:9001, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 09:46:53.091689 3375 services_controller.go:470] Built service openshift-machine-config-operator/machine-config-controller LB per-node configs for network=default: []services.lbConfig(nil) I0311 09:46:53.091704 3375 services_controller.go:471] Built service openshift-machine-config-operator/machine-config-controller LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:53.091719 3375 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.235.5", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:53.091742 3375 services_controller.go:478] Built service openshift-machine-config-operator/machine-config-controller per-node LB for network=default: []services.LB{} I0311 09:46:53.091749 3375 services_controller.go:479] Built service openshift-machine-config-operator/machine-config-controller template LB for network=default: []services.LB{} I0311 09:46:53.091757 3375 services_controller.go:480] Service openshift-machine-config-operator/machine-config-controller for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0311 09:46:53.091770 3375 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.235.5", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:53.091848 3375 loadbalancer.go:305] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"default/openshift-oauth-apiserver"} I0311 09:46:53.091915 3375 services_controller.go:386] Finished syncing service openshift-oauth-apiserver on namespace default for network=default : 1.757751ms I0311 09:46:53.091953 3375 services_controller.go:382] Processing sync for service openshift-service-ca-operator/metrics for network=default I0311 09:46:53.091969 3375 services_controller.go:460] Service openshift-service-ca-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-service-ca-operator aa9d0869-da45-4719-b665-bc72b68239c7 882 0 2026-03-11 09:37: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 facf07c5-511e-473b-8e3b-771a14e8107e 0xc007b2e077 }] [] []},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.101.61,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.101.61],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:53.092078 3375 loadbalancer.go:305] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"default/packageserver"} I0311 09:46:53.092131 3375 services_controller.go:386] Finished syncing service packageserver on namespace default for network=default : 2.128079ms I0311 09:46:53.092166 3375 services_controller.go:382] Processing sync for service default/openshift for network=default I0311 09:46:53.092198 3375 services_controller.go:386] Finished syncing service openshift on namespace default for network=default : 32.593µs I0311 09:46:53.092230 3375 services_controller.go:382] Processing sync for service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0311 09:46:53.091833 3375 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.235.5:9001:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0287199709}] I0311 09:46:53.092250 3375 loadbalancer.go:305] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-cluster-storage-operator/cluster-storage-operator-metrics"} I0311 09:46:53.092271 3375 services_controller.go:386] Finished syncing service cluster-storage-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 2.814149ms I0311 09:46:53.092088 3375 lb_config.go:1030] Cluster endpoints for openshift-service-ca-operator/metrics for network=default are: map[] I0311 09:46:53.092286 3375 services_controller.go:382] Processing sync for service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0311 09:46:53.092241 3375 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 72fc3abf-13a5-4deb-9237-70dbf4008b89 1439 0 2026-03-11 09:37: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 facf07c5-511e-473b-8e3b-771a14e8107e 0xc00754cd1f }] [] []},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.232.24,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.232.24],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:53.092310 3375 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.101.61"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 09:46:53.092329 3375 lb_config.go:1030] Cluster endpoints for openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default are: map[] I0311 09:46:53.092330 3375 services_controller.go:470] Built service openshift-service-ca-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 09:46:53.092344 3375 services_controller.go:471] Built service openshift-service-ca-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:53.092345 3375 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.232.24"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 09:46:53.092339 3375 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:u0287199709}]}}] Timeout: Where:[where column _uuid == {32ba946d-a489-4cb9-932e-8d5bd7be5ccc}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:53.092299 3375 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 16b01427-93f4-4fb7-8212-1ec97d25975f 901 0 2026-03-11 09:37: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 facf07c5-511e-473b-8e3b-771a14e8107e 0xc00754cef7 }] [] []},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.188.119,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.188.119],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:53.092361 3375 services_controller.go:470] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service LB per-node configs for network=default: []services.lbConfig(nil) I0311 09:46:53.092372 3375 services_controller.go:471] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:53.092382 3375 lb_config.go:1030] Cluster endpoints for openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default are: map[] I0311 09:46:53.092365 3375 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.101.61", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:53.092365 3375 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.235.5:9001:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0287199709} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u0287199709}]}}] Timeout: Where:[where column _uuid == {32ba946d-a489-4cb9-932e-8d5bd7be5ccc}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:53.092396 3375 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.188.119"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 09:46:53.092510 3375 services_controller.go:470] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 09:46:53.092518 3375 loadbalancer.go:305] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-kube-controller-manager-operator/metrics"} I0311 09:46:53.092399 3375 services_controller.go:478] Built service openshift-service-ca-operator/metrics per-node LB for network=default: []services.LB{} I0311 09:46:53.092534 3375 services_controller.go:386] Finished syncing service metrics on namespace openshift-kube-controller-manager-operator for network=default : 1.478876ms I0311 09:46:53.092539 3375 services_controller.go:479] Built service openshift-service-ca-operator/metrics template LB for network=default: []services.LB{} I0311 09:46:53.092550 3375 services_controller.go:382] Processing sync for service openshift-network-diagnostics/network-check-source for network=default I0311 09:46:53.092526 3375 services_controller.go:471] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:53.092559 3375 services_controller.go:386] Finished syncing service network-check-source on namespace openshift-network-diagnostics for network=default : 10.849µs I0311 09:46:53.092569 3375 services_controller.go:382] Processing sync for service openshift-insights/metrics for network=default I0311 09:46:53.092549 3375 services_controller.go:480] Service openshift-service-ca-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0311 09:46:53.092580 3375 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.188.119", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:53.092657 3375 services_controller.go:478] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics per-node LB for network=default: []services.LB{} I0311 09:46:53.092690 3375 services_controller.go:479] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics template LB for network=default: []services.LB{} I0311 09:46:53.092705 3375 services_controller.go:480] Service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0311 09:46:53.092600 3375 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.101.61", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:53.092720 3375 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.188.119", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:53.092785 3375 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.101.61:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0287199710}] I0311 09:46:53.092828 3375 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.188.119:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0287199711}] I0311 09:46:53.092849 3375 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:u0287199710}]}}] Timeout: Where:[where column _uuid == {32ba946d-a489-4cb9-932e-8d5bd7be5ccc}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:53.092388 3375 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.232.24", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:53.092881 3375 services_controller.go:478] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service per-node LB for network=default: []services.LB{} I0311 09:46:53.092893 3375 services_controller.go:479] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service template LB for network=default: []services.LB{} I0311 09:46:53.092904 3375 services_controller.go:480] Service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0311 09:46:53.092873 3375 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.101.61:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0287199710} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u0287199710}]}}] Timeout: Where:[where column _uuid == {32ba946d-a489-4cb9-932e-8d5bd7be5ccc}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:53.092917 3375 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.232.24", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:53.092579 3375 services_controller.go:460] Service openshift-insights/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-insights 1c38f852-2db3-4037-a41a-9b1d3650009e 2501 0 2026-03-11 09:37: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 facf07c5-511e-473b-8e3b-771a14e8107e 0xc00754d89b }] [] []},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.125.165,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.125.165],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:53.092975 3375 lb_config.go:1030] Cluster endpoints for openshift-insights/metrics for network=default are: map[] I0311 09:46:53.092974 3375 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:u0287199711}]}}] Timeout: Where:[where column _uuid == {32ba946d-a489-4cb9-932e-8d5bd7be5ccc}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:53.092978 3375 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.232.24:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0287199712}] I0311 09:46:53.092997 3375 services_controller.go:469] Built service openshift-insights/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.125.165"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 09:46:53.093017 3375 services_controller.go:470] Built service openshift-insights/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 09:46:53.093028 3375 services_controller.go:471] Built service openshift-insights/metrics LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:53.092997 3375 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.188.119:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0287199711} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u0287199711}]}}] Timeout: Where:[where column _uuid == {32ba946d-a489-4cb9-932e-8d5bd7be5ccc}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:53.093026 3375 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:u0287199712}]}}] Timeout: Where:[where column _uuid == {32ba946d-a489-4cb9-932e-8d5bd7be5ccc}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:53.092939 3375 loadbalancer.go:305] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-machine-config-operator/machine-config-controller"} I0311 09:46:53.093095 3375 services_controller.go:386] Finished syncing service machine-config-controller on namespace openshift-machine-config-operator for network=default : 1.580982ms I0311 09:46:53.093114 3375 services_controller.go:382] Processing sync for service default/kubernetes for network=default I0311 09:46:53.093124 3375 services_controller.go:460] Service default/kubernetes retrieved from lister for network=default: &Service{ObjectMeta:{kubernetes default 63dbedc6-9e52-48d2-99e1-31b0ccd4bb2b 274 0 2026-03-11 09:36:23 +0000 UTC map[component:apiserver provider:kubernetes] map[] [] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 6443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{},ClusterIP:172.30.0.1,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.0.1],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:53.093047 3375 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.125.165", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:53.093280 3375 services_controller.go:478] Built service openshift-insights/metrics per-node LB for network=default: []services.LB{} I0311 09:46:53.093298 3375 services_controller.go:479] Built service openshift-insights/metrics template LB for network=default: []services.LB{} I0311 09:46:53.093310 3375 services_controller.go:480] Service openshift-insights/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0311 09:46:53.093047 3375 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.232.24:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0287199712} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u0287199712}]}}] Timeout: Where:[where column _uuid == {32ba946d-a489-4cb9-932e-8d5bd7be5ccc}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:53.093202 3375 lb_config.go:1030] Cluster endpoints for default/kubernetes for network=default are: map[TCP/https:{6443 [172.20.0.1] []}] I0311 09:46:53.093430 3375 services_controller.go:469] Built service default/kubernetes LB cluster-wide configs for network=default: []services.lbConfig(nil) I0311 09:46:53.093442 3375 services_controller.go:470] Built service default/kubernetes LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.0.1"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:6443, V4IPs:[]string{"172.20.0.1"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 09:46:53.093448 3375 loadbalancer.go:305] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-service-ca-operator/metrics"} I0311 09:46:53.093458 3375 services_controller.go:471] Built service default/kubernetes LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:53.093463 3375 services_controller.go:386] Finished syncing service metrics on namespace openshift-service-ca-operator for network=default : 1.510128ms I0311 09:46:53.093476 3375 services_controller.go:382] Processing sync for service openshift-apiserver-operator/metrics for network=default I0311 09:46:53.093484 3375 services_controller.go:477] Built service default/kubernetes cluster-wide LB for network=default: []services.LB{} I0311 09:46:53.093496 3375 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-185.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-185.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-185.ec2.internal"}, Groups:[]string(nil)}} I0311 09:46:53.093528 3375 services_controller.go:479] Built service default/kubernetes template LB for network=default: []services.LB{} I0311 09:46:53.093540 3375 services_controller.go:480] Service default/kubernetes for network=default has 0 cluster-wide, 1 per-node configs, 0 template configs, making 0 (cluster) 1 (per node) and 0 (template) load balancers I0311 09:46:53.093486 3375 services_controller.go:460] Service openshift-apiserver-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-apiserver-operator 0ed80ce7-bf80-4141-a772-1e124721ec8f 1039 0 2026-03-11 09:37: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 facf07c5-511e-473b-8e3b-771a14e8107e 0xc00754c90f }] [] []},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.15.85,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.15.85],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:53.093566 3375 lb_config.go:1030] Cluster endpoints for openshift-apiserver-operator/metrics for network=default are: map[] I0311 09:46:53.093553 3375 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-185.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-185.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-185.ec2.internal"}, Groups:[]string(nil)}} I0311 09:46:53.093324 3375 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.125.165", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:53.093579 3375 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.15.85"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 09:46:53.093593 3375 services_controller.go:470] Built service openshift-apiserver-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 09:46:53.093602 3375 services_controller.go:471] Built service openshift-apiserver-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:53.093619 3375 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.15.85", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:53.093645 3375 services_controller.go:478] Built service openshift-apiserver-operator/metrics per-node LB for network=default: []services.LB{} I0311 09:46:53.093625 3375 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-185.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:u0287199713}] I0311 09:46:53.093629 3375 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.125.165:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0287199714}] I0311 09:46:53.093657 3375 services_controller.go:479] Built service openshift-apiserver-operator/metrics template LB for network=default: []services.LB{} I0311 09:46:53.093669 3375 services_controller.go:480] Service openshift-apiserver-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0311 09:46:53.093683 3375 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:u0287199713}]}}] Timeout: Where:[where column _uuid == {8315dd4c-3f44-451a-ba18-b4bbf5b74294}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:53.093688 3375 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:u0287199714}]}}] Timeout: Where:[where column _uuid == {32ba946d-a489-4cb9-932e-8d5bd7be5ccc}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:53.093691 3375 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.15.85", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:53.093734 3375 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:u0287199713}]}}] Timeout: Where:[where column _uuid == {de72eca9-7088-4094-85bb-82e1e44661c5}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:53.093712 3375 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.125.165:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0287199714} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u0287199714}]}}] Timeout: Where:[where column _uuid == {32ba946d-a489-4cb9-932e-8d5bd7be5ccc}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:53.093769 3375 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.15.85:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0287199715}] I0311 09:46:53.093761 3375 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-185.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:u0287199713} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u0287199713}]}}] Timeout: Where:[where column _uuid == {8315dd4c-3f44-451a-ba18-b4bbf5b74294}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u0287199713}]}}] Timeout: Where:[where column _uuid == {de72eca9-7088-4094-85bb-82e1e44661c5}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:53.093819 3375 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:u0287199715}]}}] Timeout: Where:[where column _uuid == {32ba946d-a489-4cb9-932e-8d5bd7be5ccc}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:53.093853 3375 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.15.85:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0287199715} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u0287199715}]}}] Timeout: Where:[where column _uuid == {32ba946d-a489-4cb9-932e-8d5bd7be5ccc}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:53.093922 3375 loadbalancer.go:305] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics"} I0311 09:46:53.093938 3375 services_controller.go:386] Finished syncing service csi-snapshot-controller-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 1.653049ms I0311 09:46:53.093953 3375 services_controller.go:382] Processing sync for service openshift-machine-config-operator/machine-config-daemon for network=default I0311 09:46:53.093895 3375 loadbalancer.go:305] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-cluster-node-tuning-operator/performance-addon-operator-service"} I0311 09:46:53.093978 3375 services_controller.go:386] Finished syncing service performance-addon-operator-service on namespace openshift-cluster-node-tuning-operator for network=default : 1.748414ms I0311 09:46:53.093990 3375 services_controller.go:382] Processing sync for service openshift-ingress-canary/ingress-canary for network=default I0311 09:46:53.093969 3375 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 28c7958c-99f6-427c-9231-15b2071df65b 868 0 2026-03-11 09:37: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 facf07c5-511e-473b-8e3b-771a14e8107e 0xc00754db47 }] [] []},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.36.188,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.36.188],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:53.093997 3375 services_controller.go:460] Service openshift-ingress-canary/ingress-canary retrieved from lister for network=default: &Service{ObjectMeta:{ingress-canary openshift-ingress-canary a4eca6bd-9ae3-4fbf-b3ee-a44bc091822d 3231 0 2026-03-11 09:37:48 +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 73b280a0-6d79-48ae-ba0c-b8a1cf0ae2b0 0xc00754d500 }] [] []},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.93.120,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.93.120],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:53.094061 3375 lb_config.go:1030] Cluster endpoints for openshift-machine-config-operator/machine-config-daemon for network=default are: map[] I0311 09:46:53.094074 3375 lb_config.go:1030] Cluster endpoints for openshift-ingress-canary/ingress-canary for network=default are: map[] I0311 09:46:53.094077 3375 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.36.188"}, 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.36.188"}, protocol:"TCP", inport:8798, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 09:46:53.094085 3375 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.93.120"}, 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.93.120"}, protocol:"TCP", inport:8888, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 09:46:53.094097 3375 services_controller.go:470] Built service openshift-machine-config-operator/machine-config-daemon LB per-node configs for network=default: []services.lbConfig(nil) I0311 09:46:53.094102 3375 services_controller.go:470] Built service openshift-ingress-canary/ingress-canary LB per-node configs for network=default: []services.lbConfig(nil) I0311 09:46:53.094110 3375 services_controller.go:471] Built service openshift-machine-config-operator/machine-config-daemon LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:53.094112 3375 services_controller.go:471] Built service openshift-ingress-canary/ingress-canary LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:53.094129 3375 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.36.188", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.36.188", Port:8798, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:53.094239 3375 services_controller.go:478] Built service openshift-machine-config-operator/machine-config-daemon per-node LB for network=default: []services.LB{} I0311 09:46:53.094257 3375 services_controller.go:479] Built service openshift-machine-config-operator/machine-config-daemon template LB for network=default: []services.LB{} I0311 09:46:53.094269 3375 services_controller.go:480] Service openshift-machine-config-operator/machine-config-daemon for network=default has 2 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0311 09:46:53.094130 3375 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.93.120", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.93.120", Port:8888, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:53.094282 3375 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.36.188", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.36.188", Port:8798, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:53.094307 3375 services_controller.go:478] Built service openshift-ingress-canary/ingress-canary per-node LB for network=default: []services.LB{} I0311 09:46:53.094321 3375 services_controller.go:479] Built service openshift-ingress-canary/ingress-canary template LB for network=default: []services.LB{} I0311 09:46:53.094331 3375 services_controller.go:480] Service openshift-ingress-canary/ingress-canary for network=default has 2 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0311 09:46:53.094346 3375 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.93.120", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.93.120", Port:8888, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:53.094353 3375 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.36.188:8798: 172.30.36.188:9001:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0287199716}] I0311 09:46:53.094409 3375 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:u0287199716}]}}] Timeout: Where:[where column _uuid == {32ba946d-a489-4cb9-932e-8d5bd7be5ccc}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:53.094427 3375 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.93.120:8443: 172.30.93.120:8888:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0287199717}] I0311 09:46:53.094432 3375 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.36.188:8798: 172.30.36.188:9001:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0287199716} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u0287199716}]}}] Timeout: Where:[where column _uuid == {32ba946d-a489-4cb9-932e-8d5bd7be5ccc}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:53.094485 3375 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:u0287199717}]}}] Timeout: Where:[where column _uuid == {32ba946d-a489-4cb9-932e-8d5bd7be5ccc}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:53.094547 3375 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.93.120:8443: 172.30.93.120:8888:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0287199717} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u0287199717}]}}] Timeout: Where:[where column _uuid == {32ba946d-a489-4cb9-932e-8d5bd7be5ccc}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:53.094603 3375 loadbalancer.go:305] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-insights/metrics"} I0311 09:46:53.094627 3375 services_controller.go:386] Finished syncing service metrics on namespace openshift-insights for network=default : 2.056703ms I0311 09:46:53.094644 3375 services_controller.go:382] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0311 09:46:53.094655 3375 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 cb6bee5b-1091-4781-9ce7-c24cd1ece1ec 6476 0 2026-03-11 09:40:38 +0000 UTC map[olm.managed:true olm.service-spec-hash:8H7arFYfeqTDwtur5ZzpDGCqSKpg30XG9PXH2W] map[] [{operators.coreos.com/v1alpha1 CatalogSource deployment-validation-operator-catalog 7e54c69e-de9a-4db9-b8ad-e5001eee3504 0xc00754d16d 0xc00754d16e}] [] []},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.55.42,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.55.42],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:53.094734 3375 lb_config.go:1030] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default are: map[] I0311 09:46:53.094748 3375 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.55.42"}, protocol:"TCP", inport:50051, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 09:46:53.094764 3375 services_controller.go:470] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB per-node configs for network=default: []services.lbConfig(nil) I0311 09:46:53.094774 3375 services_controller.go:471] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:53.094779 3375 loadbalancer.go:305] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"default/kubernetes"} I0311 09:46:53.094791 3375 services_controller.go:386] Finished syncing service kubernetes on namespace default for network=default : 1.678146ms I0311 09:46:53.094801 3375 services_controller.go:382] Processing sync for service openshift-image-registry/image-registry for network=default I0311 09:46:53.094791 3375 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.55.42", Port:50051, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:53.094821 3375 services_controller.go:478] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog per-node LB for network=default: []services.LB{} I0311 09:46:53.094834 3375 services_controller.go:479] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog template LB for network=default: []services.LB{} I0311 09:46:53.094846 3375 services_controller.go:480] Service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0311 09:46:53.094819 3375 services_controller.go:460] Service openshift-image-registry/image-registry retrieved from lister for network=default: &Service{ObjectMeta:{image-registry openshift-image-registry bfbf3b9c-5605-414e-86e0-e584855723f6 4042 0 2026-03-11 09:38:19 +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.117.54,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.117.54],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:53.094861 3375 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.55.42", Port:50051, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:53.094895 3375 lb_config.go:1030] Cluster endpoints for openshift-image-registry/image-registry for network=default are: map[] I0311 09:46:53.094909 3375 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.117.54"}, protocol:"TCP", inport:5000, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 09:46:53.094925 3375 services_controller.go:470] Built service openshift-image-registry/image-registry LB per-node configs for network=default: []services.lbConfig(nil) I0311 09:46:53.094937 3375 services_controller.go:471] Built service openshift-image-registry/image-registry LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:53.094930 3375 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.55.42:50051:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0287199718}] I0311 09:46:53.094957 3375 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.117.54", Port:5000, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:53.094979 3375 services_controller.go:478] Built service openshift-image-registry/image-registry per-node LB for network=default: []services.LB{} I0311 09:46:53.094989 3375 services_controller.go:479] Built service openshift-image-registry/image-registry template LB for network=default: []services.LB{} I0311 09:46:53.094997 3375 services_controller.go:480] Service openshift-image-registry/image-registry for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0311 09:46:53.094992 3375 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:u0287199718}]}}] Timeout: Where:[where column _uuid == {32ba946d-a489-4cb9-932e-8d5bd7be5ccc}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:53.095010 3375 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.117.54", Port:5000, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:53.095016 3375 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.55.42:50051:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0287199718} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u0287199718}]}}] Timeout: Where:[where column _uuid == {32ba946d-a489-4cb9-932e-8d5bd7be5ccc}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:53.095081 3375 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.117.54:5000:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0287199719}] I0311 09:46:53.095022 3375 loadbalancer.go:305] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-apiserver-operator/metrics"} I0311 09:46:53.095127 3375 services_controller.go:386] Finished syncing service metrics on namespace openshift-apiserver-operator for network=default : 1.649575ms I0311 09:46:53.095141 3375 services_controller.go:382] Processing sync for service openshift-network-diagnostics/network-check-target for network=default I0311 09:46:53.095140 3375 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:u0287199719}]}}] Timeout: Where:[where column _uuid == {32ba946d-a489-4cb9-932e-8d5bd7be5ccc}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:53.095166 3375 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.117.54:5000:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0287199719} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u0287199719}]}}] Timeout: Where:[where column _uuid == {32ba946d-a489-4cb9-932e-8d5bd7be5ccc}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:53.095160 3375 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 5522cf5a-5268-4872-a399-b4831cbf4da3 3643 0 2026-03-11 09:37:58 +0000 UTC map[] map[] [{operator.openshift.io/v1 Network cluster b3dad961-2546-4bd3-9d69-ce8664bfbe4c 0xc00754de87 0xc00754de88}] [] []},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.96.104,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.96.104],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:53.095231 3375 loadbalancer.go:305] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-machine-config-operator/machine-config-daemon"} I0311 09:46:53.095250 3375 services_controller.go:386] Finished syncing service machine-config-daemon on namespace openshift-machine-config-operator for network=default : 1.296371ms I0311 09:46:53.095250 3375 lb_config.go:1030] Cluster endpoints for openshift-network-diagnostics/network-check-target for network=default are: map[] I0311 09:46:53.095264 3375 services_controller.go:382] Processing sync for service openshift-console-operator/metrics for network=default I0311 09:46:53.095266 3375 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.96.104"}, protocol:"TCP", inport:80, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 09:46:53.095281 3375 services_controller.go:470] Built service openshift-network-diagnostics/network-check-target LB per-node configs for network=default: []services.lbConfig(nil) I0311 09:46:53.095291 3375 services_controller.go:471] Built service openshift-network-diagnostics/network-check-target LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:53.095309 3375 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.96.104", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:53.095335 3375 loadbalancer.go:305] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-ingress-canary/ingress-canary"} I0311 09:46:53.095363 3375 services_controller.go:386] Finished syncing service ingress-canary on namespace openshift-ingress-canary for network=default : 1.36235ms I0311 09:46:53.095368 3375 services_controller.go:478] Built service openshift-network-diagnostics/network-check-target per-node LB for network=default: []services.LB{} I0311 09:46:53.095379 3375 services_controller.go:382] Processing sync for service openshift-ingress/router-default for network=default I0311 09:46:53.095384 3375 services_controller.go:479] Built service openshift-network-diagnostics/network-check-target template LB for network=default: []services.LB{} I0311 09:46:53.095397 3375 services_controller.go:480] Service openshift-network-diagnostics/network-check-target for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0311 09:46:53.095275 3375 services_controller.go:460] Service openshift-console-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-console-operator 2be2f5a7-3cc1-4c9c-a8a9-141ad61d1dd8 3592 0 2026-03-11 09:37:56 +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 facf07c5-511e-473b-8e3b-771a14e8107e 0xc00754d0d7 }] [] []},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.62.251,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.62.251],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:53.095415 3375 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.96.104", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:53.095390 3375 services_controller.go:460] Service openshift-ingress/router-default retrieved from lister for network=default: &Service{ObjectMeta:{router-default openshift-ingress 884996c3-3471-4f35-bac6-d60160573751 3682 0 2026-03-11 09:37:38 +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=2oveefiled799j1l8h60tce40faspn30,api.openshift.com/legal-entity-id=2h8L52xc1VHB4xLFE2YyPmAjYjI,api.openshift.com/name=kx-3a2a0e7f61,cluster-type=rosa-hcp,creation-date=2026-03-11,konflux-ci=true,red-hat-clustertype=rosa,red-hat-managed=true service.beta.kubernetes.io/aws-load-balancer-healthcheck-healthy-threshold:2 service.beta.kubernetes.io/aws-load-balancer-healthcheck-interval:10 service.beta.kubernetes.io/aws-load-balancer-healthcheck-timeout:4 service.beta.kubernetes.io/aws-load-balancer-healthcheck-unhealthy-threshold:2 service.beta.kubernetes.io/aws-load-balancer-type:nlb traffic-policy.network.alpha.openshift.io/local-with-fallback:] [{apps/v1 Deployment router-default e3db6bf5-9ef8-4b7b-a506-f3bf9f48ed73 0xc00754d6d7 }] [service.kubernetes.io/load-balancer-cleanup] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:http,Protocol:TCP,Port:80,TargetPort:{1 0 http},NodePort:30461,AppProtocol:nil,},ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{1 0 https},NodePort:31511,AppProtocol:nil,},},Selector:map[string]string{ingresscontroller.operator.openshift.io/deployment-ingresscontroller: default,},ClusterIP:172.30.90.137,Type:LoadBalancer,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:Local,HealthCheckNodePort:32363,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.90.137],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:*true,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{LoadBalancerIngress{IP:,Hostname:a884996c334714f35bac6d6016057375-b938fbaaaa50e06c.elb.us-east-1.amazonaws.com,IPMode:nil,Ports:[]PortStatus{},},},},Conditions:[]Condition{},},} I0311 09:46:53.095494 3375 lb_config.go:1030] Cluster endpoints for openshift-ingress/router-default for network=default are: map[] I0311 09:46:53.095509 3375 lb_config.go:1053] Local endpoints for openshift-ingress/router-default for network=default are: map[] I0311 09:46:53.095528 3375 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.90.137"}, 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.90.137"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 09:46:53.095554 3375 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:30461, 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:31511, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:true, internalTrafficLocal:false, hasNodePort:true}} I0311 09:46:53.095537 3375 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.96.104:80:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0287199720}] I0311 09:46:53.095576 3375 services_controller.go:471] Built service openshift-ingress/router-default LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:53.095607 3375 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:u0287199720}]}}] Timeout: Where:[where column _uuid == {32ba946d-a489-4cb9-932e-8d5bd7be5ccc}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:53.095605 3375 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.90.137", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.90.137", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:53.095638 3375 services_controller.go:478] Built service openshift-ingress/router-default per-node LB for network=default: []services.LB{} I0311 09:46:53.095649 3375 services_controller.go:479] Built service openshift-ingress/router-default template LB for network=default: []services.LB{} I0311 09:46:53.095659 3375 services_controller.go:480] Service openshift-ingress/router-default for network=default has 2 cluster-wide, 2 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0311 09:46:53.095672 3375 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.90.137", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.90.137", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:53.095633 3375 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.96.104:80:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0287199720} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u0287199720}]}}] Timeout: Where:[where column _uuid == {32ba946d-a489-4cb9-932e-8d5bd7be5ccc}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:53.095439 3375 lb_config.go:1030] Cluster endpoints for openshift-console-operator/metrics for network=default are: map[] I0311 09:46:53.095827 3375 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.62.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}} I0311 09:46:53.095846 3375 services_controller.go:470] Built service openshift-console-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 09:46:53.095858 3375 services_controller.go:471] Built service openshift-console-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:53.095878 3375 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.62.251", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:53.095923 3375 services_controller.go:478] Built service openshift-console-operator/metrics per-node LB for network=default: []services.LB{} I0311 09:46:53.095941 3375 services_controller.go:479] Built service openshift-console-operator/metrics template LB for network=default: []services.LB{} I0311 09:46:53.095954 3375 services_controller.go:480] Service openshift-console-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0311 09:46:53.095974 3375 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.62.251", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:53.095936 3375 loadbalancer.go:305] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-image-registry/image-registry"} I0311 09:46:53.096027 3375 services_controller.go:386] Finished syncing service image-registry on namespace openshift-image-registry for network=default : 1.222688ms I0311 09:46:53.096041 3375 services_controller.go:382] Processing sync for service openshift-cluster-version/cluster-version-operator for network=default I0311 09:46:53.096041 3375 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.62.251:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0287199722}] I0311 09:46:53.095979 3375 loadbalancer.go:305] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-deployment-validation-operator/deployment-validation-operator-catalog"} I0311 09:46:53.096051 3375 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 ecf3a335-2ffe-4288-98c4-00149f5a9cad 500 0 2026-03-11 09:36:57 +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.111.10,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.111.10],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:53.096119 3375 services_controller.go:386] Finished syncing service deployment-validation-operator-catalog on namespace openshift-deployment-validation-operator for network=default : 1.474849ms I0311 09:46:53.096117 3375 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:u0287199722}]}}] Timeout: Where:[where column _uuid == {32ba946d-a489-4cb9-932e-8d5bd7be5ccc}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:53.096157 3375 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.62.251:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0287199722} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u0287199722}]}}] Timeout: Where:[where column _uuid == {32ba946d-a489-4cb9-932e-8d5bd7be5ccc}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:53.096136 3375 services_controller.go:382] Processing sync for service openshift-machine-config-operator/machine-config-operator for network=default I0311 09:46:53.096244 3375 loadbalancer.go:305] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-network-diagnostics/network-check-target"} I0311 09:46:53.096260 3375 services_controller.go:386] Finished syncing service network-check-target on namespace openshift-network-diagnostics for network=default : 1.119138ms I0311 09:46:53.096273 3375 services_controller.go:382] Processing sync for service openshift-multus/network-metrics-service for network=default I0311 09:46:53.096281 3375 services_controller.go:386] Finished syncing service network-metrics-service on namespace openshift-multus for network=default : 8.187µs I0311 09:46:53.096289 3375 services_controller.go:382] Processing sync for service openshift-config-operator/metrics for network=default I0311 09:46:53.096258 3375 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 35767b48-06d9-40dd-a1cf-8af430da5f87 753 0 2026-03-11 09:37:08 +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 facf07c5-511e-473b-8e3b-771a14e8107e 0xc00754dbdb }] [] []},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.62.85,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.62.85],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:53.096339 3375 lb_config.go:1030] Cluster endpoints for openshift-machine-config-operator/machine-config-operator for network=default are: map[] I0311 09:46:53.095892 3375 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.90.137:443: 172.30.90.137:80:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0287199721}] I0311 09:46:53.096356 3375 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.62.85"}, protocol:"TCP", inport:9001, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 09:46:53.096375 3375 services_controller.go:470] Built service openshift-machine-config-operator/machine-config-operator LB per-node configs for network=default: []services.lbConfig(nil) I0311 09:46:53.096384 3375 services_controller.go:471] Built service openshift-machine-config-operator/machine-config-operator LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:53.096396 3375 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:u0287199721}]}}] Timeout: Where:[where column _uuid == {32ba946d-a489-4cb9-932e-8d5bd7be5ccc}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:53.096427 3375 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.90.137:443: 172.30.90.137:80:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0287199721} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u0287199721}]}}] Timeout: Where:[where column _uuid == {32ba946d-a489-4cb9-932e-8d5bd7be5ccc}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:53.096297 3375 services_controller.go:460] Service openshift-config-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-config-operator f4859207-1b6e-4c18-ab17-2299b271e316 1584 0 2026-03-11 09:37: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 facf07c5-511e-473b-8e3b-771a14e8107e 0xc00754d017 }] [] []},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.105.113,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.105.113],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:53.096509 3375 lb_config.go:1030] Cluster endpoints for openshift-config-operator/metrics for network=default are: map[] I0311 09:46:53.096526 3375 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.105.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}} I0311 09:46:53.096541 3375 services_controller.go:470] Built service openshift-config-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 09:46:53.096552 3375 services_controller.go:471] Built service openshift-config-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:53.096569 3375 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.105.113", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:53.096600 3375 services_controller.go:478] Built service openshift-config-operator/metrics per-node LB for network=default: []services.LB{} I0311 09:46:53.096612 3375 services_controller.go:479] Built service openshift-config-operator/metrics template LB for network=default: []services.LB{} I0311 09:46:53.096397 3375 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.62.85", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:53.096642 3375 services_controller.go:478] Built service openshift-machine-config-operator/machine-config-operator per-node LB for network=default: []services.LB{} I0311 09:46:53.096660 3375 services_controller.go:479] Built service openshift-machine-config-operator/machine-config-operator template LB for network=default: []services.LB{} I0311 09:46:53.096671 3375 services_controller.go:480] Service openshift-machine-config-operator/machine-config-operator for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0311 09:46:53.096685 3375 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.62.85", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:53.096138 3375 lb_config.go:1030] Cluster endpoints for openshift-cluster-version/cluster-version-operator for network=default are: map[] I0311 09:46:53.096762 3375 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.111.10"}, protocol:"TCP", inport:9099, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 09:46:53.096782 3375 services_controller.go:470] Built service openshift-cluster-version/cluster-version-operator LB per-node configs for network=default: []services.lbConfig(nil) I0311 09:46:53.096763 3375 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.62.85:9001:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0287199723}] I0311 09:46:53.096792 3375 services_controller.go:471] Built service openshift-cluster-version/cluster-version-operator LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:53.096622 3375 services_controller.go:480] Service openshift-config-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0311 09:46:53.096812 3375 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.111.10", Port:9099, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:53.096886 3375 services_controller.go:478] Built service openshift-cluster-version/cluster-version-operator per-node LB for network=default: []services.LB{} I0311 09:46:53.096901 3375 services_controller.go:479] Built service openshift-cluster-version/cluster-version-operator template LB for network=default: []services.LB{} I0311 09:46:53.096911 3375 services_controller.go:480] Service openshift-cluster-version/cluster-version-operator for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0311 09:46:53.096924 3375 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.111.10", Port:9099, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:53.096813 3375 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.105.113", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:53.096966 3375 loadbalancer.go:305] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-ingress/router-default"} I0311 09:46:53.096985 3375 services_controller.go:386] Finished syncing service router-default on namespace openshift-ingress for network=default : 1.606055ms I0311 09:46:53.096998 3375 services_controller.go:382] Processing sync for service openshift-dns-operator/metrics for network=default I0311 09:46:53.096990 3375 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.111.10:9099:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0287199724}] I0311 09:46:53.097002 3375 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.105.113:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0287199725}] I0311 09:46:53.096731 3375 loadbalancer.go:305] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-console-operator/metrics"} I0311 09:46:53.097040 3375 services_controller.go:386] Finished syncing service metrics on namespace openshift-console-operator for network=default : 1.773489ms I0311 09:46:53.097055 3375 services_controller.go:382] Processing sync for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0311 09:46:53.096822 3375 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:u0287199723}]}}] Timeout: Where:[where column _uuid == {32ba946d-a489-4cb9-932e-8d5bd7be5ccc}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:53.097053 3375 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:u0287199725}]}}] Timeout: Where:[where column _uuid == {32ba946d-a489-4cb9-932e-8d5bd7be5ccc}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:53.097080 3375 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.62.85:9001:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0287199723} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u0287199723}]}}] Timeout: Where:[where column _uuid == {32ba946d-a489-4cb9-932e-8d5bd7be5ccc}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:53.097079 3375 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.105.113:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0287199725} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u0287199725}]}}] Timeout: Where:[where column _uuid == {32ba946d-a489-4cb9-932e-8d5bd7be5ccc}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:53.097009 3375 services_controller.go:460] Service openshift-dns-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-dns-operator 31c83d3e-3d68-4c9b-b7fc-a2892980a982 1082 0 2026-03-11 09:37: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 facf07c5-511e-473b-8e3b-771a14e8107e 0xc00754d28f }] [] []},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.134.30,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.134.30],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:53.097082 3375 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 81a0763e-a2df-4e8e-ba98-0318a8d002dd 2926 0 2026-03-11 09:37: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 facf07c5-511e-473b-8e3b-771a14e8107e 0xc00754d9f7 }] [] []},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.102.235,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.102.235],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:53.097156 3375 lb_config.go:1030] Cluster endpoints for openshift-kube-storage-version-migrator-operator/metrics for network=default are: map[] I0311 09:46:53.097043 3375 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:u0287199724}]}}] Timeout: Where:[where column _uuid == {32ba946d-a489-4cb9-932e-8d5bd7be5ccc}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:53.097173 3375 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.102.235"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 09:46:53.097191 3375 services_controller.go:470] Built service openshift-kube-storage-version-migrator-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 09:46:53.097203 3375 services_controller.go:471] Built service openshift-kube-storage-version-migrator-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:53.097172 3375 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.111.10:9099:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0287199724} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u0287199724}]}}] Timeout: Where:[where column _uuid == {32ba946d-a489-4cb9-932e-8d5bd7be5ccc}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:53.097156 3375 lb_config.go:1030] Cluster endpoints for openshift-dns-operator/metrics for network=default are: map[] I0311 09:46:53.097249 3375 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.134.30"}, protocol:"TCP", inport:9393, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 09:46:53.097238 3375 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.102.235", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:53.097261 3375 services_controller.go:470] Built service openshift-dns-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 09:46:53.097270 3375 services_controller.go:471] Built service openshift-dns-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:53.097270 3375 services_controller.go:478] Built service openshift-kube-storage-version-migrator-operator/metrics per-node LB for network=default: []services.LB{} I0311 09:46:53.097282 3375 services_controller.go:479] Built service openshift-kube-storage-version-migrator-operator/metrics template LB for network=default: []services.LB{} I0311 09:46:53.097293 3375 services_controller.go:480] Service openshift-kube-storage-version-migrator-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0311 09:46:53.097286 3375 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.134.30", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:53.097314 3375 services_controller.go:478] Built service openshift-dns-operator/metrics per-node LB for network=default: []services.LB{} I0311 09:46:53.097306 3375 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.102.235", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:53.097330 3375 services_controller.go:479] Built service openshift-dns-operator/metrics template LB for network=default: []services.LB{} I0311 09:46:53.097342 3375 services_controller.go:480] Service openshift-dns-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0311 09:46:53.097355 3375 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.134.30", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:53.097468 3375 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.134.30:9393:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0287199727}] I0311 09:46:53.097534 3375 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:u0287199727}]}}] Timeout: Where:[where column _uuid == {32ba946d-a489-4cb9-932e-8d5bd7be5ccc}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:53.097589 3375 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.134.30:9393:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0287199727} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u0287199727}]}}] Timeout: Where:[where column _uuid == {32ba946d-a489-4cb9-932e-8d5bd7be5ccc}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:53.097360 3375 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.102.235:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0287199726}] I0311 09:46:53.097707 3375 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:u0287199726}]}}] Timeout: Where:[where column _uuid == {32ba946d-a489-4cb9-932e-8d5bd7be5ccc}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:53.097741 3375 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.102.235:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0287199726} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u0287199726}]}}] Timeout: Where:[where column _uuid == {32ba946d-a489-4cb9-932e-8d5bd7be5ccc}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:53.098619 3375 loadbalancer.go:305] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-machine-config-operator/machine-config-operator"} I0311 09:46:53.098636 3375 services_controller.go:386] Finished syncing service machine-config-operator on namespace openshift-machine-config-operator for network=default : 2.501262ms I0311 09:46:53.098649 3375 services_controller.go:382] Processing sync for service openshift-network-operator/metrics for network=default I0311 09:46:53.098657 3375 services_controller.go:386] Finished syncing service metrics on namespace openshift-network-operator for network=default : 9.693µs I0311 09:46:53.098666 3375 services_controller.go:382] Processing sync for service openshift-apiserver/check-endpoints for network=default I0311 09:46:53.098674 3375 services_controller.go:460] Service openshift-apiserver/check-endpoints retrieved from lister for network=default: &Service{ObjectMeta:{check-endpoints openshift-apiserver 3e3f6011-18cb-4b03-b279-e7ada94ea809 2304 0 2026-03-11 09:37:29 +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 facf07c5-511e-473b-8e3b-771a14e8107e 0xc00754c9d7 }] [] []},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.91.179,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.91.179],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:53.098750 3375 lb_config.go:1030] Cluster endpoints for openshift-apiserver/check-endpoints for network=default are: map[] I0311 09:46:53.098764 3375 loadbalancer.go:305] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-config-operator/metrics"} I0311 09:46:53.098770 3375 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.91.179"}, protocol:"TCP", inport:17698, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 09:46:53.098781 3375 services_controller.go:386] Finished syncing service metrics on namespace openshift-config-operator for network=default : 2.490778ms I0311 09:46:53.098786 3375 services_controller.go:470] Built service openshift-apiserver/check-endpoints LB per-node configs for network=default: []services.lbConfig(nil) I0311 09:46:53.098793 3375 services_controller.go:382] Processing sync for service openshift-cloud-credential-operator/cco-metrics for network=default I0311 09:46:53.098796 3375 services_controller.go:471] Built service openshift-apiserver/check-endpoints LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:53.098813 3375 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.91.179", Port:17698, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:53.098843 3375 services_controller.go:478] Built service openshift-apiserver/check-endpoints per-node LB for network=default: []services.LB{} I0311 09:46:53.098803 3375 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 c242180b-a6ec-432f-8e5e-0352b72a1b03 1141 0 2026-03-11 09:37: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 facf07c5-511e-473b-8e3b-771a14e8107e 0xc00754cb2b }] [] []},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.251.51,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.251.51],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:53.098854 3375 services_controller.go:479] Built service openshift-apiserver/check-endpoints template LB for network=default: []services.LB{} I0311 09:46:53.098865 3375 services_controller.go:480] Service openshift-apiserver/check-endpoints for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0311 09:46:53.098871 3375 lb_config.go:1030] Cluster endpoints for openshift-cloud-credential-operator/cco-metrics for network=default are: map[] I0311 09:46:53.098885 3375 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.251.51"}, protocol:"TCP", inport:8443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 09:46:53.098905 3375 services_controller.go:470] Built service openshift-cloud-credential-operator/cco-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 09:46:53.098914 3375 services_controller.go:471] Built service openshift-cloud-credential-operator/cco-metrics LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:53.098925 3375 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.251.51", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:53.098954 3375 services_controller.go:478] Built service openshift-cloud-credential-operator/cco-metrics per-node LB for network=default: []services.LB{} I0311 09:46:53.098878 3375 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.91.179", Port:17698, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:53.098966 3375 services_controller.go:479] Built service openshift-cloud-credential-operator/cco-metrics template LB for network=default: []services.LB{} I0311 09:46:53.098978 3375 services_controller.go:480] Service openshift-cloud-credential-operator/cco-metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0311 09:46:53.098987 3375 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.251.51", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:53.098960 3375 loadbalancer.go:305] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-cluster-version/cluster-version-operator"} I0311 09:46:53.099057 3375 services_controller.go:386] Finished syncing service cluster-version-operator on namespace openshift-cluster-version for network=default : 3.012813ms I0311 09:46:53.099034 3375 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.91.179:17698:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0287199728}] I0311 09:46:53.099056 3375 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.251.51:8443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0287199729}] I0311 09:46:53.099087 3375 services_controller.go:382] Processing sync for service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0311 09:46:53.099098 3375 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:u0287199728}]}}] Timeout: Where:[where column _uuid == {32ba946d-a489-4cb9-932e-8d5bd7be5ccc}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:53.099116 3375 services_controller.go:386] Finished syncing service ovn-kubernetes-node on namespace openshift-ovn-kubernetes for network=default : 30.687µs I0311 09:46:53.099115 3375 loadbalancer.go:305] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-kube-storage-version-migrator-operator/metrics"} I0311 09:46:53.099130 3375 services_controller.go:382] Processing sync for service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0311 09:46:53.099133 3375 services_controller.go:386] Finished syncing service metrics on namespace openshift-kube-storage-version-migrator-operator for network=default : 2.078093ms I0311 09:46:53.099137 3375 services_controller.go:386] Finished syncing service node-tuning-operator on namespace openshift-cluster-node-tuning-operator for network=default : 8.165µs I0311 09:46:53.099102 3375 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:u0287199729}]}}] Timeout: Where:[where column _uuid == {32ba946d-a489-4cb9-932e-8d5bd7be5ccc}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:53.099121 3375 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.91.179:17698:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0287199728} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u0287199728}]}}] Timeout: Where:[where column _uuid == {32ba946d-a489-4cb9-932e-8d5bd7be5ccc}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:53.099171 3375 loadbalancer.go:305] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-dns-operator/metrics"} I0311 09:46:53.099188 3375 services_controller.go:386] Finished syncing service metrics on namespace openshift-dns-operator for network=default : 2.190417ms I0311 09:46:53.099170 3375 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.251.51:8443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0287199729} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u0287199729}]}}] Timeout: Where:[where column _uuid == {32ba946d-a489-4cb9-932e-8d5bd7be5ccc}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:53.099148 3375 services_controller.go:382] Processing sync for service openshift-cluster-machine-approver/machine-approver for network=default I0311 09:46:53.099333 3375 services_controller.go:386] Finished syncing service machine-approver on namespace openshift-cluster-machine-approver for network=default : 184.979µs I0311 09:46:53.099905 3375 loadbalancer.go:305] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-apiserver/check-endpoints"} I0311 09:46:53.099947 3375 loadbalancer.go:305] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-cloud-credential-operator/cco-metrics"} I0311 09:46:53.099959 3375 services_controller.go:386] Finished syncing service check-endpoints on namespace openshift-apiserver for network=default : 1.292859ms I0311 09:46:53.099967 3375 services_controller.go:386] Finished syncing service cco-metrics on namespace openshift-cloud-credential-operator for network=default : 1.17505ms I0311 09:46:53.103798 3375 pod.go:62] [openshift-multus/network-metrics-daemon-nj5l5] pod update took 16.391123ms I0311 09:46:53.103829 3375 base_network_controller_pods.go:928] [default/openshift-multus/network-metrics-daemon-nj5l5] addLogicalPort annotation time took 16.412136ms I0311 09:46:53.103883 3375 model_client.go:374] Create operations generated as: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[0a:58:0a:81:00:04 10.129.0.4]} external_ids:{GoMap:map[namespace:openshift-multus pod:true]} name:openshift-multus_network-metrics-daemon-nj5l5 options:{GoMap:map[iface-id-ver:0138b6a4-682b-480a-abbc-ef054544dcbc requested-chassis:ip-10-0-1-185.ec2.internal]} port_security:{GoSet:[0a:58:0a:81:00:04 10.129.0.4]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0287199730}] I0311 09:46:53.103941 3375 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:u0287199730}]}}] Timeout: Where:[where column _uuid == {8315dd4c-3f44-451a-ba18-b4bbf5b74294}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:53.103994 3375 address_set.go:576] (u0287199568/default-network-controller:Namespace:openshift-multus:v4/a13687770890520536676) adding Addresses ([10.129.0.4]) to address set I0311 09:46:53.104018 3375 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 == {e702a9f8-476b-49a9-9e0a-1141b0093d4f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:53.104053 3375 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:u0287199730}]}}] Timeout: Where:[where column _uuid == {2883688d-7196-4a20-8575-a8bd62d08521}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:53.104150 3375 model_client.go:374] Create operations generated as: [{Op:insert Table:NAT Row:map[external_ip:10.0.1.185 external_port_range:32768-60999 logical_ip:10.129.0.4 options:{GoMap:map[stateless:false]} type:snat] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0287199731}] I0311 09:46:53.104193 3375 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:u0287199731}]}}] Timeout: Where:[where column _uuid == {de72eca9-7088-4094-85bb-82e1e44661c5}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:53.104268 3375 transact.go:43] Configuring OVN: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[0a:58:0a:81:00:04 10.129.0.4]} external_ids:{GoMap:map[namespace:openshift-multus pod:true]} name:openshift-multus_network-metrics-daemon-nj5l5 options:{GoMap:map[iface-id-ver:0138b6a4-682b-480a-abbc-ef054544dcbc requested-chassis:ip-10-0-1-185.ec2.internal]} port_security:{GoSet:[0a:58:0a:81:00:04 10.129.0.4]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0287199730} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u0287199730}]}}] Timeout: Where:[where column _uuid == {8315dd4c-3f44-451a-ba18-b4bbf5b74294}] Until: Durable: Comment: Lock: UUID: UUIDName:} {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 == {e702a9f8-476b-49a9-9e0a-1141b0093d4f}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u0287199730}]}}] Timeout: Where:[where column _uuid == {2883688d-7196-4a20-8575-a8bd62d08521}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:insert Table:NAT Row:map[external_ip:10.0.1.185 external_port_range:32768-60999 logical_ip:10.129.0.4 options:{GoMap:map[stateless:false]} type:snat] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0287199731} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:nat Mutator:insert Value:{GoSet:[{GoUUID:u0287199731}]}}] Timeout: Where:[where column _uuid == {de72eca9-7088-4094-85bb-82e1e44661c5}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:53.104736 3375 pod.go:62] [openshift-network-diagnostics/network-check-target-hshsz] pod update took 16.488411ms I0311 09:46:53.104789 3375 base_network_controller_pods.go:928] [default/openshift-network-diagnostics/network-check-target-hshsz] addLogicalPort annotation time took 16.544331ms I0311 09:46:53.104860 3375 model_client.go:374] Create operations generated as: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[0a:58:0a:81:00:03 10.129.0.3]} external_ids:{GoMap:map[namespace:openshift-network-diagnostics pod:true]} name:openshift-network-diagnostics_network-check-target-hshsz options:{GoMap:map[iface-id-ver:5307188b-0622-462a-a7c0-780b17dc40d6 requested-chassis:ip-10-0-1-185.ec2.internal]} port_security:{GoSet:[0a:58:0a:81:00:03 10.129.0.3]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0287199732}] I0311 09:46:53.104932 3375 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:u0287199732}]}}] Timeout: Where:[where column _uuid == {8315dd4c-3f44-451a-ba18-b4bbf5b74294}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:53.104978 3375 address_set.go:576] (u0287199534/default-network-controller:Namespace:openshift-network-diagnostics:v4/a1966919964212966539) adding Addresses ([10.129.0.3]) to address set I0311 09:46:53.105007 3375 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 == {0f88f99a-8bfe-47f6-a41f-5ee3623b8a8b}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:53.105187 3375 port_cache.go:96] port-cache(openshift-multus_network-metrics-daemon-nj5l5): added port &{name:openshift-multus_network-metrics-daemon-nj5l5 uuid:28882c35-4159-4c2d-bc9c-ef5cd2bc493e logicalSwitch:ip-10-0-1-185.ec2.internal ips:[0xc00985ced0] mac:[10 88 10 129 0 4] expires:{wall:0 ext:0 loc:}} with IP: [10.129.0.4/23] and MAC: 0a:58:0a:81:00:04 I0311 09:46:53.105226 3375 pods.go:253] [openshift-multus/network-metrics-daemon-nj5l5] addLogicalPort took 17.926581ms, libovsdb time 909.618µs I0311 09:46:53.105199 3375 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:u0287199732}]}}] Timeout: Where:[where column _uuid == {19cbe0cf-51e8-4181-8894-bde97a1f7f99}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:53.105239 3375 obj_retry.go:548] Creating *v1.Pod openshift-multus/network-metrics-daemon-nj5l5 took: 17.981805ms I0311 09:46:53.105247 3375 default_network_controller.go:705] Recording success event on pod openshift-multus/network-metrics-daemon-nj5l5 I0311 09:46:53.105255 3375 default_network_controller.go:661] Recording add event on pod openshift-network-operator/iptables-alerter-gnmql I0311 09:46:53.105263 3375 obj_retry.go:509] Add event received for *v1.Pod openshift-network-operator/iptables-alerter-gnmql I0311 09:46:53.105273 3375 ovn.go:139] Ensuring zone remote for Pod openshift-network-operator/iptables-alerter-gnmql in node ip-10-0-0-247.ec2.internal I0311 09:46:53.105280 3375 obj_retry.go:548] Creating *v1.Pod openshift-network-operator/iptables-alerter-gnmql took: 8.87µs I0311 09:46:53.105287 3375 default_network_controller.go:705] Recording success event on pod openshift-network-operator/iptables-alerter-gnmql I0311 09:46:53.105334 3375 model_client.go:374] Create operations generated as: [{Op:insert Table:NAT Row:map[external_ip:10.0.1.185 external_port_range:32768-60999 logical_ip:10.129.0.3 options:{GoMap:map[stateless:false]} type:snat] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0287199733}] I0311 09:46:53.105380 3375 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:u0287199733}]}}] Timeout: Where:[where column _uuid == {de72eca9-7088-4094-85bb-82e1e44661c5}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:53.105401 3375 transact.go:43] Configuring OVN: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[0a:58:0a:81:00:03 10.129.0.3]} external_ids:{GoMap:map[namespace:openshift-network-diagnostics pod:true]} name:openshift-network-diagnostics_network-check-target-hshsz options:{GoMap:map[iface-id-ver:5307188b-0622-462a-a7c0-780b17dc40d6 requested-chassis:ip-10-0-1-185.ec2.internal]} port_security:{GoSet:[0a:58:0a:81:00:03 10.129.0.3]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0287199732} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u0287199732}]}}] Timeout: Where:[where column _uuid == {8315dd4c-3f44-451a-ba18-b4bbf5b74294}] Until: Durable: Comment: Lock: UUID: UUIDName:} {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 == {0f88f99a-8bfe-47f6-a41f-5ee3623b8a8b}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u0287199732}]}}] Timeout: Where:[where column _uuid == {19cbe0cf-51e8-4181-8894-bde97a1f7f99}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:insert Table:NAT Row:map[external_ip:10.0.1.185 external_port_range:32768-60999 logical_ip:10.129.0.3 options:{GoMap:map[stateless:false]} type:snat] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0287199733} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:nat Mutator:insert Value:{GoSet:[{GoUUID:u0287199733}]}}] Timeout: Where:[where column _uuid == {de72eca9-7088-4094-85bb-82e1e44661c5}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:53.106132 3375 port_cache.go:96] port-cache(openshift-network-diagnostics_network-check-target-hshsz): added port &{name:openshift-network-diagnostics_network-check-target-hshsz uuid:04000d89-070b-40f8-958c-16606ed35137 logicalSwitch:ip-10-0-1-185.ec2.internal ips:[0xc0098d2630] mac:[10 88 10 129 0 3] expires:{wall:0 ext:0 loc:}} with IP: [10.129.0.3/23] and MAC: 0a:58:0a:81:00:03 I0311 09:46:53.106154 3375 pods.go:253] [openshift-network-diagnostics/network-check-target-hshsz] addLogicalPort took 19.605849ms, libovsdb time 721.865µs I0311 09:46:53.106164 3375 obj_retry.go:548] Creating *v1.Pod openshift-network-diagnostics/network-check-target-hshsz took: 19.645214ms I0311 09:46:53.106170 3375 default_network_controller.go:705] Recording success event on pod openshift-network-diagnostics/network-check-target-hshsz I0311 09:46:53.106176 3375 default_network_controller.go:661] Recording add event on pod openshift-multus/multus-84f2j I0311 09:46:53.106189 3375 obj_retry.go:509] Add event received for *v1.Pod openshift-multus/multus-84f2j I0311 09:46:53.106199 3375 ovn.go:135] Ensuring zone local for Pod openshift-multus/multus-84f2j in node ip-10-0-1-185.ec2.internal I0311 09:46:53.106205 3375 obj_retry.go:548] Creating *v1.Pod openshift-multus/multus-84f2j took: 6.523µs I0311 09:46:53.106208 3375 default_network_controller.go:705] Recording success event on pod openshift-multus/multus-84f2j I0311 09:46:53.106254 3375 default_network_controller.go:661] Recording add event on pod openshift-network-operator/iptables-alerter-wpdtf I0311 09:46:53.106263 3375 obj_retry.go:509] Add event received for *v1.Pod openshift-network-operator/iptables-alerter-wpdtf I0311 09:46:53.106269 3375 ovn.go:139] Ensuring zone remote for Pod openshift-network-operator/iptables-alerter-wpdtf in node ip-10-0-2-212.ec2.internal I0311 09:46:53.106274 3375 obj_retry.go:548] Creating *v1.Pod openshift-network-operator/iptables-alerter-wpdtf took: 5.674µs I0311 09:46:53.106277 3375 default_network_controller.go:705] Recording success event on pod openshift-network-operator/iptables-alerter-wpdtf I0311 09:46:53.106286 3375 factory.go:1366] Added *v1.Pod event handler 3 I0311 09:46:53.106303 3375 admin_network_policy_controller.go:135] Setting up event handlers for Admin Network Policy I0311 09:46:53.106336 3375 obj_retry.go:565] Update event received for resource *v1.Pod, old object is equal to new: false I0311 09:46:53.106349 3375 default_network_controller.go:676] Recording update event on pod openshift-multus/network-metrics-daemon-nj5l5 I0311 09:46:53.106349 3375 obj_retry.go:565] Update event received for resource *v1.Pod, old object is equal to new: false I0311 09:46:53.106353 3375 duration.go:449] Config duration recorder: kind/namespace/name pod/openshift-multus/multus-84f2j. OVN-Kubernetes controller took 6.1814e-05 seconds. No OVN measurement. I0311 09:46:53.106363 3375 admin_network_policy_controller.go:153] Setting up event handlers for Baseline Admin Network Policy I0311 09:46:53.106363 3375 obj_retry.go:617] Update event received for *v1.Pod openshift-multus/network-metrics-daemon-nj5l5 I0311 09:46:53.106364 3375 default_network_controller.go:676] Recording update event on pod openshift-network-diagnostics/network-check-target-hshsz I0311 09:46:53.106367 3375 obj_retry.go:431] periodicallyRetryResources: Retry channel got triggered: retrying failed objects of type *v1.Pod I0311 09:46:53.106384 3375 obj_retry.go:617] Update event received for *v1.Pod openshift-network-diagnostics/network-check-target-hshsz I0311 09:46:53.106381 3375 obj_retry.go:406] Going to retry *v1.Pod resource setup for 2 objects: [openshift-network-diagnostics/network-check-target-8hsmf openshift-multus/network-metrics-daemon-zpd6k] I0311 09:46:53.106393 3375 ovn.go:135] Ensuring zone local for Pod openshift-multus/network-metrics-daemon-nj5l5 in node ip-10-0-1-185.ec2.internal I0311 09:46:53.106395 3375 obj_retry.go:415] Waiting for all the *v1.Pod retry setup to complete in iterateRetryResources I0311 09:46:53.106399 3375 admin_network_policy_controller.go:170] Setting up event handlers for Namespaces in Admin Network Policy controller I0311 09:46:53.106401 3375 default_network_controller.go:705] Recording success event on pod openshift-multus/network-metrics-daemon-nj5l5 I0311 09:46:53.106412 3375 obj_retry.go:281] Attempting retry of *v1.Pod openshift-multus/network-metrics-daemon-zpd6k before timer (time: 2026-03-11 09:46:54.46077401 +0000 UTC m=+3.167431256): skip I0311 09:46:53.106416 3375 ovn.go:135] Ensuring zone local for Pod openshift-network-diagnostics/network-check-target-hshsz in node ip-10-0-1-185.ec2.internal I0311 09:46:53.106430 3375 default_network_controller.go:705] Recording success event on pod openshift-network-diagnostics/network-check-target-hshsz I0311 09:46:53.106412 3375 obj_retry.go:281] Attempting retry of *v1.Pod openshift-network-diagnostics/network-check-target-8hsmf before timer (time: 2026-03-11 09:46:54.303515027 +0000 UTC m=+3.010172274): skip I0311 09:46:53.106451 3375 obj_retry.go:417] Function iterateRetryResources for *v1.Pod ended (in 68.175µs) I0311 09:46:53.106472 3375 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-cloud-controller-manager I0311 09:46:53.106487 3375 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-cloud-network-config-controller I0311 09:46:53.106500 3375 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-deployment-validation-operator I0311 09:46:53.106528 3375 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-machine-api I0311 09:46:53.106541 3375 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller kube-node-lease I0311 09:46:53.106551 3375 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-backplane-srep-ro I0311 09:46:53.106564 3375 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-host-network I0311 09:46:53.106570 3375 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-infra I0311 09:46:53.106574 3375 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-machine-config-operator I0311 09:46:53.106581 3375 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-user-workload-monitoring I0311 09:46:53.106585 3375 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-cluster-csi-drivers I0311 09:46:53.106589 3375 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-controller-manager-operator I0311 09:46:53.106592 3375 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-console I0311 09:46:53.106600 3375 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-logging I0311 09:46:53.106608 3375 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-cluster-machine-approver I0311 09:46:53.106614 3375 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-config-managed I0311 09:46:53.106619 3375 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-kube-storage-version-migrator-operator I0311 09:46:53.106626 3375 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-authentication-operator I0311 09:46:53.106631 3375 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-backplane-mcs-tier-two I0311 09:46:53.106635 3375 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-cloud-credential-operator I0311 09:46:53.106640 3375 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-ingress I0311 09:46:53.106644 3375 admin_network_policy_controller.go:186] Setting up event handlers for Pods in Admin Network Policy controller I0311 09:46:53.106700 3375 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-kube-apiserver-operator I0311 09:46:53.106709 3375 admin_network_policy_controller.go:202] Setting up event handlers for Nodes in Admin Network Policy controller I0311 09:46:53.106714 3375 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-kube-scheduler I0311 09:46:53.106722 3375 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller kube-system I0311 09:46:53.106727 3375 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-apiserver-operator I0311 09:46:53.106732 3375 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-multus/multus-additional-cni-plugins-6j6j7 I0311 09:46:53.106735 3375 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-kube-scheduler-operator I0311 09:46:53.106743 3375 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-backplane-tam I0311 09:46:53.106744 3375 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-network-operator/iptables-alerter-gnmql I0311 09:46:53.106756 3375 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-dns I0311 09:46:53.106760 3375 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller kube-system/konnectivity-agent-fnzgp I0311 09:46:53.106764 3375 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-multus I0311 09:46:53.106767 3375 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller kube-system/konnectivity-agent-vcs9j I0311 09:46:53.106792 3375 admin_network_policy_controller.go:559] Adding Node in Admin Network Policy controller ip-10-0-0-247.ec2.internal I0311 09:46:53.106797 3375 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller kube-system/kube-apiserver-proxy-ip-10-0-2-212.ec2.internal I0311 09:46:53.106802 3375 admin_network_policy_controller.go:559] Adding Node in Admin Network Policy controller ip-10-0-1-185.ec2.internal I0311 09:46:53.106807 3375 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-dns/node-resolver-z5s2m I0311 09:46:53.106814 3375 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-image-registry/image-registry-6ddfd59df7-rzhfq I0311 09:46:53.106815 3375 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-route-controller-manager I0311 09:46:53.106820 3375 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-image-registry/node-ca-8d6nn I0311 09:46:53.106823 3375 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-backplane-cee I0311 09:46:53.106826 3375 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-ovn-kubernetes/ovnkube-node-rxltp I0311 09:46:53.106830 3375 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-backplane-csm I0311 09:46:53.106835 3375 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-customer-monitoring I0311 09:46:53.106835 3375 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-ovn-kubernetes/ovnkube-node-vwd78 I0311 09:46:53.106843 3375 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-monitoring I0311 09:46:53.106847 3375 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-cluster-node-tuning-operator/tuned-tn27q I0311 09:46:53.106850 3375 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-operators I0311 09:46:53.106855 3375 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-dns/node-resolver-wvb94 I0311 09:46:53.106808 3375 admin_network_policy_controller.go:559] Adding Node in Admin Network Policy controller ip-10-0-2-212.ec2.internal I0311 09:46:53.106856 3375 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller kube-public I0311 09:46:53.106881 3375 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-authentication I0311 09:46:53.106891 3375 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-network-diagnostics I0311 09:46:53.106897 3375 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-package-operator I0311 09:46:53.106903 3375 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-backplane-srep I0311 09:46:53.106909 3375 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-cluster-samples-operator I0311 09:46:53.106916 3375 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-ingress-canary I0311 09:46:53.106921 3375 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-operators-redhat I0311 09:46:53.106927 3375 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-service-ca-operator I0311 09:46:53.106862 3375 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-image-registry/image-registry-5d567bd994-8jf2q I0311 09:46:53.106934 3375 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller dedicated-admin I0311 09:46:53.106942 3375 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-image-registry/image-registry-5d567bd994-cqb72 I0311 09:46:53.106944 3375 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift I0311 09:46:53.106949 3375 admin_network_policy_controller.go:228] Starting controller default-network-controller I0311 09:46:53.106955 3375 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-212.ec2.internal I0311 09:46:53.106958 3375 admin_network_policy_controller.go:231] Waiting for informer caches to sync I0311 09:46:53.106961 3375 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-network-operator/iptables-alerter-wpdtf I0311 09:46:53.106967 3375 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-r9mx8 I0311 09:46:53.106972 3375 shared_informer.go:313] Waiting for caches to sync for default-network-controller I0311 09:46:53.106982 3375 shared_informer.go:320] Caches are synced for default-network-controller I0311 09:46:53.106989 3375 admin_network_policy_controller.go:238] Repairing Admin Network Policies I0311 09:46:53.106999 3375 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:u0287199734}] I0311 09:46:53.106973 3375 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-wkm74 I0311 09:46:53.107054 3375 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-247.ec2.internal I0311 09:46:53.107060 3375 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-185.ec2.internal I0311 09:46:53.107065 3375 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-multus/multus-additional-cni-plugins-x25th I0311 09:46:53.107072 3375 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-multus/network-metrics-daemon-xztnl I0311 09:46:53.107077 3375 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-cluster-node-tuning-operator/tuned-rlbz2 I0311 09:46:53.106952 3375 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-cluster-node-tuning-operator I0311 09:46:53.107083 3375 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-deployment-validation-operator/deployment-validation-operator-catalog-tmc68 I0311 09:46:53.107091 3375 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-image-registry/node-ca-v8mhb I0311 09:46:53.107070 3375 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:u0287199735}] I0311 09:46:53.107091 3375 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller default I0311 09:46:53.107104 3375 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-backplane-cse I0311 09:46:53.107111 3375 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-ingress-operator I0311 09:46:53.107116 3375 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-insights I0311 09:46:53.107124 3375 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-kube-controller-manager I0311 09:46:53.107128 3375 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-multus/network-metrics-daemon-zpd6k I0311 09:46:53.107138 3375 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-network-diagnostics/network-check-target-hshsz I0311 09:46:53.107131 3375 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:u0287199734} {GoUUID:u0287199735}]}}] Timeout: Where:[where column _uuid == {cc9dbd14-ade2-4ced-9d40-af7d007fcefd}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:53.107149 3375 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-network-operator/iptables-alerter-kz5wb I0311 09:46:53.107156 3375 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-ovn-kubernetes/ovnkube-node-z8dhz I0311 09:46:53.107164 3375 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller kube-system/kube-apiserver-proxy-ip-10-0-0-247.ec2.internal I0311 09:46:53.107170 3375 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-dns/node-resolver-sw8lw I0311 09:46:53.107177 3375 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-multus/multus-84f2j I0311 09:46:53.107182 3375 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-multus/multus-additional-cni-plugins-fzs8r I0311 09:46:53.107189 3375 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller kube-system/konnectivity-agent-s2qfr I0311 09:46:53.107130 3375 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-operator-lifecycle-manager I0311 09:46:53.107151 3375 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:u0287199734} {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:u0287199735} {Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:acls Mutator:insert Value:{GoSet:[{GoUUID:u0287199734} {GoUUID:u0287199735}]}}] Timeout: Where:[where column _uuid == {cc9dbd14-ade2-4ced-9d40-af7d007fcefd}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:53.107206 3375 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller open-cluster-management-agent-addon I0311 09:46:53.107194 3375 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller kube-system/kube-apiserver-proxy-ip-10-0-1-185.ec2.internal I0311 09:46:53.107231 3375 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-config-operator I0311 09:46:53.107238 3375 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-f4wzh I0311 09:46:53.107240 3375 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-image-registry I0311 09:46:53.107246 3375 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-multus/multus-bgr9f I0311 09:46:53.107248 3375 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-node I0311 09:46:53.107253 3375 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-network-diagnostics/network-check-target-8hsmf I0311 09:46:53.107253 3375 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-backplane-managed-scripts I0311 09:46:53.107259 3375 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-cluster-node-tuning-operator/tuned-zlww8 I0311 09:46:53.107260 3375 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-cluster-storage-operator I0311 09:46:53.107269 3375 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-ovn-kubernetes I0311 09:46:53.107276 3375 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller open-cluster-management-2oveefiled799j1l8h60tce40faspn30 I0311 09:46:53.107282 3375 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-backplane-lpsre I0311 09:46:53.107282 3375 repair.go:29] Repairing admin network policies took 286.303µs I0311 09:46:53.107289 3375 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-kube-controller-manager-operator I0311 09:46:53.107294 3375 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-marketplace I0311 09:46:53.107300 3375 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-network-console I0311 09:46:53.107307 3375 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-backplane-mobb I0311 09:46:53.107313 3375 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-console-user-settings I0311 09:46:53.107317 3375 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-kube-apiserver I0311 09:46:53.107323 3375 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-must-gather-operator I0311 09:46:53.107326 3375 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-image-registry/node-ca-f9npf I0311 09:46:53.107328 3375 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-cluster-version I0311 09:46:53.107336 3375 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-multus/multus-nw64h I0311 09:46:53.107338 3375 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-config I0311 09:46:53.107342 3375 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-multus/network-metrics-daemon-nj5l5 I0311 09:46:53.107344 3375 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-console-operator I0311 09:46:53.107348 3375 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-network-diagnostics/network-check-target-2ps42 I0311 09:46:53.107351 3375 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-controller-manager I0311 09:46:53.107357 3375 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-dns-operator I0311 09:46:53.107364 3375 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-etcd I0311 09:46:53.107370 3375 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-apiserver I0311 09:46:53.107377 3375 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-backplane I0311 09:46:53.107382 3375 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-network-node-identity I0311 09:46:53.107388 3375 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-network-operator I0311 09:46:53.107457 3375 repair.go:92] Repairing baseline admin network policies took 164.993µs I0311 09:46:53.107472 3375 admin_network_policy_controller.go:251] Starting Admin Network Policy workers I0311 09:46:53.107485 3375 admin_network_policy_controller.go:262] Starting Baseline Admin Network Policy workers I0311 09:46:53.107495 3375 admin_network_policy_controller.go:273] Starting Namespace Admin Network Policy workers I0311 09:46:53.107505 3375 admin_network_policy_controller.go:284] Starting Pod Admin Network Policy workers I0311 09:46:53.107514 3375 admin_network_policy_controller.go:295] Starting Node Admin Network Policy workers I0311 09:46:53.107566 3375 admin_network_policy_pod.go:57] Processing sync for Pod openshift-multus/multus-additional-cni-plugins-6j6j7 in Admin Network Policy controller I0311 09:46:53.107577 3375 admin_network_policy_pod.go:60] Finished syncing Pod openshift-multus/multus-additional-cni-plugins-6j6j7 Admin Network Policy controller: took 12.093µs I0311 09:46:53.107586 3375 admin_network_policy_pod.go:57] Processing sync for Pod openshift-network-operator/iptables-alerter-gnmql in Admin Network Policy controller I0311 09:46:53.107592 3375 admin_network_policy_pod.go:60] Finished syncing Pod openshift-network-operator/iptables-alerter-gnmql Admin Network Policy controller: took 6.6µs I0311 09:46:53.107599 3375 admin_network_policy_pod.go:57] Processing sync for Pod kube-system/konnectivity-agent-fnzgp in Admin Network Policy controller I0311 09:46:53.107605 3375 admin_network_policy_pod.go:60] Finished syncing Pod kube-system/konnectivity-agent-fnzgp Admin Network Policy controller: took 5.998µs I0311 09:46:53.107611 3375 admin_network_policy_pod.go:57] Processing sync for Pod kube-system/konnectivity-agent-vcs9j in Admin Network Policy controller I0311 09:46:53.107616 3375 admin_network_policy_pod.go:60] Finished syncing Pod kube-system/konnectivity-agent-vcs9j Admin Network Policy controller: took 5.821µs I0311 09:46:53.107623 3375 admin_network_policy_pod.go:57] Processing sync for Pod kube-system/kube-apiserver-proxy-ip-10-0-2-212.ec2.internal in Admin Network Policy controller I0311 09:46:53.107628 3375 admin_network_policy_pod.go:60] Finished syncing Pod kube-system/kube-apiserver-proxy-ip-10-0-2-212.ec2.internal Admin Network Policy controller: took 6.234µs I0311 09:46:53.107633 3375 admin_network_policy_pod.go:57] Processing sync for Pod openshift-dns/node-resolver-z5s2m in Admin Network Policy controller I0311 09:46:53.107636 3375 admin_network_policy_pod.go:60] Finished syncing Pod openshift-dns/node-resolver-z5s2m Admin Network Policy controller: took 3.536µs I0311 09:46:53.107641 3375 admin_network_policy_pod.go:57] Processing sync for Pod openshift-image-registry/image-registry-6ddfd59df7-rzhfq in Admin Network Policy controller I0311 09:46:53.107647 3375 admin_network_policy_pod.go:60] Finished syncing Pod openshift-image-registry/image-registry-6ddfd59df7-rzhfq Admin Network Policy controller: took 5.726µs I0311 09:46:53.107653 3375 admin_network_policy_pod.go:57] Processing sync for Pod openshift-image-registry/node-ca-8d6nn in Admin Network Policy controller I0311 09:46:53.107657 3375 admin_network_policy_pod.go:60] Finished syncing Pod openshift-image-registry/node-ca-8d6nn Admin Network Policy controller: took 3.989µs I0311 09:46:53.107661 3375 admin_network_policy_pod.go:57] Processing sync for Pod openshift-ovn-kubernetes/ovnkube-node-rxltp in Admin Network Policy controller I0311 09:46:53.107665 3375 admin_network_policy_pod.go:60] Finished syncing Pod openshift-ovn-kubernetes/ovnkube-node-rxltp Admin Network Policy controller: took 3.575µs I0311 09:46:53.107668 3375 admin_network_policy_pod.go:57] Processing sync for Pod openshift-ovn-kubernetes/ovnkube-node-vwd78 in Admin Network Policy controller I0311 09:46:53.107671 3375 admin_network_policy_pod.go:60] Finished syncing Pod openshift-ovn-kubernetes/ovnkube-node-vwd78 Admin Network Policy controller: took 3.384µs I0311 09:46:53.107675 3375 admin_network_policy_pod.go:57] Processing sync for Pod openshift-cluster-node-tuning-operator/tuned-tn27q in Admin Network Policy controller I0311 09:46:53.107679 3375 admin_network_policy_pod.go:60] Finished syncing Pod openshift-cluster-node-tuning-operator/tuned-tn27q Admin Network Policy controller: took 3.475µs I0311 09:46:53.107683 3375 admin_network_policy_pod.go:57] Processing sync for Pod openshift-dns/node-resolver-wvb94 in Admin Network Policy controller I0311 09:46:53.107688 3375 admin_network_policy_pod.go:60] Finished syncing Pod openshift-dns/node-resolver-wvb94 Admin Network Policy controller: took 4.81µs I0311 09:46:53.107693 3375 admin_network_policy_pod.go:57] Processing sync for Pod openshift-image-registry/image-registry-5d567bd994-8jf2q in Admin Network Policy controller I0311 09:46:53.107698 3375 admin_network_policy_pod.go:60] Finished syncing Pod openshift-image-registry/image-registry-5d567bd994-8jf2q Admin Network Policy controller: took 4.707µs I0311 09:46:53.107704 3375 admin_network_policy_pod.go:57] Processing sync for Pod openshift-image-registry/image-registry-5d567bd994-cqb72 in Admin Network Policy controller I0311 09:46:53.107708 3375 admin_network_policy_pod.go:60] Finished syncing Pod openshift-image-registry/image-registry-5d567bd994-cqb72 Admin Network Policy controller: took 5.131µs I0311 09:46:53.107713 3375 admin_network_policy_pod.go:57] Processing sync for Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-2-212.ec2.internal in Admin Network Policy controller I0311 09:46:53.107717 3375 admin_network_policy_pod.go:60] Finished syncing Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-2-212.ec2.internal Admin Network Policy controller: took 3.884µs I0311 09:46:53.107721 3375 admin_network_policy_pod.go:57] Processing sync for Pod openshift-network-operator/iptables-alerter-wpdtf in Admin Network Policy controller I0311 09:46:53.107724 3375 admin_network_policy_pod.go:60] Finished syncing Pod openshift-network-operator/iptables-alerter-wpdtf Admin Network Policy controller: took 3.457µs I0311 09:46:53.107729 3375 admin_network_policy_pod.go:57] Processing sync for Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-r9mx8 in Admin Network Policy controller I0311 09:46:53.107732 3375 admin_network_policy_pod.go:60] Finished syncing Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-r9mx8 Admin Network Policy controller: took 4.391µs I0311 09:46:53.107736 3375 admin_network_policy_pod.go:57] Processing sync for Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-wkm74 in Admin Network Policy controller I0311 09:46:53.107739 3375 admin_network_policy_pod.go:60] Finished syncing Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-wkm74 Admin Network Policy controller: took 3.479µs I0311 09:46:53.107743 3375 admin_network_policy_pod.go:57] Processing sync for Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-247.ec2.internal in Admin Network Policy controller I0311 09:46:53.107746 3375 admin_network_policy_pod.go:60] Finished syncing Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-247.ec2.internal Admin Network Policy controller: took 3.443µs I0311 09:46:53.107750 3375 admin_network_policy_pod.go:57] Processing sync for Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-185.ec2.internal in Admin Network Policy controller I0311 09:46:53.107753 3375 admin_network_policy_pod.go:60] Finished syncing Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-185.ec2.internal Admin Network Policy controller: took 3.544µs I0311 09:46:53.107757 3375 admin_network_policy_pod.go:57] Processing sync for Pod openshift-multus/multus-additional-cni-plugins-x25th in Admin Network Policy controller I0311 09:46:53.107760 3375 admin_network_policy_pod.go:60] Finished syncing Pod openshift-multus/multus-additional-cni-plugins-x25th Admin Network Policy controller: took 3.278µs I0311 09:46:53.107764 3375 admin_network_policy_pod.go:57] Processing sync for Pod openshift-multus/network-metrics-daemon-xztnl in Admin Network Policy controller I0311 09:46:53.107767 3375 admin_network_policy_pod.go:60] Finished syncing Pod openshift-multus/network-metrics-daemon-xztnl Admin Network Policy controller: took 3.498µs I0311 09:46:53.107771 3375 admin_network_policy_pod.go:57] Processing sync for Pod openshift-cluster-node-tuning-operator/tuned-rlbz2 in Admin Network Policy controller I0311 09:46:53.107774 3375 admin_network_policy_pod.go:60] Finished syncing Pod openshift-cluster-node-tuning-operator/tuned-rlbz2 Admin Network Policy controller: took 3.321µs I0311 09:46:53.107779 3375 admin_network_policy_pod.go:57] Processing sync for Pod openshift-deployment-validation-operator/deployment-validation-operator-catalog-tmc68 in Admin Network Policy controller I0311 09:46:53.107782 3375 admin_network_policy_pod.go:60] Finished syncing Pod openshift-deployment-validation-operator/deployment-validation-operator-catalog-tmc68 Admin Network Policy controller: took 3.575µs I0311 09:46:53.107786 3375 admin_network_policy_pod.go:57] Processing sync for Pod openshift-image-registry/node-ca-v8mhb in Admin Network Policy controller I0311 09:46:53.107791 3375 admin_network_policy_pod.go:60] Finished syncing Pod openshift-image-registry/node-ca-v8mhb Admin Network Policy controller: took 4.968µs I0311 09:46:53.107798 3375 admin_network_policy_pod.go:57] Processing sync for Pod openshift-multus/network-metrics-daemon-zpd6k in Admin Network Policy controller I0311 09:46:53.107803 3375 admin_network_policy_pod.go:60] Finished syncing Pod openshift-multus/network-metrics-daemon-zpd6k Admin Network Policy controller: took 6.299µs I0311 09:46:53.107807 3375 admin_network_policy_pod.go:57] Processing sync for Pod openshift-network-diagnostics/network-check-target-hshsz in Admin Network Policy controller I0311 09:46:53.107811 3375 admin_network_policy_pod.go:60] Finished syncing Pod openshift-network-diagnostics/network-check-target-hshsz Admin Network Policy controller: took 3.55µs I0311 09:46:53.107814 3375 admin_network_policy_pod.go:57] Processing sync for Pod openshift-network-operator/iptables-alerter-kz5wb in Admin Network Policy controller I0311 09:46:53.107818 3375 admin_network_policy_pod.go:60] Finished syncing Pod openshift-network-operator/iptables-alerter-kz5wb Admin Network Policy controller: took 3.085µs I0311 09:46:53.107822 3375 admin_network_policy_pod.go:57] Processing sync for Pod openshift-ovn-kubernetes/ovnkube-node-z8dhz in Admin Network Policy controller I0311 09:46:53.107825 3375 admin_network_policy_pod.go:60] Finished syncing Pod openshift-ovn-kubernetes/ovnkube-node-z8dhz Admin Network Policy controller: took 3.422µs I0311 09:46:53.107828 3375 admin_network_policy_pod.go:57] Processing sync for Pod kube-system/kube-apiserver-proxy-ip-10-0-0-247.ec2.internal in Admin Network Policy controller I0311 09:46:53.107832 3375 admin_network_policy_pod.go:60] Finished syncing Pod kube-system/kube-apiserver-proxy-ip-10-0-0-247.ec2.internal Admin Network Policy controller: took 3.411µs I0311 09:46:53.107836 3375 admin_network_policy_pod.go:57] Processing sync for Pod openshift-dns/node-resolver-sw8lw in Admin Network Policy controller I0311 09:46:53.107840 3375 admin_network_policy_pod.go:60] Finished syncing Pod openshift-dns/node-resolver-sw8lw Admin Network Policy controller: took 4.611µs I0311 09:46:53.107844 3375 admin_network_policy_pod.go:57] Processing sync for Pod openshift-multus/multus-84f2j in Admin Network Policy controller I0311 09:46:53.107847 3375 admin_network_policy_pod.go:60] Finished syncing Pod openshift-multus/multus-84f2j Admin Network Policy controller: took 3.27µs I0311 09:46:53.107851 3375 admin_network_policy_pod.go:57] Processing sync for Pod openshift-multus/multus-additional-cni-plugins-fzs8r in Admin Network Policy controller I0311 09:46:53.107854 3375 admin_network_policy_pod.go:60] Finished syncing Pod openshift-multus/multus-additional-cni-plugins-fzs8r Admin Network Policy controller: took 3.285µs I0311 09:46:53.107858 3375 admin_network_policy_pod.go:57] Processing sync for Pod kube-system/konnectivity-agent-s2qfr in Admin Network Policy controller I0311 09:46:53.107861 3375 admin_network_policy_pod.go:60] Finished syncing Pod kube-system/konnectivity-agent-s2qfr Admin Network Policy controller: took 3.396µs I0311 09:46:53.107865 3375 admin_network_policy_pod.go:57] Processing sync for Pod kube-system/kube-apiserver-proxy-ip-10-0-1-185.ec2.internal in Admin Network Policy controller I0311 09:46:53.107868 3375 admin_network_policy_pod.go:60] Finished syncing Pod kube-system/kube-apiserver-proxy-ip-10-0-1-185.ec2.internal Admin Network Policy controller: took 3.221µs I0311 09:46:53.107869 3375 default_network_controller.go:666] Recording add event on network policy openshift-deployment-validation-operator/allow-from-openshift-insights I0311 09:46:53.107878 3375 obj_retry.go:509] Add event received for *v1.NetworkPolicy openshift-deployment-validation-operator/allow-from-openshift-insights I0311 09:46:53.107904 3375 base_network_controller_policy.go:1179] Adding network policy openshift-deployment-validation-operator/allow-from-openshift-insights for network default I0311 09:46:53.107872 3375 admin_network_policy_pod.go:57] Processing sync for Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-f4wzh in Admin Network Policy controller I0311 09:46:53.107925 3375 admin_network_policy_pod.go:60] Finished syncing Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-f4wzh Admin Network Policy controller: took 48.246µs I0311 09:46:53.107941 3375 admin_network_policy_pod.go:57] Processing sync for Pod openshift-multus/multus-bgr9f in Admin Network Policy controller I0311 09:46:53.107918 3375 base_network_controller_policy.go:1006] Network policy ingress is {Ports:[] From:[{PodSelector:nil NamespaceSelector:&LabelSelector{MatchLabels:map[string]string{name: openshift-insights,},MatchExpressions:[]LabelSelectorRequirement{},} IPBlock:nil}]} I0311 09:46:53.107951 3375 admin_network_policy_pod.go:60] Finished syncing Pod openshift-multus/multus-bgr9f Admin Network Policy controller: took 12.026µs I0311 09:46:53.107956 3375 base_network_controller_policy.go:1054] Policy openshift-deployment-validation-operator/allow-from-openshift-insights added to peer address sets [] I0311 09:46:53.107959 3375 admin_network_policy_pod.go:57] Processing sync for Pod openshift-network-diagnostics/network-check-target-8hsmf in Admin Network Policy controller I0311 09:46:53.107965 3375 admin_network_policy_pod.go:60] Finished syncing Pod openshift-network-diagnostics/network-check-target-8hsmf Admin Network Policy controller: took 6.479µs I0311 09:46:53.107972 3375 admin_network_policy_pod.go:57] Processing sync for Pod openshift-cluster-node-tuning-operator/tuned-zlww8 in Admin Network Policy controller I0311 09:46:53.107978 3375 admin_network_policy_pod.go:60] Finished syncing Pod openshift-cluster-node-tuning-operator/tuned-zlww8 Admin Network Policy controller: took 6.004µs I0311 09:46:53.107984 3375 admin_network_policy_pod.go:57] Processing sync for Pod openshift-image-registry/node-ca-f9npf in Admin Network Policy controller I0311 09:46:53.107989 3375 admin_network_policy_pod.go:60] Finished syncing Pod openshift-image-registry/node-ca-f9npf Admin Network Policy controller: took 5.886µs I0311 09:46:53.107997 3375 admin_network_policy_pod.go:57] Processing sync for Pod openshift-multus/multus-nw64h in Admin Network Policy controller I0311 09:46:53.108004 3375 admin_network_policy_pod.go:60] Finished syncing Pod openshift-multus/multus-nw64h Admin Network Policy controller: took 6.664µs I0311 09:46:53.108010 3375 admin_network_policy_pod.go:57] Processing sync for Pod openshift-multus/network-metrics-daemon-nj5l5 in Admin Network Policy controller I0311 09:46:53.108015 3375 admin_network_policy_pod.go:60] Finished syncing Pod openshift-multus/network-metrics-daemon-nj5l5 Admin Network Policy controller: took 5.714µs I0311 09:46:53.108022 3375 admin_network_policy_pod.go:57] Processing sync for Pod openshift-network-diagnostics/network-check-target-2ps42 in Admin Network Policy controller I0311 09:46:53.108027 3375 admin_network_policy_pod.go:60] Finished syncing Pod openshift-network-diagnostics/network-check-target-2ps42 Admin Network Policy controller: took 5.62µs I0311 09:46:53.108017 3375 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:u0287199736}] I0311 09:46:53.108036 3375 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-cloud-controller-manager in Admin Network Policy controller I0311 09:46:53.108043 3375 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-cloud-controller-manager Admin Network Policy controller: took 6.726µs I0311 09:46:53.108052 3375 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-cloud-network-config-controller in Admin Network Policy controller I0311 09:46:53.108057 3375 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-cloud-network-config-controller Admin Network Policy controller: took 5.213µs I0311 09:46:53.108063 3375 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-deployment-validation-operator in Admin Network Policy controller I0311 09:46:53.108068 3375 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-deployment-validation-operator Admin Network Policy controller: took 4.874µs I0311 09:46:53.108056 3375 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:u0287199737}] I0311 09:46:53.108075 3375 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-machine-api in Admin Network Policy controller I0311 09:46:53.108079 3375 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-machine-api Admin Network Policy controller: took 4.979µs I0311 09:46:53.108085 3375 admin_network_policy_namespace.go:53] Processing sync for Namespace kube-node-lease in Admin Network Policy controller I0311 09:46:53.108090 3375 admin_network_policy_namespace.go:56] Finished syncing Namespace kube-node-lease Admin Network Policy controller: took 4.538µs I0311 09:46:53.108096 3375 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-backplane-srep-ro in Admin Network Policy controller I0311 09:46:53.108100 3375 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-backplane-srep-ro Admin Network Policy controller: took 4.805µs I0311 09:46:53.108106 3375 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-host-network in Admin Network Policy controller I0311 09:46:53.108110 3375 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-host-network Admin Network Policy controller: took 4.428µs I0311 09:46:53.108118 3375 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-infra in Admin Network Policy controller I0311 09:46:53.108101 3375 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:u0287199738}] I0311 09:46:53.108148 3375 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:u0287199739}] I0311 09:46:53.108123 3375 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-infra Admin Network Policy controller: took 6.991µs I0311 09:46:53.108195 3375 model_client.go:374] Create operations generated as: [{Op:insert Table:Port_Group Row:map[acls:{GoSet:[{GoUUID:u0287199736} {GoUUID:u0287199737}]} 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:u0287199740}] I0311 09:46:53.108208 3375 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-machine-config-operator in Admin Network Policy controller I0311 09:46:53.108235 3375 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-machine-config-operator Admin Network Policy controller: took 27.617µs I0311 09:46:53.108243 3375 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-user-workload-monitoring in Admin Network Policy controller I0311 09:46:53.108246 3375 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-user-workload-monitoring Admin Network Policy controller: took 3.806µs I0311 09:46:53.108250 3375 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-cluster-csi-drivers in Admin Network Policy controller I0311 09:46:53.108253 3375 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-cluster-csi-drivers Admin Network Policy controller: took 2.941µs I0311 09:46:53.108257 3375 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-controller-manager-operator in Admin Network Policy controller I0311 09:46:53.108259 3375 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-controller-manager-operator Admin Network Policy controller: took 2.843µs I0311 09:46:53.108244 3375 model_client.go:374] Create operations generated as: [{Op:insert Table:Port_Group Row:map[acls:{GoSet:[{GoUUID:u0287199738} {GoUUID:u0287199739}]} 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:u0287199741}] I0311 09:46:53.108263 3375 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-console in Admin Network Policy controller I0311 09:46:53.108266 3375 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-console Admin Network Policy controller: took 3.705µs I0311 09:46:53.108270 3375 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-logging in Admin Network Policy controller I0311 09:46:53.108273 3375 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-logging Admin Network Policy controller: took 2.942µs I0311 09:46:53.108276 3375 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-cluster-machine-approver in Admin Network Policy controller I0311 09:46:53.108279 3375 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-cluster-machine-approver Admin Network Policy controller: took 2.829µs I0311 09:46:53.108282 3375 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-config-managed in Admin Network Policy controller I0311 09:46:53.108286 3375 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-config-managed Admin Network Policy controller: took 3.306µs I0311 09:46:53.108292 3375 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-kube-storage-version-migrator-operator in Admin Network Policy controller I0311 09:46:53.108297 3375 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-kube-storage-version-migrator-operator Admin Network Policy controller: took 4.991µs I0311 09:46:53.108304 3375 admin_network_policy_node.go:55] Processing sync for Node ip-10-0-0-247.ec2.internal in Admin Network Policy controller I0311 09:46:53.108314 3375 admin_network_policy_node.go:58] Finished syncing Node ip-10-0-0-247.ec2.internal Admin Network Policy controller: took 11.457µs I0311 09:46:53.108328 3375 admin_network_policy_node.go:55] Processing sync for Node ip-10-0-1-185.ec2.internal in Admin Network Policy controller I0311 09:46:53.108331 3375 admin_network_policy_node.go:58] Finished syncing Node ip-10-0-1-185.ec2.internal Admin Network Policy controller: took 3.627µs I0311 09:46:53.108336 3375 admin_network_policy_node.go:55] Processing sync for Node ip-10-0-2-212.ec2.internal in Admin Network Policy controller I0311 09:46:53.108339 3375 admin_network_policy_node.go:58] Finished syncing Node ip-10-0-2-212.ec2.internal Admin Network Policy controller: took 2.688µs I0311 09:46:53.108343 3375 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-authentication-operator in Admin Network Policy controller I0311 09:46:53.108347 3375 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-authentication-operator Admin Network Policy controller: took 3.862µs I0311 09:46:53.108351 3375 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-backplane-mcs-tier-two in Admin Network Policy controller I0311 09:46:53.108354 3375 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-backplane-mcs-tier-two Admin Network Policy controller: took 3.033µs I0311 09:46:53.108358 3375 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-cloud-credential-operator in Admin Network Policy controller I0311 09:46:53.108268 3375 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:u0287199736} {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:u0287199737} {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:u0287199738} {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:u0287199739} {Op:insert Table:Port_Group Row:map[acls:{GoSet:[{GoUUID:u0287199736} {GoUUID:u0287199737}]} 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:u0287199740} {Op:insert Table:Port_Group Row:map[acls:{GoSet:[{GoUUID:u0287199738} {GoUUID:u0287199739}]} 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:u0287199741}] I0311 09:46:53.108361 3375 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-cloud-credential-operator Admin Network Policy controller: took 2.86µs I0311 09:46:53.108367 3375 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-ingress in Admin Network Policy controller I0311 09:46:53.108370 3375 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-ingress Admin Network Policy controller: took 2.987µs I0311 09:46:53.108375 3375 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-kube-apiserver-operator in Admin Network Policy controller I0311 09:46:53.108379 3375 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-kube-apiserver-operator Admin Network Policy controller: took 4.31µs I0311 09:46:53.108385 3375 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-kube-scheduler in Admin Network Policy controller I0311 09:46:53.108388 3375 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-kube-scheduler Admin Network Policy controller: took 3.221µs I0311 09:46:53.108391 3375 admin_network_policy_namespace.go:53] Processing sync for Namespace kube-system in Admin Network Policy controller I0311 09:46:53.108394 3375 admin_network_policy_namespace.go:56] Finished syncing Namespace kube-system Admin Network Policy controller: took 2.707µs I0311 09:46:53.108399 3375 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-apiserver-operator in Admin Network Policy controller I0311 09:46:53.108401 3375 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-apiserver-operator Admin Network Policy controller: took 4.132µs I0311 09:46:53.108405 3375 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-kube-scheduler-operator in Admin Network Policy controller I0311 09:46:53.108407 3375 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-kube-scheduler-operator Admin Network Policy controller: took 2.624µs I0311 09:46:53.108411 3375 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-backplane-tam in Admin Network Policy controller I0311 09:46:53.108413 3375 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-backplane-tam Admin Network Policy controller: took 2.554µs I0311 09:46:53.108417 3375 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-dns in Admin Network Policy controller I0311 09:46:53.108421 3375 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-dns Admin Network Policy controller: took 3.651µs I0311 09:46:53.108427 3375 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-multus in Admin Network Policy controller I0311 09:46:53.108430 3375 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-multus Admin Network Policy controller: took 4.425µs I0311 09:46:53.108436 3375 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-route-controller-manager in Admin Network Policy controller I0311 09:46:53.108440 3375 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-route-controller-manager Admin Network Policy controller: took 4.599µs I0311 09:46:53.108446 3375 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-backplane-cee in Admin Network Policy controller I0311 09:46:53.108449 3375 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-backplane-cee Admin Network Policy controller: took 4.061µs I0311 09:46:53.108453 3375 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-backplane-csm in Admin Network Policy controller I0311 09:46:53.108456 3375 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-backplane-csm Admin Network Policy controller: took 2.763µs I0311 09:46:53.108459 3375 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-customer-monitoring in Admin Network Policy controller I0311 09:46:53.108462 3375 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-customer-monitoring Admin Network Policy controller: took 2.72µs I0311 09:46:53.108465 3375 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-monitoring in Admin Network Policy controller I0311 09:46:53.108468 3375 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-monitoring Admin Network Policy controller: took 2.507µs I0311 09:46:53.108471 3375 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-operators in Admin Network Policy controller I0311 09:46:53.108474 3375 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-operators Admin Network Policy controller: took 2.691µs I0311 09:46:53.108478 3375 admin_network_policy_namespace.go:53] Processing sync for Namespace kube-public in Admin Network Policy controller I0311 09:46:53.108480 3375 admin_network_policy_namespace.go:56] Finished syncing Namespace kube-public Admin Network Policy controller: took 2.531µs I0311 09:46:53.108484 3375 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-authentication in Admin Network Policy controller I0311 09:46:53.108486 3375 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-authentication Admin Network Policy controller: took 2.656µs I0311 09:46:53.108489 3375 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-network-diagnostics in Admin Network Policy controller I0311 09:46:53.108492 3375 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-network-diagnostics Admin Network Policy controller: took 2.61µs I0311 09:46:53.108495 3375 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-package-operator in Admin Network Policy controller I0311 09:46:53.108498 3375 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-package-operator Admin Network Policy controller: took 2.673µs I0311 09:46:53.108502 3375 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-backplane-srep in Admin Network Policy controller I0311 09:46:53.108504 3375 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-backplane-srep Admin Network Policy controller: took 2.735µs I0311 09:46:53.108508 3375 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-cluster-samples-operator in Admin Network Policy controller I0311 09:46:53.108511 3375 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-cluster-samples-operator Admin Network Policy controller: took 2.703µs I0311 09:46:53.108515 3375 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-ingress-canary in Admin Network Policy controller I0311 09:46:53.108517 3375 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-ingress-canary Admin Network Policy controller: took 2.709µs I0311 09:46:53.108521 3375 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-operators-redhat in Admin Network Policy controller I0311 09:46:53.108523 3375 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-operators-redhat Admin Network Policy controller: took 2.744µs I0311 09:46:53.108527 3375 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-service-ca-operator in Admin Network Policy controller I0311 09:46:53.108529 3375 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-service-ca-operator Admin Network Policy controller: took 2.741µs I0311 09:46:53.108533 3375 admin_network_policy_namespace.go:53] Processing sync for Namespace dedicated-admin in Admin Network Policy controller I0311 09:46:53.108536 3375 admin_network_policy_namespace.go:56] Finished syncing Namespace dedicated-admin Admin Network Policy controller: took 2.67µs I0311 09:46:53.108540 3375 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift in Admin Network Policy controller I0311 09:46:53.108542 3375 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift Admin Network Policy controller: took 2.679µs I0311 09:46:53.108546 3375 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-cluster-node-tuning-operator in Admin Network Policy controller I0311 09:46:53.108548 3375 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-cluster-node-tuning-operator Admin Network Policy controller: took 2.702µs I0311 09:46:53.108552 3375 admin_network_policy_namespace.go:53] Processing sync for Namespace default in Admin Network Policy controller I0311 09:46:53.108554 3375 admin_network_policy_namespace.go:56] Finished syncing Namespace default Admin Network Policy controller: took 2.627µs I0311 09:46:53.108558 3375 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-backplane-cse in Admin Network Policy controller I0311 09:46:53.108560 3375 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-backplane-cse Admin Network Policy controller: took 2.622µs I0311 09:46:53.108564 3375 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-ingress-operator in Admin Network Policy controller I0311 09:46:53.108567 3375 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-ingress-operator Admin Network Policy controller: took 2.865µs I0311 09:46:53.108570 3375 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-insights in Admin Network Policy controller I0311 09:46:53.108573 3375 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-insights Admin Network Policy controller: took 2.708µs I0311 09:46:53.108577 3375 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-kube-controller-manager in Admin Network Policy controller I0311 09:46:53.108579 3375 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-kube-controller-manager Admin Network Policy controller: took 2.624µs I0311 09:46:53.108582 3375 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-operator-lifecycle-manager in Admin Network Policy controller I0311 09:46:53.108585 3375 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-operator-lifecycle-manager Admin Network Policy controller: took 2.587µs I0311 09:46:53.108588 3375 admin_network_policy_namespace.go:53] Processing sync for Namespace open-cluster-management-agent-addon in Admin Network Policy controller I0311 09:46:53.108591 3375 admin_network_policy_namespace.go:56] Finished syncing Namespace open-cluster-management-agent-addon Admin Network Policy controller: took 2.652µs I0311 09:46:53.108594 3375 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-config-operator in Admin Network Policy controller I0311 09:46:53.108597 3375 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-config-operator Admin Network Policy controller: took 2.635µs I0311 09:46:53.108600 3375 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-image-registry in Admin Network Policy controller I0311 09:46:53.108603 3375 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-image-registry Admin Network Policy controller: took 2.565µs I0311 09:46:53.108606 3375 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-node in Admin Network Policy controller I0311 09:46:53.108609 3375 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-node Admin Network Policy controller: took 2.587µs I0311 09:46:53.108613 3375 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-backplane-managed-scripts in Admin Network Policy controller I0311 09:46:53.108616 3375 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-backplane-managed-scripts Admin Network Policy controller: took 3.377µs I0311 09:46:53.108619 3375 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-cluster-storage-operator in Admin Network Policy controller I0311 09:46:53.108622 3375 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-cluster-storage-operator Admin Network Policy controller: took 2.608µs I0311 09:46:53.108625 3375 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-ovn-kubernetes in Admin Network Policy controller I0311 09:46:53.108628 3375 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-ovn-kubernetes Admin Network Policy controller: took 2.734µs I0311 09:46:53.108631 3375 admin_network_policy_namespace.go:53] Processing sync for Namespace open-cluster-management-2oveefiled799j1l8h60tce40faspn30 in Admin Network Policy controller I0311 09:46:53.108633 3375 admin_network_policy_namespace.go:56] Finished syncing Namespace open-cluster-management-2oveefiled799j1l8h60tce40faspn30 Admin Network Policy controller: took 2.528µs I0311 09:46:53.108637 3375 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-backplane-lpsre in Admin Network Policy controller I0311 09:46:53.108639 3375 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-backplane-lpsre Admin Network Policy controller: took 2.56µs I0311 09:46:53.108643 3375 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-kube-controller-manager-operator in Admin Network Policy controller I0311 09:46:53.108645 3375 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-kube-controller-manager-operator Admin Network Policy controller: took 2.742µs I0311 09:46:53.108649 3375 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-marketplace in Admin Network Policy controller I0311 09:46:53.108651 3375 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-marketplace Admin Network Policy controller: took 2.506µs I0311 09:46:53.108655 3375 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-network-console in Admin Network Policy controller I0311 09:46:53.108657 3375 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-network-console Admin Network Policy controller: took 2.709µs I0311 09:46:53.108661 3375 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-backplane-mobb in Admin Network Policy controller I0311 09:46:53.108664 3375 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-backplane-mobb Admin Network Policy controller: took 2.629µs I0311 09:46:53.108667 3375 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-console-user-settings in Admin Network Policy controller I0311 09:46:53.108670 3375 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-console-user-settings Admin Network Policy controller: took 2.607µs I0311 09:46:53.108673 3375 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-kube-apiserver in Admin Network Policy controller I0311 09:46:53.108676 3375 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-kube-apiserver Admin Network Policy controller: took 2.631µs I0311 09:46:53.108679 3375 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-must-gather-operator in Admin Network Policy controller I0311 09:46:53.108683 3375 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-must-gather-operator Admin Network Policy controller: took 3.45µs I0311 09:46:53.108689 3375 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-cluster-version in Admin Network Policy controller I0311 09:46:53.108693 3375 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-cluster-version Admin Network Policy controller: took 4.385µs I0311 09:46:53.108698 3375 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-config in Admin Network Policy controller I0311 09:46:53.108703 3375 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-config Admin Network Policy controller: took 3.448µs I0311 09:46:53.108709 3375 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-console-operator in Admin Network Policy controller I0311 09:46:53.108712 3375 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-console-operator Admin Network Policy controller: took 4.259µs I0311 09:46:53.108716 3375 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-controller-manager in Admin Network Policy controller I0311 09:46:53.108718 3375 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-controller-manager Admin Network Policy controller: took 2.578µs I0311 09:46:53.108722 3375 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-dns-operator in Admin Network Policy controller I0311 09:46:53.108725 3375 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-dns-operator Admin Network Policy controller: took 2.65µs I0311 09:46:53.108729 3375 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-etcd in Admin Network Policy controller I0311 09:46:53.108732 3375 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-etcd Admin Network Policy controller: took 3.539µs I0311 09:46:53.108738 3375 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-apiserver in Admin Network Policy controller I0311 09:46:53.108742 3375 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-apiserver Admin Network Policy controller: took 4.089µs I0311 09:46:53.108746 3375 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-backplane in Admin Network Policy controller I0311 09:46:53.108749 3375 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-backplane Admin Network Policy controller: took 2.68µs I0311 09:46:53.108752 3375 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-network-node-identity in Admin Network Policy controller I0311 09:46:53.108755 3375 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-network-node-identity Admin Network Policy controller: took 2.856µs I0311 09:46:53.108758 3375 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-network-operator in Admin Network Policy controller I0311 09:46:53.108761 3375 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-network-operator Admin Network Policy controller: took 2.678µs I0311 09:46:53.109702 3375 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:u0287199742}] I0311 09:46:53.109738 3375 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:u0287199742}] I0311 09:46:53.110250 3375 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:u0287199743}] I0311 09:46:53.110319 3375 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:u0287199743}]}}] Timeout: Where:[where column _uuid == {9011271a-93b4-4b32-8a19-5d3be6cc667a}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:53.110343 3375 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:u0287199743} {Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:acls Mutator:insert Value:{GoSet:[{GoUUID:u0287199743}]}}] Timeout: Where:[where column _uuid == {9011271a-93b4-4b32-8a19-5d3be6cc667a}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:53.110902 3375 obj_retry.go:509] Add event received for *factory.peerNamespaceSelector openshift-insights I0311 09:46:53.111009 3375 obj_retry.go:548] Creating *factory.peerNamespaceSelector openshift-insights took: 90.164µs I0311 09:46:53.111025 3375 factory.go:1366] Added *v1.Namespace event handler 5 I0311 09:46:53.111074 3375 obj_retry.go:509] Add event received for *factory.localPodSelector openshift-deployment-validation-operator/deployment-validation-operator-catalog-tmc68 I0311 09:46:53.111083 3375 obj_retry.go:548] Creating *factory.localPodSelector openshift-deployment-validation-operator/deployment-validation-operator-catalog-tmc68 took: 367ns I0311 09:46:53.111089 3375 factory.go:1366] Added *v1.Pod event handler 6 I0311 09:46:53.111095 3375 base_network_controller_policy.go:1232] Create network policy openshift-deployment-validation-operator/allow-from-openshift-insights resources completed, update namespace loglevel I0311 09:46:53.111102 3375 obj_retry.go:548] Creating *v1.NetworkPolicy openshift-deployment-validation-operator/allow-from-openshift-insights took: 3.21608ms I0311 09:46:53.111106 3375 default_network_controller.go:709] Recording success event on network policy openshift-deployment-validation-operator/allow-from-openshift-insights I0311 09:46:53.111112 3375 default_network_controller.go:666] Recording add event on network policy openshift-deployment-validation-operator/allow-from-openshift-olm I0311 09:46:53.111116 3375 obj_retry.go:509] Add event received for *v1.NetworkPolicy openshift-deployment-validation-operator/allow-from-openshift-olm I0311 09:46:53.111122 3375 base_network_controller_policy.go:1179] Adding network policy openshift-deployment-validation-operator/allow-from-openshift-olm for network default I0311 09:46:53.111129 3375 base_network_controller_policy.go:1006] Network policy ingress is {Ports:[] From:[]} I0311 09:46:53.111136 3375 base_network_controller_policy.go:1054] Policy openshift-deployment-validation-operator/allow-from-openshift-olm added to peer address sets [] I0311 09:46:53.111182 3375 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:u0287199744}] I0311 09:46:53.111241 3375 model_client.go:374] Create operations generated as: [{Op:insert Table:Port_Group Row:map[acls:{GoSet:[{GoUUID:u0287199744}]} 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:u0287199745}] I0311 09:46:53.111268 3375 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:u0287199744} {Op:insert Table:Port_Group Row:map[acls:{GoSet:[{GoUUID:u0287199744}]} 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:u0287199745}] I0311 09:46:53.111887 3375 obj_retry.go:509] Add event received for *factory.localPodSelector openshift-deployment-validation-operator/deployment-validation-operator-catalog-tmc68 I0311 09:46:53.111910 3375 obj_retry.go:548] Creating *factory.localPodSelector openshift-deployment-validation-operator/deployment-validation-operator-catalog-tmc68 took: 1.16µs I0311 09:46:53.111928 3375 factory.go:1366] Added *v1.Pod event handler 7 I0311 09:46:53.111943 3375 base_network_controller_policy.go:1232] Create network policy openshift-deployment-validation-operator/allow-from-openshift-olm resources completed, update namespace loglevel I0311 09:46:53.111956 3375 obj_retry.go:548] Creating *v1.NetworkPolicy openshift-deployment-validation-operator/allow-from-openshift-olm took: 832.096µs I0311 09:46:53.111963 3375 default_network_controller.go:709] Recording success event on network policy openshift-deployment-validation-operator/allow-from-openshift-olm I0311 09:46:53.111975 3375 factory.go:1366] Added *v1.NetworkPolicy event handler 4 I0311 09:46:53.112191 3375 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-cluster-version I0311 09:46:53.112257 3375 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-cloud-network-config-controller I0311 09:46:53.112290 3375 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-cluster-version took: 21.556µs I0311 09:46:53.112302 3375 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-controller-manager-operator I0311 09:46:53.112307 3375 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-kube-storage-version-migrator-operator I0311 09:46:53.112311 3375 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-controller-manager-operator took: 1.995µs I0311 09:46:53.112319 3375 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-backplane-tam I0311 09:46:53.112318 3375 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-cloud-network-config-controller took: 20.053µs I0311 09:46:53.112326 3375 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-backplane-tam took: 2.951µs I0311 09:46:53.112333 3375 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-backplane-srep I0311 09:46:53.112200 3375 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-etcd I0311 09:46:53.112336 3375 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-kube-storage-version-migrator-operator took: 15.906µs I0311 09:46:53.112341 3375 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-deployment-validation-operator I0311 09:46:53.112350 3375 obj_retry.go:509] Add event received for *factory.egressIPNamespace kube-system I0311 09:46:53.112356 3375 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-deployment-validation-operator took: 3.294µs I0311 09:46:53.112362 3375 obj_retry.go:548] Creating *factory.egressIPNamespace kube-system took: 3.796µs I0311 09:46:53.112364 3375 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-ingress I0311 09:46:53.112369 3375 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-multus I0311 09:46:53.112370 3375 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-etcd took: 18.774µs I0311 09:46:53.112378 3375 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-ingress took: 4.988µs I0311 09:46:53.112379 3375 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-multus took: 3.404µs I0311 09:46:53.112387 3375 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-network-diagnostics I0311 09:46:53.112381 3375 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-console I0311 09:46:53.112399 3375 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-network-diagnostics took: 2.474µs I0311 09:46:53.112408 3375 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-image-registry I0311 09:46:53.112420 3375 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-image-registry took: 3.489µs I0311 09:46:53.112400 3375 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-console took: 2.721µs I0311 09:46:53.112228 3375 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-dns-operator I0311 09:46:53.112431 3375 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-cloud-credential-operator I0311 09:46:53.112442 3375 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-cloud-credential-operator took: 2.831µs I0311 09:46:53.112448 3375 obj_retry.go:509] Add event received for *factory.egressIPNamespace dedicated-admin I0311 09:46:53.112245 3375 obj_retry.go:509] Add event received for *factory.egressIPNamespace kube-node-lease I0311 09:46:53.112228 3375 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-apiserver I0311 09:46:53.112459 3375 obj_retry.go:548] Creating *factory.egressIPNamespace dedicated-admin took: 3.584µs I0311 09:46:53.112465 3375 obj_retry.go:548] Creating *factory.egressIPNamespace kube-node-lease took: 7.867µs I0311 09:46:53.112466 3375 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-console-user-settings I0311 09:46:53.112471 3375 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-cloud-controller-manager I0311 09:46:53.112474 3375 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-console-user-settings took: 1.714µs I0311 09:46:53.112477 3375 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-cloud-controller-manager took: 1.008µs I0311 09:46:53.112448 3375 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-dns-operator took: 11.084µs I0311 09:46:53.112479 3375 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-apiserver took: 15.71µs I0311 09:46:53.112252 3375 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-console-operator I0311 09:46:53.112486 3375 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-host-network I0311 09:46:53.112490 3375 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-controller-manager I0311 09:46:53.112496 3375 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-host-network took: 2.065µs I0311 09:46:53.112500 3375 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-controller-manager took: 1.9µs I0311 09:46:53.112503 3375 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-kube-apiserver-operator I0311 09:46:53.112507 3375 obj_retry.go:509] Add event received for *factory.egressIPNamespace kube-public I0311 09:46:53.112514 3375 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-kube-apiserver-operator took: 3.779µs I0311 09:46:53.112516 3375 obj_retry.go:548] Creating *factory.egressIPNamespace kube-public took: 2.097µs I0311 09:46:53.112520 3375 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-ingress-canary I0311 09:46:53.112522 3375 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift I0311 09:46:53.112531 3375 obj_retry.go:548] Creating *factory.egressIPNamespace openshift took: 1.989µs I0311 09:46:53.112532 3375 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-ingress-canary took: 2.324µs I0311 09:46:53.112537 3375 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-node I0311 09:46:53.112540 3375 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-operator-lifecycle-manager I0311 09:46:53.112545 3375 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-node took: 1.804µs I0311 09:46:53.112551 3375 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-operator-lifecycle-manager took: 3.634µs I0311 09:46:53.112388 3375 obj_retry.go:509] Add event received for *factory.egressIPNamespace open-cluster-management-agent-addon I0311 09:46:53.112554 3375 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-kube-apiserver I0311 09:46:53.112565 3375 obj_retry.go:548] Creating *factory.egressIPNamespace open-cluster-management-agent-addon took: 3.484µs I0311 09:46:53.112567 3375 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-kube-apiserver took: 3.492µs I0311 09:46:53.112268 3375 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-network-operator I0311 09:46:53.112595 3375 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-network-operator took: 14.88µs I0311 09:46:53.112339 3375 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-backplane-srep took: 1.6µs I0311 09:46:53.112608 3375 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-backplane-srep-ro I0311 09:46:53.112612 3375 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-kube-controller-manager I0311 09:46:53.112618 3375 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-backplane-srep-ro took: 2.15µs I0311 09:46:53.112625 3375 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-customer-monitoring I0311 09:46:53.112625 3375 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-kube-controller-manager took: 3.482µs I0311 09:46:53.112198 3375 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-backplane I0311 09:46:53.112634 3375 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-customer-monitoring took: 2.998µs I0311 09:46:53.112640 3375 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-backplane-cse I0311 09:46:53.112647 3375 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-backplane-cse took: 1.649µs I0311 09:46:53.112651 3375 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-backplane took: 12.615µs I0311 09:46:53.112482 3375 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-authentication I0311 09:46:53.112662 3375 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-authentication took: 1.995µs I0311 09:46:53.112664 3375 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-infra I0311 09:46:53.112669 3375 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-operators I0311 09:46:53.112675 3375 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-infra took: 2.851µs I0311 09:46:53.112677 3375 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-operators took: 2.775µs I0311 09:46:53.112683 3375 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-kube-scheduler-operator I0311 09:46:53.112684 3375 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-ingress-operator I0311 09:46:53.112235 3375 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-machine-config-operator I0311 09:46:53.112693 3375 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-ingress-operator took: 2.166µs I0311 09:46:53.112652 3375 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-kube-controller-manager-operator I0311 09:46:53.112497 3375 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-console-operator took: 7.084µs I0311 09:46:53.112704 3375 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-backplane-mcs-tier-two I0311 09:46:53.112706 3375 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-kube-controller-manager-operator took: 2.663µs I0311 09:46:53.112713 3375 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-marketplace I0311 09:46:53.112244 3375 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-machine-api I0311 09:46:53.112717 3375 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-machine-config-operator took: 15.815µs I0311 09:46:53.112694 3375 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-kube-scheduler-operator took: 3.266µs I0311 09:46:53.112728 3375 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-apiserver-operator I0311 09:46:53.112735 3375 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-machine-api took: 12.976µs I0311 09:46:53.112741 3375 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-apiserver-operator took: 3.041µs I0311 09:46:53.112744 3375 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-config-managed I0311 09:46:53.112572 3375 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-ovn-kubernetes I0311 09:46:53.112198 3375 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-config I0311 09:46:53.112752 3375 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-config-managed took: 2.077µs I0311 09:46:53.112758 3375 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-backplane-csm I0311 09:46:53.112257 3375 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-network-node-identity I0311 09:46:53.112767 3375 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-backplane-csm took: 1.706µs I0311 09:46:53.112774 3375 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-service-ca-operator I0311 09:46:53.112781 3375 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-service-ca-operator took: 1.52µs I0311 09:46:53.112786 3375 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-network-node-identity took: 14.02µs I0311 09:46:53.112267 3375 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-user-workload-monitoring I0311 09:46:53.112796 3375 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-cluster-machine-approver I0311 09:46:53.112806 3375 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-cluster-machine-approver took: 3.205µs I0311 09:46:53.112811 3375 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-user-workload-monitoring took: 12.327µs I0311 09:46:53.112814 3375 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-kube-scheduler I0311 09:46:53.112819 3375 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-logging I0311 09:46:53.112825 3375 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-kube-scheduler took: 2.192µs I0311 09:46:53.112830 3375 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-logging took: 2.303µs I0311 09:46:53.112833 3375 obj_retry.go:509] Add event received for *factory.egressIPNamespace default I0311 09:46:53.112838 3375 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-backplane-cee I0311 09:46:53.112843 3375 obj_retry.go:548] Creating *factory.egressIPNamespace default took: 2.74µs I0311 09:46:53.112847 3375 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-backplane-cee took: 1.944µs I0311 09:46:53.112851 3375 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-backplane-lpsre I0311 09:46:53.112712 3375 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-backplane-mcs-tier-two took: 2.097µs I0311 09:46:53.112859 3375 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-backplane-lpsre took: 1.93µs I0311 09:46:53.112863 3375 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-route-controller-manager I0311 09:46:53.112872 3375 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-route-controller-manager took: 2.504µs I0311 09:46:53.112876 3375 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-monitoring I0311 09:46:53.112883 3375 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-monitoring took: 1.872µs I0311 09:46:53.112887 3375 obj_retry.go:509] Add event received for *factory.egressIPNamespace open-cluster-management-2oveefiled799j1l8h60tce40faspn30 I0311 09:46:53.112892 3375 obj_retry.go:548] Creating *factory.egressIPNamespace open-cluster-management-2oveefiled799j1l8h60tce40faspn30 took: 1.782µs I0311 09:46:53.112740 3375 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-cluster-samples-operator I0311 09:46:53.112902 3375 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-cluster-samples-operator took: 1.592µs I0311 09:46:53.112908 3375 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-backplane-mobb I0311 09:46:53.112915 3375 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-backplane-mobb took: 1.782µs I0311 09:46:53.112921 3375 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-must-gather-operator I0311 09:46:53.112930 3375 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-must-gather-operator took: 2.505µs I0311 09:46:53.112787 3375 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-backplane-managed-scripts I0311 09:46:53.112939 3375 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-backplane-managed-scripts took: 1.149µs I0311 09:46:53.112749 3375 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-dns I0311 09:46:53.112947 3375 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-dns took: 1.986µs I0311 09:46:53.112951 3375 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-operators-redhat I0311 09:46:53.112955 3375 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-operators-redhat took: 933ns I0311 09:46:53.112959 3375 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-cluster-storage-operator I0311 09:46:53.112963 3375 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-cluster-storage-operator took: 1.227µs I0311 09:46:53.112725 3375 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-marketplace took: 5.628µs I0311 09:46:53.112761 3375 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-ovn-kubernetes took: 6.684µs I0311 09:46:53.112787 3375 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-config took: 17.907µs I0311 09:46:53.112975 3375 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-cluster-csi-drivers I0311 09:46:53.112981 3375 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-cluster-csi-drivers took: 2.529µs I0311 09:46:53.112988 3375 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-authentication-operator I0311 09:46:53.112996 3375 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-authentication-operator took: 3.232µs I0311 09:46:53.113002 3375 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-package-operator I0311 09:46:53.113008 3375 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-package-operator took: 2.07µs I0311 09:46:53.113012 3375 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-config-operator I0311 09:46:53.113016 3375 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-config-operator took: 1.19µs I0311 09:46:53.113019 3375 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-network-console I0311 09:46:53.113024 3375 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-network-console took: 1.062µs I0311 09:46:53.112853 3375 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-cluster-node-tuning-operator I0311 09:46:53.113032 3375 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-cluster-node-tuning-operator took: 1.682µs I0311 09:46:53.113036 3375 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-insights I0311 09:46:53.113040 3375 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-insights took: 1.744µs I0311 09:46:53.113050 3375 factory.go:1366] Added *v1.Namespace event handler 8 I0311 09:46:53.113144 3375 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-image-registry/node-ca-f9npf I0311 09:46:53.113149 3375 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-network-diagnostics/network-check-target-8hsmf I0311 09:46:53.113165 3375 obj_retry.go:548] Creating *factory.egressIPPod openshift-image-registry/node-ca-f9npf took: 8.734µs I0311 09:46:53.113167 3375 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-dns/node-resolver-z5s2m I0311 09:46:53.113173 3375 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-multus/network-metrics-daemon-xztnl I0311 09:46:53.113173 3375 obj_retry.go:509] Add event received for *factory.egressIPPod kube-system/konnectivity-agent-s2qfr I0311 09:46:53.113181 3375 obj_retry.go:548] Creating *factory.egressIPPod openshift-multus/network-metrics-daemon-xztnl took: 595ns I0311 09:46:53.113187 3375 obj_retry.go:509] Add event received for *factory.egressIPPod kube-system/kube-apiserver-proxy-ip-10-0-1-185.ec2.internal I0311 09:46:53.113188 3375 obj_retry.go:548] Creating *factory.egressIPPod openshift-dns/node-resolver-z5s2m took: 9.276µs I0311 09:46:53.113193 3375 obj_retry.go:548] Creating *factory.egressIPPod kube-system/konnectivity-agent-s2qfr took: 8.55µs I0311 09:46:53.113198 3375 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-r9mx8 I0311 09:46:53.113200 3375 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-6j6j7 I0311 09:46:53.113175 3375 obj_retry.go:548] Creating *factory.egressIPPod openshift-network-diagnostics/network-check-target-8hsmf took: 10.695µs I0311 09:46:53.113204 3375 obj_retry.go:548] Creating *factory.egressIPPod kube-system/kube-apiserver-proxy-ip-10-0-1-185.ec2.internal took: 6.988µs I0311 09:46:53.113188 3375 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-multus/multus-84f2j I0311 09:46:53.113226 3375 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-network-operator/iptables-alerter-wpdtf I0311 09:46:53.113231 3375 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-x25th I0311 09:46:53.113235 3375 obj_retry.go:548] Creating *factory.egressIPPod openshift-network-operator/iptables-alerter-wpdtf took: 953ns I0311 09:46:53.113235 3375 obj_retry.go:548] Creating *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-6j6j7 took: 24.428µs I0311 09:46:53.113242 3375 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-cluster-node-tuning-operator/tuned-rlbz2 I0311 09:46:53.113246 3375 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-image-registry/image-registry-5d567bd994-8jf2q I0311 09:46:53.113249 3375 obj_retry.go:548] Creating *factory.egressIPPod openshift-multus/multus-84f2j took: 948ns I0311 09:46:53.113251 3375 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-image-registry/image-registry-6ddfd59df7-rzhfq I0311 09:46:53.113255 3375 obj_retry.go:548] Creating *factory.egressIPPod openshift-image-registry/image-registry-5d567bd994-8jf2q took: 631ns I0311 09:46:53.113262 3375 obj_retry.go:509] Add event received for *factory.egressIPPod kube-system/kube-apiserver-proxy-ip-10-0-0-247.ec2.internal I0311 09:46:53.113264 3375 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-multus/multus-nw64h I0311 09:46:53.113269 3375 obj_retry.go:548] Creating *factory.egressIPPod openshift-image-registry/image-registry-6ddfd59df7-rzhfq took: 8.026µs I0311 09:46:53.113250 3375 obj_retry.go:548] Creating *factory.egressIPPod openshift-cluster-node-tuning-operator/tuned-rlbz2 took: 539ns I0311 09:46:53.113277 3375 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-image-registry/image-registry-5d567bd994-cqb72 I0311 09:46:53.113242 3375 obj_retry.go:548] Creating *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-x25th took: 777ns I0311 09:46:53.113285 3375 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-cluster-node-tuning-operator/tuned-zlww8 I0311 09:46:53.113269 3375 obj_retry.go:548] Creating *factory.egressIPPod kube-system/kube-apiserver-proxy-ip-10-0-0-247.ec2.internal took: 633ns I0311 09:46:53.113235 3375 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-network-diagnostics/network-check-target-2ps42 I0311 09:46:53.113295 3375 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-image-registry/node-ca-8d6nn I0311 09:46:53.113299 3375 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-network-operator/iptables-alerter-gnmql I0311 09:46:53.113304 3375 obj_retry.go:548] Creating *factory.egressIPPod openshift-cluster-node-tuning-operator/tuned-zlww8 took: 9.149µs I0311 09:46:53.113308 3375 obj_retry.go:548] Creating *factory.egressIPPod openshift-network-diagnostics/network-check-target-2ps42 took: 7.463µs I0311 09:46:53.113312 3375 obj_retry.go:548] Creating *factory.egressIPPod openshift-image-registry/node-ca-8d6nn took: 8.25µs I0311 09:46:53.113316 3375 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-dns/node-resolver-wvb94 I0311 09:46:53.113316 3375 obj_retry.go:548] Creating *factory.egressIPPod openshift-network-operator/iptables-alerter-gnmql took: 7.449µs I0311 09:46:53.113320 3375 obj_retry.go:509] Add event received for *factory.egressIPPod kube-system/kube-apiserver-proxy-ip-10-0-2-212.ec2.internal I0311 09:46:53.113325 3375 obj_retry.go:509] Add event received for *factory.egressIPPod kube-system/konnectivity-agent-fnzgp I0311 09:46:53.113329 3375 obj_retry.go:548] Creating *factory.egressIPPod kube-system/kube-apiserver-proxy-ip-10-0-2-212.ec2.internal took: 463ns I0311 09:46:53.113286 3375 obj_retry.go:548] Creating *factory.egressIPPod openshift-image-registry/image-registry-5d567bd994-cqb72 took: 640ns I0311 09:46:53.113324 3375 obj_retry.go:548] Creating *factory.egressIPPod openshift-dns/node-resolver-wvb94 took: 888ns I0311 09:46:53.113337 3375 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-f4wzh I0311 09:46:53.113339 3375 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-wkm74 I0311 09:46:53.113342 3375 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-network-operator/iptables-alerter-kz5wb I0311 09:46:53.113347 3375 obj_retry.go:548] Creating *factory.egressIPPod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-wkm74 took: 817ns I0311 09:46:53.113350 3375 obj_retry.go:548] Creating *factory.egressIPPod openshift-network-operator/iptables-alerter-kz5wb took: 527ns I0311 09:46:53.113313 3375 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-2-212.ec2.internal I0311 09:46:53.113354 3375 obj_retry.go:548] Creating *factory.egressIPPod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-f4wzh took: 7.584µs I0311 09:46:53.113361 3375 obj_retry.go:548] Creating *factory.egressIPPod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-2-212.ec2.internal took: 1.173µs I0311 09:46:53.113202 3375 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-cluster-node-tuning-operator/tuned-tn27q I0311 09:46:53.113368 3375 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-network-diagnostics/network-check-target-hshsz I0311 09:46:53.113370 3375 obj_retry.go:548] Creating *factory.egressIPPod openshift-cluster-node-tuning-operator/tuned-tn27q took: 779ns I0311 09:46:53.113375 3375 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-fzs8r I0311 09:46:53.113375 3375 obj_retry.go:548] Creating *factory.egressIPPod openshift-network-diagnostics/network-check-target-hshsz took: 640ns I0311 09:46:53.113379 3375 obj_retry.go:548] Creating *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-fzs8r took: 281ns I0311 09:46:53.113362 3375 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-ovn-kubernetes/ovnkube-node-vwd78 I0311 09:46:53.113389 3375 obj_retry.go:548] Creating *factory.egressIPPod openshift-ovn-kubernetes/ovnkube-node-vwd78 took: 431ns I0311 09:46:53.113396 3375 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-multus/network-metrics-daemon-zpd6k I0311 09:46:53.113400 3375 obj_retry.go:548] Creating *factory.egressIPPod openshift-multus/network-metrics-daemon-zpd6k took: 363ns I0311 09:46:53.113337 3375 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-multus/network-metrics-daemon-nj5l5 I0311 09:46:53.113207 3375 obj_retry.go:548] Creating *factory.egressIPPod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-r9mx8 took: 670ns I0311 09:46:53.113414 3375 obj_retry.go:548] Creating *factory.egressIPPod openshift-multus/network-metrics-daemon-nj5l5 took: 5.512µs I0311 09:46:53.113423 3375 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-ovn-kubernetes/ovnkube-node-rxltp I0311 09:46:53.113325 3375 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-multus/multus-bgr9f I0311 09:46:53.113430 3375 obj_retry.go:548] Creating *factory.egressIPPod openshift-ovn-kubernetes/ovnkube-node-rxltp took: 495ns I0311 09:46:53.113280 3375 obj_retry.go:548] Creating *factory.egressIPPod openshift-multus/multus-nw64h took: 7.203µs I0311 09:46:53.113436 3375 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-dns/node-resolver-sw8lw I0311 09:46:53.113441 3375 obj_retry.go:509] Add event received for *factory.egressIPPod kube-system/konnectivity-agent-vcs9j I0311 09:46:53.113444 3375 obj_retry.go:548] Creating *factory.egressIPPod openshift-dns/node-resolver-sw8lw took: 461ns I0311 09:46:53.113415 3375 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-ovn-kubernetes/ovnkube-node-z8dhz I0311 09:46:53.113450 3375 obj_retry.go:548] Creating *factory.egressIPPod kube-system/konnectivity-agent-vcs9j took: 1.291µs I0311 09:46:53.113454 3375 obj_retry.go:548] Creating *factory.egressIPPod openshift-ovn-kubernetes/ovnkube-node-z8dhz took: 592ns I0311 09:46:53.113333 3375 obj_retry.go:548] Creating *factory.egressIPPod kube-system/konnectivity-agent-fnzgp took: 656ns I0311 09:46:53.113464 3375 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-247.ec2.internal I0311 09:46:53.113472 3375 obj_retry.go:548] Creating *factory.egressIPPod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-247.ec2.internal took: 1.004µs I0311 09:46:53.113453 3375 obj_retry.go:548] Creating *factory.egressIPPod openshift-multus/multus-bgr9f took: 8.505µs I0311 09:46:53.113483 3375 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-185.ec2.internal I0311 09:46:53.113491 3375 obj_retry.go:548] Creating *factory.egressIPPod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-185.ec2.internal took: 848ns I0311 09:46:53.113499 3375 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-deployment-validation-operator/deployment-validation-operator-catalog-tmc68 I0311 09:46:53.113506 3375 obj_retry.go:548] Creating *factory.egressIPPod openshift-deployment-validation-operator/deployment-validation-operator-catalog-tmc68 took: 507ns I0311 09:46:53.113287 3375 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-image-registry/node-ca-v8mhb I0311 09:46:53.113517 3375 obj_retry.go:548] Creating *factory.egressIPPod openshift-image-registry/node-ca-v8mhb took: 1.097µs I0311 09:46:53.113529 3375 factory.go:1366] Added *v1.Pod event handler 9 I0311 09:46:53.113631 3375 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:u0287199746}] I0311 09:46:53.113679 3375 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:u0287199746}]}}] Timeout: Where:[where column _uuid == {8944ab81-04cf-49d7-a679-0f725e047d14}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:53.113700 3375 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:0xc009bfb800 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:u0287199746} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:policies Mutator:insert Value:{GoSet:[{GoUUID:u0287199746}]}}] Timeout: Where:[where column _uuid == {8944ab81-04cf-49d7-a679-0f725e047d14}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:53.114404 3375 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:u0287199747}] I0311 09:46:53.114450 3375 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:u0287199747}]}}] Timeout: Where:[where column _uuid == {8944ab81-04cf-49d7-a679-0f725e047d14}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:53.114466 3375 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:0xc009e304a0 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:u0287199747} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:policies Mutator:insert Value:{GoSet:[{GoUUID:u0287199747}]}}] Timeout: Where:[where column _uuid == {8944ab81-04cf-49d7-a679-0f725e047d14}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:53.115154 3375 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:u0287199748}] I0311 09:46:53.115234 3375 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:u0287199748}]}}] Timeout: Where:[where column _uuid == {8944ab81-04cf-49d7-a679-0f725e047d14}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:53.115256 3375 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:0xc009e31120 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:u0287199748} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:policies Mutator:insert Value:{GoSet:[{GoUUID:u0287199748}]}}] Timeout: Where:[where column _uuid == {8944ab81-04cf-49d7-a679-0f725e047d14}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:53.115769 3375 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:u0287199749}] I0311 09:46:53.115836 3375 address_set.go:303] New(u0287199749/default-network-controller:EgressIP:node-ips:v4:default/a712973235162149816) with [] I0311 09:46:53.115843 3375 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:u0287199749}] I0311 09:46:53.116185 3375 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:u0287199750}] I0311 09:46:53.116235 3375 address_set.go:303] New(u0287199750/default-network-controller:EgressIP:egressip-served-pods:v4:default/a8519615025667110816) with [] I0311 09:46:53.116243 3375 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:u0287199750}] I0311 09:46:53.116632 3375 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:u0287199751}] I0311 09:46:53.116666 3375 address_set.go:303] New(u0287199751/default-network-controller:EgressService:egresssvc-served-pods:v4/a13607449821398607916) with [] I0311 09:46:53.116674 3375 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:u0287199751}] I0311 09:46:53.117071 3375 obj_retry.go:509] Add event received for *factory.egressNode ip-10-0-2-212.ec2.internal I0311 09:46:53.117199 3375 obj_retry.go:509] Add event received for *factory.egressNode ip-10-0-1-185.ec2.internal I0311 09:46:53.117233 3375 obj_retry.go:509] Add event received for *factory.egressNode ip-10-0-0-247.ec2.internal I0311 09:46:53.117289 3375 model_client.go:383] Update operations generated as: [{Op:update Table:Address_Set Row:map[addresses:{GoSet:[10.0.0.247 172.20.0.1]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {e806585c-2113-4e48-a618-f10fc018c8e3}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:53.117308 3375 transact.go:43] Configuring OVN: [{Op:update Table:Address_Set Row:map[addresses:{GoSet:[10.0.0.247 172.20.0.1]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {e806585c-2113-4e48-a618-f10fc018c8e3}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:53.117812 3375 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:u0287199752}] I0311 09:46:53.117855 3375 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:u0287199752}]}}] Timeout: Where:[where column _uuid == {8944ab81-04cf-49d7-a679-0f725e047d14}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:53.117877 3375 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:0xc009e60c20 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:u0287199752} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:policies Mutator:insert Value:{GoSet:[{GoUUID:u0287199752}]}}] Timeout: Where:[where column _uuid == {8944ab81-04cf-49d7-a679-0f725e047d14}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:53.118490 3375 obj_retry.go:548] Creating *factory.egressNode ip-10-0-2-212.ec2.internal took: 1.398275ms I0311 09:46:53.118632 3375 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:u0287199753}] I0311 09:46:53.118730 3375 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:u0287199753}]}}] Timeout: Where:[where column _uuid == {8315dd4c-3f44-451a-ba18-b4bbf5b74294}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:53.118750 3375 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:u0287199753} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:qos_rules Mutator:insert Value:{GoSet:[{GoUUID:u0287199753}]}}] Timeout: Where:[where column _uuid == {8315dd4c-3f44-451a-ba18-b4bbf5b74294}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:53.120007 3375 model_client.go:383] Update operations generated as: [{Op:update Table:Address_Set Row:map[addresses:{GoSet:[172.20.0.1 10.0.0.247]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {e806585c-2113-4e48-a618-f10fc018c8e3}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:53.120029 3375 transact.go:43] Configuring OVN: [{Op:update Table:Address_Set Row:map[addresses:{GoSet:[172.20.0.1 10.0.0.247]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {e806585c-2113-4e48-a618-f10fc018c8e3}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:53.120434 3375 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 == {00243436-b842-42ae-9558-c58d84c40cea}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:53.120484 3375 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:00243436-b842-42ae-9558-c58d84c40cea}]}}] Timeout: Where:[where column _uuid == {8944ab81-04cf-49d7-a679-0f725e047d14}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:53.120499 3375 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 == {00243436-b842-42ae-9558-c58d84c40cea}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:policies Mutator:insert Value:{GoSet:[{GoUUID:00243436-b842-42ae-9558-c58d84c40cea}]}}] Timeout: Where:[where column _uuid == {8944ab81-04cf-49d7-a679-0f725e047d14}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:53.120754 3375 egressip.go:2084] Egress node: ip-10-0-1-185.ec2.internal about to be initialized I0311 09:46:53.120873 3375 model_client.go:383] Update operations generated as: [{Op:update Table:Address_Set Row:map[addresses:{GoSet:[172.20.0.1 10.0.0.247]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {e806585c-2113-4e48-a618-f10fc018c8e3}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:53.120903 3375 transact.go:43] Configuring OVN: [{Op:update Table:Address_Set Row:map[addresses:{GoSet:[172.20.0.1 10.0.0.247]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {e806585c-2113-4e48-a618-f10fc018c8e3}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:53.120874 3375 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.3 policy:{GoSet:[src-ip]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0287199754}] I0311 09:46:53.120987 3375 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:u0287199754}]}}] Timeout: Where:[where column _uuid == {8944ab81-04cf-49d7-a679-0f725e047d14}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:53.121007 3375 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.3 policy:{GoSet:[src-ip]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0287199754} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u0287199754}]}}] Timeout: Where:[where column _uuid == {8944ab81-04cf-49d7-a679-0f725e047d14}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:53.121249 3375 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 == {00243436-b842-42ae-9558-c58d84c40cea}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:53.121302 3375 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:00243436-b842-42ae-9558-c58d84c40cea}]}}] Timeout: Where:[where column _uuid == {8944ab81-04cf-49d7-a679-0f725e047d14}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:53.121371 3375 obj_retry.go:548] Creating *factory.egressNode ip-10-0-1-185.ec2.internal took: 4.14087ms I0311 09:46:53.121359 3375 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 == {00243436-b842-42ae-9558-c58d84c40cea}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:policies Mutator:insert Value:{GoSet:[{GoUUID:00243436-b842-42ae-9558-c58d84c40cea}]}}] Timeout: Where:[where column _uuid == {8944ab81-04cf-49d7-a679-0f725e047d14}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:53.121667 3375 obj_retry.go:548] Creating *factory.egressNode ip-10-0-0-247.ec2.internal took: 4.416823ms I0311 09:46:53.121686 3375 factory.go:1366] Added *v1.Node event handler 10 I0311 09:46:53.121712 3375 factory.go:1366] Added *v1.EgressIP event handler 11 I0311 09:46:53.121943 3375 factory.go:1366] Added *v1.EgressFirewall event handler 12 I0311 09:46:53.121989 3375 controller.go:132] Adding controller ef_node_controller event handlers I0311 09:46:53.122006 3375 shared_informer.go:313] Waiting for caches to sync for ef_node_controller I0311 09:46:53.122010 3375 shared_informer.go:320] Caches are synced for ef_node_controller I0311 09:46:53.122015 3375 controller.go:156] Starting controller ef_node_controller with 1 workers I0311 09:46:53.122024 3375 egressqos.go:193] Setting up event handlers for EgressQoS I0311 09:46:53.122134 3375 egressqos.go:245] Starting EgressQoS Controller I0311 09:46:53.122184 3375 shared_informer.go:313] Waiting for caches to sync for egressqosnodes I0311 09:46:53.122195 3375 shared_informer.go:320] Caches are synced for egressqosnodes I0311 09:46:53.122201 3375 shared_informer.go:313] Waiting for caches to sync for egressqospods I0311 09:46:53.122205 3375 shared_informer.go:320] Caches are synced for egressqospods I0311 09:46:53.122208 3375 shared_informer.go:313] Waiting for caches to sync for egressqos I0311 09:46:53.122230 3375 shared_informer.go:320] Caches are synced for egressqos I0311 09:46:53.122239 3375 egressqos.go:259] Repairing EgressQoSes I0311 09:46:53.122244 3375 egressqos.go:399] Starting repairing loop for egressqos I0311 09:46:53.122329 3375 egressqos.go:401] Finished repairing loop for egressqos: 84.75µs I0311 09:46:53.122351 3375 egressservice_zone.go:132] Setting up event handlers for Egress Services I0311 09:46:53.122412 3375 egressqos.go:1007] Processing sync for EgressQoS node ip-10-0-1-185.ec2.internal I0311 09:46:53.122562 3375 egressservice_zone_endpointslice.go:81] Ignoring updating default/kubernetes for endpointslice default/kubernetes as it is not a known egress service I0311 09:46:53.122580 3375 egressservice_zone_endpointslice.go:81] Ignoring updating openshift-machine-config-operator/machine-config-daemon for endpointslice openshift-machine-config-operator/machine-config-daemon-l52h5 as it is not a known egress service I0311 09:46:53.122588 3375 egressservice_zone.go:210] Starting Egress Services Controller I0311 09:46:53.122597 3375 shared_informer.go:313] Waiting for caches to sync for egressservices I0311 09:46:53.122604 3375 shared_informer.go:320] Caches are synced for egressservices I0311 09:46:53.122608 3375 shared_informer.go:313] Waiting for caches to sync for egressservices_services I0311 09:46:53.122613 3375 shared_informer.go:320] Caches are synced for egressservices_services I0311 09:46:53.122618 3375 shared_informer.go:313] Waiting for caches to sync for egressservices_endpointslices I0311 09:46:53.122623 3375 shared_informer.go:320] Caches are synced for egressservices_endpointslices I0311 09:46:53.122628 3375 shared_informer.go:313] Waiting for caches to sync for egressservices_nodes I0311 09:46:53.122633 3375 shared_informer.go:320] Caches are synced for egressservices_nodes I0311 09:46:53.122436 3375 egressqos.go:1022] EgressQoS ip-10-0-1-185.ec2.internal node retrieved from lister: &Node{ObjectMeta:{ip-10-0-1-185.ec2.internal 23849208-c29b-4e01-bd09-7b4c3d99f2de 9354 0 2026-03-11 09:46:25 +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-3a2a0e7f61-workers-1 kubernetes.io/arch:amd64 kubernetes.io/hostname:ip-10-0-1-185.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-07d9195b31ff3dac9","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:2oveefiled799j1l8h60tce40faspn30 cluster.x-k8s.io/cluster-namespace:ocm-production-2oveefiled799j1l8h60tce40faspn30-kx-3a2a0e7f61 cluster.x-k8s.io/labels-from-machine: cluster.x-k8s.io/machine:kx-3a2a0e7f61-workers-1-p8rmr-cqw5k cluster.x-k8s.io/owner-kind:MachineSet cluster.x-k8s.io/owner-name:kx-3a2a0e7f61-workers-1-p8rmr csi.volume.kubernetes.io/nodeid:{"ebs.csi.aws.com":"i-0a91604df43c49107"} 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-185.ec2.internal","mac-address":"0a:ff:fe:0a:20:c1","ip-addresses":["10.0.1.185/24"],"ip-address":"10.0.1.185/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:d2f5be63-fe1e-4642-b758-28d8768f217a k8s.ovn.org/node-encap-ips:["10.0.1.185"] k8s.ovn.org/node-gateway-router-lrp-ifaddrs:{"default":{"ipv4":"100.64.0.3/16"}} k8s.ovn.org/node-id:3 k8s.ovn.org/node-primary-ifaddr:{"ipv4":"10.0.1.185/24"} k8s.ovn.org/node-subnets:{"default":["10.129.0.0/23"]} k8s.ovn.org/node-transit-switch-port-ifaddr:{"ipv4":"100.88.0.3/16"} k8s.ovn.org/zone-name:ip-10-0-1-185.ec2.internal volumes.kubernetes.io/controller-managed-attach-detach:true] [] [] []},Spec:NodeSpec{PodCIDR:,DoNotUseExternalID:,ProviderID:aws:///us-east-1d/i-0a91604df43c49107,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: {{33164529664 0} {} 32387236Ki 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: {{31985930240 0} {} 31236260Ki BinarySI},pods: {{250 0} {} 250 DecimalSI},},Phase:,Conditions:[]NodeCondition{NodeCondition{Type:MemoryPressure,Status:False,LastHeartbeatTime:2026-03-11 09:46:35 +0000 UTC,LastTransitionTime:2026-03-11 09:46:25 +0000 UTC,Reason:KubeletHasSufficientMemory,Message:kubelet has sufficient memory available,},NodeCondition{Type:DiskPressure,Status:False,LastHeartbeatTime:2026-03-11 09:46:35 +0000 UTC,LastTransitionTime:2026-03-11 09:46:25 +0000 UTC,Reason:KubeletHasNoDiskPressure,Message:kubelet has no disk pressure,},NodeCondition{Type:PIDPressure,Status:False,LastHeartbeatTime:2026-03-11 09:46:35 +0000 UTC,LastTransitionTime:2026-03-11 09:46:25 +0000 UTC,Reason:KubeletHasSufficientPID,Message:kubelet has sufficient PID available,},NodeCondition{Type:Ready,Status:False,LastHeartbeatTime:2026-03-11 09:46:35 +0000 UTC,LastTransitionTime:2026-03-11 09:46:25 +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.185,},NodeAddress{Type:InternalDNS,Address:ip-10-0-1-185.ec2.internal,},NodeAddress{Type:Hostname,Address:ip-10-0-1-185.ec2.internal,},},DaemonEndpoints:NodeDaemonEndpoints{KubeletEndpoint:DaemonEndpoint{Port:10250,},},NodeInfo:NodeSystemInfo{MachineID:ec2dc7c01f023e78136644e043fe7cb9,SystemUUID:ec2dc7c0-1f02-3e78-1366-44e043fe7cb9,BootID:f57040f9-4340-4ddc-accd-ae3f5dbc619d,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,},} I0311 09:46:53.122677 3375 egressqos.go:1010] Finished syncing EgressQoS node ip-10-0-1-185.ec2.internal : 266.149µs I0311 09:46:53.122587 3375 egressservice_zone_endpointslice.go:81] Ignoring updating openshift-ingress-canary/ingress-canary for endpointslice openshift-ingress-canary/ingress-canary-26kb6 as it is not a known egress service I0311 09:46:53.122695 3375 egressservice_zone_endpointslice.go:81] Ignoring updating openshift-machine-config-operator/machine-config-controller for endpointslice openshift-machine-config-operator/machine-config-controller-6hvvk as it is not a known egress service I0311 09:46:53.122702 3375 egressservice_zone_endpointslice.go:81] Ignoring updating openshift-authentication-operator/metrics for endpointslice openshift-authentication-operator/metrics-xk4l4 as it is not a known egress service I0311 09:46:53.122708 3375 egressservice_zone_endpointslice.go:81] Ignoring updating openshift-image-registry/image-registry for endpointslice openshift-image-registry/image-registry-44bwv as it is not a known egress service I0311 09:46:53.122639 3375 egressservice_zone.go:228] Repairing Egress Services I0311 09:46:53.122881 3375 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 == {57739685-177a-494b-addd-a8ba42520035}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:53.122901 3375 transact.go:43] Configuring OVN: [{Op:update Table:Address_Set Row:map[addresses:{GoSet:[]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {57739685-177a-494b-addd-a8ba42520035}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:53.123105 3375 master_controller.go:88] Starting Admin Policy Based Route Controller I0311 09:46:53.123118 3375 external_controller.go:277] Starting Admin Policy Based Route Controller I0311 09:46:53.123119 3375 egressservice_zone_endpointslice.go:81] Ignoring updating openshift-network-diagnostics/network-check-target for endpointslice openshift-network-diagnostics/network-check-target-5v6v8 as it is not a known egress service I0311 09:46:53.123133 3375 egressservice_zone_node.go:110] Processing sync for Egress Service node ip-10-0-0-247.ec2.internal I0311 09:46:53.123143 3375 egressservice_zone_node.go:113] Finished syncing Egress Service node ip-10-0-0-247.ec2.internal: 12.641µs I0311 09:46:53.123153 3375 egressservice_zone_node.go:110] Processing sync for Egress Service node ip-10-0-1-185.ec2.internal I0311 09:46:53.123158 3375 egressservice_zone_node.go:113] Finished syncing Egress Service node ip-10-0-1-185.ec2.internal: 5.351µs I0311 09:46:53.123166 3375 egressservice_zone_endpointslice.go:81] Ignoring updating openshift-cluster-version/cluster-version-operator for endpointslice openshift-cluster-version/cluster-version-operator-kljjt as it is not a known egress service I0311 09:46:53.123176 3375 egressservice_zone_endpointslice.go:81] Ignoring updating openshift-console-operator/metrics for endpointslice openshift-console-operator/metrics-w5dhb as it is not a known egress service I0311 09:46:53.123183 3375 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-gpj5z as it is not a known egress service I0311 09:46:53.123191 3375 egressservice_zone_endpointslice.go:81] Ignoring updating openshift-ingress/router-default for endpointslice openshift-ingress/router-default-dvnqg as it is not a known egress service I0311 09:46:53.123200 3375 egressservice_zone_endpointslice.go:81] Ignoring updating default/openshift-apiserver for endpointslice default/openshift-apiserver-hcqjc as it is not a known egress service I0311 09:46:53.123206 3375 egressservice_zone_endpointslice.go:81] Ignoring updating default/openshift-oauth-apiserver for endpointslice default/openshift-oauth-apiserver-ws9mt as it is not a known egress service I0311 09:46:53.123237 3375 egressservice_zone_node.go:110] Processing sync for Egress Service node ip-10-0-2-212.ec2.internal I0311 09:46:53.123246 3375 egressservice_zone_node.go:113] Finished syncing Egress Service node ip-10-0-2-212.ec2.internal: 9.747µs I0311 09:46:53.123256 3375 egressservice_zone_endpointslice.go:81] Ignoring updating default/packageserver for endpointslice default/packageserver-lhj9h as it is not a known egress service I0311 09:46:53.123265 3375 egressservice_zone_endpointslice.go:81] Ignoring updating openshift-machine-config-operator/machine-config-operator for endpointslice openshift-machine-config-operator/machine-config-operator-kzs8j as it is not a known egress service I0311 09:46:53.123275 3375 egressservice_zone_endpointslice.go:81] Ignoring updating openshift-service-ca-operator/metrics for endpointslice openshift-service-ca-operator/metrics-fzxgb as it is not a known egress service I0311 09:46:53.123282 3375 egressservice_zone_endpointslice.go:81] Ignoring updating openshift-apiserver-operator/metrics for endpointslice openshift-apiserver-operator/metrics-bhtd2 as it is not a known egress service I0311 09:46:53.123290 3375 egressservice_zone_endpointslice.go:81] Ignoring updating openshift-ingress/router-internal-default for endpointslice openshift-ingress/router-internal-default-v9fzt as it is not a known egress service I0311 09:46:53.123297 3375 egressservice_zone_endpointslice.go:81] Ignoring updating openshift-kube-controller-manager-operator/metrics for endpointslice openshift-kube-controller-manager-operator/metrics-ftskb as it is not a known egress service I0311 09:46:53.123304 3375 egressservice_zone_endpointslice.go:81] Ignoring updating openshift-config-operator/metrics for endpointslice openshift-config-operator/metrics-6kkd6 as it is not a known egress service I0311 09:46:53.123313 3375 egressservice_zone_endpointslice.go:81] Ignoring updating openshift-dns-operator/metrics for endpointslice openshift-dns-operator/metrics-l7sgl as it is not a known egress service I0311 09:46:53.123320 3375 egressservice_zone_endpointslice.go:81] Ignoring updating openshift-kube-storage-version-migrator-operator/metrics for endpointslice openshift-kube-storage-version-migrator-operator/metrics-tk56c as it is not a known egress service I0311 09:46:53.123326 3375 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-9swqr as it is not a known egress service I0311 09:46:53.123334 3375 egressservice_zone_endpointslice.go:81] Ignoring updating openshift-dns/dns-default for endpointslice openshift-dns/dns-default-pshpp as it is not a known egress service I0311 09:46:53.123341 3375 egressservice_zone_endpointslice.go:81] Ignoring updating openshift-apiserver/check-endpoints for endpointslice openshift-apiserver/check-endpoints-7qfkt as it is not a known egress service I0311 09:46:53.123348 3375 egressservice_zone_endpointslice.go:81] Ignoring updating openshift-cloud-credential-operator/cco-metrics for endpointslice openshift-cloud-credential-operator/cco-metrics-bnrdm as it is not a known egress service I0311 09:46:53.123355 3375 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-54bwj as it is not a known egress service I0311 09:46:53.123362 3375 egressservice_zone_endpointslice.go:81] Ignoring updating openshift-insights/metrics for endpointslice openshift-insights/metrics-78mv9 as it is not a known egress service I0311 09:46:53.123364 3375 default_network_controller.go:563] Completing all the Watchers took 302.787938ms I0311 09:46:53.123384 3375 default_network_controller.go:567] Starting unidling controllers I0311 09:46:53.123392 3375 unidle.go:46] Registering OVN SB ControllerEvent handler I0311 09:46:53.123401 3375 unidle.go:63] Populating Initial ContollerEvent events I0311 09:46:53.123401 3375 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-backplane-csm I0311 09:46:53.123414 3375 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-backplane-tam I0311 09:46:53.123421 3375 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-dns I0311 09:46:53.123370 3375 egressservice_zone_endpointslice.go:81] Ignoring updating openshift-network-console/networking-console-plugin for endpointslice openshift-network-console/networking-console-plugin-twcp9 as it is not a known egress service I0311 09:46:53.123427 3375 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-multus I0311 09:46:53.123416 3375 unidle.go:79] Setting up event handlers for services I0311 09:46:53.123433 3375 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-route-controller-manager I0311 09:46:53.123435 3375 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-lp6bq as it is not a known egress service I0311 09:46:53.123439 3375 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-backplane-cee I0311 09:46:53.123444 3375 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-authentication I0311 09:46:53.123444 3375 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-4mhwr as it is not a known egress service I0311 09:46:53.123450 3375 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-customer-monitoring I0311 09:46:53.123452 3375 egressservice_zone_endpointslice.go:81] Ignoring updating openshift-ingress-operator/metrics for endpointslice openshift-ingress-operator/metrics-tg6qs as it is not a known egress service I0311 09:46:53.123455 3375 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-monitoring I0311 09:46:53.123460 3375 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-operators I0311 09:46:53.123466 3375 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: kube-public I0311 09:46:53.123471 3375 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-package-operator I0311 09:46:53.123476 3375 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-network-diagnostics I0311 09:46:53.123481 3375 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift I0311 09:46:53.123486 3375 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-backplane-srep I0311 09:46:53.123491 3375 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-cluster-samples-operator I0311 09:46:53.123496 3375 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-ingress-canary I0311 09:46:53.123501 3375 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-operators-redhat I0311 09:46:53.123506 3375 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-service-ca-operator I0311 09:46:53.123511 3375 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: dedicated-admin I0311 09:46:53.123516 3375 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-backplane-cse I0311 09:46:53.123521 3375 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-cluster-node-tuning-operator I0311 09:46:53.123526 3375 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: default I0311 09:46:53.123532 3375 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-config-operator I0311 09:46:53.123537 3375 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-ingress-operator I0311 09:46:53.123542 3375 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-insights I0311 09:46:53.123547 3375 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-kube-controller-manager I0311 09:46:53.123552 3375 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-operator-lifecycle-manager I0311 09:46:53.123557 3375 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: open-cluster-management-agent-addon I0311 09:46:53.123422 3375 external_controller_pod.go:22] APB queuing policies: map[] for pod: openshift-multus/multus-84f2j I0311 09:46:53.123563 3375 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-cluster-storage-operator I0311 09:46:53.123568 3375 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-image-registry I0311 09:46:53.123573 3375 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-node I0311 09:46:53.123573 3375 external_controller_pod.go:22] APB queuing policies: map[] for pod: openshift-multus/multus-additional-cni-plugins-fzs8r I0311 09:46:53.123578 3375 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-backplane-managed-scripts I0311 09:46:53.123582 3375 external_controller_pod.go:22] APB queuing policies: map[] for pod: kube-system/kube-apiserver-proxy-ip-10-0-0-247.ec2.internal I0311 09:46:53.123584 3375 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-backplane-lpsre I0311 09:46:53.123589 3375 external_controller_pod.go:22] APB queuing policies: map[] for pod: openshift-dns/node-resolver-sw8lw I0311 09:46:53.123591 3375 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-ovn-kubernetes I0311 09:46:53.123595 3375 external_controller_pod.go:22] APB queuing policies: map[] for pod: openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-f4wzh I0311 09:46:53.123597 3375 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: open-cluster-management-2oveefiled799j1l8h60tce40faspn30 I0311 09:46:53.123602 3375 external_controller_pod.go:22] APB queuing policies: map[] for pod: openshift-multus/multus-bgr9f I0311 09:46:53.123603 3375 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-console-user-settings I0311 09:46:53.123608 3375 external_controller_pod.go:22] APB queuing policies: map[] for pod: kube-system/konnectivity-agent-s2qfr I0311 09:46:53.123609 3375 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-kube-controller-manager-operator I0311 09:46:53.123614 3375 external_controller_pod.go:22] APB queuing policies: map[] for pod: kube-system/kube-apiserver-proxy-ip-10-0-1-185.ec2.internal I0311 09:46:53.123615 3375 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-marketplace I0311 09:46:53.123621 3375 external_controller_pod.go:22] APB queuing policies: map[] for pod: openshift-multus/multus-nw64h I0311 09:46:53.123621 3375 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-network-console I0311 09:46:53.123628 3375 external_controller_pod.go:22] APB queuing policies: map[] for pod: openshift-cluster-node-tuning-operator/tuned-zlww8 I0311 09:46:53.123629 3375 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-backplane-mobb I0311 09:46:53.123634 3375 external_controller_pod.go:22] APB queuing policies: map[] for pod: openshift-image-registry/node-ca-f9npf I0311 09:46:53.123635 3375 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-must-gather-operator I0311 09:46:53.123640 3375 external_controller_pod.go:22] APB queuing policies: map[] for pod: kube-system/kube-apiserver-proxy-ip-10-0-2-212.ec2.internal I0311 09:46:53.123641 3375 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-kube-apiserver I0311 09:46:53.123645 3375 external_controller_pod.go:22] APB queuing policies: map[] for pod: openshift-dns/node-resolver-z5s2m I0311 09:46:53.123647 3375 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-backplane I0311 09:46:53.123650 3375 external_controller_pod.go:22] APB queuing policies: map[] for pod: openshift-image-registry/node-ca-8d6nn I0311 09:46:53.123653 3375 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-cluster-version I0311 09:46:53.123656 3375 external_controller_pod.go:22] APB queuing policies: map[] for pod: openshift-multus/multus-additional-cni-plugins-6j6j7 I0311 09:46:53.123658 3375 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-config I0311 09:46:53.123662 3375 external_controller_pod.go:22] APB queuing policies: map[] for pod: openshift-network-operator/iptables-alerter-gnmql I0311 09:46:53.123663 3375 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-console-operator I0311 09:46:53.123668 3375 external_controller_pod.go:22] APB queuing policies: map[] for pod: kube-system/konnectivity-agent-fnzgp I0311 09:46:53.123669 3375 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-controller-manager I0311 09:46:53.123673 3375 external_controller_pod.go:22] APB queuing policies: map[] for pod: kube-system/konnectivity-agent-vcs9j I0311 09:46:53.123675 3375 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-dns-operator I0311 09:46:53.123679 3375 external_controller_pod.go:22] APB queuing policies: map[] for pod: openshift-ovn-kubernetes/ovnkube-node-rxltp I0311 09:46:53.123681 3375 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-etcd I0311 09:46:53.123684 3375 external_controller_pod.go:22] APB queuing policies: map[] for pod: openshift-ovn-kubernetes/ovnkube-node-vwd78 I0311 09:46:53.123687 3375 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-apiserver I0311 09:46:53.123687 3375 external_controller_pod.go:22] APB queuing policies: map[] for pod: openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-2-212.ec2.internal I0311 09:46:53.123692 3375 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-network-operator I0311 09:46:53.123693 3375 external_controller_pod.go:22] APB queuing policies: map[] for pod: openshift-network-operator/iptables-alerter-wpdtf I0311 09:46:53.123697 3375 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-network-node-identity I0311 09:46:53.123698 3375 external_controller_pod.go:22] APB queuing policies: map[] for pod: openshift-cluster-node-tuning-operator/tuned-tn27q I0311 09:46:53.123703 3375 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-backplane-srep-ro I0311 09:46:53.123703 3375 external_controller_pod.go:22] APB queuing policies: map[] for pod: openshift-dns/node-resolver-wvb94 I0311 09:46:53.123709 3375 external_controller_pod.go:22] APB queuing policies: map[] for pod: openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-247.ec2.internal I0311 09:46:53.123709 3375 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-cloud-controller-manager I0311 09:46:53.123712 3375 external_controller_pod.go:22] APB queuing policies: map[] for pod: openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-185.ec2.internal I0311 09:46:53.123715 3375 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-cloud-network-config-controller I0311 09:46:53.123719 3375 external_controller_pod.go:22] APB queuing policies: map[] for pod: openshift-multus/multus-additional-cni-plugins-x25th I0311 09:46:53.123722 3375 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-deployment-validation-operator I0311 09:46:53.123725 3375 external_controller_pod.go:22] APB queuing policies: map[] for pod: openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-r9mx8 I0311 09:46:53.123728 3375 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-machine-api I0311 09:46:53.123731 3375 external_controller_pod.go:22] APB queuing policies: map[] for pod: openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-wkm74 I0311 09:46:53.123733 3375 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: kube-node-lease I0311 09:46:53.123737 3375 external_controller_pod.go:22] APB queuing policies: map[] for pod: openshift-image-registry/node-ca-v8mhb I0311 09:46:53.123739 3375 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-controller-manager-operator I0311 09:46:53.123743 3375 external_controller_pod.go:22] APB queuing policies: map[] for pod: openshift-network-operator/iptables-alerter-kz5wb I0311 09:46:53.123745 3375 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-host-network I0311 09:46:53.123747 3375 external_controller_pod.go:22] APB queuing policies: map[] for pod: openshift-cluster-node-tuning-operator/tuned-rlbz2 I0311 09:46:53.123750 3375 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-infra I0311 09:46:53.123750 3375 external_controller_pod.go:22] APB queuing policies: map[] for pod: openshift-ovn-kubernetes/ovnkube-node-z8dhz I0311 09:46:53.123756 3375 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-machine-config-operator I0311 09:46:53.123761 3375 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-user-workload-monitoring I0311 09:46:53.123766 3375 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-cluster-csi-drivers I0311 09:46:53.123771 3375 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-config-managed I0311 09:46:53.123776 3375 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-console I0311 09:46:53.123780 3375 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-logging I0311 09:46:53.123785 3375 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-cluster-machine-approver I0311 09:46:53.123790 3375 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-kube-storage-version-migrator-operator I0311 09:46:53.123796 3375 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-apiserver-operator I0311 09:46:53.123801 3375 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-authentication-operator I0311 09:46:53.123807 3375 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-backplane-mcs-tier-two I0311 09:46:53.123812 3375 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-cloud-credential-operator I0311 09:46:53.123817 3375 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-ingress I0311 09:46:53.123822 3375 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-kube-apiserver-operator I0311 09:46:53.123827 3375 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-kube-scheduler I0311 09:46:53.123832 3375 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: kube-system I0311 09:46:53.123837 3375 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-kube-scheduler-operator I0311 09:46:53.335063 3375 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-d1836fee30178c5cb37d5ce38bd13bace72a0442b1b5fa899d59cf83e622b90c.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2dcontainers_2dstorage_2doverlay_2dd1836fee30178c5cb37d5ce38bd13bace72a0442b1b5fa899d59cf83e622b90c_2emount"}, Sequence:0x5} I0311 09:46:53.335167 3375 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:0x6} I0311 09:46:53.335227 3375 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:0x7} I0311 09:46:53.335248 3375 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:0x8} I0311 09:46:53.335364 3375 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:0x9} I0311 09:46:53.335470 3375 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:0xa} I0311 09:46:53.335531 3375 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:0xb} I0311 09:46:53.335624 3375 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:0xc} I0311 09:46:53.335793 3375 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:0x64cbc81b437a3}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6a558b}, "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:0x64cbc81b3d569}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x69f351}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cbc81b3d543}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x69f32c}, "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:0x64cbc81b41db1}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6a3b99}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xaa, 0x5, 0x1, 0x5b, 0xbf, 0xf9, 0x4f, 0xb7, 0x8b, 0x26, 0x4a, 0x38, 0xf7, 0x66, 0x7f, 0x43}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cbc81b437a3}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6a558b}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"mounted"}}, []string{"Conditions", "Asserts"}}, Sequence:0xd} I0311 09:46:53.335853 3375 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:0x64cbc81608cdc}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x16aac4}, "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:0x64cbc81608cdc}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x16aac4}, "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:0x64cbc81608cdc}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x16aac4}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0xe} I0311 09:46:53.335913 3375 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:0xf} I0311 09:46:53.336032 3375 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:0x64cbc8162c928}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x18e710}, "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:0x64cbc8162c8c4}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x18e6ac}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cbc8162c8c3}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x18e6ab}, "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:0x64cbc8162c928}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x18e710}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x6, 0x21, 0x9a, 0xc6, 0xaf, 0x7f, 0x42, 0xef, 0xba, 0x6a, 0x16, 0x3b, 0x8, 0xc4, 0x22, 0xa5}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cbc81a57190}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x5b8f78}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x10} I0311 09:46:53.336093 3375 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-d1836fee30178c5cb37d5ce38bd13bace72a0442b1b5fa899d59cf83e622b90c-merged.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2dcontainers_2dstorage_2doverlay_2dd1836fee30178c5cb37d5ce38bd13bace72a0442b1b5fa899d59cf83e622b90c_2dmerged_2emount"}, Sequence:0x11} I0311 09:46:53.336111 3375 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:0x64cbc819e0ef4}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x542cdc}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0x12} I0311 09:46:53.336199 3375 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:0x64cbc81b3cbf7}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x69e9de}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cbc8187ee0c}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3e0bf3}, "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:0x64cbc81b3cbf1}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x69e9d9}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cbc81b3cbf0}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x69e9d8}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cbc8187ee0c}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3e0bf3}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cbc81b3cbf7}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x69e9de}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x3b, 0x29, 0x49, 0x8a, 0x10, 0x51, 0x48, 0x4c, 0xb0, 0xcc, 0x94, 0xf1, 0x6c, 0x30, 0x5e, 0xf7}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cbc81b3cbf7}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x69e9de}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0x13} I0311 09:46:53.336331 3375 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:0x64cbc81b70b8b}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6d2973}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cbc8187df7a}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3dfd62}, "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:0x64cbc81b70b81}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6d2968}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cbc81b70b7e}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6d2966}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cbc8187df7a}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3dfd62}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cbc81b70b8b}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6d2973}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x7a, 0x49, 0x4e, 0x41, 0x88, 0x53, 0x47, 0x3e, 0x9d, 0x67, 0xe9, 0xd1, 0x12, 0xe4, 0x7f, 0x62}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cbc81b70b8b}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6d2973}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0x14} I0311 09:46:53.336369 3375 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-d1836fee30178c5cb37d5ce38bd13bace72a0442b1b5fa899d59cf83e622b90c.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2dcontainers_2dstorage_2doverlay_2dd1836fee30178c5cb37d5ce38bd13bace72a0442b1b5fa899d59cf83e622b90c_2emount"}, Sequence:0x15} I0311 09:46:53.336439 3375 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:0x16} I0311 09:46:53.336554 3375 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:0x17} I0311 09:46:53.336567 3375 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:0x18} I0311 09:46:53.336575 3375 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:0x19} I0311 09:46:53.349709 3375 ovs.go:160] Exec(35): /usr/bin/ovs-appctl --timeout=15 -t /var/run/ovn/ovn-controller.2955.ctl connection-status I0311 09:46:53.354568 3375 ovs.go:163] Exec(35): stdout: "connected\n" I0311 09:46:53.354589 3375 ovs.go:164] Exec(35): stderr: "" I0311 09:46:53.354599 3375 default_node_network_controller.go:523] Node connection status = connected I0311 09:46:53.354610 3375 ovs.go:160] Exec(36): /usr/bin/ovs-vsctl --timeout=15 -- br-exists br-int I0311 09:46:53.361715 3375 ovs.go:163] Exec(36): stdout: "" I0311 09:46:53.361735 3375 ovs.go:164] Exec(36): stderr: "" I0311 09:46:53.361743 3375 ovs.go:160] Exec(37): /usr/bin/ovs-ofctl dump-aggregate br-int I0311 09:46:53.367163 3375 ovs.go:163] Exec(37): stdout: "NXST_AGGREGATE reply (xid=0x4): packet_count=0 byte_count=0 flow_count=20\n" I0311 09:46:53.367240 3375 ovs.go:164] Exec(37): stderr: "" I0311 09:46:53.367286 3375 ovs.go:160] Exec(38): /usr/bin/ovs-vsctl --timeout=15 --if-exists get interface patch-br-ex_ip-10-0-1-185.ec2.internal-to-br-int ofport I0311 09:46:53.373646 3375 ovs.go:163] Exec(38): stdout: "" I0311 09:46:53.373662 3375 ovs.go:164] Exec(38): stderr: "" I0311 09:46:53.390922 3375 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-02383a06f53d7f9da4e2d9800a8f7f93009e5b1c86bcba8e612697a31db474a5.scope", "/org/freedesktop/systemd1/unit/crio_2dconmon_2d02383a06f53d7f9da4e2d9800a8f7f93009e5b1c86bcba8e612697a31db474a5_2escope"}, Sequence:0x1a} I0311 09:46:53.390944 3375 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.JobNew", Body:[]interface {}{0x3cb, "/org/freedesktop/systemd1/job/971", "crio-conmon-02383a06f53d7f9da4e2d9800a8f7f93009e5b1c86bcba8e612697a31db474a5.scope"}, Sequence:0x1b} I0311 09:46:53.391142 3375 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/kubepods_2dburstable_2dpod4b2e6c23_5f238a_5f4ac1_5fbe9f_5f874ee94791ff_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:0x64cbc827cfccc}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x118c178}, "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:0x64cbc827cf985}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x118be31}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cbc827cf983}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x118be2f}, "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:0x64cbc827cfccc}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x118c178}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x71, 0xef, 0x7f, 0x42, 0x3c, 0x90, 0x4c, 0x3a, 0x8a, 0xab, 0xdc, 0x16, 0xbf, 0x81, 0xe3, 0x9a}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cbc827cfccc}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x118c178}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0x1c} I0311 09:46:53.391207 3375 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:0x9de}, "ExecMainStartTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cbc824aa841}, "ExecMainStartTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0xe66ced}, "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:0x9de}, "NRestarts":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0x0}, "ReloadResult":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}, "Result":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}, "StatusErrno":dbus.Variant{sig:dbus.Signature{str:"i"}, value:0}, "StatusText":dbus.Variant{sig:dbus.Signature{str:"s"}, value:""}, "UID":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0xffffffff}}, []string{"ExecCondition", "ExecConditionEx", "ExecStartPre", "ExecStartPreEx", "ExecStart", "ExecStartEx", "ExecStartPost", "ExecStartPostEx", "ExecReload", "ExecReloadEx", "ExecStop", "ExecStopEx", "ExecStopPost", "ExecStopPostEx"}}, Sequence:0x1d} I0311 09:46:53.391351 3375 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:0x64cbc8255955e}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0xf15a0a}, "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:0x64cbc824a670b}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0xe62bb7}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cbc824a6709}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0xe62bb6}, "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:0x64cbc824aa90d}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0xe66dba}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x0, 0xab, 0xd8, 0x5b, 0xef, 0x31, 0x4d, 0x59, 0x96, 0x62, 0x3f, 0x4, 0x98, 0x67, 0x6d, 0x5}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cbc8255955e}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0xf15a0a}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x1e} I0311 09:46:53.401495 3375 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2d02383a06f53d7f9da4e2d9800a8f7f93009e5b1c86bcba8e612697a31db474a5_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} I0311 09:46:53.401555 3375 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2d02383a06f53d7f9da4e2d9800a8f7f93009e5b1c86bcba8e612697a31db474a5_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:0x64cbc840ed4c7}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2aa9973}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cbc840ed4c5}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2aa9971}, "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{0x29, 0xc6, 0x4e, 0xd9, 0x27, 0xf8, 0x4b, 0x83, 0x8c, 0xee, 0x46, 0xd1, 0x15, 0xf, 0xc, 0xa}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x3cb, "/org/freedesktop/systemd1/job/971"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0x20} I0311 09:46:53.401652 3375 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2d02383a06f53d7f9da4e2d9800a8f7f93009e5b1c86bcba8e612697a31db474a5_2escope", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Scope", map[string]dbus.Variant{"Controller":dbus.Variant{sig:dbus.Signature{str:"s"}, value:""}, "Result":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}}, []string{}}, Sequence:0x21} I0311 09:46:53.401827 3375 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2d02383a06f53d7f9da4e2d9800a8f7f93009e5b1c86bcba8e612697a31db474a5_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:0x64cbc840efd23}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2aac1cf}, "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:0x64cbc840ed4c7}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2aa9973}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cbc840ed4c5}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2aa9971}, "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:0x64cbc840efd23}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2aac1cf}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x29, 0xc6, 0x4e, 0xd9, 0x27, 0xf8, 0x4b, 0x83, 0x8c, 0xee, 0x46, 0xd1, 0x15, 0xf, 0xc, 0xa}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x3cb, "/org/freedesktop/systemd1/job/971"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cbc840efd23}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2aac1cf}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x22} I0311 09:46:53.401888 3375 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.JobRemoved", Body:[]interface {}{0x3cb, "/org/freedesktop/systemd1/job/971", "crio-conmon-02383a06f53d7f9da4e2d9800a8f7f93009e5b1c86bcba8e612697a31db474a5.scope", "done"}, Sequence:0x23} I0311 09:46:53.401898 3375 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2d02383a06f53d7f9da4e2d9800a8f7f93009e5b1c86bcba8e612697a31db474a5_2escope", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Scope", map[string]dbus.Variant{"Controller":dbus.Variant{sig:dbus.Signature{str:"s"}, value:""}, "Result":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}}, []string{}}, Sequence:0x24} I0311 09:46:53.402006 3375 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2d02383a06f53d7f9da4e2d9800a8f7f93009e5b1c86bcba8e612697a31db474a5_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:0x64cbc840efd23}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2aac1cf}, "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:0x64cbc840ed4c7}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2aa9973}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cbc840ed4c5}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2aa9971}, "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:0x64cbc840efd23}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2aac1cf}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x29, 0xc6, 0x4e, 0xd9, 0x27, 0xf8, 0x4b, 0x83, 0x8c, 0xee, 0x46, 0xd1, 0x15, 0xf, 0xc, 0xa}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cbc840efd23}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2aac1cf}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x25} I0311 09:46:53.406421 3375 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-02383a06f53d7f9da4e2d9800a8f7f93009e5b1c86bcba8e612697a31db474a5.scope", "/org/freedesktop/systemd1/unit/crio_2d02383a06f53d7f9da4e2d9800a8f7f93009e5b1c86bcba8e612697a31db474a5_2escope"}, Sequence:0x26} I0311 09:46:53.406441 3375 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.JobNew", Body:[]interface {}{0x3d1, "/org/freedesktop/systemd1/job/977", "crio-02383a06f53d7f9da4e2d9800a8f7f93009e5b1c86bcba8e612697a31db474a5.scope"}, Sequence:0x27} I0311 09:46:53.406530 3375 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:0x64cbc819e4d0f}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x546af7}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0x28} I0311 09:46:53.406612 3375 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:0x9de}, "ExecMainStartTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cbc824aa841}, "ExecMainStartTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0xe66ced}, "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:0x9de}, "NRestarts":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0x0}, "ReloadResult":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}, "Result":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}, "StatusErrno":dbus.Variant{sig:dbus.Signature{str:"i"}, value:0}, "StatusText":dbus.Variant{sig:dbus.Signature{str:"s"}, value:""}, "UID":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0xffffffff}}, []string{"ExecCondition", "ExecConditionEx", "ExecStartPre", "ExecStartPreEx", "ExecStart", "ExecStartEx", "ExecStartPost", "ExecStartPostEx", "ExecReload", "ExecReloadEx", "ExecStop", "ExecStopEx", "ExecStopPost", "ExecStopPostEx"}}, Sequence:0x29} I0311 09:46:53.406767 3375 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:0x64cbc8255955e}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0xf15a0a}, "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:0x64cbc824a670b}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0xe62bb7}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cbc824a6709}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0xe62bb6}, "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:0x64cbc824aa90d}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0xe66dba}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x0, 0xab, 0xd8, 0x5b, 0xef, 0x31, 0x4d, 0x59, 0x96, 0x62, 0x3f, 0x4, 0x98, 0x67, 0x6d, 0x5}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cbc8255955e}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0xf15a0a}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x2a} I0311 09:46:53.406836 3375 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/kubepods_2dburstable_2dpod4b2e6c23_5f238a_5f4ac1_5fbe9f_5f874ee94791ff_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:0x64cbc827cfccc}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x118c178}, "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:0x64cbc827cf985}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x118be31}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cbc827cf983}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x118be2f}, "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:0x64cbc827cfccc}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x118c178}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x71, 0xef, 0x7f, 0x42, 0x3c, 0x90, 0x4c, 0x3a, 0x8a, 0xab, 0xdc, 0x16, 0xbf, 0x81, 0xe3, 0x9a}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cbc827cfccc}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x118c178}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0x2b} I0311 09:46:53.408044 3375 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2d02383a06f53d7f9da4e2d9800a8f7f93009e5b1c86bcba8e612697a31db474a5_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} I0311 09:46:53.408187 3375 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2d02383a06f53d7f9da4e2d9800a8f7f93009e5b1c86bcba8e612697a31db474a5_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:0x64cbc840f113e}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2aad5ea}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cbc840f113c}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2aad5e8}, "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{0x95, 0x84, 0xae, 0x7c, 0x45, 0x2b, 0x45, 0xdd, 0x89, 0xf4, 0xef, 0x36, 0xb9, 0x2f, 0x84, 0x63}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x3d1, "/org/freedesktop/systemd1/job/977"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0x2d} I0311 09:46:53.408289 3375 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2d02383a06f53d7f9da4e2d9800a8f7f93009e5b1c86bcba8e612697a31db474a5_2escope", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Scope", map[string]dbus.Variant{"Controller":dbus.Variant{sig:dbus.Signature{str:"s"}, value:""}, "Result":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}}, []string{}}, Sequence:0x2e} I0311 09:46:53.408390 3375 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2d02383a06f53d7f9da4e2d9800a8f7f93009e5b1c86bcba8e612697a31db474a5_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:0x64cbc840f169b}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2aadb47}, "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:0x64cbc840f113e}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2aad5ea}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cbc840f113c}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2aad5e8}, "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:0x64cbc840f169b}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2aadb47}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x95, 0x84, 0xae, 0x7c, 0x45, 0x2b, 0x45, 0xdd, 0x89, 0xf4, 0xef, 0x36, 0xb9, 0x2f, 0x84, 0x63}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x3d1, "/org/freedesktop/systemd1/job/977"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cbc840f169b}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2aadb47}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x2f} I0311 09:46:53.408531 3375 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.JobRemoved", Body:[]interface {}{0x3d1, "/org/freedesktop/systemd1/job/977", "crio-02383a06f53d7f9da4e2d9800a8f7f93009e5b1c86bcba8e612697a31db474a5.scope", "done"}, Sequence:0x30} I0311 09:46:53.408562 3375 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2d02383a06f53d7f9da4e2d9800a8f7f93009e5b1c86bcba8e612697a31db474a5_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} I0311 09:46:53.408706 3375 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2d02383a06f53d7f9da4e2d9800a8f7f93009e5b1c86bcba8e612697a31db474a5_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:0x64cbc840f169b}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2aadb47}, "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:0x64cbc840f113e}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2aad5ea}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cbc840f113c}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2aad5e8}, "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:0x64cbc840f169b}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2aadb47}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x95, 0x84, 0xae, 0x7c, 0x45, 0x2b, 0x45, 0xdd, 0x89, 0xf4, 0xef, 0x36, 0xb9, 0x2f, 0x84, 0x63}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cbc840f169b}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2aadb47}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x32} I0311 09:46:53.437093 3375 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2d02383a06f53d7f9da4e2d9800a8f7f93009e5b1c86bcba8e612697a31db474a5_2escope", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Scope", map[string]dbus.Variant{"Controller":dbus.Variant{sig:dbus.Signature{str:"s"}, value:""}, "Result":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}}, []string{}}, Sequence:0x33} I0311 09:46:53.437120 3375 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2d02383a06f53d7f9da4e2d9800a8f7f93009e5b1c86bcba8e612697a31db474a5_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:0x64cbc840f169b}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2aadb47}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cbc840f8704}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2ab4bb0}, "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:0x64cbc840f113e}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2aad5ea}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cbc840f113c}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2aad5e8}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cbc840f8704}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2ab4bb0}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cbc840f169b}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2aadb47}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x95, 0x84, 0xae, 0x7c, 0x45, 0x2b, 0x45, 0xdd, 0x89, 0xf4, 0xef, 0x36, 0xb9, 0x2f, 0x84, 0x63}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cbc840f8704}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2ab4bb0}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0x34} I0311 09:46:53.437171 3375 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-02383a06f53d7f9da4e2d9800a8f7f93009e5b1c86bcba8e612697a31db474a5.scope", "/org/freedesktop/systemd1/unit/crio_2d02383a06f53d7f9da4e2d9800a8f7f93009e5b1c86bcba8e612697a31db474a5_2escope"}, Sequence:0x35} I0311 09:46:53.439834 3375 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2d02383a06f53d7f9da4e2d9800a8f7f93009e5b1c86bcba8e612697a31db474a5_2escope", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Scope", map[string]dbus.Variant{"Controller":dbus.Variant{sig:dbus.Signature{str:"s"}, value:""}, "Result":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}}, []string{}}, Sequence:0x36} I0311 09:46:53.439863 3375 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2d02383a06f53d7f9da4e2d9800a8f7f93009e5b1c86bcba8e612697a31db474a5_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:0x64cbc840efd23}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2aac1cf}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cbc840f91b3}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2ab565f}, "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:0x64cbc840ed4c7}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2aa9973}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cbc840ed4c5}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2aa9971}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cbc840f91b3}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2ab565f}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cbc840efd23}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2aac1cf}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x29, 0xc6, 0x4e, 0xd9, 0x27, 0xf8, 0x4b, 0x83, 0x8c, 0xee, 0x46, 0xd1, 0x15, 0xf, 0xc, 0xa}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cbc840f91b3}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2ab565f}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0x37} I0311 09:46:53.439941 3375 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-02383a06f53d7f9da4e2d9800a8f7f93009e5b1c86bcba8e612697a31db474a5.scope", "/org/freedesktop/systemd1/unit/crio_2dconmon_2d02383a06f53d7f9da4e2d9800a8f7f93009e5b1c86bcba8e612697a31db474a5_2escope"}, Sequence:0x38} I0311 09:46:53.849583 3375 ovs.go:160] Exec(39): /usr/bin/ovs-appctl --timeout=15 -t /var/run/ovn/ovn-controller.2955.ctl connection-status I0311 09:46:53.853580 3375 ovs.go:163] Exec(39): stdout: "connected\n" I0311 09:46:53.853593 3375 ovs.go:164] Exec(39): stderr: "" I0311 09:46:53.853600 3375 default_node_network_controller.go:523] Node connection status = connected I0311 09:46:53.853607 3375 ovs.go:160] Exec(40): /usr/bin/ovs-vsctl --timeout=15 -- br-exists br-int I0311 09:46:53.858761 3375 ovs.go:163] Exec(40): stdout: "" I0311 09:46:53.858776 3375 ovs.go:164] Exec(40): stderr: "" I0311 09:46:53.858785 3375 ovs.go:160] Exec(41): /usr/bin/ovs-ofctl dump-aggregate br-int I0311 09:46:53.863065 3375 ovs.go:163] Exec(41): stdout: "NXST_AGGREGATE reply (xid=0x4): packet_count=0 byte_count=0 flow_count=20\n" I0311 09:46:53.863082 3375 ovs.go:164] Exec(41): stderr: "" I0311 09:46:53.863097 3375 ovs.go:160] Exec(42): /usr/bin/ovs-vsctl --timeout=15 --if-exists get interface patch-br-ex_ip-10-0-1-185.ec2.internal-to-br-int ofport I0311 09:46:53.867716 3375 ovs.go:163] Exec(42): stdout: "" I0311 09:46:53.867728 3375 ovs.go:164] Exec(42): stderr: "" I0311 09:46:54.258358 3375 obj_retry.go:565] Update event received for resource *v1.Pod, old object is equal to new: false I0311 09:46:54.258455 3375 default_network_controller.go:676] Recording update event on pod openshift-multus/multus-additional-cni-plugins-6j6j7 I0311 09:46:54.258478 3375 obj_retry.go:617] Update event received for *v1.Pod openshift-multus/multus-additional-cni-plugins-6j6j7 I0311 09:46:54.258511 3375 ovn.go:139] Ensuring zone remote for Pod openshift-multus/multus-additional-cni-plugins-6j6j7 in node ip-10-0-2-212.ec2.internal I0311 09:46:54.258522 3375 default_network_controller.go:705] Recording success event on pod openshift-multus/multus-additional-cni-plugins-6j6j7 I0311 09:46:54.258534 3375 obj_retry.go:565] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0311 09:46:54.258547 3375 obj_retry.go:617] Update event received for *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-6j6j7 I0311 09:46:54.293413 3375 admin_network_policy_controller.go:534] Updating Pod in Admin Network Policy controller openshift-ovn-kubernetes/ovnkube-node-z8dhz: podLabels app=ovnkube-node,component=network,controller-revision-hash=bb56c46f9,kubernetes.io/os=linux,openshift.io/component=network,ovn-db-pod=true,pod-template-generation=2,type=infra, podIPs: [10.0.2.212], PodStatus: true, PodCompleted?: false I0311 09:46:54.293579 3375 admin_network_policy_pod.go:57] Processing sync for Pod openshift-ovn-kubernetes/ovnkube-node-z8dhz in Admin Network Policy controller I0311 09:46:54.293461 3375 obj_retry.go:565] Update event received for resource *v1.Pod, old object is equal to new: false I0311 09:46:54.293603 3375 admin_network_policy_pod.go:60] Finished syncing Pod openshift-ovn-kubernetes/ovnkube-node-z8dhz Admin Network Policy controller: took 27.315µs I0311 09:46:54.293606 3375 default_network_controller.go:676] Recording update event on pod openshift-ovn-kubernetes/ovnkube-node-z8dhz I0311 09:46:54.293622 3375 obj_retry.go:617] Update event received for *v1.Pod openshift-ovn-kubernetes/ovnkube-node-z8dhz I0311 09:46:54.293649 3375 ovn.go:139] Ensuring zone remote for Pod openshift-ovn-kubernetes/ovnkube-node-z8dhz in node ip-10-0-2-212.ec2.internal I0311 09:46:54.293659 3375 default_network_controller.go:705] Recording success event on pod openshift-ovn-kubernetes/ovnkube-node-z8dhz I0311 09:46:54.293667 3375 obj_retry.go:565] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0311 09:46:54.293679 3375 obj_retry.go:617] Update event received for *factory.egressIPPod openshift-ovn-kubernetes/ovnkube-node-z8dhz I0311 09:46:54.302781 3375 obj_retry.go:565] Update event received for resource *v1.Pod, old object is equal to new: false I0311 09:46:54.302854 3375 default_network_controller.go:676] Recording update event on pod openshift-multus/multus-additional-cni-plugins-fzs8r I0311 09:46:54.302874 3375 obj_retry.go:617] Update event received for *v1.Pod openshift-multus/multus-additional-cni-plugins-fzs8r I0311 09:46:54.302906 3375 ovn.go:135] Ensuring zone local for Pod openshift-multus/multus-additional-cni-plugins-fzs8r in node ip-10-0-1-185.ec2.internal I0311 09:46:54.302919 3375 default_network_controller.go:705] Recording success event on pod openshift-multus/multus-additional-cni-plugins-fzs8r I0311 09:46:54.302929 3375 obj_retry.go:565] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0311 09:46:54.302939 3375 obj_retry.go:617] Update event received for *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-fzs8r I0311 09:46:54.349557 3375 ovs.go:160] Exec(43): /usr/bin/ovs-appctl --timeout=15 -t /var/run/ovn/ovn-controller.2955.ctl connection-status I0311 09:46:54.353706 3375 ovs.go:163] Exec(43): stdout: "connected\n" I0311 09:46:54.353721 3375 ovs.go:164] Exec(43): stderr: "" I0311 09:46:54.353733 3375 default_node_network_controller.go:523] Node connection status = connected I0311 09:46:54.353747 3375 ovs.go:160] Exec(44): /usr/bin/ovs-vsctl --timeout=15 -- br-exists br-int I0311 09:46:54.358868 3375 ovs.go:163] Exec(44): stdout: "" I0311 09:46:54.358880 3375 ovs.go:164] Exec(44): stderr: "" I0311 09:46:54.358887 3375 ovs.go:160] Exec(45): /usr/bin/ovs-ofctl dump-aggregate br-int I0311 09:46:54.379874 3375 ovs.go:163] Exec(45): stdout: "NXST_AGGREGATE reply (xid=0x4): packet_count=1 byte_count=46 flow_count=20\n" I0311 09:46:54.379889 3375 ovs.go:164] Exec(45): stderr: "" I0311 09:46:54.379902 3375 ovs.go:160] Exec(46): /usr/bin/ovs-vsctl --timeout=15 --if-exists get interface patch-br-ex_ip-10-0-1-185.ec2.internal-to-br-int ofport I0311 09:46:54.384802 3375 ovs.go:163] Exec(46): stdout: "2\n" I0311 09:46:54.384816 3375 ovs.go:164] Exec(46): stderr: "" I0311 09:46:54.384825 3375 gateway.go:459] Gateway is ready I0311 09:46:54.384836 3375 gateway_shared_intf.go:2467] Creating Gateway Openflow Manager I0311 09:46:54.384851 3375 ovs.go:160] Exec(47): /usr/bin/ovs-vsctl --timeout=15 get Interface patch-br-ex_ip-10-0-1-185.ec2.internal-to-br-int ofport I0311 09:46:54.389438 3375 ovs.go:163] Exec(47): stdout: "2\n" I0311 09:46:54.389451 3375 ovs.go:164] Exec(47): stderr: "" I0311 09:46:54.389461 3375 ovs.go:160] Exec(48): /usr/bin/ovs-vsctl --timeout=15 get interface ens5 ofport I0311 09:46:54.394133 3375 ovs.go:163] Exec(48): stdout: "1\n" I0311 09:46:54.394151 3375 ovs.go:164] Exec(48): stderr: "" I0311 09:46:54.394825 3375 node_ip_handler_linux.go:493] Skipping non-useable IP address for host: 127.0.0.1/8 lo I0311 09:46:54.394998 3375 node_ip_handler_linux.go:262] Node primary address changed to 10.0.1.185. Updating OVN encap IP. I0311 09:46:54.395016 3375 ovs.go:160] Exec(49): /usr/bin/ovs-vsctl --timeout=15 get Open_vSwitch . external_ids:ovn-encap-ip I0311 09:46:54.399638 3375 ovs.go:163] Exec(49): stdout: "\"10.0.1.185\"\n" I0311 09:46:54.399651 3375 ovs.go:164] Exec(49): stderr: "" I0311 09:46:54.399658 3375 node_ip_handler_linux.go:560] Will not update encap IP 10.0.1.185 - it is already configured I0311 09:46:54.399666 3375 node_ip_handler_linux.go:503] Node address changed to map[10.0.1.185/24:{} 172.20.0.1/32:{}]. Updating annotations. I0311 09:46:54.399871 3375 kube.go:133] Setting annotations map[k8s.ovn.org/host-cidrs:["10.0.1.185/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-185.ec2.internal","mac-address":"0a:ff:fe:0a:20:c1","ip-addresses":["10.0.1.185/24"],"ip-address":"10.0.1.185/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:d2f5be63-fe1e-4642-b758-28d8768f217a k8s.ovn.org/node-primary-ifaddr:{"ipv4":"10.0.1.185/24"}] on node ip-10-0-1-185.ec2.internal I0311 09:46:54.415670 3375 node_tracker.go:211] Processing possible switch / router updates for node ip-10-0-1-185.ec2.internal in network "default" I0311 09:46:54.415735 3375 egressservice_zone_node.go:110] Processing sync for Egress Service node ip-10-0-1-185.ec2.internal I0311 09:46:54.415800 3375 egressservice_zone_node.go:113] Finished syncing Egress Service node ip-10-0-1-185.ec2.internal: 64.982µs I0311 09:46:54.415738 3375 obj_retry.go:565] Update event received for resource *v1.Node, old object is equal to new: false I0311 09:46:54.415831 3375 obj_retry.go:617] Update event received for *v1.Node ip-10-0-1-185.ec2.internal I0311 09:46:54.415886 3375 master.go:531] Adding or Updating local node "ip-10-0-1-185.ec2.internal" for network "default" I0311 09:46:54.415782 3375 node_tracker.go:172] Node ip-10-0-1-185.ec2.internal switch + router changed, syncing services in network "default" I0311 09:46:54.415938 3375 services_controller.go:575] Full service sync requested for network=default I0311 09:46:54.415973 3375 services_controller.go:640] Adding service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0311 09:46:54.415986 3375 services_controller.go:640] Adding service openshift-dns/dns-default for network=default I0311 09:46:54.415995 3375 services_controller.go:640] Adding service openshift-ingress/router-internal-default for network=default I0311 09:46:54.415684 3375 admin_network_policy_controller.go:583] Updating Node in Admin Network Policy controller ip-10-0-1-185.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-3a2a0e7f61-workers-1,kubernetes.io/arch=amd64,kubernetes.io/hostname=ip-10-0-1-185.ec2.internal,kubernetes.io/os=linux,node-role.kubernetes.io/worker=,node.kubernetes.io/instance-type=m5.2xlarge,node.openshift.io/os_id=rhel,topology.ebs.csi.aws.com/zone=us-east-1d,topology.k8s.aws/zone-id=use1-az4,topology.kubernetes.io/region=us-east-1,topology.kubernetes.io/zone=us-east-1d, isHostCIDRsAltered?: true I0311 09:46:54.416003 3375 services_controller.go:640] Adding service openshift-monitoring/cluster-monitoring-operator for network=default I0311 09:46:54.416010 3375 services_controller.go:640] Adding service openshift-network-console/networking-console-plugin for network=default I0311 09:46:54.416019 3375 services_controller.go:640] Adding service default/packageserver for network=default I0311 09:46:54.416022 3375 admin_network_policy_node.go:55] Processing sync for Node ip-10-0-1-185.ec2.internal in Admin Network Policy controller I0311 09:46:54.416035 3375 services_controller.go:382] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0311 09:46:54.416036 3375 admin_network_policy_node.go:58] Finished syncing Node ip-10-0-1-185.ec2.internal Admin Network Policy controller: took 22.813µs I0311 09:46:54.416026 3375 services_controller.go:640] Adding service openshift-authentication-operator/metrics for network=default I0311 09:46:54.416069 3375 services_controller.go:640] Adding service openshift-ingress-operator/metrics for network=default I0311 09:46:54.416085 3375 services_controller.go:640] Adding service openshift-kube-controller-manager-operator/metrics for network=default I0311 09:46:54.416096 3375 services_controller.go:640] Adding service openshift-machine-config-operator/machine-config-controller for network=default I0311 09:46:54.416106 3375 services_controller.go:640] Adding service openshift-service-ca-operator/metrics for network=default I0311 09:46:54.416116 3375 services_controller.go:640] Adding service default/openshift for network=default I0311 09:46:54.416125 3375 services_controller.go:640] Adding service default/openshift-oauth-apiserver for network=default I0311 09:46:54.416134 3375 services_controller.go:640] Adding service openshift-network-diagnostics/network-check-source for network=default I0311 09:46:54.416047 3375 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 e4723c53-6b53-42b8-a2ea-822e693f4c79 6447 0 2026-03-11 09:40:37 +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.144.253,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.144.253],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:54.416145 3375 services_controller.go:382] Processing sync for service openshift-dns/dns-default for network=default I0311 09:46:54.416200 3375 lb_config.go:1030] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default are: map[] I0311 09:46:54.416250 3375 services_controller.go:640] Adding service openshift-apiserver-operator/metrics for network=default I0311 09:46:54.416261 3375 gateway_shared_intf.go:2754] Setting OVN Masquerade route with source: 10.0.1.185 I0311 09:46:54.416268 3375 services_controller.go:640] Adding service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0311 09:46:54.416169 3375 model_client.go:383] Update operations generated as: [{Op:update Table:Logical_Router Row:map[copp:{GoSet:[{GoUUID:0764de48-bfec-4f91-9d7a-0db47a862ece}]} external_ids:{GoMap:map[physical_ip:10.0.1.185 physical_ips:10.0.1.185]} load_balancer_group:{GoSet:[{GoUUID:32ba946d-a489-4cb9-932e-8d5bd7be5ccc} {GoUUID:8cd98ff4-d379-4881-8e30-d95392655e9b}]} options:{GoMap:map[always_learn_from_arp_request:false chassis:d2f5be63-fe1e-4642-b758-28d8768f217a 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 == {de72eca9-7088-4094-85bb-82e1e44661c5}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:54.416275 3375 services_controller.go:640] Adding service openshift-image-registry/image-registry for network=default I0311 09:46:54.416267 3375 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.144.253"}, protocol:"TCP", inport:8383, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 09:46:54.416288 3375 services_controller.go:470] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 09:46:54.416296 3375 services_controller.go:471] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:54.416281 3375 services_controller.go:640] Adding service openshift-ingress-canary/ingress-canary for network=default I0311 09:46:54.416309 3375 services_controller.go:640] Adding service openshift-insights/metrics for network=default I0311 09:46:54.416282 3375 transact.go:43] Configuring OVN: [{Op:update Table:Logical_Router Row:map[copp:{GoSet:[{GoUUID:0764de48-bfec-4f91-9d7a-0db47a862ece}]} external_ids:{GoMap:map[physical_ip:10.0.1.185 physical_ips:10.0.1.185]} load_balancer_group:{GoSet:[{GoUUID:32ba946d-a489-4cb9-932e-8d5bd7be5ccc} {GoUUID:8cd98ff4-d379-4881-8e30-d95392655e9b}]} options:{GoMap:map[always_learn_from_arp_request:false chassis:d2f5be63-fe1e-4642-b758-28d8768f217a 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 == {de72eca9-7088-4094-85bb-82e1e44661c5}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:54.416316 3375 services_controller.go:640] Adding service openshift-multus/network-metrics-service for network=default I0311 09:46:54.416329 3375 services_controller.go:640] Adding service openshift-network-operator/metrics for network=default I0311 09:46:54.416318 3375 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.144.253", Port:8383, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:54.416394 3375 services_controller.go:478] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics per-node LB for network=default: []services.LB{} I0311 09:46:54.416436 3375 services_controller.go:479] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics template LB for network=default: []services.LB{} I0311 09:46:54.416450 3375 services_controller.go:480] Service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0311 09:46:54.416479 3375 services_controller.go:497] Skipping no-op change for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0311 09:46:54.416490 3375 services_controller.go:386] Finished syncing service deployment-validation-operator-metrics on namespace openshift-deployment-validation-operator for network=default : 456.017µs I0311 09:46:54.416504 3375 services_controller.go:382] Processing sync for service default/packageserver for network=default I0311 09:46:54.416492 3375 route_manager.go:161] Route Manager: added route {Ifindex: 5 Dst: 169.254.0.1/32 Src: 10.0.1.185 Gw: Flags: [] Table: 254 Realm: 0} I0311 09:46:54.416351 3375 services_controller.go:640] Adding service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0311 09:46:54.416543 3375 services_controller.go:640] Adding service openshift-cluster-version/cluster-version-operator for network=default I0311 09:46:54.416553 3375 services_controller.go:640] Adding service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0311 09:46:54.416561 3375 services_controller.go:640] Adding service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0311 09:46:54.416156 3375 services_controller.go:460] Service openshift-dns/dns-default retrieved from lister for network=default: &Service{ObjectMeta:{dns-default openshift-dns d25ae9fa-10e7-4a92-b650-de4b33242d19 1460 0 2026-03-11 09:37:25 +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 d28fc5d2-92b7-4f00-830c-eab378d0aea5 0xc00754d377 }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:dns,Protocol:UDP,Port:53,TargetPort:{1 0 dns},NodePort:0,AppProtocol:nil,},ServicePort{Name:dns-tcp,Protocol:TCP,Port:53,TargetPort:{1 0 dns-tcp},NodePort:0,AppProtocol:nil,},ServicePort{Name:metrics,Protocol:TCP,Port:9154,TargetPort:{1 0 metrics},NodePort:0,AppProtocol:nil,},},Selector:map[string]string{dns.operator.openshift.io/daemonset-dns: default,},ClusterIP:172.30.0.10,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.0.10],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:54.416569 3375 services_controller.go:640] Adding service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0311 09:46:54.416513 3375 services_controller.go:460] Service default/packageserver retrieved from lister for network=default: &Service{ObjectMeta:{packageserver default 96bb2353-8980-44bf-9430-5decb23ac353 2467 0 2026-03-11 09:37:30 +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.185,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.223.185],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:54.416579 3375 services_controller.go:640] Adding service openshift-console-operator/metrics for network=default I0311 09:46:54.416586 3375 services_controller.go:640] Adding service openshift-machine-config-operator/machine-config-daemon for network=default I0311 09:46:54.416593 3375 services_controller.go:640] Adding service openshift-apiserver/check-endpoints for network=default I0311 09:46:54.416598 3375 lb_config.go:1030] Cluster endpoints for openshift-dns/dns-default for network=default are: map[] I0311 09:46:54.416601 3375 services_controller.go:640] Adding service openshift-cloud-credential-operator/cco-metrics for network=default I0311 09:46:54.416601 3375 lb_config.go:1030] Cluster endpoints for default/packageserver for network=default are: map[TCP/https:{443 [172.30.48.187] []}] I0311 09:46:54.416611 3375 services_controller.go:640] Adding service openshift-dns-operator/metrics for network=default I0311 09:46:54.416615 3375 services_controller.go:469] Built service openshift-dns/dns-default LB cluster-wide configs for network=default: []services.lbConfig(nil) I0311 09:46:54.416617 3375 services_controller.go:469] Built service default/packageserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0311 09:46:54.416617 3375 services_controller.go:640] Adding service openshift-ingress/router-default for network=default I0311 09:46:54.416628 3375 services_controller.go:640] Adding service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0311 09:46:54.416635 3375 services_controller.go:640] Adding service openshift-config-operator/metrics for network=default I0311 09:46:54.416628 3375 services_controller.go:470] Built service default/packageserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.223.185"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.48.187"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 09:46:54.416642 3375 services_controller.go:640] Adding service openshift-kube-storage-version-migrator-operator/metrics for network=default I0311 09:46:54.416646 3375 services_controller.go:471] Built service default/packageserver LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:54.416649 3375 services_controller.go:640] Adding service openshift-machine-config-operator/machine-config-operator for network=default I0311 09:46:54.416203 3375 services_controller.go:382] Processing sync for service openshift-ingress/router-internal-default for network=default I0311 09:46:54.416659 3375 services_controller.go:640] Adding service openshift-network-diagnostics/network-check-target for network=default I0311 09:46:54.416666 3375 services_controller.go:640] Adding service default/kubernetes for network=default I0311 09:46:54.416670 3375 services_controller.go:477] Built service default/packageserver cluster-wide LB for network=default: []services.LB{} I0311 09:46:54.416673 3375 services_controller.go:640] Adding service openshift-cluster-machine-approver/machine-approver for network=default I0311 09:46:54.416681 3375 services_controller.go:640] Adding service default/openshift-apiserver for network=default I0311 09:46:54.416688 3375 services_controller.go:640] Adding service openshift-cluster-samples-operator/metrics for network=default I0311 09:46:54.416233 3375 services_controller.go:382] Processing sync for service openshift-monitoring/cluster-monitoring-operator for network=default I0311 09:46:54.416681 3375 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-185.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.223.185", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.48.187", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-185.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-185.ec2.internal"}, Groups:[]string(nil)}} I0311 09:46:54.416703 3375 services_controller.go:386] Finished syncing service cluster-monitoring-operator on namespace openshift-monitoring for network=default : 470.145µs I0311 09:46:54.416714 3375 services_controller.go:479] Built service default/packageserver template LB for network=default: []services.LB{} I0311 09:46:54.416719 3375 services_controller.go:382] Processing sync for service openshift-authentication-operator/metrics for network=default I0311 09:46:54.416662 3375 services_controller.go:460] Service openshift-ingress/router-internal-default retrieved from lister for network=default: &Service{ObjectMeta:{router-internal-default openshift-ingress 97192727-09d1-4032-b13e-c92358656970 2781 0 2026-03-11 09:37:39 +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 e3db6bf5-9ef8-4b7b-a506-f3bf9f48ed73 0xc00754d79e }] [] []},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.156.202,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.156.202],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:54.416725 3375 services_controller.go:480] Service default/packageserver for network=default has 0 cluster-wide, 1 per-node configs, 0 template configs, making 0 (cluster) 1 (per node) and 0 (template) load balancers I0311 09:46:54.416529 3375 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-185.ec2.internal I0311 09:46:54.416744 3375 lb_config.go:1030] Cluster endpoints for openshift-ingress/router-internal-default for network=default are: map[] I0311 09:46:54.416751 3375 services_controller.go:497] Skipping no-op change for service default/packageserver for network=default I0311 09:46:54.416758 3375 services_controller.go:386] Finished syncing service packageserver on namespace default for network=default : 252.407µs I0311 09:46:54.416770 3375 services_controller.go:382] Processing sync for service openshift-ingress-operator/metrics for network=default I0311 09:46:54.416761 3375 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.156.202"}, 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.156.202"}, protocol:"TCP", 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.156.202"}, protocol:"TCP", inport:1936, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 09:46:54.416784 3375 services_controller.go:470] Built service openshift-ingress/router-internal-default LB per-node configs for network=default: []services.lbConfig(nil) I0311 09:46:54.416797 3375 services_controller.go:471] Built service openshift-ingress/router-internal-default LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:54.416730 3375 services_controller.go:460] Service openshift-authentication-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-authentication-operator 6fdfc0b1-ce83-4634-8762-eb0b687145df 664 0 2026-03-11 09:37:05 +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 facf07c5-511e-473b-8e3b-771a14e8107e 0xc00754ca97 }] [] []},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.81.16,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.81.16],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:54.416636 3375 services_controller.go:470] Built service openshift-dns/dns-default LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.0.10"}, protocol:"UDP", inport:53, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}, services.lbConfig{vips:[]string{"172.30.0.10"}, protocol:"TCP", inport:53, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}, services.lbConfig{vips:[]string{"172.30.0.10"}, protocol:"TCP", inport:9154, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 09:46:54.416889 3375 services_controller.go:471] Built service openshift-dns/dns-default LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:54.416943 3375 services_controller.go:477] Built service openshift-dns/dns-default cluster-wide LB for network=default: []services.LB{} I0311 09:46:54.416783 3375 services_controller.go:460] Service openshift-ingress-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-ingress-operator 84c13a8c-86bd-4887-8aac-9430e41b232b 1443 0 2026-03-11 09:37:25 +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 facf07c5-511e-473b-8e3b-771a14e8107e 0xc00754d5e7 }] [] []},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.242.69,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.242.69],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:54.416960 3375 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-185.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-185.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-185.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-dns/dns-default_UDP_node_router+switch_ip-10-0-1-185.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-185.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-185.ec2.internal"}, Groups:[]string(nil)}} I0311 09:46:54.417027 3375 services_controller.go:479] Built service openshift-dns/dns-default template LB for network=default: []services.LB{} I0311 09:46:54.417027 3375 lb_config.go:1030] Cluster endpoints for openshift-ingress-operator/metrics for network=default are: map[] I0311 09:46:54.417029 3375 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-185.ec2.internal]} port_security:{GoSet:[]} tag_request:{GoSet:[]} type:router] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {c567504a-45f8-47dc-a058-9c230ffe9fb5}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:54.417044 3375 services_controller.go:480] Service openshift-dns/dns-default for network=default has 0 cluster-wide, 3 per-node configs, 0 template configs, making 0 (cluster) 2 (per node) and 0 (template) load balancers I0311 09:46:54.417091 3375 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:c567504a-45f8-47dc-a058-9c230ffe9fb5}]}}] Timeout: Where:[where column _uuid == {898e9f34-5201-45e4-9061-86ca7c864ad0}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:54.417115 3375 services_controller.go:497] Skipping no-op change for service openshift-dns/dns-default for network=default I0311 09:46:54.416835 3375 lb_config.go:1030] Cluster endpoints for openshift-authentication-operator/metrics for network=default are: map[] I0311 09:46:54.417126 3375 services_controller.go:386] Finished syncing service dns-default on namespace openshift-dns for network=default : 983.013µs I0311 09:46:54.417109 3375 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-185.ec2.internal]} port_security:{GoSet:[]} tag_request:{GoSet:[]} type:router] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {c567504a-45f8-47dc-a058-9c230ffe9fb5}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:c567504a-45f8-47dc-a058-9c230ffe9fb5}]}}] Timeout: Where:[where column _uuid == {898e9f34-5201-45e4-9061-86ca7c864ad0}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:54.417133 3375 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.81.16"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 09:46:54.417142 3375 services_controller.go:382] Processing sync for service openshift-kube-controller-manager-operator/metrics for network=default I0311 09:46:54.417047 3375 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.242.69"}, protocol:"TCP", inport:9393, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 09:46:54.416820 3375 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.156.202", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.156.202", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.156.202", Port:1936, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:54.417162 3375 services_controller.go:470] Built service openshift-ingress-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 09:46:54.416250 3375 services_controller.go:382] Processing sync for service openshift-network-console/networking-console-plugin for network=default I0311 09:46:54.417171 3375 services_controller.go:471] Built service openshift-ingress-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:54.417186 3375 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.242.69", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:54.417150 3375 services_controller.go:470] Built service openshift-authentication-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 09:46:54.417154 3375 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 e389bdc3-307c-4d01-911b-a330c7f7468e 811 0 2026-03-11 09:37: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 facf07c5-511e-473b-8e3b-771a14e8107e 0xc00754d93f }] [] []},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.192.107,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.192.107],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:54.417235 3375 services_controller.go:471] Built service openshift-authentication-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:54.417177 3375 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 da7e79e4-09be-4e89-8d92-062359c89982 4444 0 2026-03-11 09:38:24 +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 b3dad961-2546-4bd3-9d69-ce8664bfbe4c 0xc00754dd8e 0xc00754dd8f}] [] []},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.254.156,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.254.156],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:54.417255 3375 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.81.16", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:54.417282 3375 services_controller.go:478] Built service openshift-authentication-operator/metrics per-node LB for network=default: []services.LB{} I0311 09:46:54.417294 3375 services_controller.go:479] Built service openshift-authentication-operator/metrics template LB for network=default: []services.LB{} I0311 09:46:54.417300 3375 services_controller.go:480] Service openshift-authentication-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0311 09:46:54.417305 3375 lb_config.go:1030] Cluster endpoints for openshift-network-console/networking-console-plugin for network=default are: map[] I0311 09:46:54.417323 3375 services_controller.go:497] Skipping no-op change for service openshift-authentication-operator/metrics for network=default I0311 09:46:54.417330 3375 services_controller.go:386] Finished syncing service metrics on namespace openshift-authentication-operator for network=default : 611.566µs I0311 09:46:54.417344 3375 services_controller.go:382] Processing sync for service openshift-machine-config-operator/machine-config-controller for network=default I0311 09:46:54.417348 3375 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.254.156"}, protocol:"TCP", inport:9443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 09:46:54.417362 3375 services_controller.go:470] Built service openshift-network-console/networking-console-plugin LB per-node configs for network=default: []services.lbConfig(nil) I0311 09:46:54.417163 3375 services_controller.go:478] Built service openshift-ingress/router-internal-default per-node LB for network=default: []services.LB{} I0311 09:46:54.417377 3375 services_controller.go:471] Built service openshift-network-console/networking-console-plugin LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:54.417390 3375 services_controller.go:479] Built service openshift-ingress/router-internal-default template LB for network=default: []services.LB{} I0311 09:46:54.417353 3375 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 d43e3432-7435-4df5-8199-57acc57effae 819 0 2026-03-11 09:37: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 facf07c5-511e-473b-8e3b-771a14e8107e 0xc00754da7b }] [] []},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.235.5,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.235.5],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:54.417415 3375 services_controller.go:480] Service openshift-ingress/router-internal-default for network=default has 3 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0311 09:46:54.417418 3375 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.254.156", Port:9443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:54.417438 3375 lb_config.go:1030] Cluster endpoints for openshift-machine-config-operator/machine-config-controller for network=default are: map[] I0311 09:46:54.417454 3375 services_controller.go:478] Built service openshift-network-console/networking-console-plugin per-node LB for network=default: []services.LB{} I0311 09:46:54.417454 3375 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.235.5"}, protocol:"TCP", inport:9001, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 09:46:54.417465 3375 services_controller.go:479] Built service openshift-network-console/networking-console-plugin template LB for network=default: []services.LB{} I0311 09:46:54.417264 3375 lb_config.go:1030] Cluster endpoints for openshift-kube-controller-manager-operator/metrics for network=default are: map[] I0311 09:46:54.417476 3375 services_controller.go:480] Service openshift-network-console/networking-console-plugin for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0311 09:46:54.417495 3375 services_controller.go:497] Skipping no-op change for service openshift-ingress/router-internal-default for network=default I0311 09:46:54.417500 3375 services_controller.go:497] Skipping no-op change for service openshift-network-console/networking-console-plugin for network=default I0311 09:46:54.417507 3375 services_controller.go:386] Finished syncing service router-internal-default on namespace openshift-ingress for network=default : 1.308373ms I0311 09:46:54.417508 3375 services_controller.go:386] Finished syncing service networking-console-plugin on namespace openshift-network-console for network=default : 1.257438ms I0311 09:46:54.417231 3375 services_controller.go:478] Built service openshift-ingress-operator/metrics per-node LB for network=default: []services.LB{} I0311 09:46:54.417522 3375 services_controller.go:382] Processing sync for service openshift-service-ca-operator/metrics for network=default I0311 09:46:54.417531 3375 services_controller.go:479] Built service openshift-ingress-operator/metrics template LB for network=default: []services.LB{} I0311 09:46:54.417544 3375 services_controller.go:480] Service openshift-ingress-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0311 09:46:54.417551 3375 model_client.go:383] Update operations generated as: [{Op:update Table:Logical_Router_Port Row:map[mac:0a:58:64:40:00:03 networks:{GoSet:[100.64.0.3/16]} options:{GoMap:map[gateway_mtu:8901]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {732dd02a-f861-4f00-869a-bf76ebda4ca2}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:54.417528 3375 services_controller.go:460] Service openshift-service-ca-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-service-ca-operator aa9d0869-da45-4719-b665-bc72b68239c7 882 0 2026-03-11 09:37: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 facf07c5-511e-473b-8e3b-771a14e8107e 0xc007b2e077 }] [] []},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.101.61,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.101.61],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:54.417610 3375 lb_config.go:1030] Cluster endpoints for openshift-service-ca-operator/metrics for network=default are: map[] I0311 09:46:54.417620 3375 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.101.61"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 09:46:54.417623 3375 services_controller.go:382] Processing sync for service default/openshift for network=default I0311 09:46:54.417631 3375 services_controller.go:470] Built service openshift-service-ca-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 09:46:54.417634 3375 services_controller.go:386] Finished syncing service openshift on namespace default for network=default : 12.476µs I0311 09:46:54.417642 3375 services_controller.go:382] Processing sync for service default/openshift-oauth-apiserver for network=default I0311 09:46:54.417648 3375 services_controller.go:460] Service default/openshift-oauth-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-oauth-apiserver default 38bb3adf-8e67-4991-9885-2e29cd68f48c 1907 0 2026-03-11 09:37:28 +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.110.112,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.110.112],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:54.417706 3375 lb_config.go:1030] Cluster endpoints for default/openshift-oauth-apiserver for network=default are: map[TCP/https:{443 [172.30.14.243] []}] I0311 09:46:54.417720 3375 services_controller.go:469] Built service default/openshift-oauth-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0311 09:46:54.417732 3375 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.110.112"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.14.243"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 09:46:54.417490 3375 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.192.107"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 09:46:54.417742 3375 services_controller.go:471] Built service default/openshift-oauth-apiserver LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:54.417749 3375 services_controller.go:470] Built service openshift-kube-controller-manager-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 09:46:54.417757 3375 services_controller.go:471] Built service openshift-kube-controller-manager-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:54.417642 3375 services_controller.go:471] Built service openshift-service-ca-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:54.417761 3375 services_controller.go:477] Built service default/openshift-oauth-apiserver cluster-wide LB for network=default: []services.LB{} I0311 09:46:54.417770 3375 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.192.107", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:54.417773 3375 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-185.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.110.112", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.14.243", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-185.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-185.ec2.internal"}, Groups:[]string(nil)}} I0311 09:46:54.417795 3375 services_controller.go:478] Built service openshift-kube-controller-manager-operator/metrics per-node LB for network=default: []services.LB{} I0311 09:46:54.417782 3375 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.101.61", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:54.417805 3375 services_controller.go:479] Built service openshift-kube-controller-manager-operator/metrics template LB for network=default: []services.LB{} I0311 09:46:54.417806 3375 services_controller.go:479] Built service default/openshift-oauth-apiserver template LB for network=default: []services.LB{} I0311 09:46:54.417810 3375 services_controller.go:478] Built service openshift-service-ca-operator/metrics per-node LB for network=default: []services.LB{} I0311 09:46:54.417812 3375 services_controller.go:480] Service openshift-kube-controller-manager-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0311 09:46:54.417818 3375 services_controller.go:480] Service default/openshift-oauth-apiserver for network=default has 0 cluster-wide, 1 per-node configs, 0 template configs, making 0 (cluster) 1 (per node) and 0 (template) load balancers I0311 09:46:54.417823 3375 services_controller.go:479] Built service openshift-service-ca-operator/metrics template LB for network=default: []services.LB{} I0311 09:46:54.417829 3375 services_controller.go:497] Skipping no-op change for service openshift-kube-controller-manager-operator/metrics for network=default I0311 09:46:54.417835 3375 services_controller.go:480] Service openshift-service-ca-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0311 09:46:54.417838 3375 services_controller.go:386] Finished syncing service metrics on namespace openshift-kube-controller-manager-operator for network=default : 697.172µs I0311 09:46:54.417841 3375 services_controller.go:497] Skipping no-op change for service default/openshift-oauth-apiserver for network=default I0311 09:46:54.417848 3375 services_controller.go:382] Processing sync for service openshift-network-diagnostics/network-check-source for network=default I0311 09:46:54.417604 3375 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:732dd02a-f861-4f00-869a-bf76ebda4ca2}]}}] Timeout: Where:[where column _uuid == {de72eca9-7088-4094-85bb-82e1e44661c5}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:54.417854 3375 services_controller.go:386] Finished syncing service network-check-source on namespace openshift-network-diagnostics for network=default : 6.103µs I0311 09:46:54.417857 3375 services_controller.go:497] Skipping no-op change for service openshift-service-ca-operator/metrics for network=default I0311 09:46:54.417860 3375 services_controller.go:382] Processing sync for service openshift-apiserver-operator/metrics for network=default I0311 09:46:54.417863 3375 services_controller.go:386] Finished syncing service metrics on namespace openshift-service-ca-operator for network=default : 340.036µs I0311 09:46:54.417875 3375 services_controller.go:382] Processing sync for service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0311 09:46:54.417858 3375 transact.go:43] Configuring OVN: [{Op:update Table:Logical_Router_Port Row:map[mac:0a:58:64:40:00:03 networks:{GoSet:[100.64.0.3/16]} options:{GoMap:map[gateway_mtu:8901]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {732dd02a-f861-4f00-869a-bf76ebda4ca2}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:732dd02a-f861-4f00-869a-bf76ebda4ca2}]}}] Timeout: Where:[where column _uuid == {de72eca9-7088-4094-85bb-82e1e44661c5}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:54.417865 3375 services_controller.go:460] Service openshift-apiserver-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-apiserver-operator 0ed80ce7-bf80-4141-a772-1e124721ec8f 1039 0 2026-03-11 09:37: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 facf07c5-511e-473b-8e3b-771a14e8107e 0xc00754c90f }] [] []},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.15.85,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.15.85],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:54.417925 3375 lb_config.go:1030] Cluster endpoints for openshift-apiserver-operator/metrics for network=default are: map[] I0311 09:46:54.417888 3375 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 72fc3abf-13a5-4deb-9237-70dbf4008b89 1439 0 2026-03-11 09:37: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 facf07c5-511e-473b-8e3b-771a14e8107e 0xc00754cd1f }] [] []},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.232.24,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.232.24],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:54.417569 3375 services_controller.go:497] Skipping no-op change for service openshift-ingress-operator/metrics for network=default I0311 09:46:54.417950 3375 services_controller.go:386] Finished syncing service metrics on namespace openshift-ingress-operator for network=default : 1.17825ms I0311 09:46:54.417959 3375 lb_config.go:1030] Cluster endpoints for openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default are: map[] I0311 09:46:54.417964 3375 services_controller.go:382] Processing sync for service openshift-image-registry/image-registry for network=default I0311 09:46:54.417972 3375 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.232.24"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 09:46:54.417986 3375 services_controller.go:470] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service LB per-node configs for network=default: []services.lbConfig(nil) I0311 09:46:54.417994 3375 services_controller.go:471] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:54.417970 3375 services_controller.go:460] Service openshift-image-registry/image-registry retrieved from lister for network=default: &Service{ObjectMeta:{image-registry openshift-image-registry bfbf3b9c-5605-414e-86e0-e584855723f6 4042 0 2026-03-11 09:38:19 +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.117.54,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.117.54],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:54.417848 3375 services_controller.go:386] Finished syncing service openshift-oauth-apiserver on namespace default for network=default : 204.195µs I0311 09:46:54.418006 3375 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.232.24", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:54.418024 3375 services_controller.go:382] Processing sync for service openshift-ingress-canary/ingress-canary for network=default I0311 09:46:54.418024 3375 lb_config.go:1030] Cluster endpoints for openshift-image-registry/image-registry for network=default are: map[] I0311 09:46:54.418026 3375 services_controller.go:478] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service per-node LB for network=default: []services.LB{} I0311 09:46:54.418033 3375 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.117.54"}, protocol:"TCP", inport:5000, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 09:46:54.418039 3375 services_controller.go:479] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service template LB for network=default: []services.LB{} I0311 09:46:54.418042 3375 services_controller.go:470] Built service openshift-image-registry/image-registry LB per-node configs for network=default: []services.lbConfig(nil) I0311 09:46:54.418048 3375 services_controller.go:480] Service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0311 09:46:54.418049 3375 services_controller.go:471] Built service openshift-image-registry/image-registry LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:54.418064 3375 services_controller.go:497] Skipping no-op change for service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0311 09:46:54.418061 3375 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.117.54", Port:5000, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:54.418031 3375 services_controller.go:460] Service openshift-ingress-canary/ingress-canary retrieved from lister for network=default: &Service{ObjectMeta:{ingress-canary openshift-ingress-canary a4eca6bd-9ae3-4fbf-b3ee-a44bc091822d 3231 0 2026-03-11 09:37:48 +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 73b280a0-6d79-48ae-ba0c-b8a1cf0ae2b0 0xc00754d500 }] [] []},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.93.120,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.93.120],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:54.418094 3375 services_controller.go:478] Built service openshift-image-registry/image-registry per-node LB for network=default: []services.LB{} I0311 09:46:54.417472 3375 services_controller.go:470] Built service openshift-machine-config-operator/machine-config-controller LB per-node configs for network=default: []services.lbConfig(nil) I0311 09:46:54.418103 3375 services_controller.go:479] Built service openshift-image-registry/image-registry template LB for network=default: []services.LB{} I0311 09:46:54.418109 3375 services_controller.go:480] Service openshift-image-registry/image-registry for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0311 09:46:54.418108 3375 lb_config.go:1030] Cluster endpoints for openshift-ingress-canary/ingress-canary for network=default are: map[] I0311 09:46:54.418125 3375 services_controller.go:497] Skipping no-op change for service openshift-image-registry/image-registry for network=default I0311 09:46:54.418132 3375 services_controller.go:386] Finished syncing service image-registry on namespace openshift-image-registry for network=default : 168.944µs I0311 09:46:54.418140 3375 services_controller.go:382] Processing sync for service openshift-insights/metrics for network=default I0311 09:46:54.418071 3375 services_controller.go:386] Finished syncing service performance-addon-operator-service on namespace openshift-cluster-node-tuning-operator for network=default : 197.446µs I0311 09:46:54.418173 3375 services_controller.go:382] Processing sync for service openshift-multus/network-metrics-service for network=default I0311 09:46:54.418185 3375 services_controller.go:386] Finished syncing service network-metrics-service on namespace openshift-multus for network=default : 26.505µs I0311 09:46:54.418194 3375 services_controller.go:382] Processing sync for service openshift-network-operator/metrics for network=default I0311 09:46:54.418110 3375 services_controller.go:471] Built service openshift-machine-config-operator/machine-config-controller LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:54.418201 3375 services_controller.go:386] Finished syncing service metrics on namespace openshift-network-operator for network=default : 6.746µs I0311 09:46:54.418208 3375 services_controller.go:382] Processing sync for service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0311 09:46:54.418122 3375 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.93.120"}, 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.93.120"}, protocol:"TCP", inport:8888, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 09:46:54.418146 3375 services_controller.go:460] Service openshift-insights/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-insights 1c38f852-2db3-4037-a41a-9b1d3650009e 2501 0 2026-03-11 09:37: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 facf07c5-511e-473b-8e3b-771a14e8107e 0xc00754d89b }] [] []},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.125.165,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.125.165],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:54.418229 3375 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.235.5", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:54.418232 3375 services_controller.go:386] Finished syncing service ovn-kubernetes-node on namespace openshift-ovn-kubernetes for network=default : 23.326µs I0311 09:46:54.418253 3375 services_controller.go:478] Built service openshift-machine-config-operator/machine-config-controller per-node LB for network=default: []services.LB{} I0311 09:46:54.418255 3375 lb_config.go:1030] Cluster endpoints for openshift-insights/metrics for network=default are: map[] I0311 09:46:54.418260 3375 services_controller.go:382] Processing sync for service openshift-cluster-version/cluster-version-operator for network=default I0311 09:46:54.418265 3375 services_controller.go:469] Built service openshift-insights/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.125.165"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 09:46:54.418275 3375 services_controller.go:470] Built service openshift-insights/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 09:46:54.418281 3375 services_controller.go:471] Built service openshift-insights/metrics LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:54.418295 3375 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.125.165", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:54.418315 3375 services_controller.go:478] Built service openshift-insights/metrics per-node LB for network=default: []services.LB{} I0311 09:46:54.418323 3375 services_controller.go:479] Built service openshift-insights/metrics template LB for network=default: []services.LB{} I0311 09:46:54.418270 3375 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 ecf3a335-2ffe-4288-98c4-00149f5a9cad 500 0 2026-03-11 09:36:57 +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.111.10,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.111.10],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:54.418329 3375 services_controller.go:480] Service openshift-insights/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0311 09:46:54.418325 3375 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:fe:0a:20:c1 networks:{GoSet:[10.0.1.185/24]} options:{GoMap:map[]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {9bb887e2-c334-4b40-b037-ceb77776a71b}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:54.418345 3375 services_controller.go:497] Skipping no-op change for service openshift-insights/metrics for network=default I0311 09:46:54.418350 3375 services_controller.go:386] Finished syncing service metrics on namespace openshift-insights for network=default : 210.473µs I0311 09:46:54.418349 3375 lb_config.go:1030] Cluster endpoints for openshift-cluster-version/cluster-version-operator for network=default are: map[] I0311 09:46:54.418359 3375 services_controller.go:382] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0311 09:46:54.418363 3375 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.111.10"}, protocol:"TCP", inport:9099, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 09:46:54.418387 3375 services_controller.go:470] Built service openshift-cluster-version/cluster-version-operator LB per-node configs for network=default: []services.lbConfig(nil) I0311 09:46:54.417936 3375 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.15.85"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 09:46:54.418403 3375 services_controller.go:471] Built service openshift-cluster-version/cluster-version-operator LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:54.418403 3375 services_controller.go:470] Built service openshift-apiserver-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 09:46:54.418397 3375 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:9bb887e2-c334-4b40-b037-ceb77776a71b}]}}] Timeout: Where:[where column _uuid == {de72eca9-7088-4094-85bb-82e1e44661c5}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:54.418423 3375 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.111.10", Port:9099, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:54.418456 3375 services_controller.go:478] Built service openshift-cluster-version/cluster-version-operator per-node LB for network=default: []services.LB{} I0311 09:46:54.418465 3375 services_controller.go:479] Built service openshift-cluster-version/cluster-version-operator template LB for network=default: []services.LB{} I0311 09:46:54.418243 3375 services_controller.go:470] Built service openshift-ingress-canary/ingress-canary LB per-node configs for network=default: []services.lbConfig(nil) I0311 09:46:54.418260 3375 services_controller.go:479] Built service openshift-machine-config-operator/machine-config-controller template LB for network=default: []services.LB{} I0311 09:46:54.418480 3375 services_controller.go:480] Service openshift-machine-config-operator/machine-config-controller for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0311 09:46:54.418482 3375 services_controller.go:471] Built service openshift-ingress-canary/ingress-canary LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:54.418496 3375 services_controller.go:497] Skipping no-op change for service openshift-machine-config-operator/machine-config-controller for network=default I0311 09:46:54.418503 3375 services_controller.go:386] Finished syncing service machine-config-controller on namespace openshift-machine-config-operator for network=default : 1.15963ms I0311 09:46:54.418498 3375 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.93.120", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.93.120", Port:8888, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:54.418518 3375 services_controller.go:478] Built service openshift-ingress-canary/ingress-canary per-node LB for network=default: []services.LB{} I0311 09:46:54.418525 3375 services_controller.go:479] Built service openshift-ingress-canary/ingress-canary template LB for network=default: []services.LB{} I0311 09:46:54.418532 3375 services_controller.go:480] Service openshift-ingress-canary/ingress-canary for network=default has 2 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0311 09:46:54.418418 3375 transact.go:43] Configuring OVN: [{Op:update Table:Logical_Router_Port Row:map[external_ids:{GoMap:map[gateway-physical-ip:yes]} mac:0a:ff:fe:0a:20:c1 networks:{GoSet:[10.0.1.185/24]} options:{GoMap:map[]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {9bb887e2-c334-4b40-b037-ceb77776a71b}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:9bb887e2-c334-4b40-b037-ceb77776a71b}]}}] Timeout: Where:[where column _uuid == {de72eca9-7088-4094-85bb-82e1e44661c5}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:54.418554 3375 services_controller.go:497] Skipping no-op change for service openshift-ingress-canary/ingress-canary for network=default I0311 09:46:54.418561 3375 services_controller.go:386] Finished syncing service ingress-canary on namespace openshift-ingress-canary for network=default : 538.427µs I0311 09:46:54.418569 3375 services_controller.go:382] Processing sync for service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0311 09:46:54.418512 3375 services_controller.go:382] Processing sync for service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0311 09:46:54.418609 3375 services_controller.go:386] Finished syncing service node-tuning-operator on namespace openshift-cluster-node-tuning-operator for network=default : 96.175µs I0311 09:46:54.418577 3375 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 16b01427-93f4-4fb7-8212-1ec97d25975f 901 0 2026-03-11 09:37: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 facf07c5-511e-473b-8e3b-771a14e8107e 0xc00754cef7 }] [] []},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.188.119,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.188.119],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:54.418621 3375 services_controller.go:382] Processing sync for service openshift-console-operator/metrics for network=default I0311 09:46:54.418630 3375 lb_config.go:1030] Cluster endpoints for openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default are: map[] I0311 09:46:54.418638 3375 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.188.119"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 09:46:54.418647 3375 services_controller.go:470] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 09:46:54.418654 3375 services_controller.go:471] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:54.418630 3375 services_controller.go:460] Service openshift-console-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-console-operator 2be2f5a7-3cc1-4c9c-a8a9-141ad61d1dd8 3592 0 2026-03-11 09:37:56 +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 facf07c5-511e-473b-8e3b-771a14e8107e 0xc00754d0d7 }] [] []},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.62.251,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.62.251],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:54.418365 3375 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 cb6bee5b-1091-4781-9ce7-c24cd1ece1ec 6476 0 2026-03-11 09:40:38 +0000 UTC map[olm.managed:true olm.service-spec-hash:8H7arFYfeqTDwtur5ZzpDGCqSKpg30XG9PXH2W] map[] [{operators.coreos.com/v1alpha1 CatalogSource deployment-validation-operator-catalog 7e54c69e-de9a-4db9-b8ad-e5001eee3504 0xc00754d16d 0xc00754d16e}] [] []},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.55.42,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.55.42],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:54.418668 3375 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.188.119", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:54.418682 3375 lb_config.go:1030] Cluster endpoints for openshift-console-operator/metrics for network=default are: map[] I0311 09:46:54.418694 3375 services_controller.go:478] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics per-node LB for network=default: []services.LB{} I0311 09:46:54.418696 3375 lb_config.go:1030] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default are: map[] I0311 09:46:54.418696 3375 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.62.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}} I0311 09:46:54.418705 3375 services_controller.go:479] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics template LB for network=default: []services.LB{} I0311 09:46:54.418411 3375 services_controller.go:471] Built service openshift-apiserver-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:54.418710 3375 services_controller.go:470] Built service openshift-console-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 09:46:54.418717 3375 services_controller.go:471] Built service openshift-console-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:54.418716 3375 services_controller.go:480] Service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0311 09:46:54.418736 3375 services_controller.go:497] Skipping no-op change for service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0311 09:46:54.418742 3375 services_controller.go:386] Finished syncing service csi-snapshot-controller-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 172.427µs I0311 09:46:54.418733 3375 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.62.251", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:54.418728 3375 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.15.85", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:54.418750 3375 services_controller.go:382] Processing sync for service openshift-machine-config-operator/machine-config-daemon for network=default I0311 09:46:54.418751 3375 services_controller.go:478] Built service openshift-console-operator/metrics per-node LB for network=default: []services.LB{} I0311 09:46:54.418755 3375 services_controller.go:478] Built service openshift-apiserver-operator/metrics per-node LB for network=default: []services.LB{} I0311 09:46:54.418759 3375 services_controller.go:479] Built service openshift-console-operator/metrics template LB for network=default: []services.LB{} I0311 09:46:54.418765 3375 services_controller.go:480] Service openshift-console-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0311 09:46:54.418766 3375 services_controller.go:479] Built service openshift-apiserver-operator/metrics template LB for network=default: []services.LB{} I0311 09:46:54.418780 3375 services_controller.go:480] Service openshift-apiserver-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0311 09:46:54.418710 3375 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.55.42"}, protocol:"TCP", inport:50051, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 09:46:54.418788 3375 services_controller.go:497] Skipping no-op change for service openshift-console-operator/metrics for network=default I0311 09:46:54.418792 3375 services_controller.go:386] Finished syncing service metrics on namespace openshift-console-operator for network=default : 172.957µs I0311 09:46:54.418795 3375 services_controller.go:470] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB per-node configs for network=default: []services.lbConfig(nil) I0311 09:46:54.418755 3375 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 28c7958c-99f6-427c-9231-15b2071df65b 868 0 2026-03-11 09:37: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 facf07c5-511e-473b-8e3b-771a14e8107e 0xc00754db47 }] [] []},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.36.188,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.36.188],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:54.418800 3375 services_controller.go:382] Processing sync for service openshift-apiserver/check-endpoints for network=default I0311 09:46:54.418806 3375 services_controller.go:497] Skipping no-op change for service openshift-apiserver-operator/metrics for network=default I0311 09:46:54.418812 3375 services_controller.go:386] Finished syncing service metrics on namespace openshift-apiserver-operator for network=default : 951.106µs I0311 09:46:54.418820 3375 lb_config.go:1030] Cluster endpoints for openshift-machine-config-operator/machine-config-daemon for network=default are: map[] I0311 09:46:54.418827 3375 services_controller.go:382] Processing sync for service openshift-cloud-credential-operator/cco-metrics for network=default I0311 09:46:54.418831 3375 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.36.188"}, 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.36.188"}, protocol:"TCP", inport:8798, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 09:46:54.418807 3375 services_controller.go:460] Service openshift-apiserver/check-endpoints retrieved from lister for network=default: &Service{ObjectMeta:{check-endpoints openshift-apiserver 3e3f6011-18cb-4b03-b279-e7ada94ea809 2304 0 2026-03-11 09:37:29 +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 facf07c5-511e-473b-8e3b-771a14e8107e 0xc00754c9d7 }] [] []},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.91.179,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.91.179],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:54.418843 3375 services_controller.go:470] Built service openshift-machine-config-operator/machine-config-daemon LB per-node configs for network=default: []services.lbConfig(nil) I0311 09:46:54.418849 3375 services_controller.go:471] Built service openshift-machine-config-operator/machine-config-daemon LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:54.418855 3375 lb_config.go:1030] Cluster endpoints for openshift-apiserver/check-endpoints for network=default are: map[] I0311 09:46:54.418867 3375 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.91.179"}, protocol:"TCP", inport:17698, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 09:46:54.418859 3375 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.36.188", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.36.188", Port:8798, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:54.418878 3375 services_controller.go:470] Built service openshift-apiserver/check-endpoints LB per-node configs for network=default: []services.lbConfig(nil) I0311 09:46:54.418883 3375 services_controller.go:478] Built service openshift-machine-config-operator/machine-config-daemon per-node LB for network=default: []services.LB{} I0311 09:46:54.418885 3375 services_controller.go:471] Built service openshift-apiserver/check-endpoints LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:54.418837 3375 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 c242180b-a6ec-432f-8e5e-0352b72a1b03 1141 0 2026-03-11 09:37: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 facf07c5-511e-473b-8e3b-771a14e8107e 0xc00754cb2b }] [] []},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.251.51,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.251.51],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:54.418891 3375 services_controller.go:479] Built service openshift-machine-config-operator/machine-config-daemon template LB for network=default: []services.LB{} I0311 09:46:54.418901 3375 services_controller.go:480] Service openshift-machine-config-operator/machine-config-daemon for network=default has 2 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0311 09:46:54.418899 3375 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.91.179", Port:17698, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:54.418915 3375 services_controller.go:478] Built service openshift-apiserver/check-endpoints per-node LB for network=default: []services.LB{} I0311 09:46:54.418916 3375 services_controller.go:497] Skipping no-op change for service openshift-machine-config-operator/machine-config-daemon for network=default I0311 09:46:54.418806 3375 services_controller.go:471] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:54.418920 3375 services_controller.go:386] Finished syncing service machine-config-daemon on namespace openshift-machine-config-operator for network=default : 170.883µs I0311 09:46:54.418914 3375 lb_config.go:1030] Cluster endpoints for openshift-cloud-credential-operator/cco-metrics for network=default are: map[] I0311 09:46:54.418931 3375 services_controller.go:382] Processing sync for service openshift-dns-operator/metrics for network=default I0311 09:46:54.418930 3375 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.251.51"}, protocol:"TCP", inport:8443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 09:46:54.418943 3375 services_controller.go:470] Built service openshift-cloud-credential-operator/cco-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 09:46:54.418951 3375 services_controller.go:471] Built service openshift-cloud-credential-operator/cco-metrics LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:54.418935 3375 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.55.42", Port:50051, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:54.418942 3375 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 == {5974da14-3a7e-4fae-aec6-bcff21966df2}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:54.418964 3375 services_controller.go:478] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog per-node LB for network=default: []services.LB{} I0311 09:46:54.418940 3375 services_controller.go:460] Service openshift-dns-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-dns-operator 31c83d3e-3d68-4c9b-b7fc-a2892980a982 1082 0 2026-03-11 09:37: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 facf07c5-511e-473b-8e3b-771a14e8107e 0xc00754d28f }] [] []},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.134.30,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.134.30],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:54.418961 3375 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.251.51", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:54.418975 3375 services_controller.go:479] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog template LB for network=default: []services.LB{} I0311 09:46:54.418977 3375 services_controller.go:478] Built service openshift-cloud-credential-operator/cco-metrics per-node LB for network=default: []services.LB{} I0311 09:46:54.418981 3375 lb_config.go:1030] Cluster endpoints for openshift-dns-operator/metrics for network=default are: map[] I0311 09:46:54.418984 3375 services_controller.go:479] Built service openshift-cloud-credential-operator/cco-metrics template LB for network=default: []services.LB{} I0311 09:46:54.418472 3375 services_controller.go:480] Service openshift-cluster-version/cluster-version-operator for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0311 09:46:54.418988 3375 services_controller.go:480] Service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0311 09:46:54.418991 3375 services_controller.go:480] Service openshift-cloud-credential-operator/cco-metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0311 09:46:54.418991 3375 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.134.30"}, protocol:"TCP", inport:9393, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 09:46:54.419004 3375 services_controller.go:470] Built service openshift-dns-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 09:46:54.419006 3375 services_controller.go:497] Skipping no-op change for service openshift-cloud-credential-operator/cco-metrics for network=default I0311 09:46:54.419012 3375 services_controller.go:471] Built service openshift-dns-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:54.419012 3375 services_controller.go:386] Finished syncing service cco-metrics on namespace openshift-cloud-credential-operator for network=default : 186.568µs I0311 09:46:54.419014 3375 services_controller.go:497] Skipping no-op change for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0311 09:46:54.419021 3375 services_controller.go:386] Finished syncing service deployment-validation-operator-catalog on namespace openshift-deployment-validation-operator for network=default : 661.704µs I0311 09:46:54.419026 3375 services_controller.go:382] Processing sync for service openshift-ingress/router-default for network=default I0311 09:46:54.419020 3375 services_controller.go:497] Skipping no-op change for service openshift-cluster-version/cluster-version-operator for network=default I0311 09:46:54.419023 3375 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.134.30", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:54.419036 3375 services_controller.go:382] Processing sync for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0311 09:46:54.419039 3375 services_controller.go:478] Built service openshift-dns-operator/metrics per-node LB for network=default: []services.LB{} I0311 09:46:54.419046 3375 services_controller.go:479] Built service openshift-dns-operator/metrics template LB for network=default: []services.LB{} I0311 09:46:54.419056 3375 services_controller.go:480] Service openshift-dns-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0311 09:46:54.419037 3375 services_controller.go:386] Finished syncing service cluster-version-operator on namespace openshift-cluster-version for network=default : 776.215µs I0311 09:46:54.418922 3375 services_controller.go:479] Built service openshift-apiserver/check-endpoints template LB for network=default: []services.LB{} I0311 09:46:54.419075 3375 services_controller.go:382] Processing sync for service openshift-config-operator/metrics for network=default I0311 09:46:54.419077 3375 services_controller.go:497] Skipping no-op change for service openshift-dns-operator/metrics for network=default I0311 09:46:54.419033 3375 services_controller.go:460] Service openshift-ingress/router-default retrieved from lister for network=default: &Service{ObjectMeta:{router-default openshift-ingress 884996c3-3471-4f35-bac6-d60160573751 3682 0 2026-03-11 09:37:38 +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=2oveefiled799j1l8h60tce40faspn30,api.openshift.com/legal-entity-id=2h8L52xc1VHB4xLFE2YyPmAjYjI,api.openshift.com/name=kx-3a2a0e7f61,cluster-type=rosa-hcp,creation-date=2026-03-11,konflux-ci=true,red-hat-clustertype=rosa,red-hat-managed=true service.beta.kubernetes.io/aws-load-balancer-healthcheck-healthy-threshold:2 service.beta.kubernetes.io/aws-load-balancer-healthcheck-interval:10 service.beta.kubernetes.io/aws-load-balancer-healthcheck-timeout:4 service.beta.kubernetes.io/aws-load-balancer-healthcheck-unhealthy-threshold:2 service.beta.kubernetes.io/aws-load-balancer-type:nlb traffic-policy.network.alpha.openshift.io/local-with-fallback:] [{apps/v1 Deployment router-default e3db6bf5-9ef8-4b7b-a506-f3bf9f48ed73 0xc00754d6d7 }] [service.kubernetes.io/load-balancer-cleanup] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:http,Protocol:TCP,Port:80,TargetPort:{1 0 http},NodePort:30461,AppProtocol:nil,},ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{1 0 https},NodePort:31511,AppProtocol:nil,},},Selector:map[string]string{ingresscontroller.operator.openshift.io/deployment-ingresscontroller: default,},ClusterIP:172.30.90.137,Type:LoadBalancer,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:Local,HealthCheckNodePort:32363,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.90.137],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:*true,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{LoadBalancerIngress{IP:,Hostname:a884996c334714f35bac6d6016057375-b938fbaaaa50e06c.elb.us-east-1.amazonaws.com,IPMode:nil,Ports:[]PortStatus{},},},},Conditions:[]Condition{},},} I0311 09:46:54.419083 3375 services_controller.go:386] Finished syncing service metrics on namespace openshift-dns-operator for network=default : 152.504µs I0311 09:46:54.419084 3375 services_controller.go:480] Service openshift-apiserver/check-endpoints for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0311 09:46:54.419045 3375 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 4eb2a72e-7e9b-43b3-a2e6-443aaa658e0b 960 0 2026-03-11 09:37: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 facf07c5-511e-473b-8e3b-771a14e8107e 0xc00754ce47 }] [] []},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.76.220,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.76.220],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:54.419095 3375 services_controller.go:382] Processing sync for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0311 09:46:54.419099 3375 lb_config.go:1030] Cluster endpoints for openshift-ingress/router-default for network=default are: map[] I0311 09:46:54.419107 3375 lb_config.go:1053] Local endpoints for openshift-ingress/router-default for network=default are: map[] I0311 09:46:54.419117 3375 lb_config.go:1030] Cluster endpoints for openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default are: map[] I0311 09:46:54.419120 3375 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.90.137"}, 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.90.137"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 09:46:54.419133 3375 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:30461, 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:31511, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:true, internalTrafficLocal:false, hasNodePort:true}} I0311 09:46:54.419133 3375 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.76.220"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 09:46:54.419109 3375 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 81a0763e-a2df-4e8e-ba98-0318a8d002dd 2926 0 2026-03-11 09:37: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 facf07c5-511e-473b-8e3b-771a14e8107e 0xc00754d9f7 }] [] []},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.102.235,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.102.235],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:54.419154 3375 services_controller.go:470] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 09:46:54.419162 3375 lb_config.go:1030] Cluster endpoints for openshift-kube-storage-version-migrator-operator/metrics for network=default are: map[] I0311 09:46:54.419165 3375 services_controller.go:471] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:54.419175 3375 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.102.235"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 09:46:54.419189 3375 services_controller.go:470] Built service openshift-kube-storage-version-migrator-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 09:46:54.419195 3375 services_controller.go:471] Built service openshift-kube-storage-version-migrator-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:54.419183 3375 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.76.220", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:54.419149 3375 services_controller.go:471] Built service openshift-ingress/router-default LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:54.419233 3375 services_controller.go:478] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics per-node LB for network=default: []services.LB{} I0311 09:46:54.419206 3375 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.102.235", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:54.419245 3375 services_controller.go:478] Built service openshift-kube-storage-version-migrator-operator/metrics per-node LB for network=default: []services.LB{} I0311 09:46:54.419248 3375 services_controller.go:479] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics template LB for network=default: []services.LB{} I0311 09:46:54.419252 3375 services_controller.go:479] Built service openshift-kube-storage-version-migrator-operator/metrics template LB for network=default: []services.LB{} I0311 09:46:54.419258 3375 services_controller.go:480] Service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0311 09:46:54.419261 3375 services_controller.go:480] Service openshift-kube-storage-version-migrator-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0311 09:46:54.419157 3375 model_client.go:383] Update operations generated as: [{Op:update Table:Logical_Switch_Port Row:map[addresses:{GoSet:[0a:ff:fe:0a:20:c1]} options:{GoMap:map[exclude-lb-vips-from-garp:true nat-addresses:router router-port:rtoe-GR_ip-10-0-1-185.ec2.internal]} port_security:{GoSet:[]} tag_request:{GoSet:[]} type:router] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {8d260ce7-73d1-4f11-993e-0c763fe174fe}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:54.419254 3375 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.90.137", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.90.137", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:54.419275 3375 services_controller.go:497] Skipping no-op change for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0311 09:46:54.419280 3375 services_controller.go:386] Finished syncing service metrics on namespace openshift-kube-storage-version-migrator-operator for network=default : 186.396µs I0311 09:46:54.419282 3375 services_controller.go:497] Skipping no-op change for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0311 09:46:54.419290 3375 services_controller.go:386] Finished syncing service cluster-storage-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 254.443µs I0311 09:46:54.419290 3375 services_controller.go:382] Processing sync for service openshift-machine-config-operator/machine-config-operator for network=default I0311 09:46:54.419108 3375 services_controller.go:497] Skipping no-op change for service openshift-apiserver/check-endpoints for network=default I0311 09:46:54.419304 3375 services_controller.go:382] Processing sync for service openshift-network-diagnostics/network-check-target for network=default I0311 09:46:54.419311 3375 services_controller.go:386] Finished syncing service check-endpoints on namespace openshift-apiserver for network=default : 506.041µs I0311 09:46:54.419324 3375 services_controller.go:382] Processing sync for service default/kubernetes for network=default I0311 09:46:54.419276 3375 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-185.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.185", Port:30461, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:30461, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.1.185", Port:31511, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:31511, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string(nil), Routers:[]string{"GR_ip-10-0-1-185.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-ingress/router-default_TCP_node_switch_ip-10-0-1-185.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:30461, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.1.185", Port:30461, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:30461, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:30461, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:31511, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.1.185", Port:31511, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:31511, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:31511, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-185.ec2.internal"}, Routers:[]string(nil), Groups:[]string(nil)}} I0311 09:46:54.419334 3375 services_controller.go:479] Built service openshift-ingress/router-default template LB for network=default: []services.LB{} I0311 09:46:54.419321 3375 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:5974da14-3a7e-4fae-aec6-bcff21966df2} {GoUUID:8d260ce7-73d1-4f11-993e-0c763fe174fe}]}}] Timeout: Where:[where column _uuid == {35c3abe2-4a28-4f83-ad63-0ebb2e29ac48}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:54.419342 3375 services_controller.go:480] Service openshift-ingress/router-default for network=default has 2 cluster-wide, 2 per-node configs, 0 template configs, making 1 (cluster) 2 (per node) and 0 (template) load balancers I0311 09:46:54.419304 3375 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 35767b48-06d9-40dd-a1cf-8af430da5f87 753 0 2026-03-11 09:37:08 +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 facf07c5-511e-473b-8e3b-771a14e8107e 0xc00754dbdb }] [] []},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.62.85,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.62.85],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:54.419316 3375 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 5522cf5a-5268-4872-a399-b4831cbf4da3 3643 0 2026-03-11 09:37:58 +0000 UTC map[] map[] [{operator.openshift.io/v1 Network cluster b3dad961-2546-4bd3-9d69-ce8664bfbe4c 0xc00754de87 0xc00754de88}] [] []},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.96.104,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.96.104],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:54.419369 3375 lb_config.go:1030] Cluster endpoints for openshift-machine-config-operator/machine-config-operator for network=default are: map[] I0311 09:46:54.419333 3375 services_controller.go:460] Service default/kubernetes retrieved from lister for network=default: &Service{ObjectMeta:{kubernetes default 63dbedc6-9e52-48d2-99e1-31b0ccd4bb2b 274 0 2026-03-11 09:36:23 +0000 UTC map[component:apiserver provider:kubernetes] map[] [] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 6443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{},ClusterIP:172.30.0.1,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.0.1],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:54.419382 3375 lb_config.go:1030] Cluster endpoints for openshift-network-diagnostics/network-check-target for network=default are: map[] I0311 09:46:54.419383 3375 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.62.85"}, protocol:"TCP", inport:9001, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 09:46:54.419398 3375 services_controller.go:470] Built service openshift-machine-config-operator/machine-config-operator LB per-node configs for network=default: []services.lbConfig(nil) I0311 09:46:54.419396 3375 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.96.104"}, protocol:"TCP", inport:80, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 09:46:54.419405 3375 lb_config.go:1030] Cluster endpoints for default/kubernetes for network=default are: map[TCP/https:{6443 [172.20.0.1] []}] I0311 09:46:54.419409 3375 services_controller.go:471] Built service openshift-machine-config-operator/machine-config-operator LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:54.419411 3375 services_controller.go:470] Built service openshift-network-diagnostics/network-check-target LB per-node configs for network=default: []services.lbConfig(nil) I0311 09:46:54.419344 3375 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 == {5974da14-3a7e-4fae-aec6-bcff21966df2}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:update Table:Logical_Switch_Port Row:map[addresses:{GoSet:[0a:ff:fe:0a:20:c1]} options:{GoMap:map[exclude-lb-vips-from-garp:true nat-addresses:router router-port:rtoe-GR_ip-10-0-1-185.ec2.internal]} port_security:{GoSet:[]} tag_request:{GoSet:[]} type:router] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {8d260ce7-73d1-4f11-993e-0c763fe174fe}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:5974da14-3a7e-4fae-aec6-bcff21966df2} {GoUUID:8d260ce7-73d1-4f11-993e-0c763fe174fe}]}}] Timeout: Where:[where column _uuid == {35c3abe2-4a28-4f83-ad63-0ebb2e29ac48}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:54.419420 3375 services_controller.go:469] Built service default/kubernetes LB cluster-wide configs for network=default: []services.lbConfig(nil) I0311 09:46:54.419422 3375 services_controller.go:471] Built service openshift-network-diagnostics/network-check-target LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:54.419430 3375 services_controller.go:470] Built service default/kubernetes LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.0.1"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:6443, V4IPs:[]string{"172.20.0.1"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 09:46:54.419428 3375 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.62.85", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:54.419448 3375 services_controller.go:471] Built service default/kubernetes LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:54.419441 3375 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.96.104", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:54.419458 3375 services_controller.go:478] Built service openshift-machine-config-operator/machine-config-operator per-node LB for network=default: []services.LB{} I0311 09:46:54.419469 3375 services_controller.go:478] Built service openshift-network-diagnostics/network-check-target per-node LB for network=default: []services.LB{} I0311 09:46:54.419472 3375 services_controller.go:479] Built service openshift-machine-config-operator/machine-config-operator template LB for network=default: []services.LB{} I0311 09:46:54.419471 3375 services_controller.go:477] Built service default/kubernetes cluster-wide LB for network=default: []services.LB{} I0311 09:46:54.419481 3375 services_controller.go:479] Built service openshift-network-diagnostics/network-check-target template LB for network=default: []services.LB{} I0311 09:46:54.419351 3375 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:"e19f16b6-452e-4e34-bcb4-6b43451e5ee6", 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.90.137", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.90.137", 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.90.137", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.90.137", 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-185.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.185", Port:30461, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:30461, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.1.185", Port:31511, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:31511, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string(nil), Routers:[]string{"GR_ip-10-0-1-185.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-ingress/router-default_TCP_node_switch_ip-10-0-1-185.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:30461, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.1.185", Port:30461, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:30461, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:30461, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:31511, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.1.185", Port:31511, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:31511, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:31511, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-185.ec2.internal"}, Routers:[]string(nil), Groups:[]string(nil)}} I0311 09:46:54.419484 3375 services_controller.go:480] Service openshift-machine-config-operator/machine-config-operator for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0311 09:46:54.419491 3375 services_controller.go:480] Service openshift-network-diagnostics/network-check-target for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0311 09:46:54.419484 3375 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-185.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-185.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-185.ec2.internal"}, Groups:[]string(nil)}} I0311 09:46:54.419515 3375 services_controller.go:497] Skipping no-op change for service openshift-machine-config-operator/machine-config-operator for network=default I0311 09:46:54.419517 3375 services_controller.go:497] Skipping no-op change for service openshift-network-diagnostics/network-check-target for network=default I0311 09:46:54.419519 3375 services_controller.go:479] Built service default/kubernetes template LB for network=default: []services.LB{} I0311 09:46:54.419522 3375 services_controller.go:386] Finished syncing service machine-config-operator on namespace openshift-machine-config-operator for network=default : 231.388µs I0311 09:46:54.419525 3375 services_controller.go:386] Finished syncing service network-check-target on namespace openshift-network-diagnostics for network=default : 220.71µs I0311 09:46:54.419534 3375 services_controller.go:480] Service default/kubernetes for network=default has 0 cluster-wide, 1 per-node configs, 0 template configs, making 0 (cluster) 1 (per node) and 0 (template) load balancers I0311 09:46:54.419537 3375 services_controller.go:382] Processing sync for service openshift-cluster-machine-approver/machine-approver for network=default I0311 09:46:54.419539 3375 services_controller.go:382] Processing sync for service default/openshift-apiserver for network=default I0311 09:46:54.419546 3375 services_controller.go:386] Finished syncing service machine-approver on namespace openshift-cluster-machine-approver for network=default : 11.682µs I0311 09:46:54.419555 3375 services_controller.go:382] Processing sync for service openshift-cluster-samples-operator/metrics for network=default I0311 09:46:54.419559 3375 services_controller.go:497] Skipping no-op change for service default/kubernetes for network=default I0311 09:46:54.419562 3375 services_controller.go:386] Finished syncing service metrics on namespace openshift-cluster-samples-operator for network=default : 6.258µs I0311 09:46:54.419565 3375 services_controller.go:386] Finished syncing service kubernetes on namespace default for network=default : 241.227µs I0311 09:46:54.419551 3375 services_controller.go:460] Service default/openshift-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-apiserver default d2e7e63e-0597-413a-853a-25bcd40896a9 1836 0 2026-03-11 09:37:28 +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.1.48,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.1.48],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:54.419609 3375 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.90.137:443: 172.30.90.137:80:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {e19f16b6-452e-4e34-bcb4-6b43451e5ee6}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:54.419631 3375 lb_config.go:1030] Cluster endpoints for default/openshift-apiserver for network=default are: map[TCP/https:{443 [172.30.224.5] []}] I0311 09:46:54.419642 3375 services_controller.go:469] Built service default/openshift-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0311 09:46:54.419647 3375 services_controller.go:470] Built service default/openshift-apiserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.1.48"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.224.5"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 09:46:54.419657 3375 services_controller.go:471] Built service default/openshift-apiserver LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:54.419671 3375 services_controller.go:477] Built service default/openshift-apiserver cluster-wide LB for network=default: []services.LB{} I0311 09:46:54.419661 3375 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-185.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.185:30461: 10.0.1.185:31511: 172.20.0.1:30461: 172.20.0.1:31511:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0287199755}] I0311 09:46:54.419678 3375 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-185.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.1.48", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.224.5", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-185.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-185.ec2.internal"}, Groups:[]string(nil)}} I0311 09:46:54.419696 3375 services_controller.go:479] Built service default/openshift-apiserver template LB for network=default: []services.LB{} I0311 09:46:54.419086 3375 services_controller.go:460] Service openshift-config-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-config-operator f4859207-1b6e-4c18-ab17-2299b271e316 1584 0 2026-03-11 09:37: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 facf07c5-511e-473b-8e3b-771a14e8107e 0xc00754d017 }] [] []},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.105.113,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.105.113],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:54.419704 3375 services_controller.go:480] Service default/openshift-apiserver for network=default has 0 cluster-wide, 1 per-node configs, 0 template configs, making 0 (cluster) 1 (per node) and 0 (template) load balancers I0311 09:46:54.419697 3375 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-185.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.185:30461: 10.0.1.185:31511: 169.254.0.3:30461: 169.254.0.3:31511: 172.20.0.1:30461: 172.20.0.1:31511:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0287199756}] I0311 09:46:54.419718 3375 services_controller.go:497] Skipping no-op change for service default/openshift-apiserver for network=default I0311 09:46:54.419723 3375 services_controller.go:386] Finished syncing service openshift-apiserver on namespace default for network=default : 184.337µs I0311 09:46:54.419729 3375 lb_config.go:1030] Cluster endpoints for openshift-config-operator/metrics for network=default are: map[] I0311 09:46:54.419751 3375 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.105.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}} I0311 09:46:54.419746 3375 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:u0287199756}]}}] Timeout: Where:[where column _uuid == {8315dd4c-3f44-451a-ba18-b4bbf5b74294}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:54.419771 3375 services_controller.go:470] Built service openshift-config-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 09:46:54.419787 3375 services_controller.go:471] Built service openshift-config-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:54.419800 3375 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:u0287199755}]}}] Timeout: Where:[where column _uuid == {de72eca9-7088-4094-85bb-82e1e44661c5}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:54.419809 3375 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.105.113", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:54.419835 3375 services_controller.go:478] Built service openshift-config-operator/metrics per-node LB for network=default: []services.LB{} I0311 09:46:54.419834 3375 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-185.ec2.internal mac:0a:58:a9:fe:00:04 override_dynamic_mac:true] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {85812e40-0747-489e-a064-509f5c703c48}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:54.419850 3375 services_controller.go:479] Built service openshift-config-operator/metrics template LB for network=default: []services.LB{} I0311 09:46:54.419863 3375 services_controller.go:480] Service openshift-config-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0311 09:46:54.419855 3375 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-185.ec2.internal mac:0a:58:a9:fe:00:04 override_dynamic_mac:true] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {85812e40-0747-489e-a064-509f5c703c48}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:54.419887 3375 services_controller.go:497] Skipping no-op change for service openshift-config-operator/metrics for network=default I0311 09:46:54.419900 3375 services_controller.go:386] Finished syncing service metrics on namespace openshift-config-operator for network=default : 823.336µs I0311 09:46:54.419825 3375 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.90.137:443: 172.30.90.137:80:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {e19f16b6-452e-4e34-bcb4-6b43451e5ee6}] 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-185.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.185:30461: 10.0.1.185:31511: 172.20.0.1:30461: 172.20.0.1:31511:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0287199755} {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-185.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.185:30461: 10.0.1.185:31511: 169.254.0.3:30461: 169.254.0.3:31511: 172.20.0.1:30461: 172.20.0.1:31511:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0287199756} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u0287199756}]}}] Timeout: Where:[where column _uuid == {8315dd4c-3f44-451a-ba18-b4bbf5b74294}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u0287199755}]}}] Timeout: Where:[where column _uuid == {de72eca9-7088-4094-85bb-82e1e44661c5}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:54.420075 3375 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 == {ab98a2bc-de4b-430c-a6ac-3beb92705cfe}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:54.420112 3375 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:ab98a2bc-de4b-430c-a6ac-3beb92705cfe}]}}] Timeout: Where:[where column _uuid == {de72eca9-7088-4094-85bb-82e1e44661c5}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:54.420128 3375 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 == {ab98a2bc-de4b-430c-a6ac-3beb92705cfe}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:ab98a2bc-de4b-430c-a6ac-3beb92705cfe}]}}] Timeout: Where:[where column _uuid == {de72eca9-7088-4094-85bb-82e1e44661c5}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:54.420648 3375 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 == {a14b6f87-6bdd-4584-96b4-44ea825a9067}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:54.420695 3375 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:a14b6f87-6bdd-4584-96b4-44ea825a9067}]}}] Timeout: Where:[where column _uuid == {de72eca9-7088-4094-85bb-82e1e44661c5}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:54.420698 3375 loadbalancer.go:305] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-ingress/router-default"} I0311 09:46:54.420716 3375 services_controller.go:386] Finished syncing service router-default on namespace openshift-ingress for network=default : 1.692001ms I0311 09:46:54.420711 3375 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 == {a14b6f87-6bdd-4584-96b4-44ea825a9067}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:a14b6f87-6bdd-4584-96b4-44ea825a9067}]}}] Timeout: Where:[where column _uuid == {de72eca9-7088-4094-85bb-82e1e44661c5}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:54.420939 3375 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 == {e86049c1-9cb6-43d3-98a4-a91fff15b618}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:54.420983 3375 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:e86049c1-9cb6-43d3-98a4-a91fff15b618}]}}] Timeout: Where:[where column _uuid == {de72eca9-7088-4094-85bb-82e1e44661c5}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:54.421004 3375 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 == {e86049c1-9cb6-43d3-98a4-a91fff15b618}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:e86049c1-9cb6-43d3-98a4-a91fff15b618}]}}] Timeout: Where:[where column _uuid == {de72eca9-7088-4094-85bb-82e1e44661c5}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:54.421250 3375 model_client.go:383] Update operations generated as: [{Op:update Table:Logical_Router_Static_Route Row:map[nexthop:100.64.0.3] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {4f2fe478-f133-4dc5-81df-6da767855097}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:54.421292 3375 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:4f2fe478-f133-4dc5-81df-6da767855097}]}}] Timeout: Where:[where column _uuid == {8944ab81-04cf-49d7-a679-0f725e047d14}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:54.421316 3375 transact.go:43] Configuring OVN: [{Op:update Table:Logical_Router_Static_Route Row:map[nexthop:100.64.0.3] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {4f2fe478-f133-4dc5-81df-6da767855097}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:4f2fe478-f133-4dc5-81df-6da767855097}]}}] Timeout: Where:[where column _uuid == {8944ab81-04cf-49d7-a679-0f725e047d14}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:54.421528 3375 model_client.go:383] Update operations generated as: [{Op:update Table:Logical_Router_Static_Route Row:map[nexthop:100.64.0.3] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {7e9c5542-9f04-4d5f-b6ce-1ff52859f050}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:54.421566 3375 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:7e9c5542-9f04-4d5f-b6ce-1ff52859f050}]}}] Timeout: Where:[where column _uuid == {8944ab81-04cf-49d7-a679-0f725e047d14}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:54.421579 3375 transact.go:43] Configuring OVN: [{Op:update Table:Logical_Router_Static_Route Row:map[nexthop:100.64.0.3] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {7e9c5542-9f04-4d5f-b6ce-1ff52859f050}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:7e9c5542-9f04-4d5f-b6ce-1ff52859f050}]}}] Timeout: Where:[where column _uuid == {8944ab81-04cf-49d7-a679-0f725e047d14}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:54.421828 3375 model_client.go:383] Update operations generated as: [{Op:update Table:NAT Row:map[external_ip:10.0.1.185 external_port_range:32768-60999 logical_ip:100.64.0.3 options:{GoMap:map[stateless:false]} type:snat] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {703b85e2-b965-4e1c-9ecf-f6789c55c4aa}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:54.421866 3375 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:703b85e2-b965-4e1c-9ecf-f6789c55c4aa}]}}] Timeout: Where:[where column _uuid == {de72eca9-7088-4094-85bb-82e1e44661c5}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:54.421880 3375 transact.go:43] Configuring OVN: [{Op:update Table:NAT Row:map[external_ip:10.0.1.185 external_port_range:32768-60999 logical_ip:100.64.0.3 options:{GoMap:map[stateless:false]} type:snat] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {703b85e2-b965-4e1c-9ecf-f6789c55c4aa}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:nat Mutator:insert Value:{GoSet:[{GoUUID:703b85e2-b965-4e1c-9ecf-f6789c55c4aa}]}}] Timeout: Where:[where column _uuid == {de72eca9-7088-4094-85bb-82e1e44661c5}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:54.422270 3375 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-185.ec2.internal" && ip4.dst == 172.20.0.1 /* ip-10-0-1-185.ec2.internal */ nexthops:{GoSet:[10.129.0.2]} priority:1004] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0287199757}] I0311 09:46:54.422304 3375 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:u0287199757}]}}] Timeout: Where:[where column _uuid == {8944ab81-04cf-49d7-a679-0f725e047d14}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:54.422319 3375 transact.go:43] Configuring OVN: [{Op:wait Table:Logical_Router_Policy Row:map[] Rows:[map[match:inport == "rtos-ip-10-0-1-185.ec2.internal" && ip4.dst == 172.20.0.1 /* ip-10-0-1-185.ec2.internal */ priority:1004]] Columns:[priority match] Mutations:[] Timeout:0xc00a5d9e38 Where:[where column priority == 1004 where column match == inport == "rtos-ip-10-0-1-185.ec2.internal" && ip4.dst == 172.20.0.1 /* ip-10-0-1-185.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-185.ec2.internal" && ip4.dst == 172.20.0.1 /* ip-10-0-1-185.ec2.internal */ nexthops:{GoSet:[10.129.0.2]} priority:1004] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0287199757} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:policies Mutator:insert Value:{GoSet:[{GoUUID:u0287199757}]}}] Timeout: Where:[where column _uuid == {8944ab81-04cf-49d7-a679-0f725e047d14}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:54.422798 3375 base_network_controller.go:622] When adding node ip-10-0-1-185.ec2.internal for network default, found 43 pods to add to retryPods I0311 09:46:54.422810 3375 base_network_controller.go:631] Adding pod openshift-multus/network-metrics-daemon-nj5l5 to retryPods for network default I0311 09:46:54.422817 3375 base_network_controller.go:631] Adding pod openshift-cluster-node-tuning-operator/tuned-zlww8 to retryPods for network default I0311 09:46:54.422829 3375 base_network_controller.go:631] Adding pod openshift-image-registry/node-ca-8d6nn to retryPods for network default I0311 09:46:54.422833 3375 base_network_controller.go:631] Adding pod kube-system/konnectivity-agent-fnzgp to retryPods for network default I0311 09:46:54.422837 3375 base_network_controller.go:631] Adding pod openshift-ovn-kubernetes/ovnkube-node-rxltp to retryPods for network default I0311 09:46:54.422840 3375 base_network_controller.go:631] Adding pod openshift-dns/node-resolver-wvb94 to retryPods for network default I0311 09:46:54.422845 3375 base_network_controller.go:631] Adding pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-185.ec2.internal to retryPods for network default I0311 09:46:54.422851 3375 base_network_controller.go:631] Adding pod openshift-network-diagnostics/network-check-target-hshsz to retryPods for network default I0311 09:46:54.422855 3375 base_network_controller.go:631] Adding pod openshift-network-operator/iptables-alerter-kz5wb to retryPods for network default I0311 09:46:54.422859 3375 base_network_controller.go:631] Adding pod openshift-multus/multus-84f2j to retryPods for network default I0311 09:46:54.422862 3375 base_network_controller.go:631] Adding pod openshift-multus/multus-additional-cni-plugins-fzs8r to retryPods for network default I0311 09:46:54.422865 3375 base_network_controller.go:631] Adding pod kube-system/kube-apiserver-proxy-ip-10-0-1-185.ec2.internal to retryPods for network default I0311 09:46:54.422868 3375 base_network_controller.go:631] Adding pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-f4wzh to retryPods for network default I0311 09:46:54.422878 3375 obj_retry.go:236] Iterate retry objects requested (resource *v1.Pod) I0311 09:46:54.422890 3375 obj_retry.go:565] Update event received for resource *factory.egressNode, old object is equal to new: false I0311 09:46:54.422907 3375 obj_retry.go:617] Update event received for *factory.egressNode ip-10-0-1-185.ec2.internal I0311 09:46:54.422925 3375 default_network_controller.go:1063] Egress IP detected IP address change for node ip-10-0-1-185.ec2.internal. Updating no re-route policies I0311 09:46:54.422890 3375 obj_retry.go:431] periodicallyRetryResources: Retry channel got triggered: retrying failed objects of type *v1.Pod I0311 09:46:54.422974 3375 obj_retry.go:406] Going to retry *v1.Pod resource setup for 15 objects: [openshift-multus/network-metrics-daemon-nj5l5 openshift-multus/multus-additional-cni-plugins-fzs8r kube-system/kube-apiserver-proxy-ip-10-0-1-185.ec2.internal openshift-cluster-node-tuning-operator/tuned-zlww8 openshift-network-diagnostics/network-check-target-8hsmf openshift-network-diagnostics/network-check-target-hshsz openshift-network-operator/iptables-alerter-kz5wb openshift-multus/network-metrics-daemon-zpd6k openshift-image-registry/node-ca-8d6nn kube-system/konnectivity-agent-fnzgp openshift-multus/multus-84f2j openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-f4wzh openshift-ovn-kubernetes/ovnkube-node-rxltp openshift-dns/node-resolver-wvb94 openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-185.ec2.internal] I0311 09:46:54.422999 3375 obj_retry.go:415] Waiting for all the *v1.Pod retry setup to complete in iterateRetryResources I0311 09:46:54.423015 3375 obj_retry.go:299] Retry object setup: *v1.Pod openshift-cluster-node-tuning-operator/tuned-zlww8 I0311 09:46:54.423020 3375 obj_retry.go:299] Retry object setup: *v1.Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-185.ec2.internal I0311 09:46:54.423023 3375 obj_retry.go:299] Retry object setup: *v1.Pod openshift-multus/multus-additional-cni-plugins-fzs8r I0311 09:46:54.423028 3375 obj_retry.go:363] Adding new object: *v1.Pod openshift-cluster-node-tuning-operator/tuned-zlww8 I0311 09:46:54.423032 3375 obj_retry.go:363] Adding new object: *v1.Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-185.ec2.internal I0311 09:46:54.423039 3375 ovn.go:135] Ensuring zone local for Pod openshift-cluster-node-tuning-operator/tuned-zlww8 in node ip-10-0-1-185.ec2.internal I0311 09:46:54.423042 3375 obj_retry.go:299] Retry object setup: *v1.Pod openshift-multus/network-metrics-daemon-nj5l5 I0311 09:46:54.423045 3375 obj_retry.go:299] Retry object setup: *v1.Pod openshift-image-registry/node-ca-8d6nn I0311 09:46:54.423043 3375 ovn.go:135] Ensuring zone local for Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-185.ec2.internal in node ip-10-0-1-185.ec2.internal I0311 09:46:54.423053 3375 obj_retry.go:299] Retry object setup: *v1.Pod kube-system/konnectivity-agent-fnzgp I0311 09:46:54.423061 3375 obj_retry.go:383] Retry successful for *v1.Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-185.ec2.internal after 0 failed attempt(s) I0311 09:46:54.423061 3375 obj_retry.go:299] Retry object setup: *v1.Pod kube-system/kube-apiserver-proxy-ip-10-0-1-185.ec2.internal I0311 09:46:54.423068 3375 obj_retry.go:363] Adding new object: *v1.Pod openshift-image-registry/node-ca-8d6nn I0311 09:46:54.423070 3375 default_network_controller.go:705] Recording success event on pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-185.ec2.internal I0311 09:46:54.423072 3375 obj_retry.go:299] Retry object setup: *v1.Pod openshift-multus/multus-84f2j I0311 09:46:54.423061 3375 model_client.go:383] Update operations generated as: [{Op:update Table:Address_Set Row:map[addresses:{GoSet:[10.0.1.185 10.0.0.247 172.20.0.1]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {e806585c-2113-4e48-a618-f10fc018c8e3}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:54.423080 3375 ovn.go:135] Ensuring zone local for Pod openshift-image-registry/node-ca-8d6nn in node ip-10-0-1-185.ec2.internal I0311 09:46:54.423084 3375 obj_retry.go:299] Retry object setup: *v1.Pod openshift-network-operator/iptables-alerter-kz5wb I0311 09:46:54.423089 3375 obj_retry.go:299] Retry object setup: *v1.Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-f4wzh I0311 09:46:54.423080 3375 obj_retry.go:363] Adding new object: *v1.Pod openshift-multus/multus-84f2j I0311 09:46:54.423090 3375 obj_retry.go:281] Attempting retry of *v1.Pod openshift-network-diagnostics/network-check-target-8hsmf before timer (time: 2026-03-11 09:46:54.570515027 +0000 UTC m=+3.277172274): skip I0311 09:46:54.423097 3375 obj_retry.go:363] Adding new object: *v1.Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-f4wzh I0311 09:46:54.423048 3375 obj_retry.go:383] Retry successful for *v1.Pod openshift-cluster-node-tuning-operator/tuned-zlww8 after 0 failed attempt(s) I0311 09:46:54.423100 3375 obj_retry.go:299] Retry object setup: *v1.Pod openshift-network-diagnostics/network-check-target-hshsz I0311 09:46:54.423052 3375 obj_retry.go:363] Adding new object: *v1.Pod openshift-multus/network-metrics-daemon-nj5l5 I0311 09:46:54.423105 3375 obj_retry.go:299] Retry object setup: *v1.Pod openshift-multus/network-metrics-daemon-zpd6k I0311 09:46:54.423108 3375 obj_retry.go:363] Adding new object: *v1.Pod openshift-network-diagnostics/network-check-target-hshsz I0311 09:46:54.423111 3375 ovn.go:135] Ensuring zone local for Pod openshift-multus/network-metrics-daemon-nj5l5 in node ip-10-0-1-185.ec2.internal I0311 09:46:54.423116 3375 obj_retry.go:363] Adding new object: *v1.Pod openshift-multus/network-metrics-daemon-zpd6k I0311 09:46:54.423116 3375 obj_retry.go:299] Retry object setup: *v1.Pod openshift-dns/node-resolver-wvb94 I0311 09:46:54.423125 3375 ovn.go:139] Ensuring zone remote for Pod openshift-multus/network-metrics-daemon-zpd6k in node ip-10-0-2-212.ec2.internal I0311 09:46:54.423127 3375 obj_retry.go:363] Adding new object: *v1.Pod openshift-dns/node-resolver-wvb94 I0311 09:46:54.423134 3375 ovn.go:135] Ensuring zone local for Pod openshift-dns/node-resolver-wvb94 in node ip-10-0-1-185.ec2.internal I0311 09:46:54.423139 3375 obj_retry.go:383] Retry successful for *v1.Pod openshift-dns/node-resolver-wvb94 after 0 failed attempt(s) I0311 09:46:54.423143 3375 default_network_controller.go:705] Recording success event on pod openshift-dns/node-resolver-wvb94 I0311 09:46:54.423063 3375 obj_retry.go:363] Adding new object: *v1.Pod kube-system/konnectivity-agent-fnzgp I0311 09:46:54.423150 3375 ovn.go:135] Ensuring zone local for Pod kube-system/konnectivity-agent-fnzgp in node ip-10-0-1-185.ec2.internal I0311 09:46:54.423152 3375 base_network_controller_pods.go:478] [default/openshift-multus/network-metrics-daemon-nj5l5] creating logical port openshift-multus_network-metrics-daemon-nj5l5 for pod on switch ip-10-0-1-185.ec2.internal I0311 09:46:54.423155 3375 obj_retry.go:383] Retry successful for *v1.Pod kube-system/konnectivity-agent-fnzgp after 0 failed attempt(s) I0311 09:46:54.423158 3375 default_network_controller.go:705] Recording success event on pod kube-system/konnectivity-agent-fnzgp I0311 09:46:54.423116 3375 ovn.go:135] Ensuring zone local for Pod openshift-network-diagnostics/network-check-target-hshsz in node ip-10-0-1-185.ec2.internal I0311 09:46:54.423187 3375 base_network_controller_pods.go:478] [default/openshift-network-diagnostics/network-check-target-hshsz] creating logical port openshift-network-diagnostics_network-check-target-hshsz for pod on switch ip-10-0-1-185.ec2.internal I0311 09:46:54.423152 3375 obj_retry.go:374] Retry add failed for *v1.Pod openshift-multus/network-metrics-daemon-zpd6k, will try again later: failed to obtain IPs to add remote pod openshift-multus/network-metrics-daemon-zpd6k: suppressed error logged: pod openshift-multus/network-metrics-daemon-zpd6k: no pod IPs found I0311 09:46:54.423090 3375 obj_retry.go:383] Retry successful for *v1.Pod openshift-image-registry/node-ca-8d6nn after 0 failed attempt(s) I0311 09:46:54.423239 3375 default_network_controller.go:705] Recording success event on pod openshift-image-registry/node-ca-8d6nn I0311 09:46:54.423073 3375 obj_retry.go:363] Adding new object: *v1.Pod kube-system/kube-apiserver-proxy-ip-10-0-1-185.ec2.internal I0311 09:46:54.423248 3375 ovn.go:135] Ensuring zone local for Pod kube-system/kube-apiserver-proxy-ip-10-0-1-185.ec2.internal in node ip-10-0-1-185.ec2.internal I0311 09:46:54.423253 3375 obj_retry.go:383] Retry successful for *v1.Pod kube-system/kube-apiserver-proxy-ip-10-0-1-185.ec2.internal after 0 failed attempt(s) I0311 09:46:54.423257 3375 default_network_controller.go:705] Recording success event on pod kube-system/kube-apiserver-proxy-ip-10-0-1-185.ec2.internal I0311 09:46:54.423033 3375 obj_retry.go:363] Adding new object: *v1.Pod openshift-multus/multus-additional-cni-plugins-fzs8r I0311 09:46:54.423263 3375 ovn.go:135] Ensuring zone local for Pod openshift-multus/multus-additional-cni-plugins-fzs8r in node ip-10-0-1-185.ec2.internal I0311 09:46:54.423266 3375 obj_retry.go:383] Retry successful for *v1.Pod openshift-multus/multus-additional-cni-plugins-fzs8r after 0 failed attempt(s) I0311 09:46:54.423269 3375 default_network_controller.go:705] Recording success event on pod openshift-multus/multus-additional-cni-plugins-fzs8r I0311 09:46:54.423092 3375 obj_retry.go:363] Adding new object: *v1.Pod openshift-network-operator/iptables-alerter-kz5wb I0311 09:46:54.423276 3375 ovn.go:135] Ensuring zone local for Pod openshift-network-operator/iptables-alerter-kz5wb in node ip-10-0-1-185.ec2.internal I0311 09:46:54.423279 3375 obj_retry.go:383] Retry successful for *v1.Pod openshift-network-operator/iptables-alerter-kz5wb after 0 failed attempt(s) I0311 09:46:54.423282 3375 default_network_controller.go:705] Recording success event on pod openshift-network-operator/iptables-alerter-kz5wb I0311 09:46:54.423083 3375 transact.go:43] Configuring OVN: [{Op:update Table:Address_Set Row:map[addresses:{GoSet:[10.0.1.185 10.0.0.247 172.20.0.1]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {e806585c-2113-4e48-a618-f10fc018c8e3}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:54.423102 3375 ovn.go:135] Ensuring zone local for Pod openshift-multus/multus-84f2j in node ip-10-0-1-185.ec2.internal I0311 09:46:54.423328 3375 obj_retry.go:383] Retry successful for *v1.Pod openshift-multus/multus-84f2j after 0 failed attempt(s) I0311 09:46:54.423333 3375 default_network_controller.go:705] Recording success event on pod openshift-multus/multus-84f2j I0311 09:46:54.423106 3375 ovn.go:135] Ensuring zone local for Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-f4wzh in node ip-10-0-1-185.ec2.internal I0311 09:46:54.423342 3375 obj_retry.go:383] Retry successful for *v1.Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-f4wzh after 0 failed attempt(s) I0311 09:46:54.423347 3375 default_network_controller.go:705] Recording success event on pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-f4wzh I0311 09:46:54.423105 3375 default_network_controller.go:705] Recording success event on pod openshift-cluster-node-tuning-operator/tuned-zlww8 I0311 09:46:54.423116 3375 obj_retry.go:299] Retry object setup: *v1.Pod openshift-ovn-kubernetes/ovnkube-node-rxltp I0311 09:46:54.423363 3375 obj_retry.go:363] Adding new object: *v1.Pod openshift-ovn-kubernetes/ovnkube-node-rxltp I0311 09:46:54.423371 3375 ovn.go:135] Ensuring zone local for Pod openshift-ovn-kubernetes/ovnkube-node-rxltp in node ip-10-0-1-185.ec2.internal I0311 09:46:54.423376 3375 obj_retry.go:383] Retry successful for *v1.Pod openshift-ovn-kubernetes/ovnkube-node-rxltp after 0 failed attempt(s) I0311 09:46:54.423383 3375 default_network_controller.go:705] Recording success event on pod openshift-ovn-kubernetes/ovnkube-node-rxltp I0311 09:46:54.423387 3375 model_client.go:383] Update operations generated as: [{Op:update Table:Logical_Switch_Port Row:map[addresses:{GoSet:[0a:58:0a:81:00:04 10.129.0.4]} options:{GoMap:map[iface-id-ver:0138b6a4-682b-480a-abbc-ef054544dcbc requested-chassis:ip-10-0-1-185.ec2.internal]} port_security:{GoSet:[0a:58:0a:81:00:04 10.129.0.4]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {28882c35-4159-4c2d-bc9c-ef5cd2bc493e}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:54.423444 3375 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:28882c35-4159-4c2d-bc9c-ef5cd2bc493e}]}}] Timeout: Where:[where column _uuid == {8315dd4c-3f44-451a-ba18-b4bbf5b74294}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:54.423515 3375 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:28882c35-4159-4c2d-bc9c-ef5cd2bc493e}]}}] Timeout: Where:[where column _uuid == {2883688d-7196-4a20-8575-a8bd62d08521}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:54.423683 3375 model_client.go:383] Update operations generated as: [{Op:update Table:NAT Row:map[external_ip:10.0.1.185 external_port_range:32768-60999 logical_ip:10.129.0.4 options:{GoMap:map[stateless:false]} type:snat] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {199dafff-f595-4b88-a8b2-db9313e409fc}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:54.423723 3375 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:199dafff-f595-4b88-a8b2-db9313e409fc}]}}] Timeout: Where:[where column _uuid == {de72eca9-7088-4094-85bb-82e1e44661c5}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:54.423740 3375 transact.go:43] Configuring OVN: [{Op:update Table:Logical_Switch_Port Row:map[addresses:{GoSet:[0a:58:0a:81:00:04 10.129.0.4]} options:{GoMap:map[iface-id-ver:0138b6a4-682b-480a-abbc-ef054544dcbc requested-chassis:ip-10-0-1-185.ec2.internal]} port_security:{GoSet:[0a:58:0a:81:00:04 10.129.0.4]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {28882c35-4159-4c2d-bc9c-ef5cd2bc493e}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:28882c35-4159-4c2d-bc9c-ef5cd2bc493e}]}}] Timeout: Where:[where column _uuid == {8315dd4c-3f44-451a-ba18-b4bbf5b74294}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:28882c35-4159-4c2d-bc9c-ef5cd2bc493e}]}}] Timeout: Where:[where column _uuid == {2883688d-7196-4a20-8575-a8bd62d08521}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:update Table:NAT Row:map[external_ip:10.0.1.185 external_port_range:32768-60999 logical_ip:10.129.0.4 options:{GoMap:map[stateless:false]} type:snat] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {199dafff-f595-4b88-a8b2-db9313e409fc}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:nat Mutator:insert Value:{GoSet:[{GoUUID:199dafff-f595-4b88-a8b2-db9313e409fc}]}}] Timeout: Where:[where column _uuid == {de72eca9-7088-4094-85bb-82e1e44661c5}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:54.423819 3375 model_client.go:383] Update operations generated as: [{Op:update Table:Logical_Switch_Port Row:map[addresses:{GoSet:[0a:58:0a:81:00:03 10.129.0.3]} options:{GoMap:map[iface-id-ver:5307188b-0622-462a-a7c0-780b17dc40d6 requested-chassis:ip-10-0-1-185.ec2.internal]} port_security:{GoSet:[0a:58:0a:81:00:03 10.129.0.3]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {04000d89-070b-40f8-958c-16606ed35137}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:54.423874 3375 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:04000d89-070b-40f8-958c-16606ed35137}]}}] Timeout: Where:[where column _uuid == {8315dd4c-3f44-451a-ba18-b4bbf5b74294}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:54.423863 3375 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 == {00243436-b842-42ae-9558-c58d84c40cea}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:54.423922 3375 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:00243436-b842-42ae-9558-c58d84c40cea}]}}] Timeout: Where:[where column _uuid == {8944ab81-04cf-49d7-a679-0f725e047d14}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:54.423935 3375 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:04000d89-070b-40f8-958c-16606ed35137}]}}] Timeout: Where:[where column _uuid == {19cbe0cf-51e8-4181-8894-bde97a1f7f99}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:54.423945 3375 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 == {00243436-b842-42ae-9558-c58d84c40cea}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:policies Mutator:insert Value:{GoSet:[{GoUUID:00243436-b842-42ae-9558-c58d84c40cea}]}}] Timeout: Where:[where column _uuid == {8944ab81-04cf-49d7-a679-0f725e047d14}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:54.424050 3375 port_cache.go:96] port-cache(openshift-multus_network-metrics-daemon-nj5l5): added port &{name:openshift-multus_network-metrics-daemon-nj5l5 uuid:28882c35-4159-4c2d-bc9c-ef5cd2bc493e logicalSwitch:ip-10-0-1-185.ec2.internal ips:[0xc00a17c450] mac:[10 88 10 129 0 4] expires:{wall:0 ext:0 loc:}} with IP: [10.129.0.4/23] and MAC: 0a:58:0a:81:00:04 I0311 09:46:54.424080 3375 pods.go:253] [openshift-multus/network-metrics-daemon-nj5l5] addLogicalPort took 942.425µs, libovsdb time 299.763µs I0311 09:46:54.424088 3375 obj_retry.go:383] Retry successful for *v1.Pod openshift-multus/network-metrics-daemon-nj5l5 after 0 failed attempt(s) I0311 09:46:54.424095 3375 default_network_controller.go:705] Recording success event on pod openshift-multus/network-metrics-daemon-nj5l5 I0311 09:46:54.424053 3375 model_client.go:383] Update operations generated as: [{Op:update Table:NAT Row:map[external_ip:10.0.1.185 external_port_range:32768-60999 logical_ip:10.129.0.3 options:{GoMap:map[stateless:false]} type:snat] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {63374087-b6c5-4dcb-9d99-23142313f069}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:54.424083 3375 ovnkube_controller.go:780] Unexpected last event type (2) in cache for pod with UID "0138b6a4-682b-480a-abbc-ef054544dcbc" I0311 09:46:54.424123 3375 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:63374087-b6c5-4dcb-9d99-23142313f069}]}}] Timeout: Where:[where column _uuid == {de72eca9-7088-4094-85bb-82e1e44661c5}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:54.424145 3375 transact.go:43] Configuring OVN: [{Op:update Table:Logical_Switch_Port Row:map[addresses:{GoSet:[0a:58:0a:81:00:03 10.129.0.3]} options:{GoMap:map[iface-id-ver:5307188b-0622-462a-a7c0-780b17dc40d6 requested-chassis:ip-10-0-1-185.ec2.internal]} port_security:{GoSet:[0a:58:0a:81:00:03 10.129.0.3]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {04000d89-070b-40f8-958c-16606ed35137}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:04000d89-070b-40f8-958c-16606ed35137}]}}] Timeout: Where:[where column _uuid == {8315dd4c-3f44-451a-ba18-b4bbf5b74294}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:04000d89-070b-40f8-958c-16606ed35137}]}}] Timeout: Where:[where column _uuid == {19cbe0cf-51e8-4181-8894-bde97a1f7f99}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:update Table:NAT Row:map[external_ip:10.0.1.185 external_port_range:32768-60999 logical_ip:10.129.0.3 options:{GoMap:map[stateless:false]} type:snat] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {63374087-b6c5-4dcb-9d99-23142313f069}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:nat Mutator:insert Value:{GoSet:[{GoUUID:63374087-b6c5-4dcb-9d99-23142313f069}]}}] Timeout: Where:[where column _uuid == {de72eca9-7088-4094-85bb-82e1e44661c5}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:54.424434 3375 port_cache.go:96] port-cache(openshift-network-diagnostics_network-check-target-hshsz): added port &{name:openshift-network-diagnostics_network-check-target-hshsz uuid:04000d89-070b-40f8-958c-16606ed35137 logicalSwitch:ip-10-0-1-185.ec2.internal ips:[0xc009cf86f0] mac:[10 88 10 129 0 3] expires:{wall:0 ext:0 loc:}} with IP: [10.129.0.3/23] and MAC: 0a:58:0a:81:00:03 I0311 09:46:54.424457 3375 pods.go:253] [openshift-network-diagnostics/network-check-target-hshsz] addLogicalPort took 1.281012ms, libovsdb time 282.074µs I0311 09:46:54.424464 3375 obj_retry.go:383] Retry successful for *v1.Pod openshift-network-diagnostics/network-check-target-hshsz after 0 failed attempt(s) I0311 09:46:54.424469 3375 default_network_controller.go:705] Recording success event on pod openshift-network-diagnostics/network-check-target-hshsz I0311 09:46:54.424477 3375 obj_retry.go:417] Function iterateRetryResources for *v1.Pod ended (in 1.502279ms) I0311 09:46:54.424487 3375 ovnkube_controller.go:780] Unexpected last event type (2) in cache for pod with UID "5307188b-0622-462a-a7c0-780b17dc40d6" I0311 09:46:54.431524 3375 gateway_shared_intf.go:2533] Creating Gateway Node Port Watcher I0311 09:46:54.431539 3375 ovs.go:160] Exec(50): /usr/bin/ovs-vsctl --timeout=15 --if-exists get interface ens5 ofport I0311 09:46:54.431758 3375 obj_retry.go:565] Update event received for resource *v1.Node, old object is equal to new: false I0311 09:46:54.431780 3375 obj_retry.go:617] Update event received for *v1.Node ip-10-0-1-185.ec2.internal I0311 09:46:54.431798 3375 obj_retry.go:565] Update event received for resource *factory.egressNode, old object is equal to new: false I0311 09:46:54.431807 3375 obj_retry.go:617] Update event received for *factory.egressNode ip-10-0-1-185.ec2.internal I0311 09:46:54.436102 3375 ovs.go:163] Exec(50): stdout: "1\n" I0311 09:46:54.436114 3375 ovs.go:164] Exec(50): stderr: "" I0311 09:46:54.441582 3375 iptables.go:108] Creating table: mangle chain: OUTPUT I0311 09:46:54.442547 3375 iptables.go:110] Chain: "OUTPUT" in table: "mangle" already exists, skipping creation: running [/usr/sbin/iptables -t mangle -N OUTPUT --wait]: exit status 1: iptables: Chain already exists. I0311 09:46:54.443565 3375 iptables.go:121] Adding rule in table: mangle, chain: OUTPUT with args: "-j OVN-KUBE-ITP" for protocol: 0 I0311 09:46:54.444592 3375 iptables.go:108] Creating table: nat chain: OUTPUT I0311 09:46:54.445545 3375 iptables.go:110] Chain: "OUTPUT" in table: "nat" already exists, skipping creation: running [/usr/sbin/iptables -t nat -N OUTPUT --wait]: exit status 1: iptables: Chain already exists. I0311 09:46:54.446546 3375 iptables.go:121] Adding rule in table: nat, chain: OUTPUT with args: "-j OVN-KUBE-ITP" for protocol: 0 I0311 09:46:54.463289 3375 iptables.go:108] Creating table: nat chain: PREROUTING I0311 09:46:54.464281 3375 iptables.go:110] Chain: "PREROUTING" in table: "nat" already exists, skipping creation: running [/usr/sbin/iptables -t nat -N PREROUTING --wait]: exit status 1: iptables: Chain already exists. I0311 09:46:54.465321 3375 iptables.go:121] Adding rule in table: nat, chain: PREROUTING with args: "-j OVN-KUBE-NODEPORT" for protocol: 0 I0311 09:46:54.467363 3375 iptables.go:121] Adding rule in table: nat, chain: OUTPUT with args: "-j OVN-KUBE-NODEPORT" for protocol: 0 I0311 09:46:54.469412 3375 iptables.go:121] Adding rule in table: nat, chain: PREROUTING with args: "-j OVN-KUBE-EXTERNALIP" for protocol: 0 I0311 09:46:54.471403 3375 iptables.go:121] Adding rule in table: nat, chain: OUTPUT with args: "-j OVN-KUBE-EXTERNALIP" for protocol: 0 I0311 09:46:54.473498 3375 iptables.go:121] Adding rule in table: nat, chain: PREROUTING with args: "-j OVN-KUBE-ETP" for protocol: 0 I0311 09:46:54.505109 3375 iptables.go:108] Creating table: filter chain: FORWARD I0311 09:46:54.506159 3375 iptables.go:110] Chain: "FORWARD" in table: "filter" already exists, skipping creation: running [/usr/sbin/iptables -t filter -N FORWARD --wait]: exit status 1: iptables: Chain already exists. I0311 09:46:54.507499 3375 iptables.go:121] Adding rule in table: filter, chain: FORWARD with args: "-s 10.128.0.0/14 -j ACCEPT" for protocol: 0 I0311 09:46:54.509911 3375 iptables.go:121] Adding rule in table: filter, chain: FORWARD with args: "-d 10.128.0.0/14 -j ACCEPT" for protocol: 0 I0311 09:46:54.512311 3375 iptables.go:121] Adding rule in table: filter, chain: FORWARD with args: "-s 172.30.0.0/16 -j ACCEPT" for protocol: 0 I0311 09:46:54.514659 3375 iptables.go:121] Adding rule in table: filter, chain: FORWARD with args: "-d 172.30.0.0/16 -j ACCEPT" for protocol: 0 I0311 09:46:54.517019 3375 iptables.go:121] Adding rule in table: filter, chain: FORWARD with args: "-s 169.254.0.1 -j ACCEPT" for protocol: 0 I0311 09:46:54.519397 3375 iptables.go:121] Adding rule in table: filter, chain: FORWARD with args: "-d 169.254.0.1 -j ACCEPT" for protocol: 0 I0311 09:46:54.520677 3375 gateway_shared_intf.go:2855] Ensuring IP Neighbor entry for: 169.254.0.1 W0311 09:46:54.520790 3375 gateway_shared_intf.go:2861] Failed to remove IP neighbor entry for ip 169.254.0.1, on iface br-ex: failed to delete neighbour entry 169.254.0.1 : no such file or directory I0311 09:46:54.520841 3375 gateway_shared_intf.go:2855] Ensuring IP Neighbor entry for: 169.254.0.4 W0311 09:46:54.520923 3375 gateway_shared_intf.go:2861] Failed to remove IP neighbor entry for ip 169.254.0.4, on iface br-ex: failed to delete neighbour entry 169.254.0.4 : no such file or directory I0311 09:46:54.520977 3375 gateway_init.go:431] Gateway and management port readiness took 1.672028496s I0311 09:46:54.521007 3375 controller.go:132] Adding controller [node-nad-controller NAD controller] event handlers I0311 09:46:54.521036 3375 shared_informer.go:313] Waiting for caches to sync for [node-nad-controller NAD controller] I0311 09:46:54.521045 3375 shared_informer.go:320] Caches are synced for [node-nad-controller NAD controller] I0311 09:46:54.521055 3375 controller.go:156] Starting controller [node-nad-controller NAD controller] with 1 workers I0311 09:46:54.521205 3375 network_controller.go:246] [node-nad-controller network controller]: syncing all networks I0311 09:46:54.521235 3375 network_controller.go:257] [node-nad-controller network controller]: finished syncing all networks. Time taken: 27.695µs I0311 09:46:54.521243 3375 controller.go:156] Starting controller [node-nad-controller network controller] with 1 workers I0311 09:46:54.521256 3375 nad_controller.go:162] [node-nad-controller NAD controller]: started I0311 09:46:54.521267 3375 default_node_network_controller.go:986] Starting the default node network controller I0311 09:46:54.521286 3375 gateway_init.go:441] Initializing Gateway Functionality for gateway Start I0311 09:46:54.521418 3375 gateway_localnet.go:68] Node local addresses initialized to: map[10.0.1.185:{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::cfe:dc4a:1b66:d5d7:{fe80:: ffffffffffffffff0000000000000000} fe80::e871:17ff:fe2c:ca10:{fe80:: ffffffffffffffff0000000000000000}] I0311 09:46:54.521529 3375 default_node_network_controller.go:1676] MTU (9001) of network interface br-ex is big enough to deal with Geneve header overhead (sum 8959). I0311 09:46:54.521545 3375 default_node_network_controller.go:1106] Upgrade Hack: Interconnect is enabled I0311 09:46:54.521577 3375 default_node_network_controller.go:1130] Upgrade Hack: node ip-10-0-0-247.ec2.internal, subnet 10.128.0.0/23 I0311 09:46:54.521597 3375 ovs.go:160] Exec(51): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns _uuid find logical_flow match="reg7 == 0 && ip4.dst == 10.128.0.0/23" I0311 09:46:54.530317 3375 ovs.go:163] Exec(51): stdout: "295445e8-09de-4cfc-8c1a-b3ffb906b34d\n" I0311 09:46:54.530330 3375 ovs.go:164] Exec(51): stderr: "" I0311 09:46:54.530338 3375 default_node_network_controller.go:766] Upgrade Hack: checkOVNSBNodeLRSR for node - 10.128.0.0/23 : match match="reg7 == 0 && ip4.dst == 10.128.0.0/23" : stdout - 295445e8-09de-4cfc-8c1a-b3ffb906b34d : stderr - : err I0311 09:46:54.530359 3375 default_node_network_controller.go:1130] Upgrade Hack: node ip-10-0-2-212.ec2.internal, subnet 10.130.0.0/23 I0311 09:46:54.530370 3375 ovs.go:160] Exec(52): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns _uuid find logical_flow match="reg7 == 0 && ip4.dst == 10.130.0.0/23" I0311 09:46:54.538641 3375 ovs.go:163] Exec(52): stdout: "" I0311 09:46:54.538653 3375 ovs.go:164] Exec(52): stderr: "" I0311 09:46:54.538660 3375 default_node_network_controller.go:766] Upgrade Hack: checkOVNSBNodeLRSR for node - 10.130.0.0/23 : match match="reg7 == 0 && ip4.dst == 10.130.0.0/23" : stdout - : stderr - : err I0311 09:46:54.959319 3375 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-465a615fe0d5ac1012d0a9fac284d2187711222cce2e20f0785ac685ac0517ca.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2dcontainers_2dstorage_2doverlay_2d465a615fe0d5ac1012d0a9fac284d2187711222cce2e20f0785ac685ac0517ca_2emount"}, Sequence:0x39} I0311 09:46:54.959369 3375 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:0x3a} I0311 09:46:54.959385 3375 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:0x3b} I0311 09:46:54.959921 3375 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:0x3c} I0311 09:46:54.959961 3375 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:0x3d} I0311 09:46:54.960101 3375 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:0x3e} I0311 09:46:54.960133 3375 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:0x3f} I0311 09:46:54.960256 3375 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:0x40} I0311 09:46:54.960316 3375 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:0x64cbc81b437a3}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6a558b}, "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:0x64cbc81b3d569}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x69f351}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cbc81b3d543}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x69f32c}, "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:0x64cbc81b41db1}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6a3b99}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xaa, 0x5, 0x1, 0x5b, 0xbf, 0xf9, 0x4f, 0xb7, 0x8b, 0x26, 0x4a, 0x38, 0xf7, 0x66, 0x7f, 0x43}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cbc81b437a3}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6a558b}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"mounted"}}, []string{"Conditions", "Asserts"}}, Sequence:0x41} I0311 09:46:54.960388 3375 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:0x64cbc81608cdc}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x16aac4}, "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:0x64cbc81608cdc}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x16aac4}, "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:0x64cbc81608cdc}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x16aac4}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0x42} I0311 09:46:54.960452 3375 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:0x43} I0311 09:46:54.960621 3375 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:0x64cbc8162c928}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x18e710}, "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:0x64cbc8162c8c4}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x18e6ac}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cbc8162c8c3}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x18e6ab}, "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:0x64cbc8162c928}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x18e710}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x6, 0x21, 0x9a, 0xc6, 0xaf, 0x7f, 0x42, 0xef, 0xba, 0x6a, 0x16, 0x3b, 0x8, 0xc4, 0x22, 0xa5}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cbc81a57190}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x5b8f78}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x44} I0311 09:46:54.960669 3375 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-465a615fe0d5ac1012d0a9fac284d2187711222cce2e20f0785ac685ac0517ca-merged.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2dcontainers_2dstorage_2doverlay_2d465a615fe0d5ac1012d0a9fac284d2187711222cce2e20f0785ac685ac0517ca_2dmerged_2emount"}, Sequence:0x45} I0311 09:46:54.960683 3375 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:0x64cbc819e0ef4}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x542cdc}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0x46} I0311 09:46:54.960835 3375 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:0x64cbc81b3cbf7}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x69e9de}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cbc8187ee0c}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3e0bf3}, "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:0x64cbc81b3cbf1}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x69e9d9}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cbc81b3cbf0}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x69e9d8}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cbc8187ee0c}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3e0bf3}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cbc81b3cbf7}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x69e9de}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x3b, 0x29, 0x49, 0x8a, 0x10, 0x51, 0x48, 0x4c, 0xb0, 0xcc, 0x94, 0xf1, 0x6c, 0x30, 0x5e, 0xf7}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cbc81b3cbf7}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x69e9de}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0x47} I0311 09:46:54.960879 3375 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:0x64cbc81b70b8b}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6d2973}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cbc8187df7a}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3dfd62}, "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:0x64cbc81b70b81}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6d2968}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cbc81b70b7e}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6d2966}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cbc8187df7a}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3dfd62}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cbc81b70b8b}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6d2973}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x7a, 0x49, 0x4e, 0x41, 0x88, 0x53, 0x47, 0x3e, 0x9d, 0x67, 0xe9, 0xd1, 0x12, 0xe4, 0x7f, 0x62}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cbc81b70b8b}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6d2973}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0x48} I0311 09:46:54.960916 3375 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-465a615fe0d5ac1012d0a9fac284d2187711222cce2e20f0785ac685ac0517ca.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2dcontainers_2dstorage_2doverlay_2d465a615fe0d5ac1012d0a9fac284d2187711222cce2e20f0785ac685ac0517ca_2emount"}, Sequence:0x49} I0311 09:46:54.961010 3375 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:0x4a} I0311 09:46:54.961024 3375 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:0x4b} I0311 09:46:54.961031 3375 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:0x4c} I0311 09:46:54.961085 3375 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:0x4d} I0311 09:46:55.015139 3375 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-56a0dea0517a7cb764e34344b20e7cd0a6c471560c0e5b68106e8d9b7ce76e3a.scope", "/org/freedesktop/systemd1/unit/crio_2dconmon_2d56a0dea0517a7cb764e34344b20e7cd0a6c471560c0e5b68106e8d9b7ce76e3a_2escope"}, Sequence:0x4e} I0311 09:46:55.015175 3375 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.JobNew", Body:[]interface {}{0x3d7, "/org/freedesktop/systemd1/job/983", "crio-conmon-56a0dea0517a7cb764e34344b20e7cd0a6c471560c0e5b68106e8d9b7ce76e3a.scope"}, Sequence:0x4f} I0311 09:46:55.015323 3375 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/kubepods_2dburstable_2dpod4b2e6c23_5f238a_5f4ac1_5fbe9f_5f874ee94791ff_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:0x64cbc827cfccc}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x118c178}, "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:0x64cbc827cf985}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x118be31}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cbc827cf983}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x118be2f}, "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:0x64cbc827cfccc}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x118c178}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x71, 0xef, 0x7f, 0x42, 0x3c, 0x90, 0x4c, 0x3a, 0x8a, 0xab, 0xdc, 0x16, 0xbf, 0x81, 0xe3, 0x9a}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cbc827cfccc}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x118c178}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0x50} I0311 09:46:55.015396 3375 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:0x9de}, "ExecMainStartTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cbc824aa841}, "ExecMainStartTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0xe66ced}, "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:0x9de}, "NRestarts":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0x0}, "ReloadResult":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}, "Result":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}, "StatusErrno":dbus.Variant{sig:dbus.Signature{str:"i"}, value:0}, "StatusText":dbus.Variant{sig:dbus.Signature{str:"s"}, value:""}, "UID":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0xffffffff}}, []string{"ExecCondition", "ExecConditionEx", "ExecStartPre", "ExecStartPreEx", "ExecStart", "ExecStartEx", "ExecStartPost", "ExecStartPostEx", "ExecReload", "ExecReloadEx", "ExecStop", "ExecStopEx", "ExecStopPost", "ExecStopPostEx"}}, Sequence:0x51} I0311 09:46:55.015445 3375 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:0x64cbc8255955e}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0xf15a0a}, "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:0x64cbc824a670b}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0xe62bb7}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cbc824a6709}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0xe62bb6}, "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:0x64cbc824aa90d}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0xe66dba}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x0, 0xab, 0xd8, 0x5b, 0xef, 0x31, 0x4d, 0x59, 0x96, 0x62, 0x3f, 0x4, 0x98, 0x67, 0x6d, 0x5}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cbc8255955e}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0xf15a0a}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x52} I0311 09:46:55.022269 3375 default_node_network_controller.go:1130] Upgrade Hack: node ip-10-0-0-247.ec2.internal, subnet 10.128.0.0/23 I0311 09:46:55.022297 3375 ovs.go:160] Exec(53): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns _uuid find logical_flow match="reg7 == 0 && ip4.dst == 10.128.0.0/23" I0311 09:46:55.025501 3375 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2d56a0dea0517a7cb764e34344b20e7cd0a6c471560c0e5b68106e8d9b7ce76e3a_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} I0311 09:46:55.025540 3375 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2d56a0dea0517a7cb764e34344b20e7cd0a6c471560c0e5b68106e8d9b7ce76e3a_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:0x64cbc84279d0c}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2c361b8}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cbc84279d0a}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2c361b6}, "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{0x6f, 0x4c, 0xa, 0x1, 0xf4, 0xdc, 0x40, 0x1d, 0xb3, 0x9d, 0xbd, 0xf8, 0x4f, 0xd7, 0x9e, 0xd0}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x3d7, "/org/freedesktop/systemd1/job/983"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0x54} I0311 09:46:55.025635 3375 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2d56a0dea0517a7cb764e34344b20e7cd0a6c471560c0e5b68106e8d9b7ce76e3a_2escope", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Scope", map[string]dbus.Variant{"Controller":dbus.Variant{sig:dbus.Signature{str:"s"}, value:""}, "Result":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}}, []string{}}, Sequence:0x55} I0311 09:46:55.025862 3375 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2d56a0dea0517a7cb764e34344b20e7cd0a6c471560c0e5b68106e8d9b7ce76e3a_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:0x64cbc8427c4f0}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2c3899c}, "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:0x64cbc84279d0c}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2c361b8}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cbc84279d0a}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2c361b6}, "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:0x64cbc8427c4f0}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2c3899c}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x6f, 0x4c, 0xa, 0x1, 0xf4, 0xdc, 0x40, 0x1d, 0xb3, 0x9d, 0xbd, 0xf8, 0x4f, 0xd7, 0x9e, 0xd0}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x3d7, "/org/freedesktop/systemd1/job/983"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cbc8427c4f0}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2c3899c}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x56} I0311 09:46:55.025936 3375 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.JobRemoved", Body:[]interface {}{0x3d7, "/org/freedesktop/systemd1/job/983", "crio-conmon-56a0dea0517a7cb764e34344b20e7cd0a6c471560c0e5b68106e8d9b7ce76e3a.scope", "done"}, Sequence:0x57} I0311 09:46:55.025951 3375 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2d56a0dea0517a7cb764e34344b20e7cd0a6c471560c0e5b68106e8d9b7ce76e3a_2escope", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Scope", map[string]dbus.Variant{"Controller":dbus.Variant{sig:dbus.Signature{str:"s"}, value:""}, "Result":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}}, []string{}}, Sequence:0x58} I0311 09:46:55.026081 3375 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2d56a0dea0517a7cb764e34344b20e7cd0a6c471560c0e5b68106e8d9b7ce76e3a_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:0x64cbc8427c4f0}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2c3899c}, "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:0x64cbc84279d0c}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2c361b8}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cbc84279d0a}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2c361b6}, "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:0x64cbc8427c4f0}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2c3899c}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x6f, 0x4c, 0xa, 0x1, 0xf4, 0xdc, 0x40, 0x1d, 0xb3, 0x9d, 0xbd, 0xf8, 0x4f, 0xd7, 0x9e, 0xd0}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cbc8427c4f0}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2c3899c}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x59} I0311 09:46:55.030229 3375 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-56a0dea0517a7cb764e34344b20e7cd0a6c471560c0e5b68106e8d9b7ce76e3a.scope", "/org/freedesktop/systemd1/unit/crio_2d56a0dea0517a7cb764e34344b20e7cd0a6c471560c0e5b68106e8d9b7ce76e3a_2escope"}, Sequence:0x5a} I0311 09:46:55.030255 3375 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.JobNew", Body:[]interface {}{0x3dd, "/org/freedesktop/systemd1/job/989", "crio-56a0dea0517a7cb764e34344b20e7cd0a6c471560c0e5b68106e8d9b7ce76e3a.scope"}, Sequence:0x5b} I0311 09:46:55.030363 3375 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:0x64cbc819e4d0f}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x546af7}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0x5c} I0311 09:46:55.030526 3375 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:0x9de}, "ExecMainStartTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cbc824aa841}, "ExecMainStartTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0xe66ced}, "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:0x9de}, "NRestarts":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0x0}, "ReloadResult":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}, "Result":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}, "StatusErrno":dbus.Variant{sig:dbus.Signature{str:"i"}, value:0}, "StatusText":dbus.Variant{sig:dbus.Signature{str:"s"}, value:""}, "UID":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0xffffffff}}, []string{"ExecCondition", "ExecConditionEx", "ExecStartPre", "ExecStartPreEx", "ExecStart", "ExecStartEx", "ExecStartPost", "ExecStartPostEx", "ExecReload", "ExecReloadEx", "ExecStop", "ExecStopEx", "ExecStopPost", "ExecStopPostEx"}}, Sequence:0x5d} I0311 09:46:55.030646 3375 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:0x64cbc8255955e}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0xf15a0a}, "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:0x64cbc824a670b}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0xe62bb7}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cbc824a6709}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0xe62bb6}, "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:0x64cbc824aa90d}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0xe66dba}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x0, 0xab, 0xd8, 0x5b, 0xef, 0x31, 0x4d, 0x59, 0x96, 0x62, 0x3f, 0x4, 0x98, 0x67, 0x6d, 0x5}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cbc8255955e}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0xf15a0a}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x5e} I0311 09:46:55.030726 3375 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/kubepods_2dburstable_2dpod4b2e6c23_5f238a_5f4ac1_5fbe9f_5f874ee94791ff_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:0x64cbc827cfccc}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x118c178}, "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:0x64cbc827cf985}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x118be31}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cbc827cf983}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x118be2f}, "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:0x64cbc827cfccc}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x118c178}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x71, 0xef, 0x7f, 0x42, 0x3c, 0x90, 0x4c, 0x3a, 0x8a, 0xab, 0xdc, 0x16, 0xbf, 0x81, 0xe3, 0x9a}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cbc827cfccc}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x118c178}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0x5f} I0311 09:46:55.031852 3375 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2d56a0dea0517a7cb764e34344b20e7cd0a6c471560c0e5b68106e8d9b7ce76e3a_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} I0311 09:46:55.031926 3375 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2d56a0dea0517a7cb764e34344b20e7cd0a6c471560c0e5b68106e8d9b7ce76e3a_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:0x64cbc8427d82e}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2c39cda}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cbc8427d82d}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2c39cd9}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xbd, 0x1c, 0x23, 0x9, 0xe3, 0x17, 0x49, 0x8, 0x8f, 0xcf, 0x42, 0x4d, 0x14, 0x35, 0xe1, 0x4e}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x3dd, "/org/freedesktop/systemd1/job/989"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0x61} I0311 09:46:55.032024 3375 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2d56a0dea0517a7cb764e34344b20e7cd0a6c471560c0e5b68106e8d9b7ce76e3a_2escope", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Scope", map[string]dbus.Variant{"Controller":dbus.Variant{sig:dbus.Signature{str:"s"}, value:""}, "Result":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}}, []string{}}, Sequence:0x62} I0311 09:46:55.032236 3375 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2d56a0dea0517a7cb764e34344b20e7cd0a6c471560c0e5b68106e8d9b7ce76e3a_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:0x64cbc8427ddb4}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2c3a260}, "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:0x64cbc8427d82e}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2c39cda}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cbc8427d82d}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2c39cd9}, "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:0x64cbc8427ddb4}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2c3a260}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xbd, 0x1c, 0x23, 0x9, 0xe3, 0x17, 0x49, 0x8, 0x8f, 0xcf, 0x42, 0x4d, 0x14, 0x35, 0xe1, 0x4e}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x3dd, "/org/freedesktop/systemd1/job/989"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cbc8427ddb4}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2c3a260}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x63} I0311 09:46:55.032315 3375 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.JobRemoved", Body:[]interface {}{0x3dd, "/org/freedesktop/systemd1/job/989", "crio-56a0dea0517a7cb764e34344b20e7cd0a6c471560c0e5b68106e8d9b7ce76e3a.scope", "done"}, Sequence:0x64} I0311 09:46:55.032330 3375 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2d56a0dea0517a7cb764e34344b20e7cd0a6c471560c0e5b68106e8d9b7ce76e3a_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} I0311 09:46:55.032424 3375 ovs.go:163] Exec(53): stdout: "295445e8-09de-4cfc-8c1a-b3ffb906b34d\n" I0311 09:46:55.032445 3375 ovs.go:164] Exec(53): stderr: "" I0311 09:46:55.032455 3375 default_node_network_controller.go:766] Upgrade Hack: checkOVNSBNodeLRSR for node - 10.128.0.0/23 : match match="reg7 == 0 && ip4.dst == 10.128.0.0/23" : stdout - 295445e8-09de-4cfc-8c1a-b3ffb906b34d : stderr - : err I0311 09:46:55.032479 3375 default_node_network_controller.go:1130] Upgrade Hack: node ip-10-0-2-212.ec2.internal, subnet 10.130.0.0/23 I0311 09:46:55.032445 3375 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2d56a0dea0517a7cb764e34344b20e7cd0a6c471560c0e5b68106e8d9b7ce76e3a_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:0x64cbc8427ddb4}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2c3a260}, "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:0x64cbc8427d82e}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2c39cda}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cbc8427d82d}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2c39cd9}, "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:0x64cbc8427ddb4}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2c3a260}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xbd, 0x1c, 0x23, 0x9, 0xe3, 0x17, 0x49, 0x8, 0x8f, 0xcf, 0x42, 0x4d, 0x14, 0x35, 0xe1, 0x4e}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cbc8427ddb4}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2c3a260}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x66} I0311 09:46:55.032496 3375 ovs.go:160] Exec(54): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns _uuid find logical_flow match="reg7 == 0 && ip4.dst == 10.130.0.0/23" I0311 09:46:55.041784 3375 ovs.go:163] Exec(54): stdout: "" I0311 09:46:55.041800 3375 ovs.go:164] Exec(54): stderr: "" I0311 09:46:55.041808 3375 default_node_network_controller.go:766] Upgrade Hack: checkOVNSBNodeLRSR for node - 10.130.0.0/23 : match match="reg7 == 0 && ip4.dst == 10.130.0.0/23" : stdout - : stderr - : err I0311 09:46:55.060999 3375 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2d56a0dea0517a7cb764e34344b20e7cd0a6c471560c0e5b68106e8d9b7ce76e3a_2escope", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Scope", map[string]dbus.Variant{"Controller":dbus.Variant{sig:dbus.Signature{str:"s"}, value:""}, "Result":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}}, []string{}}, Sequence:0x67} I0311 09:46:55.061073 3375 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2d56a0dea0517a7cb764e34344b20e7cd0a6c471560c0e5b68106e8d9b7ce76e3a_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:0x64cbc8427ddb4}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2c3a260}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cbc84284e0d}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2c412b9}, "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:0x64cbc8427d82e}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2c39cda}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cbc8427d82d}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2c39cd9}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cbc84284e0d}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2c412b9}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cbc8427ddb4}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2c3a260}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xbd, 0x1c, 0x23, 0x9, 0xe3, 0x17, 0x49, 0x8, 0x8f, 0xcf, 0x42, 0x4d, 0x14, 0x35, 0xe1, 0x4e}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cbc84284e0d}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2c412b9}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0x68} I0311 09:46:55.061118 3375 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-56a0dea0517a7cb764e34344b20e7cd0a6c471560c0e5b68106e8d9b7ce76e3a.scope", "/org/freedesktop/systemd1/unit/crio_2d56a0dea0517a7cb764e34344b20e7cd0a6c471560c0e5b68106e8d9b7ce76e3a_2escope"}, Sequence:0x69} I0311 09:46:55.067894 3375 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2d56a0dea0517a7cb764e34344b20e7cd0a6c471560c0e5b68106e8d9b7ce76e3a_2escope", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Scope", map[string]dbus.Variant{"Controller":dbus.Variant{sig:dbus.Signature{str:"s"}, value:""}, "Result":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}}, []string{}}, Sequence:0x6a} I0311 09:46:55.067985 3375 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2d56a0dea0517a7cb764e34344b20e7cd0a6c471560c0e5b68106e8d9b7ce76e3a_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:0x64cbc8427c4f0}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2c3899c}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cbc8428694c}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2c42df9}, "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:0x64cbc84279d0c}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2c361b8}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cbc84279d0a}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2c361b6}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cbc8428694c}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2c42df9}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cbc8427c4f0}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2c3899c}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x6f, 0x4c, 0xa, 0x1, 0xf4, 0xdc, 0x40, 0x1d, 0xb3, 0x9d, 0xbd, 0xf8, 0x4f, 0xd7, 0x9e, 0xd0}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x64cbc8428694c}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2c42df9}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0x6b} I0311 09:46:55.068039 3375 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-56a0dea0517a7cb764e34344b20e7cd0a6c471560c0e5b68106e8d9b7ce76e3a.scope", "/org/freedesktop/systemd1/unit/crio_2dconmon_2d56a0dea0517a7cb764e34344b20e7cd0a6c471560c0e5b68106e8d9b7ce76e3a_2escope"}, Sequence:0x6c} I0311 09:46:55.096479 3375 node_tracker.go:211] Processing possible switch / router updates for node ip-10-0-2-212.ec2.internal in network "default" I0311 09:46:55.096536 3375 obj_retry.go:565] Update event received for resource *v1.Node, old object is equal to new: false I0311 09:46:55.096555 3375 obj_retry.go:617] Update event received for *v1.Node ip-10-0-2-212.ec2.internal I0311 09:46:55.096555 3375 node_tracker.go:238] Node ip-10-0-2-212.ec2.internal has invalid / no gateway config: k8s.ovn.org/l3-gateway-config annotation not found for node "ip-10-0-2-212.ec2.internal" I0311 09:46:55.096571 3375 node_tracker.go:172] Node ip-10-0-2-212.ec2.internal switch + router changed, syncing services in network "default" I0311 09:46:55.096587 3375 services_controller.go:575] Full service sync requested for network=default I0311 09:46:55.096584 3375 default_network_controller.go:1011] Node "ip-10-0-2-212.ec2.internal" in remote zone "ip-10-0-2-212.ec2.internal", network "default", needs interconnect zone sync up. Zone cluster changed: false I0311 09:46:55.096606 3375 services_controller.go:640] Adding service openshift-apiserver/check-endpoints for network=default I0311 09:46:55.096610 3375 obj_retry.go:685] Failed to update *v1.Node, old=ip-10-0-2-212.ec2.internal, new=ip-10-0-2-212.ec2.internal, error: adding or updating remote node chassis ip-10-0-2-212.ec2.internal failed, err - failed to create or update chassis to remote for remote node ip-10-0-2-212.ec2.internal, error: failed to parse node chassis-id for node - ip-10-0-2-212.ec2.internal, error: suppressed error logged: k8s.ovn.org/node-chassis-id annotation not found for node ip-10-0-2-212.ec2.internal I0311 09:46:55.096618 3375 obj_retry.go:565] Update event received for resource *factory.egressNode, old object is equal to new: false I0311 09:46:55.096625 3375 services_controller.go:640] Adding service openshift-cloud-credential-operator/cco-metrics for network=default I0311 09:46:55.096626 3375 obj_retry.go:617] Update event received for *factory.egressNode ip-10-0-2-212.ec2.internal I0311 09:46:55.096633 3375 services_controller.go:640] Adding service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0311 09:46:55.096640 3375 services_controller.go:640] Adding service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0311 09:46:55.096644 3375 services_controller.go:382] Processing sync for service openshift-apiserver/check-endpoints for network=default I0311 09:46:55.096647 3375 services_controller.go:640] Adding service openshift-console-operator/metrics for network=default I0311 09:46:55.096655 3375 services_controller.go:640] Adding service openshift-machine-config-operator/machine-config-daemon for network=default I0311 09:46:55.096661 3375 services_controller.go:640] Adding service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0311 09:46:55.096671 3375 services_controller.go:640] Adding service openshift-config-operator/metrics for network=default I0311 09:46:55.096678 3375 services_controller.go:640] Adding service openshift-dns-operator/metrics for network=default I0311 09:46:55.096685 3375 services_controller.go:640] Adding service openshift-ingress/router-default for network=default I0311 09:46:55.096691 3375 services_controller.go:640] Adding service default/kubernetes for network=default I0311 09:46:55.096699 3375 services_controller.go:640] Adding service openshift-cluster-machine-approver/machine-approver for network=default I0311 09:46:55.096701 3375 services_controller.go:382] Processing sync for service openshift-cloud-credential-operator/cco-metrics for network=default I0311 09:46:55.096710 3375 services_controller.go:382] Processing sync for service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0311 09:46:55.096716 3375 services_controller.go:382] Processing sync for service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0311 09:46:55.096652 3375 services_controller.go:460] Service openshift-apiserver/check-endpoints retrieved from lister for network=default: &Service{ObjectMeta:{check-endpoints openshift-apiserver 3e3f6011-18cb-4b03-b279-e7ada94ea809 2304 0 2026-03-11 09:37:29 +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 facf07c5-511e-473b-8e3b-771a14e8107e 0xc00754c9d7 }] [] []},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.91.179,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.91.179],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:55.096723 3375 services_controller.go:386] Finished syncing service node-tuning-operator on namespace openshift-cluster-node-tuning-operator for network=default : 14.64µs I0311 09:46:55.096725 3375 services_controller.go:382] Processing sync for service openshift-console-operator/metrics for network=default I0311 09:46:55.096739 3375 services_controller.go:382] Processing sync for service openshift-machine-config-operator/machine-config-daemon for network=default I0311 09:46:55.096758 3375 lb_config.go:1030] Cluster endpoints for openshift-apiserver/check-endpoints for network=default are: map[] I0311 09:46:55.096716 3375 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 c242180b-a6ec-432f-8e5e-0352b72a1b03 1141 0 2026-03-11 09:37: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 facf07c5-511e-473b-8e3b-771a14e8107e 0xc00754cb2b }] [] []},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.251.51,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.251.51],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:55.096775 3375 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.91.179"}, protocol:"TCP", inport:17698, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 09:46:55.096706 3375 services_controller.go:640] Adding service openshift-kube-storage-version-migrator-operator/metrics for network=default I0311 09:46:55.096739 3375 services_controller.go:460] Service openshift-console-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-console-operator 2be2f5a7-3cc1-4c9c-a8a9-141ad61d1dd8 3592 0 2026-03-11 09:37:56 +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 facf07c5-511e-473b-8e3b-771a14e8107e 0xc00754d0d7 }] [] []},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.62.251,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.62.251],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:55.096793 3375 services_controller.go:470] Built service openshift-apiserver/check-endpoints LB per-node configs for network=default: []services.lbConfig(nil) I0311 09:46:55.096729 3375 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 16b01427-93f4-4fb7-8212-1ec97d25975f 901 0 2026-03-11 09:37: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 facf07c5-511e-473b-8e3b-771a14e8107e 0xc00754cef7 }] [] []},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.188.119,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.188.119],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:55.096800 3375 lb_config.go:1030] Cluster endpoints for openshift-cloud-credential-operator/cco-metrics for network=default are: map[] I0311 09:46:55.096804 3375 services_controller.go:640] Adding service openshift-machine-config-operator/machine-config-operator for network=default I0311 09:46:55.096750 3375 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 28c7958c-99f6-427c-9231-15b2071df65b 868 0 2026-03-11 09:37: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 facf07c5-511e-473b-8e3b-771a14e8107e 0xc00754db47 }] [] []},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.36.188,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.36.188],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:55.096813 3375 services_controller.go:640] Adding service openshift-network-diagnostics/network-check-target for network=default I0311 09:46:55.096815 3375 lb_config.go:1030] Cluster endpoints for openshift-console-operator/metrics for network=default are: map[] I0311 09:46:55.096812 3375 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.251.51"}, protocol:"TCP", inport:8443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 09:46:55.096821 3375 services_controller.go:640] Adding service default/openshift-apiserver for network=default I0311 09:46:55.096826 3375 services_controller.go:470] Built service openshift-cloud-credential-operator/cco-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 09:46:55.096829 3375 services_controller.go:640] Adding service openshift-cluster-samples-operator/metrics for network=default I0311 09:46:55.096829 3375 lb_config.go:1030] Cluster endpoints for openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default are: map[] I0311 09:46:55.096833 3375 lb_config.go:1030] Cluster endpoints for openshift-machine-config-operator/machine-config-daemon for network=default are: map[] I0311 09:46:55.096835 3375 services_controller.go:640] Adding service openshift-network-console/networking-console-plugin for network=default I0311 09:46:55.096831 3375 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.62.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}} I0311 09:46:55.096843 3375 services_controller.go:640] Adding service default/packageserver for network=default I0311 09:46:55.096843 3375 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.36.188"}, 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.36.188"}, protocol:"TCP", inport:8798, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 09:46:55.096849 3375 services_controller.go:470] Built service openshift-console-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 09:46:55.096846 3375 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.188.119"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 09:46:55.096856 3375 services_controller.go:470] Built service openshift-machine-config-operator/machine-config-daemon LB per-node configs for network=default: []services.lbConfig(nil) I0311 09:46:55.096861 3375 services_controller.go:471] Built service openshift-console-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:55.096864 3375 services_controller.go:471] Built service openshift-machine-config-operator/machine-config-daemon LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:55.096863 3375 services_controller.go:470] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 09:46:55.096875 3375 services_controller.go:471] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:55.096803 3375 services_controller.go:471] Built service openshift-apiserver/check-endpoints LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:55.096876 3375 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.62.251", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:55.096833 3375 services_controller.go:471] Built service openshift-cloud-credential-operator/cco-metrics LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:55.096882 3375 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.36.188", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.36.188", Port:8798, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:55.096899 3375 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.91.179", Port:17698, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:55.096895 3375 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.188.119", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:55.096917 3375 services_controller.go:478] Built service openshift-machine-config-operator/machine-config-daemon per-node LB for network=default: []services.LB{} I0311 09:46:55.096913 3375 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.251.51", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:55.096926 3375 services_controller.go:478] Built service openshift-apiserver/check-endpoints per-node LB for network=default: []services.LB{} I0311 09:46:55.096930 3375 services_controller.go:479] Built service openshift-machine-config-operator/machine-config-daemon template LB for network=default: []services.LB{} I0311 09:46:55.096931 3375 services_controller.go:478] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics per-node LB for network=default: []services.LB{} I0311 09:46:55.096937 3375 services_controller.go:478] Built service openshift-cloud-credential-operator/cco-metrics per-node LB for network=default: []services.LB{} I0311 09:46:55.096940 3375 services_controller.go:479] Built service openshift-apiserver/check-endpoints template LB for network=default: []services.LB{} I0311 09:46:55.096943 3375 services_controller.go:480] Service openshift-machine-config-operator/machine-config-daemon for network=default has 2 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0311 09:46:55.096945 3375 services_controller.go:479] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics template LB for network=default: []services.LB{} I0311 09:46:55.096951 3375 services_controller.go:480] Service openshift-apiserver/check-endpoints for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0311 09:46:55.096959 3375 services_controller.go:480] Service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0311 09:46:55.096968 3375 services_controller.go:497] Skipping no-op change for service openshift-machine-config-operator/machine-config-daemon for network=default I0311 09:46:55.096973 3375 services_controller.go:497] Skipping no-op change for service openshift-apiserver/check-endpoints for network=default I0311 09:46:55.096976 3375 services_controller.go:386] Finished syncing service machine-config-daemon on namespace openshift-machine-config-operator for network=default : 235.492µs I0311 09:46:55.096979 3375 services_controller.go:386] Finished syncing service check-endpoints on namespace openshift-apiserver for network=default : 336.512µs I0311 09:46:55.096988 3375 services_controller.go:382] Processing sync for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0311 09:46:55.096990 3375 services_controller.go:382] Processing sync for service openshift-config-operator/metrics for network=default I0311 09:46:55.096946 3375 services_controller.go:479] Built service openshift-cloud-credential-operator/cco-metrics template LB for network=default: []services.LB{} I0311 09:46:55.097005 3375 services_controller.go:480] Service openshift-cloud-credential-operator/cco-metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0311 09:46:55.097025 3375 services_controller.go:497] Skipping no-op change for service openshift-cloud-credential-operator/cco-metrics for network=default I0311 09:46:55.097034 3375 services_controller.go:386] Finished syncing service cco-metrics on namespace openshift-cloud-credential-operator for network=default : 337.916µs I0311 09:46:55.096999 3375 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 4eb2a72e-7e9b-43b3-a2e6-443aaa658e0b 960 0 2026-03-11 09:37: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 facf07c5-511e-473b-8e3b-771a14e8107e 0xc00754ce47 }] [] []},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.76.220,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.76.220],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:55.096999 3375 services_controller.go:460] Service openshift-config-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-config-operator f4859207-1b6e-4c18-ab17-2299b271e316 1584 0 2026-03-11 09:37: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 facf07c5-511e-473b-8e3b-771a14e8107e 0xc00754d017 }] [] []},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.105.113,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.105.113],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:55.097049 3375 services_controller.go:382] Processing sync for service openshift-dns-operator/metrics for network=default I0311 09:46:55.097066 3375 lb_config.go:1030] Cluster endpoints for openshift-config-operator/metrics for network=default are: map[] I0311 09:46:55.096988 3375 services_controller.go:497] Skipping no-op change for service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0311 09:46:55.097076 3375 services_controller.go:386] Finished syncing service csi-snapshot-controller-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 361.884µs I0311 09:46:55.097080 3375 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.105.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}} I0311 09:46:55.097088 3375 services_controller.go:382] Processing sync for service openshift-ingress/router-default for network=default I0311 09:46:55.097094 3375 services_controller.go:470] Built service openshift-config-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 09:46:55.096850 3375 services_controller.go:640] Adding service openshift-authentication-operator/metrics for network=default I0311 09:46:55.097105 3375 services_controller.go:640] Adding service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0311 09:46:55.097112 3375 services_controller.go:640] Adding service openshift-dns/dns-default for network=default I0311 09:46:55.097060 3375 services_controller.go:460] Service openshift-dns-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-dns-operator 31c83d3e-3d68-4c9b-b7fc-a2892980a982 1082 0 2026-03-11 09:37: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 facf07c5-511e-473b-8e3b-771a14e8107e 0xc00754d28f }] [] []},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.134.30,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.134.30],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:55.097116 3375 services_controller.go:640] Adding service openshift-ingress/router-internal-default for network=default I0311 09:46:55.097120 3375 services_controller.go:640] Adding service openshift-monitoring/cluster-monitoring-operator for network=default I0311 09:46:55.097124 3375 services_controller.go:640] Adding service default/openshift for network=default I0311 09:46:55.097128 3375 services_controller.go:640] Adding service default/openshift-oauth-apiserver for network=default I0311 09:46:55.097132 3375 services_controller.go:640] Adding service openshift-ingress-operator/metrics for network=default I0311 09:46:55.097135 3375 services_controller.go:640] Adding service openshift-kube-controller-manager-operator/metrics for network=default I0311 09:46:55.097135 3375 lb_config.go:1030] Cluster endpoints for openshift-dns-operator/metrics for network=default are: map[] I0311 09:46:55.097139 3375 services_controller.go:640] Adding service openshift-machine-config-operator/machine-config-controller for network=default I0311 09:46:55.097145 3375 services_controller.go:640] Adding service openshift-service-ca-operator/metrics for network=default I0311 09:46:55.097149 3375 services_controller.go:640] Adding service openshift-apiserver-operator/metrics for network=default I0311 09:46:55.097153 3375 services_controller.go:640] Adding service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0311 09:46:55.097159 3375 services_controller.go:640] Adding service openshift-network-diagnostics/network-check-source for network=default I0311 09:46:55.096898 3375 services_controller.go:478] Built service openshift-console-operator/metrics per-node LB for network=default: []services.LB{} I0311 09:46:55.097163 3375 services_controller.go:640] Adding service openshift-network-operator/metrics for network=default I0311 09:46:55.097168 3375 services_controller.go:640] Adding service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0311 09:46:55.097171 3375 services_controller.go:640] Adding service openshift-cluster-version/cluster-version-operator for network=default I0311 09:46:55.097097 3375 services_controller.go:460] Service openshift-ingress/router-default retrieved from lister for network=default: &Service{ObjectMeta:{router-default openshift-ingress 884996c3-3471-4f35-bac6-d60160573751 3682 0 2026-03-11 09:37:38 +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=2oveefiled799j1l8h60tce40faspn30,api.openshift.com/legal-entity-id=2h8L52xc1VHB4xLFE2YyPmAjYjI,api.openshift.com/name=kx-3a2a0e7f61,cluster-type=rosa-hcp,creation-date=2026-03-11,konflux-ci=true,red-hat-clustertype=rosa,red-hat-managed=true service.beta.kubernetes.io/aws-load-balancer-healthcheck-healthy-threshold:2 service.beta.kubernetes.io/aws-load-balancer-healthcheck-interval:10 service.beta.kubernetes.io/aws-load-balancer-healthcheck-timeout:4 service.beta.kubernetes.io/aws-load-balancer-healthcheck-unhealthy-threshold:2 service.beta.kubernetes.io/aws-load-balancer-type:nlb traffic-policy.network.alpha.openshift.io/local-with-fallback:] [{apps/v1 Deployment router-default e3db6bf5-9ef8-4b7b-a506-f3bf9f48ed73 0xc00754d6d7 }] [service.kubernetes.io/load-balancer-cleanup] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:http,Protocol:TCP,Port:80,TargetPort:{1 0 http},NodePort:30461,AppProtocol:nil,},ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{1 0 https},NodePort:31511,AppProtocol:nil,},},Selector:map[string]string{ingresscontroller.operator.openshift.io/deployment-ingresscontroller: default,},ClusterIP:172.30.90.137,Type:LoadBalancer,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:Local,HealthCheckNodePort:32363,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.90.137],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:*true,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{LoadBalancerIngress{IP:,Hostname:a884996c334714f35bac6d6016057375-b938fbaaaa50e06c.elb.us-east-1.amazonaws.com,IPMode:nil,Ports:[]PortStatus{},},},},Conditions:[]Condition{},},} I0311 09:46:55.097067 3375 lb_config.go:1030] Cluster endpoints for openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default are: map[] I0311 09:46:55.097189 3375 lb_config.go:1030] Cluster endpoints for openshift-ingress/router-default for network=default are: map[] I0311 09:46:55.097187 3375 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.76.220"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 09:46:55.097196 3375 lb_config.go:1053] Local endpoints for openshift-ingress/router-default for network=default are: map[] I0311 09:46:55.097202 3375 services_controller.go:470] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 09:46:55.097149 3375 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.134.30"}, protocol:"TCP", inport:9393, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 09:46:55.097205 3375 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.90.137"}, 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.90.137"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 09:46:55.097233 3375 services_controller.go:471] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:55.097235 3375 services_controller.go:470] Built service openshift-dns-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 09:46:55.097237 3375 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:30461, 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:31511, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:true, internalTrafficLocal:false, hasNodePort:true}} I0311 09:46:55.097248 3375 services_controller.go:471] Built service openshift-ingress/router-default LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:55.097254 3375 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.76.220", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:55.097175 3375 services_controller.go:640] Adding service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0311 09:46:55.097287 3375 services_controller.go:478] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics per-node LB for network=default: []services.LB{} I0311 09:46:55.097292 3375 services_controller.go:640] Adding service openshift-image-registry/image-registry for network=default I0311 09:46:55.097242 3375 services_controller.go:471] Built service openshift-dns-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:55.097297 3375 services_controller.go:640] Adding service openshift-ingress-canary/ingress-canary for network=default I0311 09:46:55.097302 3375 services_controller.go:640] Adding service openshift-insights/metrics for network=default I0311 09:46:55.097304 3375 services_controller.go:479] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics template LB for network=default: []services.LB{} I0311 09:46:55.097305 3375 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.134.30", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:55.097317 3375 services_controller.go:480] Service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0311 09:46:55.097321 3375 services_controller.go:478] Built service openshift-dns-operator/metrics per-node LB for network=default: []services.LB{} I0311 09:46:55.097328 3375 services_controller.go:479] Built service openshift-dns-operator/metrics template LB for network=default: []services.LB{} I0311 09:46:55.097336 3375 services_controller.go:480] Service openshift-dns-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0311 09:46:55.097345 3375 services_controller.go:497] Skipping no-op change for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0311 09:46:55.097353 3375 services_controller.go:386] Finished syncing service cluster-storage-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 364.239µs I0311 09:46:55.097174 3375 services_controller.go:479] Built service openshift-console-operator/metrics template LB for network=default: []services.LB{} I0311 09:46:55.097274 3375 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.90.137", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.90.137", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:55.097368 3375 services_controller.go:382] Processing sync for service default/kubernetes for network=default I0311 09:46:55.097379 3375 services_controller.go:460] Service default/kubernetes retrieved from lister for network=default: &Service{ObjectMeta:{kubernetes default 63dbedc6-9e52-48d2-99e1-31b0ccd4bb2b 274 0 2026-03-11 09:36:23 +0000 UTC map[component:apiserver provider:kubernetes] map[] [] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 6443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{},ClusterIP:172.30.0.1,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.0.1],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:55.097373 3375 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-185.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.185", Port:30461, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:30461, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.1.185", Port:31511, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:31511, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string(nil), Routers:[]string{"GR_ip-10-0-1-185.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-ingress/router-default_TCP_node_switch_ip-10-0-1-185.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:30461, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.1.185", Port:30461, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:30461, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:30461, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:31511, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.1.185", Port:31511, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:31511, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:31511, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-185.ec2.internal"}, Routers:[]string(nil), Groups:[]string(nil)}} I0311 09:46:55.097356 3375 services_controller.go:497] Skipping no-op change for service openshift-dns-operator/metrics for network=default I0311 09:46:55.097427 3375 services_controller.go:479] Built service openshift-ingress/router-default template LB for network=default: []services.LB{} I0311 09:46:55.097432 3375 services_controller.go:386] Finished syncing service metrics on namespace openshift-dns-operator for network=default : 383.288µs I0311 09:46:55.097435 3375 services_controller.go:480] Service openshift-ingress/router-default for network=default has 2 cluster-wide, 2 per-node configs, 0 template configs, making 1 (cluster) 2 (per node) and 0 (template) load balancers I0311 09:46:55.097443 3375 services_controller.go:382] Processing sync for service openshift-cluster-machine-approver/machine-approver for network=default I0311 09:46:55.097448 3375 services_controller.go:386] Finished syncing service machine-approver on namespace openshift-cluster-machine-approver for network=default : 7.118µs I0311 09:46:55.097447 3375 lb_config.go:1030] Cluster endpoints for default/kubernetes for network=default are: map[TCP/https:{6443 [172.20.0.1] []}] I0311 09:46:55.097465 3375 services_controller.go:469] Built service default/kubernetes LB cluster-wide configs for network=default: []services.lbConfig(nil) I0311 09:46:55.097105 3375 services_controller.go:471] Built service openshift-config-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:55.097471 3375 services_controller.go:497] Skipping no-op change for service openshift-ingress/router-default for network=default I0311 09:46:55.097476 3375 services_controller.go:386] Finished syncing service router-default on namespace openshift-ingress for network=default : 389.868µs I0311 09:46:55.097476 3375 services_controller.go:470] Built service default/kubernetes LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.0.1"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:6443, V4IPs:[]string{"172.20.0.1"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 09:46:55.097487 3375 services_controller.go:382] Processing sync for service openshift-machine-config-operator/machine-config-operator for network=default I0311 09:46:55.097493 3375 services_controller.go:471] Built service default/kubernetes LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:55.097488 3375 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.105.113", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:55.097511 3375 services_controller.go:478] Built service openshift-config-operator/metrics per-node LB for network=default: []services.LB{} I0311 09:46:55.097519 3375 services_controller.go:479] Built service openshift-config-operator/metrics template LB for network=default: []services.LB{} I0311 09:46:55.097454 3375 services_controller.go:382] Processing sync for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0311 09:46:55.097526 3375 services_controller.go:480] Service openshift-config-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0311 09:46:55.097493 3375 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 35767b48-06d9-40dd-a1cf-8af430da5f87 753 0 2026-03-11 09:37:08 +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 facf07c5-511e-473b-8e3b-771a14e8107e 0xc00754dbdb }] [] []},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.62.85,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.62.85],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:55.097540 3375 services_controller.go:497] Skipping no-op change for service openshift-config-operator/metrics for network=default I0311 09:46:55.097545 3375 services_controller.go:386] Finished syncing service metrics on namespace openshift-config-operator for network=default : 555.803µs I0311 09:46:55.097551 3375 lb_config.go:1030] Cluster endpoints for openshift-machine-config-operator/machine-config-operator for network=default are: map[] I0311 09:46:55.097557 3375 services_controller.go:382] Processing sync for service openshift-network-diagnostics/network-check-target for network=default I0311 09:46:55.097560 3375 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.62.85"}, protocol:"TCP", inport:9001, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 09:46:55.097570 3375 services_controller.go:470] Built service openshift-machine-config-operator/machine-config-operator LB per-node configs for network=default: []services.lbConfig(nil) I0311 09:46:55.097577 3375 services_controller.go:471] Built service openshift-machine-config-operator/machine-config-operator LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:55.097533 3375 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 81a0763e-a2df-4e8e-ba98-0318a8d002dd 2926 0 2026-03-11 09:37: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 facf07c5-511e-473b-8e3b-771a14e8107e 0xc00754d9f7 }] [] []},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.102.235,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.102.235],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:55.097588 3375 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.62.85", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:55.097601 3375 lb_config.go:1030] Cluster endpoints for openshift-kube-storage-version-migrator-operator/metrics for network=default are: map[] I0311 09:46:55.097603 3375 services_controller.go:478] Built service openshift-machine-config-operator/machine-config-operator per-node LB for network=default: []services.LB{} I0311 09:46:55.097518 3375 services_controller.go:477] Built service default/kubernetes cluster-wide LB for network=default: []services.LB{} I0311 09:46:55.097615 3375 services_controller.go:479] Built service openshift-machine-config-operator/machine-config-operator template LB for network=default: []services.LB{} I0311 09:46:55.097615 3375 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.102.235"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 09:46:55.097626 3375 services_controller.go:480] Service openshift-machine-config-operator/machine-config-operator for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0311 09:46:55.097630 3375 services_controller.go:470] Built service openshift-kube-storage-version-migrator-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 09:46:55.097622 3375 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-185.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-185.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-185.ec2.internal"}, Groups:[]string(nil)}} I0311 09:46:55.097641 3375 services_controller.go:497] Skipping no-op change for service openshift-machine-config-operator/machine-config-operator for network=default I0311 09:46:55.097641 3375 services_controller.go:471] Built service openshift-kube-storage-version-migrator-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:55.097646 3375 services_controller.go:386] Finished syncing service machine-config-operator on namespace openshift-machine-config-operator for network=default : 158.937µs I0311 09:46:55.097654 3375 services_controller.go:382] Processing sync for service default/openshift-apiserver for network=default I0311 09:46:55.097661 3375 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.102.235", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:55.097660 3375 services_controller.go:460] Service default/openshift-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-apiserver default d2e7e63e-0597-413a-853a-25bcd40896a9 1836 0 2026-03-11 09:37:28 +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.1.48,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.1.48],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:55.097694 3375 services_controller.go:478] Built service openshift-kube-storage-version-migrator-operator/metrics per-node LB for network=default: []services.LB{} I0311 09:46:55.097364 3375 services_controller.go:480] Service openshift-console-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0311 09:46:55.097707 3375 services_controller.go:479] Built service openshift-kube-storage-version-migrator-operator/metrics template LB for network=default: []services.LB{} I0311 09:46:55.097710 3375 lb_config.go:1030] Cluster endpoints for default/openshift-apiserver for network=default are: map[TCP/https:{443 [172.30.224.5] []}] I0311 09:46:55.097720 3375 services_controller.go:469] Built service default/openshift-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0311 09:46:55.097305 3375 services_controller.go:640] Adding service openshift-multus/network-metrics-service for network=default I0311 09:46:55.097564 3375 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 5522cf5a-5268-4872-a399-b4831cbf4da3 3643 0 2026-03-11 09:37:58 +0000 UTC map[] map[] [{operator.openshift.io/v1 Network cluster b3dad961-2546-4bd3-9d69-ce8664bfbe4c 0xc00754de87 0xc00754de88}] [] []},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.96.104,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.96.104],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:55.097757 3375 lb_config.go:1030] Cluster endpoints for openshift-network-diagnostics/network-check-target for network=default are: map[] I0311 09:46:55.097768 3375 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.96.104"}, protocol:"TCP", inport:80, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 09:46:55.097783 3375 services_controller.go:470] Built service openshift-network-diagnostics/network-check-target LB per-node configs for network=default: []services.lbConfig(nil) I0311 09:46:55.097794 3375 services_controller.go:471] Built service openshift-network-diagnostics/network-check-target LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:55.097719 3375 services_controller.go:480] Service openshift-kube-storage-version-migrator-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0311 09:46:55.097827 3375 services_controller.go:497] Skipping no-op change for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0311 09:46:55.097812 3375 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.96.104", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:55.097835 3375 services_controller.go:386] Finished syncing service metrics on namespace openshift-kube-storage-version-migrator-operator for network=default : 380.78µs I0311 09:46:55.097842 3375 services_controller.go:382] Processing sync for service openshift-cluster-samples-operator/metrics for network=default I0311 09:46:55.097844 3375 services_controller.go:478] Built service openshift-network-diagnostics/network-check-target per-node LB for network=default: []services.LB{} I0311 09:46:55.097723 3375 services_controller.go:497] Skipping no-op change for service openshift-console-operator/metrics for network=default I0311 09:46:55.097642 3375 services_controller.go:479] Built service default/kubernetes template LB for network=default: []services.LB{} I0311 09:46:55.097863 3375 services_controller.go:386] Finished syncing service metrics on namespace openshift-console-operator for network=default : 1.142621ms I0311 09:46:55.097873 3375 services_controller.go:382] Processing sync for service openshift-network-console/networking-console-plugin for network=default I0311 09:46:55.097874 3375 services_controller.go:480] Service default/kubernetes for network=default has 0 cluster-wide, 1 per-node configs, 0 template configs, making 0 (cluster) 1 (per node) and 0 (template) load balancers I0311 09:46:55.097899 3375 services_controller.go:497] Skipping no-op change for service default/kubernetes for network=default I0311 09:46:55.097908 3375 services_controller.go:386] Finished syncing service kubernetes on namespace default for network=default : 541.426µs I0311 09:46:55.097878 3375 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 da7e79e4-09be-4e89-8d92-062359c89982 4444 0 2026-03-11 09:38:24 +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 b3dad961-2546-4bd3-9d69-ce8664bfbe4c 0xc00754dd8e 0xc00754dd8f}] [] []},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.254.156,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.254.156],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:55.097921 3375 services_controller.go:382] Processing sync for service default/packageserver for network=default I0311 09:46:55.097934 3375 lb_config.go:1030] Cluster endpoints for openshift-network-console/networking-console-plugin for network=default are: map[] I0311 09:46:55.097943 3375 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.254.156"}, protocol:"TCP", inport:9443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 09:46:55.097952 3375 services_controller.go:470] Built service openshift-network-console/networking-console-plugin LB per-node configs for network=default: []services.lbConfig(nil) I0311 09:46:55.097959 3375 services_controller.go:471] Built service openshift-network-console/networking-console-plugin LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:55.097932 3375 services_controller.go:460] Service default/packageserver retrieved from lister for network=default: &Service{ObjectMeta:{packageserver default 96bb2353-8980-44bf-9430-5decb23ac353 2467 0 2026-03-11 09:37:30 +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.185,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.223.185],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:55.097733 3375 services_controller.go:470] Built service default/openshift-apiserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.1.48"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.224.5"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 09:46:55.097996 3375 services_controller.go:471] Built service default/openshift-apiserver LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:55.098003 3375 lb_config.go:1030] Cluster endpoints for default/packageserver for network=default are: map[TCP/https:{443 [172.30.48.187] []}] I0311 09:46:55.098017 3375 services_controller.go:477] Built service default/openshift-apiserver cluster-wide LB for network=default: []services.LB{} I0311 09:46:55.098020 3375 services_controller.go:469] Built service default/packageserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0311 09:46:55.098024 3375 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-185.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.1.48", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.224.5", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-185.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-185.ec2.internal"}, Groups:[]string(nil)}} I0311 09:46:55.098030 3375 services_controller.go:470] Built service default/packageserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.223.185"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.48.187"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 09:46:55.098044 3375 services_controller.go:479] Built service default/openshift-apiserver template LB for network=default: []services.LB{} I0311 09:46:55.097846 3375 services_controller.go:386] Finished syncing service metrics on namespace openshift-cluster-samples-operator for network=default : 4.362µs I0311 09:46:55.098047 3375 services_controller.go:471] Built service default/packageserver LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:55.098054 3375 services_controller.go:382] Processing sync for service openshift-authentication-operator/metrics for network=default I0311 09:46:55.098055 3375 services_controller.go:480] Service default/openshift-apiserver for network=default has 0 cluster-wide, 1 per-node configs, 0 template configs, making 0 (cluster) 1 (per node) and 0 (template) load balancers I0311 09:46:55.098071 3375 services_controller.go:477] Built service default/packageserver cluster-wide LB for network=default: []services.LB{} I0311 09:46:55.098060 3375 services_controller.go:460] Service openshift-authentication-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-authentication-operator 6fdfc0b1-ce83-4634-8762-eb0b687145df 664 0 2026-03-11 09:37:05 +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 facf07c5-511e-473b-8e3b-771a14e8107e 0xc00754ca97 }] [] []},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.81.16,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.81.16],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:55.097857 3375 services_controller.go:479] Built service openshift-network-diagnostics/network-check-target template LB for network=default: []services.LB{} I0311 09:46:55.098120 3375 lb_config.go:1030] Cluster endpoints for openshift-authentication-operator/metrics for network=default are: map[] I0311 09:46:55.098123 3375 services_controller.go:480] Service openshift-network-diagnostics/network-check-target for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0311 09:46:55.098129 3375 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.81.16"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 09:46:55.098141 3375 services_controller.go:470] Built service openshift-authentication-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 09:46:55.098144 3375 services_controller.go:497] Skipping no-op change for service openshift-network-diagnostics/network-check-target for network=default I0311 09:46:55.098148 3375 services_controller.go:471] Built service openshift-authentication-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:55.098150 3375 services_controller.go:386] Finished syncing service network-check-target on namespace openshift-network-diagnostics for network=default : 593.495µs I0311 09:46:55.098159 3375 services_controller.go:382] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0311 09:46:55.098159 3375 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.81.16", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:55.098176 3375 services_controller.go:478] Built service openshift-authentication-operator/metrics per-node LB for network=default: []services.LB{} I0311 09:46:55.098183 3375 services_controller.go:479] Built service openshift-authentication-operator/metrics template LB for network=default: []services.LB{} I0311 09:46:55.098189 3375 services_controller.go:480] Service openshift-authentication-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0311 09:46:55.098164 3375 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 e4723c53-6b53-42b8-a2ea-822e693f4c79 6447 0 2026-03-11 09:40:37 +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.144.253,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.144.253],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:55.098203 3375 services_controller.go:497] Skipping no-op change for service openshift-authentication-operator/metrics for network=default I0311 09:46:55.098072 3375 services_controller.go:497] Skipping no-op change for service default/openshift-apiserver for network=default I0311 09:46:55.098225 3375 lb_config.go:1030] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default are: map[] I0311 09:46:55.098228 3375 services_controller.go:386] Finished syncing service openshift-apiserver on namespace default for network=default : 571.639µs I0311 09:46:55.098231 3375 services_controller.go:386] Finished syncing service metrics on namespace openshift-authentication-operator for network=default : 154.72µs I0311 09:46:55.098240 3375 services_controller.go:382] Processing sync for service openshift-dns/dns-default for network=default I0311 09:46:55.098242 3375 services_controller.go:382] Processing sync for service openshift-ingress/router-internal-default for network=default I0311 09:46:55.098239 3375 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.144.253"}, protocol:"TCP", inport:8383, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 09:46:55.098253 3375 services_controller.go:470] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 09:46:55.098269 3375 services_controller.go:471] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:55.098248 3375 services_controller.go:460] Service openshift-ingress/router-internal-default retrieved from lister for network=default: &Service{ObjectMeta:{router-internal-default openshift-ingress 97192727-09d1-4032-b13e-c92358656970 2781 0 2026-03-11 09:37:39 +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 e3db6bf5-9ef8-4b7b-a506-f3bf9f48ed73 0xc00754d79e }] [] []},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.156.202,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.156.202],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:55.097970 3375 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.254.156", Port:9443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:55.098286 3375 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.144.253", Port:8383, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:55.098302 3375 lb_config.go:1030] Cluster endpoints for openshift-ingress/router-internal-default for network=default are: map[] I0311 09:46:55.098304 3375 services_controller.go:478] Built service openshift-network-console/networking-console-plugin per-node LB for network=default: []services.LB{} I0311 09:46:55.098313 3375 services_controller.go:478] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics per-node LB for network=default: []services.LB{} I0311 09:46:55.098321 3375 services_controller.go:479] Built service openshift-network-console/networking-console-plugin template LB for network=default: []services.LB{} I0311 09:46:55.098314 3375 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.156.202"}, 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.156.202"}, protocol:"TCP", 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.156.202"}, protocol:"TCP", inport:1936, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 09:46:55.098328 3375 services_controller.go:479] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics template LB for network=default: []services.LB{} I0311 09:46:55.098331 3375 services_controller.go:470] Built service openshift-ingress/router-internal-default LB per-node configs for network=default: []services.lbConfig(nil) I0311 09:46:55.098250 3375 services_controller.go:460] Service openshift-dns/dns-default retrieved from lister for network=default: &Service{ObjectMeta:{dns-default openshift-dns d25ae9fa-10e7-4a92-b650-de4b33242d19 1460 0 2026-03-11 09:37:25 +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 d28fc5d2-92b7-4f00-830c-eab378d0aea5 0xc00754d377 }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:dns,Protocol:UDP,Port:53,TargetPort:{1 0 dns},NodePort:0,AppProtocol:nil,},ServicePort{Name:dns-tcp,Protocol:TCP,Port:53,TargetPort:{1 0 dns-tcp},NodePort:0,AppProtocol:nil,},ServicePort{Name:metrics,Protocol:TCP,Port:9154,TargetPort:{1 0 metrics},NodePort:0,AppProtocol:nil,},},Selector:map[string]string{dns.operator.openshift.io/daemonset-dns: default,},ClusterIP:172.30.0.10,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.0.10],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:55.098334 3375 services_controller.go:480] Service openshift-network-console/networking-console-plugin for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0311 09:46:55.098337 3375 services_controller.go:471] Built service openshift-ingress/router-internal-default LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:55.098338 3375 services_controller.go:480] Service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0311 09:46:55.098357 3375 lb_config.go:1030] Cluster endpoints for openshift-dns/dns-default for network=default are: map[] I0311 09:46:55.098361 3375 services_controller.go:497] Skipping no-op change for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0311 09:46:55.098360 3375 services_controller.go:497] Skipping no-op change for service openshift-network-console/networking-console-plugin for network=default I0311 09:46:55.098370 3375 services_controller.go:386] Finished syncing service deployment-validation-operator-metrics on namespace openshift-deployment-validation-operator for network=default : 210.419µs I0311 09:46:55.098373 3375 services_controller.go:386] Finished syncing service networking-console-plugin on namespace openshift-network-console for network=default : 499.465µs I0311 09:46:55.098377 3375 services_controller.go:469] Built service openshift-dns/dns-default LB cluster-wide configs for network=default: []services.lbConfig(nil) I0311 09:46:55.098381 3375 services_controller.go:382] Processing sync for service openshift-monitoring/cluster-monitoring-operator for network=default I0311 09:46:55.098390 3375 services_controller.go:382] Processing sync for service default/openshift for network=default I0311 09:46:55.098398 3375 services_controller.go:386] Finished syncing service cluster-monitoring-operator on namespace openshift-monitoring for network=default : 16.313µs I0311 09:46:55.098399 3375 services_controller.go:386] Finished syncing service openshift on namespace default for network=default : 10.23µs I0311 09:46:55.098389 3375 services_controller.go:470] Built service openshift-dns/dns-default LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.0.10"}, protocol:"UDP", inport:53, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}, services.lbConfig{vips:[]string{"172.30.0.10"}, protocol:"TCP", inport:53, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}, services.lbConfig{vips:[]string{"172.30.0.10"}, protocol:"TCP", inport:9154, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 09:46:55.098408 3375 services_controller.go:382] Processing sync for service default/openshift-oauth-apiserver for network=default I0311 09:46:55.098411 3375 services_controller.go:382] Processing sync for service openshift-ingress-operator/metrics for network=default I0311 09:46:55.098412 3375 services_controller.go:471] Built service openshift-dns/dns-default LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:55.098087 3375 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-185.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.223.185", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.48.187", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-185.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-185.ec2.internal"}, Groups:[]string(nil)}} I0311 09:46:55.098443 3375 services_controller.go:477] Built service openshift-dns/dns-default cluster-wide LB for network=default: []services.LB{} I0311 09:46:55.098445 3375 services_controller.go:479] Built service default/packageserver template LB for network=default: []services.LB{} I0311 09:46:55.098416 3375 services_controller.go:460] Service default/openshift-oauth-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-oauth-apiserver default 38bb3adf-8e67-4991-9885-2e29cd68f48c 1907 0 2026-03-11 09:37:28 +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.110.112,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.110.112],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:55.098454 3375 services_controller.go:480] Service default/packageserver for network=default has 0 cluster-wide, 1 per-node configs, 0 template configs, making 0 (cluster) 1 (per node) and 0 (template) load balancers I0311 09:46:55.098470 3375 services_controller.go:497] Skipping no-op change for service default/packageserver for network=default I0311 09:46:55.098420 3375 services_controller.go:460] Service openshift-ingress-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-ingress-operator 84c13a8c-86bd-4887-8aac-9430e41b232b 1443 0 2026-03-11 09:37:25 +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 facf07c5-511e-473b-8e3b-771a14e8107e 0xc00754d5e7 }] [] []},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.242.69,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.242.69],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:55.098473 3375 services_controller.go:386] Finished syncing service packageserver on namespace default for network=default : 554.556µs I0311 09:46:55.098476 3375 lb_config.go:1030] Cluster endpoints for default/openshift-oauth-apiserver for network=default are: map[TCP/https:{443 [172.30.14.243] []}] I0311 09:46:55.098455 3375 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-185.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-185.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-185.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-dns/dns-default_UDP_node_router+switch_ip-10-0-1-185.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-185.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-185.ec2.internal"}, Groups:[]string(nil)}} I0311 09:46:55.098481 3375 services_controller.go:382] Processing sync for service openshift-kube-controller-manager-operator/metrics for network=default I0311 09:46:55.098494 3375 lb_config.go:1030] Cluster endpoints for openshift-ingress-operator/metrics for network=default are: map[] I0311 09:46:55.098503 3375 services_controller.go:479] Built service openshift-dns/dns-default template LB for network=default: []services.LB{} I0311 09:46:55.098508 3375 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.242.69"}, protocol:"TCP", inport:9393, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 09:46:55.098516 3375 services_controller.go:480] Service openshift-dns/dns-default for network=default has 0 cluster-wide, 3 per-node configs, 0 template configs, making 0 (cluster) 2 (per node) and 0 (template) load balancers I0311 09:46:55.098524 3375 services_controller.go:470] Built service openshift-ingress-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 09:46:55.098535 3375 services_controller.go:471] Built service openshift-ingress-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:55.098545 3375 services_controller.go:497] Skipping no-op change for service openshift-dns/dns-default for network=default I0311 09:46:55.098493 3375 services_controller.go:469] Built service default/openshift-oauth-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0311 09:46:55.098551 3375 services_controller.go:386] Finished syncing service dns-default on namespace openshift-dns for network=default : 311.233µs I0311 09:46:55.098351 3375 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.156.202", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.156.202", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.156.202", Port:1936, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:55.098557 3375 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.110.112"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.14.243"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 09:46:55.098569 3375 services_controller.go:478] Built service openshift-ingress/router-internal-default per-node LB for network=default: []services.LB{} I0311 09:46:55.098556 3375 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.242.69", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:55.098578 3375 services_controller.go:479] Built service openshift-ingress/router-internal-default template LB for network=default: []services.LB{} I0311 09:46:55.098585 3375 services_controller.go:480] Service openshift-ingress/router-internal-default for network=default has 3 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0311 09:46:55.098588 3375 services_controller.go:478] Built service openshift-ingress-operator/metrics per-node LB for network=default: []services.LB{} I0311 09:46:55.098601 3375 services_controller.go:479] Built service openshift-ingress-operator/metrics template LB for network=default: []services.LB{} I0311 09:46:55.098607 3375 services_controller.go:497] Skipping no-op change for service openshift-ingress/router-internal-default for network=default I0311 09:46:55.098614 3375 services_controller.go:386] Finished syncing service router-internal-default on namespace openshift-ingress for network=default : 370.99µs I0311 09:46:55.098614 3375 services_controller.go:480] Service openshift-ingress-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0311 09:46:55.098623 3375 services_controller.go:382] Processing sync for service openshift-service-ca-operator/metrics for network=default I0311 09:46:55.098641 3375 services_controller.go:497] Skipping no-op change for service openshift-ingress-operator/metrics for network=default I0311 09:46:55.098651 3375 services_controller.go:386] Finished syncing service metrics on namespace openshift-ingress-operator for network=default : 240.21µs I0311 09:46:55.098662 3375 services_controller.go:382] Processing sync for service openshift-apiserver-operator/metrics for network=default I0311 09:46:55.098631 3375 services_controller.go:460] Service openshift-service-ca-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-service-ca-operator aa9d0869-da45-4719-b665-bc72b68239c7 882 0 2026-03-11 09:37: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 facf07c5-511e-473b-8e3b-771a14e8107e 0xc007b2e077 }] [] []},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.101.61,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.101.61],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:55.098503 3375 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 e389bdc3-307c-4d01-911b-a330c7f7468e 811 0 2026-03-11 09:37: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 facf07c5-511e-473b-8e3b-771a14e8107e 0xc00754d93f }] [] []},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.192.107,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.192.107],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:55.098691 3375 lb_config.go:1030] Cluster endpoints for openshift-service-ca-operator/metrics for network=default are: map[] I0311 09:46:55.098693 3375 lb_config.go:1030] Cluster endpoints for openshift-kube-controller-manager-operator/metrics for network=default are: map[] I0311 09:46:55.098707 3375 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.101.61"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 09:46:55.098709 3375 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.192.107"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 09:46:55.098672 3375 services_controller.go:460] Service openshift-apiserver-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-apiserver-operator 0ed80ce7-bf80-4141-a772-1e124721ec8f 1039 0 2026-03-11 09:37: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 facf07c5-511e-473b-8e3b-771a14e8107e 0xc00754c90f }] [] []},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.15.85,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.15.85],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:55.098725 3375 services_controller.go:470] Built service openshift-service-ca-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 09:46:55.098727 3375 services_controller.go:470] Built service openshift-kube-controller-manager-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 09:46:55.098737 3375 services_controller.go:471] Built service openshift-service-ca-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:55.098738 3375 services_controller.go:471] Built service openshift-kube-controller-manager-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:55.098741 3375 lb_config.go:1030] Cluster endpoints for openshift-apiserver-operator/metrics for network=default are: map[] I0311 09:46:55.098755 3375 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.15.85"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 09:46:55.098755 3375 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.101.61", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:55.098755 3375 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.192.107", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:55.098784 3375 services_controller.go:478] Built service openshift-service-ca-operator/metrics per-node LB for network=default: []services.LB{} I0311 09:46:55.098786 3375 services_controller.go:478] Built service openshift-kube-controller-manager-operator/metrics per-node LB for network=default: []services.LB{} I0311 09:46:55.098796 3375 services_controller.go:479] Built service openshift-service-ca-operator/metrics template LB for network=default: []services.LB{} I0311 09:46:55.098797 3375 services_controller.go:479] Built service openshift-kube-controller-manager-operator/metrics template LB for network=default: []services.LB{} I0311 09:46:55.098573 3375 services_controller.go:471] Built service default/openshift-oauth-apiserver LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:55.098828 3375 services_controller.go:477] Built service default/openshift-oauth-apiserver cluster-wide LB for network=default: []services.LB{} I0311 09:46:55.098839 3375 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-185.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.110.112", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.14.243", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-185.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-185.ec2.internal"}, Groups:[]string(nil)}} I0311 09:46:55.098859 3375 services_controller.go:479] Built service default/openshift-oauth-apiserver template LB for network=default: []services.LB{} I0311 09:46:55.098867 3375 services_controller.go:480] Service default/openshift-oauth-apiserver for network=default has 0 cluster-wide, 1 per-node configs, 0 template configs, making 0 (cluster) 1 (per node) and 0 (template) load balancers I0311 09:46:55.098563 3375 services_controller.go:382] Processing sync for service openshift-machine-config-operator/machine-config-controller for network=default I0311 09:46:55.098886 3375 services_controller.go:497] Skipping no-op change for service default/openshift-oauth-apiserver for network=default I0311 09:46:55.098894 3375 services_controller.go:386] Finished syncing service openshift-oauth-apiserver on namespace default for network=default : 487.282µs I0311 09:46:55.098902 3375 services_controller.go:382] Processing sync for service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0311 09:46:55.098884 3375 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 d43e3432-7435-4df5-8199-57acc57effae 819 0 2026-03-11 09:37: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 facf07c5-511e-473b-8e3b-771a14e8107e 0xc00754da7b }] [] []},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.235.5,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.235.5],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:55.098932 3375 lb_config.go:1030] Cluster endpoints for openshift-machine-config-operator/machine-config-controller for network=default are: map[] I0311 09:46:55.098907 3375 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 72fc3abf-13a5-4deb-9237-70dbf4008b89 1439 0 2026-03-11 09:37: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 facf07c5-511e-473b-8e3b-771a14e8107e 0xc00754cd1f }] [] []},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.232.24,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.232.24],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:55.098943 3375 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.235.5"}, protocol:"TCP", inport:9001, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 09:46:55.098951 3375 services_controller.go:470] Built service openshift-machine-config-operator/machine-config-controller LB per-node configs for network=default: []services.lbConfig(nil) I0311 09:46:55.098952 3375 lb_config.go:1030] Cluster endpoints for openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default are: map[] I0311 09:46:55.098957 3375 services_controller.go:471] Built service openshift-machine-config-operator/machine-config-controller LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:55.098960 3375 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.232.24"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 09:46:55.098772 3375 services_controller.go:470] Built service openshift-apiserver-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 09:46:55.098970 3375 services_controller.go:470] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service LB per-node configs for network=default: []services.lbConfig(nil) I0311 09:46:55.098968 3375 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.235.5", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:55.098982 3375 services_controller.go:471] Built service openshift-apiserver-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:55.098984 3375 services_controller.go:478] Built service openshift-machine-config-operator/machine-config-controller per-node LB for network=default: []services.LB{} I0311 09:46:55.098991 3375 services_controller.go:479] Built service openshift-machine-config-operator/machine-config-controller template LB for network=default: []services.LB{} I0311 09:46:55.098997 3375 services_controller.go:480] Service openshift-machine-config-operator/machine-config-controller for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0311 09:46:55.099012 3375 services_controller.go:497] Skipping no-op change for service openshift-machine-config-operator/machine-config-controller for network=default I0311 09:46:55.099016 3375 services_controller.go:386] Finished syncing service machine-config-controller on namespace openshift-machine-config-operator for network=default : 455.091µs I0311 09:46:55.099002 3375 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.15.85", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:55.099025 3375 services_controller.go:382] Processing sync for service openshift-network-diagnostics/network-check-source for network=default I0311 09:46:55.099029 3375 services_controller.go:386] Finished syncing service network-check-source on namespace openshift-network-diagnostics for network=default : 4.808µs I0311 09:46:55.099035 3375 services_controller.go:382] Processing sync for service openshift-network-operator/metrics for network=default I0311 09:46:55.099034 3375 services_controller.go:478] Built service openshift-apiserver-operator/metrics per-node LB for network=default: []services.LB{} I0311 09:46:55.099039 3375 services_controller.go:386] Finished syncing service metrics on namespace openshift-network-operator for network=default : 4.437µs I0311 09:46:55.099044 3375 services_controller.go:382] Processing sync for service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0311 09:46:55.099047 3375 services_controller.go:386] Finished syncing service ovn-kubernetes-node on namespace openshift-ovn-kubernetes for network=default : 3.424µs I0311 09:46:55.098982 3375 services_controller.go:471] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:55.099049 3375 services_controller.go:479] Built service openshift-apiserver-operator/metrics template LB for network=default: []services.LB{} I0311 09:46:55.099052 3375 services_controller.go:382] Processing sync for service openshift-cluster-version/cluster-version-operator for network=default I0311 09:46:55.099063 3375 services_controller.go:480] Service openshift-apiserver-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0311 09:46:55.099061 3375 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.232.24", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:55.099079 3375 services_controller.go:478] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service per-node LB for network=default: []services.LB{} I0311 09:46:55.099085 3375 services_controller.go:479] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service template LB for network=default: []services.LB{} I0311 09:46:55.099059 3375 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 ecf3a335-2ffe-4288-98c4-00149f5a9cad 500 0 2026-03-11 09:36:57 +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.111.10,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.111.10],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:55.099088 3375 services_controller.go:497] Skipping no-op change for service openshift-apiserver-operator/metrics for network=default I0311 09:46:55.099092 3375 services_controller.go:480] Service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0311 09:46:55.099097 3375 services_controller.go:386] Finished syncing service metrics on namespace openshift-apiserver-operator for network=default : 434.946µs I0311 09:46:55.099100 3375 lb_config.go:1030] Cluster endpoints for openshift-cluster-version/cluster-version-operator for network=default are: map[] I0311 09:46:55.098807 3375 services_controller.go:480] Service openshift-service-ca-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0311 09:46:55.099111 3375 services_controller.go:382] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0311 09:46:55.099109 3375 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.111.10"}, protocol:"TCP", inport:9099, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 09:46:55.099123 3375 services_controller.go:470] Built service openshift-cluster-version/cluster-version-operator LB per-node configs for network=default: []services.lbConfig(nil) I0311 09:46:55.099130 3375 services_controller.go:497] Skipping no-op change for service openshift-service-ca-operator/metrics for network=default I0311 09:46:55.099133 3375 services_controller.go:471] Built service openshift-cluster-version/cluster-version-operator LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:55.099139 3375 services_controller.go:386] Finished syncing service metrics on namespace openshift-service-ca-operator for network=default : 514.336µs I0311 09:46:55.099139 3375 services_controller.go:497] Skipping no-op change for service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0311 09:46:55.099147 3375 services_controller.go:386] Finished syncing service performance-addon-operator-service on namespace openshift-cluster-node-tuning-operator for network=default : 244.921µs I0311 09:46:55.099151 3375 services_controller.go:382] Processing sync for service openshift-image-registry/image-registry for network=default I0311 09:46:55.099160 3375 services_controller.go:382] Processing sync for service openshift-ingress-canary/ingress-canary for network=default I0311 09:46:55.099120 3375 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 cb6bee5b-1091-4781-9ce7-c24cd1ece1ec 6476 0 2026-03-11 09:40:38 +0000 UTC map[olm.managed:true olm.service-spec-hash:8H7arFYfeqTDwtur5ZzpDGCqSKpg30XG9PXH2W] map[] [{operators.coreos.com/v1alpha1 CatalogSource deployment-validation-operator-catalog 7e54c69e-de9a-4db9-b8ad-e5001eee3504 0xc00754d16d 0xc00754d16e}] [] []},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.55.42,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.55.42],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:55.099167 3375 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.111.10", Port:9099, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:55.098809 3375 services_controller.go:480] Service openshift-kube-controller-manager-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0311 09:46:55.099189 3375 services_controller.go:478] Built service openshift-cluster-version/cluster-version-operator per-node LB for network=default: []services.LB{} I0311 09:46:55.099200 3375 services_controller.go:479] Built service openshift-cluster-version/cluster-version-operator template LB for network=default: []services.LB{} I0311 09:46:55.099204 3375 lb_config.go:1030] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default are: map[] I0311 09:46:55.099169 3375 services_controller.go:460] Service openshift-ingress-canary/ingress-canary retrieved from lister for network=default: &Service{ObjectMeta:{ingress-canary openshift-ingress-canary a4eca6bd-9ae3-4fbf-b3ee-a44bc091822d 3231 0 2026-03-11 09:37:48 +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 73b280a0-6d79-48ae-ba0c-b8a1cf0ae2b0 0xc00754d500 }] [] []},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.93.120,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.93.120],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:55.099225 3375 services_controller.go:480] Service openshift-cluster-version/cluster-version-operator for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0311 09:46:55.099229 3375 services_controller.go:497] Skipping no-op change for service openshift-kube-controller-manager-operator/metrics for network=default I0311 09:46:55.099164 3375 services_controller.go:460] Service openshift-image-registry/image-registry retrieved from lister for network=default: &Service{ObjectMeta:{image-registry openshift-image-registry bfbf3b9c-5605-414e-86e0-e584855723f6 4042 0 2026-03-11 09:38:19 +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.117.54,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.117.54],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:55.099242 3375 services_controller.go:386] Finished syncing service metrics on namespace openshift-kube-controller-manager-operator for network=default : 755.297µs I0311 09:46:55.099243 3375 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.55.42"}, protocol:"TCP", inport:50051, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 09:46:55.099248 3375 lb_config.go:1030] Cluster endpoints for openshift-ingress-canary/ingress-canary for network=default are: map[] I0311 09:46:55.099251 3375 services_controller.go:497] Skipping no-op change for service openshift-cluster-version/cluster-version-operator for network=default I0311 09:46:55.099255 3375 services_controller.go:382] Processing sync for service openshift-insights/metrics for network=default I0311 09:46:55.099256 3375 lb_config.go:1030] Cluster endpoints for openshift-image-registry/image-registry for network=default are: map[] I0311 09:46:55.099259 3375 services_controller.go:470] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB per-node configs for network=default: []services.lbConfig(nil) I0311 09:46:55.099260 3375 services_controller.go:386] Finished syncing service cluster-version-operator on namespace openshift-cluster-version for network=default : 206.421µs I0311 09:46:55.099271 3375 services_controller.go:471] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:55.099264 3375 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.93.120"}, 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.93.120"}, protocol:"TCP", inport:8888, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 09:46:55.099274 3375 services_controller.go:382] Processing sync for service openshift-multus/network-metrics-service for network=default I0311 09:46:55.099283 3375 services_controller.go:470] Built service openshift-ingress-canary/ingress-canary LB per-node configs for network=default: []services.lbConfig(nil) I0311 09:46:55.099269 3375 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.117.54"}, protocol:"TCP", inport:5000, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 09:46:55.099293 3375 services_controller.go:471] Built service openshift-ingress-canary/ingress-canary LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:55.099296 3375 services_controller.go:470] Built service openshift-image-registry/image-registry LB per-node configs for network=default: []services.lbConfig(nil) I0311 09:46:55.099307 3375 services_controller.go:471] Built service openshift-image-registry/image-registry LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:55.099290 3375 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.55.42", Port:50051, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:55.099265 3375 services_controller.go:460] Service openshift-insights/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-insights 1c38f852-2db3-4037-a41a-9b1d3650009e 2501 0 2026-03-11 09:37: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 facf07c5-511e-473b-8e3b-771a14e8107e 0xc00754d89b }] [] []},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.125.165,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.125.165],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:55.099326 3375 services_controller.go:478] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog per-node LB for network=default: []services.LB{} I0311 09:46:55.099322 3375 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.117.54", Port:5000, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:55.099339 3375 services_controller.go:479] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog template LB for network=default: []services.LB{} I0311 09:46:55.099350 3375 services_controller.go:478] Built service openshift-image-registry/image-registry per-node LB for network=default: []services.LB{} I0311 09:46:55.099355 3375 services_controller.go:480] Service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0311 09:46:55.099359 3375 services_controller.go:479] Built service openshift-image-registry/image-registry template LB for network=default: []services.LB{} I0311 09:46:55.099366 3375 services_controller.go:480] Service openshift-image-registry/image-registry for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0311 09:46:55.099379 3375 services_controller.go:497] Skipping no-op change for service openshift-image-registry/image-registry for network=default I0311 09:46:55.099382 3375 services_controller.go:386] Finished syncing service image-registry on namespace openshift-image-registry for network=default : 233.127µs I0311 09:46:55.099382 3375 services_controller.go:497] Skipping no-op change for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0311 09:46:55.099284 3375 services_controller.go:386] Finished syncing service network-metrics-service on namespace openshift-multus for network=default : 11.445µs I0311 09:46:55.099304 3375 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.93.120", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.93.120", Port:8888, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:55.099390 3375 services_controller.go:386] Finished syncing service deployment-validation-operator-catalog on namespace openshift-deployment-validation-operator for network=default : 280.691µs I0311 09:46:55.099396 3375 services_controller.go:478] Built service openshift-ingress-canary/ingress-canary per-node LB for network=default: []services.LB{} I0311 09:46:55.099338 3375 lb_config.go:1030] Cluster endpoints for openshift-insights/metrics for network=default are: map[] I0311 09:46:55.099402 3375 services_controller.go:479] Built service openshift-ingress-canary/ingress-canary template LB for network=default: []services.LB{} I0311 09:46:55.099409 3375 services_controller.go:480] Service openshift-ingress-canary/ingress-canary for network=default has 2 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0311 09:46:55.099412 3375 services_controller.go:469] Built service openshift-insights/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.125.165"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 09:46:55.099421 3375 services_controller.go:497] Skipping no-op change for service openshift-ingress-canary/ingress-canary for network=default I0311 09:46:55.099425 3375 services_controller.go:386] Finished syncing service ingress-canary on namespace openshift-ingress-canary for network=default : 268.588µs I0311 09:46:55.099427 3375 services_controller.go:470] Built service openshift-insights/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 09:46:55.099440 3375 services_controller.go:471] Built service openshift-insights/metrics LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:55.099457 3375 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.125.165", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:55.099481 3375 services_controller.go:478] Built service openshift-insights/metrics per-node LB for network=default: []services.LB{} I0311 09:46:55.099493 3375 services_controller.go:479] Built service openshift-insights/metrics template LB for network=default: []services.LB{} I0311 09:46:55.099505 3375 services_controller.go:480] Service openshift-insights/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0311 09:46:55.099526 3375 services_controller.go:497] Skipping no-op change for service openshift-insights/metrics for network=default I0311 09:46:55.099535 3375 services_controller.go:386] Finished syncing service metrics on namespace openshift-insights for network=default : 279.655µs I0311 09:46:55.229183 3375 node_tracker.go:211] Processing possible switch / router updates for node ip-10-0-2-212.ec2.internal in network "default" I0311 09:46:55.229234 3375 obj_retry.go:565] Update event received for resource *v1.Node, old object is equal to new: false I0311 09:46:55.229253 3375 obj_retry.go:617] Update event received for *v1.Node ip-10-0-2-212.ec2.internal I0311 09:46:55.229263 3375 node_tracker.go:172] Node ip-10-0-2-212.ec2.internal switch + router changed, syncing services in network "default" I0311 09:46:55.229275 3375 default_network_controller.go:1011] Node "ip-10-0-2-212.ec2.internal" in remote zone "ip-10-0-2-212.ec2.internal", network "default", needs interconnect zone sync up. Zone cluster changed: false I0311 09:46:55.229279 3375 services_controller.go:575] Full service sync requested for network=default I0311 09:46:55.229295 3375 services_controller.go:640] Adding service openshift-ingress-canary/ingress-canary for network=default I0311 09:46:55.229312 3375 services_controller.go:640] Adding service openshift-insights/metrics for network=default I0311 09:46:55.229319 3375 services_controller.go:640] Adding service openshift-multus/network-metrics-service for network=default I0311 09:46:55.229329 3375 services_controller.go:382] Processing sync for service openshift-insights/metrics for network=default I0311 09:46:55.229331 3375 services_controller.go:382] Processing sync for service openshift-ingress-canary/ingress-canary for network=default I0311 09:46:55.229344 3375 services_controller.go:460] Service openshift-ingress-canary/ingress-canary retrieved from lister for network=default: &Service{ObjectMeta:{ingress-canary openshift-ingress-canary a4eca6bd-9ae3-4fbf-b3ee-a44bc091822d 3231 0 2026-03-11 09:37:48 +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 73b280a0-6d79-48ae-ba0c-b8a1cf0ae2b0 0xc00754d500 }] [] []},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.93.120,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.93.120],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:55.229341 3375 services_controller.go:460] Service openshift-insights/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-insights 1c38f852-2db3-4037-a41a-9b1d3650009e 2501 0 2026-03-11 09:37: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 facf07c5-511e-473b-8e3b-771a14e8107e 0xc00754d89b }] [] []},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.125.165,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.125.165],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:55.229408 3375 services_controller.go:640] Adding service openshift-network-operator/metrics for network=default I0311 09:46:55.229420 3375 services_controller.go:640] Adding service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0311 09:46:55.229422 3375 lb_config.go:1030] Cluster endpoints for openshift-ingress-canary/ingress-canary for network=default are: map[] I0311 09:46:55.229427 3375 lb_config.go:1030] Cluster endpoints for openshift-insights/metrics for network=default are: map[] I0311 09:46:55.229432 3375 services_controller.go:382] Processing sync for service openshift-multus/network-metrics-service for network=default I0311 09:46:55.229440 3375 services_controller.go:386] Finished syncing service network-metrics-service on namespace openshift-multus for network=default : 8.491µs I0311 09:46:55.229438 3375 services_controller.go:469] Built service openshift-insights/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.125.165"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 09:46:55.229440 3375 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.93.120"}, 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.93.120"}, protocol:"TCP", inport:8888, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 09:46:55.229453 3375 services_controller.go:470] Built service openshift-insights/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 09:46:55.229454 3375 services_controller.go:470] Built service openshift-ingress-canary/ingress-canary LB per-node configs for network=default: []services.lbConfig(nil) I0311 09:46:55.229459 3375 services_controller.go:382] Processing sync for service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0311 09:46:55.229351 3375 model_client.go:374] Create operations generated as: [{Op:insert Table:Encap Row:map[chassis_name:69f461cb-db98-4b8b-94d9-beb5fc3876db ip:10.0.2.212 options:{GoMap:map[csum:true]} type:geneve] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0287199758}] I0311 09:46:55.229466 3375 services_controller.go:386] Finished syncing service ovn-kubernetes-node on namespace openshift-ovn-kubernetes for network=default : 7.416µs I0311 09:46:55.229512 3375 model_client.go:374] Create operations generated as: [{Op:insert Table:Chassis Row:map[encaps:{GoSet:[{GoUUID:u0287199758}]} hostname:ip-10-0-2-212.ec2.internal name:69f461cb-db98-4b8b-94d9-beb5fc3876db other_config:{GoMap:map[is-remote:true]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0287199759}] I0311 09:46:55.229541 3375 transact.go:43] Configuring OVN: [{Op:insert Table:Encap Row:map[chassis_name:69f461cb-db98-4b8b-94d9-beb5fc3876db ip:10.0.2.212 options:{GoMap:map[csum:true]} type:geneve] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0287199758} {Op:insert Table:Chassis Row:map[encaps:{GoSet:[{GoUUID:u0287199758}]} hostname:ip-10-0-2-212.ec2.internal name:69f461cb-db98-4b8b-94d9-beb5fc3876db other_config:{GoMap:map[is-remote:true]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0287199759}] I0311 09:46:55.229425 3375 services_controller.go:640] Adding service openshift-cluster-version/cluster-version-operator for network=default I0311 09:46:55.229453 3375 services_controller.go:382] Processing sync for service openshift-network-operator/metrics for network=default I0311 09:46:55.229623 3375 services_controller.go:640] Adding service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0311 09:46:55.229630 3375 services_controller.go:382] Processing sync for service openshift-cluster-version/cluster-version-operator for network=default I0311 09:46:55.229633 3375 services_controller.go:386] Finished syncing service metrics on namespace openshift-network-operator for network=default : 178.116µs I0311 09:46:55.229462 3375 services_controller.go:471] Built service openshift-insights/metrics LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:55.229639 3375 services_controller.go:382] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0311 09:46:55.229655 3375 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.125.165", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:55.229680 3375 services_controller.go:478] Built service openshift-insights/metrics per-node LB for network=default: []services.LB{} I0311 09:46:55.229687 3375 services_controller.go:479] Built service openshift-insights/metrics template LB for network=default: []services.LB{} I0311 09:46:55.229632 3375 services_controller.go:640] Adding service openshift-image-registry/image-registry for network=default I0311 09:46:55.229695 3375 services_controller.go:480] Service openshift-insights/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0311 09:46:55.229650 3375 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 cb6bee5b-1091-4781-9ce7-c24cd1ece1ec 6476 0 2026-03-11 09:40:38 +0000 UTC map[olm.managed:true olm.service-spec-hash:8H7arFYfeqTDwtur5ZzpDGCqSKpg30XG9PXH2W] map[] [{operators.coreos.com/v1alpha1 CatalogSource deployment-validation-operator-catalog 7e54c69e-de9a-4db9-b8ad-e5001eee3504 0xc00754d16d 0xc00754d16e}] [] []},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.55.42,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.55.42],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:55.229463 3375 services_controller.go:471] Built service openshift-ingress-canary/ingress-canary LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:55.229719 3375 services_controller.go:497] Skipping no-op change for service openshift-insights/metrics for network=default I0311 09:46:55.229721 3375 lb_config.go:1030] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default are: map[] I0311 09:46:55.229646 3375 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 ecf3a335-2ffe-4288-98c4-00149f5a9cad 500 0 2026-03-11 09:36:57 +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.111.10,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.111.10],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:55.229743 3375 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.55.42"}, protocol:"TCP", inport:50051, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 09:46:55.229755 3375 lb_config.go:1030] Cluster endpoints for openshift-cluster-version/cluster-version-operator for network=default are: map[] I0311 09:46:55.229745 3375 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.93.120", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.93.120", Port:8888, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:55.229769 3375 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.111.10"}, protocol:"TCP", inport:9099, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 09:46:55.229706 3375 services_controller.go:382] Processing sync for service openshift-image-registry/image-registry for network=default I0311 09:46:55.229756 3375 services_controller.go:470] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB per-node configs for network=default: []services.lbConfig(nil) I0311 09:46:55.229804 3375 services_controller.go:471] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:55.229731 3375 services_controller.go:386] Finished syncing service metrics on namespace openshift-insights for network=default : 396.595µs I0311 09:46:55.229782 3375 services_controller.go:478] Built service openshift-ingress-canary/ingress-canary per-node LB for network=default: []services.LB{} I0311 09:46:55.229855 3375 services_controller.go:479] Built service openshift-ingress-canary/ingress-canary template LB for network=default: []services.LB{} I0311 09:46:55.229805 3375 services_controller.go:460] Service openshift-image-registry/image-registry retrieved from lister for network=default: &Service{ObjectMeta:{image-registry openshift-image-registry bfbf3b9c-5605-414e-86e0-e584855723f6 4042 0 2026-03-11 09:38:19 +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.117.54,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.117.54],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:55.229863 3375 services_controller.go:480] Service openshift-ingress-canary/ingress-canary for network=default has 2 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0311 09:46:55.229881 3375 services_controller.go:497] Skipping no-op change for service openshift-ingress-canary/ingress-canary for network=default I0311 09:46:55.229881 3375 lb_config.go:1030] Cluster endpoints for openshift-image-registry/image-registry for network=default are: map[] I0311 09:46:55.229885 3375 services_controller.go:386] Finished syncing service ingress-canary on namespace openshift-ingress-canary for network=default : 559.577µs I0311 09:46:55.229784 3375 services_controller.go:470] Built service openshift-cluster-version/cluster-version-operator LB per-node configs for network=default: []services.lbConfig(nil) I0311 09:46:55.229896 3375 services_controller.go:471] Built service openshift-cluster-version/cluster-version-operator LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:55.229892 3375 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.117.54"}, protocol:"TCP", inport:5000, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 09:46:55.229699 3375 services_controller.go:640] Adding service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0311 09:46:55.229908 3375 services_controller.go:470] Built service openshift-image-registry/image-registry LB per-node configs for network=default: []services.lbConfig(nil) I0311 09:46:55.229917 3375 services_controller.go:471] Built service openshift-image-registry/image-registry LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:55.229918 3375 services_controller.go:640] Adding service openshift-console-operator/metrics for network=default I0311 09:46:55.229928 3375 services_controller.go:640] Adding service openshift-machine-config-operator/machine-config-daemon for network=default I0311 09:46:55.229912 3375 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.111.10", Port:9099, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:55.229935 3375 services_controller.go:382] Processing sync for service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0311 09:46:55.229943 3375 services_controller.go:478] Built service openshift-cluster-version/cluster-version-operator per-node LB for network=default: []services.LB{} I0311 09:46:55.229934 3375 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.117.54", Port:5000, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:55.229955 3375 services_controller.go:479] Built service openshift-cluster-version/cluster-version-operator template LB for network=default: []services.LB{} I0311 09:46:55.229969 3375 services_controller.go:480] Service openshift-cluster-version/cluster-version-operator for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0311 09:46:55.229943 3375 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 16b01427-93f4-4fb7-8212-1ec97d25975f 901 0 2026-03-11 09:37: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 facf07c5-511e-473b-8e3b-771a14e8107e 0xc00754cef7 }] [] []},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.188.119,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.188.119],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:55.229962 3375 services_controller.go:478] Built service openshift-image-registry/image-registry per-node LB for network=default: []services.LB{} I0311 09:46:55.229999 3375 services_controller.go:479] Built service openshift-image-registry/image-registry template LB for network=default: []services.LB{} I0311 09:46:55.230000 3375 services_controller.go:497] Skipping no-op change for service openshift-cluster-version/cluster-version-operator for network=default I0311 09:46:55.230005 3375 lb_config.go:1030] Cluster endpoints for openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default are: map[] I0311 09:46:55.230010 3375 services_controller.go:480] Service openshift-image-registry/image-registry for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0311 09:46:55.230019 3375 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.188.119"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 09:46:55.230019 3375 services_controller.go:382] Processing sync for service openshift-console-operator/metrics for network=default I0311 09:46:55.230036 3375 services_controller.go:497] Skipping no-op change for service openshift-image-registry/image-registry for network=default I0311 09:46:55.230035 3375 services_controller.go:470] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 09:46:55.230042 3375 services_controller.go:386] Finished syncing service image-registry on namespace openshift-image-registry for network=default : 336.92µs I0311 09:46:55.230046 3375 services_controller.go:471] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:55.230047 3375 services_controller.go:640] Adding service openshift-apiserver/check-endpoints for network=default I0311 09:46:55.230055 3375 services_controller.go:382] Processing sync for service openshift-machine-config-operator/machine-config-daemon for network=default I0311 09:46:55.230060 3375 services_controller.go:640] Adding service openshift-cloud-credential-operator/cco-metrics for network=default I0311 09:46:55.230068 3375 services_controller.go:640] Adding service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0311 09:46:55.230074 3375 services_controller.go:640] Adding service openshift-ingress/router-default for network=default I0311 09:46:55.230079 3375 services_controller.go:640] Adding service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0311 09:46:55.230063 3375 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.188.119", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:55.230085 3375 services_controller.go:640] Adding service openshift-config-operator/metrics for network=default I0311 09:46:55.230090 3375 services_controller.go:640] Adding service openshift-dns-operator/metrics for network=default I0311 09:46:55.230090 3375 services_controller.go:478] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics per-node LB for network=default: []services.LB{} I0311 09:46:55.230096 3375 services_controller.go:640] Adding service openshift-machine-config-operator/machine-config-operator for network=default I0311 09:46:55.230102 3375 services_controller.go:479] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics template LB for network=default: []services.LB{} I0311 09:46:55.230103 3375 services_controller.go:640] Adding service openshift-network-diagnostics/network-check-target for network=default I0311 09:46:55.230043 3375 services_controller.go:460] Service openshift-console-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-console-operator 2be2f5a7-3cc1-4c9c-a8a9-141ad61d1dd8 3592 0 2026-03-11 09:37:56 +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 facf07c5-511e-473b-8e3b-771a14e8107e 0xc00754d0d7 }] [] []},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.62.251,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.62.251],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:55.230064 3375 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 28c7958c-99f6-427c-9231-15b2071df65b 868 0 2026-03-11 09:37: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 facf07c5-511e-473b-8e3b-771a14e8107e 0xc00754db47 }] [] []},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.36.188,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.36.188],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:55.230115 3375 services_controller.go:480] Service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0311 09:46:55.230135 3375 lb_config.go:1030] Cluster endpoints for openshift-console-operator/metrics for network=default are: map[] I0311 09:46:55.230153 3375 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.62.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}} I0311 09:46:55.230167 3375 services_controller.go:470] Built service openshift-console-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 09:46:55.230174 3375 services_controller.go:471] Built service openshift-console-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:55.230187 3375 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.62.251", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:55.230279 3375 zone_ic_handler.go:259] Creating interconnect resources for remote zone node ip-10-0-2-212.ec2.internal for the network default I0311 09:46:55.230290 3375 services_controller.go:478] Built service openshift-console-operator/metrics per-node LB for network=default: []services.LB{} I0311 09:46:55.230301 3375 services_controller.go:479] Built service openshift-console-operator/metrics template LB for network=default: []services.LB{} I0311 09:46:55.230311 3375 services_controller.go:480] Service openshift-console-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0311 09:46:55.230333 3375 services_controller.go:497] Skipping no-op change for service openshift-console-operator/metrics for network=default I0311 09:46:55.230343 3375 services_controller.go:386] Finished syncing service metrics on namespace openshift-console-operator for network=default : 324.287µs I0311 09:46:55.230357 3375 services_controller.go:382] Processing sync for service openshift-apiserver/check-endpoints for network=default I0311 09:46:55.230009 3375 services_controller.go:386] Finished syncing service cluster-version-operator on namespace openshift-cluster-version for network=default : 377.845µs I0311 09:46:55.230352 3375 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-212.ec2.internal]} name:tstor-ip-10-0-2-212.ec2.internal options:{GoMap:map[requested-chassis:ip-10-0-2-212.ec2.internal requested-tnl-key:4]} type:remote] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0287199760}] I0311 09:46:55.230383 3375 services_controller.go:382] Processing sync for service openshift-cloud-credential-operator/cco-metrics for network=default I0311 09:46:55.230366 3375 services_controller.go:460] Service openshift-apiserver/check-endpoints retrieved from lister for network=default: &Service{ObjectMeta:{check-endpoints openshift-apiserver 3e3f6011-18cb-4b03-b279-e7ada94ea809 2304 0 2026-03-11 09:37:29 +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 facf07c5-511e-473b-8e3b-771a14e8107e 0xc00754c9d7 }] [] []},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.91.179,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.91.179],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:55.230415 3375 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:u0287199760}]}}] Timeout: Where:[where column _uuid == {e52398f1-6c81-4d35-8d4c-fd6114005064}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:55.230394 3375 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 c242180b-a6ec-432f-8e5e-0352b72a1b03 1141 0 2026-03-11 09:37: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 facf07c5-511e-473b-8e3b-771a14e8107e 0xc00754cb2b }] [] []},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.251.51,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.251.51],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:55.230135 3375 lb_config.go:1030] Cluster endpoints for openshift-machine-config-operator/machine-config-daemon for network=default are: map[] I0311 09:46:55.230456 3375 lb_config.go:1030] Cluster endpoints for openshift-apiserver/check-endpoints for network=default are: map[] I0311 09:46:55.230443 3375 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-212.ec2.internal]} name:tstor-ip-10-0-2-212.ec2.internal options:{GoMap:map[requested-chassis:ip-10-0-2-212.ec2.internal requested-tnl-key:4]} type:remote] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u0287199760} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u0287199760}]}}] Timeout: Where:[where column _uuid == {e52398f1-6c81-4d35-8d4c-fd6114005064}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:55.230470 3375 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.91.179"}, protocol:"TCP", inport:17698, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 09:46:55.230473 3375 lb_config.go:1030] Cluster endpoints for openshift-cloud-credential-operator/cco-metrics for network=default are: map[] I0311 09:46:55.230484 3375 services_controller.go:470] Built service openshift-apiserver/check-endpoints LB per-node configs for network=default: []services.lbConfig(nil) I0311 09:46:55.230493 3375 services_controller.go:471] Built service openshift-apiserver/check-endpoints LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:55.230490 3375 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.251.51"}, protocol:"TCP", inport:8443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 09:46:55.230506 3375 services_controller.go:470] Built service openshift-cloud-credential-operator/cco-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 09:46:55.230517 3375 services_controller.go:471] Built service openshift-cloud-credential-operator/cco-metrics LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:55.230503 3375 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.36.188"}, 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.36.188"}, protocol:"TCP", inport:8798, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 09:46:55.230508 3375 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.91.179", Port:17698, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:55.230535 3375 services_controller.go:478] Built service openshift-apiserver/check-endpoints per-node LB for network=default: []services.LB{} I0311 09:46:55.230114 3375 services_controller.go:640] Adding service default/kubernetes for network=default I0311 09:46:55.230546 3375 services_controller.go:479] Built service openshift-apiserver/check-endpoints template LB for network=default: []services.LB{} I0311 09:46:55.230549 3375 services_controller.go:470] Built service openshift-machine-config-operator/machine-config-daemon LB per-node configs for network=default: []services.lbConfig(nil) I0311 09:46:55.230536 3375 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.251.51", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:55.230556 3375 services_controller.go:480] Service openshift-apiserver/check-endpoints for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0311 09:46:55.230557 3375 services_controller.go:640] Adding service openshift-cluster-machine-approver/machine-approver for network=default I0311 09:46:55.230566 3375 services_controller.go:471] Built service openshift-machine-config-operator/machine-config-daemon LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:55.230568 3375 services_controller.go:640] Adding service openshift-kube-storage-version-migrator-operator/metrics for network=default I0311 09:46:55.230138 3375 services_controller.go:497] Skipping no-op change for service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0311 09:46:55.230576 3375 services_controller.go:640] Adding service default/openshift-apiserver for network=default I0311 09:46:55.230576 3375 services_controller.go:386] Finished syncing service csi-snapshot-controller-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 640.998µs I0311 09:46:55.230579 3375 services_controller.go:497] Skipping no-op change for service openshift-apiserver/check-endpoints for network=default I0311 09:46:55.230584 3375 services_controller.go:640] Adding service openshift-cluster-samples-operator/metrics for network=default I0311 09:46:55.230586 3375 services_controller.go:386] Finished syncing service check-endpoints on namespace openshift-apiserver for network=default : 229.793µs I0311 09:46:55.230589 3375 services_controller.go:382] Processing sync for service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0311 09:46:55.230591 3375 services_controller.go:640] Adding service openshift-dns/dns-default for network=default I0311 09:46:55.230597 3375 services_controller.go:386] Finished syncing service node-tuning-operator on namespace openshift-cluster-node-tuning-operator for network=default : 8.836µs I0311 09:46:55.230599 3375 services_controller.go:382] Processing sync for service openshift-ingress/router-default for network=default I0311 09:46:55.229820 3375 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.55.42", Port:50051, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:55.230606 3375 services_controller.go:382] Processing sync for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0311 09:46:55.230598 3375 services_controller.go:640] Adding service openshift-ingress/router-internal-default for network=default I0311 09:46:55.230615 3375 services_controller.go:640] Adding service openshift-monitoring/cluster-monitoring-operator for network=default I0311 09:46:55.230619 3375 services_controller.go:478] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog per-node LB for network=default: []services.LB{} I0311 09:46:55.230623 3375 services_controller.go:640] Adding service openshift-network-console/networking-console-plugin for network=default I0311 09:46:55.230629 3375 services_controller.go:640] Adding service default/packageserver for network=default I0311 09:46:55.230635 3375 services_controller.go:479] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog template LB for network=default: []services.LB{} I0311 09:46:55.230638 3375 services_controller.go:640] Adding service openshift-authentication-operator/metrics for network=default I0311 09:46:55.230645 3375 services_controller.go:640] Adding service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0311 09:46:55.230651 3375 services_controller.go:640] Adding service openshift-kube-controller-manager-operator/metrics for network=default I0311 09:46:55.230651 3375 services_controller.go:480] Service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0311 09:46:55.230657 3375 services_controller.go:640] Adding service openshift-machine-config-operator/machine-config-controller for network=default I0311 09:46:55.230613 3375 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 4eb2a72e-7e9b-43b3-a2e6-443aaa658e0b 960 0 2026-03-11 09:37: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 facf07c5-511e-473b-8e3b-771a14e8107e 0xc00754ce47 }] [] []},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.76.220,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.76.220],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:55.230663 3375 services_controller.go:640] Adding service openshift-service-ca-operator/metrics for network=default I0311 09:46:55.230669 3375 services_controller.go:640] Adding service default/openshift for network=default I0311 09:46:55.230608 3375 services_controller.go:460] Service openshift-ingress/router-default retrieved from lister for network=default: &Service{ObjectMeta:{router-default openshift-ingress 884996c3-3471-4f35-bac6-d60160573751 3682 0 2026-03-11 09:37:38 +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=2oveefiled799j1l8h60tce40faspn30,api.openshift.com/legal-entity-id=2h8L52xc1VHB4xLFE2YyPmAjYjI,api.openshift.com/name=kx-3a2a0e7f61,cluster-type=rosa-hcp,creation-date=2026-03-11,konflux-ci=true,red-hat-clustertype=rosa,red-hat-managed=true service.beta.kubernetes.io/aws-load-balancer-healthcheck-healthy-threshold:2 service.beta.kubernetes.io/aws-load-balancer-healthcheck-interval:10 service.beta.kubernetes.io/aws-load-balancer-healthcheck-timeout:4 service.beta.kubernetes.io/aws-load-balancer-healthcheck-unhealthy-threshold:2 service.beta.kubernetes.io/aws-load-balancer-type:nlb traffic-policy.network.alpha.openshift.io/local-with-fallback:] [{apps/v1 Deployment router-default e3db6bf5-9ef8-4b7b-a506-f3bf9f48ed73 0xc00754d6d7 }] [service.kubernetes.io/load-balancer-cleanup] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:http,Protocol:TCP,Port:80,TargetPort:{1 0 http},NodePort:30461,AppProtocol:nil,},ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{1 0 https},NodePort:31511,AppProtocol:nil,},},Selector:map[string]string{ingresscontroller.operator.openshift.io/deployment-ingresscontroller: default,},ClusterIP:172.30.90.137,Type:LoadBalancer,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:Local,HealthCheckNodePort:32363,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.90.137],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:*true,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{LoadBalancerIngress{IP:,Hostname:a884996c334714f35bac6d6016057375-b938fbaaaa50e06c.elb.us-east-1.amazonaws.com,IPMode:nil,Ports:[]PortStatus{},},},},Conditions:[]Condition{},},} I0311 09:46:55.230675 3375 services_controller.go:640] Adding service default/openshift-oauth-apiserver for network=default I0311 09:46:55.230681 3375 services_controller.go:640] Adding service openshift-ingress-operator/metrics for network=default I0311 09:46:55.230681 3375 lb_config.go:1030] Cluster endpoints for openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default are: map[] I0311 09:46:55.230682 3375 services_controller.go:497] Skipping no-op change for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0311 09:46:55.230688 3375 services_controller.go:640] Adding service openshift-apiserver-operator/metrics for network=default I0311 09:46:55.230695 3375 services_controller.go:640] Adding service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0311 09:46:55.230692 3375 services_controller.go:386] Finished syncing service deployment-validation-operator-catalog on namespace openshift-deployment-validation-operator for network=default : 1.052327ms I0311 09:46:55.230694 3375 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.76.220"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 09:46:55.230694 3375 lb_config.go:1030] Cluster endpoints for openshift-ingress/router-default for network=default are: map[] I0311 09:46:55.230701 3375 services_controller.go:640] Adding service openshift-network-diagnostics/network-check-source for network=default I0311 09:46:55.230707 3375 lb_config.go:1053] Local endpoints for openshift-ingress/router-default for network=default are: map[] I0311 09:46:55.230706 3375 services_controller.go:470] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 09:46:55.230713 3375 services_controller.go:382] Processing sync for service openshift-config-operator/metrics for network=default I0311 09:46:55.230719 3375 services_controller.go:471] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:55.230720 3375 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.90.137"}, 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.90.137"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 09:46:55.230738 3375 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:30461, 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:31511, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:true, internalTrafficLocal:false, hasNodePort:true}} I0311 09:46:55.230735 3375 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.76.220", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:55.230761 3375 services_controller.go:471] Built service openshift-ingress/router-default LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:55.230765 3375 services_controller.go:478] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics per-node LB for network=default: []services.LB{} I0311 09:46:55.230776 3375 services_controller.go:479] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics template LB for network=default: []services.LB{} I0311 09:46:55.230786 3375 services_controller.go:480] Service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0311 09:46:55.230794 3375 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.36.188", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.36.188", Port:8798, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:55.230800 3375 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.90.137", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.90.137", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:55.230820 3375 services_controller.go:497] Skipping no-op change for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0311 09:46:55.230825 3375 services_controller.go:478] Built service openshift-machine-config-operator/machine-config-daemon per-node LB for network=default: []services.LB{} I0311 09:46:55.230828 3375 services_controller.go:386] Finished syncing service cluster-storage-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 221.014µs I0311 09:46:55.230833 3375 services_controller.go:479] Built service openshift-machine-config-operator/machine-config-daemon template LB for network=default: []services.LB{} I0311 09:46:55.230856 3375 services_controller.go:480] Service openshift-machine-config-operator/machine-config-daemon for network=default has 2 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0311 09:46:55.230566 3375 services_controller.go:478] Built service openshift-cloud-credential-operator/cco-metrics per-node LB for network=default: []services.LB{} I0311 09:46:55.230873 3375 services_controller.go:479] Built service openshift-cloud-credential-operator/cco-metrics template LB for network=default: []services.LB{} I0311 09:46:55.230829 3375 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-185.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.185", Port:30461, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:30461, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.1.185", Port:31511, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:31511, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string(nil), Routers:[]string{"GR_ip-10-0-1-185.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-ingress/router-default_TCP_node_switch_ip-10-0-1-185.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:30461, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.1.185", Port:30461, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:30461, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:30461, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:31511, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.1.185", Port:31511, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:31511, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:31511, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-185.ec2.internal"}, Routers:[]string(nil), Groups:[]string(nil)}} I0311 09:46:55.230891 3375 services_controller.go:480] Service openshift-cloud-credential-operator/cco-metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0311 09:46:55.230906 3375 services_controller.go:479] Built service openshift-ingress/router-default template LB for network=default: []services.LB{} I0311 09:46:55.230914 3375 services_controller.go:497] Skipping no-op change for service openshift-cloud-credential-operator/cco-metrics for network=default I0311 09:46:55.230919 3375 services_controller.go:480] Service openshift-ingress/router-default for network=default has 2 cluster-wide, 2 per-node configs, 0 template configs, making 1 (cluster) 2 (per node) and 0 (template) load balancers I0311 09:46:55.230839 3375 services_controller.go:382] Processing sync for service openshift-dns-operator/metrics for network=default I0311 09:46:55.230957 3375 services_controller.go:497] Skipping no-op change for service openshift-ingress/router-default for network=default I0311 09:46:55.231008 3375 services_controller.go:386] Finished syncing service router-default on namespace openshift-ingress for network=default : 407.719µs I0311 09:46:55.231029 3375 services_controller.go:382] Processing sync for service openshift-machine-config-operator/machine-config-operator for network=default I0311 09:46:55.231038 3375 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 35767b48-06d9-40dd-a1cf-8af430da5f87 753 0 2026-03-11 09:37:08 +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 facf07c5-511e-473b-8e3b-771a14e8107e 0xc00754dbdb }] [] []},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.62.85,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.62.85],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:55.230920 3375 services_controller.go:386] Finished syncing service cco-metrics on namespace openshift-cloud-credential-operator for network=default : 539.879µs I0311 09:46:55.231102 3375 services_controller.go:382] Processing sync for service openshift-network-diagnostics/network-check-target for network=default I0311 09:46:55.231108 3375 lb_config.go:1030] Cluster endpoints for openshift-machine-config-operator/machine-config-operator for network=default are: map[] I0311 09:46:55.231122 3375 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.62.85"}, protocol:"TCP", inport:9001, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 09:46:55.231140 3375 services_controller.go:470] Built service openshift-machine-config-operator/machine-config-operator LB per-node configs for network=default: []services.lbConfig(nil) I0311 09:46:55.231150 3375 services_controller.go:471] Built service openshift-machine-config-operator/machine-config-operator LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:55.231115 3375 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 5522cf5a-5268-4872-a399-b4831cbf4da3 3643 0 2026-03-11 09:37:58 +0000 UTC map[] map[] [{operator.openshift.io/v1 Network cluster b3dad961-2546-4bd3-9d69-ce8664bfbe4c 0xc00754de87 0xc00754de88}] [] []},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.96.104,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.96.104],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:55.230726 3375 services_controller.go:460] Service openshift-config-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-config-operator f4859207-1b6e-4c18-ab17-2299b271e316 1584 0 2026-03-11 09:37: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 facf07c5-511e-473b-8e3b-771a14e8107e 0xc00754d017 }] [] []},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.105.113,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.105.113],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:55.231182 3375 lb_config.go:1030] Cluster endpoints for openshift-network-diagnostics/network-check-target for network=default are: map[] I0311 09:46:55.231166 3375 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.62.85", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:55.231201 3375 services_controller.go:478] Built service openshift-machine-config-operator/machine-config-operator per-node LB for network=default: []services.LB{} I0311 09:46:55.231200 3375 lb_config.go:1030] Cluster endpoints for openshift-config-operator/metrics for network=default are: map[] I0311 09:46:55.231199 3375 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.96.104"}, protocol:"TCP", inport:80, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 09:46:55.231227 3375 services_controller.go:479] Built service openshift-machine-config-operator/machine-config-operator template LB for network=default: []services.LB{} I0311 09:46:55.230877 3375 services_controller.go:497] Skipping no-op change for service openshift-machine-config-operator/machine-config-daemon for network=default I0311 09:46:55.231231 3375 services_controller.go:470] Built service openshift-network-diagnostics/network-check-target LB per-node configs for network=default: []services.lbConfig(nil) I0311 09:46:55.231231 3375 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.105.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}} I0311 09:46:55.231241 3375 services_controller.go:480] Service openshift-machine-config-operator/machine-config-operator for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0311 09:46:55.231245 3375 services_controller.go:471] Built service openshift-network-diagnostics/network-check-target LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:55.231243 3375 services_controller.go:386] Finished syncing service machine-config-daemon on namespace openshift-machine-config-operator for network=default : 1.184908ms I0311 09:46:55.230930 3375 services_controller.go:460] Service openshift-dns-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-dns-operator 31c83d3e-3d68-4c9b-b7fc-a2892980a982 1082 0 2026-03-11 09:37: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 facf07c5-511e-473b-8e3b-771a14e8107e 0xc00754d28f }] [] []},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.134.30,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.134.30],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:55.231263 3375 services_controller.go:382] Processing sync for service default/kubernetes for network=default I0311 09:46:55.231265 3375 services_controller.go:497] Skipping no-op change for service openshift-machine-config-operator/machine-config-operator for network=default I0311 09:46:55.231267 3375 lb_config.go:1030] Cluster endpoints for openshift-dns-operator/metrics for network=default are: map[] I0311 09:46:55.231273 3375 services_controller.go:386] Finished syncing service machine-config-operator on namespace openshift-machine-config-operator for network=default : 243.198µs I0311 09:46:55.231262 3375 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.96.104", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:55.231278 3375 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.134.30"}, protocol:"TCP", inport:9393, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 09:46:55.231286 3375 services_controller.go:382] Processing sync for service openshift-cluster-machine-approver/machine-approver for network=default I0311 09:46:55.231289 3375 services_controller.go:470] Built service openshift-dns-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 09:46:55.231289 3375 services_controller.go:478] Built service openshift-network-diagnostics/network-check-target per-node LB for network=default: []services.LB{} I0311 09:46:55.231293 3375 services_controller.go:386] Finished syncing service machine-approver on namespace openshift-cluster-machine-approver for network=default : 8.336µs I0311 09:46:55.231298 3375 services_controller.go:471] Built service openshift-dns-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:55.231303 3375 services_controller.go:382] Processing sync for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0311 09:46:55.231303 3375 services_controller.go:479] Built service openshift-network-diagnostics/network-check-target template LB for network=default: []services.LB{} I0311 09:46:55.231317 3375 services_controller.go:480] Service openshift-network-diagnostics/network-check-target for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0311 09:46:55.231247 3375 services_controller.go:470] Built service openshift-config-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 09:46:55.231314 3375 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.134.30", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:55.231335 3375 services_controller.go:471] Built service openshift-config-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:55.231287 3375 services_controller.go:460] Service default/kubernetes retrieved from lister for network=default: &Service{ObjectMeta:{kubernetes default 63dbedc6-9e52-48d2-99e1-31b0ccd4bb2b 274 0 2026-03-11 09:36:23 +0000 UTC map[component:apiserver provider:kubernetes] map[] [] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 6443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{},ClusterIP:172.30.0.1,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.0.1],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:55.231341 3375 services_controller.go:497] Skipping no-op change for service openshift-network-diagnostics/network-check-target for network=default I0311 09:46:55.231341 3375 services_controller.go:478] Built service openshift-dns-operator/metrics per-node LB for network=default: []services.LB{} I0311 09:46:55.231349 3375 services_controller.go:386] Finished syncing service network-check-target on namespace openshift-network-diagnostics for network=default : 249.524µs I0311 09:46:55.231354 3375 services_controller.go:479] Built service openshift-dns-operator/metrics template LB for network=default: []services.LB{} I0311 09:46:55.231312 3375 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 81a0763e-a2df-4e8e-ba98-0318a8d002dd 2926 0 2026-03-11 09:37: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 facf07c5-511e-473b-8e3b-771a14e8107e 0xc00754d9f7 }] [] []},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.102.235,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.102.235],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:55.231360 3375 services_controller.go:382] Processing sync for service default/openshift-apiserver for network=default I0311 09:46:55.231364 3375 services_controller.go:480] Service openshift-dns-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0311 09:46:55.231356 3375 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.105.113", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:55.231377 3375 lb_config.go:1030] Cluster endpoints for openshift-kube-storage-version-migrator-operator/metrics for network=default are: map[] I0311 09:46:55.231375 3375 lb_config.go:1030] Cluster endpoints for default/kubernetes for network=default are: map[TCP/https:{6443 [172.20.0.1] []}] I0311 09:46:55.231385 3375 services_controller.go:497] Skipping no-op change for service openshift-dns-operator/metrics for network=default I0311 09:46:55.231391 3375 services_controller.go:386] Finished syncing service metrics on namespace openshift-dns-operator for network=default : 551.461µs I0311 09:46:55.231390 3375 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.102.235"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 09:46:55.231386 3375 services_controller.go:478] Built service openshift-config-operator/metrics per-node LB for network=default: []services.LB{} I0311 09:46:55.231404 3375 services_controller.go:382] Processing sync for service openshift-cluster-samples-operator/metrics for network=default I0311 09:46:55.231370 3375 services_controller.go:460] Service default/openshift-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-apiserver default d2e7e63e-0597-413a-853a-25bcd40896a9 1836 0 2026-03-11 09:37:28 +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.1.48,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.1.48],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:55.231408 3375 services_controller.go:479] Built service openshift-config-operator/metrics template LB for network=default: []services.LB{} I0311 09:46:55.231231 3375 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-212.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:u0287199761}] I0311 09:46:55.231412 3375 services_controller.go:386] Finished syncing service metrics on namespace openshift-cluster-samples-operator for network=default : 8.398µs I0311 09:46:55.231419 3375 services_controller.go:480] Service openshift-config-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0311 09:46:55.231422 3375 services_controller.go:382] Processing sync for service openshift-dns/dns-default for network=default I0311 09:46:55.231429 3375 lb_config.go:1030] Cluster endpoints for default/openshift-apiserver for network=default are: map[TCP/https:{443 [172.30.224.5] []}] I0311 09:46:55.231442 3375 services_controller.go:497] Skipping no-op change for service openshift-config-operator/metrics for network=default I0311 09:46:55.231444 3375 services_controller.go:469] Built service default/openshift-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0311 09:46:55.231449 3375 services_controller.go:386] Finished syncing service metrics on namespace openshift-config-operator for network=default : 735.92µs I0311 09:46:55.231453 3375 services_controller.go:470] Built service default/openshift-apiserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.1.48"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.224.5"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 09:46:55.231462 3375 services_controller.go:382] Processing sync for service openshift-ingress/router-internal-default for network=default I0311 09:46:55.231467 3375 services_controller.go:471] Built service default/openshift-apiserver LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:55.231404 3375 services_controller.go:470] Built service openshift-kube-storage-version-migrator-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 09:46:55.231458 3375 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:u0287199761}]}}] Timeout: Where:[where column _uuid == {8944ab81-04cf-49d7-a679-0f725e047d14}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:55.231430 3375 services_controller.go:460] Service openshift-dns/dns-default retrieved from lister for network=default: &Service{ObjectMeta:{dns-default openshift-dns d25ae9fa-10e7-4a92-b650-de4b33242d19 1460 0 2026-03-11 09:37:25 +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 d28fc5d2-92b7-4f00-830c-eab378d0aea5 0xc00754d377 }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:dns,Protocol:UDP,Port:53,TargetPort:{1 0 dns},NodePort:0,AppProtocol:nil,},ServicePort{Name:dns-tcp,Protocol:TCP,Port:53,TargetPort:{1 0 dns-tcp},NodePort:0,AppProtocol:nil,},ServicePort{Name:metrics,Protocol:TCP,Port:9154,TargetPort:{1 0 metrics},NodePort:0,AppProtocol:nil,},},Selector:map[string]string{dns.operator.openshift.io/daemonset-dns: default,},ClusterIP:172.30.0.10,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.0.10],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:55.231486 3375 services_controller.go:471] Built service openshift-kube-storage-version-migrator-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:55.231489 3375 services_controller.go:477] Built service default/openshift-apiserver cluster-wide LB for network=default: []services.LB{} I0311 09:46:55.231503 3375 lb_config.go:1030] Cluster endpoints for openshift-dns/dns-default for network=default are: map[] I0311 09:46:55.231501 3375 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-185.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.1.48", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.224.5", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-185.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-185.ec2.internal"}, Groups:[]string(nil)}} I0311 09:46:55.231394 3375 services_controller.go:469] Built service default/kubernetes LB cluster-wide configs for network=default: []services.lbConfig(nil) I0311 09:46:55.231530 3375 services_controller.go:479] Built service default/openshift-apiserver template LB for network=default: []services.LB{} I0311 09:46:55.231473 3375 services_controller.go:460] Service openshift-ingress/router-internal-default retrieved from lister for network=default: &Service{ObjectMeta:{router-internal-default openshift-ingress 97192727-09d1-4032-b13e-c92358656970 2781 0 2026-03-11 09:37:39 +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 e3db6bf5-9ef8-4b7b-a506-f3bf9f48ed73 0xc00754d79e }] [] []},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.156.202,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.156.202],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:55.231532 3375 services_controller.go:470] Built service default/kubernetes LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.0.1"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:6443, V4IPs:[]string{"172.20.0.1"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 09:46:55.231508 3375 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.102.235", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:55.231542 3375 services_controller.go:480] Service default/openshift-apiserver for network=default has 0 cluster-wide, 1 per-node configs, 0 template configs, making 0 (cluster) 1 (per node) and 0 (template) load balancers I0311 09:46:55.231545 3375 services_controller.go:471] Built service default/kubernetes LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:55.231553 3375 services_controller.go:478] Built service openshift-kube-storage-version-migrator-operator/metrics per-node LB for network=default: []services.LB{} I0311 09:46:55.231559 3375 lb_config.go:1030] Cluster endpoints for openshift-ingress/router-internal-default for network=default are: map[] I0311 09:46:55.231548 3375 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-212.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:u0287199762}] I0311 09:46:55.231565 3375 services_controller.go:497] Skipping no-op change for service default/openshift-apiserver for network=default I0311 09:46:55.231567 3375 services_controller.go:479] Built service openshift-kube-storage-version-migrator-operator/metrics template LB for network=default: []services.LB{} I0311 09:46:55.231566 3375 services_controller.go:477] Built service default/kubernetes cluster-wide LB for network=default: []services.LB{} I0311 09:46:55.231572 3375 services_controller.go:386] Finished syncing service openshift-apiserver on namespace default for network=default : 211.623µs I0311 09:46:55.231579 3375 services_controller.go:480] Service openshift-kube-storage-version-migrator-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0311 09:46:55.231586 3375 services_controller.go:382] Processing sync for service openshift-monitoring/cluster-monitoring-operator for network=default I0311 09:46:55.231576 3375 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.156.202"}, 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.156.202"}, protocol:"TCP", 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.156.202"}, protocol:"TCP", inport:1936, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 09:46:55.231593 3375 services_controller.go:386] Finished syncing service cluster-monitoring-operator on namespace openshift-monitoring for network=default : 9.966µs I0311 09:46:55.231579 3375 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-185.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-185.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-185.ec2.internal"}, Groups:[]string(nil)}} I0311 09:46:55.231596 3375 services_controller.go:470] Built service openshift-ingress/router-internal-default LB per-node configs for network=default: []services.lbConfig(nil) I0311 09:46:55.231603 3375 services_controller.go:382] Processing sync for service openshift-network-console/networking-console-plugin for network=default I0311 09:46:55.231605 3375 services_controller.go:479] Built service default/kubernetes template LB for network=default: []services.LB{} I0311 09:46:55.231607 3375 services_controller.go:471] Built service openshift-ingress/router-internal-default LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:55.231607 3375 services_controller.go:497] Skipping no-op change for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0311 09:46:55.231615 3375 services_controller.go:480] Service default/kubernetes for network=default has 0 cluster-wide, 1 per-node configs, 0 template configs, making 0 (cluster) 1 (per node) and 0 (template) load balancers I0311 09:46:55.231618 3375 services_controller.go:386] Finished syncing service metrics on namespace openshift-kube-storage-version-migrator-operator for network=default : 314.77µs I0311 09:46:55.231633 3375 services_controller.go:382] Processing sync for service default/packageserver for network=default I0311 09:46:55.231624 3375 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.156.202", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.156.202", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.156.202", Port:1936, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:55.231611 3375 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 da7e79e4-09be-4e89-8d92-062359c89982 4444 0 2026-03-11 09:38:24 +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 b3dad961-2546-4bd3-9d69-ce8664bfbe4c 0xc00754dd8e 0xc00754dd8f}] [] []},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.254.156,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.254.156],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:55.231594 3375 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:u0287199762}]}}] Timeout: Where:[where column _uuid == {8944ab81-04cf-49d7-a679-0f725e047d14}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:55.231521 3375 services_controller.go:469] Built service openshift-dns/dns-default LB cluster-wide configs for network=default: []services.lbConfig(nil) I0311 09:46:55.231658 3375 services_controller.go:478] Built service openshift-ingress/router-internal-default per-node LB for network=default: []services.LB{} I0311 09:46:55.231655 3375 services_controller.go:460] Service default/packageserver retrieved from lister for network=default: &Service{ObjectMeta:{packageserver default 96bb2353-8980-44bf-9430-5decb23ac353 2467 0 2026-03-11 09:37:30 +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.185,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.223.185],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:55.231695 3375 services_controller.go:479] Built service openshift-ingress/router-internal-default template LB for network=default: []services.LB{} I0311 09:46:55.231708 3375 services_controller.go:480] Service openshift-ingress/router-internal-default for network=default has 3 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0311 09:46:55.231670 3375 transact.go:43] Configuring OVN: [{Op:insert Table:Logical_Router_Static_Route Row:map[external_ids:{GoMap:map[ic-node:ip-10-0-2-212.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:u0287199761} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u0287199761}]}}] Timeout: Where:[where column _uuid == {8944ab81-04cf-49d7-a679-0f725e047d14}] 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-212.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:u0287199762} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u0287199762}]}}] Timeout: Where:[where column _uuid == {8944ab81-04cf-49d7-a679-0f725e047d14}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:55.231695 3375 services_controller.go:470] Built service openshift-dns/dns-default LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.0.10"}, protocol:"UDP", inport:53, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}, services.lbConfig{vips:[]string{"172.30.0.10"}, protocol:"TCP", inport:53, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}, services.lbConfig{vips:[]string{"172.30.0.10"}, protocol:"TCP", inport:9154, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 09:46:55.231717 3375 lb_config.go:1030] Cluster endpoints for default/packageserver for network=default are: map[TCP/https:{443 [172.30.48.187] []}] I0311 09:46:55.231730 3375 services_controller.go:471] Built service openshift-dns/dns-default LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:55.231736 3375 services_controller.go:497] Skipping no-op change for service openshift-ingress/router-internal-default for network=default I0311 09:46:55.231734 3375 services_controller.go:469] Built service default/packageserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0311 09:46:55.231743 3375 services_controller.go:386] Finished syncing service router-internal-default on namespace openshift-ingress for network=default : 280.56µs I0311 09:46:55.231748 3375 services_controller.go:470] Built service default/packageserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.223.185"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.48.187"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 09:46:55.231757 3375 services_controller.go:382] Processing sync for service openshift-authentication-operator/metrics for network=default I0311 09:46:55.231762 3375 services_controller.go:471] Built service default/packageserver LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:55.231681 3375 lb_config.go:1030] Cluster endpoints for openshift-network-console/networking-console-plugin for network=default are: map[] I0311 09:46:55.231777 3375 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.254.156"}, protocol:"TCP", inport:9443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 09:46:55.231783 3375 services_controller.go:477] Built service default/packageserver cluster-wide LB for network=default: []services.LB{} I0311 09:46:55.231792 3375 services_controller.go:470] Built service openshift-network-console/networking-console-plugin LB per-node configs for network=default: []services.lbConfig(nil) I0311 09:46:55.231801 3375 services_controller.go:471] Built service openshift-network-console/networking-console-plugin LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:55.231795 3375 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-185.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.223.185", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.48.187", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-185.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-185.ec2.internal"}, Groups:[]string(nil)}} I0311 09:46:55.231814 3375 services_controller.go:479] Built service default/packageserver template LB for network=default: []services.LB{} I0311 09:46:55.231768 3375 services_controller.go:460] Service openshift-authentication-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-authentication-operator 6fdfc0b1-ce83-4634-8762-eb0b687145df 664 0 2026-03-11 09:37:05 +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 facf07c5-511e-473b-8e3b-771a14e8107e 0xc00754ca97 }] [] []},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.81.16,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.81.16],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:55.231828 3375 services_controller.go:480] Service default/packageserver for network=default has 0 cluster-wide, 1 per-node configs, 0 template configs, making 0 (cluster) 1 (per node) and 0 (template) load balancers I0311 09:46:55.231842 3375 lb_config.go:1030] Cluster endpoints for openshift-authentication-operator/metrics for network=default are: map[] I0311 09:46:55.231815 3375 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.254.156", Port:9443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:55.231861 3375 services_controller.go:478] Built service openshift-network-console/networking-console-plugin per-node LB for network=default: []services.LB{} I0311 09:46:55.231861 3375 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.81.16"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 09:46:55.231871 3375 services_controller.go:479] Built service openshift-network-console/networking-console-plugin template LB for network=default: []services.LB{} I0311 09:46:55.231879 3375 services_controller.go:470] Built service openshift-authentication-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 09:46:55.231764 3375 services_controller.go:477] Built service openshift-dns/dns-default cluster-wide LB for network=default: []services.LB{} I0311 09:46:55.231635 3375 services_controller.go:497] Skipping no-op change for service default/kubernetes for network=default I0311 09:46:55.231849 3375 services_controller.go:497] Skipping no-op change for service default/packageserver for network=default I0311 09:46:55.231901 3375 services_controller.go:386] Finished syncing service kubernetes on namespace default for network=default : 638.199µs I0311 09:46:55.231916 3375 services_controller.go:382] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0311 09:46:55.231910 3375 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-185.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-185.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-185.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-dns/dns-default_UDP_node_router+switch_ip-10-0-1-185.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-185.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-185.ec2.internal"}, Groups:[]string(nil)}} I0311 09:46:55.231882 3375 services_controller.go:480] Service openshift-network-console/networking-console-plugin for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0311 09:46:55.232006 3375 services_controller.go:497] Skipping no-op change for service openshift-network-console/networking-console-plugin for network=default I0311 09:46:55.232017 3375 services_controller.go:386] Finished syncing service networking-console-plugin on namespace openshift-network-console for network=default : 414.686µs I0311 09:46:55.232033 3375 services_controller.go:382] Processing sync for service openshift-kube-controller-manager-operator/metrics for network=default I0311 09:46:55.232092 3375 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 e389bdc3-307c-4d01-911b-a330c7f7468e 811 0 2026-03-11 09:37: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 facf07c5-511e-473b-8e3b-771a14e8107e 0xc00754d93f }] [] []},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.192.107,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.192.107],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:55.232204 3375 lb_config.go:1030] Cluster endpoints for openshift-kube-controller-manager-operator/metrics for network=default are: map[] I0311 09:46:55.231893 3375 services_controller.go:471] Built service openshift-authentication-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:55.232236 3375 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.192.107"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 09:46:55.232252 3375 services_controller.go:470] Built service openshift-kube-controller-manager-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 09:46:55.232262 3375 services_controller.go:471] Built service openshift-kube-controller-manager-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:55.232258 3375 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.81.16", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:55.232279 3375 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.192.107", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:55.232305 3375 services_controller.go:478] Built service openshift-kube-controller-manager-operator/metrics per-node LB for network=default: []services.LB{} I0311 09:46:55.232316 3375 services_controller.go:479] Built service openshift-kube-controller-manager-operator/metrics template LB for network=default: []services.LB{} I0311 09:46:55.232326 3375 services_controller.go:480] Service openshift-kube-controller-manager-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0311 09:46:55.232350 3375 services_controller.go:497] Skipping no-op change for service openshift-kube-controller-manager-operator/metrics for network=default I0311 09:46:55.231903 3375 services_controller.go:386] Finished syncing service packageserver on namespace default for network=default : 270.661µs I0311 09:46:55.232361 3375 services_controller.go:386] Finished syncing service metrics on namespace openshift-kube-controller-manager-operator for network=default : 327.752µs I0311 09:46:55.232366 3375 zone_ic_handler.go:264] Creating Interconnect resources for node "ip-10-0-2-212.ec2.internal" on network "default" took: 2.117023ms I0311 09:46:55.232376 3375 services_controller.go:382] Processing sync for service openshift-machine-config-operator/machine-config-controller for network=default I0311 09:46:55.232378 3375 services_controller.go:382] Processing sync for service openshift-service-ca-operator/metrics for network=default I0311 09:46:55.232383 3375 master.go:700] Creating Interconnect resources for remote node "ip-10-0-2-212.ec2.internal" on network "default" took: 3.09631ms I0311 09:46:55.232402 3375 obj_retry.go:565] Update event received for resource *factory.egressNode, old object is equal to new: false I0311 09:46:55.232419 3375 obj_retry.go:617] Update event received for *factory.egressNode ip-10-0-2-212.ec2.internal I0311 09:46:55.232293 3375 services_controller.go:478] Built service openshift-authentication-operator/metrics per-node LB for network=default: []services.LB{} I0311 09:46:55.231925 3375 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 e4723c53-6b53-42b8-a2ea-822e693f4c79 6447 0 2026-03-11 09:40:37 +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.144.253,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.144.253],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:55.232493 3375 services_controller.go:479] Built service openshift-authentication-operator/metrics template LB for network=default: []services.LB{} I0311 09:46:55.232503 3375 services_controller.go:480] Service openshift-authentication-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0311 09:46:55.232517 3375 lb_config.go:1030] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default are: map[] I0311 09:46:55.231968 3375 services_controller.go:479] Built service openshift-dns/dns-default template LB for network=default: []services.LB{} I0311 09:46:55.232532 3375 services_controller.go:480] Service openshift-dns/dns-default for network=default has 0 cluster-wide, 3 per-node configs, 0 template configs, making 0 (cluster) 2 (per node) and 0 (template) load balancers I0311 09:46:55.232533 3375 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.144.253"}, protocol:"TCP", inport:8383, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 09:46:55.232550 3375 services_controller.go:470] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 09:46:55.232558 3375 services_controller.go:497] Skipping no-op change for service openshift-dns/dns-default for network=default I0311 09:46:55.232560 3375 services_controller.go:471] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:55.232563 3375 services_controller.go:386] Finished syncing service dns-default on namespace openshift-dns for network=default : 1.141224ms I0311 09:46:55.232573 3375 services_controller.go:382] Processing sync for service default/openshift for network=default I0311 09:46:55.232579 3375 services_controller.go:386] Finished syncing service openshift on namespace default for network=default : 5.623µs I0311 09:46:55.232585 3375 services_controller.go:382] Processing sync for service default/openshift-oauth-apiserver for network=default I0311 09:46:55.232577 3375 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.144.253", Port:8383, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:55.232611 3375 services_controller.go:478] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics per-node LB for network=default: []services.LB{} I0311 09:46:55.232389 3375 services_controller.go:460] Service openshift-service-ca-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-service-ca-operator aa9d0869-da45-4719-b665-bc72b68239c7 882 0 2026-03-11 09:37: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 facf07c5-511e-473b-8e3b-771a14e8107e 0xc007b2e077 }] [] []},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.101.61,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.101.61],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:55.232624 3375 services_controller.go:479] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics template LB for network=default: []services.LB{} I0311 09:46:55.232591 3375 services_controller.go:460] Service default/openshift-oauth-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-oauth-apiserver default 38bb3adf-8e67-4991-9885-2e29cd68f48c 1907 0 2026-03-11 09:37:28 +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.110.112,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.110.112],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:55.232636 3375 services_controller.go:480] Service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0311 09:46:55.232650 3375 lb_config.go:1030] Cluster endpoints for openshift-service-ca-operator/metrics for network=default are: map[] I0311 09:46:55.232653 3375 lb_config.go:1030] Cluster endpoints for default/openshift-oauth-apiserver for network=default are: map[TCP/https:{443 [172.30.14.243] []}] I0311 09:46:55.232661 3375 services_controller.go:497] Skipping no-op change for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0311 09:46:55.232667 3375 services_controller.go:469] Built service default/openshift-oauth-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0311 09:46:55.232668 3375 services_controller.go:386] Finished syncing service deployment-validation-operator-metrics on namespace openshift-deployment-validation-operator for network=default : 751.634µs I0311 09:46:55.232669 3375 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.101.61"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 09:46:55.232673 3375 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.110.112"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.14.243"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 09:46:55.232683 3375 services_controller.go:382] Processing sync for service openshift-ingress-operator/metrics for network=default I0311 09:46:55.232684 3375 services_controller.go:470] Built service openshift-service-ca-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 09:46:55.232689 3375 services_controller.go:471] Built service default/openshift-oauth-apiserver LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:55.232695 3375 services_controller.go:471] Built service openshift-service-ca-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:55.232387 3375 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 d43e3432-7435-4df5-8199-57acc57effae 819 0 2026-03-11 09:37: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 facf07c5-511e-473b-8e3b-771a14e8107e 0xc00754da7b }] [] []},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.235.5,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.235.5],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:55.232710 3375 services_controller.go:477] Built service default/openshift-oauth-apiserver cluster-wide LB for network=default: []services.LB{} I0311 09:46:55.232715 3375 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.101.61", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:55.232721 3375 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-185.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.110.112", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.14.243", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-185.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-185.ec2.internal"}, Groups:[]string(nil)}} I0311 09:46:55.232732 3375 lb_config.go:1030] Cluster endpoints for openshift-machine-config-operator/machine-config-controller for network=default are: map[] I0311 09:46:55.232692 3375 services_controller.go:460] Service openshift-ingress-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-ingress-operator 84c13a8c-86bd-4887-8aac-9430e41b232b 1443 0 2026-03-11 09:37:25 +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 facf07c5-511e-473b-8e3b-771a14e8107e 0xc00754d5e7 }] [] []},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.242.69,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.242.69],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:55.232745 3375 services_controller.go:478] Built service openshift-service-ca-operator/metrics per-node LB for network=default: []services.LB{} I0311 09:46:55.232745 3375 services_controller.go:479] Built service default/openshift-oauth-apiserver template LB for network=default: []services.LB{} I0311 09:46:55.232755 3375 services_controller.go:480] Service default/openshift-oauth-apiserver for network=default has 0 cluster-wide, 1 per-node configs, 0 template configs, making 0 (cluster) 1 (per node) and 0 (template) load balancers I0311 09:46:55.232757 3375 services_controller.go:479] Built service openshift-service-ca-operator/metrics template LB for network=default: []services.LB{} I0311 09:46:55.232755 3375 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.235.5"}, protocol:"TCP", inport:9001, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 09:46:55.232763 3375 lb_config.go:1030] Cluster endpoints for openshift-ingress-operator/metrics for network=default are: map[] I0311 09:46:55.232768 3375 services_controller.go:480] Service openshift-service-ca-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0311 09:46:55.232773 3375 services_controller.go:470] Built service openshift-machine-config-operator/machine-config-controller LB per-node configs for network=default: []services.lbConfig(nil) I0311 09:46:55.232777 3375 services_controller.go:497] Skipping no-op change for service default/openshift-oauth-apiserver for network=default I0311 09:46:55.232782 3375 services_controller.go:386] Finished syncing service openshift-oauth-apiserver on namespace default for network=default : 197.281µs I0311 09:46:55.232778 3375 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.242.69"}, protocol:"TCP", inport:9393, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 09:46:55.232785 3375 services_controller.go:471] Built service openshift-machine-config-operator/machine-config-controller LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:55.232790 3375 services_controller.go:382] Processing sync for service openshift-apiserver-operator/metrics for network=default I0311 09:46:55.232792 3375 services_controller.go:497] Skipping no-op change for service openshift-service-ca-operator/metrics for network=default I0311 09:46:55.232521 3375 services_controller.go:497] Skipping no-op change for service openshift-authentication-operator/metrics for network=default I0311 09:46:55.232800 3375 services_controller.go:386] Finished syncing service metrics on namespace openshift-service-ca-operator for network=default : 421.963µs I0311 09:46:55.232802 3375 services_controller.go:386] Finished syncing service metrics on namespace openshift-authentication-operator for network=default : 1.04571ms I0311 09:46:55.232814 3375 services_controller.go:382] Processing sync for service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0311 09:46:55.232817 3375 services_controller.go:382] Processing sync for service openshift-network-diagnostics/network-check-source for network=default I0311 09:46:55.232824 3375 services_controller.go:386] Finished syncing service network-check-source on namespace openshift-network-diagnostics for network=default : 7.502µs I0311 09:46:55.232805 3375 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.235.5", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:55.232797 3375 services_controller.go:460] Service openshift-apiserver-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-apiserver-operator 0ed80ce7-bf80-4141-a772-1e124721ec8f 1039 0 2026-03-11 09:37: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 facf07c5-511e-473b-8e3b-771a14e8107e 0xc00754c90f }] [] []},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.15.85,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.15.85],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:55.232839 3375 services_controller.go:478] Built service openshift-machine-config-operator/machine-config-controller per-node LB for network=default: []services.LB{} I0311 09:46:55.232847 3375 lb_config.go:1030] Cluster endpoints for openshift-apiserver-operator/metrics for network=default are: map[] I0311 09:46:55.232853 3375 services_controller.go:479] Built service openshift-machine-config-operator/machine-config-controller template LB for network=default: []services.LB{} I0311 09:46:55.232859 3375 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.15.85"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 09:46:55.232865 3375 services_controller.go:480] Service openshift-machine-config-operator/machine-config-controller for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0311 09:46:55.232869 3375 services_controller.go:470] Built service openshift-apiserver-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 09:46:55.232876 3375 services_controller.go:471] Built service openshift-apiserver-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:55.232823 3375 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 72fc3abf-13a5-4deb-9237-70dbf4008b89 1439 0 2026-03-11 09:37: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 facf07c5-511e-473b-8e3b-771a14e8107e 0xc00754cd1f }] [] []},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.232.24,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.232.24],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:55.232792 3375 services_controller.go:470] Built service openshift-ingress-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 09:46:55.232894 3375 services_controller.go:497] Skipping no-op change for service openshift-machine-config-operator/machine-config-controller for network=default I0311 09:46:55.232902 3375 lb_config.go:1030] Cluster endpoints for openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default are: map[] I0311 09:46:55.232906 3375 services_controller.go:386] Finished syncing service machine-config-controller on namespace openshift-machine-config-operator for network=default : 531.354µs I0311 09:46:55.232908 3375 services_controller.go:471] Built service openshift-ingress-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:55.232886 3375 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.15.85", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:55.232916 3375 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.232.24"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 09:46:55.232929 3375 services_controller.go:478] Built service openshift-apiserver-operator/metrics per-node LB for network=default: []services.LB{} I0311 09:46:55.232931 3375 services_controller.go:470] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service LB per-node configs for network=default: []services.lbConfig(nil) I0311 09:46:55.232941 3375 services_controller.go:471] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:55.232941 3375 services_controller.go:479] Built service openshift-apiserver-operator/metrics template LB for network=default: []services.LB{} I0311 09:46:55.232928 3375 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.242.69", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:55.232955 3375 services_controller.go:478] Built service openshift-ingress-operator/metrics per-node LB for network=default: []services.LB{} I0311 09:46:55.232956 3375 services_controller.go:480] Service openshift-apiserver-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0311 09:46:55.232967 3375 services_controller.go:479] Built service openshift-ingress-operator/metrics template LB for network=default: []services.LB{} I0311 09:46:55.232957 3375 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.232.24", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:55.232978 3375 services_controller.go:480] Service openshift-ingress-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0311 09:46:55.232980 3375 services_controller.go:497] Skipping no-op change for service openshift-apiserver-operator/metrics for network=default I0311 09:46:55.232984 3375 services_controller.go:478] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service per-node LB for network=default: []services.LB{} I0311 09:46:55.232989 3375 services_controller.go:386] Finished syncing service metrics on namespace openshift-apiserver-operator for network=default : 196.816µs I0311 09:46:55.232997 3375 services_controller.go:479] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service template LB for network=default: []services.LB{} I0311 09:46:55.233002 3375 services_controller.go:497] Skipping no-op change for service openshift-ingress-operator/metrics for network=default I0311 09:46:55.233007 3375 services_controller.go:386] Finished syncing service metrics on namespace openshift-ingress-operator for network=default : 325.354µs I0311 09:46:55.233008 3375 services_controller.go:480] Service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0311 09:46:55.233032 3375 services_controller.go:497] Skipping no-op change for service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0311 09:46:55.233043 3375 services_controller.go:386] Finished syncing service performance-addon-operator-service on namespace openshift-cluster-node-tuning-operator for network=default : 229.216µs I0311 09:46:55.265963 3375 obj_retry.go:565] Update event received for resource *v1.Pod, old object is equal to new: false I0311 09:46:55.265982 3375 default_network_controller.go:676] Recording update event on pod openshift-multus/multus-additional-cni-plugins-6j6j7 I0311 09:46:55.265994 3375 obj_retry.go:617] Update event received for *v1.Pod openshift-multus/multus-additional-cni-plugins-6j6j7 I0311 09:46:55.266018 3375 ovn.go:139] Ensuring zone remote for Pod openshift-multus/multus-additional-cni-plugins-6j6j7 in node ip-10-0-2-212.ec2.internal I0311 09:46:55.266025 3375 default_network_controller.go:705] Recording success event on pod openshift-multus/multus-additional-cni-plugins-6j6j7 I0311 09:46:55.266031 3375 obj_retry.go:565] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0311 09:46:55.266037 3375 obj_retry.go:617] Update event received for *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-6j6j7 I0311 09:46:55.304935 3375 obj_retry.go:565] Update event received for resource *v1.Pod, old object is equal to new: false I0311 09:46:55.304956 3375 default_network_controller.go:676] Recording update event on pod openshift-multus/multus-additional-cni-plugins-fzs8r I0311 09:46:55.304972 3375 obj_retry.go:617] Update event received for *v1.Pod openshift-multus/multus-additional-cni-plugins-fzs8r I0311 09:46:55.304983 3375 ovn.go:135] Ensuring zone local for Pod openshift-multus/multus-additional-cni-plugins-fzs8r in node ip-10-0-1-185.ec2.internal I0311 09:46:55.304990 3375 default_network_controller.go:705] Recording success event on pod openshift-multus/multus-additional-cni-plugins-fzs8r I0311 09:46:55.304997 3375 obj_retry.go:565] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0311 09:46:55.305004 3375 obj_retry.go:617] Update event received for *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-fzs8r I0311 09:46:55.450117 3375 obj_retry.go:565] Update event received for resource *v1.Pod, old object is equal to new: false I0311 09:46:55.450135 3375 default_network_controller.go:676] Recording update event on pod openshift-multus/network-metrics-daemon-zpd6k I0311 09:46:55.450151 3375 obj_retry.go:617] Update event received for *v1.Pod openshift-multus/network-metrics-daemon-zpd6k I0311 09:46:55.450165 3375 ovn.go:139] Ensuring zone remote for Pod openshift-multus/network-metrics-daemon-zpd6k in node ip-10-0-2-212.ec2.internal I0311 09:46:55.450246 3375 admin_network_policy_controller.go:534] Updating Pod in Admin Network Policy controller openshift-multus/network-metrics-daemon-zpd6k: podLabels app=network-metrics-daemon,component=network,controller-revision-hash=c65749989,openshift.io/component=network,pod-template-generation=1,type=infra, podIPs: [10.130.0.3], PodStatus: false, PodCompleted?: false I0311 09:46:55.450288 3375 admin_network_policy_pod.go:57] Processing sync for Pod openshift-multus/network-metrics-daemon-zpd6k in Admin Network Policy controller I0311 09:46:55.450296 3375 address_set.go:576] (u0287199568/default-network-controller:Namespace:openshift-multus:v4/a13687770890520536676) adding Addresses ([10.130.0.3]) to address set I0311 09:46:55.450303 3375 admin_network_policy_pod.go:60] Finished syncing Pod openshift-multus/network-metrics-daemon-zpd6k Admin Network Policy controller: took 18.412µs I0311 09:46:55.450329 3375 model_client.go:399] Mutate operations generated as: [{Op:mutate Table:Address_Set Row:map[] Rows:[] Columns:[] Mutations:[{Column:addresses Mutator:insert Value:{GoSet:[10.130.0.3]}}] Timeout: Where:[where column _uuid == {e702a9f8-476b-49a9-9e0a-1141b0093d4f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:55.450357 3375 transact.go:43] Configuring OVN: [{Op:mutate Table:Address_Set Row:map[] Rows:[] Columns:[] Mutations:[{Column:addresses Mutator:insert Value:{GoSet:[10.130.0.3]}}] Timeout: Where:[where column _uuid == {e702a9f8-476b-49a9-9e0a-1141b0093d4f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:55.450765 3375 default_network_controller.go:705] Recording success event on pod openshift-multus/network-metrics-daemon-zpd6k I0311 09:46:55.450784 3375 obj_retry.go:565] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0311 09:46:55.450796 3375 obj_retry.go:617] Update event received for *factory.egressIPPod openshift-multus/network-metrics-daemon-zpd6k I0311 09:46:55.451327 3375 obj_retry.go:565] Update event received for resource *v1.Pod, old object is equal to new: false I0311 09:46:55.451355 3375 default_network_controller.go:676] Recording update event on pod openshift-network-diagnostics/network-check-target-8hsmf I0311 09:46:55.451374 3375 obj_retry.go:617] Update event received for *v1.Pod openshift-network-diagnostics/network-check-target-8hsmf I0311 09:46:55.451389 3375 ovn.go:139] Ensuring zone remote for Pod openshift-network-diagnostics/network-check-target-8hsmf in node ip-10-0-2-212.ec2.internal I0311 09:46:55.451330 3375 admin_network_policy_controller.go:534] Updating Pod in Admin Network Policy controller openshift-network-diagnostics/network-check-target-8hsmf: podLabels app=network-check-target,controller-revision-hash=76fbc57bbf,kubernetes.io/os=linux,pod-template-generation=1, podIPs: [10.130.0.4], PodStatus: false, PodCompleted?: false I0311 09:46:55.451415 3375 admin_network_policy_pod.go:57] Processing sync for Pod openshift-network-diagnostics/network-check-target-8hsmf in Admin Network Policy controller I0311 09:46:55.451427 3375 admin_network_policy_pod.go:60] Finished syncing Pod openshift-network-diagnostics/network-check-target-8hsmf Admin Network Policy controller: took 15.645µs I0311 09:46:55.451494 3375 address_set.go:576] (u0287199534/default-network-controller:Namespace:openshift-network-diagnostics:v4/a1966919964212966539) adding Addresses ([10.130.0.4]) to address set I0311 09:46:55.451534 3375 model_client.go:399] Mutate operations generated as: [{Op:mutate Table:Address_Set Row:map[] Rows:[] Columns:[] Mutations:[{Column:addresses Mutator:insert Value:{GoSet:[10.130.0.4]}}] Timeout: Where:[where column _uuid == {0f88f99a-8bfe-47f6-a41f-5ee3623b8a8b}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:55.451559 3375 transact.go:43] Configuring OVN: [{Op:mutate Table:Address_Set Row:map[] Rows:[] Columns:[] Mutations:[{Column:addresses Mutator:insert Value:{GoSet:[10.130.0.4]}}] Timeout: Where:[where column _uuid == {0f88f99a-8bfe-47f6-a41f-5ee3623b8a8b}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 09:46:55.451864 3375 default_network_controller.go:705] Recording success event on pod openshift-network-diagnostics/network-check-target-8hsmf I0311 09:46:55.451879 3375 obj_retry.go:565] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0311 09:46:55.451889 3375 obj_retry.go:617] Update event received for *factory.egressIPPod openshift-network-diagnostics/network-check-target-8hsmf I0311 09:46:55.495869 3375 node_tracker.go:211] Processing possible switch / router updates for node ip-10-0-0-247.ec2.internal in network "default" I0311 09:46:55.495964 3375 node_tracker.go:172] Node ip-10-0-0-247.ec2.internal switch + router changed, syncing services in network "default" I0311 09:46:55.495983 3375 services_controller.go:575] Full service sync requested for network=default I0311 09:46:55.495997 3375 services_controller.go:640] Adding service openshift-apiserver/check-endpoints for network=default I0311 09:46:55.496005 3375 services_controller.go:640] Adding service openshift-cloud-credential-operator/cco-metrics for network=default I0311 09:46:55.496010 3375 services_controller.go:640] Adding service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0311 09:46:55.496015 3375 services_controller.go:640] Adding service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0311 09:46:55.496020 3375 services_controller.go:640] Adding service openshift-console-operator/metrics for network=default I0311 09:46:55.496027 3375 services_controller.go:640] Adding service openshift-machine-config-operator/machine-config-daemon for network=default I0311 09:46:55.496031 3375 services_controller.go:640] Adding service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0311 09:46:55.496035 3375 services_controller.go:640] Adding service openshift-config-operator/metrics for network=default I0311 09:46:55.496035 3375 services_controller.go:382] Processing sync for service openshift-apiserver/check-endpoints for network=default I0311 09:46:55.496045 3375 services_controller.go:382] Processing sync for service openshift-cloud-credential-operator/cco-metrics for network=default I0311 09:46:55.496056 3375 services_controller.go:382] Processing sync for service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0311 09:46:55.496068 3375 services_controller.go:382] Processing sync for service openshift-console-operator/metrics for network=default I0311 09:46:55.496076 3375 services_controller.go:386] Finished syncing service node-tuning-operator on namespace openshift-cluster-node-tuning-operator for network=default : 24.193µs I0311 09:46:55.496091 3375 services_controller.go:382] Processing sync for service openshift-machine-config-operator/machine-config-daemon for network=default I0311 09:46:55.496054 3375 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 c242180b-a6ec-432f-8e5e-0352b72a1b03 1141 0 2026-03-11 09:37: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 facf07c5-511e-473b-8e3b-771a14e8107e 0xc00754cb2b }] [] []},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.251.51,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.251.51],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:55.495903 3375 obj_retry.go:565] Update event received for resource *v1.Node, old object is equal to new: false I0311 09:46:55.496149 3375 lb_config.go:1030] Cluster endpoints for openshift-cloud-credential-operator/cco-metrics for network=default are: map[] I0311 09:46:55.496101 3375 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 28c7958c-99f6-427c-9231-15b2071df65b 868 0 2026-03-11 09:37: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 facf07c5-511e-473b-8e3b-771a14e8107e 0xc00754db47 }] [] []},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.36.188,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.36.188],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:55.496081 3375 services_controller.go:460] Service openshift-console-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-console-operator 2be2f5a7-3cc1-4c9c-a8a9-141ad61d1dd8 3592 0 2026-03-11 09:37:56 +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 facf07c5-511e-473b-8e3b-771a14e8107e 0xc00754d0d7 }] [] []},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.62.251,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.62.251],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:55.496166 3375 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.251.51"}, protocol:"TCP", inport:8443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 09:46:55.496181 3375 services_controller.go:470] Built service openshift-cloud-credential-operator/cco-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 09:46:55.496183 3375 lb_config.go:1030] Cluster endpoints for openshift-machine-config-operator/machine-config-daemon for network=default are: map[] I0311 09:46:55.496184 3375 lb_config.go:1030] Cluster endpoints for openshift-console-operator/metrics for network=default are: map[] I0311 09:46:55.496047 3375 services_controller.go:460] Service openshift-apiserver/check-endpoints retrieved from lister for network=default: &Service{ObjectMeta:{check-endpoints openshift-apiserver 3e3f6011-18cb-4b03-b279-e7ada94ea809 2304 0 2026-03-11 09:37:29 +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 facf07c5-511e-473b-8e3b-771a14e8107e 0xc00754c9d7 }] [] []},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.91.179,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.91.179],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:55.496200 3375 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.36.188"}, 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.36.188"}, protocol:"TCP", inport:8798, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 09:46:55.496243 3375 services_controller.go:470] Built service openshift-machine-config-operator/machine-config-daemon LB per-node configs for network=default: []services.lbConfig(nil) I0311 09:46:55.496251 3375 services_controller.go:471] Built service openshift-machine-config-operator/machine-config-daemon LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:55.496261 3375 lb_config.go:1030] Cluster endpoints for openshift-apiserver/check-endpoints for network=default are: map[] I0311 09:46:55.496265 3375 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.36.188", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.36.188", Port:8798, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:55.496292 3375 services_controller.go:478] Built service openshift-machine-config-operator/machine-config-daemon per-node LB for network=default: []services.LB{} I0311 09:46:55.496300 3375 services_controller.go:479] Built service openshift-machine-config-operator/machine-config-daemon template LB for network=default: []services.LB{} I0311 09:46:55.496282 3375 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.91.179"}, protocol:"TCP", inport:17698, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 09:46:55.496307 3375 services_controller.go:480] Service openshift-machine-config-operator/machine-config-daemon for network=default has 2 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0311 09:46:55.496313 3375 services_controller.go:470] Built service openshift-apiserver/check-endpoints LB per-node configs for network=default: []services.lbConfig(nil) I0311 09:46:55.496324 3375 services_controller.go:497] Skipping no-op change for service openshift-machine-config-operator/machine-config-daemon for network=default I0311 09:46:55.496325 3375 services_controller.go:471] Built service openshift-apiserver/check-endpoints LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:55.496330 3375 services_controller.go:386] Finished syncing service machine-config-daemon on namespace openshift-machine-config-operator for network=default : 239.809µs I0311 09:46:55.496339 3375 services_controller.go:382] Processing sync for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0311 09:46:55.496039 3375 services_controller.go:640] Adding service openshift-dns-operator/metrics for network=default I0311 09:46:55.496364 3375 services_controller.go:640] Adding service openshift-ingress/router-default for network=default I0311 09:46:55.496348 3375 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.91.179", Port:17698, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:55.496375 3375 services_controller.go:640] Adding service default/kubernetes for network=default I0311 09:46:55.496345 3375 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 4eb2a72e-7e9b-43b3-a2e6-443aaa658e0b 960 0 2026-03-11 09:37: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 facf07c5-511e-473b-8e3b-771a14e8107e 0xc00754ce47 }] [] []},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.76.220,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.76.220],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:55.496382 3375 services_controller.go:640] Adding service openshift-cluster-machine-approver/machine-approver for network=default I0311 09:46:55.496381 3375 services_controller.go:478] Built service openshift-apiserver/check-endpoints per-node LB for network=default: []services.LB{} I0311 09:46:55.496388 3375 services_controller.go:640] Adding service openshift-kube-storage-version-migrator-operator/metrics for network=default I0311 09:46:55.496392 3375 services_controller.go:640] Adding service openshift-machine-config-operator/machine-config-operator for network=default I0311 09:46:55.496394 3375 lb_config.go:1030] Cluster endpoints for openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default are: map[] I0311 09:46:55.496188 3375 services_controller.go:471] Built service openshift-cloud-credential-operator/cco-metrics LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:55.496396 3375 services_controller.go:479] Built service openshift-apiserver/check-endpoints template LB for network=default: []services.LB{} I0311 09:46:55.496404 3375 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.76.220"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 09:46:55.496412 3375 services_controller.go:470] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 09:46:55.496150 3375 obj_retry.go:617] Update event received for *v1.Node ip-10-0-0-247.ec2.internal I0311 09:46:55.496419 3375 services_controller.go:471] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:55.496397 3375 services_controller.go:640] Adding service openshift-network-diagnostics/network-check-target for network=default I0311 09:46:55.496412 3375 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.251.51", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:55.496433 3375 obj_retry.go:565] Update event received for resource *factory.egressNode, old object is equal to new: false I0311 09:46:55.496436 3375 services_controller.go:640] Adding service default/openshift-apiserver for network=default I0311 09:46:55.496436 3375 services_controller.go:478] Built service openshift-cloud-credential-operator/cco-metrics per-node LB for network=default: []services.LB{} I0311 09:46:55.496443 3375 services_controller.go:640] Adding service openshift-cluster-samples-operator/metrics for network=default I0311 09:46:55.496445 3375 services_controller.go:479] Built service openshift-cloud-credential-operator/cco-metrics template LB for network=default: []services.LB{} I0311 09:46:55.496447 3375 services_controller.go:640] Adding service default/packageserver for network=default I0311 09:46:55.496433 3375 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.76.220", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:55.496412 3375 services_controller.go:480] Service openshift-apiserver/check-endpoints for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0311 09:46:55.496455 3375 services_controller.go:480] Service openshift-cloud-credential-operator/cco-metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0311 09:46:55.496456 3375 services_controller.go:478] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics per-node LB for network=default: []services.LB{} I0311 09:46:55.496468 3375 services_controller.go:479] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics template LB for network=default: []services.LB{} I0311 09:46:55.496475 3375 services_controller.go:497] Skipping no-op change for service openshift-cloud-credential-operator/cco-metrics for network=default I0311 09:46:55.496448 3375 obj_retry.go:617] Update event received for *factory.egressNode ip-10-0-0-247.ec2.internal I0311 09:46:55.496480 3375 services_controller.go:497] Skipping no-op change for service openshift-apiserver/check-endpoints for network=default I0311 09:46:55.496482 3375 services_controller.go:386] Finished syncing service cco-metrics on namespace openshift-cloud-credential-operator for network=default : 436.978µs I0311 09:46:55.496200 3375 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.62.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}} I0311 09:46:55.496488 3375 services_controller.go:386] Finished syncing service check-endpoints on namespace openshift-apiserver for network=default : 456.797µs I0311 09:46:55.496492 3375 services_controller.go:382] Processing sync for service openshift-config-operator/metrics for network=default I0311 09:46:55.496494 3375 services_controller.go:470] Built service openshift-console-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 09:46:55.496503 3375 services_controller.go:471] Built service openshift-console-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:55.496452 3375 services_controller.go:640] Adding service openshift-authentication-operator/metrics for network=default I0311 09:46:55.496520 3375 services_controller.go:640] Adding service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0311 09:46:55.496525 3375 services_controller.go:640] Adding service openshift-dns/dns-default for network=default I0311 09:46:55.496518 3375 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.62.251", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:55.496503 3375 services_controller.go:382] Processing sync for service openshift-dns-operator/metrics for network=default I0311 09:46:55.496535 3375 services_controller.go:478] Built service openshift-console-operator/metrics per-node LB for network=default: []services.LB{} I0311 09:46:55.496546 3375 services_controller.go:479] Built service openshift-console-operator/metrics template LB for network=default: []services.LB{} I0311 09:46:55.496556 3375 services_controller.go:480] Service openshift-console-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0311 09:46:55.496498 3375 services_controller.go:460] Service openshift-config-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-config-operator f4859207-1b6e-4c18-ab17-2299b271e316 1584 0 2026-03-11 09:37: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 facf07c5-511e-473b-8e3b-771a14e8107e 0xc00754d017 }] [] []},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.105.113,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.105.113],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:55.496476 3375 services_controller.go:480] Service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0311 09:46:55.496537 3375 services_controller.go:460] Service openshift-dns-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-dns-operator 31c83d3e-3d68-4c9b-b7fc-a2892980a982 1082 0 2026-03-11 09:37: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 facf07c5-511e-473b-8e3b-771a14e8107e 0xc00754d28f }] [] []},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.134.30,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.134.30],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:55.496580 3375 services_controller.go:497] Skipping no-op change for service openshift-console-operator/metrics for network=default I0311 09:46:55.496585 3375 lb_config.go:1030] Cluster endpoints for openshift-config-operator/metrics for network=default are: map[] I0311 09:46:55.496529 3375 services_controller.go:640] Adding service openshift-ingress/router-internal-default for network=default I0311 09:46:55.496593 3375 lb_config.go:1030] Cluster endpoints for openshift-dns-operator/metrics for network=default are: map[] I0311 09:46:55.496617 3375 services_controller.go:640] Adding service openshift-monitoring/cluster-monitoring-operator for network=default I0311 09:46:55.496595 3375 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.105.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}} I0311 09:46:55.496593 3375 services_controller.go:497] Skipping no-op change for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0311 09:46:55.496620 3375 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.134.30"}, protocol:"TCP", inport:9393, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 09:46:55.496626 3375 services_controller.go:640] Adding service openshift-network-console/networking-console-plugin for network=default I0311 09:46:55.496628 3375 services_controller.go:386] Finished syncing service cluster-storage-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 288.136µs I0311 09:46:55.496630 3375 services_controller.go:470] Built service openshift-dns-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 09:46:55.496635 3375 services_controller.go:640] Adding service default/openshift for network=default I0311 09:46:55.496586 3375 services_controller.go:386] Finished syncing service metrics on namespace openshift-console-operator for network=default : 518.484µs I0311 09:46:55.496642 3375 services_controller.go:471] Built service openshift-dns-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:55.496056 3375 services_controller.go:382] Processing sync for service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0311 09:46:55.496650 3375 services_controller.go:382] Processing sync for service openshift-ingress/router-default for network=default I0311 09:46:55.496659 3375 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.134.30", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:55.496680 3375 services_controller.go:478] Built service openshift-dns-operator/metrics per-node LB for network=default: []services.LB{} I0311 09:46:55.496687 3375 services_controller.go:479] Built service openshift-dns-operator/metrics template LB for network=default: []services.LB{} I0311 09:46:55.496694 3375 services_controller.go:480] Service openshift-dns-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0311 09:46:55.496655 3375 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 16b01427-93f4-4fb7-8212-1ec97d25975f 901 0 2026-03-11 09:37: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 facf07c5-511e-473b-8e3b-771a14e8107e 0xc00754cef7 }] [] []},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.188.119,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.188.119],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:55.496716 3375 services_controller.go:497] Skipping no-op change for service openshift-dns-operator/metrics for network=default I0311 09:46:55.496660 3375 services_controller.go:460] Service openshift-ingress/router-default retrieved from lister for network=default: &Service{ObjectMeta:{router-default openshift-ingress 884996c3-3471-4f35-bac6-d60160573751 3682 0 2026-03-11 09:37:38 +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=2oveefiled799j1l8h60tce40faspn30,api.openshift.com/legal-entity-id=2h8L52xc1VHB4xLFE2YyPmAjYjI,api.openshift.com/name=kx-3a2a0e7f61,cluster-type=rosa-hcp,creation-date=2026-03-11,konflux-ci=true,red-hat-clustertype=rosa,red-hat-managed=true service.beta.kubernetes.io/aws-load-balancer-healthcheck-healthy-threshold:2 service.beta.kubernetes.io/aws-load-balancer-healthcheck-interval:10 service.beta.kubernetes.io/aws-load-balancer-healthcheck-timeout:4 service.beta.kubernetes.io/aws-load-balancer-healthcheck-unhealthy-threshold:2 service.beta.kubernetes.io/aws-load-balancer-type:nlb traffic-policy.network.alpha.openshift.io/local-with-fallback:] [{apps/v1 Deployment router-default e3db6bf5-9ef8-4b7b-a506-f3bf9f48ed73 0xc00754d6d7 }] [service.kubernetes.io/load-balancer-cleanup] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:http,Protocol:TCP,Port:80,TargetPort:{1 0 http},NodePort:30461,AppProtocol:nil,},ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{1 0 https},NodePort:31511,AppProtocol:nil,},},Selector:map[string]string{ingresscontroller.operator.openshift.io/deployment-ingresscontroller: default,},ClusterIP:172.30.90.137,Type:LoadBalancer,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:Local,HealthCheckNodePort:32363,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.90.137],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:*true,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{LoadBalancerIngress{IP:,Hostname:a884996c334714f35bac6d6016057375-b938fbaaaa50e06c.elb.us-east-1.amazonaws.com,IPMode:nil,Ports:[]PortStatus{},},},},Conditions:[]Condition{},},} I0311 09:46:55.496720 3375 services_controller.go:382] Processing sync for service default/kubernetes for network=default I0311 09:46:55.496737 3375 lb_config.go:1030] Cluster endpoints for openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default are: map[] I0311 09:46:55.496740 3375 lb_config.go:1030] Cluster endpoints for openshift-ingress/router-default for network=default are: map[] I0311 09:46:55.496750 3375 lb_config.go:1053] Local endpoints for openshift-ingress/router-default for network=default are: map[] I0311 09:46:55.496628 3375 services_controller.go:470] Built service openshift-config-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 09:46:55.496751 3375 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.188.119"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 09:46:55.496762 3375 services_controller.go:471] Built service openshift-config-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:55.496734 3375 services_controller.go:460] Service default/kubernetes retrieved from lister for network=default: &Service{ObjectMeta:{kubernetes default 63dbedc6-9e52-48d2-99e1-31b0ccd4bb2b 274 0 2026-03-11 09:36:23 +0000 UTC map[component:apiserver provider:kubernetes] map[] [] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 6443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{},ClusterIP:172.30.0.1,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.0.1],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:55.496766 3375 services_controller.go:470] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 09:46:55.496765 3375 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.90.137"}, 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.90.137"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 09:46:55.496776 3375 services_controller.go:471] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:55.496775 3375 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.105.113", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:55.496784 3375 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:30461, 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:31511, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:true, internalTrafficLocal:false, hasNodePort:true}} I0311 09:46:55.496801 3375 services_controller.go:478] Built service openshift-config-operator/metrics per-node LB for network=default: []services.LB{} I0311 09:46:55.496807 3375 services_controller.go:471] Built service openshift-ingress/router-default LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:55.496810 3375 services_controller.go:479] Built service openshift-config-operator/metrics template LB for network=default: []services.LB{} I0311 09:46:55.496794 3375 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.188.119", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:55.496817 3375 services_controller.go:480] Service openshift-config-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0311 09:46:55.496822 3375 services_controller.go:478] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics per-node LB for network=default: []services.LB{} I0311 09:46:55.496832 3375 services_controller.go:497] Skipping no-op change for service openshift-config-operator/metrics for network=default I0311 09:46:55.496834 3375 services_controller.go:479] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics template LB for network=default: []services.LB{} I0311 09:46:55.496836 3375 services_controller.go:386] Finished syncing service metrics on namespace openshift-config-operator for network=default : 344.235µs I0311 09:46:55.496845 3375 services_controller.go:382] Processing sync for service openshift-cluster-machine-approver/machine-approver for network=default I0311 09:46:55.496722 3375 services_controller.go:386] Finished syncing service metrics on namespace openshift-dns-operator for network=default : 219.783µs I0311 09:46:55.496847 3375 services_controller.go:480] Service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0311 09:46:55.496861 3375 services_controller.go:382] Processing sync for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0311 09:46:55.496846 3375 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.90.137", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.90.137", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:55.496873 3375 services_controller.go:497] Skipping no-op change for service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0311 09:46:55.496880 3375 services_controller.go:386] Finished syncing service csi-snapshot-controller-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 826.881µs I0311 09:46:55.496892 3375 services_controller.go:382] Processing sync for service openshift-machine-config-operator/machine-config-operator for network=default I0311 09:46:55.496871 3375 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 81a0763e-a2df-4e8e-ba98-0318a8d002dd 2926 0 2026-03-11 09:37: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 facf07c5-511e-473b-8e3b-771a14e8107e 0xc00754d9f7 }] [] []},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.102.235,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.102.235],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:55.496643 3375 services_controller.go:640] Adding service default/openshift-oauth-apiserver for network=default I0311 09:46:55.496922 3375 services_controller.go:640] Adding service openshift-ingress-operator/metrics for network=default I0311 09:46:55.496930 3375 services_controller.go:640] Adding service openshift-kube-controller-manager-operator/metrics for network=default I0311 09:46:55.496929 3375 lb_config.go:1030] Cluster endpoints for openshift-kube-storage-version-migrator-operator/metrics for network=default are: map[] I0311 09:46:55.496875 3375 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-185.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.185", Port:30461, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:30461, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.1.185", Port:31511, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:31511, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string(nil), Routers:[]string{"GR_ip-10-0-1-185.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-ingress/router-default_TCP_node_switch_ip-10-0-1-185.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:30461, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.1.185", Port:30461, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:30461, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:30461, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:31511, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.1.185", Port:31511, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:31511, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:31511, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-185.ec2.internal"}, Routers:[]string(nil), Groups:[]string(nil)}} I0311 09:46:55.496939 3375 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.102.235"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 09:46:55.496902 3375 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 35767b48-06d9-40dd-a1cf-8af430da5f87 753 0 2026-03-11 09:37:08 +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 facf07c5-511e-473b-8e3b-771a14e8107e 0xc00754dbdb }] [] []},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.62.85,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.62.85],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:55.496949 3375 services_controller.go:470] Built service openshift-kube-storage-version-migrator-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 09:46:55.496957 3375 services_controller.go:471] Built service openshift-kube-storage-version-migrator-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:55.496966 3375 lb_config.go:1030] Cluster endpoints for openshift-machine-config-operator/machine-config-operator for network=default are: map[] I0311 09:46:55.496967 3375 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.102.235", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:55.496996 3375 services_controller.go:478] Built service openshift-kube-storage-version-migrator-operator/metrics per-node LB for network=default: []services.LB{} I0311 09:46:55.497003 3375 services_controller.go:479] Built service openshift-kube-storage-version-migrator-operator/metrics template LB for network=default: []services.LB{} I0311 09:46:55.496978 3375 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.62.85"}, protocol:"TCP", inport:9001, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 09:46:55.497012 3375 services_controller.go:480] Service openshift-kube-storage-version-migrator-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0311 09:46:55.497030 3375 services_controller.go:497] Skipping no-op change for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0311 09:46:55.497040 3375 services_controller.go:386] Finished syncing service metrics on namespace openshift-kube-storage-version-migrator-operator for network=default : 179.929µs I0311 09:46:55.497052 3375 services_controller.go:382] Processing sync for service openshift-network-diagnostics/network-check-target for network=default I0311 09:46:55.497060 3375 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 5522cf5a-5268-4872-a399-b4831cbf4da3 3643 0 2026-03-11 09:37:58 +0000 UTC map[] map[] [{operator.openshift.io/v1 Network cluster b3dad961-2546-4bd3-9d69-ce8664bfbe4c 0xc00754de87 0xc00754de88}] [] []},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.96.104,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.96.104],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:55.497124 3375 lb_config.go:1030] Cluster endpoints for openshift-network-diagnostics/network-check-target for network=default are: map[] I0311 09:46:55.497139 3375 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.96.104"}, protocol:"TCP", inport:80, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 09:46:55.497155 3375 services_controller.go:470] Built service openshift-network-diagnostics/network-check-target LB per-node configs for network=default: []services.lbConfig(nil) I0311 09:46:55.497165 3375 services_controller.go:471] Built service openshift-network-diagnostics/network-check-target LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:55.496936 3375 services_controller.go:640] Adding service openshift-machine-config-operator/machine-config-controller for network=default I0311 09:46:55.497197 3375 services_controller.go:640] Adding service openshift-service-ca-operator/metrics for network=default I0311 09:46:55.497183 3375 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.96.104", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:55.497030 3375 services_controller.go:470] Built service openshift-machine-config-operator/machine-config-operator LB per-node configs for network=default: []services.lbConfig(nil) I0311 09:46:55.497229 3375 services_controller.go:478] Built service openshift-network-diagnostics/network-check-target per-node LB for network=default: []services.LB{} I0311 09:46:55.497234 3375 services_controller.go:471] Built service openshift-machine-config-operator/machine-config-operator LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:55.497240 3375 services_controller.go:479] Built service openshift-network-diagnostics/network-check-target template LB for network=default: []services.LB{} I0311 09:46:55.497247 3375 services_controller.go:480] Service openshift-network-diagnostics/network-check-target for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0311 09:46:55.497262 3375 services_controller.go:497] Skipping no-op change for service openshift-network-diagnostics/network-check-target for network=default I0311 09:46:55.497266 3375 services_controller.go:386] Finished syncing service network-check-target on namespace openshift-network-diagnostics for network=default : 215.241µs I0311 09:46:55.497247 3375 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.62.85", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:55.497277 3375 services_controller.go:382] Processing sync for service default/openshift-apiserver for network=default I0311 09:46:55.497280 3375 services_controller.go:478] Built service openshift-machine-config-operator/machine-config-operator per-node LB for network=default: []services.LB{} I0311 09:46:55.497287 3375 services_controller.go:479] Built service openshift-machine-config-operator/machine-config-operator template LB for network=default: []services.LB{} I0311 09:46:55.497202 3375 services_controller.go:640] Adding service openshift-apiserver-operator/metrics for network=default I0311 09:46:55.497295 3375 services_controller.go:480] Service openshift-machine-config-operator/machine-config-operator for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0311 09:46:55.497304 3375 services_controller.go:640] Adding service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0311 09:46:55.497312 3375 services_controller.go:640] Adding service openshift-network-diagnostics/network-check-source for network=default I0311 09:46:55.497316 3375 services_controller.go:640] Adding service openshift-cluster-version/cluster-version-operator for network=default I0311 09:46:55.497283 3375 services_controller.go:460] Service default/openshift-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-apiserver default d2e7e63e-0597-413a-853a-25bcd40896a9 1836 0 2026-03-11 09:37:28 +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.1.48,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.1.48],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:55.497316 3375 services_controller.go:497] Skipping no-op change for service openshift-machine-config-operator/machine-config-operator for network=default I0311 09:46:55.497321 3375 services_controller.go:640] Adding service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0311 09:46:55.497324 3375 services_controller.go:386] Finished syncing service machine-config-operator on namespace openshift-machine-config-operator for network=default : 433.048µs I0311 09:46:55.497327 3375 services_controller.go:640] Adding service openshift-image-registry/image-registry for network=default I0311 09:46:55.496947 3375 services_controller.go:479] Built service openshift-ingress/router-default template LB for network=default: []services.LB{} I0311 09:46:55.497333 3375 services_controller.go:382] Processing sync for service openshift-cluster-samples-operator/metrics for network=default I0311 09:46:55.497338 3375 services_controller.go:386] Finished syncing service metrics on namespace openshift-cluster-samples-operator for network=default : 5.353µs I0311 09:46:55.497336 3375 lb_config.go:1030] Cluster endpoints for default/openshift-apiserver for network=default are: map[TCP/https:{443 [172.30.224.5] []}] I0311 09:46:55.497344 3375 services_controller.go:382] Processing sync for service default/packageserver for network=default I0311 09:46:55.497348 3375 services_controller.go:469] Built service default/openshift-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0311 09:46:55.497365 3375 services_controller.go:470] Built service default/openshift-apiserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.1.48"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.224.5"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 09:46:55.497380 3375 services_controller.go:471] Built service default/openshift-apiserver LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:55.497349 3375 services_controller.go:460] Service default/packageserver retrieved from lister for network=default: &Service{ObjectMeta:{packageserver default 96bb2353-8980-44bf-9430-5decb23ac353 2467 0 2026-03-11 09:37:30 +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.185,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.223.185],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:55.497395 3375 services_controller.go:477] Built service default/openshift-apiserver cluster-wide LB for network=default: []services.LB{} I0311 09:46:55.497406 3375 services_controller.go:640] Adding service openshift-ingress-canary/ingress-canary for network=default I0311 09:46:55.497405 3375 lb_config.go:1030] Cluster endpoints for default/packageserver for network=default are: map[TCP/https:{443 [172.30.48.187] []}] I0311 09:46:55.497412 3375 services_controller.go:640] Adding service openshift-insights/metrics for network=default I0311 09:46:55.497417 3375 services_controller.go:640] Adding service openshift-multus/network-metrics-service for network=default I0311 09:46:55.497417 3375 services_controller.go:469] Built service default/packageserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0311 09:46:55.497337 3375 services_controller.go:480] Service openshift-ingress/router-default for network=default has 2 cluster-wide, 2 per-node configs, 0 template configs, making 1 (cluster) 2 (per node) and 0 (template) load balancers I0311 09:46:55.497423 3375 services_controller.go:470] Built service default/packageserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.223.185"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.48.187"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 09:46:55.497433 3375 services_controller.go:471] Built service default/packageserver LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:55.497446 3375 services_controller.go:477] Built service default/packageserver cluster-wide LB for network=default: []services.LB{} I0311 09:46:55.497451 3375 services_controller.go:497] Skipping no-op change for service openshift-ingress/router-default for network=default I0311 09:46:55.497456 3375 services_controller.go:386] Finished syncing service router-default on namespace openshift-ingress for network=default : 808.153µs I0311 09:46:55.497464 3375 services_controller.go:382] Processing sync for service openshift-authentication-operator/metrics for network=default I0311 09:46:55.497458 3375 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-185.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.223.185", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.48.187", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-185.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-185.ec2.internal"}, Groups:[]string(nil)}} I0311 09:46:55.497480 3375 services_controller.go:479] Built service default/packageserver template LB for network=default: []services.LB{} I0311 09:46:55.497404 3375 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-185.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.1.48", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.224.5", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-185.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-185.ec2.internal"}, Groups:[]string(nil)}} I0311 09:46:55.497488 3375 services_controller.go:480] Service default/packageserver for network=default has 0 cluster-wide, 1 per-node configs, 0 template configs, making 0 (cluster) 1 (per node) and 0 (template) load balancers I0311 09:46:55.497491 3375 services_controller.go:479] Built service default/openshift-apiserver template LB for network=default: []services.LB{} I0311 09:46:55.497499 3375 services_controller.go:480] Service default/openshift-apiserver for network=default has 0 cluster-wide, 1 per-node configs, 0 template configs, making 0 (cluster) 1 (per node) and 0 (template) load balancers I0311 09:46:55.497503 3375 services_controller.go:497] Skipping no-op change for service default/packageserver for network=default I0311 09:46:55.497470 3375 services_controller.go:460] Service openshift-authentication-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-authentication-operator 6fdfc0b1-ce83-4634-8762-eb0b687145df 664 0 2026-03-11 09:37:05 +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 facf07c5-511e-473b-8e3b-771a14e8107e 0xc00754ca97 }] [] []},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.81.16,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.81.16],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:55.497507 3375 services_controller.go:386] Finished syncing service packageserver on namespace default for network=default : 163.775µs I0311 09:46:55.497515 3375 services_controller.go:382] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0311 09:46:55.497518 3375 services_controller.go:497] Skipping no-op change for service default/openshift-apiserver for network=default I0311 09:46:55.497517 3375 lb_config.go:1030] Cluster endpoints for openshift-authentication-operator/metrics for network=default are: map[] I0311 09:46:55.497522 3375 services_controller.go:386] Finished syncing service openshift-apiserver on namespace default for network=default : 245.447µs I0311 09:46:55.497526 3375 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.81.16"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 09:46:55.497531 3375 services_controller.go:382] Processing sync for service openshift-dns/dns-default for network=default I0311 09:46:55.497534 3375 services_controller.go:470] Built service openshift-authentication-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 09:46:55.497542 3375 services_controller.go:471] Built service openshift-authentication-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:55.497521 3375 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 e4723c53-6b53-42b8-a2ea-822e693f4c79 6447 0 2026-03-11 09:40:37 +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.144.253,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.144.253],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:55.497557 3375 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.81.16", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:55.497572 3375 lb_config.go:1030] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default are: map[] I0311 09:46:55.497576 3375 services_controller.go:478] Built service openshift-authentication-operator/metrics per-node LB for network=default: []services.LB{} I0311 09:46:55.497583 3375 services_controller.go:479] Built service openshift-authentication-operator/metrics template LB for network=default: []services.LB{} I0311 09:46:55.497538 3375 services_controller.go:460] Service openshift-dns/dns-default retrieved from lister for network=default: &Service{ObjectMeta:{dns-default openshift-dns d25ae9fa-10e7-4a92-b650-de4b33242d19 1460 0 2026-03-11 09:37:25 +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 d28fc5d2-92b7-4f00-830c-eab378d0aea5 0xc00754d377 }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:dns,Protocol:UDP,Port:53,TargetPort:{1 0 dns},NodePort:0,AppProtocol:nil,},ServicePort{Name:dns-tcp,Protocol:TCP,Port:53,TargetPort:{1 0 dns-tcp},NodePort:0,AppProtocol:nil,},ServicePort{Name:metrics,Protocol:TCP,Port:9154,TargetPort:{1 0 metrics},NodePort:0,AppProtocol:nil,},},Selector:map[string]string{dns.operator.openshift.io/daemonset-dns: default,},ClusterIP:172.30.0.10,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.0.10],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:55.497590 3375 services_controller.go:480] Service openshift-authentication-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0311 09:46:55.497604 3375 services_controller.go:497] Skipping no-op change for service openshift-authentication-operator/metrics for network=default I0311 09:46:55.497604 3375 lb_config.go:1030] Cluster endpoints for openshift-dns/dns-default for network=default are: map[] I0311 09:46:55.497611 3375 services_controller.go:386] Finished syncing service metrics on namespace openshift-authentication-operator for network=default : 146.822µs I0311 09:46:55.497619 3375 services_controller.go:382] Processing sync for service openshift-ingress/router-internal-default for network=default I0311 09:46:55.497622 3375 services_controller.go:469] Built service openshift-dns/dns-default LB cluster-wide configs for network=default: []services.lbConfig(nil) I0311 09:46:55.497632 3375 services_controller.go:470] Built service openshift-dns/dns-default LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.0.10"}, protocol:"UDP", inport:53, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}, services.lbConfig{vips:[]string{"172.30.0.10"}, protocol:"TCP", inport:53, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}, services.lbConfig{vips:[]string{"172.30.0.10"}, protocol:"TCP", inport:9154, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 09:46:55.496791 3375 lb_config.go:1030] Cluster endpoints for default/kubernetes for network=default are: map[TCP/https:{6443 [172.20.0.1] []}] I0311 09:46:55.497649 3375 services_controller.go:471] Built service openshift-dns/dns-default LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:55.497654 3375 services_controller.go:469] Built service default/kubernetes LB cluster-wide configs for network=default: []services.lbConfig(nil) I0311 09:46:55.497625 3375 services_controller.go:460] Service openshift-ingress/router-internal-default retrieved from lister for network=default: &Service{ObjectMeta:{router-internal-default openshift-ingress 97192727-09d1-4032-b13e-c92358656970 2781 0 2026-03-11 09:37:39 +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 e3db6bf5-9ef8-4b7b-a506-f3bf9f48ed73 0xc00754d79e }] [] []},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.156.202,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.156.202],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:55.497660 3375 services_controller.go:470] Built service default/kubernetes LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.0.1"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:6443, V4IPs:[]string{"172.20.0.1"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 09:46:55.497669 3375 services_controller.go:477] Built service openshift-dns/dns-default cluster-wide LB for network=default: []services.LB{} I0311 09:46:55.496850 3375 services_controller.go:386] Finished syncing service machine-approver on namespace openshift-cluster-machine-approver for network=default : 5.233µs I0311 09:46:55.497670 3375 lb_config.go:1030] Cluster endpoints for openshift-ingress/router-internal-default for network=default are: map[] I0311 09:46:55.497678 3375 services_controller.go:382] Processing sync for service openshift-monitoring/cluster-monitoring-operator for network=default I0311 09:46:55.497683 3375 services_controller.go:386] Finished syncing service cluster-monitoring-operator on namespace openshift-monitoring for network=default : 5.205µs I0311 09:46:55.497682 3375 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.156.202"}, 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.156.202"}, protocol:"TCP", 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.156.202"}, protocol:"TCP", inport:1936, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 09:46:55.497691 3375 services_controller.go:382] Processing sync for service openshift-network-console/networking-console-plugin for network=default I0311 09:46:55.497694 3375 services_controller.go:470] Built service openshift-ingress/router-internal-default LB per-node configs for network=default: []services.lbConfig(nil) I0311 09:46:55.497701 3375 services_controller.go:471] Built service openshift-ingress/router-internal-default LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:55.497676 3375 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-185.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-185.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-185.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-dns/dns-default_UDP_node_router+switch_ip-10-0-1-185.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-185.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-185.ec2.internal"}, Groups:[]string(nil)}} I0311 09:46:55.497712 3375 services_controller.go:479] Built service openshift-dns/dns-default template LB for network=default: []services.LB{} I0311 09:46:55.497719 3375 services_controller.go:480] Service openshift-dns/dns-default for network=default has 0 cluster-wide, 3 per-node configs, 0 template configs, making 0 (cluster) 2 (per node) and 0 (template) load balancers I0311 09:46:55.497713 3375 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.156.202", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.156.202", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.156.202", Port:1936, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:55.497743 3375 services_controller.go:478] Built service openshift-ingress/router-internal-default per-node LB for network=default: []services.LB{} I0311 09:46:55.497700 3375 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 da7e79e4-09be-4e89-8d92-062359c89982 4444 0 2026-03-11 09:38:24 +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 b3dad961-2546-4bd3-9d69-ce8664bfbe4c 0xc00754dd8e 0xc00754dd8f}] [] []},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.254.156,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.254.156],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:55.497750 3375 services_controller.go:479] Built service openshift-ingress/router-internal-default template LB for network=default: []services.LB{} I0311 09:46:55.497421 3375 services_controller.go:640] Adding service openshift-network-operator/metrics for network=default I0311 09:46:55.497758 3375 lb_config.go:1030] Cluster endpoints for openshift-network-console/networking-console-plugin for network=default are: map[] I0311 09:46:55.497762 3375 services_controller.go:480] Service openshift-ingress/router-internal-default for network=default has 3 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0311 09:46:55.497766 3375 services_controller.go:640] Adding service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0311 09:46:55.497580 3375 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.144.253"}, protocol:"TCP", inport:8383, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 09:46:55.497767 3375 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.254.156"}, protocol:"TCP", inport:9443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 09:46:55.497776 3375 services_controller.go:470] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 09:46:55.497779 3375 services_controller.go:497] Skipping no-op change for service openshift-ingress/router-internal-default for network=default I0311 09:46:55.497780 3375 services_controller.go:470] Built service openshift-network-console/networking-console-plugin LB per-node configs for network=default: []services.lbConfig(nil) I0311 09:46:55.497783 3375 services_controller.go:471] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:55.497783 3375 services_controller.go:386] Finished syncing service router-internal-default on namespace openshift-ingress for network=default : 164.253µs I0311 09:46:55.497787 3375 services_controller.go:471] Built service openshift-network-console/networking-console-plugin LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:55.497793 3375 services_controller.go:382] Processing sync for service default/openshift for network=default I0311 09:46:55.497797 3375 services_controller.go:386] Finished syncing service openshift on namespace default for network=default : 4.932µs I0311 09:46:55.497802 3375 services_controller.go:382] Processing sync for service default/openshift-oauth-apiserver for network=default I0311 09:46:55.497795 3375 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.144.253", Port:8383, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:55.497798 3375 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.254.156", Port:9443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:55.497815 3375 services_controller.go:478] Built service openshift-network-console/networking-console-plugin per-node LB for network=default: []services.LB{} I0311 09:46:55.497817 3375 services_controller.go:478] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics per-node LB for network=default: []services.LB{} I0311 09:46:55.497669 3375 services_controller.go:471] Built service default/kubernetes LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:55.497822 3375 services_controller.go:479] Built service openshift-network-console/networking-console-plugin template LB for network=default: []services.LB{} I0311 09:46:55.497827 3375 services_controller.go:479] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics template LB for network=default: []services.LB{} I0311 09:46:55.497831 3375 services_controller.go:480] Service openshift-network-console/networking-console-plugin for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0311 09:46:55.497835 3375 services_controller.go:480] Service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0311 09:46:55.497808 3375 services_controller.go:460] Service default/openshift-oauth-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-oauth-apiserver default 38bb3adf-8e67-4991-9885-2e29cd68f48c 1907 0 2026-03-11 09:37:28 +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.110.112,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.110.112],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:55.497847 3375 services_controller.go:497] Skipping no-op change for service openshift-network-console/networking-console-plugin for network=default I0311 09:46:55.497847 3375 services_controller.go:477] Built service default/kubernetes cluster-wide LB for network=default: []services.LB{} I0311 09:46:55.497849 3375 services_controller.go:497] Skipping no-op change for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0311 09:46:55.497854 3375 services_controller.go:386] Finished syncing service networking-console-plugin on namespace openshift-network-console for network=default : 162.272µs I0311 09:46:55.497857 3375 services_controller.go:386] Finished syncing service deployment-validation-operator-metrics on namespace openshift-deployment-validation-operator for network=default : 341.456µs I0311 09:46:55.497863 3375 services_controller.go:382] Processing sync for service openshift-ingress-operator/metrics for network=default I0311 09:46:55.497866 3375 services_controller.go:382] Processing sync for service openshift-kube-controller-manager-operator/metrics for network=default I0311 09:46:55.497753 3375 services_controller.go:497] Skipping no-op change for service openshift-dns/dns-default for network=default I0311 09:46:55.497874 3375 services_controller.go:386] Finished syncing service dns-default on namespace openshift-dns for network=default : 341.75µs I0311 09:46:55.497861 3375 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-185.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-185.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-185.ec2.internal"}, Groups:[]string(nil)}} I0311 09:46:55.497884 3375 services_controller.go:382] Processing sync for service openshift-machine-config-operator/machine-config-controller for network=default I0311 09:46:55.497892 3375 services_controller.go:479] Built service default/kubernetes template LB for network=default: []services.LB{} I0311 09:46:55.497869 3375 services_controller.go:460] Service openshift-ingress-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-ingress-operator 84c13a8c-86bd-4887-8aac-9430e41b232b 1443 0 2026-03-11 09:37:25 +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 facf07c5-511e-473b-8e3b-771a14e8107e 0xc00754d5e7 }] [] []},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.242.69,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.242.69],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:55.497912 3375 services_controller.go:480] Service default/kubernetes for network=default has 0 cluster-wide, 1 per-node configs, 0 template configs, making 0 (cluster) 1 (per node) and 0 (template) load balancers I0311 09:46:55.497876 3375 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 e389bdc3-307c-4d01-911b-a330c7f7468e 811 0 2026-03-11 09:37: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 facf07c5-511e-473b-8e3b-771a14e8107e 0xc00754d93f }] [] []},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.192.107,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.192.107],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:55.497893 3375 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 d43e3432-7435-4df5-8199-57acc57effae 819 0 2026-03-11 09:37: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 facf07c5-511e-473b-8e3b-771a14e8107e 0xc00754da7b }] [] []},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.235.5,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.235.5],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:55.497938 3375 services_controller.go:497] Skipping no-op change for service default/kubernetes for network=default I0311 09:46:55.497863 3375 lb_config.go:1030] Cluster endpoints for default/openshift-oauth-apiserver for network=default are: map[TCP/https:{443 [172.30.14.243] []}] I0311 09:46:55.497942 3375 lb_config.go:1030] Cluster endpoints for openshift-kube-controller-manager-operator/metrics for network=default are: map[] I0311 09:46:55.497913 3375 lb_config.go:1030] Cluster endpoints for openshift-ingress-operator/metrics for network=default are: map[] I0311 09:46:55.497949 3375 lb_config.go:1030] Cluster endpoints for openshift-machine-config-operator/machine-config-controller for network=default are: map[] I0311 09:46:55.497956 3375 services_controller.go:469] Built service default/openshift-oauth-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0311 09:46:55.497956 3375 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.192.107"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 09:46:55.497959 3375 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.242.69"}, protocol:"TCP", inport:9393, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 09:46:55.497962 3375 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.235.5"}, protocol:"TCP", inport:9001, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 09:46:55.497966 3375 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.110.112"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.14.243"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 09:46:55.497944 3375 services_controller.go:386] Finished syncing service kubernetes on namespace default for network=default : 1.226244ms I0311 09:46:55.497974 3375 services_controller.go:470] Built service openshift-ingress-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 09:46:55.497975 3375 services_controller.go:470] Built service openshift-machine-config-operator/machine-config-controller LB per-node configs for network=default: []services.lbConfig(nil) I0311 09:46:55.497981 3375 services_controller.go:471] Built service default/openshift-oauth-apiserver LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:55.497984 3375 services_controller.go:382] Processing sync for service openshift-service-ca-operator/metrics for network=default I0311 09:46:55.497985 3375 services_controller.go:471] Built service openshift-ingress-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:55.497987 3375 services_controller.go:471] Built service openshift-machine-config-operator/machine-config-controller LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:55.498003 3375 services_controller.go:477] Built service default/openshift-oauth-apiserver cluster-wide LB for network=default: []services.LB{} I0311 09:46:55.498003 3375 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.242.69", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:55.498006 3375 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.235.5", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:55.498034 3375 services_controller.go:478] Built service openshift-ingress-operator/metrics per-node LB for network=default: []services.LB{} I0311 09:46:55.498035 3375 services_controller.go:478] Built service openshift-machine-config-operator/machine-config-controller per-node LB for network=default: []services.LB{} I0311 09:46:55.497993 3375 services_controller.go:460] Service openshift-service-ca-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-service-ca-operator aa9d0869-da45-4719-b665-bc72b68239c7 882 0 2026-03-11 09:37: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 facf07c5-511e-473b-8e3b-771a14e8107e 0xc007b2e077 }] [] []},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.101.61,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.101.61],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:55.498046 3375 services_controller.go:479] Built service openshift-ingress-operator/metrics template LB for network=default: []services.LB{} I0311 09:46:55.498047 3375 services_controller.go:479] Built service openshift-machine-config-operator/machine-config-controller template LB for network=default: []services.LB{} I0311 09:46:55.498058 3375 services_controller.go:480] Service openshift-ingress-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0311 09:46:55.498060 3375 services_controller.go:480] Service openshift-machine-config-operator/machine-config-controller for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0311 09:46:55.498082 3375 services_controller.go:497] Skipping no-op change for service openshift-ingress-operator/metrics for network=default I0311 09:46:55.498091 3375 services_controller.go:386] Finished syncing service metrics on namespace openshift-ingress-operator for network=default : 227.049µs I0311 09:46:55.498119 3375 services_controller.go:382] Processing sync for service openshift-apiserver-operator/metrics for network=default I0311 09:46:55.497971 3375 services_controller.go:470] Built service openshift-kube-controller-manager-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 09:46:55.498168 3375 services_controller.go:471] Built service openshift-kube-controller-manager-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:55.498129 3375 services_controller.go:460] Service openshift-apiserver-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-apiserver-operator 0ed80ce7-bf80-4141-a772-1e124721ec8f 1039 0 2026-03-11 09:37: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 facf07c5-511e-473b-8e3b-771a14e8107e 0xc00754c90f }] [] []},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.15.85,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.15.85],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:55.498084 3375 services_controller.go:497] Skipping no-op change for service openshift-machine-config-operator/machine-config-controller for network=default I0311 09:46:55.498185 3375 services_controller.go:386] Finished syncing service machine-config-controller on namespace openshift-machine-config-operator for network=default : 299.548µs I0311 09:46:55.498194 3375 services_controller.go:382] Processing sync for service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0311 09:46:55.498193 3375 lb_config.go:1030] Cluster endpoints for openshift-apiserver-operator/metrics for network=default are: map[] I0311 09:46:55.498207 3375 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.15.85"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 09:46:55.498239 3375 services_controller.go:470] Built service openshift-apiserver-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 09:46:55.498189 3375 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.192.107", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:55.498251 3375 services_controller.go:471] Built service openshift-apiserver-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:55.498200 3375 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 72fc3abf-13a5-4deb-9237-70dbf4008b89 1439 0 2026-03-11 09:37: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 facf07c5-511e-473b-8e3b-771a14e8107e 0xc00754cd1f }] [] []},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.232.24,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.232.24],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:55.498259 3375 services_controller.go:478] Built service openshift-kube-controller-manager-operator/metrics per-node LB for network=default: []services.LB{} I0311 09:46:55.498268 3375 lb_config.go:1030] Cluster endpoints for openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default are: map[] I0311 09:46:55.498273 3375 services_controller.go:479] Built service openshift-kube-controller-manager-operator/metrics template LB for network=default: []services.LB{} I0311 09:46:55.498277 3375 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.232.24"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 09:46:55.498268 3375 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.15.85", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:55.498284 3375 services_controller.go:480] Service openshift-kube-controller-manager-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0311 09:46:55.498286 3375 services_controller.go:470] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service LB per-node configs for network=default: []services.lbConfig(nil) I0311 09:46:55.498293 3375 services_controller.go:478] Built service openshift-apiserver-operator/metrics per-node LB for network=default: []services.LB{} I0311 09:46:55.498294 3375 services_controller.go:471] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:55.498059 3375 lb_config.go:1030] Cluster endpoints for openshift-service-ca-operator/metrics for network=default are: map[] I0311 09:46:55.498305 3375 services_controller.go:479] Built service openshift-apiserver-operator/metrics template LB for network=default: []services.LB{} I0311 09:46:55.498307 3375 services_controller.go:497] Skipping no-op change for service openshift-kube-controller-manager-operator/metrics for network=default I0311 09:46:55.498314 3375 services_controller.go:386] Finished syncing service metrics on namespace openshift-kube-controller-manager-operator for network=default : 446.787µs I0311 09:46:55.498312 3375 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.101.61"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 09:46:55.498316 3375 services_controller.go:480] Service openshift-apiserver-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0311 09:46:55.498312 3375 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.232.24", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:55.498323 3375 services_controller.go:470] Built service openshift-service-ca-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 09:46:55.498326 3375 services_controller.go:382] Processing sync for service openshift-network-diagnostics/network-check-source for network=default I0311 09:46:55.498330 3375 services_controller.go:471] Built service openshift-service-ca-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:55.498329 3375 services_controller.go:478] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service per-node LB for network=default: []services.LB{} I0311 09:46:55.498333 3375 services_controller.go:386] Finished syncing service network-check-source on namespace openshift-network-diagnostics for network=default : 8.637µs I0311 09:46:55.498338 3375 services_controller.go:479] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service template LB for network=default: []services.LB{} I0311 09:46:55.498340 3375 services_controller.go:497] Skipping no-op change for service openshift-apiserver-operator/metrics for network=default I0311 09:46:55.498344 3375 services_controller.go:382] Processing sync for service openshift-cluster-version/cluster-version-operator for network=default I0311 09:46:55.498345 3375 services_controller.go:480] Service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0311 09:46:55.498346 3375 services_controller.go:386] Finished syncing service metrics on namespace openshift-apiserver-operator for network=default : 242.523µs I0311 09:46:55.498018 3375 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-185.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.110.112", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.14.243", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-185.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-185.ec2.internal"}, Groups:[]string(nil)}} I0311 09:46:55.498359 3375 services_controller.go:382] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0311 09:46:55.498361 3375 services_controller.go:497] Skipping no-op change for service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0311 09:46:55.498358 3375 services_controller.go:479] Built service default/openshift-oauth-apiserver template LB for network=default: []services.LB{} I0311 09:46:55.498366 3375 services_controller.go:386] Finished syncing service performance-addon-operator-service on namespace openshift-cluster-node-tuning-operator for network=default : 171.504µs I0311 09:46:55.498374 3375 services_controller.go:480] Service default/openshift-oauth-apiserver for network=default has 0 cluster-wide, 1 per-node configs, 0 template configs, making 0 (cluster) 1 (per node) and 0 (template) load balancers I0311 09:46:55.498375 3375 services_controller.go:382] Processing sync for service openshift-image-registry/image-registry for network=default I0311 09:46:55.498353 3375 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 ecf3a335-2ffe-4288-98c4-00149f5a9cad 500 0 2026-03-11 09:36:57 +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.111.10,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.111.10],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:55.498405 3375 services_controller.go:497] Skipping no-op change for service default/openshift-oauth-apiserver for network=default I0311 09:46:55.498409 3375 services_controller.go:386] Finished syncing service openshift-oauth-apiserver on namespace default for network=default : 606.437µs I0311 09:46:55.498385 3375 services_controller.go:460] Service openshift-image-registry/image-registry retrieved from lister for network=default: &Service{ObjectMeta:{image-registry openshift-image-registry bfbf3b9c-5605-414e-86e0-e584855723f6 4042 0 2026-03-11 09:38:19 +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.117.54,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.117.54],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:55.498421 3375 services_controller.go:382] Processing sync for service openshift-ingress-canary/ingress-canary for network=default I0311 09:46:55.498422 3375 lb_config.go:1030] Cluster endpoints for openshift-cluster-version/cluster-version-operator for network=default are: map[] I0311 09:46:55.498341 3375 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.101.61", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:55.498440 3375 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.111.10"}, protocol:"TCP", inport:9099, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 09:46:55.498463 3375 services_controller.go:470] Built service openshift-cluster-version/cluster-version-operator LB per-node configs for network=default: []services.lbConfig(nil) I0311 09:46:55.498430 3375 services_controller.go:460] Service openshift-ingress-canary/ingress-canary retrieved from lister for network=default: &Service{ObjectMeta:{ingress-canary openshift-ingress-canary a4eca6bd-9ae3-4fbf-b3ee-a44bc091822d 3231 0 2026-03-11 09:37:48 +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 73b280a0-6d79-48ae-ba0c-b8a1cf0ae2b0 0xc00754d500 }] [] []},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.93.120,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.93.120],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:55.498479 3375 services_controller.go:471] Built service openshift-cluster-version/cluster-version-operator LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:55.498489 3375 lb_config.go:1030] Cluster endpoints for openshift-ingress-canary/ingress-canary for network=default are: map[] I0311 09:46:55.498423 3375 lb_config.go:1030] Cluster endpoints for openshift-image-registry/image-registry for network=default are: map[] I0311 09:46:55.498498 3375 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.93.120"}, 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.93.120"}, protocol:"TCP", inport:8888, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 09:46:55.498500 3375 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.117.54"}, protocol:"TCP", inport:5000, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 09:46:55.498512 3375 services_controller.go:470] Built service openshift-image-registry/image-registry LB per-node configs for network=default: []services.lbConfig(nil) I0311 09:46:55.498512 3375 services_controller.go:470] Built service openshift-ingress-canary/ingress-canary LB per-node configs for network=default: []services.lbConfig(nil) I0311 09:46:55.498519 3375 services_controller.go:471] Built service openshift-image-registry/image-registry LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:55.498526 3375 services_controller.go:471] Built service openshift-ingress-canary/ingress-canary LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:55.498530 3375 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.117.54", Port:5000, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:55.498555 3375 services_controller.go:478] Built service openshift-image-registry/image-registry per-node LB for network=default: []services.LB{} I0311 09:46:55.498562 3375 services_controller.go:479] Built service openshift-image-registry/image-registry template LB for network=default: []services.LB{} I0311 09:46:55.498569 3375 services_controller.go:480] Service openshift-image-registry/image-registry for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0311 09:46:55.498583 3375 services_controller.go:497] Skipping no-op change for service openshift-image-registry/image-registry for network=default I0311 09:46:55.498588 3375 services_controller.go:386] Finished syncing service image-registry on namespace openshift-image-registry for network=default : 214.546µs I0311 09:46:55.498596 3375 services_controller.go:382] Processing sync for service openshift-insights/metrics for network=default I0311 09:46:55.498447 3375 services_controller.go:478] Built service openshift-service-ca-operator/metrics per-node LB for network=default: []services.LB{} I0311 09:46:55.498601 3375 services_controller.go:460] Service openshift-insights/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-insights 1c38f852-2db3-4037-a41a-9b1d3650009e 2501 0 2026-03-11 09:37: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 facf07c5-511e-473b-8e3b-771a14e8107e 0xc00754d89b }] [] []},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.125.165,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.125.165],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:55.498649 3375 services_controller.go:479] Built service openshift-service-ca-operator/metrics template LB for network=default: []services.LB{} I0311 09:46:55.498651 3375 lb_config.go:1030] Cluster endpoints for openshift-insights/metrics for network=default are: map[] I0311 09:46:55.498664 3375 services_controller.go:469] Built service openshift-insights/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.125.165"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 09:46:55.498666 3375 services_controller.go:480] Service openshift-service-ca-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0311 09:46:55.498672 3375 services_controller.go:470] Built service openshift-insights/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 09:46:55.498679 3375 services_controller.go:471] Built service openshift-insights/metrics LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:55.498697 3375 services_controller.go:497] Skipping no-op change for service openshift-service-ca-operator/metrics for network=default I0311 09:46:55.498691 3375 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.125.165", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:55.498707 3375 services_controller.go:386] Finished syncing service metrics on namespace openshift-service-ca-operator for network=default : 722.52µs I0311 09:46:55.498712 3375 services_controller.go:478] Built service openshift-insights/metrics per-node LB for network=default: []services.LB{} I0311 09:46:55.498719 3375 services_controller.go:479] Built service openshift-insights/metrics template LB for network=default: []services.LB{} I0311 09:46:55.498723 3375 services_controller.go:382] Processing sync for service openshift-multus/network-metrics-service for network=default I0311 09:46:55.498726 3375 services_controller.go:480] Service openshift-insights/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0311 09:46:55.498732 3375 services_controller.go:386] Finished syncing service network-metrics-service on namespace openshift-multus for network=default : 10.412µs I0311 09:46:55.498739 3375 services_controller.go:497] Skipping no-op change for service openshift-insights/metrics for network=default I0311 09:46:55.498742 3375 services_controller.go:382] Processing sync for service openshift-network-operator/metrics for network=default I0311 09:46:55.498537 3375 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.93.120", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.93.120", Port:8888, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:55.498752 3375 services_controller.go:386] Finished syncing service metrics on namespace openshift-network-operator for network=default : 10.028µs I0311 09:46:55.498743 3375 services_controller.go:386] Finished syncing service metrics on namespace openshift-insights for network=default : 147.725µs I0311 09:46:55.498762 3375 services_controller.go:382] Processing sync for service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0311 09:46:55.498752 3375 services_controller.go:478] Built service openshift-ingress-canary/ingress-canary per-node LB for network=default: []services.LB{} I0311 09:46:55.498770 3375 services_controller.go:386] Finished syncing service ovn-kubernetes-node on namespace openshift-ovn-kubernetes for network=default : 7.833µs I0311 09:46:55.498773 3375 services_controller.go:479] Built service openshift-ingress-canary/ingress-canary template LB for network=default: []services.LB{} I0311 09:46:55.498498 3375 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.111.10", Port:9099, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:55.498780 3375 services_controller.go:480] Service openshift-ingress-canary/ingress-canary for network=default has 2 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0311 09:46:55.498789 3375 services_controller.go:478] Built service openshift-cluster-version/cluster-version-operator per-node LB for network=default: []services.LB{} I0311 09:46:55.498797 3375 services_controller.go:497] Skipping no-op change for service openshift-ingress-canary/ingress-canary for network=default I0311 09:46:55.498801 3375 services_controller.go:479] Built service openshift-cluster-version/cluster-version-operator template LB for network=default: []services.LB{} I0311 09:46:55.498814 3375 services_controller.go:480] Service openshift-cluster-version/cluster-version-operator for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0311 09:46:55.498368 3375 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 cb6bee5b-1091-4781-9ce7-c24cd1ece1ec 6476 0 2026-03-11 09:40:38 +0000 UTC map[olm.managed:true olm.service-spec-hash:8H7arFYfeqTDwtur5ZzpDGCqSKpg30XG9PXH2W] map[] [{operators.coreos.com/v1alpha1 CatalogSource deployment-validation-operator-catalog 7e54c69e-de9a-4db9-b8ad-e5001eee3504 0xc00754d16d 0xc00754d16e}] [] []},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.55.42,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.55.42],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:55.498835 3375 lb_config.go:1030] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default are: map[] I0311 09:46:55.498847 3375 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.55.42"}, protocol:"TCP", inport:50051, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 09:46:55.498857 3375 services_controller.go:470] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB per-node configs for network=default: []services.lbConfig(nil) I0311 09:46:55.498863 3375 services_controller.go:471] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:55.498873 3375 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.55.42", Port:50051, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:55.498888 3375 services_controller.go:478] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog per-node LB for network=default: []services.LB{} I0311 09:46:55.498895 3375 services_controller.go:479] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog template LB for network=default: []services.LB{} I0311 09:46:55.498902 3375 services_controller.go:480] Service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0311 09:46:55.498917 3375 services_controller.go:497] Skipping no-op change for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0311 09:46:55.498921 3375 services_controller.go:386] Finished syncing service deployment-validation-operator-catalog on namespace openshift-deployment-validation-operator for network=default : 564.155µs I0311 09:46:55.498838 3375 services_controller.go:497] Skipping no-op change for service openshift-cluster-version/cluster-version-operator for network=default I0311 09:46:55.498929 3375 services_controller.go:386] Finished syncing service cluster-version-operator on namespace openshift-cluster-version for network=default : 587.536µs I0311 09:46:55.498801 3375 services_controller.go:386] Finished syncing service ingress-canary on namespace openshift-ingress-canary for network=default : 382.707µs I0311 09:46:55.521811 3375 default_node_network_controller.go:1130] Upgrade Hack: node ip-10-0-2-212.ec2.internal, subnet 10.130.0.0/23 I0311 09:46:55.521831 3375 ovs.go:160] Exec(55): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns _uuid find logical_flow match="reg7 == 0 && ip4.dst == 10.130.0.0/23" I0311 09:46:55.531403 3375 ovs.go:163] Exec(55): stdout: "3dbfa681-ee26-499e-83d8-826ba58e29ef\n" I0311 09:46:55.531416 3375 ovs.go:164] Exec(55): stderr: "" I0311 09:46:55.531425 3375 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 - 3dbfa681-ee26-499e-83d8-826ba58e29ef : stderr - : err I0311 09:46:55.531443 3375 default_node_network_controller.go:1130] Upgrade Hack: node ip-10-0-0-247.ec2.internal, subnet 10.128.0.0/23 I0311 09:46:55.531451 3375 ovs.go:160] Exec(56): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns _uuid find logical_flow match="reg7 == 0 && ip4.dst == 10.128.0.0/23" I0311 09:46:55.540279 3375 ovs.go:163] Exec(56): stdout: "295445e8-09de-4cfc-8c1a-b3ffb906b34d\n" I0311 09:46:55.540292 3375 ovs.go:164] Exec(56): stderr: "" I0311 09:46:55.540300 3375 default_node_network_controller.go:766] Upgrade Hack: checkOVNSBNodeLRSR for node - 10.128.0.0/23 : match match="reg7 == 0 && ip4.dst == 10.128.0.0/23" : stdout - 295445e8-09de-4cfc-8c1a-b3ffb906b34d : stderr - : err I0311 09:46:55.540308 3375 default_node_network_controller.go:1138] Upgrade Hack: Syncing nodes took 1.018757435s I0311 09:46:55.540327 3375 ovs.go:160] Exec(57): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns name find Load_Balancer I0311 09:46:55.544318 3375 ovs.go:163] Exec(57): stdout: "Service_openshift-cluster-node-tuning-operator/performance-addon-operator-service_TCP_cluster\n\nService_openshift-config-operator/metrics_TCP_cluster\n\nService_default/openshift-apiserver_TCP_node_router+switch_ip-10-0-1-185.ec2.internal\n\nService_openshift-network-console/networking-console-plugin_TCP_cluster\n\nService_openshift-insights/metrics_TCP_cluster\n\nService_openshift-console-operator/metrics_TCP_cluster\n\nService_openshift-deployment-validation-operator/deployment-validation-operator-metrics_TCP_cluster\n\nService_openshift-dns-operator/metrics_TCP_cluster\n\nService_openshift-machine-config-operator/machine-config-operator_TCP_cluster\n\nService_openshift-machine-config-operator/machine-config-daemon_TCP_cluster\n\nService_default/packageserver_TCP_node_router+switch_ip-10-0-1-185.ec2.internal\n\nService_openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics_TCP_cluster\n\nService_openshift-authentication-operator/metrics_TCP_cluster\n\nService_openshift-deployment-validation-operator/deployment-validation-operator-catalog_TCP_cluster\n\nService_openshift-ingress/router-default_TCP_node_router_ip-10-0-1-185.ec2.internal\n\nService_openshift-image-registry/image-registry_TCP_cluster\n\nService_openshift-kube-controller-manager-operator/metrics_TCP_cluster\n\nService_default/openshift-oauth-apiserver_TCP_node_router+switch_ip-10-0-1-185.ec2.internal\n\nService_openshift-ingress/router-default_TCP_cluster\n\nService_openshift-dns/dns-default_UDP_node_router+switch_ip-10-0-1-185.ec2.internal\n\nService_openshift-cloud-credential-operator/cco-metrics_TCP_cluster\n\nService_openshift-machine-config-operator/machine-config-controller_TCP_cluster\n\nService_openshift-ingress-canary/ingress-canary_TCP_cluster\n\nService_openshift-ingress/router-default_TCP_node_switch_ip-10-0-1-185.ec2.internal\n\nService_openshift-cluster-storage-operator/cluster-storage-operator-metrics_TCP_cluster\n\nService_openshift-dns/dns-default_TCP_node_router+switch_ip-10-0-1-185.ec2.internal\n\nService_openshift-ingress/router-internal-default_TCP_cluster\n\nService_openshift-kube-storage-version-migrator-operator/metrics_TCP_cluster\n\nService_openshift-apiserver-operator/metrics_TCP_cluster\n\nService_openshift-cluster-version/cluster-version-operator_TCP_cluster\n\nService_openshift-ingress-operator/metrics_TCP_cluster\n\nService_openshift-apiserver/check-endpoints_TCP_cluster\n\nService_openshift-service-ca-operator/metrics_TCP_cluster\n\nService_default/kubernetes_TCP_node_router+switch_ip-10-0-1-185.ec2.internal\n\nService_openshift-network-diagnostics/network-check-target_TCP_cluster\n" I0311 09:46:55.544359 3375 ovs.go:164] Exec(57): stderr: "" I0311 09:46:55.544367 3375 default_node_network_controller.go:779] Upgrade Hack: fetchLBNames: stdout - Service_openshift-cluster-node-tuning-operator/performance-addon-operator-service_TCP_cluster Service_openshift-config-operator/metrics_TCP_cluster Service_default/openshift-apiserver_TCP_node_router+switch_ip-10-0-1-185.ec2.internal Service_openshift-network-console/networking-console-plugin_TCP_cluster Service_openshift-insights/metrics_TCP_cluster Service_openshift-console-operator/metrics_TCP_cluster Service_openshift-deployment-validation-operator/deployment-validation-operator-metrics_TCP_cluster Service_openshift-dns-operator/metrics_TCP_cluster Service_openshift-machine-config-operator/machine-config-operator_TCP_cluster Service_openshift-machine-config-operator/machine-config-daemon_TCP_cluster Service_default/packageserver_TCP_node_router+switch_ip-10-0-1-185.ec2.internal Service_openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics_TCP_cluster Service_openshift-authentication-operator/metrics_TCP_cluster Service_openshift-deployment-validation-operator/deployment-validation-operator-catalog_TCP_cluster Service_openshift-ingress/router-default_TCP_node_router_ip-10-0-1-185.ec2.internal Service_openshift-image-registry/image-registry_TCP_cluster Service_openshift-kube-controller-manager-operator/metrics_TCP_cluster Service_default/openshift-oauth-apiserver_TCP_node_router+switch_ip-10-0-1-185.ec2.internal Service_openshift-ingress/router-default_TCP_cluster Service_openshift-dns/dns-default_UDP_node_router+switch_ip-10-0-1-185.ec2.internal Service_openshift-cloud-credential-operator/cco-metrics_TCP_cluster Service_openshift-machine-config-operator/machine-config-controller_TCP_cluster Service_openshift-ingress-canary/ingress-canary_TCP_cluster Service_openshift-ingress/router-default_TCP_node_switch_ip-10-0-1-185.ec2.internal Service_openshift-cluster-storage-operator/cluster-storage-operator-metrics_TCP_cluster Service_openshift-dns/dns-default_TCP_node_router+switch_ip-10-0-1-185.ec2.internal Service_openshift-ingress/router-internal-default_TCP_cluster Service_openshift-kube-storage-version-migrator-operator/metrics_TCP_cluster Service_openshift-apiserver-operator/metrics_TCP_cluster Service_openshift-cluster-version/cluster-version-operator_TCP_cluster Service_openshift-ingress-operator/metrics_TCP_cluster Service_openshift-apiserver/check-endpoints_TCP_cluster Service_openshift-service-ca-operator/metrics_TCP_cluster Service_default/kubernetes_TCP_node_router+switch_ip-10-0-1-185.ec2.internal Service_openshift-network-diagnostics/network-check-target_TCP_cluster : stderr - : err I0311 09:46:55.544375 3375 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-apiserver-operator/metrics/Service_openshift-apiserver-operator/metrics : match - true I0311 09:46:55.544381 3375 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-cluster-node-tuning-operator/performance-addon-operator-service/Service_openshift-cluster-node-tuning-operator/performance-addon-operator-service : match - true I0311 09:46:55.544384 3375 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-ingress-canary/ingress-canary/Service_openshift-ingress-canary/ingress-canary : match - true I0311 09:46:55.544388 3375 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-insights/metrics/Service_openshift-insights/metrics : match - true I0311 09:46:55.544392 3375 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-cluster-version/cluster-version-operator/Service_openshift-cluster-version/cluster-version-operator : match - true I0311 09:46:55.544395 3375 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-deployment-validation-operator/deployment-validation-operator-catalog/Service_openshift-deployment-validation-operator/deployment-validation-operator-catalog : match - true I0311 09:46:55.544400 3375 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-image-registry/image-registry/Service_openshift-image-registry/image-registry : match - true I0311 09:46:55.544403 3375 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics/Service_openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics : match - true I0311 09:46:55.544406 3375 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-console-operator/metrics/Service_openshift-console-operator/metrics : match - true I0311 09:46:55.544410 3375 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-machine-config-operator/machine-config-daemon/Service_openshift-machine-config-operator/machine-config-daemon : match - true I0311 09:46:55.544413 3375 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-apiserver/check-endpoints/Service_openshift-apiserver/check-endpoints : match - true I0311 09:46:55.544415 3375 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-cloud-credential-operator/cco-metrics/Service_openshift-cloud-credential-operator/cco-metrics : match - true I0311 09:46:55.544418 3375 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-ingress/router-default/Service_openshift-ingress/router-default : match - true I0311 09:46:55.544421 3375 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-cluster-storage-operator/cluster-storage-operator-metrics/Service_openshift-cluster-storage-operator/cluster-storage-operator-metrics : match - true I0311 09:46:55.544424 3375 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-config-operator/metrics/Service_openshift-config-operator/metrics : match - true I0311 09:46:55.544427 3375 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-dns-operator/metrics/Service_openshift-dns-operator/metrics : match - true I0311 09:46:55.544430 3375 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-machine-config-operator/machine-config-operator/Service_openshift-machine-config-operator/machine-config-operator : match - true I0311 09:46:55.544433 3375 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-network-diagnostics/network-check-target/Service_openshift-network-diagnostics/network-check-target : match - true I0311 09:46:55.544437 3375 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - default/kubernetes/Service_default/kubernetes : match - true I0311 09:46:55.544440 3375 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-kube-storage-version-migrator-operator/metrics/Service_openshift-kube-storage-version-migrator-operator/metrics : match - true I0311 09:46:55.544442 3375 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - default/openshift-apiserver/Service_default/openshift-apiserver : match - true I0311 09:46:55.544445 3375 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-dns/dns-default/Service_openshift-dns/dns-default : match - true I0311 09:46:55.544449 3375 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-ingress/router-internal-default/Service_openshift-ingress/router-internal-default : match - true I0311 09:46:55.544451 3375 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-network-console/networking-console-plugin/Service_openshift-network-console/networking-console-plugin : match - true I0311 09:46:55.544454 3375 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - default/packageserver/Service_default/packageserver : match - true I0311 09:46:55.544457 3375 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-authentication-operator/metrics/Service_openshift-authentication-operator/metrics : match - true I0311 09:46:55.544460 3375 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-deployment-validation-operator/deployment-validation-operator-metrics/Service_openshift-deployment-validation-operator/deployment-validation-operator-metrics : match - true I0311 09:46:55.544463 3375 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-kube-controller-manager-operator/metrics/Service_openshift-kube-controller-manager-operator/metrics : match - true I0311 09:46:55.544466 3375 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-machine-config-operator/machine-config-controller/Service_openshift-machine-config-operator/machine-config-controller : match - true I0311 09:46:55.544469 3375 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-service-ca-operator/metrics/Service_openshift-service-ca-operator/metrics : match - true I0311 09:46:55.544472 3375 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - default/openshift-oauth-apiserver/Service_default/openshift-oauth-apiserver : match - true I0311 09:46:55.544476 3375 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-ingress-operator/metrics/Service_openshift-ingress-operator/metrics : match - true I0311 09:46:55.544481 3375 default_node_network_controller.go:1158] Upgrade Hack: Syncing services took 1.02293003s I0311 09:46:55.544496 3375 ovs.go:160] Exec(58): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns _uuid find Port_Binding logical_port=openshift-network-diagnostics_network-check-target-hshsz I0311 09:46:55.548530 3375 ovs.go:163] Exec(58): stdout: "81bf1a5e-f762-4dde-9d16-260a8ec505f7\n" I0311 09:46:55.548543 3375 ovs.go:164] Exec(58): stderr: "" I0311 09:46:55.548550 3375 default_node_network_controller.go:796] Upgrade Hack: portExists for pod - openshift-network-diagnostics/network-check-target-hshsz : stdout - 81bf1a5e-f762-4dde-9d16-260a8ec505f7 : stderr - I0311 09:46:55.548559 3375 ovs.go:160] Exec(59): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns _uuid find Port_Binding logical_port=openshift-multus_network-metrics-daemon-nj5l5 I0311 09:46:55.552553 3375 ovs.go:163] Exec(59): stdout: "3c655752-59ce-4d29-82cb-0454b5147e83\n" I0311 09:46:55.552568 3375 ovs.go:164] Exec(59): stderr: "" I0311 09:46:55.552573 3375 default_node_network_controller.go:796] Upgrade Hack: portExists for pod - openshift-multus/network-metrics-daemon-nj5l5 : stdout - 3c655752-59ce-4d29-82cb-0454b5147e83 : stderr - I0311 09:46:55.552580 3375 default_node_network_controller.go:1179] Upgrade Hack: Syncing pods took 1.031028874s I0311 09:46:55.552592 3375 kube.go:133] Setting annotations map[k8s.ovn.org/remote-zone-migrated:ip-10-0-1-185.ec2.internal] on node ip-10-0-1-185.ec2.internal I0311 09:46:55.568307 3375 default_node_network_controller.go:1193] ovnkube-node ip-10-0-1-185.ec2.internal finished annotating node with remote-zone-migrated; took: 1.046750688s I0311 09:46:55.568338 3375 node_tracker.go:211] Processing possible switch / router updates for node ip-10-0-1-185.ec2.internal in network "default" I0311 09:46:55.568356 3375 config.go:1705] Exec: /usr/bin/ovs-vsctl --timeout=15 set Open_vSwitch . external_ids:ovn-remote="unix:/var/run/ovn/ovnsb_db.sock" I0311 09:46:55.568390 3375 node_tracker.go:172] Node ip-10-0-1-185.ec2.internal switch + router changed, syncing services in network "default" I0311 09:46:55.568456 3375 services_controller.go:575] Full service sync requested for network=default I0311 09:46:55.568386 3375 obj_retry.go:565] Update event received for resource *v1.Node, old object is equal to new: false I0311 09:46:55.568472 3375 services_controller.go:640] Adding service openshift-kube-controller-manager-operator/metrics for network=default I0311 09:46:55.568479 3375 services_controller.go:640] Adding service openshift-machine-config-operator/machine-config-controller for network=default I0311 09:46:55.568483 3375 services_controller.go:640] Adding service openshift-service-ca-operator/metrics for network=default I0311 09:46:55.568482 3375 obj_retry.go:617] Update event received for *v1.Node ip-10-0-1-185.ec2.internal I0311 09:46:55.568493 3375 services_controller.go:382] Processing sync for service openshift-kube-controller-manager-operator/metrics for network=default I0311 09:46:55.568518 3375 services_controller.go:382] Processing sync for service openshift-machine-config-operator/machine-config-controller for network=default I0311 09:46:55.568538 3375 obj_retry.go:565] Update event received for resource *factory.egressNode, old object is equal to new: false I0311 09:46:55.568552 3375 obj_retry.go:617] Update event received for *factory.egressNode ip-10-0-1-185.ec2.internal I0311 09:46:55.568500 3375 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 e389bdc3-307c-4d01-911b-a330c7f7468e 811 0 2026-03-11 09:37: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 facf07c5-511e-473b-8e3b-771a14e8107e 0xc00754d93f }] [] []},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.192.107,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.192.107],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:55.568487 3375 services_controller.go:640] Adding service default/openshift for network=default I0311 09:46:55.568577 3375 services_controller.go:640] Adding service default/openshift-oauth-apiserver for network=default I0311 09:46:55.568578 3375 lb_config.go:1030] Cluster endpoints for openshift-kube-controller-manager-operator/metrics for network=default are: map[] I0311 09:46:55.568586 3375 services_controller.go:640] Adding service openshift-ingress-operator/metrics for network=default I0311 09:46:55.568594 3375 services_controller.go:640] Adding service openshift-apiserver-operator/metrics for network=default I0311 09:46:55.568535 3375 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 d43e3432-7435-4df5-8199-57acc57effae 819 0 2026-03-11 09:37: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 facf07c5-511e-473b-8e3b-771a14e8107e 0xc00754da7b }] [] []},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.235.5,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.235.5],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:55.568591 3375 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.192.107"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 09:46:55.568602 3375 services_controller.go:640] Adding service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0311 09:46:55.568604 3375 services_controller.go:382] Processing sync for service default/openshift for network=default I0311 09:46:55.568520 3375 services_controller.go:382] Processing sync for service openshift-service-ca-operator/metrics for network=default I0311 09:46:55.568617 3375 services_controller.go:386] Finished syncing service openshift on namespace default for network=default : 13.476µs I0311 09:46:55.568618 3375 services_controller.go:382] Processing sync for service default/openshift-oauth-apiserver for network=default I0311 09:46:55.568622 3375 lb_config.go:1030] Cluster endpoints for openshift-machine-config-operator/machine-config-controller for network=default are: map[] I0311 09:46:55.568630 3375 services_controller.go:382] Processing sync for service openshift-ingress-operator/metrics for network=default I0311 09:46:55.568638 3375 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.235.5"}, protocol:"TCP", inport:9001, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 09:46:55.568656 3375 services_controller.go:470] Built service openshift-machine-config-operator/machine-config-controller LB per-node configs for network=default: []services.lbConfig(nil) I0311 09:46:55.568667 3375 services_controller.go:471] Built service openshift-machine-config-operator/machine-config-controller LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:55.568636 3375 services_controller.go:460] Service openshift-ingress-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-ingress-operator 84c13a8c-86bd-4887-8aac-9430e41b232b 1443 0 2026-03-11 09:37:25 +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 facf07c5-511e-473b-8e3b-771a14e8107e 0xc00754d5e7 }] [] []},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.242.69,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.242.69],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:55.568610 3375 services_controller.go:640] Adding service openshift-network-diagnostics/network-check-source for network=default I0311 09:46:55.568636 3375 services_controller.go:460] Service default/openshift-oauth-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-oauth-apiserver default 38bb3adf-8e67-4991-9885-2e29cd68f48c 1907 0 2026-03-11 09:37:28 +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.110.112,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.110.112],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:55.568627 3375 services_controller.go:460] Service openshift-service-ca-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-service-ca-operator aa9d0869-da45-4719-b665-bc72b68239c7 882 0 2026-03-11 09:37: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 facf07c5-511e-473b-8e3b-771a14e8107e 0xc007b2e077 }] [] []},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.101.61,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.101.61],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:55.568694 3375 lb_config.go:1030] Cluster endpoints for openshift-ingress-operator/metrics for network=default are: map[] I0311 09:46:55.568698 3375 services_controller.go:640] Adding service openshift-ingress-canary/ingress-canary for network=default I0311 09:46:55.568686 3375 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.235.5", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:55.568707 3375 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.242.69"}, protocol:"TCP", inport:9393, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 09:46:55.568717 3375 services_controller.go:478] Built service openshift-machine-config-operator/machine-config-controller per-node LB for network=default: []services.LB{} I0311 09:46:55.568717 3375 lb_config.go:1030] Cluster endpoints for openshift-service-ca-operator/metrics for network=default are: map[] I0311 09:46:55.568723 3375 services_controller.go:470] Built service openshift-ingress-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 09:46:55.568729 3375 services_controller.go:479] Built service openshift-machine-config-operator/machine-config-controller template LB for network=default: []services.LB{} I0311 09:46:55.568731 3375 services_controller.go:471] Built service openshift-ingress-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:55.568724 3375 lb_config.go:1030] Cluster endpoints for default/openshift-oauth-apiserver for network=default are: map[TCP/https:{443 [172.30.14.243] []}] I0311 09:46:55.568730 3375 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.101.61"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 09:46:55.568740 3375 services_controller.go:480] Service openshift-machine-config-operator/machine-config-controller for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0311 09:46:55.568742 3375 services_controller.go:470] Built service openshift-service-ca-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 09:46:55.568750 3375 services_controller.go:469] Built service default/openshift-oauth-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0311 09:46:55.568752 3375 services_controller.go:471] Built service openshift-service-ca-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:55.568745 3375 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.242.69", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:55.568764 3375 services_controller.go:497] Skipping no-op change for service openshift-machine-config-operator/machine-config-controller for network=default I0311 09:46:55.568766 3375 services_controller.go:478] Built service openshift-ingress-operator/metrics per-node LB for network=default: []services.LB{} I0311 09:46:55.568706 3375 services_controller.go:640] Adding service openshift-insights/metrics for network=default I0311 09:46:55.568772 3375 services_controller.go:386] Finished syncing service machine-config-controller on namespace openshift-machine-config-operator for network=default : 257.804µs I0311 09:46:55.568761 3375 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.110.112"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.14.243"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 09:46:55.568779 3375 services_controller.go:479] Built service openshift-ingress-operator/metrics template LB for network=default: []services.LB{} I0311 09:46:55.568770 3375 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.101.61", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:55.568786 3375 services_controller.go:640] Adding service openshift-multus/network-metrics-service for network=default I0311 09:46:55.568789 3375 services_controller.go:480] Service openshift-ingress-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0311 09:46:55.568787 3375 services_controller.go:382] Processing sync for service openshift-apiserver-operator/metrics for network=default I0311 09:46:55.568797 3375 services_controller.go:640] Adding service openshift-network-operator/metrics for network=default I0311 09:46:55.568797 3375 services_controller.go:478] Built service openshift-service-ca-operator/metrics per-node LB for network=default: []services.LB{} I0311 09:46:55.568805 3375 services_controller.go:640] Adding service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0311 09:46:55.568807 3375 services_controller.go:497] Skipping no-op change for service openshift-ingress-operator/metrics for network=default I0311 09:46:55.568810 3375 services_controller.go:479] Built service openshift-service-ca-operator/metrics template LB for network=default: []services.LB{} I0311 09:46:55.568812 3375 services_controller.go:386] Finished syncing service metrics on namespace openshift-ingress-operator for network=default : 182.328µs I0311 09:46:55.568821 3375 services_controller.go:382] Processing sync for service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0311 09:46:55.568821 3375 services_controller.go:640] Adding service openshift-cluster-version/cluster-version-operator for network=default I0311 09:46:55.568831 3375 services_controller.go:640] Adding service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0311 09:46:55.568837 3375 services_controller.go:640] Adding service openshift-image-registry/image-registry for network=default I0311 09:46:55.568844 3375 services_controller.go:640] Adding service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0311 09:46:55.568850 3375 services_controller.go:640] Adding service openshift-console-operator/metrics for network=default I0311 09:46:55.568801 3375 services_controller.go:460] Service openshift-apiserver-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-apiserver-operator 0ed80ce7-bf80-4141-a772-1e124721ec8f 1039 0 2026-03-11 09:37: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 facf07c5-511e-473b-8e3b-771a14e8107e 0xc00754c90f }] [] []},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.15.85,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.15.85],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:55.568788 3375 services_controller.go:471] Built service default/openshift-oauth-apiserver LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:55.568827 3375 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 72fc3abf-13a5-4deb-9237-70dbf4008b89 1439 0 2026-03-11 09:37: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 facf07c5-511e-473b-8e3b-771a14e8107e 0xc00754cd1f }] [] []},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.232.24,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.232.24],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:55.568876 3375 lb_config.go:1030] Cluster endpoints for openshift-apiserver-operator/metrics for network=default are: map[] I0311 09:46:55.568889 3375 lb_config.go:1030] Cluster endpoints for openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default are: map[] I0311 09:46:55.568854 3375 services_controller.go:640] Adding service openshift-machine-config-operator/machine-config-daemon for network=default I0311 09:46:55.568891 3375 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.15.85"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 09:46:55.568902 3375 services_controller.go:640] Adding service openshift-apiserver/check-endpoints for network=default I0311 09:46:55.568891 3375 services_controller.go:477] Built service default/openshift-oauth-apiserver cluster-wide LB for network=default: []services.LB{} I0311 09:46:55.568900 3375 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.232.24"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 09:46:55.568909 3375 services_controller.go:640] Adding service openshift-cloud-credential-operator/cco-metrics for network=default I0311 09:46:55.568608 3375 services_controller.go:470] Built service openshift-kube-controller-manager-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 09:46:55.568916 3375 services_controller.go:470] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service LB per-node configs for network=default: []services.lbConfig(nil) I0311 09:46:55.568924 3375 services_controller.go:471] Built service openshift-kube-controller-manager-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:55.568927 3375 services_controller.go:471] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:55.568821 3375 services_controller.go:480] Service openshift-service-ca-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0311 09:46:55.568915 3375 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-185.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.110.112", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.14.243", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-185.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-185.ec2.internal"}, Groups:[]string(nil)}} I0311 09:46:55.568949 3375 services_controller.go:479] Built service default/openshift-oauth-apiserver template LB for network=default: []services.LB{} I0311 09:46:55.568944 3375 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.192.107", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:55.568945 3375 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.232.24", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:55.568974 3375 services_controller.go:478] Built service openshift-kube-controller-manager-operator/metrics per-node LB for network=default: []services.LB{} I0311 09:46:55.568990 3375 services_controller.go:479] Built service openshift-kube-controller-manager-operator/metrics template LB for network=default: []services.LB{} I0311 09:46:55.569002 3375 services_controller.go:480] Service openshift-kube-controller-manager-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0311 09:46:55.569032 3375 services_controller.go:497] Skipping no-op change for service openshift-kube-controller-manager-operator/metrics for network=default I0311 09:46:55.569043 3375 services_controller.go:386] Finished syncing service metrics on namespace openshift-kube-controller-manager-operator for network=default : 549.897µs I0311 09:46:55.569056 3375 services_controller.go:382] Processing sync for service openshift-network-diagnostics/network-check-source for network=default I0311 09:46:55.569066 3375 services_controller.go:386] Finished syncing service network-check-source on namespace openshift-network-diagnostics for network=default : 10.191µs I0311 09:46:55.569075 3375 services_controller.go:382] Processing sync for service openshift-ingress-canary/ingress-canary for network=default I0311 09:46:55.568906 3375 services_controller.go:470] Built service openshift-apiserver-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 09:46:55.569084 3375 services_controller.go:471] Built service openshift-apiserver-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:55.569096 3375 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.15.85", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:55.569114 3375 services_controller.go:478] Built service openshift-apiserver-operator/metrics per-node LB for network=default: []services.LB{} I0311 09:46:55.569122 3375 services_controller.go:479] Built service openshift-apiserver-operator/metrics template LB for network=default: []services.LB{} I0311 09:46:55.569127 3375 services_controller.go:480] Service openshift-apiserver-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0311 09:46:55.569084 3375 services_controller.go:460] Service openshift-ingress-canary/ingress-canary retrieved from lister for network=default: &Service{ObjectMeta:{ingress-canary openshift-ingress-canary a4eca6bd-9ae3-4fbf-b3ee-a44bc091822d 3231 0 2026-03-11 09:37:48 +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 73b280a0-6d79-48ae-ba0c-b8a1cf0ae2b0 0xc00754d500 }] [] []},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.93.120,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.93.120],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:55.569142 3375 services_controller.go:497] Skipping no-op change for service openshift-apiserver-operator/metrics for network=default I0311 09:46:55.569146 3375 services_controller.go:386] Finished syncing service metrics on namespace openshift-apiserver-operator for network=default : 360.058µs I0311 09:46:55.569154 3375 services_controller.go:382] Processing sync for service openshift-insights/metrics for network=default I0311 09:46:55.568976 3375 services_controller.go:478] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service per-node LB for network=default: []services.LB{} I0311 09:46:55.569159 3375 lb_config.go:1030] Cluster endpoints for openshift-ingress-canary/ingress-canary for network=default are: map[] I0311 09:46:55.569172 3375 services_controller.go:479] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service template LB for network=default: []services.LB{} I0311 09:46:55.569174 3375 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.93.120"}, 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.93.120"}, protocol:"TCP", inport:8888, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 09:46:55.569187 3375 services_controller.go:480] Service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0311 09:46:55.569192 3375 services_controller.go:470] Built service openshift-ingress-canary/ingress-canary LB per-node configs for network=default: []services.lbConfig(nil) I0311 09:46:55.569159 3375 services_controller.go:460] Service openshift-insights/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-insights 1c38f852-2db3-4037-a41a-9b1d3650009e 2501 0 2026-03-11 09:37: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 facf07c5-511e-473b-8e3b-771a14e8107e 0xc00754d89b }] [] []},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.125.165,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.125.165],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:55.569203 3375 services_controller.go:471] Built service openshift-ingress-canary/ingress-canary LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:55.569224 3375 lb_config.go:1030] Cluster endpoints for openshift-insights/metrics for network=default are: map[] I0311 09:46:55.568962 3375 services_controller.go:497] Skipping no-op change for service openshift-service-ca-operator/metrics for network=default I0311 09:46:55.569237 3375 services_controller.go:386] Finished syncing service metrics on namespace openshift-service-ca-operator for network=default : 720.24µs I0311 09:46:55.568915 3375 services_controller.go:640] Adding service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0311 09:46:55.569236 3375 services_controller.go:469] Built service openshift-insights/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.125.165"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 09:46:55.569249 3375 services_controller.go:382] Processing sync for service openshift-multus/network-metrics-service for network=default I0311 09:46:55.568962 3375 services_controller.go:480] Service default/openshift-oauth-apiserver for network=default has 0 cluster-wide, 1 per-node configs, 0 template configs, making 0 (cluster) 1 (per node) and 0 (template) load balancers I0311 09:46:55.569255 3375 services_controller.go:386] Finished syncing service network-metrics-service on namespace openshift-multus for network=default : 6.436µs I0311 09:46:55.569265 3375 services_controller.go:497] Skipping no-op change for service default/openshift-oauth-apiserver for network=default I0311 09:46:55.569226 3375 services_controller.go:497] Skipping no-op change for service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0311 09:46:55.569244 3375 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.93.120", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.93.120", Port:8888, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:55.569271 3375 services_controller.go:386] Finished syncing service performance-addon-operator-service on namespace openshift-cluster-node-tuning-operator for network=default : 451.147µs I0311 09:46:55.569278 3375 services_controller.go:640] Adding service openshift-ingress/router-default for network=default I0311 09:46:55.569281 3375 services_controller.go:478] Built service openshift-ingress-canary/ingress-canary per-node LB for network=default: []services.LB{} I0311 09:46:55.569295 3375 services_controller.go:479] Built service openshift-ingress-canary/ingress-canary template LB for network=default: []services.LB{} I0311 09:46:55.569306 3375 services_controller.go:480] Service openshift-ingress-canary/ingress-canary for network=default has 2 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0311 09:46:55.569330 3375 services_controller.go:497] Skipping no-op change for service openshift-ingress-canary/ingress-canary for network=default I0311 09:46:55.569342 3375 services_controller.go:386] Finished syncing service ingress-canary on namespace openshift-ingress-canary for network=default : 266.159µs I0311 09:46:55.569250 3375 services_controller.go:470] Built service openshift-insights/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 09:46:55.569354 3375 services_controller.go:382] Processing sync for service openshift-cluster-version/cluster-version-operator for network=default I0311 09:46:55.569364 3375 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 ecf3a335-2ffe-4288-98c4-00149f5a9cad 500 0 2026-03-11 09:36:57 +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.111.10,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.111.10],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:55.569284 3375 services_controller.go:640] Adding service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0311 09:46:55.569438 3375 services_controller.go:640] Adding service openshift-config-operator/metrics for network=default I0311 09:46:55.569443 3375 services_controller.go:640] Adding service openshift-dns-operator/metrics for network=default I0311 09:46:55.569444 3375 lb_config.go:1030] Cluster endpoints for openshift-cluster-version/cluster-version-operator for network=default are: map[] I0311 09:46:55.569459 3375 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.111.10"}, protocol:"TCP", inport:9099, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 09:46:55.569478 3375 services_controller.go:470] Built service openshift-cluster-version/cluster-version-operator LB per-node configs for network=default: []services.lbConfig(nil) I0311 09:46:55.569489 3375 services_controller.go:471] Built service openshift-cluster-version/cluster-version-operator LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:55.569354 3375 services_controller.go:471] Built service openshift-insights/metrics LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:55.569510 3375 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.111.10", Port:9099, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:55.569524 3375 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.125.165", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:55.569541 3375 services_controller.go:478] Built service openshift-cluster-version/cluster-version-operator per-node LB for network=default: []services.LB{} I0311 09:46:55.569556 3375 services_controller.go:479] Built service openshift-cluster-version/cluster-version-operator template LB for network=default: []services.LB{} I0311 09:46:55.569566 3375 services_controller.go:480] Service openshift-cluster-version/cluster-version-operator for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0311 09:46:55.569591 3375 services_controller.go:497] Skipping no-op change for service openshift-cluster-version/cluster-version-operator for network=default I0311 09:46:55.569602 3375 services_controller.go:386] Finished syncing service cluster-version-operator on namespace openshift-cluster-version for network=default : 247.798µs I0311 09:46:55.569624 3375 services_controller.go:382] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0311 09:46:55.569448 3375 services_controller.go:640] Adding service openshift-machine-config-operator/machine-config-operator for network=default I0311 09:46:55.569656 3375 services_controller.go:640] Adding service openshift-network-diagnostics/network-check-target for network=default I0311 09:46:55.569662 3375 services_controller.go:640] Adding service default/kubernetes for network=default I0311 09:46:55.569666 3375 services_controller.go:640] Adding service openshift-cluster-machine-approver/machine-approver for network=default I0311 09:46:55.569670 3375 services_controller.go:640] Adding service openshift-kube-storage-version-migrator-operator/metrics for network=default I0311 09:46:55.569674 3375 services_controller.go:640] Adding service default/openshift-apiserver for network=default I0311 09:46:55.569678 3375 services_controller.go:640] Adding service openshift-cluster-samples-operator/metrics for network=default I0311 09:46:55.569682 3375 services_controller.go:640] Adding service openshift-dns/dns-default for network=default I0311 09:46:55.569636 3375 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 cb6bee5b-1091-4781-9ce7-c24cd1ece1ec 6476 0 2026-03-11 09:40:38 +0000 UTC map[olm.managed:true olm.service-spec-hash:8H7arFYfeqTDwtur5ZzpDGCqSKpg30XG9PXH2W] map[] [{operators.coreos.com/v1alpha1 CatalogSource deployment-validation-operator-catalog 7e54c69e-de9a-4db9-b8ad-e5001eee3504 0xc00754d16d 0xc00754d16e}] [] []},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.55.42,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.55.42],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:55.569542 3375 services_controller.go:478] Built service openshift-insights/metrics per-node LB for network=default: []services.LB{} I0311 09:46:55.569699 3375 services_controller.go:479] Built service openshift-insights/metrics template LB for network=default: []services.LB{} I0311 09:46:55.569709 3375 services_controller.go:480] Service openshift-insights/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0311 09:46:55.569687 3375 services_controller.go:640] Adding service openshift-ingress/router-internal-default for network=default I0311 09:46:55.569733 3375 services_controller.go:640] Adding service openshift-monitoring/cluster-monitoring-operator for network=default I0311 09:46:55.569745 3375 services_controller.go:640] Adding service openshift-network-console/networking-console-plugin for network=default I0311 09:46:55.569753 3375 services_controller.go:640] Adding service default/packageserver for network=default I0311 09:46:55.569761 3375 services_controller.go:640] Adding service openshift-authentication-operator/metrics for network=default I0311 09:46:55.569768 3375 services_controller.go:640] Adding service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0311 09:46:55.569266 3375 services_controller.go:382] Processing sync for service openshift-network-operator/metrics for network=default I0311 09:46:55.569781 3375 services_controller.go:386] Finished syncing service metrics on namespace openshift-network-operator for network=default : 519.118µs I0311 09:46:55.569793 3375 services_controller.go:382] Processing sync for service openshift-image-registry/image-registry for network=default I0311 09:46:55.569806 3375 services_controller.go:460] Service openshift-image-registry/image-registry retrieved from lister for network=default: &Service{ObjectMeta:{image-registry openshift-image-registry bfbf3b9c-5605-414e-86e0-e584855723f6 4042 0 2026-03-11 09:38:19 +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.117.54,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.117.54],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:55.569875 3375 lb_config.go:1030] Cluster endpoints for openshift-image-registry/image-registry for network=default are: map[] I0311 09:46:55.569279 3375 services_controller.go:382] Processing sync for service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0311 09:46:55.569889 3375 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.117.54"}, protocol:"TCP", inport:5000, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 09:46:55.569906 3375 services_controller.go:470] Built service openshift-image-registry/image-registry LB per-node configs for network=default: []services.lbConfig(nil) I0311 09:46:55.569917 3375 services_controller.go:471] Built service openshift-image-registry/image-registry LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:55.569933 3375 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.117.54", Port:5000, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:55.569962 3375 services_controller.go:478] Built service openshift-image-registry/image-registry per-node LB for network=default: []services.LB{} I0311 09:46:55.569976 3375 services_controller.go:479] Built service openshift-image-registry/image-registry template LB for network=default: []services.LB{} I0311 09:46:55.569987 3375 services_controller.go:480] Service openshift-image-registry/image-registry for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0311 09:46:55.570011 3375 services_controller.go:497] Skipping no-op change for service openshift-image-registry/image-registry for network=default I0311 09:46:55.570019 3375 services_controller.go:386] Finished syncing service image-registry on namespace openshift-image-registry for network=default : 226.57µs I0311 09:46:55.569708 3375 lb_config.go:1030] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default are: map[] I0311 09:46:55.570030 3375 services_controller.go:382] Processing sync for service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0311 09:46:55.570036 3375 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.55.42"}, protocol:"TCP", inport:50051, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 09:46:55.570049 3375 services_controller.go:470] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB per-node configs for network=default: []services.lbConfig(nil) I0311 09:46:55.570056 3375 services_controller.go:471] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:55.570070 3375 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.55.42", Port:50051, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:55.570041 3375 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 16b01427-93f4-4fb7-8212-1ec97d25975f 901 0 2026-03-11 09:37: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 facf07c5-511e-473b-8e3b-771a14e8107e 0xc00754cef7 }] [] []},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.188.119,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.188.119],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:55.570097 3375 services_controller.go:478] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog per-node LB for network=default: []services.LB{} I0311 09:46:55.570105 3375 services_controller.go:479] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog template LB for network=default: []services.LB{} I0311 09:46:55.570111 3375 services_controller.go:480] Service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0311 09:46:55.570112 3375 lb_config.go:1030] Cluster endpoints for openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default are: map[] I0311 09:46:55.570125 3375 services_controller.go:497] Skipping no-op change for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0311 09:46:55.570125 3375 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.188.119"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 09:46:55.570132 3375 services_controller.go:386] Finished syncing service deployment-validation-operator-catalog on namespace openshift-deployment-validation-operator for network=default : 510.648µs I0311 09:46:55.570139 3375 services_controller.go:470] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 09:46:55.570141 3375 services_controller.go:382] Processing sync for service openshift-console-operator/metrics for network=default I0311 09:46:55.570150 3375 services_controller.go:471] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:55.569906 3375 services_controller.go:386] Finished syncing service ovn-kubernetes-node on namespace openshift-ovn-kubernetes for network=default : 625.479µs I0311 09:46:55.570166 3375 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.188.119", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:55.570198 3375 services_controller.go:478] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics per-node LB for network=default: []services.LB{} I0311 09:46:55.570151 3375 services_controller.go:460] Service openshift-console-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-console-operator 2be2f5a7-3cc1-4c9c-a8a9-141ad61d1dd8 3592 0 2026-03-11 09:37:56 +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 facf07c5-511e-473b-8e3b-771a14e8107e 0xc00754d0d7 }] [] []},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.62.251,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.62.251],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:55.570229 3375 services_controller.go:479] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics template LB for network=default: []services.LB{} I0311 09:46:55.570239 3375 lb_config.go:1030] Cluster endpoints for openshift-console-operator/metrics for network=default are: map[] I0311 09:46:55.570241 3375 services_controller.go:480] Service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0311 09:46:55.570248 3375 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.62.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}} I0311 09:46:55.570258 3375 services_controller.go:470] Built service openshift-console-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 09:46:55.570264 3375 services_controller.go:471] Built service openshift-console-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:55.570265 3375 services_controller.go:497] Skipping no-op change for service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0311 09:46:55.570272 3375 services_controller.go:386] Finished syncing service csi-snapshot-controller-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 242.442µs I0311 09:46:55.570274 3375 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.62.251", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:55.570294 3375 services_controller.go:478] Built service openshift-console-operator/metrics per-node LB for network=default: []services.LB{} I0311 09:46:55.570306 3375 services_controller.go:479] Built service openshift-console-operator/metrics template LB for network=default: []services.LB{} I0311 09:46:55.570316 3375 services_controller.go:480] Service openshift-console-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0311 09:46:55.570330 3375 services_controller.go:497] Skipping no-op change for service openshift-console-operator/metrics for network=default I0311 09:46:55.570336 3375 services_controller.go:386] Finished syncing service metrics on namespace openshift-console-operator for network=default : 195.55µs I0311 09:46:55.570344 3375 services_controller.go:382] Processing sync for service openshift-cloud-credential-operator/cco-metrics for network=default I0311 09:46:55.569734 3375 services_controller.go:497] Skipping no-op change for service openshift-insights/metrics for network=default I0311 09:46:55.570357 3375 services_controller.go:386] Finished syncing service metrics on namespace openshift-insights for network=default : 1.202346ms I0311 09:46:55.570367 3375 services_controller.go:382] Processing sync for service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0311 09:46:55.570372 3375 services_controller.go:386] Finished syncing service node-tuning-operator on namespace openshift-cluster-node-tuning-operator for network=default : 4.6µs I0311 09:46:55.570377 3375 services_controller.go:382] Processing sync for service openshift-ingress/router-default for network=default I0311 09:46:55.570349 3375 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 c242180b-a6ec-432f-8e5e-0352b72a1b03 1141 0 2026-03-11 09:37: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 facf07c5-511e-473b-8e3b-771a14e8107e 0xc00754cb2b }] [] []},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.251.51,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.251.51],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:55.570401 3375 lb_config.go:1030] Cluster endpoints for openshift-cloud-credential-operator/cco-metrics for network=default are: map[] I0311 09:46:55.570411 3375 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.251.51"}, protocol:"TCP", inport:8443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 09:46:55.570185 3375 services_controller.go:382] Processing sync for service openshift-machine-config-operator/machine-config-daemon for network=default I0311 09:46:55.570421 3375 services_controller.go:470] Built service openshift-cloud-credential-operator/cco-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 09:46:55.570427 3375 services_controller.go:471] Built service openshift-cloud-credential-operator/cco-metrics LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:55.570382 3375 services_controller.go:460] Service openshift-ingress/router-default retrieved from lister for network=default: &Service{ObjectMeta:{router-default openshift-ingress 884996c3-3471-4f35-bac6-d60160573751 3682 0 2026-03-11 09:37:38 +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=2oveefiled799j1l8h60tce40faspn30,api.openshift.com/legal-entity-id=2h8L52xc1VHB4xLFE2YyPmAjYjI,api.openshift.com/name=kx-3a2a0e7f61,cluster-type=rosa-hcp,creation-date=2026-03-11,konflux-ci=true,red-hat-clustertype=rosa,red-hat-managed=true service.beta.kubernetes.io/aws-load-balancer-healthcheck-healthy-threshold:2 service.beta.kubernetes.io/aws-load-balancer-healthcheck-interval:10 service.beta.kubernetes.io/aws-load-balancer-healthcheck-timeout:4 service.beta.kubernetes.io/aws-load-balancer-healthcheck-unhealthy-threshold:2 service.beta.kubernetes.io/aws-load-balancer-type:nlb traffic-policy.network.alpha.openshift.io/local-with-fallback:] [{apps/v1 Deployment router-default e3db6bf5-9ef8-4b7b-a506-f3bf9f48ed73 0xc00754d6d7 }] [service.kubernetes.io/load-balancer-cleanup] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:http,Protocol:TCP,Port:80,TargetPort:{1 0 http},NodePort:30461,AppProtocol:nil,},ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{1 0 https},NodePort:31511,AppProtocol:nil,},},Selector:map[string]string{ingresscontroller.operator.openshift.io/deployment-ingresscontroller: default,},ClusterIP:172.30.90.137,Type:LoadBalancer,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:Local,HealthCheckNodePort:32363,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.90.137],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:*true,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{LoadBalancerIngress{IP:,Hostname:a884996c334714f35bac6d6016057375-b938fbaaaa50e06c.elb.us-east-1.amazonaws.com,IPMode:nil,Ports:[]PortStatus{},},},},Conditions:[]Condition{},},} I0311 09:46:55.570437 3375 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.251.51", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:55.570457 3375 services_controller.go:478] Built service openshift-cloud-credential-operator/cco-metrics per-node LB for network=default: []services.LB{} I0311 09:46:55.570467 3375 services_controller.go:479] Built service openshift-cloud-credential-operator/cco-metrics template LB for network=default: []services.LB{} I0311 09:46:55.570469 3375 lb_config.go:1030] Cluster endpoints for openshift-ingress/router-default for network=default are: map[] I0311 09:46:55.570478 3375 services_controller.go:480] Service openshift-cloud-credential-operator/cco-metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0311 09:46:55.570481 3375 lb_config.go:1053] Local endpoints for openshift-ingress/router-default for network=default are: map[] I0311 09:46:55.570432 3375 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 28c7958c-99f6-427c-9231-15b2071df65b 868 0 2026-03-11 09:37: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 facf07c5-511e-473b-8e3b-771a14e8107e 0xc00754db47 }] [] []},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.36.188,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.36.188],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:55.570492 3375 services_controller.go:497] Skipping no-op change for service openshift-cloud-credential-operator/cco-metrics for network=default I0311 09:46:55.570497 3375 services_controller.go:386] Finished syncing service cco-metrics on namespace openshift-cloud-credential-operator for network=default : 152.923µs I0311 09:46:55.569270 3375 services_controller.go:386] Finished syncing service openshift-oauth-apiserver on namespace default for network=default : 653.98µs I0311 09:46:55.570495 3375 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.90.137"}, 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.90.137"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 09:46:55.570505 3375 services_controller.go:382] Processing sync for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0311 09:46:55.570505 3375 lb_config.go:1030] Cluster endpoints for openshift-machine-config-operator/machine-config-daemon for network=default are: map[] I0311 09:46:55.570515 3375 services_controller.go:382] Processing sync for service openshift-config-operator/metrics for network=default I0311 09:46:55.570514 3375 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:30461, 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:31511, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:true, internalTrafficLocal:false, hasNodePort:true}} I0311 09:46:55.570531 3375 services_controller.go:471] Built service openshift-ingress/router-default LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:55.570522 3375 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.36.188"}, 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.36.188"}, protocol:"TCP", inport:8798, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 09:46:55.570546 3375 services_controller.go:470] Built service openshift-machine-config-operator/machine-config-daemon LB per-node configs for network=default: []services.lbConfig(nil) I0311 09:46:55.570513 3375 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 4eb2a72e-7e9b-43b3-a2e6-443aaa658e0b 960 0 2026-03-11 09:37: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 facf07c5-511e-473b-8e3b-771a14e8107e 0xc00754ce47 }] [] []},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.76.220,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.76.220],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:55.570560 3375 services_controller.go:471] Built service openshift-machine-config-operator/machine-config-daemon LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:55.570566 3375 lb_config.go:1030] Cluster endpoints for openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default are: map[] I0311 09:46:55.570573 3375 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.76.220"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 09:46:55.570284 3375 services_controller.go:382] Processing sync for service openshift-apiserver/check-endpoints for network=default I0311 09:46:55.570527 3375 services_controller.go:460] Service openshift-config-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-config-operator f4859207-1b6e-4c18-ab17-2299b271e316 1584 0 2026-03-11 09:37: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 facf07c5-511e-473b-8e3b-771a14e8107e 0xc00754d017 }] [] []},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.105.113,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.105.113],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:55.570584 3375 services_controller.go:470] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 09:46:55.570572 3375 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.90.137", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.90.137", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:55.570594 3375 services_controller.go:471] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:55.570577 3375 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.36.188", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.36.188", Port:8798, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:55.570606 3375 lb_config.go:1030] Cluster endpoints for openshift-config-operator/metrics for network=default are: map[] I0311 09:46:55.570609 3375 services_controller.go:478] Built service openshift-machine-config-operator/machine-config-daemon per-node LB for network=default: []services.LB{} I0311 09:46:55.570621 3375 services_controller.go:479] Built service openshift-machine-config-operator/machine-config-daemon template LB for network=default: []services.LB{} I0311 09:46:55.570607 3375 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.76.220", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:55.570620 3375 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.105.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}} I0311 09:46:55.570631 3375 services_controller.go:478] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics per-node LB for network=default: []services.LB{} I0311 09:46:55.570633 3375 services_controller.go:480] Service openshift-machine-config-operator/machine-config-daemon for network=default has 2 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0311 09:46:55.570635 3375 services_controller.go:470] Built service openshift-config-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 09:46:55.570639 3375 services_controller.go:479] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics template LB for network=default: []services.LB{} I0311 09:46:55.570644 3375 services_controller.go:471] Built service openshift-config-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:55.570645 3375 services_controller.go:480] Service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0311 09:46:55.570656 3375 services_controller.go:497] Skipping no-op change for service openshift-machine-config-operator/machine-config-daemon for network=default I0311 09:46:55.570593 3375 services_controller.go:460] Service openshift-apiserver/check-endpoints retrieved from lister for network=default: &Service{ObjectMeta:{check-endpoints openshift-apiserver 3e3f6011-18cb-4b03-b279-e7ada94ea809 2304 0 2026-03-11 09:37:29 +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 facf07c5-511e-473b-8e3b-771a14e8107e 0xc00754c9d7 }] [] []},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.91.179,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.91.179],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:55.570660 3375 services_controller.go:497] Skipping no-op change for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0311 09:46:55.570606 3375 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-185.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.185", Port:30461, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:30461, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.1.185", Port:31511, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:31511, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string(nil), Routers:[]string{"GR_ip-10-0-1-185.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-ingress/router-default_TCP_node_switch_ip-10-0-1-185.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:30461, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.1.185", Port:30461, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:30461, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:30461, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:31511, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.1.185", Port:31511, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:31511, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:31511, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-185.ec2.internal"}, Routers:[]string(nil), Groups:[]string(nil)}} I0311 09:46:55.570666 3375 services_controller.go:386] Finished syncing service cluster-storage-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 161.462µs I0311 09:46:55.570664 3375 services_controller.go:386] Finished syncing service machine-config-daemon on namespace openshift-machine-config-operator for network=default : 478.235µs I0311 09:46:55.570674 3375 services_controller.go:382] Processing sync for service openshift-dns-operator/metrics for network=default I0311 09:46:55.570674 3375 services_controller.go:479] Built service openshift-ingress/router-default template LB for network=default: []services.LB{} I0311 09:46:55.570679 3375 services_controller.go:382] Processing sync for service openshift-machine-config-operator/machine-config-operator for network=default I0311 09:46:55.570661 3375 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.105.113", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:55.570685 3375 lb_config.go:1030] Cluster endpoints for openshift-apiserver/check-endpoints for network=default are: map[] I0311 09:46:55.570687 3375 services_controller.go:480] Service openshift-ingress/router-default for network=default has 2 cluster-wide, 2 per-node configs, 0 template configs, making 1 (cluster) 2 (per node) and 0 (template) load balancers I0311 09:46:55.570692 3375 services_controller.go:478] Built service openshift-config-operator/metrics per-node LB for network=default: []services.LB{} I0311 09:46:55.570704 3375 services_controller.go:479] Built service openshift-config-operator/metrics template LB for network=default: []services.LB{} I0311 09:46:55.570702 3375 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.91.179"}, protocol:"TCP", inport:17698, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 09:46:55.570679 3375 services_controller.go:460] Service openshift-dns-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-dns-operator 31c83d3e-3d68-4c9b-b7fc-a2892980a982 1082 0 2026-03-11 09:37: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 facf07c5-511e-473b-8e3b-771a14e8107e 0xc00754d28f }] [] []},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.134.30,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.134.30],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:55.570716 3375 services_controller.go:480] Service openshift-config-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0311 09:46:55.570719 3375 services_controller.go:470] Built service openshift-apiserver/check-endpoints LB per-node configs for network=default: []services.lbConfig(nil) I0311 09:46:55.570725 3375 lb_config.go:1030] Cluster endpoints for openshift-dns-operator/metrics for network=default are: map[] I0311 09:46:55.570687 3375 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 35767b48-06d9-40dd-a1cf-8af430da5f87 753 0 2026-03-11 09:37:08 +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 facf07c5-511e-473b-8e3b-771a14e8107e 0xc00754dbdb }] [] []},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.62.85,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.62.85],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:55.570730 3375 services_controller.go:471] Built service openshift-apiserver/check-endpoints LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:55.570730 3375 services_controller.go:497] Skipping no-op change for service openshift-ingress/router-default for network=default I0311 09:46:55.570732 3375 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.134.30"}, protocol:"TCP", inport:9393, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 09:46:55.570739 3375 services_controller.go:497] Skipping no-op change for service openshift-config-operator/metrics for network=default I0311 09:46:55.570739 3375 services_controller.go:386] Finished syncing service router-default on namespace openshift-ingress for network=default : 360.961µs I0311 09:46:55.570741 3375 services_controller.go:470] Built service openshift-dns-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 09:46:55.570744 3375 services_controller.go:386] Finished syncing service metrics on namespace openshift-config-operator for network=default : 230.187µs I0311 09:46:55.570748 3375 services_controller.go:471] Built service openshift-dns-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:55.570747 3375 lb_config.go:1030] Cluster endpoints for openshift-machine-config-operator/machine-config-operator for network=default are: map[] I0311 09:46:55.570751 3375 services_controller.go:382] Processing sync for service openshift-network-diagnostics/network-check-target for network=default I0311 09:46:55.570756 3375 services_controller.go:382] Processing sync for service default/kubernetes for network=default I0311 09:46:55.570761 3375 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.62.85"}, protocol:"TCP", inport:9001, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 09:46:55.570757 3375 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.134.30", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:55.570749 3375 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.91.179", Port:17698, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:55.570775 3375 services_controller.go:470] Built service openshift-machine-config-operator/machine-config-operator LB per-node configs for network=default: []services.lbConfig(nil) I0311 09:46:55.570778 3375 services_controller.go:478] Built service openshift-dns-operator/metrics per-node LB for network=default: []services.LB{} I0311 09:46:55.570782 3375 services_controller.go:478] Built service openshift-apiserver/check-endpoints per-node LB for network=default: []services.LB{} I0311 09:46:55.570786 3375 services_controller.go:471] Built service openshift-machine-config-operator/machine-config-operator LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:55.570786 3375 services_controller.go:479] Built service openshift-dns-operator/metrics template LB for network=default: []services.LB{} I0311 09:46:55.570795 3375 services_controller.go:480] Service openshift-dns-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0311 09:46:55.570795 3375 services_controller.go:479] Built service openshift-apiserver/check-endpoints template LB for network=default: []services.LB{} I0311 09:46:55.570760 3375 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 5522cf5a-5268-4872-a399-b4831cbf4da3 3643 0 2026-03-11 09:37:58 +0000 UTC map[] map[] [{operator.openshift.io/v1 Network cluster b3dad961-2546-4bd3-9d69-ce8664bfbe4c 0xc00754de87 0xc00754de88}] [] []},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.96.104,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.96.104],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:55.570765 3375 services_controller.go:460] Service default/kubernetes retrieved from lister for network=default: &Service{ObjectMeta:{kubernetes default 63dbedc6-9e52-48d2-99e1-31b0ccd4bb2b 274 0 2026-03-11 09:36:23 +0000 UTC map[component:apiserver provider:kubernetes] map[] [] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 6443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{},ClusterIP:172.30.0.1,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.0.1],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:55.570808 3375 services_controller.go:497] Skipping no-op change for service openshift-dns-operator/metrics for network=default I0311 09:46:55.570809 3375 services_controller.go:480] Service openshift-apiserver/check-endpoints for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0311 09:46:55.570812 3375 services_controller.go:386] Finished syncing service metrics on namespace openshift-dns-operator for network=default : 138.755µs I0311 09:46:55.570801 3375 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.62.85", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:55.570818 3375 lb_config.go:1030] Cluster endpoints for openshift-network-diagnostics/network-check-target for network=default are: map[] I0311 09:46:55.570821 3375 services_controller.go:382] Processing sync for service openshift-cluster-machine-approver/machine-approver for network=default I0311 09:46:55.570827 3375 services_controller.go:386] Finished syncing service machine-approver on namespace openshift-cluster-machine-approver for network=default : 6.445µs I0311 09:46:55.570827 3375 services_controller.go:478] Built service openshift-machine-config-operator/machine-config-operator per-node LB for network=default: []services.LB{} I0311 09:46:55.570828 3375 lb_config.go:1030] Cluster endpoints for default/kubernetes for network=default are: map[TCP/https:{6443 [172.20.0.1] []}] I0311 09:46:55.570832 3375 services_controller.go:382] Processing sync for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0311 09:46:55.570830 3375 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.96.104"}, protocol:"TCP", inport:80, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 09:46:55.570836 3375 services_controller.go:497] Skipping no-op change for service openshift-apiserver/check-endpoints for network=default I0311 09:46:55.570839 3375 services_controller.go:479] Built service openshift-machine-config-operator/machine-config-operator template LB for network=default: []services.LB{} I0311 09:46:55.570844 3375 services_controller.go:469] Built service default/kubernetes LB cluster-wide configs for network=default: []services.lbConfig(nil) I0311 09:46:55.570844 3375 services_controller.go:470] Built service openshift-network-diagnostics/network-check-target LB per-node configs for network=default: []services.lbConfig(nil) I0311 09:46:55.570845 3375 services_controller.go:386] Finished syncing service check-endpoints on namespace openshift-apiserver for network=default : 559.558µs I0311 09:46:55.570850 3375 services_controller.go:480] Service openshift-machine-config-operator/machine-config-operator for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0311 09:46:55.570855 3375 services_controller.go:471] Built service openshift-network-diagnostics/network-check-target LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:55.570854 3375 services_controller.go:470] Built service default/kubernetes LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.0.1"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:6443, V4IPs:[]string{"172.20.0.1"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 09:46:55.570863 3375 services_controller.go:382] Processing sync for service default/openshift-apiserver for network=default I0311 09:46:55.570867 3375 services_controller.go:471] Built service default/kubernetes LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:55.570839 3375 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 81a0763e-a2df-4e8e-ba98-0318a8d002dd 2926 0 2026-03-11 09:37: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 facf07c5-511e-473b-8e3b-771a14e8107e 0xc00754d9f7 }] [] []},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.102.235,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.102.235],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:55.570873 3375 services_controller.go:497] Skipping no-op change for service openshift-machine-config-operator/machine-config-operator for network=default I0311 09:46:55.570880 3375 services_controller.go:386] Finished syncing service machine-config-operator on namespace openshift-machine-config-operator for network=default : 201.956µs I0311 09:46:55.570884 3375 lb_config.go:1030] Cluster endpoints for openshift-kube-storage-version-migrator-operator/metrics for network=default are: map[] I0311 09:46:55.570871 3375 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.96.104", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:55.570889 3375 services_controller.go:477] Built service default/kubernetes cluster-wide LB for network=default: []services.LB{} I0311 09:46:55.570892 3375 services_controller.go:382] Processing sync for service openshift-cluster-samples-operator/metrics for network=default I0311 09:46:55.570892 3375 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.102.235"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 09:46:55.570897 3375 services_controller.go:478] Built service openshift-network-diagnostics/network-check-target per-node LB for network=default: []services.LB{} I0311 09:46:55.570899 3375 services_controller.go:386] Finished syncing service metrics on namespace openshift-cluster-samples-operator for network=default : 8.149µs I0311 09:46:55.570900 3375 services_controller.go:470] Built service openshift-kube-storage-version-migrator-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 09:46:55.570908 3375 services_controller.go:471] Built service openshift-kube-storage-version-migrator-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:55.570908 3375 services_controller.go:479] Built service openshift-network-diagnostics/network-check-target template LB for network=default: []services.LB{} I0311 09:46:55.570910 3375 services_controller.go:382] Processing sync for service openshift-dns/dns-default for network=default I0311 09:46:55.570872 3375 services_controller.go:460] Service default/openshift-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-apiserver default d2e7e63e-0597-413a-853a-25bcd40896a9 1836 0 2026-03-11 09:37:28 +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.1.48,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.1.48],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:55.570920 3375 services_controller.go:480] Service openshift-network-diagnostics/network-check-target for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0311 09:46:55.570917 3375 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.102.235", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:55.570938 3375 services_controller.go:478] Built service openshift-kube-storage-version-migrator-operator/metrics per-node LB for network=default: []services.LB{} I0311 09:46:55.570943 3375 services_controller.go:497] Skipping no-op change for service openshift-network-diagnostics/network-check-target for network=default I0311 09:46:55.570945 3375 services_controller.go:479] Built service openshift-kube-storage-version-migrator-operator/metrics template LB for network=default: []services.LB{} I0311 09:46:55.570950 3375 services_controller.go:386] Finished syncing service network-check-target on namespace openshift-network-diagnostics for network=default : 200.422µs I0311 09:46:55.570948 3375 lb_config.go:1030] Cluster endpoints for default/openshift-apiserver for network=default are: map[TCP/https:{443 [172.30.224.5] []}] I0311 09:46:55.570954 3375 services_controller.go:480] Service openshift-kube-storage-version-migrator-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0311 09:46:55.570961 3375 services_controller.go:382] Processing sync for service openshift-ingress/router-internal-default for network=default I0311 09:46:55.570966 3375 services_controller.go:469] Built service default/openshift-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0311 09:46:55.570920 3375 services_controller.go:460] Service openshift-dns/dns-default retrieved from lister for network=default: &Service{ObjectMeta:{dns-default openshift-dns d25ae9fa-10e7-4a92-b650-de4b33242d19 1460 0 2026-03-11 09:37:25 +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 d28fc5d2-92b7-4f00-830c-eab378d0aea5 0xc00754d377 }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:dns,Protocol:UDP,Port:53,TargetPort:{1 0 dns},NodePort:0,AppProtocol:nil,},ServicePort{Name:dns-tcp,Protocol:TCP,Port:53,TargetPort:{1 0 dns-tcp},NodePort:0,AppProtocol:nil,},ServicePort{Name:metrics,Protocol:TCP,Port:9154,TargetPort:{1 0 metrics},NodePort:0,AppProtocol:nil,},},Selector:map[string]string{dns.operator.openshift.io/daemonset-dns: default,},ClusterIP:172.30.0.10,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.0.10],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:55.570968 3375 services_controller.go:497] Skipping no-op change for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0311 09:46:55.570975 3375 services_controller.go:386] Finished syncing service metrics on namespace openshift-kube-storage-version-migrator-operator for network=default : 143.216µs I0311 09:46:55.570976 3375 services_controller.go:470] Built service default/openshift-apiserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.1.48"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.224.5"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 09:46:55.570982 3375 services_controller.go:382] Processing sync for service openshift-monitoring/cluster-monitoring-operator for network=default I0311 09:46:55.570989 3375 services_controller.go:386] Finished syncing service cluster-monitoring-operator on namespace openshift-monitoring for network=default : 6.734µs I0311 09:46:55.570989 3375 lb_config.go:1030] Cluster endpoints for openshift-dns/dns-default for network=default are: map[] I0311 09:46:55.570994 3375 services_controller.go:382] Processing sync for service openshift-network-console/networking-console-plugin for network=default I0311 09:46:55.570992 3375 services_controller.go:471] Built service default/openshift-apiserver LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:55.570899 3375 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-185.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-185.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-185.ec2.internal"}, Groups:[]string(nil)}} I0311 09:46:55.571004 3375 services_controller.go:469] Built service openshift-dns/dns-default LB cluster-wide configs for network=default: []services.lbConfig(nil) I0311 09:46:55.571009 3375 services_controller.go:479] Built service default/kubernetes template LB for network=default: []services.LB{} I0311 09:46:55.570969 3375 services_controller.go:460] Service openshift-ingress/router-internal-default retrieved from lister for network=default: &Service{ObjectMeta:{router-internal-default openshift-ingress 97192727-09d1-4032-b13e-c92358656970 2781 0 2026-03-11 09:37:39 +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 e3db6bf5-9ef8-4b7b-a506-f3bf9f48ed73 0xc00754d79e }] [] []},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.156.202,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.156.202],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:55.571018 3375 services_controller.go:477] Built service default/openshift-apiserver cluster-wide LB for network=default: []services.LB{} I0311 09:46:55.571022 3375 services_controller.go:480] Service default/kubernetes for network=default has 0 cluster-wide, 1 per-node configs, 0 template configs, making 0 (cluster) 1 (per node) and 0 (template) load balancers I0311 09:46:55.571014 3375 services_controller.go:470] Built service openshift-dns/dns-default LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.0.10"}, protocol:"UDP", inport:53, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}, services.lbConfig{vips:[]string{"172.30.0.10"}, protocol:"TCP", inport:53, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}, services.lbConfig{vips:[]string{"172.30.0.10"}, protocol:"TCP", inport:9154, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 09:46:55.571034 3375 lb_config.go:1030] Cluster endpoints for openshift-ingress/router-internal-default for network=default are: map[] I0311 09:46:55.571035 3375 services_controller.go:471] Built service openshift-dns/dns-default LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:55.571002 3375 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 da7e79e4-09be-4e89-8d92-062359c89982 4444 0 2026-03-11 09:38:24 +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 b3dad961-2546-4bd3-9d69-ce8664bfbe4c 0xc00754dd8e 0xc00754dd8f}] [] []},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.254.156,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.254.156],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:55.571045 3375 services_controller.go:497] Skipping no-op change for service default/kubernetes for network=default I0311 09:46:55.571052 3375 services_controller.go:386] Finished syncing service kubernetes on namespace default for network=default : 295.079µs I0311 09:46:55.571054 3375 lb_config.go:1030] Cluster endpoints for openshift-network-console/networking-console-plugin for network=default are: map[] I0311 09:46:55.571033 3375 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-185.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.1.48", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.224.5", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-185.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-185.ec2.internal"}, Groups:[]string(nil)}} I0311 09:46:55.571049 3375 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.156.202"}, 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.156.202"}, protocol:"TCP", 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.156.202"}, protocol:"TCP", inport:1936, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 09:46:55.571062 3375 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.254.156"}, protocol:"TCP", inport:9443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 09:46:55.571066 3375 services_controller.go:477] Built service openshift-dns/dns-default cluster-wide LB for network=default: []services.LB{} I0311 09:46:55.571070 3375 services_controller.go:470] Built service openshift-ingress/router-internal-default LB per-node configs for network=default: []services.lbConfig(nil) I0311 09:46:55.571069 3375 services_controller.go:479] Built service default/openshift-apiserver template LB for network=default: []services.LB{} I0311 09:46:55.571071 3375 services_controller.go:470] Built service openshift-network-console/networking-console-plugin LB per-node configs for network=default: []services.lbConfig(nil) I0311 09:46:55.571079 3375 services_controller.go:471] Built service openshift-ingress/router-internal-default LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:55.571080 3375 services_controller.go:471] Built service openshift-network-console/networking-console-plugin LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:55.571084 3375 services_controller.go:480] Service default/openshift-apiserver for network=default has 0 cluster-wide, 1 per-node configs, 0 template configs, making 0 (cluster) 1 (per node) and 0 (template) load balancers I0311 09:46:55.571098 3375 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.254.156", Port:9443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:55.571078 3375 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-185.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-185.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-185.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-dns/dns-default_UDP_node_router+switch_ip-10-0-1-185.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-185.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-185.ec2.internal"}, Groups:[]string(nil)}} I0311 09:46:55.571118 3375 services_controller.go:478] Built service openshift-network-console/networking-console-plugin per-node LB for network=default: []services.LB{} I0311 09:46:55.571099 3375 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.156.202", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.156.202", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.156.202", Port:1936, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:55.571125 3375 services_controller.go:479] Built service openshift-network-console/networking-console-plugin template LB for network=default: []services.LB{} I0311 09:46:55.571126 3375 services_controller.go:479] Built service openshift-dns/dns-default template LB for network=default: []services.LB{} I0311 09:46:55.571130 3375 services_controller.go:478] Built service openshift-ingress/router-internal-default per-node LB for network=default: []services.LB{} I0311 09:46:55.571108 3375 services_controller.go:497] Skipping no-op change for service default/openshift-apiserver for network=default I0311 09:46:55.571138 3375 services_controller.go:386] Finished syncing service openshift-apiserver on namespace default for network=default : 277.832µs I0311 09:46:55.571139 3375 services_controller.go:480] Service openshift-dns/dns-default for network=default has 0 cluster-wide, 3 per-node configs, 0 template configs, making 0 (cluster) 2 (per node) and 0 (template) load balancers I0311 09:46:55.571143 3375 services_controller.go:479] Built service openshift-ingress/router-internal-default template LB for network=default: []services.LB{} I0311 09:46:55.571146 3375 services_controller.go:382] Processing sync for service openshift-authentication-operator/metrics for network=default I0311 09:46:55.571154 3375 services_controller.go:480] Service openshift-ingress/router-internal-default for network=default has 3 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0311 09:46:55.571169 3375 services_controller.go:497] Skipping no-op change for service openshift-dns/dns-default for network=default I0311 09:46:55.571179 3375 services_controller.go:497] Skipping no-op change for service openshift-ingress/router-internal-default for network=default I0311 09:46:55.571179 3375 services_controller.go:386] Finished syncing service dns-default on namespace openshift-dns for network=default : 270.594µs I0311 09:46:55.571185 3375 services_controller.go:386] Finished syncing service router-internal-default on namespace openshift-ingress for network=default : 223.909µs I0311 09:46:55.571132 3375 services_controller.go:480] Service openshift-network-console/networking-console-plugin for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0311 09:46:55.571192 3375 services_controller.go:382] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0311 09:46:55.571066 3375 services_controller.go:382] Processing sync for service default/packageserver for network=default I0311 09:46:55.571201 3375 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 e4723c53-6b53-42b8-a2ea-822e693f4c79 6447 0 2026-03-11 09:40:37 +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.144.253,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.144.253],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:55.571272 3375 services_controller.go:497] Skipping no-op change for service openshift-network-console/networking-console-plugin for network=default I0311 09:46:55.571280 3375 services_controller.go:386] Finished syncing service networking-console-plugin on namespace openshift-network-console for network=default : 283.846µs I0311 09:46:55.571242 3375 services_controller.go:460] Service default/packageserver retrieved from lister for network=default: &Service{ObjectMeta:{packageserver default 96bb2353-8980-44bf-9430-5decb23ac353 2467 0 2026-03-11 09:37:30 +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.185,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.223.185],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:55.571288 3375 lb_config.go:1030] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default are: map[] I0311 09:46:55.571151 3375 services_controller.go:460] Service openshift-authentication-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-authentication-operator 6fdfc0b1-ce83-4634-8762-eb0b687145df 664 0 2026-03-11 09:37:05 +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 facf07c5-511e-473b-8e3b-771a14e8107e 0xc00754ca97 }] [] []},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.81.16,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.81.16],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 09:46:55.571301 3375 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.144.253"}, protocol:"TCP", inport:8383, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 09:46:55.571312 3375 services_controller.go:470] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 09:46:55.571309 3375 lb_config.go:1030] Cluster endpoints for default/packageserver for network=default are: map[TCP/https:{443 [172.30.48.187] []}] I0311 09:46:55.571318 3375 services_controller.go:471] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:55.571320 3375 lb_config.go:1030] Cluster endpoints for openshift-authentication-operator/metrics for network=default are: map[] I0311 09:46:55.571324 3375 services_controller.go:469] Built service default/packageserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0311 09:46:55.571328 3375 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.144.253", Port:8383, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:55.571335 3375 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.81.16"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 09:46:55.571369 3375 services_controller.go:470] Built service openshift-authentication-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 09:46:55.571333 3375 services_controller.go:470] Built service default/packageserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.223.185"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.48.187"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 09:46:55.571382 3375 services_controller.go:471] Built service openshift-authentication-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:55.571386 3375 services_controller.go:471] Built service default/packageserver LB template configs for network=default: []services.lbConfig(nil) I0311 09:46:55.571402 3375 services_controller.go:477] Built service default/packageserver cluster-wide LB for network=default: []services.LB{} I0311 09:46:55.571401 3375 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.81.16", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 09:46:55.571435 3375 services_controller.go:478] Built service openshift-authentication-operator/metrics per-node LB for network=default: []services.LB{} I0311 09:46:55.571448 3375 services_controller.go:479] Built service openshift-authentication-operator/metrics template LB for network=default: []services.LB{} I0311 09:46:55.571460 3375 services_controller.go:480] Service openshift-authentication-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0311 09:46:55.571485 3375 services_controller.go:497] Skipping no-op change for service openshift-authentication-operator/metrics for network=default I0311 09:46:55.571494 3375 services_controller.go:386] Finished syncing service metrics on namespace openshift-authentication-operator for network=default : 346.555µs I0311 09:46:55.571409 3375 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-185.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.223.185", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.48.187", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-185.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-185.ec2.internal"}, Groups:[]string(nil)}} I0311 09:46:55.571517 3375 services_controller.go:479] Built service default/packageserver template LB for network=default: []services.LB{} I0311 09:46:55.571525 3375 services_controller.go:480] Service default/packageserver for network=default has 0 cluster-wide, 1 per-node configs, 0 template configs, making 0 (cluster) 1 (per node) and 0 (template) load balancers I0311 09:46:55.571539 3375 services_controller.go:497] Skipping no-op change for service default/packageserver for network=default I0311 09:46:55.571545 3375 services_controller.go:386] Finished syncing service packageserver on namespace default for network=default : 481.313µs I0311 09:46:55.571351 3375 services_controller.go:478] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics per-node LB for network=default: []services.LB{} I0311 09:46:55.571557 3375 services_controller.go:479] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics template LB for network=default: []services.LB{} I0311 09:46:55.571563 3375 services_controller.go:480] Service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0311 09:46:55.571581 3375 services_controller.go:497] Skipping no-op change for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0311 09:46:55.571587 3375 services_controller.go:386] Finished syncing service deployment-validation-operator-metrics on namespace openshift-deployment-validation-operator for network=default : 396.615µs I0311 09:46:55.574100 3375 default_node_network_controller.go:1199] Upgrade hack: ovnkube-node ip-10-0-1-185.ec2.internal finished setting DB Auth; took: 1.052543793s I0311 09:46:55.574116 3375 default_node_network_controller.go:1204] Waiting for gateway and management port readiness... I0311 09:46:55.574141 3375 obj_retry_gateway.go:33] [newRetryFrameworkNodeWithParameters] g.watchFactory=&{0xc000889480 0xc00026be30 0xc00026bea0 0xc00026bf10 0xc000280000 0xc000280070 0xc0002800e0 0xc0008a1590 0xc000280150 0xc0002801c0 0xc0003bc2d0 0xc006166230 0xc0002802a0 map[0x2b197a0:0xc0044125a0 0x2b19f80:0xc004413500 0x2b1a760:0xc00310fc80 0x2b1aa00:0xc0044121e0 0x2b1af40:0xc004412960 0x2b1b1e0:0xc004412d20 0x2b1b480:0xc004413080 0x2b1bc60:0xc0044138c0 0x2b1bf00:0xc004413e60 0x2b46ce0:0xc0008c70e0 0x2b47080:0xc0008c7560 0x2b47b60:0xc0008f38c0 0x2b494c0:0xc000716240 0x2b49c00:0xc001fb6780 0x2b4a6e0:0xc0008c6c60] 0xc0008a2700 0} I0311 09:46:55.574199 3375 gateway.go:146] Starting gateway service sync I0311 09:46:55.574515 3375 openflow_manager.go:112] Gateway OpenFlow sync requested I0311 09:46:55.574523 3375 gateway_iptables.go:610] Recreating iptables rules for table: nat, chain: OVN-KUBE-ITP I0311 09:46:55.574532 3375 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 30461 -j DNAT --to-destination 172.30.90.137:80" for protocol: 0 I0311 09:46:55.574539 3375 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 31511 -j DNAT --to-destination 172.30.90.137:443" for protocol: 0 I0311 09:46:55.576688 3375 gateway_iptables.go:610] Recreating iptables rules for table: nat, chain: OVN-KUBE-NODEPORT I0311 09:46:55.585697 3375 gateway_iptables.go:610] Recreating iptables rules for table: nat, chain: OVN-KUBE-EXTERNALIP I0311 09:46:55.585713 3375 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 30461 -j DNAT --to-destination 172.30.90.137:80" for protocol: 0 I0311 09:46:55.585720 3375 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 31511 -j DNAT --to-destination 172.30.90.137:443" for protocol: 0 I0311 09:46:55.586900 3375 gateway_iptables.go:610] Recreating iptables rules for table: nat, chain: OVN-KUBE-ETP I0311 09:46:55.586919 3375 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 30461 -j DNAT --to-destination 172.30.90.137:80" for protocol: 0 I0311 09:46:55.586927 3375 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 31511 -j DNAT --to-destination 172.30.90.137:443" for protocol: 0 I0311 09:46:55.588081 3375 gateway_iptables.go:610] Recreating iptables rules for table: mangle, chain: OVN-KUBE-ITP I0311 09:46:55.588096 3375 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 30461 -j DNAT --to-destination 172.30.90.137:80" for protocol: 0 I0311 09:46:55.588101 3375 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 31511 -j DNAT --to-destination 172.30.90.137:443" for protocol: 0 I0311 09:46:55.620875 3375 gateway.go:163] Gateway service sync done. Time taken: 46.665491ms I0311 09:46:55.620949 3375 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-console-operator/metrics I0311 09:46:55.620962 3375 gateway_shared_intf.go:859] Adding service metrics in namespace openshift-console-operator I0311 09:46:55.621001 3375 gateway_shared_intf.go:892] Updating already programmed rules for metrics in namespace openshift-console-operator I0311 09:46:55.621012 3375 openflow_manager.go:114] Gateway OpenFlow sync already requested I0311 09:46:55.621017 3375 obj_retry.go:548] Creating *factory.serviceForGateway openshift-console-operator/metrics took: 56.732µs I0311 09:46:55.621024 3375 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-machine-config-operator/machine-config-daemon I0311 09:46:55.621029 3375 gateway_shared_intf.go:859] Adding service machine-config-daemon in namespace openshift-machine-config-operator I0311 09:46:55.621044 3375 gateway_shared_intf.go:892] Updating already programmed rules for machine-config-daemon in namespace openshift-machine-config-operator I0311 09:46:55.621051 3375 openflow_manager.go:114] Gateway OpenFlow sync already requested I0311 09:46:55.621055 3375 obj_retry.go:548] Creating *factory.serviceForGateway openshift-machine-config-operator/machine-config-daemon took: 25.901µs I0311 09:46:55.621061 3375 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-apiserver/check-endpoints I0311 09:46:55.621065 3375 gateway_shared_intf.go:859] Adding service check-endpoints in namespace openshift-apiserver I0311 09:46:55.621076 3375 gateway_shared_intf.go:892] Updating already programmed rules for check-endpoints in namespace openshift-apiserver I0311 09:46:55.621080 3375 openflow_manager.go:114] Gateway OpenFlow sync already requested I0311 09:46:55.621084 3375 obj_retry.go:548] Creating *factory.serviceForGateway openshift-apiserver/check-endpoints took: 18.603µs I0311 09:46:55.621089 3375 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-cloud-credential-operator/cco-metrics I0311 09:46:55.621093 3375 gateway_shared_intf.go:859] Adding service cco-metrics in namespace openshift-cloud-credential-operator I0311 09:46:55.621104 3375 gateway_shared_intf.go:892] Updating already programmed rules for cco-metrics in namespace openshift-cloud-credential-operator I0311 09:46:55.621109 3375 openflow_manager.go:114] Gateway OpenFlow sync already requested I0311 09:46:55.621112 3375 obj_retry.go:548] Creating *factory.serviceForGateway openshift-cloud-credential-operator/cco-metrics took: 19.389µs I0311 09:46:55.621117 3375 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-cluster-node-tuning-operator/node-tuning-operator I0311 09:46:55.621120 3375 obj_retry.go:548] Creating *factory.serviceForGateway openshift-cluster-node-tuning-operator/node-tuning-operator took: 182ns I0311 09:46:55.621124 3375 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics I0311 09:46:55.621128 3375 gateway_shared_intf.go:859] Adding service csi-snapshot-controller-operator-metrics in namespace openshift-cluster-storage-operator I0311 09:46:55.621139 3375 gateway_shared_intf.go:892] Updating already programmed rules for csi-snapshot-controller-operator-metrics in namespace openshift-cluster-storage-operator I0311 09:46:55.621144 3375 openflow_manager.go:114] Gateway OpenFlow sync already requested I0311 09:46:55.621148 3375 obj_retry.go:548] Creating *factory.serviceForGateway openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics took: 18.995µs I0311 09:46:55.621152 3375 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-cluster-storage-operator/cluster-storage-operator-metrics I0311 09:46:55.621156 3375 gateway_shared_intf.go:859] Adding service cluster-storage-operator-metrics in namespace openshift-cluster-storage-operator I0311 09:46:55.621165 3375 gateway_shared_intf.go:892] Updating already programmed rules for cluster-storage-operator-metrics in namespace openshift-cluster-storage-operator I0311 09:46:55.621170 3375 openflow_manager.go:114] Gateway OpenFlow sync already requested I0311 09:46:55.621174 3375 obj_retry.go:548] Creating *factory.serviceForGateway openshift-cluster-storage-operator/cluster-storage-operator-metrics took: 17.391µs I0311 09:46:55.621178 3375 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-config-operator/metrics I0311 09:46:55.621182 3375 gateway_shared_intf.go:859] Adding service metrics in namespace openshift-config-operator I0311 09:46:55.621192 3375 gateway_shared_intf.go:892] Updating already programmed rules for metrics in namespace openshift-config-operator I0311 09:46:55.621196 3375 openflow_manager.go:114] Gateway OpenFlow sync already requested I0311 09:46:55.621200 3375 obj_retry.go:548] Creating *factory.serviceForGateway openshift-config-operator/metrics took: 17.94µs I0311 09:46:55.621205 3375 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-dns-operator/metrics I0311 09:46:55.621208 3375 gateway_shared_intf.go:859] Adding service metrics in namespace openshift-dns-operator I0311 09:46:55.621238 3375 gateway_shared_intf.go:892] Updating already programmed rules for metrics in namespace openshift-dns-operator I0311 09:46:55.621243 3375 openflow_manager.go:114] Gateway OpenFlow sync already requested I0311 09:46:55.621247 3375 obj_retry.go:548] Creating *factory.serviceForGateway openshift-dns-operator/metrics took: 38.114µs I0311 09:46:55.621252 3375 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-ingress/router-default I0311 09:46:55.621258 3375 port_claim.go:197] Handle NodePort service router-default port 30461 I0311 09:46:55.621264 3375 port_claim.go:41] Opening socket for service: openshift-ingress/router-default, port: 30461 and protocol TCP I0311 09:46:55.621269 3375 port_claim.go:64] Opening socket for LocalPort "nodePort for openshift-ingress/router-default:http" (:30461/tcp) I0311 09:46:55.621442 3375 port_claim.go:197] Handle NodePort service router-default port 31511 I0311 09:46:55.621451 3375 port_claim.go:41] Opening socket for service: openshift-ingress/router-default, port: 31511 and protocol TCP I0311 09:46:55.621455 3375 port_claim.go:64] Opening socket for LocalPort "nodePort for openshift-ingress/router-default:https" (:31511/tcp) I0311 09:46:55.621486 3375 healthcheck.go:145] Opening healthcheck "openshift-ingress/router-default" on port 32363 I0311 09:46:55.621527 3375 healthcheck.go:224] Reporting 0 endpoints for healthcheck "openshift-ingress/router-default" I0311 09:46:55.621535 3375 gateway_shared_intf.go:859] Adding service router-default in namespace openshift-ingress I0311 09:46:55.621547 3375 gateway_shared_intf.go:892] Updating already programmed rules for router-default in namespace openshift-ingress I0311 09:46:55.621563 3375 openflow_manager.go:114] Gateway OpenFlow sync already requested I0311 09:46:55.621568 3375 obj_retry.go:548] Creating *factory.serviceForGateway openshift-ingress/router-default took: 310.423µs I0311 09:46:55.621574 3375 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-network-diagnostics/network-check-target I0311 09:46:55.621578 3375 gateway_shared_intf.go:859] Adding service network-check-target in namespace openshift-network-diagnostics I0311 09:46:55.621590 3375 gateway_shared_intf.go:892] Updating already programmed rules for network-check-target in namespace openshift-network-diagnostics I0311 09:46:55.621594 3375 openflow_manager.go:114] Gateway OpenFlow sync already requested I0311 09:46:55.621599 3375 obj_retry.go:548] Creating *factory.serviceForGateway openshift-network-diagnostics/network-check-target took: 19.813µs I0311 09:46:55.621603 3375 obj_retry.go:509] Add event received for *factory.serviceForGateway default/kubernetes I0311 09:46:55.621607 3375 gateway_shared_intf.go:859] Adding service kubernetes in namespace default I0311 09:46:55.621607 3375 healthcheck.go:169] Starting goroutine for healthcheck "openshift-ingress/router-default" on port 32363 I0311 09:46:55.621619 3375 gateway_shared_intf.go:892] Updating already programmed rules for kubernetes in namespace default I0311 09:46:55.621626 3375 openflow_manager.go:114] Gateway OpenFlow sync already requested I0311 09:46:55.621630 3375 obj_retry.go:548] Creating *factory.serviceForGateway default/kubernetes took: 22.071µs I0311 09:46:55.621634 3375 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-cluster-machine-approver/machine-approver I0311 09:46:55.621638 3375 obj_retry.go:548] Creating *factory.serviceForGateway openshift-cluster-machine-approver/machine-approver took: 180ns I0311 09:46:55.621642 3375 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-kube-storage-version-migrator-operator/metrics I0311 09:46:55.621646 3375 gateway_shared_intf.go:859] Adding service metrics in namespace openshift-kube-storage-version-migrator-operator I0311 09:46:55.621656 3375 gateway_shared_intf.go:892] Updating already programmed rules for metrics in namespace openshift-kube-storage-version-migrator-operator I0311 09:46:55.621663 3375 openflow_manager.go:114] Gateway OpenFlow sync already requested I0311 09:46:55.621667 3375 obj_retry.go:548] Creating *factory.serviceForGateway openshift-kube-storage-version-migrator-operator/metrics took: 20.572µs I0311 09:46:55.621672 3375 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-machine-config-operator/machine-config-operator I0311 09:46:55.621676 3375 gateway_shared_intf.go:859] Adding service machine-config-operator in namespace openshift-machine-config-operator I0311 09:46:55.621686 3375 gateway_shared_intf.go:892] Updating already programmed rules for machine-config-operator in namespace openshift-machine-config-operator I0311 09:46:55.621693 3375 openflow_manager.go:114] Gateway OpenFlow sync already requested I0311 09:46:55.621697 3375 obj_retry.go:548] Creating *factory.serviceForGateway openshift-machine-config-operator/machine-config-operator took: 20.453µs I0311 09:46:55.621701 3375 obj_retry.go:509] Add event received for *factory.serviceForGateway default/openshift-apiserver I0311 09:46:55.621705 3375 gateway_shared_intf.go:859] Adding service openshift-apiserver in namespace default I0311 09:46:55.621716 3375 gateway_shared_intf.go:892] Updating already programmed rules for openshift-apiserver in namespace default I0311 09:46:55.621721 3375 openflow_manager.go:114] Gateway OpenFlow sync already requested I0311 09:46:55.621733 3375 obj_retry.go:548] Creating *factory.serviceForGateway default/openshift-apiserver took: 18.91µs I0311 09:46:55.621738 3375 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-cluster-samples-operator/metrics I0311 09:46:55.621743 3375 obj_retry.go:548] Creating *factory.serviceForGateway openshift-cluster-samples-operator/metrics took: 190ns I0311 09:46:55.621747 3375 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-ingress/router-internal-default I0311 09:46:55.621750 3375 gateway_shared_intf.go:859] Adding service router-internal-default in namespace openshift-ingress I0311 09:46:55.621761 3375 gateway_shared_intf.go:892] Updating already programmed rules for router-internal-default in namespace openshift-ingress I0311 09:46:55.621766 3375 openflow_manager.go:114] Gateway OpenFlow sync already requested I0311 09:46:55.621770 3375 obj_retry.go:548] Creating *factory.serviceForGateway openshift-ingress/router-internal-default took: 19.281µs I0311 09:46:55.621774 3375 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-monitoring/cluster-monitoring-operator I0311 09:46:55.621778 3375 obj_retry.go:548] Creating *factory.serviceForGateway openshift-monitoring/cluster-monitoring-operator took: 139ns I0311 09:46:55.621783 3375 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-network-console/networking-console-plugin I0311 09:46:55.621787 3375 gateway_shared_intf.go:859] Adding service networking-console-plugin in namespace openshift-network-console I0311 09:46:55.621797 3375 gateway_shared_intf.go:892] Updating already programmed rules for networking-console-plugin in namespace openshift-network-console I0311 09:46:55.621801 3375 openflow_manager.go:114] Gateway OpenFlow sync already requested I0311 09:46:55.621805 3375 obj_retry.go:548] Creating *factory.serviceForGateway openshift-network-console/networking-console-plugin took: 17.956µs I0311 09:46:55.621810 3375 obj_retry.go:509] Add event received for *factory.serviceForGateway default/packageserver I0311 09:46:55.621814 3375 gateway_shared_intf.go:859] Adding service packageserver in namespace default I0311 09:46:55.621823 3375 gateway_shared_intf.go:892] Updating already programmed rules for packageserver in namespace default I0311 09:46:55.621827 3375 openflow_manager.go:114] Gateway OpenFlow sync already requested I0311 09:46:55.621831 3375 obj_retry.go:548] Creating *factory.serviceForGateway default/packageserver took: 16.783µs I0311 09:46:55.621835 3375 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-authentication-operator/metrics I0311 09:46:55.621839 3375 gateway_shared_intf.go:859] Adding service metrics in namespace openshift-authentication-operator I0311 09:46:55.621849 3375 gateway_shared_intf.go:892] Updating already programmed rules for metrics in namespace openshift-authentication-operator I0311 09:46:55.621854 3375 openflow_manager.go:114] Gateway OpenFlow sync already requested I0311 09:46:55.621858 3375 obj_retry.go:548] Creating *factory.serviceForGateway openshift-authentication-operator/metrics took: 18.073µs I0311 09:46:55.621862 3375 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-deployment-validation-operator/deployment-validation-operator-metrics I0311 09:46:55.621866 3375 gateway_shared_intf.go:859] Adding service deployment-validation-operator-metrics in namespace openshift-deployment-validation-operator I0311 09:46:55.621876 3375 gateway_shared_intf.go:892] Updating already programmed rules for deployment-validation-operator-metrics in namespace openshift-deployment-validation-operator I0311 09:46:55.621883 3375 openflow_manager.go:114] Gateway OpenFlow sync already requested I0311 09:46:55.621887 3375 obj_retry.go:548] Creating *factory.serviceForGateway openshift-deployment-validation-operator/deployment-validation-operator-metrics took: 20.539µs I0311 09:46:55.621891 3375 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-dns/dns-default I0311 09:46:55.621895 3375 gateway_shared_intf.go:859] Adding service dns-default in namespace openshift-dns I0311 09:46:55.621908 3375 gateway_shared_intf.go:892] Updating already programmed rules for dns-default in namespace openshift-dns I0311 09:46:55.621920 3375 openflow_manager.go:114] Gateway OpenFlow sync already requested I0311 09:46:55.621927 3375 obj_retry.go:548] Creating *factory.serviceForGateway openshift-dns/dns-default took: 29.158µs I0311 09:46:55.621933 3375 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-machine-config-operator/machine-config-controller I0311 09:46:55.621938 3375 gateway_shared_intf.go:859] Adding service machine-config-controller in namespace openshift-machine-config-operator I0311 09:46:55.621949 3375 gateway_shared_intf.go:892] Updating already programmed rules for machine-config-controller in namespace openshift-machine-config-operator I0311 09:46:55.621953 3375 openflow_manager.go:114] Gateway OpenFlow sync already requested I0311 09:46:55.621956 3375 obj_retry.go:548] Creating *factory.serviceForGateway openshift-machine-config-operator/machine-config-controller took: 18.215µs I0311 09:46:55.621960 3375 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-service-ca-operator/metrics I0311 09:46:55.621964 3375 gateway_shared_intf.go:859] Adding service metrics in namespace openshift-service-ca-operator I0311 09:46:55.621973 3375 gateway_shared_intf.go:892] Updating already programmed rules for metrics in namespace openshift-service-ca-operator I0311 09:46:55.621980 3375 openflow_manager.go:114] Gateway OpenFlow sync already requested I0311 09:46:55.621984 3375 obj_retry.go:548] Creating *factory.serviceForGateway openshift-service-ca-operator/metrics took: 19.053µs I0311 09:46:55.621988 3375 obj_retry.go:509] Add event received for *factory.serviceForGateway default/openshift I0311 09:46:55.621992 3375 obj_retry.go:548] Creating *factory.serviceForGateway default/openshift took: 216ns I0311 09:46:55.621996 3375 obj_retry.go:509] Add event received for *factory.serviceForGateway default/openshift-oauth-apiserver I0311 09:46:55.622000 3375 gateway_shared_intf.go:859] Adding service openshift-oauth-apiserver in namespace default I0311 09:46:55.622010 3375 gateway_shared_intf.go:892] Updating already programmed rules for openshift-oauth-apiserver in namespace default I0311 09:46:55.622016 3375 openflow_manager.go:114] Gateway OpenFlow sync already requested I0311 09:46:55.622020 3375 obj_retry.go:548] Creating *factory.serviceForGateway default/openshift-oauth-apiserver took: 19.542µs I0311 09:46:55.622024 3375 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-ingress-operator/metrics I0311 09:46:55.622028 3375 gateway_shared_intf.go:859] Adding service metrics in namespace openshift-ingress-operator I0311 09:46:55.622037 3375 gateway_shared_intf.go:892] Updating already programmed rules for metrics in namespace openshift-ingress-operator I0311 09:46:55.622044 3375 openflow_manager.go:114] Gateway OpenFlow sync already requested I0311 09:46:55.622048 3375 obj_retry.go:548] Creating *factory.serviceForGateway openshift-ingress-operator/metrics took: 18.415µs I0311 09:46:55.622052 3375 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-kube-controller-manager-operator/metrics I0311 09:46:55.622056 3375 gateway_shared_intf.go:859] Adding service metrics in namespace openshift-kube-controller-manager-operator I0311 09:46:55.622065 3375 gateway_shared_intf.go:892] Updating already programmed rules for metrics in namespace openshift-kube-controller-manager-operator I0311 09:46:55.622072 3375 openflow_manager.go:114] Gateway OpenFlow sync already requested I0311 09:46:55.622076 3375 obj_retry.go:548] Creating *factory.serviceForGateway openshift-kube-controller-manager-operator/metrics took: 19.43µs I0311 09:46:55.622080 3375 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-apiserver-operator/metrics I0311 09:46:55.622084 3375 gateway_shared_intf.go:859] Adding service metrics in namespace openshift-apiserver-operator I0311 09:46:55.622093 3375 gateway_shared_intf.go:892] Updating already programmed rules for metrics in namespace openshift-apiserver-operator I0311 09:46:55.622099 3375 openflow_manager.go:114] Gateway OpenFlow sync already requested I0311 09:46:55.622104 3375 obj_retry.go:548] Creating *factory.serviceForGateway openshift-apiserver-operator/metrics took: 18.616µs I0311 09:46:55.622109 3375 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-cluster-node-tuning-operator/performance-addon-operator-service I0311 09:46:55.622113 3375 gateway_shared_intf.go:859] Adding service performance-addon-operator-service in namespace openshift-cluster-node-tuning-operator I0311 09:46:55.622124 3375 gateway_shared_intf.go:892] Updating already programmed rules for performance-addon-operator-service in namespace openshift-cluster-node-tuning-operator I0311 09:46:55.622130 3375 openflow_manager.go:114] Gateway OpenFlow sync already requested I0311 09:46:55.622134 3375 obj_retry.go:548] Creating *factory.serviceForGateway openshift-cluster-node-tuning-operator/performance-addon-operator-service took: 20.421µs I0311 09:46:55.622138 3375 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-network-diagnostics/network-check-source I0311 09:46:55.622142 3375 obj_retry.go:548] Creating *factory.serviceForGateway openshift-network-diagnostics/network-check-source took: 171ns I0311 09:46:55.622146 3375 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-insights/metrics I0311 09:46:55.622150 3375 gateway_shared_intf.go:859] Adding service metrics in namespace openshift-insights I0311 09:46:55.622159 3375 gateway_shared_intf.go:892] Updating already programmed rules for metrics in namespace openshift-insights I0311 09:46:55.622165 3375 openflow_manager.go:114] Gateway OpenFlow sync already requested I0311 09:46:55.622169 3375 obj_retry.go:548] Creating *factory.serviceForGateway openshift-insights/metrics took: 18.966µs I0311 09:46:55.622173 3375 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-multus/network-metrics-service I0311 09:46:55.622178 3375 obj_retry.go:548] Creating *factory.serviceForGateway openshift-multus/network-metrics-service took: 220ns I0311 09:46:55.622182 3375 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-network-operator/metrics I0311 09:46:55.622185 3375 obj_retry.go:548] Creating *factory.serviceForGateway openshift-network-operator/metrics took: 125ns I0311 09:46:55.622189 3375 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-ovn-kubernetes/ovn-kubernetes-node I0311 09:46:55.622193 3375 obj_retry.go:548] Creating *factory.serviceForGateway openshift-ovn-kubernetes/ovn-kubernetes-node took: 127ns I0311 09:46:55.622197 3375 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-cluster-version/cluster-version-operator I0311 09:46:55.622201 3375 gateway_shared_intf.go:859] Adding service cluster-version-operator in namespace openshift-cluster-version I0311 09:46:55.622225 3375 gateway_shared_intf.go:892] Updating already programmed rules for cluster-version-operator in namespace openshift-cluster-version I0311 09:46:55.622230 3375 openflow_manager.go:114] Gateway OpenFlow sync already requested I0311 09:46:55.622235 3375 obj_retry.go:548] Creating *factory.serviceForGateway openshift-cluster-version/cluster-version-operator took: 33.625µs I0311 09:46:55.622241 3375 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-deployment-validation-operator/deployment-validation-operator-catalog I0311 09:46:55.622245 3375 gateway_shared_intf.go:859] Adding service deployment-validation-operator-catalog in namespace openshift-deployment-validation-operator I0311 09:46:55.622255 3375 gateway_shared_intf.go:892] Updating already programmed rules for deployment-validation-operator-catalog in namespace openshift-deployment-validation-operator I0311 09:46:55.622262 3375 openflow_manager.go:114] Gateway OpenFlow sync already requested I0311 09:46:55.622266 3375 obj_retry.go:548] Creating *factory.serviceForGateway openshift-deployment-validation-operator/deployment-validation-operator-catalog took: 20.93µs I0311 09:46:55.622270 3375 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-image-registry/image-registry I0311 09:46:55.622275 3375 gateway_shared_intf.go:859] Adding service image-registry in namespace openshift-image-registry I0311 09:46:55.622285 3375 gateway_shared_intf.go:892] Updating already programmed rules for image-registry in namespace openshift-image-registry I0311 09:46:55.622291 3375 openflow_manager.go:114] Gateway OpenFlow sync already requested I0311 09:46:55.622295 3375 obj_retry.go:548] Creating *factory.serviceForGateway openshift-image-registry/image-registry took: 19.411µs I0311 09:46:55.622299 3375 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-ingress-canary/ingress-canary I0311 09:46:55.622303 3375 gateway_shared_intf.go:859] Adding service ingress-canary in namespace openshift-ingress-canary I0311 09:46:55.622312 3375 gateway_shared_intf.go:892] Updating already programmed rules for ingress-canary in namespace openshift-ingress-canary I0311 09:46:55.622320 3375 openflow_manager.go:114] Gateway OpenFlow sync already requested I0311 09:46:55.622324 3375 obj_retry.go:548] Creating *factory.serviceForGateway openshift-ingress-canary/ingress-canary took: 20.611µs I0311 09:46:55.622337 3375 factory.go:1366] Added *v1.Service event handler 13 I0311 09:46:55.622345 3375 obj_retry_gateway.go:33] [newRetryFrameworkNodeWithParameters] g.watchFactory=&{0xc000889480 0xc00026be30 0xc00026bea0 0xc00026bf10 0xc000280000 0xc000280070 0xc0002800e0 0xc0008a1590 0xc000280150 0xc0002801c0 0xc0003bc2d0 0xc006166230 0xc0002802a0 map[0x2b197a0:0xc0044125a0 0x2b19f80:0xc004413500 0x2b1a760:0xc00310fc80 0x2b1aa00:0xc0044121e0 0x2b1af40:0xc004412960 0x2b1b1e0:0xc004412d20 0x2b1b480:0xc004413080 0x2b1bc60:0xc0044138c0 0x2b1bf00:0xc004413e60 0x2b46ce0:0xc0008c70e0 0x2b47080:0xc0008c7560 0x2b47b60:0xc0008f38c0 0x2b494c0:0xc000716240 0x2b49c00:0xc001fb6780 0x2b4a6e0:0xc0008c6c60] 0xc0008a2700 0} I0311 09:46:55.622421 3375 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway default/kubernetes I0311 09:46:55.622435 3375 gateway_shared_intf.go:1157] Adding endpointslice kubernetes in namespace default I0311 09:46:55.622456 3375 obj_retry.go:548] Creating *factory.endpointSliceForGateway default/kubernetes took: 24.834µs I0311 09:46:55.622463 3375 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway openshift-machine-config-operator/machine-config-daemon-l52h5 I0311 09:46:55.622468 3375 gateway_shared_intf.go:1157] Adding endpointslice machine-config-daemon-l52h5 in namespace openshift-machine-config-operator I0311 09:46:55.622478 3375 obj_retry.go:548] Creating *factory.endpointSliceForGateway openshift-machine-config-operator/machine-config-daemon-l52h5 took: 10.208µs I0311 09:46:55.622482 3375 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway openshift-ingress-canary/ingress-canary-26kb6 I0311 09:46:55.622487 3375 gateway_shared_intf.go:1157] Adding endpointslice ingress-canary-26kb6 in namespace openshift-ingress-canary I0311 09:46:55.622496 3375 obj_retry.go:548] Creating *factory.endpointSliceForGateway openshift-ingress-canary/ingress-canary-26kb6 took: 9.46µs I0311 09:46:55.622501 3375 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway openshift-machine-config-operator/machine-config-controller-6hvvk I0311 09:46:55.622505 3375 gateway_shared_intf.go:1157] Adding endpointslice machine-config-controller-6hvvk in namespace openshift-machine-config-operator I0311 09:46:55.622515 3375 obj_retry.go:548] Creating *factory.endpointSliceForGateway openshift-machine-config-operator/machine-config-controller-6hvvk took: 9.862µs I0311 09:46:55.622519 3375 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway openshift-authentication-operator/metrics-xk4l4 I0311 09:46:55.622524 3375 gateway_shared_intf.go:1157] Adding endpointslice metrics-xk4l4 in namespace openshift-authentication-operator I0311 09:46:55.622533 3375 obj_retry.go:548] Creating *factory.endpointSliceForGateway openshift-authentication-operator/metrics-xk4l4 took: 9.687µs I0311 09:46:55.622537 3375 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway openshift-image-registry/image-registry-44bwv I0311 09:46:55.622541 3375 gateway_shared_intf.go:1157] Adding endpointslice image-registry-44bwv in namespace openshift-image-registry I0311 09:46:55.622549 3375 obj_retry.go:548] Creating *factory.endpointSliceForGateway openshift-image-registry/image-registry-44bwv took: 8.465µs I0311 09:46:55.622555 3375 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway openshift-network-diagnostics/network-check-target-5v6v8 I0311 09:46:55.622560 3375 gateway_shared_intf.go:1157] Adding endpointslice network-check-target-5v6v8 in namespace openshift-network-diagnostics I0311 09:46:55.622568 3375 obj_retry.go:548] Creating *factory.endpointSliceForGateway openshift-network-diagnostics/network-check-target-5v6v8 took: 8.861µs I0311 09:46:55.622572 3375 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway default/openshift-apiserver-hcqjc I0311 09:46:55.622577 3375 gateway_shared_intf.go:1157] Adding endpointslice openshift-apiserver-hcqjc in namespace default I0311 09:46:55.622586 3375 obj_retry.go:548] Creating *factory.endpointSliceForGateway default/openshift-apiserver-hcqjc took: 9.258µs I0311 09:46:55.622590 3375 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway default/openshift-oauth-apiserver-ws9mt I0311 09:46:55.622594 3375 gateway_shared_intf.go:1157] Adding endpointslice openshift-oauth-apiserver-ws9mt in namespace default I0311 09:46:55.622603 3375 obj_retry.go:548] Creating *factory.endpointSliceForGateway default/openshift-oauth-apiserver-ws9mt took: 9.027µs I0311 09:46:55.622609 3375 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway default/packageserver-lhj9h I0311 09:46:55.622614 3375 gateway_shared_intf.go:1157] Adding endpointslice packageserver-lhj9h in namespace default I0311 09:46:55.622623 3375 obj_retry.go:548] Creating *factory.endpointSliceForGateway default/packageserver-lhj9h took: 10.236µs I0311 09:46:55.622627 3375 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway openshift-cluster-version/cluster-version-operator-kljjt I0311 09:46:55.622632 3375 gateway_shared_intf.go:1157] Adding endpointslice cluster-version-operator-kljjt in namespace openshift-cluster-version I0311 09:46:55.622639 3375 obj_retry.go:548] Creating *factory.endpointSliceForGateway openshift-cluster-version/cluster-version-operator-kljjt took: 8.693µs I0311 09:46:55.622645 3375 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway openshift-console-operator/metrics-w5dhb I0311 09:46:55.622657 3375 gateway_shared_intf.go:1157] Adding endpointslice metrics-w5dhb in namespace openshift-console-operator I0311 09:46:55.622668 3375 obj_retry.go:548] Creating *factory.endpointSliceForGateway openshift-console-operator/metrics-w5dhb took: 18.371µs I0311 09:46:55.622673 3375 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway openshift-deployment-validation-operator/deployment-validation-operator-metrics-gpj5z I0311 09:46:55.622678 3375 gateway_shared_intf.go:1157] Adding endpointslice deployment-validation-operator-metrics-gpj5z in namespace openshift-deployment-validation-operator I0311 09:46:55.622687 3375 obj_retry.go:548] Creating *factory.endpointSliceForGateway openshift-deployment-validation-operator/deployment-validation-operator-metrics-gpj5z took: 9.722µs I0311 09:46:55.622691 3375 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway openshift-ingress/router-default-dvnqg I0311 09:46:55.622701 3375 healthcheck.go:224] Reporting 0 endpoints for healthcheck "openshift-ingress/router-default" I0311 09:46:55.622706 3375 gateway_shared_intf.go:1157] Adding endpointslice router-default-dvnqg in namespace openshift-ingress I0311 09:46:55.622716 3375 obj_retry.go:548] Creating *factory.endpointSliceForGateway openshift-ingress/router-default-dvnqg took: 20.454µs I0311 09:46:55.622720 3375 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway openshift-apiserver-operator/metrics-bhtd2 I0311 09:46:55.622725 3375 gateway_shared_intf.go:1157] Adding endpointslice metrics-bhtd2 in namespace openshift-apiserver-operator I0311 09:46:55.622732 3375 obj_retry.go:548] Creating *factory.endpointSliceForGateway openshift-apiserver-operator/metrics-bhtd2 took: 8.663µs I0311 09:46:55.622739 3375 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway openshift-ingress/router-internal-default-v9fzt I0311 09:46:55.622744 3375 gateway_shared_intf.go:1157] Adding endpointslice router-internal-default-v9fzt in namespace openshift-ingress I0311 09:46:55.622753 3375 obj_retry.go:548] Creating *factory.endpointSliceForGateway openshift-ingress/router-internal-default-v9fzt took: 9.311µs I0311 09:46:55.622757 3375 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway openshift-kube-controller-manager-operator/metrics-ftskb I0311 09:46:55.622761 3375 gateway_shared_intf.go:1157] Adding endpointslice metrics-ftskb in namespace openshift-kube-controller-manager-operator I0311 09:46:55.622770 3375 obj_retry.go:548] Creating *factory.endpointSliceForGateway openshift-kube-controller-manager-operator/metrics-ftskb took: 8.605µs I0311 09:46:55.622776 3375 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway openshift-machine-config-operator/machine-config-operator-kzs8j I0311 09:46:55.622781 3375 gateway_shared_intf.go:1157] Adding endpointslice machine-config-operator-kzs8j in namespace openshift-machine-config-operator I0311 09:46:55.622789 3375 obj_retry.go:548] Creating *factory.endpointSliceForGateway openshift-machine-config-operator/machine-config-operator-kzs8j took: 9.367µs I0311 09:46:55.622793 3375 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway openshift-service-ca-operator/metrics-fzxgb I0311 09:46:55.622797 3375 gateway_shared_intf.go:1157] Adding endpointslice metrics-fzxgb in namespace openshift-service-ca-operator I0311 09:46:55.622805 3375 obj_retry.go:548] Creating *factory.endpointSliceForGateway openshift-service-ca-operator/metrics-fzxgb took: 8.048µs I0311 09:46:55.622812 3375 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway openshift-config-operator/metrics-6kkd6 I0311 09:46:55.622816 3375 gateway_shared_intf.go:1157] Adding endpointslice metrics-6kkd6 in namespace openshift-config-operator I0311 09:46:55.622825 3375 obj_retry.go:548] Creating *factory.endpointSliceForGateway openshift-config-operator/metrics-6kkd6 took: 8.978µs I0311 09:46:55.622829 3375 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway openshift-dns-operator/metrics-l7sgl I0311 09:46:55.622834 3375 gateway_shared_intf.go:1157] Adding endpointslice metrics-l7sgl in namespace openshift-dns-operator I0311 09:46:55.622842 3375 obj_retry.go:548] Creating *factory.endpointSliceForGateway openshift-dns-operator/metrics-l7sgl took: 8.724µs I0311 09:46:55.622848 3375 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway openshift-kube-storage-version-migrator-operator/metrics-tk56c I0311 09:46:55.622853 3375 gateway_shared_intf.go:1157] Adding endpointslice metrics-tk56c in namespace openshift-kube-storage-version-migrator-operator I0311 09:46:55.622861 3375 obj_retry.go:548] Creating *factory.endpointSliceForGateway openshift-kube-storage-version-migrator-operator/metrics-tk56c took: 8.596µs I0311 09:46:55.622865 3375 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway openshift-apiserver/check-endpoints-7qfkt I0311 09:46:55.622870 3375 gateway_shared_intf.go:1157] Adding endpointslice check-endpoints-7qfkt in namespace openshift-apiserver I0311 09:46:55.622878 3375 obj_retry.go:548] Creating *factory.endpointSliceForGateway openshift-apiserver/check-endpoints-7qfkt took: 9.468µs I0311 09:46:55.622885 3375 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway openshift-cloud-credential-operator/cco-metrics-bnrdm I0311 09:46:55.622889 3375 gateway_shared_intf.go:1157] Adding endpointslice cco-metrics-bnrdm in namespace openshift-cloud-credential-operator I0311 09:46:55.622898 3375 obj_retry.go:548] Creating *factory.endpointSliceForGateway openshift-cloud-credential-operator/cco-metrics-bnrdm took: 9.503µs I0311 09:46:55.622903 3375 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway openshift-cluster-node-tuning-operator/performance-addon-operator-service-54bwj I0311 09:46:55.622908 3375 gateway_shared_intf.go:1157] Adding endpointslice performance-addon-operator-service-54bwj in namespace openshift-cluster-node-tuning-operator I0311 09:46:55.622917 3375 obj_retry.go:548] Creating *factory.endpointSliceForGateway openshift-cluster-node-tuning-operator/performance-addon-operator-service-54bwj took: 9.834µs I0311 09:46:55.622921 3375 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway openshift-deployment-validation-operator/deployment-validation-operator-catalog-9swqr I0311 09:46:55.622925 3375 gateway_shared_intf.go:1157] Adding endpointslice deployment-validation-operator-catalog-9swqr in namespace openshift-deployment-validation-operator I0311 09:46:55.622934 3375 obj_retry.go:548] Creating *factory.endpointSliceForGateway openshift-deployment-validation-operator/deployment-validation-operator-catalog-9swqr took: 9.161µs I0311 09:46:55.622940 3375 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway openshift-dns/dns-default-pshpp I0311 09:46:55.622944 3375 gateway_shared_intf.go:1157] Adding endpointslice dns-default-pshpp in namespace openshift-dns I0311 09:46:55.622952 3375 obj_retry.go:548] Creating *factory.endpointSliceForGateway openshift-dns/dns-default-pshpp took: 8.538µs I0311 09:46:55.622956 3375 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway openshift-cluster-storage-operator/cluster-storage-operator-metrics-lp6bq I0311 09:46:55.622962 3375 gateway_shared_intf.go:1157] Adding endpointslice cluster-storage-operator-metrics-lp6bq in namespace openshift-cluster-storage-operator I0311 09:46:55.622971 3375 obj_retry.go:548] Creating *factory.endpointSliceForGateway openshift-cluster-storage-operator/cluster-storage-operator-metrics-lp6bq took: 10.652µs I0311 09:46:55.622979 3375 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics-4mhwr I0311 09:46:55.622988 3375 gateway_shared_intf.go:1157] Adding endpointslice csi-snapshot-controller-operator-metrics-4mhwr in namespace openshift-cluster-storage-operator I0311 09:46:55.623003 3375 obj_retry.go:548] Creating *factory.endpointSliceForGateway openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics-4mhwr took: 17.176µs I0311 09:46:55.623012 3375 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway openshift-ingress-operator/metrics-tg6qs I0311 09:46:55.623018 3375 gateway_shared_intf.go:1157] Adding endpointslice metrics-tg6qs in namespace openshift-ingress-operator I0311 09:46:55.623027 3375 obj_retry.go:548] Creating *factory.endpointSliceForGateway openshift-ingress-operator/metrics-tg6qs took: 9.574µs I0311 09:46:55.623031 3375 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway openshift-insights/metrics-78mv9 I0311 09:46:55.623036 3375 gateway_shared_intf.go:1157] Adding endpointslice metrics-78mv9 in namespace openshift-insights I0311 09:46:55.623044 3375 obj_retry.go:548] Creating *factory.endpointSliceForGateway openshift-insights/metrics-78mv9 took: 8.457µs I0311 09:46:55.623048 3375 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway openshift-network-console/networking-console-plugin-twcp9 I0311 09:46:55.623053 3375 gateway_shared_intf.go:1157] Adding endpointslice networking-console-plugin-twcp9 in namespace openshift-network-console I0311 09:46:55.623061 3375 obj_retry.go:548] Creating *factory.endpointSliceForGateway openshift-network-console/networking-console-plugin-twcp9 took: 9.455µs I0311 09:46:55.623073 3375 factory.go:1366] Added *v1.EndpointSlice event handler 14 I0311 09:46:55.623080 3375 obj_retry_gateway.go:33] [newRetryFrameworkNodeWithParameters] g.watchFactory=&{0xc000889480 0xc00026be30 0xc00026bea0 0xc00026bf10 0xc000280000 0xc000280070 0xc0002800e0 0xc0008a1590 0xc000280150 0xc0002801c0 0xc0003bc2d0 0xc006166230 0xc0002802a0 map[0x2b197a0:0xc0044125a0 0x2b19f80:0xc004413500 0x2b1a760:0xc00310fc80 0x2b1aa00:0xc0044121e0 0x2b1af40:0xc004412960 0x2b1b1e0:0xc004412d20 0x2b1b480:0xc004413080 0x2b1bc60:0xc0044138c0 0x2b1bf00:0xc004413e60 0x2b46ce0:0xc0008c70e0 0x2b47080:0xc0008c7560 0x2b47b60:0xc0008f38c0 0x2b494c0:0xc000716240 0x2b49c00:0xc001fb6780 0x2b4a6e0:0xc0008c6c60] 0xc0008a2700 0} I0311 09:46:55.623112 3375 gateway.go:492] Reconciling gateway with updates I0311 09:46:55.623171 3375 openflow_manager.go:114] Gateway OpenFlow sync already requested I0311 09:46:55.623181 3375 iptables.go:144] Deleting rule in table: nat, chain: POSTROUTING with args: "-s 10.129.0.0/23 -j MASQUERADE" for protocol: 0 I0311 09:46:55.628132 3375 gateway.go:520] Adding service openshift-kube-storage-version-migrator-operator/metrics to retryServices I0311 09:46:55.628145 3375 gateway.go:520] Adding service openshift-machine-config-operator/machine-config-operator to retryServices I0311 09:46:55.628149 3375 gateway.go:520] Adding service openshift-network-diagnostics/network-check-target to retryServices I0311 09:46:55.628153 3375 gateway.go:520] Adding service default/kubernetes to retryServices I0311 09:46:55.628156 3375 gateway.go:520] Adding service openshift-cluster-machine-approver/machine-approver to retryServices I0311 09:46:55.628159 3375 gateway.go:520] Adding service default/openshift-apiserver to retryServices I0311 09:46:55.628162 3375 gateway.go:520] Adding service openshift-cluster-samples-operator/metrics to retryServices I0311 09:46:55.628165 3375 gateway.go:520] Adding service openshift-deployment-validation-operator/deployment-validation-operator-metrics to retryServices I0311 09:46:55.628168 3375 gateway.go:520] Adding service openshift-dns/dns-default to retryServices I0311 09:46:55.628173 3375 gateway.go:520] Adding service openshift-ingress/router-internal-default to retryServices I0311 09:46:55.628176 3375 gateway.go:520] Adding service openshift-monitoring/cluster-monitoring-operator to retryServices I0311 09:46:55.628180 3375 gateway.go:520] Adding service openshift-network-console/networking-console-plugin to retryServices I0311 09:46:55.628183 3375 gateway.go:520] Adding service default/packageserver to retryServices I0311 09:46:55.628186 3375 gateway.go:520] Adding service openshift-authentication-operator/metrics to retryServices I0311 09:46:55.628190 3375 gateway.go:520] Adding service openshift-ingress-operator/metrics to retryServices I0311 09:46:55.628193 3375 gateway.go:520] Adding service openshift-kube-controller-manager-operator/metrics to retryServices I0311 09:46:55.628196 3375 gateway.go:520] Adding service openshift-machine-config-operator/machine-config-controller to retryServices I0311 09:46:55.628200 3375 gateway.go:520] Adding service openshift-service-ca-operator/metrics to retryServices I0311 09:46:55.628202 3375 gateway.go:520] Adding service default/openshift to retryServices I0311 09:46:55.628205 3375 gateway.go:520] Adding service default/openshift-oauth-apiserver to retryServices I0311 09:46:55.628208 3375 gateway.go:520] Adding service openshift-network-diagnostics/network-check-source to retryServices I0311 09:46:55.628227 3375 gateway.go:520] Adding service openshift-apiserver-operator/metrics to retryServices I0311 09:46:55.628231 3375 gateway.go:520] Adding service openshift-cluster-node-tuning-operator/performance-addon-operator-service to retryServices I0311 09:46:55.628235 3375 gateway.go:520] Adding service openshift-image-registry/image-registry to retryServices I0311 09:46:55.628238 3375 gateway.go:520] Adding service openshift-ingress-canary/ingress-canary to retryServices I0311 09:46:55.628241 3375 gateway.go:520] Adding service openshift-insights/metrics to retryServices I0311 09:46:55.628244 3375 gateway.go:520] Adding service openshift-multus/network-metrics-service to retryServices I0311 09:46:55.628249 3375 gateway.go:520] Adding service openshift-network-operator/metrics to retryServices I0311 09:46:55.628252 3375 gateway.go:520] Adding service openshift-ovn-kubernetes/ovn-kubernetes-node to retryServices I0311 09:46:55.628255 3375 gateway.go:520] Adding service openshift-cluster-version/cluster-version-operator to retryServices I0311 09:46:55.628258 3375 gateway.go:520] Adding service openshift-deployment-validation-operator/deployment-validation-operator-catalog to retryServices I0311 09:46:55.628262 3375 gateway.go:520] Adding service openshift-cluster-node-tuning-operator/node-tuning-operator to retryServices I0311 09:46:55.628265 3375 gateway.go:520] Adding service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics to retryServices I0311 09:46:55.628268 3375 gateway.go:520] Adding service openshift-console-operator/metrics to retryServices I0311 09:46:55.628271 3375 gateway.go:520] Adding service openshift-machine-config-operator/machine-config-daemon to retryServices I0311 09:46:55.628274 3375 gateway.go:520] Adding service openshift-apiserver/check-endpoints to retryServices I0311 09:46:55.628277 3375 gateway.go:520] Adding service openshift-cloud-credential-operator/cco-metrics to retryServices I0311 09:46:55.628280 3375 gateway.go:520] Adding service openshift-dns-operator/metrics to retryServices I0311 09:46:55.628283 3375 gateway.go:520] Adding service openshift-ingress/router-default to retryServices I0311 09:46:55.628286 3375 gateway.go:520] Adding service openshift-cluster-storage-operator/cluster-storage-operator-metrics to retryServices I0311 09:46:55.628289 3375 gateway.go:520] Adding service openshift-config-operator/metrics to retryServices I0311 09:46:55.628298 3375 obj_retry.go:236] Iterate retry objects requested (resource *factory.serviceForGateway) I0311 09:46:55.628315 3375 factory.go:1366] Added *v1.EgressIP event handler 15 I0311 09:46:55.628326 3375 gateway.go:321] Spawning Conntrack Rule Check Thread I0311 09:46:55.628381 3375 obj_retry.go:431] periodicallyRetryResources: Retry channel got triggered: retrying failed objects of type *factory.serviceForGateway I0311 09:46:55.628403 3375 obj_retry.go:406] Going to retry *factory.serviceForGateway resource setup for 41 objects: [openshift-cluster-version/cluster-version-operator openshift-cluster-node-tuning-operator/node-tuning-operator openshift-cluster-machine-approver/machine-approver openshift-cluster-samples-operator/metrics openshift-deployment-validation-operator/deployment-validation-operator-metrics openshift-ingress-canary/ingress-canary default/openshift openshift-cluster-node-tuning-operator/performance-addon-operator-service openshift-network-operator/metrics openshift-ingress/router-internal-default default/packageserver openshift-kube-controller-manager-operator/metrics openshift-machine-config-operator/machine-config-controller openshift-multus/network-metrics-service openshift-kube-storage-version-migrator-operator/metrics default/kubernetes default/openshift-apiserver openshift-network-console/networking-console-plugin openshift-config-operator/metrics openshift-network-diagnostics/network-check-source openshift-ovn-kubernetes/ovn-kubernetes-node openshift-cloud-credential-operator/cco-metrics openshift-ingress/router-default openshift-machine-config-operator/machine-config-operator openshift-authentication-operator/metrics openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics openshift-console-operator/metrics openshift-machine-config-operator/machine-config-daemon openshift-dns-operator/metrics openshift-network-diagnostics/network-check-target openshift-ingress-operator/metrics default/openshift-oauth-apiserver openshift-insights/metrics openshift-cluster-storage-operator/cluster-storage-operator-metrics openshift-service-ca-operator/metrics openshift-apiserver-operator/metrics openshift-image-registry/image-registry openshift-deployment-validation-operator/deployment-validation-operator-catalog openshift-dns/dns-default openshift-monitoring/cluster-monitoring-operator openshift-apiserver/check-endpoints] I0311 09:46:55.628419 3375 ovs.go:160] Exec(60): /usr/bin/ovs-ofctl -O OpenFlow13 --bundle replace-flows br-ex - I0311 09:46:55.628446 3375 obj_retry.go:415] Waiting for all the *factory.serviceForGateway retry setup to complete in iterateRetryResources I0311 09:46:55.628445 3375 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-cluster-node-tuning-operator/performance-addon-operator-service I0311 09:46:55.628458 3375 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-cluster-version/cluster-version-operator I0311 09:46:55.628392 3375 default_node_network_controller.go:1213] Gateway and management port readiness took 54.267022ms I0311 09:46:55.628469 3375 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-cluster-version/cluster-version-operator I0311 09:46:55.628477 3375 gateway_shared_intf.go:859] Adding service cluster-version-operator in namespace openshift-cluster-version I0311 09:46:55.628480 3375 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-authentication-operator/metrics I0311 09:46:55.628484 3375 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics I0311 09:46:55.628492 3375 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-authentication-operator/metrics I0311 09:46:55.628502 3375 gateway_shared_intf.go:859] Adding service metrics in namespace openshift-authentication-operator I0311 09:46:55.628512 3375 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-machine-config-operator/machine-config-daemon I0311 09:46:55.628510 3375 obj_retry.go:299] Retry object setup: *factory.serviceForGateway default/kubernetes I0311 09:46:55.628518 3375 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-machine-config-operator/machine-config-daemon I0311 09:46:55.628525 3375 gateway_shared_intf.go:859] Adding service machine-config-daemon in namespace openshift-machine-config-operator I0311 09:46:55.628526 3375 obj_retry.go:363] Adding new object: *factory.serviceForGateway default/kubernetes I0311 09:46:55.628529 3375 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-cluster-node-tuning-operator/node-tuning-operator I0311 09:46:55.628534 3375 gateway_shared_intf.go:859] Adding service kubernetes in namespace default I0311 09:46:55.628540 3375 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-cluster-node-tuning-operator/node-tuning-operator I0311 09:46:55.628546 3375 gateway_shared_intf.go:892] Updating already programmed rules for metrics in namespace openshift-authentication-operator I0311 09:46:55.628548 3375 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-cluster-node-tuning-operator/node-tuning-operator after 0 failed attempt(s) I0311 09:46:55.628502 3375 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-console-operator/metrics I0311 09:46:55.628555 3375 gateway_shared_intf.go:892] Updating already programmed rules for machine-config-daemon in namespace openshift-machine-config-operator I0311 09:46:55.628519 3375 gateway_shared_intf.go:892] Updating already programmed rules for cluster-version-operator in namespace openshift-cluster-version I0311 09:46:55.628562 3375 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-console-operator/metrics I0311 09:46:55.628568 3375 gateway_shared_intf.go:859] Adding service metrics in namespace openshift-console-operator I0311 09:46:55.628569 3375 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-network-console/networking-console-plugin I0311 09:46:55.628576 3375 gateway_shared_intf.go:892] Updating already programmed rules for kubernetes in namespace default I0311 09:46:55.628576 3375 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-dns-operator/metrics I0311 09:46:55.628586 3375 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-network-diagnostics/network-check-target I0311 09:46:55.628591 3375 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-dns-operator/metrics I0311 09:46:55.628595 3375 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-network-diagnostics/network-check-target I0311 09:46:55.628596 3375 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-network-diagnostics/network-check-source I0311 09:46:55.628602 3375 gateway_shared_intf.go:859] Adding service network-check-target in namespace openshift-network-diagnostics I0311 09:46:55.628606 3375 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-network-diagnostics/network-check-source I0311 09:46:55.628617 3375 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-network-diagnostics/network-check-source after 0 failed attempt(s) I0311 09:46:55.628598 3375 gateway_shared_intf.go:859] Adding service metrics in namespace openshift-dns-operator I0311 09:46:55.628633 3375 gateway_shared_intf.go:892] Updating already programmed rules for network-check-target in namespace openshift-network-diagnostics I0311 09:46:55.628632 3375 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-network-operator/metrics I0311 09:46:55.628645 3375 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-network-operator/metrics I0311 09:46:55.628645 3375 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-kube-storage-version-migrator-operator/metrics I0311 09:46:55.628651 3375 gateway_shared_intf.go:892] Updating already programmed rules for metrics in namespace openshift-dns-operator I0311 09:46:55.628652 3375 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-network-operator/metrics after 0 failed attempt(s) I0311 09:46:55.628657 3375 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-kube-controller-manager-operator/metrics I0311 09:46:55.628661 3375 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-ingress-operator/metrics I0311 09:46:55.628668 3375 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-kube-controller-manager-operator/metrics I0311 09:46:55.628670 3375 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-ingress-operator/metrics I0311 09:46:55.628675 3375 gateway_shared_intf.go:859] Adding service metrics in namespace openshift-kube-controller-manager-operator I0311 09:46:55.628676 3375 gateway_shared_intf.go:859] Adding service metrics in namespace openshift-ingress-operator I0311 09:46:55.628678 3375 obj_retry.go:299] Retry object setup: *factory.serviceForGateway default/packageserver I0311 09:46:55.628686 3375 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-ingress/router-default I0311 09:46:55.628693 3375 obj_retry.go:363] Adding new object: *factory.serviceForGateway default/packageserver I0311 09:46:55.628695 3375 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-ingress/router-default I0311 09:46:55.628621 3375 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-cluster-machine-approver/machine-approver I0311 09:46:55.628703 3375 port_claim.go:197] Handle NodePort service router-default port 30461 I0311 09:46:55.628705 3375 gateway_shared_intf.go:892] Updating already programmed rules for metrics in namespace openshift-ingress-operator I0311 09:46:55.628705 3375 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-cluster-machine-approver/machine-approver I0311 09:46:55.628710 3375 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-cluster-samples-operator/metrics I0311 09:46:55.628703 3375 route_manager.go:161] Route Manager: added route {Ifindex: 5 Dst: 172.30.0.0/16 Src: 169.254.0.2 Gw: 169.254.0.4 Flags: [] Table: 254 Realm: 0} I0311 09:46:55.628716 3375 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-cluster-machine-approver/machine-approver after 0 failed attempt(s) I0311 09:46:55.628718 3375 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-cluster-samples-operator/metrics I0311 09:46:55.628719 3375 port_claim.go:41] Opening socket for service: openshift-ingress/router-default, port: 30461 and protocol TCP I0311 09:46:55.628727 3375 ovs.go:160] Exec(61): /usr/bin/ovs-vsctl --timeout=15 --if-exists del-br br-ext I0311 09:46:55.628716 3375 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-ingress-canary/ingress-canary I0311 09:46:55.628737 3375 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-ingress-canary/ingress-canary I0311 09:46:55.628739 3375 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-machine-config-operator/machine-config-controller I0311 09:46:55.628744 3375 gateway_shared_intf.go:859] Adding service ingress-canary in namespace openshift-ingress-canary I0311 09:46:55.628728 3375 port_claim.go:64] Opening socket for LocalPort "nodePort for openshift-ingress/router-default:http" (:30461/tcp) I0311 09:46:55.628749 3375 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-cluster-storage-operator/cluster-storage-operator-metrics I0311 09:46:55.628667 3375 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-ovn-kubernetes/ovn-kubernetes-node I0311 09:46:55.628758 3375 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-cluster-storage-operator/cluster-storage-operator-metrics I0311 09:46:55.628759 3375 port_claim.go:71] Svc openshift-ingress/router-default: port 30461 is already open, no action needed I0311 09:46:55.628765 3375 gateway_shared_intf.go:859] Adding service cluster-storage-operator-metrics in namespace openshift-cluster-storage-operator I0311 09:46:55.628766 3375 port_claim.go:197] Handle NodePort service router-default port 31511 I0311 09:46:55.628773 3375 port_claim.go:41] Opening socket for service: openshift-ingress/router-default, port: 31511 and protocol TCP I0311 09:46:55.628781 3375 gateway_shared_intf.go:892] Updating already programmed rules for ingress-canary in namespace openshift-ingress-canary I0311 09:46:55.628646 3375 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-ingress/router-internal-default I0311 09:46:55.628677 3375 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-cloud-credential-operator/cco-metrics I0311 09:46:55.628792 3375 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-ingress/router-internal-default I0311 09:46:55.628794 3375 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-cloud-credential-operator/cco-metrics I0311 09:46:55.628798 3375 gateway_shared_intf.go:859] Adding service router-internal-default in namespace openshift-ingress I0311 09:46:55.628465 3375 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-cluster-node-tuning-operator/performance-addon-operator-service I0311 09:46:55.628804 3375 gateway_shared_intf.go:859] Adding service cco-metrics in namespace openshift-cloud-credential-operator I0311 09:46:55.628805 3375 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-service-ca-operator/metrics I0311 09:46:55.628809 3375 gateway_shared_intf.go:859] Adding service performance-addon-operator-service in namespace openshift-cluster-node-tuning-operator I0311 09:46:55.628815 3375 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-service-ca-operator/metrics I0311 09:46:55.628821 3375 gateway_shared_intf.go:859] Adding service metrics in namespace openshift-service-ca-operator I0311 09:46:55.628827 3375 gateway_shared_intf.go:892] Updating already programmed rules for router-internal-default in namespace openshift-ingress I0311 09:46:55.628779 3375 port_claim.go:64] Opening socket for LocalPort "nodePort for openshift-ingress/router-default:https" (:31511/tcp) I0311 09:46:55.628835 3375 gateway_shared_intf.go:892] Updating already programmed rules for cco-metrics in namespace openshift-cloud-credential-operator I0311 09:46:55.628838 3375 port_claim.go:71] Svc openshift-ingress/router-default: port 31511 is already open, no action needed I0311 09:46:55.628758 3375 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-ovn-kubernetes/ovn-kubernetes-node I0311 09:46:55.628844 3375 gateway_shared_intf.go:892] Updating already programmed rules for performance-addon-operator-service in namespace openshift-cluster-node-tuning-operator I0311 09:46:55.628795 3375 gateway_shared_intf.go:892] Updating already programmed rules for cluster-storage-operator-metrics in namespace openshift-cluster-storage-operator I0311 09:46:55.628699 3375 gateway_shared_intf.go:859] Adding service packageserver in namespace default I0311 09:46:55.628851 3375 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-ovn-kubernetes/ovn-kubernetes-node after 0 failed attempt(s) I0311 09:46:55.628655 3375 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-kube-storage-version-migrator-operator/metrics I0311 09:46:55.628739 3375 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-insights/metrics I0311 09:46:55.628867 3375 gateway_shared_intf.go:859] Adding service metrics in namespace openshift-kube-storage-version-migrator-operator I0311 09:46:55.628871 3375 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-insights/metrics I0311 09:46:55.628877 3375 gateway_shared_intf.go:859] Adding service metrics in namespace openshift-insights I0311 09:46:55.628667 3375 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-deployment-validation-operator/deployment-validation-operator-metrics I0311 09:46:55.628889 3375 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-deployment-validation-operator/deployment-validation-operator-metrics I0311 09:46:55.628895 3375 gateway_shared_intf.go:892] Updating already programmed rules for metrics in namespace openshift-kube-storage-version-migrator-operator I0311 09:46:55.628898 3375 gateway_shared_intf.go:859] Adding service deployment-validation-operator-metrics in namespace openshift-deployment-validation-operator I0311 09:46:55.628596 3375 gateway_shared_intf.go:892] Updating already programmed rules for metrics in namespace openshift-console-operator I0311 09:46:55.628903 3375 gateway_shared_intf.go:892] Updating already programmed rules for metrics in namespace openshift-insights I0311 09:46:55.628727 3375 obj_retry.go:299] Retry object setup: *factory.serviceForGateway default/openshift I0311 09:46:55.628907 3375 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-deployment-validation-operator/deployment-validation-operator-catalog I0311 09:46:55.628913 3375 obj_retry.go:363] Adding new object: *factory.serviceForGateway default/openshift I0311 09:46:55.628916 3375 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-deployment-validation-operator/deployment-validation-operator-catalog I0311 09:46:55.628917 3375 node_ip_handler_linux.go:493] Skipping non-useable IP address for host: 127.0.0.1/8 lo I0311 09:46:55.628920 3375 obj_retry.go:383] Retry successful for *factory.serviceForGateway default/openshift after 0 failed attempt(s) I0311 09:46:55.628922 3375 gateway_shared_intf.go:859] Adding service deployment-validation-operator-catalog in namespace openshift-deployment-validation-operator I0311 09:46:55.628587 3375 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-config-operator/metrics I0311 09:46:55.628927 3375 gateway_shared_intf.go:892] Updating already programmed rules for deployment-validation-operator-metrics in namespace openshift-deployment-validation-operator I0311 09:46:55.628926 3375 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-monitoring/cluster-monitoring-operator I0311 09:46:55.628749 3375 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-machine-config-operator/machine-config-controller I0311 09:46:55.628937 3375 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-apiserver/check-endpoints I0311 09:46:55.628890 3375 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-apiserver-operator/metrics I0311 09:46:55.628944 3375 gateway_shared_intf.go:859] Adding service machine-config-controller in namespace openshift-machine-config-operator I0311 09:46:55.628949 3375 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-apiserver-operator/metrics I0311 09:46:55.628951 3375 gateway_shared_intf.go:892] Updating already programmed rules for deployment-validation-operator-catalog in namespace openshift-deployment-validation-operator I0311 09:46:55.628730 3375 obj_retry.go:299] Retry object setup: *factory.serviceForGateway default/openshift-oauth-apiserver I0311 09:46:55.628578 3375 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-network-console/networking-console-plugin I0311 09:46:55.628963 3375 gateway_shared_intf.go:859] Adding service networking-console-plugin in namespace openshift-network-console I0311 09:46:55.628963 3375 obj_retry.go:363] Adding new object: *factory.serviceForGateway default/openshift-oauth-apiserver I0311 09:46:55.628973 3375 gateway_shared_intf.go:859] Adding service openshift-oauth-apiserver in namespace default I0311 09:46:55.628974 3375 gateway_shared_intf.go:892] Updating already programmed rules for machine-config-controller in namespace openshift-machine-config-operator I0311 09:46:55.628632 3375 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-multus/network-metrics-service I0311 09:46:55.628987 3375 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-multus/network-metrics-service I0311 09:46:55.628989 3375 gateway_shared_intf.go:892] Updating already programmed rules for metrics in namespace openshift-kube-controller-manager-operator I0311 09:46:55.628993 3375 gateway_shared_intf.go:892] Updating already programmed rules for networking-console-plugin in namespace openshift-network-console I0311 09:46:55.628995 3375 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-multus/network-metrics-service after 0 failed attempt(s) I0311 09:46:55.628493 3375 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics I0311 09:46:55.629000 3375 gateway_shared_intf.go:892] Updating already programmed rules for openshift-oauth-apiserver in namespace default I0311 09:46:55.628950 3375 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-apiserver/check-endpoints I0311 09:46:55.629004 3375 gateway_shared_intf.go:859] Adding service csi-snapshot-controller-operator-metrics in namespace openshift-cluster-storage-operator I0311 09:46:55.629011 3375 gateway_shared_intf.go:859] Adding service check-endpoints in namespace openshift-apiserver I0311 09:46:55.628727 3375 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-cluster-samples-operator/metrics after 0 failed attempt(s) I0311 09:46:55.628848 3375 healthcheck.go:141] Existing healthcheck "openshift-ingress/router-default" on port 32363 I0311 09:46:55.629040 3375 healthcheck.go:224] Reporting 0 endpoints for healthcheck "openshift-ingress/router-default" I0311 09:46:55.629096 3375 gateway_shared_intf.go:859] Adding service router-default in namespace openshift-ingress I0311 09:46:55.628916 3375 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-dns/dns-default I0311 09:46:55.629121 3375 gateway_shared_intf.go:892] Updating already programmed rules for router-default in namespace openshift-ingress I0311 09:46:55.628560 3375 obj_retry.go:299] Retry object setup: *factory.serviceForGateway default/openshift-apiserver I0311 09:46:55.629131 3375 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-dns/dns-default I0311 09:46:55.629136 3375 obj_retry.go:363] Adding new object: *factory.serviceForGateway default/openshift-apiserver I0311 09:46:55.629139 3375 gateway_shared_intf.go:859] Adding service dns-default in namespace openshift-dns I0311 09:46:55.629143 3375 gateway_shared_intf.go:859] Adding service openshift-apiserver in namespace default I0311 09:46:55.629158 3375 node_ip_handler_linux.go:493] Skipping non-useable IP address for host: 169.254.0.2/17 br-ex I0311 09:46:55.628849 3375 gateway_shared_intf.go:892] Updating already programmed rules for metrics in namespace openshift-service-ca-operator I0311 09:46:55.629168 3375 gateway_shared_intf.go:892] Updating already programmed rules for dns-default in namespace openshift-dns I0311 09:46:55.628956 3375 gateway_shared_intf.go:859] Adding service metrics in namespace openshift-apiserver-operator I0311 09:46:55.629180 3375 node_ip_handler_linux.go:175] Node IP manager is running I0311 09:46:55.629194 3375 gateway_shared_intf.go:892] Updating already programmed rules for openshift-apiserver in namespace default I0311 09:46:55.629201 3375 gateway_shared_intf.go:892] Updating already programmed rules for metrics in namespace openshift-apiserver-operator I0311 09:46:55.629041 3375 gateway_shared_intf.go:892] Updating already programmed rules for check-endpoints in namespace openshift-apiserver I0311 09:46:55.628879 3375 gateway_shared_intf.go:892] Updating already programmed rules for packageserver in namespace default I0311 09:46:55.628899 3375 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-image-registry/image-registry I0311 09:46:55.629280 3375 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-image-registry/image-registry I0311 09:46:55.629289 3375 gateway_shared_intf.go:859] Adding service image-registry in namespace openshift-image-registry I0311 09:46:55.629319 3375 gateway_shared_intf.go:892] Updating already programmed rules for image-registry in namespace openshift-image-registry I0311 09:46:55.628933 3375 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-config-operator/metrics I0311 09:46:55.629335 3375 gateway_shared_intf.go:859] Adding service metrics in namespace openshift-config-operator I0311 09:46:55.629369 3375 gateway_shared_intf.go:892] Updating already programmed rules for metrics in namespace openshift-config-operator I0311 09:46:55.628941 3375 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-monitoring/cluster-monitoring-operator I0311 09:46:55.629384 3375 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-monitoring/cluster-monitoring-operator after 0 failed attempt(s) I0311 09:46:55.629048 3375 gateway_shared_intf.go:892] Updating already programmed rules for csi-snapshot-controller-operator-metrics in namespace openshift-cluster-storage-operator I0311 09:46:55.628858 3375 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-machine-config-operator/machine-config-operator I0311 09:46:55.629402 3375 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-machine-config-operator/machine-config-operator I0311 09:46:55.629409 3375 gateway_shared_intf.go:859] Adding service machine-config-operator in namespace openshift-machine-config-operator I0311 09:46:55.629443 3375 gateway_shared_intf.go:892] Updating already programmed rules for machine-config-operator in namespace openshift-machine-config-operator I0311 09:46:55.634416 3375 ovs.go:163] Exec(61): stdout: "" I0311 09:46:55.634429 3375 ovs.go:164] Exec(61): stderr: "" I0311 09:46:55.634437 3375 ovs.go:160] Exec(62): /usr/bin/ovs-vsctl --timeout=15 --if-exists del-port br-int int I0311 09:46:55.639125 3375 ovs.go:163] Exec(62): stdout: "" I0311 09:46:55.639144 3375 ovs.go:164] Exec(62): stderr: "" I0311 09:46:55.648315 3375 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-authentication-operator/metrics after 0 failed attempt(s) I0311 09:46:55.648329 3375 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-machine-config-operator/machine-config-daemon after 0 failed attempt(s) I0311 09:46:55.648339 3375 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-cluster-version/cluster-version-operator after 0 failed attempt(s) I0311 09:46:55.648351 3375 obj_retry.go:383] Retry successful for *factory.serviceForGateway default/kubernetes after 0 failed attempt(s) I0311 09:46:55.648357 3375 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-network-diagnostics/network-check-target after 0 failed attempt(s) W0311 09:46:55.664760 3375 port_linux.go:237] Missing or unable to find route entry for subnet 10.128.0.0/14 via gateway 10.129.0.1 on link ovn-k8s-mp0 with MTU: 0 W0311 09:46:55.664933 3375 port_linux.go:237] Missing or unable to find route entry for subnet 169.254.0.3/32 via gateway 10.129.0.1 on link ovn-k8s-mp0 with MTU: 0 W0311 09:46:55.665061 3375 port_linux.go:253] Missing arp entry for MAC/IP binding (0a:58:0a:81:00:01/10.129.0.1) on link ovn-k8s-mp0 I0311 09:46:55.674648 3375 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-ingress-operator/metrics after 0 failed attempt(s) I0311 09:46:55.674658 3375 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-ingress-canary/ingress-canary after 0 failed attempt(s) I0311 09:46:55.674660 3375 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-dns-operator/metrics after 0 failed attempt(s) I0311 09:46:55.674648 3375 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-ingress/router-internal-default after 0 failed attempt(s) I0311 09:46:55.674668 3375 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-apiserver/check-endpoints after 0 failed attempt(s) I0311 09:46:55.674682 3375 obj_retry.go:383] Retry successful for *factory.serviceForGateway default/openshift-oauth-apiserver after 0 failed attempt(s) I0311 09:46:55.712739 3375 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-ingress/router-default after 0 failed attempt(s) I0311 09:46:55.712745 3375 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-insights/metrics after 0 failed attempt(s) I0311 09:46:55.712757 3375 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-cloud-credential-operator/cco-metrics after 0 failed attempt(s) I0311 09:46:55.712765 3375 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-cluster-node-tuning-operator/performance-addon-operator-service after 0 failed attempt(s) I0311 09:46:55.712774 3375 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-service-ca-operator/metrics after 0 failed attempt(s) I0311 09:46:55.712781 3375 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-cluster-storage-operator/cluster-storage-operator-metrics after 0 failed attempt(s) I0311 09:46:55.712792 3375 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-machine-config-operator/machine-config-controller after 0 failed attempt(s) I0311 09:46:55.749560 3375 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-dns/dns-default after 0 failed attempt(s) I0311 09:46:55.749563 3375 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-deployment-validation-operator/deployment-validation-operator-metrics after 0 failed attempt(s) I0311 09:46:55.749572 3375 obj_retry.go:383] Retry successful for *factory.serviceForGateway default/openshift-apiserver after 0 failed attempt(s) I0311 09:46:55.749588 3375 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-config-operator/metrics after 0 failed attempt(s) I0311 09:46:55.749598 3375 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-kube-storage-version-migrator-operator/metrics after 0 failed attempt(s) I0311 09:46:55.749607 3375 obj_retry.go:383] Retry successful for *factory.serviceForGateway default/packageserver after 0 failed attempt(s) I0311 09:46:55.749626 3375 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-deployment-validation-operator/deployment-validation-operator-catalog after 0 failed attempt(s) I0311 09:46:55.749635 3375 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-apiserver-operator/metrics after 0 failed attempt(s) I0311 09:46:55.749643 3375 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-console-operator/metrics after 0 failed attempt(s) I0311 09:46:55.749652 3375 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-image-registry/image-registry after 0 failed attempt(s) I0311 09:46:55.749661 3375 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-kube-controller-manager-operator/metrics after 0 failed attempt(s) I0311 09:46:55.749670 3375 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics after 0 failed attempt(s) I0311 09:46:55.749699 3375 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-network-console/networking-console-plugin after 0 failed attempt(s) I0311 09:46:55.749718 3375 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-machine-config-operator/machine-config-operator after 0 failed attempt(s) W0311 09:46:56.970883 3375 egressip_healthcheck.go:76] Health checking using insecure connection I0311 09:46:56.970922 3375 default_node_network_controller.go:1597] Starting node controller node sync I0311 09:46:56.970946 3375 egressip_healthcheck.go:109] Starting Egress IP Health Server on 10.129.0.2:9107 I0311 09:46:56.984179 3375 default_node_network_controller.go:1638] Node controller node sync done. Time taken: 13.241851ms I0311 09:46:56.984275 3375 default_node_network_controller.go:1523] Adding remote node "ip-10-0-2-212.ec2.internal", IP: 10.0.2.212 to PMTUD blocking rules I0311 09:46:56.984281 3375 default_node_network_controller.go:1523] Adding remote node "ip-10-0-0-247.ec2.internal", IP: 10.0.0.247 to PMTUD blocking rules I0311 09:46:56.996296 3375 healthcheck_node.go:124] "Starting node proxy healthz server" address="0.0.0.0:10256" I0311 09:46:56.996668 3375 egressservice_node.go:93] Setting up event handlers for Egress Services I0311 09:46:56.996800 3375 egressservice_node.go:183] Starting Egress Services Controller I0311 09:46:56.996814 3375 shared_informer.go:313] Waiting for caches to sync for egressservices I0311 09:46:56.996822 3375 shared_informer.go:320] Caches are synced for egressservices I0311 09:46:56.996829 3375 shared_informer.go:313] Waiting for caches to sync for egressservices_services I0311 09:46:56.996834 3375 shared_informer.go:320] Caches are synced for egressservices_services I0311 09:46:56.996840 3375 shared_informer.go:313] Waiting for caches to sync for egressservices_endpointslices I0311 09:46:56.996845 3375 shared_informer.go:320] Caches are synced for egressservices_endpointslices I0311 09:46:56.996851 3375 egressservice_node.go:197] Repairing Egress Services I0311 09:46:57.006497 3375 node_controller.go:43] Starting Admin Policy Based Route Node Controller I0311 09:46:57.006511 3375 external_controller.go:277] Starting Admin Policy Based Route Controller I0311 09:46:57.006707 3375 default_node_network_controller.go:1349] Egress IP for secondary host network is disabled I0311 09:46:57.006721 3375 link_network_manager.go:116] Link manager is running I0311 09:46:57.006739 3375 default_node_network_controller.go:1360] Default node network controller initialized and ready. I0311 09:46:57.006906 3375 ovspinning_linux.go:42] OVS CPU affinity pinning disabled I0311 09:46:57.007105 3375 vrf_manager.go:128] VRF manager is running I0311 09:46:57.790361 3375 egressservice_zone_node.go:110] Processing sync for Egress Service node ip-10-0-2-212.ec2.internal I0311 09:46:57.790440 3375 default_node_network_controller.go:1523] Adding remote node "ip-10-0-2-212.ec2.internal", IP: 10.0.2.212 to PMTUD blocking rules I0311 09:46:57.790455 3375 egressservice_zone_node.go:113] Finished syncing Egress Service node ip-10-0-2-212.ec2.internal: 100.28µs I0311 09:46:57.790398 3375 node_tracker.go:211] Processing possible switch / router updates for node ip-10-0-2-212.ec2.internal in network "default" I0311 09:46:57.790646 3375 node_tracker.go:172] Node ip-10-0-2-212.ec2.internal switch + router changed, syncing services in network "default" I0311 09:46:57.790706 3375 services_controller.go:575] Full service sync requested for network=default I0311 09:46:57.797687 3375 default_network_controller.go:1063] Egress IP detected IP address change for node ip-10-0-2-212.ec2.internal. Updating no re-route policies I0311 09:46:57.809346 3375 default_node_network_controller.go:1523] Adding remote node "ip-10-0-2-212.ec2.internal", IP: 10.0.2.212 to PMTUD blocking rules I0311 09:46:57.975258 3375 node_tracker.go:211] Processing possible switch / router updates for node ip-10-0-2-212.ec2.internal in network "default" I0311 09:46:57.975372 3375 node_tracker.go:172] Node ip-10-0-2-212.ec2.internal switch + router changed, syncing services in network "default" I0311 09:46:57.975397 3375 services_controller.go:575] Full service sync requested for network=default I0311 09:46:57.975264 3375 default_node_network_controller.go:1523] Adding remote node "ip-10-0-2-212.ec2.internal", IP: 10.0.2.212 to PMTUD blocking rules I0311 09:46:59.456273 3375 egressservice_zone_node.go:110] Processing sync for Egress Service node ip-10-0-0-247.ec2.internal I0311 09:46:59.456400 3375 egressservice_zone_node.go:113] Finished syncing Egress Service node ip-10-0-0-247.ec2.internal: 135.831µs I0311 09:46:59.565929 3375 egressservice_zone_node.go:110] Processing sync for Egress Service node ip-10-0-1-185.ec2.internal I0311 09:46:59.565960 3375 egressservice_zone_node.go:113] Finished syncing Egress Service node ip-10-0-1-185.ec2.internal: 36.692µs I0311 09:46:59.616896 3375 base_network_controller_pods.go:478] [default/openshift-ingress-canary/ingress-canary-qxfvs] creating logical port openshift-ingress-canary_ingress-canary-qxfvs for pod on switch ip-10-0-1-185.ec2.internal I0311 09:46:59.617033 3375 kube.go:320] Updating pod openshift-ingress-canary/ingress-canary-qxfvs I0311 09:46:59.623070 3375 base_network_controller_pods.go:478] [default/openshift-dns/dns-default-r9zl4] creating logical port openshift-dns_dns-default-r9zl4 for pod on switch ip-10-0-1-185.ec2.internal I0311 09:46:59.623176 3375 kube.go:320] Updating pod openshift-dns/dns-default-r9zl4 I0311 09:46:59.634915 3375 pod.go:62] [openshift-ingress-canary/ingress-canary-qxfvs] pod update took 17.907489ms I0311 09:46:59.634938 3375 base_network_controller_pods.go:928] [default/openshift-ingress-canary/ingress-canary-qxfvs] addLogicalPort annotation time took 17.934302ms I0311 09:46:59.636324 3375 pods.go:253] [openshift-ingress-canary/ingress-canary-qxfvs] addLogicalPort took 19.43817ms, libovsdb time 1.026049ms I0311 09:46:59.638039 3375 pod.go:62] [openshift-dns/dns-default-r9zl4] pod update took 14.89054ms I0311 09:46:59.638097 3375 base_network_controller_pods.go:928] [default/openshift-dns/dns-default-r9zl4] addLogicalPort annotation time took 14.948264ms I0311 09:46:59.639283 3375 pods.go:253] [openshift-dns/dns-default-r9zl4] addLogicalPort took 16.227704ms, libovsdb time 856.336µs I0311 09:47:01.473497 3375 egressservice_zone_node.go:110] Processing sync for Egress Service node ip-10-0-2-212.ec2.internal I0311 09:47:01.473550 3375 egressservice_zone_node.go:113] Finished syncing Egress Service node ip-10-0-2-212.ec2.internal: 60.427µs I0311 09:47:02.239160 3375 base_network_controller_pods.go:478] [default/openshift-image-registry/image-registry-5d567bd994-cqb72] creating logical port openshift-image-registry_image-registry-5d567bd994-cqb72 for pod on switch ip-10-0-1-185.ec2.internal I0311 09:47:02.239430 3375 kube.go:320] Updating pod openshift-image-registry/image-registry-5d567bd994-cqb72 I0311 09:47:02.260307 3375 pod.go:62] [openshift-image-registry/image-registry-5d567bd994-cqb72] pod update took 20.923716ms I0311 09:47:02.260684 3375 base_network_controller_pods.go:928] [default/openshift-image-registry/image-registry-5d567bd994-cqb72] addLogicalPort annotation time took 21.302693ms I0311 09:47:02.262152 3375 pods.go:253] [openshift-image-registry/image-registry-5d567bd994-cqb72] addLogicalPort took 23.012982ms, libovsdb time 959.966µs I0311 09:47:03.574391 3375 base_network_controller_pods.go:478] [default/openshift-kube-storage-version-migrator-operator/kube-storage-version-migrator-operator-7944b9f44d-77n6l] creating logical port openshift-kube-storage-version-migrator-operator_kube-storage-version-migrator-operator-7944b9f44d-77n6l for pod on switch ip-10-0-1-185.ec2.internal I0311 09:47:03.574480 3375 kube.go:320] Updating pod openshift-kube-storage-version-migrator-operator/kube-storage-version-migrator-operator-7944b9f44d-77n6l I0311 09:47:03.577123 3375 base_network_controller_pods.go:478] [default/openshift-network-diagnostics/network-check-source-74cff59b98-lg8c5] creating logical port openshift-network-diagnostics_network-check-source-74cff59b98-lg8c5 for pod on switch ip-10-0-1-185.ec2.internal I0311 09:47:03.577197 3375 kube.go:320] Updating pod openshift-network-diagnostics/network-check-source-74cff59b98-lg8c5 I0311 09:47:03.598546 3375 pod.go:62] [openshift-network-diagnostics/network-check-source-74cff59b98-lg8c5] pod update took 21.375543ms I0311 09:47:03.598565 3375 base_network_controller_pods.go:928] [default/openshift-network-diagnostics/network-check-source-74cff59b98-lg8c5] addLogicalPort annotation time took 21.397118ms I0311 09:47:03.599493 3375 pods.go:253] [openshift-network-diagnostics/network-check-source-74cff59b98-lg8c5] addLogicalPort took 22.385127ms, libovsdb time 675.962µs I0311 09:47:03.601871 3375 pod.go:62] [openshift-kube-storage-version-migrator-operator/kube-storage-version-migrator-operator-7944b9f44d-77n6l] pod update took 27.415905ms I0311 09:47:03.601942 3375 base_network_controller_pods.go:928] [default/openshift-kube-storage-version-migrator-operator/kube-storage-version-migrator-operator-7944b9f44d-77n6l] addLogicalPort annotation time took 27.489083ms I0311 09:47:03.602991 3375 pods.go:253] [openshift-kube-storage-version-migrator-operator/kube-storage-version-migrator-operator-7944b9f44d-77n6l] addLogicalPort took 28.61902ms, libovsdb time 655.873µs I0311 09:47:03.754500 3375 base_network_controller_pods.go:478] [default/openshift-insights/insights-operator-5ff5cb4f99-m4d9r] creating logical port openshift-insights_insights-operator-5ff5cb4f99-m4d9r for pod on switch ip-10-0-1-185.ec2.internal I0311 09:47:03.754656 3375 kube.go:320] Updating pod openshift-insights/insights-operator-5ff5cb4f99-m4d9r I0311 09:47:03.762445 3375 base_network_controller_pods.go:478] [default/openshift-network-console/networking-console-plugin-c8f658647-mhdkl] creating logical port openshift-network-console_networking-console-plugin-c8f658647-mhdkl for pod on switch ip-10-0-1-185.ec2.internal I0311 09:47:03.762562 3375 kube.go:320] Updating pod openshift-network-console/networking-console-plugin-c8f658647-mhdkl I0311 09:47:03.771310 3375 pod.go:62] [openshift-insights/insights-operator-5ff5cb4f99-m4d9r] pod update took 16.674663ms I0311 09:47:03.771333 3375 base_network_controller_pods.go:928] [default/openshift-insights/insights-operator-5ff5cb4f99-m4d9r] addLogicalPort annotation time took 16.702002ms I0311 09:47:03.772606 3375 pods.go:253] [openshift-insights/insights-operator-5ff5cb4f99-m4d9r] addLogicalPort took 18.139371ms, libovsdb time 908.346µs I0311 09:47:03.783489 3375 pod.go:62] [openshift-network-console/networking-console-plugin-c8f658647-mhdkl] pod update took 20.946758ms I0311 09:47:03.783511 3375 base_network_controller_pods.go:928] [default/openshift-network-console/networking-console-plugin-c8f658647-mhdkl] addLogicalPort annotation time took 20.972673ms I0311 09:47:03.784547 3375 pods.go:253] [openshift-network-console/networking-console-plugin-c8f658647-mhdkl] addLogicalPort took 22.11485ms, libovsdb time 730.573µs I0311 09:47:03.848950 3375 base_network_controller_pods.go:478] [default/openshift-service-ca-operator/service-ca-operator-5c7586f49d-cs7b4] creating logical port openshift-service-ca-operator_service-ca-operator-5c7586f49d-cs7b4 for pod on switch ip-10-0-1-185.ec2.internal I0311 09:47:03.849046 3375 kube.go:320] Updating pod openshift-service-ca-operator/service-ca-operator-5c7586f49d-cs7b4 I0311 09:47:03.870400 3375 pod.go:62] [openshift-service-ca-operator/service-ca-operator-5c7586f49d-cs7b4] pod update took 21.381738ms I0311 09:47:03.870421 3375 base_network_controller_pods.go:928] [default/openshift-service-ca-operator/service-ca-operator-5c7586f49d-cs7b4] addLogicalPort annotation time took 21.409154ms I0311 09:47:03.871642 3375 pods.go:253] [openshift-service-ca-operator/service-ca-operator-5c7586f49d-cs7b4] addLogicalPort took 22.708161ms, libovsdb time 907.563µs I0311 09:47:03.936499 3375 cni.go:331] [openshift-kube-storage-version-migrator-operator/kube-storage-version-migrator-operator-7944b9f44d-77n6l de1298b85eb074d5051df5643306b09d83e3268e410fe9bd55f0e221f26f842f network default NAD default] ADD starting CNI request [openshift-kube-storage-version-migrator-operator/kube-storage-version-migrator-operator-7944b9f44d-77n6l de1298b85eb074d5051df5643306b09d83e3268e410fe9bd55f0e221f26f842f network default NAD default] I0311 09:47:03.978320 3375 helper_linux.go:450] ConfigureOVS: namespace: openshift-kube-storage-version-migrator-operator, podName: kube-storage-version-migrator-operator-7944b9f44d-77n6l, hostIfaceName: de1298b85eb074d, network: default, NAD default, SandboxID: "de1298b85eb074d5051df5643306b09d83e3268e410fe9bd55f0e221f26f842f", PCI device ID: , UID: "5dd31ae1-337e-4369-a693-40979d90d9df", MAC: 0a:58:0a:81:00:08, IPs: [10.129.0.8/23] I0311 09:47:04.041336 3375 cni.go:352] [openshift-kube-storage-version-migrator-operator/kube-storage-version-migrator-operator-7944b9f44d-77n6l de1298b85eb074d5051df5643306b09d83e3268e410fe9bd55f0e221f26f842f network default NAD default] ADD finished CNI request [openshift-kube-storage-version-migrator-operator/kube-storage-version-migrator-operator-7944b9f44d-77n6l de1298b85eb074d5051df5643306b09d83e3268e410fe9bd55f0e221f26f842f network default NAD default], result "{\"interfaces\":[{\"name\":\"de1298b85eb074d\",\"mac\":\"e6:39:3a:d5:55:d0\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:81:00:08\",\"sandbox\":\"/var/run/netns/37813e2e-8190-4123-9c9a-050bc90652da\"}],\"ips\":[{\"interface\":1,\"address\":\"10.129.0.8/23\",\"gateway\":\"10.129.0.1\"}],\"dns\":{}}", err I0311 09:47:04.118921 3375 cni.go:331] [openshift-insights/insights-operator-5ff5cb4f99-m4d9r bb559f782e8a0fb30a6d9ba98615246a7b747ff72d27d47967e327923f5eb8e6 network default NAD default] ADD starting CNI request [openshift-insights/insights-operator-5ff5cb4f99-m4d9r bb559f782e8a0fb30a6d9ba98615246a7b747ff72d27d47967e327923f5eb8e6 network default NAD default] I0311 09:47:04.127048 3375 helper_linux.go:450] ConfigureOVS: namespace: openshift-insights, podName: insights-operator-5ff5cb4f99-m4d9r, hostIfaceName: bb559f782e8a0fb, network: default, NAD default, SandboxID: "bb559f782e8a0fb30a6d9ba98615246a7b747ff72d27d47967e327923f5eb8e6", PCI device ID: , UID: "70a47a5d-c272-48ef-a845-aedde1f53ec0", MAC: 0a:58:0a:81:00:0a, IPs: [10.129.0.10/23] I0311 09:47:04.166199 3375 cni.go:352] [openshift-insights/insights-operator-5ff5cb4f99-m4d9r bb559f782e8a0fb30a6d9ba98615246a7b747ff72d27d47967e327923f5eb8e6 network default NAD default] ADD finished CNI request [openshift-insights/insights-operator-5ff5cb4f99-m4d9r bb559f782e8a0fb30a6d9ba98615246a7b747ff72d27d47967e327923f5eb8e6 network default NAD default], result "{\"interfaces\":[{\"name\":\"bb559f782e8a0fb\",\"mac\":\"3a:2f:d5:28:cb:a7\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:81:00:0a\",\"sandbox\":\"/var/run/netns/e9244a09-58dc-4e75-ab1c-7d36a021bff3\"}],\"ips\":[{\"interface\":1,\"address\":\"10.129.0.10/23\",\"gateway\":\"10.129.0.1\"}],\"dns\":{}}", err I0311 09:47:04.234189 3375 cni.go:331] [openshift-network-diagnostics/network-check-source-74cff59b98-lg8c5 c04116778bf21868df9d747f6701c261e11d8aced3a04fed1bb603386e775fef network default NAD default] ADD starting CNI request [openshift-network-diagnostics/network-check-source-74cff59b98-lg8c5 c04116778bf21868df9d747f6701c261e11d8aced3a04fed1bb603386e775fef network default NAD default] I0311 09:47:04.243674 3375 helper_linux.go:450] ConfigureOVS: namespace: openshift-network-diagnostics, podName: network-check-source-74cff59b98-lg8c5, hostIfaceName: c04116778bf2186, network: default, NAD default, SandboxID: "c04116778bf21868df9d747f6701c261e11d8aced3a04fed1bb603386e775fef", PCI device ID: , UID: "a615dabd-a9f7-4cc4-bbb4-42c699f87cb4", MAC: 0a:58:0a:81:00:09, IPs: [10.129.0.9/23] I0311 09:47:04.282244 3375 cni.go:352] [openshift-network-diagnostics/network-check-source-74cff59b98-lg8c5 c04116778bf21868df9d747f6701c261e11d8aced3a04fed1bb603386e775fef network default NAD default] ADD finished CNI request [openshift-network-diagnostics/network-check-source-74cff59b98-lg8c5 c04116778bf21868df9d747f6701c261e11d8aced3a04fed1bb603386e775fef network default NAD default], result "{\"interfaces\":[{\"name\":\"c04116778bf2186\",\"mac\":\"aa:85:f2:76:7b:63\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:81:00:09\",\"sandbox\":\"/var/run/netns/37410773-e764-4cce-9952-da9d51476a73\"}],\"ips\":[{\"interface\":1,\"address\":\"10.129.0.9/23\",\"gateway\":\"10.129.0.1\"}],\"dns\":{}}", err I0311 09:47:05.717388 3375 cni.go:331] [openshift-service-ca-operator/service-ca-operator-5c7586f49d-cs7b4 a50f9313c68c05067475451c4689ab2eebe4066f8f1f341b28a88816c79b938b network default NAD default] ADD starting CNI request [openshift-service-ca-operator/service-ca-operator-5c7586f49d-cs7b4 a50f9313c68c05067475451c4689ab2eebe4066f8f1f341b28a88816c79b938b network default NAD default] I0311 09:47:05.727127 3375 helper_linux.go:450] ConfigureOVS: namespace: openshift-service-ca-operator, podName: service-ca-operator-5c7586f49d-cs7b4, hostIfaceName: a50f9313c68c050, network: default, NAD default, SandboxID: "a50f9313c68c05067475451c4689ab2eebe4066f8f1f341b28a88816c79b938b", PCI device ID: , UID: "4a000a88-a121-4b72-916d-78de9573ad6f", MAC: 0a:58:0a:81:00:0c, IPs: [10.129.0.12/23] I0311 09:47:05.775754 3375 cni.go:352] [openshift-service-ca-operator/service-ca-operator-5c7586f49d-cs7b4 a50f9313c68c05067475451c4689ab2eebe4066f8f1f341b28a88816c79b938b network default NAD default] ADD finished CNI request [openshift-service-ca-operator/service-ca-operator-5c7586f49d-cs7b4 a50f9313c68c05067475451c4689ab2eebe4066f8f1f341b28a88816c79b938b network default NAD default], result "{\"interfaces\":[{\"name\":\"a50f9313c68c050\",\"mac\":\"92:d0:8c:21:09:ab\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:81:00:0c\",\"sandbox\":\"/var/run/netns/57036ffd-705e-4ece-9cea-e5eb17f1e975\"}],\"ips\":[{\"interface\":1,\"address\":\"10.129.0.12/23\",\"gateway\":\"10.129.0.1\"}],\"dns\":{}}", err I0311 09:47:09.619157 3375 namespace.go:93] [openshift-kube-storage-version-migrator] adding namespace I0311 09:47:09.620164 3375 namespace.go:97] [openshift-kube-storage-version-migrator] adding namespace took 964.048µs I0311 09:47:09.643586 3375 namespace.go:137] [openshift-kube-storage-version-migrator] updating namespace I0311 09:47:09.751300 3375 base_network_controller_pods.go:478] [default/openshift-kube-storage-version-migrator/migrator-949fdd477-xl85l] creating logical port openshift-kube-storage-version-migrator_migrator-949fdd477-xl85l for pod on switch ip-10-0-1-185.ec2.internal I0311 09:47:09.751443 3375 kube.go:320] Updating pod openshift-kube-storage-version-migrator/migrator-949fdd477-xl85l I0311 09:47:09.771553 3375 pod.go:62] [openshift-kube-storage-version-migrator/migrator-949fdd477-xl85l] pod update took 20.141957ms I0311 09:47:09.771578 3375 base_network_controller_pods.go:928] [default/openshift-kube-storage-version-migrator/migrator-949fdd477-xl85l] addLogicalPort annotation time took 20.169461ms I0311 09:47:09.772941 3375 pods.go:253] [openshift-kube-storage-version-migrator/migrator-949fdd477-xl85l] addLogicalPort took 21.661577ms, libovsdb time 964.918µs I0311 09:47:10.101703 3375 cni.go:331] [openshift-kube-storage-version-migrator/migrator-949fdd477-xl85l c11dda22c8f1f04a50dcc54311f67173681b56cf3d2879aac1f3c3a234cce82c network default NAD default] ADD starting CNI request [openshift-kube-storage-version-migrator/migrator-949fdd477-xl85l c11dda22c8f1f04a50dcc54311f67173681b56cf3d2879aac1f3c3a234cce82c network default NAD default] I0311 09:47:10.111170 3375 helper_linux.go:450] ConfigureOVS: namespace: openshift-kube-storage-version-migrator, podName: migrator-949fdd477-xl85l, hostIfaceName: c11dda22c8f1f04, network: default, NAD default, SandboxID: "c11dda22c8f1f04a50dcc54311f67173681b56cf3d2879aac1f3c3a234cce82c", PCI device ID: , UID: "73acd113-5db9-4693-926c-b65808ac5e83", MAC: 0a:58:0a:81:00:0d, IPs: [10.129.0.13/23] I0311 09:47:10.151569 3375 cni.go:352] [openshift-kube-storage-version-migrator/migrator-949fdd477-xl85l c11dda22c8f1f04a50dcc54311f67173681b56cf3d2879aac1f3c3a234cce82c network default NAD default] ADD finished CNI request [openshift-kube-storage-version-migrator/migrator-949fdd477-xl85l c11dda22c8f1f04a50dcc54311f67173681b56cf3d2879aac1f3c3a234cce82c network default NAD default], result "{\"interfaces\":[{\"name\":\"c11dda22c8f1f04\",\"mac\":\"1e:85:98:43:96:83\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:81:00:0d\",\"sandbox\":\"/var/run/netns/c8b8dbe6-9f23-4fd5-8cc6-34a74575bd09\"}],\"ips\":[{\"interface\":1,\"address\":\"10.129.0.13/23\",\"gateway\":\"10.129.0.1\"}],\"dns\":{}}", err I0311 09:47:11.886560 3375 namespace.go:93] [openshift-service-ca] adding namespace I0311 09:47:11.887602 3375 namespace.go:97] [openshift-service-ca] adding namespace took 1.016958ms I0311 09:47:11.904123 3375 namespace.go:137] [openshift-service-ca] updating namespace I0311 09:47:21.331870 3375 obj_retry.go:463] Detected object openshift-image-registry/image-registry-6ddfd59df7-rzhfq of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0311 09:47:21.332565 3375 obj_retry.go:463] Detected object openshift-image-registry/image-registry-6ddfd59df7-rzhfq of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0311 09:47:21.348540 3375 obj_retry.go:457] Detected object openshift-image-registry/image-registry-6ddfd59df7-rzhfq of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0311 09:47:21.348615 3375 obj_retry.go:457] Detected object openshift-image-registry/image-registry-6ddfd59df7-rzhfq of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0311 09:47:21.368069 3375 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-image-registry/image-registry-6ddfd59df7-rzhfq I0311 09:47:21.368138 3375 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod openshift-image-registry/image-registry-6ddfd59df7-rzhfq I0311 09:47:21.940032 3375 obj_retry.go:463] Detected object openshift-image-registry/image-registry-5d567bd994-8jf2q of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0311 09:47:21.940605 3375 obj_retry.go:463] Detected object openshift-image-registry/image-registry-5d567bd994-8jf2q of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0311 09:47:21.954730 3375 obj_retry.go:457] Detected object openshift-image-registry/image-registry-5d567bd994-8jf2q of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0311 09:47:21.954752 3375 obj_retry.go:457] Detected object openshift-image-registry/image-registry-5d567bd994-8jf2q of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0311 09:47:21.964028 3375 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-image-registry/image-registry-5d567bd994-8jf2q I0311 09:47:21.964054 3375 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod openshift-image-registry/image-registry-5d567bd994-8jf2q I0311 09:47:31.208945 3375 cni.go:331] [openshift-network-diagnostics/network-check-target-hshsz 2333ce050085767a14e606148f6c6fc6fd587e48419c68917ea0e40b4f124819 network default NAD default] ADD starting CNI request [openshift-network-diagnostics/network-check-target-hshsz 2333ce050085767a14e606148f6c6fc6fd587e48419c68917ea0e40b4f124819 network default NAD default] I0311 09:47:31.219470 3375 helper_linux.go:450] ConfigureOVS: namespace: openshift-network-diagnostics, podName: network-check-target-hshsz, hostIfaceName: 2333ce050085767, network: default, NAD default, SandboxID: "2333ce050085767a14e606148f6c6fc6fd587e48419c68917ea0e40b4f124819", PCI device ID: , UID: "5307188b-0622-462a-a7c0-780b17dc40d6", MAC: 0a:58:0a:81:00:03, IPs: [10.129.0.3/23] I0311 09:47:31.222253 3375 cni.go:331] [openshift-multus/network-metrics-daemon-nj5l5 539b9d9146eec5250937735f5ea7d9049f25e0da3600520a3c0018a7b01a95ae network default NAD default] ADD starting CNI request [openshift-multus/network-metrics-daemon-nj5l5 539b9d9146eec5250937735f5ea7d9049f25e0da3600520a3c0018a7b01a95ae network default NAD default] I0311 09:47:31.233598 3375 helper_linux.go:450] ConfigureOVS: namespace: openshift-multus, podName: network-metrics-daemon-nj5l5, hostIfaceName: 539b9d9146eec52, network: default, NAD default, SandboxID: "539b9d9146eec5250937735f5ea7d9049f25e0da3600520a3c0018a7b01a95ae", PCI device ID: , UID: "0138b6a4-682b-480a-abbc-ef054544dcbc", MAC: 0a:58:0a:81:00:04, IPs: [10.129.0.4/23] I0311 09:47:31.269995 3375 cni.go:352] [openshift-network-diagnostics/network-check-target-hshsz 2333ce050085767a14e606148f6c6fc6fd587e48419c68917ea0e40b4f124819 network default NAD default] ADD finished CNI request [openshift-network-diagnostics/network-check-target-hshsz 2333ce050085767a14e606148f6c6fc6fd587e48419c68917ea0e40b4f124819 network default NAD default], result "{\"interfaces\":[{\"name\":\"2333ce050085767\",\"mac\":\"3a:7a:5f:72:fc:40\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:81:00:03\",\"sandbox\":\"/var/run/netns/f71b4f0a-79a3-466a-9479-5b22c6622408\"}],\"ips\":[{\"interface\":1,\"address\":\"10.129.0.3/23\",\"gateway\":\"10.129.0.1\"}],\"dns\":{}}", err I0311 09:47:31.283605 3375 cni.go:352] [openshift-multus/network-metrics-daemon-nj5l5 539b9d9146eec5250937735f5ea7d9049f25e0da3600520a3c0018a7b01a95ae network default NAD default] ADD finished CNI request [openshift-multus/network-metrics-daemon-nj5l5 539b9d9146eec5250937735f5ea7d9049f25e0da3600520a3c0018a7b01a95ae network default NAD default], result "{\"interfaces\":[{\"name\":\"539b9d9146eec52\",\"mac\":\"ea:ca:04:78:e7:32\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:81:00:04\",\"sandbox\":\"/var/run/netns/2e14b666-e980-4054-b077-935c6853b40e\"}],\"ips\":[{\"interface\":1,\"address\":\"10.129.0.4/23\",\"gateway\":\"10.129.0.1\"}],\"dns\":{}}", err I0311 09:47:31.787828 3375 cni.go:331] [openshift-ingress-canary/ingress-canary-qxfvs f2574a86321ad786e25f966f2e19c99b9eddf2b499fd448a5c828f6992d18337 network default NAD default] ADD starting CNI request [openshift-ingress-canary/ingress-canary-qxfvs f2574a86321ad786e25f966f2e19c99b9eddf2b499fd448a5c828f6992d18337 network default NAD default] I0311 09:47:31.793106 3375 cni.go:331] [openshift-dns/dns-default-r9zl4 7c08938f51322d5f28ec9b812a8541ce24d9876828f62c1f5b793fd45ca21482 network default NAD default] ADD starting CNI request [openshift-dns/dns-default-r9zl4 7c08938f51322d5f28ec9b812a8541ce24d9876828f62c1f5b793fd45ca21482 network default NAD default] I0311 09:47:31.798806 3375 helper_linux.go:450] ConfigureOVS: namespace: openshift-ingress-canary, podName: ingress-canary-qxfvs, hostIfaceName: f2574a86321ad78, network: default, NAD default, SandboxID: "f2574a86321ad786e25f966f2e19c99b9eddf2b499fd448a5c828f6992d18337", PCI device ID: , UID: "062e7d89-08e8-45e6-9a08-df8b557a65b8", MAC: 0a:58:0a:81:00:05, IPs: [10.129.0.5/23] I0311 09:47:31.803545 3375 helper_linux.go:450] ConfigureOVS: namespace: openshift-dns, podName: dns-default-r9zl4, hostIfaceName: 7c08938f51322d5, network: default, NAD default, SandboxID: "7c08938f51322d5f28ec9b812a8541ce24d9876828f62c1f5b793fd45ca21482", PCI device ID: , UID: "5d1bc906-1342-48d4-a12c-83a257e34cd9", MAC: 0a:58:0a:81:00:06, IPs: [10.129.0.6/23] I0311 09:47:31.863755 3375 cni.go:352] [openshift-ingress-canary/ingress-canary-qxfvs f2574a86321ad786e25f966f2e19c99b9eddf2b499fd448a5c828f6992d18337 network default NAD default] ADD finished CNI request [openshift-ingress-canary/ingress-canary-qxfvs f2574a86321ad786e25f966f2e19c99b9eddf2b499fd448a5c828f6992d18337 network default NAD default], result "{\"interfaces\":[{\"name\":\"f2574a86321ad78\",\"mac\":\"9e:5c:97:a0:bc:10\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:81:00:05\",\"sandbox\":\"/var/run/netns/b94f478d-dc8c-45c1-9b34-833966ae602d\"}],\"ips\":[{\"interface\":1,\"address\":\"10.129.0.5/23\",\"gateway\":\"10.129.0.1\"}],\"dns\":{}}", err I0311 09:47:31.869841 3375 cni.go:352] [openshift-dns/dns-default-r9zl4 7c08938f51322d5f28ec9b812a8541ce24d9876828f62c1f5b793fd45ca21482 network default NAD default] ADD finished CNI request [openshift-dns/dns-default-r9zl4 7c08938f51322d5f28ec9b812a8541ce24d9876828f62c1f5b793fd45ca21482 network default NAD default], result "{\"interfaces\":[{\"name\":\"7c08938f51322d5\",\"mac\":\"1a:c9:06:50:1f:49\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:81:00:06\",\"sandbox\":\"/var/run/netns/ef32f6a4-4770-471d-b1e3-a89b01acf064\"}],\"ips\":[{\"interface\":1,\"address\":\"10.129.0.6/23\",\"gateway\":\"10.129.0.1\"}],\"dns\":{}}", err I0311 09:47:34.407575 3375 cni.go:331] [openshift-image-registry/image-registry-5d567bd994-cqb72 042a9a7c200a3c38de167503c827addc46552c11581281a022cf2dbf4fb2c3cc network default NAD default] ADD starting CNI request [openshift-image-registry/image-registry-5d567bd994-cqb72 042a9a7c200a3c38de167503c827addc46552c11581281a022cf2dbf4fb2c3cc network default NAD default] I0311 09:47:34.416423 3375 helper_linux.go:450] ConfigureOVS: namespace: openshift-image-registry, podName: image-registry-5d567bd994-cqb72, hostIfaceName: 042a9a7c200a3c3, network: default, NAD default, SandboxID: "042a9a7c200a3c38de167503c827addc46552c11581281a022cf2dbf4fb2c3cc", PCI device ID: , UID: "c95ed3c4-2f8d-4b42-9a03-237a37ac5c23", MAC: 0a:58:0a:81:00:07, IPs: [10.129.0.7/23] I0311 09:47:34.456488 3375 cni.go:352] [openshift-image-registry/image-registry-5d567bd994-cqb72 042a9a7c200a3c38de167503c827addc46552c11581281a022cf2dbf4fb2c3cc network default NAD default] ADD finished CNI request [openshift-image-registry/image-registry-5d567bd994-cqb72 042a9a7c200a3c38de167503c827addc46552c11581281a022cf2dbf4fb2c3cc network default NAD default], result "{\"interfaces\":[{\"name\":\"042a9a7c200a3c3\",\"mac\":\"b6:03:91:17:e6:59\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:81:00:07\",\"sandbox\":\"/var/run/netns/55bbfd53-14d5-4ed8-97d3-e65733628869\"}],\"ips\":[{\"interface\":1,\"address\":\"10.129.0.7/23\",\"gateway\":\"10.129.0.1\"}],\"dns\":{}}", err I0311 09:47:35.935556 3375 cni.go:331] [openshift-network-console/networking-console-plugin-c8f658647-mhdkl d7963a985cbbb1656495159130cb671f26f43a5084dfacb32739ce30c381181b network default NAD default] ADD starting CNI request [openshift-network-console/networking-console-plugin-c8f658647-mhdkl d7963a985cbbb1656495159130cb671f26f43a5084dfacb32739ce30c381181b network default NAD default] I0311 09:47:35.946024 3375 helper_linux.go:450] ConfigureOVS: namespace: openshift-network-console, podName: networking-console-plugin-c8f658647-mhdkl, hostIfaceName: d7963a985cbbb16, network: default, NAD default, SandboxID: "d7963a985cbbb1656495159130cb671f26f43a5084dfacb32739ce30c381181b", PCI device ID: , UID: "98d38f23-fc6d-418a-8711-6356d24bf8e1", MAC: 0a:58:0a:81:00:0b, IPs: [10.129.0.11/23] I0311 09:47:35.987304 3375 cni.go:352] [openshift-network-console/networking-console-plugin-c8f658647-mhdkl d7963a985cbbb1656495159130cb671f26f43a5084dfacb32739ce30c381181b network default NAD default] ADD finished CNI request [openshift-network-console/networking-console-plugin-c8f658647-mhdkl d7963a985cbbb1656495159130cb671f26f43a5084dfacb32739ce30c381181b network default NAD default], result "{\"interfaces\":[{\"name\":\"d7963a985cbbb16\",\"mac\":\"26:c1:6c:57:6e:fe\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:81:00:0b\",\"sandbox\":\"/var/run/netns/68d19536-40cb-46c3-ba86-7d1f062c671a\"}],\"ips\":[{\"interface\":1,\"address\":\"10.129.0.11/23\",\"gateway\":\"10.129.0.1\"}],\"dns\":{}}", err I0311 09:47:38.074367 3375 base_network_controller_pods.go:478] [default/openshift-deployment-validation-operator/ca5b21c3869491e79768d2cfaf75f947507507b9e3b372dfa4bf565390r9xc4] creating logical port openshift-deployment-validation-operator_ca5b21c3869491e79768d2cfaf75f947507507b9e3b372dfa4bf565390r9xc4 for pod on switch ip-10-0-1-185.ec2.internal I0311 09:47:38.074516 3375 kube.go:320] Updating pod openshift-deployment-validation-operator/ca5b21c3869491e79768d2cfaf75f947507507b9e3b372dfa4bf565390r9xc4 I0311 09:47:38.095664 3375 pod.go:62] [openshift-deployment-validation-operator/ca5b21c3869491e79768d2cfaf75f947507507b9e3b372dfa4bf565390r9xc4] pod update took 21.232461ms I0311 09:47:38.095689 3375 base_network_controller_pods.go:928] [default/openshift-deployment-validation-operator/ca5b21c3869491e79768d2cfaf75f947507507b9e3b372dfa4bf565390r9xc4] addLogicalPort annotation time took 21.260955ms I0311 09:47:38.096789 3375 pods.go:253] [openshift-deployment-validation-operator/ca5b21c3869491e79768d2cfaf75f947507507b9e3b372dfa4bf565390r9xc4] addLogicalPort took 22.435451ms, libovsdb time 813.589µs I0311 09:47:38.201808 3375 base_network_controller_pods.go:478] [default/openshift-insights/insights-runtime-extractor-5qn9h] creating logical port openshift-insights_insights-runtime-extractor-5qn9h for pod on switch ip-10-0-1-185.ec2.internal I0311 09:47:38.201922 3375 kube.go:320] Updating pod openshift-insights/insights-runtime-extractor-5qn9h I0311 09:47:38.223650 3375 pod.go:62] [openshift-insights/insights-runtime-extractor-5qn9h] pod update took 21.756688ms I0311 09:47:38.223673 3375 base_network_controller_pods.go:928] [default/openshift-insights/insights-runtime-extractor-5qn9h] addLogicalPort annotation time took 21.78076ms I0311 09:47:38.224817 3375 pods.go:253] [openshift-insights/insights-runtime-extractor-5qn9h] addLogicalPort took 23.027843ms, libovsdb time 779.867µs I0311 09:47:38.426287 3375 cni.go:331] [openshift-deployment-validation-operator/ca5b21c3869491e79768d2cfaf75f947507507b9e3b372dfa4bf565390r9xc4 bd1d7bf5adedf0f0df4523950a2f104cce5345220b87c2366ddabaf1b33ab4ef network default NAD default] ADD starting CNI request [openshift-deployment-validation-operator/ca5b21c3869491e79768d2cfaf75f947507507b9e3b372dfa4bf565390r9xc4 bd1d7bf5adedf0f0df4523950a2f104cce5345220b87c2366ddabaf1b33ab4ef network default NAD default] I0311 09:47:38.435147 3375 helper_linux.go:450] ConfigureOVS: namespace: openshift-deployment-validation-operator, podName: ca5b21c3869491e79768d2cfaf75f947507507b9e3b372dfa4bf565390r9xc4, hostIfaceName: bd1d7bf5adedf0f, network: default, NAD default, SandboxID: "bd1d7bf5adedf0f0df4523950a2f104cce5345220b87c2366ddabaf1b33ab4ef", PCI device ID: , UID: "7c052c74-bdd8-46e9-8fd4-30eac11d7562", MAC: 0a:58:0a:81:00:0e, IPs: [10.129.0.14/23] I0311 09:47:38.475623 3375 cni.go:352] [openshift-deployment-validation-operator/ca5b21c3869491e79768d2cfaf75f947507507b9e3b372dfa4bf565390r9xc4 bd1d7bf5adedf0f0df4523950a2f104cce5345220b87c2366ddabaf1b33ab4ef network default NAD default] ADD finished CNI request [openshift-deployment-validation-operator/ca5b21c3869491e79768d2cfaf75f947507507b9e3b372dfa4bf565390r9xc4 bd1d7bf5adedf0f0df4523950a2f104cce5345220b87c2366ddabaf1b33ab4ef network default NAD default], result "{\"interfaces\":[{\"name\":\"bd1d7bf5adedf0f\",\"mac\":\"e6:0e:1f:47:48:7e\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:81:00:0e\",\"sandbox\":\"/var/run/netns/3e93c561-81d0-47d6-9d76-24b8f5273d8c\"}],\"ips\":[{\"interface\":1,\"address\":\"10.129.0.14/23\",\"gateway\":\"10.129.0.1\"}],\"dns\":{}}", err I0311 09:47:38.550304 3375 cni.go:331] [openshift-insights/insights-runtime-extractor-5qn9h 5bca25f948d6f019250aff2a5f6a5cb34b3aed0dccb355fc47cf2e5b0d33af81 network default NAD default] ADD starting CNI request [openshift-insights/insights-runtime-extractor-5qn9h 5bca25f948d6f019250aff2a5f6a5cb34b3aed0dccb355fc47cf2e5b0d33af81 network default NAD default] I0311 09:47:38.560852 3375 helper_linux.go:450] ConfigureOVS: namespace: openshift-insights, podName: insights-runtime-extractor-5qn9h, hostIfaceName: 5bca25f948d6f01, network: default, NAD default, SandboxID: "5bca25f948d6f019250aff2a5f6a5cb34b3aed0dccb355fc47cf2e5b0d33af81", PCI device ID: , UID: "56ab1698-0545-4c23-a451-56bd719892ba", MAC: 0a:58:0a:81:00:0f, IPs: [10.129.0.15/23] I0311 09:47:38.604059 3375 cni.go:352] [openshift-insights/insights-runtime-extractor-5qn9h 5bca25f948d6f019250aff2a5f6a5cb34b3aed0dccb355fc47cf2e5b0d33af81 network default NAD default] ADD finished CNI request [openshift-insights/insights-runtime-extractor-5qn9h 5bca25f948d6f019250aff2a5f6a5cb34b3aed0dccb355fc47cf2e5b0d33af81 network default NAD default], result "{\"interfaces\":[{\"name\":\"5bca25f948d6f01\",\"mac\":\"36:fc:f3:d9:98:e9\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:81:00:0f\",\"sandbox\":\"/var/run/netns/5a0db4ef-58f8-4136-ae48-6f4c0a7d2ecd\"}],\"ips\":[{\"interface\":1,\"address\":\"10.129.0.15/23\",\"gateway\":\"10.129.0.1\"}],\"dns\":{}}", err I0311 09:47:38.861474 3375 namespace.go:137] [openshift-kube-storage-version-migrator] updating namespace I0311 09:47:40.306026 3375 base_network_controller_pods.go:478] [default/openshift-monitoring/prometheus-operator-admission-webhook-6454d4896-bbfcf] creating logical port openshift-monitoring_prometheus-operator-admission-webhook-6454d4896-bbfcf for pod on switch ip-10-0-1-185.ec2.internal I0311 09:47:40.306111 3375 kube.go:320] Updating pod openshift-monitoring/prometheus-operator-admission-webhook-6454d4896-bbfcf I0311 09:47:40.319563 3375 pod.go:62] [openshift-monitoring/prometheus-operator-admission-webhook-6454d4896-bbfcf] pod update took 13.478818ms I0311 09:47:40.319641 3375 base_network_controller_pods.go:928] [default/openshift-monitoring/prometheus-operator-admission-webhook-6454d4896-bbfcf] addLogicalPort annotation time took 13.560525ms I0311 09:47:40.321092 3375 pods.go:253] [openshift-monitoring/prometheus-operator-admission-webhook-6454d4896-bbfcf] addLogicalPort took 15.086626ms, libovsdb time 1.061646ms I0311 09:47:40.672295 3375 cni.go:331] [openshift-monitoring/prometheus-operator-admission-webhook-6454d4896-bbfcf 52f5b961abd83788c1d67c4d4bb6c5881f6d084ccd96a591708e46c92c118744 network default NAD default] ADD starting CNI request [openshift-monitoring/prometheus-operator-admission-webhook-6454d4896-bbfcf 52f5b961abd83788c1d67c4d4bb6c5881f6d084ccd96a591708e46c92c118744 network default NAD default] I0311 09:47:40.682344 3375 helper_linux.go:450] ConfigureOVS: namespace: openshift-monitoring, podName: prometheus-operator-admission-webhook-6454d4896-bbfcf, hostIfaceName: 52f5b961abd8378, network: default, NAD default, SandboxID: "52f5b961abd83788c1d67c4d4bb6c5881f6d084ccd96a591708e46c92c118744", PCI device ID: , UID: "334c9f5f-b713-48a1-a162-238595141031", MAC: 0a:58:0a:81:00:10, IPs: [10.129.0.16/23] I0311 09:47:40.728562 3375 cni.go:352] [openshift-monitoring/prometheus-operator-admission-webhook-6454d4896-bbfcf 52f5b961abd83788c1d67c4d4bb6c5881f6d084ccd96a591708e46c92c118744 network default NAD default] ADD finished CNI request [openshift-monitoring/prometheus-operator-admission-webhook-6454d4896-bbfcf 52f5b961abd83788c1d67c4d4bb6c5881f6d084ccd96a591708e46c92c118744 network default NAD default], result "{\"interfaces\":[{\"name\":\"52f5b961abd8378\",\"mac\":\"d2:dc:4b:04:86:21\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:81:00:10\",\"sandbox\":\"/var/run/netns/cc96760b-e415-44b3-b400-7de936b63948\"}],\"ips\":[{\"interface\":1,\"address\":\"10.129.0.16/23\",\"gateway\":\"10.129.0.1\"}],\"dns\":{}}", err I0311 09:47:48.881102 3375 base_network_controller_pods.go:478] [default/openshift-console/downloads-7b98f8c767-6c246] creating logical port openshift-console_downloads-7b98f8c767-6c246 for pod on switch ip-10-0-1-185.ec2.internal I0311 09:47:48.881268 3375 kube.go:320] Updating pod openshift-console/downloads-7b98f8c767-6c246 I0311 09:47:48.895002 3375 pod.go:62] [openshift-console/downloads-7b98f8c767-6c246] pod update took 13.75977ms I0311 09:47:48.895078 3375 base_network_controller_pods.go:928] [default/openshift-console/downloads-7b98f8c767-6c246] addLogicalPort annotation time took 13.841551ms I0311 09:47:48.896581 3375 pods.go:253] [openshift-console/downloads-7b98f8c767-6c246] addLogicalPort took 15.499565ms, libovsdb time 1.048133ms I0311 09:47:52.004407 3375 base_network_controller_pods.go:478] [default/openshift-monitoring/openshift-state-metrics-5d97448dcb-j7lpw] creating logical port openshift-monitoring_openshift-state-metrics-5d97448dcb-j7lpw for pod on switch ip-10-0-1-185.ec2.internal I0311 09:47:52.004564 3375 kube.go:320] Updating pod openshift-monitoring/openshift-state-metrics-5d97448dcb-j7lpw I0311 09:47:52.033411 3375 pod.go:62] [openshift-monitoring/openshift-state-metrics-5d97448dcb-j7lpw] pod update took 28.884068ms I0311 09:47:52.033430 3375 base_network_controller_pods.go:928] [default/openshift-monitoring/openshift-state-metrics-5d97448dcb-j7lpw] addLogicalPort annotation time took 28.909427ms I0311 09:47:52.035208 3375 pods.go:253] [openshift-monitoring/openshift-state-metrics-5d97448dcb-j7lpw] addLogicalPort took 30.820689ms, libovsdb time 1.164628ms I0311 09:47:53.166469 3375 base_network_controller_pods.go:478] [default/openshift-monitoring/alertmanager-main-0] creating logical port openshift-monitoring_alertmanager-main-0 for pod on switch ip-10-0-1-185.ec2.internal I0311 09:47:53.166639 3375 kube.go:320] Updating pod openshift-monitoring/alertmanager-main-0 I0311 09:47:53.187907 3375 pod.go:62] [openshift-monitoring/alertmanager-main-0] pod update took 21.308459ms I0311 09:47:53.187938 3375 base_network_controller_pods.go:928] [default/openshift-monitoring/alertmanager-main-0] addLogicalPort annotation time took 21.343743ms I0311 09:47:53.189843 3375 pods.go:253] [openshift-monitoring/alertmanager-main-0] addLogicalPort took 23.391421ms, libovsdb time 1.40271ms I0311 09:47:53.505743 3375 cni.go:331] [openshift-monitoring/openshift-state-metrics-5d97448dcb-j7lpw 0700d444f3f2c446d28262de92e98ca50849b721db3d5cba48699ac04fdcb891 network default NAD default] ADD starting CNI request [openshift-monitoring/openshift-state-metrics-5d97448dcb-j7lpw 0700d444f3f2c446d28262de92e98ca50849b721db3d5cba48699ac04fdcb891 network default NAD default] I0311 09:47:53.506893 3375 cni.go:331] [openshift-console/downloads-7b98f8c767-6c246 ac285ac628455fe41fcb985b805749b405ffbe133d8107ed0cba22e00e167fb6 network default NAD default] ADD starting CNI request [openshift-console/downloads-7b98f8c767-6c246 ac285ac628455fe41fcb985b805749b405ffbe133d8107ed0cba22e00e167fb6 network default NAD default] I0311 09:47:53.518410 3375 helper_linux.go:450] ConfigureOVS: namespace: openshift-monitoring, podName: openshift-state-metrics-5d97448dcb-j7lpw, hostIfaceName: 0700d444f3f2c44, network: default, NAD default, SandboxID: "0700d444f3f2c446d28262de92e98ca50849b721db3d5cba48699ac04fdcb891", PCI device ID: , UID: "27870ee3-cb51-441f-b6db-09ac037d9004", MAC: 0a:58:0a:81:00:12, IPs: [10.129.0.18/23] I0311 09:47:53.522064 3375 helper_linux.go:450] ConfigureOVS: namespace: openshift-console, podName: downloads-7b98f8c767-6c246, hostIfaceName: ac285ac628455fe, network: default, NAD default, SandboxID: "ac285ac628455fe41fcb985b805749b405ffbe133d8107ed0cba22e00e167fb6", PCI device ID: , UID: "d8a3f1e0-d5b8-45f1-9605-e92fe2e205eb", MAC: 0a:58:0a:81:00:11, IPs: [10.129.0.17/23] I0311 09:47:53.547722 3375 cni.go:331] [openshift-monitoring/alertmanager-main-0 721daedf6ff441f85e9ed2e90427ba0245c2b6867e05cebf7bed0a8552120f95 network default NAD default] ADD starting CNI request [openshift-monitoring/alertmanager-main-0 721daedf6ff441f85e9ed2e90427ba0245c2b6867e05cebf7bed0a8552120f95 network default NAD default] I0311 09:47:53.561351 3375 helper_linux.go:450] ConfigureOVS: namespace: openshift-monitoring, podName: alertmanager-main-0, hostIfaceName: 721daedf6ff441f, network: default, NAD default, SandboxID: "721daedf6ff441f85e9ed2e90427ba0245c2b6867e05cebf7bed0a8552120f95", PCI device ID: , UID: "3c6772b3-84c0-40d6-8698-e681a952645c", MAC: 0a:58:0a:81:00:13, IPs: [10.129.0.19/23] I0311 09:47:53.620051 3375 cni.go:352] [openshift-monitoring/alertmanager-main-0 721daedf6ff441f85e9ed2e90427ba0245c2b6867e05cebf7bed0a8552120f95 network default NAD default] ADD finished CNI request [openshift-monitoring/alertmanager-main-0 721daedf6ff441f85e9ed2e90427ba0245c2b6867e05cebf7bed0a8552120f95 network default NAD default], result "{\"interfaces\":[{\"name\":\"721daedf6ff441f\",\"mac\":\"96:4a:e1:a7:db:ba\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:81:00:13\",\"sandbox\":\"/var/run/netns/2fa902ca-33b0-42cb-82a3-f701b98c7ca2\"}],\"ips\":[{\"interface\":1,\"address\":\"10.129.0.19/23\",\"gateway\":\"10.129.0.1\"}],\"dns\":{}}", err I0311 09:47:53.797151 3375 cni.go:352] [openshift-monitoring/openshift-state-metrics-5d97448dcb-j7lpw 0700d444f3f2c446d28262de92e98ca50849b721db3d5cba48699ac04fdcb891 network default NAD default] ADD finished CNI request [openshift-monitoring/openshift-state-metrics-5d97448dcb-j7lpw 0700d444f3f2c446d28262de92e98ca50849b721db3d5cba48699ac04fdcb891 network default NAD default], result "{\"interfaces\":[{\"name\":\"0700d444f3f2c44\",\"mac\":\"ba:7b:95:86:36:8e\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:81:00:12\",\"sandbox\":\"/var/run/netns/0dc774f9-d84a-4e40-9dfd-b43608f638aa\"}],\"ips\":[{\"interface\":1,\"address\":\"10.129.0.18/23\",\"gateway\":\"10.129.0.1\"}],\"dns\":{}}", err I0311 09:47:53.797275 3375 cni.go:352] [openshift-console/downloads-7b98f8c767-6c246 ac285ac628455fe41fcb985b805749b405ffbe133d8107ed0cba22e00e167fb6 network default NAD default] ADD finished CNI request [openshift-console/downloads-7b98f8c767-6c246 ac285ac628455fe41fcb985b805749b405ffbe133d8107ed0cba22e00e167fb6 network default NAD default], result "{\"interfaces\":[{\"name\":\"ac285ac628455fe\",\"mac\":\"5e:24:25:d9:c0:2e\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:81:00:11\",\"sandbox\":\"/var/run/netns/02e328ba-3754-469d-a25e-417974d56aad\"}],\"ips\":[{\"interface\":1,\"address\":\"10.129.0.17/23\",\"gateway\":\"10.129.0.1\"}],\"dns\":{}}", err I0311 09:47:54.019501 3375 base_network_controller_pods.go:478] [default/openshift-monitoring/thanos-querier-b9b779f85-btwmr] creating logical port openshift-monitoring_thanos-querier-b9b779f85-btwmr for pod on switch ip-10-0-1-185.ec2.internal I0311 09:47:54.019692 3375 kube.go:320] Updating pod openshift-monitoring/thanos-querier-b9b779f85-btwmr I0311 09:47:54.038468 3375 pod.go:62] [openshift-monitoring/thanos-querier-b9b779f85-btwmr] pod update took 18.828003ms I0311 09:47:54.038556 3375 base_network_controller_pods.go:928] [default/openshift-monitoring/thanos-querier-b9b779f85-btwmr] addLogicalPort annotation time took 18.919386ms I0311 09:47:54.040024 3375 pods.go:253] [openshift-monitoring/thanos-querier-b9b779f85-btwmr] addLogicalPort took 20.509072ms, libovsdb time 990.802µs I0311 09:47:54.404490 3375 cni.go:331] [openshift-monitoring/thanos-querier-b9b779f85-btwmr 34d76d9a5143d50ea4768c8e399d4e853bdbf8c8ef8613058ef140e775d212cf network default NAD default] ADD starting CNI request [openshift-monitoring/thanos-querier-b9b779f85-btwmr 34d76d9a5143d50ea4768c8e399d4e853bdbf8c8ef8613058ef140e775d212cf network default NAD default] I0311 09:47:54.415527 3375 helper_linux.go:450] ConfigureOVS: namespace: openshift-monitoring, podName: thanos-querier-b9b779f85-btwmr, hostIfaceName: 34d76d9a5143d50, network: default, NAD default, SandboxID: "34d76d9a5143d50ea4768c8e399d4e853bdbf8c8ef8613058ef140e775d212cf", PCI device ID: , UID: "1ba041b8-74ea-45cb-92af-6f1fa7a9fa89", MAC: 0a:58:0a:81:00:14, IPs: [10.129.0.20/23] I0311 09:47:54.468080 3375 cni.go:352] [openshift-monitoring/thanos-querier-b9b779f85-btwmr 34d76d9a5143d50ea4768c8e399d4e853bdbf8c8ef8613058ef140e775d212cf network default NAD default] ADD finished CNI request [openshift-monitoring/thanos-querier-b9b779f85-btwmr 34d76d9a5143d50ea4768c8e399d4e853bdbf8c8ef8613058ef140e775d212cf network default NAD default], result "{\"interfaces\":[{\"name\":\"34d76d9a5143d50\",\"mac\":\"86:db:99:9a:b9:39\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:81:00:14\",\"sandbox\":\"/var/run/netns/5234209a-bb08-4922-87be-babeb6e29adf\"}],\"ips\":[{\"interface\":1,\"address\":\"10.129.0.20/23\",\"gateway\":\"10.129.0.1\"}],\"dns\":{}}", err I0311 09:47:55.538452 3375 cni.go:331] [openshift-deployment-validation-operator/ca5b21c3869491e79768d2cfaf75f947507507b9e3b372dfa4bf565390r9xc4 bd1d7bf5adedf0f0df4523950a2f104cce5345220b87c2366ddabaf1b33ab4ef network default NAD default] DEL starting CNI request [openshift-deployment-validation-operator/ca5b21c3869491e79768d2cfaf75f947507507b9e3b372dfa4bf565390r9xc4 bd1d7bf5adedf0f0df4523950a2f104cce5345220b87c2366ddabaf1b33ab4ef network default NAD default] I0311 09:47:55.616992 3375 cni.go:352] [openshift-deployment-validation-operator/ca5b21c3869491e79768d2cfaf75f947507507b9e3b372dfa4bf565390r9xc4 bd1d7bf5adedf0f0df4523950a2f104cce5345220b87c2366ddabaf1b33ab4ef network default NAD default] DEL finished CNI request [openshift-deployment-validation-operator/ca5b21c3869491e79768d2cfaf75f947507507b9e3b372dfa4bf565390r9xc4 bd1d7bf5adedf0f0df4523950a2f104cce5345220b87c2366ddabaf1b33ab4ef network default NAD default], result "{\"dns\":{}}", err I0311 09:47:55.664102 3375 obj_retry.go:463] Detected object openshift-deployment-validation-operator/ca5b21c3869491e79768d2cfaf75f947507507b9e3b372dfa4bf565390r9xc4 of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0311 09:47:55.664144 3375 pods.go:175] Deleting pod: openshift-deployment-validation-operator/ca5b21c3869491e79768d2cfaf75f947507507b9e3b372dfa4bf565390r9xc4 I0311 09:47:55.666290 3375 pods.go:218] Attempting to release IPs for pod: openshift-deployment-validation-operator/ca5b21c3869491e79768d2cfaf75f947507507b9e3b372dfa4bf565390r9xc4, ips: 10.129.0.14 I0311 09:47:55.666373 3375 obj_retry.go:463] Detected object openshift-deployment-validation-operator/ca5b21c3869491e79768d2cfaf75f947507507b9e3b372dfa4bf565390r9xc4 of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0311 09:47:55.666415 3375 obj_retry.go:463] Detected object openshift-deployment-validation-operator/ca5b21c3869491e79768d2cfaf75f947507507b9e3b372dfa4bf565390r9xc4 of type *factory.localPodSelector in terminal state (e.g. completed) during update event: will remove it I0311 09:47:55.666432 3375 base_network_controller_policy.go:642] Processing NetworkPolicy openshift-deployment-validation-operator/allow-from-openshift-insights to delete 1 local pods... I0311 09:47:56.527735 3375 base_network_controller_pods.go:478] [default/openshift-monitoring/metrics-server-6b5b84d9cf-8lrf8] creating logical port openshift-monitoring_metrics-server-6b5b84d9cf-8lrf8 for pod on switch ip-10-0-1-185.ec2.internal I0311 09:47:56.527891 3375 kube.go:320] Updating pod openshift-monitoring/metrics-server-6b5b84d9cf-8lrf8 I0311 09:47:56.545200 3375 pod.go:62] [openshift-monitoring/metrics-server-6b5b84d9cf-8lrf8] pod update took 17.346156ms I0311 09:47:56.545271 3375 base_network_controller_pods.go:928] [default/openshift-monitoring/metrics-server-6b5b84d9cf-8lrf8] addLogicalPort annotation time took 17.419903ms I0311 09:47:56.546947 3375 pods.go:253] [openshift-monitoring/metrics-server-6b5b84d9cf-8lrf8] addLogicalPort took 19.234074ms, libovsdb time 1.197323ms I0311 09:47:56.677696 3375 base_network_controller_pods.go:478] [default/openshift-monitoring/monitoring-plugin-5d5fc6b556-m9w2w] creating logical port openshift-monitoring_monitoring-plugin-5d5fc6b556-m9w2w for pod on switch ip-10-0-1-185.ec2.internal I0311 09:47:56.677921 3375 kube.go:320] Updating pod openshift-monitoring/monitoring-plugin-5d5fc6b556-m9w2w I0311 09:47:56.693207 3375 pod.go:62] [openshift-monitoring/monitoring-plugin-5d5fc6b556-m9w2w] pod update took 15.324082ms I0311 09:47:56.693303 3375 base_network_controller_pods.go:928] [default/openshift-monitoring/monitoring-plugin-5d5fc6b556-m9w2w] addLogicalPort annotation time took 15.420542ms I0311 09:47:56.694935 3375 pods.go:253] [openshift-monitoring/monitoring-plugin-5d5fc6b556-m9w2w] addLogicalPort took 17.258729ms, libovsdb time 1.162953ms I0311 09:47:56.701480 3375 obj_retry.go:457] Detected object openshift-deployment-validation-operator/ca5b21c3869491e79768d2cfaf75f947507507b9e3b372dfa4bf565390r9xc4 of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0311 09:47:56.701573 3375 obj_retry.go:457] Detected object openshift-deployment-validation-operator/ca5b21c3869491e79768d2cfaf75f947507507b9e3b372dfa4bf565390r9xc4 of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0311 09:47:56.701611 3375 obj_retry.go:457] Detected object openshift-deployment-validation-operator/ca5b21c3869491e79768d2cfaf75f947507507b9e3b372dfa4bf565390r9xc4 of type *factory.localPodSelector in terminal state (e.g. completed) will be ignored as it has already been processed I0311 09:47:56.894044 3375 cni.go:331] [openshift-monitoring/metrics-server-6b5b84d9cf-8lrf8 56c16bd496325f94509f1fadca9ee4ebbd9a8fb70f77e3c97a044432cfbea307 network default NAD default] ADD starting CNI request [openshift-monitoring/metrics-server-6b5b84d9cf-8lrf8 56c16bd496325f94509f1fadca9ee4ebbd9a8fb70f77e3c97a044432cfbea307 network default NAD default] I0311 09:47:56.904464 3375 helper_linux.go:450] ConfigureOVS: namespace: openshift-monitoring, podName: metrics-server-6b5b84d9cf-8lrf8, hostIfaceName: 56c16bd496325f9, network: default, NAD default, SandboxID: "56c16bd496325f94509f1fadca9ee4ebbd9a8fb70f77e3c97a044432cfbea307", PCI device ID: , UID: "03890256-e972-4cb6-9af3-88c21efa2969", MAC: 0a:58:0a:81:00:15, IPs: [10.129.0.21/23] I0311 09:47:56.965440 3375 cni.go:352] [openshift-monitoring/metrics-server-6b5b84d9cf-8lrf8 56c16bd496325f94509f1fadca9ee4ebbd9a8fb70f77e3c97a044432cfbea307 network default NAD default] ADD finished CNI request [openshift-monitoring/metrics-server-6b5b84d9cf-8lrf8 56c16bd496325f94509f1fadca9ee4ebbd9a8fb70f77e3c97a044432cfbea307 network default NAD default], result "{\"interfaces\":[{\"name\":\"56c16bd496325f9\",\"mac\":\"0a:34:28:35:e2:1e\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:81:00:15\",\"sandbox\":\"/var/run/netns/6a7fbd09-15fa-49b8-8590-5567da1ca89d\"}],\"ips\":[{\"interface\":1,\"address\":\"10.129.0.21/23\",\"gateway\":\"10.129.0.1\"}],\"dns\":{}}", err I0311 09:47:57.646662 3375 cni.go:331] [openshift-monitoring/monitoring-plugin-5d5fc6b556-m9w2w e1abef3e46d2804acbc203f8a7e3de69ab3a987e8eab6f9690ec890a596e2260 network default NAD default] ADD starting CNI request [openshift-monitoring/monitoring-plugin-5d5fc6b556-m9w2w e1abef3e46d2804acbc203f8a7e3de69ab3a987e8eab6f9690ec890a596e2260 network default NAD default] I0311 09:47:57.657917 3375 helper_linux.go:450] ConfigureOVS: namespace: openshift-monitoring, podName: monitoring-plugin-5d5fc6b556-m9w2w, hostIfaceName: e1abef3e46d2804, network: default, NAD default, SandboxID: "e1abef3e46d2804acbc203f8a7e3de69ab3a987e8eab6f9690ec890a596e2260", PCI device ID: , UID: "4071ea9f-9ebb-460f-8476-a8e1b81e9bd9", MAC: 0a:58:0a:81:00:16, IPs: [10.129.0.22/23] I0311 09:47:57.716241 3375 cni.go:352] [openshift-monitoring/monitoring-plugin-5d5fc6b556-m9w2w e1abef3e46d2804acbc203f8a7e3de69ab3a987e8eab6f9690ec890a596e2260 network default NAD default] ADD finished CNI request [openshift-monitoring/monitoring-plugin-5d5fc6b556-m9w2w e1abef3e46d2804acbc203f8a7e3de69ab3a987e8eab6f9690ec890a596e2260 network default NAD default], result "{\"interfaces\":[{\"name\":\"e1abef3e46d2804\",\"mac\":\"2e:07:c3:cd:a4:b1\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:81:00:16\",\"sandbox\":\"/var/run/netns/9f7e6611-0698-43ae-b6c4-e1f33b26aa94\"}],\"ips\":[{\"interface\":1,\"address\":\"10.129.0.22/23\",\"gateway\":\"10.129.0.1\"}],\"dns\":{}}", err I0311 09:47:58.475481 3375 namespace.go:137] [openshift-deployment-validation-operator] updating namespace I0311 09:47:58.487531 3375 namespace.go:137] [openshift-deployment-validation-operator] updating namespace I0311 09:47:58.607742 3375 base_network_controller_pods.go:478] [default/openshift-monitoring/prometheus-k8s-1] creating logical port openshift-monitoring_prometheus-k8s-1 for pod on switch ip-10-0-1-185.ec2.internal I0311 09:47:58.607953 3375 kube.go:320] Updating pod openshift-monitoring/prometheus-k8s-1 I0311 09:47:58.638877 3375 pod.go:62] [openshift-monitoring/prometheus-k8s-1] pod update took 30.976384ms I0311 09:47:58.638904 3375 base_network_controller_pods.go:928] [default/openshift-monitoring/prometheus-k8s-1] addLogicalPort annotation time took 31.009049ms I0311 09:47:58.640316 3375 pods.go:253] [openshift-monitoring/prometheus-k8s-1] addLogicalPort took 32.591674ms, libovsdb time 979.347µs I0311 09:47:58.988154 3375 cni.go:331] [openshift-monitoring/prometheus-k8s-1 0d2f46775a49335dcd04924f1cf291b2ab2819312b66e102a62fcd2740a98244 network default NAD default] ADD starting CNI request [openshift-monitoring/prometheus-k8s-1 0d2f46775a49335dcd04924f1cf291b2ab2819312b66e102a62fcd2740a98244 network default NAD default] I0311 09:47:59.005521 3375 helper_linux.go:450] ConfigureOVS: namespace: openshift-monitoring, podName: prometheus-k8s-1, hostIfaceName: 0d2f46775a49335, network: default, NAD default, SandboxID: "0d2f46775a49335dcd04924f1cf291b2ab2819312b66e102a62fcd2740a98244", PCI device ID: , UID: "c9e62cc6-cfd6-4823-bfa4-268e79eee954", MAC: 0a:58:0a:81:00:17, IPs: [10.129.0.23/23] I0311 09:47:59.076271 3375 cni.go:352] [openshift-monitoring/prometheus-k8s-1 0d2f46775a49335dcd04924f1cf291b2ab2819312b66e102a62fcd2740a98244 network default NAD default] ADD finished CNI request [openshift-monitoring/prometheus-k8s-1 0d2f46775a49335dcd04924f1cf291b2ab2819312b66e102a62fcd2740a98244 network default NAD default], result "{\"interfaces\":[{\"name\":\"0d2f46775a49335\",\"mac\":\"d2:f0:a8:06:06:30\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:81:00:17\",\"sandbox\":\"/var/run/netns/8cb934d1-b718-45f2-9aa5-06542d172cba\"}],\"ips\":[{\"interface\":1,\"address\":\"10.129.0.23/23\",\"gateway\":\"10.129.0.1\"}],\"dns\":{}}", err I0311 09:48:03.450668 3375 cni.go:331] [openshift-image-registry/image-registry-5d567bd994-cqb72 042a9a7c200a3c38de167503c827addc46552c11581281a022cf2dbf4fb2c3cc network default NAD default] DEL starting CNI request [openshift-image-registry/image-registry-5d567bd994-cqb72 042a9a7c200a3c38de167503c827addc46552c11581281a022cf2dbf4fb2c3cc network default NAD default] I0311 09:48:03.526407 3375 cni.go:352] [openshift-image-registry/image-registry-5d567bd994-cqb72 042a9a7c200a3c38de167503c827addc46552c11581281a022cf2dbf4fb2c3cc network default NAD default] DEL finished CNI request [openshift-image-registry/image-registry-5d567bd994-cqb72 042a9a7c200a3c38de167503c827addc46552c11581281a022cf2dbf4fb2c3cc network default NAD default], result "{\"dns\":{}}", err I0311 09:48:03.553917 3375 obj_retry.go:463] Detected object openshift-image-registry/image-registry-5fb8f477d8-l4lpc of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0311 09:48:03.554560 3375 obj_retry.go:463] Detected object openshift-image-registry/image-registry-5fb8f477d8-l4lpc of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0311 09:48:03.592554 3375 obj_retry.go:463] Detected object openshift-image-registry/image-registry-5d567bd994-cqb72 of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0311 09:48:03.592617 3375 pods.go:175] Deleting pod: openshift-image-registry/image-registry-5d567bd994-cqb72 I0311 09:48:03.594121 3375 pods.go:218] Attempting to release IPs for pod: openshift-image-registry/image-registry-5d567bd994-cqb72, ips: 10.129.0.7 I0311 09:48:03.594187 3375 obj_retry.go:463] Detected object openshift-image-registry/image-registry-5d567bd994-cqb72 of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0311 09:48:03.610061 3375 base_network_controller_pods.go:478] [default/openshift-console/console-64858b4bb6-rppsb] creating logical port openshift-console_console-64858b4bb6-rppsb for pod on switch ip-10-0-1-185.ec2.internal I0311 09:48:03.610171 3375 kube.go:320] Updating pod openshift-console/console-64858b4bb6-rppsb I0311 09:48:03.641344 3375 pod.go:62] [openshift-console/console-64858b4bb6-rppsb] pod update took 31.206203ms I0311 09:48:03.641372 3375 base_network_controller_pods.go:928] [default/openshift-console/console-64858b4bb6-rppsb] addLogicalPort annotation time took 31.239464ms I0311 09:48:03.643251 3375 pods.go:253] [openshift-console/console-64858b4bb6-rppsb] addLogicalPort took 33.206464ms, libovsdb time 1.153254ms I0311 09:48:03.990078 3375 cni.go:331] [openshift-console/console-64858b4bb6-rppsb 33a3e8dc01e067d609edb5d3aab9b3225f02425b95b75a56b92385043b22e21f network default NAD default] ADD starting CNI request [openshift-console/console-64858b4bb6-rppsb 33a3e8dc01e067d609edb5d3aab9b3225f02425b95b75a56b92385043b22e21f network default NAD default] I0311 09:48:04.003872 3375 helper_linux.go:450] ConfigureOVS: namespace: openshift-console, podName: console-64858b4bb6-rppsb, hostIfaceName: 33a3e8dc01e067d, network: default, NAD default, SandboxID: "33a3e8dc01e067d609edb5d3aab9b3225f02425b95b75a56b92385043b22e21f", PCI device ID: , UID: "60d8d3da-6edb-4db9-8d59-3d99853bcc46", MAC: 0a:58:0a:81:00:18, IPs: [10.129.0.24/23] I0311 09:48:04.051151 3375 cni.go:352] [openshift-console/console-64858b4bb6-rppsb 33a3e8dc01e067d609edb5d3aab9b3225f02425b95b75a56b92385043b22e21f network default NAD default] ADD finished CNI request [openshift-console/console-64858b4bb6-rppsb 33a3e8dc01e067d609edb5d3aab9b3225f02425b95b75a56b92385043b22e21f network default NAD default], result "{\"interfaces\":[{\"name\":\"33a3e8dc01e067d\",\"mac\":\"36:b9:b3:ad:99:8d\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:81:00:18\",\"sandbox\":\"/var/run/netns/0362e56b-bdec-4a76-8fef-a05082b9b7cf\"}],\"ips\":[{\"interface\":1,\"address\":\"10.129.0.24/23\",\"gateway\":\"10.129.0.1\"}],\"dns\":{}}", err I0311 09:48:04.139172 3375 obj_retry.go:457] Detected object openshift-image-registry/image-registry-5fb8f477d8-l4lpc of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0311 09:48:04.139306 3375 obj_retry.go:457] Detected object openshift-image-registry/image-registry-5fb8f477d8-l4lpc of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0311 09:48:04.147090 3375 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-image-registry/image-registry-5fb8f477d8-l4lpc I0311 09:48:04.147119 3375 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod openshift-image-registry/image-registry-5fb8f477d8-l4lpc I0311 09:48:04.595327 3375 obj_retry.go:457] Detected object openshift-image-registry/image-registry-5d567bd994-cqb72 of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0311 09:48:04.595359 3375 obj_retry.go:457] Detected object openshift-image-registry/image-registry-5d567bd994-cqb72 of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0311 09:48:04.605526 3375 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-image-registry/image-registry-5d567bd994-cqb72 I0311 09:48:04.605560 3375 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod openshift-image-registry/image-registry-5d567bd994-cqb72 I0311 09:48:06.274027 3375 base_network_controller_pods.go:478] [default/openshift-image-registry/image-registry-7854f68bb7-7sdxn] creating logical port openshift-image-registry_image-registry-7854f68bb7-7sdxn for pod on switch ip-10-0-1-185.ec2.internal I0311 09:48:06.274155 3375 kube.go:320] Updating pod openshift-image-registry/image-registry-7854f68bb7-7sdxn I0311 09:48:06.306701 3375 pod.go:62] [openshift-image-registry/image-registry-7854f68bb7-7sdxn] pod update took 32.590844ms I0311 09:48:06.306728 3375 base_network_controller_pods.go:928] [default/openshift-image-registry/image-registry-7854f68bb7-7sdxn] addLogicalPort annotation time took 32.620945ms I0311 09:48:06.308299 3375 pods.go:253] [openshift-image-registry/image-registry-7854f68bb7-7sdxn] addLogicalPort took 34.296068ms, libovsdb time 1.089301ms I0311 09:48:07.141234 3375 cni.go:331] [openshift-image-registry/image-registry-7854f68bb7-7sdxn 3e57f8ff2b01c1c9a4d46ed03f55283cc4d862bef98dd73a97430c5d7a3bf64b network default NAD default] ADD starting CNI request [openshift-image-registry/image-registry-7854f68bb7-7sdxn 3e57f8ff2b01c1c9a4d46ed03f55283cc4d862bef98dd73a97430c5d7a3bf64b network default NAD default] I0311 09:48:07.152471 3375 helper_linux.go:450] ConfigureOVS: namespace: openshift-image-registry, podName: image-registry-7854f68bb7-7sdxn, hostIfaceName: 3e57f8ff2b01c1c, network: default, NAD default, SandboxID: "3e57f8ff2b01c1c9a4d46ed03f55283cc4d862bef98dd73a97430c5d7a3bf64b", PCI device ID: , UID: "dd6d8a8e-1524-43c0-b20a-b56292c0d335", MAC: 0a:58:0a:81:00:19, IPs: [10.129.0.25/23] I0311 09:48:07.204562 3375 cni.go:352] [openshift-image-registry/image-registry-7854f68bb7-7sdxn 3e57f8ff2b01c1c9a4d46ed03f55283cc4d862bef98dd73a97430c5d7a3bf64b network default NAD default] ADD finished CNI request [openshift-image-registry/image-registry-7854f68bb7-7sdxn 3e57f8ff2b01c1c9a4d46ed03f55283cc4d862bef98dd73a97430c5d7a3bf64b network default NAD default], result "{\"interfaces\":[{\"name\":\"3e57f8ff2b01c1c\",\"mac\":\"86:56:2f:5a:77:e8\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:81:00:19\",\"sandbox\":\"/var/run/netns/3a2dae7d-fa37-4309-90cf-8c09b701292b\"}],\"ips\":[{\"interface\":1,\"address\":\"10.129.0.25/23\",\"gateway\":\"10.129.0.1\"}],\"dns\":{}}", err I0311 09:48:28.975323 3375 obj_retry.go:463] Detected object openshift-console/console-64f54945d4-jnr72 of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0311 09:48:28.975881 3375 obj_retry.go:463] Detected object openshift-console/console-64f54945d4-jnr72 of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0311 09:48:29.591621 3375 obj_retry.go:457] Detected object openshift-console/console-64f54945d4-jnr72 of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0311 09:48:29.591654 3375 obj_retry.go:457] Detected object openshift-console/console-64f54945d4-jnr72 of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0311 09:48:29.595671 3375 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-console/console-64f54945d4-jnr72 I0311 09:48:29.595751 3375 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod openshift-console/console-64f54945d4-jnr72 I0311 09:48:39.995717 3375 obj_retry.go:463] Detected object openshift-console/console-64f54945d4-dmxzj of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0311 09:48:39.996325 3375 obj_retry.go:463] Detected object openshift-console/console-64f54945d4-dmxzj of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0311 09:48:40.224014 3375 obj_retry.go:457] Detected object openshift-console/console-64f54945d4-dmxzj of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0311 09:48:40.224124 3375 obj_retry.go:457] Detected object openshift-console/console-64f54945d4-dmxzj of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0311 09:48:40.238030 3375 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-console/console-64f54945d4-dmxzj I0311 09:48:40.238122 3375 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod openshift-console/console-64f54945d4-dmxzj I0311 09:48:51.517467 3375 obj_retry.go:463] Detected object openshift-image-registry/image-registry-5fb8f477d8-rznsz of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0311 09:48:51.517995 3375 obj_retry.go:463] Detected object openshift-image-registry/image-registry-5fb8f477d8-rznsz of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0311 09:48:51.652488 3375 obj_retry.go:457] Detected object openshift-image-registry/image-registry-5fb8f477d8-rznsz of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0311 09:48:51.652510 3375 obj_retry.go:457] Detected object openshift-image-registry/image-registry-5fb8f477d8-rznsz of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0311 09:48:51.660062 3375 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-image-registry/image-registry-5fb8f477d8-rznsz I0311 09:48:51.660080 3375 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod openshift-image-registry/image-registry-5fb8f477d8-rznsz I0311 09:48:55.398835 3375 obj_retry.go:463] Detected object openshift-ingress/router-default-57fc67cb7-bj6nd of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0311 09:48:55.399458 3375 obj_retry.go:463] Detected object openshift-ingress/router-default-57fc67cb7-bj6nd of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0311 09:48:55.660928 3375 obj_retry.go:457] Detected object openshift-ingress/router-default-57fc67cb7-bj6nd of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0311 09:48:55.660958 3375 obj_retry.go:457] Detected object openshift-ingress/router-default-57fc67cb7-bj6nd of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0311 09:48:55.668522 3375 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-ingress/router-default-57fc67cb7-bj6nd I0311 09:48:55.668584 3375 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod openshift-ingress/router-default-57fc67cb7-bj6nd I0311 09:49:13.998573 3375 obj_retry.go:463] Detected object openshift-monitoring/alertmanager-main-1 of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0311 09:49:13.999164 3375 obj_retry.go:463] Detected object openshift-monitoring/alertmanager-main-1 of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0311 09:49:14.326091 3375 obj_retry.go:457] Detected object openshift-monitoring/alertmanager-main-1 of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0311 09:49:14.326117 3375 obj_retry.go:457] Detected object openshift-monitoring/alertmanager-main-1 of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0311 09:49:14.331515 3375 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-monitoring/alertmanager-main-1 I0311 09:49:14.331536 3375 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod openshift-monitoring/alertmanager-main-1 I0311 09:49:18.226583 3375 cni.go:331] [openshift-monitoring/prometheus-k8s-1 0d2f46775a49335dcd04924f1cf291b2ab2819312b66e102a62fcd2740a98244 network default NAD default] DEL starting CNI request [openshift-monitoring/prometheus-k8s-1 0d2f46775a49335dcd04924f1cf291b2ab2819312b66e102a62fcd2740a98244 network default NAD default] I0311 09:49:18.314925 3375 cni.go:352] [openshift-monitoring/prometheus-k8s-1 0d2f46775a49335dcd04924f1cf291b2ab2819312b66e102a62fcd2740a98244 network default NAD default] DEL finished CNI request [openshift-monitoring/prometheus-k8s-1 0d2f46775a49335dcd04924f1cf291b2ab2819312b66e102a62fcd2740a98244 network default NAD default], result "{\"dns\":{}}", err I0311 09:49:18.377772 3375 obj_retry.go:463] Detected object openshift-monitoring/prometheus-k8s-1 of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0311 09:49:18.377813 3375 pods.go:175] Deleting pod: openshift-monitoring/prometheus-k8s-1 I0311 09:49:18.379362 3375 pods.go:218] Attempting to release IPs for pod: openshift-monitoring/prometheus-k8s-1, ips: 10.129.0.23 I0311 09:49:18.379397 3375 obj_retry.go:463] Detected object openshift-monitoring/prometheus-k8s-1 of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0311 09:49:18.819365 3375 obj_retry.go:457] Detected object openshift-monitoring/prometheus-k8s-1 of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0311 09:49:18.819438 3375 obj_retry.go:457] Detected object openshift-monitoring/prometheus-k8s-1 of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0311 09:49:18.828493 3375 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-monitoring/prometheus-k8s-1 I0311 09:49:18.828529 3375 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod openshift-monitoring/prometheus-k8s-1 I0311 09:49:18.869254 3375 base_network_controller_pods.go:478] [default/openshift-monitoring/prometheus-k8s-1] creating logical port openshift-monitoring_prometheus-k8s-1 for pod on switch ip-10-0-1-185.ec2.internal I0311 09:49:18.869390 3375 kube.go:320] Updating pod openshift-monitoring/prometheus-k8s-1 I0311 09:49:18.890313 3375 pod.go:62] [openshift-monitoring/prometheus-k8s-1] pod update took 20.964691ms I0311 09:49:18.890332 3375 base_network_controller_pods.go:928] [default/openshift-monitoring/prometheus-k8s-1] addLogicalPort annotation time took 20.986971ms I0311 09:49:18.891478 3375 pods.go:253] [openshift-monitoring/prometheus-k8s-1] addLogicalPort took 22.240967ms, libovsdb time 816.048µs I0311 09:49:19.223988 3375 cni.go:331] [openshift-monitoring/prometheus-k8s-1 ebfac643f02b06a4caa549f0ba88a96bb6b386089ec9b5192c275f05cd294ff2 network default NAD default] ADD starting CNI request [openshift-monitoring/prometheus-k8s-1 ebfac643f02b06a4caa549f0ba88a96bb6b386089ec9b5192c275f05cd294ff2 network default NAD default] I0311 09:49:19.234379 3375 helper_linux.go:450] ConfigureOVS: namespace: openshift-monitoring, podName: prometheus-k8s-1, hostIfaceName: ebfac643f02b06a, network: default, NAD default, SandboxID: "ebfac643f02b06a4caa549f0ba88a96bb6b386089ec9b5192c275f05cd294ff2", PCI device ID: , UID: "f8df687a-fe25-4568-b719-1739af65f454", MAC: 0a:58:0a:81:00:1a, IPs: [10.129.0.26/23] I0311 09:49:19.482282 3375 cni.go:352] [openshift-monitoring/prometheus-k8s-1 ebfac643f02b06a4caa549f0ba88a96bb6b386089ec9b5192c275f05cd294ff2 network default NAD default] ADD finished CNI request [openshift-monitoring/prometheus-k8s-1 ebfac643f02b06a4caa549f0ba88a96bb6b386089ec9b5192c275f05cd294ff2 network default NAD default], result "{\"interfaces\":[{\"name\":\"ebfac643f02b06a\",\"mac\":\"46:4e:c1:39:3a:a9\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:81:00:1a\",\"sandbox\":\"/var/run/netns/6e7e281c-c8bc-45a1-9d91-c9bcbb0f78bc\"}],\"ips\":[{\"interface\":1,\"address\":\"10.129.0.26/23\",\"gateway\":\"10.129.0.1\"}],\"dns\":{}}", err I0311 09:49:45.954719 3375 cni.go:331] [openshift-monitoring/alertmanager-main-0 721daedf6ff441f85e9ed2e90427ba0245c2b6867e05cebf7bed0a8552120f95 network default NAD default] DEL starting CNI request [openshift-monitoring/alertmanager-main-0 721daedf6ff441f85e9ed2e90427ba0245c2b6867e05cebf7bed0a8552120f95 network default NAD default] I0311 09:49:46.045737 3375 cni.go:352] [openshift-monitoring/alertmanager-main-0 721daedf6ff441f85e9ed2e90427ba0245c2b6867e05cebf7bed0a8552120f95 network default NAD default] DEL finished CNI request [openshift-monitoring/alertmanager-main-0 721daedf6ff441f85e9ed2e90427ba0245c2b6867e05cebf7bed0a8552120f95 network default NAD default], result "{\"dns\":{}}", err I0311 09:49:46.103325 3375 obj_retry.go:463] Detected object openshift-monitoring/alertmanager-main-0 of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0311 09:49:46.103424 3375 pods.go:175] Deleting pod: openshift-monitoring/alertmanager-main-0 I0311 09:49:46.105064 3375 pods.go:218] Attempting to release IPs for pod: openshift-monitoring/alertmanager-main-0, ips: 10.129.0.19 I0311 09:49:46.105098 3375 obj_retry.go:463] Detected object openshift-monitoring/alertmanager-main-0 of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0311 09:49:46.916088 3375 obj_retry.go:457] Detected object openshift-monitoring/alertmanager-main-0 of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0311 09:49:46.916496 3375 obj_retry.go:457] Detected object openshift-monitoring/alertmanager-main-0 of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0311 09:49:46.925995 3375 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-monitoring/alertmanager-main-0 I0311 09:49:46.926078 3375 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod openshift-monitoring/alertmanager-main-0 I0311 09:49:46.973026 3375 base_network_controller_pods.go:478] [default/openshift-monitoring/alertmanager-main-0] creating logical port openshift-monitoring_alertmanager-main-0 for pod on switch ip-10-0-1-185.ec2.internal I0311 09:49:46.973199 3375 kube.go:320] Updating pod openshift-monitoring/alertmanager-main-0 I0311 09:49:46.998506 3375 pod.go:62] [openshift-monitoring/alertmanager-main-0] pod update took 25.362647ms I0311 09:49:46.998526 3375 base_network_controller_pods.go:928] [default/openshift-monitoring/alertmanager-main-0] addLogicalPort annotation time took 25.386589ms I0311 09:49:46.999917 3375 pods.go:253] [openshift-monitoring/alertmanager-main-0] addLogicalPort took 26.911102ms, libovsdb time 1.01551ms I0311 09:49:46.999957 3375 obj_retry.go:463] Detected object openshift-console/console-64858b4bb6-xg2kg of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0311 09:49:47.000364 3375 obj_retry.go:463] Detected object openshift-console/console-64858b4bb6-xg2kg of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0311 09:49:47.630458 3375 cni.go:331] [openshift-monitoring/alertmanager-main-0 6b7820b4e7de1f712f19f1c7b24f10c2f68bc3634516b7d469a34a4bee0480c5 network default NAD default] ADD starting CNI request [openshift-monitoring/alertmanager-main-0 6b7820b4e7de1f712f19f1c7b24f10c2f68bc3634516b7d469a34a4bee0480c5 network default NAD default] I0311 09:49:47.641377 3375 helper_linux.go:450] ConfigureOVS: namespace: openshift-monitoring, podName: alertmanager-main-0, hostIfaceName: 6b7820b4e7de1f7, network: default, NAD default, SandboxID: "6b7820b4e7de1f712f19f1c7b24f10c2f68bc3634516b7d469a34a4bee0480c5", PCI device ID: , UID: "b5a7bc1b-0750-4667-bcf1-0cb39c97eeb1", MAC: 0a:58:0a:81:00:1b, IPs: [10.129.0.27/23] I0311 09:49:47.806395 3375 obj_retry.go:457] Detected object openshift-console/console-64858b4bb6-xg2kg of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0311 09:49:47.806416 3375 obj_retry.go:457] Detected object openshift-console/console-64858b4bb6-xg2kg of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0311 09:49:47.815553 3375 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-console/console-64858b4bb6-xg2kg I0311 09:49:47.815580 3375 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod openshift-console/console-64858b4bb6-xg2kg I0311 09:49:47.890760 3375 cni.go:352] [openshift-monitoring/alertmanager-main-0 6b7820b4e7de1f712f19f1c7b24f10c2f68bc3634516b7d469a34a4bee0480c5 network default NAD default] ADD finished CNI request [openshift-monitoring/alertmanager-main-0 6b7820b4e7de1f712f19f1c7b24f10c2f68bc3634516b7d469a34a4bee0480c5 network default NAD default], result "{\"interfaces\":[{\"name\":\"6b7820b4e7de1f7\",\"mac\":\"3e:a9:6f:42:ad:38\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:81:00:1b\",\"sandbox\":\"/var/run/netns/4e56aa60-618a-4e0a-9fc6-cadd8b3463f5\"}],\"ips\":[{\"interface\":1,\"address\":\"10.129.0.27/23\",\"gateway\":\"10.129.0.1\"}],\"dns\":{}}", err I0311 09:49:57.608025 3375 cni.go:331] [openshift-console/console-64858b4bb6-rppsb 33a3e8dc01e067d609edb5d3aab9b3225f02425b95b75a56b92385043b22e21f network default NAD default] DEL starting CNI request [openshift-console/console-64858b4bb6-rppsb 33a3e8dc01e067d609edb5d3aab9b3225f02425b95b75a56b92385043b22e21f network default NAD default] I0311 09:49:57.709830 3375 cni.go:352] [openshift-console/console-64858b4bb6-rppsb 33a3e8dc01e067d609edb5d3aab9b3225f02425b95b75a56b92385043b22e21f network default NAD default] DEL finished CNI request [openshift-console/console-64858b4bb6-rppsb 33a3e8dc01e067d609edb5d3aab9b3225f02425b95b75a56b92385043b22e21f network default NAD default], result "{\"dns\":{}}", err I0311 09:49:57.757802 3375 obj_retry.go:463] Detected object openshift-console/console-64858b4bb6-rppsb of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0311 09:49:57.757941 3375 pods.go:175] Deleting pod: openshift-console/console-64858b4bb6-rppsb I0311 09:49:57.759612 3375 pods.go:218] Attempting to release IPs for pod: openshift-console/console-64858b4bb6-rppsb, ips: 10.129.0.24 I0311 09:49:57.759646 3375 obj_retry.go:463] Detected object openshift-console/console-64858b4bb6-rppsb of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0311 09:49:57.950917 3375 obj_retry.go:457] Detected object openshift-console/console-64858b4bb6-rppsb of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0311 09:49:57.951000 3375 obj_retry.go:457] Detected object openshift-console/console-64858b4bb6-rppsb of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0311 09:49:57.960940 3375 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-console/console-64858b4bb6-rppsb I0311 09:49:57.960971 3375 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod openshift-console/console-64858b4bb6-rppsb I0311 09:50:05.617985 3375 obj_retry.go:463] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29553710-27pjz of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0311 09:50:05.618556 3375 obj_retry.go:463] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29553710-27pjz of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0311 09:50:06.640011 3375 obj_retry.go:457] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29553710-27pjz of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0311 09:50:06.640059 3375 obj_retry.go:457] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29553710-27pjz of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0311 09:50:21.366704 3375 obj_retry.go:463] Detected object openshift-monitoring/prometheus-k8s-0 of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0311 09:50:21.367282 3375 obj_retry.go:463] Detected object openshift-monitoring/prometheus-k8s-0 of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0311 09:50:21.885266 3375 obj_retry.go:457] Detected object openshift-monitoring/prometheus-k8s-0 of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0311 09:50:21.885318 3375 obj_retry.go:457] Detected object openshift-monitoring/prometheus-k8s-0 of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0311 09:50:21.893737 3375 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-monitoring/prometheus-k8s-0 I0311 09:50:21.893829 3375 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod openshift-monitoring/prometheus-k8s-0 I0311 09:51:14.718744 3375 namespace.go:93] [tsf] adding namespace I0311 09:51:14.719725 3375 namespace.go:97] [tsf] adding namespace took 956.485µs I0311 09:51:14.738770 3375 namespace.go:137] [tsf] updating namespace I0311 09:51:14.751498 3375 namespace.go:137] [tsf] updating namespace I0311 09:51:18.356916 3375 namespace.go:93] [tsf-keycloak] adding namespace I0311 09:51:18.357830 3375 namespace.go:97] [tsf-keycloak] adding namespace took 891.151µs I0311 09:51:18.360537 3375 namespace.go:93] [rhtpa-operator] adding namespace I0311 09:51:18.361330 3375 namespace.go:97] [rhtpa-operator] adding namespace took 773.476µs I0311 09:51:18.365679 3375 namespace.go:93] [rhbk-operator] adding namespace I0311 09:51:18.365758 3375 namespace.go:93] [konflux-ui] adding namespace I0311 09:51:18.365761 3375 namespace.go:93] [tsf-tpa] adding namespace I0311 09:51:18.365879 3375 namespace.go:93] [konflux-operator] adding namespace I0311 09:51:18.366088 3375 namespace.go:93] [tsf-tas] adding namespace I0311 09:51:18.366538 3375 namespace.go:97] [rhbk-operator] adding namespace took 798.095µs I0311 09:51:18.366569 3375 namespace.go:93] [cert-manager-operator] adding namespace I0311 09:51:18.367275 3375 namespace.go:97] [cert-manager-operator] adding namespace took 698.175µs I0311 09:51:18.367842 3375 namespace.go:97] [konflux-ui] adding namespace took 2.029623ms I0311 09:51:18.368431 3375 namespace.go:97] [tsf-tpa] adding namespace took 2.596134ms I0311 09:51:18.368901 3375 namespace.go:97] [konflux-operator] adding namespace took 2.970316ms I0311 09:51:18.369469 3375 namespace.go:97] [tsf-tas] adding namespace took 3.345642ms I0311 09:51:18.380671 3375 namespace.go:137] [tsf-keycloak] updating namespace I0311 09:51:18.396639 3375 namespace.go:137] [tsf-keycloak] updating namespace I0311 09:51:18.404575 3375 namespace.go:137] [rhtpa-operator] updating namespace I0311 09:51:18.408626 3375 namespace.go:137] [rhbk-operator] updating namespace I0311 09:51:18.408642 3375 namespace.go:137] [tsf-tpa] updating namespace I0311 09:51:18.412576 3375 namespace.go:137] [konflux-ui] updating namespace I0311 09:51:18.420662 3375 namespace.go:137] [rhtpa-operator] updating namespace I0311 09:51:18.420687 3375 namespace.go:137] [konflux-operator] updating namespace I0311 09:51:18.420854 3375 namespace.go:137] [tsf-tas] updating namespace I0311 09:51:18.421569 3375 namespace.go:137] [cert-manager-operator] updating namespace I0311 09:51:18.424135 3375 namespace.go:137] [tsf-keycloak] updating namespace I0311 09:51:18.436632 3375 namespace.go:137] [rhtpa-operator] updating namespace I0311 09:51:18.454402 3375 namespace.go:137] [rhbk-operator] updating namespace I0311 09:51:18.465251 3375 namespace.go:137] [rhbk-operator] updating namespace I0311 09:51:18.482358 3375 namespace.go:137] [tsf-tpa] updating namespace I0311 09:51:18.497646 3375 namespace.go:137] [tsf-tpa] updating namespace I0311 09:51:18.505261 3375 namespace.go:137] [konflux-ui] updating namespace I0311 09:51:18.519422 3375 namespace.go:137] [konflux-ui] updating namespace I0311 09:51:18.540342 3375 namespace.go:137] [konflux-operator] updating namespace I0311 09:51:18.559348 3375 namespace.go:137] [konflux-operator] updating namespace I0311 09:51:18.566315 3375 namespace.go:137] [cert-manager-operator] updating namespace I0311 09:51:18.584055 3375 namespace.go:137] [cert-manager-operator] updating namespace I0311 09:51:18.600876 3375 namespace.go:137] [tsf-tas] updating namespace I0311 09:51:18.610328 3375 namespace.go:137] [tsf-tas] updating namespace I0311 09:51:19.694286 3375 namespace.go:137] [tsf-tpa] updating namespace I0311 09:51:19.840099 3375 namespace.go:137] [tsf-keycloak] updating namespace I0311 09:51:21.302108 3375 base_network_controller_pods.go:478] [default/openshift-marketplace/3e5f5b636bd3cc990d4bd6297d76653ce1cee577740080d10b92cd17d1prmqv] creating logical port openshift-marketplace_3e5f5b636bd3cc990d4bd6297d76653ce1cee577740080d10b92cd17d1prmqv for pod on switch ip-10-0-1-185.ec2.internal I0311 09:51:21.302202 3375 kube.go:320] Updating pod openshift-marketplace/3e5f5b636bd3cc990d4bd6297d76653ce1cee577740080d10b92cd17d1prmqv I0311 09:51:21.321084 3375 pod.go:62] [openshift-marketplace/3e5f5b636bd3cc990d4bd6297d76653ce1cee577740080d10b92cd17d1prmqv] pod update took 18.910628ms I0311 09:51:21.321168 3375 base_network_controller_pods.go:928] [default/openshift-marketplace/3e5f5b636bd3cc990d4bd6297d76653ce1cee577740080d10b92cd17d1prmqv] addLogicalPort annotation time took 18.996572ms I0311 09:51:21.322520 3375 pods.go:253] [openshift-marketplace/3e5f5b636bd3cc990d4bd6297d76653ce1cee577740080d10b92cd17d1prmqv] addLogicalPort took 20.432282ms, libovsdb time 927.203µs I0311 09:51:21.400543 3375 base_network_controller_pods.go:478] [default/openshift-marketplace/925ad1f05bf386dc21bdfe2f8249c1fbfd04a404dec7a7fb6362d758e5h66t7] creating logical port openshift-marketplace_925ad1f05bf386dc21bdfe2f8249c1fbfd04a404dec7a7fb6362d758e5h66t7 for pod on switch ip-10-0-1-185.ec2.internal I0311 09:51:21.400627 3375 kube.go:320] Updating pod openshift-marketplace/925ad1f05bf386dc21bdfe2f8249c1fbfd04a404dec7a7fb6362d758e5h66t7 I0311 09:51:21.413858 3375 pod.go:62] [openshift-marketplace/925ad1f05bf386dc21bdfe2f8249c1fbfd04a404dec7a7fb6362d758e5h66t7] pod update took 13.257625ms I0311 09:51:21.413876 3375 base_network_controller_pods.go:928] [default/openshift-marketplace/925ad1f05bf386dc21bdfe2f8249c1fbfd04a404dec7a7fb6362d758e5h66t7] addLogicalPort annotation time took 13.279318ms I0311 09:51:21.415149 3375 pods.go:253] [openshift-marketplace/925ad1f05bf386dc21bdfe2f8249c1fbfd04a404dec7a7fb6362d758e5h66t7] addLogicalPort took 14.620698ms, libovsdb time 782.832µs I0311 09:51:21.657534 3375 cni.go:331] [openshift-marketplace/3e5f5b636bd3cc990d4bd6297d76653ce1cee577740080d10b92cd17d1prmqv baa96bdb7ee3a2f43b056b88c9e689aa3a71f37cdfc7f382a80d56398b6db250 network default NAD default] ADD starting CNI request [openshift-marketplace/3e5f5b636bd3cc990d4bd6297d76653ce1cee577740080d10b92cd17d1prmqv baa96bdb7ee3a2f43b056b88c9e689aa3a71f37cdfc7f382a80d56398b6db250 network default NAD default] I0311 09:51:21.667055 3375 helper_linux.go:450] ConfigureOVS: namespace: openshift-marketplace, podName: 3e5f5b636bd3cc990d4bd6297d76653ce1cee577740080d10b92cd17d1prmqv, hostIfaceName: baa96bdb7ee3a2f, network: default, NAD default, SandboxID: "baa96bdb7ee3a2f43b056b88c9e689aa3a71f37cdfc7f382a80d56398b6db250", PCI device ID: , UID: "be19e695-4abe-4b28-b117-af2431303cf6", MAC: 0a:58:0a:81:00:1c, IPs: [10.129.0.28/23] I0311 09:51:21.755127 3375 cni.go:331] [openshift-marketplace/925ad1f05bf386dc21bdfe2f8249c1fbfd04a404dec7a7fb6362d758e5h66t7 48b4dc7f1f61d5179b3129f83948aaec80aacf90180cf6640639ec915001b429 network default NAD default] ADD starting CNI request [openshift-marketplace/925ad1f05bf386dc21bdfe2f8249c1fbfd04a404dec7a7fb6362d758e5h66t7 48b4dc7f1f61d5179b3129f83948aaec80aacf90180cf6640639ec915001b429 network default NAD default] I0311 09:51:21.763819 3375 helper_linux.go:450] ConfigureOVS: namespace: openshift-marketplace, podName: 925ad1f05bf386dc21bdfe2f8249c1fbfd04a404dec7a7fb6362d758e5h66t7, hostIfaceName: 48b4dc7f1f61d51, network: default, NAD default, SandboxID: "48b4dc7f1f61d5179b3129f83948aaec80aacf90180cf6640639ec915001b429", PCI device ID: , UID: "f48c6e1a-6833-4152-9a18-ad2ef340edf0", MAC: 0a:58:0a:81:00:1d, IPs: [10.129.0.29/23] I0311 09:51:21.805615 3375 cni.go:352] [openshift-marketplace/925ad1f05bf386dc21bdfe2f8249c1fbfd04a404dec7a7fb6362d758e5h66t7 48b4dc7f1f61d5179b3129f83948aaec80aacf90180cf6640639ec915001b429 network default NAD default] ADD finished CNI request [openshift-marketplace/925ad1f05bf386dc21bdfe2f8249c1fbfd04a404dec7a7fb6362d758e5h66t7 48b4dc7f1f61d5179b3129f83948aaec80aacf90180cf6640639ec915001b429 network default NAD default], result "{\"interfaces\":[{\"name\":\"48b4dc7f1f61d51\",\"mac\":\"c6:e0:e5:12:80:d3\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:81:00:1d\",\"sandbox\":\"/var/run/netns/d6514f87-c807-40c9-82d1-031f1d7766f0\"}],\"ips\":[{\"interface\":1,\"address\":\"10.129.0.29/23\",\"gateway\":\"10.129.0.1\"}],\"dns\":{}}", err I0311 09:51:21.916356 3375 cni.go:352] [openshift-marketplace/3e5f5b636bd3cc990d4bd6297d76653ce1cee577740080d10b92cd17d1prmqv baa96bdb7ee3a2f43b056b88c9e689aa3a71f37cdfc7f382a80d56398b6db250 network default NAD default] ADD finished CNI request [openshift-marketplace/3e5f5b636bd3cc990d4bd6297d76653ce1cee577740080d10b92cd17d1prmqv baa96bdb7ee3a2f43b056b88c9e689aa3a71f37cdfc7f382a80d56398b6db250 network default NAD default], result "{\"interfaces\":[{\"name\":\"baa96bdb7ee3a2f\",\"mac\":\"16:c9:57:38:7c:21\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:81:00:1c\",\"sandbox\":\"/var/run/netns/67706280-1e63-4802-a113-0db388707b99\"}],\"ips\":[{\"interface\":1,\"address\":\"10.129.0.28/23\",\"gateway\":\"10.129.0.1\"}],\"dns\":{}}", err I0311 09:51:26.334154 3375 base_network_controller_pods.go:478] [default/openshift-marketplace/ba8005e542d2434eb921fc7d1b9a173d62cb93ec352f86c52b78a87ba84n72v] creating logical port openshift-marketplace_ba8005e542d2434eb921fc7d1b9a173d62cb93ec352f86c52b78a87ba84n72v for pod on switch ip-10-0-1-185.ec2.internal I0311 09:51:26.334350 3375 kube.go:320] Updating pod openshift-marketplace/ba8005e542d2434eb921fc7d1b9a173d62cb93ec352f86c52b78a87ba84n72v I0311 09:51:26.347542 3375 pod.go:62] [openshift-marketplace/ba8005e542d2434eb921fc7d1b9a173d62cb93ec352f86c52b78a87ba84n72v] pod update took 13.235801ms I0311 09:51:26.347571 3375 base_network_controller_pods.go:928] [default/openshift-marketplace/ba8005e542d2434eb921fc7d1b9a173d62cb93ec352f86c52b78a87ba84n72v] addLogicalPort annotation time took 13.267931ms I0311 09:51:26.348827 3375 pods.go:253] [openshift-marketplace/ba8005e542d2434eb921fc7d1b9a173d62cb93ec352f86c52b78a87ba84n72v] addLogicalPort took 14.695346ms, libovsdb time 884.462µs I0311 09:51:26.728059 3375 cni.go:331] [openshift-marketplace/ba8005e542d2434eb921fc7d1b9a173d62cb93ec352f86c52b78a87ba84n72v d379ba22ffe83d304092e113b0f9208fed82d1e49bb0509ed8cab31b2b598b0a network default NAD default] ADD starting CNI request [openshift-marketplace/ba8005e542d2434eb921fc7d1b9a173d62cb93ec352f86c52b78a87ba84n72v d379ba22ffe83d304092e113b0f9208fed82d1e49bb0509ed8cab31b2b598b0a network default NAD default] I0311 09:51:26.737319 3375 helper_linux.go:450] ConfigureOVS: namespace: openshift-marketplace, podName: ba8005e542d2434eb921fc7d1b9a173d62cb93ec352f86c52b78a87ba84n72v, hostIfaceName: d379ba22ffe83d3, network: default, NAD default, SandboxID: "d379ba22ffe83d304092e113b0f9208fed82d1e49bb0509ed8cab31b2b598b0a", PCI device ID: , UID: "196cdc59-7d7f-418f-bd3f-0e05cafe2ebd", MAC: 0a:58:0a:81:00:1e, IPs: [10.129.0.30/23] I0311 09:51:26.783640 3375 cni.go:352] [openshift-marketplace/ba8005e542d2434eb921fc7d1b9a173d62cb93ec352f86c52b78a87ba84n72v d379ba22ffe83d304092e113b0f9208fed82d1e49bb0509ed8cab31b2b598b0a network default NAD default] ADD finished CNI request [openshift-marketplace/ba8005e542d2434eb921fc7d1b9a173d62cb93ec352f86c52b78a87ba84n72v d379ba22ffe83d304092e113b0f9208fed82d1e49bb0509ed8cab31b2b598b0a network default NAD default], result "{\"interfaces\":[{\"name\":\"d379ba22ffe83d3\",\"mac\":\"56:38:5f:06:e9:d7\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:81:00:1e\",\"sandbox\":\"/var/run/netns/69efd96d-078f-49bb-b8e2-559eab182d9b\"}],\"ips\":[{\"interface\":1,\"address\":\"10.129.0.30/23\",\"gateway\":\"10.129.0.1\"}],\"dns\":{}}", err I0311 09:51:27.233815 3375 cni.go:331] [openshift-marketplace/925ad1f05bf386dc21bdfe2f8249c1fbfd04a404dec7a7fb6362d758e5h66t7 48b4dc7f1f61d5179b3129f83948aaec80aacf90180cf6640639ec915001b429 network default NAD default] DEL starting CNI request [openshift-marketplace/925ad1f05bf386dc21bdfe2f8249c1fbfd04a404dec7a7fb6362d758e5h66t7 48b4dc7f1f61d5179b3129f83948aaec80aacf90180cf6640639ec915001b429 network default NAD default] I0311 09:51:27.304326 3375 cni.go:352] [openshift-marketplace/925ad1f05bf386dc21bdfe2f8249c1fbfd04a404dec7a7fb6362d758e5h66t7 48b4dc7f1f61d5179b3129f83948aaec80aacf90180cf6640639ec915001b429 network default NAD default] DEL finished CNI request [openshift-marketplace/925ad1f05bf386dc21bdfe2f8249c1fbfd04a404dec7a7fb6362d758e5h66t7 48b4dc7f1f61d5179b3129f83948aaec80aacf90180cf6640639ec915001b429 network default NAD default], result "{\"dns\":{}}", err I0311 09:51:27.338797 3375 obj_retry.go:463] Detected object openshift-marketplace/925ad1f05bf386dc21bdfe2f8249c1fbfd04a404dec7a7fb6362d758e5h66t7 of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0311 09:51:27.338835 3375 pods.go:175] Deleting pod: openshift-marketplace/925ad1f05bf386dc21bdfe2f8249c1fbfd04a404dec7a7fb6362d758e5h66t7 I0311 09:51:27.340444 3375 pods.go:218] Attempting to release IPs for pod: openshift-marketplace/925ad1f05bf386dc21bdfe2f8249c1fbfd04a404dec7a7fb6362d758e5h66t7, ips: 10.129.0.29 I0311 09:51:27.340483 3375 obj_retry.go:463] Detected object openshift-marketplace/925ad1f05bf386dc21bdfe2f8249c1fbfd04a404dec7a7fb6362d758e5h66t7 of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0311 09:51:28.153930 3375 base_network_controller_pods.go:478] [default/openshift-marketplace/30e1fee4a656579f055e90bd50374338b32290af440ed32e709fbffaafts54w] creating logical port openshift-marketplace_30e1fee4a656579f055e90bd50374338b32290af440ed32e709fbffaafts54w for pod on switch ip-10-0-1-185.ec2.internal I0311 09:51:28.154034 3375 kube.go:320] Updating pod openshift-marketplace/30e1fee4a656579f055e90bd50374338b32290af440ed32e709fbffaafts54w I0311 09:51:28.169836 3375 pod.go:62] [openshift-marketplace/30e1fee4a656579f055e90bd50374338b32290af440ed32e709fbffaafts54w] pod update took 15.838738ms I0311 09:51:28.169855 3375 base_network_controller_pods.go:928] [default/openshift-marketplace/30e1fee4a656579f055e90bd50374338b32290af440ed32e709fbffaafts54w] addLogicalPort annotation time took 15.862551ms I0311 09:51:28.171049 3375 pods.go:253] [openshift-marketplace/30e1fee4a656579f055e90bd50374338b32290af440ed32e709fbffaafts54w] addLogicalPort took 17.137444ms, libovsdb time 794.801µs I0311 09:51:28.242382 3375 cni.go:331] [openshift-marketplace/3e5f5b636bd3cc990d4bd6297d76653ce1cee577740080d10b92cd17d1prmqv baa96bdb7ee3a2f43b056b88c9e689aa3a71f37cdfc7f382a80d56398b6db250 network default NAD default] DEL starting CNI request [openshift-marketplace/3e5f5b636bd3cc990d4bd6297d76653ce1cee577740080d10b92cd17d1prmqv baa96bdb7ee3a2f43b056b88c9e689aa3a71f37cdfc7f382a80d56398b6db250 network default NAD default] I0311 09:51:28.243056 3375 base_network_controller_pods.go:478] [default/openshift-marketplace/ebcb0c36db6eeca34de38a19703fb4ad67fb8004dcf661ce32294de5e7vgcnx] creating logical port openshift-marketplace_ebcb0c36db6eeca34de38a19703fb4ad67fb8004dcf661ce32294de5e7vgcnx for pod on switch ip-10-0-1-185.ec2.internal I0311 09:51:28.243242 3375 kube.go:320] Updating pod openshift-marketplace/ebcb0c36db6eeca34de38a19703fb4ad67fb8004dcf661ce32294de5e7vgcnx I0311 09:51:28.257953 3375 pod.go:62] [openshift-marketplace/ebcb0c36db6eeca34de38a19703fb4ad67fb8004dcf661ce32294de5e7vgcnx] pod update took 14.773728ms I0311 09:51:28.257977 3375 base_network_controller_pods.go:928] [default/openshift-marketplace/ebcb0c36db6eeca34de38a19703fb4ad67fb8004dcf661ce32294de5e7vgcnx] addLogicalPort annotation time took 14.80466ms I0311 09:51:28.259816 3375 pods.go:253] [openshift-marketplace/ebcb0c36db6eeca34de38a19703fb4ad67fb8004dcf661ce32294de5e7vgcnx] addLogicalPort took 16.777248ms, libovsdb time 1.30011ms I0311 09:51:28.306966 3375 cni.go:352] [openshift-marketplace/3e5f5b636bd3cc990d4bd6297d76653ce1cee577740080d10b92cd17d1prmqv baa96bdb7ee3a2f43b056b88c9e689aa3a71f37cdfc7f382a80d56398b6db250 network default NAD default] DEL finished CNI request [openshift-marketplace/3e5f5b636bd3cc990d4bd6297d76653ce1cee577740080d10b92cd17d1prmqv baa96bdb7ee3a2f43b056b88c9e689aa3a71f37cdfc7f382a80d56398b6db250 network default NAD default], result "{\"dns\":{}}", err I0311 09:51:28.363304 3375 obj_retry.go:457] Detected object openshift-marketplace/925ad1f05bf386dc21bdfe2f8249c1fbfd04a404dec7a7fb6362d758e5h66t7 of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0311 09:51:28.363343 3375 obj_retry.go:457] Detected object openshift-marketplace/925ad1f05bf386dc21bdfe2f8249c1fbfd04a404dec7a7fb6362d758e5h66t7 of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0311 09:51:28.373404 3375 obj_retry.go:463] Detected object openshift-marketplace/3e5f5b636bd3cc990d4bd6297d76653ce1cee577740080d10b92cd17d1prmqv of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0311 09:51:28.373431 3375 pods.go:175] Deleting pod: openshift-marketplace/3e5f5b636bd3cc990d4bd6297d76653ce1cee577740080d10b92cd17d1prmqv I0311 09:51:28.375116 3375 pods.go:218] Attempting to release IPs for pod: openshift-marketplace/3e5f5b636bd3cc990d4bd6297d76653ce1cee577740080d10b92cd17d1prmqv, ips: 10.129.0.28 I0311 09:51:28.375148 3375 obj_retry.go:463] Detected object openshift-marketplace/3e5f5b636bd3cc990d4bd6297d76653ce1cee577740080d10b92cd17d1prmqv of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0311 09:51:28.548080 3375 cni.go:331] [openshift-marketplace/30e1fee4a656579f055e90bd50374338b32290af440ed32e709fbffaafts54w d021e7f907d6b6a12588c519112d7d40fc30e553303f679e2ffe8c5b268b166b network default NAD default] ADD starting CNI request [openshift-marketplace/30e1fee4a656579f055e90bd50374338b32290af440ed32e709fbffaafts54w d021e7f907d6b6a12588c519112d7d40fc30e553303f679e2ffe8c5b268b166b network default NAD default] I0311 09:51:28.558630 3375 helper_linux.go:450] ConfigureOVS: namespace: openshift-marketplace, podName: 30e1fee4a656579f055e90bd50374338b32290af440ed32e709fbffaafts54w, hostIfaceName: d021e7f907d6b6a, network: default, NAD default, SandboxID: "d021e7f907d6b6a12588c519112d7d40fc30e553303f679e2ffe8c5b268b166b", PCI device ID: , UID: "1afcb281-083e-439b-b09a-7e2579dd8566", MAC: 0a:58:0a:81:00:1f, IPs: [10.129.0.31/23] I0311 09:51:28.602792 3375 cni.go:352] [openshift-marketplace/30e1fee4a656579f055e90bd50374338b32290af440ed32e709fbffaafts54w d021e7f907d6b6a12588c519112d7d40fc30e553303f679e2ffe8c5b268b166b network default NAD default] ADD finished CNI request [openshift-marketplace/30e1fee4a656579f055e90bd50374338b32290af440ed32e709fbffaafts54w d021e7f907d6b6a12588c519112d7d40fc30e553303f679e2ffe8c5b268b166b network default NAD default], result "{\"interfaces\":[{\"name\":\"d021e7f907d6b6a\",\"mac\":\"aa:a2:38:71:fe:fc\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:81:00:1f\",\"sandbox\":\"/var/run/netns/dde236b2-7072-4528-a044-b4c3703fd5b1\"}],\"ips\":[{\"interface\":1,\"address\":\"10.129.0.31/23\",\"gateway\":\"10.129.0.1\"}],\"dns\":{}}", err I0311 09:51:28.676363 3375 cni.go:331] [openshift-marketplace/ebcb0c36db6eeca34de38a19703fb4ad67fb8004dcf661ce32294de5e7vgcnx 86947a6cfa275c2a711ceec5c7e379395ae68411aabe590e51bfa8591d0b0605 network default NAD default] ADD starting CNI request [openshift-marketplace/ebcb0c36db6eeca34de38a19703fb4ad67fb8004dcf661ce32294de5e7vgcnx 86947a6cfa275c2a711ceec5c7e379395ae68411aabe590e51bfa8591d0b0605 network default NAD default] I0311 09:51:28.687338 3375 helper_linux.go:450] ConfigureOVS: namespace: openshift-marketplace, podName: ebcb0c36db6eeca34de38a19703fb4ad67fb8004dcf661ce32294de5e7vgcnx, hostIfaceName: 86947a6cfa275c2, network: default, NAD default, SandboxID: "86947a6cfa275c2a711ceec5c7e379395ae68411aabe590e51bfa8591d0b0605", PCI device ID: , UID: "0f1ebd93-40ac-458a-8f73-b65b41cfd87b", MAC: 0a:58:0a:81:00:20, IPs: [10.129.0.32/23] I0311 09:51:28.733115 3375 cni.go:352] [openshift-marketplace/ebcb0c36db6eeca34de38a19703fb4ad67fb8004dcf661ce32294de5e7vgcnx 86947a6cfa275c2a711ceec5c7e379395ae68411aabe590e51bfa8591d0b0605 network default NAD default] ADD finished CNI request [openshift-marketplace/ebcb0c36db6eeca34de38a19703fb4ad67fb8004dcf661ce32294de5e7vgcnx 86947a6cfa275c2a711ceec5c7e379395ae68411aabe590e51bfa8591d0b0605 network default NAD default], result "{\"interfaces\":[{\"name\":\"86947a6cfa275c2\",\"mac\":\"7a:40:bc:34:58:b3\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:81:00:20\",\"sandbox\":\"/var/run/netns/05e9b3df-8f6e-4bcd-9e59-bbb3f2e2dac7\"}],\"ips\":[{\"interface\":1,\"address\":\"10.129.0.32/23\",\"gateway\":\"10.129.0.1\"}],\"dns\":{}}", err I0311 09:51:29.400136 3375 obj_retry.go:457] Detected object openshift-marketplace/3e5f5b636bd3cc990d4bd6297d76653ce1cee577740080d10b92cd17d1prmqv of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0311 09:51:29.400160 3375 obj_retry.go:457] Detected object openshift-marketplace/3e5f5b636bd3cc990d4bd6297d76653ce1cee577740080d10b92cd17d1prmqv of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0311 09:51:31.266868 3375 cni.go:331] [openshift-marketplace/ba8005e542d2434eb921fc7d1b9a173d62cb93ec352f86c52b78a87ba84n72v d379ba22ffe83d304092e113b0f9208fed82d1e49bb0509ed8cab31b2b598b0a network default NAD default] DEL starting CNI request [openshift-marketplace/ba8005e542d2434eb921fc7d1b9a173d62cb93ec352f86c52b78a87ba84n72v d379ba22ffe83d304092e113b0f9208fed82d1e49bb0509ed8cab31b2b598b0a network default NAD default] I0311 09:51:31.334420 3375 cni.go:352] [openshift-marketplace/ba8005e542d2434eb921fc7d1b9a173d62cb93ec352f86c52b78a87ba84n72v d379ba22ffe83d304092e113b0f9208fed82d1e49bb0509ed8cab31b2b598b0a network default NAD default] DEL finished CNI request [openshift-marketplace/ba8005e542d2434eb921fc7d1b9a173d62cb93ec352f86c52b78a87ba84n72v d379ba22ffe83d304092e113b0f9208fed82d1e49bb0509ed8cab31b2b598b0a network default NAD default], result "{\"dns\":{}}", err I0311 09:51:31.382375 3375 obj_retry.go:463] Detected object openshift-marketplace/ba8005e542d2434eb921fc7d1b9a173d62cb93ec352f86c52b78a87ba84n72v of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0311 09:51:31.382411 3375 pods.go:175] Deleting pod: openshift-marketplace/ba8005e542d2434eb921fc7d1b9a173d62cb93ec352f86c52b78a87ba84n72v I0311 09:51:31.384133 3375 pods.go:218] Attempting to release IPs for pod: openshift-marketplace/ba8005e542d2434eb921fc7d1b9a173d62cb93ec352f86c52b78a87ba84n72v, ips: 10.129.0.30 I0311 09:51:31.384167 3375 obj_retry.go:463] Detected object openshift-marketplace/ba8005e542d2434eb921fc7d1b9a173d62cb93ec352f86c52b78a87ba84n72v of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0311 09:51:32.270630 3375 cni.go:331] [openshift-marketplace/30e1fee4a656579f055e90bd50374338b32290af440ed32e709fbffaafts54w d021e7f907d6b6a12588c519112d7d40fc30e553303f679e2ffe8c5b268b166b network default NAD default] DEL starting CNI request [openshift-marketplace/30e1fee4a656579f055e90bd50374338b32290af440ed32e709fbffaafts54w d021e7f907d6b6a12588c519112d7d40fc30e553303f679e2ffe8c5b268b166b network default NAD default] I0311 09:51:32.340902 3375 cni.go:352] [openshift-marketplace/30e1fee4a656579f055e90bd50374338b32290af440ed32e709fbffaafts54w d021e7f907d6b6a12588c519112d7d40fc30e553303f679e2ffe8c5b268b166b network default NAD default] DEL finished CNI request [openshift-marketplace/30e1fee4a656579f055e90bd50374338b32290af440ed32e709fbffaafts54w d021e7f907d6b6a12588c519112d7d40fc30e553303f679e2ffe8c5b268b166b network default NAD default], result "{\"dns\":{}}", err I0311 09:51:32.408255 3375 obj_retry.go:457] Detected object openshift-marketplace/ba8005e542d2434eb921fc7d1b9a173d62cb93ec352f86c52b78a87ba84n72v of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0311 09:51:32.408345 3375 obj_retry.go:457] Detected object openshift-marketplace/ba8005e542d2434eb921fc7d1b9a173d62cb93ec352f86c52b78a87ba84n72v of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0311 09:51:32.417293 3375 obj_retry.go:463] Detected object openshift-marketplace/30e1fee4a656579f055e90bd50374338b32290af440ed32e709fbffaafts54w of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0311 09:51:32.417320 3375 pods.go:175] Deleting pod: openshift-marketplace/30e1fee4a656579f055e90bd50374338b32290af440ed32e709fbffaafts54w I0311 09:51:32.418527 3375 pods.go:218] Attempting to release IPs for pod: openshift-marketplace/30e1fee4a656579f055e90bd50374338b32290af440ed32e709fbffaafts54w, ips: 10.129.0.31 I0311 09:51:32.418556 3375 obj_retry.go:463] Detected object openshift-marketplace/30e1fee4a656579f055e90bd50374338b32290af440ed32e709fbffaafts54w of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0311 09:51:32.485747 3375 base_network_controller_pods.go:478] [default/openshift-console/console-665f44d8f9-dzrb8] creating logical port openshift-console_console-665f44d8f9-dzrb8 for pod on switch ip-10-0-1-185.ec2.internal I0311 09:51:32.485898 3375 kube.go:320] Updating pod openshift-console/console-665f44d8f9-dzrb8 I0311 09:51:32.517772 3375 pod.go:62] [openshift-console/console-665f44d8f9-dzrb8] pod update took 31.919034ms I0311 09:51:32.517848 3375 base_network_controller_pods.go:928] [default/openshift-console/console-665f44d8f9-dzrb8] addLogicalPort annotation time took 31.998125ms I0311 09:51:32.519007 3375 pods.go:253] [openshift-console/console-665f44d8f9-dzrb8] addLogicalPort took 33.283667ms, libovsdb time 687.151µs I0311 09:51:32.833931 3375 cni.go:331] [openshift-console/console-665f44d8f9-dzrb8 b6c93cbe39cc87d2383ef1e06fb75a64e284371604025449b43f71840e3cdc9e network default NAD default] ADD starting CNI request [openshift-console/console-665f44d8f9-dzrb8 b6c93cbe39cc87d2383ef1e06fb75a64e284371604025449b43f71840e3cdc9e network default NAD default] I0311 09:51:32.843621 3375 helper_linux.go:450] ConfigureOVS: namespace: openshift-console, podName: console-665f44d8f9-dzrb8, hostIfaceName: b6c93cbe39cc87d, network: default, NAD default, SandboxID: "b6c93cbe39cc87d2383ef1e06fb75a64e284371604025449b43f71840e3cdc9e", PCI device ID: , UID: "c67b843c-534e-4c33-bdc9-6778e4841b27", MAC: 0a:58:0a:81:00:21, IPs: [10.129.0.33/23] I0311 09:51:32.886595 3375 cni.go:352] [openshift-console/console-665f44d8f9-dzrb8 b6c93cbe39cc87d2383ef1e06fb75a64e284371604025449b43f71840e3cdc9e network default NAD default] ADD finished CNI request [openshift-console/console-665f44d8f9-dzrb8 b6c93cbe39cc87d2383ef1e06fb75a64e284371604025449b43f71840e3cdc9e network default NAD default], result "{\"interfaces\":[{\"name\":\"b6c93cbe39cc87d\",\"mac\":\"ae:9d:13:d6:b1:cf\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:81:00:21\",\"sandbox\":\"/var/run/netns/7e40509b-c927-4b3f-ab2b-e0402aad7601\"}],\"ips\":[{\"interface\":1,\"address\":\"10.129.0.33/23\",\"gateway\":\"10.129.0.1\"}],\"dns\":{}}", err I0311 09:51:33.454831 3375 obj_retry.go:457] Detected object openshift-marketplace/30e1fee4a656579f055e90bd50374338b32290af440ed32e709fbffaafts54w of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0311 09:51:33.454887 3375 obj_retry.go:457] Detected object openshift-marketplace/30e1fee4a656579f055e90bd50374338b32290af440ed32e709fbffaafts54w of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0311 09:51:35.282589 3375 cni.go:331] [openshift-marketplace/ebcb0c36db6eeca34de38a19703fb4ad67fb8004dcf661ce32294de5e7vgcnx 86947a6cfa275c2a711ceec5c7e379395ae68411aabe590e51bfa8591d0b0605 network default NAD default] DEL starting CNI request [openshift-marketplace/ebcb0c36db6eeca34de38a19703fb4ad67fb8004dcf661ce32294de5e7vgcnx 86947a6cfa275c2a711ceec5c7e379395ae68411aabe590e51bfa8591d0b0605 network default NAD default] I0311 09:51:35.345863 3375 cni.go:352] [openshift-marketplace/ebcb0c36db6eeca34de38a19703fb4ad67fb8004dcf661ce32294de5e7vgcnx 86947a6cfa275c2a711ceec5c7e379395ae68411aabe590e51bfa8591d0b0605 network default NAD default] DEL finished CNI request [openshift-marketplace/ebcb0c36db6eeca34de38a19703fb4ad67fb8004dcf661ce32294de5e7vgcnx 86947a6cfa275c2a711ceec5c7e379395ae68411aabe590e51bfa8591d0b0605 network default NAD default], result "{\"dns\":{}}", err I0311 09:51:35.394346 3375 obj_retry.go:463] Detected object openshift-marketplace/ebcb0c36db6eeca34de38a19703fb4ad67fb8004dcf661ce32294de5e7vgcnx of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0311 09:51:35.394438 3375 pods.go:175] Deleting pod: openshift-marketplace/ebcb0c36db6eeca34de38a19703fb4ad67fb8004dcf661ce32294de5e7vgcnx I0311 09:51:35.395903 3375 pods.go:218] Attempting to release IPs for pod: openshift-marketplace/ebcb0c36db6eeca34de38a19703fb4ad67fb8004dcf661ce32294de5e7vgcnx, ips: 10.129.0.32 I0311 09:51:35.395937 3375 obj_retry.go:463] Detected object openshift-marketplace/ebcb0c36db6eeca34de38a19703fb4ad67fb8004dcf661ce32294de5e7vgcnx of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0311 09:51:36.418828 3375 obj_retry.go:457] Detected object openshift-marketplace/ebcb0c36db6eeca34de38a19703fb4ad67fb8004dcf661ce32294de5e7vgcnx of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0311 09:51:36.418916 3375 obj_retry.go:457] Detected object openshift-marketplace/ebcb0c36db6eeca34de38a19703fb4ad67fb8004dcf661ce32294de5e7vgcnx of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0311 09:51:39.984014 3375 base_network_controller_pods.go:478] [default/cert-manager-operator/cert-manager-operator-controller-manager-74c77db8bb-vjsr6] creating logical port cert-manager-operator_cert-manager-operator-controller-manager-74c77db8bb-vjsr6 for pod on switch ip-10-0-1-185.ec2.internal I0311 09:51:39.984413 3375 kube.go:320] Updating pod cert-manager-operator/cert-manager-operator-controller-manager-74c77db8bb-vjsr6 I0311 09:51:40.007762 3375 pod.go:62] [cert-manager-operator/cert-manager-operator-controller-manager-74c77db8bb-vjsr6] pod update took 23.453069ms I0311 09:51:40.007794 3375 base_network_controller_pods.go:928] [default/cert-manager-operator/cert-manager-operator-controller-manager-74c77db8bb-vjsr6] addLogicalPort annotation time took 23.488715ms I0311 09:51:40.009446 3375 pods.go:253] [cert-manager-operator/cert-manager-operator-controller-manager-74c77db8bb-vjsr6] addLogicalPort took 25.453209ms, libovsdb time 1.153481ms I0311 09:51:40.352602 3375 cni.go:331] [cert-manager-operator/cert-manager-operator-controller-manager-74c77db8bb-vjsr6 4b5f2d5ce752114ec77644ce13512d3563c6a92fc8ebd22822fd17c5b9186a64 network default NAD default] ADD starting CNI request [cert-manager-operator/cert-manager-operator-controller-manager-74c77db8bb-vjsr6 4b5f2d5ce752114ec77644ce13512d3563c6a92fc8ebd22822fd17c5b9186a64 network default NAD default] I0311 09:51:40.363080 3375 helper_linux.go:450] ConfigureOVS: namespace: cert-manager-operator, podName: cert-manager-operator-controller-manager-74c77db8bb-vjsr6, hostIfaceName: 4b5f2d5ce752114, network: default, NAD default, SandboxID: "4b5f2d5ce752114ec77644ce13512d3563c6a92fc8ebd22822fd17c5b9186a64", PCI device ID: , UID: "64dbd14b-e667-4f91-a6f9-78c76cb763f7", MAC: 0a:58:0a:81:00:22, IPs: [10.129.0.34/23] I0311 09:51:40.410222 3375 cni.go:352] [cert-manager-operator/cert-manager-operator-controller-manager-74c77db8bb-vjsr6 4b5f2d5ce752114ec77644ce13512d3563c6a92fc8ebd22822fd17c5b9186a64 network default NAD default] ADD finished CNI request [cert-manager-operator/cert-manager-operator-controller-manager-74c77db8bb-vjsr6 4b5f2d5ce752114ec77644ce13512d3563c6a92fc8ebd22822fd17c5b9186a64 network default NAD default], result "{\"interfaces\":[{\"name\":\"4b5f2d5ce752114\",\"mac\":\"a6:d3:7a:e6:5d:3e\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:81:00:22\",\"sandbox\":\"/var/run/netns/20b2385b-8777-4d4f-a3a2-f08ad6e1f2b7\"}],\"ips\":[{\"interface\":1,\"address\":\"10.129.0.34/23\",\"gateway\":\"10.129.0.1\"}],\"dns\":{}}", err I0311 09:51:43.182915 3375 namespace.go:93] [cert-manager] adding namespace I0311 09:51:43.184082 3375 namespace.go:97] [cert-manager] adding namespace took 1.113913ms I0311 09:51:43.218492 3375 namespace.go:137] [cert-manager] updating namespace I0311 09:51:43.228069 3375 namespace.go:137] [cert-manager] updating namespace I0311 09:51:45.980562 3375 base_network_controller_pods.go:478] [default/cert-manager/cert-manager-webhook-597b96b99b-n9nsb] creating logical port cert-manager_cert-manager-webhook-597b96b99b-n9nsb for pod on switch ip-10-0-1-185.ec2.internal I0311 09:51:45.980774 3375 kube.go:320] Updating pod cert-manager/cert-manager-webhook-597b96b99b-n9nsb I0311 09:51:45.998869 3375 pod.go:62] [cert-manager/cert-manager-webhook-597b96b99b-n9nsb] pod update took 18.126234ms I0311 09:51:45.998893 3375 base_network_controller_pods.go:928] [default/cert-manager/cert-manager-webhook-597b96b99b-n9nsb] addLogicalPort annotation time took 18.152256ms I0311 09:51:46.000249 3375 pods.go:253] [cert-manager/cert-manager-webhook-597b96b99b-n9nsb] addLogicalPort took 19.706482ms, libovsdb time 880.773µs I0311 09:51:46.345162 3375 cni.go:331] [cert-manager/cert-manager-webhook-597b96b99b-n9nsb dcfe99aee877c41a41e481dff808699fa5454f28c231e6001ff91d01a2663189 network default NAD default] ADD starting CNI request [cert-manager/cert-manager-webhook-597b96b99b-n9nsb dcfe99aee877c41a41e481dff808699fa5454f28c231e6001ff91d01a2663189 network default NAD default] I0311 09:51:46.353940 3375 helper_linux.go:450] ConfigureOVS: namespace: cert-manager, podName: cert-manager-webhook-597b96b99b-n9nsb, hostIfaceName: dcfe99aee877c41, network: default, NAD default, SandboxID: "dcfe99aee877c41a41e481dff808699fa5454f28c231e6001ff91d01a2663189", PCI device ID: , UID: "c24bd95e-edb5-4584-9270-fb6c901e9944", MAC: 0a:58:0a:81:00:23, IPs: [10.129.0.35/23] I0311 09:51:46.402749 3375 cni.go:352] [cert-manager/cert-manager-webhook-597b96b99b-n9nsb dcfe99aee877c41a41e481dff808699fa5454f28c231e6001ff91d01a2663189 network default NAD default] ADD finished CNI request [cert-manager/cert-manager-webhook-597b96b99b-n9nsb dcfe99aee877c41a41e481dff808699fa5454f28c231e6001ff91d01a2663189 network default NAD default], result "{\"interfaces\":[{\"name\":\"dcfe99aee877c41\",\"mac\":\"8e:21:7a:2a:e7:c9\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:81:00:23\",\"sandbox\":\"/var/run/netns/610a27ee-fc5e-4a01-94e0-cbf882bd5eae\"}],\"ips\":[{\"interface\":1,\"address\":\"10.129.0.35/23\",\"gateway\":\"10.129.0.1\"}],\"dns\":{}}", err I0311 09:51:47.343517 3375 namespace.go:137] [openshift-operators] updating namespace I0311 09:51:47.359419 3375 namespace.go:137] [openshift-operators] updating namespace I0311 09:51:49.778871 3375 base_network_controller_pods.go:478] [default/tsf-tpa/rhtpa-operator-controller-manager-685585bf58-vpd9s] creating logical port tsf-tpa_rhtpa-operator-controller-manager-685585bf58-vpd9s for pod on switch ip-10-0-1-185.ec2.internal I0311 09:51:49.779009 3375 kube.go:320] Updating pod tsf-tpa/rhtpa-operator-controller-manager-685585bf58-vpd9s I0311 09:51:49.798817 3375 pod.go:62] [tsf-tpa/rhtpa-operator-controller-manager-685585bf58-vpd9s] pod update took 19.837523ms I0311 09:51:49.798838 3375 base_network_controller_pods.go:928] [default/tsf-tpa/rhtpa-operator-controller-manager-685585bf58-vpd9s] addLogicalPort annotation time took 19.861704ms I0311 09:51:49.799999 3375 pods.go:253] [tsf-tpa/rhtpa-operator-controller-manager-685585bf58-vpd9s] addLogicalPort took 21.143257ms, libovsdb time 791.945µs I0311 09:51:50.136761 3375 cni.go:331] [tsf-tpa/rhtpa-operator-controller-manager-685585bf58-vpd9s 3397bcdbd652c105a7879781f6ff30c46267d6b90f53eea0ea13c8ff44d63986 network default NAD default] ADD starting CNI request [tsf-tpa/rhtpa-operator-controller-manager-685585bf58-vpd9s 3397bcdbd652c105a7879781f6ff30c46267d6b90f53eea0ea13c8ff44d63986 network default NAD default] I0311 09:51:50.145670 3375 helper_linux.go:450] ConfigureOVS: namespace: tsf-tpa, podName: rhtpa-operator-controller-manager-685585bf58-vpd9s, hostIfaceName: 3397bcdbd652c10, network: default, NAD default, SandboxID: "3397bcdbd652c105a7879781f6ff30c46267d6b90f53eea0ea13c8ff44d63986", PCI device ID: , UID: "4378dce9-754e-4e1f-8d5b-0f7f7b163028", MAC: 0a:58:0a:81:00:24, IPs: [10.129.0.36/23] I0311 09:51:50.192491 3375 cni.go:352] [tsf-tpa/rhtpa-operator-controller-manager-685585bf58-vpd9s 3397bcdbd652c105a7879781f6ff30c46267d6b90f53eea0ea13c8ff44d63986 network default NAD default] ADD finished CNI request [tsf-tpa/rhtpa-operator-controller-manager-685585bf58-vpd9s 3397bcdbd652c105a7879781f6ff30c46267d6b90f53eea0ea13c8ff44d63986 network default NAD default], result "{\"interfaces\":[{\"name\":\"3397bcdbd652c10\",\"mac\":\"32:92:fc:56:ee:f3\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:81:00:24\",\"sandbox\":\"/var/run/netns/2b814955-49ae-4165-abcd-9f3ee3e5aa51\"}],\"ips\":[{\"interface\":1,\"address\":\"10.129.0.36/23\",\"gateway\":\"10.129.0.1\"}],\"dns\":{}}", err E0311 09:51:52.393069 3375 metrics.go:168] Failed to get the logfile size for .: stat : no such file or directory E0311 09:51:52.805170 3375 metrics.go:168] Failed to get the logfile size for .: stat : no such file or directory I0311 09:51:54.825598 3375 namespace.go:137] [openshift-operators] updating namespace I0311 09:51:57.080327 3375 base_network_controller_pods.go:478] [default/openshift-operators/tekton-operator-webhook-55f5b95975-bltdr] creating logical port openshift-operators_tekton-operator-webhook-55f5b95975-bltdr for pod on switch ip-10-0-1-185.ec2.internal I0311 09:51:57.080477 3375 kube.go:320] Updating pod openshift-operators/tekton-operator-webhook-55f5b95975-bltdr I0311 09:51:57.117789 3375 kube.go:320] Updating pod openshift-operators/tekton-operator-webhook-55f5b95975-bltdr I0311 09:51:57.132172 3375 pod.go:62] [openshift-operators/tekton-operator-webhook-55f5b95975-bltdr] pod update took 51.719939ms I0311 09:51:57.132191 3375 base_network_controller_pods.go:928] [default/openshift-operators/tekton-operator-webhook-55f5b95975-bltdr] addLogicalPort annotation time took 51.744209ms I0311 09:51:57.133555 3375 pods.go:253] [openshift-operators/tekton-operator-webhook-55f5b95975-bltdr] addLogicalPort took 53.241299ms, libovsdb time 946.578µs I0311 09:51:57.416646 3375 cni.go:331] [openshift-operators/tekton-operator-webhook-55f5b95975-bltdr 88d3f58e91832de0a1e83f6e88a2b6185c525933a67e25b58429ff754016ddee network default NAD default] ADD starting CNI request [openshift-operators/tekton-operator-webhook-55f5b95975-bltdr 88d3f58e91832de0a1e83f6e88a2b6185c525933a67e25b58429ff754016ddee network default NAD default] I0311 09:51:57.425286 3375 helper_linux.go:450] ConfigureOVS: namespace: openshift-operators, podName: tekton-operator-webhook-55f5b95975-bltdr, hostIfaceName: 88d3f58e91832de, network: default, NAD default, SandboxID: "88d3f58e91832de0a1e83f6e88a2b6185c525933a67e25b58429ff754016ddee", PCI device ID: , UID: "4e396602-f1ee-4f9f-90fc-d0402ee8526e", MAC: 0a:58:0a:81:00:25, IPs: [10.129.0.37/23] I0311 09:51:57.470503 3375 cni.go:352] [openshift-operators/tekton-operator-webhook-55f5b95975-bltdr 88d3f58e91832de0a1e83f6e88a2b6185c525933a67e25b58429ff754016ddee network default NAD default] ADD finished CNI request [openshift-operators/tekton-operator-webhook-55f5b95975-bltdr 88d3f58e91832de0a1e83f6e88a2b6185c525933a67e25b58429ff754016ddee network default NAD default], result "{\"interfaces\":[{\"name\":\"88d3f58e91832de\",\"mac\":\"f2:50:b2:a0:d9:08\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:81:00:25\",\"sandbox\":\"/var/run/netns/dd304455-c43b-4f58-b164-1a8663532187\"}],\"ips\":[{\"interface\":1,\"address\":\"10.129.0.37/23\",\"gateway\":\"10.129.0.1\"}],\"dns\":{}}", err I0311 09:51:57.803799 3375 obj_retry.go:463] Detected object openshift-console/console-696fb6b9fb-2dk82 of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0311 09:51:57.804492 3375 obj_retry.go:463] Detected object openshift-console/console-696fb6b9fb-2dk82 of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0311 09:51:58.189677 3375 obj_retry.go:457] Detected object openshift-console/console-696fb6b9fb-2dk82 of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0311 09:51:58.189777 3375 obj_retry.go:457] Detected object openshift-console/console-696fb6b9fb-2dk82 of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0311 09:51:58.196611 3375 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-console/console-696fb6b9fb-2dk82 I0311 09:51:58.196662 3375 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod openshift-console/console-696fb6b9fb-2dk82 I0311 09:52:03.386406 3375 namespace.go:93] [trusted-artifact-signer] adding namespace I0311 09:52:03.387253 3375 namespace.go:97] [trusted-artifact-signer] adding namespace took 821.453µs I0311 09:52:03.411967 3375 namespace.go:137] [trusted-artifact-signer] updating namespace I0311 09:52:03.432435 3375 namespace.go:137] [trusted-artifact-signer] updating namespace I0311 09:52:03.547605 3375 base_network_controller_pods.go:478] [default/trusted-artifact-signer/cli-server-6d499b74ff-458wv] creating logical port trusted-artifact-signer_cli-server-6d499b74ff-458wv for pod on switch ip-10-0-1-185.ec2.internal I0311 09:52:03.547740 3375 kube.go:320] Updating pod trusted-artifact-signer/cli-server-6d499b74ff-458wv I0311 09:52:03.577532 3375 pod.go:62] [trusted-artifact-signer/cli-server-6d499b74ff-458wv] pod update took 29.819086ms I0311 09:52:03.577627 3375 base_network_controller_pods.go:928] [default/trusted-artifact-signer/cli-server-6d499b74ff-458wv] addLogicalPort annotation time took 29.929408ms I0311 09:52:03.579000 3375 pods.go:253] [trusted-artifact-signer/cli-server-6d499b74ff-458wv] addLogicalPort took 31.415473ms, libovsdb time 827.487µs I0311 09:52:03.902053 3375 base_network_controller_pods.go:478] [default/cert-manager/cert-manager-759f64656b-f5sp4] creating logical port cert-manager_cert-manager-759f64656b-f5sp4 for pod on switch ip-10-0-1-185.ec2.internal I0311 09:52:03.902166 3375 kube.go:320] Updating pod cert-manager/cert-manager-759f64656b-f5sp4 I0311 09:52:03.904455 3375 cni.go:331] [trusted-artifact-signer/cli-server-6d499b74ff-458wv f4871ccd73a868aaf892e08af06022e0ebd134b28b204d37c69b175aa3acfa79 network default NAD default] ADD starting CNI request [trusted-artifact-signer/cli-server-6d499b74ff-458wv f4871ccd73a868aaf892e08af06022e0ebd134b28b204d37c69b175aa3acfa79 network default NAD default] I0311 09:52:03.913667 3375 helper_linux.go:450] ConfigureOVS: namespace: trusted-artifact-signer, podName: cli-server-6d499b74ff-458wv, hostIfaceName: f4871ccd73a868a, network: default, NAD default, SandboxID: "f4871ccd73a868aaf892e08af06022e0ebd134b28b204d37c69b175aa3acfa79", PCI device ID: , UID: "e550f1c4-5ea4-47bc-b246-c6eb82ee824d", MAC: 0a:58:0a:81:00:26, IPs: [10.129.0.38/23] I0311 09:52:03.926567 3375 pod.go:62] [cert-manager/cert-manager-759f64656b-f5sp4] pod update took 24.430914ms I0311 09:52:03.926619 3375 base_network_controller_pods.go:928] [default/cert-manager/cert-manager-759f64656b-f5sp4] addLogicalPort annotation time took 24.487764ms I0311 09:52:03.927898 3375 pods.go:253] [cert-manager/cert-manager-759f64656b-f5sp4] addLogicalPort took 25.8659ms, libovsdb time 877.391µs I0311 09:52:03.967727 3375 cni.go:352] [trusted-artifact-signer/cli-server-6d499b74ff-458wv f4871ccd73a868aaf892e08af06022e0ebd134b28b204d37c69b175aa3acfa79 network default NAD default] ADD finished CNI request [trusted-artifact-signer/cli-server-6d499b74ff-458wv f4871ccd73a868aaf892e08af06022e0ebd134b28b204d37c69b175aa3acfa79 network default NAD default], result "{\"interfaces\":[{\"name\":\"f4871ccd73a868a\",\"mac\":\"86:8e:fb:ff:46:0b\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:81:00:26\",\"sandbox\":\"/var/run/netns/1e91e4d1-08eb-4889-8e5c-ded0a40edf7d\"}],\"ips\":[{\"interface\":1,\"address\":\"10.129.0.38/23\",\"gateway\":\"10.129.0.1\"}],\"dns\":{}}", err I0311 09:52:04.264948 3375 cni.go:331] [cert-manager/cert-manager-759f64656b-f5sp4 38a81553564184c95ce95e19ae87c5608970470a57314223f2eb1622a54fe128 network default NAD default] ADD starting CNI request [cert-manager/cert-manager-759f64656b-f5sp4 38a81553564184c95ce95e19ae87c5608970470a57314223f2eb1622a54fe128 network default NAD default] I0311 09:52:04.273725 3375 helper_linux.go:450] ConfigureOVS: namespace: cert-manager, podName: cert-manager-759f64656b-f5sp4, hostIfaceName: 38a81553564184c, network: default, NAD default, SandboxID: "38a81553564184c95ce95e19ae87c5608970470a57314223f2eb1622a54fe128", PCI device ID: , UID: "0d84ffdb-bbd2-4e3a-8b18-9387d581440b", MAC: 0a:58:0a:81:00:27, IPs: [10.129.0.39/23] I0311 09:52:04.319577 3375 cni.go:352] [cert-manager/cert-manager-759f64656b-f5sp4 38a81553564184c95ce95e19ae87c5608970470a57314223f2eb1622a54fe128 network default NAD default] ADD finished CNI request [cert-manager/cert-manager-759f64656b-f5sp4 38a81553564184c95ce95e19ae87c5608970470a57314223f2eb1622a54fe128 network default NAD default], result "{\"interfaces\":[{\"name\":\"38a81553564184c\",\"mac\":\"e6:bd:53:91:ba:8d\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:81:00:27\",\"sandbox\":\"/var/run/netns/c8650420-25de-47ea-884a-4b2e5a0fd6da\"}],\"ips\":[{\"interface\":1,\"address\":\"10.129.0.39/23\",\"gateway\":\"10.129.0.1\"}],\"dns\":{}}", err I0311 09:52:04.542242 3375 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 6 items received I0311 09:52:05.514928 3375 reflector.go:879] github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/egressip/v1/apis/informers/externalversions/factory.go:140: Watch close - *v1.EgressIP total 7 items received I0311 09:52:08.679694 3375 obj_retry.go:463] Detected object openshift-console/console-696fb6b9fb-wljxs of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0311 09:52:08.680471 3375 obj_retry.go:463] Detected object openshift-console/console-696fb6b9fb-wljxs of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0311 09:52:09.175599 3375 obj_retry.go:457] Detected object openshift-console/console-696fb6b9fb-wljxs of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0311 09:52:09.175697 3375 obj_retry.go:457] Detected object openshift-console/console-696fb6b9fb-wljxs of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0311 09:52:09.183485 3375 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-console/console-696fb6b9fb-wljxs I0311 09:52:09.183515 3375 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod openshift-console/console-696fb6b9fb-wljxs I0311 09:52:11.490375 3375 namespace.go:93] [openshift-pipelines] adding namespace I0311 09:52:11.491625 3375 namespace.go:97] [openshift-pipelines] adding namespace took 1.225852ms I0311 09:52:11.511119 3375 namespace.go:137] [openshift-pipelines] updating namespace I0311 09:52:12.202660 3375 namespace.go:137] [cert-manager] updating namespace I0311 09:52:12.404184 3375 namespace.go:137] [cert-manager-operator] updating namespace I0311 09:52:12.811530 3375 namespace.go:137] [konflux-operator] updating namespace I0311 09:52:13.008287 3375 namespace.go:137] [konflux-ui] updating namespace I0311 09:52:13.209486 3375 namespace.go:137] [open-cluster-management-2oveefiled799j1l8h60tce40faspn30] updating namespace I0311 09:52:13.608587 3375 namespace.go:137] [rhbk-operator] updating namespace I0311 09:52:13.809659 3375 namespace.go:137] [rhtpa-operator] updating namespace I0311 09:52:14.008683 3375 namespace.go:137] [trusted-artifact-signer] updating namespace I0311 09:52:14.210432 3375 namespace.go:137] [tsf] updating namespace I0311 09:52:14.412446 3375 namespace.go:137] [tsf-keycloak] updating namespace I0311 09:52:14.610960 3375 namespace.go:137] [tsf-tas] updating namespace I0311 09:52:14.812038 3375 namespace.go:137] [tsf-tpa] updating namespace I0311 09:52:14.965955 3375 namespace.go:137] [cert-manager] updating namespace I0311 09:52:14.978518 3375 namespace.go:137] [cert-manager-operator] updating namespace I0311 09:52:14.991872 3375 namespace.go:137] [default] updating namespace I0311 09:52:15.009515 3375 namespace.go:137] [konflux-operator] updating namespace I0311 09:52:15.022388 3375 namespace.go:137] [konflux-ui] updating namespace I0311 09:52:15.035690 3375 namespace.go:137] [open-cluster-management-2oveefiled799j1l8h60tce40faspn30] updating namespace I0311 09:52:15.059922 3375 namespace.go:137] [openshift] updating namespace I0311 09:52:15.063275 3375 namespace.go:137] [rhbk-operator] updating namespace I0311 09:52:15.078204 3375 namespace.go:137] [rhtpa-operator] updating namespace I0311 09:52:15.088354 3375 namespace.go:137] [trusted-artifact-signer] updating namespace I0311 09:52:15.101871 3375 namespace.go:137] [tsf] updating namespace I0311 09:52:15.122955 3375 namespace.go:137] [tsf-keycloak] updating namespace I0311 09:52:15.151758 3375 namespace.go:137] [tsf-tas] updating namespace I0311 09:52:15.151889 3375 namespace.go:137] [tsf-tpa] updating namespace I0311 09:52:15.228310 3375 namespace.go:137] [cert-manager] updating namespace I0311 09:52:15.332458 3375 namespace.go:137] [cert-manager-operator] updating namespace I0311 09:52:15.410459 3375 namespace.go:137] [default] updating namespace I0311 09:52:15.514778 3375 namespace.go:137] [konflux-operator] updating namespace I0311 09:52:15.605425 3375 namespace.go:137] [konflux-ui] updating namespace I0311 09:52:15.713550 3375 namespace.go:137] [open-cluster-management-2oveefiled799j1l8h60tce40faspn30] updating namespace I0311 09:52:15.803502 3375 namespace.go:137] [openshift] updating namespace I0311 09:52:15.906837 3375 namespace.go:137] [rhbk-operator] updating namespace I0311 09:52:16.007687 3375 namespace.go:137] [rhtpa-operator] updating namespace I0311 09:52:16.105950 3375 namespace.go:137] [trusted-artifact-signer] updating namespace I0311 09:52:16.212441 3375 namespace.go:137] [tsf] updating namespace I0311 09:52:16.306161 3375 namespace.go:137] [tsf-keycloak] updating namespace I0311 09:52:16.409255 3375 namespace.go:137] [tsf-tas] updating namespace I0311 09:52:16.514316 3375 namespace.go:137] [tsf-tpa] updating namespace I0311 09:52:17.030708 3375 namespace.go:137] [openshift-pipelines] updating namespace I0311 09:52:17.529137 3375 reflector.go:879] github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/egressqos/v1/apis/informers/externalversions/factory.go:140: Watch close - *v1.EgressQoS total 7 items received I0311 09:52:21.422961 3375 reflector.go:879] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Node total 56 items received I0311 09:52:47.640035 3375 namespace.go:137] [openshift-pipelines] updating namespace I0311 09:52:53.075353 3375 base_network_controller_pods.go:478] [default/openshift-pipelines/tekton-triggers-controller-6458ddd477-wktfm] creating logical port openshift-pipelines_tekton-triggers-controller-6458ddd477-wktfm for pod on switch ip-10-0-1-185.ec2.internal I0311 09:52:53.075436 3375 kube.go:320] Updating pod openshift-pipelines/tekton-triggers-controller-6458ddd477-wktfm I0311 09:52:53.088951 3375 pod.go:62] [openshift-pipelines/tekton-triggers-controller-6458ddd477-wktfm] pod update took 13.539088ms I0311 09:52:53.088977 3375 base_network_controller_pods.go:928] [default/openshift-pipelines/tekton-triggers-controller-6458ddd477-wktfm] addLogicalPort annotation time took 13.569654ms I0311 09:52:53.090476 3375 pods.go:253] [openshift-pipelines/tekton-triggers-controller-6458ddd477-wktfm] addLogicalPort took 15.143012ms, libovsdb time 1.041032ms I0311 09:52:53.433460 3375 cni.go:331] [openshift-pipelines/tekton-triggers-controller-6458ddd477-wktfm 1b67ffa24f6442f5f95f52b573c7afcef690c785e0c0849eda13b9dcd97938e1 network default NAD default] ADD starting CNI request [openshift-pipelines/tekton-triggers-controller-6458ddd477-wktfm 1b67ffa24f6442f5f95f52b573c7afcef690c785e0c0849eda13b9dcd97938e1 network default NAD default] I0311 09:52:53.442522 3375 helper_linux.go:450] ConfigureOVS: namespace: openshift-pipelines, podName: tekton-triggers-controller-6458ddd477-wktfm, hostIfaceName: 1b67ffa24f6442f, network: default, NAD default, SandboxID: "1b67ffa24f6442f5f95f52b573c7afcef690c785e0c0849eda13b9dcd97938e1", PCI device ID: , UID: "ea0ad4ed-f81b-4967-94b1-5031f45abd38", MAC: 0a:58:0a:81:00:28, IPs: [10.129.0.40/23] I0311 09:52:53.488661 3375 cni.go:352] [openshift-pipelines/tekton-triggers-controller-6458ddd477-wktfm 1b67ffa24f6442f5f95f52b573c7afcef690c785e0c0849eda13b9dcd97938e1 network default NAD default] ADD finished CNI request [openshift-pipelines/tekton-triggers-controller-6458ddd477-wktfm 1b67ffa24f6442f5f95f52b573c7afcef690c785e0c0849eda13b9dcd97938e1 network default NAD default], result "{\"interfaces\":[{\"name\":\"1b67ffa24f6442f\",\"mac\":\"c6:fa:77:63:6b:bd\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:81:00:28\",\"sandbox\":\"/var/run/netns/d232ce63-8fbc-41d3-a845-96cdc4be295c\"}],\"ips\":[{\"interface\":1,\"address\":\"10.129.0.40/23\",\"gateway\":\"10.129.0.1\"}],\"dns\":{}}", err I0311 09:52:59.543938 3375 reflector.go:879] github.com/k8snetworkplumbingwg/network-attachment-definition-client/pkg/client/informers/externalversions/factory.go:117: Watch close - *v1.NetworkAttachmentDefinition total 8 items received I0311 09:53:01.084540 3375 base_network_controller_pods.go:478] [default/openshift-deployment-validation-operator/deployment-validation-operator-6494db4fc6-9627j] creating logical port openshift-deployment-validation-operator_deployment-validation-operator-6494db4fc6-9627j for pod on switch ip-10-0-1-185.ec2.internal I0311 09:53:01.084649 3375 kube.go:320] Updating pod openshift-deployment-validation-operator/deployment-validation-operator-6494db4fc6-9627j I0311 09:53:01.102144 3375 pod.go:62] [openshift-deployment-validation-operator/deployment-validation-operator-6494db4fc6-9627j] pod update took 17.522581ms I0311 09:53:01.102171 3375 base_network_controller_pods.go:928] [default/openshift-deployment-validation-operator/deployment-validation-operator-6494db4fc6-9627j] addLogicalPort annotation time took 17.553146ms I0311 09:53:01.103600 3375 pods.go:253] [openshift-deployment-validation-operator/deployment-validation-operator-6494db4fc6-9627j] addLogicalPort took 19.079768ms, libovsdb time 909.849µs I0311 09:53:01.443250 3375 cni.go:331] [openshift-deployment-validation-operator/deployment-validation-operator-6494db4fc6-9627j 09e3300f3d5a9a0c086ec95d7247fc2ba056a61e54cb9cca11ccdbba2fbb19f7 network default NAD default] ADD starting CNI request [openshift-deployment-validation-operator/deployment-validation-operator-6494db4fc6-9627j 09e3300f3d5a9a0c086ec95d7247fc2ba056a61e54cb9cca11ccdbba2fbb19f7 network default NAD default] I0311 09:53:01.452174 3375 helper_linux.go:450] ConfigureOVS: namespace: openshift-deployment-validation-operator, podName: deployment-validation-operator-6494db4fc6-9627j, hostIfaceName: 09e3300f3d5a9a0, network: default, NAD default, SandboxID: "09e3300f3d5a9a0c086ec95d7247fc2ba056a61e54cb9cca11ccdbba2fbb19f7", PCI device ID: , UID: "fdd7cb44-f9b8-4412-b2bd-88070877c607", MAC: 0a:58:0a:81:00:29, IPs: [10.129.0.41/23] I0311 09:53:01.504087 3375 cni.go:352] [openshift-deployment-validation-operator/deployment-validation-operator-6494db4fc6-9627j 09e3300f3d5a9a0c086ec95d7247fc2ba056a61e54cb9cca11ccdbba2fbb19f7 network default NAD default] ADD finished CNI request [openshift-deployment-validation-operator/deployment-validation-operator-6494db4fc6-9627j 09e3300f3d5a9a0c086ec95d7247fc2ba056a61e54cb9cca11ccdbba2fbb19f7 network default NAD default], result "{\"interfaces\":[{\"name\":\"09e3300f3d5a9a0\",\"mac\":\"16:ca:50:17:8d:e7\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:81:00:29\",\"sandbox\":\"/var/run/netns/eb72ff26-4465-414b-a373-3a5496085e78\"}],\"ips\":[{\"interface\":1,\"address\":\"10.129.0.41/23\",\"gateway\":\"10.129.0.1\"}],\"dns\":{}}", err I0311 09:53:14.404421 3375 iptables.go:108] Creating table: nat chain: OVN-KUBE-NODEPORT I0311 09:53:15.651574 3375 base_network_controller_policy.go:642] Processing NetworkPolicy openshift-deployment-validation-operator/allow-from-openshift-insights to delete 1 local pods... W0311 09:53:15.651686 3375 base_network_controller_namespace.go:457] Unable to remove remote zone pod's openshift-deployment-validation-operator/deployment-validation-operator-559df65f49-4sw6d IP address from the namespace address-set, err: pod openshift-deployment-validation-operator/deployment-validation-operator-559df65f49-4sw6d: no pod IPs found I0311 09:53:24.430060 3375 reflector.go:879] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Pod total 820 items received I0311 09:53:26.423754 3375 reflector.go:879] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Service total 97 items received I0311 09:53:34.604139 3375 base_network_controller_pods.go:478] [default/openshift-pipelines/tekton-results-retention-policy-agent-866797b97b-5d7jv] creating logical port openshift-pipelines_tekton-results-retention-policy-agent-866797b97b-5d7jv for pod on switch ip-10-0-1-185.ec2.internal I0311 09:53:34.604305 3375 kube.go:320] Updating pod openshift-pipelines/tekton-results-retention-policy-agent-866797b97b-5d7jv I0311 09:53:34.617596 3375 pod.go:62] [openshift-pipelines/tekton-results-retention-policy-agent-866797b97b-5d7jv] pod update took 13.311329ms I0311 09:53:34.617652 3375 base_network_controller_pods.go:928] [default/openshift-pipelines/tekton-results-retention-policy-agent-866797b97b-5d7jv] addLogicalPort annotation time took 13.368482ms I0311 09:53:34.618939 3375 pods.go:253] [openshift-pipelines/tekton-results-retention-policy-agent-866797b97b-5d7jv] addLogicalPort took 14.817854ms, libovsdb time 871.259µs I0311 09:53:34.963834 3375 cni.go:331] [openshift-pipelines/tekton-results-retention-policy-agent-866797b97b-5d7jv eaed1db9809951deb8709e6555db7538f542a81c49098228722603aa8708a5dc network default NAD default] ADD starting CNI request [openshift-pipelines/tekton-results-retention-policy-agent-866797b97b-5d7jv eaed1db9809951deb8709e6555db7538f542a81c49098228722603aa8708a5dc network default NAD default] I0311 09:53:34.973037 3375 helper_linux.go:450] ConfigureOVS: namespace: openshift-pipelines, podName: tekton-results-retention-policy-agent-866797b97b-5d7jv, hostIfaceName: eaed1db9809951d, network: default, NAD default, SandboxID: "eaed1db9809951deb8709e6555db7538f542a81c49098228722603aa8708a5dc", PCI device ID: , UID: "ee3df876-3e30-4141-a0a1-c86aea62b1e5", MAC: 0a:58:0a:81:00:2a, IPs: [10.129.0.42/23] I0311 09:53:35.023831 3375 cni.go:352] [openshift-pipelines/tekton-results-retention-policy-agent-866797b97b-5d7jv eaed1db9809951deb8709e6555db7538f542a81c49098228722603aa8708a5dc network default NAD default] ADD finished CNI request [openshift-pipelines/tekton-results-retention-policy-agent-866797b97b-5d7jv eaed1db9809951deb8709e6555db7538f542a81c49098228722603aa8708a5dc network default NAD default], result "{\"interfaces\":[{\"name\":\"eaed1db9809951d\",\"mac\":\"b6:8a:97:a3:4c:3f\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:81:00:2a\",\"sandbox\":\"/var/run/netns/b15d66d0-e6f7-4fd4-9fe3-7e45fdde9a3d\"}],\"ips\":[{\"interface\":1,\"address\":\"10.129.0.42/23\",\"gateway\":\"10.129.0.1\"}],\"dns\":{}}", err I0311 09:53:50.549375 3375 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 8 items received I0311 09:53:51.473920 3375 base_network_controller_pods.go:478] [default/openshift-pipelines/tkn-cli-serve-5c5c45b675-hg724] creating logical port openshift-pipelines_tkn-cli-serve-5c5c45b675-hg724 for pod on switch ip-10-0-1-185.ec2.internal I0311 09:53:51.474037 3375 kube.go:320] Updating pod openshift-pipelines/tkn-cli-serve-5c5c45b675-hg724 I0311 09:53:51.487162 3375 pod.go:62] [openshift-pipelines/tkn-cli-serve-5c5c45b675-hg724] pod update took 13.147258ms I0311 09:53:51.487187 3375 base_network_controller_pods.go:928] [default/openshift-pipelines/tkn-cli-serve-5c5c45b675-hg724] addLogicalPort annotation time took 13.174701ms I0311 09:53:51.488704 3375 pods.go:253] [openshift-pipelines/tkn-cli-serve-5c5c45b675-hg724] addLogicalPort took 14.801421ms, libovsdb time 998.554µs I0311 09:53:51.832800 3375 cni.go:331] [openshift-pipelines/tkn-cli-serve-5c5c45b675-hg724 5ed3d8ab1e43946c9295e770a2b301eb20ebae3ac014e764a2f2806a3af6ad5f network default NAD default] ADD starting CNI request [openshift-pipelines/tkn-cli-serve-5c5c45b675-hg724 5ed3d8ab1e43946c9295e770a2b301eb20ebae3ac014e764a2f2806a3af6ad5f network default NAD default] I0311 09:53:51.843520 3375 helper_linux.go:450] ConfigureOVS: namespace: openshift-pipelines, podName: tkn-cli-serve-5c5c45b675-hg724, hostIfaceName: 5ed3d8ab1e43946, network: default, NAD default, SandboxID: "5ed3d8ab1e43946c9295e770a2b301eb20ebae3ac014e764a2f2806a3af6ad5f", PCI device ID: , UID: "2e8a3428-256b-4944-8230-094d409322d9", MAC: 0a:58:0a:81:00:2b, IPs: [10.129.0.43/23] I0311 09:53:51.889579 3375 cni.go:352] [openshift-pipelines/tkn-cli-serve-5c5c45b675-hg724 5ed3d8ab1e43946c9295e770a2b301eb20ebae3ac014e764a2f2806a3af6ad5f network default NAD default] ADD finished CNI request [openshift-pipelines/tkn-cli-serve-5c5c45b675-hg724 5ed3d8ab1e43946c9295e770a2b301eb20ebae3ac014e764a2f2806a3af6ad5f network default NAD default], result "{\"interfaces\":[{\"name\":\"5ed3d8ab1e43946\",\"mac\":\"f2:4d:c9:8b:8d:80\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:81:00:2b\",\"sandbox\":\"/var/run/netns/c97e0f8b-7684-4099-800b-1046158e66c6\"}],\"ips\":[{\"interface\":1,\"address\":\"10.129.0.43/23\",\"gateway\":\"10.129.0.1\"}],\"dns\":{}}", err I0311 09:53:53.511733 3375 reflector.go:879] sigs.k8s.io/network-policy-api/pkg/client/informers/externalversions/factory.go:141: Watch close - *v1alpha1.AdminNetworkPolicy total 7 items received I0311 09:54:06.511310 3375 reflector.go:879] sigs.k8s.io/network-policy-api/pkg/client/informers/externalversions/factory.go:141: Watch close - *v1alpha1.BaselineAdminNetworkPolicy total 8 items received I0311 09:54:06.526147 3375 base_network_controller_pods.go:478] [default/openshift-pipelines/pipelines-as-code-controller-697ddc5f79-b86vz] creating logical port openshift-pipelines_pipelines-as-code-controller-697ddc5f79-b86vz for pod on switch ip-10-0-1-185.ec2.internal I0311 09:54:06.526334 3375 kube.go:320] Updating pod openshift-pipelines/pipelines-as-code-controller-697ddc5f79-b86vz I0311 09:54:06.544600 3375 pod.go:62] [openshift-pipelines/pipelines-as-code-controller-697ddc5f79-b86vz] pod update took 18.278174ms I0311 09:54:06.544625 3375 base_network_controller_pods.go:928] [default/openshift-pipelines/pipelines-as-code-controller-697ddc5f79-b86vz] addLogicalPort annotation time took 18.316196ms I0311 09:54:06.546097 3375 pods.go:253] [openshift-pipelines/pipelines-as-code-controller-697ddc5f79-b86vz] addLogicalPort took 19.965778ms, libovsdb time 1.02987ms I0311 09:54:06.883754 3375 cni.go:331] [openshift-pipelines/pipelines-as-code-controller-697ddc5f79-b86vz 6183f7b4cdc82ae25851b5d7a702b0f7aea90728ce1a0a0338e372ab920a2e6c network default NAD default] ADD starting CNI request [openshift-pipelines/pipelines-as-code-controller-697ddc5f79-b86vz 6183f7b4cdc82ae25851b5d7a702b0f7aea90728ce1a0a0338e372ab920a2e6c network default NAD default] I0311 09:54:06.892586 3375 helper_linux.go:450] ConfigureOVS: namespace: openshift-pipelines, podName: pipelines-as-code-controller-697ddc5f79-b86vz, hostIfaceName: 6183f7b4cdc82ae, network: default, NAD default, SandboxID: "6183f7b4cdc82ae25851b5d7a702b0f7aea90728ce1a0a0338e372ab920a2e6c", PCI device ID: , UID: "15a6e1eb-0045-486c-b146-462b468a7a99", MAC: 0a:58:0a:81:00:2c, IPs: [10.129.0.44/23] I0311 09:54:06.939416 3375 cni.go:352] [openshift-pipelines/pipelines-as-code-controller-697ddc5f79-b86vz 6183f7b4cdc82ae25851b5d7a702b0f7aea90728ce1a0a0338e372ab920a2e6c network default NAD default] ADD finished CNI request [openshift-pipelines/pipelines-as-code-controller-697ddc5f79-b86vz 6183f7b4cdc82ae25851b5d7a702b0f7aea90728ce1a0a0338e372ab920a2e6c network default NAD default], result "{\"interfaces\":[{\"name\":\"6183f7b4cdc82ae\",\"mac\":\"d2:1b:db:e2:af:e1\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:81:00:2c\",\"sandbox\":\"/var/run/netns/efeb9f4b-2deb-4ba9-9595-c55af9092eee\"}],\"ips\":[{\"interface\":1,\"address\":\"10.129.0.44/23\",\"gateway\":\"10.129.0.1\"}],\"dns\":{}}", err I0311 09:54:51.520675 3375 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 9 items received I0311 09:55:36.549263 3375 reflector.go:879] github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/userdefinednetwork/v1/apis/informers/externalversions/factory.go:140: Watch close - *v1.ClusterUserDefinedNetwork total 10 items received I0311 09:55:55.423764 3375 reflector.go:879] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.EndpointSlice total 210 items received I0311 09:56:02.538392 3375 reflector.go:879] github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/adminpolicybasedroute/v1/apis/informers/externalversions/factory.go:140: Watch close - *v1.AdminPolicyBasedExternalRoute total 10 items received I0311 09:56:16.425051 3375 reflector.go:879] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Namespace total 107 items received I0311 09:56:39.419802 3375 reflector.go:879] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.NetworkPolicy total 10 items received E0311 09:56:52.392827 3375 metrics.go:168] Failed to get the logfile size for .: stat : no such file or directory E0311 09:56:52.804602 3375 metrics.go:168] Failed to get the logfile size for .: stat : no such file or directory I0311 09:57:29.548729 3375 reflector.go:879] github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/egressservice/v1/apis/informers/externalversions/factory.go:140: Watch close - *v1.EgressService total 0 items received I0311 09:58:46.543037 3375 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 2 items received I0311 09:59:05.546896 3375 reflector.go:879] github.com/k8snetworkplumbingwg/network-attachment-definition-client/pkg/client/informers/externalversions/factory.go:117: Watch close - *v1.NetworkAttachmentDefinition total 0 items received I0311 09:59:19.514499 3375 reflector.go:879] sigs.k8s.io/network-policy-api/pkg/client/informers/externalversions/factory.go:141: Watch close - *v1alpha1.AdminNetworkPolicy total 0 items received I0311 09:59:33.517967 3375 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 1 items received I0311 09:59:58.426067 3375 reflector.go:879] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Service total 16 items received I0311 10:00:02.513682 3375 reflector.go:879] sigs.k8s.io/network-policy-api/pkg/client/informers/externalversions/factory.go:141: Watch close - *v1alpha1.BaselineAdminNetworkPolicy total 0 items received I0311 10:00:04.452508 3375 obj_retry.go:463] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29553720-fwhvc of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0311 10:00:04.453086 3375 obj_retry.go:463] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29553720-fwhvc of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0311 10:00:05.474618 3375 obj_retry.go:457] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29553720-fwhvc of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0311 10:00:05.474668 3375 obj_retry.go:457] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29553720-fwhvc of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0311 10:01:25.425752 3375 reflector.go:879] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Node total 53 items received E0311 10:01:52.392836 3375 metrics.go:168] Failed to get the logfile size for .: stat : no such file or directory E0311 10:01:52.804857 3375 metrics.go:168] Failed to get the logfile size for .: stat : no such file or directory I0311 10:01:58.432470 3375 reflector.go:879] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Pod total 78 items received I0311 10:01:59.422490 3375 reflector.go:879] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.NetworkPolicy total 6 items received I0311 10:02:13.886557 3375 obj_retry.go:463] Detected object tsf/test-tsf-subscriptions of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0311 10:02:13.887116 3375 obj_retry.go:463] Detected object tsf/test-tsf-subscriptions of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0311 10:02:29.523429 3375 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 I0311 10:03:13.959951 3375 obj_retry.go:457] Detected object tsf/test-tsf-subscriptions of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0311 10:03:13.959986 3375 obj_retry.go:457] Detected object tsf/test-tsf-subscriptions of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0311 10:03:13.970578 3375 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod tsf/test-tsf-subscriptions I0311 10:03:13.970601 3375 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod tsf/test-tsf-subscriptions I0311 10:03:16.427998 3375 reflector.go:879] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Namespace total 5 items received I0311 10:03:24.551509 3375 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 I0311 10:04:07.545313 3375 reflector.go:879] github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/egressqos/v1/apis/informers/externalversions/factory.go:140: Watch close - *v1.EgressQoS total 0 items received I0311 10:04:39.540559 3375 reflector.go:879] github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/adminpolicybasedroute/v1/apis/informers/externalversions/factory.go:140: Watch close - *v1.AdminPolicyBasedExternalRoute total 7 items received I0311 10:04:52.552247 3375 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 7 items received I0311 10:05:03.520780 3375 reflector.go:879] github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/egressip/v1/apis/informers/externalversions/factory.go:140: Watch close - *v1.EgressIP total 0 items received I0311 10:05:24.516431 3375 reflector.go:879] sigs.k8s.io/network-policy-api/pkg/client/informers/externalversions/factory.go:141: Watch close - *v1alpha1.BaselineAdminNetworkPolicy total 5 items received I0311 10:05:40.425735 3375 reflector.go:879] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.EndpointSlice total 0 items received