+ . /ovnkube-lib/ovnkube-lib.sh ++ set -x ++ K8S_NODE=ip-10-0-2-232.ec2.internal ++ [[ -n ip-10-0-2-232.ec2.internal ]] ++ [[ -f /env/ip-10-0-2-232.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 'I0518 07:03:41.450685793 - disable conntrack on geneve port' I0518 07:03:41.450685793 - 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' I0518 07:03:41.473943732 - starting ovnkube-node + echo 'I0518 07:03:41.473943732 - 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-2-232.ec2.internal --init-node ip-10-0-2-232.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-2-232.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 I0518 07:03:41.513437 3428 config.go:2336] Parsed config file /run/ovnkube-config/ovnkube.conf I0518 07:03:41.513478 3428 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-62e28e5166.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}} I0518 07:03:41.514969 3428 certificate_manager.go:356] kubernetes.io/kube-apiserver-client: Certificate rotation is enabled I0518 07:03:41.514990 3428 kube.go:419] Waiting for certificate I0518 07:03:41.515031 3428 certificate_manager.go:356] kubernetes.io/kube-apiserver-client: Rotating certificates I0518 07:03:41.515763 3428 envvar.go:172] "Feature gate default state" feature="ClientsAllowCBOR" enabled=false I0518 07:03:41.515780 3428 envvar.go:172] "Feature gate default state" feature="ClientsPreferCBOR" enabled=false I0518 07:03:41.515786 3428 envvar.go:172] "Feature gate default state" feature="InformerResourceVersion" enabled=false I0518 07:03:41.515792 3428 envvar.go:172] "Feature gate default state" feature="WatchListClient" enabled=false I0518 07:03:41.515919 3428 cert_rotation.go:140] Starting client certificate rotation controller I0518 07:03:41.552185 3428 reflector.go:313] Starting reflector *v1.CertificateSigningRequest (0s) from k8s.io/client-go/tools/watch/informerwatcher.go:146 I0518 07:03:41.552198 3428 reflector.go:349] Listing and watching *v1.CertificateSigningRequest from k8s.io/client-go/tools/watch/informerwatcher.go:146 I0518 07:03:41.556541 3428 reflector.go:376] Caches populated for *v1.CertificateSigningRequest from k8s.io/client-go/tools/watch/informerwatcher.go:146 I0518 07:03:41.556623 3428 csr.go:261] certificate signing request csr-2nn6x is approved, waiting to be issued I0518 07:03:41.561580 3428 csr.go:257] certificate signing request csr-2nn6x is issued I0518 07:03:41.561633 3428 reflector.go:319] Stopping reflector *v1.CertificateSigningRequest (0s) from k8s.io/client-go/tools/watch/informerwatcher.go:146 I0518 07:03:42.515641 3428 kube.go:426] Certificate found I0518 07:03:42.516557 3428 cert_rotation.go:140] Starting client certificate rotation controller I0518 07:03:42.517526 3428 metrics.go:525] Starting metrics server at address "127.0.0.1:29103" I0518 07:03:42.562322 3428 certificate_manager.go:356] kubernetes.io/kube-apiserver-client: Certificate expiration is 2026-05-19 06:58:41 +0000 UTC, rotation deadline is 2026-05-19 01:12:18.103855112 +0000 UTC I0518 07:03:42.562413 3428 certificate_manager.go:356] kubernetes.io/kube-apiserver-client: Waiting 18h8m35.541454309s for next certificate rotation I0518 07:03:42.578629 3428 metrics.go:525] Starting metrics server at address "127.0.0.1:29105" I0518 07:03:42.580508 3428 node_controller_manager.go:151] Starting the node network controller manager, Mode: full I0518 07:03:42.580587 3428 factory.go:530] Starting watch factory I0518 07:03:42.580707 3428 reflector.go:313] Starting reflector *v1.EndpointSlice (0s) from k8s.io/client-go/informers/factory.go:160 I0518 07:03:42.580739 3428 reflector.go:349] Listing and watching *v1.EndpointSlice from k8s.io/client-go/informers/factory.go:160 I0518 07:03:42.580758 3428 reflector.go:313] Starting reflector *v1.Node (0s) from k8s.io/client-go/informers/factory.go:160 I0518 07:03:42.580787 3428 reflector.go:349] Listing and watching *v1.Node from k8s.io/client-go/informers/factory.go:160 I0518 07:03:42.580973 3428 reflector.go:313] Starting reflector *v1.Namespace (0s) from k8s.io/client-go/informers/factory.go:160 I0518 07:03:42.580985 3428 reflector.go:349] Listing and watching *v1.Namespace from k8s.io/client-go/informers/factory.go:160 I0518 07:03:42.581396 3428 reflector.go:313] Starting reflector *v1.NetworkPolicy (0s) from k8s.io/client-go/informers/factory.go:160 I0518 07:03:42.581447 3428 reflector.go:349] Listing and watching *v1.NetworkPolicy from k8s.io/client-go/informers/factory.go:160 I0518 07:03:42.582131 3428 reflector.go:313] Starting reflector *v1.Pod (0s) from k8s.io/client-go/informers/factory.go:160 I0518 07:03:42.582196 3428 reflector.go:349] Listing and watching *v1.Pod from k8s.io/client-go/informers/factory.go:160 I0518 07:03:42.580729 3428 reflector.go:313] Starting reflector *v1.Service (0s) from k8s.io/client-go/informers/factory.go:160 I0518 07:03:42.582578 3428 reflector.go:349] Listing and watching *v1.Service from k8s.io/client-go/informers/factory.go:160 I0518 07:03:42.587792 3428 controller_manager.go:363] Starting the ovnkube controller I0518 07:03:42.587805 3428 controller_manager.go:368] Waiting up to 5m0s for NBDB zone to match: ip-10-0-2-232.ec2.internal I0518 07:03:42.587860 3428 controller_manager.go:388] NBDB zone sync took: 45.845µs I0518 07:03:42.587870 3428 factory.go:530] Starting watch factory I0518 07:03:42.604622 3428 reflector.go:376] Caches populated for *v1.NetworkPolicy from k8s.io/client-go/informers/factory.go:160 I0518 07:03:42.604804 3428 reflector.go:376] Caches populated for *v1.Node from k8s.io/client-go/informers/factory.go:160 I0518 07:03:42.607732 3428 reflector.go:376] Caches populated for *v1.EndpointSlice from k8s.io/client-go/informers/factory.go:160 I0518 07:03:42.610183 3428 ovn_northd.go:126] Found OVNKube Master Pod running on this node. Registering OVN North Metrics I0518 07:03:42.613291 3428 reflector.go:376] Caches populated for *v1.Service from k8s.io/client-go/informers/factory.go:160 I0518 07:03:42.615746 3428 reflector.go:376] Caches populated for *v1.Namespace from k8s.io/client-go/informers/factory.go:160 I0518 07:03:42.618762 3428 reflector.go:376] Caches populated for *v1.Pod from k8s.io/client-go/informers/factory.go:160 I0518 07:03:42.619276 3428 ovn_db.go:377] Found OVN DB Pod running on this node. Registering OVN DB Metrics I0518 07:03:42.631178 3428 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 I0518 07:03:42.631257 3428 ovn_db.go:329] ovnnb_db.sock found at /var/run/ovn/ I0518 07:03:42.659537 3428 ovn_db.go:424] Found db is standalone, don't register db_cluster metrics I0518 07:03:42.686755 3428 reflector.go:313] Starting reflector *v1alpha1.BaselineAdminNetworkPolicy (0s) from sigs.k8s.io/network-policy-api/pkg/client/informers/externalversions/factory.go:141 I0518 07:03:42.686829 3428 reflector.go:349] Listing and watching *v1alpha1.BaselineAdminNetworkPolicy from sigs.k8s.io/network-policy-api/pkg/client/informers/externalversions/factory.go:141 I0518 07:03:42.686812 3428 reflector.go:313] Starting reflector *v1alpha1.AdminNetworkPolicy (0s) from sigs.k8s.io/network-policy-api/pkg/client/informers/externalversions/factory.go:141 I0518 07:03:42.686941 3428 reflector.go:349] Listing and watching *v1alpha1.AdminNetworkPolicy from sigs.k8s.io/network-policy-api/pkg/client/informers/externalversions/factory.go:141 I0518 07:03:42.691514 3428 reflector.go:376] Caches populated for *v1alpha1.AdminNetworkPolicy from sigs.k8s.io/network-policy-api/pkg/client/informers/externalversions/factory.go:141 I0518 07:03:42.691525 3428 reflector.go:376] Caches populated for *v1alpha1.BaselineAdminNetworkPolicy from sigs.k8s.io/network-policy-api/pkg/client/informers/externalversions/factory.go:141 I0518 07:03:42.692158 3428 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 I0518 07:03:42.692202 3428 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 I0518 07:03:42.696051 3428 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 I0518 07:03:42.697950 3428 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 I0518 07:03:42.697961 3428 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 I0518 07:03:42.701577 3428 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 I0518 07:03:42.703557 3428 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 I0518 07:03:42.703568 3428 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 I0518 07:03:42.706932 3428 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 I0518 07:03:42.708939 3428 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 I0518 07:03:42.708949 3428 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 I0518 07:03:42.712350 3428 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 I0518 07:03:42.714392 3428 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 I0518 07:03:42.714402 3428 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 I0518 07:03:42.717961 3428 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 I0518 07:03:42.720092 3428 reflector.go:313] Starting reflector *v1.NetworkAttachmentDefinition (0s) from github.com/k8snetworkplumbingwg/network-attachment-definition-client/pkg/client/informers/externalversions/factory.go:117 I0518 07:03:42.720112 3428 reflector.go:349] Listing and watching *v1.NetworkAttachmentDefinition from github.com/k8snetworkplumbingwg/network-attachment-definition-client/pkg/client/informers/externalversions/factory.go:117 I0518 07:03:42.723602 3428 reflector.go:376] Caches populated for *v1.NetworkAttachmentDefinition from github.com/k8snetworkplumbingwg/network-attachment-definition-client/pkg/client/informers/externalversions/factory.go:117 I0518 07:03:42.725667 3428 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 I0518 07:03:42.725678 3428 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 I0518 07:03:42.725728 3428 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 I0518 07:03:42.725738 3428 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 I0518 07:03:42.729382 3428 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 I0518 07:03:42.729464 3428 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 I0518 07:03:42.731543 3428 default_node_network_controller.go:169] Enable node proxy healthz server on 0.0.0.0:10256 I0518 07:03:42.738009 3428 controller_manager.go:399] Waiting up to 5m0s for a node to have "ip-10-0-2-232.ec2.internal" zone I0518 07:03:42.842070 3428 default_node_network_controller.go:806] Initializing the default node network controller I0518 07:03:42.859076 3428 ovs.go:160] Exec(10): /usr/bin/ovs-vsctl --timeout=15 --no-heading --data=bare --format=csv --columns name list interface I0518 07:03:42.864003 3428 ovs.go:163] Exec(10): stdout: "br-int\nbr-ex\nens5\n" I0518 07:03:42.864019 3428 ovs.go:164] Exec(10): stderr: "" I0518 07:03:42.864091 3428 ovs.go:160] Exec(11): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only get SB_Global . options:name I0518 07:03:42.868218 3428 ovs.go:163] Exec(11): stdout: "ip-10-0-2-232.ec2.internal\n" I0518 07:03:42.868232 3428 ovs.go:164] Exec(11): stderr: "" I0518 07:03:42.868256 3428 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.2.232 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-2-232.ec2.internal" I0518 07:03:42.873969 3428 ovs.go:163] Exec(12): stdout: "" I0518 07:03:42.873984 3428 ovs.go:164] Exec(12): stderr: "" I0518 07:03:42.873993 3428 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 I0518 07:03:42.878788 3428 ovs.go:163] Exec(13): stdout: "" I0518 07:03:42.878801 3428 ovs.go:164] Exec(13): stderr: "" I0518 07:03:42.878820 3428 udn_isolation.go:101] Starting UDN host isolation manager I0518 07:03:42.885274 3428 udn_isolation.go:112] Found kubelet cgroup path: system.slice/kubelet.service I0518 07:03:42.939786 3428 controller.go:132] Adding controller udn-host-isolation-manager event handlers I0518 07:03:42.939878 3428 shared_informer.go:313] Waiting for caches to sync for udn-host-isolation-manager I0518 07:03:42.939903 3428 shared_informer.go:320] Caches are synced for udn-host-isolation-manager I0518 07:03:42.972075 3428 controller.go:156] Starting controller udn-host-isolation-manager with 1 workers I0518 07:03:42.972155 3428 default_node_network_controller.go:912] Node ip-10-0-2-232.ec2.internal ready for ovn initialization with subnet 10.129.0.0/23 I0518 07:03:42.977114 3428 kube.go:133] Setting annotations map[k8s.ovn.org/node-encap-ips:["10.0.2.232"] k8s.ovn.org/zone-name:ip-10-0-2-232.ec2.internal] on node ip-10-0-2-232.ec2.internal I0518 07:03:42.993672 3428 config.go:1705] Exec: /usr/bin/ovs-vsctl --timeout=15 set Open_vSwitch . external_ids:ovn-remote="unix:/var/run/ovn/ovnsb_db.sock" I0518 07:03:43.000677 3428 gateway_init.go:332] Initializing Gateway Functionality for Gateway PreStart I0518 07:03:43.000694 3428 ovs.go:160] Exec(14): /usr/bin/ovs-vsctl --timeout=15 port-to-br br-ex I0518 07:03:43.008305 3428 ovs.go:163] Exec(14): stdout: "" I0518 07:03:43.008322 3428 ovs.go:164] Exec(14): stderr: "ovs-vsctl: no port named br-ex\n" I0518 07:03:43.008331 3428 ovs.go:166] Exec(14): err: exit status 1 I0518 07:03:43.008604 3428 helper_linux.go:93] Provided gateway interface "br-ex", found as index: 5 I0518 07:03:43.008999 3428 helper_linux.go:118] Found default gateway interface br-ex 10.0.2.1 I0518 07:03:43.009169 3428 gateway_init.go:369] Preparing Gateway I0518 07:03:43.009183 3428 gateway_shared_intf.go:2405] Creating new gateway I0518 07:03:43.009271 3428 ovs.go:160] Exec(15): /usr/bin/ovs-vsctl --timeout=15 port-to-br br-ex I0518 07:03:43.014787 3428 ovs.go:163] Exec(15): stdout: "" I0518 07:03:43.014802 3428 ovs.go:164] Exec(15): stderr: "ovs-vsctl: no port named br-ex\n" I0518 07:03:43.014808 3428 ovs.go:166] Exec(15): err: exit status 1 I0518 07:03:43.014817 3428 ovs.go:160] Exec(16): /usr/bin/ovs-vsctl --timeout=15 br-exists br-ex I0518 07:03:43.018272 3428 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-e64dbce630fca580e41012da8dd2638d2329f023bd34ee66f53416b5693bfea9.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2dcontainers_2dstorage_2doverlay_2de64dbce630fca580e41012da8dd2638d2329f023bd34ee66f53416b5693bfea9_2emount"}, Sequence:0x3} I0518 07:03:43.018328 3428 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.UnitNew", Body:[]interface {}{"var-lib-containers-storage-overlay.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2dcontainers_2dstorage_2doverlay_2emount"}, Sequence:0x4} I0518 07:03:43.018346 3428 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.UnitNew", Body:[]interface {}{"var-lib-containers-storage.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2dcontainers_2dstorage_2emount"}, Sequence:0x5} I0518 07:03:43.018359 3428 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.UnitNew", Body:[]interface {}{"var-lib-containers.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2dcontainers_2emount"}, Sequence:0x6} I0518 07:03:43.018464 3428 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.UnitNew", Body:[]interface {}{"var-lib.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2emount"}, Sequence:0x7} I0518 07:03:43.018522 3428 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/_2d_2emount", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Mount", map[string]dbus.Variant{"ControlPID":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0x0}, "GID":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0xffffffff}, "Options":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"ro,relatime,seclabel,lowerdir=/run/ostree/.private/cfsroot-lower::/sysroot/ostree/repo/objects,redirect_dir=on,metacopy=on"}, "Result":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}, "Type":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"overlay"}, "UID":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0xffffffff}, "What":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"composefs"}}, []string{"ExecMount", "ExecUnmount", "ExecRemount"}}, Sequence:0x8} I0518 07:03:43.018829 3428 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/_2d_2emount", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Unit", map[string]dbus.Variant{"ActivationDetails":dbus.Variant{sig:dbus.Signature{str:"a(ss)"}, value:[][]interface {}{}}, "ActiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}, "AssertResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:false}, "AssertTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:false}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"mounted"}}, []string{"Conditions", "Asserts"}}, Sequence:0x9} I0518 07:03:43.018933 3428 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/var_2emount", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Mount", map[string]dbus.Variant{"ControlPID":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0x0}, "GID":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0xffffffff}, "Options":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"rw,relatime,seclabel,attr2,inode64,logbufs=8,logbsize=32k,sunit=8,swidth=8,prjquota"}, "Result":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}, "Type":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"xfs"}, "UID":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0xffffffff}, "What":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"/dev/nvme0n1p4"}}, []string{"ExecMount", "ExecUnmount", "ExecRemount"}}, Sequence:0xa} I0518 07:03:43.018963 3428 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:0x6521226f92fa9}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6c1f3e}, "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:0x6521226f8debf}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6bce54}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6521226f8de9a}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6bce30}, "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:0x6521226f91d15}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6c0caa}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x8d, 0xe2, 0xa2, 0x91, 0x98, 0xc2, 0x45, 0x50, 0x8e, 0xd6, 0xc3, 0x62, 0xe9, 0x43, 0xb4, 0x5f}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6521226f92fa9}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6c1f3e}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"mounted"}}, []string{"Conditions", "Asserts"}}, Sequence:0xb} I0518 07:03:43.019031 3428 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:0x6521226a3f0a6}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x16e03a}, "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:0x6521226a3f0a6}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x16e03a}, "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:0x6521226a3f0a6}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x16e03a}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0xc} I0518 07:03:43.019098 3428 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/systemd_2djournald_2esocket", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Socket", map[string]dbus.Variant{"ControlPID":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0x0}, "GID":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0xffffffff}, "Result":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}, "UID":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0xffffffff}}, []string{"ExecStartPre", "ExecStartPost", "ExecStopPre", "ExecStopPost"}}, Sequence:0xd} I0518 07:03:43.019286 3428 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:0x6521226a5dd77}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x18cd0c}, "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:0x6521226a5dd21}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x18ccb5}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6521226a5dd1f}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x18ccb4}, "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:0x6521226a5dd77}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x18cd0c}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x1a, 0x14, 0x98, 0x9d, 0xfc, 0x17, 0x4f, 0x71, 0xa9, 0x27, 0x14, 0xa5, 0xbd, 0xd8, 0x93, 0x9c}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6521226e96dfe}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x5c5d92}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0xe} I0518 07:03:43.019354 3428 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-e64dbce630fca580e41012da8dd2638d2329f023bd34ee66f53416b5693bfea9-merged.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2dcontainers_2dstorage_2doverlay_2de64dbce630fca580e41012da8dd2638d2329f023bd34ee66f53416b5693bfea9_2dmerged_2emount"}, Sequence:0xf} I0518 07:03:43.019484 3428 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:0x6521226e374df}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x566474}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0x10} I0518 07:03:43.019552 3428 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:0x6521226f8d9d5}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6bc969}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6521226ca087c}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3cf810}, "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:0x6521226f8d9cf}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6bc963}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6521226f8d9ce}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6bc963}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6521226ca087c}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3cf810}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6521226f8d9d5}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6bc969}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x53, 0xdf, 0x60, 0x33, 0x78, 0xbf, 0x47, 0xa6, 0x9f, 0xc8, 0x7f, 0x73, 0xc7, 0x51, 0x0, 0xd1}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6521226f8d9d5}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6bc969}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0x11} I0518 07:03:43.019699 3428 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:0x6521226fc2f72}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6f1f06}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6521226c9f9bd}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3ce952}, "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:0x6521226fc2f6b}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6f1f00}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6521226fc2f6a}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6f1efe}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6521226c9f9bd}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3ce952}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6521226fc2f72}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6f1f06}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xb3, 0xb2, 0x8, 0x14, 0x87, 0xe8, 0x43, 0xe7, 0xb8, 0x79, 0xeb, 0x9b, 0xc2, 0x7, 0x4c, 0x8e}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6521226fc2f72}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6f1f06}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0x12} I0518 07:03:43.019770 3428 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-e64dbce630fca580e41012da8dd2638d2329f023bd34ee66f53416b5693bfea9.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2dcontainers_2dstorage_2doverlay_2de64dbce630fca580e41012da8dd2638d2329f023bd34ee66f53416b5693bfea9_2emount"}, Sequence:0x13} I0518 07:03:43.019785 3428 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.UnitRemoved", Body:[]interface {}{"var-lib-containers-storage-overlay.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2dcontainers_2dstorage_2doverlay_2emount"}, Sequence:0x14} I0518 07:03:43.019906 3428 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.UnitRemoved", Body:[]interface {}{"var-lib-containers-storage.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2dcontainers_2dstorage_2emount"}, Sequence:0x15} I0518 07:03:43.019924 3428 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.UnitRemoved", Body:[]interface {}{"var-lib-containers.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2dcontainers_2emount"}, Sequence:0x16} I0518 07:03:43.019978 3428 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.UnitRemoved", Body:[]interface {}{"var-lib.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2emount"}, Sequence:0x17} I0518 07:03:43.021278 3428 ovs.go:163] Exec(16): stdout: "" I0518 07:03:43.021298 3428 ovs.go:164] Exec(16): stderr: "" I0518 07:03:43.021310 3428 ovs.go:160] Exec(17): /usr/bin/ovs-vsctl --timeout=15 list-ports br-ex I0518 07:03:43.027164 3428 ovs.go:163] Exec(17): stdout: "ens5\n" I0518 07:03:43.027178 3428 ovs.go:164] Exec(17): stderr: "" I0518 07:03:43.027191 3428 ovs.go:160] Exec(18): /usr/bin/ovs-vsctl --timeout=15 get Port ens5 Interfaces I0518 07:03:43.033324 3428 ovs.go:163] Exec(18): stdout: "[31745e9d-3baa-44e8-908b-56a82f32dadd]\n" I0518 07:03:43.033341 3428 ovs.go:164] Exec(18): stderr: "" I0518 07:03:43.033355 3428 ovs.go:160] Exec(19): /usr/bin/ovs-vsctl --timeout=15 get Interface 31745e9d-3baa-44e8-908b-56a82f32dadd Type I0518 07:03:43.039632 3428 ovs.go:163] Exec(19): stdout: "system\n" I0518 07:03:43.039687 3428 ovs.go:164] Exec(19): stderr: "" I0518 07:03:43.039706 3428 ovs.go:160] Exec(20): /usr/bin/ovs-vsctl --timeout=15 get interface ens5 ofport I0518 07:03:43.045309 3428 ovs.go:163] Exec(20): stdout: "1\n" I0518 07:03:43.045327 3428 ovs.go:164] Exec(20): stderr: "" I0518 07:03:43.045352 3428 ovs.go:160] Exec(21): /usr/bin/ovs-vsctl --timeout=15 --if-exists get interface br-ex mac_in_use I0518 07:03:43.051286 3428 ovs.go:163] Exec(21): stdout: "\"0e:57:40:b5:16:ab\"\n" I0518 07:03:43.051303 3428 ovs.go:164] Exec(21): stderr: "" I0518 07:03:43.051317 3428 ovs.go:160] Exec(22): /usr/sbin/sysctl -w net/ipv4/conf/br-ex/forwarding=1 I0518 07:03:43.052128 3428 ovs.go:163] Exec(22): stdout: "net.ipv4.conf.br-ex.forwarding = 1\n" I0518 07:03:43.052145 3428 ovs.go:164] Exec(22): stderr: "" I0518 07:03:43.052158 3428 ovs.go:160] Exec(23): /usr/bin/ovs-vsctl --timeout=15 --if-exists get Open_vSwitch . external_ids:ovn-bridge-mappings I0518 07:03:43.058726 3428 ovs.go:163] Exec(23): stdout: "\n" I0518 07:03:43.058742 3428 ovs.go:164] Exec(23): stderr: "" I0518 07:03:43.058756 3428 ovs.go:160] Exec(24): /usr/bin/ovs-vsctl --timeout=15 set Open_vSwitch . external_ids:ovn-bridge-mappings=physnet:br-ex I0518 07:03:43.065071 3428 ovs.go:163] Exec(24): stdout: "" I0518 07:03:43.065083 3428 ovs.go:164] Exec(24): stderr: "" I0518 07:03:43.065093 3428 ovs.go:160] Exec(25): /usr/bin/ovs-vsctl --timeout=15 --if-exists get Open_vSwitch . external_ids:system-id I0518 07:03:43.070870 3428 ovs.go:163] Exec(25): stdout: "\"5017e823-fd35-48ea-8619-1d97683ace18\"\n" I0518 07:03:43.070904 3428 ovs.go:164] Exec(25): stderr: "" I0518 07:03:43.070915 3428 ovs.go:160] Exec(26): /usr/bin/ovs-appctl --timeout=15 dpif/show-dp-features br-ex I0518 07:03:43.075196 3428 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" I0518 07:03:43.075218 3428 ovs.go:164] Exec(26): stderr: "" I0518 07:03:43.075259 3428 ovs.go:160] Exec(27): /usr/bin/ovs-vsctl --timeout=15 --if-exists get Open_vSwitch . other_config:hw-offload I0518 07:03:43.077543 3428 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-74eb7747715c73932afe1b37d1721288392849b1f7883a12e7dc92ac8e107f0f.scope", "/org/freedesktop/systemd1/unit/crio_2dconmon_2d74eb7747715c73932afe1b37d1721288392849b1f7883a12e7dc92ac8e107f0f_2escope"}, Sequence:0x18} I0518 07:03:43.077576 3428 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-74eb7747715c73932afe1b37d1721288392849b1f7883a12e7dc92ac8e107f0f.scope"}, Sequence:0x19} I0518 07:03:43.077721 3428 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/kubepods_2dburstable_2dpod094e262e_5fe7d7_5f4c82_5f85d7_5f420951447b12_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:0x652122834f7b6}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1a7e74b}, "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:0x652122834f4e9}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1a7e47e}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x652122834f4e7}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1a7e47c}, "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:0x652122834f7b6}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1a7e74b}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x7a, 0x89, 0xf9, 0x28, 0x53, 0x89, 0x44, 0x36, 0x91, 0x59, 0xca, 0xd1, 0xc5, 0x48, 0x3c, 0x93}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x652122834f7b6}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1a7e74b}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0x1a} I0518 07:03:43.077900 3428 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:0x9d4}, "ExecMainStartTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6521228102b0f}, "ExecMainStartTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1831aa4}, "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:0x9d4}, "NRestarts":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0x0}, "ReloadResult":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}, "Result":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}, "StatusErrno":dbus.Variant{sig:dbus.Signature{str:"i"}, value:0}, "StatusText":dbus.Variant{sig:dbus.Signature{str:"s"}, value:""}, "UID":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0xffffffff}}, []string{"ExecCondition", "ExecConditionEx", "ExecStartPre", "ExecStartPreEx", "ExecStart", "ExecStartEx", "ExecStartPost", "ExecStartPostEx", "ExecReload", "ExecReloadEx", "ExecStop", "ExecStopEx", "ExecStopPost", "ExecStopPostEx"}}, Sequence:0x1b} I0518 07:03:43.077988 3428 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:0x65212281c15c2}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x18f0556}, "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:0x65212280ff78e}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x182e723}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x65212280ff78e}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x182e722}, "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:0x6521228102bfd}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1831b92}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xf8, 0xca, 0xcb, 0xc4, 0x33, 0x87, 0x4c, 0xe6, 0xaf, 0xa4, 0x6d, 0xe2, 0x53, 0xaa, 0xed, 0x82}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x65212281c15c2}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x18f0556}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x1c} I0518 07:03:43.080124 3428 ovs.go:163] Exec(27): stdout: "\n" I0518 07:03:43.080140 3428 ovs.go:164] Exec(27): stderr: "" I0518 07:03:43.080714 3428 ovs.go:160] Exec(28): /usr/bin/ovs-appctl --timeout=15 fdb/add br-ex br-ex 0 0e:57:40:b5:16:ab I0518 07:03:43.083919 3428 ovs.go:163] Exec(28): stdout: "Overriding already existing dynamic entry on LOCAL\n" I0518 07:03:43.083931 3428 ovs.go:164] Exec(28): stderr: "" I0518 07:03:43.084030 3428 iptables.go:144] Deleting rule in table: filter, chain: FORWARD with args: "-p tcp -m tcp --dport 22623 -j REJECT" for protocol: 0 I0518 07:03:43.086199 3428 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2d74eb7747715c73932afe1b37d1721288392849b1f7883a12e7dc92ac8e107f0f_2escope", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Scope", map[string]dbus.Variant{"Controller":dbus.Variant{sig:dbus.Signature{str:"s"}, value:""}, "Result":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}}, []string{}}, Sequence:0x1d} I0518 07:03:43.086229 3428 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2d74eb7747715c73932afe1b37d1721288392849b1f7883a12e7dc92ac8e107f0f_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:0x6521229b80126}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x32af0bb}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6521229b80124}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x32af0b8}, "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{0x88, 0x36, 0x74, 0x30, 0x5f, 0x83, 0x4c, 0x4e, 0x9b, 0x93, 0xb8, 0xf6, 0xd6, 0xf6, 0xeb, 0xe}}, "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:0x1e} I0518 07:03:43.086299 3428 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2d74eb7747715c73932afe1b37d1721288392849b1f7883a12e7dc92ac8e107f0f_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} I0518 07:03:43.086437 3428 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2d74eb7747715c73932afe1b37d1721288392849b1f7883a12e7dc92ac8e107f0f_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:0x6521229b82236}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x32b11ca}, "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:0x6521229b80126}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x32af0bb}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6521229b80124}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x32af0b8}, "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:0x6521229b82236}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x32b11ca}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x88, 0x36, 0x74, 0x30, 0x5f, 0x83, 0x4c, 0x4e, 0x9b, 0x93, 0xb8, 0xf6, 0xd6, 0xf6, 0xeb, 0xe}}, "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:0x6521229b82236}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x32b11ca}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x20} I0518 07:03:43.086968 3428 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-74eb7747715c73932afe1b37d1721288392849b1f7883a12e7dc92ac8e107f0f.scope", "done"}, Sequence:0x21} I0518 07:03:43.086991 3428 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2d74eb7747715c73932afe1b37d1721288392849b1f7883a12e7dc92ac8e107f0f_2escope", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Scope", map[string]dbus.Variant{"Controller":dbus.Variant{sig:dbus.Signature{str:"s"}, value:""}, "Result":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}}, []string{}}, Sequence:0x22} I0518 07:03:43.087004 3428 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2d74eb7747715c73932afe1b37d1721288392849b1f7883a12e7dc92ac8e107f0f_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:0x6521229b82236}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x32b11ca}, "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:0x6521229b80126}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x32af0bb}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6521229b80124}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x32af0b8}, "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:0x6521229b82236}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x32b11ca}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x88, 0x36, 0x74, 0x30, 0x5f, 0x83, 0x4c, 0x4e, 0x9b, 0x93, 0xb8, 0xf6, 0xd6, 0xf6, 0xeb, 0xe}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6521229b82236}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x32b11ca}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x23} I0518 07:03:43.091551 3428 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-74eb7747715c73932afe1b37d1721288392849b1f7883a12e7dc92ac8e107f0f.scope", "/org/freedesktop/systemd1/unit/crio_2d74eb7747715c73932afe1b37d1721288392849b1f7883a12e7dc92ac8e107f0f_2escope"}, Sequence:0x24} I0518 07:03:43.091574 3428 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-74eb7747715c73932afe1b37d1721288392849b1f7883a12e7dc92ac8e107f0f.scope"}, Sequence:0x25} I0518 07:03:43.091679 3428 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:0x6521226e33427}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x5623bc}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0x26} I0518 07:03:43.091821 3428 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:0x9d4}, "ExecMainStartTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6521228102b0f}, "ExecMainStartTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1831aa4}, "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:0x9d4}, "NRestarts":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0x0}, "ReloadResult":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}, "Result":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}, "StatusErrno":dbus.Variant{sig:dbus.Signature{str:"i"}, value:0}, "StatusText":dbus.Variant{sig:dbus.Signature{str:"s"}, value:""}, "UID":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0xffffffff}}, []string{"ExecCondition", "ExecConditionEx", "ExecStartPre", "ExecStartPreEx", "ExecStart", "ExecStartEx", "ExecStartPost", "ExecStartPostEx", "ExecReload", "ExecReloadEx", "ExecStop", "ExecStopEx", "ExecStopPost", "ExecStopPostEx"}}, Sequence:0x27} I0518 07:03:43.091856 3428 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:0x65212281c15c2}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x18f0556}, "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:0x65212280ff78e}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x182e723}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x65212280ff78e}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x182e722}, "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:0x6521228102bfd}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1831b92}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xf8, 0xca, 0xcb, 0xc4, 0x33, 0x87, 0x4c, 0xe6, 0xaf, 0xa4, 0x6d, 0xe2, 0x53, 0xaa, 0xed, 0x82}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x65212281c15c2}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x18f0556}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x28} I0518 07:03:43.091941 3428 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/kubepods_2dburstable_2dpod094e262e_5fe7d7_5f4c82_5f85d7_5f420951447b12_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:0x652122834f7b6}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1a7e74b}, "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:0x652122834f4e9}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1a7e47e}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x652122834f4e7}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1a7e47c}, "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:0x652122834f7b6}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1a7e74b}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x7a, 0x89, 0xf9, 0x28, 0x53, 0x89, 0x44, 0x36, 0x91, 0x59, 0xca, 0xd1, 0xc5, 0x48, 0x3c, 0x93}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x652122834f7b6}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1a7e74b}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0x29} I0518 07:03:43.093066 3428 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2d74eb7747715c73932afe1b37d1721288392849b1f7883a12e7dc92ac8e107f0f_2escope", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Scope", map[string]dbus.Variant{"Controller":dbus.Variant{sig:dbus.Signature{str:"s"}, value:""}, "Result":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}}, []string{}}, Sequence:0x2a} I0518 07:03:43.093099 3428 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2d74eb7747715c73932afe1b37d1721288392849b1f7883a12e7dc92ac8e107f0f_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:0x6521229b8379b}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x32b272f}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6521229b83799}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x32b272e}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x9c, 0xd4, 0xb6, 0xf0, 0xdc, 0x87, 0x42, 0xb5, 0xbb, 0xf9, 0x7c, 0x9, 0xfd, 0x97, 0x68, 0x99}}, "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:0x2b} I0518 07:03:43.093177 3428 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2d74eb7747715c73932afe1b37d1721288392849b1f7883a12e7dc92ac8e107f0f_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} I0518 07:03:43.093402 3428 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2d74eb7747715c73932afe1b37d1721288392849b1f7883a12e7dc92ac8e107f0f_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:0x6521229b83cd9}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x32b2c6d}, "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:0x6521229b8379b}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x32b272f}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6521229b83799}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x32b272e}, "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:0x6521229b83cd9}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x32b2c6d}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x9c, 0xd4, 0xb6, 0xf0, 0xdc, 0x87, 0x42, 0xb5, 0xbb, 0xf9, 0x7c, 0x9, 0xfd, 0x97, 0x68, 0x99}}, "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:0x6521229b83cd9}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x32b2c6d}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x2d} I0518 07:03:43.093490 3428 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-74eb7747715c73932afe1b37d1721288392849b1f7883a12e7dc92ac8e107f0f.scope", "done"}, Sequence:0x2e} I0518 07:03:43.093499 3428 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2d74eb7747715c73932afe1b37d1721288392849b1f7883a12e7dc92ac8e107f0f_2escope", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Scope", map[string]dbus.Variant{"Controller":dbus.Variant{sig:dbus.Signature{str:"s"}, value:""}, "Result":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}}, []string{}}, Sequence:0x2f} I0518 07:03:43.093510 3428 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2d74eb7747715c73932afe1b37d1721288392849b1f7883a12e7dc92ac8e107f0f_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:0x6521229b83cd9}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x32b2c6d}, "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:0x6521229b8379b}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x32b272f}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6521229b83799}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x32b272e}, "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:0x6521229b83cd9}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x32b2c6d}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x9c, 0xd4, 0xb6, 0xf0, 0xdc, 0x87, 0x42, 0xb5, 0xbb, 0xf9, 0x7c, 0x9, 0xfd, 0x97, 0x68, 0x99}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6521229b83cd9}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x32b2c6d}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x30} I0518 07:03:43.101556 3428 iptables.go:144] Deleting rule in table: filter, chain: FORWARD with args: "-p tcp -m tcp --dport 22624 -j REJECT" for protocol: 0 I0518 07:03:43.102856 3428 iptables.go:144] Deleting rule in table: filter, chain: OUTPUT with args: "-p tcp -m tcp --dport 22623 -j REJECT" for protocol: 0 I0518 07:03:43.104074 3428 iptables.go:144] Deleting rule in table: filter, chain: OUTPUT with args: "-p tcp -m tcp --dport 22624 -j REJECT" for protocol: 0 I0518 07:03:43.105299 3428 iptables.go:108] Creating table: filter chain: FORWARD I0518 07:03:43.106336 3428 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. I0518 07:03:43.107558 3428 iptables.go:121] Adding rule in table: filter, chain: FORWARD with args: "-p tcp -m tcp --dport 22623 --syn -j REJECT" for protocol: 0 I0518 07:03:43.110171 3428 iptables.go:121] Adding rule in table: filter, chain: FORWARD with args: "-p tcp -m tcp --dport 22624 --syn -j REJECT" for protocol: 0 I0518 07:03:43.111596 3428 iptables.go:108] Creating table: filter chain: OUTPUT I0518 07:03:43.112687 3428 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. I0518 07:03:43.113973 3428 iptables.go:121] Adding rule in table: filter, chain: OUTPUT with args: "-p tcp -m tcp --dport 22623 --syn -j REJECT" for protocol: 0 I0518 07:03:43.116591 3428 iptables.go:121] Adding rule in table: filter, chain: OUTPUT with args: "-p tcp -m tcp --dport 22624 --syn -j REJECT" for protocol: 0 I0518 07:03:43.117844 3428 gateway_shared_intf.go:2550] Gateway Creation Complete I0518 07:03:43.117864 3428 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-2-232.ec2.internal","mac-address":"0e:57:40:b5:16:ab","ip-addresses":["10.0.2.232/24"],"ip-address":"10.0.2.232/24","next-hops":["10.0.2.1"],"next-hop":"10.0.2.1","node-port-enable":"true","vlan-id":"0"}} k8s.ovn.org/node-chassis-id:5017e823-fd35-48ea-8619-1d97683ace18 k8s.ovn.org/node-encap-ips:["10.0.2.232"] k8s.ovn.org/node-primary-ifaddr:{"ipv4":"10.0.2.232/24"} k8s.ovn.org/zone-name:ip-10-0-2-232.ec2.internal] on node ip-10-0-2-232.ec2.internal I0518 07:03:43.128843 3428 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2d74eb7747715c73932afe1b37d1721288392849b1f7883a12e7dc92ac8e107f0f_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} I0518 07:03:43.128921 3428 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2d74eb7747715c73932afe1b37d1721288392849b1f7883a12e7dc92ac8e107f0f_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:0x6521229b83cd9}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x32b2c6d}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6521229b8c726}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x32bb6bb}, "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:0x6521229b8379b}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x32b272f}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6521229b83799}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x32b272e}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6521229b8c726}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x32bb6bb}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6521229b83cd9}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x32b2c6d}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x9c, 0xd4, 0xb6, 0xf0, 0xdc, 0x87, 0x42, 0xb5, 0xbb, 0xf9, 0x7c, 0x9, 0xfd, 0x97, 0x68, 0x99}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6521229b8c726}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x32bb6bb}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0x32} I0518 07:03:43.128972 3428 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-74eb7747715c73932afe1b37d1721288392849b1f7883a12e7dc92ac8e107f0f.scope", "/org/freedesktop/systemd1/unit/crio_2d74eb7747715c73932afe1b37d1721288392849b1f7883a12e7dc92ac8e107f0f_2escope"}, Sequence:0x33} I0518 07:03:43.134707 3428 ovs.go:160] Exec(29): /usr/bin/ovs-appctl --timeout=15 -t /var/run/ovn/ovn-controller.2938.ctl connection-status I0518 07:03:43.138288 3428 ovs.go:163] Exec(29): stdout: "connected\n" I0518 07:03:43.138302 3428 ovs.go:164] Exec(29): stderr: "" I0518 07:03:43.138309 3428 default_node_network_controller.go:523] Node connection status = connected I0518 07:03:43.138316 3428 ovs.go:160] Exec(30): /usr/bin/ovs-vsctl --timeout=15 -- br-exists br-int I0518 07:03:43.143426 3428 ovs.go:163] Exec(30): stdout: "" I0518 07:03:43.143439 3428 ovs.go:164] Exec(30): stderr: "" I0518 07:03:43.143448 3428 ovs.go:160] Exec(31): /usr/bin/ovs-ofctl dump-aggregate br-int I0518 07:03:43.143692 3428 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2d74eb7747715c73932afe1b37d1721288392849b1f7883a12e7dc92ac8e107f0f_2escope", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Scope", map[string]dbus.Variant{"Controller":dbus.Variant{sig:dbus.Signature{str:"s"}, value:""}, "Result":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}}, []string{}}, Sequence:0x34} I0518 07:03:43.143732 3428 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2d74eb7747715c73932afe1b37d1721288392849b1f7883a12e7dc92ac8e107f0f_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:0x6521229b82236}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x32b11ca}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6521229b90102}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x32bf096}, "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:0x6521229b80126}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x32af0bb}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6521229b80124}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x32af0b8}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6521229b90102}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x32bf096}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6521229b82236}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x32b11ca}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x88, 0x36, 0x74, 0x30, 0x5f, 0x83, 0x4c, 0x4e, 0x9b, 0x93, 0xb8, 0xf6, 0xd6, 0xf6, 0xeb, 0xe}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6521229b90102}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x32bf096}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0x35} I0518 07:03:43.143824 3428 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-74eb7747715c73932afe1b37d1721288392849b1f7883a12e7dc92ac8e107f0f.scope", "/org/freedesktop/systemd1/unit/crio_2dconmon_2d74eb7747715c73932afe1b37d1721288392849b1f7883a12e7dc92ac8e107f0f_2escope"}, Sequence:0x36} I0518 07:03:43.147747 3428 ovs.go:163] Exec(31): stdout: "NXST_AGGREGATE reply (xid=0x4): packet_count=0 byte_count=0 flow_count=17\n" I0518 07:03:43.147761 3428 ovs.go:164] Exec(31): stderr: "" I0518 07:03:43.147771 3428 ovs.go:160] Exec(32): /usr/bin/ovs-vsctl --timeout=15 --if-exists get interface patch-br-ex_ip-10-0-2-232.ec2.internal-to-br-int ofport I0518 07:03:43.152176 3428 ovs.go:163] Exec(32): stdout: "" I0518 07:03:43.152190 3428 ovs.go:164] Exec(32): stderr: "" I0518 07:03:43.238497 3428 controller_manager.go:422] Waiting for node in zone sync took: 500.470724ms I0518 07:03:43.238705 3428 ovs.go:160] Exec(33): /usr/bin/ovsdb-client list-columns unix:/var/run/ovn/ovnnb_db.sock --data=bare --no-heading --format=json OVN_Northbound Load_Balancer I0518 07:03:43.243666 3428 ovs.go:163] Exec(33): stdout: "{\"data\":[[\"health_check\",{\"key\":{\"refTable\":\"Load_Balancer_Health_Check\",\"type\":\"uuid\"},\"max\":\"unlimited\",\"min\":0}],[\"external_ids\",{\"key\":\"string\",\"max\":\"unlimited\",\"min\":0,\"value\":\"string\"}],[\"_uuid\",\"uuid\"],[\"selection_fields\",{\"key\":{\"enum\":[\"set\",[\"eth_dst\",\"eth_src\",\"ip_dst\",\"ip_src\",\"tp_dst\",\"tp_src\"]],\"type\":\"string\"},\"max\":\"unlimited\",\"min\":0}],[\"vips\",{\"key\":\"string\",\"max\":\"unlimited\",\"min\":0,\"value\":\"string\"}],[\"_version\",\"uuid\"],[\"ip_port_mappings\",{\"key\":\"string\",\"max\":\"unlimited\",\"min\":0,\"value\":\"string\"}],[\"name\",\"string\"],[\"options\",{\"key\":\"string\",\"max\":\"unlimited\",\"min\":0,\"value\":\"string\"}],[\"protocol\",{\"key\":{\"enum\":[\"set\",[\"sctp\",\"tcp\",\"udp\"]],\"type\":\"string\"},\"min\":0}]],\"headings\":[\"Column\",\"Type\"]}\n" I0518 07:03:43.243689 3428 ovs.go:164] Exec(33): stderr: "" I0518 07:03:43.243767 3428 controller_manager.go:283] SCTP support detected in OVN I0518 07:03:43.243803 3428 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:u2739034869}] I0518 07:03:43.243840 3428 model_client.go:374] Create operations generated as: [{Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u2739034869}]} fair:{GoSet:[true]} name:acl-logging unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2739034870}] I0518 07:03:43.243879 3428 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:u2739034869} {Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u2739034869}]} fair:{GoSet:[true]} name:acl-logging unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2739034870}] I0518 07:03:43.244338 3428 duration.go:387] Config duration recorder: updated measurement rate to approx 1 in every 20 requests I0518 07:03:43.244446 3428 services_controller.go:70] Creating services controller for network=default I0518 07:03:43.244537 3428 udn_enabled_svc.go:80] Waiting for service informer to sync I0518 07:03:43.244638 3428 controller.go:132] Adding controller [zone-nad-controller NAD controller] event handlers I0518 07:03:43.244664 3428 shared_informer.go:313] Waiting for caches to sync for [zone-nad-controller NAD controller] I0518 07:03:43.244671 3428 shared_informer.go:320] Caches are synced for [zone-nad-controller NAD controller] I0518 07:03:43.244680 3428 controller.go:156] Starting controller [zone-nad-controller NAD controller] with 1 workers I0518 07:03:43.244647 3428 model_client.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:u2739034871}] I0518 07:03:43.244703 3428 network_controller.go:246] [zone-nad-controller network controller]: syncing all networks I0518 07:03:43.244704 3428 address_set.go:303] New(u2739034871/udn-enabled-svc:UDNEnabledService:udn-enabled-svc-cluster-ips:v4/a3613486944346402462) with [] I0518 07:03:43.244710 3428 network_controller.go:257] [zone-nad-controller network controller]: finished syncing all networks. Time taken: 7.356µs I0518 07:03:43.244717 3428 controller.go:156] Starting controller [zone-nad-controller network controller] with 1 workers I0518 07:03:43.244713 3428 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:u2739034871}] I0518 07:03:43.244727 3428 nad_controller.go:162] [zone-nad-controller NAD controller]: started I0518 07:03:43.244736 3428 default_network_controller.go:322] Starting the default network controller I0518 07:03:43.244805 3428 default_network_controller.go:367] Existing number of nodes: 2 I0518 07:03:43.244815 3428 ovs.go:160] Exec(34): /usr/bin/ovn-nbctl --timeout=15 --columns=_uuid list Load_Balancer_Group I0518 07:03:43.245120 3428 udn_enabled_svc.go:95] Performing full resync I0518 07:03:43.245178 3428 model_client.go:383] Update operations generated as: [{Op:update Table:Address_Set Row:map[addresses:{GoSet:[172.30.0.1 172.30.0.10]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {59083fa4-4460-4214-ae40-327dad63419a}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:43.245204 3428 transact.go:43] Configuring OVN: [{Op:update Table:Address_Set Row:map[addresses:{GoSet:[172.30.0.1 172.30.0.10]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {59083fa4-4460-4214-ae40-327dad63419a}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:43.245474 3428 udn_enabled_svc.go:99] Waiting for handler to sync I0518 07:03:43.245487 3428 udn_enabled_svc.go:104] Starting worker I0518 07:03:43.248619 3428 ovs.go:163] Exec(34): stdout: "" I0518 07:03:43.248631 3428 ovs.go:164] Exec(34): stderr: "" I0518 07:03:43.248656 3428 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:u2739034872}] I0518 07:03:43.248681 3428 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:u2739034873}] I0518 07:03:43.248701 3428 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:u2739034874}] I0518 07:03:43.248711 3428 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:u2739034872} {Op:insert Table:Load_Balancer_Group Row:map[name:clusterSwitchLBGroup] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2739034873} {Op:insert Table:Load_Balancer_Group Row:map[name:clusterRouterLBGroup] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2739034874}] I0518 07:03:43.249055 3428 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:u2739034875}] I0518 07:03:43.249107 3428 model_client.go:374] Create operations generated as: [{Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u2739034875}]} fair:{GoSet:[true]} name:arp-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2739034876}] I0518 07:03:43.249152 3428 model_client.go:374] Create operations generated as: [{Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u2739034875}]} fair:{GoSet:[true]} name:arp-resolve-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2739034877}] I0518 07:03:43.249188 3428 model_client.go:374] Create operations generated as: [{Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u2739034875}]} fair:{GoSet:[true]} name:bfd-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2739034878}] I0518 07:03:43.249221 3428 model_client.go:374] Create operations generated as: [{Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u2739034875}]} fair:{GoSet:[true]} name:event-elb-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2739034879}] I0518 07:03:43.249253 3428 model_client.go:374] Create operations generated as: [{Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u2739034875}]} fair:{GoSet:[true]} name:icmp4-error-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2739034880}] I0518 07:03:43.249282 3428 model_client.go:374] Create operations generated as: [{Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u2739034875}]} fair:{GoSet:[true]} name:icmp6-error-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2739034881}] I0518 07:03:43.249314 3428 model_client.go:374] Create operations generated as: [{Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u2739034875}]} fair:{GoSet:[true]} name:reject-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2739034882}] I0518 07:03:43.249345 3428 model_client.go:374] Create operations generated as: [{Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u2739034875}]} fair:{GoSet:[true]} name:tcp-reset-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2739034883}] I0518 07:03:43.249377 3428 model_client.go:374] Create operations generated as: [{Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u2739034875}]} fair:{GoSet:[true]} name:svc-monitor-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2739034884}] I0518 07:03:43.249414 3428 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:u2739034885}] I0518 07:03:43.249437 3428 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:u2739034875} {Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u2739034875}]} fair:{GoSet:[true]} name:arp-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2739034876} {Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u2739034875}]} fair:{GoSet:[true]} name:arp-resolve-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2739034877} {Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u2739034875}]} fair:{GoSet:[true]} name:bfd-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2739034878} {Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u2739034875}]} fair:{GoSet:[true]} name:event-elb-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2739034879} {Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u2739034875}]} fair:{GoSet:[true]} name:icmp4-error-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2739034880} {Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u2739034875}]} fair:{GoSet:[true]} name:icmp6-error-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2739034881} {Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u2739034875}]} fair:{GoSet:[true]} name:reject-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2739034882} {Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u2739034875}]} fair:{GoSet:[true]} name:tcp-reset-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2739034883} {Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u2739034875}]} fair:{GoSet:[true]} name:svc-monitor-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2739034884} {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:u2739034885}] I0518 07:03:43.250691 3428 model_client.go:374] Create operations generated as: [{Op:insert Table:Logical_Router Row:map[copp:{GoSet:[{GoUUID:62e917d9-38e6-4139-8c50-ac9662a03c3f}]} 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:u2739034886}] I0518 07:03:43.250716 3428 transact.go:43] Configuring OVN: [{Op:wait Table:Logical_Router Row:map[] Rows:[map[name:ovn_cluster_router]] Columns:[name] Mutations:[] Timeout:0xc0086d9050 Where:[where column name == ovn_cluster_router] Until:!= Durable: Comment: Lock: UUID: UUIDName:} {Op:insert Table:Logical_Router Row:map[copp:{GoSet:[{GoUUID:62e917d9-38e6-4139-8c50-ac9662a03c3f}]} 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:u2739034886}] I0518 07:03:43.251087 3428 model_client.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:u2739034887}] I0518 07:03:43.251110 3428 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:u2739034887}] I0518 07:03:43.251398 3428 model_client.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:u2739034888}] I0518 07:03:43.251419 3428 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:u2739034888}] I0518 07:03:43.251675 3428 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:u2739034889}] I0518 07:03:43.251718 3428 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:u2739034890}] I0518 07:03:43.251757 3428 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:u2739034889} {GoUUID:u2739034890}]}}] Timeout: Where:[where column _uuid == {d9907fbf-b4ff-4d05-af58-04bf9330fa6b}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:43.251781 3428 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:u2739034889} {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:u2739034890} {Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:acls Mutator:insert Value:{GoSet:[{GoUUID:u2739034889} {GoUUID:u2739034890}]}}] Timeout: Where:[where column _uuid == {d9907fbf-b4ff-4d05-af58-04bf9330fa6b}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:43.252363 3428 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:u2739034891}] I0518 07:03:43.252413 3428 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:u2739034892}] I0518 07:03:43.252453 3428 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:u2739034891} {GoUUID:u2739034892}]}}] Timeout: Where:[where column _uuid == {84c6b3c3-c474-462f-afe1-a0f5cf648eee}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:43.252470 3428 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:u2739034891} {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:u2739034892} {Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:acls Mutator:insert Value:{GoSet:[{GoUUID:u2739034891} {GoUUID:u2739034892}]}}] Timeout: Where:[where column _uuid == {84c6b3c3-c474-462f-afe1-a0f5cf648eee}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:43.253042 3428 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:u2739034893}] I0518 07:03:43.253059 3428 transact.go:43] Configuring OVN: [{Op:wait Table:Logical_Switch Row:map[] Rows:[map[name:join]] Columns:[name] Mutations:[] Timeout:0xc008db5810 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:u2739034893}] I0518 07:03:43.253280 3428 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:u2739034894}] I0518 07:03:43.253315 3428 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:u2739034894}]}}] Timeout: Where:[where column _uuid == {747517ee-9487-4adc-b570-70ba027f8362}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:43.253330 3428 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:u2739034894} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2739034894}]}}] Timeout: Where:[where column _uuid == {747517ee-9487-4adc-b570-70ba027f8362}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:43.253620 3428 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:u2739034895}] I0518 07:03:43.253652 3428 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:u2739034895}]}}] Timeout: Where:[where column _uuid == {2e63dd97-ac4a-434c-8c57-1f8f9efadbac}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:43.253668 3428 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:u2739034895} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2739034895}]}}] Timeout: Where:[where column _uuid == {2e63dd97-ac4a-434c-8c57-1f8f9efadbac}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:43.253945 3428 default_network_controller.go:389] Cleaning External Gateway ECMP routes I0518 07:03:43.254004 3428 repair.go:33] Syncing exgw routes took 48.566µs I0518 07:03:43.254022 3428 default_network_controller.go:408] Starting all the Watchers... I0518 07:03:43.254201 3428 obj_retry.go:509] Add event received for *v1.Namespace openshift-package-operator I0518 07:03:43.254212 3428 obj_retry.go:509] Add event received for *v1.Namespace openshift-ovn-kubernetes I0518 07:03:43.254222 3428 obj_retry.go:509] Add event received for *v1.Namespace openshift-kube-scheduler I0518 07:03:43.254239 3428 namespace.go:93] [openshift-package-operator] adding namespace I0518 07:03:43.254239 3428 obj_retry.go:509] Add event received for *v1.Namespace openshift-backplane-tam I0518 07:03:43.254225 3428 obj_retry.go:509] Add event received for *v1.Namespace openshift-customer-monitoring I0518 07:03:43.254256 3428 obj_retry.go:509] Add event received for *v1.Namespace openshift-operators-redhat I0518 07:03:43.254259 3428 obj_retry.go:509] Add event received for *v1.Namespace openshift-kube-scheduler-operator I0518 07:03:43.254266 3428 namespace.go:93] [openshift-backplane-tam] adding namespace I0518 07:03:43.254267 3428 namespace.go:93] [openshift-kube-scheduler] adding namespace I0518 07:03:43.254236 3428 obj_retry.go:509] Add event received for *v1.Namespace openshift-kube-controller-manager I0518 07:03:43.254281 3428 obj_retry.go:509] Add event received for *v1.Namespace openshift-authentication I0518 07:03:43.254303 3428 namespace.go:93] [openshift-authentication] adding namespace I0518 07:03:43.254310 3428 obj_retry.go:509] Add event received for *v1.Namespace openshift-service-ca-operator I0518 07:03:43.254317 3428 obj_retry.go:509] Add event received for *v1.Namespace openshift-cloud-controller-manager I0518 07:03:43.254320 3428 obj_retry.go:509] Add event received for *v1.Namespace openshift-cluster-machine-approver I0518 07:03:43.254342 3428 namespace.go:93] [openshift-service-ca-operator] adding namespace I0518 07:03:43.254343 3428 namespace.go:93] [openshift-cloud-controller-manager] adding namespace I0518 07:03:43.254220 3428 obj_retry.go:509] Add event received for *v1.Namespace openshift-host-network I0518 07:03:43.254415 3428 namespace.go:93] [openshift-host-network] adding namespace I0518 07:03:43.254206 3428 obj_retry.go:509] Add event received for *v1.Namespace openshift-machine-api I0518 07:03:43.254458 3428 namespace.go:93] [openshift-machine-api] adding namespace I0518 07:03:43.254346 3428 namespace.go:93] [openshift-cluster-machine-approver] adding namespace I0518 07:03:43.254348 3428 namespace.go:93] [openshift-operators-redhat] adding namespace I0518 07:03:43.254359 3428 namespace.go:93] [openshift-kube-scheduler-operator] adding namespace I0518 07:03:43.254352 3428 model_client.go:374] Create operations generated 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:u2739034896}] I0518 07:03:43.254482 3428 address_set.go:303] New(u2739034896/default-network-controller:Namespace:openshift-package-operator:v4/a5835920249265963763) with [] I0518 07:03:43.254491 3428 transact.go:43] Configuring 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:u2739034896}] I0518 07:03:43.254199 3428 obj_retry.go:509] Add event received for *v1.Namespace openshift-kube-controller-manager-operator I0518 07:03:43.254567 3428 namespace.go:93] [openshift-kube-controller-manager-operator] adding namespace I0518 07:03:43.254368 3428 namespace.go:93] [openshift-kube-controller-manager] adding namespace I0518 07:03:43.254367 3428 namespace.go:93] [openshift-customer-monitoring] adding namespace I0518 07:03:43.254243 3428 namespace.go:93] [openshift-ovn-kubernetes] adding namespace I0518 07:03:43.254807 3428 model_client.go:374] 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:u2739034897}] I0518 07:03:43.254839 3428 transact.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:u2739034897}] I0518 07:03:43.255094 3428 namespace.go:97] [openshift-package-operator] adding namespace took 845.61µs I0518 07:03:43.255104 3428 obj_retry.go:548] Creating *v1.Namespace openshift-package-operator took: 882.756µs I0518 07:03:43.255113 3428 obj_retry.go:509] Add event received for *v1.Namespace openshift-backplane-cee I0518 07:03:43.255118 3428 namespace.go:93] [openshift-backplane-cee] adding namespace I0518 07:03:43.255148 3428 model_client.go:374] Create operations generated 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:u2739034898}] I0518 07:03:43.255168 3428 address_set.go:303] New(u2739034898/default-network-controller:Namespace:openshift-backplane-cee:v4/a16683797294909587257) with [] I0518 07:03:43.255173 3428 transact.go:43] Configuring 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:u2739034898}] I0518 07:03:43.255395 3428 model_client.go:374] 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:u2739034899}] I0518 07:03:43.255411 3428 transact.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:u2739034899}] I0518 07:03:43.255647 3428 namespace.go:97] [openshift-backplane-cee] adding namespace took 523.691µs I0518 07:03:43.255659 3428 obj_retry.go:548] Creating *v1.Namespace openshift-backplane-cee took: 539.154µs I0518 07:03:43.255666 3428 obj_retry.go:509] Add event received for *v1.Namespace openshift-network-node-identity I0518 07:03:43.255671 3428 namespace.go:93] [openshift-network-node-identity] adding namespace I0518 07:03:43.255703 3428 model_client.go:374] Create operations generated 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:u2739034900}] I0518 07:03:43.255724 3428 address_set.go:303] New(u2739034900/default-network-controller:Namespace:openshift-network-node-identity:v4/a6647208685787594228) with [] I0518 07:03:43.255729 3428 transact.go:43] Configuring 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:u2739034900}] I0518 07:03:43.255974 3428 model_client.go:374] 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:u2739034901}] I0518 07:03:43.255991 3428 transact.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:u2739034901}] I0518 07:03:43.256270 3428 namespace.go:97] [openshift-network-node-identity] adding namespace took 594.769µs I0518 07:03:43.256280 3428 obj_retry.go:548] Creating *v1.Namespace openshift-network-node-identity took: 607.407µs I0518 07:03:43.256287 3428 obj_retry.go:509] Add event received for *v1.Namespace openshift-backplane-csm I0518 07:03:43.256277 3428 model_client.go:374] Create operations generated 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:u2739034902}] I0518 07:03:43.256292 3428 namespace.go:93] [openshift-backplane-csm] adding namespace I0518 07:03:43.256296 3428 address_set.go:303] New(u2739034902/default-network-controller:Namespace:openshift-backplane-tam:v4/a16625094502828200430) with [] I0518 07:03:43.256302 3428 transact.go:43] Configuring 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:u2739034902}] I0518 07:03:43.256553 3428 model_client.go:374] 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:u2739034903}] I0518 07:03:43.256571 3428 transact.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:u2739034903}] I0518 07:03:43.256854 3428 namespace.go:97] [openshift-backplane-tam] adding namespace took 2.581997ms I0518 07:03:43.256865 3428 obj_retry.go:548] Creating *v1.Namespace openshift-backplane-tam took: 2.609906ms I0518 07:03:43.256872 3428 obj_retry.go:509] Add event received for *v1.Namespace openshift-config-operator I0518 07:03:43.256877 3428 namespace.go:93] [openshift-config-operator] adding namespace I0518 07:03:43.256842 3428 model_client.go:374] Create operations generated 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:u2739034904}] I0518 07:03:43.256902 3428 address_set.go:303] New(u2739034904/default-network-controller:Namespace:openshift-kube-scheduler:v4/a15634036902741400949) with [] I0518 07:03:43.256907 3428 transact.go:43] Configuring 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:u2739034904}] I0518 07:03:43.257151 3428 model_client.go:374] 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:u2739034905}] I0518 07:03:43.257169 3428 transact.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:u2739034905}] I0518 07:03:43.257467 3428 namespace.go:97] [openshift-kube-scheduler] adding namespace took 3.192201ms I0518 07:03:43.257479 3428 obj_retry.go:548] Creating *v1.Namespace openshift-kube-scheduler took: 3.244468ms I0518 07:03:43.257488 3428 obj_retry.go:509] Add event received for *v1.Namespace kube-public I0518 07:03:43.257495 3428 namespace.go:93] [kube-public] adding namespace I0518 07:03:43.257476 3428 model_client.go:374] Create operations generated 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:u2739034906}] I0518 07:03:43.257509 3428 address_set.go:303] New(u2739034906/default-network-controller:Namespace:openshift-authentication:v4/a5821095395710037482) with [] I0518 07:03:43.257527 3428 transact.go:43] Configuring 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:u2739034906}] I0518 07:03:43.257778 3428 model_client.go:374] 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:u2739034907}] I0518 07:03:43.257804 3428 transact.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:u2739034907}] I0518 07:03:43.258120 3428 namespace.go:97] [openshift-authentication] adding namespace took 3.805289ms I0518 07:03:43.258133 3428 obj_retry.go:548] Creating *v1.Namespace openshift-authentication took: 3.840527ms I0518 07:03:43.258141 3428 obj_retry.go:509] Add event received for *v1.Namespace default I0518 07:03:43.258148 3428 namespace.go:93] [default] adding namespace I0518 07:03:43.258134 3428 model_client.go:374] Create operations generated 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:u2739034908}] I0518 07:03:43.258159 3428 address_set.go:303] New(u2739034908/default-network-controller:Namespace:openshift-service-ca-operator:v4/a9531058592630863333) with [] I0518 07:03:43.258170 3428 transact.go:43] Configuring 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:u2739034908}] I0518 07:03:43.258446 3428 model_client.go:374] 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:u2739034909}] I0518 07:03:43.258466 3428 transact.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:u2739034909}] I0518 07:03:43.258733 3428 model_client.go:374] Create operations generated 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:u2739034910}] I0518 07:03:43.258763 3428 address_set.go:303] New(u2739034910/default-network-controller:Namespace:openshift-cloud-controller-manager:v4/a545707041332338296) with [] I0518 07:03:43.258770 3428 transact.go:43] Configuring 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:u2739034910}] I0518 07:03:43.258747 3428 namespace.go:97] [openshift-service-ca-operator] adding namespace took 4.362806ms I0518 07:03:43.258818 3428 obj_retry.go:548] Creating *v1.Namespace openshift-service-ca-operator took: 4.499479ms I0518 07:03:43.258826 3428 obj_retry.go:509] Add event received for *v1.Namespace openshift-logging I0518 07:03:43.258832 3428 namespace.go:93] [openshift-logging] adding namespace I0518 07:03:43.259041 3428 model_client.go:374] 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:u2739034911}] I0518 07:03:43.259061 3428 transact.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:u2739034911}] I0518 07:03:43.259363 3428 namespace.go:97] [openshift-cloud-controller-manager] adding namespace took 4.971593ms I0518 07:03:43.259373 3428 obj_retry.go:548] Creating *v1.Namespace openshift-cloud-controller-manager took: 5.045433ms I0518 07:03:43.259381 3428 obj_retry.go:509] Add event received for *v1.Namespace kube-node-lease I0518 07:03:43.259387 3428 namespace.go:93] [kube-node-lease] adding namespace I0518 07:03:43.259374 3428 model_client.go:374] Create operations generated as: [{Op:insert Table:Address_Set Row:map[addresses:{GoSet:[10.128.0.2 100.64.0.2 10.129.0.2 100.64.0.3]} 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:u2739034912}] I0518 07:03:43.259395 3428 address_set.go:303] New(u2739034912/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] I0518 07:03:43.259403 3428 transact.go:43] Configuring OVN: [{Op:insert Table:Address_Set Row:map[addresses:{GoSet:[10.128.0.2 100.64.0.2 10.129.0.2 100.64.0.3]} 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:u2739034912}] I0518 07:03:43.259663 3428 model_client.go:374] 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:u2739034913}] I0518 07:03:43.259681 3428 transact.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:u2739034913}] I0518 07:03:43.259950 3428 model_client.go:374] Create operations generated 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:u2739034914}] I0518 07:03:43.259966 3428 namespace.go:97] [openshift-host-network] adding namespace took 5.529006ms I0518 07:03:43.259977 3428 obj_retry.go:548] Creating *v1.Namespace openshift-host-network took: 5.579477ms I0518 07:03:43.259974 3428 address_set.go:303] New(u2739034914/default-network-controller:Namespace:openshift-machine-api:v4/a8146979490545162082) with [] I0518 07:03:43.259987 3428 obj_retry.go:509] Add event received for *v1.Namespace openshift-dns-operator I0518 07:03:43.259993 3428 namespace.go:93] [openshift-dns-operator] adding namespace I0518 07:03:43.259991 3428 transact.go:43] Configuring 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:u2739034914}] I0518 07:03:43.260231 3428 model_client.go:374] 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:u2739034915}] I0518 07:03:43.260250 3428 transact.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:u2739034915}] I0518 07:03:43.260612 3428 model_client.go:374] Create operations generated 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:u2739034916}] I0518 07:03:43.260647 3428 address_set.go:303] New(u2739034916/default-network-controller:Namespace:openshift-cluster-machine-approver:v4/a8065968527448962190) with [] I0518 07:03:43.260655 3428 transact.go:43] Configuring 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:u2739034916}] I0518 07:03:43.260626 3428 namespace.go:97] [openshift-machine-api] adding namespace took 6.1581ms I0518 07:03:43.260724 3428 obj_retry.go:548] Creating *v1.Namespace openshift-machine-api took: 6.277837ms I0518 07:03:43.260734 3428 obj_retry.go:509] Add event received for *v1.Namespace openshift-infra I0518 07:03:43.260768 3428 namespace.go:93] [openshift-infra] adding namespace I0518 07:03:43.260998 3428 model_client.go:374] 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:u2739034917}] I0518 07:03:43.261018 3428 transact.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:u2739034917}] I0518 07:03:43.261371 3428 namespace.go:97] [openshift-cluster-machine-approver] adding namespace took 6.900593ms I0518 07:03:43.261390 3428 obj_retry.go:548] Creating *v1.Namespace openshift-cluster-machine-approver took: 7.05659ms I0518 07:03:43.261384 3428 model_client.go:374] Create operations generated 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:u2739034918}] I0518 07:03:43.261404 3428 obj_retry.go:509] Add event received for *v1.Namespace openshift-backplane-lpsre I0518 07:03:43.261417 3428 namespace.go:93] [openshift-backplane-lpsre] adding namespace I0518 07:03:43.261410 3428 address_set.go:303] New(u2739034918/default-network-controller:Namespace:openshift-operators-redhat:v4/a12821998257320927754) with [] I0518 07:03:43.261427 3428 transact.go:43] Configuring 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:u2739034918}] I0518 07:03:43.261685 3428 model_client.go:374] 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:u2739034919}] I0518 07:03:43.261702 3428 transact.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:u2739034919}] I0518 07:03:43.262032 3428 namespace.go:97] [openshift-operators-redhat] adding namespace took 7.559889ms I0518 07:03:43.262043 3428 obj_retry.go:548] Creating *v1.Namespace openshift-operators-redhat took: 7.776065ms I0518 07:03:43.262054 3428 obj_retry.go:509] Add event received for *v1.Namespace openshift-cluster-samples-operator I0518 07:03:43.262060 3428 namespace.go:93] [openshift-cluster-samples-operator] adding namespace I0518 07:03:43.262036 3428 model_client.go:374] Create operations generated 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:u2739034920}] I0518 07:03:43.262070 3428 address_set.go:303] New(u2739034920/default-network-controller:Namespace:openshift-kube-scheduler-operator:v4/a8446891589965341694) with [] I0518 07:03:43.262077 3428 transact.go:43] Configuring 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:u2739034920}] I0518 07:03:43.262375 3428 model_client.go:374] 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:u2739034921}] I0518 07:03:43.262397 3428 transact.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:u2739034921}] I0518 07:03:43.262672 3428 model_client.go:374] Create operations generated 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:u2739034922}] I0518 07:03:43.262691 3428 address_set.go:303] New(u2739034922/default-network-controller:Namespace:openshift-kube-controller-manager-operator:v4/a13990978431870169537) with [] I0518 07:03:43.262694 3428 namespace.go:97] [openshift-kube-scheduler-operator] adding namespace took 8.21947ms I0518 07:03:43.262696 3428 transact.go:43] Configuring 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:u2739034922}] I0518 07:03:43.262703 3428 obj_retry.go:548] Creating *v1.Namespace openshift-kube-scheduler-operator took: 8.434734ms I0518 07:03:43.262713 3428 obj_retry.go:509] Add event received for *v1.Namespace openshift-network-diagnostics I0518 07:03:43.262719 3428 namespace.go:93] [openshift-network-diagnostics] adding namespace I0518 07:03:43.262972 3428 model_client.go:374] 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:u2739034923}] I0518 07:03:43.262992 3428 transact.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:u2739034923}] I0518 07:03:43.263230 3428 namespace.go:97] [openshift-kube-controller-manager-operator] adding namespace took 8.656982ms I0518 07:03:43.263242 3428 obj_retry.go:548] Creating *v1.Namespace openshift-kube-controller-manager-operator took: 8.682563ms I0518 07:03:43.263251 3428 obj_retry.go:509] Add event received for *v1.Namespace openshift-console-user-settings I0518 07:03:43.263256 3428 namespace.go:93] [openshift-console-user-settings] adding namespace I0518 07:03:43.263260 3428 model_client.go:374] Create operations generated 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:u2739034924}] I0518 07:03:43.263280 3428 address_set.go:303] New(u2739034924/default-network-controller:Namespace:openshift-kube-controller-manager:v4/a4663622633901538608) with [] I0518 07:03:43.263285 3428 transact.go:43] Configuring 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:u2739034924}] I0518 07:03:43.263554 3428 model_client.go:374] 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:u2739034925}] I0518 07:03:43.263575 3428 transact.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:u2739034925}] I0518 07:03:43.263912 3428 namespace.go:97] [openshift-kube-controller-manager] adding namespace took 9.338015ms I0518 07:03:43.263924 3428 obj_retry.go:548] Creating *v1.Namespace openshift-kube-controller-manager took: 9.643181ms I0518 07:03:43.263931 3428 obj_retry.go:509] Add event received for *v1.Namespace openshift-dns I0518 07:03:43.263914 3428 model_client.go:374] Create operations generated 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:u2739034926}] I0518 07:03:43.263935 3428 namespace.go:93] [openshift-dns] adding namespace I0518 07:03:43.263942 3428 address_set.go:303] New(u2739034926/default-network-controller:Namespace:openshift-customer-monitoring:v4/a14127557557717756897) with [] I0518 07:03:43.263948 3428 transact.go:43] Configuring 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:u2739034926}] I0518 07:03:43.264233 3428 model_client.go:374] 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:u2739034927}] I0518 07:03:43.264253 3428 transact.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:u2739034927}] I0518 07:03:43.264534 3428 model_client.go:374] Create operations generated 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:u2739034928}] I0518 07:03:43.264547 3428 namespace.go:97] [openshift-customer-monitoring] adding namespace took 9.970784ms I0518 07:03:43.264553 3428 address_set.go:303] New(u2739034928/default-network-controller:Namespace:openshift-ovn-kubernetes:v4/a1398255725986493602) with [] I0518 07:03:43.264555 3428 obj_retry.go:548] Creating *v1.Namespace openshift-customer-monitoring took: 10.290797ms I0518 07:03:43.264561 3428 obj_retry.go:509] Add event received for *v1.Namespace openshift-kube-apiserver I0518 07:03:43.264565 3428 namespace.go:93] [openshift-kube-apiserver] adding namespace I0518 07:03:43.264559 3428 transact.go:43] Configuring 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:u2739034928}] I0518 07:03:43.264830 3428 model_client.go:374] 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:u2739034929}] I0518 07:03:43.264851 3428 transact.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:u2739034929}] I0518 07:03:43.265163 3428 model_client.go:374] Create operations generated 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:u2739034930}] I0518 07:03:43.265184 3428 address_set.go:303] New(u2739034930/default-network-controller:Namespace:openshift-backplane-csm:v4/a11079310369539273179) with [] I0518 07:03:43.265186 3428 namespace.go:97] [openshift-ovn-kubernetes] adding namespace took 10.605996ms I0518 07:03:43.265189 3428 transact.go:43] Configuring 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:u2739034930}] I0518 07:03:43.265197 3428 obj_retry.go:548] Creating *v1.Namespace openshift-ovn-kubernetes took: 10.971971ms I0518 07:03:43.265205 3428 obj_retry.go:509] Add event received for *v1.Namespace openshift-console I0518 07:03:43.265211 3428 namespace.go:93] [openshift-console] adding namespace I0518 07:03:43.265456 3428 model_client.go:374] 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:u2739034931}] I0518 07:03:43.265479 3428 transact.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:u2739034931}] I0518 07:03:43.265745 3428 model_client.go:374] Create operations generated 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:u2739034932}] I0518 07:03:43.265766 3428 address_set.go:303] New(u2739034932/default-network-controller:Namespace:openshift-config-operator:v4/a15513656991472936797) with [] I0518 07:03:43.265773 3428 namespace.go:97] [openshift-backplane-csm] adding namespace took 9.476358ms I0518 07:03:43.265780 3428 obj_retry.go:548] Creating *v1.Namespace openshift-backplane-csm took: 9.486627ms I0518 07:03:43.265772 3428 transact.go:43] Configuring 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:u2739034932}] I0518 07:03:43.265785 3428 obj_retry.go:509] Add event received for *v1.Namespace openshift-kube-storage-version-migrator-operator I0518 07:03:43.265790 3428 namespace.go:93] [openshift-kube-storage-version-migrator-operator] adding namespace I0518 07:03:43.266058 3428 model_client.go:374] 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:u2739034933}] I0518 07:03:43.266080 3428 transact.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:u2739034933}] I0518 07:03:43.266369 3428 model_client.go:374] Create operations 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:u2739034934}] I0518 07:03:43.266392 3428 address_set.go:303] New(u2739034934/default-network-controller:Namespace:kube-public:v4/a8590749387396730558) with [] I0518 07:03:43.266395 3428 namespace.go:97] [openshift-config-operator] adding namespace took 9.51515ms I0518 07:03:43.266401 3428 obj_retry.go:548] Creating *v1.Namespace openshift-config-operator took: 9.523395ms I0518 07:03:43.266413 3428 obj_retry.go:509] Add event received for *v1.Namespace openshift-machine-config-operator I0518 07:03:43.266397 3428 transact.go:43] 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:u2739034934}] I0518 07:03:43.266418 3428 namespace.go:93] [openshift-machine-config-operator] adding namespace I0518 07:03:43.266667 3428 model_client.go: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:u2739034935}] I0518 07:03:43.266685 3428 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:u2739034935}] I0518 07:03:43.266931 3428 model_client.go:374] Create operations 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:u2739034936}] I0518 07:03:43.266951 3428 address_set.go:303] New(u2739034936/default-network-controller:Namespace:default:v4/a4322231855293774466) with [] I0518 07:03:43.266956 3428 transact.go:43] 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:u2739034936}] I0518 07:03:43.266978 3428 namespace.go:97] [kube-public] adding namespace took 9.477702ms I0518 07:03:43.266992 3428 obj_retry.go:548] Creating *v1.Namespace kube-public took: 9.497298ms I0518 07:03:43.267002 3428 obj_retry.go:509] Add event received for *v1.Namespace openshift-operator-lifecycle-manager I0518 07:03:43.267010 3428 namespace.go:93] [openshift-operator-lifecycle-manager] adding namespace I0518 07:03:43.267204 3428 model_client.go: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:u2739034937}] I0518 07:03:43.267222 3428 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:u2739034937}] I0518 07:03:43.267444 3428 model_client.go:374] Create operations generated 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:u2739034938}] I0518 07:03:43.267464 3428 address_set.go:303] New(u2739034938/default-network-controller:Namespace:openshift-logging:v4/a279876230725367541) with [] I0518 07:03:43.267470 3428 transact.go:43] Configuring 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:u2739034938}] I0518 07:03:43.267486 3428 namespace.go:97] [default] adding namespace took 9.333334ms I0518 07:03:43.267494 3428 obj_retry.go:548] Creating *v1.Namespace default took: 9.344384ms I0518 07:03:43.267500 3428 obj_retry.go:509] Add event received for *v1.Namespace openshift-etcd I0518 07:03:43.267507 3428 namespace.go:93] [openshift-etcd] adding namespace I0518 07:03:43.267730 3428 model_client.go:374] 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:u2739034939}] I0518 07:03:43.267750 3428 transact.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:u2739034939}] I0518 07:03:43.268057 3428 model_client.go:374] Create operations 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:u2739034940}] I0518 07:03:43.268079 3428 address_set.go:303] New(u2739034940/default-network-controller:Namespace:kube-node-lease:v4/a8945957557890443212) with [] I0518 07:03:43.268085 3428 namespace.go:97] [openshift-logging] adding namespace took 9.247865ms I0518 07:03:43.268084 3428 transact.go:43] 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:u2739034940}] I0518 07:03:43.268093 3428 obj_retry.go:548] Creating *v1.Namespace openshift-logging took: 9.259856ms I0518 07:03:43.268101 3428 obj_retry.go:509] Add event received for *v1.Namespace openshift-backplane-ai-agent I0518 07:03:43.268106 3428 namespace.go:93] [openshift-backplane-ai-agent] adding namespace I0518 07:03:43.268358 3428 model_client.go: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:u2739034941}] I0518 07:03:43.268377 3428 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:u2739034941}] I0518 07:03:43.268615 3428 model_client.go:374] Create operations generated 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:u2739034942}] I0518 07:03:43.268634 3428 address_set.go:303] New(u2739034942/default-network-controller:Namespace:openshift-dns-operator:v4/a12081638711291249560) with [] I0518 07:03:43.268644 3428 namespace.go:97] [kube-node-lease] adding namespace took 9.253782ms I0518 07:03:43.268639 3428 transact.go:43] Configuring 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:u2739034942}] I0518 07:03:43.268651 3428 obj_retry.go:548] Creating *v1.Namespace kube-node-lease took: 9.26399ms I0518 07:03:43.268656 3428 obj_retry.go:509] Add event received for *v1.Namespace openshift-config-managed I0518 07:03:43.268660 3428 namespace.go:93] [openshift-config-managed] adding namespace I0518 07:03:43.268931 3428 model_client.go:374] 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:u2739034943}] I0518 07:03:43.268959 3428 transact.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:u2739034943}] I0518 07:03:43.269222 3428 model_client.go:374] Create operations generated 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:u2739034944}] I0518 07:03:43.269242 3428 address_set.go:303] New(u2739034944/default-network-controller:Namespace:openshift-infra:v4/a4190772658089390776) with [] I0518 07:03:43.269247 3428 transact.go:43] Configuring 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:u2739034944}] I0518 07:03:43.269261 3428 namespace.go:97] [openshift-dns-operator] adding namespace took 9.261873ms I0518 07:03:43.269271 3428 obj_retry.go:548] Creating *v1.Namespace openshift-dns-operator took: 9.27581ms I0518 07:03:43.269280 3428 obj_retry.go:509] Add event received for *v1.Namespace openshift-insights I0518 07:03:43.269286 3428 namespace.go:93] [openshift-insights] adding namespace I0518 07:03:43.269489 3428 model_client.go:374] 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:u2739034945}] I0518 07:03:43.269506 3428 transact.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:u2739034945}] I0518 07:03:43.269776 3428 namespace.go:97] [openshift-infra] adding namespace took 9.000246ms I0518 07:03:43.269785 3428 obj_retry.go:548] Creating *v1.Namespace openshift-infra took: 9.031891ms I0518 07:03:43.269792 3428 obj_retry.go:509] Add event received for *v1.Namespace openshift-ingress-operator I0518 07:03:43.269797 3428 namespace.go:93] [openshift-ingress-operator] adding namespace I0518 07:03:43.269736 3428 model_client.go:374] Create operations generated 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:u2739034946}] I0518 07:03:43.270145 3428 address_set.go:303] New(u2739034946/default-network-controller:Namespace:openshift-backplane-lpsre:v4/a14720488555408461788) with [] I0518 07:03:43.270153 3428 transact.go:43] Configuring 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:u2739034946}] I0518 07:03:43.270444 3428 model_client.go:374] 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:u2739034947}] I0518 07:03:43.270465 3428 transact.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:u2739034947}] I0518 07:03:43.270773 3428 model_client.go:374] Create operations generated 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:u2739034948}] I0518 07:03:43.270796 3428 address_set.go:303] New(u2739034948/default-network-controller:Namespace:openshift-cluster-samples-operator:v4/a3083655245828550199) with [] I0518 07:03:43.270807 3428 namespace.go:97] [openshift-backplane-lpsre] adding namespace took 9.381705ms I0518 07:03:43.270802 3428 transact.go:43] Configuring 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:u2739034948}] I0518 07:03:43.270816 3428 obj_retry.go:548] Creating *v1.Namespace openshift-backplane-lpsre took: 9.401454ms I0518 07:03:43.270823 3428 obj_retry.go:509] Add event received for *v1.Namespace openshift-cluster-node-tuning-operator I0518 07:03:43.270828 3428 namespace.go:93] [openshift-cluster-node-tuning-operator] adding namespace I0518 07:03:43.271104 3428 model_client.go:374] 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:u2739034949}] I0518 07:03:43.271125 3428 transact.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:u2739034949}] W0518 07:03:43.271391 3428 base_network_controller_namespace.go:409] Failed to get IPs for pod openshift-network-diagnostics/network-check-target-5gq8p: pod openshift-network-diagnostics/network-check-target-5gq8p: no pod IPs found W0518 07:03:43.271408 3428 base_network_controller_namespace.go:409] Failed to get IPs for pod openshift-network-diagnostics/network-check-target-grcpm: pod openshift-network-diagnostics/network-check-target-grcpm: no pod IPs found I0518 07:03:43.271427 3428 namespace.go:97] [openshift-cluster-samples-operator] adding namespace took 9.358914ms I0518 07:03:43.271431 3428 model_client.go:374] Create operations generated as: [{Op:insert Table:Address_Set Row:map[external_ids:{GoMap:map[ip-family:v4 k8s.ovn.org/id:default-network-controller:Namespace:openshift-network-diagnostics:v4 k8s.ovn.org/name:openshift-network-diagnostics k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a1966919964212966539] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2739034950}] I0518 07:03:43.271441 3428 obj_retry.go:548] Creating *v1.Namespace openshift-cluster-samples-operator took: 9.378795ms I0518 07:03:43.271446 3428 address_set.go:303] New(u2739034950/default-network-controller:Namespace:openshift-network-diagnostics:v4/a1966919964212966539) with [] I0518 07:03:43.271450 3428 obj_retry.go:509] Add event received for *v1.Namespace openshift-cluster-csi-drivers I0518 07:03:43.271455 3428 namespace.go:93] [openshift-cluster-csi-drivers] adding namespace I0518 07:03:43.271451 3428 transact.go:43] Configuring OVN: [{Op:insert Table:Address_Set Row:map[external_ids:{GoMap:map[ip-family:v4 k8s.ovn.org/id:default-network-controller:Namespace:openshift-network-diagnostics:v4 k8s.ovn.org/name:openshift-network-diagnostics k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a1966919964212966539] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2739034950}] I0518 07:03:43.271708 3428 model_client.go:374] 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:u2739034951}] I0518 07:03:43.271729 3428 transact.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:u2739034951}] I0518 07:03:43.271989 3428 namespace.go:97] [openshift-network-diagnostics] adding namespace took 9.263246ms I0518 07:03:43.272007 3428 obj_retry.go:548] Creating *v1.Namespace openshift-network-diagnostics took: 9.285389ms I0518 07:03:43.272015 3428 obj_retry.go:509] Add event received for *v1.Namespace openshift-backplane-cse I0518 07:03:43.272024 3428 namespace.go:93] [openshift-backplane-cse] adding namespace I0518 07:03:43.272027 3428 model_client.go:374] Create operations generated 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:u2739034952}] I0518 07:03:43.272043 3428 address_set.go:303] New(u2739034952/default-network-controller:Namespace:openshift-console-user-settings:v4/a17174782576849527835) with [] I0518 07:03:43.272047 3428 transact.go:43] Configuring 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:u2739034952}] I0518 07:03:43.272358 3428 model_client.go:374] 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:u2739034953}] I0518 07:03:43.272380 3428 transact.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:u2739034953}] I0518 07:03:43.272641 3428 model_client.go:374] Create operations generated 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:u2739034954}] I0518 07:03:43.272660 3428 address_set.go:303] New(u2739034954/default-network-controller:Namespace:openshift-dns:v4/a11732331429224425771) with [] I0518 07:03:43.272665 3428 transact.go:43] Configuring 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:u2739034954}] I0518 07:03:43.272679 3428 namespace.go:97] [openshift-console-user-settings] adding namespace took 9.417853ms I0518 07:03:43.272690 3428 obj_retry.go:548] Creating *v1.Namespace openshift-console-user-settings took: 9.432387ms I0518 07:03:43.272698 3428 obj_retry.go:509] Add event received for *v1.Namespace openshift-marketplace I0518 07:03:43.272706 3428 namespace.go:93] [openshift-marketplace] adding namespace I0518 07:03:43.272974 3428 model_client.go:374] 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:u2739034955}] I0518 07:03:43.272994 3428 transact.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:u2739034955}] I0518 07:03:43.273255 3428 model_client.go:374] Create operations generated 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:u2739034956}] I0518 07:03:43.273274 3428 address_set.go:303] New(u2739034956/default-network-controller:Namespace:openshift-kube-apiserver:v4/a4531626005796422843) with [] I0518 07:03:43.273304 3428 namespace.go:97] [openshift-dns] adding namespace took 9.361055ms I0518 07:03:43.273308 3428 transact.go:43] Configuring 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:u2739034956}] I0518 07:03:43.273319 3428 obj_retry.go:548] Creating *v1.Namespace openshift-dns took: 9.381831ms I0518 07:03:43.273328 3428 obj_retry.go:509] Add event received for *v1.Namespace openshift-backplane I0518 07:03:43.273334 3428 namespace.go:93] [openshift-backplane] adding namespace I0518 07:03:43.273598 3428 model_client.go:374] 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:u2739034957}] I0518 07:03:43.273620 3428 transact.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:u2739034957}] I0518 07:03:43.273916 3428 namespace.go:97] [openshift-kube-apiserver] adding namespace took 9.3453ms I0518 07:03:43.273916 3428 model_client.go:374] Create operations generated 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:u2739034958}] I0518 07:03:43.273929 3428 obj_retry.go:548] Creating *v1.Namespace openshift-kube-apiserver took: 9.36198ms I0518 07:03:43.273933 3428 address_set.go:303] New(u2739034958/default-network-controller:Namespace:openshift-console:v4/a11622011068173273797) with [] I0518 07:03:43.273938 3428 obj_retry.go:509] Add event received for *v1.Namespace openshift-ingress-canary I0518 07:03:43.273943 3428 namespace.go:93] [openshift-ingress-canary] adding namespace I0518 07:03:43.273939 3428 transact.go:43] Configuring 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:u2739034958}] I0518 07:03:43.274237 3428 model_client.go:374] 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:u2739034959}] I0518 07:03:43.274258 3428 transact.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:u2739034959}] I0518 07:03:43.274580 3428 namespace.go:97] [openshift-console] adding namespace took 9.364244ms I0518 07:03:43.274570 3428 model_client.go:374] Create operations generated 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:u2739034960}] I0518 07:03:43.274591 3428 obj_retry.go:548] Creating *v1.Namespace openshift-console took: 9.378933ms I0518 07:03:43.274596 3428 address_set.go:303] New(u2739034960/default-network-controller:Namespace:openshift-kube-storage-version-migrator-operator:v4/a11291866915865594395) with [] I0518 07:03:43.274599 3428 obj_retry.go:509] Add event received for *v1.Namespace openshift-backplane-mobb I0518 07:03:43.274604 3428 namespace.go:93] [openshift-backplane-mobb] adding namespace I0518 07:03:43.274603 3428 transact.go:43] Configuring 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:u2739034960}] I0518 07:03:43.274906 3428 model_client.go:374] 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:u2739034961}] I0518 07:03:43.274929 3428 transact.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:u2739034961}] I0518 07:03:43.275238 3428 model_client.go:374] Create operations generated 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:u2739034962}] I0518 07:03:43.275260 3428 address_set.go:303] New(u2739034962/default-network-controller:Namespace:openshift-machine-config-operator:v4/a1512537150246498877) with [] I0518 07:03:43.275270 3428 namespace.go:97] [openshift-kube-storage-version-migrator-operator] adding namespace took 9.474776ms I0518 07:03:43.275265 3428 transact.go:43] Configuring 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:u2739034962}] I0518 07:03:43.275280 3428 obj_retry.go:548] Creating *v1.Namespace openshift-kube-storage-version-migrator-operator took: 9.4878ms I0518 07:03:43.275532 3428 model_client.go:374] 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:u2739034963}] I0518 07:03:43.275551 3428 transact.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:u2739034963}] I0518 07:03:43.275801 3428 model_client.go:374] Create operations generated 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:u2739034964}] I0518 07:03:43.275820 3428 address_set.go:303] New(u2739034964/default-network-controller:Namespace:openshift-operator-lifecycle-manager:v4/a1482332553631220387) with [] I0518 07:03:43.275824 3428 transact.go:43] Configuring 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:u2739034964}] I0518 07:03:43.275843 3428 namespace.go:97] [openshift-machine-config-operator] adding namespace took 9.420513ms I0518 07:03:43.275855 3428 obj_retry.go:548] Creating *v1.Namespace openshift-machine-config-operator took: 9.436269ms I0518 07:03:43.275862 3428 obj_retry.go:509] Add event received for *v1.Namespace openshift-image-registry I0518 07:03:43.275868 3428 namespace.go:93] [openshift-image-registry] adding namespace I0518 07:03:43.276131 3428 model_client.go:374] 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:u2739034965}] I0518 07:03:43.276152 3428 transact.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:u2739034965}] I0518 07:03:43.276448 3428 model_client.go:374] Create operations generated 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:u2739034966}] I0518 07:03:43.276470 3428 address_set.go:303] New(u2739034966/default-network-controller:Namespace:openshift-etcd:v4/a1263951348256964356) with [] I0518 07:03:43.276476 3428 transact.go:43] Configuring 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:u2739034966}] I0518 07:03:43.276482 3428 namespace.go:97] [openshift-operator-lifecycle-manager] adding namespace took 9.46736ms I0518 07:03:43.276534 3428 obj_retry.go:548] Creating *v1.Namespace openshift-operator-lifecycle-manager took: 9.521954ms I0518 07:03:43.276545 3428 obj_retry.go:509] Add event received for *v1.Namespace open-cluster-management-2qc6e4rqab9epl0osrq0g71h7qec7g8k I0518 07:03:43.276553 3428 namespace.go:93] [open-cluster-management-2qc6e4rqab9epl0osrq0g71h7qec7g8k] adding namespace I0518 07:03:43.276790 3428 model_client.go:374] 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:u2739034967}] I0518 07:03:43.276810 3428 transact.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:u2739034967}] I0518 07:03:43.277136 3428 model_client.go:374] Create operations generated as: [{Op:insert Table:Address_Set Row:map[external_ids:{GoMap:map[ip-family:v4 k8s.ovn.org/id:default-network-controller:Namespace:openshift-backplane-ai-agent:v4 k8s.ovn.org/name:openshift-backplane-ai-agent k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a2605025628078430682] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2739034968}] I0518 07:03:43.277159 3428 address_set.go:303] New(u2739034968/default-network-controller:Namespace:openshift-backplane-ai-agent:v4/a2605025628078430682) with [] I0518 07:03:43.277173 3428 namespace.go:97] [openshift-etcd] adding namespace took 9.662397ms I0518 07:03:43.277183 3428 obj_retry.go:548] Creating *v1.Namespace openshift-etcd took: 9.676363ms I0518 07:03:43.277190 3428 obj_retry.go:509] Add event received for *v1.Namespace openshift-operators I0518 07:03:43.277195 3428 namespace.go:93] [openshift-operators] adding namespace I0518 07:03:43.277165 3428 transact.go:43] Configuring OVN: [{Op:insert Table:Address_Set Row:map[external_ids:{GoMap:map[ip-family:v4 k8s.ovn.org/id:default-network-controller:Namespace:openshift-backplane-ai-agent:v4 k8s.ovn.org/name:openshift-backplane-ai-agent k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a2605025628078430682] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2739034968}] I0518 07:03:43.277468 3428 model_client.go:374] Create operations generated as: [{Op:insert Table:Port_Group Row:map[external_ids:{GoMap:map[k8s.ovn.org/id:default-network-controller:Namespace:openshift-backplane-ai-agent k8s.ovn.org/name:openshift-backplane-ai-agent k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a17251322700585374674] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2739034969}] I0518 07:03:43.277488 3428 transact.go:43] Configuring OVN: [{Op:insert Table:Port_Group Row:map[external_ids:{GoMap:map[k8s.ovn.org/id:default-network-controller:Namespace:openshift-backplane-ai-agent k8s.ovn.org/name:openshift-backplane-ai-agent k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a17251322700585374674] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2739034969}] I0518 07:03:43.277756 3428 model_client.go:374] Create operations generated 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:u2739034970}] I0518 07:03:43.277776 3428 address_set.go:303] New(u2739034970/default-network-controller:Namespace:openshift-config-managed:v4/a6117206921658593480) with [] I0518 07:03:43.277781 3428 transact.go:43] Configuring 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:u2739034970}] I0518 07:03:43.277791 3428 namespace.go:97] [openshift-backplane-ai-agent] adding namespace took 9.68019ms I0518 07:03:43.277801 3428 obj_retry.go:548] Creating *v1.Namespace openshift-backplane-ai-agent took: 9.69377ms I0518 07:03:43.277808 3428 obj_retry.go:509] Add event received for *v1.Namespace openshift-network-console I0518 07:03:43.277814 3428 namespace.go:93] [openshift-network-console] adding namespace I0518 07:03:43.278085 3428 model_client.go:374] 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:u2739034971}] I0518 07:03:43.278105 3428 transact.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:u2739034971}] I0518 07:03:43.278397 3428 model_client.go:374] Create operations generated 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:u2739034972}] I0518 07:03:43.278427 3428 address_set.go:303] New(u2739034972/default-network-controller:Namespace:openshift-insights:v4/a17978228596290493481) with [] I0518 07:03:43.278435 3428 namespace.go:97] [openshift-config-managed] adding namespace took 9.769968ms I0518 07:03:43.278432 3428 transact.go:43] Configuring 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:u2739034972}] I0518 07:03:43.278444 3428 obj_retry.go:548] Creating *v1.Namespace openshift-config-managed took: 9.782771ms I0518 07:03:43.278451 3428 obj_retry.go:509] Add event received for *v1.Namespace openshift-deployment-validation-operator I0518 07:03:43.278456 3428 namespace.go:93] [openshift-deployment-validation-operator] adding namespace I0518 07:03:43.278684 3428 model_client.go:374] 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:u2739034973}] I0518 07:03:43.278703 3428 transact.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:u2739034973}] I0518 07:03:43.278956 3428 model_client.go:374] Create operations generated 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:u2739034974}] I0518 07:03:43.278978 3428 address_set.go:303] New(u2739034974/default-network-controller:Namespace:openshift-ingress-operator:v4/a12824364980436020060) with [] I0518 07:03:43.278985 3428 transact.go:43] Configuring 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:u2739034974}] I0518 07:03:43.278997 3428 namespace.go:97] [openshift-insights] adding namespace took 9.703756ms I0518 07:03:43.279006 3428 obj_retry.go:548] Creating *v1.Namespace openshift-insights took: 9.719864ms I0518 07:03:43.279014 3428 obj_retry.go:509] Add event received for *v1.Namespace openshift-apiserver I0518 07:03:43.279020 3428 namespace.go:93] [openshift-apiserver] adding namespace I0518 07:03:43.279270 3428 model_client.go:374] 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:u2739034975}] I0518 07:03:43.279290 3428 transact.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:u2739034975}] I0518 07:03:43.279547 3428 model_client.go:374] Create operations generated 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:u2739034976}] I0518 07:03:43.279568 3428 address_set.go:303] New(u2739034976/default-network-controller:Namespace:openshift-cluster-node-tuning-operator:v4/a10032735054068291610) with [] I0518 07:03:43.279578 3428 namespace.go:97] [openshift-ingress-operator] adding namespace took 9.775514ms I0518 07:03:43.279593 3428 obj_retry.go:548] Creating *v1.Namespace openshift-ingress-operator took: 9.794656ms I0518 07:03:43.279600 3428 obj_retry.go:509] Add event received for *v1.Namespace openshift I0518 07:03:43.279606 3428 namespace.go:93] [openshift] adding namespace I0518 07:03:43.279573 3428 transact.go:43] Configuring 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:u2739034976}] I0518 07:03:43.279849 3428 model_client.go:374] 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:u2739034977}] I0518 07:03:43.279866 3428 transact.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:u2739034977}] I0518 07:03:43.280125 3428 namespace.go:97] [openshift-cluster-node-tuning-operator] adding namespace took 9.290172ms I0518 07:03:43.280141 3428 obj_retry.go:548] Creating *v1.Namespace openshift-cluster-node-tuning-operator took: 9.31086ms I0518 07:03:43.280149 3428 obj_retry.go:509] Add event received for *v1.Namespace openshift-config I0518 07:03:43.280141 3428 model_client.go:374] Create operations generated 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:u2739034978}] I0518 07:03:43.280155 3428 namespace.go:93] [openshift-config] adding namespace I0518 07:03:43.280158 3428 address_set.go:303] New(u2739034978/default-network-controller:Namespace:openshift-cluster-csi-drivers:v4/a12187954455470212926) with [] I0518 07:03:43.280163 3428 transact.go:43] Configuring 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:u2739034978}] I0518 07:03:43.280409 3428 model_client.go:374] 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:u2739034979}] I0518 07:03:43.280433 3428 transact.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:u2739034979}] I0518 07:03:43.280677 3428 model_client.go:374] Create operations generated 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:u2739034980}] I0518 07:03:43.280706 3428 address_set.go:303] New(u2739034980/default-network-controller:Namespace:openshift-backplane-cse:v4/a5782637696158473523) with [] I0518 07:03:43.280714 3428 namespace.go:97] [openshift-cluster-csi-drivers] adding namespace took 9.254822ms I0518 07:03:43.280722 3428 obj_retry.go:548] Creating *v1.Namespace openshift-cluster-csi-drivers took: 9.266436ms I0518 07:03:43.280729 3428 obj_retry.go:509] Add event received for *v1.Namespace openshift-authentication-operator I0518 07:03:43.280733 3428 namespace.go:93] [openshift-authentication-operator] adding namespace I0518 07:03:43.280713 3428 transact.go:43] Configuring 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:u2739034980}] I0518 07:03:43.280988 3428 model_client.go:374] 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:u2739034981}] I0518 07:03:43.281007 3428 transact.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:u2739034981}] I0518 07:03:43.281283 3428 model_client.go:374] Create operations generated 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:u2739034982}] I0518 07:03:43.281305 3428 address_set.go:303] New(u2739034982/default-network-controller:Namespace:openshift-marketplace:v4/a13245376580307887587) with [] I0518 07:03:43.281311 3428 namespace.go:97] [openshift-backplane-cse] adding namespace took 9.282445ms I0518 07:03:43.281311 3428 transact.go:43] Configuring 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:u2739034982}] I0518 07:03:43.281320 3428 obj_retry.go:548] Creating *v1.Namespace openshift-backplane-cse took: 9.295487ms I0518 07:03:43.281327 3428 obj_retry.go:509] Add event received for *v1.Namespace openshift-network-operator I0518 07:03:43.281332 3428 namespace.go:93] [openshift-network-operator] adding namespace I0518 07:03:43.281556 3428 model_client.go:374] 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:u2739034983}] I0518 07:03:43.281576 3428 transact.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:u2739034983}] I0518 07:03:43.281832 3428 model_client.go:374] Create operations generated 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:u2739034984}] I0518 07:03:43.281853 3428 address_set.go:303] New(u2739034984/default-network-controller:Namespace:openshift-backplane:v4/a9244104604428861879) with [] I0518 07:03:43.281858 3428 transact.go:43] Configuring 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:u2739034984}] I0518 07:03:43.281895 3428 namespace.go:97] [openshift-marketplace] adding namespace took 9.167973ms I0518 07:03:43.281909 3428 obj_retry.go:548] Creating *v1.Namespace openshift-marketplace took: 9.203432ms I0518 07:03:43.281919 3428 obj_retry.go:509] Add event received for *v1.Namespace openshift-node I0518 07:03:43.281926 3428 namespace.go:93] [openshift-node] adding namespace I0518 07:03:43.282117 3428 model_client.go:374] 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:u2739034985}] I0518 07:03:43.282137 3428 transact.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:u2739034985}] I0518 07:03:43.282369 3428 model_client.go:374] Create operations generated 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:u2739034986}] I0518 07:03:43.282390 3428 address_set.go:303] New(u2739034986/default-network-controller:Namespace:openshift-ingress-canary:v4/a17074529903361539284) with [] I0518 07:03:43.282412 3428 namespace.go:97] [openshift-backplane] adding namespace took 9.073646ms I0518 07:03:43.282397 3428 transact.go:43] Configuring 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:u2739034986}] I0518 07:03:43.282423 3428 obj_retry.go:548] Creating *v1.Namespace openshift-backplane took: 9.086936ms I0518 07:03:43.282431 3428 obj_retry.go:509] Add event received for *v1.Namespace openshift-cloud-network-config-controller I0518 07:03:43.282436 3428 namespace.go:93] [openshift-cloud-network-config-controller] adding namespace I0518 07:03:43.282691 3428 model_client.go:374] 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:u2739034987}] I0518 07:03:43.282711 3428 transact.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:u2739034987}] I0518 07:03:43.282984 3428 model_client.go:374] Create operations generated 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:u2739034988}] I0518 07:03:43.283015 3428 address_set.go:303] New(u2739034988/default-network-controller:Namespace:openshift-backplane-mobb:v4/a17945876981827356512) with [] I0518 07:03:43.283023 3428 namespace.go:97] [openshift-ingress-canary] adding namespace took 9.074172ms I0518 07:03:43.283020 3428 transact.go:43] Configuring 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:u2739034988}] I0518 07:03:43.283036 3428 obj_retry.go:548] Creating *v1.Namespace openshift-ingress-canary took: 9.089544ms I0518 07:03:43.283048 3428 obj_retry.go:509] Add event received for *v1.Namespace openshift-controller-manager-operator I0518 07:03:43.283057 3428 namespace.go:93] [openshift-controller-manager-operator] adding namespace I0518 07:03:43.283298 3428 model_client.go:374] 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:u2739034989}] I0518 07:03:43.283320 3428 transact.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:u2739034989}] I0518 07:03:43.283616 3428 model_client.go:374] Create operations generated 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:u2739034990}] I0518 07:03:43.283640 3428 address_set.go:303] New(u2739034990/default-network-controller:Namespace:openshift-image-registry:v4/a65811733811199347) with [] I0518 07:03:43.283648 3428 namespace.go:97] [openshift-backplane-mobb] adding namespace took 9.039346ms I0518 07:03:43.283646 3428 transact.go:43] Configuring 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:u2739034990}] I0518 07:03:43.283657 3428 obj_retry.go:548] Creating *v1.Namespace openshift-backplane-mobb took: 9.051979ms I0518 07:03:43.283665 3428 obj_retry.go:509] Add event received for *v1.Namespace openshift-backplane-mcs-tier-two I0518 07:03:43.283670 3428 namespace.go:93] [openshift-backplane-mcs-tier-two] adding namespace I0518 07:03:43.283940 3428 model_client.go:374] 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:u2739034991}] I0518 07:03:43.283963 3428 transact.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:u2739034991}] I0518 07:03:43.284257 3428 model_client.go:374] Create operations 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-2qc6e4rqab9epl0osrq0g71h7qec7g8k:v4 k8s.ovn.org/name:open-cluster-management-2qc6e4rqab9epl0osrq0g71h7qec7g8k k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a1980317938473993187] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2739034992}] I0518 07:03:43.284280 3428 address_set.go:303] New(u2739034992/default-network-controller:Namespace:open-cluster-management-2qc6e4rqab9epl0osrq0g71h7qec7g8k:v4/a1980317938473993187) with [] I0518 07:03:43.284286 3428 transact.go:43] 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-2qc6e4rqab9epl0osrq0g71h7qec7g8k:v4 k8s.ovn.org/name:open-cluster-management-2qc6e4rqab9epl0osrq0g71h7qec7g8k k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a1980317938473993187] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2739034992}] I0518 07:03:43.284292 3428 namespace.go:97] [openshift-image-registry] adding namespace took 8.418611ms I0518 07:03:43.284303 3428 obj_retry.go:548] Creating *v1.Namespace openshift-image-registry took: 8.434373ms I0518 07:03:43.284311 3428 obj_retry.go:509] Add event received for *v1.Namespace open-cluster-management-agent-addon I0518 07:03:43.284317 3428 namespace.go:93] [open-cluster-management-agent-addon] adding namespace I0518 07:03:43.284545 3428 model_client.go: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-2qc6e4rqab9epl0osrq0g71h7qec7g8k k8s.ovn.org/name:open-cluster-management-2qc6e4rqab9epl0osrq0g71h7qec7g8k k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a16361628933949001009] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2739034993}] I0518 07:03:43.284565 3428 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-2qc6e4rqab9epl0osrq0g71h7qec7g8k k8s.ovn.org/name:open-cluster-management-2qc6e4rqab9epl0osrq0g71h7qec7g8k k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a16361628933949001009] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2739034993}] I0518 07:03:43.284848 3428 model_client.go:374] Create operations generated 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:u2739034994}] I0518 07:03:43.284869 3428 address_set.go:303] New(u2739034994/default-network-controller:Namespace:openshift-operators:v4/a17780485792851514981) with [] I0518 07:03:43.284874 3428 transact.go:43] Configuring 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:u2739034994}] I0518 07:03:43.284906 3428 namespace.go:97] [open-cluster-management-2qc6e4rqab9epl0osrq0g71h7qec7g8k] adding namespace took 8.346028ms I0518 07:03:43.284917 3428 obj_retry.go:548] Creating *v1.Namespace open-cluster-management-2qc6e4rqab9epl0osrq0g71h7qec7g8k took: 8.36367ms I0518 07:03:43.284925 3428 obj_retry.go:509] Add event received for *v1.Namespace openshift-cluster-version I0518 07:03:43.284930 3428 namespace.go:93] [openshift-cluster-version] adding namespace I0518 07:03:43.285153 3428 model_client.go:374] 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:u2739034995}] I0518 07:03:43.285174 3428 transact.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:u2739034995}] I0518 07:03:43.285475 3428 model_client.go:374] Create operations generated 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:u2739034996}] I0518 07:03:43.285498 3428 address_set.go:303] New(u2739034996/default-network-controller:Namespace:openshift-network-console:v4/a652560172428313020) with [] I0518 07:03:43.285506 3428 namespace.go:97] [openshift-operators] adding namespace took 8.305752ms I0518 07:03:43.285504 3428 transact.go:43] Configuring 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:u2739034996}] I0518 07:03:43.285516 3428 obj_retry.go:548] Creating *v1.Namespace openshift-operators took: 8.319472ms I0518 07:03:43.285523 3428 obj_retry.go:509] Add event received for *v1.Namespace openshift-cloud-credential-operator I0518 07:03:43.285529 3428 namespace.go:93] [openshift-cloud-credential-operator] adding namespace I0518 07:03:43.285744 3428 model_client.go:374] 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:u2739034997}] I0518 07:03:43.285764 3428 transact.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:u2739034997}] I0518 07:03:43.286039 3428 model_client.go:374] Create operations generated 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:u2739034998}] I0518 07:03:43.286061 3428 address_set.go:303] New(u2739034998/default-network-controller:Namespace:openshift-deployment-validation-operator:v4/a16124762520686702362) with [] I0518 07:03:43.286069 3428 transact.go:43] Configuring 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:u2739034998}] I0518 07:03:43.286084 3428 namespace.go:97] [openshift-network-console] adding namespace took 8.264171ms I0518 07:03:43.286095 3428 obj_retry.go:548] Creating *v1.Namespace openshift-network-console took: 8.279821ms I0518 07:03:43.286103 3428 obj_retry.go:509] Add event received for *v1.Namespace openshift-console-operator I0518 07:03:43.286109 3428 namespace.go:93] [openshift-console-operator] adding namespace I0518 07:03:43.286373 3428 model_client.go:374] 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:u2739034999}] I0518 07:03:43.286394 3428 transact.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:u2739034999}] I0518 07:03:43.286707 3428 model_client.go:374] Create operations generated 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:u2739035000}] I0518 07:03:43.286730 3428 address_set.go:303] New(u2739035000/default-network-controller:Namespace:openshift-apiserver:v4/a12374569603079029239) with [] I0518 07:03:43.286736 3428 transact.go:43] Configuring 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:u2739035000}] I0518 07:03:43.286743 3428 namespace.go:97] [openshift-deployment-validation-operator] adding namespace took 8.282284ms I0518 07:03:43.286752 3428 obj_retry.go:548] Creating *v1.Namespace openshift-deployment-validation-operator took: 8.295472ms I0518 07:03:43.286760 3428 obj_retry.go:509] Add event received for *v1.Namespace openshift-user-workload-monitoring I0518 07:03:43.286765 3428 namespace.go:93] [openshift-user-workload-monitoring] adding namespace I0518 07:03:43.287024 3428 model_client.go:374] 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:u2739035001}] I0518 07:03:43.287045 3428 transact.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:u2739035001}] I0518 07:03:43.287313 3428 model_client.go:374] Create operations generated 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:u2739035002}] I0518 07:03:43.287335 3428 address_set.go:303] New(u2739035002/default-network-controller:Namespace:openshift:v4/a8611152139381270309) with [] I0518 07:03:43.287351 3428 namespace.go:97] [openshift-apiserver] adding namespace took 8.325933ms I0518 07:03:43.287342 3428 transact.go:43] Configuring 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:u2739035002}] I0518 07:03:43.287360 3428 obj_retry.go:548] Creating *v1.Namespace openshift-apiserver took: 8.339557ms I0518 07:03:43.287366 3428 obj_retry.go:509] Add event received for *v1.Namespace openshift-multus I0518 07:03:43.287370 3428 namespace.go:93] [openshift-multus] adding namespace I0518 07:03:43.287623 3428 model_client.go:374] 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:u2739035003}] I0518 07:03:43.287643 3428 transact.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:u2739035003}] I0518 07:03:43.287947 3428 model_client.go:374] Create operations generated 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:u2739035004}] I0518 07:03:43.287970 3428 address_set.go:303] New(u2739035004/default-network-controller:Namespace:openshift-config:v4/a14322580666718461836) with [] I0518 07:03:43.287973 3428 namespace.go:97] [openshift] adding namespace took 8.36079ms I0518 07:03:43.287975 3428 transact.go:43] Configuring 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:u2739035004}] I0518 07:03:43.287986 3428 obj_retry.go:548] Creating *v1.Namespace openshift took: 8.377022ms I0518 07:03:43.287997 3428 obj_retry.go:509] Add event received for *v1.Namespace openshift-controller-manager I0518 07:03:43.288008 3428 namespace.go:93] [openshift-controller-manager] adding namespace I0518 07:03:43.288285 3428 model_client.go:374] 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:u2739035005}] I0518 07:03:43.288306 3428 transact.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:u2739035005}] I0518 07:03:43.288569 3428 model_client.go:374] Create operations generated 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:u2739035006}] I0518 07:03:43.288588 3428 address_set.go:303] New(u2739035006/default-network-controller:Namespace:openshift-authentication-operator:v4/a11592754075545683359) with [] I0518 07:03:43.288594 3428 transact.go:43] Configuring 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:u2739035006}] I0518 07:03:43.288603 3428 namespace.go:97] [openshift-config] adding namespace took 8.441883ms I0518 07:03:43.288613 3428 obj_retry.go:548] Creating *v1.Namespace openshift-config took: 8.457077ms I0518 07:03:43.288621 3428 obj_retry.go:509] Add event received for *v1.Namespace openshift-kube-apiserver-operator I0518 07:03:43.288627 3428 namespace.go:93] [openshift-kube-apiserver-operator] adding namespace I0518 07:03:43.288875 3428 model_client.go:374] 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:u2739035007}] I0518 07:03:43.288910 3428 transact.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:u2739035007}] I0518 07:03:43.289201 3428 model_client.go:374] Create operations generated 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:u2739035008}] I0518 07:03:43.289223 3428 address_set.go:303] New(u2739035008/default-network-controller:Namespace:openshift-network-operator:v4/a17843891307737330665) with [] I0518 07:03:43.289228 3428 transact.go:43] Configuring 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:u2739035008}] I0518 07:03:43.289238 3428 namespace.go:97] [openshift-authentication-operator] adding namespace took 8.486627ms I0518 07:03:43.289251 3428 obj_retry.go:548] Creating *v1.Namespace openshift-authentication-operator took: 8.513572ms I0518 07:03:43.289262 3428 obj_retry.go:509] Add event received for *v1.Namespace openshift-ingress I0518 07:03:43.289270 3428 namespace.go:93] [openshift-ingress] adding namespace I0518 07:03:43.289504 3428 model_client.go:374] 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:u2739035009}] I0518 07:03:43.289524 3428 transact.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:u2739035009}] I0518 07:03:43.289815 3428 model_client.go:374] Create operations generated 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:u2739035010}] I0518 07:03:43.289835 3428 address_set.go:303] New(u2739035010/default-network-controller:Namespace:openshift-node:v4/a10320713570038180226) with [] I0518 07:03:43.289840 3428 transact.go:43] Configuring 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:u2739035010}] I0518 07:03:43.289852 3428 namespace.go:97] [openshift-network-operator] adding namespace took 8.514909ms I0518 07:03:43.289862 3428 obj_retry.go:548] Creating *v1.Namespace openshift-network-operator took: 8.528266ms I0518 07:03:43.289870 3428 obj_retry.go:509] Add event received for *v1.Namespace kube-system I0518 07:03:43.289875 3428 namespace.go:93] [kube-system] adding namespace I0518 07:03:43.290119 3428 model_client.go:374] 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:u2739035011}] I0518 07:03:43.290139 3428 transact.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:u2739035011}] I0518 07:03:43.290402 3428 model_client.go:374] Create operations generated 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:u2739035012}] I0518 07:03:43.290434 3428 address_set.go:303] New(u2739035012/default-network-controller:Namespace:openshift-cloud-network-config-controller:v4/a6429873968864053860) with [] I0518 07:03:43.290440 3428 namespace.go:97] [openshift-node] adding namespace took 8.508012ms I0518 07:03:43.290449 3428 obj_retry.go:548] Creating *v1.Namespace openshift-node took: 8.5232ms I0518 07:03:43.290442 3428 transact.go:43] Configuring 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:u2739035012}] I0518 07:03:43.290457 3428 obj_retry.go:509] Add event received for *v1.Namespace dedicated-admin I0518 07:03:43.290464 3428 namespace.go:93] [dedicated-admin] adding namespace I0518 07:03:43.290736 3428 model_client.go:374] 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:u2739035013}] I0518 07:03:43.290756 3428 transact.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:u2739035013}] I0518 07:03:43.291031 3428 model_client.go:374] Create operations generated 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:u2739035014}] I0518 07:03:43.291052 3428 address_set.go:303] New(u2739035014/default-network-controller:Namespace:openshift-controller-manager-operator:v4/a14938231737766799037) with [] I0518 07:03:43.291057 3428 transact.go:43] Configuring 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:u2739035014}] I0518 07:03:43.291065 3428 namespace.go:97] [openshift-cloud-network-config-controller] adding namespace took 8.624866ms I0518 07:03:43.291074 3428 obj_retry.go:548] Creating *v1.Namespace openshift-cloud-network-config-controller took: 8.637249ms I0518 07:03:43.291083 3428 obj_retry.go:509] Add event received for *v1.Namespace openshift-backplane-srep-ro I0518 07:03:43.291088 3428 namespace.go:93] [openshift-backplane-srep-ro] adding namespace I0518 07:03:43.291316 3428 model_client.go:374] 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:u2739035015}] I0518 07:03:43.291336 3428 transact.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:u2739035015}] I0518 07:03:43.291594 3428 model_client.go:374] Create operations generated 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:u2739035016}] I0518 07:03:43.291615 3428 address_set.go:303] New(u2739035016/default-network-controller:Namespace:openshift-backplane-mcs-tier-two:v4/a3729672510619867801) with [] I0518 07:03:43.291622 3428 transact.go:43] Configuring 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:u2739035016}] I0518 07:03:43.291640 3428 namespace.go:97] [openshift-controller-manager-operator] adding namespace took 8.576329ms I0518 07:03:43.291651 3428 obj_retry.go:548] Creating *v1.Namespace openshift-controller-manager-operator took: 8.595138ms I0518 07:03:43.291659 3428 obj_retry.go:509] Add event received for *v1.Namespace openshift-cluster-storage-operator I0518 07:03:43.291664 3428 namespace.go:93] [openshift-cluster-storage-operator] adding namespace I0518 07:03:43.291955 3428 model_client.go:374] 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:u2739035017}] I0518 07:03:43.291976 3428 transact.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:u2739035017}] I0518 07:03:43.292265 3428 namespace.go:97] [openshift-backplane-mcs-tier-two] adding namespace took 8.589957ms I0518 07:03:43.292279 3428 obj_retry.go:548] Creating *v1.Namespace openshift-backplane-mcs-tier-two took: 8.605948ms I0518 07:03:43.292290 3428 obj_retry.go:509] Add event received for *v1.Namespace openshift-apiserver-operator I0518 07:03:43.292283 3428 model_client.go:374] Create operations 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:u2739035018}] I0518 07:03:43.292299 3428 namespace.go:93] [openshift-apiserver-operator] adding namespace I0518 07:03:43.292303 3428 address_set.go:303] New(u2739035018/default-network-controller:Namespace:open-cluster-management-agent-addon:v4/a14768925457034213591) with [] I0518 07:03:43.292308 3428 transact.go:43] 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:u2739035018}] I0518 07:03:43.292592 3428 model_client.go: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:u2739035019}] I0518 07:03:43.292612 3428 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:u2739035019}] I0518 07:03:43.292914 3428 namespace.go:97] [open-cluster-management-agent-addon] adding namespace took 8.591841ms I0518 07:03:43.292926 3428 obj_retry.go:548] Creating *v1.Namespace open-cluster-management-agent-addon took: 8.605497ms I0518 07:03:43.292938 3428 obj_retry.go:509] Add event received for *v1.Namespace openshift-backplane-srep I0518 07:03:43.292946 3428 namespace.go:93] [openshift-backplane-srep] adding namespace I0518 07:03:43.292950 3428 model_client.go:374] Create operations generated 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:u2739035020}] I0518 07:03:43.292970 3428 address_set.go:303] New(u2739035020/default-network-controller:Namespace:openshift-cluster-version:v4/a8029920972938375443) with [] I0518 07:03:43.292975 3428 transact.go:43] Configuring 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:u2739035020}] I0518 07:03:43.293281 3428 model_client.go:374] 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:u2739035021}] I0518 07:03:43.293302 3428 transact.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:u2739035021}] I0518 07:03:43.293567 3428 model_client.go:374] Create operations generated 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:u2739035022}] I0518 07:03:43.293587 3428 address_set.go:303] New(u2739035022/default-network-controller:Namespace:openshift-cloud-credential-operator:v4/a7815234012393910246) with [] I0518 07:03:43.293592 3428 transact.go:43] Configuring 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:u2739035022}] I0518 07:03:43.293607 3428 namespace.go:97] [openshift-cluster-version] adding namespace took 8.671982ms I0518 07:03:43.293617 3428 obj_retry.go:548] Creating *v1.Namespace openshift-cluster-version took: 8.684226ms I0518 07:03:43.293865 3428 model_client.go:374] 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:u2739035023}] I0518 07:03:43.293899 3428 transact.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:u2739035023}] I0518 07:03:43.294207 3428 model_client.go:374] Create operations generated 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:u2739035024}] I0518 07:03:43.294229 3428 address_set.go:303] New(u2739035024/default-network-controller:Namespace:openshift-console-operator:v4/a16211398687523592942) with [] I0518 07:03:43.294234 3428 transact.go:43] Configuring 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:u2739035024}] I0518 07:03:43.294253 3428 namespace.go:97] [openshift-cloud-credential-operator] adding namespace took 8.717307ms I0518 07:03:43.294265 3428 obj_retry.go:548] Creating *v1.Namespace openshift-cloud-credential-operator took: 8.736121ms I0518 07:03:43.294273 3428 obj_retry.go:509] Add event received for *v1.Namespace openshift-backplane-managed-scripts I0518 07:03:43.294279 3428 namespace.go:93] [openshift-backplane-managed-scripts] adding namespace I0518 07:03:43.294518 3428 model_client.go:374] 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:u2739035025}] I0518 07:03:43.294538 3428 transact.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:u2739035025}] I0518 07:03:43.294871 3428 namespace.go:97] [openshift-console-operator] adding namespace took 8.758139ms I0518 07:03:43.294839 3428 model_client.go:374] Create operations generated 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:u2739035026}] I0518 07:03:43.294896 3428 obj_retry.go:548] Creating *v1.Namespace openshift-console-operator took: 8.772466ms I0518 07:03:43.294904 3428 address_set.go:303] New(u2739035026/default-network-controller:Namespace:openshift-user-workload-monitoring:v4/a17884403498503024866) with [] I0518 07:03:43.294908 3428 obj_retry.go:509] Add event received for *v1.Namespace openshift-must-gather-operator I0518 07:03:43.294917 3428 namespace.go:93] [openshift-must-gather-operator] adding namespace I0518 07:03:43.294910 3428 transact.go:43] Configuring 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:u2739035026}] I0518 07:03:43.295213 3428 model_client.go:374] 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:u2739035027}] I0518 07:03:43.295233 3428 transact.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:u2739035027}] W0518 07:03:43.295484 3428 base_network_controller_namespace.go:409] Failed to get IPs for pod openshift-multus/network-metrics-daemon-zdm7g: pod openshift-multus/network-metrics-daemon-zdm7g: no pod IPs found W0518 07:03:43.295496 3428 base_network_controller_namespace.go:409] Failed to get IPs for pod openshift-multus/network-metrics-daemon-zzhmd: pod openshift-multus/network-metrics-daemon-zzhmd: no pod IPs found I0518 07:03:43.295533 3428 namespace.go:97] [openshift-user-workload-monitoring] adding namespace took 8.762236ms I0518 07:03:43.295520 3428 model_client.go:374] Create operations generated as: [{Op:insert Table:Address_Set Row:map[external_ids:{GoMap:map[ip-family:v4 k8s.ovn.org/id:default-network-controller:Namespace:openshift-multus:v4 k8s.ovn.org/name:openshift-multus k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a13687770890520536676] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2739035028}] I0518 07:03:43.295547 3428 obj_retry.go:548] Creating *v1.Namespace openshift-user-workload-monitoring took: 8.780914ms I0518 07:03:43.295550 3428 address_set.go:303] New(u2739035028/default-network-controller:Namespace:openshift-multus:v4/a13687770890520536676) with [] I0518 07:03:43.295555 3428 transact.go:43] Configuring OVN: [{Op:insert Table:Address_Set Row:map[external_ids:{GoMap:map[ip-family:v4 k8s.ovn.org/id:default-network-controller:Namespace:openshift-multus:v4 k8s.ovn.org/name:openshift-multus k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a13687770890520536676] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2739035028}] I0518 07:03:43.295807 3428 model_client.go:374] 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:u2739035029}] I0518 07:03:43.295827 3428 transact.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:u2739035029}] I0518 07:03:43.296433 3428 model_client.go:374] Create operations generated 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:u2739035030}] I0518 07:03:43.296452 3428 address_set.go:303] New(u2739035030/default-network-controller:Namespace:openshift-controller-manager:v4/a10467312518402121836) with [] I0518 07:03:43.296458 3428 transact.go:43] Configuring 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:u2739035030}] I0518 07:03:43.296477 3428 namespace.go:97] [openshift-multus] adding namespace took 9.100457ms I0518 07:03:43.296489 3428 obj_retry.go:548] Creating *v1.Namespace openshift-multus took: 9.117064ms I0518 07:03:43.296733 3428 model_client.go:374] 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:u2739035031}] I0518 07:03:43.296755 3428 transact.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:u2739035031}] I0518 07:03:43.297077 3428 model_client.go:374] Create operations generated 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:u2739035032}] I0518 07:03:43.297097 3428 address_set.go:303] New(u2739035032/default-network-controller:Namespace:openshift-kube-apiserver-operator:v4/a11465645704438275080) with [] I0518 07:03:43.297103 3428 transact.go:43] Configuring 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:u2739035032}] I0518 07:03:43.297113 3428 namespace.go:97] [openshift-controller-manager] adding namespace took 9.098079ms I0518 07:03:43.297122 3428 obj_retry.go:548] Creating *v1.Namespace openshift-controller-manager took: 9.116703ms I0518 07:03:43.297341 3428 model_client.go:374] 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:u2739035033}] I0518 07:03:43.297359 3428 transact.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:u2739035033}] I0518 07:03:43.297564 3428 namespace.go:97] [openshift-kube-apiserver-operator] adding namespace took 8.932366ms I0518 07:03:43.297574 3428 obj_retry.go:548] Creating *v1.Namespace openshift-kube-apiserver-operator took: 8.946865ms I0518 07:03:43.297575 3428 model_client.go:374] Create operations generated 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:u2739035034}] I0518 07:03:43.297594 3428 address_set.go:303] New(u2739035034/default-network-controller:Namespace:openshift-ingress:v4/a9185810757115582127) with [] I0518 07:03:43.297599 3428 transact.go:43] Configuring 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:u2739035034}] I0518 07:03:43.297866 3428 model_client.go:374] 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:u2739035035}] I0518 07:03:43.297905 3428 transact.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:u2739035035}] I0518 07:03:43.298169 3428 model_client.go:374] Create operations 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:u2739035036}] I0518 07:03:43.298189 3428 address_set.go:303] New(u2739035036/default-network-controller:Namespace:kube-system:v4/a8746611765617041202) with [] I0518 07:03:43.298193 3428 transact.go:43] 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:u2739035036}] I0518 07:03:43.298206 3428 namespace.go:97] [openshift-ingress] adding namespace took 8.930247ms I0518 07:03:43.298214 3428 obj_retry.go:548] Creating *v1.Namespace openshift-ingress took: 8.944298ms I0518 07:03:43.298221 3428 obj_retry.go:509] Add event received for *v1.Namespace openshift-monitoring I0518 07:03:43.298227 3428 namespace.go:93] [openshift-monitoring] adding namespace I0518 07:03:43.298481 3428 model_client.go: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:u2739035037}] I0518 07:03:43.298501 3428 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:u2739035037}] I0518 07:03:43.298787 3428 model_client.go:374] Create operations 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:u2739035038}] I0518 07:03:43.298809 3428 address_set.go:303] New(u2739035038/default-network-controller:Namespace:dedicated-admin:v4/a12448594290086707900) with [] I0518 07:03:43.298818 3428 namespace.go:97] [kube-system] adding namespace took 8.938964ms I0518 07:03:43.298815 3428 transact.go:43] 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:u2739035038}] I0518 07:03:43.298824 3428 obj_retry.go:548] Creating *v1.Namespace kube-system took: 8.949279ms I0518 07:03:43.299112 3428 model_client.go: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:u2739035039}] I0518 07:03:43.299132 3428 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:u2739035039}] I0518 07:03:43.299398 3428 model_client.go:374] Create operations generated 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:u2739035040}] I0518 07:03:43.299417 3428 address_set.go:303] New(u2739035040/default-network-controller:Namespace:openshift-backplane-srep-ro:v4/a11093797821988339384) with [] I0518 07:03:43.299430 3428 namespace.go:97] [dedicated-admin] adding namespace took 8.962664ms I0518 07:03:43.299423 3428 transact.go:43] Configuring 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:u2739035040}] I0518 07:03:43.299435 3428 obj_retry.go:548] Creating *v1.Namespace dedicated-admin took: 8.971306ms I0518 07:03:43.299688 3428 model_client.go:374] 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:u2739035041}] I0518 07:03:43.299709 3428 transact.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:u2739035041}] I0518 07:03:43.300016 3428 model_client.go:374] Create operations generated 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:u2739035042}] I0518 07:03:43.300038 3428 address_set.go:303] New(u2739035042/default-network-controller:Namespace:openshift-cluster-storage-operator:v4/a13337366700695359377) with [] I0518 07:03:43.300044 3428 namespace.go:97] [openshift-backplane-srep-ro] adding namespace took 8.952684ms I0518 07:03:43.300048 3428 obj_retry.go:548] Creating *v1.Namespace openshift-backplane-srep-ro took: 8.961048ms I0518 07:03:43.300044 3428 transact.go:43] Configuring 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:u2739035042}] I0518 07:03:43.300053 3428 obj_retry.go:509] Add event received for *v1.Namespace openshift-route-controller-manager I0518 07:03:43.300057 3428 namespace.go:93] [openshift-route-controller-manager] adding namespace I0518 07:03:43.300342 3428 model_client.go:374] 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:u2739035043}] I0518 07:03:43.300363 3428 transact.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:u2739035043}] I0518 07:03:43.300620 3428 model_client.go:374] Create operations generated 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:u2739035044}] I0518 07:03:43.300642 3428 address_set.go:303] New(u2739035044/default-network-controller:Namespace:openshift-apiserver-operator:v4/a17733727332347776420) with [] I0518 07:03:43.300655 3428 namespace.go:97] [openshift-cluster-storage-operator] adding namespace took 8.986541ms I0518 07:03:43.300647 3428 transact.go:43] Configuring 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:u2739035044}] I0518 07:03:43.300662 3428 obj_retry.go:548] Creating *v1.Namespace openshift-cluster-storage-operator took: 8.997269ms I0518 07:03:43.300944 3428 model_client.go:374] 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:u2739035045}] I0518 07:03:43.300965 3428 transact.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:u2739035045}] I0518 07:03:43.301257 3428 model_client.go:374] Create operations generated 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:u2739035046}] I0518 07:03:43.301278 3428 address_set.go:303] New(u2739035046/default-network-controller:Namespace:openshift-backplane-srep:v4/a472588050935484448) with [] I0518 07:03:43.301283 3428 transact.go:43] Configuring 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:u2739035046}] I0518 07:03:43.301290 3428 namespace.go:97] [openshift-apiserver-operator] adding namespace took 8.985261ms I0518 07:03:43.301300 3428 obj_retry.go:548] Creating *v1.Namespace openshift-apiserver-operator took: 9.001984ms I0518 07:03:43.301541 3428 model_client.go:374] 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:u2739035047}] I0518 07:03:43.301559 3428 transact.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:u2739035047}] I0518 07:03:43.301775 3428 namespace.go:97] [openshift-backplane-srep] adding namespace took 8.82277ms I0518 07:03:43.301788 3428 obj_retry.go:548] Creating *v1.Namespace openshift-backplane-srep took: 8.841669ms I0518 07:03:43.301781 3428 model_client.go:374] Create operations generated 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:u2739035048}] I0518 07:03:43.301796 3428 address_set.go:303] New(u2739035048/default-network-controller:Namespace:openshift-backplane-managed-scripts:v4/a11237327277355820504) with [] I0518 07:03:43.301801 3428 transact.go:43] Configuring 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:u2739035048}] I0518 07:03:43.302094 3428 model_client.go:374] 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:u2739035049}] I0518 07:03:43.302114 3428 transact.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:u2739035049}] I0518 07:03:43.302320 3428 namespace.go:97] [openshift-backplane-managed-scripts] adding namespace took 8.035438ms I0518 07:03:43.302330 3428 obj_retry.go:548] Creating *v1.Namespace openshift-backplane-managed-scripts took: 8.050623ms I0518 07:03:43.302331 3428 model_client.go:374] Create operations generated 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:u2739035050}] I0518 07:03:43.302346 3428 address_set.go:303] New(u2739035050/default-network-controller:Namespace:openshift-must-gather-operator:v4/a9165124402651669496) with [] I0518 07:03:43.302351 3428 transact.go:43] Configuring 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:u2739035050}] I0518 07:03:43.302625 3428 model_client.go:374] 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:u2739035051}] I0518 07:03:43.302644 3428 transact.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:u2739035051}] I0518 07:03:43.302910 3428 namespace.go:97] [openshift-must-gather-operator] adding namespace took 7.987794ms I0518 07:03:43.302921 3428 obj_retry.go:548] Creating *v1.Namespace openshift-must-gather-operator took: 8.005127ms I0518 07:03:43.302913 3428 model_client.go:374] Create operations generated 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:u2739035052}] I0518 07:03:43.302933 3428 address_set.go:303] New(u2739035052/default-network-controller:Namespace:openshift-monitoring:v4/a5151710470485437164) with [] I0518 07:03:43.302938 3428 transact.go:43] Configuring 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:u2739035052}] I0518 07:03:43.303218 3428 model_client.go:374] 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:u2739035053}] I0518 07:03:43.303239 3428 transact.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:u2739035053}] I0518 07:03:43.303528 3428 model_client.go:374] Create operations generated 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:u2739035054}] I0518 07:03:43.303549 3428 address_set.go:303] New(u2739035054/default-network-controller:Namespace:openshift-route-controller-manager:v4/a5513313330862551964) with [] I0518 07:03:43.303556 3428 namespace.go:97] [openshift-monitoring] adding namespace took 5.326332ms I0518 07:03:43.303562 3428 obj_retry.go:548] Creating *v1.Namespace openshift-monitoring took: 5.334854ms I0518 07:03:43.303554 3428 transact.go:43] Configuring 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:u2739035054}] I0518 07:03:43.303833 3428 model_client.go:374] 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:u2739035055}] I0518 07:03:43.303852 3428 transact.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:u2739035055}] I0518 07:03:43.304093 3428 namespace.go:97] [openshift-route-controller-manager] adding namespace took 4.031296ms I0518 07:03:43.304100 3428 obj_retry.go:548] Creating *v1.Namespace openshift-route-controller-manager took: 4.041737ms I0518 07:03:43.304110 3428 factory.go:1366] Added *v1.Namespace event handler 1 I0518 07:03:43.304223 3428 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:u2739035056}] I0518 07:03:43.304242 3428 transact.go:43] Configuring OVN: [{Op:wait Table:Logical_Switch Row:map[] Rows:[map[name:transit_switch]] Columns:[name] Mutations:[] Timeout:0xc0090ee0f0 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:u2739035056}] I0518 07:03:43.304510 3428 zone_ic_handler.go:185] Time taken to create transit switch: 318.937µs I0518 07:03:43.304556 3428 obj_retry.go:509] Add event received for *v1.Node ip-10-0-0-168.ec2.internal I0518 07:03:43.304560 3428 obj_retry.go:509] Add event received for *v1.Node ip-10-0-2-232.ec2.internal I0518 07:03:43.304576 3428 master.go:531] Adding or Updating local node "ip-10-0-2-232.ec2.internal" for network "default" I0518 07:03:43.304632 3428 obj_retry.go:543] Failed to create *v1.Node ip-10-0-0-168.ec2.internal, error: adding or updating remote node chassis ip-10-0-0-168.ec2.internal failed, err - failed to create or update chassis to remote for remote node ip-10-0-0-168.ec2.internal, error: failed to parse node chassis-id for node - ip-10-0-0-168.ec2.internal, error: suppressed error logged: k8s.ovn.org/node-chassis-id annotation not found for node ip-10-0-0-168.ec2.internal I0518 07:03:43.304660 3428 model_client.go:374] Create operations generated as: [{Op:insert Table:Logical_Switch Row:map[load_balancer_group:{GoSet:[{GoUUID:4ca90251-2d38-4486-ba63-bda06c79a475} {GoUUID:a16ca373-4d09-41fd-8639-ec46f12f6b62}]} name:ip-10-0-2-232.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:u2739035057}] I0518 07:03:43.304680 3428 transact.go:43] Configuring OVN: [{Op:wait Table:Logical_Switch Row:map[] Rows:[map[name:ip-10-0-2-232.ec2.internal]] Columns:[name] Mutations:[] Timeout:0xc0092bc3c8 Where:[where column name == ip-10-0-2-232.ec2.internal] Until:!= Durable: Comment: Lock: UUID: UUIDName:} {Op:insert Table:Logical_Switch Row:map[load_balancer_group:{GoSet:[{GoUUID:4ca90251-2d38-4486-ba63-bda06c79a475} {GoUUID:a16ca373-4d09-41fd-8639-ec46f12f6b62}]} name:ip-10-0-2-232.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:u2739035057}] I0518 07:03:43.305088 3428 model_client.go:374] Create operations generated as: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[router]} name:stor-ip-10-0-2-232.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-2-232.ec2.internal]} type:router] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2739035058}] I0518 07:03:43.305124 3428 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:u2739035058}]}}] Timeout: Where:[where column _uuid == {de7a1293-10df-480d-a753-2f164bf0c46c}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:43.305142 3428 transact.go:43] Configuring OVN: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[router]} name:stor-ip-10-0-2-232.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-2-232.ec2.internal]} type:router] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2739035058} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2739035058}]}}] Timeout: Where:[where column _uuid == {de7a1293-10df-480d-a753-2f164bf0c46c}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:43.305471 3428 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:3400433b-698f-4c6b-9734-ee0a52fb2ed0}]}}] Timeout: Where:[where column _uuid == {84c6b3c3-c474-462f-afe1-a0f5cf648eee}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:43.305490 3428 transact.go:43] Configuring OVN: [{Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:3400433b-698f-4c6b-9734-ee0a52fb2ed0}]}}] Timeout: Where:[where column _uuid == {84c6b3c3-c474-462f-afe1-a0f5cf648eee}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:43.305752 3428 model_client.go:374] Create operations generated as: [{Op:insert Table:Gateway_Chassis Row:map[chassis_name:5017e823-fd35-48ea-8619-1d97683ace18 name:rtos-ip-10-0-2-232.ec2.internal-5017e823-fd35-48ea-8619-1d97683ace18 priority:1] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2739035059}] I0518 07:03:43.305787 3428 model_client.go:374] Create operations generated as: [{Op:insert Table:Logical_Router_Port Row:map[gateway_chassis:{GoSet:[{GoUUID:u2739035059}]} mac:0a:58:0a:81:00:01 name:rtos-ip-10-0-2-232.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:u2739035060}] I0518 07:03:43.305819 3428 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:u2739035060}]}}] Timeout: Where:[where column _uuid == {747517ee-9487-4adc-b570-70ba027f8362}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:43.305833 3428 transact.go:43] Configuring OVN: [{Op:insert Table:Gateway_Chassis Row:map[chassis_name:5017e823-fd35-48ea-8619-1d97683ace18 name:rtos-ip-10-0-2-232.ec2.internal-5017e823-fd35-48ea-8619-1d97683ace18 priority:1] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2739035059} {Op:insert Table:Logical_Router_Port Row:map[gateway_chassis:{GoSet:[{GoUUID:u2739035059}]} mac:0a:58:0a:81:00:01 name:rtos-ip-10-0-2-232.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:u2739035060} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2739035060}]}}] Timeout: Where:[where column _uuid == {747517ee-9487-4adc-b570-70ba027f8362}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:43.306276 3428 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-2-232.ec2.internal:10.129.0.2 k8s.ovn.org/name:ip-10-0-2-232.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:u2739035061}] I0518 07:03:43.306318 3428 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:u2739035061}]}}] Timeout: Where:[where column _uuid == {de7a1293-10df-480d-a753-2f164bf0c46c}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:43.306335 3428 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-2-232.ec2.internal:10.129.0.2 k8s.ovn.org/name:ip-10-0-2-232.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:u2739035061} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:acls Mutator:insert Value:{GoSet:[{GoUUID:u2739035061}]}}] Timeout: Where:[where column _uuid == {de7a1293-10df-480d-a753-2f164bf0c46c}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:43.306717 3428 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-2-232.ec2.internal] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2739035062}] I0518 07:03:43.306746 3428 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:u2739035062}]}}] Timeout: Where:[where column _uuid == {de7a1293-10df-480d-a753-2f164bf0c46c}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:43.306760 3428 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-2-232.ec2.internal] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2739035062} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2739035062}]}}] Timeout: Where:[where column _uuid == {de7a1293-10df-480d-a753-2f164bf0c46c}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:43.307088 3428 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:2f5bb31d-b3e8-4546-8182-896b3a125ffd}]}}] Timeout: Where:[where column _uuid == {d9907fbf-b4ff-4d05-af58-04bf9330fa6b}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:43.307110 3428 transact.go:43] Configuring OVN: [{Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:2f5bb31d-b3e8-4546-8182-896b3a125ffd}]}}] Timeout: Where:[where column _uuid == {d9907fbf-b4ff-4d05-af58-04bf9330fa6b}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:43.307319 3428 switch.go:52] Hybridoverlay port does not exist for node ip-10-0-2-232.ec2.internal I0518 07:03:43.307329 3428 switch.go:61] haveMP true haveHO false ManagementPortAddress 10.129.0.2/23 HybridOverlayAddressOA 10.129.0.3/23 I0518 07:03:43.307371 3428 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 == {de7a1293-10df-480d-a753-2f164bf0c46c}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:43.307387 3428 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 == {de7a1293-10df-480d-a753-2f164bf0c46c}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:43.307645 3428 model_client.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:u2739035063}] I0518 07:03:43.307666 3428 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:u2739035063}] I0518 07:03:43.307951 3428 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:u2739035064}] I0518 07:03:43.307993 3428 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:u2739035065}] I0518 07:03:43.308026 3428 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:u2739035066}] I0518 07:03:43.308058 3428 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:u2739035067}] I0518 07:03:43.308091 3428 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:u2739035068}] I0518 07:03:43.308125 3428 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:u2739035064} {GoUUID:u2739035065} {GoUUID:u2739035066} {GoUUID:u2739035067} {GoUUID:u2739035068}]}}] Timeout: Where:[where column _uuid == {0e241860-09ce-4d31-91f0-fc7642c166c7}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:43.308147 3428 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:u2739035064} {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:u2739035065} {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:u2739035066} {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:u2739035067} {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:u2739035068} {Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:acls Mutator:insert Value:{GoSet:[{GoUUID:u2739035064} {GoUUID:u2739035065} {GoUUID:u2739035066} {GoUUID:u2739035067} {GoUUID:u2739035068}]}}] Timeout: Where:[where column _uuid == {0e241860-09ce-4d31-91f0-fc7642c166c7}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:43.309056 3428 model_client.go:374] Create operations generated as: [{Op:insert Table:Logical_Router Row:map[copp:{GoSet:[{GoUUID:62e917d9-38e6-4139-8c50-ac9662a03c3f}]} external_ids:{GoMap:map[physical_ip:10.0.2.232 physical_ips:10.0.2.232]} load_balancer_group:{GoSet:[{GoUUID:4ca90251-2d38-4486-ba63-bda06c79a475} {GoUUID:8c56efc0-e25d-468d-8872-e6f039e4368c}]} name:GR_ip-10-0-2-232.ec2.internal options:{GoMap:map[always_learn_from_arp_request:false chassis:5017e823-fd35-48ea-8619-1d97683ace18 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:u2739035069}] I0518 07:03:43.309082 3428 transact.go:43] Configuring OVN: [{Op:wait Table:Logical_Router Row:map[] Rows:[map[name:GR_ip-10-0-2-232.ec2.internal]] Columns:[name] Mutations:[] Timeout:0xc0092e6da0 Where:[where column name == GR_ip-10-0-2-232.ec2.internal] Until:!= Durable: Comment: Lock: UUID: UUIDName:} {Op:insert Table:Logical_Router Row:map[copp:{GoSet:[{GoUUID:62e917d9-38e6-4139-8c50-ac9662a03c3f}]} external_ids:{GoMap:map[physical_ip:10.0.2.232 physical_ips:10.0.2.232]} load_balancer_group:{GoSet:[{GoUUID:4ca90251-2d38-4486-ba63-bda06c79a475} {GoUUID:8c56efc0-e25d-468d-8872-e6f039e4368c}]} name:GR_ip-10-0-2-232.ec2.internal options:{GoMap:map[always_learn_from_arp_request:false chassis:5017e823-fd35-48ea-8619-1d97683ace18 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:u2739035069}] I0518 07:03:43.309539 3428 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-2-232.ec2.internal options:{GoMap:map[router-port:rtoj-GR_ip-10-0-2-232.ec2.internal]} type:router] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2739035070}] I0518 07:03:43.309573 3428 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:u2739035070}]}}] Timeout: Where:[where column _uuid == {2e63dd97-ac4a-434c-8c57-1f8f9efadbac}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:43.309589 3428 transact.go:43] Configuring OVN: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[router]} name:jtor-GR_ip-10-0-2-232.ec2.internal options:{GoMap:map[router-port:rtoj-GR_ip-10-0-2-232.ec2.internal]} type:router] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2739035070} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2739035070}]}}] Timeout: Where:[where column _uuid == {2e63dd97-ac4a-434c-8c57-1f8f9efadbac}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:43.309870 3428 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-2-232.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:u2739035071}] I0518 07:03:43.309914 3428 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:u2739035071}]}}] Timeout: Where:[where column _uuid == {71004f92-efd5-4a59-b9ab-2204fecc6bf3}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:43.309929 3428 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-2-232.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:u2739035071} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2739035071}]}}] Timeout: Where:[where column _uuid == {71004f92-efd5-4a59-b9ab-2204fecc6bf3}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:43.310247 3428 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:0e:57:40:b5:16:ab name:rtoe-GR_ip-10-0-2-232.ec2.internal networks:{GoSet:[10.0.2.232/24]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2739035072}] I0518 07:03:43.310281 3428 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:u2739035072}]}}] Timeout: Where:[where column _uuid == {71004f92-efd5-4a59-b9ab-2204fecc6bf3}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:43.310295 3428 transact.go:43] Configuring OVN: [{Op:insert Table:Logical_Router_Port Row:map[external_ids:{GoMap:map[gateway-physical-ip:yes]} mac:0e:57:40:b5:16:ab name:rtoe-GR_ip-10-0-2-232.ec2.internal networks:{GoSet:[10.0.2.232/24]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2739035072} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2739035072}]}}] Timeout: Where:[where column _uuid == {71004f92-efd5-4a59-b9ab-2204fecc6bf3}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:43.310580 3428 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-2-232.ec2.internal options:{GoMap:map[network_name:physnet]} type:localnet] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2739035073}] I0518 07:03:43.310612 3428 model_client.go:374] Create operations generated as: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[0e:57:40:b5:16:ab]} name:etor-GR_ip-10-0-2-232.ec2.internal options:{GoMap:map[exclude-lb-vips-from-garp:true nat-addresses:router router-port:rtoe-GR_ip-10-0-2-232.ec2.internal]} type:router] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2739035074}] I0518 07:03:43.310658 3428 model_client.go:374] Create operations generated as: [{Op:insert Table:Logical_Switch Row:map[name:ext_ip-10-0-2-232.ec2.internal ports:{GoSet:[{GoUUID:u2739035073} {GoUUID:u2739035074}]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2739035075}] I0518 07:03:43.310671 3428 transact.go:43] Configuring OVN: [{Op:wait Table:Logical_Switch Row:map[] Rows:[map[name:ext_ip-10-0-2-232.ec2.internal]] Columns:[name] Mutations:[] Timeout:0xc00939aa20 Where:[where column name == ext_ip-10-0-2-232.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-2-232.ec2.internal options:{GoMap:map[network_name:physnet]} type:localnet] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2739035073} {Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[0e:57:40:b5:16:ab]} name:etor-GR_ip-10-0-2-232.ec2.internal options:{GoMap:map[exclude-lb-vips-from-garp:true nat-addresses:router router-port:rtoe-GR_ip-10-0-2-232.ec2.internal]} type:router] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2739035074} {Op:insert Table:Logical_Switch Row:map[name:ext_ip-10-0-2-232.ec2.internal ports:{GoSet:[{GoUUID:u2739035073} {GoUUID:u2739035074}]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2739035075}] I0518 07:03:43.311127 3428 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-2-232.ec2.internal mac:0a:58:a9:fe:00:04 override_dynamic_mac:true] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2739035076}] I0518 07:03:43.311166 3428 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-2-232.ec2.internal mac:0a:58:a9:fe:00:04 override_dynamic_mac:true] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2739035076}] I0518 07:03:43.311409 3428 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:u2739035077}] I0518 07:03:43.311438 3428 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:u2739035077}]}}] Timeout: Where:[where column _uuid == {71004f92-efd5-4a59-b9ab-2204fecc6bf3}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:43.311453 3428 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:u2739035077} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u2739035077}]}}] Timeout: Where:[where column _uuid == {71004f92-efd5-4a59-b9ab-2204fecc6bf3}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:43.311734 3428 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-2-232.ec2.internal]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2739035078}] I0518 07:03:43.311779 3428 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:u2739035078}]}}] Timeout: Where:[where column _uuid == {71004f92-efd5-4a59-b9ab-2204fecc6bf3}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:43.311798 3428 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-2-232.ec2.internal]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2739035078} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u2739035078}]}}] Timeout: Where:[where column _uuid == {71004f92-efd5-4a59-b9ab-2204fecc6bf3}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:43.312130 3428 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.2.1 output_port:{GoSet:[rtoe-GR_ip-10-0-2-232.ec2.internal]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2739035079}] I0518 07:03:43.312158 3428 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:u2739035079}]}}] Timeout: Where:[where column _uuid == {71004f92-efd5-4a59-b9ab-2204fecc6bf3}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:43.312169 3428 transact.go:43] Configuring OVN: [{Op:insert Table:Logical_Router_Static_Route Row:map[ip_prefix:0.0.0.0/0 nexthop:10.0.2.1 output_port:{GoSet:[rtoe-GR_ip-10-0-2-232.ec2.internal]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2739035079} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u2739035079}]}}] Timeout: Where:[where column _uuid == {71004f92-efd5-4a59-b9ab-2204fecc6bf3}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:43.312463 3428 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:u2739035080}] I0518 07:03:43.312496 3428 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:u2739035080}]}}] Timeout: Where:[where column _uuid == {747517ee-9487-4adc-b570-70ba027f8362}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:43.312513 3428 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:u2739035080} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u2739035080}]}}] Timeout: Where:[where column _uuid == {747517ee-9487-4adc-b570-70ba027f8362}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:43.312815 3428 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:u2739035081}] I0518 07:03:43.312850 3428 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:u2739035081}]}}] Timeout: Where:[where column _uuid == {747517ee-9487-4adc-b570-70ba027f8362}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:43.312864 3428 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:u2739035081} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u2739035081}]}}] Timeout: Where:[where column _uuid == {747517ee-9487-4adc-b570-70ba027f8362}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:43.313181 3428 model_client.go:374] Create operations generated as: [{Op:insert Table:NAT Row:map[external_ip:10.0.2.232 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:u2739035082}] I0518 07:03:43.313227 3428 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:u2739035082}]}}] Timeout: Where:[where column _uuid == {71004f92-efd5-4a59-b9ab-2204fecc6bf3}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:43.313246 3428 transact.go:43] Configuring OVN: [{Op:insert Table:NAT Row:map[external_ip:10.0.2.232 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:u2739035082} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:nat Mutator:insert Value:{GoSet:[{GoUUID:u2739035082}]}}] Timeout: Where:[where column _uuid == {71004f92-efd5-4a59-b9ab-2204fecc6bf3}] Until: Durable: Comment: Lock: UUID: UUIDName:}] W0518 07:03:43.313613 3428 gateway.go:191] Unable to fetch podIPs for pod openshift-network-diagnostics/network-check-target-grcpm: pod openshift-network-diagnostics/network-check-target-grcpm: no pod IPs found W0518 07:03:43.313638 3428 gateway.go:191] Unable to fetch podIPs for pod openshift-multus/network-metrics-daemon-zzhmd: pod openshift-multus/network-metrics-daemon-zzhmd: no pod IPs found I0518 07:03:43.313719 3428 model_client.go:374] Create operations generated as: [{Op:insert Table:Logical_Router_Policy Row:map[action:reroute match:inport == "rtos-ip-10-0-2-232.ec2.internal" && ip4.dst == 10.0.2.232 /* ip-10-0-2-232.ec2.internal */ nexthops:{GoSet:[10.129.0.2]} priority:1004] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2739035083}] I0518 07:03:43.313749 3428 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:u2739035083}]}}] Timeout: Where:[where column _uuid == {747517ee-9487-4adc-b570-70ba027f8362}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:43.313765 3428 transact.go:43] Configuring OVN: [{Op:wait Table:Logical_Router_Policy Row:map[] Rows:[map[match:inport == "rtos-ip-10-0-2-232.ec2.internal" && ip4.dst == 10.0.2.232 /* ip-10-0-2-232.ec2.internal */ priority:1004]] Columns:[priority match] Mutations:[] Timeout:0xc00935c038 Where:[where column priority == 1004 where column match == inport == "rtos-ip-10-0-2-232.ec2.internal" && ip4.dst == 10.0.2.232 /* ip-10-0-2-232.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-2-232.ec2.internal" && ip4.dst == 10.0.2.232 /* ip-10-0-2-232.ec2.internal */ nexthops:{GoSet:[10.129.0.2]} priority:1004] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2739035083} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:policies Mutator:insert Value:{GoSet:[{GoUUID:u2739035083}]}}] Timeout: Where:[where column _uuid == {747517ee-9487-4adc-b570-70ba027f8362}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:43.314212 3428 base_network_controller.go:622] When adding node ip-10-0-2-232.ec2.internal for network default, found 31 pods to add to retryPods I0518 07:03:43.314225 3428 base_network_controller.go:631] Adding pod openshift-cluster-node-tuning-operator/tuned-jdh5v to retryPods for network default I0518 07:03:43.314232 3428 base_network_controller.go:631] Adding pod openshift-image-registry/node-ca-ggp98 to retryPods for network default I0518 07:03:43.314237 3428 base_network_controller.go:631] Adding pod kube-system/konnectivity-agent-6j6bx to retryPods for network default I0518 07:03:43.314241 3428 base_network_controller.go:631] Adding pod kube-system/kube-apiserver-proxy-ip-10-0-2-232.ec2.internal to retryPods for network default I0518 07:03:43.314246 3428 base_network_controller.go:631] Adding pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-xmmfg to retryPods for network default I0518 07:03:43.314250 3428 base_network_controller.go:631] Adding pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-2-232.ec2.internal to retryPods for network default I0518 07:03:43.314254 3428 base_network_controller.go:631] Adding pod openshift-multus/network-metrics-daemon-zzhmd to retryPods for network default I0518 07:03:43.314257 3428 base_network_controller.go:631] Adding pod openshift-ovn-kubernetes/ovnkube-node-5cvsd to retryPods for network default I0518 07:03:43.314261 3428 base_network_controller.go:631] Adding pod openshift-network-diagnostics/network-check-target-grcpm to retryPods for network default I0518 07:03:43.314265 3428 base_network_controller.go:631] Adding pod openshift-dns/node-resolver-jh88r to retryPods for network default I0518 07:03:43.314269 3428 base_network_controller.go:631] Adding pod openshift-multus/multus-additional-cni-plugins-b8p87 to retryPods for network default I0518 07:03:43.314272 3428 base_network_controller.go:631] Adding pod openshift-multus/multus-xmvrm to retryPods for network default I0518 07:03:43.314277 3428 base_network_controller.go:631] Adding pod openshift-network-operator/iptables-alerter-8fcb7 to retryPods for network default I0518 07:03:43.314282 3428 obj_retry.go:236] Iterate retry objects requested (resource *v1.Pod) I0518 07:03:43.314333 3428 model_client.go:383] Update operations generated as: [{Op:update Table:Chassis Row:map[encaps:{GoSet:[{GoUUID:5a4b2d19-21b6-4bf5-8a12-2cd6a0124497}]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {0c61fbe6-3565-4249-80e1-847d4812bbc7}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:43.314359 3428 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 == {0c61fbe6-3565-4249-80e1-847d4812bbc7}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:43.314375 3428 transact.go:43] Configuring OVN: [{Op:update Table:Chassis Row:map[encaps:{GoSet:[{GoUUID:5a4b2d19-21b6-4bf5-8a12-2cd6a0124497}]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {0c61fbe6-3565-4249-80e1-847d4812bbc7}] 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 == {0c61fbe6-3565-4249-80e1-847d4812bbc7}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:43.314728 3428 zone_ic_handler.go:193] Creating interconnect resources for local zone node ip-10-0-2-232.ec2.internal for the network default I0518 07:03:43.314767 3428 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-2-232.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:u2739035084}] I0518 07:03:43.315197 3428 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:u2739035084}]}}] Timeout: Where:[where column _uuid == {747517ee-9487-4adc-b570-70ba027f8362}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:43.315216 3428 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-2-232.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:u2739035084} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2739035084}]}}] Timeout: Where:[where column _uuid == {747517ee-9487-4adc-b570-70ba027f8362}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:43.315580 3428 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-2-232.ec2.internal]} name:tstor-ip-10-0-2-232.ec2.internal options:{GoMap:map[requested-tnl-key:3 router-port:rtots-ip-10-0-2-232.ec2.internal]} type:router] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2739035085}] I0518 07:03:43.315626 3428 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:u2739035085}]}}] Timeout: Where:[where column _uuid == {21659449-0d60-47bf-bb66-efa790d7e0a7}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:43.315648 3428 transact.go:43] Configuring OVN: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[router]} external_ids:{GoMap:map[node:ip-10-0-2-232.ec2.internal]} name:tstor-ip-10-0-2-232.ec2.internal options:{GoMap:map[requested-tnl-key:3 router-port:rtots-ip-10-0-2-232.ec2.internal]} type:router] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2739035085} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2739035085}]}}] Timeout: Where:[where column _uuid == {21659449-0d60-47bf-bb66-efa790d7e0a7}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:43.316084 3428 obj_retry.go:548] Creating *v1.Node ip-10-0-2-232.ec2.internal took: 11.513392ms I0518 07:03:43.316104 3428 factory.go:1366] Added *v1.Node event handler 2 I0518 07:03:43.316121 3428 services_controller.go:193] Starting controller ovn-lb-controller for network=default I0518 07:03:43.316136 3428 services_controller.go:201] Waiting for node tracker handler to sync for network=default I0518 07:03:43.316143 3428 shared_informer.go:313] Waiting for caches to sync for node-tracker-controller I0518 07:03:43.316169 3428 node_tracker.go:211] Processing possible switch / router updates for node ip-10-0-0-168.ec2.internal in network "default" I0518 07:03:43.316194 3428 node_tracker.go:238] Node ip-10-0-0-168.ec2.internal has invalid / no gateway config: k8s.ovn.org/l3-gateway-config annotation not found for node "ip-10-0-0-168.ec2.internal" I0518 07:03:43.316203 3428 node_tracker.go:172] Node ip-10-0-0-168.ec2.internal switch + router changed, syncing services in network "default" I0518 07:03:43.316210 3428 services_controller.go:575] Full service sync requested for network=default I0518 07:03:43.316218 3428 node_tracker.go:211] Processing possible switch / router updates for node ip-10-0-2-232.ec2.internal in network "default" I0518 07:03:43.316242 3428 node_tracker.go:172] Node ip-10-0-2-232.ec2.internal switch + router changed, syncing services in network "default" I0518 07:03:43.316249 3428 services_controller.go:575] Full service sync requested for network=default I0518 07:03:43.416440 3428 shared_informer.go:320] Caches are synced for node-tracker-controller I0518 07:03:43.416464 3428 services_controller.go:209] Setting up event handlers for services for network=default I0518 07:03:43.416517 3428 services_controller.go:640] Adding service default/openshift-oauth-apiserver for network=default I0518 07:03:43.416524 3428 services_controller.go:219] Setting up event handlers for endpoint slices for network=default I0518 07:03:43.416565 3428 services_controller.go:234] Waiting for service and endpoint handlers to sync for network=default I0518 07:03:43.416529 3428 services_controller.go:640] Adding service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0518 07:03:43.416579 3428 shared_informer.go:313] Waiting for caches to sync for ovn-lb-controller I0518 07:03:43.416595 3428 services_controller.go:640] Adding service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0518 07:03:43.416609 3428 services_controller.go:640] Adding service openshift-insights/metrics for network=default I0518 07:03:43.416615 3428 services_controller.go:640] Adding service default/kubernetes for network=default I0518 07:03:43.416623 3428 services_controller.go:640] Adding service openshift-apiserver/check-endpoints for network=default I0518 07:03:43.416630 3428 services_controller.go:640] Adding service openshift-kube-controller-manager-operator/metrics for network=default I0518 07:03:43.416635 3428 services_controller.go:640] Adding service openshift-network-diagnostics/network-check-source for network=default I0518 07:03:43.416640 3428 services_controller.go:640] Adding service openshift-network-diagnostics/network-check-target for network=default I0518 07:03:43.416645 3428 services_controller.go:640] Adding service default/openshift for network=default I0518 07:03:43.416652 3428 services_controller.go:640] Adding service openshift-cluster-machine-approver/machine-approver for network=default I0518 07:03:43.416657 3428 services_controller.go:640] Adding service openshift-config-operator/metrics for network=default I0518 07:03:43.416661 3428 services_controller.go:640] Adding service openshift-console-operator/metrics for network=default I0518 07:03:43.416677 3428 services_controller.go:640] Adding service openshift-dns/dns-default for network=default I0518 07:03:43.416687 3428 services_controller.go:640] Adding service openshift-machine-config-operator/machine-config-controller for network=default I0518 07:03:43.416694 3428 services_controller.go:640] Adding service openshift-cloud-credential-operator/cco-metrics for network=default I0518 07:03:43.416704 3428 services_controller.go:640] Adding service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0518 07:03:43.416711 3428 services_controller.go:640] Adding service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0518 07:03:43.416719 3428 services_controller.go:640] Adding service openshift-dns-operator/metrics for network=default I0518 07:03:43.416725 3428 services_controller.go:640] Adding service openshift-ingress-operator/metrics for network=default I0518 07:03:43.416733 3428 services_controller.go:640] Adding service openshift-machine-config-operator/machine-config-daemon for network=default I0518 07:03:43.416745 3428 services_controller.go:640] Adding service default/packageserver for network=default I0518 07:03:43.416753 3428 services_controller.go:640] Adding service openshift-apiserver-operator/metrics for network=default I0518 07:03:43.416759 3428 services_controller.go:640] Adding service openshift-cluster-samples-operator/metrics for network=default I0518 07:03:43.416769 3428 services_controller.go:640] Adding service openshift-network-console/networking-console-plugin for network=default I0518 07:03:43.416775 3428 services_controller.go:640] Adding service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0518 07:03:43.416784 3428 services_controller.go:640] Adding service openshift-service-ca-operator/metrics for network=default I0518 07:03:43.416790 3428 services_controller.go:640] Adding service default/openshift-apiserver for network=default I0518 07:03:43.416798 3428 services_controller.go:640] Adding service openshift-cluster-version/cluster-version-operator for network=default I0518 07:03:43.416804 3428 services_controller.go:640] Adding service openshift-ingress-canary/ingress-canary for network=default I0518 07:03:43.416820 3428 services_controller.go:640] Adding service openshift-ingress/router-internal-default for network=default I0518 07:03:43.416831 3428 services_controller.go:640] Adding service openshift-kube-storage-version-migrator-operator/metrics for network=default I0518 07:03:43.416837 3428 services_controller.go:640] Adding service openshift-monitoring/cluster-monitoring-operator for network=default I0518 07:03:43.416842 3428 services_controller.go:640] Adding service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0518 07:03:43.416847 3428 services_controller.go:640] Adding service openshift-ingress/router-default for network=default I0518 07:03:43.416851 3428 services_controller.go:640] Adding service openshift-multus/network-metrics-service for network=default I0518 07:03:43.416856 3428 services_controller.go:640] Adding service openshift-network-operator/metrics for network=default I0518 07:03:43.416860 3428 services_controller.go:640] Adding service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0518 07:03:43.416864 3428 services_controller.go:640] Adding service openshift-image-registry/image-registry for network=default I0518 07:03:43.416867 3428 services_controller.go:640] Adding service openshift-machine-config-operator/machine-config-operator for network=default I0518 07:03:43.416872 3428 services_controller.go:640] Adding service openshift-authentication-operator/metrics for network=default I0518 07:03:43.516701 3428 shared_informer.go:320] Caches are synced for ovn-lb-controller I0518 07:03:43.516713 3428 repair.go:60] Starting repairing loop for services I0518 07:03:43.516795 3428 repair.go:131] Deleted 0 stale service LBs I0518 07:03:43.516813 3428 repair.go:137] Deleted 0 stale Chassis Template Vars I0518 07:03:43.516827 3428 repair.go:62] Finished repairing loop for services: 114.903µs I0518 07:03:43.516852 3428 services_controller.go:364] Controller cache of 0 load balancers initialized for 0 services for network=default I0518 07:03:43.516862 3428 services_controller.go:255] Starting workers for network=default I0518 07:03:43.516917 3428 services_controller.go:382] Processing sync for service default/openshift-oauth-apiserver for network=default I0518 07:03:43.516933 3428 services_controller.go:382] Processing sync for service openshift-insights/metrics for network=default I0518 07:03:43.516935 3428 services_controller.go:382] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0518 07:03:43.517022 3428 services_controller.go:382] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0518 07:03:43.516917 3428 services_controller.go:382] Processing sync for service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0518 07:03:43.517105 3428 default_network_controller.go:661] Recording add event on pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-xmmfg I0518 07:03:43.517039 3428 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 b6e290d8-2261-4cf8-8e9e-559ea68cdc01 6482 0 2026-05-18 06:54:16 +0000 UTC map[olm.managed:true olm.service-spec-hash:8H7arFYfeqTDwtur5ZzpDGCqSKpg30XG9PXH2W] map[] [{operators.coreos.com/v1alpha1 CatalogSource deployment-validation-operator-catalog 8680cb47-1ce9-4d88-9b40-fe2ba74c3325 0xc004fefd7d 0xc004fefd7e}] [] []},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.245.235,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.245.235],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:43.516946 3428 services_controller.go:460] Service openshift-insights/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-insights d9b9253d-2d76-4450-b7d6-02f23f81e77a 1935 0 2026-05-18 06:51:45 +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 20d3542f-9543-4161-a8e9-65ad7732453d 0xc007bb24ab }] [] []},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.203.10,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.203.10],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:43.517131 3428 default_network_controller.go:661] Recording add event on pod kube-system/kube-apiserver-proxy-ip-10-0-0-168.ec2.internal I0518 07:03:43.516937 3428 services_controller.go:460] Service default/openshift-oauth-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-oauth-apiserver default 3792a8d9-0e55-4b22-b5c1-9c0c13719a60 1655 0 2026-05-18 06:51:41 +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.237.236,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.237.236],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:43.517145 3428 obj_retry.go:509] Add event received for *v1.Pod kube-system/kube-apiserver-proxy-ip-10-0-0-168.ec2.internal I0518 07:03:43.516949 3428 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 d9abf6d5-7316-446f-8e82-12df47d66070 6508 0 2026-05-18 06:54:16 +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.54.114,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.54.114],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:43.517162 3428 ovn.go:139] Ensuring zone remote for Pod kube-system/kube-apiserver-proxy-ip-10-0-0-168.ec2.internal in node ip-10-0-0-168.ec2.internal I0518 07:03:43.517160 3428 lb_config.go:1030] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default are: map[] I0518 07:03:43.517164 3428 default_network_controller.go:661] Recording add event on pod openshift-dns/node-resolver-sh96v I0518 07:03:43.517176 3428 obj_retry.go:509] Add event received for *v1.Pod openshift-dns/node-resolver-sh96v I0518 07:03:43.517179 3428 obj_retry.go:548] Creating *v1.Pod kube-system/kube-apiserver-proxy-ip-10-0-0-168.ec2.internal took: 18.889µs I0518 07:03:43.517095 3428 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 21a8fc75-a960-4dcb-b24f-413f49bd7acb 986 0 2026-05-18 06:51:27 +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 20d3542f-9543-4161-a8e9-65ad7732453d 0xc004fefb07 }] [] []},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.193.203,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.193.203],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:43.517179 3428 lb_config.go:1030] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default are: map[] I0518 07:03:43.517189 3428 default_network_controller.go:705] Recording success event on pod kube-system/kube-apiserver-proxy-ip-10-0-0-168.ec2.internal I0518 07:03:43.517192 3428 ovn.go:139] Ensuring zone remote for Pod openshift-dns/node-resolver-sh96v in node ip-10-0-0-168.ec2.internal I0518 07:03:43.517198 3428 default_network_controller.go:661] Recording add event on pod openshift-multus/network-metrics-daemon-zdm7g I0518 07:03:43.517202 3428 default_network_controller.go:661] Recording add event on pod openshift-network-operator/iptables-alerter-8fcb7 I0518 07:03:43.517204 3428 obj_retry.go:548] Creating *v1.Pod openshift-dns/node-resolver-sh96v took: 16µs I0518 07:03:43.517172 3428 lb_config.go:1030] Cluster endpoints for default/openshift-oauth-apiserver for network=default are: map[TCP/https:{443 [172.30.144.237] []}] I0518 07:03:43.517202 3428 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.54.114"}, 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}} I0518 07:03:43.517216 3428 default_network_controller.go:705] Recording success event on pod openshift-dns/node-resolver-sh96v I0518 07:03:43.517216 3428 obj_retry.go:509] Add event received for *v1.Pod openshift-network-operator/iptables-alerter-8fcb7 I0518 07:03:43.517223 3428 services_controller.go:470] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0518 07:03:43.517225 3428 default_network_controller.go:661] Recording add event on pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-2-232.ec2.internal I0518 07:03:43.517229 3428 default_network_controller.go:661] Recording add event on pod kube-system/konnectivity-agent-6j6bx I0518 07:03:43.517119 3428 default_network_controller.go:661] Recording add event on pod openshift-image-registry/node-ca-h7tsd I0518 07:03:43.517233 3428 lb_config.go:1030] Cluster endpoints for openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default are: map[] I0518 07:03:43.517236 3428 default_network_controller.go:661] Recording add event on pod openshift-image-registry/image-registry-844f99f975-7pnh4 I0518 07:03:43.517239 3428 obj_retry.go:509] Add event received for *v1.Pod kube-system/konnectivity-agent-6j6bx I0518 07:03:43.517239 3428 default_network_controller.go:661] Recording add event on pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-168.ec2.internal I0518 07:03:43.517109 3428 default_network_controller.go:661] Recording add event on pod kube-system/kube-apiserver-proxy-ip-10-0-2-232.ec2.internal I0518 07:03:43.517249 3428 obj_retry.go:509] Add event received for *v1.Pod openshift-image-registry/image-registry-844f99f975-7pnh4 I0518 07:03:43.517247 3428 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.193.203"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0518 07:03:43.517160 3428 lb_config.go:1030] Cluster endpoints for openshift-insights/metrics for network=default are: map[] I0518 07:03:43.517255 3428 default_network_controller.go:661] Recording add event on pod openshift-cluster-node-tuning-operator/tuned-jdh5v I0518 07:03:43.517260 3428 obj_retry.go:548] Creating *v1.Pod openshift-image-registry/image-registry-844f99f975-7pnh4 took: 313ns I0518 07:03:43.517261 3428 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) I0518 07:03:43.517262 3428 default_network_controller.go:661] Recording add event on pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-t9svd I0518 07:03:43.517208 3428 obj_retry.go:509] Add event received for *v1.Pod openshift-multus/network-metrics-daemon-zdm7g I0518 07:03:43.517268 3428 obj_retry.go:509] Add event received for *v1.Pod openshift-cluster-node-tuning-operator/tuned-jdh5v I0518 07:03:43.517272 3428 services_controller.go:471] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:43.517275 3428 obj_retry.go:509] Add event received for *v1.Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-t9svd I0518 07:03:43.517277 3428 ovn.go:139] Ensuring zone remote for Pod openshift-multus/network-metrics-daemon-zdm7g in node ip-10-0-0-168.ec2.internal I0518 07:03:43.517280 3428 ovn.go:135] Ensuring zone local for Pod openshift-cluster-node-tuning-operator/tuned-jdh5v in node ip-10-0-2-232.ec2.internal I0518 07:03:43.517271 3428 services_controller.go:469] Built service openshift-insights/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.203.10"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0518 07:03:43.517230 3428 ovn.go:135] Ensuring zone local for Pod openshift-network-operator/iptables-alerter-8fcb7 in node ip-10-0-2-232.ec2.internal I0518 07:03:43.517289 3428 obj_retry.go:548] Creating *v1.Pod openshift-cluster-node-tuning-operator/tuned-jdh5v took: 10.328µs I0518 07:03:43.517293 3428 obj_retry.go:548] Creating *v1.Pod openshift-network-operator/iptables-alerter-8fcb7 took: 64.734µs I0518 07:03:43.517293 3428 services_controller.go:470] Built service openshift-insights/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0518 07:03:43.517300 3428 default_network_controller.go:705] Recording success event on pod openshift-network-operator/iptables-alerter-8fcb7 I0518 07:03:43.517180 3428 default_network_controller.go:661] Recording add event on pod openshift-image-registry/node-ca-ggp98 I0518 07:03:43.517306 3428 default_network_controller.go:661] Recording add event on pod openshift-multus/network-metrics-daemon-zzhmd I0518 07:03:43.517250 3428 ovn.go:135] Ensuring zone local for Pod kube-system/konnectivity-agent-6j6bx in node ip-10-0-2-232.ec2.internal I0518 07:03:43.517314 3428 obj_retry.go:509] Add event received for *v1.Pod openshift-multus/network-metrics-daemon-zzhmd I0518 07:03:43.517236 3428 obj_retry.go:509] Add event received for *v1.Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-2-232.ec2.internal I0518 07:03:43.517235 3428 services_controller.go:471] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:43.517193 3428 default_network_controller.go:661] Recording add event on pod openshift-image-registry/image-registry-6d778df49b-vn7fw I0518 07:03:43.517328 3428 ovn.go:135] Ensuring zone local for Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-2-232.ec2.internal in node ip-10-0-2-232.ec2.internal I0518 07:03:43.517335 3428 obj_retry.go:548] Creating *v1.Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-2-232.ec2.internal took: 10.407µs I0518 07:03:43.517337 3428 obj_retry.go:509] Add event received for *v1.Pod openshift-image-registry/image-registry-6d778df49b-vn7fw I0518 07:03:43.517341 3428 default_network_controller.go:705] Recording success event on pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-2-232.ec2.internal I0518 07:03:43.517293 3428 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.193.203", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:43.517177 3428 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.245.235"}, 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}} I0518 07:03:43.517347 3428 obj_retry.go:548] Creating *v1.Pod openshift-image-registry/image-registry-6d778df49b-vn7fw took: 244ns I0518 07:03:43.517139 3428 obj_retry.go:509] Add event received for *v1.Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-xmmfg I0518 07:03:43.517353 3428 services_controller.go:470] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB per-node configs for network=default: []services.lbConfig(nil) I0518 07:03:43.517355 3428 default_network_controller.go:705] Recording success event on pod openshift-image-registry/image-registry-6d778df49b-vn7fw I0518 07:03:43.517353 3428 services_controller.go:478] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics per-node LB for network=default: []services.LB{} I0518 07:03:43.517283 3428 ovn.go:139] Ensuring zone remote for Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-t9svd in node ip-10-0-0-168.ec2.internal I0518 07:03:43.517361 3428 services_controller.go:471] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:43.517365 3428 default_network_controller.go:661] Recording add event on pod openshift-deployment-validation-operator/deployment-validation-operator-catalog-85bqz I0518 07:03:43.517367 3428 obj_retry.go:548] Creating *v1.Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-t9svd took: 84.801µs I0518 07:03:43.517370 3428 services_controller.go:479] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics template LB for network=default: []services.LB{} I0518 07:03:43.517374 3428 default_network_controller.go:705] Recording success event on pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-t9svd I0518 07:03:43.517382 3428 default_network_controller.go:661] Recording add event on pod openshift-image-registry/image-registry-6d778df49b-jq24x I0518 07:03:43.517219 3428 default_network_controller.go:661] Recording add event on pod kube-system/konnectivity-agent-kv96z I0518 07:03:43.517222 3428 default_network_controller.go:661] Recording add event on pod openshift-network-diagnostics/network-check-target-5gq8p I0518 07:03:43.517382 3428 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 I0518 07:03:43.517393 3428 obj_retry.go:509] Add event received for *v1.Pod openshift-image-registry/image-registry-6d778df49b-jq24x I0518 07:03:43.517399 3428 obj_retry.go:509] Add event received for *v1.Pod openshift-network-diagnostics/network-check-target-5gq8p I0518 07:03:43.517399 3428 duration.go:449] Config duration recorder: kind/namespace/name pod/openshift-image-registry/image-registry-6d778df49b-vn7fw. OVN-Kubernetes controller took 3.0264e-05 seconds. No OVN measurement. I0518 07:03:43.517375 3428 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.245.235", Port:50051, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:43.517409 3428 ovn.go:139] Ensuring zone remote for Pod openshift-network-diagnostics/network-check-target-5gq8p in node ip-10-0-0-168.ec2.internal I0518 07:03:43.517410 3428 obj_retry.go:509] Add event received for *v1.Pod kube-system/konnectivity-agent-kv96z I0518 07:03:43.517418 3428 services_controller.go:478] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog per-node LB for network=default: []services.LB{} I0518 07:03:43.517422 3428 ovn.go:139] Ensuring zone remote for Pod kube-system/konnectivity-agent-kv96z in node ip-10-0-0-168.ec2.internal I0518 07:03:43.517405 3428 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.193.203", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:43.517307 3428 services_controller.go:471] Built service openshift-insights/metrics LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:43.517445 3428 obj_retry.go:543] Failed to create *v1.Pod openshift-network-diagnostics/network-check-target-5gq8p, error: failed to obtain IPs to add remote pod openshift-network-diagnostics/network-check-target-5gq8p: suppressed error logged: pod openshift-network-diagnostics/network-check-target-5gq8p: no pod IPs found I0518 07:03:43.517455 3428 default_network_controller.go:661] Recording add event on pod openshift-multus/multus-rnkmt I0518 07:03:43.517462 3428 obj_retry.go:509] Add event received for *v1.Pod openshift-multus/multus-rnkmt I0518 07:03:43.517468 3428 ovn.go:139] Ensuring zone remote for Pod openshift-multus/multus-rnkmt in node ip-10-0-0-168.ec2.internal I0518 07:03:43.517402 3428 obj_retry.go:548] Creating *v1.Pod openshift-image-registry/image-registry-6d778df49b-jq24x took: 254ns I0518 07:03:43.517474 3428 obj_retry.go:548] Creating *v1.Pod openshift-multus/multus-rnkmt took: 6.492µs I0518 07:03:43.517476 3428 default_network_controller.go:705] Recording success event on pod openshift-image-registry/image-registry-6d778df49b-jq24x I0518 07:03:43.517478 3428 default_network_controller.go:705] Recording success event on pod openshift-multus/multus-rnkmt I0518 07:03:43.517411 3428 duration.go:449] Config duration recorder: kind/namespace/name pod/openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-t9svd. OVN-Kubernetes controller took 0.000107405 seconds. No OVN measurement. I0518 07:03:43.517374 3428 obj_retry.go:509] Add event received for *v1.Pod openshift-deployment-validation-operator/deployment-validation-operator-catalog-85bqz I0518 07:03:43.517498 3428 obj_retry.go:548] Creating *v1.Pod openshift-deployment-validation-operator/deployment-validation-operator-catalog-85bqz took: 419ns I0518 07:03:43.517504 3428 default_network_controller.go:705] Recording success event on pod openshift-deployment-validation-operator/deployment-validation-operator-catalog-85bqz I0518 07:03:43.517457 3428 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.203.10", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:43.517486 3428 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.193.203:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2739035086}] I0518 07:03:43.517514 3428 services_controller.go:478] Built service openshift-insights/metrics per-node LB for network=default: []services.LB{} I0518 07:03:43.517521 3428 services_controller.go:479] Built service openshift-insights/metrics template LB for network=default: []services.LB{} I0518 07:03:43.517528 3428 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 I0518 07:03:43.517535 3428 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:u2739035086}]}}] Timeout: Where:[where column _uuid == {4ca90251-2d38-4486-ba63-bda06c79a475}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:43.517559 3428 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.193.203:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2739035086} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u2739035086}]}}] Timeout: Where:[where column _uuid == {4ca90251-2d38-4486-ba63-bda06c79a475}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:43.517536 3428 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.203.10", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:43.517669 3428 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.203.10:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2739035087}] I0518 07:03:43.517253 3428 obj_retry.go:509] Add event received for *v1.Pod kube-system/kube-apiserver-proxy-ip-10-0-2-232.ec2.internal I0518 07:03:43.517703 3428 ovn.go:135] Ensuring zone local for Pod kube-system/kube-apiserver-proxy-ip-10-0-2-232.ec2.internal in node ip-10-0-2-232.ec2.internal I0518 07:03:43.517715 3428 obj_retry.go:548] Creating *v1.Pod kube-system/kube-apiserver-proxy-ip-10-0-2-232.ec2.internal took: 15.091µs I0518 07:03:43.517710 3428 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:u2739035087}]}}] Timeout: Where:[where column _uuid == {4ca90251-2d38-4486-ba63-bda06c79a475}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:43.517726 3428 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.203.10:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2739035087} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u2739035087}]}}] Timeout: Where:[where column _uuid == {4ca90251-2d38-4486-ba63-bda06c79a475}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:43.517720 3428 default_network_controller.go:705] Recording success event on pod kube-system/kube-apiserver-proxy-ip-10-0-2-232.ec2.internal I0518 07:03:43.517827 3428 default_network_controller.go:661] Recording add event on pod openshift-multus/multus-additional-cni-plugins-b8p87 I0518 07:03:43.517837 3428 obj_retry.go:509] Add event received for *v1.Pod openshift-multus/multus-additional-cni-plugins-b8p87 I0518 07:03:43.517847 3428 ovn.go:135] Ensuring zone local for Pod openshift-multus/multus-additional-cni-plugins-b8p87 in node ip-10-0-2-232.ec2.internal I0518 07:03:43.517266 3428 default_network_controller.go:705] Recording success event on pod openshift-image-registry/image-registry-844f99f975-7pnh4 I0518 07:03:43.517855 3428 obj_retry.go:548] Creating *v1.Pod openshift-multus/multus-additional-cni-plugins-b8p87 took: 8.973µs I0518 07:03:43.517858 3428 default_network_controller.go:661] Recording add event on pod openshift-network-operator/iptables-alerter-crs2q I0518 07:03:43.517862 3428 default_network_controller.go:705] Recording success event on pod openshift-multus/multus-additional-cni-plugins-b8p87 I0518 07:03:43.517869 3428 obj_retry.go:509] Add event received for *v1.Pod openshift-network-operator/iptables-alerter-crs2q I0518 07:03:43.517296 3428 default_network_controller.go:705] Recording success event on pod openshift-cluster-node-tuning-operator/tuned-jdh5v I0518 07:03:43.517879 3428 ovn.go:139] Ensuring zone remote for Pod openshift-network-operator/iptables-alerter-crs2q in node ip-10-0-0-168.ec2.internal I0518 07:03:43.517904 3428 obj_retry.go:548] Creating *v1.Pod openshift-network-operator/iptables-alerter-crs2q took: 26.442µs I0518 07:03:43.517910 3428 default_network_controller.go:705] Recording success event on pod openshift-network-operator/iptables-alerter-crs2q I0518 07:03:43.517879 3428 default_network_controller.go:661] Recording add event on pod openshift-multus/multus-additional-cni-plugins-5ddgd I0518 07:03:43.517919 3428 obj_retry.go:509] Add event received for *v1.Pod openshift-multus/multus-additional-cni-plugins-5ddgd I0518 07:03:43.517925 3428 ovn.go:139] Ensuring zone remote for Pod openshift-multus/multus-additional-cni-plugins-5ddgd in node ip-10-0-0-168.ec2.internal I0518 07:03:43.517929 3428 obj_retry.go:548] Creating *v1.Pod openshift-multus/multus-additional-cni-plugins-5ddgd took: 5.107µs I0518 07:03:43.517933 3428 default_network_controller.go:705] Recording success event on pod openshift-multus/multus-additional-cni-plugins-5ddgd I0518 07:03:43.517319 3428 obj_retry.go:548] Creating *v1.Pod kube-system/konnectivity-agent-6j6bx took: 69.157µs I0518 07:03:43.517940 3428 default_network_controller.go:705] Recording success event on pod kube-system/konnectivity-agent-6j6bx I0518 07:03:43.517944 3428 default_network_controller.go:661] Recording add event on pod openshift-dns/node-resolver-jh88r I0518 07:03:43.517949 3428 obj_retry.go:509] Add event received for *v1.Pod openshift-dns/node-resolver-jh88r I0518 07:03:43.517957 3428 ovn.go:135] Ensuring zone local for Pod openshift-dns/node-resolver-jh88r in node ip-10-0-2-232.ec2.internal I0518 07:03:43.517320 3428 obj_retry.go:543] Failed to create *v1.Pod openshift-multus/network-metrics-daemon-zdm7g, error: failed to obtain IPs to add remote pod openshift-multus/network-metrics-daemon-zdm7g: suppressed error logged: pod openshift-multus/network-metrics-daemon-zdm7g: no pod IPs found I0518 07:03:43.517963 3428 obj_retry.go:548] Creating *v1.Pod openshift-dns/node-resolver-jh88r took: 7.376µs I0518 07:03:43.517322 3428 ovn.go:135] Ensuring zone local for Pod openshift-multus/network-metrics-daemon-zzhmd in node ip-10-0-2-232.ec2.internal I0518 07:03:43.517969 3428 default_network_controller.go:705] Recording success event on pod openshift-dns/node-resolver-jh88r I0518 07:03:43.517999 3428 base_network_controller_pods.go:478] [default/openshift-multus/network-metrics-daemon-zzhmd] creating logical port openshift-multus_network-metrics-daemon-zzhmd for pod on switch ip-10-0-2-232.ec2.internal I0518 07:03:43.517340 3428 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.54.114", Port:8383, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:43.518054 3428 services_controller.go:478] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics per-node LB for network=default: []services.LB{} I0518 07:03:43.518066 3428 services_controller.go:479] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics template LB for network=default: []services.LB{} I0518 07:03:43.518063 3428 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] I0518 07:03:43.518076 3428 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 I0518 07:03:43.518089 3428 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.54.114", Port:8383, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:43.517359 3428 ovn.go:135] Ensuring zone local for Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-xmmfg in node ip-10-0-2-232.ec2.internal I0518 07:03:43.518153 3428 obj_retry.go:548] Creating *v1.Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-xmmfg took: 792.666µs I0518 07:03:43.518160 3428 default_network_controller.go:705] Recording success event on pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-xmmfg I0518 07:03:43.518167 3428 default_network_controller.go:661] Recording add event on pod openshift-multus/multus-xmvrm I0518 07:03:43.518175 3428 obj_retry.go:509] Add event received for *v1.Pod openshift-multus/multus-xmvrm I0518 07:03:43.518186 3428 ovn.go:135] Ensuring zone local for Pod openshift-multus/multus-xmvrm in node ip-10-0-2-232.ec2.internal I0518 07:03:43.518193 3428 obj_retry.go:548] Creating *v1.Pod openshift-multus/multus-xmvrm took: 10.105µs I0518 07:03:43.518199 3428 default_network_controller.go:705] Recording success event on pod openshift-multus/multus-xmvrm I0518 07:03:43.518200 3428 kube.go:320] Updating pod openshift-multus/network-metrics-daemon-zzhmd I0518 07:03:43.518205 3428 default_network_controller.go:661] Recording add event on pod openshift-backplane/osd-delete-backplane-serviceaccounts-29651460-s95vx I0518 07:03:43.517431 3428 obj_retry.go:548] Creating *v1.Pod kube-system/konnectivity-agent-kv96z took: 8.718µs I0518 07:03:43.518220 3428 default_network_controller.go:705] Recording success event on pod kube-system/konnectivity-agent-kv96z I0518 07:03:43.518230 3428 default_network_controller.go:661] Recording add event on pod openshift-network-diagnostics/network-check-target-grcpm I0518 07:03:43.518240 3428 obj_retry.go:509] Add event received for *v1.Pod openshift-network-diagnostics/network-check-target-grcpm I0518 07:03:43.518250 3428 ovn.go:135] Ensuring zone local for Pod openshift-network-diagnostics/network-check-target-grcpm in node ip-10-0-2-232.ec2.internal I0518 07:03:43.518244 3428 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.54.114:8383:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2739035088}] I0518 07:03:43.518285 3428 base_network_controller_pods.go:478] [default/openshift-network-diagnostics/network-check-target-grcpm] creating logical port openshift-network-diagnostics_network-check-target-grcpm for pod on switch ip-10-0-2-232.ec2.internal I0518 07:03:43.517430 3428 services_controller.go:479] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog template LB for network=default: []services.LB{} I0518 07:03:43.518313 3428 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 I0518 07:03:43.518328 3428 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.245.235", Port:50051, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:43.517225 3428 services_controller.go:469] Built service default/openshift-oauth-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0518 07:03:43.518378 3428 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.237.236"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.144.237"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0518 07:03:43.517243 3428 obj_retry.go:509] Add event received for *v1.Pod openshift-image-registry/node-ca-h7tsd I0518 07:03:43.518353 3428 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] I0518 07:03:43.518398 3428 services_controller.go:471] Built service default/openshift-oauth-apiserver LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:43.518413 3428 ovn.go:139] Ensuring zone remote for Pod openshift-image-registry/node-ca-h7tsd in node ip-10-0-0-168.ec2.internal I0518 07:03:43.518432 3428 obj_retry.go:548] Creating *v1.Pod openshift-image-registry/node-ca-h7tsd took: 18.673µs I0518 07:03:43.518444 3428 default_network_controller.go:705] Recording success event on pod openshift-image-registry/node-ca-h7tsd I0518 07:03:43.518451 3428 default_network_controller.go:661] Recording add event on pod openshift-cluster-node-tuning-operator/tuned-4sdcp I0518 07:03:43.518449 3428 loadbalancer.go:305] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-insights/metrics"} I0518 07:03:43.517253 3428 obj_retry.go:509] Add event received for *v1.Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-168.ec2.internal I0518 07:03:43.517310 3428 obj_retry.go:509] Add event received for *v1.Pod openshift-image-registry/node-ca-ggp98 I0518 07:03:43.518467 3428 services_controller.go:386] Finished syncing service metrics on namespace openshift-insights for network=default : 1.533283ms I0518 07:03:43.518472 3428 ovn.go:139] Ensuring zone remote for Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-168.ec2.internal in node ip-10-0-0-168.ec2.internal I0518 07:03:43.518477 3428 ovn.go:135] Ensuring zone local for Pod openshift-image-registry/node-ca-ggp98 in node ip-10-0-2-232.ec2.internal I0518 07:03:43.518479 3428 obj_retry.go:548] Creating *v1.Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-168.ec2.internal took: 9.372µs I0518 07:03:43.518482 3428 services_controller.go:382] Processing sync for service openshift-dns-operator/metrics for network=default I0518 07:03:43.518486 3428 default_network_controller.go:705] Recording success event on pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-168.ec2.internal I0518 07:03:43.518490 3428 obj_retry.go:548] Creating *v1.Pod openshift-image-registry/node-ca-ggp98 took: 11.792µs I0518 07:03:43.518472 3428 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.245.235:50051:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2739035089}] I0518 07:03:43.518499 3428 default_network_controller.go:705] Recording success event on pod openshift-image-registry/node-ca-ggp98 I0518 07:03:43.518509 3428 default_network_controller.go:661] Recording add event on pod openshift-ovn-kubernetes/ovnkube-node-5cvsd I0518 07:03:43.518520 3428 obj_retry.go:509] Add event received for *v1.Pod openshift-ovn-kubernetes/ovnkube-node-5cvsd I0518 07:03:43.518530 3428 ovn.go:135] Ensuring zone local for Pod openshift-ovn-kubernetes/ovnkube-node-5cvsd in node ip-10-0-2-232.ec2.internal I0518 07:03:43.518524 3428 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:u2739035089}]}}] Timeout: Where:[where column _uuid == {4ca90251-2d38-4486-ba63-bda06c79a475}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:43.518435 3428 services_controller.go:477] Built service default/openshift-oauth-apiserver cluster-wide LB for network=default: []services.LB{} I0518 07:03:43.518490 3428 services_controller.go:460] Service openshift-dns-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-dns-operator 7732cb4e-bc2b-42a6-bcc6-02b1f6170ab6 1097 0 2026-05-18 06:51:30 +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 20d3542f-9543-4161-a8e9-65ad7732453d 0xc004fefe9f }] [] []},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.202.27,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.202.27],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:43.518544 3428 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.245.235:50051:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2739035089} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u2739035089}]}}] Timeout: Where:[where column _uuid == {4ca90251-2d38-4486-ba63-bda06c79a475}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:43.518552 3428 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-2-232.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.237.236", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.144.237", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-2-232.ec2.internal"}, Routers:[]string{"GR_ip-10-0-2-232.ec2.internal"}, Groups:[]string(nil)}} I0518 07:03:43.518576 3428 lb_config.go:1030] Cluster endpoints for openshift-dns-operator/metrics for network=default are: map[] I0518 07:03:43.518588 3428 services_controller.go:479] Built service default/openshift-oauth-apiserver template LB for network=default: []services.LB{} I0518 07:03:43.518591 3428 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.202.27"}, 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}} I0518 07:03:43.518606 3428 services_controller.go:470] Built service openshift-dns-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0518 07:03:43.518607 3428 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 I0518 07:03:43.518492 3428 default_network_controller.go:661] Recording add event on pod openshift-ovn-kubernetes/ovnkube-node-ljk5m I0518 07:03:43.518617 3428 services_controller.go:471] Built service openshift-dns-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:43.518283 3428 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:u2739035088}]}}] Timeout: Where:[where column _uuid == {4ca90251-2d38-4486-ba63-bda06c79a475}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:43.518624 3428 obj_retry.go:509] Add event received for *v1.Pod openshift-ovn-kubernetes/ovnkube-node-ljk5m I0518 07:03:43.518634 3428 ovn.go:139] Ensuring zone remote for Pod openshift-ovn-kubernetes/ovnkube-node-ljk5m in node ip-10-0-0-168.ec2.internal I0518 07:03:43.518621 3428 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-2-232.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.237.236", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.144.237", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-2-232.ec2.internal"}, Routers:[]string{"GR_ip-10-0-2-232.ec2.internal"}, Groups:[]string(nil)}} I0518 07:03:43.518646 3428 obj_retry.go:548] Creating *v1.Pod openshift-ovn-kubernetes/ovnkube-node-ljk5m took: 12.156µs I0518 07:03:43.518637 3428 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.202.27", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:43.518204 3428 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"} I0518 07:03:43.518663 3428 services_controller.go:478] Built service openshift-dns-operator/metrics per-node LB for network=default: []services.LB{} I0518 07:03:43.518671 3428 services_controller.go:386] Finished syncing service csi-snapshot-controller-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 1.753898ms I0518 07:03:43.518677 3428 services_controller.go:479] Built service openshift-dns-operator/metrics template LB for network=default: []services.LB{} I0518 07:03:43.518632 3428 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.54.114:8383:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2739035088} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u2739035088}]}}] Timeout: Where:[where column _uuid == {4ca90251-2d38-4486-ba63-bda06c79a475}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:43.518689 3428 services_controller.go:382] Processing sync for service default/kubernetes for network=default I0518 07:03:43.518653 3428 default_network_controller.go:705] Recording success event on pod openshift-ovn-kubernetes/ovnkube-node-ljk5m I0518 07:03:43.518460 3428 kube.go:320] Updating pod openshift-network-diagnostics/network-check-target-grcpm I0518 07:03:43.518708 3428 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-2-232.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.237.236:443:172.30.144.237:443]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2739035090}] I0518 07:03:43.518212 3428 obj_retry.go:509] Add event received for *v1.Pod openshift-backplane/osd-delete-backplane-serviceaccounts-29651460-s95vx I0518 07:03:43.518699 3428 services_controller.go:460] Service default/kubernetes retrieved from lister for network=default: &Service{ObjectMeta:{kubernetes default 358f091c-6bf6-4150-b88e-7fc7ac4759f0 273 0 2026-05-18 06:50:22 +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{},},} I0518 07:03:43.518754 3428 obj_retry.go:548] Creating *v1.Pod openshift-backplane/osd-delete-backplane-serviceaccounts-29651460-s95vx took: 361ns I0518 07:03:43.518761 3428 default_network_controller.go:705] Recording success event on pod openshift-backplane/osd-delete-backplane-serviceaccounts-29651460-s95vx I0518 07:03:43.518460 3428 obj_retry.go:509] Add event received for *v1.Pod openshift-cluster-node-tuning-operator/tuned-4sdcp I0518 07:03:43.518781 3428 ovn.go:139] Ensuring zone remote for Pod openshift-cluster-node-tuning-operator/tuned-4sdcp in node ip-10-0-0-168.ec2.internal I0518 07:03:43.518779 3428 lb_config.go:1030] Cluster endpoints for default/kubernetes for network=default are: map[TCP/https:{6443 [172.20.0.1] []}] I0518 07:03:43.518775 3428 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:u2739035090}]}}] Timeout: Where:[where column _uuid == {de7a1293-10df-480d-a753-2f164bf0c46c}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:43.518792 3428 obj_retry.go:548] Creating *v1.Pod openshift-cluster-node-tuning-operator/tuned-4sdcp took: 13.465µs I0518 07:03:43.518798 3428 services_controller.go:469] Built service default/kubernetes LB cluster-wide configs for network=default: []services.lbConfig(nil) I0518 07:03:43.518802 3428 default_network_controller.go:705] Recording success event on pod openshift-cluster-node-tuning-operator/tuned-4sdcp I0518 07:03:43.518808 3428 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}} I0518 07:03:43.518688 3428 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 I0518 07:03:43.518823 3428 services_controller.go:471] Built service default/kubernetes LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:43.518821 3428 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:u2739035090}]}}] Timeout: Where:[where column _uuid == {71004f92-efd5-4a59-b9ab-2204fecc6bf3}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:43.518841 3428 services_controller.go:477] Built service default/kubernetes cluster-wide LB for network=default: []services.LB{} I0518 07:03:43.518848 3428 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-2-232.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-2-232.ec2.internal"}, Routers:[]string{"GR_ip-10-0-2-232.ec2.internal"}, Groups:[]string(nil)}} I0518 07:03:43.518838 3428 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.202.27", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:43.518875 3428 services_controller.go:479] Built service default/kubernetes template LB for network=default: []services.LB{} I0518 07:03:43.518539 3428 obj_retry.go:548] Creating *v1.Pod openshift-ovn-kubernetes/ovnkube-node-5cvsd took: 9.396µs I0518 07:03:43.518904 3428 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 I0518 07:03:43.518907 3428 default_network_controller.go:705] Recording success event on pod openshift-ovn-kubernetes/ovnkube-node-5cvsd I0518 07:03:43.518919 3428 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-2-232.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-2-232.ec2.internal"}, Routers:[]string{"GR_ip-10-0-2-232.ec2.internal"}, Groups:[]string(nil)}} I0518 07:03:43.518960 3428 duration.go:449] Config duration recorder: kind/namespace/name pod/openshift-cluster-node-tuning-operator/tuned-4sdcp. OVN-Kubernetes controller took 0.000488327 seconds. No OVN measurement. I0518 07:03:43.518939 3428 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.202.27:9393:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2739035091}] I0518 07:03:43.518998 3428 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:u2739035091}]}}] Timeout: Where:[where column _uuid == {4ca90251-2d38-4486-ba63-bda06c79a475}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:43.518996 3428 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-2-232.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:u2739035092}] I0518 07:03:43.518960 3428 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-2-232.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.237.236:443:172.30.144.237:443]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2739035090} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u2739035090}]}}] Timeout: Where:[where column _uuid == {de7a1293-10df-480d-a753-2f164bf0c46c}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u2739035090}]}}] Timeout: Where:[where column _uuid == {71004f92-efd5-4a59-b9ab-2204fecc6bf3}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:43.519024 3428 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.202.27:9393:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2739035091} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u2739035091}]}}] Timeout: Where:[where column _uuid == {4ca90251-2d38-4486-ba63-bda06c79a475}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:43.519052 3428 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:u2739035092}]}}] Timeout: Where:[where column _uuid == {de7a1293-10df-480d-a753-2f164bf0c46c}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:43.519118 3428 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"} I0518 07:03:43.519133 3428 services_controller.go:386] Finished syncing service deployment-validation-operator-catalog on namespace openshift-deployment-validation-operator for network=default : 2.11319ms I0518 07:03:43.519147 3428 services_controller.go:382] Processing sync for service openshift-machine-config-operator/machine-config-operator for network=default I0518 07:03:43.519169 3428 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:u2739035092}]}}] Timeout: Where:[where column _uuid == {71004f92-efd5-4a59-b9ab-2204fecc6bf3}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:43.519157 3428 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 f8205417-1c0b-4dcb-8e51-8fb5ca66418c 762 0 2026-05-18 06:51:22 +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 20d3542f-9543-4161-a8e9-65ad7732453d 0xc007bb27eb }] [] []},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.250.45,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.250.45],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:43.519282 3428 lb_config.go:1030] Cluster endpoints for openshift-machine-config-operator/machine-config-operator for network=default are: map[] I0518 07:03:43.519297 3428 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.250.45"}, 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}} I0518 07:03:43.519307 3428 services_controller.go:470] Built service openshift-machine-config-operator/machine-config-operator LB per-node configs for network=default: []services.lbConfig(nil) I0518 07:03:43.519314 3428 services_controller.go:471] Built service openshift-machine-config-operator/machine-config-operator LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:43.519198 3428 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-2-232.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:u2739035092} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u2739035092}]}}] Timeout: Where:[where column _uuid == {de7a1293-10df-480d-a753-2f164bf0c46c}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u2739035092}]}}] Timeout: Where:[where column _uuid == {71004f92-efd5-4a59-b9ab-2204fecc6bf3}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:43.519330 3428 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.250.45", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:43.519341 3428 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"} I0518 07:03:43.519358 3428 services_controller.go:478] Built service openshift-machine-config-operator/machine-config-operator per-node LB for network=default: []services.LB{} I0518 07:03:43.519362 3428 services_controller.go:386] Finished syncing service deployment-validation-operator-metrics on namespace openshift-deployment-validation-operator for network=default : 2.426525ms I0518 07:03:43.519370 3428 services_controller.go:479] Built service openshift-machine-config-operator/machine-config-operator template LB for network=default: []services.LB{} I0518 07:03:43.519379 3428 services_controller.go:382] Processing sync for service openshift-console-operator/metrics for network=default I0518 07:03:43.519381 3428 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 I0518 07:03:43.519395 3428 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.250.45", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:43.519391 3428 services_controller.go:460] Service openshift-console-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-console-operator 604d372d-c659-4a09-8444-c56c2dc8a548 1951 0 2026-05-18 06:51:45 +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 20d3542f-9543-4161-a8e9-65ad7732453d 0xc004fefce7 }] [] []},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.169.210,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.169.210],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:43.519460 3428 lb_config.go:1030] Cluster endpoints for openshift-console-operator/metrics for network=default are: map[] I0518 07:03:43.519475 3428 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.169.210"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0518 07:03:43.519485 3428 services_controller.go:470] Built service openshift-console-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0518 07:03:43.519492 3428 services_controller.go:471] Built service openshift-console-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:43.519498 3428 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.250.45:9001:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2739035093}] I0518 07:03:43.519503 3428 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.169.210", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:43.519552 3428 services_controller.go:478] Built service openshift-console-operator/metrics per-node LB for network=default: []services.LB{} I0518 07:03:43.519565 3428 services_controller.go:479] Built service openshift-console-operator/metrics template LB for network=default: []services.LB{} I0518 07:03:43.519577 3428 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 I0518 07:03:43.519593 3428 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.169.210", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:43.519617 3428 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:u2739035093}]}}] Timeout: Where:[where column _uuid == {4ca90251-2d38-4486-ba63-bda06c79a475}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:43.519652 3428 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.169.210:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2739035094}] I0518 07:03:43.519638 3428 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.250.45:9001:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2739035093} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u2739035093}]}}] Timeout: Where:[where column _uuid == {4ca90251-2d38-4486-ba63-bda06c79a475}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:43.519697 3428 loadbalancer.go:305] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"default/openshift-oauth-apiserver"} I0518 07:03:43.519720 3428 services_controller.go:386] Finished syncing service openshift-oauth-apiserver on namespace default for network=default : 2.804147ms I0518 07:03:43.519735 3428 services_controller.go:382] Processing sync for service openshift-apiserver/check-endpoints for network=default I0518 07:03:43.519698 3428 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:u2739035094}]}}] Timeout: Where:[where column _uuid == {4ca90251-2d38-4486-ba63-bda06c79a475}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:43.519747 3428 services_controller.go:460] Service openshift-apiserver/check-endpoints retrieved from lister for network=default: &Service{ObjectMeta:{check-endpoints openshift-apiserver b6952f55-10bc-4992-81d8-09bd3c6d94cb 1826 0 2026-05-18 06:51:43 +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 20d3542f-9543-4161-a8e9-65ad7732453d 0xc004fef5e7 }] [] []},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.200.188,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.200.188],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:43.519768 3428 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.169.210:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2739035094} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u2739035094}]}}] Timeout: Where:[where column _uuid == {4ca90251-2d38-4486-ba63-bda06c79a475}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:43.519834 3428 lb_config.go:1030] Cluster endpoints for openshift-apiserver/check-endpoints for network=default are: map[] I0518 07:03:43.519849 3428 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.200.188"}, 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}} I0518 07:03:43.519865 3428 services_controller.go:470] Built service openshift-apiserver/check-endpoints LB per-node configs for network=default: []services.lbConfig(nil) I0518 07:03:43.519875 3428 services_controller.go:471] Built service openshift-apiserver/check-endpoints LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:43.519900 3428 loadbalancer.go:305] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-dns-operator/metrics"} I0518 07:03:43.519919 3428 services_controller.go:386] Finished syncing service metrics on namespace openshift-dns-operator for network=default : 1.435502ms I0518 07:03:43.519912 3428 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.200.188", Port:17698, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:43.519936 3428 services_controller.go:382] Processing sync for service openshift-network-diagnostics/network-check-target for network=default I0518 07:03:43.519941 3428 services_controller.go:478] Built service openshift-apiserver/check-endpoints per-node LB for network=default: []services.LB{} I0518 07:03:43.519953 3428 services_controller.go:479] Built service openshift-apiserver/check-endpoints template LB for network=default: []services.LB{} I0518 07:03:43.519964 3428 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 I0518 07:03:43.519978 3428 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.200.188", Port:17698, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:43.519948 3428 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 b3c22620-8e6b-4a7d-b2cc-ea561735a261 3771 0 2026-05-18 06:52:22 +0000 UTC map[] map[] [{operator.openshift.io/v1 Network cluster 58d6eed3-8eec-4383-a325-4bb95cbbc27d 0xc007bb2a97 0xc007bb2a98}] [] []},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.255.124,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.255.124],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:43.520024 3428 lb_config.go:1030] Cluster endpoints for openshift-network-diagnostics/network-check-target for network=default are: map[] I0518 07:03:43.520041 3428 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.255.124"}, 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}} I0518 07:03:43.520069 3428 services_controller.go:470] Built service openshift-network-diagnostics/network-check-target LB per-node configs for network=default: []services.lbConfig(nil) I0518 07:03:43.520046 3428 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.200.188:17698:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2739035095}] I0518 07:03:43.520081 3428 services_controller.go:471] Built service openshift-network-diagnostics/network-check-target LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:43.520100 3428 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.255.124", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:43.520104 3428 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:u2739035095}]}}] Timeout: Where:[where column _uuid == {4ca90251-2d38-4486-ba63-bda06c79a475}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:43.520112 3428 loadbalancer.go:305] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"default/kubernetes"} I0518 07:03:43.520142 3428 services_controller.go:386] Finished syncing service kubernetes on namespace default for network=default : 1.451866ms I0518 07:03:43.520158 3428 services_controller.go:382] Processing sync for service openshift-dns/dns-default for network=default I0518 07:03:43.520127 3428 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.200.188:17698:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2739035095} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u2739035095}]}}] Timeout: Where:[where column _uuid == {4ca90251-2d38-4486-ba63-bda06c79a475}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:43.520124 3428 services_controller.go:478] Built service openshift-network-diagnostics/network-check-target per-node LB for network=default: []services.LB{} I0518 07:03:43.520217 3428 services_controller.go:479] Built service openshift-network-diagnostics/network-check-target template LB for network=default: []services.LB{} I0518 07:03:43.520168 3428 services_controller.go:460] Service openshift-dns/dns-default retrieved from lister for network=default: &Service{ObjectMeta:{dns-default openshift-dns dbfeea69-8835-42d6-b2a4-75efb9596dac 1684 0 2026-05-18 06:51:41 +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 4385e45a-ac5d-4753-a7e9-dad269d7c5a2 0xc004feff87 }] [] []},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{},},} I0518 07:03:43.520231 3428 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 I0518 07:03:43.520243 3428 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.255.124", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:43.520264 3428 lb_config.go:1030] Cluster endpoints for openshift-dns/dns-default for network=default are: map[] I0518 07:03:43.520277 3428 services_controller.go:469] Built service openshift-dns/dns-default LB cluster-wide configs for network=default: []services.lbConfig(nil) I0518 07:03:43.520283 3428 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}} I0518 07:03:43.520298 3428 services_controller.go:471] Built service openshift-dns/dns-default LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:43.520301 3428 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.255.124:80:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2739035096}] I0518 07:03:43.520327 3428 services_controller.go:477] Built service openshift-dns/dns-default cluster-wide LB for network=default: []services.LB{} I0518 07:03:43.520327 3428 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"} I0518 07:03:43.520342 3428 services_controller.go:386] Finished syncing service machine-config-operator on namespace openshift-machine-config-operator for network=default : 1.195298ms I0518 07:03:43.520354 3428 services_controller.go:382] Processing sync for service openshift-kube-controller-manager-operator/metrics for network=default I0518 07:03:43.520347 3428 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:u2739035096}]}}] Timeout: Where:[where column _uuid == {4ca90251-2d38-4486-ba63-bda06c79a475}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:43.520335 3428 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-2-232.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-2-232.ec2.internal"}, Routers:[]string{"GR_ip-10-0-2-232.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-dns/dns-default_UDP_node_router+switch_ip-10-0-2-232.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-2-232.ec2.internal"}, Routers:[]string{"GR_ip-10-0-2-232.ec2.internal"}, Groups:[]string(nil)}} I0518 07:03:43.520368 3428 services_controller.go:479] Built service openshift-dns/dns-default template LB for network=default: []services.LB{} I0518 07:03:43.520380 3428 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 I0518 07:03:43.520364 3428 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.255.124:80:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2739035096} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u2739035096}]}}] Timeout: Where:[where column _uuid == {4ca90251-2d38-4486-ba63-bda06c79a475}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:43.520389 3428 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-2-232.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-2-232.ec2.internal"}, Routers:[]string{"GR_ip-10-0-2-232.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-dns/dns-default_UDP_node_router+switch_ip-10-0-2-232.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-2-232.ec2.internal"}, Routers:[]string{"GR_ip-10-0-2-232.ec2.internal"}, Groups:[]string(nil)}} I0518 07:03:43.520425 3428 loadbalancer.go:305] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-console-operator/metrics"} I0518 07:03:43.520439 3428 services_controller.go:386] Finished syncing service metrics on namespace openshift-console-operator for network=default : 1.062171ms I0518 07:03:43.520448 3428 services_controller.go:382] Processing sync for service openshift-machine-config-operator/machine-config-daemon for network=default I0518 07:03:43.520460 3428 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-2-232.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:u2739035097}] I0518 07:03:43.520454 3428 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 86a4367b-2daa-43f3-a6e2-594e1367a624 909 0 2026-05-18 06:51:25 +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 20d3542f-9543-4161-a8e9-65ad7732453d 0xc007bb2757 }] [] []},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.248.71,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.248.71],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:43.520508 3428 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-2-232.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:u2739035098}] I0518 07:03:43.520361 3428 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 6b5f5405-29ce-4511-b3b4-d2876565b5ce 844 0 2026-05-18 06:51:24 +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 20d3542f-9543-4161-a8e9-65ad7732453d 0xc007bb254f }] [] []},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.60.67,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.60.67],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:43.520593 3428 lb_config.go:1030] Cluster endpoints for openshift-kube-controller-manager-operator/metrics for network=default are: map[] I0518 07:03:43.520609 3428 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.60.67"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0518 07:03:43.520627 3428 services_controller.go:470] Built service openshift-kube-controller-manager-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0518 07:03:43.520637 3428 services_controller.go:471] Built service openshift-kube-controller-manager-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:43.520655 3428 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.60.67", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:43.520672 3428 loadbalancer.go:305] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-apiserver/check-endpoints"} I0518 07:03:43.520686 3428 services_controller.go:386] Finished syncing service check-endpoints on namespace openshift-apiserver for network=default : 951.544µs I0518 07:03:43.520687 3428 services_controller.go:478] Built service openshift-kube-controller-manager-operator/metrics per-node LB for network=default: []services.LB{} I0518 07:03:43.520699 3428 services_controller.go:382] Processing sync for service openshift-network-diagnostics/network-check-source for network=default I0518 07:03:43.520709 3428 services_controller.go:386] Finished syncing service network-check-source on namespace openshift-network-diagnostics for network=default : 9.946µs I0518 07:03:43.520550 3428 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:u2739035097} {GoUUID:u2739035098}]}}] Timeout: Where:[where column _uuid == {de7a1293-10df-480d-a753-2f164bf0c46c}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:43.520718 3428 services_controller.go:382] Processing sync for service openshift-authentication-operator/metrics for network=default I0518 07:03:43.520755 3428 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:u2739035097} {GoUUID:u2739035098}]}}] Timeout: Where:[where column _uuid == {71004f92-efd5-4a59-b9ab-2204fecc6bf3}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:43.520726 3428 services_controller.go:460] Service openshift-authentication-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-authentication-operator d759942d-aace-44a9-b634-fb5512c263e1 723 0 2026-05-18 06:51:20 +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 20d3542f-9543-4161-a8e9-65ad7732453d 0xc004fef6a7 }] [] []},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.177.178,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.177.178],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:43.520826 3428 lb_config.go:1030] Cluster endpoints for openshift-authentication-operator/metrics for network=default are: map[] I0518 07:03:43.520842 3428 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.177.178"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0518 07:03:43.520786 3428 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-2-232.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:u2739035097} {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-2-232.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:u2739035098} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u2739035097} {GoUUID:u2739035098}]}}] Timeout: Where:[where column _uuid == {de7a1293-10df-480d-a753-2f164bf0c46c}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u2739035097} {GoUUID:u2739035098}]}}] Timeout: Where:[where column _uuid == {71004f92-efd5-4a59-b9ab-2204fecc6bf3}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:43.520859 3428 services_controller.go:470] Built service openshift-authentication-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0518 07:03:43.520869 3428 services_controller.go:471] Built service openshift-authentication-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:43.520926 3428 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"} I0518 07:03:43.520921 3428 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.177.178", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:43.520942 3428 services_controller.go:386] Finished syncing service network-check-target on namespace openshift-network-diagnostics for network=default : 1.008128ms I0518 07:03:43.520951 3428 services_controller.go:478] Built service openshift-authentication-operator/metrics per-node LB for network=default: []services.LB{} I0518 07:03:43.520522 3428 lb_config.go:1030] Cluster endpoints for openshift-machine-config-operator/machine-config-daemon for network=default are: map[] I0518 07:03:43.520964 3428 services_controller.go:479] Built service openshift-authentication-operator/metrics template LB for network=default: []services.LB{} I0518 07:03:43.520975 3428 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 I0518 07:03:43.520971 3428 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.248.71"}, 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.248.71"}, 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}} I0518 07:03:43.520986 3428 services_controller.go:470] Built service openshift-machine-config-operator/machine-config-daemon LB per-node configs for network=default: []services.lbConfig(nil) I0518 07:03:43.520993 3428 services_controller.go:471] Built service openshift-machine-config-operator/machine-config-daemon LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:43.520991 3428 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.177.178", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:43.520700 3428 services_controller.go:479] Built service openshift-kube-controller-manager-operator/metrics template LB for network=default: []services.LB{} I0518 07:03:43.521004 3428 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.248.71", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.248.71", Port:8798, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:43.521024 3428 services_controller.go:478] Built service openshift-machine-config-operator/machine-config-daemon per-node LB for network=default: []services.LB{} I0518 07:03:43.521024 3428 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 I0518 07:03:43.521033 3428 services_controller.go:479] Built service openshift-machine-config-operator/machine-config-daemon template LB for network=default: []services.LB{} I0518 07:03:43.521040 3428 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 I0518 07:03:43.521039 3428 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.60.67", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:43.521048 3428 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.248.71", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.248.71", Port:8798, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:43.521057 3428 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.177.178:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2739035099}] I0518 07:03:43.521099 3428 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.248.71:8798: 172.30.248.71:9001:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2739035100}] I0518 07:03:43.521105 3428 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.60.67:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2739035101}] I0518 07:03:43.521120 3428 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:u2739035099}]}}] Timeout: Where:[where column _uuid == {4ca90251-2d38-4486-ba63-bda06c79a475}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:43.521146 3428 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:u2739035100}]}}] Timeout: Where:[where column _uuid == {4ca90251-2d38-4486-ba63-bda06c79a475}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:43.521154 3428 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:u2739035101}]}}] Timeout: Where:[where column _uuid == {4ca90251-2d38-4486-ba63-bda06c79a475}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:43.521142 3428 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.177.178:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2739035099} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u2739035099}]}}] Timeout: Where:[where column _uuid == {4ca90251-2d38-4486-ba63-bda06c79a475}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:43.521165 3428 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.248.71:8798: 172.30.248.71:9001:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2739035100} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u2739035100}]}}] Timeout: Where:[where column _uuid == {4ca90251-2d38-4486-ba63-bda06c79a475}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:43.521176 3428 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.60.67:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2739035101} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u2739035101}]}}] Timeout: Where:[where column _uuid == {4ca90251-2d38-4486-ba63-bda06c79a475}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:43.520953 3428 services_controller.go:382] Processing sync for service openshift-config-operator/metrics for network=default I0518 07:03:43.521273 3428 services_controller.go:460] Service openshift-config-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-config-operator 0e63d5be-416c-4fd0-8b86-4e78459d9357 1700 0 2026-05-18 06:51:41 +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 20d3542f-9543-4161-a8e9-65ad7732453d 0xc004fefc27 }] [] []},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.198.21,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.198.21],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:43.521331 3428 lb_config.go:1030] Cluster endpoints for openshift-config-operator/metrics for network=default are: map[] I0518 07:03:43.521340 3428 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.198.21"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0518 07:03:43.521351 3428 services_controller.go:470] Built service openshift-config-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0518 07:03:43.521360 3428 services_controller.go:471] Built service openshift-config-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:43.521376 3428 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.198.21", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:43.521407 3428 services_controller.go:478] Built service openshift-config-operator/metrics per-node LB for network=default: []services.LB{} I0518 07:03:43.521419 3428 services_controller.go:479] Built service openshift-config-operator/metrics template LB for network=default: []services.LB{} I0518 07:03:43.521429 3428 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 I0518 07:03:43.521442 3428 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.198.21", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:43.521513 3428 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.198.21:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2739035102}] I0518 07:03:43.521643 3428 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:u2739035102}]}}] Timeout: Where:[where column _uuid == {4ca90251-2d38-4486-ba63-bda06c79a475}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:43.521695 3428 loadbalancer.go:305] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-dns/dns-default"} I0518 07:03:43.521673 3428 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.198.21:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2739035102} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u2739035102}]}}] Timeout: Where:[where column _uuid == {4ca90251-2d38-4486-ba63-bda06c79a475}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:43.521716 3428 services_controller.go:386] Finished syncing service dns-default on namespace openshift-dns for network=default : 1.55785ms I0518 07:03:43.521729 3428 services_controller.go:382] Processing sync for service openshift-ingress/router-internal-default for network=default I0518 07:03:43.521738 3428 services_controller.go:460] Service openshift-ingress/router-internal-default retrieved from lister for network=default: &Service{ObjectMeta:{router-internal-default openshift-ingress acf4ae96-bc58-4e62-8263-f6e93b4b9303 2116 0 2026-05-18 06:51:55 +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 8d3b9d3e-785e-4691-8078-b859a51c6205 0xc007bb23ae }] [] []},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.117.167,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.117.167],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:43.521813 3428 lb_config.go:1030] Cluster endpoints for openshift-ingress/router-internal-default for network=default are: map[] I0518 07:03:43.521840 3428 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.117.167"}, 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.117.167"}, protocol:"TCP", 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.117.167"}, 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}} I0518 07:03:43.521868 3428 services_controller.go:470] Built service openshift-ingress/router-internal-default LB per-node configs for network=default: []services.lbConfig(nil) I0518 07:03:43.521878 3428 services_controller.go:471] Built service openshift-ingress/router-internal-default LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:43.521904 3428 loadbalancer.go:305] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-authentication-operator/metrics"} I0518 07:03:43.521925 3428 services_controller.go:386] Finished syncing service metrics on namespace openshift-authentication-operator for network=default : 1.205648ms I0518 07:03:43.521917 3428 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.117.167", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.117.167", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.117.167", Port:1936, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:43.521939 3428 services_controller.go:382] Processing sync for service default/packageserver for network=default I0518 07:03:43.521941 3428 services_controller.go:478] Built service openshift-ingress/router-internal-default per-node LB for network=default: []services.LB{} I0518 07:03:43.521949 3428 services_controller.go:479] Built service openshift-ingress/router-internal-default template LB for network=default: []services.LB{} I0518 07:03:43.521956 3428 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 I0518 07:03:43.521965 3428 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.117.167", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.117.167", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.117.167", Port:1936, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:43.521951 3428 services_controller.go:460] Service default/packageserver retrieved from lister for network=default: &Service{ObjectMeta:{packageserver default 146e85d6-ec0f-439c-89ea-872682d6642b 1783 0 2026-05-18 06:51:43 +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.234.211,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.234.211],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:43.522038 3428 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.117.167:1936: 172.30.117.167:443: 172.30.117.167:80:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2739035103}] I0518 07:03:43.522103 3428 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:u2739035103}]}}] Timeout: Where:[where column _uuid == {4ca90251-2d38-4486-ba63-bda06c79a475}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:43.522129 3428 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.117.167:1936: 172.30.117.167:443: 172.30.117.167:80:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2739035103} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u2739035103}]}}] Timeout: Where:[where column _uuid == {4ca90251-2d38-4486-ba63-bda06c79a475}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:43.522151 3428 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"} I0518 07:03:43.522164 3428 services_controller.go:386] Finished syncing service metrics on namespace openshift-kube-controller-manager-operator for network=default : 1.810045ms I0518 07:03:43.522173 3428 services_controller.go:382] Processing sync for service default/openshift for network=default I0518 07:03:43.522178 3428 services_controller.go:386] Finished syncing service openshift on namespace default for network=default : 5.748µs I0518 07:03:43.522184 3428 services_controller.go:382] Processing sync for service openshift-ingress-canary/ingress-canary for network=default I0518 07:03:43.522061 3428 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"} I0518 07:03:43.522221 3428 services_controller.go:386] Finished syncing service machine-config-daemon on namespace openshift-machine-config-operator for network=default : 1.772472ms I0518 07:03:43.522231 3428 services_controller.go:382] Processing sync for service openshift-image-registry/image-registry for network=default I0518 07:03:43.522190 3428 services_controller.go:460] Service openshift-ingress-canary/ingress-canary retrieved from lister for network=default: &Service{ObjectMeta:{ingress-canary openshift-ingress-canary 41d0f6eb-0db1-4cf4-80b7-694e8d74204a 3162 0 2026-05-18 06:52:05 +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 009e4f3e-e378-408a-b894-c69a630d2bc7 0xc007bb2110 }] [] []},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.198.35,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.198.35],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:43.522255 3428 lb_config.go:1030] Cluster endpoints for openshift-ingress-canary/ingress-canary for network=default are: map[] I0518 07:03:43.522237 3428 services_controller.go:460] Service openshift-image-registry/image-registry retrieved from lister for network=default: &Service{ObjectMeta:{image-registry openshift-image-registry 481e1651-7655-45f4-b05c-32ba3228c4d9 3694 0 2026-05-18 06:52:22 +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.28.167,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.28.167],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:43.522275 3428 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.198.35"}, 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.198.35"}, 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}} I0518 07:03:43.522288 3428 lb_config.go:1030] Cluster endpoints for openshift-image-registry/image-registry for network=default are: map[] I0518 07:03:43.522296 3428 services_controller.go:470] Built service openshift-ingress-canary/ingress-canary LB per-node configs for network=default: []services.lbConfig(nil) I0518 07:03:43.522298 3428 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.28.167"}, 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}} I0518 07:03:43.522306 3428 services_controller.go:471] Built service openshift-ingress-canary/ingress-canary LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:43.522307 3428 services_controller.go:470] Built service openshift-image-registry/image-registry LB per-node configs for network=default: []services.lbConfig(nil) I0518 07:03:43.522317 3428 services_controller.go:471] Built service openshift-image-registry/image-registry LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:43.522314 3428 loadbalancer.go:305] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-config-operator/metrics"} I0518 07:03:43.522334 3428 services_controller.go:386] Finished syncing service metrics on namespace openshift-config-operator for network=default : 1.379559ms I0518 07:03:43.522324 3428 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.198.35", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.198.35", Port:8888, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:43.522338 3428 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.28.167", Port:5000, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:43.522355 3428 services_controller.go:478] Built service openshift-ingress-canary/ingress-canary per-node LB for network=default: []services.LB{} I0518 07:03:43.522065 3428 lb_config.go:1030] Cluster endpoints for default/packageserver for network=default are: map[TCP/https:{443 [172.30.3.190] []}] I0518 07:03:43.522368 3428 services_controller.go:479] Built service openshift-ingress-canary/ingress-canary template LB for network=default: []services.LB{} I0518 07:03:43.522379 3428 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 I0518 07:03:43.522350 3428 services_controller.go:382] Processing sync for service openshift-ingress-operator/metrics for network=default I0518 07:03:43.522397 3428 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.198.35", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.198.35", Port:8888, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:43.522399 3428 services_controller.go:460] Service openshift-ingress-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-ingress-operator 2448835f-a589-4763-abcb-f7d9aa2265fa 1466 0 2026-05-18 06:51:39 +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 20d3542f-9543-4161-a8e9-65ad7732453d 0xc007bb21f7 }] [] []},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.54.249,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.54.249],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:43.522382 3428 services_controller.go:469] Built service default/packageserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0518 07:03:43.522483 3428 services_controller.go:470] Built service default/packageserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.234.211"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.3.190"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0518 07:03:43.522357 3428 services_controller.go:478] Built service openshift-image-registry/image-registry per-node LB for network=default: []services.LB{} I0518 07:03:43.522500 3428 services_controller.go:471] Built service default/packageserver LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:43.522507 3428 services_controller.go:479] Built service openshift-image-registry/image-registry template LB for network=default: []services.LB{} I0518 07:03:43.522483 3428 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.198.35:8443: 172.30.198.35:8888:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2739035104}] I0518 07:03:43.522521 3428 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 I0518 07:03:43.522540 3428 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:u2739035104}]}}] Timeout: Where:[where column _uuid == {4ca90251-2d38-4486-ba63-bda06c79a475}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:43.522560 3428 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.198.35:8443: 172.30.198.35:8888:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2739035104} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u2739035104}]}}] Timeout: Where:[where column _uuid == {4ca90251-2d38-4486-ba63-bda06c79a475}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:43.522491 3428 lb_config.go:1030] Cluster endpoints for openshift-ingress-operator/metrics for network=default are: map[] I0518 07:03:43.522634 3428 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.54.249"}, 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}} I0518 07:03:43.522537 3428 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.28.167", Port:5000, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:43.522660 3428 services_controller.go:470] Built service openshift-ingress-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0518 07:03:43.522670 3428 services_controller.go:471] Built service openshift-ingress-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:43.522681 3428 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.54.249", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:43.522702 3428 services_controller.go:478] Built service openshift-ingress-operator/metrics per-node LB for network=default: []services.LB{} I0518 07:03:43.522636 3428 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"} I0518 07:03:43.522522 3428 services_controller.go:477] Built service default/packageserver cluster-wide LB for network=default: []services.LB{} I0518 07:03:43.522714 3428 services_controller.go:479] Built service openshift-ingress-operator/metrics template LB for network=default: []services.LB{} I0518 07:03:43.522694 3428 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.28.167:5000:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2739035105}] I0518 07:03:43.522716 3428 services_controller.go:386] Finished syncing service router-internal-default on namespace openshift-ingress for network=default : 986.676µs I0518 07:03:43.522726 3428 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 I0518 07:03:43.522729 3428 services_controller.go:382] Processing sync for service default/openshift-apiserver for network=default I0518 07:03:43.522724 3428 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-2-232.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.234.211", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.3.190", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-2-232.ec2.internal"}, Routers:[]string{"GR_ip-10-0-2-232.ec2.internal"}, Groups:[]string(nil)}} I0518 07:03:43.522740 3428 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.54.249", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:43.522748 3428 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:u2739035105}]}}] Timeout: Where:[where column _uuid == {4ca90251-2d38-4486-ba63-bda06c79a475}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:43.522760 3428 services_controller.go:479] Built service default/packageserver template LB for network=default: []services.LB{} I0518 07:03:43.522736 3428 services_controller.go:460] Service default/openshift-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-apiserver default ac9746a6-526c-4ef9-958f-d50292ac9660 1628 0 2026-05-18 06:51:41 +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.79.161,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.79.161],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:43.522772 3428 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 I0518 07:03:43.522790 3428 lb_config.go:1030] Cluster endpoints for default/openshift-apiserver for network=default are: map[TCP/https:{443 [172.30.125.252] []}] I0518 07:03:43.522769 3428 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.28.167:5000:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2739035105} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u2739035105}]}}] Timeout: Where:[where column _uuid == {4ca90251-2d38-4486-ba63-bda06c79a475}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:43.522784 3428 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-2-232.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.234.211", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.3.190", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-2-232.ec2.internal"}, Routers:[]string{"GR_ip-10-0-2-232.ec2.internal"}, Groups:[]string(nil)}} I0518 07:03:43.522805 3428 services_controller.go:469] Built service default/openshift-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0518 07:03:43.522901 3428 services_controller.go:470] Built service default/openshift-apiserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.79.161"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.125.252"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0518 07:03:43.522915 3428 services_controller.go:471] Built service default/openshift-apiserver LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:43.522905 3428 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-2-232.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.234.211:443:172.30.3.190:443]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2739035106}] I0518 07:03:43.522981 3428 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:u2739035106}]}}] Timeout: Where:[where column _uuid == {de7a1293-10df-480d-a753-2f164bf0c46c}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:43.522937 3428 services_controller.go:477] Built service default/openshift-apiserver cluster-wide LB for network=default: []services.LB{} I0518 07:03:43.523016 3428 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-2-232.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.79.161", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.125.252", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-2-232.ec2.internal"}, Routers:[]string{"GR_ip-10-0-2-232.ec2.internal"}, Groups:[]string(nil)}} I0518 07:03:43.523044 3428 services_controller.go:479] Built service default/openshift-apiserver template LB for network=default: []services.LB{} I0518 07:03:43.523052 3428 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 I0518 07:03:43.523045 3428 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"} I0518 07:03:43.523043 3428 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:u2739035106}]}}] Timeout: Where:[where column _uuid == {71004f92-efd5-4a59-b9ab-2204fecc6bf3}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:43.523065 3428 services_controller.go:386] Finished syncing service ingress-canary on namespace openshift-ingress-canary for network=default : 877.544µs I0518 07:03:43.523081 3428 services_controller.go:382] Processing sync for service openshift-cluster-machine-approver/machine-approver for network=default I0518 07:03:43.523064 3428 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-2-232.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.79.161", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.125.252", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-2-232.ec2.internal"}, Routers:[]string{"GR_ip-10-0-2-232.ec2.internal"}, Groups:[]string(nil)}} I0518 07:03:43.523092 3428 services_controller.go:386] Finished syncing service machine-approver on namespace openshift-cluster-machine-approver for network=default : 10.261µs I0518 07:03:43.523103 3428 services_controller.go:382] Processing sync for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0518 07:03:43.523071 3428 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-2-232.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.234.211:443:172.30.3.190:443]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2739035106} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u2739035106}]}}] Timeout: Where:[where column _uuid == {de7a1293-10df-480d-a753-2f164bf0c46c}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u2739035106}]}}] Timeout: Where:[where column _uuid == {71004f92-efd5-4a59-b9ab-2204fecc6bf3}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:43.523133 3428 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-2-232.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.79.161:443:172.30.125.252:443]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2739035107}] I0518 07:03:43.523115 3428 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 43836cd7-85a3-48a9-8d8d-b6dee2944b79 1027 0 2026-05-18 06:51:28 +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 20d3542f-9543-4161-a8e9-65ad7732453d 0xc004fefa57 }] [] []},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.147.128,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.147.128],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:43.523199 3428 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:u2739035107}]}}] Timeout: Where:[where column _uuid == {de7a1293-10df-480d-a753-2f164bf0c46c}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:43.523221 3428 lb_config.go:1030] Cluster endpoints for openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default are: map[] I0518 07:03:43.523241 3428 duration.go:449] Config duration recorder: kind/namespace/name service/openshift-cluster-machine-approver/machine-approver. OVN-Kubernetes controller took 0.106448954 seconds. No OVN measurement. I0518 07:03:43.523239 3428 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.147.128"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0518 07:03:43.523261 3428 services_controller.go:470] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0518 07:03:43.523271 3428 services_controller.go:471] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:43.523282 3428 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"} I0518 07:03:43.523300 3428 services_controller.go:386] Finished syncing service image-registry on namespace openshift-image-registry for network=default : 1.067637ms I0518 07:03:43.523289 3428 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.147.128", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:43.523314 3428 services_controller.go:382] Processing sync for service openshift-cluster-version/cluster-version-operator for network=default I0518 07:03:43.523317 3428 services_controller.go:478] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics per-node LB for network=default: []services.LB{} I0518 07:03:43.523329 3428 services_controller.go:479] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics template LB for network=default: []services.LB{} I0518 07:03:43.523326 3428 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:u2739035107}]}}] Timeout: Where:[where column _uuid == {71004f92-efd5-4a59-b9ab-2204fecc6bf3}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:43.523342 3428 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 I0518 07:03:43.523326 3428 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.54.249:9393:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2739035108}] I0518 07:03:43.523354 3428 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.147.128", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:43.523379 3428 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:u2739035108}]}}] Timeout: Where:[where column _uuid == {4ca90251-2d38-4486-ba63-bda06c79a475}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:43.523352 3428 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-2-232.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.79.161:443:172.30.125.252:443]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2739035107} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u2739035107}]}}] Timeout: Where:[where column _uuid == {de7a1293-10df-480d-a753-2f164bf0c46c}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u2739035107}]}}] Timeout: Where:[where column _uuid == {71004f92-efd5-4a59-b9ab-2204fecc6bf3}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:43.523323 3428 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 df33e34d-c681-4434-8bc6-ae2f3860cd95 505 0 2026-05-18 06:51:02 +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.186.32,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.186.32],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:43.523405 3428 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.54.249:9393:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2739035108} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u2739035108}]}}] Timeout: Where:[where column _uuid == {4ca90251-2d38-4486-ba63-bda06c79a475}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:43.523420 3428 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.147.128:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2739035109}] I0518 07:03:43.523450 3428 lb_config.go:1030] Cluster endpoints for openshift-cluster-version/cluster-version-operator for network=default are: map[] I0518 07:03:43.523464 3428 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.186.32"}, 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}} I0518 07:03:43.523482 3428 services_controller.go:470] Built service openshift-cluster-version/cluster-version-operator LB per-node configs for network=default: []services.lbConfig(nil) I0518 07:03:43.523474 3428 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:u2739035109}]}}] Timeout: Where:[where column _uuid == {4ca90251-2d38-4486-ba63-bda06c79a475}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:43.523492 3428 services_controller.go:471] Built service openshift-cluster-version/cluster-version-operator LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:43.523509 3428 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.186.32", Port:9099, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:43.523498 3428 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.147.128:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2739035109} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u2739035109}]}}] Timeout: Where:[where column _uuid == {4ca90251-2d38-4486-ba63-bda06c79a475}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:43.523539 3428 services_controller.go:478] Built service openshift-cluster-version/cluster-version-operator per-node LB for network=default: []services.LB{} I0518 07:03:43.523550 3428 services_controller.go:479] Built service openshift-cluster-version/cluster-version-operator template LB for network=default: []services.LB{} I0518 07:03:43.523561 3428 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 I0518 07:03:43.523575 3428 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.186.32", Port:9099, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:43.523676 3428 loadbalancer.go:305] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"default/packageserver"} I0518 07:03:43.523692 3428 services_controller.go:386] Finished syncing service packageserver on namespace default for network=default : 1.752773ms I0518 07:03:43.523707 3428 services_controller.go:382] Processing sync for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0518 07:03:43.523698 3428 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.186.32:9099:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2739035110}] I0518 07:03:43.523719 3428 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 dca97dce-0d61-426a-81a9-436a18a5eec0 2130 0 2026-05-18 06:51:56 +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 20d3542f-9543-4161-a8e9-65ad7732453d 0xc007bb2607 }] [] []},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.4.220,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.4.220],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:43.523765 3428 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:u2739035110}]}}] Timeout: Where:[where column _uuid == {4ca90251-2d38-4486-ba63-bda06c79a475}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:43.523793 3428 lb_config.go:1030] Cluster endpoints for openshift-kube-storage-version-migrator-operator/metrics for network=default are: map[] I0518 07:03:43.523809 3428 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.4.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}} I0518 07:03:43.523788 3428 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.186.32:9099:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2739035110} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u2739035110}]}}] Timeout: Where:[where column _uuid == {4ca90251-2d38-4486-ba63-bda06c79a475}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:43.523828 3428 services_controller.go:470] Built service openshift-kube-storage-version-migrator-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0518 07:03:43.523841 3428 services_controller.go:471] Built service openshift-kube-storage-version-migrator-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:43.523861 3428 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.4.220", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:43.523901 3428 services_controller.go:478] Built service openshift-kube-storage-version-migrator-operator/metrics per-node LB for network=default: []services.LB{} I0518 07:03:43.523914 3428 services_controller.go:479] Built service openshift-kube-storage-version-migrator-operator/metrics template LB for network=default: []services.LB{} I0518 07:03:43.523926 3428 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 I0518 07:03:43.523943 3428 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.4.220", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:43.523988 3428 loadbalancer.go:305] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"default/openshift-apiserver"} I0518 07:03:43.524005 3428 services_controller.go:386] Finished syncing service openshift-apiserver on namespace default for network=default : 1.275579ms I0518 07:03:43.524016 3428 services_controller.go:382] Processing sync for service openshift-ingress/router-default for network=default I0518 07:03:43.524004 3428 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.4.220:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2739035111}] I0518 07:03:43.524065 3428 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:u2739035111}]}}] Timeout: Where:[where column _uuid == {4ca90251-2d38-4486-ba63-bda06c79a475}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:43.524023 3428 services_controller.go:460] Service openshift-ingress/router-default retrieved from lister for network=default: &Service{ObjectMeta:{router-default openshift-ingress 9478d9a3-e46d-459d-b711-4de75b579e31 2549 0 2026-05-18 06:51:55 +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=2qc6e4rqab9epl0osrq0g71h7qec7g8k,api.openshift.com/legal-entity-id=2h8L52xc1VHB4xLFE2YyPmAjYjI,api.openshift.com/name=kx-62e28e5166,cluster-type=rosa-hcp,creation-date=2026-05-18,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 8d3b9d3e-785e-4691-8078-b859a51c6205 0xc007bb22e7 }] [service.kubernetes.io/load-balancer-cleanup] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:http,Protocol:TCP,Port:80,TargetPort:{1 0 http},NodePort:30744,AppProtocol:nil,},ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{1 0 https},NodePort:30946,AppProtocol:nil,},},Selector:map[string]string{ingresscontroller.operator.openshift.io/deployment-ingresscontroller: default,},ClusterIP:172.30.211.2,Type:LoadBalancer,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:Local,HealthCheckNodePort:31515,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.211.2],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:*true,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{LoadBalancerIngress{IP:,Hostname:a9478d9a3e46d459db7114de75b579e3-8a75a27c4df024c0.elb.us-east-1.amazonaws.com,IPMode:nil,Ports:[]PortStatus{},},},},Conditions:[]Condition{},},} I0518 07:03:43.524115 3428 lb_config.go:1030] Cluster endpoints for openshift-ingress/router-default for network=default are: map[] I0518 07:03:43.524130 3428 lb_config.go:1053] Local endpoints for openshift-ingress/router-default for network=default are: map[] I0518 07:03:43.524143 3428 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.211.2"}, 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.211.2"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0518 07:03:43.524159 3428 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:30744, 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:30946, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:true, internalTrafficLocal:false, hasNodePort:true}} I0518 07:03:43.524163 3428 loadbalancer.go:305] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-ingress-operator/metrics"} I0518 07:03:43.524170 3428 services_controller.go:471] Built service openshift-ingress/router-default LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:43.524176 3428 services_controller.go:386] Finished syncing service metrics on namespace openshift-ingress-operator for network=default : 1.827369ms I0518 07:03:43.524190 3428 services_controller.go:382] Processing sync for service openshift-network-console/networking-console-plugin for network=default I0518 07:03:43.524189 3428 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.211.2", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.211.2", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:43.524222 3428 services_controller.go:478] Built service openshift-ingress/router-default per-node LB for network=default: []services.LB{} I0518 07:03:43.524235 3428 services_controller.go:479] Built service openshift-ingress/router-default template LB for network=default: []services.LB{} I0518 07:03:43.524198 3428 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 0c665839-7c72-43e0-ad8b-48e93186718e 4193 0 2026-05-18 06:52:25 +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 58d6eed3-8eec-4383-a325-4bb95cbbc27d 0xc007bb299e 0xc007bb299f}] [] []},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.209.142,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.209.142],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:43.524248 3428 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 I0518 07:03:43.524264 3428 lb_config.go:1030] Cluster endpoints for openshift-network-console/networking-console-plugin for network=default are: map[] I0518 07:03:43.524262 3428 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.211.2", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.211.2", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:43.524278 3428 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.209.142"}, 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}} I0518 07:03:43.524289 3428 services_controller.go:470] Built service openshift-network-console/networking-console-plugin LB per-node configs for network=default: []services.lbConfig(nil) I0518 07:03:43.524296 3428 services_controller.go:471] Built service openshift-network-console/networking-console-plugin LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:43.524086 3428 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.4.220:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2739035111} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u2739035111}]}}] Timeout: Where:[where column _uuid == {4ca90251-2d38-4486-ba63-bda06c79a475}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:43.524308 3428 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.209.142", Port:9443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:43.524336 3428 services_controller.go:478] Built service openshift-network-console/networking-console-plugin per-node LB for network=default: []services.LB{} I0518 07:03:43.524348 3428 services_controller.go:479] Built service openshift-network-console/networking-console-plugin template LB for network=default: []services.LB{} I0518 07:03:43.524331 3428 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.211.2:443: 172.30.211.2:80:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2739035112}] I0518 07:03:43.524363 3428 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 I0518 07:03:43.524377 3428 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.209.142", Port:9443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:43.524435 3428 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.209.142:9443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2739035113}] I0518 07:03:43.524464 3428 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:u2739035112}]}}] Timeout: Where:[where column _uuid == {4ca90251-2d38-4486-ba63-bda06c79a475}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:43.524476 3428 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:u2739035113}]}}] Timeout: Where:[where column _uuid == {4ca90251-2d38-4486-ba63-bda06c79a475}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:43.524492 3428 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.209.142:9443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2739035113} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u2739035113}]}}] Timeout: Where:[where column _uuid == {4ca90251-2d38-4486-ba63-bda06c79a475}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:43.524493 3428 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.211.2:443: 172.30.211.2:80:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2739035112} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u2739035112}]}}] Timeout: Where:[where column _uuid == {4ca90251-2d38-4486-ba63-bda06c79a475}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:43.524527 3428 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"} I0518 07:03:43.524542 3428 services_controller.go:386] Finished syncing service cluster-storage-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 1.437802ms I0518 07:03:43.524558 3428 services_controller.go:382] Processing sync for service openshift-service-ca-operator/metrics for network=default I0518 07:03:43.524571 3428 services_controller.go:460] Service openshift-service-ca-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-service-ca-operator 034f48c2-0f57-4ede-a3a5-66ba0fa79e5a 924 0 2026-05-18 06:51:26 +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 20d3542f-9543-4161-a8e9-65ad7732453d 0xc007bb2c87 }] [] []},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.2.216,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.2.216],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:43.524648 3428 lb_config.go:1030] Cluster endpoints for openshift-service-ca-operator/metrics for network=default are: map[] I0518 07:03:43.524663 3428 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.2.216"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0518 07:03:43.524677 3428 services_controller.go:470] Built service openshift-service-ca-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0518 07:03:43.524683 3428 services_controller.go:471] Built service openshift-service-ca-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:43.524671 3428 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"} I0518 07:03:43.524695 3428 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.2.216", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:43.524706 3428 services_controller.go:386] Finished syncing service cluster-version-operator on namespace openshift-cluster-version for network=default : 1.389097ms I0518 07:03:43.524712 3428 services_controller.go:478] Built service openshift-service-ca-operator/metrics per-node LB for network=default: []services.LB{} I0518 07:03:43.524722 3428 services_controller.go:382] Processing sync for service openshift-cloud-credential-operator/cco-metrics for network=default I0518 07:03:43.524723 3428 services_controller.go:479] Built service openshift-service-ca-operator/metrics template LB for network=default: []services.LB{} I0518 07:03:43.524735 3428 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 I0518 07:03:43.524743 3428 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"} I0518 07:03:43.524757 3428 services_controller.go:386] Finished syncing service metrics on namespace openshift-kube-storage-version-migrator-operator for network=default : 1.050253ms I0518 07:03:43.524754 3428 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.2.216", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:43.524733 3428 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 32ca9b9a-6193-4543-9518-a928818508d9 1166 0 2026-05-18 06:51:32 +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 20d3542f-9543-4161-a8e9-65ad7732453d 0xc004fef73b }] [] []},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.1.222,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.1.222],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:43.524817 3428 lb_config.go:1030] Cluster endpoints for openshift-cloud-credential-operator/cco-metrics for network=default are: map[] I0518 07:03:43.524814 3428 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.2.216:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2739035114}] I0518 07:03:43.524835 3428 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.1.222"}, 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}} I0518 07:03:43.524770 3428 services_controller.go:382] Processing sync for service openshift-machine-config-operator/machine-config-controller for network=default I0518 07:03:43.524850 3428 services_controller.go:470] Built service openshift-cloud-credential-operator/cco-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0518 07:03:43.524861 3428 services_controller.go:471] Built service openshift-cloud-credential-operator/cco-metrics LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:43.524856 3428 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 39416ecb-abb0-4789-add2-672a3461ae8a 854 0 2026-05-18 06:51:24 +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 20d3542f-9543-4161-a8e9-65ad7732453d 0xc007bb268b }] [] []},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.58.230,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.58.230],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:43.524943 3428 lb_config.go:1030] Cluster endpoints for openshift-machine-config-operator/machine-config-controller for network=default are: map[] I0518 07:03:43.524932 3428 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:u2739035114}]}}] Timeout: Where:[where column _uuid == {4ca90251-2d38-4486-ba63-bda06c79a475}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:43.524948 3428 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"} I0518 07:03:43.524953 3428 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.58.230"}, 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}} I0518 07:03:43.524961 3428 services_controller.go:386] Finished syncing service networking-console-plugin on namespace openshift-network-console for network=default : 771.141µs I0518 07:03:43.524975 3428 services_controller.go:382] Processing sync for service openshift-apiserver-operator/metrics for network=default I0518 07:03:43.524955 3428 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.2.216:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2739035114} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u2739035114}]}}] Timeout: Where:[where column _uuid == {4ca90251-2d38-4486-ba63-bda06c79a475}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:43.524963 3428 services_controller.go:470] Built service openshift-machine-config-operator/machine-config-controller LB per-node configs for network=default: []services.lbConfig(nil) I0518 07:03:43.524989 3428 services_controller.go:460] Service openshift-apiserver-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-apiserver-operator ed2ef0b5-af6b-494d-bb83-6c5785930173 1059 0 2026-05-18 06:51:29 +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 20d3542f-9543-4161-a8e9-65ad7732453d 0xc004fef51f }] [] []},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.253.87,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.253.87],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:43.525044 3428 services_controller.go:471] Built service openshift-machine-config-operator/machine-config-controller LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:43.525065 3428 lb_config.go:1030] Cluster endpoints for openshift-apiserver-operator/metrics for network=default are: map[] I0518 07:03:43.525063 3428 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.58.230", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:43.525082 3428 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.253.87"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0518 07:03:43.525091 3428 services_controller.go:478] Built service openshift-machine-config-operator/machine-config-controller per-node LB for network=default: []services.LB{} I0518 07:03:43.525097 3428 services_controller.go:470] Built service openshift-apiserver-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0518 07:03:43.525104 3428 services_controller.go:479] Built service openshift-machine-config-operator/machine-config-controller template LB for network=default: []services.LB{} I0518 07:03:43.524879 3428 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.1.222", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:43.525107 3428 services_controller.go:471] Built service openshift-apiserver-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:43.525115 3428 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 I0518 07:03:43.525120 3428 services_controller.go:478] Built service openshift-cloud-credential-operator/cco-metrics per-node LB for network=default: []services.LB{} I0518 07:03:43.525131 3428 services_controller.go:479] Built service openshift-cloud-credential-operator/cco-metrics template LB for network=default: []services.LB{} I0518 07:03:43.525138 3428 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 I0518 07:03:43.525126 3428 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.253.87", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:43.525130 3428 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.58.230", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:43.525153 3428 services_controller.go:478] Built service openshift-apiserver-operator/metrics per-node LB for network=default: []services.LB{} I0518 07:03:43.525165 3428 services_controller.go:479] Built service openshift-apiserver-operator/metrics template LB for network=default: []services.LB{} I0518 07:03:43.525180 3428 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 I0518 07:03:43.525196 3428 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.253.87", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:43.525246 3428 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.58.230:9001:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2739035115}] I0518 07:03:43.525269 3428 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.253.87:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2739035116}] I0518 07:03:43.525290 3428 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:u2739035115}]}}] Timeout: Where:[where column _uuid == {4ca90251-2d38-4486-ba63-bda06c79a475}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:43.525146 3428 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.1.222", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:43.525310 3428 loadbalancer.go:305] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-ingress/router-default"} I0518 07:03:43.525328 3428 services_controller.go:386] Finished syncing service router-default on namespace openshift-ingress for network=default : 1.310472ms I0518 07:03:43.525311 3428 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.58.230:9001:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2739035115} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u2739035115}]}}] Timeout: Where:[where column _uuid == {4ca90251-2d38-4486-ba63-bda06c79a475}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:43.525346 3428 services_controller.go:382] Processing sync for service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0518 07:03:43.525354 3428 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"} I0518 07:03:43.525375 3428 services_controller.go:386] Finished syncing service metrics on namespace openshift-service-ca-operator for network=default : 816.897µs I0518 07:03:43.525388 3428 services_controller.go:382] Processing sync for service openshift-cluster-samples-operator/metrics for network=default I0518 07:03:43.525399 3428 services_controller.go:386] Finished syncing service metrics on namespace openshift-cluster-samples-operator for network=default : 11.378µs I0518 07:03:43.525386 3428 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:u2739035116}]}}] Timeout: Where:[where column _uuid == {4ca90251-2d38-4486-ba63-bda06c79a475}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:43.525408 3428 services_controller.go:382] Processing sync for service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0518 07:03:43.525356 3428 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 cd637122-699d-4163-97f1-a77f198a4a07 1482 0 2026-05-18 06:51:40 +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 20d3542f-9543-4161-a8e9-65ad7732453d 0xc004fef92f }] [] []},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.224.87,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.224.87],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:43.525414 3428 services_controller.go:386] Finished syncing service ovn-kubernetes-node on namespace openshift-ovn-kubernetes for network=default : 6.659µs I0518 07:03:43.525424 3428 services_controller.go:382] Processing sync for service openshift-monitoring/cluster-monitoring-operator for network=default I0518 07:03:43.525410 3428 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.1.222:8443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2739035117}] I0518 07:03:43.525430 3428 services_controller.go:386] Finished syncing service cluster-monitoring-operator on namespace openshift-monitoring for network=default : 7.743µs I0518 07:03:43.525435 3428 lb_config.go:1030] Cluster endpoints for openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default are: map[] I0518 07:03:43.525438 3428 services_controller.go:382] Processing sync for service openshift-multus/network-metrics-service for network=default I0518 07:03:43.525445 3428 services_controller.go:386] Finished syncing service network-metrics-service on namespace openshift-multus for network=default : 6.972µs I0518 07:03:43.525413 3428 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.253.87:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2739035116} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u2739035116}]}}] Timeout: Where:[where column _uuid == {4ca90251-2d38-4486-ba63-bda06c79a475}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:43.525445 3428 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.224.87"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0518 07:03:43.525453 3428 services_controller.go:382] Processing sync for service openshift-network-operator/metrics for network=default I0518 07:03:43.525455 3428 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) I0518 07:03:43.525449 3428 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:u2739035117}]}}] Timeout: Where:[where column _uuid == {4ca90251-2d38-4486-ba63-bda06c79a475}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:43.525460 3428 services_controller.go:386] Finished syncing service metrics on namespace openshift-network-operator for network=default : 7.411µs I0518 07:03:43.525462 3428 services_controller.go:471] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:43.525467 3428 services_controller.go:382] Processing sync for service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0518 07:03:43.525473 3428 services_controller.go:386] Finished syncing service node-tuning-operator on namespace openshift-cluster-node-tuning-operator for network=default : 5.833µs I0518 07:03:43.525477 3428 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.224.87", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:43.525515 3428 services_controller.go:478] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service per-node LB for network=default: []services.LB{} I0518 07:03:43.525525 3428 services_controller.go:479] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service template LB for network=default: []services.LB{} I0518 07:03:43.525534 3428 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 I0518 07:03:43.525543 3428 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.224.87", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:43.525466 3428 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.1.222:8443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2739035117} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u2739035117}]}}] Timeout: Where:[where column _uuid == {4ca90251-2d38-4486-ba63-bda06c79a475}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:43.525595 3428 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.224.87:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2739035118}] I0518 07:03:43.525633 3428 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:u2739035118}]}}] Timeout: Where:[where column _uuid == {4ca90251-2d38-4486-ba63-bda06c79a475}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:43.525649 3428 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.224.87:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2739035118} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u2739035118}]}}] Timeout: Where:[where column _uuid == {4ca90251-2d38-4486-ba63-bda06c79a475}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:43.525803 3428 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"} I0518 07:03:43.525819 3428 services_controller.go:386] Finished syncing service machine-config-controller on namespace openshift-machine-config-operator for network=default : 1.049116ms I0518 07:03:43.526024 3428 loadbalancer.go:305] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-apiserver-operator/metrics"} I0518 07:03:43.526038 3428 services_controller.go:386] Finished syncing service metrics on namespace openshift-apiserver-operator for network=default : 1.063428ms I0518 07:03:43.526207 3428 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"} I0518 07:03:43.526220 3428 services_controller.go:386] Finished syncing service cco-metrics on namespace openshift-cloud-credential-operator for network=default : 1.500226ms I0518 07:03:43.526528 3428 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"} I0518 07:03:43.526540 3428 services_controller.go:386] Finished syncing service performance-addon-operator-service on namespace openshift-cluster-node-tuning-operator for network=default : 1.195353ms I0518 07:03:43.538173 3428 pod.go:62] [openshift-network-diagnostics/network-check-target-grcpm] pod update took 19.750766ms I0518 07:03:43.538182 3428 pod.go:62] [openshift-multus/network-metrics-daemon-zzhmd] pod update took 20.098811ms I0518 07:03:43.538192 3428 base_network_controller_pods.go:928] [default/openshift-network-diagnostics/network-check-target-grcpm] addLogicalPort annotation time took 19.772656ms I0518 07:03:43.538195 3428 base_network_controller_pods.go:928] [default/openshift-multus/network-metrics-daemon-zzhmd] addLogicalPort annotation time took 20.115904ms I0518 07:03:43.538239 3428 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-multus pod:true]} name:openshift-multus_network-metrics-daemon-zzhmd options:{GoMap:map[iface-id-ver:22f6f349-53aa-4d8a-b03c-282ec58f47a1 requested-chassis:ip-10-0-2-232.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:u2739035120}] I0518 07:03:43.538245 3428 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-network-diagnostics pod:true]} name:openshift-network-diagnostics_network-check-target-grcpm options:{GoMap:map[iface-id-ver:e703e535-aa19-4bb4-a18d-b2cc7d99127d requested-chassis:ip-10-0-2-232.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:u2739035119}] I0518 07:03:43.538282 3428 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:u2739035120}]}}] Timeout: Where:[where column _uuid == {de7a1293-10df-480d-a753-2f164bf0c46c}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:43.538295 3428 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:u2739035119}]}}] Timeout: Where:[where column _uuid == {de7a1293-10df-480d-a753-2f164bf0c46c}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:43.538329 3428 address_set.go:576] (u2739035028/default-network-controller:Namespace:openshift-multus:v4/a13687770890520536676) adding Addresses ([10.129.0.3]) to address set I0518 07:03:43.538332 3428 address_set.go:576] (u2739034950/default-network-controller:Namespace:openshift-network-diagnostics:v4/a1966919964212966539) adding Addresses ([10.129.0.4]) to address set I0518 07:03:43.538357 3428 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 == {4c53f489-ce66-40bc-a8fa-78ea0ab8b2c6}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:43.538370 3428 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 == {7f002d05-6fb6-4963-9acf-71b43eceeffe}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:43.538395 3428 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:u2739035119}]}}] Timeout: Where:[where column _uuid == {0a514cbf-3e5d-4da2-881c-951bd2628c2d}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:43.538415 3428 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:u2739035120}]}}] Timeout: Where:[where column _uuid == {5d32a19a-a40e-470c-a34a-1bb8c3fb05da}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:43.538503 3428 model_client.go:374] Create operations generated as: [{Op:insert Table:NAT Row:map[external_ip:10.0.2.232 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:u2739035121}] I0518 07:03:43.538546 3428 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:u2739035121}]}}] Timeout: Where:[where column _uuid == {71004f92-efd5-4a59-b9ab-2204fecc6bf3}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:43.538556 3428 model_client.go:374] Create operations generated as: [{Op:insert Table:NAT Row:map[external_ip:10.0.2.232 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:u2739035122}] I0518 07:03:43.538597 3428 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:u2739035122}]}}] Timeout: Where:[where column _uuid == {71004f92-efd5-4a59-b9ab-2204fecc6bf3}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:43.538566 3428 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-network-diagnostics pod:true]} name:openshift-network-diagnostics_network-check-target-grcpm options:{GoMap:map[iface-id-ver:e703e535-aa19-4bb4-a18d-b2cc7d99127d requested-chassis:ip-10-0-2-232.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:u2739035119} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2739035119}]}}] Timeout: Where:[where column _uuid == {de7a1293-10df-480d-a753-2f164bf0c46c}] 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 == {4c53f489-ce66-40bc-a8fa-78ea0ab8b2c6}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2739035119}]}}] Timeout: Where:[where column _uuid == {0a514cbf-3e5d-4da2-881c-951bd2628c2d}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:insert Table:NAT Row:map[external_ip:10.0.2.232 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:u2739035121} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:nat Mutator:insert Value:{GoSet:[{GoUUID:u2739035121}]}}] Timeout: Where:[where column _uuid == {71004f92-efd5-4a59-b9ab-2204fecc6bf3}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:43.538614 3428 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-multus pod:true]} name:openshift-multus_network-metrics-daemon-zzhmd options:{GoMap:map[iface-id-ver:22f6f349-53aa-4d8a-b03c-282ec58f47a1 requested-chassis:ip-10-0-2-232.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:u2739035120} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2739035120}]}}] Timeout: Where:[where column _uuid == {de7a1293-10df-480d-a753-2f164bf0c46c}] 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 == {7f002d05-6fb6-4963-9acf-71b43eceeffe}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2739035120}]}}] Timeout: Where:[where column _uuid == {5d32a19a-a40e-470c-a34a-1bb8c3fb05da}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:insert Table:NAT Row:map[external_ip:10.0.2.232 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:u2739035122} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:nat Mutator:insert Value:{GoSet:[{GoUUID:u2739035122}]}}] Timeout: Where:[where column _uuid == {71004f92-efd5-4a59-b9ab-2204fecc6bf3}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:43.539252 3428 port_cache.go:96] port-cache(openshift-network-diagnostics_network-check-target-grcpm): added port &{name:openshift-network-diagnostics_network-check-target-grcpm uuid:51ed8762-b934-49e5-a079-4977eb08e7c7 logicalSwitch:ip-10-0-2-232.ec2.internal ips:[0xc009194810] 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 I0518 07:03:43.539275 3428 pods.go:253] [openshift-network-diagnostics/network-check-target-grcpm] addLogicalPort took 21.000936ms, libovsdb time 678.537µs I0518 07:03:43.539283 3428 obj_retry.go:548] Creating *v1.Pod openshift-network-diagnostics/network-check-target-grcpm took: 21.034245ms I0518 07:03:43.539288 3428 default_network_controller.go:705] Recording success event on pod openshift-network-diagnostics/network-check-target-grcpm I0518 07:03:43.539510 3428 port_cache.go:96] port-cache(openshift-multus_network-metrics-daemon-zzhmd): added port &{name:openshift-multus_network-metrics-daemon-zzhmd uuid:073ca729-89ed-42ad-b025-40733f72c479 logicalSwitch:ip-10-0-2-232.ec2.internal ips:[0xc009224f30] 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 I0518 07:03:43.539533 3428 pods.go:253] [openshift-multus/network-metrics-daemon-zzhmd] addLogicalPort took 21.542181ms, libovsdb time 886.145µs I0518 07:03:43.539546 3428 obj_retry.go:548] Creating *v1.Pod openshift-multus/network-metrics-daemon-zzhmd took: 22.222155ms I0518 07:03:43.539555 3428 default_network_controller.go:705] Recording success event on pod openshift-multus/network-metrics-daemon-zzhmd I0518 07:03:43.539573 3428 factory.go:1366] Added *v1.Pod event handler 3 I0518 07:03:43.539597 3428 admin_network_policy_controller.go:135] Setting up event handlers for Admin Network Policy I0518 07:03:43.539598 3428 obj_retry.go:565] Update event received for resource *v1.Pod, old object is equal to new: false I0518 07:03:43.539611 3428 default_network_controller.go:676] Recording update event on pod openshift-network-diagnostics/network-check-target-grcpm I0518 07:03:43.539612 3428 obj_retry.go:565] Update event received for resource *v1.Pod, old object is equal to new: false I0518 07:03:43.539620 3428 default_network_controller.go:676] Recording update event on pod openshift-multus/network-metrics-daemon-zzhmd I0518 07:03:43.539626 3428 obj_retry.go:617] Update event received for *v1.Pod openshift-network-diagnostics/network-check-target-grcpm I0518 07:03:43.539631 3428 obj_retry.go:617] Update event received for *v1.Pod openshift-multus/network-metrics-daemon-zzhmd I0518 07:03:43.539654 3428 ovn.go:135] Ensuring zone local for Pod openshift-multus/network-metrics-daemon-zzhmd in node ip-10-0-2-232.ec2.internal I0518 07:03:43.539668 3428 default_network_controller.go:705] Recording success event on pod openshift-multus/network-metrics-daemon-zzhmd I0518 07:03:43.539654 3428 ovn.go:135] Ensuring zone local for Pod openshift-network-diagnostics/network-check-target-grcpm in node ip-10-0-2-232.ec2.internal I0518 07:03:43.539673 3428 obj_retry.go:431] periodicallyRetryResources: Retry channel got triggered: retrying failed objects of type *v1.Pod I0518 07:03:43.539680 3428 default_network_controller.go:705] Recording success event on pod openshift-network-diagnostics/network-check-target-grcpm I0518 07:03:43.539680 3428 admin_network_policy_controller.go:153] Setting up event handlers for Baseline Admin Network Policy I0518 07:03:43.539682 3428 obj_retry.go:406] Going to retry *v1.Pod resource setup for 2 objects: [openshift-network-diagnostics/network-check-target-5gq8p openshift-multus/network-metrics-daemon-zdm7g] I0518 07:03:43.539697 3428 obj_retry.go:415] Waiting for all the *v1.Pod retry setup to complete in iterateRetryResources I0518 07:03:43.539714 3428 obj_retry.go:281] Attempting retry of *v1.Pod openshift-network-diagnostics/network-check-target-5gq8p before timer (time: 2026-05-18 07:03:44.518403774 +0000 UTC m=+3.033190855): skip I0518 07:03:43.539717 3428 obj_retry.go:281] Attempting retry of *v1.Pod openshift-multus/network-metrics-daemon-zdm7g before timer (time: 2026-05-18 07:03:44.72627141 +0000 UTC m=+3.241058480): skip I0518 07:03:43.539727 3428 admin_network_policy_controller.go:170] Setting up event handlers for Namespaces in Admin Network Policy controller I0518 07:03:43.539736 3428 obj_retry.go:417] Function iterateRetryResources for *v1.Pod ended (in 52.545µs) I0518 07:03:43.539807 3428 admin_network_policy_controller.go:186] Setting up event handlers for Pods in Admin Network Policy controller I0518 07:03:43.539899 3428 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-controller-manager I0518 07:03:43.539911 3428 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller kube-system I0518 07:03:43.539917 3428 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-cloud-credential-operator I0518 07:03:43.539921 3428 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-cluster-version I0518 07:03:43.539925 3428 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-console-operator I0518 07:03:43.539928 3428 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-ingress I0518 07:03:43.539932 3428 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-multus I0518 07:03:43.539935 3428 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-must-gather-operator I0518 07:03:43.539939 3428 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-backplane-managed-scripts I0518 07:03:43.539945 3428 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-backplane-srep I0518 07:03:43.539949 3428 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-backplane-srep-ro I0518 07:03:43.539953 3428 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-monitoring I0518 07:03:43.539957 3428 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-route-controller-manager I0518 07:03:43.539961 3428 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-machine-api I0518 07:03:43.539985 3428 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-ovn-kubernetes I0518 07:03:43.539996 3428 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-package-operator I0518 07:03:43.540000 3428 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-backplane-tam I0518 07:03:43.540007 3428 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-config-operator I0518 07:03:43.540011 3428 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-kube-controller-manager-operator I0518 07:03:43.540018 3428 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-host-network I0518 07:03:43.540022 3428 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-kube-controller-manager I0518 07:03:43.540027 3428 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-cloud-controller-manager I0518 07:03:43.540031 3428 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-console I0518 07:03:43.540036 3428 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-console-user-settings I0518 07:03:43.540040 3428 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-kube-scheduler I0518 07:03:43.540043 3428 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-kube-scheduler-operator I0518 07:03:43.540047 3428 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-operators-redhat I0518 07:03:43.540053 3428 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-authentication I0518 07:03:43.540058 3428 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-cluster-samples-operator I0518 07:03:43.540062 3428 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-customer-monitoring I0518 07:03:43.540066 3428 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-cluster-machine-approver I0518 07:03:43.540069 3428 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-dns I0518 07:03:43.540073 3428 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-infra I0518 07:03:43.540077 3428 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-service-ca-operator I0518 07:03:43.540081 3428 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller default I0518 07:03:43.540084 3428 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller kube-public I0518 07:03:43.540088 3428 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-backplane-cee I0518 07:03:43.540091 3428 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-kube-apiserver I0518 07:03:43.540110 3428 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller kube-node-lease I0518 07:03:43.540127 3428 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-backplane-lpsre I0518 07:03:43.540136 3428 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-dns-operator I0518 07:03:43.540145 3428 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-logging I0518 07:03:43.540153 3428 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-machine-config-operator I0518 07:03:43.540163 3428 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-network-diagnostics I0518 07:03:43.540171 3428 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-ingress-canary I0518 07:03:43.540182 3428 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-cluster-node-tuning-operator I0518 07:03:43.540189 3428 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-config-managed I0518 07:03:43.540200 3428 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-etcd I0518 07:03:43.540219 3428 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-backplane-cse I0518 07:03:43.540244 3428 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-marketplace I0518 07:03:43.540258 3428 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-network-node-identity I0518 07:03:43.540267 3428 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-ingress-operator I0518 07:03:43.540275 3428 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-insights I0518 07:03:43.540316 3428 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-operator-lifecycle-manager I0518 07:03:43.540326 3428 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller kube-system/konnectivity-agent-kv96z I0518 07:03:43.540330 3428 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-backplane I0518 07:03:43.540334 3428 admin_network_policy_controller.go:202] Setting up event handlers for Nodes in Admin Network Policy controller I0518 07:03:43.540335 3428 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-cluster-node-tuning-operator/tuned-jdh5v I0518 07:03:43.540376 3428 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-image-registry/image-registry-844f99f975-7pnh4 I0518 07:03:43.540382 3428 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-image-registry/node-ca-ggp98 I0518 07:03:43.540386 3428 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller kube-system/konnectivity-agent-6j6bx I0518 07:03:43.540390 3428 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller kube-system/kube-apiserver-proxy-ip-10-0-2-232.ec2.internal I0518 07:03:43.540393 3428 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-t9svd I0518 07:03:43.540397 3428 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-dns/node-resolver-sh96v I0518 07:03:43.540400 3428 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-image-registry/image-registry-6d778df49b-vn7fw I0518 07:03:43.540406 3428 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-xmmfg I0518 07:03:43.540410 3428 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-image-registry/image-registry-6d778df49b-jq24x I0518 07:03:43.540416 3428 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-232.ec2.internal I0518 07:03:43.540337 3428 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-backplane-ai-agent I0518 07:03:43.540421 3428 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-multus/network-metrics-daemon-zzhmd I0518 07:03:43.540425 3428 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-backplane-mobb I0518 07:03:43.540428 3428 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-ovn-kubernetes/ovnkube-node-5cvsd I0518 07:03:43.540431 3428 admin_network_policy_controller.go:559] Adding Node in Admin Network Policy controller ip-10-0-0-168.ec2.internal I0518 07:03:43.540434 3428 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-network-operator I0518 07:03:43.540442 3428 admin_network_policy_controller.go:559] Adding Node in Admin Network Policy controller ip-10-0-2-232.ec2.internal I0518 07:03:43.540444 3428 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-ovn-kubernetes/ovnkube-node-ljk5m I0518 07:03:43.540442 3428 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-node I0518 07:03:43.540452 3428 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-deployment-validation-operator/deployment-validation-operator-catalog-85bqz I0518 07:03:43.540459 3428 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-multus/multus-rnkmt I0518 07:03:43.540466 3428 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-network-diagnostics/network-check-target-grcpm I0518 07:03:43.540470 3428 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-dns/node-resolver-jh88r I0518 07:03:43.540474 3428 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-multus/multus-additional-cni-plugins-5ddgd I0518 07:03:43.540477 3428 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-multus/multus-additional-cni-plugins-b8p87 I0518 07:03:43.540481 3428 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-multus/multus-xmvrm I0518 07:03:43.540484 3428 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-network-operator/iptables-alerter-crs2q I0518 07:03:43.540488 3428 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-backplane/osd-delete-backplane-serviceaccounts-29651460-s95vx I0518 07:03:43.540491 3428 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-cluster-node-tuning-operator/tuned-4sdcp I0518 07:03:43.540491 3428 admin_network_policy_controller.go:228] Starting controller default-network-controller I0518 07:03:43.540496 3428 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-multus/network-metrics-daemon-zdm7g I0518 07:03:43.540497 3428 admin_network_policy_controller.go:231] Waiting for informer caches to sync I0518 07:03:43.540499 3428 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-168.ec2.internal I0518 07:03:43.540506 3428 shared_informer.go:313] Waiting for caches to sync for default-network-controller I0518 07:03:43.540452 3428 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-operators I0518 07:03:43.540515 3428 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller open-cluster-management-2qc6e4rqab9epl0osrq0g71h7qec7g8k I0518 07:03:43.540508 3428 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-network-operator/iptables-alerter-8fcb7 I0518 07:03:43.540522 3428 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-backplane-csm I0518 07:03:43.540515 3428 shared_informer.go:320] Caches are synced for default-network-controller I0518 07:03:43.540531 3428 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-cluster-csi-drivers I0518 07:03:43.540532 3428 admin_network_policy_controller.go:238] Repairing Admin Network Policies I0518 07:03:43.540536 3428 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-network-console I0518 07:03:43.540539 3428 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift I0518 07:03:43.540543 3428 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-backplane-mcs-tier-two I0518 07:03:43.540546 3428 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-cloud-network-config-controller I0518 07:03:43.540550 3428 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-authentication-operator I0518 07:03:43.540553 3428 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-config I0518 07:03:43.540557 3428 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-controller-manager-operator I0518 07:03:43.540560 3428 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-deployment-validation-operator I0518 07:03:43.540563 3428 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-image-registry I0518 07:03:43.540526 3428 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller kube-system/kube-apiserver-proxy-ip-10-0-0-168.ec2.internal I0518 07:03:43.540583 3428 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-image-registry/node-ca-h7tsd I0518 07:03:43.540590 3428 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-network-diagnostics/network-check-target-5gq8p I0518 07:03:43.540664 3428 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller dedicated-admin I0518 07:03:43.540675 3428 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller open-cluster-management-agent-addon I0518 07:03:43.540678 3428 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-apiserver I0518 07:03:43.540682 3428 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-user-workload-monitoring I0518 07:03:43.540685 3428 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-kube-storage-version-migrator-operator I0518 07:03:43.540689 3428 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-apiserver-operator I0518 07:03:43.540692 3428 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-cluster-storage-operator I0518 07:03:43.540696 3428 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-kube-apiserver-operator I0518 07:03:43.540723 3428 repair.go:29] Repairing admin network policies took 184.98µs I0518 07:03:43.540763 3428 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:u2739035123}] I0518 07:03:43.540825 3428 repair.go:92] Repairing baseline admin network policies took 92.434µs I0518 07:03:43.540832 3428 admin_network_policy_controller.go:251] Starting Admin Network Policy workers I0518 07:03:43.540819 3428 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:u2739035124}] I0518 07:03:43.540842 3428 admin_network_policy_controller.go:262] Starting Baseline Admin Network Policy workers I0518 07:03:43.540848 3428 admin_network_policy_controller.go:273] Starting Namespace Admin Network Policy workers I0518 07:03:43.540854 3428 admin_network_policy_controller.go:284] Starting Pod Admin Network Policy workers I0518 07:03:43.540860 3428 admin_network_policy_controller.go:295] Starting Node Admin Network Policy workers I0518 07:03:43.540879 3428 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:u2739035123} {GoUUID:u2739035124}]}}] Timeout: Where:[where column _uuid == {d9907fbf-b4ff-4d05-af58-04bf9330fa6b}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:43.540921 3428 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-controller-manager in Admin Network Policy controller I0518 07:03:43.540931 3428 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-controller-manager Admin Network Policy controller: took 10.704µs I0518 07:03:43.540941 3428 admin_network_policy_namespace.go:53] Processing sync for Namespace kube-system in Admin Network Policy controller I0518 07:03:43.540944 3428 admin_network_policy_namespace.go:56] Finished syncing Namespace kube-system Admin Network Policy controller: took 3.616µs I0518 07:03:43.540954 3428 admin_network_policy_pod.go:57] Processing sync for Pod kube-system/konnectivity-agent-kv96z in Admin Network Policy controller I0518 07:03:43.540966 3428 admin_network_policy_pod.go:60] Finished syncing Pod kube-system/konnectivity-agent-kv96z Admin Network Policy controller: took 14.852µs I0518 07:03:43.540916 3428 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:u2739035123} {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:u2739035124} {Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:acls Mutator:insert Value:{GoSet:[{GoUUID:u2739035123} {GoUUID:u2739035124}]}}] Timeout: Where:[where column _uuid == {d9907fbf-b4ff-4d05-af58-04bf9330fa6b}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:43.540982 3428 admin_network_policy_pod.go:57] Processing sync for Pod openshift-cluster-node-tuning-operator/tuned-jdh5v in Admin Network Policy controller I0518 07:03:43.540987 3428 admin_network_policy_pod.go:60] Finished syncing Pod openshift-cluster-node-tuning-operator/tuned-jdh5v Admin Network Policy controller: took 5.327µs I0518 07:03:43.540991 3428 admin_network_policy_pod.go:57] Processing sync for Pod openshift-image-registry/image-registry-844f99f975-7pnh4 in Admin Network Policy controller I0518 07:03:43.540996 3428 admin_network_policy_pod.go:60] Finished syncing Pod openshift-image-registry/image-registry-844f99f975-7pnh4 Admin Network Policy controller: took 3.956µs I0518 07:03:43.541001 3428 admin_network_policy_pod.go:57] Processing sync for Pod openshift-image-registry/node-ca-ggp98 in Admin Network Policy controller I0518 07:03:43.541005 3428 admin_network_policy_pod.go:60] Finished syncing Pod openshift-image-registry/node-ca-ggp98 Admin Network Policy controller: took 3.602µs I0518 07:03:43.541009 3428 admin_network_policy_pod.go:57] Processing sync for Pod kube-system/konnectivity-agent-6j6bx in Admin Network Policy controller I0518 07:03:43.541012 3428 admin_network_policy_pod.go:60] Finished syncing Pod kube-system/konnectivity-agent-6j6bx Admin Network Policy controller: took 3.473µs I0518 07:03:43.541016 3428 admin_network_policy_pod.go:57] Processing sync for Pod kube-system/kube-apiserver-proxy-ip-10-0-2-232.ec2.internal in Admin Network Policy controller I0518 07:03:43.541020 3428 admin_network_policy_pod.go:60] Finished syncing Pod kube-system/kube-apiserver-proxy-ip-10-0-2-232.ec2.internal Admin Network Policy controller: took 3.29µs I0518 07:03:43.541023 3428 admin_network_policy_pod.go:57] Processing sync for Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-t9svd in Admin Network Policy controller I0518 07:03:43.541027 3428 admin_network_policy_pod.go:60] Finished syncing Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-t9svd Admin Network Policy controller: took 3.595µs I0518 07:03:43.541031 3428 admin_network_policy_pod.go:57] Processing sync for Pod openshift-dns/node-resolver-sh96v in Admin Network Policy controller I0518 07:03:43.541034 3428 admin_network_policy_pod.go:60] Finished syncing Pod openshift-dns/node-resolver-sh96v Admin Network Policy controller: took 3.742µs I0518 07:03:43.541038 3428 admin_network_policy_pod.go:57] Processing sync for Pod openshift-image-registry/image-registry-6d778df49b-vn7fw in Admin Network Policy controller I0518 07:03:43.541041 3428 admin_network_policy_pod.go:60] Finished syncing Pod openshift-image-registry/image-registry-6d778df49b-vn7fw Admin Network Policy controller: took 3.421µs I0518 07:03:43.541048 3428 admin_network_policy_pod.go:57] Processing sync for Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-xmmfg in Admin Network Policy controller I0518 07:03:43.541054 3428 admin_network_policy_pod.go:60] Finished syncing Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-xmmfg Admin Network Policy controller: took 6.136µs I0518 07:03:43.541059 3428 admin_network_policy_pod.go:57] Processing sync for Pod openshift-image-registry/image-registry-6d778df49b-jq24x in Admin Network Policy controller I0518 07:03:43.541062 3428 admin_network_policy_pod.go:60] Finished syncing Pod openshift-image-registry/image-registry-6d778df49b-jq24x Admin Network Policy controller: took 3.675µs I0518 07:03:43.541067 3428 admin_network_policy_pod.go:57] Processing sync for Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-2-232.ec2.internal in Admin Network Policy controller I0518 07:03:43.541071 3428 admin_network_policy_pod.go:60] Finished syncing Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-2-232.ec2.internal Admin Network Policy controller: took 4.87µs I0518 07:03:43.541075 3428 admin_network_policy_pod.go:57] Processing sync for Pod openshift-multus/network-metrics-daemon-zzhmd in Admin Network Policy controller I0518 07:03:43.541078 3428 admin_network_policy_pod.go:60] Finished syncing Pod openshift-multus/network-metrics-daemon-zzhmd Admin Network Policy controller: took 3.52µs I0518 07:03:43.541082 3428 admin_network_policy_pod.go:57] Processing sync for Pod openshift-ovn-kubernetes/ovnkube-node-5cvsd in Admin Network Policy controller I0518 07:03:43.541085 3428 admin_network_policy_pod.go:60] Finished syncing Pod openshift-ovn-kubernetes/ovnkube-node-5cvsd Admin Network Policy controller: took 3.579µs I0518 07:03:43.541090 3428 admin_network_policy_pod.go:57] Processing sync for Pod openshift-ovn-kubernetes/ovnkube-node-ljk5m in Admin Network Policy controller I0518 07:03:43.541093 3428 admin_network_policy_pod.go:60] Finished syncing Pod openshift-ovn-kubernetes/ovnkube-node-ljk5m Admin Network Policy controller: took 4.338µs I0518 07:03:43.541097 3428 admin_network_policy_pod.go:57] Processing sync for Pod openshift-deployment-validation-operator/deployment-validation-operator-catalog-85bqz in Admin Network Policy controller I0518 07:03:43.541101 3428 admin_network_policy_pod.go:60] Finished syncing Pod openshift-deployment-validation-operator/deployment-validation-operator-catalog-85bqz Admin Network Policy controller: took 3.712µs I0518 07:03:43.541105 3428 admin_network_policy_pod.go:57] Processing sync for Pod openshift-multus/multus-rnkmt in Admin Network Policy controller I0518 07:03:43.541108 3428 admin_network_policy_pod.go:60] Finished syncing Pod openshift-multus/multus-rnkmt Admin Network Policy controller: took 3.61µs I0518 07:03:43.541117 3428 admin_network_policy_pod.go:57] Processing sync for Pod openshift-network-diagnostics/network-check-target-grcpm in Admin Network Policy controller I0518 07:03:43.541120 3428 admin_network_policy_pod.go:60] Finished syncing Pod openshift-network-diagnostics/network-check-target-grcpm Admin Network Policy controller: took 3.658µs I0518 07:03:43.541126 3428 admin_network_policy_node.go:55] Processing sync for Node ip-10-0-0-168.ec2.internal in Admin Network Policy controller I0518 07:03:43.541132 3428 admin_network_policy_node.go:58] Finished syncing Node ip-10-0-0-168.ec2.internal Admin Network Policy controller: took 6.144µs I0518 07:03:43.541141 3428 admin_network_policy_node.go:55] Processing sync for Node ip-10-0-2-232.ec2.internal in Admin Network Policy controller I0518 07:03:43.541144 3428 admin_network_policy_node.go:58] Finished syncing Node ip-10-0-2-232.ec2.internal Admin Network Policy controller: took 3.636µs I0518 07:03:43.541149 3428 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-cloud-credential-operator in Admin Network Policy controller I0518 07:03:43.541153 3428 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-cloud-credential-operator Admin Network Policy controller: took 3.756µs I0518 07:03:43.541157 3428 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-cluster-version in Admin Network Policy controller I0518 07:03:43.541160 3428 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-cluster-version Admin Network Policy controller: took 3.251µs I0518 07:03:43.541164 3428 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-console-operator in Admin Network Policy controller I0518 07:03:43.541168 3428 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-console-operator Admin Network Policy controller: took 3.068µs I0518 07:03:43.541172 3428 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-ingress in Admin Network Policy controller I0518 07:03:43.541175 3428 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-ingress Admin Network Policy controller: took 3.274µs I0518 07:03:43.541179 3428 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-multus in Admin Network Policy controller I0518 07:03:43.541182 3428 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-multus Admin Network Policy controller: took 2.939µs I0518 07:03:43.541185 3428 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-must-gather-operator in Admin Network Policy controller I0518 07:03:43.541188 3428 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-must-gather-operator Admin Network Policy controller: took 2.888µs I0518 07:03:43.541191 3428 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-backplane-managed-scripts in Admin Network Policy controller I0518 07:03:43.541194 3428 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-backplane-managed-scripts Admin Network Policy controller: took 2.953µs I0518 07:03:43.541198 3428 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-backplane-srep in Admin Network Policy controller I0518 07:03:43.541201 3428 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-backplane-srep Admin Network Policy controller: took 2.838µs I0518 07:03:43.541204 3428 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-backplane-srep-ro in Admin Network Policy controller I0518 07:03:43.541207 3428 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-backplane-srep-ro Admin Network Policy controller: took 2.761µs I0518 07:03:43.541211 3428 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-monitoring in Admin Network Policy controller I0518 07:03:43.541214 3428 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-monitoring Admin Network Policy controller: took 3.211µs I0518 07:03:43.541217 3428 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-route-controller-manager in Admin Network Policy controller I0518 07:03:43.541220 3428 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-route-controller-manager Admin Network Policy controller: took 2.979µs I0518 07:03:43.541224 3428 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-machine-api in Admin Network Policy controller I0518 07:03:43.541227 3428 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-machine-api Admin Network Policy controller: took 2.884µs I0518 07:03:43.541230 3428 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-ovn-kubernetes in Admin Network Policy controller I0518 07:03:43.541233 3428 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-ovn-kubernetes Admin Network Policy controller: took 2.793µs I0518 07:03:43.541236 3428 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-package-operator in Admin Network Policy controller I0518 07:03:43.541239 3428 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-package-operator Admin Network Policy controller: took 2.871µs I0518 07:03:43.541243 3428 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-backplane-tam in Admin Network Policy controller I0518 07:03:43.541245 3428 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-backplane-tam Admin Network Policy controller: took 2.653µs I0518 07:03:43.541249 3428 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-config-operator in Admin Network Policy controller I0518 07:03:43.541252 3428 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-config-operator Admin Network Policy controller: took 2.924µs I0518 07:03:43.541255 3428 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-kube-controller-manager-operator in Admin Network Policy controller I0518 07:03:43.541258 3428 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-kube-controller-manager-operator Admin Network Policy controller: took 2.807µs I0518 07:03:43.541262 3428 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-host-network in Admin Network Policy controller I0518 07:03:43.541264 3428 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-host-network Admin Network Policy controller: took 2.822µs I0518 07:03:43.541268 3428 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-kube-controller-manager in Admin Network Policy controller I0518 07:03:43.541271 3428 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-kube-controller-manager Admin Network Policy controller: took 2.789µs I0518 07:03:43.541276 3428 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-cloud-controller-manager in Admin Network Policy controller I0518 07:03:43.541279 3428 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-cloud-controller-manager Admin Network Policy controller: took 4.831µs I0518 07:03:43.541283 3428 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-console in Admin Network Policy controller I0518 07:03:43.541286 3428 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-console Admin Network Policy controller: took 3.033µs I0518 07:03:43.541290 3428 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-console-user-settings in Admin Network Policy controller I0518 07:03:43.541292 3428 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-console-user-settings Admin Network Policy controller: took 2.941µs I0518 07:03:43.541296 3428 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-kube-scheduler in Admin Network Policy controller I0518 07:03:43.541299 3428 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-kube-scheduler Admin Network Policy controller: took 3.427µs I0518 07:03:43.541303 3428 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-kube-scheduler-operator in Admin Network Policy controller I0518 07:03:43.541306 3428 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-kube-scheduler-operator Admin Network Policy controller: took 3.016µs I0518 07:03:43.541310 3428 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-operators-redhat in Admin Network Policy controller I0518 07:03:43.541313 3428 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-operators-redhat Admin Network Policy controller: took 3.52µs I0518 07:03:43.541316 3428 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-authentication in Admin Network Policy controller I0518 07:03:43.541319 3428 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-authentication Admin Network Policy controller: took 2.834µs I0518 07:03:43.541323 3428 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-cluster-samples-operator in Admin Network Policy controller I0518 07:03:43.541326 3428 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-cluster-samples-operator Admin Network Policy controller: took 3.22µs I0518 07:03:43.541329 3428 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-customer-monitoring in Admin Network Policy controller I0518 07:03:43.541332 3428 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-customer-monitoring Admin Network Policy controller: took 2.78µs I0518 07:03:43.541336 3428 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-cluster-machine-approver in Admin Network Policy controller I0518 07:03:43.541338 3428 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-cluster-machine-approver Admin Network Policy controller: took 2.705µs I0518 07:03:43.541342 3428 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-dns in Admin Network Policy controller I0518 07:03:43.541345 3428 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-dns Admin Network Policy controller: took 2.901µs I0518 07:03:43.541349 3428 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-infra in Admin Network Policy controller I0518 07:03:43.541351 3428 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-infra Admin Network Policy controller: took 2.777µs I0518 07:03:43.541356 3428 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-service-ca-operator in Admin Network Policy controller I0518 07:03:43.541359 3428 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-service-ca-operator Admin Network Policy controller: took 3.048µs I0518 07:03:43.541365 3428 admin_network_policy_namespace.go:53] Processing sync for Namespace default in Admin Network Policy controller I0518 07:03:43.541370 3428 admin_network_policy_namespace.go:56] Finished syncing Namespace default Admin Network Policy controller: took 4.611µs I0518 07:03:43.541375 3428 admin_network_policy_namespace.go:53] Processing sync for Namespace kube-public in Admin Network Policy controller I0518 07:03:43.541378 3428 admin_network_policy_namespace.go:56] Finished syncing Namespace kube-public Admin Network Policy controller: took 3.603µs I0518 07:03:43.541382 3428 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-backplane-cee in Admin Network Policy controller I0518 07:03:43.541385 3428 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-backplane-cee Admin Network Policy controller: took 2.874µs I0518 07:03:43.541388 3428 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-kube-apiserver in Admin Network Policy controller I0518 07:03:43.541391 3428 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-kube-apiserver Admin Network Policy controller: took 2.787µs I0518 07:03:43.541395 3428 admin_network_policy_namespace.go:53] Processing sync for Namespace kube-node-lease in Admin Network Policy controller I0518 07:03:43.541397 3428 admin_network_policy_namespace.go:56] Finished syncing Namespace kube-node-lease Admin Network Policy controller: took 2.757µs I0518 07:03:43.541401 3428 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-backplane-lpsre in Admin Network Policy controller I0518 07:03:43.541404 3428 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-backplane-lpsre Admin Network Policy controller: took 2.852µs I0518 07:03:43.541407 3428 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-dns-operator in Admin Network Policy controller I0518 07:03:43.541410 3428 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-dns-operator Admin Network Policy controller: took 2.792µs I0518 07:03:43.541413 3428 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-logging in Admin Network Policy controller I0518 07:03:43.541416 3428 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-logging Admin Network Policy controller: took 2.819µs I0518 07:03:43.541419 3428 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-machine-config-operator in Admin Network Policy controller I0518 07:03:43.541424 3428 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-machine-config-operator Admin Network Policy controller: took 3.947µs I0518 07:03:43.541431 3428 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-network-diagnostics in Admin Network Policy controller I0518 07:03:43.541434 3428 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-network-diagnostics Admin Network Policy controller: took 4.949µs I0518 07:03:43.541439 3428 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-ingress-canary in Admin Network Policy controller I0518 07:03:43.541443 3428 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-ingress-canary Admin Network Policy controller: took 4.107µs I0518 07:03:43.541449 3428 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-cluster-node-tuning-operator in Admin Network Policy controller I0518 07:03:43.541454 3428 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-cluster-node-tuning-operator Admin Network Policy controller: took 4.737µs I0518 07:03:43.541459 3428 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-config-managed in Admin Network Policy controller I0518 07:03:43.541462 3428 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-config-managed Admin Network Policy controller: took 2.92µs I0518 07:03:43.541465 3428 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-etcd in Admin Network Policy controller I0518 07:03:43.541468 3428 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-etcd Admin Network Policy controller: took 2.696µs I0518 07:03:43.541472 3428 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-backplane-cse in Admin Network Policy controller I0518 07:03:43.541474 3428 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-backplane-cse Admin Network Policy controller: took 2.598µs I0518 07:03:43.541478 3428 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-marketplace in Admin Network Policy controller I0518 07:03:43.541480 3428 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-marketplace Admin Network Policy controller: took 2.722µs I0518 07:03:43.541484 3428 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-network-node-identity in Admin Network Policy controller I0518 07:03:43.541486 3428 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-network-node-identity Admin Network Policy controller: took 2.652µs I0518 07:03:43.541490 3428 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-ingress-operator in Admin Network Policy controller I0518 07:03:43.541493 3428 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-ingress-operator Admin Network Policy controller: took 2.697µs I0518 07:03:43.541502 3428 admin_network_policy_pod.go:57] Processing sync for Pod openshift-dns/node-resolver-jh88r in Admin Network Policy controller I0518 07:03:43.541517 3428 admin_network_policy_pod.go:60] Finished syncing Pod openshift-dns/node-resolver-jh88r Admin Network Policy controller: took 16.757µs I0518 07:03:43.541531 3428 admin_network_policy_pod.go:57] Processing sync for Pod openshift-multus/multus-additional-cni-plugins-5ddgd in Admin Network Policy controller I0518 07:03:43.541542 3428 admin_network_policy_pod.go:60] Finished syncing Pod openshift-multus/multus-additional-cni-plugins-5ddgd Admin Network Policy controller: took 9.457µs I0518 07:03:43.541551 3428 admin_network_policy_pod.go:57] Processing sync for Pod openshift-multus/multus-additional-cni-plugins-b8p87 in Admin Network Policy controller I0518 07:03:43.541557 3428 admin_network_policy_pod.go:60] Finished syncing Pod openshift-multus/multus-additional-cni-plugins-b8p87 Admin Network Policy controller: took 6.742µs I0518 07:03:43.541565 3428 admin_network_policy_pod.go:57] Processing sync for Pod openshift-multus/multus-xmvrm in Admin Network Policy controller I0518 07:03:43.541571 3428 admin_network_policy_pod.go:60] Finished syncing Pod openshift-multus/multus-xmvrm Admin Network Policy controller: took 7.041µs I0518 07:03:43.541572 3428 default_network_controller.go:666] Recording add event on network policy openshift-deployment-validation-operator/allow-from-openshift-insights I0518 07:03:43.541579 3428 admin_network_policy_pod.go:57] Processing sync for Pod openshift-network-operator/iptables-alerter-crs2q in Admin Network Policy controller I0518 07:03:43.541583 3428 obj_retry.go:509] Add event received for *v1.NetworkPolicy openshift-deployment-validation-operator/allow-from-openshift-insights I0518 07:03:43.541586 3428 admin_network_policy_pod.go:60] Finished syncing Pod openshift-network-operator/iptables-alerter-crs2q Admin Network Policy controller: took 7.511µs I0518 07:03:43.541594 3428 admin_network_policy_pod.go:57] Processing sync for Pod openshift-backplane/osd-delete-backplane-serviceaccounts-29651460-s95vx in Admin Network Policy controller I0518 07:03:43.541601 3428 admin_network_policy_pod.go:60] Finished syncing Pod openshift-backplane/osd-delete-backplane-serviceaccounts-29651460-s95vx Admin Network Policy controller: took 7.911µs I0518 07:03:43.541607 3428 base_network_controller_policy.go:1179] Adding network policy openshift-deployment-validation-operator/allow-from-openshift-insights for network default I0518 07:03:43.541613 3428 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-insights in Admin Network Policy controller I0518 07:03:43.541624 3428 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-insights Admin Network Policy controller: took 16.553µs I0518 07:03:43.541642 3428 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-operator-lifecycle-manager in Admin Network Policy controller I0518 07:03:43.541650 3428 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-operator-lifecycle-manager Admin Network Policy controller: took 9.073µs I0518 07:03:43.541656 3428 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-backplane in Admin Network Policy controller I0518 07:03:43.541616 3428 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}]} I0518 07:03:43.541659 3428 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-backplane Admin Network Policy controller: took 3.152µs I0518 07:03:43.541664 3428 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-backplane-ai-agent in Admin Network Policy controller I0518 07:03:43.541664 3428 base_network_controller_policy.go:1054] Policy openshift-deployment-validation-operator/allow-from-openshift-insights added to peer address sets [] I0518 07:03:43.541667 3428 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-backplane-ai-agent Admin Network Policy controller: took 3.379µs I0518 07:03:43.541671 3428 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-backplane-mobb in Admin Network Policy controller I0518 07:03:43.541674 3428 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-backplane-mobb Admin Network Policy controller: took 3.132µs I0518 07:03:43.541678 3428 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-network-operator in Admin Network Policy controller I0518 07:03:43.541681 3428 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-network-operator Admin Network Policy controller: took 2.999µs I0518 07:03:43.541685 3428 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-node in Admin Network Policy controller I0518 07:03:43.541687 3428 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-node Admin Network Policy controller: took 2.92µs I0518 07:03:43.541692 3428 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-operators in Admin Network Policy controller I0518 07:03:43.541697 3428 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-operators Admin Network Policy controller: took 4.789µs I0518 07:03:43.541703 3428 admin_network_policy_namespace.go:53] Processing sync for Namespace open-cluster-management-2qc6e4rqab9epl0osrq0g71h7qec7g8k in Admin Network Policy controller I0518 07:03:43.541708 3428 admin_network_policy_namespace.go:56] Finished syncing Namespace open-cluster-management-2qc6e4rqab9epl0osrq0g71h7qec7g8k Admin Network Policy controller: took 4.854µs I0518 07:03:43.541717 3428 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-backplane-csm in Admin Network Policy controller I0518 07:03:43.541722 3428 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-backplane-csm Admin Network Policy controller: took 5.002µs I0518 07:03:43.541727 3428 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-cluster-csi-drivers in Admin Network Policy controller I0518 07:03:43.541729 3428 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-cluster-csi-drivers Admin Network Policy controller: took 2.806µs I0518 07:03:43.541733 3428 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-network-console in Admin Network Policy controller I0518 07:03:43.541715 3428 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:u2739035125}] I0518 07:03:43.541736 3428 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-network-console Admin Network Policy controller: took 2.934µs I0518 07:03:43.541740 3428 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift in Admin Network Policy controller I0518 07:03:43.541749 3428 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift Admin Network Policy controller: took 2.726µs I0518 07:03:43.541756 3428 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-backplane-mcs-tier-two in Admin Network Policy controller I0518 07:03:43.541759 3428 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-backplane-mcs-tier-two Admin Network Policy controller: took 3.03µs I0518 07:03:43.541763 3428 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-cloud-network-config-controller in Admin Network Policy controller I0518 07:03:43.541766 3428 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-cloud-network-config-controller Admin Network Policy controller: took 2.979µs I0518 07:03:43.541755 3428 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:u2739035126}] I0518 07:03:43.541791 3428 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:u2739035127}] I0518 07:03:43.541771 3428 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-authentication-operator in Admin Network Policy controller I0518 07:03:43.541828 3428 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:u2739035128}] I0518 07:03:43.541845 3428 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-authentication-operator Admin Network Policy controller: took 73.937µs I0518 07:03:43.541855 3428 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-config in Admin Network Policy controller I0518 07:03:43.541860 3428 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-config Admin Network Policy controller: took 5.122µs I0518 07:03:43.541864 3428 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-controller-manager-operator in Admin Network Policy controller I0518 07:03:43.541867 3428 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-controller-manager-operator Admin Network Policy controller: took 2.852µs I0518 07:03:43.541871 3428 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-deployment-validation-operator in Admin Network Policy controller I0518 07:03:43.541873 3428 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-deployment-validation-operator Admin Network Policy controller: took 2.718µs I0518 07:03:43.541865 3428 model_client.go:374] Create operations generated as: [{Op:insert Table:Port_Group Row:map[acls:{GoSet:[{GoUUID:u2739035125} {GoUUID:u2739035126}]} 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:u2739035129}] I0518 07:03:43.541878 3428 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-image-registry in Admin Network Policy controller I0518 07:03:43.541881 3428 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-image-registry Admin Network Policy controller: took 2.926µs I0518 07:03:43.541906 3428 admin_network_policy_pod.go:57] Processing sync for Pod openshift-cluster-node-tuning-operator/tuned-4sdcp in Admin Network Policy controller I0518 07:03:43.541904 3428 model_client.go:374] Create operations generated as: [{Op:insert Table:Port_Group Row:map[acls:{GoSet:[{GoUUID:u2739035127} {GoUUID:u2739035128}]} 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:u2739035130}] I0518 07:03:43.541916 3428 admin_network_policy_pod.go:60] Finished syncing Pod openshift-cluster-node-tuning-operator/tuned-4sdcp Admin Network Policy controller: took 12.65µs I0518 07:03:43.541927 3428 admin_network_policy_pod.go:57] Processing sync for Pod openshift-multus/network-metrics-daemon-zdm7g in Admin Network Policy controller I0518 07:03:43.541931 3428 admin_network_policy_pod.go:60] Finished syncing Pod openshift-multus/network-metrics-daemon-zdm7g Admin Network Policy controller: took 4.457µs I0518 07:03:43.541937 3428 admin_network_policy_pod.go:57] Processing sync for Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-168.ec2.internal in Admin Network Policy controller I0518 07:03:43.541941 3428 admin_network_policy_pod.go:60] Finished syncing Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-168.ec2.internal Admin Network Policy controller: took 5.464µs I0518 07:03:43.541945 3428 admin_network_policy_pod.go:57] Processing sync for Pod openshift-network-operator/iptables-alerter-8fcb7 in Admin Network Policy controller I0518 07:03:43.541955 3428 admin_network_policy_pod.go:60] Finished syncing Pod openshift-network-operator/iptables-alerter-8fcb7 Admin Network Policy controller: took 3.826µs I0518 07:03:43.541959 3428 admin_network_policy_pod.go:57] Processing sync for Pod kube-system/kube-apiserver-proxy-ip-10-0-0-168.ec2.internal in Admin Network Policy controller I0518 07:03:43.541963 3428 admin_network_policy_pod.go:60] Finished syncing Pod kube-system/kube-apiserver-proxy-ip-10-0-0-168.ec2.internal Admin Network Policy controller: took 3.826µs I0518 07:03:43.541967 3428 admin_network_policy_pod.go:57] Processing sync for Pod openshift-image-registry/node-ca-h7tsd in Admin Network Policy controller I0518 07:03:43.541971 3428 admin_network_policy_pod.go:60] Finished syncing Pod openshift-image-registry/node-ca-h7tsd Admin Network Policy controller: took 3.776µs I0518 07:03:43.541976 3428 admin_network_policy_pod.go:57] Processing sync for Pod openshift-network-diagnostics/network-check-target-5gq8p in Admin Network Policy controller I0518 07:03:43.541980 3428 admin_network_policy_pod.go:60] Finished syncing Pod openshift-network-diagnostics/network-check-target-5gq8p Admin Network Policy controller: took 3.702µs I0518 07:03:43.541984 3428 admin_network_policy_namespace.go:53] Processing sync for Namespace dedicated-admin in Admin Network Policy controller I0518 07:03:43.541919 3428 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:u2739035125} {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:u2739035126} {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:u2739035127} {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:u2739035128} {Op:insert Table:Port_Group Row:map[acls:{GoSet:[{GoUUID:u2739035125} {GoUUID:u2739035126}]} 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:u2739035129} {Op:insert Table:Port_Group Row:map[acls:{GoSet:[{GoUUID:u2739035127} {GoUUID:u2739035128}]} 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:u2739035130}] I0518 07:03:43.541988 3428 admin_network_policy_namespace.go:56] Finished syncing Namespace dedicated-admin Admin Network Policy controller: took 3.379µs I0518 07:03:43.541993 3428 admin_network_policy_namespace.go:53] Processing sync for Namespace open-cluster-management-agent-addon in Admin Network Policy controller I0518 07:03:43.541997 3428 admin_network_policy_namespace.go:56] Finished syncing Namespace open-cluster-management-agent-addon Admin Network Policy controller: took 3.133µs I0518 07:03:43.542001 3428 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-apiserver in Admin Network Policy controller I0518 07:03:43.542003 3428 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-apiserver Admin Network Policy controller: took 3.137µs I0518 07:03:43.542010 3428 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-user-workload-monitoring in Admin Network Policy controller I0518 07:03:43.542013 3428 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-user-workload-monitoring Admin Network Policy controller: took 3.586µs I0518 07:03:43.542017 3428 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-kube-storage-version-migrator-operator in Admin Network Policy controller I0518 07:03:43.542020 3428 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-kube-storage-version-migrator-operator Admin Network Policy controller: took 3.066µs I0518 07:03:43.542023 3428 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-apiserver-operator in Admin Network Policy controller I0518 07:03:43.542026 3428 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-apiserver-operator Admin Network Policy controller: took 2.856µs I0518 07:03:43.542029 3428 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-cluster-storage-operator in Admin Network Policy controller I0518 07:03:43.542033 3428 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-cluster-storage-operator Admin Network Policy controller: took 3.258µs I0518 07:03:43.542036 3428 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-kube-apiserver-operator in Admin Network Policy controller I0518 07:03:43.542039 3428 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-kube-apiserver-operator Admin Network Policy controller: took 2.684µs I0518 07:03:43.542994 3428 model_client.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:u2739035131}] I0518 07:03:43.543018 3428 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:u2739035131}] I0518 07:03:43.543414 3428 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:u2739035132}] I0518 07:03:43.543458 3428 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:u2739035132}]}}] Timeout: Where:[where column _uuid == {a64a807a-5dd3-4678-a163-5e890347a562}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:43.543474 3428 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:u2739035132} {Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:acls Mutator:insert Value:{GoSet:[{GoUUID:u2739035132}]}}] Timeout: Where:[where column _uuid == {a64a807a-5dd3-4678-a163-5e890347a562}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:43.543931 3428 obj_retry.go:509] Add event received for *factory.peerNamespaceSelector openshift-insights I0518 07:03:43.544032 3428 obj_retry.go:548] Creating *factory.peerNamespaceSelector openshift-insights took: 86.251µs I0518 07:03:43.544048 3428 factory.go:1366] Added *v1.Namespace event handler 5 I0518 07:03:43.544099 3428 obj_retry.go:509] Add event received for *factory.localPodSelector openshift-deployment-validation-operator/deployment-validation-operator-catalog-85bqz I0518 07:03:43.544112 3428 obj_retry.go:548] Creating *factory.localPodSelector openshift-deployment-validation-operator/deployment-validation-operator-catalog-85bqz took: 516ns I0518 07:03:43.544123 3428 factory.go:1366] Added *v1.Pod event handler 6 I0518 07:03:43.544133 3428 base_network_controller_policy.go:1232] Create network policy openshift-deployment-validation-operator/allow-from-openshift-insights resources completed, update namespace loglevel I0518 07:03:43.544141 3428 obj_retry.go:548] Creating *v1.NetworkPolicy openshift-deployment-validation-operator/allow-from-openshift-insights took: 2.551361ms I0518 07:03:43.544146 3428 default_network_controller.go:709] Recording success event on network policy openshift-deployment-validation-operator/allow-from-openshift-insights I0518 07:03:43.544152 3428 default_network_controller.go:666] Recording add event on network policy openshift-deployment-validation-operator/allow-from-openshift-olm I0518 07:03:43.544157 3428 obj_retry.go:509] Add event received for *v1.NetworkPolicy openshift-deployment-validation-operator/allow-from-openshift-olm I0518 07:03:43.544163 3428 base_network_controller_policy.go:1179] Adding network policy openshift-deployment-validation-operator/allow-from-openshift-olm for network default I0518 07:03:43.544170 3428 base_network_controller_policy.go:1006] Network policy ingress is {Ports:[] From:[]} I0518 07:03:43.544178 3428 base_network_controller_policy.go:1054] Policy openshift-deployment-validation-operator/allow-from-openshift-olm added to peer address sets [] I0518 07:03:43.544221 3428 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:u2739035133}] I0518 07:03:43.544263 3428 model_client.go:374] Create operations generated as: [{Op:insert Table:Port_Group Row:map[acls:{GoSet:[{GoUUID:u2739035133}]} 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:u2739035134}] I0518 07:03:43.544282 3428 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:u2739035133} {Op:insert Table:Port_Group Row:map[acls:{GoSet:[{GoUUID:u2739035133}]} 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:u2739035134}] I0518 07:03:43.544813 3428 obj_retry.go:509] Add event received for *factory.localPodSelector openshift-deployment-validation-operator/deployment-validation-operator-catalog-85bqz I0518 07:03:43.544828 3428 obj_retry.go:548] Creating *factory.localPodSelector openshift-deployment-validation-operator/deployment-validation-operator-catalog-85bqz took: 418ns I0518 07:03:43.544836 3428 factory.go:1366] Added *v1.Pod event handler 7 I0518 07:03:43.544845 3428 base_network_controller_policy.go:1232] Create network policy openshift-deployment-validation-operator/allow-from-openshift-olm resources completed, update namespace loglevel I0518 07:03:43.544854 3428 obj_retry.go:548] Creating *v1.NetworkPolicy openshift-deployment-validation-operator/allow-from-openshift-olm took: 690.84µs I0518 07:03:43.544862 3428 default_network_controller.go:709] Recording success event on network policy openshift-deployment-validation-operator/allow-from-openshift-olm I0518 07:03:43.544876 3428 factory.go:1366] Added *v1.NetworkPolicy event handler 4 I0518 07:03:43.545052 3428 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-backplane-csm I0518 07:03:43.545066 3428 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-cluster-csi-drivers I0518 07:03:43.545079 3428 obj_retry.go:509] Add event received for *factory.egressIPNamespace open-cluster-management-agent-addon I0518 07:03:43.545083 3428 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-cloud-network-config-controller I0518 07:03:43.545088 3428 obj_retry.go:509] Add event received for *factory.egressIPNamespace open-cluster-management-2qc6e4rqab9epl0osrq0g71h7qec7g8k I0518 07:03:43.545090 3428 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-backplane-csm took: 17.421µs I0518 07:03:43.545096 3428 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-cluster-csi-drivers took: 17.266µs I0518 07:03:43.545100 3428 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-cloud-credential-operator I0518 07:03:43.545108 3428 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-controller-manager I0518 07:03:43.545108 3428 obj_retry.go:548] Creating *factory.egressIPNamespace open-cluster-management-agent-addon took: 17.402µs I0518 07:03:43.545104 3428 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-network-operator I0518 07:03:43.545117 3428 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-cloud-network-config-controller took: 19.655µs I0518 07:03:43.545065 3428 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-operators I0518 07:03:43.545126 3428 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift I0518 07:03:43.545119 3428 obj_retry.go:509] Add event received for *factory.egressIPNamespace kube-system I0518 07:03:43.545131 3428 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-controller-manager-operator I0518 07:03:43.545134 3428 obj_retry.go:548] Creating *factory.egressIPNamespace open-cluster-management-2qc6e4rqab9epl0osrq0g71h7qec7g8k took: 34.616µs I0518 07:03:43.545141 3428 obj_retry.go:548] Creating *factory.egressIPNamespace kube-system took: 3.176µs I0518 07:03:43.545146 3428 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-apiserver-operator I0518 07:03:43.545055 3428 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-node I0518 07:03:43.545150 3428 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-console-operator I0518 07:03:43.545153 3428 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-controller-manager-operator took: 11.701µs I0518 07:03:43.545156 3428 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-apiserver I0518 07:03:43.545158 3428 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-cluster-storage-operator I0518 07:03:43.545161 3428 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-must-gather-operator I0518 07:03:43.545162 3428 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-network-console I0518 07:03:43.545170 3428 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-node took: 12.552µs I0518 07:03:43.545170 3428 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-deployment-validation-operator I0518 07:03:43.545171 3428 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-must-gather-operator took: 2.321µs I0518 07:03:43.545178 3428 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-apiserver took: 10.985µs I0518 07:03:43.545182 3428 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-config I0518 07:03:43.545183 3428 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-cluster-storage-operator took: 12.801µs I0518 07:03:43.545129 3428 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-image-registry I0518 07:03:43.545190 3428 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-deployment-validation-operator took: 10.441µs I0518 07:03:43.545192 3428 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-kube-apiserver-operator I0518 07:03:43.545196 3428 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-kube-storage-version-migrator-operator I0518 07:03:43.545157 3428 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-apiserver-operator took: 3.065µs I0518 07:03:43.545199 3428 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-image-registry took: 3.414µs I0518 07:03:43.545203 3428 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-kube-storage-version-migrator-operator took: 1.44µs I0518 07:03:43.545203 3428 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-kube-apiserver-operator took: 3.256µs I0518 07:03:43.545207 3428 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-kube-controller-manager-operator I0518 07:03:43.545209 3428 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-config-operator I0518 07:03:43.545209 3428 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-backplane-mcs-tier-two I0518 07:03:43.545214 3428 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-kube-controller-manager-operator took: 1.413µs I0518 07:03:43.545216 3428 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-config-operator took: 1.535µs I0518 07:03:43.545218 3428 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-kube-scheduler-operator I0518 07:03:43.545220 3428 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-dns-operator I0518 07:03:43.545227 3428 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-dns-operator took: 1.392µs I0518 07:03:43.545228 3428 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-kube-scheduler-operator took: 3.305µs I0518 07:03:43.545230 3428 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-cluster-node-tuning-operator I0518 07:03:43.545235 3428 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-ingress-operator I0518 07:03:43.545237 3428 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-cluster-node-tuning-operator took: 1.73µs I0518 07:03:43.545229 3428 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-backplane-mcs-tier-two took: 10.529µs I0518 07:03:43.545243 3428 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-ingress-operator took: 2.407µs I0518 07:03:43.545246 3428 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-machine-api I0518 07:03:43.545248 3428 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-backplane I0518 07:03:43.545195 3428 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-config took: 3.098µs I0518 07:03:43.545141 3428 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-network-operator took: 16.782µs I0518 07:03:43.545257 3428 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-machine-api took: 3.802µs I0518 07:03:43.545260 3428 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-backplane-srep-ro I0518 07:03:43.545264 3428 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-cloud-controller-manager I0518 07:03:43.545267 3428 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-backplane-srep-ro took: 1.783µs I0518 07:03:43.545271 3428 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-cluster-machine-approver I0518 07:03:43.545273 3428 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-cloud-controller-manager took: 1.947µs I0518 07:03:43.545278 3428 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-cluster-machine-approver took: 2.608µs I0518 07:03:43.545183 3428 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-service-ca-operator I0518 07:03:43.545284 3428 obj_retry.go:509] Add event received for *factory.egressIPNamespace kube-node-lease I0518 07:03:43.545287 3428 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-service-ca-operator took: 1.63µs I0518 07:03:43.545291 3428 obj_retry.go:548] Creating *factory.egressIPNamespace kube-node-lease took: 1.126µs I0518 07:03:43.545207 3428 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-backplane-managed-scripts I0518 07:03:43.545302 3428 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-backplane-managed-scripts took: 2.268µs I0518 07:03:43.545308 3428 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-backplane-cee I0518 07:03:43.545314 3428 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-backplane-cee took: 1.375µs I0518 07:03:43.545321 3428 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-backplane-mobb I0518 07:03:43.545329 3428 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-backplane-mobb took: 1.64µs I0518 07:03:43.545333 3428 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-insights I0518 07:03:43.545341 3428 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-insights took: 3.716µs I0518 07:03:43.545146 3428 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-operators took: 13.7µs I0518 07:03:43.545348 3428 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-authentication-operator I0518 07:03:43.545354 3428 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-authentication-operator took: 2.269µs I0518 07:03:43.545279 3428 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-backplane-cse I0518 07:03:43.545358 3428 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-route-controller-manager I0518 07:03:43.545363 3428 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-backplane-cse took: 1.696µs I0518 07:03:43.545363 3428 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-route-controller-manager took: 1.237µs I0518 07:03:43.545264 3428 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-multus I0518 07:03:43.545369 3428 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-cluster-samples-operator I0518 07:03:43.545372 3428 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-multus took: 2.011µs I0518 07:03:43.545377 3428 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-backplane-tam I0518 07:03:43.545377 3428 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-cluster-samples-operator took: 1.887µs I0518 07:03:43.545381 3428 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-backplane-tam took: 902ns I0518 07:03:43.545384 3428 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-config-managed I0518 07:03:43.545392 3428 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-config-managed took: 1.58µs I0518 07:03:43.545291 3428 obj_retry.go:509] Add event received for *factory.egressIPNamespace default I0518 07:03:43.545400 3428 obj_retry.go:548] Creating *factory.egressIPNamespace default took: 1.646µs I0518 07:03:43.545404 3428 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-backplane-ai-agent I0518 07:03:43.545409 3428 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-backplane-ai-agent took: 933ns I0518 07:03:43.545386 3428 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-customer-monitoring I0518 07:03:43.545420 3428 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-customer-monitoring took: 2.075µs I0518 07:03:43.545424 3428 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-network-node-identity I0518 07:03:43.545429 3428 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-network-node-identity took: 1.834µs I0518 07:03:43.545113 3428 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-cloud-credential-operator took: 2.777µs I0518 07:03:43.545438 3428 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-backplane-srep I0518 07:03:43.545445 3428 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-backplane-srep took: 1.925µs I0518 07:03:43.545451 3428 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-console-user-settings I0518 07:03:43.545456 3428 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-console-user-settings took: 1.155µs I0518 07:03:43.545460 3428 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-backplane-lpsre I0518 07:03:43.545465 3428 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-backplane-lpsre took: 1.229µs I0518 07:03:43.545469 3428 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-ingress-canary I0518 07:03:43.545473 3428 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-ingress-canary took: 995ns I0518 07:03:43.545149 3428 obj_retry.go:548] Creating *factory.egressIPNamespace openshift took: 11.776µs I0518 07:03:43.545480 3428 obj_retry.go:509] Add event received for *factory.egressIPNamespace dedicated-admin I0518 07:03:43.545485 3428 obj_retry.go:548] Creating *factory.egressIPNamespace dedicated-admin took: 2.103µs I0518 07:03:43.545489 3428 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-package-operator I0518 07:03:43.545495 3428 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-package-operator took: 2.282µs I0518 07:03:43.545500 3428 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-kube-scheduler I0518 07:03:43.545508 3428 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-kube-scheduler took: 1.963µs I0518 07:03:43.545520 3428 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-etcd I0518 07:03:43.545527 3428 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-etcd took: 2.153µs I0518 07:03:43.545162 3428 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-console-operator took: 2.591µs I0518 07:03:43.545536 3428 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-dns I0518 07:03:43.545545 3428 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-dns took: 3.804µs I0518 07:03:43.545552 3428 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-infra I0518 07:03:43.545560 3428 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-infra took: 2.832µs I0518 07:03:43.545569 3428 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-operator-lifecycle-manager I0518 07:03:43.545579 3428 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-operator-lifecycle-manager took: 3.429µs I0518 07:03:43.545120 3428 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-controller-manager took: 2.915µs I0518 07:03:43.545591 3428 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-console I0518 07:03:43.545600 3428 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-console took: 2.917µs I0518 07:03:43.545607 3428 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-host-network I0518 07:03:43.545617 3428 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-host-network took: 2.242µs I0518 07:03:43.545624 3428 obj_retry.go:509] Add event received for *factory.egressIPNamespace kube-public I0518 07:03:43.545632 3428 obj_retry.go:548] Creating *factory.egressIPNamespace kube-public took: 2.346µs I0518 07:03:43.545639 3428 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-marketplace I0518 07:03:43.545650 3428 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-marketplace took: 5.373µs I0518 07:03:43.545186 3428 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-network-console took: 11.542µs I0518 07:03:43.545662 3428 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-cluster-version I0518 07:03:43.545673 3428 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-cluster-version took: 4.662µs I0518 07:03:43.545679 3428 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-monitoring I0518 07:03:43.545689 3428 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-monitoring took: 3.825µs I0518 07:03:43.545696 3428 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-authentication I0518 07:03:43.545705 3428 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-authentication took: 1.911µs I0518 07:03:43.545712 3428 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-logging I0518 07:03:43.545721 3428 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-logging took: 2.252µs I0518 07:03:43.545186 3428 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-user-workload-monitoring I0518 07:03:43.545736 3428 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-user-workload-monitoring took: 3.15µs I0518 07:03:43.545746 3428 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-ingress I0518 07:03:43.545757 3428 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-ingress took: 5.256µs I0518 07:03:43.545764 3428 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-operators-redhat I0518 07:03:43.545772 3428 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-operators-redhat took: 2.107µs I0518 07:03:43.545779 3428 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-machine-config-operator I0518 07:03:43.545790 3428 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-machine-config-operator took: 4.284µs I0518 07:03:43.545207 3428 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-ovn-kubernetes I0518 07:03:43.545805 3428 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-ovn-kubernetes took: 4.568µs I0518 07:03:43.545813 3428 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-kube-controller-manager I0518 07:03:43.545823 3428 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-kube-controller-manager took: 3.285µs I0518 07:03:43.545830 3428 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-kube-apiserver I0518 07:03:43.545840 3428 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-kube-apiserver took: 2.721µs I0518 07:03:43.545847 3428 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-network-diagnostics I0518 07:03:43.545856 3428 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-network-diagnostics took: 2.667µs I0518 07:03:43.545254 3428 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-backplane took: 1.022µs I0518 07:03:43.545874 3428 factory.go:1366] Added *v1.Namespace event handler 8 I0518 07:03:43.545957 3428 obj_retry.go:509] Add event received for *factory.egressIPPod kube-system/konnectivity-agent-kv96z I0518 07:03:43.545974 3428 obj_retry.go:548] Creating *factory.egressIPPod kube-system/konnectivity-agent-kv96z took: 6.248µs I0518 07:03:43.545975 3428 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-dns/node-resolver-jh88r I0518 07:03:43.545987 3428 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-image-registry/node-ca-h7tsd I0518 07:03:43.545990 3428 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-b8p87 I0518 07:03:43.545978 3428 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-ovn-kubernetes/ovnkube-node-ljk5m I0518 07:03:43.546000 3428 obj_retry.go:548] Creating *factory.egressIPPod openshift-ovn-kubernetes/ovnkube-node-ljk5m took: 605ns I0518 07:03:43.545991 3428 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-multus/multus-xmvrm I0518 07:03:43.546004 3428 obj_retry.go:548] Creating *factory.egressIPPod openshift-image-registry/node-ca-h7tsd took: 7.961µs I0518 07:03:43.546005 3428 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-cluster-node-tuning-operator/tuned-jdh5v I0518 07:03:43.546005 3428 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-168.ec2.internal I0518 07:03:43.546012 3428 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-multus/network-metrics-daemon-zzhmd I0518 07:03:43.546014 3428 obj_retry.go:548] Creating *factory.egressIPPod openshift-multus/multus-xmvrm took: 5.922µs I0518 07:03:43.546021 3428 obj_retry.go:548] Creating *factory.egressIPPod openshift-multus/network-metrics-daemon-zzhmd took: 628ns I0518 07:03:43.546021 3428 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-cluster-node-tuning-operator/tuned-4sdcp I0518 07:03:43.546024 3428 obj_retry.go:548] Creating *factory.egressIPPod openshift-cluster-node-tuning-operator/tuned-jdh5v took: 7.815µs I0518 07:03:43.546030 3428 obj_retry.go:548] Creating *factory.egressIPPod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-168.ec2.internal took: 10.227µs I0518 07:03:43.546033 3428 obj_retry.go:509] Add event received for *factory.egressIPPod kube-system/kube-apiserver-proxy-ip-10-0-0-168.ec2.internal I0518 07:03:43.546034 3428 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-network-diagnostics/network-check-target-5gq8p I0518 07:03:43.546040 3428 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-multus/multus-rnkmt I0518 07:03:43.546041 3428 obj_retry.go:548] Creating *factory.egressIPPod openshift-cluster-node-tuning-operator/tuned-4sdcp took: 8.241µs I0518 07:03:43.546046 3428 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-network-operator/iptables-alerter-crs2q I0518 07:03:43.546046 3428 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-network-operator/iptables-alerter-8fcb7 I0518 07:03:43.546050 3428 obj_retry.go:509] Add event received for *factory.egressIPPod kube-system/kube-apiserver-proxy-ip-10-0-2-232.ec2.internal I0518 07:03:43.546050 3428 obj_retry.go:548] Creating *factory.egressIPPod kube-system/kube-apiserver-proxy-ip-10-0-0-168.ec2.internal took: 8.156µs I0518 07:03:43.546059 3428 obj_retry.go:548] Creating *factory.egressIPPod kube-system/kube-apiserver-proxy-ip-10-0-2-232.ec2.internal took: 603ns I0518 07:03:43.546064 3428 obj_retry.go:548] Creating *factory.egressIPPod openshift-network-operator/iptables-alerter-crs2q took: 7.911µs I0518 07:03:43.545991 3428 obj_retry.go:548] Creating *factory.egressIPPod openshift-dns/node-resolver-jh88r took: 6.908µs I0518 07:03:43.546071 3428 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-image-registry/image-registry-6d778df49b-jq24x I0518 07:03:43.546080 3428 obj_retry.go:548] Creating *factory.egressIPPod openshift-image-registry/image-registry-6d778df49b-jq24x took: 649ns I0518 07:03:43.546032 3428 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-5ddgd I0518 07:03:43.546093 3428 obj_retry.go:548] Creating *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-5ddgd took: 4.224µs I0518 07:03:43.546097 3428 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-t9svd I0518 07:03:43.546103 3428 obj_retry.go:548] Creating *factory.egressIPPod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-t9svd took: 898ns I0518 07:03:43.546072 3428 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-dns/node-resolver-sh96v I0518 07:03:43.546115 3428 obj_retry.go:548] Creating *factory.egressIPPod openshift-dns/node-resolver-sh96v took: 895ns I0518 07:03:43.546060 3428 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-image-registry/node-ca-ggp98 I0518 07:03:43.546122 3428 obj_retry.go:548] Creating *factory.egressIPPod openshift-image-registry/node-ca-ggp98 took: 660ns I0518 07:03:43.546048 3428 obj_retry.go:548] Creating *factory.egressIPPod openshift-multus/multus-rnkmt took: 604ns I0518 07:03:43.546021 3428 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-backplane/osd-delete-backplane-serviceaccounts-29651460-s95vx I0518 07:03:43.546136 3428 obj_retry.go:548] Creating *factory.egressIPPod openshift-backplane/osd-delete-backplane-serviceaccounts-29651460-s95vx took: 4.201µs I0518 07:03:43.546142 3428 obj_retry.go:509] Add event received for *factory.egressIPPod kube-system/konnectivity-agent-6j6bx I0518 07:03:43.546147 3428 obj_retry.go:548] Creating *factory.egressIPPod kube-system/konnectivity-agent-6j6bx took: 259ns I0518 07:03:43.546151 3428 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-network-diagnostics/network-check-target-grcpm I0518 07:03:43.546155 3428 obj_retry.go:548] Creating *factory.egressIPPod openshift-network-diagnostics/network-check-target-grcpm took: 306ns I0518 07:03:43.546009 3428 obj_retry.go:548] Creating *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-b8p87 took: 8.168µs I0518 07:03:43.546162 3428 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-xmmfg I0518 07:03:43.546166 3428 obj_retry.go:548] Creating *factory.egressIPPod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-xmmfg took: 559ns I0518 07:03:43.546022 3428 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-image-registry/image-registry-6d778df49b-vn7fw I0518 07:03:43.546172 3428 obj_retry.go:548] Creating *factory.egressIPPod openshift-image-registry/image-registry-6d778df49b-vn7fw took: 491ns I0518 07:03:43.546035 3428 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-deployment-validation-operator/deployment-validation-operator-catalog-85bqz I0518 07:03:43.546177 3428 obj_retry.go:548] Creating *factory.egressIPPod openshift-deployment-validation-operator/deployment-validation-operator-catalog-85bqz took: 274ns I0518 07:03:43.546035 3428 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-multus/network-metrics-daemon-zdm7g I0518 07:03:43.546188 3428 obj_retry.go:548] Creating *factory.egressIPPod openshift-multus/network-metrics-daemon-zdm7g took: 3.856µs I0518 07:03:43.546192 3428 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-2-232.ec2.internal I0518 07:03:43.546196 3428 obj_retry.go:548] Creating *factory.egressIPPod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-2-232.ec2.internal took: 303ns I0518 07:03:43.546064 3428 obj_retry.go:548] Creating *factory.egressIPPod openshift-network-operator/iptables-alerter-8fcb7 took: 7.003µs I0518 07:03:43.546202 3428 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-ovn-kubernetes/ovnkube-node-5cvsd I0518 07:03:43.546206 3428 obj_retry.go:548] Creating *factory.egressIPPod openshift-ovn-kubernetes/ovnkube-node-5cvsd took: 280ns I0518 07:03:43.546066 3428 obj_retry.go:548] Creating *factory.egressIPPod openshift-network-diagnostics/network-check-target-5gq8p took: 19.523µs I0518 07:03:43.546214 3428 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-image-registry/image-registry-844f99f975-7pnh4 I0518 07:03:43.546218 3428 obj_retry.go:548] Creating *factory.egressIPPod openshift-image-registry/image-registry-844f99f975-7pnh4 took: 668ns I0518 07:03:43.546224 3428 factory.go:1366] Added *v1.Pod event handler 9 I0518 07:03:43.546331 3428 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:u2739035135}] I0518 07:03:43.546373 3428 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:u2739035135}]}}] Timeout: Where:[where column _uuid == {747517ee-9487-4adc-b570-70ba027f8362}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:43.546416 3428 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:0xc008aa1670 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:u2739035135} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:policies Mutator:insert Value:{GoSet:[{GoUUID:u2739035135}]}}] Timeout: Where:[where column _uuid == {747517ee-9487-4adc-b570-70ba027f8362}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:43.547033 3428 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:u2739035136}] I0518 07:03:43.547072 3428 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:u2739035136}]}}] Timeout: Where:[where column _uuid == {747517ee-9487-4adc-b570-70ba027f8362}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:43.547088 3428 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:0xc008aba320 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:u2739035136} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:policies Mutator:insert Value:{GoSet:[{GoUUID:u2739035136}]}}] Timeout: Where:[where column _uuid == {747517ee-9487-4adc-b570-70ba027f8362}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:43.547564 3428 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:u2739035137}] I0518 07:03:43.547604 3428 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:u2739035137}]}}] Timeout: Where:[where column _uuid == {747517ee-9487-4adc-b570-70ba027f8362}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:43.547620 3428 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:0xc008abafa0 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:u2739035137} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:policies Mutator:insert Value:{GoSet:[{GoUUID:u2739035137}]}}] Timeout: Where:[where column _uuid == {747517ee-9487-4adc-b570-70ba027f8362}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:43.548035 3428 model_client.go:374] Create 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:u2739035138}] I0518 07:03:43.548057 3428 address_set.go:303] New(u2739035138/default-network-controller:EgressIP:node-ips:v4:default/a712973235162149816) with [] I0518 07:03:43.548062 3428 transact.go: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:u2739035138}] I0518 07:03:43.548348 3428 model_client.go:374] Create 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:u2739035139}] I0518 07:03:43.548370 3428 address_set.go:303] New(u2739035139/default-network-controller:EgressIP:egressip-served-pods:v4:default/a8519615025667110816) with [] I0518 07:03:43.548375 3428 transact.go: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:u2739035139}] I0518 07:03:43.548629 3428 model_client.go:374] Create 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:u2739035140}] I0518 07:03:43.548648 3428 address_set.go:303] New(u2739035140/default-network-controller:EgressService:egresssvc-served-pods:v4/a13607449821398607916) with [] I0518 07:03:43.548653 3428 transact.go: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:u2739035140}] I0518 07:03:43.548977 3428 obj_retry.go:509] Add event received for *factory.egressNode ip-10-0-2-232.ec2.internal I0518 07:03:43.548996 3428 obj_retry.go:509] Add event received for *factory.egressNode ip-10-0-0-168.ec2.internal I0518 07:03:43.549111 3428 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:u2739035141}] I0518 07:03:43.549170 3428 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:u2739035141}]}}] Timeout: Where:[where column _uuid == {de7a1293-10df-480d-a753-2f164bf0c46c}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:43.549188 3428 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:u2739035141} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:qos_rules Mutator:insert Value:{GoSet:[{GoUUID:u2739035141}]}}] Timeout: Where:[where column _uuid == {de7a1293-10df-480d-a753-2f164bf0c46c}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:43.549648 3428 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 == {b2a97599-cfaa-416d-9a0c-45aa67117163}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:43.549669 3428 transact.go:43] Configuring OVN: [{Op:update Table:Address_Set Row:map[addresses:{GoSet:[]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {b2a97599-cfaa-416d-9a0c-45aa67117163}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:43.549947 3428 egressip.go:2084] Egress node: ip-10-0-2-232.ec2.internal about to be initialized I0518 07:03:43.549998 3428 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:u2739035142}] I0518 07:03:43.550028 3428 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:u2739035142}]}}] Timeout: Where:[where column _uuid == {747517ee-9487-4adc-b570-70ba027f8362}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:43.550044 3428 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:u2739035142} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u2739035142}]}}] Timeout: Where:[where column _uuid == {747517ee-9487-4adc-b570-70ba027f8362}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:43.550144 3428 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 == {b2a97599-cfaa-416d-9a0c-45aa67117163}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:43.550164 3428 transact.go:43] Configuring OVN: [{Op:update Table:Address_Set Row:map[addresses:{GoSet:[]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {b2a97599-cfaa-416d-9a0c-45aa67117163}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:43.550434 3428 obj_retry.go:548] Creating *factory.egressNode ip-10-0-0-168.ec2.internal took: 1.427085ms I0518 07:03:43.550435 3428 obj_retry.go:548] Creating *factory.egressNode ip-10-0-2-232.ec2.internal took: 1.439002ms I0518 07:03:43.550465 3428 factory.go:1366] Added *v1.Node event handler 10 I0518 07:03:43.550494 3428 factory.go:1366] Added *v1.EgressIP event handler 11 I0518 07:03:43.550673 3428 factory.go:1366] Added *v1.EgressFirewall event handler 12 I0518 07:03:43.550727 3428 controller.go:132] Adding controller ef_node_controller event handlers I0518 07:03:43.550751 3428 shared_informer.go:313] Waiting for caches to sync for ef_node_controller I0518 07:03:43.550759 3428 shared_informer.go:320] Caches are synced for ef_node_controller I0518 07:03:43.550768 3428 controller.go:156] Starting controller ef_node_controller with 1 workers I0518 07:03:43.550781 3428 egressqos.go:193] Setting up event handlers for EgressQoS I0518 07:03:43.550875 3428 egressqos.go:245] Starting EgressQoS Controller I0518 07:03:43.550903 3428 shared_informer.go:313] Waiting for caches to sync for egressqosnodes I0518 07:03:43.550909 3428 shared_informer.go:320] Caches are synced for egressqosnodes I0518 07:03:43.550916 3428 shared_informer.go:313] Waiting for caches to sync for egressqospods I0518 07:03:43.550921 3428 shared_informer.go:320] Caches are synced for egressqospods I0518 07:03:43.550929 3428 shared_informer.go:313] Waiting for caches to sync for egressqos I0518 07:03:43.550934 3428 shared_informer.go:320] Caches are synced for egressqos I0518 07:03:43.550940 3428 egressqos.go:259] Repairing EgressQoSes I0518 07:03:43.550947 3428 egressqos.go:399] Starting repairing loop for egressqos I0518 07:03:43.551028 3428 egressqos.go:401] Finished repairing loop for egressqos: 82.569µs I0518 07:03:43.551050 3428 egressservice_zone.go:132] Setting up event handlers for Egress Services I0518 07:03:43.551084 3428 egressqos.go:1007] Processing sync for EgressQoS node ip-10-0-2-232.ec2.internal I0518 07:03:43.551096 3428 egressqos.go:1022] EgressQoS ip-10-0-2-232.ec2.internal node retrieved from lister: &Node{ObjectMeta:{ip-10-0-2-232.ec2.internal 12bf0897-5c10-4404-8801-548d55bacfb7 9799 0 2026-05-18 07:03:16 +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-1a hypershift.openshift.io/managed:true hypershift.openshift.io/nodePool:kx-62e28e5166-workers-2 hypershift.openshift.io/nodepool-globalps-enabled:true kubernetes.io/arch:amd64 kubernetes.io/hostname:ip-10-0-2-232.ec2.internal kubernetes.io/os:linux node-role.kubernetes.io/worker: node.kubernetes.io/instance-type:m5.2xlarge node.openshift.io/os_id:rhel topology.ebs.csi.aws.com/zone:us-east-1a topology.k8s.aws/zone-id:use1-az6 topology.kubernetes.io/region:us-east-1 topology.kubernetes.io/zone:us-east-1a] map[cloud.network.openshift.io/egress-ipconfig:[{"interface":"eni-061c6ca8f6c850962","ifaddr":{"ipv4":"10.0.2.0/24"},"capacity":{"ipv4":14,"ipv6":15}}] cluster.x-k8s.io/annotations-from-machine: cluster.x-k8s.io/cluster-name:2qc6e4rqab9epl0osrq0g71h7qec7g8k cluster.x-k8s.io/cluster-namespace:ocm-production-2qc6e4rqab9epl0osrq0g71h7qec7g8k-kx-62e28e5166 cluster.x-k8s.io/labels-from-machine: cluster.x-k8s.io/machine:kx-62e28e5166-workers-2-mw94v-6qwhb cluster.x-k8s.io/owner-kind:MachineSet cluster.x-k8s.io/owner-name:kx-62e28e5166-workers-2-mw94v csi.volume.kubernetes.io/nodeid:{"ebs.csi.aws.com":"i-03e158a41c833f1f2"} 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-2-232.ec2.internal","mac-address":"0e:57:40:b5:16:ab","ip-addresses":["10.0.2.232/24"],"ip-address":"10.0.2.232/24","next-hops":["10.0.2.1"],"next-hop":"10.0.2.1","node-port-enable":"true","vlan-id":"0"}} k8s.ovn.org/node-chassis-id:5017e823-fd35-48ea-8619-1d97683ace18 k8s.ovn.org/node-encap-ips:["10.0.2.232"] 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.2.232/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-2-232.ec2.internal volumes.kubernetes.io/controller-managed-attach-detach:true] [] [] []},Spec:NodeSpec{PodCIDR:,DoNotUseExternalID:,ProviderID:aws:///us-east-1a/i-03e158a41c833f1f2,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-05-18 07:03:27 +0000 UTC,LastTransitionTime:2026-05-18 07:03:16 +0000 UTC,Reason:KubeletHasSufficientMemory,Message:kubelet has sufficient memory available,},NodeCondition{Type:DiskPressure,Status:False,LastHeartbeatTime:2026-05-18 07:03:27 +0000 UTC,LastTransitionTime:2026-05-18 07:03:16 +0000 UTC,Reason:KubeletHasNoDiskPressure,Message:kubelet has no disk pressure,},NodeCondition{Type:PIDPressure,Status:False,LastHeartbeatTime:2026-05-18 07:03:27 +0000 UTC,LastTransitionTime:2026-05-18 07:03:16 +0000 UTC,Reason:KubeletHasSufficientPID,Message:kubelet has sufficient PID available,},NodeCondition{Type:Ready,Status:False,LastHeartbeatTime:2026-05-18 07:03:27 +0000 UTC,LastTransitionTime:2026-05-18 07:03:16 +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.2.232,},NodeAddress{Type:InternalDNS,Address:ip-10-0-2-232.ec2.internal,},NodeAddress{Type:Hostname,Address:ip-10-0-2-232.ec2.internal,},},DaemonEndpoints:NodeDaemonEndpoints{KubeletEndpoint:DaemonEndpoint{Port:10250,},},NodeInfo:NodeSystemInfo{MachineID:ec2d32db42646b42edeb650e216f838d,SystemUUID:ec2d32db-4264-6b42-edeb-650e216f838d,BootID:556e664c-e402-409b-b44a-0c0bd12e67c9,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,},} I0518 07:03:43.551290 3428 egressqos.go:1010] Finished syncing EgressQoS node ip-10-0-2-232.ec2.internal : 206.705µs I0518 07:03:43.551564 3428 egressservice_zone.go:210] Starting Egress Services Controller I0518 07:03:43.551573 3428 shared_informer.go:313] Waiting for caches to sync for egressservices I0518 07:03:43.551578 3428 shared_informer.go:320] Caches are synced for egressservices I0518 07:03:43.551582 3428 shared_informer.go:313] Waiting for caches to sync for egressservices_services I0518 07:03:43.551585 3428 shared_informer.go:320] Caches are synced for egressservices_services I0518 07:03:43.551589 3428 shared_informer.go:313] Waiting for caches to sync for egressservices_endpointslices I0518 07:03:43.551591 3428 shared_informer.go:320] Caches are synced for egressservices_endpointslices I0518 07:03:43.551595 3428 shared_informer.go:313] Waiting for caches to sync for egressservices_nodes I0518 07:03:43.551598 3428 shared_informer.go:320] Caches are synced for egressservices_nodes I0518 07:03:43.551603 3428 egressservice_zone.go:228] Repairing Egress Services I0518 07:03:43.551740 3428 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 == {25e7bda8-5e40-4cb3-97e2-84e30c2a876c}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:43.551758 3428 transact.go:43] Configuring OVN: [{Op:update Table:Address_Set Row:map[addresses:{GoSet:[]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {25e7bda8-5e40-4cb3-97e2-84e30c2a876c}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:43.551915 3428 master_controller.go:88] Starting Admin Policy Based Route Controller I0518 07:03:43.551925 3428 external_controller.go:277] Starting Admin Policy Based Route Controller I0518 07:03:43.551924 3428 egressservice_zone_endpointslice.go:81] Ignoring updating openshift-machine-config-operator/machine-config-daemon for endpointslice openshift-machine-config-operator/machine-config-daemon-vf4h4 as it is not a known egress service I0518 07:03:43.551932 3428 egressservice_zone_endpointslice.go:81] Ignoring updating openshift-authentication-operator/metrics for endpointslice openshift-authentication-operator/metrics-jwx7b as it is not a known egress service I0518 07:03:43.551940 3428 egressservice_zone_endpointslice.go:81] Ignoring updating openshift-config-operator/metrics for endpointslice openshift-config-operator/metrics-n4wjd as it is not a known egress service I0518 07:03:43.551944 3428 egressservice_zone_endpointslice.go:81] Ignoring updating openshift-dns/dns-default for endpointslice openshift-dns/dns-default-bmkr9 as it is not a known egress service I0518 07:03:43.551949 3428 egressservice_zone_endpointslice.go:81] Ignoring updating default/packageserver for endpointslice default/packageserver-p665z as it is not a known egress service I0518 07:03:43.551952 3428 egressservice_zone_endpointslice.go:81] Ignoring updating openshift-ingress-canary/ingress-canary for endpointslice openshift-ingress-canary/ingress-canary-gsnf6 as it is not a known egress service I0518 07:03:43.551957 3428 egressservice_zone_endpointslice.go:81] Ignoring updating openshift-ingress/router-internal-default for endpointslice openshift-ingress/router-internal-default-pbfqt as it is not a known egress service I0518 07:03:43.551965 3428 egressservice_zone_node.go:110] Processing sync for Egress Service node ip-10-0-0-168.ec2.internal I0518 07:03:43.551975 3428 egressservice_zone_node.go:113] Finished syncing Egress Service node ip-10-0-0-168.ec2.internal: 13.406µs I0518 07:03:43.551984 3428 egressservice_zone_node.go:110] Processing sync for Egress Service node ip-10-0-2-232.ec2.internal I0518 07:03:43.551988 3428 egressservice_zone_node.go:113] Finished syncing Egress Service node ip-10-0-2-232.ec2.internal: 4.467µs I0518 07:03:43.551994 3428 egressservice_zone_endpointslice.go:81] Ignoring updating openshift-ingress-operator/metrics for endpointslice openshift-ingress-operator/metrics-wc6qd as it is not a known egress service I0518 07:03:43.552000 3428 egressservice_zone_endpointslice.go:81] Ignoring updating default/openshift-apiserver for endpointslice default/openshift-apiserver-5gvtq as it is not a known egress service I0518 07:03:43.552005 3428 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-66mzw as it is not a known egress service I0518 07:03:43.552010 3428 egressservice_zone_endpointslice.go:81] Ignoring updating openshift-image-registry/image-registry for endpointslice openshift-image-registry/image-registry-z7whg as it is not a known egress service I0518 07:03:43.552016 3428 egressservice_zone_endpointslice.go:81] Ignoring updating openshift-kube-storage-version-migrator-operator/metrics for endpointslice openshift-kube-storage-version-migrator-operator/metrics-7r7mj as it is not a known egress service I0518 07:03:43.552020 3428 egressservice_zone_endpointslice.go:81] Ignoring updating default/openshift-oauth-apiserver for endpointslice default/openshift-oauth-apiserver-4h85v as it is not a known egress service I0518 07:03:43.552028 3428 egressservice_zone_endpointslice.go:81] Ignoring updating openshift-apiserver/check-endpoints for endpointslice openshift-apiserver/check-endpoints-q5lvs as it is not a known egress service I0518 07:03:43.552034 3428 egressservice_zone_endpointslice.go:81] Ignoring updating openshift-cluster-version/cluster-version-operator for endpointslice openshift-cluster-version/cluster-version-operator-m5tlt as it is not a known egress service I0518 07:03:43.552040 3428 egressservice_zone_endpointslice.go:81] Ignoring updating openshift-ingress/router-default for endpointslice openshift-ingress/router-default-9pbwc as it is not a known egress service I0518 07:03:43.552045 3428 egressservice_zone_endpointslice.go:81] Ignoring updating openshift-insights/metrics for endpointslice openshift-insights/metrics-6q72f as it is not a known egress service I0518 07:03:43.552049 3428 egressservice_zone_endpointslice.go:81] Ignoring updating openshift-kube-controller-manager-operator/metrics for endpointslice openshift-kube-controller-manager-operator/metrics-9xjpq as it is not a known egress service I0518 07:03:43.552053 3428 egressservice_zone_endpointslice.go:81] Ignoring updating openshift-network-console/networking-console-plugin for endpointslice openshift-network-console/networking-console-plugin-wbjht as it is not a known egress service I0518 07:03:43.552057 3428 egressservice_zone_endpointslice.go:81] Ignoring updating openshift-service-ca-operator/metrics for endpointslice openshift-service-ca-operator/metrics-8g5w5 as it is not a known egress service I0518 07:03:43.552063 3428 egressservice_zone_endpointslice.go:81] Ignoring updating default/kubernetes for endpointslice default/kubernetes as it is not a known egress service I0518 07:03:43.552065 3428 default_network_controller.go:563] Completing all the Watchers took 298.034346ms I0518 07:03:43.552068 3428 egressservice_zone_endpointslice.go:81] Ignoring updating openshift-cloud-credential-operator/cco-metrics for endpointslice openshift-cloud-credential-operator/cco-metrics-bb97r as it is not a known egress service I0518 07:03:43.552073 3428 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-xcxfq as it is not a known egress service I0518 07:03:43.552074 3428 default_network_controller.go:567] Starting unidling controllers I0518 07:03:43.552077 3428 egressservice_zone_endpointslice.go:81] Ignoring updating openshift-apiserver-operator/metrics for endpointslice openshift-apiserver-operator/metrics-h84b2 as it is not a known egress service I0518 07:03:43.552080 3428 unidle.go:46] Registering OVN SB ControllerEvent handler I0518 07:03:43.552082 3428 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-9psth as it is not a known egress service I0518 07:03:43.552086 3428 unidle.go:63] Populating Initial ContollerEvent events I0518 07:03:43.552101 3428 unidle.go:79] Setting up event handlers for services I0518 07:03:43.552125 3428 egressservice_zone_endpointslice.go:81] Ignoring updating openshift-machine-config-operator/machine-config-controller for endpointslice openshift-machine-config-operator/machine-config-controller-c89zw as it is not a known egress service I0518 07:03:43.552138 3428 egressservice_zone_endpointslice.go:81] Ignoring updating openshift-dns-operator/metrics for endpointslice openshift-dns-operator/metrics-znzgp as it is not a known egress service I0518 07:03:43.552148 3428 egressservice_zone_endpointslice.go:81] Ignoring updating openshift-machine-config-operator/machine-config-operator for endpointslice openshift-machine-config-operator/machine-config-operator-rwvd7 as it is not a known egress service I0518 07:03:43.552157 3428 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-45hvr as it is not a known egress service I0518 07:03:43.552167 3428 egressservice_zone_endpointslice.go:81] Ignoring updating openshift-console-operator/metrics for endpointslice openshift-console-operator/metrics-fmq8c as it is not a known egress service I0518 07:03:43.552175 3428 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-6hcbg as it is not a known egress service I0518 07:03:43.552183 3428 egressservice_zone_endpointslice.go:81] Ignoring updating openshift-network-diagnostics/network-check-target for endpointslice openshift-network-diagnostics/network-check-target-z9hxl as it is not a known egress service I0518 07:03:43.552180 3428 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-kube-controller-manager-operator I0518 07:03:43.552185 3428 external_controller_pod.go:22] APB queuing policies: map[] for pod: kube-system/kube-apiserver-proxy-ip-10-0-0-168.ec2.internal I0518 07:03:43.552197 3428 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-machine-api I0518 07:03:43.552201 3428 external_controller_pod.go:22] APB queuing policies: map[] for pod: openshift-image-registry/node-ca-h7tsd I0518 07:03:43.552204 3428 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-ovn-kubernetes I0518 07:03:43.552208 3428 external_controller_pod.go:22] APB queuing policies: map[] for pod: kube-system/konnectivity-agent-kv96z I0518 07:03:43.552210 3428 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-package-operator I0518 07:03:43.552215 3428 external_controller_pod.go:22] APB queuing policies: map[] for pod: openshift-cluster-node-tuning-operator/tuned-jdh5v I0518 07:03:43.552217 3428 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-backplane-tam I0518 07:03:43.552221 3428 external_controller_pod.go:22] APB queuing policies: map[] for pod: openshift-image-registry/node-ca-ggp98 I0518 07:03:43.552222 3428 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-config-operator I0518 07:03:43.552227 3428 external_controller_pod.go:22] APB queuing policies: map[] for pod: kube-system/konnectivity-agent-6j6bx I0518 07:03:43.552228 3428 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-console-user-settings I0518 07:03:43.552233 3428 external_controller_pod.go:22] APB queuing policies: map[] for pod: kube-system/kube-apiserver-proxy-ip-10-0-2-232.ec2.internal I0518 07:03:43.552235 3428 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-host-network I0518 07:03:43.552239 3428 external_controller_pod.go:22] APB queuing policies: map[] for pod: openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-t9svd I0518 07:03:43.552240 3428 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-kube-controller-manager I0518 07:03:43.552244 3428 external_controller_pod.go:22] APB queuing policies: map[] for pod: openshift-dns/node-resolver-sh96v I0518 07:03:43.552246 3428 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-cloud-controller-manager I0518 07:03:43.552248 3428 external_controller_pod.go:22] APB queuing policies: map[] for pod: openshift-ovn-kubernetes/ovnkube-node-5cvsd I0518 07:03:43.552250 3428 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-console I0518 07:03:43.552252 3428 external_controller_pod.go:22] APB queuing policies: map[] for pod: openshift-ovn-kubernetes/ovnkube-node-ljk5m I0518 07:03:43.552253 3428 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-customer-monitoring I0518 07:03:43.552256 3428 external_controller_pod.go:22] APB queuing policies: map[] for pod: openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-xmmfg I0518 07:03:43.552257 3428 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-kube-scheduler I0518 07:03:43.552260 3428 external_controller_pod.go:22] APB queuing policies: map[] for pod: openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-2-232.ec2.internal I0518 07:03:43.552261 3428 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-kube-scheduler-operator I0518 07:03:43.552264 3428 external_controller_pod.go:22] APB queuing policies: map[] for pod: openshift-multus/multus-rnkmt I0518 07:03:43.552265 3428 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-operators-redhat I0518 07:03:43.552268 3428 external_controller_pod.go:22] APB queuing policies: map[] for pod: openshift-network-operator/iptables-alerter-crs2q I0518 07:03:43.552269 3428 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-authentication I0518 07:03:43.552271 3428 external_controller_pod.go:22] APB queuing policies: map[] for pod: openshift-dns/node-resolver-jh88r I0518 07:03:43.552273 3428 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-cluster-samples-operator I0518 07:03:43.552275 3428 external_controller_pod.go:22] APB queuing policies: map[] for pod: openshift-multus/multus-additional-cni-plugins-5ddgd I0518 07:03:43.552277 3428 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-backplane-cee I0518 07:03:43.552279 3428 external_controller_pod.go:22] APB queuing policies: map[] for pod: openshift-multus/multus-additional-cni-plugins-b8p87 I0518 07:03:43.552281 3428 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-cluster-machine-approver I0518 07:03:43.552283 3428 external_controller_pod.go:22] APB queuing policies: map[] for pod: openshift-multus/multus-xmvrm I0518 07:03:43.552285 3428 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-dns I0518 07:03:43.552287 3428 external_controller_pod.go:22] APB queuing policies: map[] for pod: openshift-cluster-node-tuning-operator/tuned-4sdcp I0518 07:03:43.552291 3428 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-infra I0518 07:03:43.552292 3428 external_controller_pod.go:22] APB queuing policies: map[] for pod: openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-168.ec2.internal I0518 07:03:43.552297 3428 external_controller_pod.go:22] APB queuing policies: map[] for pod: openshift-network-operator/iptables-alerter-8fcb7 I0518 07:03:43.552296 3428 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-service-ca-operator I0518 07:03:43.552302 3428 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: default I0518 07:03:43.552306 3428 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: kube-public I0518 07:03:43.552309 3428 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-dns-operator I0518 07:03:43.552312 3428 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-kube-apiserver I0518 07:03:43.552315 3428 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: kube-node-lease I0518 07:03:43.552318 3428 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-backplane-lpsre I0518 07:03:43.552321 3428 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-network-diagnostics I0518 07:03:43.552325 3428 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-logging I0518 07:03:43.552328 3428 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-machine-config-operator I0518 07:03:43.552331 3428 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-etcd I0518 07:03:43.552334 3428 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-ingress-canary I0518 07:03:43.552337 3428 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-cluster-node-tuning-operator I0518 07:03:43.552341 3428 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-config-managed I0518 07:03:43.552344 3428 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-network-node-identity I0518 07:03:43.552347 3428 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-backplane-cse I0518 07:03:43.552351 3428 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-marketplace I0518 07:03:43.552354 3428 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-backplane-mobb I0518 07:03:43.552357 3428 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-ingress-operator I0518 07:03:43.552360 3428 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-insights I0518 07:03:43.552363 3428 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-operator-lifecycle-manager I0518 07:03:43.552366 3428 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-backplane I0518 07:03:43.552369 3428 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-backplane-ai-agent I0518 07:03:43.552372 3428 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-cluster-csi-drivers I0518 07:03:43.552375 3428 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-network-operator I0518 07:03:43.552379 3428 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-node I0518 07:03:43.552382 3428 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-operators I0518 07:03:43.552385 3428 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: open-cluster-management-2qc6e4rqab9epl0osrq0g71h7qec7g8k I0518 07:03:43.552388 3428 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-backplane-csm I0518 07:03:43.552391 3428 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-cloud-network-config-controller I0518 07:03:43.552394 3428 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-network-console I0518 07:03:43.552397 3428 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift I0518 07:03:43.552400 3428 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-backplane-mcs-tier-two I0518 07:03:43.552404 3428 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-apiserver I0518 07:03:43.552407 3428 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-authentication-operator I0518 07:03:43.552411 3428 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-config I0518 07:03:43.552414 3428 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-controller-manager-operator I0518 07:03:43.552417 3428 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-deployment-validation-operator I0518 07:03:43.552420 3428 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-image-registry I0518 07:03:43.552423 3428 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: dedicated-admin I0518 07:03:43.552426 3428 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: open-cluster-management-agent-addon I0518 07:03:43.552429 3428 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-user-workload-monitoring I0518 07:03:43.552432 3428 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-kube-apiserver-operator I0518 07:03:43.552435 3428 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-kube-storage-version-migrator-operator I0518 07:03:43.552438 3428 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-apiserver-operator I0518 07:03:43.552441 3428 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-cluster-storage-operator I0518 07:03:43.552444 3428 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-cluster-version I0518 07:03:43.552448 3428 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-controller-manager I0518 07:03:43.552451 3428 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: kube-system I0518 07:03:43.552454 3428 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-cloud-credential-operator I0518 07:03:43.552457 3428 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-backplane-srep-ro I0518 07:03:43.552460 3428 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-console-operator I0518 07:03:43.552463 3428 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-ingress I0518 07:03:43.552466 3428 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-multus I0518 07:03:43.552469 3428 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-must-gather-operator I0518 07:03:43.552473 3428 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-backplane-managed-scripts I0518 07:03:43.552476 3428 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-backplane-srep I0518 07:03:43.552479 3428 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-monitoring I0518 07:03:43.552482 3428 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-route-controller-manager I0518 07:03:43.606313 3428 node_tracker.go:211] Processing possible switch / router updates for node ip-10-0-0-168.ec2.internal in network "default" I0518 07:03:43.606360 3428 node_tracker.go:238] Node ip-10-0-0-168.ec2.internal has invalid / no gateway config: k8s.ovn.org/l3-gateway-config annotation not found for node "ip-10-0-0-168.ec2.internal" I0518 07:03:43.606375 3428 node_tracker.go:172] Node ip-10-0-0-168.ec2.internal switch + router changed, syncing services in network "default" I0518 07:03:43.606412 3428 services_controller.go:575] Full service sync requested for network=default I0518 07:03:43.606429 3428 services_controller.go:640] Adding service openshift-cloud-credential-operator/cco-metrics for network=default I0518 07:03:43.606440 3428 services_controller.go:640] Adding service openshift-cluster-machine-approver/machine-approver for network=default I0518 07:03:43.606450 3428 services_controller.go:640] Adding service openshift-config-operator/metrics for network=default I0518 07:03:43.606319 3428 obj_retry.go:565] Update event received for resource *v1.Node, old object is equal to new: false I0518 07:03:43.606466 3428 services_controller.go:382] Processing sync for service openshift-cloud-credential-operator/cco-metrics for network=default I0518 07:03:43.606471 3428 obj_retry.go:617] Update event received for *v1.Node ip-10-0-0-168.ec2.internal I0518 07:03:43.606478 3428 services_controller.go:382] Processing sync for service openshift-cluster-machine-approver/machine-approver for network=default I0518 07:03:43.606489 3428 services_controller.go:386] Finished syncing service machine-approver on namespace openshift-cluster-machine-approver for network=default : 13.953µs I0518 07:03:43.606492 3428 services_controller.go:382] Processing sync for service openshift-config-operator/metrics for network=default I0518 07:03:43.606501 3428 default_network_controller.go:1011] Node "ip-10-0-0-168.ec2.internal" in remote zone "ip-10-0-0-168.ec2.internal", network "default", needs interconnect zone sync up. Zone cluster changed: false I0518 07:03:43.606505 3428 duration.go:449] Config duration recorder: kind/namespace/name service/openshift-cluster-machine-approver/machine-approver. OVN-Kubernetes controller took 5.7832e-05 seconds. No OVN measurement. I0518 07:03:43.606521 3428 obj_retry.go:685] Failed to update *v1.Node, old=ip-10-0-0-168.ec2.internal, new=ip-10-0-0-168.ec2.internal, error: adding or updating remote node chassis ip-10-0-0-168.ec2.internal failed, err - failed to create or update chassis to remote for remote node ip-10-0-0-168.ec2.internal, error: failed to parse node chassis-id for node - ip-10-0-0-168.ec2.internal, error: suppressed error logged: k8s.ovn.org/node-chassis-id annotation not found for node ip-10-0-0-168.ec2.internal I0518 07:03:43.606532 3428 obj_retry.go:565] Update event received for resource *factory.egressNode, old object is equal to new: false I0518 07:03:43.606539 3428 obj_retry.go:617] Update event received for *factory.egressNode ip-10-0-0-168.ec2.internal I0518 07:03:43.606477 3428 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 32ca9b9a-6193-4543-9518-a928818508d9 1166 0 2026-05-18 06:51:32 +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 20d3542f-9543-4161-a8e9-65ad7732453d 0xc004fef73b }] [] []},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.1.222,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.1.222],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:43.606457 3428 services_controller.go:640] Adding service openshift-console-operator/metrics for network=default I0518 07:03:43.606505 3428 services_controller.go:460] Service openshift-config-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-config-operator 0e63d5be-416c-4fd0-8b86-4e78459d9357 1700 0 2026-05-18 06:51:41 +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 20d3542f-9543-4161-a8e9-65ad7732453d 0xc004fefc27 }] [] []},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.198.21,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.198.21],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:43.606560 3428 services_controller.go:382] Processing sync for service openshift-console-operator/metrics for network=default I0518 07:03:43.606571 3428 lb_config.go:1030] Cluster endpoints for openshift-cloud-credential-operator/cco-metrics for network=default are: map[] I0518 07:03:43.606591 3428 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.1.222"}, 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}} I0518 07:03:43.606608 3428 services_controller.go:470] Built service openshift-cloud-credential-operator/cco-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0518 07:03:43.606620 3428 services_controller.go:471] Built service openshift-cloud-credential-operator/cco-metrics LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:43.606586 3428 services_controller.go:460] Service openshift-console-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-console-operator 604d372d-c659-4a09-8444-c56c2dc8a548 1951 0 2026-05-18 06:51:45 +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 20d3542f-9543-4161-a8e9-65ad7732453d 0xc004fefce7 }] [] []},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.169.210,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.169.210],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:43.606574 3428 lb_config.go:1030] Cluster endpoints for openshift-config-operator/metrics for network=default are: map[] I0518 07:03:43.606643 3428 lb_config.go:1030] Cluster endpoints for openshift-console-operator/metrics for network=default are: map[] I0518 07:03:43.606649 3428 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.198.21"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0518 07:03:43.606653 3428 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.169.210"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0518 07:03:43.606660 3428 services_controller.go:470] Built service openshift-config-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0518 07:03:43.606640 3428 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.1.222", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:43.606663 3428 services_controller.go:470] Built service openshift-console-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0518 07:03:43.606668 3428 services_controller.go:471] Built service openshift-config-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:43.606671 3428 services_controller.go:471] Built service openshift-console-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:43.606674 3428 services_controller.go:478] Built service openshift-cloud-credential-operator/cco-metrics per-node LB for network=default: []services.LB{} I0518 07:03:43.606687 3428 services_controller.go:479] Built service openshift-cloud-credential-operator/cco-metrics template LB for network=default: []services.LB{} I0518 07:03:43.606680 3428 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.198.21", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:43.606682 3428 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.169.210", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:43.606699 3428 services_controller.go:478] Built service openshift-config-operator/metrics per-node LB for network=default: []services.LB{} I0518 07:03:43.606701 3428 services_controller.go:478] Built service openshift-console-operator/metrics per-node LB for network=default: []services.LB{} I0518 07:03:43.606700 3428 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 I0518 07:03:43.606707 3428 services_controller.go:479] Built service openshift-config-operator/metrics template LB for network=default: []services.LB{} I0518 07:03:43.606708 3428 services_controller.go:479] Built service openshift-console-operator/metrics template LB for network=default: []services.LB{} I0518 07:03:43.606714 3428 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 I0518 07:03:43.606715 3428 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 I0518 07:03:43.606728 3428 services_controller.go:497] Skipping no-op change for service openshift-cloud-credential-operator/cco-metrics for network=default I0518 07:03:43.606731 3428 services_controller.go:497] Skipping no-op change for service openshift-console-operator/metrics for network=default I0518 07:03:43.606737 3428 services_controller.go:386] Finished syncing service metrics on namespace openshift-console-operator for network=default : 177.179µs I0518 07:03:43.606737 3428 services_controller.go:386] Finished syncing service cco-metrics on namespace openshift-cloud-credential-operator for network=default : 271.211µs I0518 07:03:43.606730 3428 services_controller.go:497] Skipping no-op change for service openshift-config-operator/metrics for network=default I0518 07:03:43.606747 3428 services_controller.go:386] Finished syncing service metrics on namespace openshift-config-operator for network=default : 261.342µs I0518 07:03:43.606555 3428 services_controller.go:640] Adding service openshift-dns/dns-default for network=default I0518 07:03:43.606756 3428 services_controller.go:640] Adding service openshift-machine-config-operator/machine-config-controller for network=default I0518 07:03:43.606761 3428 services_controller.go:640] Adding service default/packageserver for network=default I0518 07:03:43.606765 3428 services_controller.go:640] Adding service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0518 07:03:43.606769 3428 services_controller.go:640] Adding service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0518 07:03:43.606773 3428 services_controller.go:640] Adding service openshift-dns-operator/metrics for network=default I0518 07:03:43.606777 3428 services_controller.go:640] Adding service openshift-ingress-operator/metrics for network=default I0518 07:03:43.606781 3428 services_controller.go:640] Adding service openshift-machine-config-operator/machine-config-daemon for network=default I0518 07:03:43.606785 3428 services_controller.go:640] Adding service default/openshift-apiserver for network=default I0518 07:03:43.606789 3428 services_controller.go:640] Adding service openshift-apiserver-operator/metrics for network=default I0518 07:03:43.606793 3428 services_controller.go:640] Adding service openshift-cluster-samples-operator/metrics for network=default I0518 07:03:43.606797 3428 services_controller.go:640] Adding service openshift-network-console/networking-console-plugin for network=default I0518 07:03:43.606800 3428 services_controller.go:640] Adding service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0518 07:03:43.606804 3428 services_controller.go:640] Adding service openshift-service-ca-operator/metrics for network=default I0518 07:03:43.606813 3428 services_controller.go:640] Adding service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0518 07:03:43.606817 3428 services_controller.go:640] Adding service openshift-cluster-version/cluster-version-operator for network=default I0518 07:03:43.606820 3428 services_controller.go:640] Adding service openshift-ingress-canary/ingress-canary for network=default I0518 07:03:43.606824 3428 services_controller.go:640] Adding service openshift-ingress/router-internal-default for network=default I0518 07:03:43.606825 3428 services_controller.go:382] Processing sync for service openshift-dns/dns-default for network=default I0518 07:03:43.606831 3428 services_controller.go:382] Processing sync for service openshift-machine-config-operator/machine-config-controller for network=default I0518 07:03:43.606839 3428 services_controller.go:382] Processing sync for service default/packageserver for network=default I0518 07:03:43.606845 3428 services_controller.go:382] Processing sync for service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0518 07:03:43.606863 3428 services_controller.go:382] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0518 07:03:43.606837 3428 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 39416ecb-abb0-4789-add2-672a3461ae8a 854 0 2026-05-18 06:51:24 +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 20d3542f-9543-4161-a8e9-65ad7732453d 0xc007bb268b }] [] []},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.58.230,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.58.230],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:43.606847 3428 services_controller.go:460] Service default/packageserver retrieved from lister for network=default: &Service{ObjectMeta:{packageserver default 146e85d6-ec0f-439c-89ea-872682d6642b 1783 0 2026-05-18 06:51:43 +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.234.211,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.234.211],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:43.606827 3428 services_controller.go:640] Adding service openshift-kube-storage-version-migrator-operator/metrics for network=default I0518 07:03:43.606911 3428 lb_config.go:1030] Cluster endpoints for openshift-machine-config-operator/machine-config-controller for network=default are: map[] I0518 07:03:43.606837 3428 services_controller.go:460] Service openshift-dns/dns-default retrieved from lister for network=default: &Service{ObjectMeta:{dns-default openshift-dns dbfeea69-8835-42d6-b2a4-75efb9596dac 1684 0 2026-05-18 06:51:41 +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 4385e45a-ac5d-4753-a7e9-dad269d7c5a2 0xc004feff87 }] [] []},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{},},} I0518 07:03:43.606857 3428 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 cd637122-699d-4163-97f1-a77f198a4a07 1482 0 2026-05-18 06:51:40 +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 20d3542f-9543-4161-a8e9-65ad7732453d 0xc004fef92f }] [] []},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.224.87,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.224.87],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:43.606925 3428 services_controller.go:640] Adding service openshift-monitoring/cluster-monitoring-operator for network=default I0518 07:03:43.606929 3428 lb_config.go:1030] Cluster endpoints for default/packageserver for network=default are: map[TCP/https:{443 [172.30.3.190] []}] I0518 07:03:43.606933 3428 services_controller.go:640] Adding service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0518 07:03:43.606927 3428 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.58.230"}, 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}} I0518 07:03:43.606940 3428 services_controller.go:640] Adding service openshift-ingress/router-default for network=default I0518 07:03:43.606940 3428 services_controller.go:469] Built service default/packageserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0518 07:03:43.606942 3428 lb_config.go:1030] Cluster endpoints for openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default are: map[] I0518 07:03:43.606944 3428 services_controller.go:470] Built service openshift-machine-config-operator/machine-config-controller LB per-node configs for network=default: []services.lbConfig(nil) I0518 07:03:43.606946 3428 services_controller.go:640] Adding service openshift-multus/network-metrics-service for network=default I0518 07:03:43.606948 3428 services_controller.go:470] Built service default/packageserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.234.211"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.3.190"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0518 07:03:43.606954 3428 services_controller.go:640] Adding service openshift-network-operator/metrics for network=default I0518 07:03:43.606955 3428 services_controller.go:471] Built service openshift-machine-config-operator/machine-config-controller LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:43.606958 3428 services_controller.go:471] Built service default/packageserver LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:43.606961 3428 services_controller.go:640] Adding service openshift-authentication-operator/metrics for network=default I0518 07:03:43.606955 3428 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.224.87"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0518 07:03:43.606876 3428 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 b6e290d8-2261-4cf8-8e9e-559ea68cdc01 6482 0 2026-05-18 06:54:16 +0000 UTC map[olm.managed:true olm.service-spec-hash:8H7arFYfeqTDwtur5ZzpDGCqSKpg30XG9PXH2W] map[] [{operators.coreos.com/v1alpha1 CatalogSource deployment-validation-operator-catalog 8680cb47-1ce9-4d88-9b40-fe2ba74c3325 0xc004fefd7d 0xc004fefd7e}] [] []},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.245.235,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.245.235],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:43.606982 3428 services_controller.go:477] Built service default/packageserver cluster-wide LB for network=default: []services.LB{} I0518 07:03:43.606975 3428 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.58.230", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:43.606991 3428 lb_config.go:1030] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default are: map[] I0518 07:03:43.606997 3428 services_controller.go:478] Built service openshift-machine-config-operator/machine-config-controller per-node LB for network=default: []services.LB{} I0518 07:03:43.607004 3428 services_controller.go:479] Built service openshift-machine-config-operator/machine-config-controller template LB for network=default: []services.LB{} I0518 07:03:43.607002 3428 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.245.235"}, 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}} I0518 07:03:43.606995 3428 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-2-232.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.234.211", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.3.190", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-2-232.ec2.internal"}, Routers:[]string{"GR_ip-10-0-2-232.ec2.internal"}, Groups:[]string(nil)}} I0518 07:03:43.607010 3428 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 I0518 07:03:43.607012 3428 services_controller.go:470] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB per-node configs for network=default: []services.lbConfig(nil) I0518 07:03:43.607015 3428 services_controller.go:479] Built service default/packageserver template LB for network=default: []services.LB{} I0518 07:03:43.606969 3428 services_controller.go:640] Adding service openshift-image-registry/image-registry for network=default I0518 07:03:43.607023 3428 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 I0518 07:03:43.607025 3428 services_controller.go:497] Skipping no-op change for service openshift-machine-config-operator/machine-config-controller for network=default I0518 07:03:43.607032 3428 services_controller.go:386] Finished syncing service machine-config-controller on namespace openshift-machine-config-operator for network=default : 200.101µs I0518 07:03:43.607034 3428 services_controller.go:640] Adding service openshift-machine-config-operator/machine-config-operator for network=default I0518 07:03:43.606942 3428 lb_config.go:1030] Cluster endpoints for openshift-dns/dns-default for network=default are: map[] I0518 07:03:43.607019 3428 services_controller.go:471] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:43.607046 3428 services_controller.go:382] Processing sync for service openshift-dns-operator/metrics for network=default I0518 07:03:43.607058 3428 services_controller.go:469] Built service openshift-dns/dns-default LB cluster-wide configs for network=default: []services.lbConfig(nil) I0518 07:03:43.606974 3428 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) I0518 07:03:43.607070 3428 services_controller.go:471] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:43.607062 3428 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.245.235", Port:50051, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:43.607070 3428 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}} I0518 07:03:43.607081 3428 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.224.87", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:43.607093 3428 services_controller.go:478] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog per-node LB for network=default: []services.LB{} I0518 07:03:43.607097 3428 services_controller.go:478] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service per-node LB for network=default: []services.LB{} I0518 07:03:43.607098 3428 services_controller.go:471] Built service openshift-dns/dns-default LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:43.607055 3428 services_controller.go:460] Service openshift-dns-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-dns-operator 7732cb4e-bc2b-42a6-bcc6-02b1f6170ab6 1097 0 2026-05-18 06:51:30 +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 20d3542f-9543-4161-a8e9-65ad7732453d 0xc004fefe9f }] [] []},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.202.27,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.202.27],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:43.607103 3428 services_controller.go:479] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog template LB for network=default: []services.LB{} I0518 07:03:43.607104 3428 services_controller.go:479] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service template LB for network=default: []services.LB{} I0518 07:03:43.607114 3428 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 I0518 07:03:43.607115 3428 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 I0518 07:03:43.607121 3428 lb_config.go:1030] Cluster endpoints for openshift-dns-operator/metrics for network=default are: map[] I0518 07:03:43.607122 3428 services_controller.go:640] Adding service default/kubernetes for network=default I0518 07:03:43.607128 3428 services_controller.go:497] Skipping no-op change for service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0518 07:03:43.607131 3428 services_controller.go:640] Adding service default/openshift-oauth-apiserver for network=default I0518 07:03:43.607134 3428 services_controller.go:477] Built service openshift-dns/dns-default cluster-wide LB for network=default: []services.LB{} I0518 07:03:43.607134 3428 services_controller.go:386] Finished syncing service performance-addon-operator-service on namespace openshift-cluster-node-tuning-operator for network=default : 289.695µs I0518 07:03:43.607137 3428 services_controller.go:640] Adding service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0518 07:03:43.607134 3428 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.202.27"}, 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}} I0518 07:03:43.607140 3428 services_controller.go:497] Skipping no-op change for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0518 07:03:43.607145 3428 services_controller.go:640] Adding service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0518 07:03:43.607061 3428 services_controller.go:497] Skipping no-op change for service default/packageserver for network=default I0518 07:03:43.607149 3428 services_controller.go:386] Finished syncing service deployment-validation-operator-catalog on namespace openshift-deployment-validation-operator for network=default : 288.083µs I0518 07:03:43.607152 3428 services_controller.go:640] Adding service openshift-insights/metrics for network=default I0518 07:03:43.607148 3428 services_controller.go:382] Processing sync for service openshift-ingress-operator/metrics for network=default I0518 07:03:43.607157 3428 services_controller.go:386] Finished syncing service packageserver on namespace default for network=default : 320.713µs I0518 07:03:43.607162 3428 services_controller.go:382] Processing sync for service openshift-machine-config-operator/machine-config-daemon for network=default I0518 07:03:43.607171 3428 services_controller.go:382] Processing sync for service default/openshift-apiserver for network=default I0518 07:03:43.607146 3428 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-2-232.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-2-232.ec2.internal"}, Routers:[]string{"GR_ip-10-0-2-232.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-dns/dns-default_UDP_node_router+switch_ip-10-0-2-232.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-2-232.ec2.internal"}, Routers:[]string{"GR_ip-10-0-2-232.ec2.internal"}, Groups:[]string(nil)}} I0518 07:03:43.607203 3428 services_controller.go:479] Built service openshift-dns/dns-default template LB for network=default: []services.LB{} I0518 07:03:43.607165 3428 services_controller.go:460] Service openshift-ingress-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-ingress-operator 2448835f-a589-4763-abcb-f7d9aa2265fa 1466 0 2026-05-18 06:51:39 +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 20d3542f-9543-4161-a8e9-65ad7732453d 0xc007bb21f7 }] [] []},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.54.249,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.54.249],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:43.607181 3428 services_controller.go:460] Service default/openshift-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-apiserver default ac9746a6-526c-4ef9-958f-d50292ac9660 1628 0 2026-05-18 06:51:41 +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.79.161,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.79.161],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:43.607218 3428 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 I0518 07:03:43.607227 3428 services_controller.go:640] Adding service default/openshift for network=default I0518 07:03:43.607232 3428 lb_config.go:1030] Cluster endpoints for openshift-ingress-operator/metrics for network=default are: map[] I0518 07:03:43.607235 3428 services_controller.go:640] Adding service openshift-apiserver/check-endpoints for network=default I0518 07:03:43.607241 3428 services_controller.go:640] Adding service openshift-kube-controller-manager-operator/metrics for network=default I0518 07:03:43.607244 3428 services_controller.go:640] Adding service openshift-network-diagnostics/network-check-source for network=default I0518 07:03:43.607243 3428 lb_config.go:1030] Cluster endpoints for default/openshift-apiserver for network=default are: map[TCP/https:{443 [172.30.125.252] []}] I0518 07:03:43.607248 3428 services_controller.go:640] Adding service openshift-network-diagnostics/network-check-target for network=default I0518 07:03:43.607149 3428 services_controller.go:470] Built service openshift-dns-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0518 07:03:43.607169 3428 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 86a4367b-2daa-43f3-a6e2-594e1367a624 909 0 2026-05-18 06:51:25 +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 20d3542f-9543-4161-a8e9-65ad7732453d 0xc007bb2757 }] [] []},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.248.71,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.248.71],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:43.607259 3428 services_controller.go:469] Built service default/openshift-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0518 07:03:43.607263 3428 services_controller.go:471] Built service openshift-dns-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:43.607268 3428 services_controller.go:470] Built service default/openshift-apiserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.79.161"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.125.252"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0518 07:03:43.607281 3428 lb_config.go:1030] Cluster endpoints for openshift-machine-config-operator/machine-config-daemon for network=default are: map[] I0518 07:03:43.607282 3428 services_controller.go:471] Built service default/openshift-apiserver LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:43.607281 3428 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.202.27", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:43.607299 3428 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.248.71"}, 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.248.71"}, 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}} I0518 07:03:43.607311 3428 services_controller.go:477] Built service default/openshift-apiserver cluster-wide LB for network=default: []services.LB{} I0518 07:03:43.607318 3428 services_controller.go:470] Built service openshift-machine-config-operator/machine-config-daemon LB per-node configs for network=default: []services.lbConfig(nil) I0518 07:03:43.607330 3428 services_controller.go:471] Built service openshift-machine-config-operator/machine-config-daemon LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:43.607322 3428 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-2-232.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.79.161", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.125.252", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-2-232.ec2.internal"}, Routers:[]string{"GR_ip-10-0-2-232.ec2.internal"}, Groups:[]string(nil)}} I0518 07:03:43.607341 3428 services_controller.go:479] Built service default/openshift-apiserver template LB for network=default: []services.LB{} I0518 07:03:43.607348 3428 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 I0518 07:03:43.607364 3428 services_controller.go:497] Skipping no-op change for service default/openshift-apiserver for network=default I0518 07:03:43.607348 3428 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.248.71", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.248.71", Port:8798, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:43.607373 3428 services_controller.go:386] Finished syncing service openshift-apiserver on namespace default for network=default : 202.963µs I0518 07:03:43.607253 3428 services_controller.go:497] Skipping no-op change for service openshift-dns/dns-default for network=default I0518 07:03:43.607380 3428 services_controller.go:478] Built service openshift-machine-config-operator/machine-config-daemon per-node LB for network=default: []services.LB{} I0518 07:03:43.607381 3428 services_controller.go:386] Finished syncing service dns-default on namespace openshift-dns for network=default : 557.118µs I0518 07:03:43.607392 3428 services_controller.go:382] Processing sync for service openshift-cluster-samples-operator/metrics for network=default I0518 07:03:43.607393 3428 services_controller.go:479] Built service openshift-machine-config-operator/machine-config-daemon template LB for network=default: []services.LB{} I0518 07:03:43.607399 3428 services_controller.go:386] Finished syncing service metrics on namespace openshift-cluster-samples-operator for network=default : 7.022µs I0518 07:03:43.607245 3428 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.54.249"}, 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}} I0518 07:03:43.607407 3428 services_controller.go:382] Processing sync for service openshift-network-console/networking-console-plugin for network=default I0518 07:03:43.607406 3428 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 I0518 07:03:43.607410 3428 services_controller.go:470] Built service openshift-ingress-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0518 07:03:43.607418 3428 services_controller.go:471] Built service openshift-ingress-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:43.607432 3428 services_controller.go:497] Skipping no-op change for service openshift-machine-config-operator/machine-config-daemon for network=default I0518 07:03:43.607428 3428 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.54.249", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:43.607413 3428 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 0c665839-7c72-43e0-ad8b-48e93186718e 4193 0 2026-05-18 06:52:25 +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 58d6eed3-8eec-4383-a325-4bb95cbbc27d 0xc007bb299e 0xc007bb299f}] [] []},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.209.142,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.209.142],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:43.607443 3428 services_controller.go:386] Finished syncing service machine-config-daemon on namespace openshift-machine-config-operator for network=default : 281.264µs I0518 07:03:43.607451 3428 services_controller.go:478] Built service openshift-ingress-operator/metrics per-node LB for network=default: []services.LB{} I0518 07:03:43.607459 3428 services_controller.go:382] Processing sync for service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0518 07:03:43.607463 3428 lb_config.go:1030] Cluster endpoints for openshift-network-console/networking-console-plugin for network=default are: map[] I0518 07:03:43.607473 3428 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.209.142"}, 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}} I0518 07:03:43.607485 3428 services_controller.go:470] Built service openshift-network-console/networking-console-plugin LB per-node configs for network=default: []services.lbConfig(nil) I0518 07:03:43.607491 3428 services_controller.go:471] Built service openshift-network-console/networking-console-plugin LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:43.607501 3428 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.209.142", Port:9443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:43.607520 3428 services_controller.go:478] Built service openshift-network-console/networking-console-plugin per-node LB for network=default: []services.LB{} I0518 07:03:43.607526 3428 services_controller.go:479] Built service openshift-network-console/networking-console-plugin template LB for network=default: []services.LB{} I0518 07:03:43.607533 3428 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 I0518 07:03:43.607310 3428 services_controller.go:478] Built service openshift-dns-operator/metrics per-node LB for network=default: []services.LB{} I0518 07:03:43.607543 3428 services_controller.go:479] Built service openshift-dns-operator/metrics template LB for network=default: []services.LB{} I0518 07:03:43.607548 3428 services_controller.go:497] Skipping no-op change for service openshift-network-console/networking-console-plugin for network=default I0518 07:03:43.607550 3428 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 I0518 07:03:43.607552 3428 services_controller.go:386] Finished syncing service networking-console-plugin on namespace openshift-network-console for network=default : 145.041µs I0518 07:03:43.607560 3428 services_controller.go:382] Processing sync for service openshift-service-ca-operator/metrics for network=default I0518 07:03:43.607565 3428 services_controller.go:497] Skipping no-op change for service openshift-dns-operator/metrics for network=default I0518 07:03:43.607569 3428 services_controller.go:386] Finished syncing service metrics on namespace openshift-dns-operator for network=default : 524.369µs I0518 07:03:43.607577 3428 services_controller.go:382] Processing sync for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0518 07:03:43.607566 3428 services_controller.go:460] Service openshift-service-ca-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-service-ca-operator 034f48c2-0f57-4ede-a3a5-66ba0fa79e5a 924 0 2026-05-18 06:51:26 +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 20d3542f-9543-4161-a8e9-65ad7732453d 0xc007bb2c87 }] [] []},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.2.216,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.2.216],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:43.607608 3428 lb_config.go:1030] Cluster endpoints for openshift-service-ca-operator/metrics for network=default are: map[] I0518 07:03:43.607475 3428 services_controller.go:386] Finished syncing service ovn-kubernetes-node on namespace openshift-ovn-kubernetes for network=default : 16.605µs I0518 07:03:43.607616 3428 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.2.216"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0518 07:03:43.607583 3428 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 43836cd7-85a3-48a9-8d8d-b6dee2944b79 1027 0 2026-05-18 06:51:28 +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 20d3542f-9543-4161-a8e9-65ad7732453d 0xc004fefa57 }] [] []},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.147.128,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.147.128],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:43.607629 3428 services_controller.go:382] Processing sync for service openshift-cluster-version/cluster-version-operator for network=default I0518 07:03:43.607645 3428 lb_config.go:1030] Cluster endpoints for openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default are: map[] I0518 07:03:43.607657 3428 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.147.128"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0518 07:03:43.607666 3428 services_controller.go:470] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0518 07:03:43.607673 3428 services_controller.go:471] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:43.607640 3428 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 df33e34d-c681-4434-8bc6-ae2f3860cd95 505 0 2026-05-18 06:51:02 +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.186.32,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.186.32],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:43.607687 3428 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.147.128", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:43.607713 3428 services_controller.go:478] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics per-node LB for network=default: []services.LB{} I0518 07:03:43.607720 3428 services_controller.go:479] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics template LB for network=default: []services.LB{} I0518 07:03:43.607719 3428 lb_config.go:1030] Cluster endpoints for openshift-cluster-version/cluster-version-operator for network=default are: map[] I0518 07:03:43.607726 3428 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 I0518 07:03:43.607740 3428 services_controller.go:497] Skipping no-op change for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0518 07:03:43.607747 3428 services_controller.go:386] Finished syncing service cluster-storage-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 170.374µs I0518 07:03:43.607757 3428 services_controller.go:382] Processing sync for service openshift-ingress-canary/ingress-canary for network=default I0518 07:03:43.607766 3428 services_controller.go:460] Service openshift-ingress-canary/ingress-canary retrieved from lister for network=default: &Service{ObjectMeta:{ingress-canary openshift-ingress-canary 41d0f6eb-0db1-4cf4-80b7-694e8d74204a 3162 0 2026-05-18 06:52:05 +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 009e4f3e-e378-408a-b894-c69a630d2bc7 0xc007bb2110 }] [] []},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.198.35,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.198.35],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:43.607460 3428 services_controller.go:479] Built service openshift-ingress-operator/metrics template LB for network=default: []services.LB{} I0518 07:03:43.607814 3428 lb_config.go:1030] Cluster endpoints for openshift-ingress-canary/ingress-canary for network=default are: map[] I0518 07:03:43.607819 3428 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 I0518 07:03:43.607823 3428 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.198.35"}, 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.198.35"}, 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}} I0518 07:03:43.607836 3428 services_controller.go:497] Skipping no-op change for service openshift-ingress-operator/metrics for network=default I0518 07:03:43.607835 3428 services_controller.go:470] Built service openshift-ingress-canary/ingress-canary LB per-node configs for network=default: []services.lbConfig(nil) I0518 07:03:43.607840 3428 services_controller.go:386] Finished syncing service metrics on namespace openshift-ingress-operator for network=default : 692.699µs I0518 07:03:43.607847 3428 services_controller.go:471] Built service openshift-ingress-canary/ingress-canary LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:43.607849 3428 services_controller.go:382] Processing sync for service openshift-ingress/router-internal-default for network=default I0518 07:03:43.607858 3428 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.198.35", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.198.35", Port:8888, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:43.607878 3428 services_controller.go:478] Built service openshift-ingress-canary/ingress-canary per-node LB for network=default: []services.LB{} I0518 07:03:43.607734 3428 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.186.32"}, 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}} I0518 07:03:43.607905 3428 services_controller.go:479] Built service openshift-ingress-canary/ingress-canary template LB for network=default: []services.LB{} I0518 07:03:43.607912 3428 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 I0518 07:03:43.607912 3428 services_controller.go:470] Built service openshift-cluster-version/cluster-version-operator LB per-node configs for network=default: []services.lbConfig(nil) I0518 07:03:43.607856 3428 services_controller.go:460] Service openshift-ingress/router-internal-default retrieved from lister for network=default: &Service{ObjectMeta:{router-internal-default openshift-ingress acf4ae96-bc58-4e62-8263-f6e93b4b9303 2116 0 2026-05-18 06:51:55 +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 8d3b9d3e-785e-4691-8078-b859a51c6205 0xc007bb23ae }] [] []},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.117.167,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.117.167],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:43.607926 3428 services_controller.go:497] Skipping no-op change for service openshift-ingress-canary/ingress-canary for network=default I0518 07:03:43.607930 3428 services_controller.go:386] Finished syncing service ingress-canary on namespace openshift-ingress-canary for network=default : 174.43µs I0518 07:03:43.607938 3428 services_controller.go:382] Processing sync for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0518 07:03:43.607936 3428 lb_config.go:1030] Cluster endpoints for openshift-ingress/router-internal-default for network=default are: map[] I0518 07:03:43.607950 3428 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.117.167"}, 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.117.167"}, protocol:"TCP", 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.117.167"}, 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}} I0518 07:03:43.607943 3428 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 dca97dce-0d61-426a-81a9-436a18a5eec0 2130 0 2026-05-18 06:51:56 +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 20d3542f-9543-4161-a8e9-65ad7732453d 0xc007bb2607 }] [] []},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.4.220,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.4.220],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:43.607982 3428 services_controller.go:470] Built service openshift-ingress/router-internal-default LB per-node configs for network=default: []services.lbConfig(nil) I0518 07:03:43.607989 3428 services_controller.go:471] Built service openshift-ingress/router-internal-default LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:43.607991 3428 lb_config.go:1030] Cluster endpoints for openshift-kube-storage-version-migrator-operator/metrics for network=default are: map[] I0518 07:03:43.607629 3428 services_controller.go:470] Built service openshift-service-ca-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0518 07:03:43.607999 3428 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.4.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}} I0518 07:03:43.608002 3428 services_controller.go:471] Built service openshift-service-ca-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:43.608009 3428 services_controller.go:470] Built service openshift-kube-storage-version-migrator-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0518 07:03:43.608015 3428 services_controller.go:471] Built service openshift-kube-storage-version-migrator-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:43.608001 3428 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.117.167", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.117.167", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.117.167", Port:1936, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:43.608024 3428 services_controller.go:478] Built service openshift-ingress/router-internal-default per-node LB for network=default: []services.LB{} I0518 07:03:43.608024 3428 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.4.220", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:43.608036 3428 services_controller.go:479] Built service openshift-ingress/router-internal-default template LB for network=default: []services.LB{} I0518 07:03:43.607925 3428 services_controller.go:471] Built service openshift-cluster-version/cluster-version-operator LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:43.608039 3428 services_controller.go:478] Built service openshift-kube-storage-version-migrator-operator/metrics per-node LB for network=default: []services.LB{} I0518 07:03:43.608026 3428 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.2.216", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:43.608046 3428 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 I0518 07:03:43.608051 3428 services_controller.go:479] Built service openshift-kube-storage-version-migrator-operator/metrics template LB for network=default: []services.LB{} I0518 07:03:43.608058 3428 services_controller.go:478] Built service openshift-service-ca-operator/metrics per-node LB for network=default: []services.LB{} I0518 07:03:43.608061 3428 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 I0518 07:03:43.608072 3428 services_controller.go:479] Built service openshift-service-ca-operator/metrics template LB for network=default: []services.LB{} I0518 07:03:43.608056 3428 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.186.32", Port:9099, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:43.608075 3428 services_controller.go:497] Skipping no-op change for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0518 07:03:43.608074 3428 services_controller.go:497] Skipping no-op change for service openshift-ingress/router-internal-default for network=default I0518 07:03:43.608080 3428 services_controller.go:386] Finished syncing service metrics on namespace openshift-kube-storage-version-migrator-operator for network=default : 143.077µs I0518 07:03:43.608084 3428 services_controller.go:386] Finished syncing service router-internal-default on namespace openshift-ingress for network=default : 233.702µs I0518 07:03:43.608084 3428 services_controller.go:478] Built service openshift-cluster-version/cluster-version-operator per-node LB for network=default: []services.LB{} I0518 07:03:43.608088 3428 services_controller.go:382] Processing sync for service openshift-monitoring/cluster-monitoring-operator for network=default I0518 07:03:43.608094 3428 services_controller.go:386] Finished syncing service cluster-monitoring-operator on namespace openshift-monitoring for network=default : 6.813µs I0518 07:03:43.608095 3428 services_controller.go:382] Processing sync for service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0518 07:03:43.608097 3428 services_controller.go:479] Built service openshift-cluster-version/cluster-version-operator template LB for network=default: []services.LB{} I0518 07:03:43.608100 3428 services_controller.go:382] Processing sync for service openshift-ingress/router-default for network=default I0518 07:03:43.608103 3428 services_controller.go:386] Finished syncing service node-tuning-operator on namespace openshift-cluster-node-tuning-operator for network=default : 8.052µs I0518 07:03:43.608108 3428 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 I0518 07:03:43.608112 3428 services_controller.go:382] Processing sync for service openshift-multus/network-metrics-service for network=default I0518 07:03:43.608119 3428 services_controller.go:386] Finished syncing service network-metrics-service on namespace openshift-multus for network=default : 6.326µs I0518 07:03:43.608127 3428 services_controller.go:382] Processing sync for service openshift-network-operator/metrics for network=default I0518 07:03:43.608130 3428 services_controller.go:497] Skipping no-op change for service openshift-cluster-version/cluster-version-operator for network=default I0518 07:03:43.608133 3428 services_controller.go:386] Finished syncing service metrics on namespace openshift-network-operator for network=default : 6.257µs I0518 07:03:43.608137 3428 services_controller.go:386] Finished syncing service cluster-version-operator on namespace openshift-cluster-version for network=default : 507.914µs I0518 07:03:43.608141 3428 services_controller.go:382] Processing sync for service openshift-authentication-operator/metrics for network=default I0518 07:03:43.608148 3428 services_controller.go:382] Processing sync for service openshift-image-registry/image-registry for network=default I0518 07:03:43.608150 3428 services_controller.go:460] Service openshift-authentication-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-authentication-operator d759942d-aace-44a9-b634-fb5512c263e1 723 0 2026-05-18 06:51:20 +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 20d3542f-9543-4161-a8e9-65ad7732453d 0xc004fef6a7 }] [] []},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.177.178,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.177.178],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:43.608215 3428 lb_config.go:1030] Cluster endpoints for openshift-authentication-operator/metrics for network=default are: map[] I0518 07:03:43.608225 3428 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.177.178"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0518 07:03:43.608234 3428 services_controller.go:470] Built service openshift-authentication-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0518 07:03:43.608241 3428 services_controller.go:471] Built service openshift-authentication-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:43.608250 3428 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.177.178", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:43.608268 3428 services_controller.go:478] Built service openshift-authentication-operator/metrics per-node LB for network=default: []services.LB{} I0518 07:03:43.608275 3428 services_controller.go:479] Built service openshift-authentication-operator/metrics template LB for network=default: []services.LB{} I0518 07:03:43.607381 3428 services_controller.go:382] Processing sync for service openshift-apiserver-operator/metrics for network=default I0518 07:03:43.608282 3428 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 I0518 07:03:43.608295 3428 services_controller.go:497] Skipping no-op change for service openshift-authentication-operator/metrics for network=default I0518 07:03:43.608300 3428 services_controller.go:386] Finished syncing service metrics on namespace openshift-authentication-operator for network=default : 160.368µs I0518 07:03:43.608307 3428 services_controller.go:382] Processing sync for service openshift-machine-config-operator/machine-config-operator for network=default I0518 07:03:43.608285 3428 services_controller.go:460] Service openshift-apiserver-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-apiserver-operator ed2ef0b5-af6b-494d-bb83-6c5785930173 1059 0 2026-05-18 06:51:29 +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 20d3542f-9543-4161-a8e9-65ad7732453d 0xc004fef51f }] [] []},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.253.87,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.253.87],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:43.608326 3428 lb_config.go:1030] Cluster endpoints for openshift-apiserver-operator/metrics for network=default are: map[] I0518 07:03:43.608313 3428 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 f8205417-1c0b-4dcb-8e51-8fb5ca66418c 762 0 2026-05-18 06:51:22 +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 20d3542f-9543-4161-a8e9-65ad7732453d 0xc007bb27eb }] [] []},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.250.45,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.250.45],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:43.608337 3428 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.253.87"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0518 07:03:43.608346 3428 services_controller.go:470] Built service openshift-apiserver-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0518 07:03:43.608157 3428 services_controller.go:460] Service openshift-image-registry/image-registry retrieved from lister for network=default: &Service{ObjectMeta:{image-registry openshift-image-registry 481e1651-7655-45f4-b05c-32ba3228c4d9 3694 0 2026-05-18 06:52:22 +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.28.167,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.28.167],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:43.608352 3428 services_controller.go:471] Built service openshift-apiserver-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:43.608352 3428 lb_config.go:1030] Cluster endpoints for openshift-machine-config-operator/machine-config-operator for network=default are: map[] I0518 07:03:43.608364 3428 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.250.45"}, 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}} I0518 07:03:43.608376 3428 services_controller.go:470] Built service openshift-machine-config-operator/machine-config-operator LB per-node configs for network=default: []services.lbConfig(nil) I0518 07:03:43.608365 3428 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.253.87", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:43.608382 3428 services_controller.go:471] Built service openshift-machine-config-operator/machine-config-operator LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:43.608385 3428 services_controller.go:478] Built service openshift-apiserver-operator/metrics per-node LB for network=default: []services.LB{} I0518 07:03:43.608392 3428 services_controller.go:479] Built service openshift-apiserver-operator/metrics template LB for network=default: []services.LB{} I0518 07:03:43.608399 3428 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 I0518 07:03:43.608392 3428 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.250.45", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:43.608409 3428 services_controller.go:478] Built service openshift-machine-config-operator/machine-config-operator per-node LB for network=default: []services.LB{} I0518 07:03:43.608412 3428 services_controller.go:497] Skipping no-op change for service openshift-apiserver-operator/metrics for network=default I0518 07:03:43.608420 3428 services_controller.go:386] Finished syncing service metrics on namespace openshift-apiserver-operator for network=default : 1.03886ms I0518 07:03:43.608424 3428 services_controller.go:479] Built service openshift-machine-config-operator/machine-config-operator template LB for network=default: []services.LB{} I0518 07:03:43.608428 3428 services_controller.go:382] Processing sync for service default/kubernetes for network=default I0518 07:03:43.608431 3428 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 I0518 07:03:43.608445 3428 services_controller.go:497] Skipping no-op change for service openshift-machine-config-operator/machine-config-operator for network=default I0518 07:03:43.608450 3428 services_controller.go:386] Finished syncing service machine-config-operator on namespace openshift-machine-config-operator for network=default : 143.422µs I0518 07:03:43.608458 3428 services_controller.go:382] Processing sync for service default/openshift-oauth-apiserver for network=default I0518 07:03:43.608434 3428 services_controller.go:460] Service default/kubernetes retrieved from lister for network=default: &Service{ObjectMeta:{kubernetes default 358f091c-6bf6-4150-b88e-7fc7ac4759f0 273 0 2026-05-18 06:50:22 +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{},},} I0518 07:03:43.608481 3428 lb_config.go:1030] Cluster endpoints for default/kubernetes for network=default are: map[TCP/https:{6443 [172.20.0.1] []}] I0518 07:03:43.608366 3428 lb_config.go:1030] Cluster endpoints for openshift-image-registry/image-registry for network=default are: map[] I0518 07:03:43.608463 3428 services_controller.go:460] Service default/openshift-oauth-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-oauth-apiserver default 3792a8d9-0e55-4b22-b5c1-9c0c13719a60 1655 0 2026-05-18 06:51:41 +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.237.236,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.237.236],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:43.608494 3428 services_controller.go:469] Built service default/kubernetes LB cluster-wide configs for network=default: []services.lbConfig(nil) I0518 07:03:43.608498 3428 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.28.167"}, 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}} I0518 07:03:43.608503 3428 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}} I0518 07:03:43.608508 3428 lb_config.go:1030] Cluster endpoints for default/openshift-oauth-apiserver for network=default are: map[TCP/https:{443 [172.30.144.237] []}] I0518 07:03:43.608513 3428 services_controller.go:471] Built service default/kubernetes LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:43.608518 3428 services_controller.go:469] Built service default/openshift-oauth-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0518 07:03:43.608523 3428 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.237.236"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.144.237"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0518 07:03:43.608533 3428 services_controller.go:477] Built service default/kubernetes cluster-wide LB for network=default: []services.LB{} I0518 07:03:43.608535 3428 services_controller.go:471] Built service default/openshift-oauth-apiserver LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:43.608106 3428 services_controller.go:460] Service openshift-ingress/router-default retrieved from lister for network=default: &Service{ObjectMeta:{router-default openshift-ingress 9478d9a3-e46d-459d-b711-4de75b579e31 2549 0 2026-05-18 06:51:55 +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=2qc6e4rqab9epl0osrq0g71h7qec7g8k,api.openshift.com/legal-entity-id=2h8L52xc1VHB4xLFE2YyPmAjYjI,api.openshift.com/name=kx-62e28e5166,cluster-type=rosa-hcp,creation-date=2026-05-18,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 8d3b9d3e-785e-4691-8078-b859a51c6205 0xc007bb22e7 }] [service.kubernetes.io/load-balancer-cleanup] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:http,Protocol:TCP,Port:80,TargetPort:{1 0 http},NodePort:30744,AppProtocol:nil,},ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{1 0 https},NodePort:30946,AppProtocol:nil,},},Selector:map[string]string{ingresscontroller.operator.openshift.io/deployment-ingresscontroller: default,},ClusterIP:172.30.211.2,Type:LoadBalancer,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:Local,HealthCheckNodePort:31515,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.211.2],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:*true,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{LoadBalancerIngress{IP:,Hostname:a9478d9a3e46d459db7114de75b579e3-8a75a27c4df024c0.elb.us-east-1.amazonaws.com,IPMode:nil,Ports:[]PortStatus{},},},},Conditions:[]Condition{},},} I0518 07:03:43.608571 3428 lb_config.go:1030] Cluster endpoints for openshift-ingress/router-default for network=default are: map[] I0518 07:03:43.608580 3428 lb_config.go:1053] Local endpoints for openshift-ingress/router-default for network=default are: map[] I0518 07:03:43.608588 3428 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.211.2"}, 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.211.2"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0518 07:03:43.608601 3428 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:30744, 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:30946, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:true, internalTrafficLocal:false, hasNodePort:true}} I0518 07:03:43.608610 3428 services_controller.go:471] Built service openshift-ingress/router-default LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:43.608084 3428 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 I0518 07:03:43.608626 3428 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.211.2", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.211.2", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:43.608643 3428 services_controller.go:478] Built service openshift-ingress/router-default per-node LB for network=default: []services.LB{} I0518 07:03:43.608648 3428 services_controller.go:497] Skipping no-op change for service openshift-service-ca-operator/metrics for network=default I0518 07:03:43.608650 3428 services_controller.go:479] Built service openshift-ingress/router-default template LB for network=default: []services.LB{} I0518 07:03:43.608653 3428 services_controller.go:386] Finished syncing service metrics on namespace openshift-service-ca-operator for network=default : 1.091945ms I0518 07:03:43.608656 3428 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 I0518 07:03:43.608661 3428 services_controller.go:382] Processing sync for service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0518 07:03:43.608670 3428 services_controller.go:497] Skipping no-op change for service openshift-ingress/router-default for network=default I0518 07:03:43.608674 3428 services_controller.go:386] Finished syncing service router-default on namespace openshift-ingress for network=default : 573.721µs I0518 07:03:43.608682 3428 services_controller.go:382] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0518 07:03:43.608667 3428 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 21a8fc75-a960-4dcb-b24f-413f49bd7acb 986 0 2026-05-18 06:51:27 +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 20d3542f-9543-4161-a8e9-65ad7732453d 0xc004fefb07 }] [] []},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.193.203,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.193.203],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:43.608688 3428 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 d9abf6d5-7316-446f-8e82-12df47d66070 6508 0 2026-05-18 06:54:16 +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.54.114,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.54.114],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:43.608718 3428 lb_config.go:1030] Cluster endpoints for openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default are: map[] I0518 07:03:43.608727 3428 lb_config.go:1030] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default are: map[] I0518 07:03:43.608509 3428 services_controller.go:470] Built service openshift-image-registry/image-registry LB per-node configs for network=default: []services.lbConfig(nil) I0518 07:03:43.608736 3428 services_controller.go:471] Built service openshift-image-registry/image-registry LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:43.608736 3428 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.54.114"}, 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}} I0518 07:03:43.608744 3428 services_controller.go:470] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0518 07:03:43.608750 3428 services_controller.go:471] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:43.608746 3428 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.28.167", Port:5000, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:43.608762 3428 services_controller.go:478] Built service openshift-image-registry/image-registry per-node LB for network=default: []services.LB{} I0518 07:03:43.608769 3428 services_controller.go:479] Built service openshift-image-registry/image-registry template LB for network=default: []services.LB{} I0518 07:03:43.608767 3428 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.54.114", Port:8383, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:43.608783 3428 services_controller.go:478] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics per-node LB for network=default: []services.LB{} I0518 07:03:43.608791 3428 services_controller.go:479] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics template LB for network=default: []services.LB{} I0518 07:03:43.608726 3428 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.193.203"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0518 07:03:43.608797 3428 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 I0518 07:03:43.608802 3428 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) I0518 07:03:43.608808 3428 services_controller.go:471] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:43.608811 3428 services_controller.go:497] Skipping no-op change for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0518 07:03:43.608815 3428 services_controller.go:386] Finished syncing service deployment-validation-operator-metrics on namespace openshift-deployment-validation-operator for network=default : 133.539µs I0518 07:03:43.608822 3428 services_controller.go:382] Processing sync for service openshift-insights/metrics for network=default I0518 07:03:43.608819 3428 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.193.203", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:43.608840 3428 services_controller.go:478] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics per-node LB for network=default: []services.LB{} I0518 07:03:43.608850 3428 services_controller.go:479] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics template LB for network=default: []services.LB{} I0518 07:03:43.608827 3428 services_controller.go:460] Service openshift-insights/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-insights d9b9253d-2d76-4450-b7d6-02f23f81e77a 1935 0 2026-05-18 06:51:45 +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 20d3542f-9543-4161-a8e9-65ad7732453d 0xc007bb24ab }] [] []},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.203.10,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.203.10],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:43.608857 3428 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 I0518 07:03:43.608865 3428 lb_config.go:1030] Cluster endpoints for openshift-insights/metrics for network=default are: map[] I0518 07:03:43.608871 3428 services_controller.go:497] Skipping no-op change for service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0518 07:03:43.608872 3428 services_controller.go:469] Built service openshift-insights/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.203.10"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0518 07:03:43.608875 3428 services_controller.go:386] Finished syncing service csi-snapshot-controller-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 214.09µs I0518 07:03:43.608880 3428 services_controller.go:470] Built service openshift-insights/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0518 07:03:43.608776 3428 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 I0518 07:03:43.608903 3428 services_controller.go:471] Built service openshift-insights/metrics LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:43.608911 3428 services_controller.go:497] Skipping no-op change for service openshift-image-registry/image-registry for network=default I0518 07:03:43.608916 3428 services_controller.go:386] Finished syncing service image-registry on namespace openshift-image-registry for network=default : 769.08µs I0518 07:03:43.608923 3428 services_controller.go:382] Processing sync for service openshift-apiserver/check-endpoints for network=default I0518 07:03:43.608919 3428 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.203.10", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:43.608934 3428 services_controller.go:478] Built service openshift-insights/metrics per-node LB for network=default: []services.LB{} I0518 07:03:43.608941 3428 services_controller.go:479] Built service openshift-insights/metrics template LB for network=default: []services.LB{} I0518 07:03:43.608947 3428 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 I0518 07:03:43.608929 3428 services_controller.go:460] Service openshift-apiserver/check-endpoints retrieved from lister for network=default: &Service{ObjectMeta:{check-endpoints openshift-apiserver b6952f55-10bc-4992-81d8-09bd3c6d94cb 1826 0 2026-05-18 06:51:43 +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 20d3542f-9543-4161-a8e9-65ad7732453d 0xc004fef5e7 }] [] []},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.200.188,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.200.188],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:43.608540 3428 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-2-232.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-2-232.ec2.internal"}, Routers:[]string{"GR_ip-10-0-2-232.ec2.internal"}, Groups:[]string(nil)}} I0518 07:03:43.608974 3428 lb_config.go:1030] Cluster endpoints for openshift-apiserver/check-endpoints for network=default are: map[] I0518 07:03:43.608979 3428 services_controller.go:479] Built service default/kubernetes template LB for network=default: []services.LB{} I0518 07:03:43.608982 3428 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.200.188"}, 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}} I0518 07:03:43.608988 3428 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 I0518 07:03:43.608991 3428 services_controller.go:470] Built service openshift-apiserver/check-endpoints LB per-node configs for network=default: []services.lbConfig(nil) I0518 07:03:43.608997 3428 services_controller.go:471] Built service openshift-apiserver/check-endpoints LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:43.609001 3428 services_controller.go:497] Skipping no-op change for service default/kubernetes for network=default I0518 07:03:43.609005 3428 services_controller.go:386] Finished syncing service kubernetes on namespace default for network=default : 576.887µs I0518 07:03:43.609012 3428 services_controller.go:382] Processing sync for service openshift-kube-controller-manager-operator/metrics for network=default I0518 07:03:43.609007 3428 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.200.188", Port:17698, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:43.609022 3428 services_controller.go:478] Built service openshift-apiserver/check-endpoints per-node LB for network=default: []services.LB{} I0518 07:03:43.609029 3428 services_controller.go:479] Built service openshift-apiserver/check-endpoints template LB for network=default: []services.LB{} I0518 07:03:43.608904 3428 services_controller.go:382] Processing sync for service default/openshift for network=default I0518 07:03:43.609036 3428 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 I0518 07:03:43.609043 3428 services_controller.go:386] Finished syncing service openshift on namespace default for network=default : 139.511µs I0518 07:03:43.609049 3428 services_controller.go:497] Skipping no-op change for service openshift-apiserver/check-endpoints for network=default I0518 07:03:43.608961 3428 services_controller.go:497] Skipping no-op change for service openshift-insights/metrics for network=default I0518 07:03:43.609054 3428 services_controller.go:386] Finished syncing service check-endpoints on namespace openshift-apiserver for network=default : 130.461µs I0518 07:03:43.608553 3428 services_controller.go:477] Built service default/openshift-oauth-apiserver cluster-wide LB for network=default: []services.LB{} I0518 07:03:43.609057 3428 services_controller.go:386] Finished syncing service metrics on namespace openshift-insights for network=default : 234.151µs I0518 07:03:43.609062 3428 services_controller.go:382] Processing sync for service openshift-network-diagnostics/network-check-target for network=default I0518 07:03:43.609017 3428 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 6b5f5405-29ce-4511-b3b4-d2876565b5ce 844 0 2026-05-18 06:51:24 +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 20d3542f-9543-4161-a8e9-65ad7732453d 0xc007bb254f }] [] []},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.60.67,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.60.67],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:43.609075 3428 lb_config.go:1030] Cluster endpoints for openshift-kube-controller-manager-operator/metrics for network=default are: map[] I0518 07:03:43.609063 3428 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-2-232.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.237.236", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.144.237", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-2-232.ec2.internal"}, Routers:[]string{"GR_ip-10-0-2-232.ec2.internal"}, Groups:[]string(nil)}} I0518 07:03:43.609088 3428 services_controller.go:479] Built service default/openshift-oauth-apiserver template LB for network=default: []services.LB{} I0518 07:03:43.609086 3428 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.60.67"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0518 07:03:43.609055 3428 services_controller.go:382] Processing sync for service openshift-network-diagnostics/network-check-source for network=default I0518 07:03:43.609098 3428 services_controller.go:470] Built service openshift-kube-controller-manager-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0518 07:03:43.609100 3428 services_controller.go:386] Finished syncing service network-check-source on namespace openshift-network-diagnostics for network=default : 43.985µs I0518 07:03:43.609099 3428 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 I0518 07:03:43.609105 3428 services_controller.go:471] Built service openshift-kube-controller-manager-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:43.609068 3428 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 b3c22620-8e6b-4a7d-b2cc-ea561735a261 3771 0 2026-05-18 06:52:22 +0000 UTC map[] map[] [{operator.openshift.io/v1 Network cluster 58d6eed3-8eec-4383-a325-4bb95cbbc27d 0xc007bb2a97 0xc007bb2a98}] [] []},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.255.124,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.255.124],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:43.609117 3428 services_controller.go:497] Skipping no-op change for service default/openshift-oauth-apiserver for network=default I0518 07:03:43.609125 3428 services_controller.go:386] Finished syncing service openshift-oauth-apiserver on namespace default for network=default : 667.179µs I0518 07:03:43.609115 3428 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.60.67", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:43.609118 3428 lb_config.go:1030] Cluster endpoints for openshift-network-diagnostics/network-check-target for network=default are: map[] I0518 07:03:43.609136 3428 services_controller.go:478] Built service openshift-kube-controller-manager-operator/metrics per-node LB for network=default: []services.LB{} I0518 07:03:43.609137 3428 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.255.124"}, 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}} I0518 07:03:43.609144 3428 services_controller.go:479] Built service openshift-kube-controller-manager-operator/metrics template LB for network=default: []services.LB{} I0518 07:03:43.609146 3428 services_controller.go:470] Built service openshift-network-diagnostics/network-check-target LB per-node configs for network=default: []services.lbConfig(nil) I0518 07:03:43.609152 3428 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 I0518 07:03:43.609154 3428 services_controller.go:471] Built service openshift-network-diagnostics/network-check-target LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:43.609166 3428 services_controller.go:497] Skipping no-op change for service openshift-kube-controller-manager-operator/metrics for network=default I0518 07:03:43.609173 3428 services_controller.go:386] Finished syncing service metrics on namespace openshift-kube-controller-manager-operator for network=default : 161.357µs I0518 07:03:43.609168 3428 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.255.124", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:43.609185 3428 services_controller.go:478] Built service openshift-network-diagnostics/network-check-target per-node LB for network=default: []services.LB{} I0518 07:03:43.609192 3428 services_controller.go:479] Built service openshift-network-diagnostics/network-check-target template LB for network=default: []services.LB{} I0518 07:03:43.609198 3428 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 I0518 07:03:43.609211 3428 services_controller.go:497] Skipping no-op change for service openshift-network-diagnostics/network-check-target for network=default I0518 07:03:43.609218 3428 services_controller.go:386] Finished syncing service network-check-target on namespace openshift-network-diagnostics for network=default : 156.684µs I0518 07:03:43.635268 3428 ovs.go:160] Exec(35): /usr/bin/ovs-appctl --timeout=15 -t /var/run/ovn/ovn-controller.2938.ctl connection-status I0518 07:03:43.639425 3428 ovs.go:163] Exec(35): stdout: "connected\n" I0518 07:03:43.639437 3428 ovs.go:164] Exec(35): stderr: "" I0518 07:03:43.639444 3428 default_node_network_controller.go:523] Node connection status = connected I0518 07:03:43.639451 3428 ovs.go:160] Exec(36): /usr/bin/ovs-vsctl --timeout=15 -- br-exists br-int I0518 07:03:43.644917 3428 ovs.go:163] Exec(36): stdout: "" I0518 07:03:43.644931 3428 ovs.go:164] Exec(36): stderr: "" I0518 07:03:43.644939 3428 ovs.go:160] Exec(37): /usr/bin/ovs-ofctl dump-aggregate br-int I0518 07:03:43.649309 3428 ovs.go:163] Exec(37): stdout: "NXST_AGGREGATE reply (xid=0x4): packet_count=0 byte_count=0 flow_count=17\n" I0518 07:03:43.649319 3428 ovs.go:164] Exec(37): stderr: "" I0518 07:03:43.649330 3428 ovs.go:160] Exec(38): /usr/bin/ovs-vsctl --timeout=15 --if-exists get interface patch-br-ex_ip-10-0-2-232.ec2.internal-to-br-int ofport I0518 07:03:43.654219 3428 ovs.go:163] Exec(38): stdout: "" I0518 07:03:43.654233 3428 ovs.go:164] Exec(38): stderr: "" I0518 07:03:43.718003 3428 obj_retry.go:565] Update event received for resource *v1.Node, old object is equal to new: false I0518 07:03:43.718072 3428 obj_retry.go:617] Update event received for *v1.Node ip-10-0-0-168.ec2.internal I0518 07:03:43.718104 3428 default_network_controller.go:1011] Node "ip-10-0-0-168.ec2.internal" in remote zone "ip-10-0-0-168.ec2.internal", network "default", needs interconnect zone sync up. Zone cluster changed: false I0518 07:03:43.718008 3428 node_tracker.go:211] Processing possible switch / router updates for node ip-10-0-0-168.ec2.internal in network "default" I0518 07:03:43.718183 3428 node_tracker.go:172] Node ip-10-0-0-168.ec2.internal switch + router changed, syncing services in network "default" I0518 07:03:43.718199 3428 services_controller.go:575] Full service sync requested for network=default I0518 07:03:43.718214 3428 services_controller.go:640] Adding service default/openshift-apiserver for network=default I0518 07:03:43.718227 3428 services_controller.go:640] Adding service openshift-apiserver-operator/metrics for network=default I0518 07:03:43.718233 3428 services_controller.go:640] Adding service openshift-cluster-samples-operator/metrics for network=default I0518 07:03:43.718237 3428 services_controller.go:640] Adding service openshift-network-console/networking-console-plugin for network=default I0518 07:03:43.718242 3428 services_controller.go:640] Adding service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0518 07:03:43.718245 3428 services_controller.go:640] Adding service openshift-service-ca-operator/metrics for network=default I0518 07:03:43.718249 3428 services_controller.go:640] Adding service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0518 07:03:43.718253 3428 services_controller.go:640] Adding service openshift-cluster-version/cluster-version-operator for network=default I0518 07:03:43.718259 3428 services_controller.go:640] Adding service openshift-ingress-canary/ingress-canary for network=default I0518 07:03:43.718263 3428 services_controller.go:640] Adding service openshift-ingress/router-internal-default for network=default I0518 07:03:43.718267 3428 services_controller.go:640] Adding service openshift-kube-storage-version-migrator-operator/metrics for network=default I0518 07:03:43.718272 3428 services_controller.go:640] Adding service openshift-monitoring/cluster-monitoring-operator for network=default I0518 07:03:43.718279 3428 services_controller.go:640] Adding service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0518 07:03:43.718285 3428 services_controller.go:640] Adding service openshift-ingress/router-default for network=default I0518 07:03:43.718290 3428 services_controller.go:640] Adding service openshift-multus/network-metrics-service for network=default I0518 07:03:43.718296 3428 services_controller.go:640] Adding service openshift-network-operator/metrics for network=default I0518 07:03:43.718297 3428 services_controller.go:382] Processing sync for service default/openshift-apiserver for network=default I0518 07:03:43.718197 3428 model_client.go:374] Create operations generated as: [{Op:insert Table:Encap Row:map[chassis_name:1d40ece1-84ca-47d8-8863-58a1a03030a0 ip:10.0.0.168 options:{GoMap:map[csum:true]} type:geneve] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2739035143}] I0518 07:03:43.718308 3428 services_controller.go:382] Processing sync for service openshift-apiserver-operator/metrics for network=default I0518 07:03:43.718330 3428 services_controller.go:382] Processing sync for service openshift-cluster-samples-operator/metrics for network=default I0518 07:03:43.718337 3428 services_controller.go:382] Processing sync for service openshift-network-console/networking-console-plugin for network=default I0518 07:03:43.718345 3428 services_controller.go:382] Processing sync for service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0518 07:03:43.718348 3428 services_controller.go:386] Finished syncing service metrics on namespace openshift-cluster-samples-operator for network=default : 22.415µs I0518 07:03:43.718358 3428 services_controller.go:386] Finished syncing service ovn-kubernetes-node on namespace openshift-ovn-kubernetes for network=default : 14.403µs I0518 07:03:43.718310 3428 services_controller.go:460] Service default/openshift-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-apiserver default ac9746a6-526c-4ef9-958f-d50292ac9660 1628 0 2026-05-18 06:51:41 +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.79.161,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.79.161],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:43.718365 3428 services_controller.go:382] Processing sync for service openshift-service-ca-operator/metrics for network=default I0518 07:03:43.718318 3428 services_controller.go:460] Service openshift-apiserver-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-apiserver-operator ed2ef0b5-af6b-494d-bb83-6c5785930173 1059 0 2026-05-18 06:51:29 +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 20d3542f-9543-4161-a8e9-65ad7732453d 0xc004fef51f }] [] []},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.253.87,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.253.87],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:43.718302 3428 services_controller.go:640] Adding service openshift-authentication-operator/metrics for network=default I0518 07:03:43.718381 3428 services_controller.go:382] Processing sync for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0518 07:03:43.718384 3428 services_controller.go:640] Adding service openshift-image-registry/image-registry for network=default I0518 07:03:43.718391 3428 services_controller.go:640] Adding service openshift-machine-config-operator/machine-config-operator for network=default I0518 07:03:43.718388 3428 lb_config.go:1030] Cluster endpoints for openshift-apiserver-operator/metrics for network=default are: map[] I0518 07:03:43.718396 3428 services_controller.go:640] Adding service default/kubernetes for network=default I0518 07:03:43.718393 3428 lb_config.go:1030] Cluster endpoints for default/openshift-apiserver for network=default are: map[TCP/https:{443 [172.30.125.252] []}] I0518 07:03:43.718408 3428 services_controller.go:640] Adding service default/openshift-oauth-apiserver for network=default I0518 07:03:43.718414 3428 services_controller.go:640] Adding service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0518 07:03:43.718418 3428 services_controller.go:469] Built service default/openshift-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0518 07:03:43.718414 3428 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.253.87"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0518 07:03:43.718421 3428 services_controller.go:640] Adding service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0518 07:03:43.718351 3428 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 0c665839-7c72-43e0-ad8b-48e93186718e 4193 0 2026-05-18 06:52:25 +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 58d6eed3-8eec-4383-a325-4bb95cbbc27d 0xc007bb299e 0xc007bb299f}] [] []},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.209.142,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.209.142],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:43.718430 3428 services_controller.go:640] Adding service openshift-insights/metrics for network=default I0518 07:03:43.718431 3428 services_controller.go:470] Built service openshift-apiserver-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0518 07:03:43.718428 3428 services_controller.go:470] Built service default/openshift-apiserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.79.161"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.125.252"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0518 07:03:43.718436 3428 services_controller.go:640] Adding service default/openshift for network=default I0518 07:03:43.718441 3428 services_controller.go:640] Adding service openshift-apiserver/check-endpoints for network=default I0518 07:03:43.718442 3428 services_controller.go:471] Built service openshift-apiserver-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:43.718445 3428 services_controller.go:640] Adding service openshift-kube-controller-manager-operator/metrics for network=default I0518 07:03:43.718444 3428 services_controller.go:471] Built service default/openshift-apiserver LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:43.718391 3428 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 43836cd7-85a3-48a9-8d8d-b6dee2944b79 1027 0 2026-05-18 06:51:28 +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 20d3542f-9543-4161-a8e9-65ad7732453d 0xc004fefa57 }] [] []},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.147.128,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.147.128],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:43.718449 3428 services_controller.go:640] Adding service openshift-network-diagnostics/network-check-source for network=default I0518 07:03:43.718377 3428 services_controller.go:460] Service openshift-service-ca-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-service-ca-operator 034f48c2-0f57-4ede-a3a5-66ba0fa79e5a 924 0 2026-05-18 06:51:26 +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 20d3542f-9543-4161-a8e9-65ad7732453d 0xc007bb2c87 }] [] []},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.2.216,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.2.216],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:43.718455 3428 services_controller.go:640] Adding service openshift-network-diagnostics/network-check-target for network=default I0518 07:03:43.718462 3428 services_controller.go:640] Adding service openshift-cloud-credential-operator/cco-metrics for network=default I0518 07:03:43.718466 3428 services_controller.go:640] Adding service openshift-cluster-machine-approver/machine-approver for network=default I0518 07:03:43.718468 3428 services_controller.go:477] Built service default/openshift-apiserver cluster-wide LB for network=default: []services.LB{} I0518 07:03:43.718470 3428 lb_config.go:1030] Cluster endpoints for openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default are: map[] I0518 07:03:43.718461 3428 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.253.87", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:43.718481 3428 lb_config.go:1030] Cluster endpoints for openshift-service-ca-operator/metrics for network=default are: map[] I0518 07:03:43.718480 3428 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.147.128"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0518 07:03:43.718352 3428 model_client.go:374] Create operations generated as: [{Op:insert Table:Chassis Row:map[encaps:{GoSet:[{GoUUID:u2739035143}]} hostname:ip-10-0-0-168.ec2.internal name:1d40ece1-84ca-47d8-8863-58a1a03030a0 other_config:{GoMap:map[is-remote:true]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2739035144}] I0518 07:03:43.718491 3428 services_controller.go:478] Built service openshift-apiserver-operator/metrics per-node LB for network=default: []services.LB{} I0518 07:03:43.718495 3428 services_controller.go:470] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0518 07:03:43.718480 3428 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-2-232.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.79.161", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.125.252", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-2-232.ec2.internal"}, Routers:[]string{"GR_ip-10-0-2-232.ec2.internal"}, Groups:[]string(nil)}} I0518 07:03:43.718503 3428 services_controller.go:471] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:43.718497 3428 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.2.216"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0518 07:03:43.718503 3428 services_controller.go:479] Built service openshift-apiserver-operator/metrics template LB for network=default: []services.LB{} I0518 07:03:43.718511 3428 services_controller.go:479] Built service default/openshift-apiserver template LB for network=default: []services.LB{} I0518 07:03:43.718497 3428 transact.go:43] Configuring OVN: [{Op:insert Table:Encap Row:map[chassis_name:1d40ece1-84ca-47d8-8863-58a1a03030a0 ip:10.0.0.168 options:{GoMap:map[csum:true]} type:geneve] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2739035143} {Op:insert Table:Chassis Row:map[encaps:{GoSet:[{GoUUID:u2739035143}]} hostname:ip-10-0-0-168.ec2.internal name:1d40ece1-84ca-47d8-8863-58a1a03030a0 other_config:{GoMap:map[is-remote:true]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2739035144}] I0518 07:03:43.718515 3428 services_controller.go:470] Built service openshift-service-ca-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0518 07:03:43.718520 3428 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 I0518 07:03:43.718523 3428 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 I0518 07:03:43.718528 3428 services_controller.go:471] Built service openshift-service-ca-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:43.718518 3428 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.147.128", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:43.718543 3428 services_controller.go:497] Skipping no-op change for service openshift-apiserver-operator/metrics for network=default I0518 07:03:43.718543 3428 services_controller.go:478] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics per-node LB for network=default: []services.LB{} I0518 07:03:43.718470 3428 services_controller.go:640] Adding service openshift-config-operator/metrics for network=default I0518 07:03:43.718550 3428 services_controller.go:386] Finished syncing service metrics on namespace openshift-apiserver-operator for network=default : 241.631µs I0518 07:03:43.718553 3428 services_controller.go:479] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics template LB for network=default: []services.LB{} I0518 07:03:43.718557 3428 services_controller.go:640] Adding service openshift-console-operator/metrics for network=default I0518 07:03:43.718560 3428 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 I0518 07:03:43.718562 3428 services_controller.go:382] Processing sync for service openshift-cluster-version/cluster-version-operator for network=default I0518 07:03:43.718565 3428 services_controller.go:640] Adding service openshift-dns/dns-default for network=default I0518 07:03:43.718547 3428 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.2.216", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:43.718571 3428 services_controller.go:640] Adding service openshift-machine-config-operator/machine-config-controller for network=default I0518 07:03:43.718452 3428 lb_config.go:1030] Cluster endpoints for openshift-network-console/networking-console-plugin for network=default are: map[] I0518 07:03:43.718578 3428 services_controller.go:640] Adding service default/packageserver for network=default I0518 07:03:43.718582 3428 services_controller.go:478] Built service openshift-service-ca-operator/metrics per-node LB for network=default: []services.LB{} I0518 07:03:43.718545 3428 services_controller.go:497] Skipping no-op change for service default/openshift-apiserver for network=default I0518 07:03:43.718593 3428 services_controller.go:386] Finished syncing service openshift-apiserver on namespace default for network=default : 298.703µs I0518 07:03:43.718589 3428 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.209.142"}, 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}} I0518 07:03:43.718586 3428 services_controller.go:640] Adding service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0518 07:03:43.718603 3428 services_controller.go:382] Processing sync for service openshift-ingress-canary/ingress-canary for network=default I0518 07:03:43.718577 3428 services_controller.go:497] Skipping no-op change for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0518 07:03:43.718606 3428 services_controller.go:470] Built service openshift-network-console/networking-console-plugin LB per-node configs for network=default: []services.lbConfig(nil) I0518 07:03:43.718611 3428 services_controller.go:640] Adding service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0518 07:03:43.718613 3428 services_controller.go:386] Finished syncing service cluster-storage-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 230.988µs I0518 07:03:43.718572 3428 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 df33e34d-c681-4434-8bc6-ae2f3860cd95 505 0 2026-05-18 06:51:02 +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.186.32,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.186.32],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:43.718620 3428 services_controller.go:640] Adding service openshift-dns-operator/metrics for network=default I0518 07:03:43.718626 3428 services_controller.go:382] Processing sync for service openshift-ingress/router-internal-default for network=default I0518 07:03:43.718629 3428 services_controller.go:640] Adding service openshift-ingress-operator/metrics for network=default I0518 07:03:43.718637 3428 services_controller.go:640] Adding service openshift-machine-config-operator/machine-config-daemon for network=default I0518 07:03:43.718596 3428 services_controller.go:479] Built service openshift-service-ca-operator/metrics template LB for network=default: []services.LB{} I0518 07:03:43.718640 3428 lb_config.go:1030] Cluster endpoints for openshift-cluster-version/cluster-version-operator for network=default are: map[] I0518 07:03:43.718653 3428 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 I0518 07:03:43.718613 3428 services_controller.go:460] Service openshift-ingress-canary/ingress-canary retrieved from lister for network=default: &Service{ObjectMeta:{ingress-canary openshift-ingress-canary 41d0f6eb-0db1-4cf4-80b7-694e8d74204a 3162 0 2026-05-18 06:52:05 +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 009e4f3e-e378-408a-b894-c69a630d2bc7 0xc007bb2110 }] [] []},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.198.35,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.198.35],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:43.718655 3428 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.186.32"}, 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}} I0518 07:03:43.718617 3428 services_controller.go:471] Built service openshift-network-console/networking-console-plugin LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:43.718676 3428 lb_config.go:1030] Cluster endpoints for openshift-ingress-canary/ingress-canary for network=default are: map[] I0518 07:03:43.718683 3428 services_controller.go:497] Skipping no-op change for service openshift-service-ca-operator/metrics for network=default I0518 07:03:43.718691 3428 services_controller.go:386] Finished syncing service metrics on namespace openshift-service-ca-operator for network=default : 326.015µs I0518 07:03:43.718690 3428 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.198.35"}, 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.198.35"}, 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}} I0518 07:03:43.718645 3428 services_controller.go:460] Service openshift-ingress/router-internal-default retrieved from lister for network=default: &Service{ObjectMeta:{router-internal-default openshift-ingress acf4ae96-bc58-4e62-8263-f6e93b4b9303 2116 0 2026-05-18 06:51:55 +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 8d3b9d3e-785e-4691-8078-b859a51c6205 0xc007bb23ae }] [] []},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.117.167,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.117.167],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:43.718704 3428 services_controller.go:382] Processing sync for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0518 07:03:43.718703 3428 services_controller.go:470] Built service openshift-ingress-canary/ingress-canary LB per-node configs for network=default: []services.lbConfig(nil) I0518 07:03:43.718694 3428 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.209.142", Port:9443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:43.718712 3428 services_controller.go:471] Built service openshift-ingress-canary/ingress-canary LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:43.718720 3428 services_controller.go:478] Built service openshift-network-console/networking-console-plugin per-node LB for network=default: []services.LB{} I0518 07:03:43.718722 3428 lb_config.go:1030] Cluster endpoints for openshift-ingress/router-internal-default for network=default are: map[] I0518 07:03:43.718728 3428 services_controller.go:479] Built service openshift-network-console/networking-console-plugin template LB for network=default: []services.LB{} I0518 07:03:43.718736 3428 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 I0518 07:03:43.718726 3428 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.198.35", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.198.35", Port:8888, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:43.718670 3428 services_controller.go:470] Built service openshift-cluster-version/cluster-version-operator LB per-node configs for network=default: []services.lbConfig(nil) I0518 07:03:43.718751 3428 services_controller.go:497] Skipping no-op change for service openshift-network-console/networking-console-plugin for network=default I0518 07:03:43.718739 3428 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.117.167"}, 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.117.167"}, protocol:"TCP", 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.117.167"}, 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}} I0518 07:03:43.718753 3428 services_controller.go:478] Built service openshift-ingress-canary/ingress-canary per-node LB for network=default: []services.LB{} I0518 07:03:43.718759 3428 services_controller.go:386] Finished syncing service networking-console-plugin on namespace openshift-network-console for network=default : 423.608µs I0518 07:03:43.718763 3428 services_controller.go:470] Built service openshift-ingress/router-internal-default LB per-node configs for network=default: []services.lbConfig(nil) I0518 07:03:43.718714 3428 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 dca97dce-0d61-426a-81a9-436a18a5eec0 2130 0 2026-05-18 06:51:56 +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 20d3542f-9543-4161-a8e9-65ad7732453d 0xc007bb2607 }] [] []},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.4.220,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.4.220],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:43.718772 3428 services_controller.go:471] Built service openshift-ingress/router-internal-default LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:43.718773 3428 services_controller.go:382] Processing sync for service openshift-monitoring/cluster-monitoring-operator for network=default I0518 07:03:43.718781 3428 services_controller.go:386] Finished syncing service cluster-monitoring-operator on namespace openshift-monitoring for network=default : 10.118µs I0518 07:03:43.718788 3428 services_controller.go:382] Processing sync for service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0518 07:03:43.718791 3428 services_controller.go:386] Finished syncing service node-tuning-operator on namespace openshift-cluster-node-tuning-operator for network=default : 4.196µs I0518 07:03:43.718767 3428 services_controller.go:479] Built service openshift-ingress-canary/ingress-canary template LB for network=default: []services.LB{} I0518 07:03:43.718797 3428 services_controller.go:382] Processing sync for service openshift-ingress/router-default for network=default I0518 07:03:43.718806 3428 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 I0518 07:03:43.718790 3428 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.117.167", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.117.167", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.117.167", Port:1936, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:43.718820 3428 services_controller.go:478] Built service openshift-ingress/router-internal-default per-node LB for network=default: []services.LB{} I0518 07:03:43.718831 3428 services_controller.go:497] Skipping no-op change for service openshift-ingress-canary/ingress-canary for network=default I0518 07:03:43.718832 3428 services_controller.go:479] Built service openshift-ingress/router-internal-default template LB for network=default: []services.LB{} I0518 07:03:43.718838 3428 services_controller.go:386] Finished syncing service ingress-canary on namespace openshift-ingress-canary for network=default : 234.71µs I0518 07:03:43.718844 3428 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 I0518 07:03:43.718850 3428 services_controller.go:382] Processing sync for service openshift-multus/network-metrics-service for network=default I0518 07:03:43.718803 3428 services_controller.go:460] Service openshift-ingress/router-default retrieved from lister for network=default: &Service{ObjectMeta:{router-default openshift-ingress 9478d9a3-e46d-459d-b711-4de75b579e31 2549 0 2026-05-18 06:51:55 +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=2qc6e4rqab9epl0osrq0g71h7qec7g8k,api.openshift.com/legal-entity-id=2h8L52xc1VHB4xLFE2YyPmAjYjI,api.openshift.com/name=kx-62e28e5166,cluster-type=rosa-hcp,creation-date=2026-05-18,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 8d3b9d3e-785e-4691-8078-b859a51c6205 0xc007bb22e7 }] [service.kubernetes.io/load-balancer-cleanup] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:http,Protocol:TCP,Port:80,TargetPort:{1 0 http},NodePort:30744,AppProtocol:nil,},ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{1 0 https},NodePort:30946,AppProtocol:nil,},},Selector:map[string]string{ingresscontroller.operator.openshift.io/deployment-ingresscontroller: default,},ClusterIP:172.30.211.2,Type:LoadBalancer,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:Local,HealthCheckNodePort:31515,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.211.2],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:*true,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{LoadBalancerIngress{IP:,Hostname:a9478d9a3e46d459db7114de75b579e3-8a75a27c4df024c0.elb.us-east-1.amazonaws.com,IPMode:nil,Ports:[]PortStatus{},},},},Conditions:[]Condition{},},} I0518 07:03:43.718789 3428 lb_config.go:1030] Cluster endpoints for openshift-kube-storage-version-migrator-operator/metrics for network=default are: map[] I0518 07:03:43.718870 3428 services_controller.go:497] Skipping no-op change for service openshift-ingress/router-internal-default for network=default I0518 07:03:43.718876 3428 services_controller.go:386] Finished syncing service router-internal-default on namespace openshift-ingress for network=default : 249.461µs I0518 07:03:43.718754 3428 services_controller.go:471] Built service openshift-cluster-version/cluster-version-operator LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:43.718877 3428 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.4.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}} I0518 07:03:43.718905 3428 services_controller.go:382] Processing sync for service openshift-network-operator/metrics for network=default I0518 07:03:43.718915 3428 services_controller.go:386] Finished syncing service metrics on namespace openshift-network-operator for network=default : 10.728µs I0518 07:03:43.718913 3428 services_controller.go:470] Built service openshift-kube-storage-version-migrator-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0518 07:03:43.718923 3428 services_controller.go:382] Processing sync for service openshift-authentication-operator/metrics for network=default I0518 07:03:43.718915 3428 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.186.32", Port:9099, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:43.718928 3428 services_controller.go:471] Built service openshift-kube-storage-version-migrator-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:43.718933 3428 services_controller.go:478] Built service openshift-cluster-version/cluster-version-operator per-node LB for network=default: []services.LB{} I0518 07:03:43.718941 3428 services_controller.go:479] Built service openshift-cluster-version/cluster-version-operator template LB for network=default: []services.LB{} I0518 07:03:43.718951 3428 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 I0518 07:03:43.718947 3428 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.4.220", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:43.718858 3428 services_controller.go:386] Finished syncing service network-metrics-service on namespace openshift-multus for network=default : 8.64µs I0518 07:03:43.718975 3428 services_controller.go:497] Skipping no-op change for service openshift-cluster-version/cluster-version-operator for network=default I0518 07:03:43.718977 3428 services_controller.go:478] Built service openshift-kube-storage-version-migrator-operator/metrics per-node LB for network=default: []services.LB{} I0518 07:03:43.718932 3428 services_controller.go:460] Service openshift-authentication-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-authentication-operator d759942d-aace-44a9-b634-fb5512c263e1 723 0 2026-05-18 06:51:20 +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 20d3542f-9543-4161-a8e9-65ad7732453d 0xc004fef6a7 }] [] []},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.177.178,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.177.178],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:43.718982 3428 services_controller.go:386] Finished syncing service cluster-version-operator on namespace openshift-cluster-version for network=default : 420.139µs I0518 07:03:43.718992 3428 services_controller.go:479] Built service openshift-kube-storage-version-migrator-operator/metrics template LB for network=default: []services.LB{} I0518 07:03:43.718996 3428 services_controller.go:382] Processing sync for service openshift-machine-config-operator/machine-config-operator for network=default I0518 07:03:43.719003 3428 lb_config.go:1030] Cluster endpoints for openshift-authentication-operator/metrics for network=default are: map[] I0518 07:03:43.719005 3428 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 I0518 07:03:43.719016 3428 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.177.178"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0518 07:03:43.719030 3428 services_controller.go:497] Skipping no-op change for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0518 07:03:43.719035 3428 services_controller.go:470] Built service openshift-authentication-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0518 07:03:43.719038 3428 services_controller.go:386] Finished syncing service metrics on namespace openshift-kube-storage-version-migrator-operator for network=default : 334.287µs I0518 07:03:43.719044 3428 services_controller.go:471] Built service openshift-authentication-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:43.719051 3428 services_controller.go:382] Processing sync for service default/kubernetes for network=default I0518 07:03:43.718982 3428 services_controller.go:382] Processing sync for service openshift-image-registry/image-registry for network=default I0518 07:03:43.719007 3428 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 f8205417-1c0b-4dcb-8e51-8fb5ca66418c 762 0 2026-05-18 06:51:22 +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 20d3542f-9543-4161-a8e9-65ad7732453d 0xc007bb27eb }] [] []},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.250.45,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.250.45],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:43.719056 3428 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.177.178", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:43.719080 3428 services_controller.go:478] Built service openshift-authentication-operator/metrics per-node LB for network=default: []services.LB{} I0518 07:03:43.719088 3428 services_controller.go:479] Built service openshift-authentication-operator/metrics template LB for network=default: []services.LB{} I0518 07:03:43.718899 3428 lb_config.go:1030] Cluster endpoints for openshift-ingress/router-default for network=default are: map[] I0518 07:03:43.719095 3428 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 I0518 07:03:43.719098 3428 lb_config.go:1053] Local endpoints for openshift-ingress/router-default for network=default are: map[] I0518 07:03:43.719103 3428 zone_ic_handler.go:259] Creating interconnect resources for remote zone node ip-10-0-0-168.ec2.internal for the network default I0518 07:03:43.719112 3428 services_controller.go:497] Skipping no-op change for service openshift-authentication-operator/metrics for network=default I0518 07:03:43.719062 3428 services_controller.go:460] Service default/kubernetes retrieved from lister for network=default: &Service{ObjectMeta:{kubernetes default 358f091c-6bf6-4150-b88e-7fc7ac4759f0 273 0 2026-05-18 06:50:22 +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{},},} I0518 07:03:43.719116 3428 services_controller.go:386] Finished syncing service metrics on namespace openshift-authentication-operator for network=default : 193.155µs I0518 07:03:43.719073 3428 services_controller.go:460] Service openshift-image-registry/image-registry retrieved from lister for network=default: &Service{ObjectMeta:{image-registry openshift-image-registry 481e1651-7655-45f4-b05c-32ba3228c4d9 3694 0 2026-05-18 06:52:22 +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.28.167,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.28.167],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:43.719114 3428 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.211.2"}, 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.211.2"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0518 07:03:43.719087 3428 lb_config.go:1030] Cluster endpoints for openshift-machine-config-operator/machine-config-operator for network=default are: map[] I0518 07:03:43.719134 3428 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.250.45"}, 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}} I0518 07:03:43.719133 3428 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:30744, 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:30946, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:true, internalTrafficLocal:false, hasNodePort:true}} I0518 07:03:43.719143 3428 lb_config.go:1030] Cluster endpoints for openshift-image-registry/image-registry for network=default are: map[] I0518 07:03:43.719143 3428 lb_config.go:1030] Cluster endpoints for default/kubernetes for network=default are: map[TCP/https:{6443 [172.20.0.1] []}] I0518 07:03:43.719147 3428 services_controller.go:470] Built service openshift-machine-config-operator/machine-config-operator LB per-node configs for network=default: []services.lbConfig(nil) I0518 07:03:43.719124 3428 services_controller.go:382] Processing sync for service default/openshift-oauth-apiserver for network=default I0518 07:03:43.719159 3428 services_controller.go:471] Built service openshift-machine-config-operator/machine-config-operator LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:43.719156 3428 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.28.167"}, 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}} I0518 07:03:43.719161 3428 services_controller.go:469] Built service default/kubernetes LB cluster-wide configs for network=default: []services.lbConfig(nil) I0518 07:03:43.719172 3428 services_controller.go:470] Built service openshift-image-registry/image-registry LB per-node configs for network=default: []services.lbConfig(nil) I0518 07:03:43.719174 3428 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}} I0518 07:03:43.719163 3428 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-168.ec2.internal]} name:tstor-ip-10-0-0-168.ec2.internal options:{GoMap:map[requested-chassis:ip-10-0-0-168.ec2.internal requested-tnl-key:2]} type:remote] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2739035145}] I0518 07:03:43.719183 3428 services_controller.go:471] Built service openshift-image-registry/image-registry LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:43.719191 3428 services_controller.go:471] Built service default/kubernetes LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:43.719162 3428 services_controller.go:460] Service default/openshift-oauth-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-oauth-apiserver default 3792a8d9-0e55-4b22-b5c1-9c0c13719a60 1655 0 2026-05-18 06:51:41 +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.237.236,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.237.236],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:43.719214 3428 services_controller.go:477] Built service default/kubernetes cluster-wide LB for network=default: []services.LB{} I0518 07:03:43.719202 3428 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.28.167", Port:5000, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:43.719224 3428 lb_config.go:1030] Cluster endpoints for default/openshift-oauth-apiserver for network=default are: map[TCP/https:{443 [172.30.144.237] []}] I0518 07:03:43.719217 3428 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:u2739035145}]}}] Timeout: Where:[where column _uuid == {21659449-0d60-47bf-bb66-efa790d7e0a7}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:43.719239 3428 services_controller.go:469] Built service default/openshift-oauth-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0518 07:03:43.719226 3428 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-2-232.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-2-232.ec2.internal"}, Routers:[]string{"GR_ip-10-0-2-232.ec2.internal"}, Groups:[]string(nil)}} I0518 07:03:43.719248 3428 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.237.236"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.144.237"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0518 07:03:43.719259 3428 services_controller.go:479] Built service default/kubernetes template LB for network=default: []services.LB{} I0518 07:03:43.719262 3428 services_controller.go:471] Built service default/openshift-oauth-apiserver LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:43.719274 3428 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 I0518 07:03:43.719286 3428 services_controller.go:477] Built service default/openshift-oauth-apiserver cluster-wide LB for network=default: []services.LB{} I0518 07:03:43.719300 3428 services_controller.go:497] Skipping no-op change for service default/kubernetes for network=default I0518 07:03:43.719313 3428 services_controller.go:386] Finished syncing service kubernetes on namespace default for network=default : 260.582µs I0518 07:03:43.719296 3428 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-2-232.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.237.236", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.144.237", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-2-232.ec2.internal"}, Routers:[]string{"GR_ip-10-0-2-232.ec2.internal"}, Groups:[]string(nil)}} I0518 07:03:43.719325 3428 services_controller.go:382] Processing sync for service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0518 07:03:43.719150 3428 services_controller.go:471] Built service openshift-ingress/router-default LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:43.719329 3428 services_controller.go:479] Built service default/openshift-oauth-apiserver template LB for network=default: []services.LB{} I0518 07:03:43.719340 3428 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 I0518 07:03:43.719368 3428 services_controller.go:497] Skipping no-op change for service default/openshift-oauth-apiserver for network=default I0518 07:03:43.719378 3428 services_controller.go:386] Finished syncing service openshift-oauth-apiserver on namespace default for network=default : 252.053µs I0518 07:03:43.719336 3428 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 21a8fc75-a960-4dcb-b24f-413f49bd7acb 986 0 2026-05-18 06:51:27 +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 20d3542f-9543-4161-a8e9-65ad7732453d 0xc004fefb07 }] [] []},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.193.203,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.193.203],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:43.719240 3428 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-168.ec2.internal]} name:tstor-ip-10-0-0-168.ec2.internal options:{GoMap:map[requested-chassis:ip-10-0-0-168.ec2.internal requested-tnl-key:2]} type:remote] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2739035145} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2739035145}]}}] Timeout: Where:[where column _uuid == {21659449-0d60-47bf-bb66-efa790d7e0a7}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:43.719391 3428 services_controller.go:382] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0518 07:03:43.719403 3428 lb_config.go:1030] Cluster endpoints for openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default are: map[] I0518 07:03:43.719417 3428 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.193.203"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0518 07:03:43.719400 3428 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 d9abf6d5-7316-446f-8e82-12df47d66070 6508 0 2026-05-18 06:54:16 +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.54.114,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.54.114],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:43.719435 3428 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) I0518 07:03:43.719448 3428 services_controller.go:471] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:43.719452 3428 lb_config.go:1030] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default are: map[] I0518 07:03:43.719352 3428 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.211.2", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.211.2", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:43.719463 3428 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.54.114"}, 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}} I0518 07:03:43.719467 3428 services_controller.go:478] Built service openshift-ingress/router-default per-node LB for network=default: []services.LB{} I0518 07:03:43.719476 3428 services_controller.go:470] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0518 07:03:43.719479 3428 services_controller.go:479] Built service openshift-ingress/router-default template LB for network=default: []services.LB{} I0518 07:03:43.719484 3428 services_controller.go:471] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:43.719466 3428 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.193.203", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:43.719489 3428 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 I0518 07:03:43.719500 3428 services_controller.go:478] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics per-node LB for network=default: []services.LB{} I0518 07:03:43.719495 3428 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.54.114", Port:8383, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:43.719511 3428 services_controller.go:497] Skipping no-op change for service openshift-ingress/router-default for network=default I0518 07:03:43.719513 3428 services_controller.go:478] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics per-node LB for network=default: []services.LB{} I0518 07:03:43.719513 3428 services_controller.go:479] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics template LB for network=default: []services.LB{} I0518 07:03:43.719518 3428 services_controller.go:386] Finished syncing service router-default on namespace openshift-ingress for network=default : 719.452µs I0518 07:03:43.719520 3428 services_controller.go:479] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics template LB for network=default: []services.LB{} I0518 07:03:43.719527 3428 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 I0518 07:03:43.719529 3428 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 I0518 07:03:43.719230 3428 services_controller.go:478] Built service openshift-image-registry/image-registry per-node LB for network=default: []services.LB{} I0518 07:03:43.719543 3428 services_controller.go:479] Built service openshift-image-registry/image-registry template LB for network=default: []services.LB{} I0518 07:03:43.719548 3428 services_controller.go:497] Skipping no-op change for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0518 07:03:43.719551 3428 services_controller.go:497] Skipping no-op change for service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0518 07:03:43.719170 3428 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.250.45", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:43.719559 3428 services_controller.go:386] Finished syncing service csi-snapshot-controller-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 234.195µs I0518 07:03:43.719563 3428 services_controller.go:478] Built service openshift-machine-config-operator/machine-config-operator per-node LB for network=default: []services.LB{} I0518 07:03:43.719589 3428 services_controller.go:479] Built service openshift-machine-config-operator/machine-config-operator template LB for network=default: []services.LB{} I0518 07:03:43.719600 3428 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 I0518 07:03:43.719621 3428 services_controller.go:497] Skipping no-op change for service openshift-machine-config-operator/machine-config-operator for network=default I0518 07:03:43.719553 3428 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 I0518 07:03:43.719631 3428 services_controller.go:386] Finished syncing service machine-config-operator on namespace openshift-machine-config-operator for network=default : 634.757µs I0518 07:03:43.719643 3428 services_controller.go:382] Processing sync for service openshift-apiserver/check-endpoints for network=default I0518 07:03:43.719650 3428 services_controller.go:497] Skipping no-op change for service openshift-image-registry/image-registry for network=default I0518 07:03:43.719657 3428 services_controller.go:386] Finished syncing service image-registry on namespace openshift-image-registry for network=default : 675.703µs I0518 07:03:43.719667 3428 services_controller.go:382] Processing sync for service openshift-kube-controller-manager-operator/metrics for network=default I0518 07:03:43.719531 3428 services_controller.go:382] Processing sync for service openshift-insights/metrics for network=default I0518 07:03:43.719652 3428 services_controller.go:460] Service openshift-apiserver/check-endpoints retrieved from lister for network=default: &Service{ObjectMeta:{check-endpoints openshift-apiserver b6952f55-10bc-4992-81d8-09bd3c6d94cb 1826 0 2026-05-18 06:51:43 +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 20d3542f-9543-4161-a8e9-65ad7732453d 0xc004fef5e7 }] [] []},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.200.188,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.200.188],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:43.719673 3428 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 6b5f5405-29ce-4511-b3b4-d2876565b5ce 844 0 2026-05-18 06:51:24 +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 20d3542f-9543-4161-a8e9-65ad7732453d 0xc007bb254f }] [] []},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.60.67,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.60.67],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:43.719730 3428 lb_config.go:1030] Cluster endpoints for openshift-apiserver/check-endpoints for network=default are: map[] I0518 07:03:43.719743 3428 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.200.188"}, 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}} I0518 07:03:43.719757 3428 services_controller.go:470] Built service openshift-apiserver/check-endpoints LB per-node configs for network=default: []services.lbConfig(nil) I0518 07:03:43.719767 3428 services_controller.go:471] Built service openshift-apiserver/check-endpoints LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:43.719716 3428 services_controller.go:460] Service openshift-insights/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-insights d9b9253d-2d76-4450-b7d6-02f23f81e77a 1935 0 2026-05-18 06:51:45 +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 20d3542f-9543-4161-a8e9-65ad7732453d 0xc007bb24ab }] [] []},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.203.10,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.203.10],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:43.719771 3428 lb_config.go:1030] Cluster endpoints for openshift-kube-controller-manager-operator/metrics for network=default are: map[] I0518 07:03:43.719786 3428 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.60.67"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0518 07:03:43.719844 3428 services_controller.go:470] Built service openshift-kube-controller-manager-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0518 07:03:43.719876 3428 services_controller.go:471] Built service openshift-kube-controller-manager-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:43.719946 3428 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.60.67", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:43.719983 3428 services_controller.go:478] Built service openshift-kube-controller-manager-operator/metrics per-node LB for network=default: []services.LB{} I0518 07:03:43.719975 3428 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-168.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:u2739035146}] I0518 07:03:43.719995 3428 services_controller.go:479] Built service openshift-kube-controller-manager-operator/metrics template LB for network=default: []services.LB{} I0518 07:03:43.720007 3428 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 I0518 07:03:43.720030 3428 services_controller.go:497] Skipping no-op change for service openshift-kube-controller-manager-operator/metrics for network=default I0518 07:03:43.719555 3428 services_controller.go:386] Finished syncing service deployment-validation-operator-metrics on namespace openshift-deployment-validation-operator for network=default : 164.808µs I0518 07:03:43.720059 3428 services_controller.go:382] Processing sync for service openshift-network-diagnostics/network-check-source for network=default I0518 07:03:43.720068 3428 services_controller.go:386] Finished syncing service network-check-source on namespace openshift-network-diagnostics for network=default : 9.303µs I0518 07:03:43.720077 3428 services_controller.go:382] Processing sync for service openshift-network-diagnostics/network-check-target for network=default I0518 07:03:43.720020 3428 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:u2739035146}]}}] Timeout: Where:[where column _uuid == {747517ee-9487-4adc-b570-70ba027f8362}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:43.720087 3428 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 b3c22620-8e6b-4a7d-b2cc-ea561735a261 3771 0 2026-05-18 06:52:22 +0000 UTC map[] map[] [{operator.openshift.io/v1 Network cluster 58d6eed3-8eec-4383-a325-4bb95cbbc27d 0xc007bb2a97 0xc007bb2a98}] [] []},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.255.124,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.255.124],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:43.720158 3428 lb_config.go:1030] Cluster endpoints for openshift-network-diagnostics/network-check-target for network=default are: map[] I0518 07:03:43.720164 3428 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-168.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:u2739035147}] I0518 07:03:43.720174 3428 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.255.124"}, 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}} I0518 07:03:43.720184 3428 services_controller.go:470] Built service openshift-network-diagnostics/network-check-target LB per-node configs for network=default: []services.lbConfig(nil) I0518 07:03:43.720192 3428 services_controller.go:471] Built service openshift-network-diagnostics/network-check-target LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:43.719790 3428 lb_config.go:1030] Cluster endpoints for openshift-insights/metrics for network=default are: map[] I0518 07:03:43.720196 3428 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:u2739035147}]}}] Timeout: Where:[where column _uuid == {747517ee-9487-4adc-b570-70ba027f8362}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:43.720218 3428 services_controller.go:469] Built service openshift-insights/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.203.10"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0518 07:03:43.720209 3428 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.255.124", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:43.720235 3428 services_controller.go:470] Built service openshift-insights/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0518 07:03:43.720239 3428 services_controller.go:478] Built service openshift-network-diagnostics/network-check-target per-node LB for network=default: []services.LB{} I0518 07:03:43.720245 3428 services_controller.go:471] Built service openshift-insights/metrics LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:43.720250 3428 services_controller.go:479] Built service openshift-network-diagnostics/network-check-target template LB for network=default: []services.LB{} I0518 07:03:43.720215 3428 transact.go:43] Configuring OVN: [{Op:insert Table:Logical_Router_Static_Route Row:map[external_ids:{GoMap:map[ic-node:ip-10-0-0-168.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:u2739035146} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u2739035146}]}}] Timeout: Where:[where column _uuid == {747517ee-9487-4adc-b570-70ba027f8362}] 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-168.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:u2739035147} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u2739035147}]}}] Timeout: Where:[where column _uuid == {747517ee-9487-4adc-b570-70ba027f8362}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:43.720262 3428 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 I0518 07:03:43.720263 3428 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.203.10", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:43.720288 3428 services_controller.go:478] Built service openshift-insights/metrics per-node LB for network=default: []services.LB{} I0518 07:03:43.720291 3428 services_controller.go:497] Skipping no-op change for service openshift-network-diagnostics/network-check-target for network=default I0518 07:03:43.720300 3428 services_controller.go:386] Finished syncing service network-check-target on namespace openshift-network-diagnostics for network=default : 223.024µs I0518 07:03:43.719575 3428 services_controller.go:382] Processing sync for service default/openshift for network=default I0518 07:03:43.720312 3428 services_controller.go:382] Processing sync for service openshift-cloud-credential-operator/cco-metrics for network=default I0518 07:03:43.720316 3428 services_controller.go:386] Finished syncing service openshift on namespace default for network=default : 740.422µs I0518 07:03:43.720333 3428 services_controller.go:382] Processing sync for service openshift-cluster-machine-approver/machine-approver for network=default I0518 07:03:43.719783 3428 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.200.188", Port:17698, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:43.720340 3428 services_controller.go:386] Finished syncing service machine-approver on namespace openshift-cluster-machine-approver for network=default : 9.553µs I0518 07:03:43.720347 3428 services_controller.go:478] Built service openshift-apiserver/check-endpoints per-node LB for network=default: []services.LB{} I0518 07:03:43.720352 3428 services_controller.go:382] Processing sync for service openshift-config-operator/metrics for network=default I0518 07:03:43.720360 3428 services_controller.go:479] Built service openshift-apiserver/check-endpoints template LB for network=default: []services.LB{} I0518 07:03:43.720321 3428 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 32ca9b9a-6193-4543-9518-a928818508d9 1166 0 2026-05-18 06:51:32 +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 20d3542f-9543-4161-a8e9-65ad7732453d 0xc004fef73b }] [] []},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.1.222,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.1.222],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:43.720371 3428 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 I0518 07:03:43.720383 3428 lb_config.go:1030] Cluster endpoints for openshift-cloud-credential-operator/cco-metrics for network=default are: map[] I0518 07:03:43.720395 3428 services_controller.go:497] Skipping no-op change for service openshift-apiserver/check-endpoints for network=default I0518 07:03:43.720395 3428 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.1.222"}, 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}} I0518 07:03:43.720401 3428 services_controller.go:386] Finished syncing service check-endpoints on namespace openshift-apiserver for network=default : 758.109µs I0518 07:03:43.720408 3428 services_controller.go:470] Built service openshift-cloud-credential-operator/cco-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0518 07:03:43.720412 3428 services_controller.go:382] Processing sync for service openshift-console-operator/metrics for network=default I0518 07:03:43.720418 3428 services_controller.go:471] Built service openshift-cloud-credential-operator/cco-metrics LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:43.720361 3428 services_controller.go:460] Service openshift-config-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-config-operator 0e63d5be-416c-4fd0-8b86-4e78459d9357 1700 0 2026-05-18 06:51:41 +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 20d3542f-9543-4161-a8e9-65ad7732453d 0xc004fefc27 }] [] []},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.198.21,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.198.21],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:43.720443 3428 lb_config.go:1030] Cluster endpoints for openshift-config-operator/metrics for network=default are: map[] I0518 07:03:43.720435 3428 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.1.222", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:43.720460 3428 services_controller.go:478] Built service openshift-cloud-credential-operator/cco-metrics per-node LB for network=default: []services.LB{} I0518 07:03:43.720421 3428 services_controller.go:460] Service openshift-console-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-console-operator 604d372d-c659-4a09-8444-c56c2dc8a548 1951 0 2026-05-18 06:51:45 +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 20d3542f-9543-4161-a8e9-65ad7732453d 0xc004fefce7 }] [] []},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.169.210,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.169.210],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:43.720461 3428 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.198.21"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0518 07:03:43.720471 3428 services_controller.go:479] Built service openshift-cloud-credential-operator/cco-metrics template LB for network=default: []services.LB{} I0518 07:03:43.720477 3428 services_controller.go:470] Built service openshift-config-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0518 07:03:43.720482 3428 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 I0518 07:03:43.720485 3428 lb_config.go:1030] Cluster endpoints for openshift-console-operator/metrics for network=default are: map[] I0518 07:03:43.720488 3428 services_controller.go:471] Built service openshift-config-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:43.720460 3428 duration.go:449] Config duration recorder: kind/namespace/name service/openshift-cluster-machine-approver/machine-approver. OVN-Kubernetes controller took 0.001879509 seconds. No OVN measurement. I0518 07:03:43.720498 3428 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.169.210"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0518 07:03:43.720043 3428 services_controller.go:386] Finished syncing service metrics on namespace openshift-kube-controller-manager-operator for network=default : 375.723µs I0518 07:03:43.720506 3428 services_controller.go:497] Skipping no-op change for service openshift-cloud-credential-operator/cco-metrics for network=default I0518 07:03:43.720514 3428 services_controller.go:470] Built service openshift-console-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0518 07:03:43.720517 3428 services_controller.go:386] Finished syncing service cco-metrics on namespace openshift-cloud-credential-operator for network=default : 204.595µs I0518 07:03:43.720506 3428 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.198.21", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:43.720524 3428 services_controller.go:471] Built service openshift-console-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:43.720303 3428 services_controller.go:479] Built service openshift-insights/metrics template LB for network=default: []services.LB{} I0518 07:03:43.720529 3428 services_controller.go:382] Processing sync for service openshift-machine-config-operator/machine-config-controller for network=default I0518 07:03:43.720535 3428 services_controller.go:478] Built service openshift-config-operator/metrics per-node LB for network=default: []services.LB{} I0518 07:03:43.720547 3428 services_controller.go:479] Built service openshift-config-operator/metrics template LB for network=default: []services.LB{} I0518 07:03:43.720541 3428 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.169.210", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:43.720564 3428 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 I0518 07:03:43.720569 3428 services_controller.go:478] Built service openshift-console-operator/metrics per-node LB for network=default: []services.LB{} I0518 07:03:43.720558 3428 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 I0518 07:03:43.720583 3428 services_controller.go:479] Built service openshift-console-operator/metrics template LB for network=default: []services.LB{} I0518 07:03:43.720539 3428 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 39416ecb-abb0-4789-add2-672a3461ae8a 854 0 2026-05-18 06:51:24 +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 20d3542f-9543-4161-a8e9-65ad7732453d 0xc007bb268b }] [] []},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.58.230,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.58.230],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:43.720595 3428 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 I0518 07:03:43.720599 3428 services_controller.go:497] Skipping no-op change for service openshift-config-operator/metrics for network=default I0518 07:03:43.720600 3428 services_controller.go:497] Skipping no-op change for service openshift-insights/metrics for network=default I0518 07:03:43.720605 3428 services_controller.go:386] Finished syncing service metrics on namespace openshift-config-operator for network=default : 254.409µs I0518 07:03:43.720612 3428 lb_config.go:1030] Cluster endpoints for openshift-machine-config-operator/machine-config-controller for network=default are: map[] I0518 07:03:43.720617 3428 services_controller.go:497] Skipping no-op change for service openshift-console-operator/metrics for network=default I0518 07:03:43.720625 3428 services_controller.go:386] Finished syncing service metrics on namespace openshift-console-operator for network=default : 213.101µs I0518 07:03:43.720627 3428 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.58.230"}, 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}} I0518 07:03:43.720635 3428 services_controller.go:382] Processing sync for service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0518 07:03:43.720641 3428 services_controller.go:470] Built service openshift-machine-config-operator/machine-config-controller LB per-node configs for network=default: []services.lbConfig(nil) I0518 07:03:43.720651 3428 services_controller.go:471] Built service openshift-machine-config-operator/machine-config-controller LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:43.720681 3428 services_controller.go:386] Finished syncing service metrics on namespace openshift-insights for network=default : 1.077113ms I0518 07:03:43.720700 3428 services_controller.go:382] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0518 07:03:43.720524 3428 services_controller.go:382] Processing sync for service openshift-dns/dns-default for network=default I0518 07:03:43.720711 3428 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 b6e290d8-2261-4cf8-8e9e-559ea68cdc01 6482 0 2026-05-18 06:54:16 +0000 UTC map[olm.managed:true olm.service-spec-hash:8H7arFYfeqTDwtur5ZzpDGCqSKpg30XG9PXH2W] map[] [{operators.coreos.com/v1alpha1 CatalogSource deployment-validation-operator-catalog 8680cb47-1ce9-4d88-9b40-fe2ba74c3325 0xc004fefd7d 0xc004fefd7e}] [] []},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.245.235,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.245.235],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:43.720791 3428 lb_config.go:1030] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default are: map[] I0518 07:03:43.720805 3428 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.245.235"}, 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}} I0518 07:03:43.720820 3428 services_controller.go:470] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB per-node configs for network=default: []services.lbConfig(nil) I0518 07:03:43.720769 3428 services_controller.go:460] Service openshift-dns/dns-default retrieved from lister for network=default: &Service{ObjectMeta:{dns-default openshift-dns dbfeea69-8835-42d6-b2a4-75efb9596dac 1684 0 2026-05-18 06:51:41 +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 4385e45a-ac5d-4753-a7e9-dad269d7c5a2 0xc004feff87 }] [] []},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{},},} I0518 07:03:43.720830 3428 services_controller.go:471] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:43.720642 3428 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 cd637122-699d-4163-97f1-a77f198a4a07 1482 0 2026-05-18 06:51:40 +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 20d3542f-9543-4161-a8e9-65ad7732453d 0xc004fef92f }] [] []},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.224.87,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.224.87],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:43.720848 3428 lb_config.go:1030] Cluster endpoints for openshift-dns/dns-default for network=default are: map[] I0518 07:03:43.720862 3428 services_controller.go:469] Built service openshift-dns/dns-default LB cluster-wide configs for network=default: []services.lbConfig(nil) I0518 07:03:43.720849 3428 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.245.235", Port:50051, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:43.720870 3428 lb_config.go:1030] Cluster endpoints for openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default are: map[] I0518 07:03:43.721160 3428 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.224.87"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0518 07:03:43.721178 3428 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) I0518 07:03:43.721187 3428 services_controller.go:471] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:43.721203 3428 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.224.87", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:43.721232 3428 services_controller.go:478] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service per-node LB for network=default: []services.LB{} I0518 07:03:43.721241 3428 services_controller.go:479] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service template LB for network=default: []services.LB{} I0518 07:03:43.721251 3428 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 I0518 07:03:43.721274 3428 services_controller.go:497] Skipping no-op change for service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0518 07:03:43.721283 3428 services_controller.go:386] Finished syncing service performance-addon-operator-service on namespace openshift-cluster-node-tuning-operator for network=default : 647.556µs I0518 07:03:43.720616 3428 services_controller.go:382] Processing sync for service default/packageserver for network=default I0518 07:03:43.721297 3428 services_controller.go:382] Processing sync for service openshift-dns-operator/metrics for network=default I0518 07:03:43.721308 3428 services_controller.go:460] Service default/packageserver retrieved from lister for network=default: &Service{ObjectMeta:{packageserver default 146e85d6-ec0f-439c-89ea-872682d6642b 1783 0 2026-05-18 06:51:43 +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.234.211,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.234.211],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:43.721306 3428 services_controller.go:460] Service openshift-dns-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-dns-operator 7732cb4e-bc2b-42a6-bcc6-02b1f6170ab6 1097 0 2026-05-18 06:51:30 +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 20d3542f-9543-4161-a8e9-65ad7732453d 0xc004fefe9f }] [] []},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.202.27,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.202.27],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:43.721376 3428 lb_config.go:1030] Cluster endpoints for default/packageserver for network=default are: map[TCP/https:{443 [172.30.3.190] []}] I0518 07:03:43.721396 3428 services_controller.go:469] Built service default/packageserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0518 07:03:43.721403 3428 services_controller.go:470] Built service default/packageserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.234.211"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.3.190"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0518 07:03:43.721412 3428 services_controller.go:471] Built service default/packageserver LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:43.721427 3428 services_controller.go:477] Built service default/packageserver cluster-wide LB for network=default: []services.LB{} I0518 07:03:43.721436 3428 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-2-232.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.234.211", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.3.190", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-2-232.ec2.internal"}, Routers:[]string{"GR_ip-10-0-2-232.ec2.internal"}, Groups:[]string(nil)}} I0518 07:03:43.721457 3428 services_controller.go:479] Built service default/packageserver template LB for network=default: []services.LB{} I0518 07:03:43.720868 3428 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}} I0518 07:03:43.721465 3428 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 I0518 07:03:43.721472 3428 services_controller.go:471] Built service openshift-dns/dns-default LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:43.721485 3428 services_controller.go:497] Skipping no-op change for service default/packageserver for network=default I0518 07:03:43.721490 3428 services_controller.go:386] Finished syncing service packageserver on namespace default for network=default : 874.461µs I0518 07:03:43.721499 3428 services_controller.go:382] Processing sync for service openshift-ingress-operator/metrics for network=default I0518 07:03:43.721503 3428 services_controller.go:477] Built service openshift-dns/dns-default cluster-wide LB for network=default: []services.LB{} I0518 07:03:43.721505 3428 services_controller.go:460] Service openshift-ingress-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-ingress-operator 2448835f-a589-4763-abcb-f7d9aa2265fa 1466 0 2026-05-18 06:51:39 +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 20d3542f-9543-4161-a8e9-65ad7732453d 0xc007bb21f7 }] [] []},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.54.249,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.54.249],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:43.721513 3428 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-2-232.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-2-232.ec2.internal"}, Routers:[]string{"GR_ip-10-0-2-232.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-dns/dns-default_UDP_node_router+switch_ip-10-0-2-232.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-2-232.ec2.internal"}, Routers:[]string{"GR_ip-10-0-2-232.ec2.internal"}, Groups:[]string(nil)}} I0518 07:03:43.720668 3428 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.58.230", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:43.721547 3428 services_controller.go:479] Built service openshift-dns/dns-default template LB for network=default: []services.LB{} I0518 07:03:43.721556 3428 lb_config.go:1030] Cluster endpoints for openshift-ingress-operator/metrics for network=default are: map[] I0518 07:03:43.721556 3428 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 I0518 07:03:43.721561 3428 services_controller.go:478] Built service openshift-machine-config-operator/machine-config-controller per-node LB for network=default: []services.LB{} I0518 07:03:43.721567 3428 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.54.249"}, 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}} I0518 07:03:43.721576 3428 services_controller.go:470] Built service openshift-ingress-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0518 07:03:43.721579 3428 services_controller.go:479] Built service openshift-machine-config-operator/machine-config-controller template LB for network=default: []services.LB{} I0518 07:03:43.721581 3428 services_controller.go:497] Skipping no-op change for service openshift-dns/dns-default for network=default I0518 07:03:43.721584 3428 services_controller.go:471] Built service openshift-ingress-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:43.721586 3428 services_controller.go:386] Finished syncing service dns-default on namespace openshift-dns for network=default : 1.064707ms I0518 07:03:43.721592 3428 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 I0518 07:03:43.721596 3428 services_controller.go:382] Processing sync for service openshift-machine-config-operator/machine-config-daemon for network=default I0518 07:03:43.721594 3428 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.54.249", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:43.721611 3428 services_controller.go:478] Built service openshift-ingress-operator/metrics per-node LB for network=default: []services.LB{} I0518 07:03:43.721623 3428 services_controller.go:479] Built service openshift-ingress-operator/metrics template LB for network=default: []services.LB{} I0518 07:03:43.720897 3428 services_controller.go:478] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog per-node LB for network=default: []services.LB{} I0518 07:03:43.721633 3428 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 I0518 07:03:43.721640 3428 services_controller.go:479] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog template LB for network=default: []services.LB{} I0518 07:03:43.721603 3428 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 86a4367b-2daa-43f3-a6e2-594e1367a624 909 0 2026-05-18 06:51:25 +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 20d3542f-9543-4161-a8e9-65ad7732453d 0xc007bb2757 }] [] []},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.248.71,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.248.71],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:43.721653 3428 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 I0518 07:03:43.721655 3428 services_controller.go:497] Skipping no-op change for service openshift-ingress-operator/metrics for network=default I0518 07:03:43.721663 3428 lb_config.go:1030] Cluster endpoints for openshift-machine-config-operator/machine-config-daemon for network=default are: map[] I0518 07:03:43.721665 3428 services_controller.go:386] Finished syncing service metrics on namespace openshift-ingress-operator for network=default : 165.206µs I0518 07:03:43.721384 3428 lb_config.go:1030] Cluster endpoints for openshift-dns-operator/metrics for network=default are: map[] I0518 07:03:43.721677 3428 services_controller.go:497] Skipping no-op change for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0518 07:03:43.721673 3428 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.248.71"}, 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.248.71"}, 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}} I0518 07:03:43.721684 3428 services_controller.go:386] Finished syncing service deployment-validation-operator-catalog on namespace openshift-deployment-validation-operator for network=default : 985.008µs I0518 07:03:43.721685 3428 services_controller.go:470] Built service openshift-machine-config-operator/machine-config-daemon LB per-node configs for network=default: []services.lbConfig(nil) I0518 07:03:43.721684 3428 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.202.27"}, 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}} I0518 07:03:43.721692 3428 services_controller.go:471] Built service openshift-machine-config-operator/machine-config-daemon LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:43.721700 3428 services_controller.go:470] Built service openshift-dns-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0518 07:03:43.721708 3428 services_controller.go:471] Built service openshift-dns-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:43.721706 3428 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.248.71", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.248.71", Port:8798, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:43.721718 3428 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.202.27", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:43.721733 3428 services_controller.go:478] Built service openshift-machine-config-operator/machine-config-daemon per-node LB for network=default: []services.LB{} I0518 07:03:43.721735 3428 services_controller.go:478] Built service openshift-dns-operator/metrics per-node LB for network=default: []services.LB{} I0518 07:03:43.721741 3428 services_controller.go:479] Built service openshift-machine-config-operator/machine-config-daemon template LB for network=default: []services.LB{} I0518 07:03:43.721622 3428 services_controller.go:497] Skipping no-op change for service openshift-machine-config-operator/machine-config-controller for network=default I0518 07:03:43.721747 3428 services_controller.go:386] Finished syncing service machine-config-controller on namespace openshift-machine-config-operator for network=default : 1.219558ms I0518 07:03:43.720942 3428 zone_ic_handler.go:264] Creating Interconnect resources for node "ip-10-0-0-168.ec2.internal" on network "default" took: 1.857423ms I0518 07:03:43.721765 3428 master.go:700] Creating Interconnect resources for remote node "ip-10-0-0-168.ec2.internal" on network "default" took: 3.650616ms I0518 07:03:43.721779 3428 obj_retry.go:565] Update event received for resource *factory.egressNode, old object is equal to new: false I0518 07:03:43.721787 3428 obj_retry.go:617] Update event received for *factory.egressNode ip-10-0-0-168.ec2.internal I0518 07:03:43.721742 3428 services_controller.go:479] Built service openshift-dns-operator/metrics template LB for network=default: []services.LB{} I0518 07:03:43.721802 3428 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 I0518 07:03:43.721819 3428 services_controller.go:497] Skipping no-op change for service openshift-dns-operator/metrics for network=default I0518 07:03:43.721748 3428 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 I0518 07:03:43.721827 3428 services_controller.go:386] Finished syncing service metrics on namespace openshift-dns-operator for network=default : 530.324µs I0518 07:03:43.721844 3428 services_controller.go:497] Skipping no-op change for service openshift-machine-config-operator/machine-config-daemon for network=default I0518 07:03:43.721852 3428 services_controller.go:386] Finished syncing service machine-config-daemon on namespace openshift-machine-config-operator for network=default : 255.782µs I0518 07:03:43.787700 3428 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:0x37} I0518 07:03:43.787724 3428 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:0x38} I0518 07:03:43.998072 3428 obj_retry.go:565] Update event received for resource *v1.Pod, old object is equal to new: false I0518 07:03:43.998330 3428 default_network_controller.go:676] Recording update event on pod openshift-multus/network-metrics-daemon-zdm7g I0518 07:03:43.998345 3428 obj_retry.go:617] Update event received for *v1.Pod openshift-multus/network-metrics-daemon-zdm7g I0518 07:03:43.998372 3428 ovn.go:139] Ensuring zone remote for Pod openshift-multus/network-metrics-daemon-zdm7g in node ip-10-0-0-168.ec2.internal I0518 07:03:43.998139 3428 admin_network_policy_controller.go:534] Updating Pod in Admin Network Policy controller openshift-multus/network-metrics-daemon-zdm7g: podLabels app=network-metrics-daemon,component=network,controller-revision-hash=c65749989,openshift.io/component=network,pod-template-generation=1,type=infra, podIPs: [10.128.0.3], PodStatus: false, PodCompleted?: false I0518 07:03:43.998417 3428 admin_network_policy_pod.go:57] Processing sync for Pod openshift-multus/network-metrics-daemon-zdm7g in Admin Network Policy controller I0518 07:03:43.998428 3428 admin_network_policy_pod.go:60] Finished syncing Pod openshift-multus/network-metrics-daemon-zdm7g Admin Network Policy controller: took 13.396µs I0518 07:03:43.998465 3428 address_set.go:576] (u2739035028/default-network-controller:Namespace:openshift-multus:v4/a13687770890520536676) adding Addresses ([10.128.0.3]) to address set I0518 07:03:43.998500 3428 model_client.go:399] Mutate operations generated as: [{Op:mutate Table:Address_Set Row:map[] Rows:[] Columns:[] Mutations:[{Column:addresses Mutator:insert Value:{GoSet:[10.128.0.3]}}] Timeout: Where:[where column _uuid == {7f002d05-6fb6-4963-9acf-71b43eceeffe}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:43.998525 3428 transact.go:43] Configuring OVN: [{Op:mutate Table:Address_Set Row:map[] Rows:[] Columns:[] Mutations:[{Column:addresses Mutator:insert Value:{GoSet:[10.128.0.3]}}] Timeout: Where:[where column _uuid == {7f002d05-6fb6-4963-9acf-71b43eceeffe}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:43.998956 3428 default_network_controller.go:705] Recording success event on pod openshift-multus/network-metrics-daemon-zdm7g I0518 07:03:43.998977 3428 obj_retry.go:565] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0518 07:03:43.998990 3428 obj_retry.go:617] Update event received for *factory.egressIPPod openshift-multus/network-metrics-daemon-zdm7g I0518 07:03:43.998999 3428 obj_retry.go:565] Update event received for resource *v1.Pod, old object is equal to new: false I0518 07:03:43.999008 3428 default_network_controller.go:676] Recording update event on pod openshift-network-diagnostics/network-check-target-5gq8p I0518 07:03:43.999019 3428 obj_retry.go:617] Update event received for *v1.Pod openshift-network-diagnostics/network-check-target-5gq8p I0518 07:03:43.999030 3428 ovn.go:139] Ensuring zone remote for Pod openshift-network-diagnostics/network-check-target-5gq8p in node ip-10-0-0-168.ec2.internal I0518 07:03:43.999038 3428 admin_network_policy_controller.go:534] Updating Pod in Admin Network Policy controller openshift-network-diagnostics/network-check-target-5gq8p: podLabels app=network-check-target,controller-revision-hash=76fbc57bbf,kubernetes.io/os=linux,pod-template-generation=1, podIPs: [10.128.0.4], PodStatus: false, PodCompleted?: false I0518 07:03:43.999064 3428 admin_network_policy_pod.go:57] Processing sync for Pod openshift-network-diagnostics/network-check-target-5gq8p in Admin Network Policy controller I0518 07:03:43.999073 3428 admin_network_policy_pod.go:60] Finished syncing Pod openshift-network-diagnostics/network-check-target-5gq8p Admin Network Policy controller: took 10.541µs I0518 07:03:43.999121 3428 address_set.go:576] (u2739034950/default-network-controller:Namespace:openshift-network-diagnostics:v4/a1966919964212966539) adding Addresses ([10.128.0.4]) to address set I0518 07:03:43.999148 3428 model_client.go:399] Mutate operations generated as: [{Op:mutate Table:Address_Set Row:map[] Rows:[] Columns:[] Mutations:[{Column:addresses Mutator:insert Value:{GoSet:[10.128.0.4]}}] Timeout: Where:[where column _uuid == {4c53f489-ce66-40bc-a8fa-78ea0ab8b2c6}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:43.999170 3428 transact.go:43] Configuring OVN: [{Op:mutate Table:Address_Set Row:map[] Rows:[] Columns:[] Mutations:[{Column:addresses Mutator:insert Value:{GoSet:[10.128.0.4]}}] Timeout: Where:[where column _uuid == {4c53f489-ce66-40bc-a8fa-78ea0ab8b2c6}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:43.999471 3428 default_network_controller.go:705] Recording success event on pod openshift-network-diagnostics/network-check-target-5gq8p I0518 07:03:43.999485 3428 obj_retry.go:565] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0518 07:03:43.999498 3428 obj_retry.go:617] Update event received for *factory.egressIPPod openshift-network-diagnostics/network-check-target-5gq8p I0518 07:03:44.025524 3428 obj_retry.go:565] Update event received for resource *v1.Pod, old object is equal to new: false I0518 07:03:44.025540 3428 default_network_controller.go:676] Recording update event on pod openshift-multus/multus-additional-cni-plugins-b8p87 I0518 07:03:44.025551 3428 obj_retry.go:617] Update event received for *v1.Pod openshift-multus/multus-additional-cni-plugins-b8p87 I0518 07:03:44.025570 3428 ovn.go:135] Ensuring zone local for Pod openshift-multus/multus-additional-cni-plugins-b8p87 in node ip-10-0-2-232.ec2.internal I0518 07:03:44.025576 3428 default_network_controller.go:705] Recording success event on pod openshift-multus/multus-additional-cni-plugins-b8p87 I0518 07:03:44.025583 3428 obj_retry.go:565] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0518 07:03:44.025593 3428 obj_retry.go:617] Update event received for *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-b8p87 I0518 07:03:44.135156 3428 ovs.go:160] Exec(39): /usr/bin/ovs-appctl --timeout=15 -t /var/run/ovn/ovn-controller.2938.ctl connection-status I0518 07:03:44.139400 3428 ovs.go:163] Exec(39): stdout: "connected\n" I0518 07:03:44.139416 3428 ovs.go:164] Exec(39): stderr: "" I0518 07:03:44.139424 3428 default_node_network_controller.go:523] Node connection status = connected I0518 07:03:44.139441 3428 ovs.go:160] Exec(40): /usr/bin/ovs-vsctl --timeout=15 -- br-exists br-int I0518 07:03:44.144658 3428 ovs.go:163] Exec(40): stdout: "" I0518 07:03:44.144669 3428 ovs.go:164] Exec(40): stderr: "" I0518 07:03:44.144675 3428 ovs.go:160] Exec(41): /usr/bin/ovs-ofctl dump-aggregate br-int I0518 07:03:44.148713 3428 ovs.go:163] Exec(41): stdout: "NXST_AGGREGATE reply (xid=0x4): packet_count=0 byte_count=0 flow_count=20\n" I0518 07:03:44.148729 3428 ovs.go:164] Exec(41): stderr: "" I0518 07:03:44.148742 3428 ovs.go:160] Exec(42): /usr/bin/ovs-vsctl --timeout=15 --if-exists get interface patch-br-ex_ip-10-0-2-232.ec2.internal-to-br-int ofport I0518 07:03:44.153116 3428 ovs.go:163] Exec(42): stdout: "" I0518 07:03:44.153128 3428 ovs.go:164] Exec(42): stderr: "" I0518 07:03:44.271640 3428 obj_retry.go:565] Update event received for resource *v1.Node, old object is equal to new: false I0518 07:03:44.271657 3428 node_tracker.go:211] Processing possible switch / router updates for node ip-10-0-0-168.ec2.internal in network "default" I0518 07:03:44.271665 3428 obj_retry.go:617] Update event received for *v1.Node ip-10-0-0-168.ec2.internal I0518 07:03:44.271682 3428 obj_retry.go:565] Update event received for resource *factory.egressNode, old object is equal to new: false I0518 07:03:44.271690 3428 obj_retry.go:617] Update event received for *factory.egressNode ip-10-0-0-168.ec2.internal I0518 07:03:44.271689 3428 egressservice_zone_node.go:110] Processing sync for Egress Service node ip-10-0-0-168.ec2.internal I0518 07:03:44.271705 3428 egressservice_zone_node.go:113] Finished syncing Egress Service node ip-10-0-0-168.ec2.internal: 20.442µs I0518 07:03:44.271713 3428 node_tracker.go:172] Node ip-10-0-0-168.ec2.internal switch + router changed, syncing services in network "default" I0518 07:03:44.271727 3428 default_network_controller.go:1063] Egress IP detected IP address change for node ip-10-0-0-168.ec2.internal. Updating no re-route policies I0518 07:03:44.271730 3428 services_controller.go:575] Full service sync requested for network=default I0518 07:03:44.271749 3428 services_controller.go:640] Adding service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0518 07:03:44.271759 3428 services_controller.go:640] Adding service openshift-dns-operator/metrics for network=default I0518 07:03:44.271765 3428 services_controller.go:640] Adding service openshift-ingress-operator/metrics for network=default I0518 07:03:44.271770 3428 services_controller.go:640] Adding service openshift-machine-config-operator/machine-config-daemon for network=default I0518 07:03:44.271778 3428 services_controller.go:640] Adding service default/packageserver for network=default I0518 07:03:44.271784 3428 services_controller.go:640] Adding service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0518 07:03:44.271788 3428 services_controller.go:640] Adding service openshift-cluster-samples-operator/metrics for network=default I0518 07:03:44.271793 3428 services_controller.go:640] Adding service openshift-network-console/networking-console-plugin for network=default I0518 07:03:44.271799 3428 services_controller.go:640] Adding service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0518 07:03:44.271806 3428 services_controller.go:640] Adding service openshift-service-ca-operator/metrics for network=default I0518 07:03:44.271809 3428 services_controller.go:382] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0518 07:03:44.271718 3428 admin_network_policy_controller.go:583] Updating Node in Admin Network Policy controller ip-10-0-0-168.ec2.internal: nodeLabels beta.kubernetes.io/arch=amd64,beta.kubernetes.io/instance-type=m5.2xlarge,beta.kubernetes.io/os=linux,failure-domain.beta.kubernetes.io/region=us-east-1,failure-domain.beta.kubernetes.io/zone=us-east-1c,hypershift.openshift.io/managed=true,hypershift.openshift.io/nodePool=kx-62e28e5166-workers-0,hypershift.openshift.io/nodepool-globalps-enabled=true,kubernetes.io/arch=amd64,kubernetes.io/hostname=ip-10-0-0-168.ec2.internal,kubernetes.io/os=linux,node-role.kubernetes.io/worker=,node.kubernetes.io/instance-type=m5.2xlarge,node.openshift.io/os_id=rhel,topology.ebs.csi.aws.com/zone=us-east-1c,topology.k8s.aws/zone-id=use1-az2,topology.kubernetes.io/region=us-east-1,topology.kubernetes.io/zone=us-east-1c, isHostCIDRsAltered?: true I0518 07:03:44.271818 3428 services_controller.go:382] Processing sync for service openshift-machine-config-operator/machine-config-daemon for network=default I0518 07:03:44.271825 3428 services_controller.go:640] Adding service default/openshift-apiserver for network=default I0518 07:03:44.271823 3428 services_controller.go:382] Processing sync for service openshift-ingress-operator/metrics for network=default I0518 07:03:44.271836 3428 services_controller.go:640] Adding service openshift-apiserver-operator/metrics for network=default I0518 07:03:44.271834 3428 services_controller.go:382] Processing sync for service default/packageserver for network=default I0518 07:03:44.271843 3428 services_controller.go:640] Adding service openshift-ingress-canary/ingress-canary for network=default I0518 07:03:44.271849 3428 services_controller.go:640] Adding service openshift-ingress/router-internal-default for network=default I0518 07:03:44.271855 3428 services_controller.go:640] Adding service openshift-kube-storage-version-migrator-operator/metrics for network=default I0518 07:03:44.271861 3428 services_controller.go:640] Adding service openshift-monitoring/cluster-monitoring-operator for network=default I0518 07:03:44.271868 3428 services_controller.go:640] Adding service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0518 07:03:44.271874 3428 services_controller.go:640] Adding service openshift-cluster-version/cluster-version-operator for network=default I0518 07:03:44.271881 3428 services_controller.go:640] Adding service openshift-multus/network-metrics-service for network=default I0518 07:03:44.271906 3428 services_controller.go:640] Adding service openshift-network-operator/metrics for network=default I0518 07:03:44.271831 3428 admin_network_policy_node.go:55] Processing sync for Node ip-10-0-0-168.ec2.internal in Admin Network Policy controller I0518 07:03:44.271913 3428 services_controller.go:640] Adding service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0518 07:03:44.271823 3428 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 b6e290d8-2261-4cf8-8e9e-559ea68cdc01 6482 0 2026-05-18 06:54:16 +0000 UTC map[olm.managed:true olm.service-spec-hash:8H7arFYfeqTDwtur5ZzpDGCqSKpg30XG9PXH2W] map[] [{operators.coreos.com/v1alpha1 CatalogSource deployment-validation-operator-catalog 8680cb47-1ce9-4d88-9b40-fe2ba74c3325 0xc004fefd7d 0xc004fefd7e}] [] []},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.245.235,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.245.235],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:44.271918 3428 services_controller.go:640] Adding service openshift-ingress/router-default for network=default I0518 07:03:44.271919 3428 admin_network_policy_node.go:58] Finished syncing Node ip-10-0-0-168.ec2.internal Admin Network Policy controller: took 89.164µs I0518 07:03:44.271924 3428 services_controller.go:640] Adding service openshift-machine-config-operator/machine-config-operator for network=default I0518 07:03:44.271816 3428 services_controller.go:382] Processing sync for service openshift-dns-operator/metrics for network=default I0518 07:03:44.271850 3428 services_controller.go:460] Service default/packageserver retrieved from lister for network=default: &Service{ObjectMeta:{packageserver default 146e85d6-ec0f-439c-89ea-872682d6642b 1783 0 2026-05-18 06:51:43 +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.234.211,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.234.211],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:44.271930 3428 services_controller.go:640] Adding service openshift-authentication-operator/metrics for network=default I0518 07:03:44.271937 3428 services_controller.go:640] Adding service openshift-image-registry/image-registry for network=default I0518 07:03:44.271945 3428 services_controller.go:640] Adding service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0518 07:03:44.271828 3428 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 86a4367b-2daa-43f3-a6e2-594e1367a624 909 0 2026-05-18 06:51:25 +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 20d3542f-9543-4161-a8e9-65ad7732453d 0xc007bb2757 }] [] []},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.248.71,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.248.71],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:44.271846 3428 services_controller.go:460] Service openshift-ingress-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-ingress-operator 2448835f-a589-4763-abcb-f7d9aa2265fa 1466 0 2026-05-18 06:51:39 +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 20d3542f-9543-4161-a8e9-65ad7732453d 0xc007bb21f7 }] [] []},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.54.249,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.54.249],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:44.271951 3428 services_controller.go:640] Adding service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0518 07:03:44.271952 3428 lb_config.go:1030] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default are: map[] I0518 07:03:44.271960 3428 services_controller.go:640] Adding service openshift-insights/metrics for network=default I0518 07:03:44.271965 3428 services_controller.go:640] Adding service default/kubernetes for network=default I0518 07:03:44.271971 3428 services_controller.go:640] Adding service default/openshift-oauth-apiserver for network=default I0518 07:03:44.271969 3428 lb_config.go:1030] Cluster endpoints for default/packageserver for network=default are: map[TCP/https:{443 [172.30.3.190] []}] I0518 07:03:44.271967 3428 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.245.235"}, 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}} I0518 07:03:44.271978 3428 lb_config.go:1030] Cluster endpoints for openshift-ingress-operator/metrics for network=default are: map[] I0518 07:03:44.271988 3428 services_controller.go:469] Built service default/packageserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0518 07:03:44.271974 3428 lb_config.go:1030] Cluster endpoints for openshift-machine-config-operator/machine-config-daemon for network=default are: map[] I0518 07:03:44.271936 3428 services_controller.go:460] Service openshift-dns-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-dns-operator 7732cb4e-bc2b-42a6-bcc6-02b1f6170ab6 1097 0 2026-05-18 06:51:30 +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 20d3542f-9543-4161-a8e9-65ad7732453d 0xc004fefe9f }] [] []},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.202.27,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.202.27],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:44.272000 3428 services_controller.go:470] Built service default/packageserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.234.211"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.3.190"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0518 07:03:44.271996 3428 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.54.249"}, 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}} I0518 07:03:44.272003 3428 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.248.71"}, 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.248.71"}, 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}} I0518 07:03:44.271977 3428 services_controller.go:640] Adding service openshift-kube-controller-manager-operator/metrics for network=default I0518 07:03:44.271989 3428 services_controller.go:470] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB per-node configs for network=default: []services.lbConfig(nil) I0518 07:03:44.272018 3428 services_controller.go:470] Built service openshift-ingress-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0518 07:03:44.271990 3428 model_client.go:383] Update operations generated as: [{Op:update Table:Address_Set Row:map[addresses:{GoSet:[172.20.0.1 10.0.0.168]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {b2a97599-cfaa-416d-9a0c-45aa67117163}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:44.272024 3428 services_controller.go:471] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:44.272024 3428 lb_config.go:1030] Cluster endpoints for openshift-dns-operator/metrics for network=default are: map[] I0518 07:03:44.272030 3428 services_controller.go:640] Adding service openshift-network-diagnostics/network-check-source for network=default I0518 07:03:44.272031 3428 services_controller.go:471] Built service openshift-ingress-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:44.272037 3428 services_controller.go:640] Adding service openshift-network-diagnostics/network-check-target for network=default I0518 07:03:44.272038 3428 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.202.27"}, 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}} I0518 07:03:44.272045 3428 services_controller.go:640] Adding service default/openshift for network=default I0518 07:03:44.272032 3428 transact.go:43] Configuring OVN: [{Op:update Table:Address_Set Row:map[addresses:{GoSet:[172.20.0.1 10.0.0.168]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {b2a97599-cfaa-416d-9a0c-45aa67117163}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:44.272052 3428 services_controller.go:640] Adding service openshift-apiserver/check-endpoints for network=default I0518 07:03:44.272059 3428 services_controller.go:640] Adding service openshift-config-operator/metrics for network=default I0518 07:03:44.272062 3428 services_controller.go:470] Built service openshift-dns-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0518 07:03:44.272045 3428 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.245.235", Port:50051, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:44.272073 3428 services_controller.go:471] Built service openshift-dns-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:44.272053 3428 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.54.249", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:44.272082 3428 services_controller.go:478] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog per-node LB for network=default: []services.LB{} I0518 07:03:44.272088 3428 services_controller.go:478] Built service openshift-ingress-operator/metrics per-node LB for network=default: []services.LB{} I0518 07:03:44.272094 3428 services_controller.go:479] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog template LB for network=default: []services.LB{} I0518 07:03:44.272102 3428 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 I0518 07:03:44.272020 3428 services_controller.go:470] Built service openshift-machine-config-operator/machine-config-daemon LB per-node configs for network=default: []services.lbConfig(nil) I0518 07:03:44.272116 3428 services_controller.go:471] Built service openshift-machine-config-operator/machine-config-daemon LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:44.272122 3428 services_controller.go:497] Skipping no-op change for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0518 07:03:44.272130 3428 services_controller.go:386] Finished syncing service deployment-validation-operator-catalog on namespace openshift-deployment-validation-operator for network=default : 324.059µs I0518 07:03:44.272144 3428 services_controller.go:382] Processing sync for service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0518 07:03:44.272133 3428 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.248.71", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.248.71", Port:8798, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:44.272064 3428 services_controller.go:640] Adding service openshift-console-operator/metrics for network=default I0518 07:03:44.272172 3428 services_controller.go:478] Built service openshift-machine-config-operator/machine-config-daemon per-node LB for network=default: []services.LB{} I0518 07:03:44.272177 3428 services_controller.go:640] Adding service openshift-dns/dns-default for network=default I0518 07:03:44.272182 3428 services_controller.go:640] Adding service openshift-machine-config-operator/machine-config-controller for network=default I0518 07:03:44.272186 3428 services_controller.go:479] Built service openshift-machine-config-operator/machine-config-daemon template LB for network=default: []services.LB{} I0518 07:03:44.272188 3428 services_controller.go:640] Adding service openshift-cloud-credential-operator/cco-metrics for network=default I0518 07:03:44.272196 3428 services_controller.go:640] Adding service openshift-cluster-machine-approver/machine-approver for network=default I0518 07:03:44.272151 3428 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 cd637122-699d-4163-97f1-a77f198a4a07 1482 0 2026-05-18 06:51:40 +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 20d3542f-9543-4161-a8e9-65ad7732453d 0xc004fef92f }] [] []},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.224.87,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.224.87],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:44.272197 3428 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 I0518 07:03:44.272219 3428 lb_config.go:1030] Cluster endpoints for openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default are: map[] I0518 07:03:44.272227 3428 services_controller.go:497] Skipping no-op change for service openshift-machine-config-operator/machine-config-daemon for network=default I0518 07:03:44.272229 3428 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.224.87"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0518 07:03:44.272236 3428 services_controller.go:386] Finished syncing service machine-config-daemon on namespace openshift-machine-config-operator for network=default : 417.579µs I0518 07:03:44.272238 3428 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) I0518 07:03:44.272248 3428 services_controller.go:471] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:44.272253 3428 services_controller.go:382] Processing sync for service openshift-cluster-samples-operator/metrics for network=default I0518 07:03:44.272104 3428 services_controller.go:479] Built service openshift-ingress-operator/metrics template LB for network=default: []services.LB{} I0518 07:03:44.272261 3428 services_controller.go:386] Finished syncing service metrics on namespace openshift-cluster-samples-operator for network=default : 8.896µs I0518 07:03:44.272271 3428 services_controller.go:382] Processing sync for service openshift-network-console/networking-console-plugin for network=default I0518 07:03:44.272260 3428 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.224.87", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:44.272286 3428 services_controller.go:478] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service per-node LB for network=default: []services.LB{} I0518 07:03:44.272294 3428 services_controller.go:479] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service template LB for network=default: []services.LB{} I0518 07:03:44.272300 3428 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 I0518 07:03:44.272270 3428 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 I0518 07:03:44.272315 3428 services_controller.go:497] Skipping no-op change for service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0518 07:03:44.272321 3428 services_controller.go:386] Finished syncing service performance-addon-operator-service on namespace openshift-cluster-node-tuning-operator for network=default : 176.546µs I0518 07:03:44.272334 3428 services_controller.go:382] Processing sync for service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0518 07:03:44.272015 3428 services_controller.go:471] Built service default/packageserver LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:44.272341 3428 services_controller.go:386] Finished syncing service ovn-kubernetes-node on namespace openshift-ovn-kubernetes for network=default : 8.637µs I0518 07:03:44.272341 3428 services_controller.go:497] Skipping no-op change for service openshift-ingress-operator/metrics for network=default I0518 07:03:44.272350 3428 services_controller.go:382] Processing sync for service openshift-service-ca-operator/metrics for network=default I0518 07:03:44.272353 3428 services_controller.go:386] Finished syncing service metrics on namespace openshift-ingress-operator for network=default : 535.366µs I0518 07:03:44.272362 3428 services_controller.go:477] Built service default/packageserver cluster-wide LB for network=default: []services.LB{} I0518 07:03:44.272372 3428 services_controller.go:382] Processing sync for service default/openshift-apiserver for network=default I0518 07:03:44.272374 3428 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-2-232.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.234.211", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.3.190", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-2-232.ec2.internal"}, Routers:[]string{"GR_ip-10-0-2-232.ec2.internal"}, Groups:[]string(nil)}} I0518 07:03:44.272358 3428 services_controller.go:460] Service openshift-service-ca-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-service-ca-operator 034f48c2-0f57-4ede-a3a5-66ba0fa79e5a 924 0 2026-05-18 06:51:26 +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 20d3542f-9543-4161-a8e9-65ad7732453d 0xc007bb2c87 }] [] []},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.2.216,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.2.216],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:44.272406 3428 services_controller.go:479] Built service default/packageserver template LB for network=default: []services.LB{} I0518 07:03:44.272418 3428 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 I0518 07:03:44.272424 3428 lb_config.go:1030] Cluster endpoints for openshift-service-ca-operator/metrics for network=default are: map[] I0518 07:03:44.272441 3428 services_controller.go:497] Skipping no-op change for service default/packageserver for network=default I0518 07:03:44.272437 3428 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.2.216"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0518 07:03:44.272385 3428 services_controller.go:460] Service default/openshift-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-apiserver default ac9746a6-526c-4ef9-958f-d50292ac9660 1628 0 2026-05-18 06:51:41 +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.79.161,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.79.161],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:44.272502 3428 lb_config.go:1030] Cluster endpoints for default/openshift-apiserver for network=default are: map[TCP/https:{443 [172.30.125.252] []}] I0518 07:03:44.272528 3428 services_controller.go:469] Built service default/openshift-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0518 07:03:44.272447 3428 services_controller.go:386] Finished syncing service packageserver on namespace default for network=default : 615.8µs I0518 07:03:44.272539 3428 services_controller.go:470] Built service default/openshift-apiserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.79.161"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.125.252"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0518 07:03:44.272551 3428 services_controller.go:382] Processing sync for service openshift-apiserver-operator/metrics for network=default I0518 07:03:44.272553 3428 services_controller.go:471] Built service default/openshift-apiserver LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:44.272540 3428 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.202.27", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:44.272573 3428 services_controller.go:478] Built service openshift-dns-operator/metrics per-node LB for network=default: []services.LB{} I0518 07:03:44.272577 3428 services_controller.go:477] Built service default/openshift-apiserver cluster-wide LB for network=default: []services.LB{} I0518 07:03:44.272585 3428 services_controller.go:479] Built service openshift-dns-operator/metrics template LB for network=default: []services.LB{} I0518 07:03:44.272559 3428 services_controller.go:460] Service openshift-apiserver-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-apiserver-operator ed2ef0b5-af6b-494d-bb83-6c5785930173 1059 0 2026-05-18 06:51:29 +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 20d3542f-9543-4161-a8e9-65ad7732453d 0xc004fef51f }] [] []},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.253.87,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.253.87],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:44.272596 3428 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 I0518 07:03:44.272603 3428 lb_config.go:1030] Cluster endpoints for openshift-apiserver-operator/metrics for network=default are: map[] I0518 07:03:44.272588 3428 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-2-232.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.79.161", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.125.252", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-2-232.ec2.internal"}, Routers:[]string{"GR_ip-10-0-2-232.ec2.internal"}, Groups:[]string(nil)}} I0518 07:03:44.272452 3428 services_controller.go:470] Built service openshift-service-ca-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0518 07:03:44.272615 3428 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.253.87"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0518 07:03:44.272620 3428 services_controller.go:497] Skipping no-op change for service openshift-dns-operator/metrics for network=default I0518 07:03:44.272623 3428 services_controller.go:471] Built service openshift-service-ca-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:44.272628 3428 services_controller.go:386] Finished syncing service metrics on namespace openshift-dns-operator for network=default : 815.067µs I0518 07:03:44.272628 3428 services_controller.go:470] Built service openshift-apiserver-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0518 07:03:44.272640 3428 services_controller.go:382] Processing sync for service openshift-ingress-canary/ingress-canary for network=default I0518 07:03:44.272640 3428 services_controller.go:471] Built service openshift-apiserver-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:44.272642 3428 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.2.216", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:44.272659 3428 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.253.87", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:44.272674 3428 services_controller.go:478] Built service openshift-service-ca-operator/metrics per-node LB for network=default: []services.LB{} I0518 07:03:44.272686 3428 services_controller.go:479] Built service openshift-service-ca-operator/metrics template LB for network=default: []services.LB{} I0518 07:03:44.272685 3428 services_controller.go:478] Built service openshift-apiserver-operator/metrics per-node LB for network=default: []services.LB{} I0518 07:03:44.272619 3428 services_controller.go:479] Built service default/openshift-apiserver template LB for network=default: []services.LB{} I0518 07:03:44.272728 3428 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 I0518 07:03:44.272760 3428 services_controller.go:497] Skipping no-op change for service default/openshift-apiserver for network=default I0518 07:03:44.272768 3428 services_controller.go:386] Finished syncing service openshift-apiserver on namespace default for network=default : 397.774µs I0518 07:03:44.272779 3428 services_controller.go:382] Processing sync for service openshift-ingress/router-internal-default for network=default I0518 07:03:44.272698 3428 services_controller.go:479] Built service openshift-apiserver-operator/metrics template LB for network=default: []services.LB{} I0518 07:03:44.272806 3428 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 I0518 07:03:44.272283 3428 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 0c665839-7c72-43e0-ad8b-48e93186718e 4193 0 2026-05-18 06:52:25 +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 58d6eed3-8eec-4383-a325-4bb95cbbc27d 0xc007bb299e 0xc007bb299f}] [] []},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.209.142,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.209.142],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:44.272697 3428 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 I0518 07:03:44.272836 3428 services_controller.go:497] Skipping no-op change for service openshift-apiserver-operator/metrics for network=default I0518 07:03:44.272843 3428 services_controller.go:386] Finished syncing service metrics on namespace openshift-apiserver-operator for network=default : 291.904µs I0518 07:03:44.272785 3428 services_controller.go:460] Service openshift-ingress/router-internal-default retrieved from lister for network=default: &Service{ObjectMeta:{router-internal-default openshift-ingress acf4ae96-bc58-4e62-8263-f6e93b4b9303 2116 0 2026-05-18 06:51:55 +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 8d3b9d3e-785e-4691-8078-b859a51c6205 0xc007bb23ae }] [] []},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.117.167,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.117.167],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:44.272855 3428 services_controller.go:382] Processing sync for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0518 07:03:44.272856 3428 services_controller.go:497] Skipping no-op change for service openshift-service-ca-operator/metrics for network=default I0518 07:03:44.272852 3428 lb_config.go:1030] Cluster endpoints for openshift-network-console/networking-console-plugin for network=default are: map[] I0518 07:03:44.272863 3428 services_controller.go:386] Finished syncing service metrics on namespace openshift-service-ca-operator for network=default : 513.037µs I0518 07:03:44.272876 3428 services_controller.go:382] Processing sync for service openshift-monitoring/cluster-monitoring-operator for network=default I0518 07:03:44.272873 3428 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.209.142"}, 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}} I0518 07:03:44.272880 3428 lb_config.go:1030] Cluster endpoints for openshift-ingress/router-internal-default for network=default are: map[] I0518 07:03:44.272902 3428 services_controller.go:386] Finished syncing service cluster-monitoring-operator on namespace openshift-monitoring for network=default : 26.502µs I0518 07:03:44.272905 3428 services_controller.go:470] Built service openshift-network-console/networking-console-plugin LB per-node configs for network=default: []services.lbConfig(nil) I0518 07:03:44.272914 3428 services_controller.go:382] Processing sync for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0518 07:03:44.272917 3428 services_controller.go:471] Built service openshift-network-console/networking-console-plugin LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:44.272918 3428 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.117.167"}, 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.117.167"}, protocol:"TCP", 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.117.167"}, 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}} I0518 07:03:44.272948 3428 services_controller.go:470] Built service openshift-ingress/router-internal-default LB per-node configs for network=default: []services.lbConfig(nil) I0518 07:03:44.272936 3428 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.209.142", Port:9443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:44.272959 3428 services_controller.go:471] Built service openshift-ingress/router-internal-default LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:44.272968 3428 services_controller.go:478] Built service openshift-network-console/networking-console-plugin per-node LB for network=default: []services.LB{} I0518 07:03:44.272923 3428 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 43836cd7-85a3-48a9-8d8d-b6dee2944b79 1027 0 2026-05-18 06:51:28 +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 20d3542f-9543-4161-a8e9-65ad7732453d 0xc004fefa57 }] [] []},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.147.128,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.147.128],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:44.272649 3428 services_controller.go:460] Service openshift-ingress-canary/ingress-canary retrieved from lister for network=default: &Service{ObjectMeta:{ingress-canary openshift-ingress-canary 41d0f6eb-0db1-4cf4-80b7-694e8d74204a 3162 0 2026-05-18 06:52:05 +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 009e4f3e-e378-408a-b894-c69a630d2bc7 0xc007bb2110 }] [] []},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.198.35,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.198.35],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:44.272981 3428 services_controller.go:479] Built service openshift-network-console/networking-console-plugin template LB for network=default: []services.LB{} I0518 07:03:44.273039 3428 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 I0518 07:03:44.273063 3428 lb_config.go:1030] Cluster endpoints for openshift-ingress-canary/ingress-canary for network=default are: map[] I0518 07:03:44.273081 3428 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.198.35"}, 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.198.35"}, 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}} I0518 07:03:44.272978 3428 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.117.167", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.117.167", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.117.167", Port:1936, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:44.273103 3428 services_controller.go:470] Built service openshift-ingress-canary/ingress-canary LB per-node configs for network=default: []services.lbConfig(nil) I0518 07:03:44.273113 3428 services_controller.go:471] Built service openshift-ingress-canary/ingress-canary LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:44.273112 3428 services_controller.go:478] Built service openshift-ingress/router-internal-default per-node LB for network=default: []services.LB{} I0518 07:03:44.273138 3428 services_controller.go:479] Built service openshift-ingress/router-internal-default template LB for network=default: []services.LB{} I0518 07:03:44.273129 3428 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.198.35", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.198.35", Port:8888, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:44.273151 3428 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 I0518 07:03:44.273158 3428 services_controller.go:478] Built service openshift-ingress-canary/ingress-canary per-node LB for network=default: []services.LB{} I0518 07:03:44.273171 3428 services_controller.go:479] Built service openshift-ingress-canary/ingress-canary template LB for network=default: []services.LB{} I0518 07:03:44.273180 3428 services_controller.go:497] Skipping no-op change for service openshift-ingress/router-internal-default for network=default I0518 07:03:44.272864 3428 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 dca97dce-0d61-426a-81a9-436a18a5eec0 2130 0 2026-05-18 06:51:56 +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 20d3542f-9543-4161-a8e9-65ad7732453d 0xc007bb2607 }] [] []},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.4.220,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.4.220],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:44.273188 3428 services_controller.go:386] Finished syncing service router-internal-default on namespace openshift-ingress for network=default : 407.402µs I0518 07:03:44.273172 3428 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:u2739035148}] I0518 07:03:44.273203 3428 services_controller.go:382] Processing sync for service openshift-cluster-version/cluster-version-operator for network=default I0518 07:03:44.273203 3428 lb_config.go:1030] Cluster endpoints for openshift-kube-storage-version-migrator-operator/metrics for network=default are: map[] I0518 07:03:44.273066 3428 services_controller.go:497] Skipping no-op change for service openshift-network-console/networking-console-plugin for network=default I0518 07:03:44.272998 3428 lb_config.go:1030] Cluster endpoints for openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default are: map[] I0518 07:03:44.273217 3428 services_controller.go:386] Finished syncing service networking-console-plugin on namespace openshift-network-console for network=default : 943.786µs I0518 07:03:44.273217 3428 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.4.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}} I0518 07:03:44.273231 3428 services_controller.go:470] Built service openshift-kube-storage-version-migrator-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0518 07:03:44.273233 3428 services_controller.go:382] Processing sync for service openshift-multus/network-metrics-service for network=default I0518 07:03:44.273232 3428 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.147.128"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0518 07:03:44.273241 3428 services_controller.go:471] Built service openshift-kube-storage-version-migrator-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:44.273242 3428 services_controller.go:386] Finished syncing service network-metrics-service on namespace openshift-multus for network=default : 10.226µs I0518 07:03:44.273243 3428 services_controller.go:470] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0518 07:03:44.273240 3428 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:u2739035148}]}}] Timeout: Where:[where column _uuid == {747517ee-9487-4adc-b570-70ba027f8362}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:44.273260 3428 services_controller.go:382] Processing sync for service openshift-network-operator/metrics for network=default I0518 07:03:44.273263 3428 services_controller.go:471] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:44.273266 3428 services_controller.go:386] Finished syncing service metrics on namespace openshift-network-operator for network=default : 7.349µs I0518 07:03:44.273259 3428 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.4.220", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:44.273275 3428 services_controller.go:382] Processing sync for service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0518 07:03:44.273213 3428 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 df33e34d-c681-4434-8bc6-ae2f3860cd95 505 0 2026-05-18 06:51:02 +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.186.32,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.186.32],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:44.273284 3428 services_controller.go:478] Built service openshift-kube-storage-version-migrator-operator/metrics per-node LB for network=default: []services.LB{} I0518 07:03:44.273284 3428 services_controller.go:386] Finished syncing service node-tuning-operator on namespace openshift-cluster-node-tuning-operator for network=default : 9.392µs I0518 07:03:44.273294 3428 services_controller.go:382] Processing sync for service openshift-ingress/router-default for network=default I0518 07:03:44.273294 3428 services_controller.go:479] Built service openshift-kube-storage-version-migrator-operator/metrics template LB for network=default: []services.LB{} I0518 07:03:44.273285 3428 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.147.128", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:44.273306 3428 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 I0518 07:03:44.273308 3428 services_controller.go:478] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics per-node LB for network=default: []services.LB{} I0518 07:03:44.273313 3428 lb_config.go:1030] Cluster endpoints for openshift-cluster-version/cluster-version-operator for network=default are: map[] I0518 07:03:44.273316 3428 services_controller.go:479] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics template LB for network=default: []services.LB{} I0518 07:03:44.273265 3428 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:0xc0094e4440 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:u2739035148} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:policies Mutator:insert Value:{GoSet:[{GoUUID:u2739035148}]}}] Timeout: Where:[where column _uuid == {747517ee-9487-4adc-b570-70ba027f8362}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:44.273326 3428 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 I0518 07:03:44.273327 3428 services_controller.go:497] Skipping no-op change for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0518 07:03:44.273333 3428 services_controller.go:386] Finished syncing service metrics on namespace openshift-kube-storage-version-migrator-operator for network=default : 479.316µs I0518 07:03:44.273181 3428 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 I0518 07:03:44.273346 3428 services_controller.go:382] Processing sync for service openshift-machine-config-operator/machine-config-operator for network=default I0518 07:03:44.273347 3428 services_controller.go:497] Skipping no-op change for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0518 07:03:44.273355 3428 services_controller.go:386] Finished syncing service cluster-storage-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 442.221µs I0518 07:03:44.273364 3428 services_controller.go:497] Skipping no-op change for service openshift-ingress-canary/ingress-canary for network=default I0518 07:03:44.273370 3428 services_controller.go:382] Processing sync for service openshift-authentication-operator/metrics for network=default I0518 07:03:44.273371 3428 services_controller.go:386] Finished syncing service ingress-canary on namespace openshift-ingress-canary for network=default : 730.739µs I0518 07:03:44.273304 3428 services_controller.go:460] Service openshift-ingress/router-default retrieved from lister for network=default: &Service{ObjectMeta:{router-default openshift-ingress 9478d9a3-e46d-459d-b711-4de75b579e31 2549 0 2026-05-18 06:51:55 +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=2qc6e4rqab9epl0osrq0g71h7qec7g8k,api.openshift.com/legal-entity-id=2h8L52xc1VHB4xLFE2YyPmAjYjI,api.openshift.com/name=kx-62e28e5166,cluster-type=rosa-hcp,creation-date=2026-05-18,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 8d3b9d3e-785e-4691-8078-b859a51c6205 0xc007bb22e7 }] [service.kubernetes.io/load-balancer-cleanup] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:http,Protocol:TCP,Port:80,TargetPort:{1 0 http},NodePort:30744,AppProtocol:nil,},ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{1 0 https},NodePort:30946,AppProtocol:nil,},},Selector:map[string]string{ingresscontroller.operator.openshift.io/deployment-ingresscontroller: default,},ClusterIP:172.30.211.2,Type:LoadBalancer,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:Local,HealthCheckNodePort:31515,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.211.2],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:*true,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{LoadBalancerIngress{IP:,Hostname:a9478d9a3e46d459db7114de75b579e3-8a75a27c4df024c0.elb.us-east-1.amazonaws.com,IPMode:nil,Ports:[]PortStatus{},},},},Conditions:[]Condition{},},} I0518 07:03:44.273384 3428 services_controller.go:382] Processing sync for service openshift-image-registry/image-registry for network=default I0518 07:03:44.273399 3428 lb_config.go:1030] Cluster endpoints for openshift-ingress/router-default for network=default are: map[] I0518 07:03:44.273356 3428 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 f8205417-1c0b-4dcb-8e51-8fb5ca66418c 762 0 2026-05-18 06:51:22 +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 20d3542f-9543-4161-a8e9-65ad7732453d 0xc007bb27eb }] [] []},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.250.45,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.250.45],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:44.273409 3428 lb_config.go:1053] Local endpoints for openshift-ingress/router-default for network=default are: map[] I0518 07:03:44.273428 3428 lb_config.go:1030] Cluster endpoints for openshift-machine-config-operator/machine-config-operator for network=default are: map[] I0518 07:03:44.273424 3428 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.211.2"}, 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.211.2"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0518 07:03:44.273446 3428 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.250.45"}, 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}} I0518 07:03:44.273329 3428 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.186.32"}, 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}} I0518 07:03:44.273448 3428 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:30744, 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:30946, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:true, internalTrafficLocal:false, hasNodePort:true}} I0518 07:03:44.273393 3428 services_controller.go:460] Service openshift-image-registry/image-registry retrieved from lister for network=default: &Service{ObjectMeta:{image-registry openshift-image-registry 481e1651-7655-45f4-b05c-32ba3228c4d9 3694 0 2026-05-18 06:52:22 +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.28.167,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.28.167],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:44.273460 3428 services_controller.go:470] Built service openshift-machine-config-operator/machine-config-operator LB per-node configs for network=default: []services.lbConfig(nil) I0518 07:03:44.273465 3428 services_controller.go:471] Built service openshift-ingress/router-default LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:44.273465 3428 services_controller.go:470] Built service openshift-cluster-version/cluster-version-operator LB per-node configs for network=default: []services.lbConfig(nil) I0518 07:03:44.273468 3428 services_controller.go:471] Built service openshift-machine-config-operator/machine-config-operator LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:44.273476 3428 services_controller.go:471] Built service openshift-cluster-version/cluster-version-operator LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:44.273481 3428 lb_config.go:1030] Cluster endpoints for openshift-image-registry/image-registry for network=default are: map[] I0518 07:03:44.273483 3428 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.250.45", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:44.273495 3428 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.28.167"}, 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}} I0518 07:03:44.273500 3428 services_controller.go:478] Built service openshift-machine-config-operator/machine-config-operator per-node LB for network=default: []services.LB{} I0518 07:03:44.273493 3428 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.186.32", Port:9099, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:44.273513 3428 services_controller.go:479] Built service openshift-machine-config-operator/machine-config-operator template LB for network=default: []services.LB{} I0518 07:03:44.273511 3428 services_controller.go:470] Built service openshift-image-registry/image-registry LB per-node configs for network=default: []services.lbConfig(nil) I0518 07:03:44.273522 3428 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 I0518 07:03:44.273522 3428 services_controller.go:478] Built service openshift-cluster-version/cluster-version-operator per-node LB for network=default: []services.LB{} I0518 07:03:44.273493 3428 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.211.2", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.211.2", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:44.273535 3428 services_controller.go:479] Built service openshift-cluster-version/cluster-version-operator template LB for network=default: []services.LB{} I0518 07:03:44.273539 3428 services_controller.go:478] Built service openshift-ingress/router-default per-node LB for network=default: []services.LB{} I0518 07:03:44.273544 3428 services_controller.go:497] Skipping no-op change for service openshift-machine-config-operator/machine-config-operator for network=default I0518 07:03:44.273547 3428 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 I0518 07:03:44.273552 3428 services_controller.go:479] Built service openshift-ingress/router-default template LB for network=default: []services.LB{} I0518 07:03:44.273552 3428 services_controller.go:386] Finished syncing service machine-config-operator on namespace openshift-machine-config-operator for network=default : 206.169µs I0518 07:03:44.273565 3428 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 I0518 07:03:44.273567 3428 services_controller.go:382] Processing sync for service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0518 07:03:44.273570 3428 services_controller.go:497] Skipping no-op change for service openshift-cluster-version/cluster-version-operator for network=default I0518 07:03:44.273578 3428 services_controller.go:386] Finished syncing service cluster-version-operator on namespace openshift-cluster-version for network=default : 375.584µs I0518 07:03:44.273590 3428 services_controller.go:497] Skipping no-op change for service openshift-ingress/router-default for network=default I0518 07:03:44.273597 3428 services_controller.go:386] Finished syncing service router-default on namespace openshift-ingress for network=default : 302.252µs I0518 07:03:44.273609 3428 services_controller.go:382] Processing sync for service openshift-insights/metrics for network=default I0518 07:03:44.273379 3428 services_controller.go:460] Service openshift-authentication-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-authentication-operator d759942d-aace-44a9-b634-fb5512c263e1 723 0 2026-05-18 06:51:20 +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 20d3542f-9543-4161-a8e9-65ad7732453d 0xc004fef6a7 }] [] []},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.177.178,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.177.178],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:44.273600 3428 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 21a8fc75-a960-4dcb-b24f-413f49bd7acb 986 0 2026-05-18 06:51:27 +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 20d3542f-9543-4161-a8e9-65ad7732453d 0xc004fefb07 }] [] []},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.193.203,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.193.203],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:44.273619 3428 services_controller.go:460] Service openshift-insights/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-insights d9b9253d-2d76-4450-b7d6-02f23f81e77a 1935 0 2026-05-18 06:51:45 +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 20d3542f-9543-4161-a8e9-65ad7732453d 0xc007bb24ab }] [] []},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.203.10,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.203.10],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:44.273676 3428 lb_config.go:1030] Cluster endpoints for openshift-authentication-operator/metrics for network=default are: map[] I0518 07:03:44.273679 3428 lb_config.go:1030] Cluster endpoints for openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default are: map[] I0518 07:03:44.273526 3428 services_controller.go:471] Built service openshift-image-registry/image-registry LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:44.273691 3428 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.193.203"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0518 07:03:44.273691 3428 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.177.178"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0518 07:03:44.273703 3428 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) I0518 07:03:44.273708 3428 services_controller.go:470] Built service openshift-authentication-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0518 07:03:44.273713 3428 services_controller.go:471] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:44.273719 3428 services_controller.go:471] Built service openshift-authentication-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:44.273590 3428 services_controller.go:382] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0518 07:03:44.273735 3428 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.177.178", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:44.273760 3428 services_controller.go:478] Built service openshift-authentication-operator/metrics per-node LB for network=default: []services.LB{} I0518 07:03:44.273767 3428 services_controller.go:479] Built service openshift-authentication-operator/metrics template LB for network=default: []services.LB{} I0518 07:03:44.273776 3428 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 I0518 07:03:44.273730 3428 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.193.203", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:44.273735 3428 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 d9abf6d5-7316-446f-8e82-12df47d66070 6508 0 2026-05-18 06:54:16 +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.54.114,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.54.114],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:44.273790 3428 services_controller.go:478] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics per-node LB for network=default: []services.LB{} I0518 07:03:44.273799 3428 services_controller.go:497] Skipping no-op change for service openshift-authentication-operator/metrics for network=default I0518 07:03:44.273802 3428 services_controller.go:479] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics template LB for network=default: []services.LB{} I0518 07:03:44.273703 3428 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.28.167", Port:5000, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:44.273805 3428 services_controller.go:386] Finished syncing service metrics on namespace openshift-authentication-operator for network=default : 435.401µs I0518 07:03:44.273805 3428 lb_config.go:1030] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default are: map[] I0518 07:03:44.273813 3428 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 I0518 07:03:44.273818 3428 services_controller.go:382] Processing sync for service default/kubernetes for network=default I0518 07:03:44.273817 3428 services_controller.go:478] Built service openshift-image-registry/image-registry per-node LB for network=default: []services.LB{} I0518 07:03:44.273820 3428 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.54.114"}, 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}} I0518 07:03:44.273830 3428 services_controller.go:479] Built service openshift-image-registry/image-registry template LB for network=default: []services.LB{} I0518 07:03:44.273837 3428 services_controller.go:497] Skipping no-op change for service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0518 07:03:44.273841 3428 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 I0518 07:03:44.273846 3428 services_controller.go:386] Finished syncing service csi-snapshot-controller-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 277.794µs I0518 07:03:44.273836 3428 services_controller.go:470] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0518 07:03:44.273860 3428 services_controller.go:471] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:44.273864 3428 services_controller.go:382] Processing sync for service default/openshift-oauth-apiserver for network=default I0518 07:03:44.273828 3428 services_controller.go:460] Service default/kubernetes retrieved from lister for network=default: &Service{ObjectMeta:{kubernetes default 358f091c-6bf6-4150-b88e-7fc7ac4759f0 273 0 2026-05-18 06:50:22 +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{},},} I0518 07:03:44.273900 3428 services_controller.go:497] Skipping no-op change for service openshift-image-registry/image-registry for network=default I0518 07:03:44.273907 3428 services_controller.go:386] Finished syncing service image-registry on namespace openshift-image-registry for network=default : 523.954µs I0518 07:03:44.273877 3428 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.54.114", Port:8383, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:44.273919 3428 services_controller.go:382] Processing sync for service openshift-kube-controller-manager-operator/metrics for network=default I0518 07:03:44.273916 3428 lb_config.go:1030] Cluster endpoints for default/kubernetes for network=default are: map[TCP/https:{6443 [172.20.0.1] []}] I0518 07:03:44.273925 3428 services_controller.go:478] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics per-node LB for network=default: []services.LB{} I0518 07:03:44.273874 3428 services_controller.go:460] Service default/openshift-oauth-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-oauth-apiserver default 3792a8d9-0e55-4b22-b5c1-9c0c13719a60 1655 0 2026-05-18 06:51:41 +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.237.236,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.237.236],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:44.273932 3428 services_controller.go:469] Built service default/kubernetes LB cluster-wide configs for network=default: []services.lbConfig(nil) I0518 07:03:44.273937 3428 services_controller.go:479] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics template LB for network=default: []services.LB{} I0518 07:03:44.273943 3428 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}} I0518 07:03:44.273954 3428 lb_config.go:1030] Cluster endpoints for default/openshift-oauth-apiserver for network=default are: map[TCP/https:{443 [172.30.144.237] []}] I0518 07:03:44.273961 3428 services_controller.go:471] Built service default/kubernetes LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:44.273970 3428 services_controller.go:469] Built service default/openshift-oauth-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0518 07:03:44.273979 3428 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.237.236"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.144.237"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0518 07:03:44.273929 3428 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 6b5f5405-29ce-4511-b3b4-d2876565b5ce 844 0 2026-05-18 06:51:24 +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 20d3542f-9543-4161-a8e9-65ad7732453d 0xc007bb254f }] [] []},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.60.67,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.60.67],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:44.273988 3428 services_controller.go:471] Built service default/openshift-oauth-apiserver LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:44.273681 3428 lb_config.go:1030] Cluster endpoints for openshift-insights/metrics for network=default are: map[] I0518 07:03:44.274004 3428 services_controller.go:477] Built service default/openshift-oauth-apiserver cluster-wide LB for network=default: []services.LB{} I0518 07:03:44.274002 3428 services_controller.go:469] Built service openshift-insights/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.203.10"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0518 07:03:44.274005 3428 lb_config.go:1030] Cluster endpoints for openshift-kube-controller-manager-operator/metrics for network=default are: map[] I0518 07:03:44.274016 3428 services_controller.go:470] Built service openshift-insights/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0518 07:03:44.274020 3428 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.60.67"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0518 07:03:44.273984 3428 services_controller.go:477] Built service default/kubernetes cluster-wide LB for network=default: []services.LB{} I0518 07:03:44.274012 3428 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-2-232.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.237.236", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.144.237", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-2-232.ec2.internal"}, Routers:[]string{"GR_ip-10-0-2-232.ec2.internal"}, Groups:[]string(nil)}} I0518 07:03:44.274036 3428 services_controller.go:470] Built service openshift-kube-controller-manager-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0518 07:03:44.274041 3428 services_controller.go:479] Built service default/openshift-oauth-apiserver template LB for network=default: []services.LB{} I0518 07:03:44.274047 3428 services_controller.go:471] Built service openshift-kube-controller-manager-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:44.273947 3428 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 I0518 07:03:44.274053 3428 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 I0518 07:03:44.274038 3428 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-2-232.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-2-232.ec2.internal"}, Routers:[]string{"GR_ip-10-0-2-232.ec2.internal"}, Groups:[]string(nil)}} I0518 07:03:44.274069 3428 services_controller.go:479] Built service default/kubernetes template LB for network=default: []services.LB{} I0518 07:03:44.274075 3428 services_controller.go:497] Skipping no-op change for service default/openshift-oauth-apiserver for network=default I0518 07:03:44.274064 3428 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.60.67", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:44.274081 3428 services_controller.go:386] Finished syncing service openshift-oauth-apiserver on namespace default for network=default : 216.864µs I0518 07:03:44.274082 3428 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 I0518 07:03:44.274075 3428 services_controller.go:497] Skipping no-op change for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0518 07:03:44.274090 3428 services_controller.go:478] Built service openshift-kube-controller-manager-operator/metrics per-node LB for network=default: []services.LB{} I0518 07:03:44.274093 3428 services_controller.go:382] Processing sync for service openshift-network-diagnostics/network-check-source for network=default I0518 07:03:44.274094 3428 services_controller.go:386] Finished syncing service deployment-validation-operator-metrics on namespace openshift-deployment-validation-operator for network=default : 503.059µs I0518 07:03:44.274101 3428 services_controller.go:386] Finished syncing service network-check-source on namespace openshift-network-diagnostics for network=default : 8.398µs I0518 07:03:44.274103 3428 services_controller.go:479] Built service openshift-kube-controller-manager-operator/metrics template LB for network=default: []services.LB{} I0518 07:03:44.274106 3428 services_controller.go:497] Skipping no-op change for service default/kubernetes for network=default I0518 07:03:44.274108 3428 services_controller.go:382] Processing sync for service openshift-network-diagnostics/network-check-target for network=default I0518 07:03:44.274110 3428 services_controller.go:382] Processing sync for service default/openshift for network=default I0518 07:03:44.274026 3428 services_controller.go:471] Built service openshift-insights/metrics LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:44.274114 3428 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 I0518 07:03:44.274116 3428 services_controller.go:386] Finished syncing service openshift on namespace default for network=default : 6.923µs I0518 07:03:44.274126 3428 services_controller.go:382] Processing sync for service openshift-apiserver/check-endpoints for network=default I0518 07:03:44.274135 3428 services_controller.go:497] Skipping no-op change for service openshift-kube-controller-manager-operator/metrics for network=default I0518 07:03:44.274144 3428 services_controller.go:386] Finished syncing service metrics on namespace openshift-kube-controller-manager-operator for network=default : 225.128µs I0518 07:03:44.274117 3428 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 b3c22620-8e6b-4a7d-b2cc-ea561735a261 3771 0 2026-05-18 06:52:22 +0000 UTC map[] map[] [{operator.openshift.io/v1 Network cluster 58d6eed3-8eec-4383-a325-4bb95cbbc27d 0xc007bb2a97 0xc007bb2a98}] [] []},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.255.124,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.255.124],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:44.274135 3428 services_controller.go:460] Service openshift-apiserver/check-endpoints retrieved from lister for network=default: &Service{ObjectMeta:{check-endpoints openshift-apiserver b6952f55-10bc-4992-81d8-09bd3c6d94cb 1826 0 2026-05-18 06:51:43 +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 20d3542f-9543-4161-a8e9-65ad7732453d 0xc004fef5e7 }] [] []},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.200.188,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.200.188],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:44.274183 3428 lb_config.go:1030] Cluster endpoints for openshift-network-diagnostics/network-check-target for network=default are: map[] I0518 07:03:44.274198 3428 lb_config.go:1030] Cluster endpoints for openshift-apiserver/check-endpoints for network=default are: map[] I0518 07:03:44.274196 3428 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.255.124"}, 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}} I0518 07:03:44.274211 3428 services_controller.go:470] Built service openshift-network-diagnostics/network-check-target LB per-node configs for network=default: []services.lbConfig(nil) I0518 07:03:44.274213 3428 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.200.188"}, 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}} I0518 07:03:44.274221 3428 services_controller.go:471] Built service openshift-network-diagnostics/network-check-target LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:44.274227 3428 services_controller.go:470] Built service openshift-apiserver/check-endpoints LB per-node configs for network=default: []services.lbConfig(nil) I0518 07:03:44.274237 3428 services_controller.go:471] Built service openshift-apiserver/check-endpoints LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:44.274260 3428 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.200.188", Port:17698, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:44.274265 3428 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.255.124", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:44.274175 3428 services_controller.go:382] Processing sync for service openshift-config-operator/metrics for network=default I0518 07:03:44.274293 3428 services_controller.go:478] Built service openshift-network-diagnostics/network-check-target per-node LB for network=default: []services.LB{} I0518 07:03:44.274304 3428 services_controller.go:479] Built service openshift-network-diagnostics/network-check-target template LB for network=default: []services.LB{} I0518 07:03:44.274132 3428 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.203.10", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:44.274315 3428 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 I0518 07:03:44.274323 3428 services_controller.go:478] Built service openshift-insights/metrics per-node LB for network=default: []services.LB{} I0518 07:03:44.274291 3428 services_controller.go:478] Built service openshift-apiserver/check-endpoints per-node LB for network=default: []services.LB{} I0518 07:03:44.274342 3428 services_controller.go:479] Built service openshift-apiserver/check-endpoints template LB for network=default: []services.LB{} I0518 07:03:44.274301 3428 services_controller.go:460] Service openshift-config-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-config-operator 0e63d5be-416c-4fd0-8b86-4e78459d9357 1700 0 2026-05-18 06:51:41 +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 20d3542f-9543-4161-a8e9-65ad7732453d 0xc004fefc27 }] [] []},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.198.21,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.198.21],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:44.274350 3428 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 I0518 07:03:44.274362 3428 lb_config.go:1030] Cluster endpoints for openshift-config-operator/metrics for network=default are: map[] I0518 07:03:44.274368 3428 services_controller.go:497] Skipping no-op change for service openshift-apiserver/check-endpoints for network=default I0518 07:03:44.274373 3428 services_controller.go:386] Finished syncing service check-endpoints on namespace openshift-apiserver for network=default : 246.86µs I0518 07:03:44.274371 3428 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.198.21"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0518 07:03:44.274381 3428 services_controller.go:382] Processing sync for service openshift-console-operator/metrics for network=default I0518 07:03:44.274381 3428 services_controller.go:470] Built service openshift-config-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0518 07:03:44.274388 3428 services_controller.go:471] Built service openshift-config-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:44.274399 3428 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.198.21", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:44.274329 3428 services_controller.go:497] Skipping no-op change for service openshift-network-diagnostics/network-check-target for network=default I0518 07:03:44.274428 3428 services_controller.go:478] Built service openshift-config-operator/metrics per-node LB for network=default: []services.LB{} I0518 07:03:44.274387 3428 services_controller.go:460] Service openshift-console-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-console-operator 604d372d-c659-4a09-8444-c56c2dc8a548 1951 0 2026-05-18 06:51:45 +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 20d3542f-9543-4161-a8e9-65ad7732453d 0xc004fefce7 }] [] []},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.169.210,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.169.210],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:44.274435 3428 services_controller.go:479] Built service openshift-config-operator/metrics template LB for network=default: []services.LB{} I0518 07:03:44.274343 3428 services_controller.go:479] Built service openshift-insights/metrics template LB for network=default: []services.LB{} I0518 07:03:44.274444 3428 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 I0518 07:03:44.274450 3428 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 I0518 07:03:44.274453 3428 lb_config.go:1030] Cluster endpoints for openshift-console-operator/metrics for network=default are: map[] I0518 07:03:44.274461 3428 services_controller.go:497] Skipping no-op change for service openshift-config-operator/metrics for network=default I0518 07:03:44.274465 3428 services_controller.go:386] Finished syncing service metrics on namespace openshift-config-operator for network=default : 291.556µs I0518 07:03:44.274467 3428 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.169.210"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0518 07:03:44.274472 3428 services_controller.go:497] Skipping no-op change for service openshift-insights/metrics for network=default I0518 07:03:44.274475 3428 services_controller.go:382] Processing sync for service openshift-dns/dns-default for network=default I0518 07:03:44.274479 3428 services_controller.go:386] Finished syncing service metrics on namespace openshift-insights for network=default : 870.034µs I0518 07:03:44.274480 3428 services_controller.go:470] Built service openshift-console-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0518 07:03:44.274490 3428 services_controller.go:471] Built service openshift-console-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:44.274491 3428 services_controller.go:382] Processing sync for service openshift-machine-config-operator/machine-config-controller for network=default I0518 07:03:44.274481 3428 services_controller.go:460] Service openshift-dns/dns-default retrieved from lister for network=default: &Service{ObjectMeta:{dns-default openshift-dns dbfeea69-8835-42d6-b2a4-75efb9596dac 1684 0 2026-05-18 06:51:41 +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 4385e45a-ac5d-4753-a7e9-dad269d7c5a2 0xc004feff87 }] [] []},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{},},} I0518 07:03:44.274519 3428 services_controller.go:386] Finished syncing service kubernetes on namespace default for network=default : 294.247µs I0518 07:03:44.274511 3428 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.169.210", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:44.274530 3428 services_controller.go:382] Processing sync for service openshift-cloud-credential-operator/cco-metrics for network=default I0518 07:03:44.274532 3428 lb_config.go:1030] Cluster endpoints for openshift-dns/dns-default for network=default are: map[] I0518 07:03:44.274539 3428 services_controller.go:478] Built service openshift-console-operator/metrics per-node LB for network=default: []services.LB{} I0518 07:03:44.274542 3428 services_controller.go:469] Built service openshift-dns/dns-default LB cluster-wide configs for network=default: []services.lbConfig(nil) I0518 07:03:44.274506 3428 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 39416ecb-abb0-4789-add2-672a3461ae8a 854 0 2026-05-18 06:51:24 +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 20d3542f-9543-4161-a8e9-65ad7732453d 0xc007bb268b }] [] []},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.58.230,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.58.230],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:44.274550 3428 services_controller.go:479] Built service openshift-console-operator/metrics template LB for network=default: []services.LB{} I0518 07:03:44.274548 3428 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}} I0518 07:03:44.274561 3428 services_controller.go:471] Built service openshift-dns/dns-default LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:44.274562 3428 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 I0518 07:03:44.274435 3428 services_controller.go:386] Finished syncing service network-check-target on namespace openshift-network-diagnostics for network=default : 326.836µs I0518 07:03:44.274570 3428 lb_config.go:1030] Cluster endpoints for openshift-machine-config-operator/machine-config-controller for network=default are: map[] I0518 07:03:44.274537 3428 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 32ca9b9a-6193-4543-9518-a928818508d9 1166 0 2026-05-18 06:51:32 +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 20d3542f-9543-4161-a8e9-65ad7732453d 0xc004fef73b }] [] []},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.1.222,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.1.222],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:44.274579 3428 services_controller.go:477] Built service openshift-dns/dns-default cluster-wide LB for network=default: []services.LB{} I0518 07:03:44.274580 3428 services_controller.go:382] Processing sync for service openshift-cluster-machine-approver/machine-approver for network=default I0518 07:03:44.274584 3428 services_controller.go:497] Skipping no-op change for service openshift-console-operator/metrics for network=default I0518 07:03:44.274582 3428 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.58.230"}, 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}} I0518 07:03:44.274590 3428 services_controller.go:386] Finished syncing service metrics on namespace openshift-console-operator for network=default : 207.839µs I0518 07:03:44.274590 3428 services_controller.go:386] Finished syncing service machine-approver on namespace openshift-cluster-machine-approver for network=default : 11.667µs I0518 07:03:44.274596 3428 lb_config.go:1030] Cluster endpoints for openshift-cloud-credential-operator/cco-metrics for network=default are: map[] I0518 07:03:44.274596 3428 services_controller.go:470] Built service openshift-machine-config-operator/machine-config-controller LB per-node configs for network=default: []services.lbConfig(nil) I0518 07:03:44.274586 3428 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-2-232.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-2-232.ec2.internal"}, Routers:[]string{"GR_ip-10-0-2-232.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-dns/dns-default_UDP_node_router+switch_ip-10-0-2-232.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-2-232.ec2.internal"}, Routers:[]string{"GR_ip-10-0-2-232.ec2.internal"}, Groups:[]string(nil)}} I0518 07:03:44.274609 3428 services_controller.go:471] Built service openshift-machine-config-operator/machine-config-controller LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:44.274608 3428 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.1.222"}, 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}} I0518 07:03:44.274614 3428 services_controller.go:479] Built service openshift-dns/dns-default template LB for network=default: []services.LB{} I0518 07:03:44.274613 3428 duration.go:449] Config duration recorder: kind/namespace/name service/openshift-cluster-machine-approver/machine-approver. OVN-Kubernetes controller took 0.00240337 seconds. No OVN measurement. I0518 07:03:44.274621 3428 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 I0518 07:03:44.274620 3428 services_controller.go:470] Built service openshift-cloud-credential-operator/cco-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0518 07:03:44.274620 3428 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.58.230", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:44.274630 3428 services_controller.go:471] Built service openshift-cloud-credential-operator/cco-metrics LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:44.274636 3428 services_controller.go:478] Built service openshift-machine-config-operator/machine-config-controller per-node LB for network=default: []services.LB{} I0518 07:03:44.274640 3428 services_controller.go:497] Skipping no-op change for service openshift-dns/dns-default for network=default I0518 07:03:44.274644 3428 services_controller.go:479] Built service openshift-machine-config-operator/machine-config-controller template LB for network=default: []services.LB{} I0518 07:03:44.274644 3428 services_controller.go:386] Finished syncing service dns-default on namespace openshift-dns for network=default : 169.363µs I0518 07:03:44.274651 3428 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 I0518 07:03:44.274642 3428 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.1.222", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:44.274660 3428 services_controller.go:478] Built service openshift-cloud-credential-operator/cco-metrics per-node LB for network=default: []services.LB{} I0518 07:03:44.274668 3428 services_controller.go:479] Built service openshift-cloud-credential-operator/cco-metrics template LB for network=default: []services.LB{} I0518 07:03:44.274670 3428 services_controller.go:497] Skipping no-op change for service openshift-machine-config-operator/machine-config-controller for network=default I0518 07:03:44.274674 3428 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 I0518 07:03:44.274675 3428 services_controller.go:386] Finished syncing service machine-config-controller on namespace openshift-machine-config-operator for network=default : 186.07µs I0518 07:03:44.274690 3428 services_controller.go:497] Skipping no-op change for service openshift-cloud-credential-operator/cco-metrics for network=default I0518 07:03:44.274699 3428 services_controller.go:386] Finished syncing service cco-metrics on namespace openshift-cloud-credential-operator for network=default : 169.821µs I0518 07:03:44.288589 3428 obj_retry.go:565] Update event received for resource *v1.Node, old object is equal to new: false I0518 07:03:44.288605 3428 obj_retry.go:617] Update event received for *v1.Node ip-10-0-0-168.ec2.internal I0518 07:03:44.288615 3428 obj_retry.go:565] Update event received for resource *factory.egressNode, old object is equal to new: false I0518 07:03:44.288621 3428 obj_retry.go:617] Update event received for *factory.egressNode ip-10-0-0-168.ec2.internal I0518 07:03:44.420197 3428 obj_retry.go:565] Update event received for resource *v1.Node, old object is equal to new: false I0518 07:03:44.420224 3428 obj_retry.go:617] Update event received for *v1.Node ip-10-0-0-168.ec2.internal I0518 07:03:44.420241 3428 obj_retry.go:565] Update event received for resource *factory.egressNode, old object is equal to new: false I0518 07:03:44.420241 3428 node_tracker.go:211] Processing possible switch / router updates for node ip-10-0-0-168.ec2.internal in network "default" I0518 07:03:44.420250 3428 obj_retry.go:617] Update event received for *factory.egressNode ip-10-0-0-168.ec2.internal I0518 07:03:44.420297 3428 node_tracker.go:172] Node ip-10-0-0-168.ec2.internal switch + router changed, syncing services in network "default" I0518 07:03:44.420316 3428 services_controller.go:575] Full service sync requested for network=default I0518 07:03:44.420330 3428 services_controller.go:640] Adding service openshift-apiserver-operator/metrics for network=default I0518 07:03:44.420341 3428 services_controller.go:640] Adding service openshift-cluster-samples-operator/metrics for network=default I0518 07:03:44.420346 3428 services_controller.go:640] Adding service openshift-network-console/networking-console-plugin for network=default I0518 07:03:44.420351 3428 services_controller.go:640] Adding service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0518 07:03:44.420356 3428 services_controller.go:640] Adding service openshift-service-ca-operator/metrics for network=default I0518 07:03:44.420364 3428 services_controller.go:382] Processing sync for service openshift-cluster-samples-operator/metrics for network=default I0518 07:03:44.420370 3428 services_controller.go:382] Processing sync for service openshift-apiserver-operator/metrics for network=default I0518 07:03:44.420392 3428 services_controller.go:640] Adding service default/openshift-apiserver for network=default I0518 07:03:44.420393 3428 services_controller.go:382] Processing sync for service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0518 07:03:44.420401 3428 services_controller.go:640] Adding service openshift-cluster-version/cluster-version-operator for network=default I0518 07:03:44.420406 3428 services_controller.go:640] Adding service openshift-ingress-canary/ingress-canary for network=default I0518 07:03:44.420407 3428 services_controller.go:386] Finished syncing service ovn-kubernetes-node on namespace openshift-ovn-kubernetes for network=default : 30.953µs I0518 07:03:44.420411 3428 services_controller.go:640] Adding service openshift-ingress/router-internal-default for network=default I0518 07:03:44.420416 3428 services_controller.go:640] Adding service openshift-kube-storage-version-migrator-operator/metrics for network=default I0518 07:03:44.420419 3428 services_controller.go:382] Processing sync for service openshift-service-ca-operator/metrics for network=default I0518 07:03:44.420425 3428 services_controller.go:382] Processing sync for service default/openshift-apiserver for network=default I0518 07:03:44.420372 3428 services_controller.go:386] Finished syncing service metrics on namespace openshift-cluster-samples-operator for network=default : 7.254µs I0518 07:03:44.420388 3428 services_controller.go:460] Service openshift-apiserver-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-apiserver-operator ed2ef0b5-af6b-494d-bb83-6c5785930173 1059 0 2026-05-18 06:51:29 +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 20d3542f-9543-4161-a8e9-65ad7732453d 0xc004fef51f }] [] []},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.253.87,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.253.87],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:44.420459 3428 services_controller.go:382] Processing sync for service openshift-cluster-version/cluster-version-operator for network=default I0518 07:03:44.420434 3428 services_controller.go:460] Service default/openshift-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-apiserver default ac9746a6-526c-4ef9-958f-d50292ac9660 1628 0 2026-05-18 06:51:41 +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.79.161,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.79.161],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:44.420489 3428 lb_config.go:1030] Cluster endpoints for openshift-apiserver-operator/metrics for network=default are: map[] I0518 07:03:44.420505 3428 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.253.87"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0518 07:03:44.420527 3428 services_controller.go:470] Built service openshift-apiserver-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0518 07:03:44.420534 3428 services_controller.go:471] Built service openshift-apiserver-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:44.420548 3428 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.253.87", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:44.420571 3428 services_controller.go:478] Built service openshift-apiserver-operator/metrics per-node LB for network=default: []services.LB{} I0518 07:03:44.420578 3428 services_controller.go:479] Built service openshift-apiserver-operator/metrics template LB for network=default: []services.LB{} I0518 07:03:44.420585 3428 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 I0518 07:03:44.420602 3428 services_controller.go:497] Skipping no-op change for service openshift-apiserver-operator/metrics for network=default I0518 07:03:44.420420 3428 services_controller.go:640] Adding service openshift-monitoring/cluster-monitoring-operator for network=default I0518 07:03:44.420608 3428 services_controller.go:386] Finished syncing service metrics on namespace openshift-apiserver-operator for network=default : 246.479µs I0518 07:03:44.420618 3428 services_controller.go:382] Processing sync for service openshift-ingress-canary/ingress-canary for network=default I0518 07:03:44.420469 3428 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 df33e34d-c681-4434-8bc6-ae2f3860cd95 505 0 2026-05-18 06:51:02 +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.186.32,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.186.32],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:44.420618 3428 services_controller.go:640] Adding service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0518 07:03:44.420639 3428 services_controller.go:640] Adding service openshift-ingress/router-default for network=default I0518 07:03:44.420644 3428 services_controller.go:640] Adding service openshift-multus/network-metrics-service for network=default I0518 07:03:44.420426 3428 services_controller.go:460] Service openshift-service-ca-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-service-ca-operator 034f48c2-0f57-4ede-a3a5-66ba0fa79e5a 924 0 2026-05-18 06:51:26 +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 20d3542f-9543-4161-a8e9-65ad7732453d 0xc007bb2c87 }] [] []},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.2.216,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.2.216],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:44.420650 3428 services_controller.go:640] Adding service openshift-network-operator/metrics for network=default I0518 07:03:44.420654 3428 services_controller.go:640] Adding service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0518 07:03:44.420624 3428 services_controller.go:460] Service openshift-ingress-canary/ingress-canary retrieved from lister for network=default: &Service{ObjectMeta:{ingress-canary openshift-ingress-canary 41d0f6eb-0db1-4cf4-80b7-694e8d74204a 3162 0 2026-05-18 06:52:05 +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 009e4f3e-e378-408a-b894-c69a630d2bc7 0xc007bb2110 }] [] []},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.198.35,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.198.35],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:44.420658 3428 services_controller.go:640] Adding service openshift-image-registry/image-registry for network=default I0518 07:03:44.420370 3428 services_controller.go:382] Processing sync for service openshift-network-console/networking-console-plugin for network=default I0518 07:03:44.420663 3428 services_controller.go:640] Adding service openshift-machine-config-operator/machine-config-operator for network=default I0518 07:03:44.420667 3428 services_controller.go:640] Adding service openshift-authentication-operator/metrics for network=default I0518 07:03:44.420672 3428 services_controller.go:640] Adding service default/openshift-oauth-apiserver for network=default I0518 07:03:44.420671 3428 lb_config.go:1030] Cluster endpoints for openshift-ingress-canary/ingress-canary for network=default are: map[] I0518 07:03:44.420676 3428 services_controller.go:640] Adding service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0518 07:03:44.420680 3428 services_controller.go:640] Adding service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0518 07:03:44.420684 3428 services_controller.go:640] Adding service openshift-insights/metrics for network=default I0518 07:03:44.420688 3428 services_controller.go:640] Adding service default/kubernetes for network=default I0518 07:03:44.420691 3428 services_controller.go:640] Adding service openshift-apiserver/check-endpoints for network=default I0518 07:03:44.420695 3428 services_controller.go:640] Adding service openshift-kube-controller-manager-operator/metrics for network=default I0518 07:03:44.420699 3428 services_controller.go:640] Adding service openshift-network-diagnostics/network-check-source for network=default I0518 07:03:44.420702 3428 services_controller.go:640] Adding service openshift-network-diagnostics/network-check-target for network=default I0518 07:03:44.420706 3428 services_controller.go:640] Adding service default/openshift for network=default I0518 07:03:44.420685 3428 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.198.35"}, 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.198.35"}, 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}} I0518 07:03:44.420713 3428 services_controller.go:640] Adding service openshift-cluster-machine-approver/machine-approver for network=default I0518 07:03:44.420514 3428 lb_config.go:1030] Cluster endpoints for default/openshift-apiserver for network=default are: map[TCP/https:{443 [172.30.125.252] []}] I0518 07:03:44.420715 3428 services_controller.go:470] Built service openshift-ingress-canary/ingress-canary LB per-node configs for network=default: []services.lbConfig(nil) I0518 07:03:44.420719 3428 services_controller.go:640] Adding service openshift-config-operator/metrics for network=default I0518 07:03:44.420722 3428 services_controller.go:471] Built service openshift-ingress-canary/ingress-canary LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:44.420667 3428 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 0c665839-7c72-43e0-ad8b-48e93186718e 4193 0 2026-05-18 06:52:25 +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 58d6eed3-8eec-4383-a325-4bb95cbbc27d 0xc007bb299e 0xc007bb299f}] [] []},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.209.142,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.209.142],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:44.420725 3428 services_controller.go:469] Built service default/openshift-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0518 07:03:44.420732 3428 services_controller.go:470] Built service default/openshift-apiserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.79.161"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.125.252"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0518 07:03:44.420735 3428 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.198.35", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.198.35", Port:8888, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:44.420749 3428 services_controller.go:471] Built service default/openshift-apiserver LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:44.420754 3428 services_controller.go:478] Built service openshift-ingress-canary/ingress-canary per-node LB for network=default: []services.LB{} I0518 07:03:44.420763 3428 services_controller.go:479] Built service openshift-ingress-canary/ingress-canary template LB for network=default: []services.LB{} I0518 07:03:44.420770 3428 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 I0518 07:03:44.420771 3428 services_controller.go:477] Built service default/openshift-apiserver cluster-wide LB for network=default: []services.LB{} I0518 07:03:44.420784 3428 services_controller.go:497] Skipping no-op change for service openshift-ingress-canary/ingress-canary for network=default I0518 07:03:44.420779 3428 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-2-232.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.79.161", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.125.252", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-2-232.ec2.internal"}, Routers:[]string{"GR_ip-10-0-2-232.ec2.internal"}, Groups:[]string(nil)}} I0518 07:03:44.420724 3428 services_controller.go:640] Adding service openshift-console-operator/metrics for network=default I0518 07:03:44.420799 3428 services_controller.go:479] Built service default/openshift-apiserver template LB for network=default: []services.LB{} I0518 07:03:44.420802 3428 services_controller.go:640] Adding service openshift-dns/dns-default for network=default I0518 07:03:44.420657 3428 lb_config.go:1030] Cluster endpoints for openshift-service-ca-operator/metrics for network=default are: map[] I0518 07:03:44.420808 3428 services_controller.go:640] Adding service openshift-machine-config-operator/machine-config-controller for network=default I0518 07:03:44.420643 3428 lb_config.go:1030] Cluster endpoints for openshift-cluster-version/cluster-version-operator for network=default are: map[] I0518 07:03:44.420813 3428 services_controller.go:640] Adding service openshift-cloud-credential-operator/cco-metrics for network=default I0518 07:03:44.420818 3428 services_controller.go:640] Adding service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0518 07:03:44.420815 3428 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.2.216"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0518 07:03:44.420822 3428 services_controller.go:640] Adding service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0518 07:03:44.420822 3428 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.186.32"}, 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}} I0518 07:03:44.420827 3428 services_controller.go:470] Built service openshift-service-ca-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0518 07:03:44.420807 3428 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 I0518 07:03:44.420832 3428 services_controller.go:470] Built service openshift-cluster-version/cluster-version-operator LB per-node configs for network=default: []services.lbConfig(nil) I0518 07:03:44.420834 3428 services_controller.go:471] Built service openshift-service-ca-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:44.420838 3428 services_controller.go:471] Built service openshift-cluster-version/cluster-version-operator LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:44.420843 3428 services_controller.go:497] Skipping no-op change for service default/openshift-apiserver for network=default I0518 07:03:44.420847 3428 services_controller.go:386] Finished syncing service openshift-apiserver on namespace default for network=default : 422.527µs I0518 07:03:44.420854 3428 services_controller.go:382] Processing sync for service openshift-ingress/router-internal-default for network=default I0518 07:03:44.420848 3428 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.186.32", Port:9099, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:44.420740 3428 lb_config.go:1030] Cluster endpoints for openshift-network-console/networking-console-plugin for network=default are: map[] I0518 07:03:44.420864 3428 services_controller.go:478] Built service openshift-cluster-version/cluster-version-operator per-node LB for network=default: []services.LB{} I0518 07:03:44.420866 3428 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.209.142"}, 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}} I0518 07:03:44.420872 3428 services_controller.go:479] Built service openshift-cluster-version/cluster-version-operator template LB for network=default: []services.LB{} I0518 07:03:44.420874 3428 services_controller.go:470] Built service openshift-network-console/networking-console-plugin LB per-node configs for network=default: []services.lbConfig(nil) I0518 07:03:44.420880 3428 services_controller.go:471] Built service openshift-network-console/networking-console-plugin LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:44.420792 3428 services_controller.go:386] Finished syncing service ingress-canary on namespace openshift-ingress-canary for network=default : 175.22µs I0518 07:03:44.420900 3428 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 I0518 07:03:44.420845 3428 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.2.216", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:44.420911 3428 services_controller.go:382] Processing sync for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0518 07:03:44.420906 3428 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.209.142", Port:9443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:44.420921 3428 services_controller.go:478] Built service openshift-service-ca-operator/metrics per-node LB for network=default: []services.LB{} I0518 07:03:44.420923 3428 services_controller.go:497] Skipping no-op change for service openshift-cluster-version/cluster-version-operator for network=default I0518 07:03:44.420933 3428 services_controller.go:386] Finished syncing service cluster-version-operator on namespace openshift-cluster-version for network=default : 474.839µs I0518 07:03:44.420935 3428 services_controller.go:479] Built service openshift-service-ca-operator/metrics template LB for network=default: []services.LB{} I0518 07:03:44.420933 3428 services_controller.go:478] Built service openshift-network-console/networking-console-plugin per-node LB for network=default: []services.LB{} I0518 07:03:44.420944 3428 services_controller.go:382] Processing sync for service openshift-monitoring/cluster-monitoring-operator for network=default I0518 07:03:44.420948 3428 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 I0518 07:03:44.420951 3428 services_controller.go:386] Finished syncing service cluster-monitoring-operator on namespace openshift-monitoring for network=default : 7.18µs I0518 07:03:44.420960 3428 services_controller.go:382] Processing sync for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0518 07:03:44.420969 3428 services_controller.go:497] Skipping no-op change for service openshift-service-ca-operator/metrics for network=default I0518 07:03:44.420975 3428 services_controller.go:386] Finished syncing service metrics on namespace openshift-service-ca-operator for network=default : 554.565µs I0518 07:03:44.420922 3428 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 dca97dce-0d61-426a-81a9-436a18a5eec0 2130 0 2026-05-18 06:51:56 +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 20d3542f-9543-4161-a8e9-65ad7732453d 0xc007bb2607 }] [] []},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.4.220,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.4.220],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:44.420984 3428 services_controller.go:382] Processing sync for service openshift-ingress/router-default for network=default I0518 07:03:44.420827 3428 services_controller.go:640] Adding service openshift-dns-operator/metrics for network=default I0518 07:03:44.421002 3428 services_controller.go:640] Adding service openshift-ingress-operator/metrics for network=default I0518 07:03:44.421000 3428 lb_config.go:1030] Cluster endpoints for openshift-kube-storage-version-migrator-operator/metrics for network=default are: map[] I0518 07:03:44.421007 3428 services_controller.go:640] Adding service openshift-machine-config-operator/machine-config-daemon for network=default I0518 07:03:44.421011 3428 services_controller.go:640] Adding service default/packageserver for network=default I0518 07:03:44.420968 3428 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 43836cd7-85a3-48a9-8d8d-b6dee2944b79 1027 0 2026-05-18 06:51:28 +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 20d3542f-9543-4161-a8e9-65ad7732453d 0xc004fefa57 }] [] []},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.147.128,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.147.128],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:44.420949 3428 services_controller.go:479] Built service openshift-network-console/networking-console-plugin template LB for network=default: []services.LB{} I0518 07:03:44.421014 3428 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.4.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}} I0518 07:03:44.421022 3428 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 I0518 07:03:44.421028 3428 services_controller.go:470] Built service openshift-kube-storage-version-migrator-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0518 07:03:44.421033 3428 lb_config.go:1030] Cluster endpoints for openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default are: map[] I0518 07:03:44.421039 3428 services_controller.go:471] Built service openshift-kube-storage-version-migrator-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:44.421043 3428 services_controller.go:497] Skipping no-op change for service openshift-network-console/networking-console-plugin for network=default I0518 07:03:44.420990 3428 services_controller.go:460] Service openshift-ingress/router-default retrieved from lister for network=default: &Service{ObjectMeta:{router-default openshift-ingress 9478d9a3-e46d-459d-b711-4de75b579e31 2549 0 2026-05-18 06:51:55 +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=2qc6e4rqab9epl0osrq0g71h7qec7g8k,api.openshift.com/legal-entity-id=2h8L52xc1VHB4xLFE2YyPmAjYjI,api.openshift.com/name=kx-62e28e5166,cluster-type=rosa-hcp,creation-date=2026-05-18,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 8d3b9d3e-785e-4691-8078-b859a51c6205 0xc007bb22e7 }] [service.kubernetes.io/load-balancer-cleanup] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:http,Protocol:TCP,Port:80,TargetPort:{1 0 http},NodePort:30744,AppProtocol:nil,},ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{1 0 https},NodePort:30946,AppProtocol:nil,},},Selector:map[string]string{ingresscontroller.operator.openshift.io/deployment-ingresscontroller: default,},ClusterIP:172.30.211.2,Type:LoadBalancer,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:Local,HealthCheckNodePort:31515,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.211.2],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:*true,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{LoadBalancerIngress{IP:,Hostname:a9478d9a3e46d459db7114de75b579e3-8a75a27c4df024c0.elb.us-east-1.amazonaws.com,IPMode:nil,Ports:[]PortStatus{},},},},Conditions:[]Condition{},},} I0518 07:03:44.421049 3428 services_controller.go:386] Finished syncing service networking-console-plugin on namespace openshift-network-console for network=default : 682.318µs I0518 07:03:44.421046 3428 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.147.128"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0518 07:03:44.421058 3428 services_controller.go:382] Processing sync for service openshift-multus/network-metrics-service for network=default I0518 07:03:44.421060 3428 services_controller.go:470] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0518 07:03:44.421062 3428 lb_config.go:1030] Cluster endpoints for openshift-ingress/router-default for network=default are: map[] I0518 07:03:44.421070 3428 lb_config.go:1053] Local endpoints for openshift-ingress/router-default for network=default are: map[] I0518 07:03:44.421073 3428 services_controller.go:471] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:44.421057 3428 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.4.220", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:44.421085 3428 services_controller.go:478] Built service openshift-kube-storage-version-migrator-operator/metrics per-node LB for network=default: []services.LB{} I0518 07:03:44.421097 3428 services_controller.go:479] Built service openshift-kube-storage-version-migrator-operator/metrics template LB for network=default: []services.LB{} I0518 07:03:44.421091 3428 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.147.128", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:44.421115 3428 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 I0518 07:03:44.421117 3428 services_controller.go:478] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics per-node LB for network=default: []services.LB{} I0518 07:03:44.421129 3428 services_controller.go:479] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics template LB for network=default: []services.LB{} I0518 07:03:44.421137 3428 services_controller.go:497] Skipping no-op change for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0518 07:03:44.421144 3428 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 I0518 07:03:44.420860 3428 services_controller.go:460] Service openshift-ingress/router-internal-default retrieved from lister for network=default: &Service{ObjectMeta:{router-internal-default openshift-ingress acf4ae96-bc58-4e62-8263-f6e93b4b9303 2116 0 2026-05-18 06:51:55 +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 8d3b9d3e-785e-4691-8078-b859a51c6205 0xc007bb23ae }] [] []},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.117.167,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.117.167],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:44.421166 3428 services_controller.go:497] Skipping no-op change for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0518 07:03:44.421092 3428 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.211.2"}, 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.211.2"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0518 07:03:44.421176 3428 services_controller.go:386] Finished syncing service cluster-storage-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 216.424µs I0518 07:03:44.421188 3428 services_controller.go:382] Processing sync for service openshift-network-operator/metrics for network=default I0518 07:03:44.421182 3428 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:30744, 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:30946, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:true, internalTrafficLocal:false, hasNodePort:true}} I0518 07:03:44.421195 3428 services_controller.go:386] Finished syncing service metrics on namespace openshift-network-operator for network=default : 7.615µs I0518 07:03:44.421201 3428 services_controller.go:471] Built service openshift-ingress/router-default LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:44.421203 3428 services_controller.go:382] Processing sync for service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0518 07:03:44.421210 3428 services_controller.go:386] Finished syncing service node-tuning-operator on namespace openshift-cluster-node-tuning-operator for network=default : 6.601µs I0518 07:03:44.421144 3428 services_controller.go:386] Finished syncing service metrics on namespace openshift-kube-storage-version-migrator-operator for network=default : 234.869µs I0518 07:03:44.421229 3428 services_controller.go:382] Processing sync for service openshift-machine-config-operator/machine-config-operator for network=default I0518 07:03:44.421229 3428 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.211.2", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.211.2", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:44.421248 3428 services_controller.go:478] Built service openshift-ingress/router-default per-node LB for network=default: []services.LB{} I0518 07:03:44.421255 3428 services_controller.go:479] Built service openshift-ingress/router-default template LB for network=default: []services.LB{} I0518 07:03:44.421063 3428 services_controller.go:386] Finished syncing service network-metrics-service on namespace openshift-multus for network=default : 6.239µs I0518 07:03:44.421262 3428 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 I0518 07:03:44.421269 3428 services_controller.go:382] Processing sync for service openshift-authentication-operator/metrics for network=default I0518 07:03:44.421238 3428 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 f8205417-1c0b-4dcb-8e51-8fb5ca66418c 762 0 2026-05-18 06:51:22 +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 20d3542f-9543-4161-a8e9-65ad7732453d 0xc007bb27eb }] [] []},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.250.45,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.250.45],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:44.421277 3428 services_controller.go:497] Skipping no-op change for service openshift-ingress/router-default for network=default I0518 07:03:44.421283 3428 services_controller.go:386] Finished syncing service router-default on namespace openshift-ingress for network=default : 298.335µs I0518 07:03:44.421290 3428 lb_config.go:1030] Cluster endpoints for openshift-machine-config-operator/machine-config-operator for network=default are: map[] I0518 07:03:44.421293 3428 services_controller.go:382] Processing sync for service default/openshift-oauth-apiserver for network=default I0518 07:03:44.421299 3428 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.250.45"}, 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}} I0518 07:03:44.421311 3428 services_controller.go:470] Built service openshift-machine-config-operator/machine-config-operator LB per-node configs for network=default: []services.lbConfig(nil) I0518 07:03:44.421277 3428 services_controller.go:460] Service openshift-authentication-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-authentication-operator d759942d-aace-44a9-b634-fb5512c263e1 723 0 2026-05-18 06:51:20 +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 20d3542f-9543-4161-a8e9-65ad7732453d 0xc004fef6a7 }] [] []},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.177.178,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.177.178],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:44.421317 3428 services_controller.go:471] Built service openshift-machine-config-operator/machine-config-operator LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:44.421300 3428 services_controller.go:460] Service default/openshift-oauth-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-oauth-apiserver default 3792a8d9-0e55-4b22-b5c1-9c0c13719a60 1655 0 2026-05-18 06:51:41 +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.237.236,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.237.236],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:44.421330 3428 lb_config.go:1030] Cluster endpoints for openshift-authentication-operator/metrics for network=default are: map[] I0518 07:03:44.421328 3428 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.250.45", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:44.421217 3428 services_controller.go:382] Processing sync for service openshift-image-registry/image-registry for network=default I0518 07:03:44.421346 3428 services_controller.go:478] Built service openshift-machine-config-operator/machine-config-operator per-node LB for network=default: []services.LB{} I0518 07:03:44.421169 3428 lb_config.go:1030] Cluster endpoints for openshift-ingress/router-internal-default for network=default are: map[] I0518 07:03:44.421348 3428 lb_config.go:1030] Cluster endpoints for default/openshift-oauth-apiserver for network=default are: map[TCP/https:{443 [172.30.144.237] []}] I0518 07:03:44.421367 3428 services_controller.go:469] Built service default/openshift-oauth-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0518 07:03:44.421348 3428 services_controller.go:460] Service openshift-image-registry/image-registry retrieved from lister for network=default: &Service{ObjectMeta:{image-registry openshift-image-registry 481e1651-7655-45f4-b05c-32ba3228c4d9 3694 0 2026-05-18 06:52:22 +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.28.167,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.28.167],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:44.421368 3428 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.117.167"}, 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.117.167"}, protocol:"TCP", 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.117.167"}, 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}} I0518 07:03:44.421380 3428 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.237.236"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.144.237"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0518 07:03:44.421391 3428 lb_config.go:1030] Cluster endpoints for openshift-image-registry/image-registry for network=default are: map[] I0518 07:03:44.421392 3428 services_controller.go:470] Built service openshift-ingress/router-internal-default LB per-node configs for network=default: []services.lbConfig(nil) I0518 07:03:44.421395 3428 services_controller.go:471] Built service default/openshift-oauth-apiserver LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:44.421398 3428 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.28.167"}, 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}} I0518 07:03:44.421402 3428 services_controller.go:471] Built service openshift-ingress/router-internal-default LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:44.421406 3428 services_controller.go:470] Built service openshift-image-registry/image-registry LB per-node configs for network=default: []services.lbConfig(nil) I0518 07:03:44.421414 3428 services_controller.go:471] Built service openshift-image-registry/image-registry LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:44.421415 3428 services_controller.go:477] Built service default/openshift-oauth-apiserver cluster-wide LB for network=default: []services.LB{} I0518 07:03:44.421337 3428 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.177.178"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0518 07:03:44.421436 3428 services_controller.go:470] Built service openshift-authentication-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0518 07:03:44.421421 3428 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.117.167", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.117.167", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.117.167", Port:1936, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:44.421427 3428 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-2-232.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.237.236", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.144.237", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-2-232.ec2.internal"}, Routers:[]string{"GR_ip-10-0-2-232.ec2.internal"}, Groups:[]string(nil)}} I0518 07:03:44.421430 3428 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.28.167", Port:5000, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:44.421450 3428 services_controller.go:471] Built service openshift-authentication-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:44.421454 3428 services_controller.go:478] Built service openshift-ingress/router-internal-default per-node LB for network=default: []services.LB{} I0518 07:03:44.421457 3428 services_controller.go:479] Built service default/openshift-oauth-apiserver template LB for network=default: []services.LB{} I0518 07:03:44.421459 3428 services_controller.go:478] Built service openshift-image-registry/image-registry per-node LB for network=default: []services.LB{} I0518 07:03:44.421467 3428 services_controller.go:479] Built service openshift-ingress/router-internal-default template LB for network=default: []services.LB{} I0518 07:03:44.421469 3428 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 I0518 07:03:44.421471 3428 services_controller.go:479] Built service openshift-image-registry/image-registry template LB for network=default: []services.LB{} I0518 07:03:44.421478 3428 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 I0518 07:03:44.421467 3428 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.177.178", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:44.421483 3428 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 I0518 07:03:44.421490 3428 services_controller.go:497] Skipping no-op change for service default/openshift-oauth-apiserver for network=default I0518 07:03:44.421354 3428 services_controller.go:479] Built service openshift-machine-config-operator/machine-config-operator template LB for network=default: []services.LB{} I0518 07:03:44.421494 3428 services_controller.go:478] Built service openshift-authentication-operator/metrics per-node LB for network=default: []services.LB{} I0518 07:03:44.421497 3428 services_controller.go:386] Finished syncing service openshift-oauth-apiserver on namespace default for network=default : 202.185µs I0518 07:03:44.421504 3428 services_controller.go:497] Skipping no-op change for service openshift-ingress/router-internal-default for network=default I0518 07:03:44.421505 3428 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 I0518 07:03:44.421507 3428 services_controller.go:479] Built service openshift-authentication-operator/metrics template LB for network=default: []services.LB{} I0518 07:03:44.421508 3428 services_controller.go:382] Processing sync for service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0518 07:03:44.421510 3428 services_controller.go:386] Finished syncing service router-internal-default on namespace openshift-ingress for network=default : 654.982µs I0518 07:03:44.421521 3428 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 I0518 07:03:44.421522 3428 services_controller.go:497] Skipping no-op change for service openshift-machine-config-operator/machine-config-operator for network=default I0518 07:03:44.421522 3428 services_controller.go:382] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0518 07:03:44.421528 3428 services_controller.go:386] Finished syncing service machine-config-operator on namespace openshift-machine-config-operator for network=default : 299.278µs I0518 07:03:44.421536 3428 services_controller.go:382] Processing sync for service openshift-insights/metrics for network=default I0518 07:03:44.421538 3428 services_controller.go:497] Skipping no-op change for service openshift-authentication-operator/metrics for network=default I0518 07:03:44.421542 3428 services_controller.go:386] Finished syncing service metrics on namespace openshift-authentication-operator for network=default : 273.641µs I0518 07:03:44.421551 3428 services_controller.go:382] Processing sync for service default/kubernetes for network=default I0518 07:03:44.421520 3428 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 21a8fc75-a960-4dcb-b24f-413f49bd7acb 986 0 2026-05-18 06:51:27 +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 20d3542f-9543-4161-a8e9-65ad7732453d 0xc004fefb07 }] [] []},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.193.203,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.193.203],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:44.421534 3428 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 d9abf6d5-7316-446f-8e82-12df47d66070 6508 0 2026-05-18 06:54:16 +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.54.114,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.54.114],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:44.421542 3428 services_controller.go:460] Service openshift-insights/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-insights d9b9253d-2d76-4450-b7d6-02f23f81e77a 1935 0 2026-05-18 06:51:45 +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 20d3542f-9543-4161-a8e9-65ad7732453d 0xc007bb24ab }] [] []},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.203.10,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.203.10],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:44.421508 3428 services_controller.go:497] Skipping no-op change for service openshift-image-registry/image-registry for network=default I0518 07:03:44.421589 3428 services_controller.go:386] Finished syncing service image-registry on namespace openshift-image-registry for network=default : 370.085µs I0518 07:03:44.421591 3428 lb_config.go:1030] Cluster endpoints for openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default are: map[] I0518 07:03:44.421593 3428 lb_config.go:1030] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default are: map[] I0518 07:03:44.421602 3428 services_controller.go:382] Processing sync for service openshift-apiserver/check-endpoints for network=default I0518 07:03:44.421556 3428 services_controller.go:460] Service default/kubernetes retrieved from lister for network=default: &Service{ObjectMeta:{kubernetes default 358f091c-6bf6-4150-b88e-7fc7ac4759f0 273 0 2026-05-18 06:50:22 +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{},},} I0518 07:03:44.421604 3428 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.193.203"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0518 07:03:44.421607 3428 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.54.114"}, 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}} I0518 07:03:44.421618 3428 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) I0518 07:03:44.421620 3428 services_controller.go:470] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0518 07:03:44.421629 3428 services_controller.go:471] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:44.421593 3428 lb_config.go:1030] Cluster endpoints for openshift-insights/metrics for network=default are: map[] I0518 07:03:44.421634 3428 lb_config.go:1030] Cluster endpoints for default/kubernetes for network=default are: map[TCP/https:{6443 [172.20.0.1] []}] I0518 07:03:44.421642 3428 services_controller.go:469] Built service openshift-insights/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.203.10"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0518 07:03:44.421650 3428 services_controller.go:469] Built service default/kubernetes LB cluster-wide configs for network=default: []services.lbConfig(nil) I0518 07:03:44.421611 3428 services_controller.go:460] Service openshift-apiserver/check-endpoints retrieved from lister for network=default: &Service{ObjectMeta:{check-endpoints openshift-apiserver b6952f55-10bc-4992-81d8-09bd3c6d94cb 1826 0 2026-05-18 06:51:43 +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 20d3542f-9543-4161-a8e9-65ad7732453d 0xc004fef5e7 }] [] []},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.200.188,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.200.188],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:44.421654 3428 services_controller.go:470] Built service openshift-insights/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0518 07:03:44.421659 3428 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}} I0518 07:03:44.421666 3428 services_controller.go:471] Built service openshift-insights/metrics LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:44.421673 3428 lb_config.go:1030] Cluster endpoints for openshift-apiserver/check-endpoints for network=default are: map[] I0518 07:03:44.421686 3428 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.200.188"}, 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}} I0518 07:03:44.421699 3428 services_controller.go:470] Built service openshift-apiserver/check-endpoints LB per-node configs for network=default: []services.lbConfig(nil) I0518 07:03:44.421706 3428 services_controller.go:471] Built service openshift-apiserver/check-endpoints LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:44.421630 3428 services_controller.go:471] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:44.421717 3428 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.200.188", Port:17698, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:44.421735 3428 services_controller.go:478] Built service openshift-apiserver/check-endpoints per-node LB for network=default: []services.LB{} I0518 07:03:44.421746 3428 services_controller.go:479] Built service openshift-apiserver/check-endpoints template LB for network=default: []services.LB{} I0518 07:03:44.421754 3428 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 I0518 07:03:44.421769 3428 services_controller.go:497] Skipping no-op change for service openshift-apiserver/check-endpoints for network=default I0518 07:03:44.421775 3428 services_controller.go:386] Finished syncing service check-endpoints on namespace openshift-apiserver for network=default : 176.422µs I0518 07:03:44.421782 3428 services_controller.go:382] Processing sync for service openshift-kube-controller-manager-operator/metrics for network=default I0518 07:03:44.421681 3428 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.203.10", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:44.421797 3428 services_controller.go:478] Built service openshift-insights/metrics per-node LB for network=default: []services.LB{} I0518 07:03:44.421805 3428 services_controller.go:479] Built service openshift-insights/metrics template LB for network=default: []services.LB{} I0518 07:03:44.421812 3428 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 I0518 07:03:44.421788 3428 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 6b5f5405-29ce-4511-b3b4-d2876565b5ce 844 0 2026-05-18 06:51:24 +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 20d3542f-9543-4161-a8e9-65ad7732453d 0xc007bb254f }] [] []},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.60.67,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.60.67],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:44.421827 3428 services_controller.go:497] Skipping no-op change for service openshift-insights/metrics for network=default I0518 07:03:44.421832 3428 services_controller.go:386] Finished syncing service metrics on namespace openshift-insights for network=default : 295.723µs I0518 07:03:44.421834 3428 lb_config.go:1030] Cluster endpoints for openshift-kube-controller-manager-operator/metrics for network=default are: map[] I0518 07:03:44.421841 3428 services_controller.go:382] Processing sync for service openshift-network-diagnostics/network-check-source for network=default I0518 07:03:44.421841 3428 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.60.67"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0518 07:03:44.421845 3428 services_controller.go:386] Finished syncing service network-check-source on namespace openshift-network-diagnostics for network=default : 5.923µs I0518 07:03:44.421849 3428 services_controller.go:470] Built service openshift-kube-controller-manager-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0518 07:03:44.421735 3428 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.54.114", Port:8383, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:44.421858 3428 services_controller.go:471] Built service openshift-kube-controller-manager-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:44.421647 3428 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.193.203", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:44.421864 3428 services_controller.go:478] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics per-node LB for network=default: []services.LB{} I0518 07:03:44.421674 3428 services_controller.go:471] Built service default/kubernetes LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:44.421871 3428 services_controller.go:479] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics template LB for network=default: []services.LB{} I0518 07:03:44.421851 3428 services_controller.go:382] Processing sync for service openshift-network-diagnostics/network-check-target for network=default I0518 07:03:44.421879 3428 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 I0518 07:03:44.421907 3428 services_controller.go:477] Built service default/kubernetes cluster-wide LB for network=default: []services.LB{} I0518 07:03:44.421911 3428 services_controller.go:497] Skipping no-op change for service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0518 07:03:44.421919 3428 services_controller.go:386] Finished syncing service csi-snapshot-controller-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 412.66µs I0518 07:03:44.421900 3428 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 b3c22620-8e6b-4a7d-b2cc-ea561735a261 3771 0 2026-05-18 06:52:22 +0000 UTC map[] map[] [{operator.openshift.io/v1 Network cluster 58d6eed3-8eec-4383-a325-4bb95cbbc27d 0xc007bb2a97 0xc007bb2a98}] [] []},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.255.124,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.255.124],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:44.421928 3428 services_controller.go:382] Processing sync for service default/openshift for network=default I0518 07:03:44.421932 3428 services_controller.go:386] Finished syncing service openshift on namespace default for network=default : 4.94µs I0518 07:03:44.421859 3428 services_controller.go:478] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics per-node LB for network=default: []services.LB{} I0518 07:03:44.421938 3428 services_controller.go:382] Processing sync for service openshift-cluster-machine-approver/machine-approver for network=default I0518 07:03:44.421938 3428 lb_config.go:1030] Cluster endpoints for openshift-network-diagnostics/network-check-target for network=default are: map[] I0518 07:03:44.421941 3428 services_controller.go:479] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics template LB for network=default: []services.LB{} I0518 07:03:44.421943 3428 services_controller.go:386] Finished syncing service machine-approver on namespace openshift-cluster-machine-approver for network=default : 4.525µs I0518 07:03:44.421946 3428 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.255.124"}, 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}} I0518 07:03:44.421949 3428 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 I0518 07:03:44.421956 3428 services_controller.go:470] Built service openshift-network-diagnostics/network-check-target LB per-node configs for network=default: []services.lbConfig(nil) I0518 07:03:44.421963 3428 services_controller.go:471] Built service openshift-network-diagnostics/network-check-target LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:44.421874 3428 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.60.67", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:44.421964 3428 duration.go:449] Config duration recorder: kind/namespace/name service/openshift-cluster-machine-approver/machine-approver. OVN-Kubernetes controller took 0.001234383 seconds. No OVN measurement. I0518 07:03:44.421950 3428 services_controller.go:382] Processing sync for service openshift-config-operator/metrics for network=default I0518 07:03:44.421978 3428 services_controller.go:478] Built service openshift-kube-controller-manager-operator/metrics per-node LB for network=default: []services.LB{} I0518 07:03:44.421973 3428 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.255.124", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:44.421989 3428 services_controller.go:479] Built service openshift-kube-controller-manager-operator/metrics template LB for network=default: []services.LB{} I0518 07:03:44.421995 3428 services_controller.go:478] Built service openshift-network-diagnostics/network-check-target per-node LB for network=default: []services.LB{} I0518 07:03:44.422001 3428 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 I0518 07:03:44.422003 3428 services_controller.go:479] Built service openshift-network-diagnostics/network-check-target template LB for network=default: []services.LB{} I0518 07:03:44.422011 3428 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 I0518 07:03:44.422023 3428 services_controller.go:497] Skipping no-op change for service openshift-kube-controller-manager-operator/metrics for network=default I0518 07:03:44.422026 3428 services_controller.go:497] Skipping no-op change for service openshift-network-diagnostics/network-check-target for network=default I0518 07:03:44.422033 3428 services_controller.go:386] Finished syncing service metrics on namespace openshift-kube-controller-manager-operator for network=default : 249.49µs I0518 07:03:44.422035 3428 services_controller.go:386] Finished syncing service network-check-target on namespace openshift-network-diagnostics for network=default : 183.02µs I0518 07:03:44.422043 3428 services_controller.go:382] Processing sync for service openshift-console-operator/metrics for network=default I0518 07:03:44.422048 3428 services_controller.go:382] Processing sync for service openshift-dns/dns-default for network=default I0518 07:03:44.422054 3428 services_controller.go:460] Service openshift-dns/dns-default retrieved from lister for network=default: &Service{ObjectMeta:{dns-default openshift-dns dbfeea69-8835-42d6-b2a4-75efb9596dac 1684 0 2026-05-18 06:51:41 +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 4385e45a-ac5d-4753-a7e9-dad269d7c5a2 0xc004feff87 }] [] []},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{},},} I0518 07:03:44.422049 3428 services_controller.go:460] Service openshift-console-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-console-operator 604d372d-c659-4a09-8444-c56c2dc8a548 1951 0 2026-05-18 06:51:45 +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 20d3542f-9543-4161-a8e9-65ad7732453d 0xc004fefce7 }] [] []},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.169.210,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.169.210],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:44.421921 3428 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-2-232.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-2-232.ec2.internal"}, Routers:[]string{"GR_ip-10-0-2-232.ec2.internal"}, Groups:[]string(nil)}} I0518 07:03:44.422106 3428 lb_config.go:1030] Cluster endpoints for openshift-dns/dns-default for network=default are: map[] I0518 07:03:44.422107 3428 lb_config.go:1030] Cluster endpoints for openshift-console-operator/metrics for network=default are: map[] I0518 07:03:44.422117 3428 services_controller.go:469] Built service openshift-dns/dns-default LB cluster-wide configs for network=default: []services.lbConfig(nil) I0518 07:03:44.422118 3428 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.169.210"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0518 07:03:44.422127 3428 services_controller.go:470] Built service openshift-console-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0518 07:03:44.422124 3428 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}} I0518 07:03:44.422133 3428 services_controller.go:471] Built service openshift-console-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:44.422137 3428 services_controller.go:471] Built service openshift-dns/dns-default LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:44.422143 3428 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.169.210", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:44.422158 3428 services_controller.go:477] Built service openshift-dns/dns-default cluster-wide LB for network=default: []services.LB{} I0518 07:03:44.422162 3428 services_controller.go:478] Built service openshift-console-operator/metrics per-node LB for network=default: []services.LB{} I0518 07:03:44.422170 3428 services_controller.go:479] Built service openshift-console-operator/metrics template LB for network=default: []services.LB{} I0518 07:03:44.422178 3428 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 I0518 07:03:44.422200 3428 services_controller.go:497] Skipping no-op change for service openshift-console-operator/metrics for network=default I0518 07:03:44.422207 3428 services_controller.go:386] Finished syncing service metrics on namespace openshift-console-operator for network=default : 163.98µs I0518 07:03:44.422168 3428 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-2-232.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-2-232.ec2.internal"}, Routers:[]string{"GR_ip-10-0-2-232.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-dns/dns-default_UDP_node_router+switch_ip-10-0-2-232.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-2-232.ec2.internal"}, Routers:[]string{"GR_ip-10-0-2-232.ec2.internal"}, Groups:[]string(nil)}} I0518 07:03:44.422215 3428 services_controller.go:382] Processing sync for service openshift-machine-config-operator/machine-config-controller for network=default I0518 07:03:44.422216 3428 services_controller.go:479] Built service openshift-dns/dns-default template LB for network=default: []services.LB{} I0518 07:03:44.421982 3428 services_controller.go:460] Service openshift-config-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-config-operator 0e63d5be-416c-4fd0-8b86-4e78459d9357 1700 0 2026-05-18 06:51:41 +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 20d3542f-9543-4161-a8e9-65ad7732453d 0xc004fefc27 }] [] []},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.198.21,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.198.21],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:44.422227 3428 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 I0518 07:03:44.422235 3428 lb_config.go:1030] Cluster endpoints for openshift-config-operator/metrics for network=default are: map[] I0518 07:03:44.422243 3428 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.198.21"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0518 07:03:44.422248 3428 services_controller.go:497] Skipping no-op change for service openshift-dns/dns-default for network=default I0518 07:03:44.422221 3428 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 39416ecb-abb0-4789-add2-672a3461ae8a 854 0 2026-05-18 06:51:24 +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 20d3542f-9543-4161-a8e9-65ad7732453d 0xc007bb268b }] [] []},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.58.230,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.58.230],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:44.422252 3428 services_controller.go:470] Built service openshift-config-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0518 07:03:44.422252 3428 services_controller.go:386] Finished syncing service dns-default on namespace openshift-dns for network=default : 206.118µs I0518 07:03:44.422257 3428 services_controller.go:471] Built service openshift-config-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:44.422261 3428 services_controller.go:382] Processing sync for service openshift-cloud-credential-operator/cco-metrics for network=default I0518 07:03:44.422263 3428 lb_config.go:1030] Cluster endpoints for openshift-machine-config-operator/machine-config-controller for network=default are: map[] I0518 07:03:44.422271 3428 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.58.230"}, 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}} I0518 07:03:44.422268 3428 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.198.21", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:44.422279 3428 services_controller.go:470] Built service openshift-machine-config-operator/machine-config-controller LB per-node configs for network=default: []services.lbConfig(nil) I0518 07:03:44.422284 3428 services_controller.go:478] Built service openshift-config-operator/metrics per-node LB for network=default: []services.LB{} I0518 07:03:44.422285 3428 services_controller.go:471] Built service openshift-machine-config-operator/machine-config-controller LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:44.422291 3428 services_controller.go:479] Built service openshift-config-operator/metrics template LB for network=default: []services.LB{} I0518 07:03:44.422106 3428 services_controller.go:479] Built service default/kubernetes template LB for network=default: []services.LB{} I0518 07:03:44.422303 3428 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 I0518 07:03:44.422297 3428 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.58.230", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:44.422267 3428 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 32ca9b9a-6193-4543-9518-a928818508d9 1166 0 2026-05-18 06:51:32 +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 20d3542f-9543-4161-a8e9-65ad7732453d 0xc004fef73b }] [] []},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.1.222,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.1.222],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:44.422308 3428 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 I0518 07:03:44.422313 3428 services_controller.go:478] Built service openshift-machine-config-operator/machine-config-controller per-node LB for network=default: []services.LB{} I0518 07:03:44.422320 3428 services_controller.go:479] Built service openshift-machine-config-operator/machine-config-controller template LB for network=default: []services.LB{} I0518 07:03:44.422320 3428 services_controller.go:497] Skipping no-op change for service openshift-config-operator/metrics for network=default I0518 07:03:44.422325 3428 services_controller.go:386] Finished syncing service metrics on namespace openshift-config-operator for network=default : 375.274µs I0518 07:03:44.422326 3428 lb_config.go:1030] Cluster endpoints for openshift-cloud-credential-operator/cco-metrics for network=default are: map[] I0518 07:03:44.422326 3428 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 I0518 07:03:44.422334 3428 services_controller.go:382] Processing sync for service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0518 07:03:44.422338 3428 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.1.222"}, 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}} I0518 07:03:44.422343 3428 services_controller.go:497] Skipping no-op change for service openshift-machine-config-operator/machine-config-controller for network=default I0518 07:03:44.422353 3428 services_controller.go:386] Finished syncing service machine-config-controller on namespace openshift-machine-config-operator for network=default : 138.637µs I0518 07:03:44.422353 3428 services_controller.go:470] Built service openshift-cloud-credential-operator/cco-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0518 07:03:44.422360 3428 services_controller.go:382] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0518 07:03:44.422360 3428 services_controller.go:471] Built service openshift-cloud-credential-operator/cco-metrics LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:44.422341 3428 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 cd637122-699d-4163-97f1-a77f198a4a07 1482 0 2026-05-18 06:51:40 +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 20d3542f-9543-4161-a8e9-65ad7732453d 0xc004fef92f }] [] []},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.224.87,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.224.87],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:44.421967 3428 services_controller.go:497] Skipping no-op change for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0518 07:03:44.422366 3428 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 b6e290d8-2261-4cf8-8e9e-559ea68cdc01 6482 0 2026-05-18 06:54:16 +0000 UTC map[olm.managed:true olm.service-spec-hash:8H7arFYfeqTDwtur5ZzpDGCqSKpg30XG9PXH2W] map[] [{operators.coreos.com/v1alpha1 CatalogSource deployment-validation-operator-catalog 8680cb47-1ce9-4d88-9b40-fe2ba74c3325 0xc004fefd7d 0xc004fefd7e}] [] []},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.245.235,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.245.235],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:44.422394 3428 services_controller.go:386] Finished syncing service deployment-validation-operator-metrics on namespace openshift-deployment-validation-operator for network=default : 871.489µs I0518 07:03:44.422397 3428 lb_config.go:1030] Cluster endpoints for openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default are: map[] I0518 07:03:44.422412 3428 services_controller.go:382] Processing sync for service openshift-dns-operator/metrics for network=default I0518 07:03:44.422334 3428 services_controller.go:497] Skipping no-op change for service default/kubernetes for network=default I0518 07:03:44.422420 3428 services_controller.go:386] Finished syncing service kubernetes on namespace default for network=default : 869.168µs I0518 07:03:44.422372 3428 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.1.222", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:44.422431 3428 services_controller.go:382] Processing sync for service openshift-ingress-operator/metrics for network=default I0518 07:03:44.422432 3428 services_controller.go:478] Built service openshift-cloud-credential-operator/cco-metrics per-node LB for network=default: []services.LB{} I0518 07:03:44.422440 3428 services_controller.go:479] Built service openshift-cloud-credential-operator/cco-metrics template LB for network=default: []services.LB{} I0518 07:03:44.422446 3428 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 I0518 07:03:44.422420 3428 services_controller.go:460] Service openshift-dns-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-dns-operator 7732cb4e-bc2b-42a6-bcc6-02b1f6170ab6 1097 0 2026-05-18 06:51:30 +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 20d3542f-9543-4161-a8e9-65ad7732453d 0xc004fefe9f }] [] []},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.202.27,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.202.27],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:44.422461 3428 services_controller.go:497] Skipping no-op change for service openshift-cloud-credential-operator/cco-metrics for network=default I0518 07:03:44.422465 3428 services_controller.go:386] Finished syncing service cco-metrics on namespace openshift-cloud-credential-operator for network=default : 204.364µs I0518 07:03:44.422470 3428 lb_config.go:1030] Cluster endpoints for openshift-dns-operator/metrics for network=default are: map[] I0518 07:03:44.422473 3428 services_controller.go:382] Processing sync for service openshift-machine-config-operator/machine-config-daemon for network=default I0518 07:03:44.422480 3428 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.202.27"}, 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}} I0518 07:03:44.422493 3428 services_controller.go:470] Built service openshift-dns-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0518 07:03:44.422499 3428 services_controller.go:471] Built service openshift-dns-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:44.422413 3428 lb_config.go:1030] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default are: map[] I0518 07:03:44.422510 3428 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.202.27", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:44.422483 3428 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 86a4367b-2daa-43f3-a6e2-594e1367a624 909 0 2026-05-18 06:51:25 +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 20d3542f-9543-4161-a8e9-65ad7732453d 0xc007bb2757 }] [] []},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.248.71,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.248.71],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:44.422519 3428 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.245.235"}, 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}} I0518 07:03:44.422527 3428 services_controller.go:478] Built service openshift-dns-operator/metrics per-node LB for network=default: []services.LB{} I0518 07:03:44.422534 3428 services_controller.go:470] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB per-node configs for network=default: []services.lbConfig(nil) I0518 07:03:44.422417 3428 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.224.87"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0518 07:03:44.422538 3428 services_controller.go:479] Built service openshift-dns-operator/metrics template LB for network=default: []services.LB{} I0518 07:03:44.422544 3428 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) I0518 07:03:44.422536 3428 lb_config.go:1030] Cluster endpoints for openshift-machine-config-operator/machine-config-daemon for network=default are: map[] I0518 07:03:44.422547 3428 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 I0518 07:03:44.422551 3428 services_controller.go:471] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:44.422555 3428 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.248.71"}, 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.248.71"}, 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}} I0518 07:03:44.422564 3428 services_controller.go:497] Skipping no-op change for service openshift-dns-operator/metrics for network=default I0518 07:03:44.422564 3428 services_controller.go:470] Built service openshift-machine-config-operator/machine-config-daemon LB per-node configs for network=default: []services.lbConfig(nil) I0518 07:03:44.422568 3428 services_controller.go:386] Finished syncing service metrics on namespace openshift-dns-operator for network=default : 157.136µs I0518 07:03:44.422570 3428 services_controller.go:471] Built service openshift-machine-config-operator/machine-config-daemon LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:44.422561 3428 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.224.87", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:44.422575 3428 services_controller.go:382] Processing sync for service default/packageserver for network=default I0518 07:03:44.422578 3428 services_controller.go:478] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service per-node LB for network=default: []services.LB{} I0518 07:03:44.422586 3428 services_controller.go:479] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service template LB for network=default: []services.LB{} I0518 07:03:44.422592 3428 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 I0518 07:03:44.422582 3428 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.248.71", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.248.71", Port:8798, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:44.422438 3428 services_controller.go:460] Service openshift-ingress-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-ingress-operator 2448835f-a589-4763-abcb-f7d9aa2265fa 1466 0 2026-05-18 06:51:39 +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 20d3542f-9543-4161-a8e9-65ad7732453d 0xc007bb21f7 }] [] []},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.54.249,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.54.249],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:44.422606 3428 services_controller.go:497] Skipping no-op change for service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0518 07:03:44.422607 3428 services_controller.go:478] Built service openshift-machine-config-operator/machine-config-daemon per-node LB for network=default: []services.LB{} I0518 07:03:44.422581 3428 services_controller.go:460] Service default/packageserver retrieved from lister for network=default: &Service{ObjectMeta:{packageserver default 146e85d6-ec0f-439c-89ea-872682d6642b 1783 0 2026-05-18 06:51:43 +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.234.211,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.234.211],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:44.422619 3428 services_controller.go:479] Built service openshift-machine-config-operator/machine-config-daemon template LB for network=default: []services.LB{} I0518 07:03:44.422619 3428 lb_config.go:1030] Cluster endpoints for openshift-ingress-operator/metrics for network=default are: map[] I0518 07:03:44.422627 3428 lb_config.go:1030] Cluster endpoints for default/packageserver for network=default are: map[TCP/https:{443 [172.30.3.190] []}] I0518 07:03:44.422631 3428 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 I0518 07:03:44.422637 3428 services_controller.go:469] Built service default/packageserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0518 07:03:44.422633 3428 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.54.249"}, 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}} I0518 07:03:44.422643 3428 services_controller.go:470] Built service default/packageserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.234.211"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.3.190"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0518 07:03:44.422648 3428 services_controller.go:470] Built service openshift-ingress-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0518 07:03:44.422653 3428 services_controller.go:497] Skipping no-op change for service openshift-machine-config-operator/machine-config-daemon for network=default I0518 07:03:44.422545 3428 services_controller.go:471] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:44.422658 3428 services_controller.go:471] Built service openshift-ingress-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:44.422661 3428 services_controller.go:386] Finished syncing service machine-config-daemon on namespace openshift-machine-config-operator for network=default : 186.532µs I0518 07:03:44.422654 3428 services_controller.go:471] Built service default/packageserver LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:44.422671 3428 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.245.235", Port:50051, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:44.422688 3428 services_controller.go:478] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog per-node LB for network=default: []services.LB{} I0518 07:03:44.422676 3428 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.54.249", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:44.422691 3428 services_controller.go:477] Built service default/packageserver cluster-wide LB for network=default: []services.LB{} I0518 07:03:44.422694 3428 services_controller.go:479] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog template LB for network=default: []services.LB{} I0518 07:03:44.422702 3428 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 I0518 07:03:44.422703 3428 services_controller.go:478] Built service openshift-ingress-operator/metrics per-node LB for network=default: []services.LB{} I0518 07:03:44.422715 3428 services_controller.go:479] Built service openshift-ingress-operator/metrics template LB for network=default: []services.LB{} I0518 07:03:44.422703 3428 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-2-232.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.234.211", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.3.190", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-2-232.ec2.internal"}, Routers:[]string{"GR_ip-10-0-2-232.ec2.internal"}, Groups:[]string(nil)}} I0518 07:03:44.422721 3428 services_controller.go:497] Skipping no-op change for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0518 07:03:44.422726 3428 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 I0518 07:03:44.422728 3428 services_controller.go:386] Finished syncing service deployment-validation-operator-catalog on namespace openshift-deployment-validation-operator for network=default : 367.987µs I0518 07:03:44.422611 3428 services_controller.go:386] Finished syncing service performance-addon-operator-service on namespace openshift-cluster-node-tuning-operator for network=default : 276.855µs I0518 07:03:44.422731 3428 services_controller.go:479] Built service default/packageserver template LB for network=default: []services.LB{} I0518 07:03:44.422745 3428 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 I0518 07:03:44.422782 3428 services_controller.go:497] Skipping no-op change for service default/packageserver for network=default I0518 07:03:44.422789 3428 services_controller.go:386] Finished syncing service packageserver on namespace default for network=default : 213.564µs I0518 07:03:44.422748 3428 services_controller.go:497] Skipping no-op change for service openshift-ingress-operator/metrics for network=default I0518 07:03:44.422797 3428 services_controller.go:386] Finished syncing service metrics on namespace openshift-ingress-operator for network=default : 367.727µs I0518 07:03:44.635502 3428 ovs.go:160] Exec(43): /usr/bin/ovs-appctl --timeout=15 -t /var/run/ovn/ovn-controller.2938.ctl connection-status I0518 07:03:44.639725 3428 ovs.go:163] Exec(43): stdout: "connected\n" I0518 07:03:44.639742 3428 ovs.go:164] Exec(43): stderr: "" I0518 07:03:44.639750 3428 default_node_network_controller.go:523] Node connection status = connected I0518 07:03:44.639759 3428 ovs.go:160] Exec(44): /usr/bin/ovs-vsctl --timeout=15 -- br-exists br-int I0518 07:03:44.645041 3428 ovs.go:163] Exec(44): stdout: "" I0518 07:03:44.645055 3428 ovs.go:164] Exec(44): stderr: "" I0518 07:03:44.645067 3428 ovs.go:160] Exec(45): /usr/bin/ovs-ofctl dump-aggregate br-int I0518 07:03:44.649747 3428 ovs.go:163] Exec(45): stdout: "NXST_AGGREGATE reply (xid=0x4): packet_count=1 byte_count=46 flow_count=1423\n" I0518 07:03:44.649766 3428 ovs.go:164] Exec(45): stderr: "" I0518 07:03:44.649781 3428 ovs.go:160] Exec(46): /usr/bin/ovs-vsctl --timeout=15 --if-exists get interface patch-br-ex_ip-10-0-2-232.ec2.internal-to-br-int ofport I0518 07:03:44.654654 3428 ovs.go:163] Exec(46): stdout: "2\n" I0518 07:03:44.654668 3428 ovs.go:164] Exec(46): stderr: "" I0518 07:03:44.654676 3428 gateway.go:459] Gateway is ready I0518 07:03:44.654687 3428 gateway_shared_intf.go:2467] Creating Gateway Openflow Manager I0518 07:03:44.654699 3428 ovs.go:160] Exec(47): /usr/bin/ovs-vsctl --timeout=15 get Interface patch-br-ex_ip-10-0-2-232.ec2.internal-to-br-int ofport I0518 07:03:44.659458 3428 ovs.go:163] Exec(47): stdout: "2\n" I0518 07:03:44.659472 3428 ovs.go:164] Exec(47): stderr: "" I0518 07:03:44.659483 3428 ovs.go:160] Exec(48): /usr/bin/ovs-vsctl --timeout=15 get interface ens5 ofport I0518 07:03:44.664092 3428 ovs.go:163] Exec(48): stdout: "1\n" I0518 07:03:44.664106 3428 ovs.go:164] Exec(48): stderr: "" I0518 07:03:44.664605 3428 node_ip_handler_linux.go:493] Skipping non-useable IP address for host: 127.0.0.1/8 lo I0518 07:03:44.664732 3428 node_ip_handler_linux.go:262] Node primary address changed to 10.0.2.232. Updating OVN encap IP. I0518 07:03:44.664747 3428 ovs.go:160] Exec(49): /usr/bin/ovs-vsctl --timeout=15 get Open_vSwitch . external_ids:ovn-encap-ip I0518 07:03:44.669060 3428 ovs.go:163] Exec(49): stdout: "\"10.0.2.232\"\n" I0518 07:03:44.669075 3428 ovs.go:164] Exec(49): stderr: "" I0518 07:03:44.669084 3428 node_ip_handler_linux.go:560] Will not update encap IP 10.0.2.232 - it is already configured I0518 07:03:44.669094 3428 node_ip_handler_linux.go:503] Node address changed to map[10.0.2.232/24:{} 172.20.0.1/32:{}]. Updating annotations. I0518 07:03:44.669329 3428 kube.go:133] Setting annotations map[k8s.ovn.org/host-cidrs:["10.0.2.232/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-2-232.ec2.internal","mac-address":"0e:57:40:b5:16:ab","ip-addresses":["10.0.2.232/24"],"ip-address":"10.0.2.232/24","next-hops":["10.0.2.1"],"next-hop":"10.0.2.1","node-port-enable":"true","vlan-id":"0"}} k8s.ovn.org/node-chassis-id:5017e823-fd35-48ea-8619-1d97683ace18 k8s.ovn.org/node-primary-ifaddr:{"ipv4":"10.0.2.232/24"}] on node ip-10-0-2-232.ec2.internal I0518 07:03:44.686043 3428 obj_retry.go:565] Update event received for resource *v1.Node, old object is equal to new: false I0518 07:03:44.686067 3428 obj_retry.go:617] Update event received for *v1.Node ip-10-0-2-232.ec2.internal I0518 07:03:44.686088 3428 master.go:531] Adding or Updating local node "ip-10-0-2-232.ec2.internal" for network "default" I0518 07:03:44.686129 3428 node_tracker.go:211] Processing possible switch / router updates for node ip-10-0-2-232.ec2.internal in network "default" I0518 07:03:44.686203 3428 admin_network_policy_controller.go:583] Updating Node in Admin Network Policy controller ip-10-0-2-232.ec2.internal: nodeLabels beta.kubernetes.io/arch=amd64,beta.kubernetes.io/instance-type=m5.2xlarge,beta.kubernetes.io/os=linux,failure-domain.beta.kubernetes.io/region=us-east-1,failure-domain.beta.kubernetes.io/zone=us-east-1a,hypershift.openshift.io/managed=true,hypershift.openshift.io/nodePool=kx-62e28e5166-workers-2,hypershift.openshift.io/nodepool-globalps-enabled=true,kubernetes.io/arch=amd64,kubernetes.io/hostname=ip-10-0-2-232.ec2.internal,kubernetes.io/os=linux,node-role.kubernetes.io/worker=,node.kubernetes.io/instance-type=m5.2xlarge,node.openshift.io/os_id=rhel,topology.ebs.csi.aws.com/zone=us-east-1a,topology.k8s.aws/zone-id=use1-az6,topology.kubernetes.io/region=us-east-1,topology.kubernetes.io/zone=us-east-1a, isHostCIDRsAltered?: true I0518 07:03:44.686250 3428 admin_network_policy_node.go:55] Processing sync for Node ip-10-0-2-232.ec2.internal in Admin Network Policy controller I0518 07:03:44.686265 3428 admin_network_policy_node.go:58] Finished syncing Node ip-10-0-2-232.ec2.internal Admin Network Policy controller: took 14.152µs I0518 07:03:44.686269 3428 node_tracker.go:172] Node ip-10-0-2-232.ec2.internal switch + router changed, syncing services in network "default" I0518 07:03:44.686297 3428 services_controller.go:575] Full service sync requested for network=default I0518 07:03:44.686281 3428 model_client.go:383] Update operations generated as: [{Op:update Table:Logical_Router Row:map[copp:{GoSet:[{GoUUID:62e917d9-38e6-4139-8c50-ac9662a03c3f}]} external_ids:{GoMap:map[physical_ip:10.0.2.232 physical_ips:10.0.2.232]} load_balancer_group:{GoSet:[{GoUUID:4ca90251-2d38-4486-ba63-bda06c79a475} {GoUUID:8c56efc0-e25d-468d-8872-e6f039e4368c}]} options:{GoMap:map[always_learn_from_arp_request:false chassis:5017e823-fd35-48ea-8619-1d97683ace18 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 == {71004f92-efd5-4a59-b9ab-2204fecc6bf3}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:44.686332 3428 transact.go:43] Configuring OVN: [{Op:update Table:Logical_Router Row:map[copp:{GoSet:[{GoUUID:62e917d9-38e6-4139-8c50-ac9662a03c3f}]} external_ids:{GoMap:map[physical_ip:10.0.2.232 physical_ips:10.0.2.232]} load_balancer_group:{GoSet:[{GoUUID:4ca90251-2d38-4486-ba63-bda06c79a475} {GoUUID:8c56efc0-e25d-468d-8872-e6f039e4368c}]} options:{GoMap:map[always_learn_from_arp_request:false chassis:5017e823-fd35-48ea-8619-1d97683ace18 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 == {71004f92-efd5-4a59-b9ab-2204fecc6bf3}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:44.686396 3428 gateway_shared_intf.go:2754] Setting OVN Masquerade route with source: 10.0.2.232 I0518 07:03:44.686319 3428 services_controller.go:640] Adding service default/openshift for network=default I0518 07:03:44.686177 3428 egressservice_zone_node.go:110] Processing sync for Egress Service node ip-10-0-2-232.ec2.internal I0518 07:03:44.686518 3428 route_manager.go:161] Route Manager: added route {Ifindex: 5 Dst: 169.254.0.1/32 Src: 10.0.2.232 Gw: Flags: [] Table: 254 Realm: 0} I0518 07:03:44.686546 3428 services_controller.go:382] Processing sync for service default/openshift for network=default I0518 07:03:44.686546 3428 egressservice_zone_node.go:113] Finished syncing Egress Service node ip-10-0-2-232.ec2.internal: 371.159µs I0518 07:03:44.686536 3428 services_controller.go:640] Adding service openshift-apiserver/check-endpoints for network=default I0518 07:03:44.686559 3428 services_controller.go:386] Finished syncing service openshift on namespace default for network=default : 14.514µs I0518 07:03:44.686556 3428 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-2-232.ec2.internal I0518 07:03:44.686574 3428 services_controller.go:382] Processing sync for service openshift-apiserver/check-endpoints for network=default I0518 07:03:44.686575 3428 services_controller.go:640] Adding service openshift-kube-controller-manager-operator/metrics for network=default I0518 07:03:44.686679 3428 services_controller.go:640] Adding service openshift-network-diagnostics/network-check-source for network=default I0518 07:03:44.686690 3428 services_controller.go:640] Adding service openshift-network-diagnostics/network-check-target for network=default I0518 07:03:44.686697 3428 services_controller.go:640] Adding service openshift-cloud-credential-operator/cco-metrics for network=default I0518 07:03:44.686706 3428 services_controller.go:640] Adding service openshift-cluster-machine-approver/machine-approver for network=default I0518 07:03:44.686714 3428 services_controller.go:640] Adding service openshift-config-operator/metrics for network=default I0518 07:03:44.686721 3428 services_controller.go:640] Adding service openshift-console-operator/metrics for network=default I0518 07:03:44.686733 3428 services_controller.go:382] Processing sync for service openshift-network-diagnostics/network-check-source for network=default I0518 07:03:44.686582 3428 services_controller.go:460] Service openshift-apiserver/check-endpoints retrieved from lister for network=default: &Service{ObjectMeta:{check-endpoints openshift-apiserver b6952f55-10bc-4992-81d8-09bd3c6d94cb 1826 0 2026-05-18 06:51:43 +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 20d3542f-9543-4161-a8e9-65ad7732453d 0xc004fef5e7 }] [] []},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.200.188,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.200.188],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:44.686757 3428 services_controller.go:382] Processing sync for service openshift-cloud-credential-operator/cco-metrics for network=default I0518 07:03:44.686796 3428 lb_config.go:1030] Cluster endpoints for openshift-apiserver/check-endpoints for network=default are: map[] I0518 07:03:44.686733 3428 services_controller.go:382] Processing sync for service openshift-kube-controller-manager-operator/metrics for network=default I0518 07:03:44.686815 3428 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.200.188"}, 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}} I0518 07:03:44.686768 3428 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 32ca9b9a-6193-4543-9518-a928818508d9 1166 0 2026-05-18 06:51:32 +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 20d3542f-9543-4161-a8e9-65ad7732453d 0xc004fef73b }] [] []},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.1.222,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.1.222],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:44.686845 3428 services_controller.go:470] Built service openshift-apiserver/check-endpoints LB per-node configs for network=default: []services.lbConfig(nil) I0518 07:03:44.686859 3428 services_controller.go:471] Built service openshift-apiserver/check-endpoints LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:44.686861 3428 lb_config.go:1030] Cluster endpoints for openshift-cloud-credential-operator/cco-metrics for network=default are: map[] I0518 07:03:44.686873 3428 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.1.222"}, 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}} I0518 07:03:44.686902 3428 services_controller.go:470] Built service openshift-cloud-credential-operator/cco-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0518 07:03:44.686913 3428 services_controller.go:471] Built service openshift-cloud-credential-operator/cco-metrics LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:44.686880 3428 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.200.188", Port:17698, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:44.686934 3428 services_controller.go:478] Built service openshift-apiserver/check-endpoints per-node LB for network=default: []services.LB{} I0518 07:03:44.686745 3428 services_controller.go:640] Adding service openshift-dns/dns-default for network=default I0518 07:03:44.686929 3428 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.1.222", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:44.686952 3428 services_controller.go:479] Built service openshift-apiserver/check-endpoints template LB for network=default: []services.LB{} I0518 07:03:44.686958 3428 services_controller.go:640] Adding service openshift-machine-config-operator/machine-config-controller for network=default I0518 07:03:44.686959 3428 services_controller.go:478] Built service openshift-cloud-credential-operator/cco-metrics per-node LB for network=default: []services.LB{} I0518 07:03:44.686964 3428 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 I0518 07:03:44.686843 3428 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 6b5f5405-29ce-4511-b3b4-d2876565b5ce 844 0 2026-05-18 06:51:24 +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 20d3542f-9543-4161-a8e9-65ad7732453d 0xc007bb254f }] [] []},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.60.67,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.60.67],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:44.686970 3428 services_controller.go:479] Built service openshift-cloud-credential-operator/cco-metrics template LB for network=default: []services.LB{} I0518 07:03:44.686985 3428 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 I0518 07:03:44.686991 3428 services_controller.go:497] Skipping no-op change for service openshift-apiserver/check-endpoints for network=default I0518 07:03:44.686998 3428 services_controller.go:386] Finished syncing service check-endpoints on namespace openshift-apiserver for network=default : 424.292µs I0518 07:03:44.687000 3428 lb_config.go:1030] Cluster endpoints for openshift-kube-controller-manager-operator/metrics for network=default are: map[] I0518 07:03:44.687007 3428 services_controller.go:497] Skipping no-op change for service openshift-cloud-credential-operator/cco-metrics for network=default I0518 07:03:44.687012 3428 services_controller.go:382] Processing sync for service openshift-cluster-machine-approver/machine-approver for network=default I0518 07:03:44.687014 3428 services_controller.go:386] Finished syncing service cco-metrics on namespace openshift-cloud-credential-operator for network=default : 257.841µs I0518 07:03:44.687020 3428 services_controller.go:386] Finished syncing service machine-approver on namespace openshift-cluster-machine-approver for network=default : 8.186µs I0518 07:03:44.687028 3428 services_controller.go:382] Processing sync for service openshift-config-operator/metrics for network=default I0518 07:03:44.687036 3428 services_controller.go:382] Processing sync for service openshift-console-operator/metrics for network=default I0518 07:03:44.686753 3428 services_controller.go:382] Processing sync for service openshift-network-diagnostics/network-check-target for network=default I0518 07:03:44.687039 3428 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.60.67"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0518 07:03:44.687062 3428 services_controller.go:470] Built service openshift-kube-controller-manager-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0518 07:03:44.687073 3428 services_controller.go:471] Built service openshift-kube-controller-manager-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:44.686967 3428 services_controller.go:640] Adding service default/packageserver for network=default I0518 07:03:44.687040 3428 services_controller.go:460] Service openshift-config-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-config-operator 0e63d5be-416c-4fd0-8b86-4e78459d9357 1700 0 2026-05-18 06:51:41 +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 20d3542f-9543-4161-a8e9-65ad7732453d 0xc004fefc27 }] [] []},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.198.21,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.198.21],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:44.687104 3428 services_controller.go:640] Adding service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0518 07:03:44.687109 3428 duration.go:449] Config duration recorder: kind/namespace/name service/openshift-cluster-machine-approver/machine-approver. OVN-Kubernetes controller took 0.000323848 seconds. No OVN measurement. I0518 07:03:44.687115 3428 lb_config.go:1030] Cluster endpoints for openshift-config-operator/metrics for network=default are: map[] I0518 07:03:44.687120 3428 services_controller.go:640] Adding service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0518 07:03:44.687096 3428 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-2-232.ec2.internal]} port_security:{GoSet:[]} tag_request:{GoSet:[]} type:router] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {95a361e2-267b-4f07-b20b-92d503769d3f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:44.687128 3428 services_controller.go:640] Adding service openshift-dns-operator/metrics for network=default I0518 07:03:44.687146 3428 services_controller.go:640] Adding service openshift-ingress-operator/metrics for network=default I0518 07:03:44.687124 3428 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.60.67", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:44.687157 3428 services_controller.go:640] Adding service openshift-machine-config-operator/machine-config-daemon for network=default I0518 07:03:44.687166 3428 services_controller.go:640] Adding service default/openshift-apiserver for network=default I0518 07:03:44.687166 3428 services_controller.go:478] Built service openshift-kube-controller-manager-operator/metrics per-node LB for network=default: []services.LB{} I0518 07:03:44.687173 3428 services_controller.go:640] Adding service openshift-apiserver-operator/metrics for network=default I0518 07:03:44.687179 3428 services_controller.go:479] Built service openshift-kube-controller-manager-operator/metrics template LB for network=default: []services.LB{} I0518 07:03:44.687181 3428 services_controller.go:640] Adding service openshift-cluster-samples-operator/metrics for network=default I0518 07:03:44.687044 3428 services_controller.go:460] Service openshift-console-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-console-operator 604d372d-c659-4a09-8444-c56c2dc8a548 1951 0 2026-05-18 06:51:45 +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 20d3542f-9543-4161-a8e9-65ad7732453d 0xc004fefce7 }] [] []},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.169.210,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.169.210],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:44.687063 3428 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 b3c22620-8e6b-4a7d-b2cc-ea561735a261 3771 0 2026-05-18 06:52:22 +0000 UTC map[] map[] [{operator.openshift.io/v1 Network cluster 58d6eed3-8eec-4383-a325-4bb95cbbc27d 0xc007bb2a97 0xc007bb2a98}] [] []},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.255.124,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.255.124],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:44.687216 3428 lb_config.go:1030] Cluster endpoints for openshift-console-operator/metrics for network=default are: map[] I0518 07:03:44.687230 3428 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.169.210"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0518 07:03:44.687237 3428 lb_config.go:1030] Cluster endpoints for openshift-network-diagnostics/network-check-target for network=default are: map[] I0518 07:03:44.687127 3428 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.198.21"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0518 07:03:44.687248 3428 services_controller.go:470] Built service openshift-config-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0518 07:03:44.687255 3428 services_controller.go:471] Built service openshift-config-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:44.687251 3428 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.255.124"}, 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}} I0518 07:03:44.687158 3428 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:95a361e2-267b-4f07-b20b-92d503769d3f}]}}] Timeout: Where:[where column _uuid == {2e63dd97-ac4a-434c-8c57-1f8f9efadbac}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:44.687266 3428 services_controller.go:470] Built service openshift-network-diagnostics/network-check-target LB per-node configs for network=default: []services.lbConfig(nil) I0518 07:03:44.687276 3428 services_controller.go:471] Built service openshift-network-diagnostics/network-check-target LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:44.687272 3428 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.198.21", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:44.687303 3428 services_controller.go:478] Built service openshift-config-operator/metrics per-node LB for network=default: []services.LB{} I0518 07:03:44.687274 3428 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-2-232.ec2.internal]} port_security:{GoSet:[]} tag_request:{GoSet:[]} type:router] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {95a361e2-267b-4f07-b20b-92d503769d3f}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:95a361e2-267b-4f07-b20b-92d503769d3f}]}}] Timeout: Where:[where column _uuid == {2e63dd97-ac4a-434c-8c57-1f8f9efadbac}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:44.686748 3428 services_controller.go:386] Finished syncing service network-check-source on namespace openshift-network-diagnostics for network=default : 15.025µs I0518 07:03:44.687307 3428 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.255.124", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:44.687189 3428 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 I0518 07:03:44.687241 3428 services_controller.go:470] Built service openshift-console-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0518 07:03:44.687189 3428 services_controller.go:640] Adding service openshift-network-console/networking-console-plugin for network=default I0518 07:03:44.687351 3428 services_controller.go:497] Skipping no-op change for service openshift-kube-controller-manager-operator/metrics for network=default I0518 07:03:44.687354 3428 services_controller.go:640] Adding service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0518 07:03:44.687328 3428 services_controller.go:382] Processing sync for service openshift-dns/dns-default for network=default I0518 07:03:44.687358 3428 services_controller.go:386] Finished syncing service metrics on namespace openshift-kube-controller-manager-operator for network=default : 628.872µs I0518 07:03:44.687362 3428 services_controller.go:640] Adding service openshift-service-ca-operator/metrics for network=default I0518 07:03:44.687339 3428 services_controller.go:478] Built service openshift-network-diagnostics/network-check-target per-node LB for network=default: []services.LB{} I0518 07:03:44.687369 3428 services_controller.go:382] Processing sync for service openshift-machine-config-operator/machine-config-controller for network=default I0518 07:03:44.687375 3428 services_controller.go:479] Built service openshift-network-diagnostics/network-check-target template LB for network=default: []services.LB{} I0518 07:03:44.687385 3428 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 I0518 07:03:44.687315 3428 services_controller.go:479] Built service openshift-config-operator/metrics template LB for network=default: []services.LB{} I0518 07:03:44.687363 3428 services_controller.go:460] Service openshift-dns/dns-default retrieved from lister for network=default: &Service{ObjectMeta:{dns-default openshift-dns dbfeea69-8835-42d6-b2a4-75efb9596dac 1684 0 2026-05-18 06:51:41 +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 4385e45a-ac5d-4753-a7e9-dad269d7c5a2 0xc004feff87 }] [] []},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{},},} I0518 07:03:44.687408 3428 services_controller.go:497] Skipping no-op change for service openshift-network-diagnostics/network-check-target for network=default I0518 07:03:44.687411 3428 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 I0518 07:03:44.687415 3428 services_controller.go:386] Finished syncing service network-check-target on namespace openshift-network-diagnostics for network=default : 662.201µs I0518 07:03:44.687352 3428 services_controller.go:471] Built service openshift-console-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:44.687429 3428 services_controller.go:382] Processing sync for service default/packageserver for network=default I0518 07:03:44.687380 3428 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 39416ecb-abb0-4789-add2-672a3461ae8a 854 0 2026-05-18 06:51:24 +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 20d3542f-9543-4161-a8e9-65ad7732453d 0xc007bb268b }] [] []},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.58.230,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.58.230],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:44.687430 3428 lb_config.go:1030] Cluster endpoints for openshift-dns/dns-default for network=default are: map[] I0518 07:03:44.687434 3428 services_controller.go:497] Skipping no-op change for service openshift-config-operator/metrics for network=default I0518 07:03:44.687442 3428 services_controller.go:386] Finished syncing service metrics on namespace openshift-config-operator for network=default : 416.502µs I0518 07:03:44.687447 3428 services_controller.go:469] Built service openshift-dns/dns-default LB cluster-wide configs for network=default: []services.lbConfig(nil) I0518 07:03:44.687453 3428 services_controller.go:382] Processing sync for service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0518 07:03:44.687445 3428 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.169.210", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:44.687456 3428 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}} I0518 07:03:44.687476 3428 services_controller.go:478] Built service openshift-console-operator/metrics per-node LB for network=default: []services.LB{} I0518 07:03:44.687480 3428 services_controller.go:471] Built service openshift-dns/dns-default LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:44.687487 3428 services_controller.go:479] Built service openshift-console-operator/metrics template LB for network=default: []services.LB{} I0518 07:03:44.687499 3428 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 I0518 07:03:44.687438 3428 services_controller.go:460] Service default/packageserver retrieved from lister for network=default: &Service{ObjectMeta:{packageserver default 146e85d6-ec0f-439c-89ea-872682d6642b 1783 0 2026-05-18 06:51:43 +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.234.211,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.234.211],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:44.687517 3428 services_controller.go:477] Built service openshift-dns/dns-default cluster-wide LB for network=default: []services.LB{} I0518 07:03:44.687523 3428 services_controller.go:497] Skipping no-op change for service openshift-console-operator/metrics for network=default I0518 07:03:44.687522 3428 services_controller.go:640] Adding service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0518 07:03:44.687463 3428 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 cd637122-699d-4163-97f1-a77f198a4a07 1482 0 2026-05-18 06:51:40 +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 20d3542f-9543-4161-a8e9-65ad7732453d 0xc004fef92f }] [] []},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.224.87,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.224.87],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:44.687529 3428 services_controller.go:386] Finished syncing service metrics on namespace openshift-console-operator for network=default : 495.112µs I0518 07:03:44.687535 3428 services_controller.go:640] Adding service openshift-cluster-version/cluster-version-operator for network=default I0518 07:03:44.687534 3428 lb_config.go:1030] Cluster endpoints for default/packageserver for network=default are: map[TCP/https:{443 [172.30.3.190] []}] I0518 07:03:44.687545 3428 services_controller.go:382] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0518 07:03:44.687549 3428 services_controller.go:640] Adding service openshift-ingress-canary/ingress-canary for network=default I0518 07:03:44.687550 3428 services_controller.go:469] Built service default/packageserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0518 07:03:44.687554 3428 lb_config.go:1030] Cluster endpoints for openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default are: map[] I0518 07:03:44.687526 3428 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-2-232.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-2-232.ec2.internal"}, Routers:[]string{"GR_ip-10-0-2-232.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-dns/dns-default_UDP_node_router+switch_ip-10-0-2-232.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-2-232.ec2.internal"}, Routers:[]string{"GR_ip-10-0-2-232.ec2.internal"}, Groups:[]string(nil)}} I0518 07:03:44.687560 3428 services_controller.go:470] Built service default/packageserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.234.211"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.3.190"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0518 07:03:44.687572 3428 services_controller.go:479] Built service openshift-dns/dns-default template LB for network=default: []services.LB{} I0518 07:03:44.687576 3428 services_controller.go:471] Built service default/packageserver LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:44.687558 3428 services_controller.go:640] Adding service openshift-ingress/router-internal-default for network=default I0518 07:03:44.687584 3428 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 I0518 07:03:44.687595 3428 services_controller.go:640] Adding service openshift-kube-storage-version-migrator-operator/metrics for network=default I0518 07:03:44.687555 3428 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 b6e290d8-2261-4cf8-8e9e-559ea68cdc01 6482 0 2026-05-18 06:54:16 +0000 UTC map[olm.managed:true olm.service-spec-hash:8H7arFYfeqTDwtur5ZzpDGCqSKpg30XG9PXH2W] map[] [{operators.coreos.com/v1alpha1 CatalogSource deployment-validation-operator-catalog 8680cb47-1ce9-4d88-9b40-fe2ba74c3325 0xc004fefd7d 0xc004fefd7e}] [] []},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.245.235,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.245.235],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:44.687608 3428 services_controller.go:640] Adding service openshift-monitoring/cluster-monitoring-operator for network=default I0518 07:03:44.687618 3428 services_controller.go:497] Skipping no-op change for service openshift-dns/dns-default for network=default I0518 07:03:44.687620 3428 services_controller.go:640] Adding service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0518 07:03:44.687625 3428 services_controller.go:386] Finished syncing service dns-default on namespace openshift-dns for network=default : 297.068µs I0518 07:03:44.687571 3428 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.224.87"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0518 07:03:44.687631 3428 services_controller.go:640] Adding service openshift-ingress/router-default for network=default I0518 07:03:44.687633 3428 lb_config.go:1030] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default are: map[] I0518 07:03:44.687626 3428 services_controller.go:477] Built service default/packageserver cluster-wide LB for network=default: []services.LB{} I0518 07:03:44.687637 3428 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) I0518 07:03:44.687641 3428 services_controller.go:640] Adding service openshift-multus/network-metrics-service for network=default I0518 07:03:44.687648 3428 services_controller.go:471] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:44.687651 3428 services_controller.go:640] Adding service openshift-network-operator/metrics for network=default I0518 07:03:44.687661 3428 services_controller.go:640] Adding service openshift-authentication-operator/metrics for network=default I0518 07:03:44.687670 3428 services_controller.go:640] Adding service openshift-image-registry/image-registry for network=default I0518 07:03:44.687644 3428 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-2-232.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.234.211", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.3.190", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-2-232.ec2.internal"}, Routers:[]string{"GR_ip-10-0-2-232.ec2.internal"}, Groups:[]string(nil)}} I0518 07:03:44.687679 3428 services_controller.go:640] Adding service openshift-machine-config-operator/machine-config-operator for network=default I0518 07:03:44.687664 3428 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.224.87", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:44.687685 3428 services_controller.go:479] Built service default/packageserver template LB for network=default: []services.LB{} I0518 07:03:44.687689 3428 services_controller.go:640] Adding service default/kubernetes for network=default I0518 07:03:44.687636 3428 services_controller.go:382] Processing sync for service openshift-dns-operator/metrics for network=default I0518 07:03:44.687694 3428 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 I0518 07:03:44.687701 3428 services_controller.go:640] Adding service default/openshift-oauth-apiserver for network=default I0518 07:03:44.687711 3428 services_controller.go:497] Skipping no-op change for service default/packageserver for network=default I0518 07:03:44.687713 3428 services_controller.go:640] Adding service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0518 07:03:44.687715 3428 services_controller.go:386] Finished syncing service packageserver on namespace default for network=default : 287.244µs I0518 07:03:44.687724 3428 services_controller.go:382] Processing sync for service openshift-ingress-operator/metrics for network=default I0518 07:03:44.687724 3428 services_controller.go:640] Adding service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0518 07:03:44.687735 3428 services_controller.go:640] Adding service openshift-insights/metrics for network=default I0518 07:03:44.687647 3428 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.245.235"}, 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}} I0518 07:03:44.687751 3428 services_controller.go:470] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB per-node configs for network=default: []services.lbConfig(nil) I0518 07:03:44.687764 3428 services_controller.go:471] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:44.687731 3428 services_controller.go:460] Service openshift-ingress-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-ingress-operator 2448835f-a589-4763-abcb-f7d9aa2265fa 1466 0 2026-05-18 06:51:39 +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 20d3542f-9543-4161-a8e9-65ad7732453d 0xc007bb21f7 }] [] []},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.54.249,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.54.249],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:44.687723 3428 services_controller.go:460] Service openshift-dns-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-dns-operator 7732cb4e-bc2b-42a6-bcc6-02b1f6170ab6 1097 0 2026-05-18 06:51:30 +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 20d3542f-9543-4161-a8e9-65ad7732453d 0xc004fefe9f }] [] []},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.202.27,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.202.27],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:44.687787 3428 lb_config.go:1030] Cluster endpoints for openshift-ingress-operator/metrics for network=default are: map[] I0518 07:03:44.687690 3428 services_controller.go:478] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service per-node LB for network=default: []services.LB{} I0518 07:03:44.687795 3428 lb_config.go:1030] Cluster endpoints for openshift-dns-operator/metrics for network=default are: map[] I0518 07:03:44.687797 3428 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.54.249"}, 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}} I0518 07:03:44.687806 3428 services_controller.go:470] Built service openshift-ingress-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0518 07:03:44.687806 3428 services_controller.go:479] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service template LB for network=default: []services.LB{} I0518 07:03:44.687788 3428 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.245.235", Port:50051, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:44.687812 3428 services_controller.go:471] Built service openshift-ingress-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:44.687807 3428 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.202.27"}, 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}} I0518 07:03:44.687794 3428 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 == {ff7f8880-f0c1-4ca2-9006-ee460eb3ef1b}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:44.687819 3428 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 I0518 07:03:44.687821 3428 services_controller.go:478] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog per-node LB for network=default: []services.LB{} I0518 07:03:44.687824 3428 services_controller.go:470] Built service openshift-dns-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0518 07:03:44.687824 3428 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.54.249", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:44.687834 3428 services_controller.go:479] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog template LB for network=default: []services.LB{} I0518 07:03:44.687841 3428 services_controller.go:478] Built service openshift-ingress-operator/metrics per-node LB for network=default: []services.LB{} I0518 07:03:44.687843 3428 services_controller.go:497] Skipping no-op change for service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0518 07:03:44.687848 3428 services_controller.go:479] Built service openshift-ingress-operator/metrics template LB for network=default: []services.LB{} I0518 07:03:44.687848 3428 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 I0518 07:03:44.687851 3428 services_controller.go:386] Finished syncing service performance-addon-operator-service on namespace openshift-cluster-node-tuning-operator for network=default : 397.545µs I0518 07:03:44.687855 3428 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 I0518 07:03:44.687862 3428 services_controller.go:382] Processing sync for service openshift-machine-config-operator/machine-config-daemon for network=default I0518 07:03:44.687869 3428 services_controller.go:497] Skipping no-op change for service openshift-ingress-operator/metrics for network=default I0518 07:03:44.687873 3428 services_controller.go:386] Finished syncing service metrics on namespace openshift-ingress-operator for network=default : 149.321µs I0518 07:03:44.687858 3428 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:ff7f8880-f0c1-4ca2-9006-ee460eb3ef1b}]}}] Timeout: Where:[where column _uuid == {71004f92-efd5-4a59-b9ab-2204fecc6bf3}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:44.687834 3428 services_controller.go:471] Built service openshift-dns-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:44.687897 3428 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 == {ff7f8880-f0c1-4ca2-9006-ee460eb3ef1b}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:ff7f8880-f0c1-4ca2-9006-ee460eb3ef1b}]}}] Timeout: Where:[where column _uuid == {71004f92-efd5-4a59-b9ab-2204fecc6bf3}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:44.687869 3428 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 86a4367b-2daa-43f3-a6e2-594e1367a624 909 0 2026-05-18 06:51:25 +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 20d3542f-9543-4161-a8e9-65ad7732453d 0xc007bb2757 }] [] []},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.248.71,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.248.71],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:44.687921 3428 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.202.27", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:44.687937 3428 lb_config.go:1030] Cluster endpoints for openshift-machine-config-operator/machine-config-controller for network=default are: map[] I0518 07:03:44.687949 3428 services_controller.go:478] Built service openshift-dns-operator/metrics per-node LB for network=default: []services.LB{} I0518 07:03:44.687899 3428 services_controller.go:382] Processing sync for service default/openshift-apiserver for network=default I0518 07:03:44.687953 3428 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.58.230"}, 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}} I0518 07:03:44.687961 3428 services_controller.go:479] Built service openshift-dns-operator/metrics template LB for network=default: []services.LB{} I0518 07:03:44.687871 3428 services_controller.go:497] Skipping no-op change for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0518 07:03:44.687968 3428 services_controller.go:470] Built service openshift-machine-config-operator/machine-config-controller LB per-node configs for network=default: []services.lbConfig(nil) I0518 07:03:44.687972 3428 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 I0518 07:03:44.687978 3428 services_controller.go:471] Built service openshift-machine-config-operator/machine-config-controller LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:44.687971 3428 services_controller.go:386] Finished syncing service deployment-validation-operator-catalog on namespace openshift-deployment-validation-operator for network=default : 426.151µs I0518 07:03:44.687993 3428 services_controller.go:497] Skipping no-op change for service openshift-dns-operator/metrics for network=default I0518 07:03:44.687960 3428 services_controller.go:460] Service default/openshift-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-apiserver default ac9746a6-526c-4ef9-958f-d50292ac9660 1628 0 2026-05-18 06:51:41 +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.79.161,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.79.161],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:44.687999 3428 services_controller.go:382] Processing sync for service openshift-apiserver-operator/metrics for network=default I0518 07:03:44.688000 3428 services_controller.go:386] Finished syncing service metrics on namespace openshift-dns-operator for network=default : 363.084µs I0518 07:03:44.688013 3428 services_controller.go:382] Processing sync for service openshift-cluster-samples-operator/metrics for network=default I0518 07:03:44.687997 3428 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.58.230", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:44.688020 3428 services_controller.go:386] Finished syncing service metrics on namespace openshift-cluster-samples-operator for network=default : 7.962µs I0518 07:03:44.688022 3428 lb_config.go:1030] Cluster endpoints for default/openshift-apiserver for network=default are: map[TCP/https:{443 [172.30.125.252] []}] I0518 07:03:44.688026 3428 services_controller.go:478] Built service openshift-machine-config-operator/machine-config-controller per-node LB for network=default: []services.LB{} I0518 07:03:44.688038 3428 services_controller.go:469] Built service default/openshift-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0518 07:03:44.688008 3428 services_controller.go:460] Service openshift-apiserver-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-apiserver-operator ed2ef0b5-af6b-494d-bb83-6c5785930173 1059 0 2026-05-18 06:51:29 +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 20d3542f-9543-4161-a8e9-65ad7732453d 0xc004fef51f }] [] []},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.253.87,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.253.87],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:44.688048 3428 services_controller.go:470] Built service default/openshift-apiserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.79.161"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.125.252"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0518 07:03:44.688064 3428 services_controller.go:471] Built service default/openshift-apiserver LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:44.688065 3428 lb_config.go:1030] Cluster endpoints for openshift-apiserver-operator/metrics for network=default are: map[] I0518 07:03:44.688086 3428 services_controller.go:477] Built service default/openshift-apiserver cluster-wide LB for network=default: []services.LB{} I0518 07:03:44.688077 3428 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.253.87"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0518 07:03:44.687949 3428 lb_config.go:1030] Cluster endpoints for openshift-machine-config-operator/machine-config-daemon for network=default are: map[] I0518 07:03:44.688108 3428 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.248.71"}, 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.248.71"}, 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}} I0518 07:03:44.688104 3428 services_controller.go:470] Built service openshift-apiserver-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0518 07:03:44.688126 3428 services_controller.go:470] Built service openshift-machine-config-operator/machine-config-daemon LB per-node configs for network=default: []services.lbConfig(nil) I0518 07:03:44.688104 3428 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-2-232.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.79.161", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.125.252", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-2-232.ec2.internal"}, Routers:[]string{"GR_ip-10-0-2-232.ec2.internal"}, Groups:[]string(nil)}} I0518 07:03:44.688132 3428 services_controller.go:471] Built service openshift-apiserver-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:44.688134 3428 services_controller.go:471] Built service openshift-machine-config-operator/machine-config-daemon LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:44.688140 3428 services_controller.go:479] Built service default/openshift-apiserver template LB for network=default: []services.LB{} I0518 07:03:44.688152 3428 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 I0518 07:03:44.688148 3428 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.253.87", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:44.688178 3428 services_controller.go:497] Skipping no-op change for service default/openshift-apiserver for network=default I0518 07:03:44.688185 3428 services_controller.go:386] Finished syncing service openshift-apiserver on namespace default for network=default : 302.41µs I0518 07:03:44.688186 3428 services_controller.go:478] Built service openshift-apiserver-operator/metrics per-node LB for network=default: []services.LB{} I0518 07:03:44.688197 3428 services_controller.go:382] Processing sync for service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0518 07:03:44.688199 3428 services_controller.go:479] Built service openshift-apiserver-operator/metrics template LB for network=default: []services.LB{} I0518 07:03:44.688204 3428 services_controller.go:386] Finished syncing service ovn-kubernetes-node on namespace openshift-ovn-kubernetes for network=default : 7.742µs I0518 07:03:44.688210 3428 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 I0518 07:03:44.688213 3428 services_controller.go:382] Processing sync for service openshift-service-ca-operator/metrics for network=default I0518 07:03:44.688040 3428 services_controller.go:479] Built service openshift-machine-config-operator/machine-config-controller template LB for network=default: []services.LB{} I0518 07:03:44.688233 3428 services_controller.go:497] Skipping no-op change for service openshift-apiserver-operator/metrics for network=default I0518 07:03:44.688239 3428 services_controller.go:386] Finished syncing service metrics on namespace openshift-apiserver-operator for network=default : 240.432µs I0518 07:03:44.688242 3428 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 I0518 07:03:44.688249 3428 services_controller.go:382] Processing sync for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0518 07:03:44.688222 3428 services_controller.go:460] Service openshift-service-ca-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-service-ca-operator 034f48c2-0f57-4ede-a3a5-66ba0fa79e5a 924 0 2026-05-18 06:51:26 +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 20d3542f-9543-4161-a8e9-65ad7732453d 0xc007bb2c87 }] [] []},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.2.216,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.2.216],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:44.688274 3428 services_controller.go:497] Skipping no-op change for service openshift-machine-config-operator/machine-config-controller for network=default I0518 07:03:44.688282 3428 services_controller.go:386] Finished syncing service machine-config-controller on namespace openshift-machine-config-operator for network=default : 913.24µs I0518 07:03:44.688290 3428 lb_config.go:1030] Cluster endpoints for openshift-service-ca-operator/metrics for network=default are: map[] I0518 07:03:44.688158 3428 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.248.71", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.248.71", Port:8798, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:44.688310 3428 services_controller.go:478] Built service openshift-machine-config-operator/machine-config-daemon per-node LB for network=default: []services.LB{} I0518 07:03:44.688258 3428 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 43836cd7-85a3-48a9-8d8d-b6dee2944b79 1027 0 2026-05-18 06:51:28 +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 20d3542f-9543-4161-a8e9-65ad7732453d 0xc004fefa57 }] [] []},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.147.128,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.147.128],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:44.688339 3428 lb_config.go:1030] Cluster endpoints for openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default are: map[] I0518 07:03:44.688347 3428 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.147.128"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0518 07:03:44.688356 3428 services_controller.go:470] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0518 07:03:44.688333 3428 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:0e:57:40:b5:16:ab networks:{GoSet:[10.0.2.232/24]} options:{GoMap:map[]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {15d28ced-da5d-4898-8b85-0da85dfb3183}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:44.688362 3428 services_controller.go:471] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:44.688028 3428 services_controller.go:382] Processing sync for service openshift-network-console/networking-console-plugin for network=default I0518 07:03:44.688373 3428 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.147.128", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:44.688409 3428 services_controller.go:478] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics per-node LB for network=default: []services.LB{} I0518 07:03:44.688433 3428 services_controller.go:479] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics template LB for network=default: []services.LB{} I0518 07:03:44.688323 3428 services_controller.go:479] Built service openshift-machine-config-operator/machine-config-daemon template LB for network=default: []services.LB{} I0518 07:03:44.688449 3428 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 I0518 07:03:44.688462 3428 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 I0518 07:03:44.688293 3428 services_controller.go:382] Processing sync for service openshift-cluster-version/cluster-version-operator for network=default I0518 07:03:44.688411 3428 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 0c665839-7c72-43e0-ad8b-48e93186718e 4193 0 2026-05-18 06:52:25 +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 58d6eed3-8eec-4383-a325-4bb95cbbc27d 0xc007bb299e 0xc007bb299f}] [] []},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.209.142,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.209.142],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:44.688463 3428 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:15d28ced-da5d-4898-8b85-0da85dfb3183}]}}] Timeout: Where:[where column _uuid == {71004f92-efd5-4a59-b9ab-2204fecc6bf3}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:44.688489 3428 services_controller.go:497] Skipping no-op change for service openshift-machine-config-operator/machine-config-daemon for network=default I0518 07:03:44.688497 3428 services_controller.go:386] Finished syncing service machine-config-daemon on namespace openshift-machine-config-operator for network=default : 633.762µs I0518 07:03:44.688498 3428 lb_config.go:1030] Cluster endpoints for openshift-network-console/networking-console-plugin for network=default are: map[] I0518 07:03:44.688480 3428 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 df33e34d-c681-4434-8bc6-ae2f3860cd95 505 0 2026-05-18 06:51:02 +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.186.32,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.186.32],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:44.688511 3428 services_controller.go:382] Processing sync for service openshift-ingress-canary/ingress-canary for network=default I0518 07:03:44.688486 3428 transact.go:43] Configuring OVN: [{Op:update Table:Logical_Router_Port Row:map[external_ids:{GoMap:map[gateway-physical-ip:yes]} mac:0e:57:40:b5:16:ab networks:{GoSet:[10.0.2.232/24]} options:{GoMap:map[]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {15d28ced-da5d-4898-8b85-0da85dfb3183}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:15d28ced-da5d-4898-8b85-0da85dfb3183}]}}] Timeout: Where:[where column _uuid == {71004f92-efd5-4a59-b9ab-2204fecc6bf3}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:44.688512 3428 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.209.142"}, 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}} I0518 07:03:44.688520 3428 lb_config.go:1030] Cluster endpoints for openshift-cluster-version/cluster-version-operator for network=default are: map[] I0518 07:03:44.688528 3428 services_controller.go:470] Built service openshift-network-console/networking-console-plugin LB per-node configs for network=default: []services.lbConfig(nil) I0518 07:03:44.688540 3428 services_controller.go:471] Built service openshift-network-console/networking-console-plugin LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:44.688528 3428 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.186.32"}, 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}} I0518 07:03:44.688559 3428 services_controller.go:470] Built service openshift-cluster-version/cluster-version-operator LB per-node configs for network=default: []services.lbConfig(nil) I0518 07:03:44.688567 3428 services_controller.go:471] Built service openshift-cluster-version/cluster-version-operator LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:44.688524 3428 services_controller.go:460] Service openshift-ingress-canary/ingress-canary retrieved from lister for network=default: &Service{ObjectMeta:{ingress-canary openshift-ingress-canary 41d0f6eb-0db1-4cf4-80b7-694e8d74204a 3162 0 2026-05-18 06:52:05 +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 009e4f3e-e378-408a-b894-c69a630d2bc7 0xc007bb2110 }] [] []},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.198.35,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.198.35],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:44.688303 3428 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.2.216"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0518 07:03:44.688570 3428 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.209.142", Port:9443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:44.688593 3428 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.186.32", Port:9099, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:44.688602 3428 lb_config.go:1030] Cluster endpoints for openshift-ingress-canary/ingress-canary for network=default are: map[] I0518 07:03:44.688604 3428 services_controller.go:470] Built service openshift-service-ca-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0518 07:03:44.688607 3428 services_controller.go:478] Built service openshift-network-console/networking-console-plugin per-node LB for network=default: []services.LB{} I0518 07:03:44.688609 3428 services_controller.go:478] Built service openshift-cluster-version/cluster-version-operator per-node LB for network=default: []services.LB{} I0518 07:03:44.688615 3428 services_controller.go:471] Built service openshift-service-ca-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:44.688618 3428 services_controller.go:479] Built service openshift-cluster-version/cluster-version-operator template LB for network=default: []services.LB{} I0518 07:03:44.688620 3428 services_controller.go:479] Built service openshift-network-console/networking-console-plugin template LB for network=default: []services.LB{} I0518 07:03:44.688625 3428 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 I0518 07:03:44.688631 3428 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 I0518 07:03:44.688653 3428 services_controller.go:497] Skipping no-op change for service openshift-network-console/networking-console-plugin for network=default I0518 07:03:44.688633 3428 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.2.216", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:44.688662 3428 services_controller.go:386] Finished syncing service networking-console-plugin on namespace openshift-network-console for network=default : 634.298µs I0518 07:03:44.688665 3428 services_controller.go:497] Skipping no-op change for service openshift-cluster-version/cluster-version-operator for network=default I0518 07:03:44.688670 3428 services_controller.go:386] Finished syncing service cluster-version-operator on namespace openshift-cluster-version for network=default : 377.194µs I0518 07:03:44.688672 3428 services_controller.go:382] Processing sync for service openshift-ingress/router-internal-default for network=default I0518 07:03:44.688679 3428 services_controller.go:382] Processing sync for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0518 07:03:44.688467 3428 services_controller.go:497] Skipping no-op change for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0518 07:03:44.688693 3428 services_controller.go:386] Finished syncing service cluster-storage-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 441.859µs I0518 07:03:44.688714 3428 services_controller.go:382] Processing sync for service openshift-monitoring/cluster-monitoring-operator for network=default I0518 07:03:44.688723 3428 services_controller.go:386] Finished syncing service cluster-monitoring-operator on namespace openshift-monitoring for network=default : 10.436µs I0518 07:03:44.688681 3428 services_controller.go:460] Service openshift-ingress/router-internal-default retrieved from lister for network=default: &Service{ObjectMeta:{router-internal-default openshift-ingress acf4ae96-bc58-4e62-8263-f6e93b4b9303 2116 0 2026-05-18 06:51:55 +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 8d3b9d3e-785e-4691-8078-b859a51c6205 0xc007bb23ae }] [] []},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.117.167,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.117.167],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:44.688736 3428 services_controller.go:382] Processing sync for service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0518 07:03:44.688747 3428 services_controller.go:386] Finished syncing service node-tuning-operator on namespace openshift-cluster-node-tuning-operator for network=default : 10.141µs I0518 07:03:44.688688 3428 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 dca97dce-0d61-426a-81a9-436a18a5eec0 2130 0 2026-05-18 06:51:56 +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 20d3542f-9543-4161-a8e9-65ad7732453d 0xc007bb2607 }] [] []},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.4.220,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.4.220],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:44.688753 3428 lb_config.go:1030] Cluster endpoints for openshift-ingress/router-internal-default for network=default are: map[] I0518 07:03:44.688757 3428 services_controller.go:382] Processing sync for service openshift-ingress/router-default for network=default I0518 07:03:44.688617 3428 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.198.35"}, 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.198.35"}, 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}} I0518 07:03:44.688772 3428 services_controller.go:470] Built service openshift-ingress-canary/ingress-canary LB per-node configs for network=default: []services.lbConfig(nil) I0518 07:03:44.688768 3428 lb_config.go:1030] Cluster endpoints for openshift-kube-storage-version-migrator-operator/metrics for network=default are: map[] I0518 07:03:44.688790 3428 services_controller.go:471] Built service openshift-ingress-canary/ingress-canary LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:44.688794 3428 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.4.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}} I0518 07:03:44.688808 3428 services_controller.go:470] Built service openshift-kube-storage-version-migrator-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0518 07:03:44.688816 3428 services_controller.go:471] Built service openshift-kube-storage-version-migrator-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:44.688809 3428 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.198.35", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.198.35", Port:8888, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:44.688847 3428 services_controller.go:478] Built service openshift-ingress-canary/ingress-canary per-node LB for network=default: []services.LB{} I0518 07:03:44.688767 3428 services_controller.go:460] Service openshift-ingress/router-default retrieved from lister for network=default: &Service{ObjectMeta:{router-default openshift-ingress 9478d9a3-e46d-459d-b711-4de75b579e31 2549 0 2026-05-18 06:51:55 +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=2qc6e4rqab9epl0osrq0g71h7qec7g8k,api.openshift.com/legal-entity-id=2h8L52xc1VHB4xLFE2YyPmAjYjI,api.openshift.com/name=kx-62e28e5166,cluster-type=rosa-hcp,creation-date=2026-05-18,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 8d3b9d3e-785e-4691-8078-b859a51c6205 0xc007bb22e7 }] [service.kubernetes.io/load-balancer-cleanup] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:http,Protocol:TCP,Port:80,TargetPort:{1 0 http},NodePort:30744,AppProtocol:nil,},ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{1 0 https},NodePort:30946,AppProtocol:nil,},},Selector:map[string]string{ingresscontroller.operator.openshift.io/deployment-ingresscontroller: default,},ClusterIP:172.30.211.2,Type:LoadBalancer,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:Local,HealthCheckNodePort:31515,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.211.2],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:*true,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{LoadBalancerIngress{IP:,Hostname:a9478d9a3e46d459db7114de75b579e3-8a75a27c4df024c0.elb.us-east-1.amazonaws.com,IPMode:nil,Ports:[]PortStatus{},},},},Conditions:[]Condition{},},} I0518 07:03:44.688845 3428 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.4.220", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:44.688859 3428 services_controller.go:479] Built service openshift-ingress-canary/ingress-canary template LB for network=default: []services.LB{} I0518 07:03:44.688861 3428 services_controller.go:478] Built service openshift-kube-storage-version-migrator-operator/metrics per-node LB for network=default: []services.LB{} I0518 07:03:44.688767 3428 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.117.167"}, 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.117.167"}, protocol:"TCP", 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.117.167"}, 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}} I0518 07:03:44.688868 3428 services_controller.go:479] Built service openshift-kube-storage-version-migrator-operator/metrics template LB for network=default: []services.LB{} I0518 07:03:44.688870 3428 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 I0518 07:03:44.688880 3428 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 I0518 07:03:44.688878 3428 lb_config.go:1030] Cluster endpoints for openshift-ingress/router-default for network=default are: map[] I0518 07:03:44.688878 3428 services_controller.go:470] Built service openshift-ingress/router-internal-default LB per-node configs for network=default: []services.lbConfig(nil) I0518 07:03:44.688911 3428 services_controller.go:497] Skipping no-op change for service openshift-ingress-canary/ingress-canary for network=default I0518 07:03:44.688913 3428 services_controller.go:471] Built service openshift-ingress/router-internal-default LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:44.688920 3428 services_controller.go:386] Finished syncing service ingress-canary on namespace openshift-ingress-canary for network=default : 406.751µs I0518 07:03:44.688670 3428 services_controller.go:478] Built service openshift-service-ca-operator/metrics per-node LB for network=default: []services.LB{} I0518 07:03:44.688933 3428 services_controller.go:382] Processing sync for service openshift-multus/network-metrics-service for network=default I0518 07:03:44.688935 3428 services_controller.go:497] Skipping no-op change for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0518 07:03:44.688937 3428 services_controller.go:479] Built service openshift-service-ca-operator/metrics template LB for network=default: []services.LB{} I0518 07:03:44.688940 3428 services_controller.go:386] Finished syncing service network-metrics-service on namespace openshift-multus for network=default : 8.48µs I0518 07:03:44.688943 3428 services_controller.go:386] Finished syncing service metrics on namespace openshift-kube-storage-version-migrator-operator for network=default : 262.967µs I0518 07:03:44.688949 3428 services_controller.go:382] Processing sync for service openshift-network-operator/metrics for network=default I0518 07:03:44.688953 3428 services_controller.go:382] Processing sync for service openshift-authentication-operator/metrics for network=default I0518 07:03:44.688952 3428 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 I0518 07:03:44.688955 3428 services_controller.go:386] Finished syncing service metrics on namespace openshift-network-operator for network=default : 6.283µs I0518 07:03:44.688968 3428 services_controller.go:382] Processing sync for service openshift-image-registry/image-registry for network=default I0518 07:03:44.688986 3428 services_controller.go:497] Skipping no-op change for service openshift-service-ca-operator/metrics for network=default I0518 07:03:44.688997 3428 services_controller.go:386] Finished syncing service metrics on namespace openshift-service-ca-operator for network=default : 783.469µs I0518 07:03:44.688959 3428 services_controller.go:460] Service openshift-authentication-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-authentication-operator d759942d-aace-44a9-b634-fb5512c263e1 723 0 2026-05-18 06:51:20 +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 20d3542f-9543-4161-a8e9-65ad7732453d 0xc004fef6a7 }] [] []},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.177.178,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.177.178],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:44.689010 3428 services_controller.go:382] Processing sync for service openshift-machine-config-operator/machine-config-operator for network=default I0518 07:03:44.688909 3428 lb_config.go:1053] Local endpoints for openshift-ingress/router-default for network=default are: map[] I0518 07:03:44.688979 3428 services_controller.go:460] Service openshift-image-registry/image-registry retrieved from lister for network=default: &Service{ObjectMeta:{image-registry openshift-image-registry 481e1651-7655-45f4-b05c-32ba3228c4d9 3694 0 2026-05-18 06:52:22 +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.28.167,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.28.167],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:44.689026 3428 lb_config.go:1030] Cluster endpoints for openshift-authentication-operator/metrics for network=default are: map[] I0518 07:03:44.689039 3428 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.211.2"}, 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.211.2"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0518 07:03:44.689050 3428 lb_config.go:1030] Cluster endpoints for openshift-image-registry/image-registry for network=default are: map[] I0518 07:03:44.689050 3428 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.177.178"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0518 07:03:44.689034 3428 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 == {8b1309aa-9b59-4837-b74d-eb58b316154c}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:44.689052 3428 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:30744, 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:30946, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:true, internalTrafficLocal:false, hasNodePort:true}} I0518 07:03:44.689063 3428 services_controller.go:470] Built service openshift-authentication-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0518 07:03:44.689068 3428 services_controller.go:471] Built service openshift-ingress/router-default LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:44.689070 3428 services_controller.go:471] Built service openshift-authentication-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:44.689063 3428 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.28.167"}, 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}} I0518 07:03:44.689022 3428 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 f8205417-1c0b-4dcb-8e51-8fb5ca66418c 762 0 2026-05-18 06:51:22 +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 20d3542f-9543-4161-a8e9-65ad7732453d 0xc007bb27eb }] [] []},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.250.45,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.250.45],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:44.689082 3428 services_controller.go:470] Built service openshift-image-registry/image-registry LB per-node configs for network=default: []services.lbConfig(nil) I0518 07:03:44.689081 3428 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.177.178", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:44.689092 3428 services_controller.go:471] Built service openshift-image-registry/image-registry LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:44.689096 3428 services_controller.go:478] Built service openshift-authentication-operator/metrics per-node LB for network=default: []services.LB{} I0518 07:03:44.689099 3428 lb_config.go:1030] Cluster endpoints for openshift-machine-config-operator/machine-config-operator for network=default are: map[] I0518 07:03:44.689103 3428 services_controller.go:479] Built service openshift-authentication-operator/metrics template LB for network=default: []services.LB{} I0518 07:03:44.689095 3428 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.211.2", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.211.2", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:44.689110 3428 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 I0518 07:03:44.689115 3428 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.250.45"}, 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}} I0518 07:03:44.689123 3428 services_controller.go:497] Skipping no-op change for service openshift-authentication-operator/metrics for network=default I0518 07:03:44.689109 3428 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.28.167", Port:5000, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:44.689128 3428 services_controller.go:386] Finished syncing service metrics on namespace openshift-authentication-operator for network=default : 175.042µs I0518 07:03:44.688937 3428 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.117.167", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.117.167", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.117.167", Port:1936, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:44.689131 3428 services_controller.go:470] Built service openshift-machine-config-operator/machine-config-operator LB per-node configs for network=default: []services.lbConfig(nil) I0518 07:03:44.689137 3428 services_controller.go:478] Built service openshift-image-registry/image-registry per-node LB for network=default: []services.LB{} I0518 07:03:44.689145 3428 services_controller.go:471] Built service openshift-machine-config-operator/machine-config-operator LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:44.689144 3428 services_controller.go:478] Built service openshift-ingress/router-internal-default per-node LB for network=default: []services.LB{} I0518 07:03:44.689151 3428 services_controller.go:479] Built service openshift-image-registry/image-registry template LB for network=default: []services.LB{} I0518 07:03:44.689163 3428 services_controller.go:479] Built service openshift-ingress/router-internal-default template LB for network=default: []services.LB{} I0518 07:03:44.689169 3428 services_controller.go:382] Processing sync for service default/kubernetes for network=default I0518 07:03:44.689113 3428 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-2-232.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.2.232", Port:30744, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:30744, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.2.232", Port:30946, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:30946, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string(nil), Routers:[]string{"GR_ip-10-0-2-232.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-ingress/router-default_TCP_node_switch_ip-10-0-2-232.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:30744, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.2.232", Port:30744, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:30744, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:30744, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:30946, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.2.232", Port:30946, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:30946, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:30946, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-2-232.ec2.internal"}, Routers:[]string(nil), Groups:[]string(nil)}} I0518 07:03:44.689179 3428 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 I0518 07:03:44.689187 3428 services_controller.go:479] Built service openshift-ingress/router-default template LB for network=default: []services.LB{} I0518 07:03:44.689170 3428 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.250.45", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:44.689200 3428 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 I0518 07:03:44.689202 3428 services_controller.go:478] Built service openshift-machine-config-operator/machine-config-operator per-node LB for network=default: []services.LB{} I0518 07:03:44.689210 3428 services_controller.go:497] Skipping no-op change for service openshift-ingress/router-internal-default for network=default I0518 07:03:44.689220 3428 services_controller.go:479] Built service openshift-machine-config-operator/machine-config-operator template LB for network=default: []services.LB{} I0518 07:03:44.689217 3428 services_controller.go:386] Finished syncing service router-internal-default on namespace openshift-ingress for network=default : 543.874µs I0518 07:03:44.689166 3428 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 I0518 07:03:44.689232 3428 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 I0518 07:03:44.689235 3428 services_controller.go:382] Processing sync for service default/openshift-oauth-apiserver for network=default I0518 07:03:44.689240 3428 services_controller.go:497] Skipping no-op change for service openshift-image-registry/image-registry for network=default I0518 07:03:44.689244 3428 services_controller.go:386] Finished syncing service image-registry on namespace openshift-image-registry for network=default : 278.53µs I0518 07:03:44.689251 3428 services_controller.go:382] Processing sync for service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0518 07:03:44.689259 3428 services_controller.go:497] Skipping no-op change for service openshift-machine-config-operator/machine-config-operator for network=default I0518 07:03:44.689252 3428 model_client.go:383] Update operations generated as: [{Op:update Table:Logical_Switch_Port Row:map[addresses:{GoSet:[0e:57:40:b5:16:ab]} options:{GoMap:map[exclude-lb-vips-from-garp:true nat-addresses:router router-port:rtoe-GR_ip-10-0-2-232.ec2.internal]} port_security:{GoSet:[]} tag_request:{GoSet:[]} type:router] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {82fd88b5-8512-4d42-985f-748b5d9feec4}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:44.689267 3428 services_controller.go:386] Finished syncing service machine-config-operator on namespace openshift-machine-config-operator for network=default : 258.085µs I0518 07:03:44.689281 3428 services_controller.go:382] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0518 07:03:44.689246 3428 services_controller.go:460] Service default/openshift-oauth-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-oauth-apiserver default 3792a8d9-0e55-4b22-b5c1-9c0c13719a60 1655 0 2026-05-18 06:51:41 +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.237.236,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.237.236],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:44.689256 3428 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 21a8fc75-a960-4dcb-b24f-413f49bd7acb 986 0 2026-05-18 06:51:27 +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 20d3542f-9543-4161-a8e9-65ad7732453d 0xc004fefb07 }] [] []},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.193.203,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.193.203],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:44.689178 3428 services_controller.go:460] Service default/kubernetes retrieved from lister for network=default: &Service{ObjectMeta:{kubernetes default 358f091c-6bf6-4150-b88e-7fc7ac4759f0 273 0 2026-05-18 06:50:22 +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{},},} I0518 07:03:44.689218 3428 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:"4c52a774-edec-4f01-8772-6c8e5eb466c6", 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.211.2", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.211.2", 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.211.2", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.211.2", 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-2-232.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.2.232", Port:30744, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:30744, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.2.232", Port:30946, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:30946, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string(nil), Routers:[]string{"GR_ip-10-0-2-232.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-ingress/router-default_TCP_node_switch_ip-10-0-2-232.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:30744, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.2.232", Port:30744, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:30744, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:30744, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:30946, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.2.232", Port:30946, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:30946, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:30946, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-2-232.ec2.internal"}, Routers:[]string(nil), Groups:[]string(nil)}} I0518 07:03:44.689322 3428 lb_config.go:1030] Cluster endpoints for openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default are: map[] I0518 07:03:44.689330 3428 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.193.203"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0518 07:03:44.689332 3428 lb_config.go:1030] Cluster endpoints for default/kubernetes for network=default are: map[TCP/https:{6443 [172.20.0.1] []}] I0518 07:03:44.689294 3428 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 d9abf6d5-7316-446f-8e82-12df47d66070 6508 0 2026-05-18 06:54:16 +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.54.114,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.54.114],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:44.689339 3428 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) I0518 07:03:44.689346 3428 services_controller.go:469] Built service default/kubernetes LB cluster-wide configs for network=default: []services.lbConfig(nil) I0518 07:03:44.689349 3428 services_controller.go:471] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:44.689354 3428 lb_config.go:1030] Cluster endpoints for default/openshift-oauth-apiserver for network=default are: map[TCP/https:{443 [172.30.144.237] []}] I0518 07:03:44.689365 3428 lb_config.go:1030] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default are: map[] I0518 07:03:44.689373 3428 services_controller.go:469] Built service default/openshift-oauth-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0518 07:03:44.689371 3428 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.193.203", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:44.689383 3428 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.237.236"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.144.237"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0518 07:03:44.689381 3428 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.54.114"}, 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}} I0518 07:03:44.689394 3428 services_controller.go:478] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics per-node LB for network=default: []services.LB{} I0518 07:03:44.689398 3428 services_controller.go:471] Built service default/openshift-oauth-apiserver LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:44.689401 3428 services_controller.go:479] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics template LB for network=default: []services.LB{} I0518 07:03:44.689401 3428 services_controller.go:470] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0518 07:03:44.689408 3428 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 I0518 07:03:44.689412 3428 services_controller.go:471] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:44.689420 3428 services_controller.go:477] Built service default/openshift-oauth-apiserver cluster-wide LB for network=default: []services.LB{} I0518 07:03:44.689421 3428 services_controller.go:497] Skipping no-op change for service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0518 07:03:44.689426 3428 services_controller.go:386] Finished syncing service csi-snapshot-controller-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 175.072µs I0518 07:03:44.689434 3428 services_controller.go:382] Processing sync for service openshift-insights/metrics for network=default I0518 07:03:44.689354 3428 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}} I0518 07:03:44.689431 3428 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-2-232.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.237.236", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.144.237", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-2-232.ec2.internal"}, Routers:[]string{"GR_ip-10-0-2-232.ec2.internal"}, Groups:[]string(nil)}} I0518 07:03:44.689430 3428 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.54.114", Port:8383, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:44.689463 3428 services_controller.go:479] Built service default/openshift-oauth-apiserver template LB for network=default: []services.LB{} I0518 07:03:44.689468 3428 services_controller.go:478] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics per-node LB for network=default: []services.LB{} I0518 07:03:44.689477 3428 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 I0518 07:03:44.689482 3428 services_controller.go:479] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics template LB for network=default: []services.LB{} I0518 07:03:44.689486 3428 services_controller.go:471] Built service default/kubernetes LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:44.689497 3428 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 I0518 07:03:44.689466 3428 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.211.2:443: 172.30.211.2:80:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {4c52a774-edec-4f01-8772-6c8e5eb466c6}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:44.689502 3428 services_controller.go:497] Skipping no-op change for service default/openshift-oauth-apiserver for network=default I0518 07:03:44.689292 3428 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:8b1309aa-9b59-4837-b74d-eb58b316154c} {GoUUID:82fd88b5-8512-4d42-985f-748b5d9feec4}]}}] Timeout: Where:[where column _uuid == {6bf2f84c-6b62-4895-8373-34d1958447e6}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:44.689514 3428 services_controller.go:477] Built service default/kubernetes cluster-wide LB for network=default: []services.LB{} I0518 07:03:44.689440 3428 services_controller.go:460] Service openshift-insights/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-insights d9b9253d-2d76-4450-b7d6-02f23f81e77a 1935 0 2026-05-18 06:51:45 +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 20d3542f-9543-4161-a8e9-65ad7732453d 0xc007bb24ab }] [] []},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.203.10,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.203.10],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:44.689523 3428 services_controller.go:497] Skipping no-op change for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0518 07:03:44.689531 3428 services_controller.go:386] Finished syncing service deployment-validation-operator-metrics on namespace openshift-deployment-validation-operator for network=default : 250.305µs I0518 07:03:44.689537 3428 lb_config.go:1030] Cluster endpoints for openshift-insights/metrics for network=default are: map[] I0518 07:03:44.689509 3428 services_controller.go:386] Finished syncing service openshift-oauth-apiserver on namespace default for network=default : 273.623µs I0518 07:03:44.689526 3428 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-2-232.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-2-232.ec2.internal"}, Routers:[]string{"GR_ip-10-0-2-232.ec2.internal"}, Groups:[]string(nil)}} I0518 07:03:44.689548 3428 services_controller.go:469] Built service openshift-insights/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.203.10"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0518 07:03:44.689558 3428 services_controller.go:470] Built service openshift-insights/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0518 07:03:44.689559 3428 services_controller.go:479] Built service default/kubernetes template LB for network=default: []services.LB{} I0518 07:03:44.689540 3428 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-2-232.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.2.232:30744: 10.0.2.232:30946: 172.20.0.1:30744: 172.20.0.1:30946:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2739035149}] I0518 07:03:44.689564 3428 services_controller.go:471] Built service openshift-insights/metrics LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:44.689522 3428 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 == {8b1309aa-9b59-4837-b74d-eb58b316154c}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:update Table:Logical_Switch_Port Row:map[addresses:{GoSet:[0e:57:40:b5:16:ab]} options:{GoMap:map[exclude-lb-vips-from-garp:true nat-addresses:router router-port:rtoe-GR_ip-10-0-2-232.ec2.internal]} port_security:{GoSet:[]} tag_request:{GoSet:[]} type:router] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {82fd88b5-8512-4d42-985f-748b5d9feec4}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:8b1309aa-9b59-4837-b74d-eb58b316154c} {GoUUID:82fd88b5-8512-4d42-985f-748b5d9feec4}]}}] Timeout: Where:[where column _uuid == {6bf2f84c-6b62-4895-8373-34d1958447e6}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:44.689584 3428 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 I0518 07:03:44.689610 3428 services_controller.go:497] Skipping no-op change for service default/kubernetes for network=default I0518 07:03:44.689575 3428 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.203.10", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:44.689627 3428 services_controller.go:478] Built service openshift-insights/metrics per-node LB for network=default: []services.LB{} I0518 07:03:44.689628 3428 services_controller.go:386] Finished syncing service kubernetes on namespace default for network=default : 487.863µs I0518 07:03:44.689634 3428 services_controller.go:479] Built service openshift-insights/metrics template LB for network=default: []services.LB{} I0518 07:03:44.689596 3428 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-2-232.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.2.232:30744: 10.0.2.232:30946: 169.254.0.3:30744: 169.254.0.3:30946: 172.20.0.1:30744: 172.20.0.1:30946:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2739035150}] I0518 07:03:44.689641 3428 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 I0518 07:03:44.689656 3428 services_controller.go:497] Skipping no-op change for service openshift-insights/metrics for network=default I0518 07:03:44.689663 3428 services_controller.go:386] Finished syncing service metrics on namespace openshift-insights for network=default : 228.536µs I0518 07:03:44.689677 3428 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:u2739035150}]}}] Timeout: Where:[where column _uuid == {de7a1293-10df-480d-a753-2f164bf0c46c}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:44.689712 3428 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:u2739035149}]}}] Timeout: Where:[where column _uuid == {71004f92-efd5-4a59-b9ab-2204fecc6bf3}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:44.689731 3428 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.211.2:443: 172.30.211.2:80:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {4c52a774-edec-4f01-8772-6c8e5eb466c6}] 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-2-232.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.2.232:30744: 10.0.2.232:30946: 172.20.0.1:30744: 172.20.0.1:30946:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2739035149} {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-2-232.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.2.232:30744: 10.0.2.232:30946: 169.254.0.3:30744: 169.254.0.3:30946: 172.20.0.1:30744: 172.20.0.1:30946:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2739035150} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u2739035150}]}}] Timeout: Where:[where column _uuid == {de7a1293-10df-480d-a753-2f164bf0c46c}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u2739035149}]}}] Timeout: Where:[where column _uuid == {71004f92-efd5-4a59-b9ab-2204fecc6bf3}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:44.689923 3428 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-2-232.ec2.internal mac:0a:58:a9:fe:00:04 override_dynamic_mac:true] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {4c3f1e06-1053-4b48-aeab-1b4283d0f525}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:44.689944 3428 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-2-232.ec2.internal mac:0a:58:a9:fe:00:04 override_dynamic_mac:true] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {4c3f1e06-1053-4b48-aeab-1b4283d0f525}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:44.690607 3428 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 == {e49d818c-3ad8-43a9-9dfa-b6aa66d2386e}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:44.690620 3428 loadbalancer.go:305] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-ingress/router-default"} I0518 07:03:44.690631 3428 services_controller.go:386] Finished syncing service router-default on namespace openshift-ingress for network=default : 1.875151ms I0518 07:03:44.690646 3428 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:e49d818c-3ad8-43a9-9dfa-b6aa66d2386e}]}}] Timeout: Where:[where column _uuid == {71004f92-efd5-4a59-b9ab-2204fecc6bf3}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:44.690665 3428 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 == {e49d818c-3ad8-43a9-9dfa-b6aa66d2386e}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:e49d818c-3ad8-43a9-9dfa-b6aa66d2386e}]}}] Timeout: Where:[where column _uuid == {71004f92-efd5-4a59-b9ab-2204fecc6bf3}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:44.690907 3428 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 == {63ae9513-0bad-4435-bc66-304abf67da45}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:44.690941 3428 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:63ae9513-0bad-4435-bc66-304abf67da45}]}}] Timeout: Where:[where column _uuid == {71004f92-efd5-4a59-b9ab-2204fecc6bf3}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:44.690956 3428 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 == {63ae9513-0bad-4435-bc66-304abf67da45}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:63ae9513-0bad-4435-bc66-304abf67da45}]}}] Timeout: Where:[where column _uuid == {71004f92-efd5-4a59-b9ab-2204fecc6bf3}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:44.691160 3428 model_client.go:383] Update operations generated as: [{Op:update Table:Logical_Router_Static_Route Row:map[nexthop:10.0.2.1] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {9b610cf9-eb38-4849-a5c3-beaefc8087e2}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:44.691193 3428 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:9b610cf9-eb38-4849-a5c3-beaefc8087e2}]}}] Timeout: Where:[where column _uuid == {71004f92-efd5-4a59-b9ab-2204fecc6bf3}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:44.691208 3428 transact.go:43] Configuring OVN: [{Op:update Table:Logical_Router_Static_Route Row:map[nexthop:10.0.2.1] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {9b610cf9-eb38-4849-a5c3-beaefc8087e2}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:9b610cf9-eb38-4849-a5c3-beaefc8087e2}]}}] Timeout: Where:[where column _uuid == {71004f92-efd5-4a59-b9ab-2204fecc6bf3}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:44.691409 3428 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 == {b4490f73-2370-4b03-95c8-ab89fe5fce85}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:44.691445 3428 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:b4490f73-2370-4b03-95c8-ab89fe5fce85}]}}] Timeout: Where:[where column _uuid == {747517ee-9487-4adc-b570-70ba027f8362}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:44.691459 3428 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 == {b4490f73-2370-4b03-95c8-ab89fe5fce85}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:b4490f73-2370-4b03-95c8-ab89fe5fce85}]}}] Timeout: Where:[where column _uuid == {747517ee-9487-4adc-b570-70ba027f8362}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:44.691688 3428 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 == {ff32c43c-b90c-45b6-9fc0-49b07b1d33c0}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:44.691722 3428 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:ff32c43c-b90c-45b6-9fc0-49b07b1d33c0}]}}] Timeout: Where:[where column _uuid == {747517ee-9487-4adc-b570-70ba027f8362}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:44.691734 3428 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 == {ff32c43c-b90c-45b6-9fc0-49b07b1d33c0}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:ff32c43c-b90c-45b6-9fc0-49b07b1d33c0}]}}] Timeout: Where:[where column _uuid == {747517ee-9487-4adc-b570-70ba027f8362}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:44.692032 3428 model_client.go:383] Update operations generated as: [{Op:update Table:NAT Row:map[external_ip:10.0.2.232 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 == {b2da73f2-0c57-4711-b657-62097bed4d20}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:44.692085 3428 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:b2da73f2-0c57-4711-b657-62097bed4d20}]}}] Timeout: Where:[where column _uuid == {71004f92-efd5-4a59-b9ab-2204fecc6bf3}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:44.692109 3428 transact.go:43] Configuring OVN: [{Op:update Table:NAT Row:map[external_ip:10.0.2.232 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 == {b2da73f2-0c57-4711-b657-62097bed4d20}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:nat Mutator:insert Value:{GoSet:[{GoUUID:b2da73f2-0c57-4711-b657-62097bed4d20}]}}] Timeout: Where:[where column _uuid == {71004f92-efd5-4a59-b9ab-2204fecc6bf3}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:44.692482 3428 model_client.go:374] Create operations generated as: [{Op:insert Table:Logical_Router_Policy Row:map[action:reroute match:inport == "rtos-ip-10-0-2-232.ec2.internal" && ip4.dst == 172.20.0.1 /* ip-10-0-2-232.ec2.internal */ nexthops:{GoSet:[10.129.0.2]} priority:1004] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2739035151}] I0518 07:03:44.692516 3428 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:u2739035151}]}}] Timeout: Where:[where column _uuid == {747517ee-9487-4adc-b570-70ba027f8362}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:44.692532 3428 transact.go:43] Configuring OVN: [{Op:wait Table:Logical_Router_Policy Row:map[] Rows:[map[match:inport == "rtos-ip-10-0-2-232.ec2.internal" && ip4.dst == 172.20.0.1 /* ip-10-0-2-232.ec2.internal */ priority:1004]] Columns:[priority match] Mutations:[] Timeout:0xc00a2c05f8 Where:[where column priority == 1004 where column match == inport == "rtos-ip-10-0-2-232.ec2.internal" && ip4.dst == 172.20.0.1 /* ip-10-0-2-232.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-2-232.ec2.internal" && ip4.dst == 172.20.0.1 /* ip-10-0-2-232.ec2.internal */ nexthops:{GoSet:[10.129.0.2]} priority:1004] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2739035151} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:policies Mutator:insert Value:{GoSet:[{GoUUID:u2739035151}]}}] Timeout: Where:[where column _uuid == {747517ee-9487-4adc-b570-70ba027f8362}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:44.693057 3428 base_network_controller.go:622] When adding node ip-10-0-2-232.ec2.internal for network default, found 31 pods to add to retryPods I0518 07:03:44.693071 3428 base_network_controller.go:631] Adding pod openshift-network-operator/iptables-alerter-8fcb7 to retryPods for network default I0518 07:03:44.693080 3428 base_network_controller.go:631] Adding pod openshift-cluster-node-tuning-operator/tuned-jdh5v to retryPods for network default I0518 07:03:44.693085 3428 base_network_controller.go:631] Adding pod openshift-image-registry/node-ca-ggp98 to retryPods for network default I0518 07:03:44.693089 3428 base_network_controller.go:631] Adding pod kube-system/konnectivity-agent-6j6bx to retryPods for network default I0518 07:03:44.693093 3428 base_network_controller.go:631] Adding pod kube-system/kube-apiserver-proxy-ip-10-0-2-232.ec2.internal to retryPods for network default I0518 07:03:44.693098 3428 base_network_controller.go:631] Adding pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-xmmfg to retryPods for network default I0518 07:03:44.693101 3428 base_network_controller.go:631] Adding pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-2-232.ec2.internal to retryPods for network default I0518 07:03:44.693105 3428 base_network_controller.go:631] Adding pod openshift-multus/network-metrics-daemon-zzhmd to retryPods for network default I0518 07:03:44.693109 3428 base_network_controller.go:631] Adding pod openshift-ovn-kubernetes/ovnkube-node-5cvsd to retryPods for network default I0518 07:03:44.693113 3428 base_network_controller.go:631] Adding pod openshift-network-diagnostics/network-check-target-grcpm to retryPods for network default I0518 07:03:44.693117 3428 base_network_controller.go:631] Adding pod openshift-dns/node-resolver-jh88r to retryPods for network default I0518 07:03:44.693121 3428 base_network_controller.go:631] Adding pod openshift-multus/multus-additional-cni-plugins-b8p87 to retryPods for network default I0518 07:03:44.693125 3428 base_network_controller.go:631] Adding pod openshift-multus/multus-xmvrm to retryPods for network default I0518 07:03:44.693136 3428 obj_retry.go:236] Iterate retry objects requested (resource *v1.Pod) I0518 07:03:44.693146 3428 obj_retry.go:565] Update event received for resource *factory.egressNode, old object is equal to new: false I0518 07:03:44.693154 3428 obj_retry.go:617] Update event received for *factory.egressNode ip-10-0-2-232.ec2.internal I0518 07:03:44.693171 3428 default_network_controller.go:1063] Egress IP detected IP address change for node ip-10-0-2-232.ec2.internal. Updating no re-route policies I0518 07:03:44.693215 3428 obj_retry.go:431] periodicallyRetryResources: Retry channel got triggered: retrying failed objects of type *v1.Pod I0518 07:03:44.693229 3428 obj_retry.go:406] Going to retry *v1.Pod resource setup for 13 objects: [openshift-network-operator/iptables-alerter-8fcb7 kube-system/konnectivity-agent-6j6bx openshift-multus/network-metrics-daemon-zzhmd openshift-network-diagnostics/network-check-target-grcpm openshift-multus/multus-additional-cni-plugins-b8p87 openshift-multus/multus-xmvrm openshift-image-registry/node-ca-ggp98 kube-system/kube-apiserver-proxy-ip-10-0-2-232.ec2.internal openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-xmmfg openshift-cluster-node-tuning-operator/tuned-jdh5v openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-2-232.ec2.internal openshift-ovn-kubernetes/ovnkube-node-5cvsd openshift-dns/node-resolver-jh88r] I0518 07:03:44.693271 3428 obj_retry.go:299] Retry object setup: *v1.Pod openshift-network-diagnostics/network-check-target-grcpm I0518 07:03:44.693314 3428 obj_retry.go:299] Retry object setup: *v1.Pod kube-system/konnectivity-agent-6j6bx I0518 07:03:44.693345 3428 obj_retry.go:299] Retry object setup: *v1.Pod openshift-multus/multus-additional-cni-plugins-b8p87 I0518 07:03:44.693371 3428 obj_retry.go:363] Adding new object: *v1.Pod kube-system/konnectivity-agent-6j6bx I0518 07:03:44.693386 3428 obj_retry.go:299] Retry object setup: *v1.Pod openshift-multus/network-metrics-daemon-zzhmd I0518 07:03:44.693388 3428 ovn.go:135] Ensuring zone local for Pod kube-system/konnectivity-agent-6j6bx in node ip-10-0-2-232.ec2.internal I0518 07:03:44.693273 3428 obj_retry.go:415] Waiting for all the *v1.Pod retry setup to complete in iterateRetryResources I0518 07:03:44.693288 3428 obj_retry.go:299] Retry object setup: *v1.Pod openshift-dns/node-resolver-jh88r I0518 07:03:44.693398 3428 obj_retry.go:383] Retry successful for *v1.Pod kube-system/konnectivity-agent-6j6bx after 0 failed attempt(s) I0518 07:03:44.693403 3428 obj_retry.go:363] Adding new object: *v1.Pod openshift-dns/node-resolver-jh88r I0518 07:03:44.693406 3428 default_network_controller.go:705] Recording success event on pod kube-system/konnectivity-agent-6j6bx I0518 07:03:44.693414 3428 ovn.go:135] Ensuring zone local for Pod openshift-dns/node-resolver-jh88r in node ip-10-0-2-232.ec2.internal I0518 07:03:44.693423 3428 obj_retry.go:383] Retry successful for *v1.Pod openshift-dns/node-resolver-jh88r after 0 failed attempt(s) I0518 07:03:44.693433 3428 default_network_controller.go:705] Recording success event on pod openshift-dns/node-resolver-jh88r I0518 07:03:44.693389 3428 obj_retry.go:363] Adding new object: *v1.Pod openshift-multus/multus-additional-cni-plugins-b8p87 I0518 07:03:44.693445 3428 ovn.go:135] Ensuring zone local for Pod openshift-multus/multus-additional-cni-plugins-b8p87 in node ip-10-0-2-232.ec2.internal I0518 07:03:44.693451 3428 obj_retry.go:383] Retry successful for *v1.Pod openshift-multus/multus-additional-cni-plugins-b8p87 after 0 failed attempt(s) I0518 07:03:44.693458 3428 default_network_controller.go:705] Recording success event on pod openshift-multus/multus-additional-cni-plugins-b8p87 I0518 07:03:44.693284 3428 obj_retry.go:299] Retry object setup: *v1.Pod openshift-image-registry/node-ca-ggp98 I0518 07:03:44.693469 3428 obj_retry.go:363] Adding new object: *v1.Pod openshift-image-registry/node-ca-ggp98 I0518 07:03:44.693475 3428 ovn.go:135] Ensuring zone local for Pod openshift-image-registry/node-ca-ggp98 in node ip-10-0-2-232.ec2.internal I0518 07:03:44.693481 3428 obj_retry.go:383] Retry successful for *v1.Pod openshift-image-registry/node-ca-ggp98 after 0 failed attempt(s) I0518 07:03:44.693485 3428 default_network_controller.go:705] Recording success event on pod openshift-image-registry/node-ca-ggp98 I0518 07:03:44.693299 3428 obj_retry.go:299] Retry object setup: *v1.Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-2-232.ec2.internal I0518 07:03:44.693495 3428 obj_retry.go:363] Adding new object: *v1.Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-2-232.ec2.internal I0518 07:03:44.693501 3428 ovn.go:135] Ensuring zone local for Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-2-232.ec2.internal in node ip-10-0-2-232.ec2.internal I0518 07:03:44.693508 3428 obj_retry.go:383] Retry successful for *v1.Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-2-232.ec2.internal after 0 failed attempt(s) I0518 07:03:44.693513 3428 default_network_controller.go:705] Recording success event on pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-2-232.ec2.internal I0518 07:03:44.693303 3428 obj_retry.go:299] Retry object setup: *v1.Pod openshift-cluster-node-tuning-operator/tuned-jdh5v I0518 07:03:44.693528 3428 obj_retry.go:363] Adding new object: *v1.Pod openshift-cluster-node-tuning-operator/tuned-jdh5v I0518 07:03:44.693540 3428 ovn.go:135] Ensuring zone local for Pod openshift-cluster-node-tuning-operator/tuned-jdh5v in node ip-10-0-2-232.ec2.internal I0518 07:03:44.693549 3428 obj_retry.go:383] Retry successful for *v1.Pod openshift-cluster-node-tuning-operator/tuned-jdh5v after 0 failed attempt(s) I0518 07:03:44.693556 3428 default_network_controller.go:705] Recording success event on pod openshift-cluster-node-tuning-operator/tuned-jdh5v I0518 07:03:44.693302 3428 obj_retry.go:299] Retry object setup: *v1.Pod openshift-multus/multus-xmvrm I0518 07:03:44.693570 3428 obj_retry.go:363] Adding new object: *v1.Pod openshift-multus/multus-xmvrm I0518 07:03:44.693579 3428 ovn.go:135] Ensuring zone local for Pod openshift-multus/multus-xmvrm in node ip-10-0-2-232.ec2.internal I0518 07:03:44.693587 3428 obj_retry.go:383] Retry successful for *v1.Pod openshift-multus/multus-xmvrm after 0 failed attempt(s) I0518 07:03:44.693594 3428 default_network_controller.go:705] Recording success event on pod openshift-multus/multus-xmvrm I0518 07:03:44.693295 3428 model_client.go:383] Update operations generated as: [{Op:update Table:Address_Set Row:map[addresses:{GoSet:[10.0.2.232 10.0.0.168 172.20.0.1]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {b2a97599-cfaa-416d-9a0c-45aa67117163}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:44.693606 3428 transact.go:43] Configuring OVN: [{Op:update Table:Address_Set Row:map[addresses:{GoSet:[10.0.2.232 10.0.0.168 172.20.0.1]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {b2a97599-cfaa-416d-9a0c-45aa67117163}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:44.693308 3428 obj_retry.go:299] Retry object setup: *v1.Pod openshift-ovn-kubernetes/ovnkube-node-5cvsd I0518 07:03:44.693677 3428 obj_retry.go:363] Adding new object: *v1.Pod openshift-ovn-kubernetes/ovnkube-node-5cvsd I0518 07:03:44.693687 3428 ovn.go:135] Ensuring zone local for Pod openshift-ovn-kubernetes/ovnkube-node-5cvsd in node ip-10-0-2-232.ec2.internal I0518 07:03:44.693703 3428 obj_retry.go:383] Retry successful for *v1.Pod openshift-ovn-kubernetes/ovnkube-node-5cvsd after 0 failed attempt(s) I0518 07:03:44.693711 3428 default_network_controller.go:705] Recording success event on pod openshift-ovn-kubernetes/ovnkube-node-5cvsd I0518 07:03:44.693313 3428 obj_retry.go:299] Retry object setup: *v1.Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-xmmfg I0518 07:03:44.693729 3428 obj_retry.go:363] Adding new object: *v1.Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-xmmfg I0518 07:03:44.693742 3428 ovn.go:135] Ensuring zone local for Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-xmmfg in node ip-10-0-2-232.ec2.internal I0518 07:03:44.693749 3428 obj_retry.go:383] Retry successful for *v1.Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-xmmfg after 0 failed attempt(s) I0518 07:03:44.693755 3428 default_network_controller.go:705] Recording success event on pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-xmmfg I0518 07:03:44.693313 3428 obj_retry.go:299] Retry object setup: *v1.Pod kube-system/kube-apiserver-proxy-ip-10-0-2-232.ec2.internal I0518 07:03:44.693768 3428 obj_retry.go:363] Adding new object: *v1.Pod kube-system/kube-apiserver-proxy-ip-10-0-2-232.ec2.internal I0518 07:03:44.693776 3428 ovn.go:135] Ensuring zone local for Pod kube-system/kube-apiserver-proxy-ip-10-0-2-232.ec2.internal in node ip-10-0-2-232.ec2.internal I0518 07:03:44.693783 3428 obj_retry.go:383] Retry successful for *v1.Pod kube-system/kube-apiserver-proxy-ip-10-0-2-232.ec2.internal after 0 failed attempt(s) I0518 07:03:44.693788 3428 default_network_controller.go:705] Recording success event on pod kube-system/kube-apiserver-proxy-ip-10-0-2-232.ec2.internal I0518 07:03:44.693323 3428 obj_retry.go:299] Retry object setup: *v1.Pod openshift-network-operator/iptables-alerter-8fcb7 I0518 07:03:44.693798 3428 obj_retry.go:363] Adding new object: *v1.Pod openshift-network-operator/iptables-alerter-8fcb7 I0518 07:03:44.693804 3428 ovn.go:135] Ensuring zone local for Pod openshift-network-operator/iptables-alerter-8fcb7 in node ip-10-0-2-232.ec2.internal I0518 07:03:44.693809 3428 obj_retry.go:383] Retry successful for *v1.Pod openshift-network-operator/iptables-alerter-8fcb7 after 0 failed attempt(s) I0518 07:03:44.693832 3428 default_network_controller.go:705] Recording success event on pod openshift-network-operator/iptables-alerter-8fcb7 I0518 07:03:44.693328 3428 obj_retry.go:363] Adding new object: *v1.Pod openshift-network-diagnostics/network-check-target-grcpm I0518 07:03:44.693846 3428 ovn.go:135] Ensuring zone local for Pod openshift-network-diagnostics/network-check-target-grcpm in node ip-10-0-2-232.ec2.internal I0518 07:03:44.693397 3428 obj_retry.go:363] Adding new object: *v1.Pod openshift-multus/network-metrics-daemon-zzhmd I0518 07:03:44.693922 3428 ovn.go:135] Ensuring zone local for Pod openshift-multus/network-metrics-daemon-zzhmd in node ip-10-0-2-232.ec2.internal I0518 07:03:44.693939 3428 base_network_controller_pods.go:478] [default/openshift-network-diagnostics/network-check-target-grcpm] creating logical port openshift-network-diagnostics_network-check-target-grcpm for pod on switch ip-10-0-2-232.ec2.internal I0518 07:03:44.693963 3428 base_network_controller_pods.go:478] [default/openshift-multus/network-metrics-daemon-zzhmd] creating logical port openshift-multus_network-metrics-daemon-zzhmd for pod on switch ip-10-0-2-232.ec2.internal I0518 07:03:44.694184 3428 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 == {d384bae5-3c08-4a81-a2d1-a639aaac3acd}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:44.694186 3428 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:22f6f349-53aa-4d8a-b03c-282ec58f47a1 requested-chassis:ip-10-0-2-232.ec2.internal]} port_security:{GoSet:[0a:58:0a:81:00:03 10.129.0.3]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {073ca729-89ed-42ad-b025-40733f72c479}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:44.694237 3428 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:073ca729-89ed-42ad-b025-40733f72c479}]}}] Timeout: Where:[where column _uuid == {de7a1293-10df-480d-a753-2f164bf0c46c}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:44.694242 3428 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:d384bae5-3c08-4a81-a2d1-a639aaac3acd}]}}] Timeout: Where:[where column _uuid == {747517ee-9487-4adc-b570-70ba027f8362}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:44.694251 3428 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:e703e535-aa19-4bb4-a18d-b2cc7d99127d requested-chassis:ip-10-0-2-232.ec2.internal]} port_security:{GoSet:[0a:58:0a:81:00:04 10.129.0.4]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {51ed8762-b934-49e5-a079-4977eb08e7c7}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:44.694266 3428 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 == {d384bae5-3c08-4a81-a2d1-a639aaac3acd}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:policies Mutator:insert Value:{GoSet:[{GoUUID:d384bae5-3c08-4a81-a2d1-a639aaac3acd}]}}] Timeout: Where:[where column _uuid == {747517ee-9487-4adc-b570-70ba027f8362}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:44.694294 3428 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:073ca729-89ed-42ad-b025-40733f72c479}]}}] Timeout: Where:[where column _uuid == {5d32a19a-a40e-470c-a34a-1bb8c3fb05da}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:44.694333 3428 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:51ed8762-b934-49e5-a079-4977eb08e7c7}]}}] Timeout: Where:[where column _uuid == {de7a1293-10df-480d-a753-2f164bf0c46c}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:44.694410 3428 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:51ed8762-b934-49e5-a079-4977eb08e7c7}]}}] Timeout: Where:[where column _uuid == {0a514cbf-3e5d-4da2-881c-951bd2628c2d}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:44.694445 3428 model_client.go:383] Update operations generated as: [{Op:update Table:NAT Row:map[external_ip:10.0.2.232 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 == {ce923654-ab23-4bba-895f-8c7a15aed266}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:44.694504 3428 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:ce923654-ab23-4bba-895f-8c7a15aed266}]}}] Timeout: Where:[where column _uuid == {71004f92-efd5-4a59-b9ab-2204fecc6bf3}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:44.694576 3428 model_client.go:383] Update operations generated as: [{Op:update Table:NAT Row:map[external_ip:10.0.2.232 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 == {62932ea7-a927-410d-948d-56b01fa3782f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:44.694574 3428 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:22f6f349-53aa-4d8a-b03c-282ec58f47a1 requested-chassis:ip-10-0-2-232.ec2.internal]} port_security:{GoSet:[0a:58:0a:81:00:03 10.129.0.3]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {073ca729-89ed-42ad-b025-40733f72c479}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:073ca729-89ed-42ad-b025-40733f72c479}]}}] Timeout: Where:[where column _uuid == {de7a1293-10df-480d-a753-2f164bf0c46c}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:073ca729-89ed-42ad-b025-40733f72c479}]}}] Timeout: Where:[where column _uuid == {5d32a19a-a40e-470c-a34a-1bb8c3fb05da}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:update Table:NAT Row:map[external_ip:10.0.2.232 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 == {ce923654-ab23-4bba-895f-8c7a15aed266}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:nat Mutator:insert Value:{GoSet:[{GoUUID:ce923654-ab23-4bba-895f-8c7a15aed266}]}}] Timeout: Where:[where column _uuid == {71004f92-efd5-4a59-b9ab-2204fecc6bf3}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:44.694651 3428 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:62932ea7-a927-410d-948d-56b01fa3782f}]}}] Timeout: Where:[where column _uuid == {71004f92-efd5-4a59-b9ab-2204fecc6bf3}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:44.694671 3428 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:e703e535-aa19-4bb4-a18d-b2cc7d99127d requested-chassis:ip-10-0-2-232.ec2.internal]} port_security:{GoSet:[0a:58:0a:81:00:04 10.129.0.4]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {51ed8762-b934-49e5-a079-4977eb08e7c7}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:51ed8762-b934-49e5-a079-4977eb08e7c7}]}}] Timeout: Where:[where column _uuid == {de7a1293-10df-480d-a753-2f164bf0c46c}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:51ed8762-b934-49e5-a079-4977eb08e7c7}]}}] Timeout: Where:[where column _uuid == {0a514cbf-3e5d-4da2-881c-951bd2628c2d}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:update Table:NAT Row:map[external_ip:10.0.2.232 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 == {62932ea7-a927-410d-948d-56b01fa3782f}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:nat Mutator:insert Value:{GoSet:[{GoUUID:62932ea7-a927-410d-948d-56b01fa3782f}]}}] Timeout: Where:[where column _uuid == {71004f92-efd5-4a59-b9ab-2204fecc6bf3}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0518 07:03:44.695025 3428 port_cache.go:96] port-cache(openshift-multus_network-metrics-daemon-zzhmd): added port &{name:openshift-multus_network-metrics-daemon-zzhmd uuid:073ca729-89ed-42ad-b025-40733f72c479 logicalSwitch:ip-10-0-2-232.ec2.internal ips:[0xc009bc5a10] 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 I0518 07:03:44.695047 3428 pods.go:253] [openshift-multus/network-metrics-daemon-zzhmd] addLogicalPort took 1.09638ms, libovsdb time 437.916µs I0518 07:03:44.695057 3428 obj_retry.go:383] Retry successful for *v1.Pod openshift-multus/network-metrics-daemon-zzhmd after 0 failed attempt(s) I0518 07:03:44.695064 3428 default_network_controller.go:705] Recording success event on pod openshift-multus/network-metrics-daemon-zzhmd I0518 07:03:44.695077 3428 ovnkube_controller.go:780] Unexpected last event type (2) in cache for pod with UID "22f6f349-53aa-4d8a-b03c-282ec58f47a1" I0518 07:03:44.695130 3428 port_cache.go:96] port-cache(openshift-network-diagnostics_network-check-target-grcpm): added port &{name:openshift-network-diagnostics_network-check-target-grcpm uuid:51ed8762-b934-49e5-a079-4977eb08e7c7 logicalSwitch:ip-10-0-2-232.ec2.internal ips:[0xc00a19b500] 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 I0518 07:03:44.695152 3428 pods.go:253] [openshift-network-diagnostics/network-check-target-grcpm] addLogicalPort took 1.226157ms, libovsdb time 449.668µs I0518 07:03:44.695160 3428 obj_retry.go:383] Retry successful for *v1.Pod openshift-network-diagnostics/network-check-target-grcpm after 0 failed attempt(s) I0518 07:03:44.695166 3428 default_network_controller.go:705] Recording success event on pod openshift-network-diagnostics/network-check-target-grcpm I0518 07:03:44.695174 3428 obj_retry.go:417] Function iterateRetryResources for *v1.Pod ended (in 1.944958ms) I0518 07:03:44.695184 3428 ovnkube_controller.go:780] Unexpected last event type (2) in cache for pod with UID "e703e535-aa19-4bb4-a18d-b2cc7d99127d" I0518 07:03:44.703083 3428 gateway_shared_intf.go:2533] Creating Gateway Node Port Watcher I0518 07:03:44.703097 3428 ovs.go:160] Exec(50): /usr/bin/ovs-vsctl --timeout=15 --if-exists get interface ens5 ofport I0518 07:03:44.703197 3428 obj_retry.go:565] Update event received for resource *v1.Node, old object is equal to new: false I0518 07:03:44.703253 3428 obj_retry.go:617] Update event received for *v1.Node ip-10-0-2-232.ec2.internal I0518 07:03:44.703302 3428 obj_retry.go:565] Update event received for resource *factory.egressNode, old object is equal to new: false I0518 07:03:44.703316 3428 obj_retry.go:617] Update event received for *factory.egressNode ip-10-0-2-232.ec2.internal I0518 07:03:44.707852 3428 ovs.go:163] Exec(50): stdout: "1\n" I0518 07:03:44.707866 3428 ovs.go:164] Exec(50): stderr: "" I0518 07:03:44.713389 3428 iptables.go:108] Creating table: mangle chain: OUTPUT I0518 07:03:44.714448 3428 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. I0518 07:03:44.715444 3428 iptables.go:121] Adding rule in table: mangle, chain: OUTPUT with args: "-j OVN-KUBE-ITP" for protocol: 0 I0518 07:03:44.716543 3428 iptables.go:108] Creating table: nat chain: OUTPUT I0518 07:03:44.717569 3428 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. I0518 07:03:44.718581 3428 iptables.go:121] Adding rule in table: nat, chain: OUTPUT with args: "-j OVN-KUBE-ITP" for protocol: 0 I0518 07:03:44.741253 3428 iptables.go:108] Creating table: nat chain: PREROUTING I0518 07:03:44.742373 3428 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. I0518 07:03:44.743432 3428 iptables.go:121] Adding rule in table: nat, chain: PREROUTING with args: "-j OVN-KUBE-NODEPORT" for protocol: 0 I0518 07:03:44.745603 3428 iptables.go:121] Adding rule in table: nat, chain: OUTPUT with args: "-j OVN-KUBE-NODEPORT" for protocol: 0 I0518 07:03:44.747678 3428 iptables.go:121] Adding rule in table: nat, chain: PREROUTING with args: "-j OVN-KUBE-EXTERNALIP" for protocol: 0 I0518 07:03:44.749705 3428 iptables.go:121] Adding rule in table: nat, chain: OUTPUT with args: "-j OVN-KUBE-EXTERNALIP" for protocol: 0 I0518 07:03:44.751737 3428 iptables.go:121] Adding rule in table: nat, chain: PREROUTING with args: "-j OVN-KUBE-ETP" for protocol: 0 I0518 07:03:44.789926 3428 iptables.go:108] Creating table: filter chain: FORWARD I0518 07:03:44.791036 3428 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. I0518 07:03:44.792456 3428 iptables.go:121] Adding rule in table: filter, chain: FORWARD with args: "-s 10.128.0.0/14 -j ACCEPT" for protocol: 0 I0518 07:03:44.794982 3428 iptables.go:121] Adding rule in table: filter, chain: FORWARD with args: "-d 10.128.0.0/14 -j ACCEPT" for protocol: 0 I0518 07:03:44.797365 3428 iptables.go:121] Adding rule in table: filter, chain: FORWARD with args: "-s 172.30.0.0/16 -j ACCEPT" for protocol: 0 I0518 07:03:44.799788 3428 iptables.go:121] Adding rule in table: filter, chain: FORWARD with args: "-d 172.30.0.0/16 -j ACCEPT" for protocol: 0 I0518 07:03:44.802173 3428 iptables.go:121] Adding rule in table: filter, chain: FORWARD with args: "-s 169.254.0.1 -j ACCEPT" for protocol: 0 I0518 07:03:44.804918 3428 iptables.go:121] Adding rule in table: filter, chain: FORWARD with args: "-d 169.254.0.1 -j ACCEPT" for protocol: 0 I0518 07:03:44.806228 3428 gateway_shared_intf.go:2855] Ensuring IP Neighbor entry for: 169.254.0.1 W0518 07:03:44.806382 3428 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 I0518 07:03:44.806442 3428 gateway_shared_intf.go:2855] Ensuring IP Neighbor entry for: 169.254.0.4 W0518 07:03:44.806538 3428 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 I0518 07:03:44.806599 3428 gateway_init.go:431] Gateway and management port readiness took 1.671946604s I0518 07:03:44.806635 3428 controller.go:132] Adding controller [node-nad-controller NAD controller] event handlers I0518 07:03:44.806668 3428 shared_informer.go:313] Waiting for caches to sync for [node-nad-controller NAD controller] I0518 07:03:44.806678 3428 shared_informer.go:320] Caches are synced for [node-nad-controller NAD controller] I0518 07:03:44.806687 3428 controller.go:156] Starting controller [node-nad-controller NAD controller] with 1 workers I0518 07:03:44.806944 3428 network_controller.go:246] [node-nad-controller network controller]: syncing all networks I0518 07:03:44.806957 3428 network_controller.go:257] [node-nad-controller network controller]: finished syncing all networks. Time taken: 14.147µs I0518 07:03:44.806966 3428 controller.go:156] Starting controller [node-nad-controller network controller] with 1 workers I0518 07:03:44.806978 3428 nad_controller.go:162] [node-nad-controller NAD controller]: started I0518 07:03:44.806984 3428 default_node_network_controller.go:986] Starting the default node network controller I0518 07:03:44.806994 3428 gateway_init.go:441] Initializing Gateway Functionality for gateway Start I0518 07:03:44.807153 3428 gateway_localnet.go:68] Node local addresses initialized to: map[10.0.2.232:{10.0.2.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::43e9:7915:3512:453e:{fe80:: ffffffffffffffff0000000000000000} fe80::7e:85ff:fe5b:7afa:{fe80:: ffffffffffffffff0000000000000000}] I0518 07:03:44.807278 3428 default_node_network_controller.go:1676] MTU (9001) of network interface br-ex is big enough to deal with Geneve header overhead (sum 8959). I0518 07:03:44.807290 3428 default_node_network_controller.go:1106] Upgrade Hack: Interconnect is enabled I0518 07:03:44.807324 3428 default_node_network_controller.go:1130] Upgrade Hack: node ip-10-0-0-168.ec2.internal, subnet 10.128.0.0/23 I0518 07:03:44.807345 3428 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" I0518 07:03:44.817007 3428 ovs.go:163] Exec(51): stdout: "00c3c4b4-0d2a-409a-99f6-3b79c85aab46\n" I0518 07:03:44.817022 3428 ovs.go:164] Exec(51): stderr: "" I0518 07:03:44.817033 3428 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 - 00c3c4b4-0d2a-409a-99f6-3b79c85aab46 : stderr - : err I0518 07:03:44.817045 3428 default_node_network_controller.go:1138] Upgrade Hack: Syncing nodes took 9.74824ms I0518 07:03:44.817066 3428 ovs.go:160] Exec(52): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns name find Load_Balancer I0518 07:03:44.821278 3428 ovs.go:163] Exec(52): stdout: "Service_openshift-cluster-storage-operator/cluster-storage-operator-metrics_TCP_cluster\n\nService_openshift-cloud-credential-operator/cco-metrics_TCP_cluster\n\nService_openshift-network-diagnostics/network-check-target_TCP_cluster\n\nService_openshift-machine-config-operator/machine-config-operator_TCP_cluster\n\nService_openshift-ingress/router-default_TCP_node_switch_ip-10-0-2-232.ec2.internal\n\nService_openshift-kube-storage-version-migrator-operator/metrics_TCP_cluster\n\nService_openshift-ingress/router-default_TCP_cluster\n\nService_openshift-ingress-operator/metrics_TCP_cluster\n\nService_openshift-machine-config-operator/machine-config-daemon_TCP_cluster\n\nService_openshift-insights/metrics_TCP_cluster\n\nService_openshift-apiserver-operator/metrics_TCP_cluster\n\nService_default/openshift-apiserver_TCP_node_router+switch_ip-10-0-2-232.ec2.internal\n\nService_openshift-console-operator/metrics_TCP_cluster\n\nService_openshift-authentication-operator/metrics_TCP_cluster\n\nService_openshift-kube-controller-manager-operator/metrics_TCP_cluster\n\nService_openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics_TCP_cluster\n\nService_openshift-ingress/router-default_TCP_node_router_ip-10-0-2-232.ec2.internal\n\nService_openshift-dns/dns-default_TCP_node_router+switch_ip-10-0-2-232.ec2.internal\n\nService_openshift-machine-config-operator/machine-config-controller_TCP_cluster\n\nService_openshift-network-console/networking-console-plugin_TCP_cluster\n\nService_openshift-image-registry/image-registry_TCP_cluster\n\nService_openshift-cluster-node-tuning-operator/performance-addon-operator-service_TCP_cluster\n\nService_openshift-deployment-validation-operator/deployment-validation-operator-catalog_TCP_cluster\n\nService_openshift-cluster-version/cluster-version-operator_TCP_cluster\n\nService_default/openshift-oauth-apiserver_TCP_node_router+switch_ip-10-0-2-232.ec2.internal\n\nService_openshift-dns-operator/metrics_TCP_cluster\n\nService_openshift-dns/dns-default_UDP_node_router+switch_ip-10-0-2-232.ec2.internal\n\nService_openshift-ingress/router-internal-default_TCP_cluster\n\nService_openshift-config-operator/metrics_TCP_cluster\n\nService_openshift-apiserver/check-endpoints_TCP_cluster\n\nService_openshift-ingress-canary/ingress-canary_TCP_cluster\n\nService_openshift-service-ca-operator/metrics_TCP_cluster\n\nService_openshift-deployment-validation-operator/deployment-validation-operator-metrics_TCP_cluster\n\nService_default/kubernetes_TCP_node_router+switch_ip-10-0-2-232.ec2.internal\n\nService_default/packageserver_TCP_node_router+switch_ip-10-0-2-232.ec2.internal\n" I0518 07:03:44.821323 3428 ovs.go:164] Exec(52): stderr: "" I0518 07:03:44.821332 3428 default_node_network_controller.go:779] Upgrade Hack: fetchLBNames: stdout - Service_openshift-cluster-storage-operator/cluster-storage-operator-metrics_TCP_cluster Service_openshift-cloud-credential-operator/cco-metrics_TCP_cluster Service_openshift-network-diagnostics/network-check-target_TCP_cluster Service_openshift-machine-config-operator/machine-config-operator_TCP_cluster Service_openshift-ingress/router-default_TCP_node_switch_ip-10-0-2-232.ec2.internal Service_openshift-kube-storage-version-migrator-operator/metrics_TCP_cluster Service_openshift-ingress/router-default_TCP_cluster Service_openshift-ingress-operator/metrics_TCP_cluster Service_openshift-machine-config-operator/machine-config-daemon_TCP_cluster Service_openshift-insights/metrics_TCP_cluster Service_openshift-apiserver-operator/metrics_TCP_cluster Service_default/openshift-apiserver_TCP_node_router+switch_ip-10-0-2-232.ec2.internal Service_openshift-console-operator/metrics_TCP_cluster Service_openshift-authentication-operator/metrics_TCP_cluster Service_openshift-kube-controller-manager-operator/metrics_TCP_cluster Service_openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics_TCP_cluster Service_openshift-ingress/router-default_TCP_node_router_ip-10-0-2-232.ec2.internal Service_openshift-dns/dns-default_TCP_node_router+switch_ip-10-0-2-232.ec2.internal Service_openshift-machine-config-operator/machine-config-controller_TCP_cluster Service_openshift-network-console/networking-console-plugin_TCP_cluster Service_openshift-image-registry/image-registry_TCP_cluster Service_openshift-cluster-node-tuning-operator/performance-addon-operator-service_TCP_cluster Service_openshift-deployment-validation-operator/deployment-validation-operator-catalog_TCP_cluster Service_openshift-cluster-version/cluster-version-operator_TCP_cluster Service_default/openshift-oauth-apiserver_TCP_node_router+switch_ip-10-0-2-232.ec2.internal Service_openshift-dns-operator/metrics_TCP_cluster Service_openshift-dns/dns-default_UDP_node_router+switch_ip-10-0-2-232.ec2.internal Service_openshift-ingress/router-internal-default_TCP_cluster Service_openshift-config-operator/metrics_TCP_cluster Service_openshift-apiserver/check-endpoints_TCP_cluster Service_openshift-ingress-canary/ingress-canary_TCP_cluster Service_openshift-service-ca-operator/metrics_TCP_cluster Service_openshift-deployment-validation-operator/deployment-validation-operator-metrics_TCP_cluster Service_default/kubernetes_TCP_node_router+switch_ip-10-0-2-232.ec2.internal Service_default/packageserver_TCP_node_router+switch_ip-10-0-2-232.ec2.internal : stderr - : err I0518 07:03:44.821341 3428 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - default/packageserver/Service_default/packageserver : match - true I0518 07:03:44.821346 3428 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 I0518 07:03:44.821351 3428 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 I0518 07:03:44.821355 3428 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-dns-operator/metrics/Service_openshift-dns-operator/metrics : match - true I0518 07:03:44.821359 3428 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-ingress-operator/metrics/Service_openshift-ingress-operator/metrics : match - true I0518 07:03:44.821362 3428 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 I0518 07:03:44.821365 3428 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - default/openshift-apiserver/Service_default/openshift-apiserver : match - true I0518 07:03:44.821368 3428 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-apiserver-operator/metrics/Service_openshift-apiserver-operator/metrics : match - true I0518 07:03:44.821372 3428 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 I0518 07:03:44.821375 3428 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-service-ca-operator/metrics/Service_openshift-service-ca-operator/metrics : match - true I0518 07:03:44.821378 3428 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 I0518 07:03:44.821381 3428 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 I0518 07:03:44.821386 3428 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-ingress-canary/ingress-canary/Service_openshift-ingress-canary/ingress-canary : match - true I0518 07:03:44.821391 3428 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-ingress/router-internal-default/Service_openshift-ingress/router-internal-default : match - true I0518 07:03:44.821395 3428 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 I0518 07:03:44.821400 3428 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-ingress/router-default/Service_openshift-ingress/router-default : match - true I0518 07:03:44.821403 3428 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-authentication-operator/metrics/Service_openshift-authentication-operator/metrics : match - true I0518 07:03:44.821406 3428 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-image-registry/image-registry/Service_openshift-image-registry/image-registry : match - true I0518 07:03:44.821409 3428 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 I0518 07:03:44.821412 3428 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - default/kubernetes/Service_default/kubernetes : match - true I0518 07:03:44.821415 3428 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - default/openshift-oauth-apiserver/Service_default/openshift-oauth-apiserver : match - true I0518 07:03:44.821418 3428 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 I0518 07:03:44.821422 3428 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 I0518 07:03:44.821426 3428 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-insights/metrics/Service_openshift-insights/metrics : match - true I0518 07:03:44.821430 3428 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-apiserver/check-endpoints/Service_openshift-apiserver/check-endpoints : match - true I0518 07:03:44.821433 3428 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 I0518 07:03:44.821435 3428 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 I0518 07:03:44.821438 3428 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 I0518 07:03:44.821442 3428 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-config-operator/metrics/Service_openshift-config-operator/metrics : match - true I0518 07:03:44.821444 3428 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-console-operator/metrics/Service_openshift-console-operator/metrics : match - true I0518 07:03:44.821447 3428 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-dns/dns-default/Service_openshift-dns/dns-default : match - true I0518 07:03:44.821451 3428 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 I0518 07:03:44.821457 3428 default_node_network_controller.go:1158] Upgrade Hack: Syncing services took 14.161187ms I0518 07:03:44.821473 3428 ovs.go:160] Exec(53): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns _uuid find Port_Binding logical_port=openshift-multus_network-metrics-daemon-zzhmd I0518 07:03:44.826280 3428 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-9c64590e2e7b5e8184b1ec19c157e402c519a2e1b6f2d5190a0e0d327f61b207.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2dcontainers_2dstorage_2doverlay_2d9c64590e2e7b5e8184b1ec19c157e402c519a2e1b6f2d5190a0e0d327f61b207_2emount"}, Sequence:0x39} I0518 07:03:44.826345 3428 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} I0518 07:03:44.826373 3428 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} I0518 07:03:44.826529 3428 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} I0518 07:03:44.826552 3428 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} I0518 07:03:44.826651 3428 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} I0518 07:03:44.826739 3428 ovs.go:163] Exec(53): stdout: "4b995bc6-f3a0-4dfc-a06e-1dbcdcbee1ed\n" I0518 07:03:44.826772 3428 ovs.go:164] Exec(53): stderr: "" I0518 07:03:44.826802 3428 default_node_network_controller.go:796] Upgrade Hack: portExists for pod - openshift-multus/network-metrics-daemon-zzhmd : stdout - 4b995bc6-f3a0-4dfc-a06e-1dbcdcbee1ed : stderr - I0518 07:03:44.826835 3428 ovs.go:160] Exec(54): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns _uuid find Port_Binding logical_port=openshift-network-diagnostics_network-check-target-grcpm I0518 07:03:44.826868 3428 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} I0518 07:03:44.827016 3428 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} I0518 07:03:44.827053 3428 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:0x6521226f92fa9}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6c1f3e}, "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:0x6521226f8debf}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6bce54}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6521226f8de9a}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6bce30}, "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:0x6521226f91d15}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6c0caa}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x8d, 0xe2, 0xa2, 0x91, 0x98, 0xc2, 0x45, 0x50, 0x8e, 0xd6, 0xc3, 0x62, 0xe9, 0x43, 0xb4, 0x5f}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6521226f92fa9}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6c1f3e}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"mounted"}}, []string{"Conditions", "Asserts"}}, Sequence:0x41} I0518 07:03:44.827270 3428 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:0x6521226a3f0a6}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x16e03a}, "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:0x6521226a3f0a6}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x16e03a}, "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:0x6521226a3f0a6}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x16e03a}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0x42} I0518 07:03:44.827363 3428 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} I0518 07:03:44.827394 3428 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:0x6521226a5dd77}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x18cd0c}, "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:0x6521226a5dd21}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x18ccb5}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6521226a5dd1f}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x18ccb4}, "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:0x6521226a5dd77}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x18cd0c}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x1a, 0x14, 0x98, 0x9d, 0xfc, 0x17, 0x4f, 0x71, 0xa9, 0x27, 0x14, 0xa5, 0xbd, 0xd8, 0x93, 0x9c}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6521226e96dfe}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x5c5d92}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x44} I0518 07:03:44.827445 3428 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-9c64590e2e7b5e8184b1ec19c157e402c519a2e1b6f2d5190a0e0d327f61b207-merged.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2dcontainers_2dstorage_2doverlay_2d9c64590e2e7b5e8184b1ec19c157e402c519a2e1b6f2d5190a0e0d327f61b207_2dmerged_2emount"}, Sequence:0x45} I0518 07:03:44.827524 3428 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:0x6521226e374df}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x566474}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0x46} I0518 07:03:44.827707 3428 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:0x6521226f8d9d5}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6bc969}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6521226ca087c}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3cf810}, "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:0x6521226f8d9cf}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6bc963}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6521226f8d9ce}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6bc963}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6521226ca087c}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3cf810}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6521226f8d9d5}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6bc969}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x53, 0xdf, 0x60, 0x33, 0x78, 0xbf, 0x47, 0xa6, 0x9f, 0xc8, 0x7f, 0x73, 0xc7, 0x51, 0x0, 0xd1}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6521226f8d9d5}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6bc969}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0x47} I0518 07:03:44.827786 3428 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:0x6521226fc2f72}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6f1f06}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6521226c9f9bd}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3ce952}, "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:0x6521226fc2f6b}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6f1f00}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6521226fc2f6a}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6f1efe}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6521226c9f9bd}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3ce952}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6521226fc2f72}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6f1f06}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xb3, 0xb2, 0x8, 0x14, 0x87, 0xe8, 0x43, 0xe7, 0xb8, 0x79, 0xeb, 0x9b, 0xc2, 0x7, 0x4c, 0x8e}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6521226fc2f72}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6f1f06}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0x48} I0518 07:03:44.827843 3428 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-9c64590e2e7b5e8184b1ec19c157e402c519a2e1b6f2d5190a0e0d327f61b207.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2dcontainers_2dstorage_2doverlay_2d9c64590e2e7b5e8184b1ec19c157e402c519a2e1b6f2d5190a0e0d327f61b207_2emount"}, Sequence:0x49} I0518 07:03:44.827861 3428 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} I0518 07:03:44.828032 3428 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} I0518 07:03:44.828048 3428 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} I0518 07:03:44.828083 3428 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} I0518 07:03:44.831762 3428 ovs.go:163] Exec(54): stdout: "2652e1a5-28bc-46c3-86ac-6b42813965f3\n" I0518 07:03:44.831779 3428 ovs.go:164] Exec(54): stderr: "" I0518 07:03:44.831787 3428 default_node_network_controller.go:796] Upgrade Hack: portExists for pod - openshift-network-diagnostics/network-check-target-grcpm : stdout - 2652e1a5-28bc-46c3-86ac-6b42813965f3 : stderr - I0518 07:03:44.831803 3428 default_node_network_controller.go:1179] Upgrade Hack: Syncing pods took 24.499534ms I0518 07:03:44.831816 3428 kube.go:133] Setting annotations map[k8s.ovn.org/remote-zone-migrated:ip-10-0-2-232.ec2.internal] on node ip-10-0-2-232.ec2.internal I0518 07:03:44.848280 3428 obj_retry.go:565] Update event received for resource *v1.Node, old object is equal to new: false I0518 07:03:44.848334 3428 default_node_network_controller.go:1193] ovnkube-node ip-10-0-2-232.ec2.internal finished annotating node with remote-zone-migrated; took: 41.03207ms I0518 07:03:44.848357 3428 node_tracker.go:211] Processing possible switch / router updates for node ip-10-0-2-232.ec2.internal in network "default" I0518 07:03:44.848468 3428 node_tracker.go:172] Node ip-10-0-2-232.ec2.internal switch + router changed, syncing services in network "default" I0518 07:03:44.848511 3428 services_controller.go:575] Full service sync requested for network=default I0518 07:03:44.848345 3428 obj_retry.go:617] Update event received for *v1.Node ip-10-0-2-232.ec2.internal I0518 07:03:44.848536 3428 services_controller.go:640] Adding service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0518 07:03:44.848551 3428 services_controller.go:640] Adding service openshift-ingress/router-default for network=default I0518 07:03:44.848559 3428 services_controller.go:640] Adding service openshift-multus/network-metrics-service for network=default I0518 07:03:44.848566 3428 services_controller.go:640] Adding service openshift-network-operator/metrics for network=default I0518 07:03:44.848573 3428 services_controller.go:640] Adding service openshift-authentication-operator/metrics for network=default I0518 07:03:44.848580 3428 services_controller.go:640] Adding service openshift-image-registry/image-registry for network=default I0518 07:03:44.848586 3428 services_controller.go:640] Adding service openshift-machine-config-operator/machine-config-operator for network=default I0518 07:03:44.848583 3428 obj_retry.go:565] Update event received for resource *factory.egressNode, old object is equal to new: false I0518 07:03:44.848594 3428 services_controller.go:640] Adding service default/kubernetes for network=default I0518 07:03:44.848599 3428 services_controller.go:640] Adding service default/openshift-oauth-apiserver for network=default I0518 07:03:44.848602 3428 obj_retry.go:617] Update event received for *factory.egressNode ip-10-0-2-232.ec2.internal I0518 07:03:44.848626 3428 services_controller.go:640] Adding service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0518 07:03:44.848640 3428 services_controller.go:640] Adding service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0518 07:03:44.848654 3428 services_controller.go:640] Adding service openshift-insights/metrics for network=default I0518 07:03:44.848660 3428 services_controller.go:640] Adding service default/openshift for network=default I0518 07:03:44.848666 3428 services_controller.go:640] Adding service openshift-apiserver/check-endpoints for network=default I0518 07:03:44.848672 3428 services_controller.go:640] Adding service openshift-kube-controller-manager-operator/metrics for network=default I0518 07:03:44.848678 3428 services_controller.go:640] Adding service openshift-network-diagnostics/network-check-source for network=default I0518 07:03:44.848684 3428 services_controller.go:640] Adding service openshift-network-diagnostics/network-check-target for network=default I0518 07:03:44.848690 3428 services_controller.go:640] Adding service openshift-cloud-credential-operator/cco-metrics for network=default I0518 07:03:44.848698 3428 services_controller.go:640] Adding service openshift-cluster-machine-approver/machine-approver for network=default I0518 07:03:44.848704 3428 services_controller.go:640] Adding service openshift-config-operator/metrics for network=default I0518 07:03:44.848710 3428 services_controller.go:640] Adding service openshift-console-operator/metrics for network=default I0518 07:03:44.848715 3428 services_controller.go:640] Adding service openshift-dns/dns-default for network=default I0518 07:03:44.848721 3428 services_controller.go:640] Adding service openshift-machine-config-operator/machine-config-controller for network=default I0518 07:03:44.848727 3428 services_controller.go:640] Adding service default/packageserver for network=default I0518 07:03:44.848733 3428 services_controller.go:640] Adding service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0518 07:03:44.848739 3428 services_controller.go:640] Adding service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0518 07:03:44.848745 3428 services_controller.go:640] Adding service openshift-dns-operator/metrics for network=default I0518 07:03:44.848750 3428 services_controller.go:640] Adding service openshift-ingress-operator/metrics for network=default I0518 07:03:44.848756 3428 services_controller.go:640] Adding service openshift-machine-config-operator/machine-config-daemon for network=default I0518 07:03:44.848761 3428 services_controller.go:640] Adding service default/openshift-apiserver for network=default I0518 07:03:44.848767 3428 services_controller.go:640] Adding service openshift-apiserver-operator/metrics for network=default I0518 07:03:44.848774 3428 services_controller.go:640] Adding service openshift-cluster-samples-operator/metrics for network=default I0518 07:03:44.848779 3428 services_controller.go:640] Adding service openshift-network-console/networking-console-plugin for network=default I0518 07:03:44.848785 3428 services_controller.go:640] Adding service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0518 07:03:44.848803 3428 services_controller.go:640] Adding service openshift-service-ca-operator/metrics for network=default I0518 07:03:44.848816 3428 services_controller.go:640] Adding service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0518 07:03:44.848823 3428 services_controller.go:640] Adding service openshift-cluster-version/cluster-version-operator for network=default I0518 07:03:44.848829 3428 services_controller.go:640] Adding service openshift-ingress-canary/ingress-canary for network=default I0518 07:03:44.848835 3428 services_controller.go:640] Adding service openshift-ingress/router-internal-default for network=default I0518 07:03:44.848841 3428 services_controller.go:640] Adding service openshift-kube-storage-version-migrator-operator/metrics for network=default I0518 07:03:44.848847 3428 services_controller.go:640] Adding service openshift-monitoring/cluster-monitoring-operator for network=default I0518 07:03:44.848804 3428 services_controller.go:382] Processing sync for service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0518 07:03:44.848862 3428 services_controller.go:386] Finished syncing service node-tuning-operator on namespace openshift-cluster-node-tuning-operator for network=default : 231.155µs I0518 07:03:44.848879 3428 services_controller.go:382] Processing sync for service openshift-ingress/router-default for network=default I0518 07:03:44.848932 3428 services_controller.go:382] Processing sync for service openshift-multus/network-metrics-service for network=default I0518 07:03:44.848968 3428 services_controller.go:386] Finished syncing service network-metrics-service on namespace openshift-multus for network=default : 63.786µs I0518 07:03:44.849007 3428 services_controller.go:382] Processing sync for service openshift-network-operator/metrics for network=default I0518 07:03:44.848912 3428 services_controller.go:460] Service openshift-ingress/router-default retrieved from lister for network=default: &Service{ObjectMeta:{router-default openshift-ingress 9478d9a3-e46d-459d-b711-4de75b579e31 2549 0 2026-05-18 06:51:55 +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=2qc6e4rqab9epl0osrq0g71h7qec7g8k,api.openshift.com/legal-entity-id=2h8L52xc1VHB4xLFE2YyPmAjYjI,api.openshift.com/name=kx-62e28e5166,cluster-type=rosa-hcp,creation-date=2026-05-18,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 8d3b9d3e-785e-4691-8078-b859a51c6205 0xc007bb22e7 }] [service.kubernetes.io/load-balancer-cleanup] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:http,Protocol:TCP,Port:80,TargetPort:{1 0 http},NodePort:30744,AppProtocol:nil,},ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{1 0 https},NodePort:30946,AppProtocol:nil,},},Selector:map[string]string{ingresscontroller.operator.openshift.io/deployment-ingresscontroller: default,},ClusterIP:172.30.211.2,Type:LoadBalancer,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:Local,HealthCheckNodePort:31515,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.211.2],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:*true,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{LoadBalancerIngress{IP:,Hostname:a9478d9a3e46d459db7114de75b579e3-8a75a27c4df024c0.elb.us-east-1.amazonaws.com,IPMode:nil,Ports:[]PortStatus{},},},},Conditions:[]Condition{},},} I0518 07:03:44.849038 3428 services_controller.go:386] Finished syncing service metrics on namespace openshift-network-operator for network=default : 28.914µs I0518 07:03:44.849091 3428 services_controller.go:382] Processing sync for service openshift-authentication-operator/metrics for network=default I0518 07:03:44.849124 3428 services_controller.go:382] Processing sync for service openshift-machine-config-operator/machine-config-operator for network=default I0518 07:03:44.849108 3428 services_controller.go:460] Service openshift-authentication-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-authentication-operator d759942d-aace-44a9-b634-fb5512c263e1 723 0 2026-05-18 06:51:20 +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 20d3542f-9543-4161-a8e9-65ad7732453d 0xc004fef6a7 }] [] []},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.177.178,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.177.178],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:44.849188 3428 lb_config.go:1030] Cluster endpoints for openshift-authentication-operator/metrics for network=default are: map[] I0518 07:03:44.849204 3428 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.177.178"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0518 07:03:44.849226 3428 services_controller.go:470] Built service openshift-authentication-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0518 07:03:44.849242 3428 services_controller.go:471] Built service openshift-authentication-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:44.849262 3428 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.177.178", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:44.849157 3428 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 f8205417-1c0b-4dcb-8e51-8fb5ca66418c 762 0 2026-05-18 06:51:22 +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 20d3542f-9543-4161-a8e9-65ad7732453d 0xc007bb27eb }] [] []},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.250.45,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.250.45],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:44.849299 3428 services_controller.go:478] Built service openshift-authentication-operator/metrics per-node LB for network=default: []services.LB{} I0518 07:03:44.849310 3428 services_controller.go:479] Built service openshift-authentication-operator/metrics template LB for network=default: []services.LB{} I0518 07:03:44.849321 3428 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 I0518 07:03:44.849325 3428 lb_config.go:1030] Cluster endpoints for openshift-machine-config-operator/machine-config-operator for network=default are: map[] I0518 07:03:44.849340 3428 services_controller.go:382] Processing sync for service default/kubernetes for network=default I0518 07:03:44.849360 3428 services_controller.go:460] Service default/kubernetes retrieved from lister for network=default: &Service{ObjectMeta:{kubernetes default 358f091c-6bf6-4150-b88e-7fc7ac4759f0 273 0 2026-05-18 06:50:22 +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{},},} I0518 07:03:44.849436 3428 lb_config.go:1030] Cluster endpoints for default/kubernetes for network=default are: map[TCP/https:{6443 [172.20.0.1] []}] I0518 07:03:44.849457 3428 services_controller.go:469] Built service default/kubernetes LB cluster-wide configs for network=default: []services.lbConfig(nil) I0518 07:03:44.848385 3428 config.go:1705] Exec: /usr/bin/ovs-vsctl --timeout=15 set Open_vSwitch . external_ids:ovn-remote="unix:/var/run/ovn/ovnsb_db.sock" I0518 07:03:44.849347 3428 services_controller.go:497] Skipping no-op change for service openshift-authentication-operator/metrics for network=default I0518 07:03:44.849577 3428 services_controller.go:386] Finished syncing service metrics on namespace openshift-authentication-operator for network=default : 484.4µs I0518 07:03:44.849596 3428 services_controller.go:382] Processing sync for service default/openshift-oauth-apiserver for network=default I0518 07:03:44.849605 3428 services_controller.go:460] Service default/openshift-oauth-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-oauth-apiserver default 3792a8d9-0e55-4b22-b5c1-9c0c13719a60 1655 0 2026-05-18 06:51:41 +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.237.236,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.237.236],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:44.849711 3428 lb_config.go:1030] Cluster endpoints for default/openshift-oauth-apiserver for network=default are: map[TCP/https:{443 [172.30.144.237] []}] I0518 07:03:44.849731 3428 services_controller.go:469] Built service default/openshift-oauth-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0518 07:03:44.849740 3428 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.237.236"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.144.237"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0518 07:03:44.849756 3428 services_controller.go:471] Built service default/openshift-oauth-apiserver LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:44.849781 3428 services_controller.go:477] Built service default/openshift-oauth-apiserver cluster-wide LB for network=default: []services.LB{} I0518 07:03:44.849096 3428 services_controller.go:382] Processing sync for service openshift-image-registry/image-registry for network=default I0518 07:03:44.849797 3428 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-2-232.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.237.236", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.144.237", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-2-232.ec2.internal"}, Routers:[]string{"GR_ip-10-0-2-232.ec2.internal"}, Groups:[]string(nil)}} I0518 07:03:44.849830 3428 services_controller.go:479] Built service default/openshift-oauth-apiserver template LB for network=default: []services.LB{} I0518 07:03:44.849842 3428 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 I0518 07:03:44.849867 3428 services_controller.go:497] Skipping no-op change for service default/openshift-oauth-apiserver for network=default I0518 07:03:44.849880 3428 services_controller.go:386] Finished syncing service openshift-oauth-apiserver on namespace default for network=default : 284.396µs I0518 07:03:44.849079 3428 lb_config.go:1030] Cluster endpoints for openshift-ingress/router-default for network=default are: map[] I0518 07:03:44.849912 3428 services_controller.go:382] Processing sync for service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0518 07:03:44.849919 3428 lb_config.go:1053] Local endpoints for openshift-ingress/router-default for network=default are: map[] I0518 07:03:44.849935 3428 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.211.2"}, 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.211.2"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0518 07:03:44.849957 3428 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:30744, 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:30946, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:true, internalTrafficLocal:false, hasNodePort:true}} I0518 07:03:44.849970 3428 services_controller.go:471] Built service openshift-ingress/router-default LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:44.849339 3428 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.250.45"}, 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}} I0518 07:03:44.849993 3428 services_controller.go:470] Built service openshift-machine-config-operator/machine-config-operator LB per-node configs for network=default: []services.lbConfig(nil) I0518 07:03:44.850004 3428 services_controller.go:471] Built service openshift-machine-config-operator/machine-config-operator LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:44.850011 3428 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.211.2", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.211.2", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:44.850023 3428 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.250.45", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:44.850052 3428 services_controller.go:478] Built service openshift-machine-config-operator/machine-config-operator per-node LB for network=default: []services.LB{} I0518 07:03:44.850062 3428 services_controller.go:479] Built service openshift-machine-config-operator/machine-config-operator template LB for network=default: []services.LB{} I0518 07:03:44.850073 3428 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 I0518 07:03:44.849922 3428 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 21a8fc75-a960-4dcb-b24f-413f49bd7acb 986 0 2026-05-18 06:51:27 +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 20d3542f-9543-4161-a8e9-65ad7732453d 0xc004fefb07 }] [] []},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.193.203,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.193.203],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:44.850125 3428 lb_config.go:1030] Cluster endpoints for openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default are: map[] I0518 07:03:44.849803 3428 services_controller.go:460] Service openshift-image-registry/image-registry retrieved from lister for network=default: &Service{ObjectMeta:{image-registry openshift-image-registry 481e1651-7655-45f4-b05c-32ba3228c4d9 3694 0 2026-05-18 06:52:22 +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.28.167,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.28.167],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:44.850245 3428 lb_config.go:1030] Cluster endpoints for openshift-image-registry/image-registry for network=default are: map[] I0518 07:03:44.850095 3428 services_controller.go:497] Skipping no-op change for service openshift-machine-config-operator/machine-config-operator for network=default I0518 07:03:44.850292 3428 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.28.167"}, 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}} I0518 07:03:44.850302 3428 services_controller.go:386] Finished syncing service machine-config-operator on namespace openshift-machine-config-operator for network=default : 1.175386ms I0518 07:03:44.850308 3428 services_controller.go:470] Built service openshift-image-registry/image-registry LB per-node configs for network=default: []services.lbConfig(nil) I0518 07:03:44.850321 3428 services_controller.go:471] Built service openshift-image-registry/image-registry LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:44.850328 3428 services_controller.go:382] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0518 07:03:44.849533 3428 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}} I0518 07:03:44.850339 3428 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.28.167", Port:5000, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:44.850364 3428 services_controller.go:471] Built service default/kubernetes LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:44.850380 3428 services_controller.go:478] Built service openshift-image-registry/image-registry per-node LB for network=default: []services.LB{} I0518 07:03:44.850339 3428 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 d9abf6d5-7316-446f-8e82-12df47d66070 6508 0 2026-05-18 06:54:16 +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.54.114,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.54.114],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:44.850399 3428 services_controller.go:479] Built service openshift-image-registry/image-registry template LB for network=default: []services.LB{} I0518 07:03:44.850421 3428 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 I0518 07:03:44.850425 3428 services_controller.go:477] Built service default/kubernetes cluster-wide LB for network=default: []services.LB{} I0518 07:03:44.850039 3428 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-2-232.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.2.232", Port:30744, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:30744, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.2.232", Port:30946, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:30946, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string(nil), Routers:[]string{"GR_ip-10-0-2-232.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-ingress/router-default_TCP_node_switch_ip-10-0-2-232.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:30744, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.2.232", Port:30744, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:30744, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:30744, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:30946, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.2.232", Port:30946, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:30946, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:30946, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-2-232.ec2.internal"}, Routers:[]string(nil), Groups:[]string(nil)}} I0518 07:03:44.850432 3428 lb_config.go:1030] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default are: map[] I0518 07:03:44.850444 3428 services_controller.go:497] Skipping no-op change for service openshift-image-registry/image-registry for network=default I0518 07:03:44.850451 3428 services_controller.go:386] Finished syncing service image-registry on namespace openshift-image-registry for network=default : 1.354216ms I0518 07:03:44.850447 3428 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.54.114"}, 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}} I0518 07:03:44.850450 3428 services_controller.go:479] Built service openshift-ingress/router-default template LB for network=default: []services.LB{} I0518 07:03:44.850438 3428 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-2-232.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-2-232.ec2.internal"}, Routers:[]string{"GR_ip-10-0-2-232.ec2.internal"}, Groups:[]string(nil)}} I0518 07:03:44.850463 3428 services_controller.go:382] Processing sync for service openshift-insights/metrics for network=default I0518 07:03:44.850461 3428 services_controller.go:470] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0518 07:03:44.850468 3428 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 I0518 07:03:44.850471 3428 services_controller.go:479] Built service default/kubernetes template LB for network=default: []services.LB{} I0518 07:03:44.850474 3428 services_controller.go:471] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:44.850484 3428 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 I0518 07:03:44.850507 3428 services_controller.go:497] Skipping no-op change for service default/kubernetes for network=default I0518 07:03:44.850559 3428 services_controller.go:386] Finished syncing service kubernetes on namespace default for network=default : 1.222927ms I0518 07:03:44.850577 3428 services_controller.go:382] Processing sync for service default/openshift for network=default I0518 07:03:44.850585 3428 services_controller.go:386] Finished syncing service openshift on namespace default for network=default : 8.867µs I0518 07:03:44.850593 3428 services_controller.go:382] Processing sync for service openshift-apiserver/check-endpoints for network=default I0518 07:03:44.850491 3428 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.54.114", Port:8383, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:44.850647 3428 services_controller.go:478] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics per-node LB for network=default: []services.LB{} I0518 07:03:44.850663 3428 services_controller.go:479] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics template LB for network=default: []services.LB{} I0518 07:03:44.850602 3428 services_controller.go:460] Service openshift-apiserver/check-endpoints retrieved from lister for network=default: &Service{ObjectMeta:{check-endpoints openshift-apiserver b6952f55-10bc-4992-81d8-09bd3c6d94cb 1826 0 2026-05-18 06:51:43 +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 20d3542f-9543-4161-a8e9-65ad7732453d 0xc004fef5e7 }] [] []},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.200.188,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.200.188],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:44.850676 3428 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 I0518 07:03:44.850157 3428 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.193.203"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0518 07:03:44.850705 3428 services_controller.go:497] Skipping no-op change for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0518 07:03:44.850704 3428 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) I0518 07:03:44.850710 3428 lb_config.go:1030] Cluster endpoints for openshift-apiserver/check-endpoints for network=default are: map[] I0518 07:03:44.850712 3428 services_controller.go:386] Finished syncing service deployment-validation-operator-metrics on namespace openshift-deployment-validation-operator for network=default : 394.65µs I0518 07:03:44.850721 3428 services_controller.go:471] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:44.850726 3428 services_controller.go:382] Processing sync for service openshift-kube-controller-manager-operator/metrics for network=default I0518 07:03:44.850725 3428 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.200.188"}, 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}} I0518 07:03:44.850740 3428 services_controller.go:470] Built service openshift-apiserver/check-endpoints LB per-node configs for network=default: []services.lbConfig(nil) I0518 07:03:44.850750 3428 services_controller.go:471] Built service openshift-apiserver/check-endpoints LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:44.850744 3428 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.193.203", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:44.850766 3428 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.200.188", Port:17698, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:44.850737 3428 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 6b5f5405-29ce-4511-b3b4-d2876565b5ce 844 0 2026-05-18 06:51:24 +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 20d3542f-9543-4161-a8e9-65ad7732453d 0xc007bb254f }] [] []},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.60.67,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.60.67],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:44.850788 3428 services_controller.go:478] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics per-node LB for network=default: []services.LB{} I0518 07:03:44.850790 3428 services_controller.go:478] Built service openshift-apiserver/check-endpoints per-node LB for network=default: []services.LB{} I0518 07:03:44.850801 3428 services_controller.go:479] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics template LB for network=default: []services.LB{} I0518 07:03:44.850802 3428 services_controller.go:479] Built service openshift-apiserver/check-endpoints template LB for network=default: []services.LB{} I0518 07:03:44.850809 3428 lb_config.go:1030] Cluster endpoints for openshift-kube-controller-manager-operator/metrics for network=default are: map[] I0518 07:03:44.850812 3428 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 I0518 07:03:44.850814 3428 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 I0518 07:03:44.850822 3428 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.60.67"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0518 07:03:44.850833 3428 services_controller.go:497] Skipping no-op change for service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0518 07:03:44.850836 3428 services_controller.go:497] Skipping no-op change for service openshift-apiserver/check-endpoints for network=default I0518 07:03:44.850837 3428 services_controller.go:470] Built service openshift-kube-controller-manager-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0518 07:03:44.850841 3428 services_controller.go:386] Finished syncing service csi-snapshot-controller-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 928.436µs I0518 07:03:44.850843 3428 services_controller.go:386] Finished syncing service check-endpoints on namespace openshift-apiserver for network=default : 248.827µs I0518 07:03:44.850848 3428 services_controller.go:471] Built service openshift-kube-controller-manager-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:44.850858 3428 services_controller.go:382] Processing sync for service openshift-network-diagnostics/network-check-source for network=default I0518 07:03:44.850860 3428 services_controller.go:382] Processing sync for service openshift-network-diagnostics/network-check-target for network=default I0518 07:03:44.850866 3428 services_controller.go:386] Finished syncing service network-check-source on namespace openshift-network-diagnostics for network=default : 8.085µs I0518 07:03:44.850875 3428 services_controller.go:382] Processing sync for service openshift-cloud-credential-operator/cco-metrics for network=default I0518 07:03:44.850865 3428 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.60.67", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:44.850911 3428 services_controller.go:478] Built service openshift-kube-controller-manager-operator/metrics per-node LB for network=default: []services.LB{} I0518 07:03:44.850923 3428 services_controller.go:479] Built service openshift-kube-controller-manager-operator/metrics template LB for network=default: []services.LB{} I0518 07:03:44.850935 3428 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 I0518 07:03:44.850871 3428 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 b3c22620-8e6b-4a7d-b2cc-ea561735a261 3771 0 2026-05-18 06:52:22 +0000 UTC map[] map[] [{operator.openshift.io/v1 Network cluster 58d6eed3-8eec-4383-a325-4bb95cbbc27d 0xc007bb2a97 0xc007bb2a98}] [] []},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.255.124,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.255.124],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:44.850902 3428 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 32ca9b9a-6193-4543-9518-a928818508d9 1166 0 2026-05-18 06:51:32 +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 20d3542f-9543-4161-a8e9-65ad7732453d 0xc004fef73b }] [] []},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.1.222,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.1.222],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:44.850960 3428 services_controller.go:497] Skipping no-op change for service openshift-kube-controller-manager-operator/metrics for network=default I0518 07:03:44.850968 3428 services_controller.go:386] Finished syncing service metrics on namespace openshift-kube-controller-manager-operator for network=default : 242.22µs I0518 07:03:44.850973 3428 lb_config.go:1030] Cluster endpoints for openshift-network-diagnostics/network-check-target for network=default are: map[] I0518 07:03:44.850980 3428 services_controller.go:382] Processing sync for service openshift-cluster-machine-approver/machine-approver for network=default I0518 07:03:44.850978 3428 lb_config.go:1030] Cluster endpoints for openshift-cloud-credential-operator/cco-metrics for network=default are: map[] I0518 07:03:44.850987 3428 services_controller.go:386] Finished syncing service machine-approver on namespace openshift-cluster-machine-approver for network=default : 7.959µs I0518 07:03:44.850988 3428 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.255.124"}, 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}} I0518 07:03:44.850997 3428 services_controller.go:382] Processing sync for service openshift-config-operator/metrics for network=default I0518 07:03:44.850992 3428 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.1.222"}, 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}} I0518 07:03:44.851004 3428 services_controller.go:470] Built service openshift-network-diagnostics/network-check-target LB per-node configs for network=default: []services.lbConfig(nil) I0518 07:03:44.851007 3428 services_controller.go:470] Built service openshift-cloud-credential-operator/cco-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0518 07:03:44.851017 3428 services_controller.go:471] Built service openshift-network-diagnostics/network-check-target LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:44.851039 3428 services_controller.go:471] Built service openshift-cloud-credential-operator/cco-metrics LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:44.851006 3428 services_controller.go:460] Service openshift-config-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-config-operator 0e63d5be-416c-4fd0-8b86-4e78459d9357 1700 0 2026-05-18 06:51:41 +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 20d3542f-9543-4161-a8e9-65ad7732453d 0xc004fefc27 }] [] []},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.198.21,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.198.21],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:44.851039 3428 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.255.124", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:44.851076 3428 services_controller.go:478] Built service openshift-network-diagnostics/network-check-target per-node LB for network=default: []services.LB{} I0518 07:03:44.851081 3428 lb_config.go:1030] Cluster endpoints for openshift-config-operator/metrics for network=default are: map[] I0518 07:03:44.851088 3428 services_controller.go:479] Built service openshift-network-diagnostics/network-check-target template LB for network=default: []services.LB{} I0518 07:03:44.851082 3428 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.1.222", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:44.851101 3428 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 I0518 07:03:44.851109 3428 services_controller.go:478] Built service openshift-cloud-credential-operator/cco-metrics per-node LB for network=default: []services.LB{} I0518 07:03:44.851114 3428 duration.go:449] Config duration recorder: kind/namespace/name service/openshift-cluster-machine-approver/machine-approver. OVN-Kubernetes controller took 0.00229614 seconds. No OVN measurement. I0518 07:03:44.851122 3428 services_controller.go:479] Built service openshift-cloud-credential-operator/cco-metrics template LB for network=default: []services.LB{} I0518 07:03:44.850517 3428 services_controller.go:497] Skipping no-op change for service openshift-ingress/router-default for network=default I0518 07:03:44.851125 3428 services_controller.go:497] Skipping no-op change for service openshift-network-diagnostics/network-check-target for network=default I0518 07:03:44.851130 3428 services_controller.go:386] Finished syncing service router-default on namespace openshift-ingress for network=default : 2.252353ms I0518 07:03:44.851134 3428 services_controller.go:386] Finished syncing service network-check-target on namespace openshift-network-diagnostics for network=default : 273.803µs I0518 07:03:44.851140 3428 services_controller.go:382] Processing sync for service openshift-console-operator/metrics for network=default I0518 07:03:44.851133 3428 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 I0518 07:03:44.851148 3428 services_controller.go:382] Processing sync for service openshift-dns/dns-default for network=default I0518 07:03:44.851166 3428 services_controller.go:497] Skipping no-op change for service openshift-cloud-credential-operator/cco-metrics for network=default I0518 07:03:44.851179 3428 services_controller.go:386] Finished syncing service cco-metrics on namespace openshift-cloud-credential-operator for network=default : 303.953µs I0518 07:03:44.851191 3428 services_controller.go:382] Processing sync for service openshift-machine-config-operator/machine-config-controller for network=default I0518 07:03:44.851157 3428 services_controller.go:460] Service openshift-dns/dns-default retrieved from lister for network=default: &Service{ObjectMeta:{dns-default openshift-dns dbfeea69-8835-42d6-b2a4-75efb9596dac 1684 0 2026-05-18 06:51:41 +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 4385e45a-ac5d-4753-a7e9-dad269d7c5a2 0xc004feff87 }] [] []},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{},},} I0518 07:03:44.851243 3428 lb_config.go:1030] Cluster endpoints for openshift-dns/dns-default for network=default are: map[] I0518 07:03:44.851260 3428 services_controller.go:469] Built service openshift-dns/dns-default LB cluster-wide configs for network=default: []services.lbConfig(nil) I0518 07:03:44.851151 3428 services_controller.go:460] Service openshift-console-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-console-operator 604d372d-c659-4a09-8444-c56c2dc8a548 1951 0 2026-05-18 06:51:45 +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 20d3542f-9543-4161-a8e9-65ad7732453d 0xc004fefce7 }] [] []},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.169.210,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.169.210],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:44.851201 3428 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 39416ecb-abb0-4789-add2-672a3461ae8a 854 0 2026-05-18 06:51:24 +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 20d3542f-9543-4161-a8e9-65ad7732453d 0xc007bb268b }] [] []},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.58.230,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.58.230],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:44.851279 3428 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}} I0518 07:03:44.851302 3428 services_controller.go:471] Built service openshift-dns/dns-default LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:44.851305 3428 lb_config.go:1030] Cluster endpoints for openshift-machine-config-operator/machine-config-controller for network=default are: map[] I0518 07:03:44.851318 3428 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.58.230"}, 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}} I0518 07:03:44.851375 3428 services_controller.go:470] Built service openshift-machine-config-operator/machine-config-controller LB per-node configs for network=default: []services.lbConfig(nil) I0518 07:03:44.851409 3428 services_controller.go:471] Built service openshift-machine-config-operator/machine-config-controller LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:44.851320 3428 lb_config.go:1030] Cluster endpoints for openshift-console-operator/metrics for network=default are: map[] I0518 07:03:44.851446 3428 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.58.230", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:44.851537 3428 services_controller.go:478] Built service openshift-machine-config-operator/machine-config-controller per-node LB for network=default: []services.LB{} I0518 07:03:44.851586 3428 services_controller.go:479] Built service openshift-machine-config-operator/machine-config-controller template LB for network=default: []services.LB{} I0518 07:03:44.851617 3428 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 I0518 07:03:44.851659 3428 services_controller.go:497] Skipping no-op change for service openshift-machine-config-operator/machine-config-controller for network=default I0518 07:03:44.851687 3428 services_controller.go:386] Finished syncing service machine-config-controller on namespace openshift-machine-config-operator for network=default : 495.343µs I0518 07:03:44.851705 3428 services_controller.go:382] Processing sync for service default/packageserver for network=default I0518 07:03:44.851713 3428 services_controller.go:460] Service default/packageserver retrieved from lister for network=default: &Service{ObjectMeta:{packageserver default 146e85d6-ec0f-439c-89ea-872682d6642b 1783 0 2026-05-18 06:51:43 +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.234.211,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.234.211],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:44.851094 3428 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.198.21"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0518 07:03:44.851780 3428 services_controller.go:470] Built service openshift-config-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0518 07:03:44.851780 3428 lb_config.go:1030] Cluster endpoints for default/packageserver for network=default are: map[TCP/https:{443 [172.30.3.190] []}] I0518 07:03:44.851796 3428 services_controller.go:471] Built service openshift-config-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:44.851801 3428 services_controller.go:469] Built service default/packageserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0518 07:03:44.851810 3428 services_controller.go:470] Built service default/packageserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.234.211"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.3.190"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0518 07:03:44.851828 3428 services_controller.go:471] Built service default/packageserver LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:44.851815 3428 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.198.21", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:44.851495 3428 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.169.210"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0518 07:03:44.851844 3428 services_controller.go:478] Built service openshift-config-operator/metrics per-node LB for network=default: []services.LB{} I0518 07:03:44.851849 3428 services_controller.go:477] Built service default/packageserver cluster-wide LB for network=default: []services.LB{} I0518 07:03:44.851856 3428 services_controller.go:479] Built service openshift-config-operator/metrics template LB for network=default: []services.LB{} I0518 07:03:44.851855 3428 services_controller.go:470] Built service openshift-console-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0518 07:03:44.851865 3428 services_controller.go:471] Built service openshift-console-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:44.851868 3428 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 I0518 07:03:44.851860 3428 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-2-232.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.234.211", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.3.190", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-2-232.ec2.internal"}, Routers:[]string{"GR_ip-10-0-2-232.ec2.internal"}, Groups:[]string(nil)}} I0518 07:03:44.851903 3428 services_controller.go:479] Built service default/packageserver template LB for network=default: []services.LB{} I0518 07:03:44.851333 3428 services_controller.go:477] Built service openshift-dns/dns-default cluster-wide LB for network=default: []services.LB{} I0518 07:03:44.851911 3428 services_controller.go:497] Skipping no-op change for service openshift-config-operator/metrics for network=default I0518 07:03:44.851916 3428 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 I0518 07:03:44.851919 3428 services_controller.go:386] Finished syncing service metrics on namespace openshift-config-operator for network=default : 920.914µs I0518 07:03:44.851900 3428 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.169.210", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:44.851932 3428 services_controller.go:382] Processing sync for service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0518 07:03:44.851934 3428 services_controller.go:478] Built service openshift-console-operator/metrics per-node LB for network=default: []services.LB{} I0518 07:03:44.851948 3428 services_controller.go:479] Built service openshift-console-operator/metrics template LB for network=default: []services.LB{} I0518 07:03:44.851962 3428 services_controller.go:497] Skipping no-op change for service default/packageserver for network=default I0518 07:03:44.851967 3428 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 I0518 07:03:44.851968 3428 services_controller.go:386] Finished syncing service packageserver on namespace default for network=default : 263.981µs I0518 07:03:44.851922 3428 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-2-232.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-2-232.ec2.internal"}, Routers:[]string{"GR_ip-10-0-2-232.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-dns/dns-default_UDP_node_router+switch_ip-10-0-2-232.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-2-232.ec2.internal"}, Routers:[]string{"GR_ip-10-0-2-232.ec2.internal"}, Groups:[]string(nil)}} I0518 07:03:44.851980 3428 services_controller.go:382] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0518 07:03:44.851987 3428 services_controller.go:479] Built service openshift-dns/dns-default template LB for network=default: []services.LB{} I0518 07:03:44.851994 3428 services_controller.go:497] Skipping no-op change for service openshift-console-operator/metrics for network=default I0518 07:03:44.851941 3428 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 cd637122-699d-4163-97f1-a77f198a4a07 1482 0 2026-05-18 06:51:40 +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 20d3542f-9543-4161-a8e9-65ad7732453d 0xc004fef92f }] [] []},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.224.87,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.224.87],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:44.852000 3428 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 I0518 07:03:44.852002 3428 services_controller.go:386] Finished syncing service metrics on namespace openshift-console-operator for network=default : 860.967µs I0518 07:03:44.852017 3428 services_controller.go:382] Processing sync for service openshift-dns-operator/metrics for network=default I0518 07:03:44.852020 3428 lb_config.go:1030] Cluster endpoints for openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default are: map[] I0518 07:03:44.851989 3428 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 b6e290d8-2261-4cf8-8e9e-559ea68cdc01 6482 0 2026-05-18 06:54:16 +0000 UTC map[olm.managed:true olm.service-spec-hash:8H7arFYfeqTDwtur5ZzpDGCqSKpg30XG9PXH2W] map[] [{operators.coreos.com/v1alpha1 CatalogSource deployment-validation-operator-catalog 8680cb47-1ce9-4d88-9b40-fe2ba74c3325 0xc004fefd7d 0xc004fefd7e}] [] []},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.245.235,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.245.235],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:44.852035 3428 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.224.87"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0518 07:03:44.852045 3428 services_controller.go:497] Skipping no-op change for service openshift-dns/dns-default for network=default I0518 07:03:44.852051 3428 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) I0518 07:03:44.852052 3428 services_controller.go:386] Finished syncing service dns-default on namespace openshift-dns for network=default : 903.638µs I0518 07:03:44.852063 3428 services_controller.go:471] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:44.852069 3428 services_controller.go:382] Processing sync for service openshift-ingress-operator/metrics for network=default I0518 07:03:44.852050 3428 lb_config.go:1030] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default are: map[] I0518 07:03:44.852027 3428 services_controller.go:460] Service openshift-dns-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-dns-operator 7732cb4e-bc2b-42a6-bcc6-02b1f6170ab6 1097 0 2026-05-18 06:51:30 +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 20d3542f-9543-4161-a8e9-65ad7732453d 0xc004fefe9f }] [] []},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.202.27,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.202.27],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:44.850472 3428 services_controller.go:460] Service openshift-insights/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-insights d9b9253d-2d76-4450-b7d6-02f23f81e77a 1935 0 2026-05-18 06:51:45 +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 20d3542f-9543-4161-a8e9-65ad7732453d 0xc007bb24ab }] [] []},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.203.10,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.203.10],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:44.852083 3428 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.224.87", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:44.852115 3428 services_controller.go:478] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service per-node LB for network=default: []services.LB{} I0518 07:03:44.852115 3428 lb_config.go:1030] Cluster endpoints for openshift-insights/metrics for network=default are: map[] I0518 07:03:44.852120 3428 lb_config.go:1030] Cluster endpoints for openshift-dns-operator/metrics for network=default are: map[] I0518 07:03:44.852128 3428 services_controller.go:479] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service template LB for network=default: []services.LB{} I0518 07:03:44.852127 3428 services_controller.go:469] Built service openshift-insights/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.203.10"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0518 07:03:44.852134 3428 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.202.27"}, 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}} I0518 07:03:44.852140 3428 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 I0518 07:03:44.852141 3428 services_controller.go:470] Built service openshift-insights/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0518 07:03:44.852152 3428 services_controller.go:470] Built service openshift-dns-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0518 07:03:44.852155 3428 services_controller.go:471] Built service openshift-insights/metrics LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:44.852165 3428 services_controller.go:471] Built service openshift-dns-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:44.852101 3428 services_controller.go:460] Service openshift-ingress-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-ingress-operator 2448835f-a589-4763-abcb-f7d9aa2265fa 1466 0 2026-05-18 06:51:39 +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 20d3542f-9543-4161-a8e9-65ad7732453d 0xc007bb21f7 }] [] []},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.54.249,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.54.249],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:44.852169 3428 services_controller.go:497] Skipping no-op change for service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0518 07:03:44.852178 3428 services_controller.go:386] Finished syncing service performance-addon-operator-service on namespace openshift-cluster-node-tuning-operator for network=default : 244.986µs I0518 07:03:44.852174 3428 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.203.10", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:44.852188 3428 lb_config.go:1030] Cluster endpoints for openshift-ingress-operator/metrics for network=default are: map[] I0518 07:03:44.852190 3428 services_controller.go:382] Processing sync for service openshift-machine-config-operator/machine-config-daemon for network=default I0518 07:03:44.852198 3428 services_controller.go:478] Built service openshift-insights/metrics per-node LB for network=default: []services.LB{} I0518 07:03:44.852086 3428 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.245.235"}, 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}} I0518 07:03:44.852212 3428 services_controller.go:479] Built service openshift-insights/metrics template LB for network=default: []services.LB{} I0518 07:03:44.852209 3428 services_controller.go:470] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB per-node configs for network=default: []services.lbConfig(nil) I0518 07:03:44.852222 3428 services_controller.go:471] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:44.852202 3428 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.54.249"}, 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}} I0518 07:03:44.852243 3428 services_controller.go:470] Built service openshift-ingress-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0518 07:03:44.852252 3428 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 I0518 07:03:44.852254 3428 services_controller.go:471] Built service openshift-ingress-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:44.852204 3428 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 86a4367b-2daa-43f3-a6e2-594e1367a624 909 0 2026-05-18 06:51:25 +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 20d3542f-9543-4161-a8e9-65ad7732453d 0xc007bb2757 }] [] []},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.248.71,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.248.71],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:44.852245 3428 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.245.235", Port:50051, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:44.852273 3428 services_controller.go:478] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog per-node LB for network=default: []services.LB{} I0518 07:03:44.852279 3428 lb_config.go:1030] Cluster endpoints for openshift-machine-config-operator/machine-config-daemon for network=default are: map[] I0518 07:03:44.852286 3428 services_controller.go:479] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog template LB for network=default: []services.LB{} I0518 07:03:44.852273 3428 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.54.249", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:44.852292 3428 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.248.71"}, 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.248.71"}, 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}} I0518 07:03:44.852310 3428 services_controller.go:470] Built service openshift-machine-config-operator/machine-config-daemon LB per-node configs for network=default: []services.lbConfig(nil) I0518 07:03:44.852316 3428 services_controller.go:471] Built service openshift-machine-config-operator/machine-config-daemon LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:44.852328 3428 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.248.71", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.248.71", Port:8798, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:44.852356 3428 services_controller.go:478] Built service openshift-machine-config-operator/machine-config-daemon per-node LB for network=default: []services.LB{} I0518 07:03:44.852364 3428 services_controller.go:479] Built service openshift-machine-config-operator/machine-config-daemon template LB for network=default: []services.LB{} I0518 07:03:44.852370 3428 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 I0518 07:03:44.852183 3428 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.202.27", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:44.852384 3428 services_controller.go:497] Skipping no-op change for service openshift-machine-config-operator/machine-config-daemon for network=default I0518 07:03:44.852389 3428 services_controller.go:386] Finished syncing service machine-config-daemon on namespace openshift-machine-config-operator for network=default : 200.239µs I0518 07:03:44.852392 3428 services_controller.go:478] Built service openshift-dns-operator/metrics per-node LB for network=default: []services.LB{} I0518 07:03:44.852397 3428 services_controller.go:382] Processing sync for service default/openshift-apiserver for network=default I0518 07:03:44.852402 3428 services_controller.go:479] Built service openshift-dns-operator/metrics template LB for network=default: []services.LB{} I0518 07:03:44.852408 3428 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 I0518 07:03:44.852424 3428 services_controller.go:497] Skipping no-op change for service openshift-dns-operator/metrics for network=default I0518 07:03:44.852431 3428 services_controller.go:386] Finished syncing service metrics on namespace openshift-dns-operator for network=default : 416.019µs I0518 07:03:44.852406 3428 services_controller.go:460] Service default/openshift-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-apiserver default ac9746a6-526c-4ef9-958f-d50292ac9660 1628 0 2026-05-18 06:51:41 +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.79.161,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.79.161],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:44.852440 3428 services_controller.go:382] Processing sync for service openshift-apiserver-operator/metrics for network=default I0518 07:03:44.852451 3428 lb_config.go:1030] Cluster endpoints for default/openshift-apiserver for network=default are: map[TCP/https:{443 [172.30.125.252] []}] I0518 07:03:44.852463 3428 services_controller.go:469] Built service default/openshift-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0518 07:03:44.852297 3428 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 I0518 07:03:44.852471 3428 services_controller.go:470] Built service default/openshift-apiserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.79.161"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.125.252"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0518 07:03:44.852486 3428 services_controller.go:471] Built service default/openshift-apiserver LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:44.852447 3428 services_controller.go:460] Service openshift-apiserver-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-apiserver-operator ed2ef0b5-af6b-494d-bb83-6c5785930173 1059 0 2026-05-18 06:51:29 +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 20d3542f-9543-4161-a8e9-65ad7732453d 0xc004fef51f }] [] []},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.253.87,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.253.87],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:44.852493 3428 services_controller.go:497] Skipping no-op change for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0518 07:03:44.852509 3428 services_controller.go:477] Built service default/openshift-apiserver cluster-wide LB for network=default: []services.LB{} I0518 07:03:44.852502 3428 services_controller.go:386] Finished syncing service deployment-validation-operator-catalog on namespace openshift-deployment-validation-operator for network=default : 522.012µs I0518 07:03:44.852509 3428 lb_config.go:1030] Cluster endpoints for openshift-apiserver-operator/metrics for network=default are: map[] I0518 07:03:44.852531 3428 services_controller.go:382] Processing sync for service openshift-cluster-samples-operator/metrics for network=default I0518 07:03:44.852521 3428 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-2-232.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.79.161", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.125.252", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-2-232.ec2.internal"}, Routers:[]string{"GR_ip-10-0-2-232.ec2.internal"}, Groups:[]string(nil)}} I0518 07:03:44.852547 3428 services_controller.go:386] Finished syncing service metrics on namespace openshift-cluster-samples-operator for network=default : 16.826µs I0518 07:03:44.852560 3428 services_controller.go:382] Processing sync for service openshift-network-console/networking-console-plugin for network=default I0518 07:03:44.852560 3428 services_controller.go:479] Built service default/openshift-apiserver template LB for network=default: []services.LB{} I0518 07:03:44.852274 3428 services_controller.go:497] Skipping no-op change for service openshift-insights/metrics for network=default I0518 07:03:44.852298 3428 services_controller.go:478] Built service openshift-ingress-operator/metrics per-node LB for network=default: []services.LB{} I0518 07:03:44.852582 3428 services_controller.go:386] Finished syncing service metrics on namespace openshift-insights for network=default : 2.117909ms I0518 07:03:44.852609 3428 services_controller.go:382] Processing sync for service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0518 07:03:44.852620 3428 services_controller.go:386] Finished syncing service ovn-kubernetes-node on namespace openshift-ovn-kubernetes for network=default : 11.765µs I0518 07:03:44.852569 3428 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 0c665839-7c72-43e0-ad8b-48e93186718e 4193 0 2026-05-18 06:52:25 +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 58d6eed3-8eec-4383-a325-4bb95cbbc27d 0xc007bb299e 0xc007bb299f}] [] []},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.209.142,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.209.142],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:44.852631 3428 services_controller.go:382] Processing sync for service openshift-service-ca-operator/metrics for network=default I0518 07:03:44.852642 3428 lb_config.go:1030] Cluster endpoints for openshift-network-console/networking-console-plugin for network=default are: map[] I0518 07:03:44.852538 3428 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.253.87"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0518 07:03:44.852655 3428 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.209.142"}, 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}} I0518 07:03:44.852662 3428 services_controller.go:470] Built service openshift-apiserver-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0518 07:03:44.852668 3428 services_controller.go:470] Built service openshift-network-console/networking-console-plugin LB per-node configs for network=default: []services.lbConfig(nil) I0518 07:03:44.852676 3428 services_controller.go:471] Built service openshift-network-console/networking-console-plugin LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:44.852573 3428 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 I0518 07:03:44.852722 3428 services_controller.go:497] Skipping no-op change for service default/openshift-apiserver for network=default I0518 07:03:44.852733 3428 services_controller.go:386] Finished syncing service openshift-apiserver on namespace default for network=default : 334.077µs I0518 07:03:44.852744 3428 services_controller.go:382] Processing sync for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0518 07:03:44.852649 3428 services_controller.go:460] Service openshift-service-ca-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-service-ca-operator 034f48c2-0f57-4ede-a3a5-66ba0fa79e5a 924 0 2026-05-18 06:51:26 +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 20d3542f-9543-4161-a8e9-65ad7732453d 0xc007bb2c87 }] [] []},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.2.216,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.2.216],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:44.852586 3428 services_controller.go:479] Built service openshift-ingress-operator/metrics template LB for network=default: []services.LB{} I0518 07:03:44.852798 3428 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 I0518 07:03:44.852757 3428 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 43836cd7-85a3-48a9-8d8d-b6dee2944b79 1027 0 2026-05-18 06:51:28 +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 20d3542f-9543-4161-a8e9-65ad7732453d 0xc004fefa57 }] [] []},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.147.128,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.147.128],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:44.852816 3428 services_controller.go:497] Skipping no-op change for service openshift-ingress-operator/metrics for network=default I0518 07:03:44.852819 3428 lb_config.go:1030] Cluster endpoints for openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default are: map[] I0518 07:03:44.852709 3428 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.209.142", Port:9443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:44.852829 3428 services_controller.go:478] Built service openshift-network-console/networking-console-plugin per-node LB for network=default: []services.LB{} I0518 07:03:44.852828 3428 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.147.128"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0518 07:03:44.852836 3428 services_controller.go:479] Built service openshift-network-console/networking-console-plugin template LB for network=default: []services.LB{} I0518 07:03:44.852838 3428 services_controller.go:470] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0518 07:03:44.852847 3428 services_controller.go:471] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:44.852870 3428 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.147.128", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:44.852820 3428 services_controller.go:386] Finished syncing service metrics on namespace openshift-ingress-operator for network=default : 754.186µs I0518 07:03:44.852910 3428 services_controller.go:478] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics per-node LB for network=default: []services.LB{} I0518 07:03:44.852937 3428 services_controller.go:479] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics template LB for network=default: []services.LB{} I0518 07:03:44.852952 3428 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 I0518 07:03:44.852974 3428 services_controller.go:497] Skipping no-op change for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0518 07:03:44.852676 3428 services_controller.go:471] Built service openshift-apiserver-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:44.853021 3428 services_controller.go:386] Finished syncing service cluster-storage-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 275.616µs I0518 07:03:44.853047 3428 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.253.87", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:44.853082 3428 services_controller.go:382] Processing sync for service openshift-ingress-canary/ingress-canary for network=default I0518 07:03:44.853082 3428 services_controller.go:478] Built service openshift-apiserver-operator/metrics per-node LB for network=default: []services.LB{} I0518 07:03:44.853095 3428 services_controller.go:479] Built service openshift-apiserver-operator/metrics template LB for network=default: []services.LB{} I0518 07:03:44.853106 3428 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 I0518 07:03:44.852917 3428 services_controller.go:382] Processing sync for service openshift-cluster-version/cluster-version-operator for network=default I0518 07:03:44.853148 3428 services_controller.go:497] Skipping no-op change for service openshift-apiserver-operator/metrics for network=default I0518 07:03:44.853093 3428 services_controller.go:460] Service openshift-ingress-canary/ingress-canary retrieved from lister for network=default: &Service{ObjectMeta:{ingress-canary openshift-ingress-canary 41d0f6eb-0db1-4cf4-80b7-694e8d74204a 3162 0 2026-05-18 06:52:05 +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 009e4f3e-e378-408a-b894-c69a630d2bc7 0xc007bb2110 }] [] []},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.198.35,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.198.35],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:44.853154 3428 services_controller.go:386] Finished syncing service metrics on namespace openshift-apiserver-operator for network=default : 713.042µs I0518 07:03:44.853165 3428 services_controller.go:382] Processing sync for service openshift-ingress/router-internal-default for network=default I0518 07:03:44.853176 3428 lb_config.go:1030] Cluster endpoints for openshift-ingress-canary/ingress-canary for network=default are: map[] I0518 07:03:44.853193 3428 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.198.35"}, 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.198.35"}, 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}} I0518 07:03:44.853218 3428 services_controller.go:470] Built service openshift-ingress-canary/ingress-canary LB per-node configs for network=default: []services.lbConfig(nil) I0518 07:03:44.852847 3428 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 I0518 07:03:44.853228 3428 services_controller.go:471] Built service openshift-ingress-canary/ingress-canary LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:44.853159 3428 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 df33e34d-c681-4434-8bc6-ae2f3860cd95 505 0 2026-05-18 06:51:02 +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.186.32,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.186.32],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:44.853176 3428 services_controller.go:460] Service openshift-ingress/router-internal-default retrieved from lister for network=default: &Service{ObjectMeta:{router-internal-default openshift-ingress acf4ae96-bc58-4e62-8263-f6e93b4b9303 2116 0 2026-05-18 06:51:55 +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 8d3b9d3e-785e-4691-8078-b859a51c6205 0xc007bb23ae }] [] []},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.117.167,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.117.167],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:44.853317 3428 lb_config.go:1030] Cluster endpoints for openshift-ingress/router-internal-default for network=default are: map[] I0518 07:03:44.853338 3428 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.117.167"}, 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.117.167"}, protocol:"TCP", 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.117.167"}, 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}} I0518 07:03:44.853363 3428 services_controller.go:470] Built service openshift-ingress/router-internal-default LB per-node configs for network=default: []services.lbConfig(nil) I0518 07:03:44.853256 3428 services_controller.go:497] Skipping no-op change for service openshift-network-console/networking-console-plugin for network=default I0518 07:03:44.853379 3428 services_controller.go:386] Finished syncing service networking-console-plugin on namespace openshift-network-console for network=default : 814.843µs I0518 07:03:44.853403 3428 services_controller.go:382] Processing sync for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0518 07:03:44.853390 3428 lb_config.go:1030] Cluster endpoints for openshift-cluster-version/cluster-version-operator for network=default are: map[] I0518 07:03:44.853441 3428 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.186.32"}, 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}} I0518 07:03:44.853469 3428 services_controller.go:470] Built service openshift-cluster-version/cluster-version-operator LB per-node configs for network=default: []services.lbConfig(nil) I0518 07:03:44.853482 3428 services_controller.go:471] Built service openshift-cluster-version/cluster-version-operator LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:44.853501 3428 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.186.32", Port:9099, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:44.853534 3428 services_controller.go:478] Built service openshift-cluster-version/cluster-version-operator per-node LB for network=default: []services.LB{} I0518 07:03:44.853387 3428 services_controller.go:471] Built service openshift-ingress/router-internal-default LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:44.853548 3428 services_controller.go:479] Built service openshift-cluster-version/cluster-version-operator template LB for network=default: []services.LB{} I0518 07:03:44.853560 3428 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 I0518 07:03:44.853419 3428 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 dca97dce-0d61-426a-81a9-436a18a5eec0 2130 0 2026-05-18 06:51:56 +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 20d3542f-9543-4161-a8e9-65ad7732453d 0xc007bb2607 }] [] []},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.4.220,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.4.220],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0518 07:03:44.853671 3428 lb_config.go:1030] Cluster endpoints for openshift-kube-storage-version-migrator-operator/metrics for network=default are: map[] I0518 07:03:44.853690 3428 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.4.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}} I0518 07:03:44.853705 3428 services_controller.go:470] Built service openshift-kube-storage-version-migrator-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0518 07:03:44.853715 3428 services_controller.go:471] Built service openshift-kube-storage-version-migrator-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:44.852783 3428 lb_config.go:1030] Cluster endpoints for openshift-service-ca-operator/metrics for network=default are: map[] I0518 07:03:44.853734 3428 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.2.216"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0518 07:03:44.853732 3428 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.4.220", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:44.853756 3428 services_controller.go:470] Built service openshift-service-ca-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0518 07:03:44.853762 3428 services_controller.go:478] Built service openshift-kube-storage-version-migrator-operator/metrics per-node LB for network=default: []services.LB{} I0518 07:03:44.853766 3428 services_controller.go:471] Built service openshift-service-ca-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0518 07:03:44.853773 3428 services_controller.go:479] Built service openshift-kube-storage-version-migrator-operator/metrics template LB for network=default: []services.LB{} I0518 07:03:44.853785 3428 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 I0518 07:03:44.853250 3428 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.198.35", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.198.35", Port:8888, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:44.853785 3428 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.2.216", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:44.853808 3428 services_controller.go:497] Skipping no-op change for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0518 07:03:44.853811 3428 services_controller.go:478] Built service openshift-service-ca-operator/metrics per-node LB for network=default: []services.LB{} I0518 07:03:44.853817 3428 services_controller.go:386] Finished syncing service metrics on namespace openshift-kube-storage-version-migrator-operator for network=default : 413.517µs I0518 07:03:44.853823 3428 services_controller.go:479] Built service openshift-service-ca-operator/metrics template LB for network=default: []services.LB{} I0518 07:03:44.853832 3428 services_controller.go:382] Processing sync for service openshift-monitoring/cluster-monitoring-operator for network=default I0518 07:03:44.853833 3428 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 I0518 07:03:44.853841 3428 services_controller.go:386] Finished syncing service cluster-monitoring-operator on namespace openshift-monitoring for network=default : 10.454µs I0518 07:03:44.853807 3428 services_controller.go:478] Built service openshift-ingress-canary/ingress-canary per-node LB for network=default: []services.LB{} I0518 07:03:44.853855 3428 services_controller.go:497] Skipping no-op change for service openshift-service-ca-operator/metrics for network=default I0518 07:03:44.853859 3428 services_controller.go:479] Built service openshift-ingress-canary/ingress-canary template LB for network=default: []services.LB{} I0518 07:03:44.853861 3428 services_controller.go:386] Finished syncing service metrics on namespace openshift-service-ca-operator for network=default : 1.230082ms I0518 07:03:44.853868 3428 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 I0518 07:03:44.853595 3428 services_controller.go:497] Skipping no-op change for service openshift-cluster-version/cluster-version-operator for network=default I0518 07:03:44.853906 3428 services_controller.go:386] Finished syncing service cluster-version-operator on namespace openshift-cluster-version for network=default : 989.102µs I0518 07:03:44.853909 3428 services_controller.go:497] Skipping no-op change for service openshift-ingress-canary/ingress-canary for network=default I0518 07:03:44.853563 3428 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.117.167", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.117.167", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.117.167", Port:1936, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0518 07:03:44.853916 3428 services_controller.go:386] Finished syncing service ingress-canary on namespace openshift-ingress-canary for network=default : 834.501µs I0518 07:03:44.853924 3428 services_controller.go:478] Built service openshift-ingress/router-internal-default per-node LB for network=default: []services.LB{} I0518 07:03:44.853935 3428 services_controller.go:479] Built service openshift-ingress/router-internal-default template LB for network=default: []services.LB{} I0518 07:03:44.853945 3428 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 I0518 07:03:44.853961 3428 services_controller.go:497] Skipping no-op change for service openshift-ingress/router-internal-default for network=default I0518 07:03:44.853971 3428 services_controller.go:386] Finished syncing service router-internal-default on namespace openshift-ingress for network=default : 807.153µs I0518 07:03:44.856598 3428 default_node_network_controller.go:1199] Upgrade hack: ovnkube-node ip-10-0-2-232.ec2.internal finished setting DB Auth; took: 49.293099ms I0518 07:03:44.856618 3428 default_node_network_controller.go:1204] Waiting for gateway and management port readiness... I0518 07:03:44.856656 3428 obj_retry_gateway.go:33] [newRetryFrameworkNodeWithParameters] g.watchFactory=&{0xc000a08c70 0xc0002847e0 0xc000284850 0xc0002848c0 0xc000284930 0xc0002849a0 0xc000284a80 0xc000a20c30 0xc000284af0 0xc000284b60 0xc0008be320 0xc0060fa700 0xc000284bd0 map[0x2b197a0:0xc0022bc420 0x2b19f80:0xc0022bd800 0x2b1a760:0xc00283fd40 0x2b1aa00:0xc00447e240 0x2b1af40:0xc0022bcc00 0x2b1b1e0:0xc0022bcfc0 0x2b1b480:0xc0022bd500 0x2b1bc60:0xc0022bdc20 0x2b1bf00:0xc0065e80c0 0x2b46ce0:0xc001bf3740 0x2b47080:0xc00209a240 0x2b47b60:0xc000a78060 0x2b494c0:0xc00095a960 0x2b49c00:0xc00209a720 0x2b4a6e0:0xc00095ac60] 0xc000480e00 0} I0518 07:03:44.856734 3428 gateway.go:146] Starting gateway service sync I0518 07:03:44.857265 3428 openflow_manager.go:112] Gateway OpenFlow sync requested I0518 07:03:44.857280 3428 gateway_iptables.go:610] Recreating iptables rules for table: nat, chain: OVN-KUBE-ITP I0518 07:03:44.857292 3428 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 30744 -j DNAT --to-destination 172.30.211.2:80" for protocol: 0 I0518 07:03:44.857303 3428 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 30946 -j DNAT --to-destination 172.30.211.2:443" for protocol: 0 I0518 07:03:44.860153 3428 gateway_iptables.go:610] Recreating iptables rules for table: nat, chain: OVN-KUBE-NODEPORT I0518 07:03:44.877699 3428 gateway_iptables.go:610] Recreating iptables rules for table: nat, chain: OVN-KUBE-EXTERNALIP I0518 07:03:44.877718 3428 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 30744 -j DNAT --to-destination 172.30.211.2:80" for protocol: 0 I0518 07:03:44.877725 3428 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 30946 -j DNAT --to-destination 172.30.211.2:443" for protocol: 0 I0518 07:03:44.879194 3428 gateway_iptables.go:610] Recreating iptables rules for table: nat, chain: OVN-KUBE-ETP I0518 07:03:44.879211 3428 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 30744 -j DNAT --to-destination 172.30.211.2:80" for protocol: 0 I0518 07:03:44.879218 3428 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 30946 -j DNAT --to-destination 172.30.211.2:443" for protocol: 0 I0518 07:03:44.880576 3428 gateway_iptables.go:610] Recreating iptables rules for table: mangle, chain: OVN-KUBE-ITP I0518 07:03:44.880600 3428 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 30744 -j DNAT --to-destination 172.30.211.2:80" for protocol: 0 I0518 07:03:44.880628 3428 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 30946 -j DNAT --to-destination 172.30.211.2:443" for protocol: 0 I0518 07:03:44.885779 3428 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-dce267b4a9ca01c396197b331846f5346e9112458ce3520d5d9645e10d0fe744.scope", "/org/freedesktop/systemd1/unit/crio_2dconmon_2ddce267b4a9ca01c396197b331846f5346e9112458ce3520d5d9645e10d0fe744_2escope"}, Sequence:0x4e} I0518 07:03:44.885822 3428 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.JobNew", Body:[]interface {}{0x3e3, "/org/freedesktop/systemd1/job/995", "crio-conmon-dce267b4a9ca01c396197b331846f5346e9112458ce3520d5d9645e10d0fe744.scope"}, Sequence:0x4f} I0518 07:03:44.885905 3428 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/kubepods_2dburstable_2dpod094e262e_5fe7d7_5f4c82_5f85d7_5f420951447b12_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:0x652122834f7b6}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1a7e74b}, "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:0x652122834f4e9}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1a7e47e}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x652122834f4e7}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1a7e47c}, "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:0x652122834f7b6}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1a7e74b}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x7a, 0x89, 0xf9, 0x28, 0x53, 0x89, 0x44, 0x36, 0x91, 0x59, 0xca, 0xd1, 0xc5, 0x48, 0x3c, 0x93}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x652122834f7b6}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1a7e74b}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0x50} I0518 07:03:44.886032 3428 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:0x9d4}, "ExecMainStartTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6521228102b0f}, "ExecMainStartTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1831aa4}, "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:0x9d4}, "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} I0518 07:03:44.886152 3428 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:0x65212281c15c2}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x18f0556}, "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:0x65212280ff78e}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x182e723}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x65212280ff78e}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x182e722}, "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:0x6521228102bfd}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1831b92}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xf8, 0xca, 0xcb, 0xc4, 0x33, 0x87, 0x4c, 0xe6, 0xaf, 0xa4, 0x6d, 0xe2, 0x53, 0xaa, 0xed, 0x82}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x65212281c15c2}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x18f0556}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x52} I0518 07:03:44.895174 3428 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2ddce267b4a9ca01c396197b331846f5346e9112458ce3520d5d9645e10d0fe744_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} I0518 07:03:44.895216 3428 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2ddce267b4a9ca01c396197b331846f5346e9112458ce3520d5d9645e10d0fe744_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:0x6521229d39869}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x34687fe}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6521229d39866}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x34687fb}, "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{0xf9, 0x74, 0x71, 0x5b, 0x68, 0x30, 0x4e, 0x6a, 0x98, 0x24, 0xb9, 0x13, 0xd, 0x81, 0x6b, 0x2}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x3e3, "/org/freedesktop/systemd1/job/995"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0x54} I0518 07:03:44.895409 3428 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2ddce267b4a9ca01c396197b331846f5346e9112458ce3520d5d9645e10d0fe744_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} I0518 07:03:44.895692 3428 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2ddce267b4a9ca01c396197b331846f5346e9112458ce3520d5d9645e10d0fe744_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:0x6521229d3bc4c}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x346abe1}, "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:0x6521229d39869}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x34687fe}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6521229d39866}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x34687fb}, "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:0x6521229d3bc4c}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x346abe1}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xf9, 0x74, 0x71, 0x5b, 0x68, 0x30, 0x4e, 0x6a, 0x98, 0x24, 0xb9, 0x13, 0xd, 0x81, 0x6b, 0x2}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x3e3, "/org/freedesktop/systemd1/job/995"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6521229d3bc4c}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x346abe1}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x56} I0518 07:03:44.895777 3428 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.JobRemoved", Body:[]interface {}{0x3e3, "/org/freedesktop/systemd1/job/995", "crio-conmon-dce267b4a9ca01c396197b331846f5346e9112458ce3520d5d9645e10d0fe744.scope", "done"}, Sequence:0x57} I0518 07:03:44.895793 3428 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2ddce267b4a9ca01c396197b331846f5346e9112458ce3520d5d9645e10d0fe744_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} I0518 07:03:44.895812 3428 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2ddce267b4a9ca01c396197b331846f5346e9112458ce3520d5d9645e10d0fe744_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:0x6521229d3bc4c}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x346abe1}, "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:0x6521229d39869}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x34687fe}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6521229d39866}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x34687fb}, "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:0x6521229d3bc4c}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x346abe1}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xf9, 0x74, 0x71, 0x5b, 0x68, 0x30, 0x4e, 0x6a, 0x98, 0x24, 0xb9, 0x13, 0xd, 0x81, 0x6b, 0x2}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6521229d3bc4c}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x346abe1}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x59} I0518 07:03:44.900255 3428 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-dce267b4a9ca01c396197b331846f5346e9112458ce3520d5d9645e10d0fe744.scope", "/org/freedesktop/systemd1/unit/crio_2ddce267b4a9ca01c396197b331846f5346e9112458ce3520d5d9645e10d0fe744_2escope"}, Sequence:0x5a} I0518 07:03:44.900282 3428 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.JobNew", Body:[]interface {}{0x3e9, "/org/freedesktop/systemd1/job/1001", "crio-dce267b4a9ca01c396197b331846f5346e9112458ce3520d5d9645e10d0fe744.scope"}, Sequence:0x5b} I0518 07:03:44.900720 3428 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:0x6521226e33427}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x5623bc}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0x5c} I0518 07:03:44.900834 3428 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:0x9d4}, "ExecMainStartTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6521228102b0f}, "ExecMainStartTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1831aa4}, "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:0x9d4}, "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} I0518 07:03:44.901001 3428 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:0x65212281c15c2}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x18f0556}, "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:0x65212280ff78e}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x182e723}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x65212280ff78e}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x182e722}, "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:0x6521228102bfd}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1831b92}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xf8, 0xca, 0xcb, 0xc4, 0x33, 0x87, 0x4c, 0xe6, 0xaf, 0xa4, 0x6d, 0xe2, 0x53, 0xaa, 0xed, 0x82}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x65212281c15c2}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x18f0556}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x5e} I0518 07:03:44.901102 3428 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/kubepods_2dburstable_2dpod094e262e_5fe7d7_5f4c82_5f85d7_5f420951447b12_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:0x652122834f7b6}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1a7e74b}, "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:0x652122834f4e9}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1a7e47e}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x652122834f4e7}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1a7e47c}, "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:0x652122834f7b6}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1a7e74b}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x7a, 0x89, 0xf9, 0x28, 0x53, 0x89, 0x44, 0x36, 0x91, 0x59, 0xca, 0xd1, 0xc5, 0x48, 0x3c, 0x93}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x652122834f7b6}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1a7e74b}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0x5f} I0518 07:03:44.902299 3428 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2ddce267b4a9ca01c396197b331846f5346e9112458ce3520d5d9645e10d0fe744_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} I0518 07:03:44.902388 3428 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2ddce267b4a9ca01c396197b331846f5346e9112458ce3520d5d9645e10d0fe744_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:0x6521229d3d15b}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x346c0ef}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6521229d3d159}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x346c0ed}, "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{0x39, 0x6, 0x3e, 0x3f, 0x2a, 0xb7, 0x4a, 0xc7, 0xa9, 0xbf, 0xf4, 0x1e, 0x90, 0xd7, 0xe7, 0xbc}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x3e9, "/org/freedesktop/systemd1/job/1001"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0x61} I0518 07:03:44.902473 3428 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2ddce267b4a9ca01c396197b331846f5346e9112458ce3520d5d9645e10d0fe744_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} I0518 07:03:44.902491 3428 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2ddce267b4a9ca01c396197b331846f5346e9112458ce3520d5d9645e10d0fe744_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:0x6521229d3d7fb}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x346c790}, "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:0x6521229d3d15b}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x346c0ef}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6521229d3d159}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x346c0ed}, "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:0x6521229d3d7fb}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x346c790}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x39, 0x6, 0x3e, 0x3f, 0x2a, 0xb7, 0x4a, 0xc7, 0xa9, 0xbf, 0xf4, 0x1e, 0x90, 0xd7, 0xe7, 0xbc}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x3e9, "/org/freedesktop/systemd1/job/1001"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6521229d3d7fb}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x346c790}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x63} I0518 07:03:44.902576 3428 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.JobRemoved", Body:[]interface {}{0x3e9, "/org/freedesktop/systemd1/job/1001", "crio-dce267b4a9ca01c396197b331846f5346e9112458ce3520d5d9645e10d0fe744.scope", "done"}, Sequence:0x64} I0518 07:03:44.902716 3428 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2ddce267b4a9ca01c396197b331846f5346e9112458ce3520d5d9645e10d0fe744_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} I0518 07:03:44.902749 3428 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2ddce267b4a9ca01c396197b331846f5346e9112458ce3520d5d9645e10d0fe744_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:0x6521229d3d7fb}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x346c790}, "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:0x6521229d3d15b}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x346c0ef}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6521229d3d159}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x346c0ed}, "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:0x6521229d3d7fb}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x346c790}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x39, 0x6, 0x3e, 0x3f, 0x2a, 0xb7, 0x4a, 0xc7, 0xa9, 0xbf, 0xf4, 0x1e, 0x90, 0xd7, 0xe7, 0xbc}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6521229d3d7fb}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x346c790}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x66} I0518 07:03:44.915331 3428 gateway.go:163] Gateway service sync done. Time taken: 58.584559ms I0518 07:03:44.915406 3428 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-ovn-kubernetes/ovn-kubernetes-node I0518 07:03:44.915422 3428 obj_retry.go:548] Creating *factory.serviceForGateway openshift-ovn-kubernetes/ovn-kubernetes-node took: 2.234µs I0518 07:03:44.915428 3428 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-service-ca-operator/metrics I0518 07:03:44.915433 3428 gateway_shared_intf.go:859] Adding service metrics in namespace openshift-service-ca-operator I0518 07:03:44.915477 3428 gateway_shared_intf.go:892] Updating already programmed rules for metrics in namespace openshift-service-ca-operator I0518 07:03:44.915489 3428 openflow_manager.go:114] Gateway OpenFlow sync already requested I0518 07:03:44.915494 3428 obj_retry.go:548] Creating *factory.serviceForGateway openshift-service-ca-operator/metrics took: 61.368µs I0518 07:03:44.915499 3428 obj_retry.go:509] Add event received for *factory.serviceForGateway default/openshift-apiserver I0518 07:03:44.915503 3428 gateway_shared_intf.go:859] Adding service openshift-apiserver in namespace default I0518 07:03:44.915518 3428 gateway_shared_intf.go:892] Updating already programmed rules for openshift-apiserver in namespace default I0518 07:03:44.915525 3428 openflow_manager.go:114] Gateway OpenFlow sync already requested I0518 07:03:44.915529 3428 obj_retry.go:548] Creating *factory.serviceForGateway default/openshift-apiserver took: 25.085µs I0518 07:03:44.915533 3428 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-apiserver-operator/metrics I0518 07:03:44.915537 3428 gateway_shared_intf.go:859] Adding service metrics in namespace openshift-apiserver-operator I0518 07:03:44.915548 3428 gateway_shared_intf.go:892] Updating already programmed rules for metrics in namespace openshift-apiserver-operator I0518 07:03:44.915553 3428 openflow_manager.go:114] Gateway OpenFlow sync already requested I0518 07:03:44.915557 3428 obj_retry.go:548] Creating *factory.serviceForGateway openshift-apiserver-operator/metrics took: 19.335µs I0518 07:03:44.915561 3428 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-cluster-samples-operator/metrics I0518 07:03:44.915565 3428 obj_retry.go:548] Creating *factory.serviceForGateway openshift-cluster-samples-operator/metrics took: 201ns I0518 07:03:44.915569 3428 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-network-console/networking-console-plugin I0518 07:03:44.915573 3428 gateway_shared_intf.go:859] Adding service networking-console-plugin in namespace openshift-network-console I0518 07:03:44.915593 3428 gateway_shared_intf.go:892] Updating already programmed rules for networking-console-plugin in namespace openshift-network-console I0518 07:03:44.915600 3428 openflow_manager.go:114] Gateway OpenFlow sync already requested I0518 07:03:44.915604 3428 obj_retry.go:548] Creating *factory.serviceForGateway openshift-network-console/networking-console-plugin took: 31.229µs I0518 07:03:44.915609 3428 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-kube-storage-version-migrator-operator/metrics I0518 07:03:44.915613 3428 gateway_shared_intf.go:859] Adding service metrics in namespace openshift-kube-storage-version-migrator-operator I0518 07:03:44.915624 3428 gateway_shared_intf.go:892] Updating already programmed rules for metrics in namespace openshift-kube-storage-version-migrator-operator I0518 07:03:44.915630 3428 openflow_manager.go:114] Gateway OpenFlow sync already requested I0518 07:03:44.915634 3428 obj_retry.go:548] Creating *factory.serviceForGateway openshift-kube-storage-version-migrator-operator/metrics took: 20.6µs I0518 07:03:44.915639 3428 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-monitoring/cluster-monitoring-operator I0518 07:03:44.915643 3428 obj_retry.go:548] Creating *factory.serviceForGateway openshift-monitoring/cluster-monitoring-operator took: 210ns I0518 07:03:44.915647 3428 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-cluster-storage-operator/cluster-storage-operator-metrics I0518 07:03:44.915650 3428 gateway_shared_intf.go:859] Adding service cluster-storage-operator-metrics in namespace openshift-cluster-storage-operator I0518 07:03:44.915672 3428 gateway_shared_intf.go:892] Updating already programmed rules for cluster-storage-operator-metrics in namespace openshift-cluster-storage-operator I0518 07:03:44.915679 3428 openflow_manager.go:114] Gateway OpenFlow sync already requested I0518 07:03:44.915683 3428 obj_retry.go:548] Creating *factory.serviceForGateway openshift-cluster-storage-operator/cluster-storage-operator-metrics took: 31.388µs I0518 07:03:44.915689 3428 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-cluster-version/cluster-version-operator I0518 07:03:44.915706 3428 gateway_shared_intf.go:859] Adding service cluster-version-operator in namespace openshift-cluster-version I0518 07:03:44.915719 3428 gateway_shared_intf.go:892] Updating already programmed rules for cluster-version-operator in namespace openshift-cluster-version I0518 07:03:44.915723 3428 openflow_manager.go:114] Gateway OpenFlow sync already requested I0518 07:03:44.915728 3428 obj_retry.go:548] Creating *factory.serviceForGateway openshift-cluster-version/cluster-version-operator took: 32.85µs I0518 07:03:44.915732 3428 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-ingress-canary/ingress-canary I0518 07:03:44.915736 3428 gateway_shared_intf.go:859] Adding service ingress-canary in namespace openshift-ingress-canary I0518 07:03:44.915746 3428 gateway_shared_intf.go:892] Updating already programmed rules for ingress-canary in namespace openshift-ingress-canary I0518 07:03:44.915751 3428 openflow_manager.go:114] Gateway OpenFlow sync already requested I0518 07:03:44.915754 3428 obj_retry.go:548] Creating *factory.serviceForGateway openshift-ingress-canary/ingress-canary took: 18.118µs I0518 07:03:44.915758 3428 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-ingress/router-internal-default I0518 07:03:44.915762 3428 gateway_shared_intf.go:859] Adding service router-internal-default in namespace openshift-ingress I0518 07:03:44.915773 3428 gateway_shared_intf.go:892] Updating already programmed rules for router-internal-default in namespace openshift-ingress I0518 07:03:44.915786 3428 openflow_manager.go:114] Gateway OpenFlow sync already requested I0518 07:03:44.915790 3428 obj_retry.go:548] Creating *factory.serviceForGateway openshift-ingress/router-internal-default took: 27.559µs I0518 07:03:44.915795 3428 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-cluster-node-tuning-operator/node-tuning-operator I0518 07:03:44.915799 3428 obj_retry.go:548] Creating *factory.serviceForGateway openshift-cluster-node-tuning-operator/node-tuning-operator took: 201ns I0518 07:03:44.915803 3428 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-ingress/router-default I0518 07:03:44.915809 3428 port_claim.go:197] Handle NodePort service router-default port 30744 I0518 07:03:44.915816 3428 port_claim.go:41] Opening socket for service: openshift-ingress/router-default, port: 30744 and protocol TCP I0518 07:03:44.915821 3428 port_claim.go:64] Opening socket for LocalPort "nodePort for openshift-ingress/router-default:http" (:30744/tcp) I0518 07:03:44.916031 3428 port_claim.go:197] Handle NodePort service router-default port 30946 I0518 07:03:44.916042 3428 port_claim.go:41] Opening socket for service: openshift-ingress/router-default, port: 30946 and protocol TCP I0518 07:03:44.916046 3428 port_claim.go:64] Opening socket for LocalPort "nodePort for openshift-ingress/router-default:https" (:30946/tcp) I0518 07:03:44.916086 3428 healthcheck.go:145] Opening healthcheck "openshift-ingress/router-default" on port 31515 I0518 07:03:44.916128 3428 healthcheck.go:224] Reporting 0 endpoints for healthcheck "openshift-ingress/router-default" I0518 07:03:44.916136 3428 gateway_shared_intf.go:859] Adding service router-default in namespace openshift-ingress I0518 07:03:44.916158 3428 gateway_shared_intf.go:892] Updating already programmed rules for router-default in namespace openshift-ingress I0518 07:03:44.916177 3428 openflow_manager.go:114] Gateway OpenFlow sync already requested I0518 07:03:44.916185 3428 obj_retry.go:548] Creating *factory.serviceForGateway openshift-ingress/router-default took: 375.811µs I0518 07:03:44.916193 3428 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-multus/network-metrics-service I0518 07:03:44.916198 3428 obj_retry.go:548] Creating *factory.serviceForGateway openshift-multus/network-metrics-service took: 583ns I0518 07:03:44.916197 3428 healthcheck.go:169] Starting goroutine for healthcheck "openshift-ingress/router-default" on port 31515 I0518 07:03:44.916203 3428 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-network-operator/metrics I0518 07:03:44.916208 3428 obj_retry.go:548] Creating *factory.serviceForGateway openshift-network-operator/metrics took: 217ns I0518 07:03:44.916212 3428 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-authentication-operator/metrics I0518 07:03:44.916226 3428 gateway_shared_intf.go:859] Adding service metrics in namespace openshift-authentication-operator I0518 07:03:44.916246 3428 gateway_shared_intf.go:892] Updating already programmed rules for metrics in namespace openshift-authentication-operator I0518 07:03:44.916253 3428 openflow_manager.go:114] Gateway OpenFlow sync already requested I0518 07:03:44.916256 3428 obj_retry.go:548] Creating *factory.serviceForGateway openshift-authentication-operator/metrics took: 29.51µs I0518 07:03:44.916261 3428 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-image-registry/image-registry I0518 07:03:44.916265 3428 gateway_shared_intf.go:859] Adding service image-registry in namespace openshift-image-registry I0518 07:03:44.916281 3428 gateway_shared_intf.go:892] Updating already programmed rules for image-registry in namespace openshift-image-registry I0518 07:03:44.916287 3428 openflow_manager.go:114] Gateway OpenFlow sync already requested I0518 07:03:44.916291 3428 obj_retry.go:548] Creating *factory.serviceForGateway openshift-image-registry/image-registry took: 25.791µs I0518 07:03:44.916296 3428 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-machine-config-operator/machine-config-operator I0518 07:03:44.916300 3428 gateway_shared_intf.go:859] Adding service machine-config-operator in namespace openshift-machine-config-operator I0518 07:03:44.916311 3428 gateway_shared_intf.go:892] Updating already programmed rules for machine-config-operator in namespace openshift-machine-config-operator I0518 07:03:44.916317 3428 openflow_manager.go:114] Gateway OpenFlow sync already requested I0518 07:03:44.916321 3428 obj_retry.go:548] Creating *factory.serviceForGateway openshift-machine-config-operator/machine-config-operator took: 20.727µs I0518 07:03:44.916328 3428 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-insights/metrics I0518 07:03:44.916332 3428 gateway_shared_intf.go:859] Adding service metrics in namespace openshift-insights I0518 07:03:44.916342 3428 gateway_shared_intf.go:892] Updating already programmed rules for metrics in namespace openshift-insights I0518 07:03:44.916346 3428 openflow_manager.go:114] Gateway OpenFlow sync already requested I0518 07:03:44.916349 3428 obj_retry.go:548] Creating *factory.serviceForGateway openshift-insights/metrics took: 17.035µs I0518 07:03:44.916354 3428 obj_retry.go:509] Add event received for *factory.serviceForGateway default/kubernetes I0518 07:03:44.916357 3428 gateway_shared_intf.go:859] Adding service kubernetes in namespace default I0518 07:03:44.916368 3428 gateway_shared_intf.go:892] Updating already programmed rules for kubernetes in namespace default I0518 07:03:44.916385 3428 openflow_manager.go:114] Gateway OpenFlow sync already requested I0518 07:03:44.916391 3428 obj_retry.go:548] Creating *factory.serviceForGateway default/kubernetes took: 32.714µs I0518 07:03:44.916395 3428 obj_retry.go:509] Add event received for *factory.serviceForGateway default/openshift-oauth-apiserver I0518 07:03:44.916399 3428 gateway_shared_intf.go:859] Adding service openshift-oauth-apiserver in namespace default I0518 07:03:44.916410 3428 gateway_shared_intf.go:892] Updating already programmed rules for openshift-oauth-apiserver in namespace default I0518 07:03:44.916414 3428 openflow_manager.go:114] Gateway OpenFlow sync already requested I0518 07:03:44.916417 3428 obj_retry.go:548] Creating *factory.serviceForGateway default/openshift-oauth-apiserver took: 17.687µs I0518 07:03:44.916422 3428 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics I0518 07:03:44.916425 3428 gateway_shared_intf.go:859] Adding service csi-snapshot-controller-operator-metrics in namespace openshift-cluster-storage-operator I0518 07:03:44.916436 3428 gateway_shared_intf.go:892] Updating already programmed rules for csi-snapshot-controller-operator-metrics in namespace openshift-cluster-storage-operator I0518 07:03:44.916442 3428 openflow_manager.go:114] Gateway OpenFlow sync already requested I0518 07:03:44.916446 3428 obj_retry.go:548] Creating *factory.serviceForGateway openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics took: 20.016µs I0518 07:03:44.916469 3428 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-deployment-validation-operator/deployment-validation-operator-metrics I0518 07:03:44.916475 3428 gateway_shared_intf.go:859] Adding service deployment-validation-operator-metrics in namespace openshift-deployment-validation-operator I0518 07:03:44.916486 3428 gateway_shared_intf.go:892] Updating already programmed rules for deployment-validation-operator-metrics in namespace openshift-deployment-validation-operator I0518 07:03:44.916492 3428 openflow_manager.go:114] Gateway OpenFlow sync already requested I0518 07:03:44.916496 3428 obj_retry.go:548] Creating *factory.serviceForGateway openshift-deployment-validation-operator/deployment-validation-operator-metrics took: 20.624µs I0518 07:03:44.916501 3428 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-network-diagnostics/network-check-target I0518 07:03:44.916504 3428 gateway_shared_intf.go:859] Adding service network-check-target in namespace openshift-network-diagnostics I0518 07:03:44.916514 3428 gateway_shared_intf.go:892] Updating already programmed rules for network-check-target in namespace openshift-network-diagnostics I0518 07:03:44.916521 3428 openflow_manager.go:114] Gateway OpenFlow sync already requested I0518 07:03:44.916524 3428 obj_retry.go:548] Creating *factory.serviceForGateway openshift-network-diagnostics/network-check-target took: 19.428µs I0518 07:03:44.916529 3428 obj_retry.go:509] Add event received for *factory.serviceForGateway default/openshift I0518 07:03:44.916533 3428 obj_retry.go:548] Creating *factory.serviceForGateway default/openshift took: 250ns I0518 07:03:44.916536 3428 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-apiserver/check-endpoints I0518 07:03:44.916540 3428 gateway_shared_intf.go:859] Adding service check-endpoints in namespace openshift-apiserver I0518 07:03:44.916553 3428 gateway_shared_intf.go:892] Updating already programmed rules for check-endpoints in namespace openshift-apiserver I0518 07:03:44.916559 3428 openflow_manager.go:114] Gateway OpenFlow sync already requested I0518 07:03:44.916563 3428 obj_retry.go:548] Creating *factory.serviceForGateway openshift-apiserver/check-endpoints took: 22.218µs I0518 07:03:44.916568 3428 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-kube-controller-manager-operator/metrics I0518 07:03:44.916572 3428 gateway_shared_intf.go:859] Adding service metrics in namespace openshift-kube-controller-manager-operator I0518 07:03:44.916581 3428 gateway_shared_intf.go:892] Updating already programmed rules for metrics in namespace openshift-kube-controller-manager-operator I0518 07:03:44.916588 3428 openflow_manager.go:114] Gateway OpenFlow sync already requested I0518 07:03:44.916591 3428 obj_retry.go:548] Creating *factory.serviceForGateway openshift-kube-controller-manager-operator/metrics took: 19.367µs I0518 07:03:44.916595 3428 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-network-diagnostics/network-check-source I0518 07:03:44.916599 3428 obj_retry.go:548] Creating *factory.serviceForGateway openshift-network-diagnostics/network-check-source took: 244ns I0518 07:03:44.916603 3428 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-dns/dns-default I0518 07:03:44.916607 3428 gateway_shared_intf.go:859] Adding service dns-default in namespace openshift-dns I0518 07:03:44.916616 3428 gateway_shared_intf.go:892] Updating already programmed rules for dns-default in namespace openshift-dns I0518 07:03:44.916625 3428 openflow_manager.go:114] Gateway OpenFlow sync already requested I0518 07:03:44.916635 3428 obj_retry.go:548] Creating *factory.serviceForGateway openshift-dns/dns-default took: 21.515µs I0518 07:03:44.916640 3428 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-machine-config-operator/machine-config-controller I0518 07:03:44.916644 3428 gateway_shared_intf.go:859] Adding service machine-config-controller in namespace openshift-machine-config-operator I0518 07:03:44.916653 3428 gateway_shared_intf.go:892] Updating already programmed rules for machine-config-controller in namespace openshift-machine-config-operator I0518 07:03:44.916658 3428 openflow_manager.go:114] Gateway OpenFlow sync already requested I0518 07:03:44.916662 3428 obj_retry.go:548] Creating *factory.serviceForGateway openshift-machine-config-operator/machine-config-controller took: 18.002µs I0518 07:03:44.916666 3428 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-cloud-credential-operator/cco-metrics I0518 07:03:44.916670 3428 gateway_shared_intf.go:859] Adding service cco-metrics in namespace openshift-cloud-credential-operator I0518 07:03:44.916679 3428 gateway_shared_intf.go:892] Updating already programmed rules for cco-metrics in namespace openshift-cloud-credential-operator I0518 07:03:44.916684 3428 openflow_manager.go:114] Gateway OpenFlow sync already requested I0518 07:03:44.916688 3428 obj_retry.go:548] Creating *factory.serviceForGateway openshift-cloud-credential-operator/cco-metrics took: 16.743µs I0518 07:03:44.916692 3428 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-cluster-machine-approver/machine-approver I0518 07:03:44.916695 3428 obj_retry.go:548] Creating *factory.serviceForGateway openshift-cluster-machine-approver/machine-approver took: 149ns I0518 07:03:44.916699 3428 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-config-operator/metrics I0518 07:03:44.916703 3428 gateway_shared_intf.go:859] Adding service metrics in namespace openshift-config-operator I0518 07:03:44.916712 3428 gateway_shared_intf.go:892] Updating already programmed rules for metrics in namespace openshift-config-operator I0518 07:03:44.916716 3428 openflow_manager.go:114] Gateway OpenFlow sync already requested I0518 07:03:44.916720 3428 obj_retry.go:548] Creating *factory.serviceForGateway openshift-config-operator/metrics took: 16.578µs I0518 07:03:44.916724 3428 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-console-operator/metrics I0518 07:03:44.916728 3428 gateway_shared_intf.go:859] Adding service metrics in namespace openshift-console-operator I0518 07:03:44.916737 3428 gateway_shared_intf.go:892] Updating already programmed rules for metrics in namespace openshift-console-operator I0518 07:03:44.916743 3428 openflow_manager.go:114] Gateway OpenFlow sync already requested I0518 07:03:44.916747 3428 obj_retry.go:548] Creating *factory.serviceForGateway openshift-console-operator/metrics took: 18.626µs I0518 07:03:44.916751 3428 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-ingress-operator/metrics I0518 07:03:44.916755 3428 gateway_shared_intf.go:859] Adding service metrics in namespace openshift-ingress-operator I0518 07:03:44.916764 3428 gateway_shared_intf.go:892] Updating already programmed rules for metrics in namespace openshift-ingress-operator I0518 07:03:44.916768 3428 openflow_manager.go:114] Gateway OpenFlow sync already requested I0518 07:03:44.916772 3428 obj_retry.go:548] Creating *factory.serviceForGateway openshift-ingress-operator/metrics took: 16.247µs I0518 07:03:44.916779 3428 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-machine-config-operator/machine-config-daemon I0518 07:03:44.916784 3428 gateway_shared_intf.go:859] Adding service machine-config-daemon in namespace openshift-machine-config-operator I0518 07:03:44.916793 3428 gateway_shared_intf.go:892] Updating already programmed rules for machine-config-daemon in namespace openshift-machine-config-operator I0518 07:03:44.916797 3428 openflow_manager.go:114] Gateway OpenFlow sync already requested I0518 07:03:44.916801 3428 obj_retry.go:548] Creating *factory.serviceForGateway openshift-machine-config-operator/machine-config-daemon took: 17.513µs I0518 07:03:44.916805 3428 obj_retry.go:509] Add event received for *factory.serviceForGateway default/packageserver I0518 07:03:44.916809 3428 gateway_shared_intf.go:859] Adding service packageserver in namespace default I0518 07:03:44.916819 3428 gateway_shared_intf.go:892] Updating already programmed rules for packageserver in namespace default I0518 07:03:44.916825 3428 openflow_manager.go:114] Gateway OpenFlow sync already requested I0518 07:03:44.916829 3428 obj_retry.go:548] Creating *factory.serviceForGateway default/packageserver took: 19.618µs I0518 07:03:44.916833 3428 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-cluster-node-tuning-operator/performance-addon-operator-service I0518 07:03:44.916837 3428 gateway_shared_intf.go:859] Adding service performance-addon-operator-service in namespace openshift-cluster-node-tuning-operator I0518 07:03:44.916847 3428 gateway_shared_intf.go:892] Updating already programmed rules for performance-addon-operator-service in namespace openshift-cluster-node-tuning-operator I0518 07:03:44.916853 3428 openflow_manager.go:114] Gateway OpenFlow sync already requested I0518 07:03:44.916857 3428 obj_retry.go:548] Creating *factory.serviceForGateway openshift-cluster-node-tuning-operator/performance-addon-operator-service took: 19.669µs I0518 07:03:44.916862 3428 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-deployment-validation-operator/deployment-validation-operator-catalog I0518 07:03:44.916866 3428 gateway_shared_intf.go:859] Adding service deployment-validation-operator-catalog in namespace openshift-deployment-validation-operator I0518 07:03:44.916876 3428 gateway_shared_intf.go:892] Updating already programmed rules for deployment-validation-operator-catalog in namespace openshift-deployment-validation-operator I0518 07:03:44.916944 3428 openflow_manager.go:114] Gateway OpenFlow sync already requested I0518 07:03:44.916953 3428 obj_retry.go:548] Creating *factory.serviceForGateway openshift-deployment-validation-operator/deployment-validation-operator-catalog took: 85.347µs I0518 07:03:44.916958 3428 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-dns-operator/metrics I0518 07:03:44.916963 3428 gateway_shared_intf.go:859] Adding service metrics in namespace openshift-dns-operator I0518 07:03:44.916975 3428 gateway_shared_intf.go:892] Updating already programmed rules for metrics in namespace openshift-dns-operator I0518 07:03:44.916984 3428 openflow_manager.go:114] Gateway OpenFlow sync already requested I0518 07:03:44.916988 3428 obj_retry.go:548] Creating *factory.serviceForGateway openshift-dns-operator/metrics took: 25.089µs I0518 07:03:44.917002 3428 factory.go:1366] Added *v1.Service event handler 13 I0518 07:03:44.917014 3428 obj_retry_gateway.go:33] [newRetryFrameworkNodeWithParameters] g.watchFactory=&{0xc000a08c70 0xc0002847e0 0xc000284850 0xc0002848c0 0xc000284930 0xc0002849a0 0xc000284a80 0xc000a20c30 0xc000284af0 0xc000284b60 0xc0008be320 0xc0060fa700 0xc000284bd0 map[0x2b197a0:0xc0022bc420 0x2b19f80:0xc0022bd800 0x2b1a760:0xc00283fd40 0x2b1aa00:0xc00447e240 0x2b1af40:0xc0022bcc00 0x2b1b1e0:0xc0022bcfc0 0x2b1b480:0xc0022bd500 0x2b1bc60:0xc0022bdc20 0x2b1bf00:0xc0065e80c0 0x2b46ce0:0xc001bf3740 0x2b47080:0xc00209a240 0x2b47b60:0xc000a78060 0x2b494c0:0xc00095a960 0x2b49c00:0xc00209a720 0x2b4a6e0:0xc00095ac60] 0xc000480e00 0} I0518 07:03:44.917097 3428 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway openshift-machine-config-operator/machine-config-controller-c89zw I0518 07:03:44.917111 3428 gateway_shared_intf.go:1157] Adding endpointslice machine-config-controller-c89zw in namespace openshift-machine-config-operator I0518 07:03:44.917133 3428 obj_retry.go:548] Creating *factory.endpointSliceForGateway openshift-machine-config-operator/machine-config-controller-c89zw took: 26.389µs I0518 07:03:44.917140 3428 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway openshift-apiserver-operator/metrics-h84b2 I0518 07:03:44.917146 3428 gateway_shared_intf.go:1157] Adding endpointslice metrics-h84b2 in namespace openshift-apiserver-operator I0518 07:03:44.917156 3428 obj_retry.go:548] Creating *factory.endpointSliceForGateway openshift-apiserver-operator/metrics-h84b2 took: 11.571µs I0518 07:03:44.917162 3428 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway openshift-cluster-node-tuning-operator/performance-addon-operator-service-9psth I0518 07:03:44.917167 3428 gateway_shared_intf.go:1157] Adding endpointslice performance-addon-operator-service-9psth in namespace openshift-cluster-node-tuning-operator I0518 07:03:44.917177 3428 obj_retry.go:548] Creating *factory.endpointSliceForGateway openshift-cluster-node-tuning-operator/performance-addon-operator-service-9psth took: 10.21µs I0518 07:03:44.917183 3428 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway openshift-deployment-validation-operator/deployment-validation-operator-catalog-6hcbg I0518 07:03:44.917188 3428 gateway_shared_intf.go:1157] Adding endpointslice deployment-validation-operator-catalog-6hcbg in namespace openshift-deployment-validation-operator I0518 07:03:44.917198 3428 obj_retry.go:548] Creating *factory.endpointSliceForGateway openshift-deployment-validation-operator/deployment-validation-operator-catalog-6hcbg took: 10.506µs I0518 07:03:44.917205 3428 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway openshift-dns-operator/metrics-znzgp I0518 07:03:44.917210 3428 gateway_shared_intf.go:1157] Adding endpointslice metrics-znzgp in namespace openshift-dns-operator I0518 07:03:44.917224 3428 obj_retry.go:548] Creating *factory.endpointSliceForGateway openshift-dns-operator/metrics-znzgp took: 14.95µs I0518 07:03:44.917230 3428 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway openshift-machine-config-operator/machine-config-operator-rwvd7 I0518 07:03:44.917235 3428 gateway_shared_intf.go:1157] Adding endpointslice machine-config-operator-rwvd7 in namespace openshift-machine-config-operator I0518 07:03:44.917245 3428 obj_retry.go:548] Creating *factory.endpointSliceForGateway openshift-machine-config-operator/machine-config-operator-rwvd7 took: 10.169µs I0518 07:03:44.917249 3428 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics-45hvr I0518 07:03:44.917254 3428 gateway_shared_intf.go:1157] Adding endpointslice csi-snapshot-controller-operator-metrics-45hvr in namespace openshift-cluster-storage-operator I0518 07:03:44.917264 3428 obj_retry.go:548] Creating *factory.endpointSliceForGateway openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics-45hvr took: 10.589µs I0518 07:03:44.917270 3428 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway openshift-console-operator/metrics-fmq8c I0518 07:03:44.917275 3428 gateway_shared_intf.go:1157] Adding endpointslice metrics-fmq8c in namespace openshift-console-operator I0518 07:03:44.917284 3428 obj_retry.go:548] Creating *factory.endpointSliceForGateway openshift-console-operator/metrics-fmq8c took: 9.686µs I0518 07:03:44.917289 3428 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway openshift-network-diagnostics/network-check-target-z9hxl I0518 07:03:44.917294 3428 gateway_shared_intf.go:1157] Adding endpointslice network-check-target-z9hxl in namespace openshift-network-diagnostics I0518 07:03:44.917303 3428 obj_retry.go:548] Creating *factory.endpointSliceForGateway openshift-network-diagnostics/network-check-target-z9hxl took: 10.246µs I0518 07:03:44.917307 3428 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway openshift-dns/dns-default-bmkr9 I0518 07:03:44.917312 3428 gateway_shared_intf.go:1157] Adding endpointslice dns-default-bmkr9 in namespace openshift-dns I0518 07:03:44.917320 3428 obj_retry.go:548] Creating *factory.endpointSliceForGateway openshift-dns/dns-default-bmkr9 took: 9.023µs I0518 07:03:44.917327 3428 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway openshift-machine-config-operator/machine-config-daemon-vf4h4 I0518 07:03:44.917331 3428 gateway_shared_intf.go:1157] Adding endpointslice machine-config-daemon-vf4h4 in namespace openshift-machine-config-operator I0518 07:03:44.917340 3428 obj_retry.go:548] Creating *factory.endpointSliceForGateway openshift-machine-config-operator/machine-config-daemon-vf4h4 took: 9.681µs I0518 07:03:44.917345 3428 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway openshift-authentication-operator/metrics-jwx7b I0518 07:03:44.917349 3428 gateway_shared_intf.go:1157] Adding endpointslice metrics-jwx7b in namespace openshift-authentication-operator I0518 07:03:44.917357 3428 obj_retry.go:548] Creating *factory.endpointSliceForGateway openshift-authentication-operator/metrics-jwx7b took: 8.826µs I0518 07:03:44.917362 3428 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway openshift-config-operator/metrics-n4wjd I0518 07:03:44.917366 3428 gateway_shared_intf.go:1157] Adding endpointslice metrics-n4wjd in namespace openshift-config-operator I0518 07:03:44.917375 3428 obj_retry.go:548] Creating *factory.endpointSliceForGateway openshift-config-operator/metrics-n4wjd took: 8.873µs I0518 07:03:44.917381 3428 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway openshift-ingress/router-internal-default-pbfqt I0518 07:03:44.917386 3428 gateway_shared_intf.go:1157] Adding endpointslice router-internal-default-pbfqt in namespace openshift-ingress I0518 07:03:44.917396 3428 obj_retry.go:548] Creating *factory.endpointSliceForGateway openshift-ingress/router-internal-default-pbfqt took: 10.514µs I0518 07:03:44.917403 3428 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway default/packageserver-p665z I0518 07:03:44.917408 3428 gateway_shared_intf.go:1157] Adding endpointslice packageserver-p665z in namespace default I0518 07:03:44.917417 3428 obj_retry.go:548] Creating *factory.endpointSliceForGateway default/packageserver-p665z took: 10.256µs I0518 07:03:44.917424 3428 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway openshift-ingress-canary/ingress-canary-gsnf6 I0518 07:03:44.917429 3428 gateway_shared_intf.go:1157] Adding endpointslice ingress-canary-gsnf6 in namespace openshift-ingress-canary I0518 07:03:44.917439 3428 obj_retry.go:548] Creating *factory.endpointSliceForGateway openshift-ingress-canary/ingress-canary-gsnf6 took: 10.149µs I0518 07:03:44.917446 3428 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway openshift-image-registry/image-registry-z7whg I0518 07:03:44.917451 3428 gateway_shared_intf.go:1157] Adding endpointslice image-registry-z7whg in namespace openshift-image-registry I0518 07:03:44.917460 3428 obj_retry.go:548] Creating *factory.endpointSliceForGateway openshift-image-registry/image-registry-z7whg took: 9.642µs I0518 07:03:44.917467 3428 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway openshift-ingress-operator/metrics-wc6qd I0518 07:03:44.917473 3428 gateway_shared_intf.go:1157] Adding endpointslice metrics-wc6qd in namespace openshift-ingress-operator I0518 07:03:44.917482 3428 obj_retry.go:548] Creating *factory.endpointSliceForGateway openshift-ingress-operator/metrics-wc6qd took: 10.492µs I0518 07:03:44.917486 3428 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway default/openshift-apiserver-5gvtq I0518 07:03:44.917491 3428 gateway_shared_intf.go:1157] Adding endpointslice openshift-apiserver-5gvtq in namespace default I0518 07:03:44.917500 3428 obj_retry.go:548] Creating *factory.endpointSliceForGateway default/openshift-apiserver-5gvtq took: 10.004µs I0518 07:03:44.917504 3428 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway openshift-cluster-storage-operator/cluster-storage-operator-metrics-66mzw I0518 07:03:44.917509 3428 gateway_shared_intf.go:1157] Adding endpointslice cluster-storage-operator-metrics-66mzw in namespace openshift-cluster-storage-operator I0518 07:03:44.917517 3428 obj_retry.go:548] Creating *factory.endpointSliceForGateway openshift-cluster-storage-operator/cluster-storage-operator-metrics-66mzw took: 9.671µs I0518 07:03:44.917523 3428 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway openshift-cluster-version/cluster-version-operator-m5tlt I0518 07:03:44.917529 3428 gateway_shared_intf.go:1157] Adding endpointslice cluster-version-operator-m5tlt in namespace openshift-cluster-version I0518 07:03:44.917538 3428 obj_retry.go:548] Creating *factory.endpointSliceForGateway openshift-cluster-version/cluster-version-operator-m5tlt took: 9.922µs I0518 07:03:44.917542 3428 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway openshift-kube-storage-version-migrator-operator/metrics-7r7mj I0518 07:03:44.917546 3428 gateway_shared_intf.go:1157] Adding endpointslice metrics-7r7mj in namespace openshift-kube-storage-version-migrator-operator I0518 07:03:44.917555 3428 obj_retry.go:548] Creating *factory.endpointSliceForGateway openshift-kube-storage-version-migrator-operator/metrics-7r7mj took: 8.991µs I0518 07:03:44.917561 3428 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway default/openshift-oauth-apiserver-4h85v I0518 07:03:44.917565 3428 gateway_shared_intf.go:1157] Adding endpointslice openshift-oauth-apiserver-4h85v in namespace default I0518 07:03:44.917574 3428 obj_retry.go:548] Creating *factory.endpointSliceForGateway default/openshift-oauth-apiserver-4h85v took: 9.778µs I0518 07:03:44.917578 3428 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway openshift-apiserver/check-endpoints-q5lvs I0518 07:03:44.917583 3428 gateway_shared_intf.go:1157] Adding endpointslice check-endpoints-q5lvs in namespace openshift-apiserver I0518 07:03:44.917591 3428 obj_retry.go:548] Creating *factory.endpointSliceForGateway openshift-apiserver/check-endpoints-q5lvs took: 8.944µs I0518 07:03:44.917597 3428 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway openshift-deployment-validation-operator/deployment-validation-operator-metrics-xcxfq I0518 07:03:44.917602 3428 gateway_shared_intf.go:1157] Adding endpointslice deployment-validation-operator-metrics-xcxfq in namespace openshift-deployment-validation-operator I0518 07:03:44.917611 3428 obj_retry.go:548] Creating *factory.endpointSliceForGateway openshift-deployment-validation-operator/deployment-validation-operator-metrics-xcxfq took: 9.785µs I0518 07:03:44.917616 3428 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway openshift-ingress/router-default-9pbwc I0518 07:03:44.917625 3428 healthcheck.go:224] Reporting 0 endpoints for healthcheck "openshift-ingress/router-default" I0518 07:03:44.917631 3428 gateway_shared_intf.go:1157] Adding endpointslice router-default-9pbwc in namespace openshift-ingress I0518 07:03:44.917641 3428 obj_retry.go:548] Creating *factory.endpointSliceForGateway openshift-ingress/router-default-9pbwc took: 20.299µs I0518 07:03:44.917644 3428 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway openshift-insights/metrics-6q72f I0518 07:03:44.917649 3428 gateway_shared_intf.go:1157] Adding endpointslice metrics-6q72f in namespace openshift-insights I0518 07:03:44.917658 3428 obj_retry.go:548] Creating *factory.endpointSliceForGateway openshift-insights/metrics-6q72f took: 9.361µs I0518 07:03:44.917664 3428 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway openshift-kube-controller-manager-operator/metrics-9xjpq I0518 07:03:44.917669 3428 gateway_shared_intf.go:1157] Adding endpointslice metrics-9xjpq in namespace openshift-kube-controller-manager-operator I0518 07:03:44.917677 3428 obj_retry.go:548] Creating *factory.endpointSliceForGateway openshift-kube-controller-manager-operator/metrics-9xjpq took: 9.093µs I0518 07:03:44.917681 3428 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway openshift-network-console/networking-console-plugin-wbjht I0518 07:03:44.917686 3428 gateway_shared_intf.go:1157] Adding endpointslice networking-console-plugin-wbjht in namespace openshift-network-console I0518 07:03:44.917695 3428 obj_retry.go:548] Creating *factory.endpointSliceForGateway openshift-network-console/networking-console-plugin-wbjht took: 9.484µs I0518 07:03:44.917701 3428 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway openshift-service-ca-operator/metrics-8g5w5 I0518 07:03:44.917706 3428 gateway_shared_intf.go:1157] Adding endpointslice metrics-8g5w5 in namespace openshift-service-ca-operator I0518 07:03:44.917714 3428 obj_retry.go:548] Creating *factory.endpointSliceForGateway openshift-service-ca-operator/metrics-8g5w5 took: 9.766µs I0518 07:03:44.917718 3428 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway default/kubernetes I0518 07:03:44.917723 3428 gateway_shared_intf.go:1157] Adding endpointslice kubernetes in namespace default I0518 07:03:44.917731 3428 obj_retry.go:548] Creating *factory.endpointSliceForGateway default/kubernetes took: 9.457µs I0518 07:03:44.917738 3428 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway openshift-cloud-credential-operator/cco-metrics-bb97r I0518 07:03:44.917743 3428 gateway_shared_intf.go:1157] Adding endpointslice cco-metrics-bb97r in namespace openshift-cloud-credential-operator I0518 07:03:44.917751 3428 obj_retry.go:548] Creating *factory.endpointSliceForGateway openshift-cloud-credential-operator/cco-metrics-bb97r took: 9.367µs I0518 07:03:44.917761 3428 factory.go:1366] Added *v1.EndpointSlice event handler 14 I0518 07:03:44.917768 3428 obj_retry_gateway.go:33] [newRetryFrameworkNodeWithParameters] g.watchFactory=&{0xc000a08c70 0xc0002847e0 0xc000284850 0xc0002848c0 0xc000284930 0xc0002849a0 0xc000284a80 0xc000a20c30 0xc000284af0 0xc000284b60 0xc0008be320 0xc0060fa700 0xc000284bd0 map[0x2b197a0:0xc0022bc420 0x2b19f80:0xc0022bd800 0x2b1a760:0xc00283fd40 0x2b1aa00:0xc00447e240 0x2b1af40:0xc0022bcc00 0x2b1b1e0:0xc0022bcfc0 0x2b1b480:0xc0022bd500 0x2b1bc60:0xc0022bdc20 0x2b1bf00:0xc0065e80c0 0x2b46ce0:0xc001bf3740 0x2b47080:0xc00209a240 0x2b47b60:0xc000a78060 0x2b494c0:0xc00095a960 0x2b49c00:0xc00209a720 0x2b4a6e0:0xc00095ac60] 0xc000480e00 0} I0518 07:03:44.917799 3428 gateway.go:492] Reconciling gateway with updates I0518 07:03:44.917860 3428 openflow_manager.go:114] Gateway OpenFlow sync already requested I0518 07:03:44.917871 3428 iptables.go:144] Deleting rule in table: nat, chain: POSTROUTING with args: "-s 10.129.0.0/23 -j MASQUERADE" for protocol: 0 I0518 07:03:44.951570 3428 gateway.go:520] Adding service default/openshift-oauth-apiserver to retryServices I0518 07:03:44.951586 3428 gateway.go:520] Adding service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics to retryServices I0518 07:03:44.951591 3428 gateway.go:520] Adding service openshift-deployment-validation-operator/deployment-validation-operator-metrics to retryServices I0518 07:03:44.951596 3428 gateway.go:520] Adding service openshift-insights/metrics to retryServices I0518 07:03:44.951601 3428 gateway.go:520] Adding service default/kubernetes to retryServices I0518 07:03:44.951605 3428 gateway.go:520] Adding service openshift-apiserver/check-endpoints to retryServices I0518 07:03:44.951609 3428 gateway.go:520] Adding service openshift-kube-controller-manager-operator/metrics to retryServices I0518 07:03:44.951612 3428 gateway.go:520] Adding service openshift-network-diagnostics/network-check-source to retryServices I0518 07:03:44.951615 3428 gateway.go:520] Adding service openshift-network-diagnostics/network-check-target to retryServices I0518 07:03:44.951620 3428 gateway.go:520] Adding service default/openshift to retryServices I0518 07:03:44.951624 3428 gateway.go:520] Adding service openshift-cluster-machine-approver/machine-approver to retryServices I0518 07:03:44.951627 3428 gateway.go:520] Adding service openshift-config-operator/metrics to retryServices I0518 07:03:44.951630 3428 gateway.go:520] Adding service openshift-console-operator/metrics to retryServices I0518 07:03:44.951633 3428 gateway.go:520] Adding service openshift-dns/dns-default to retryServices I0518 07:03:44.951637 3428 gateway.go:520] Adding service openshift-machine-config-operator/machine-config-controller to retryServices I0518 07:03:44.951640 3428 gateway.go:520] Adding service openshift-cloud-credential-operator/cco-metrics to retryServices I0518 07:03:44.951643 3428 gateway.go:520] Adding service openshift-cluster-node-tuning-operator/performance-addon-operator-service to retryServices I0518 07:03:44.951647 3428 gateway.go:520] Adding service openshift-deployment-validation-operator/deployment-validation-operator-catalog to retryServices I0518 07:03:44.951650 3428 gateway.go:520] Adding service openshift-dns-operator/metrics to retryServices I0518 07:03:44.951653 3428 gateway.go:520] Adding service openshift-ingress-operator/metrics to retryServices I0518 07:03:44.951656 3428 gateway.go:520] Adding service openshift-machine-config-operator/machine-config-daemon to retryServices I0518 07:03:44.951659 3428 gateway.go:520] Adding service default/packageserver to retryServices I0518 07:03:44.951662 3428 gateway.go:520] Adding service openshift-apiserver-operator/metrics to retryServices I0518 07:03:44.951664 3428 gateway.go:520] Adding service openshift-cluster-samples-operator/metrics to retryServices I0518 07:03:44.951668 3428 gateway.go:520] Adding service openshift-network-console/networking-console-plugin to retryServices I0518 07:03:44.951671 3428 gateway.go:520] Adding service openshift-ovn-kubernetes/ovn-kubernetes-node to retryServices I0518 07:03:44.951674 3428 gateway.go:520] Adding service openshift-service-ca-operator/metrics to retryServices I0518 07:03:44.951684 3428 gateway.go:520] Adding service default/openshift-apiserver to retryServices I0518 07:03:44.951689 3428 gateway.go:520] Adding service openshift-cluster-version/cluster-version-operator to retryServices I0518 07:03:44.951693 3428 gateway.go:520] Adding service openshift-ingress-canary/ingress-canary to retryServices I0518 07:03:44.951696 3428 gateway.go:520] Adding service openshift-ingress/router-internal-default to retryServices I0518 07:03:44.951699 3428 gateway.go:520] Adding service openshift-kube-storage-version-migrator-operator/metrics to retryServices I0518 07:03:44.951702 3428 gateway.go:520] Adding service openshift-monitoring/cluster-monitoring-operator to retryServices I0518 07:03:44.951704 3428 gateway.go:520] Adding service openshift-cluster-storage-operator/cluster-storage-operator-metrics to retryServices I0518 07:03:44.951708 3428 gateway.go:520] Adding service openshift-ingress/router-default to retryServices I0518 07:03:44.951710 3428 gateway.go:520] Adding service openshift-multus/network-metrics-service to retryServices I0518 07:03:44.951713 3428 gateway.go:520] Adding service openshift-network-operator/metrics to retryServices I0518 07:03:44.951716 3428 gateway.go:520] Adding service openshift-cluster-node-tuning-operator/node-tuning-operator to retryServices I0518 07:03:44.951720 3428 gateway.go:520] Adding service openshift-image-registry/image-registry to retryServices I0518 07:03:44.951722 3428 gateway.go:520] Adding service openshift-machine-config-operator/machine-config-operator to retryServices I0518 07:03:44.951725 3428 gateway.go:520] Adding service openshift-authentication-operator/metrics to retryServices I0518 07:03:44.951736 3428 obj_retry.go:236] Iterate retry objects requested (resource *factory.serviceForGateway) I0518 07:03:44.951757 3428 factory.go:1366] Added *v1.EgressIP event handler 15 I0518 07:03:44.951771 3428 gateway.go:321] Spawning Conntrack Rule Check Thread I0518 07:03:44.951820 3428 obj_retry.go:431] periodicallyRetryResources: Retry channel got triggered: retrying failed objects of type *factory.serviceForGateway I0518 07:03:44.951834 3428 obj_retry.go:406] Going to retry *factory.serviceForGateway resource setup for 41 objects: [openshift-config-operator/metrics default/kubernetes openshift-kube-controller-manager-operator/metrics openshift-cluster-node-tuning-operator/performance-addon-operator-service openshift-ingress/router-default openshift-dns/dns-default openshift-cloud-credential-operator/cco-metrics openshift-cluster-samples-operator/metrics openshift-network-console/networking-console-plugin openshift-deployment-validation-operator/deployment-validation-operator-metrics openshift-insights/metrics openshift-apiserver/check-endpoints openshift-network-diagnostics/network-check-source openshift-authentication-operator/metrics default/openshift-apiserver openshift-network-operator/metrics openshift-image-registry/image-registry openshift-machine-config-operator/machine-config-operator openshift-apiserver-operator/metrics openshift-ingress-canary/ingress-canary openshift-multus/network-metrics-service openshift-cluster-node-tuning-operator/node-tuning-operator default/openshift-oauth-apiserver openshift-machine-config-operator/machine-config-controller openshift-deployment-validation-operator/deployment-validation-operator-catalog default/packageserver openshift-kube-storage-version-migrator-operator/metrics openshift-cluster-storage-operator/cluster-storage-operator-metrics openshift-network-diagnostics/network-check-target openshift-dns-operator/metrics openshift-ingress-operator/metrics openshift-machine-config-operator/machine-config-daemon default/openshift openshift-cluster-machine-approver/machine-approver openshift-console-operator/metrics openshift-service-ca-operator/metrics openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics openshift-ovn-kubernetes/ovn-kubernetes-node openshift-cluster-version/cluster-version-operator openshift-ingress/router-internal-default openshift-monitoring/cluster-monitoring-operator] I0518 07:03:44.951908 3428 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-config-operator/metrics I0518 07:03:44.951919 3428 obj_retry.go:415] Waiting for all the *factory.serviceForGateway retry setup to complete in iterateRetryResources I0518 07:03:44.951923 3428 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-cluster-node-tuning-operator/node-tuning-operator I0518 07:03:44.951929 3428 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-config-operator/metrics I0518 07:03:44.951927 3428 obj_retry.go:299] Retry object setup: *factory.serviceForGateway default/kubernetes I0518 07:03:44.951937 3428 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-monitoring/cluster-monitoring-operator I0518 07:03:44.951939 3428 gateway_shared_intf.go:859] Adding service metrics in namespace openshift-config-operator I0518 07:03:44.951945 3428 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-cluster-node-tuning-operator/performance-addon-operator-service I0518 07:03:44.951947 3428 obj_retry.go:363] Adding new object: *factory.serviceForGateway default/kubernetes I0518 07:03:44.951953 3428 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-cluster-node-tuning-operator/performance-addon-operator-service I0518 07:03:44.951958 3428 gateway_shared_intf.go:859] Adding service kubernetes in namespace default I0518 07:03:44.951946 3428 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-monitoring/cluster-monitoring-operator I0518 07:03:44.951967 3428 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-machine-config-operator/machine-config-controller I0518 07:03:44.951969 3428 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-monitoring/cluster-monitoring-operator after 0 failed attempt(s) I0518 07:03:44.951935 3428 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-cluster-node-tuning-operator/node-tuning-operator I0518 07:03:44.951976 3428 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-machine-config-operator/machine-config-controller I0518 07:03:44.951980 3428 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-cluster-node-tuning-operator/node-tuning-operator after 0 failed attempt(s) I0518 07:03:44.951960 3428 gateway_shared_intf.go:859] Adding service performance-addon-operator-service in namespace openshift-cluster-node-tuning-operator I0518 07:03:44.951985 3428 gateway_shared_intf.go:859] Adding service machine-config-controller in namespace openshift-machine-config-operator I0518 07:03:44.951993 3428 gateway_shared_intf.go:892] Updating already programmed rules for metrics in namespace openshift-config-operator I0518 07:03:44.952004 3428 openflow_manager.go:114] Gateway OpenFlow sync already requested I0518 07:03:44.952011 3428 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-config-operator/metrics after 0 failed attempt(s) I0518 07:03:44.951904 3428 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-kube-controller-manager-operator/metrics I0518 07:03:44.952025 3428 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-deployment-validation-operator/deployment-validation-operator-catalog I0518 07:03:44.952038 3428 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-cloud-credential-operator/cco-metrics I0518 07:03:44.952052 3428 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-cloud-credential-operator/cco-metrics I0518 07:03:44.952052 3428 gateway_shared_intf.go:892] Updating already programmed rules for performance-addon-operator-service in namespace openshift-cluster-node-tuning-operator I0518 07:03:44.952026 3428 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-kube-controller-manager-operator/metrics I0518 07:03:44.951928 3428 default_node_network_controller.go:1213] Gateway and management port readiness took 95.296833ms I0518 07:03:44.952064 3428 gateway_shared_intf.go:859] Adding service metrics in namespace openshift-kube-controller-manager-operator I0518 07:03:44.952066 3428 ovs.go:160] Exec(55): /usr/bin/ovs-ofctl -O OpenFlow13 --bundle replace-flows br-ex - I0518 07:03:44.952068 3428 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-cluster-samples-operator/metrics I0518 07:03:44.952076 3428 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-cluster-samples-operator/metrics I0518 07:03:44.952083 3428 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-cluster-samples-operator/metrics after 0 failed attempt(s) I0518 07:03:44.952093 3428 gateway_shared_intf.go:892] Updating already programmed rules for metrics in namespace openshift-kube-controller-manager-operator I0518 07:03:44.952095 3428 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-network-console/networking-console-plugin I0518 07:03:44.952104 3428 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-network-console/networking-console-plugin I0518 07:03:44.952106 3428 obj_retry.go:299] Retry object setup: *factory.serviceForGateway default/packageserver I0518 07:03:44.952111 3428 gateway_shared_intf.go:859] Adding service networking-console-plugin in namespace openshift-network-console I0518 07:03:44.952115 3428 obj_retry.go:363] Adding new object: *factory.serviceForGateway default/packageserver I0518 07:03:44.952121 3428 gateway_shared_intf.go:859] Adding service packageserver in namespace default I0518 07:03:44.952157 3428 gateway_shared_intf.go:892] Updating already programmed rules for packageserver in namespace default I0518 07:03:44.952041 3428 gateway_shared_intf.go:892] Updating already programmed rules for kubernetes in namespace default I0518 07:03:44.952056 3428 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-deployment-validation-operator/deployment-validation-operator-catalog I0518 07:03:44.952358 3428 gateway_shared_intf.go:859] Adding service deployment-validation-operator-catalog in namespace openshift-deployment-validation-operator I0518 07:03:44.952411 3428 gateway_shared_intf.go:892] Updating already programmed rules for deployment-validation-operator-catalog in namespace openshift-deployment-validation-operator I0518 07:03:44.951957 3428 obj_retry.go:299] Retry object setup: *factory.serviceForGateway default/openshift-oauth-apiserver I0518 07:03:44.952560 3428 obj_retry.go:363] Adding new object: *factory.serviceForGateway default/openshift-oauth-apiserver I0518 07:03:44.952573 3428 gateway_shared_intf.go:859] Adding service openshift-oauth-apiserver in namespace default I0518 07:03:44.952600 3428 gateway_shared_intf.go:892] Updating already programmed rules for openshift-oauth-apiserver in namespace default I0518 07:03:44.952016 3428 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-ingress/router-default I0518 07:03:44.952612 3428 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-ingress/router-default I0518 07:03:44.952619 3428 port_claim.go:197] Handle NodePort service router-default port 30744 I0518 07:03:44.952027 3428 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-dns/dns-default I0518 07:03:44.952628 3428 port_claim.go:41] Opening socket for service: openshift-ingress/router-default, port: 30744 and protocol TCP I0518 07:03:44.952654 3428 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-dns/dns-default I0518 07:03:44.952636 3428 port_claim.go:64] Opening socket for LocalPort "nodePort for openshift-ingress/router-default:http" (:30744/tcp) I0518 07:03:44.952673 3428 gateway_shared_intf.go:859] Adding service dns-default in namespace openshift-dns I0518 07:03:44.952679 3428 port_claim.go:71] Svc openshift-ingress/router-default: port 30744 is already open, no action needed I0518 07:03:44.952687 3428 port_claim.go:197] Handle NodePort service router-default port 30946 I0518 07:03:44.952695 3428 port_claim.go:41] Opening socket for service: openshift-ingress/router-default, port: 30946 and protocol TCP I0518 07:03:44.952165 3428 gateway_shared_intf.go:892] Updating already programmed rules for networking-console-plugin in namespace openshift-network-console I0518 07:03:44.952706 3428 port_claim.go:64] Opening socket for LocalPort "nodePort for openshift-ingress/router-default:https" (:30946/tcp) I0518 07:03:44.952721 3428 port_claim.go:71] Svc openshift-ingress/router-default: port 30946 is already open, no action needed I0518 07:03:44.952733 3428 healthcheck.go:141] Existing healthcheck "openshift-ingress/router-default" on port 31515 I0518 07:03:44.952735 3428 gateway_shared_intf.go:892] Updating already programmed rules for dns-default in namespace openshift-dns I0518 07:03:44.952755 3428 healthcheck.go:224] Reporting 0 endpoints for healthcheck "openshift-ingress/router-default" I0518 07:03:44.952178 3428 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-deployment-validation-operator/deployment-validation-operator-metrics I0518 07:03:44.952772 3428 gateway_shared_intf.go:859] Adding service router-default in namespace openshift-ingress I0518 07:03:44.952780 3428 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-deployment-validation-operator/deployment-validation-operator-metrics I0518 07:03:44.952788 3428 gateway_shared_intf.go:859] Adding service deployment-validation-operator-metrics in namespace openshift-deployment-validation-operator I0518 07:03:44.952790 3428 gateway_shared_intf.go:892] Updating already programmed rules for router-default in namespace openshift-ingress I0518 07:03:44.952204 3428 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-insights/metrics I0518 07:03:44.952786 3428 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} I0518 07:03:44.952802 3428 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-insights/metrics I0518 07:03:44.952810 3428 gateway_shared_intf.go:859] Adding service metrics in namespace openshift-insights I0518 07:03:44.952813 3428 ovs.go:160] Exec(56): /usr/bin/ovs-vsctl --timeout=15 --if-exists del-br br-ext I0518 07:03:44.952187 3428 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-network-operator/metrics I0518 07:03:44.952830 3428 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-network-operator/metrics I0518 07:03:44.952837 3428 gateway_shared_intf.go:892] Updating already programmed rules for metrics in namespace openshift-insights I0518 07:03:44.952206 3428 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-machine-config-operator/machine-config-operator I0518 07:03:44.952216 3428 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-apiserver/check-endpoints I0518 07:03:44.952845 3428 gateway_shared_intf.go:892] Updating already programmed rules for deployment-validation-operator-metrics in namespace openshift-deployment-validation-operator I0518 07:03:44.952192 3428 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-image-registry/image-registry I0518 07:03:44.952852 3428 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-apiserver/check-endpoints I0518 07:03:44.952858 3428 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-image-registry/image-registry I0518 07:03:44.952229 3428 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-network-diagnostics/network-check-source I0518 07:03:44.952869 3428 gateway_shared_intf.go:859] Adding service image-registry in namespace openshift-image-registry I0518 07:03:44.952233 3428 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-multus/network-metrics-service I0518 07:03:44.952898 3428 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-multus/network-metrics-service I0518 07:03:44.952908 3428 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-multus/network-metrics-service after 0 failed attempt(s) I0518 07:03:44.952241 3428 obj_retry.go:299] Retry object setup: *factory.serviceForGateway default/openshift-apiserver I0518 07:03:44.952231 3428 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-authentication-operator/metrics I0518 07:03:44.952919 3428 obj_retry.go:363] Adding new object: *factory.serviceForGateway default/openshift-apiserver I0518 07:03:44.952926 3428 gateway_shared_intf.go:859] Adding service openshift-apiserver in namespace default I0518 07:03:44.952926 3428 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-authentication-operator/metrics I0518 07:03:44.952246 3428 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-ingress-canary/ingress-canary I0518 07:03:44.952860 3428 gateway_shared_intf.go:859] Adding service check-endpoints in namespace openshift-apiserver I0518 07:03:44.952943 3428 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-ingress-canary/ingress-canary I0518 07:03:44.952950 3428 gateway_shared_intf.go:859] Adding service ingress-canary in namespace openshift-ingress-canary I0518 07:03:44.952259 3428 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-network-diagnostics/network-check-target I0518 07:03:44.952969 3428 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-network-diagnostics/network-check-target I0518 07:03:44.952973 3428 gateway_shared_intf.go:892] Updating already programmed rules for openshift-apiserver in namespace default I0518 07:03:44.952978 3428 gateway_shared_intf.go:859] Adding service network-check-target in namespace openshift-network-diagnostics I0518 07:03:44.952983 3428 gateway_shared_intf.go:892] Updating already programmed rules for ingress-canary in namespace openshift-ingress-canary I0518 07:03:44.952870 3428 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-network-diagnostics/network-check-source I0518 07:03:44.952989 3428 gateway_shared_intf.go:892] Updating already programmed rules for check-endpoints in namespace openshift-apiserver I0518 07:03:44.952925 3428 gateway_shared_intf.go:892] Updating already programmed rules for image-registry in namespace openshift-image-registry I0518 07:03:44.952270 3428 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics I0518 07:03:44.952253 3428 obj_retry.go:299] Retry object setup: *factory.serviceForGateway default/openshift I0518 07:03:44.953005 3428 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics I0518 07:03:44.953008 3428 gateway_shared_intf.go:892] Updating already programmed rules for network-check-target in namespace openshift-network-diagnostics I0518 07:03:44.953011 3428 gateway_shared_intf.go:859] Adding service csi-snapshot-controller-operator-metrics in namespace openshift-cluster-storage-operator I0518 07:03:44.952260 3428 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-kube-storage-version-migrator-operator/metrics I0518 07:03:44.953022 3428 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-kube-storage-version-migrator-operator/metrics I0518 07:03:44.953029 3428 gateway_shared_intf.go:859] Adding service metrics in namespace openshift-kube-storage-version-migrator-operator I0518 07:03:44.953041 3428 gateway_shared_intf.go:892] Updating already programmed rules for csi-snapshot-controller-operator-metrics in namespace openshift-cluster-storage-operator I0518 07:03:44.953008 3428 obj_retry.go:363] Adding new object: *factory.serviceForGateway default/openshift I0518 07:03:44.953098 3428 obj_retry.go:383] Retry successful for *factory.serviceForGateway default/openshift after 0 failed attempt(s) I0518 07:03:44.953057 3428 gateway_shared_intf.go:892] Updating already programmed rules for metrics in namespace openshift-kube-storage-version-migrator-operator I0518 07:03:44.952281 3428 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-ingress-operator/metrics I0518 07:03:44.953115 3428 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-ingress-operator/metrics I0518 07:03:44.953121 3428 gateway_shared_intf.go:859] Adding service metrics in namespace openshift-ingress-operator I0518 07:03:44.952288 3428 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-console-operator/metrics I0518 07:03:44.953200 3428 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-console-operator/metrics I0518 07:03:44.953210 3428 gateway_shared_intf.go:859] Adding service metrics in namespace openshift-console-operator I0518 07:03:44.952288 3428 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-cluster-version/cluster-version-operator I0518 07:03:44.953305 3428 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-cluster-version/cluster-version-operator I0518 07:03:44.953314 3428 gateway_shared_intf.go:859] Adding service cluster-version-operator in namespace openshift-cluster-version I0518 07:03:44.953348 3428 gateway_shared_intf.go:892] Updating already programmed rules for cluster-version-operator in namespace openshift-cluster-version I0518 07:03:44.952294 3428 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-service-ca-operator/metrics I0518 07:03:44.953363 3428 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-service-ca-operator/metrics I0518 07:03:44.953370 3428 gateway_shared_intf.go:859] Adding service metrics in namespace openshift-service-ca-operator I0518 07:03:44.952294 3428 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-machine-config-operator/machine-config-daemon I0518 07:03:44.953465 3428 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-machine-config-operator/machine-config-daemon I0518 07:03:44.953472 3428 gateway_shared_intf.go:859] Adding service machine-config-daemon in namespace openshift-machine-config-operator I0518 07:03:44.953507 3428 gateway_shared_intf.go:892] Updating already programmed rules for machine-config-daemon in namespace openshift-machine-config-operator I0518 07:03:44.952298 3428 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-ovn-kubernetes/ovn-kubernetes-node I0518 07:03:44.953521 3428 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-ovn-kubernetes/ovn-kubernetes-node I0518 07:03:44.953529 3428 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-ovn-kubernetes/ovn-kubernetes-node after 0 failed attempt(s) I0518 07:03:44.952311 3428 gateway_shared_intf.go:892] Updating already programmed rules for machine-config-controller in namespace openshift-machine-config-operator I0518 07:03:44.952313 3428 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-ingress/router-internal-default I0518 07:03:44.953543 3428 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-ingress/router-internal-default I0518 07:03:44.953548 3428 gateway_shared_intf.go:859] Adding service router-internal-default in namespace openshift-ingress I0518 07:03:44.953575 3428 gateway_shared_intf.go:892] Updating already programmed rules for router-internal-default in namespace openshift-ingress I0518 07:03:44.952058 3428 gateway_shared_intf.go:859] Adding service cco-metrics in namespace openshift-cloud-credential-operator I0518 07:03:44.953638 3428 gateway_shared_intf.go:892] Updating already programmed rules for cco-metrics in namespace openshift-cloud-credential-operator I0518 07:03:44.952542 3428 node_ip_handler_linux.go:493] Skipping non-useable IP address for host: 127.0.0.1/8 lo I0518 07:03:44.953654 3428 gateway_shared_intf.go:892] Updating already programmed rules for metrics in namespace openshift-ingress-operator I0518 07:03:44.952841 3428 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-network-operator/metrics after 0 failed attempt(s) I0518 07:03:44.952850 3428 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-machine-config-operator/machine-config-operator I0518 07:03:44.953670 3428 gateway_shared_intf.go:892] Updating already programmed rules for metrics in namespace openshift-service-ca-operator I0518 07:03:44.953675 3428 gateway_shared_intf.go:859] Adding service machine-config-operator in namespace openshift-machine-config-operator I0518 07:03:44.953726 3428 gateway_shared_intf.go:892] Updating already programmed rules for metrics in namespace openshift-console-operator I0518 07:03:44.953736 3428 gateway_shared_intf.go:892] Updating already programmed rules for machine-config-operator in namespace openshift-machine-config-operator I0518 07:03:44.952217 3428 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-apiserver-operator/metrics I0518 07:03:44.953750 3428 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-apiserver-operator/metrics I0518 07:03:44.953757 3428 gateway_shared_intf.go:859] Adding service metrics in namespace openshift-apiserver-operator I0518 07:03:44.953786 3428 gateway_shared_intf.go:892] Updating already programmed rules for metrics in namespace openshift-apiserver-operator I0518 07:03:44.952935 3428 gateway_shared_intf.go:859] Adding service metrics in namespace openshift-authentication-operator I0518 07:03:44.953825 3428 gateway_shared_intf.go:892] Updating already programmed rules for metrics in namespace openshift-authentication-operator I0518 07:03:44.952995 3428 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-network-diagnostics/network-check-source after 0 failed attempt(s) I0518 07:03:44.952268 3428 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-dns-operator/metrics I0518 07:03:44.953919 3428 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-dns-operator/metrics I0518 07:03:44.953927 3428 gateway_shared_intf.go:859] Adding service metrics in namespace openshift-dns-operator I0518 07:03:44.953959 3428 gateway_shared_intf.go:892] Updating already programmed rules for metrics in namespace openshift-dns-operator I0518 07:03:44.952279 3428 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-cluster-machine-approver/machine-approver I0518 07:03:44.953975 3428 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-cluster-machine-approver/machine-approver I0518 07:03:44.953983 3428 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-cluster-machine-approver/machine-approver after 0 failed attempt(s) I0518 07:03:44.952271 3428 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-cluster-storage-operator/cluster-storage-operator-metrics I0518 07:03:44.954001 3428 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-cluster-storage-operator/cluster-storage-operator-metrics I0518 07:03:44.954014 3428 gateway_shared_intf.go:859] Adding service cluster-storage-operator-metrics in namespace openshift-cluster-storage-operator I0518 07:03:44.954055 3428 gateway_shared_intf.go:892] Updating already programmed rules for cluster-storage-operator-metrics in namespace openshift-cluster-storage-operator I0518 07:03:44.953858 3428 node_ip_handler_linux.go:493] Skipping non-useable IP address for host: 169.254.0.2/17 br-ex I0518 07:03:44.954086 3428 node_ip_handler_linux.go:175] Node IP manager is running I0518 07:03:44.958482 3428 ovs.go:163] Exec(56): stdout: "" I0518 07:03:44.958518 3428 ovs.go:164] Exec(56): stderr: "" I0518 07:03:44.958530 3428 ovs.go:160] Exec(57): /usr/bin/ovs-vsctl --timeout=15 --if-exists del-port br-int int I0518 07:03:44.963251 3428 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2ddce267b4a9ca01c396197b331846f5346e9112458ce3520d5d9645e10d0fe744_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} I0518 07:03:44.963289 3428 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2ddce267b4a9ca01c396197b331846f5346e9112458ce3520d5d9645e10d0fe744_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:0x6521229d3d7fb}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x346c790}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6521229d4c4b2}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x347b446}, "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:0x6521229d3d15b}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x346c0ef}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6521229d3d159}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x346c0ed}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6521229d4c4b2}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x347b446}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6521229d3d7fb}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x346c790}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x39, 0x6, 0x3e, 0x3f, 0x2a, 0xb7, 0x4a, 0xc7, 0xa9, 0xbf, 0xf4, 0x1e, 0x90, 0xd7, 0xe7, 0xbc}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6521229d4c4b2}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x347b446}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0x68} I0518 07:03:44.963367 3428 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-dce267b4a9ca01c396197b331846f5346e9112458ce3520d5d9645e10d0fe744.scope", "/org/freedesktop/systemd1/unit/crio_2ddce267b4a9ca01c396197b331846f5346e9112458ce3520d5d9645e10d0fe744_2escope"}, Sequence:0x69} I0518 07:03:44.963807 3428 ovs.go:163] Exec(57): stdout: "" I0518 07:03:44.963825 3428 ovs.go:164] Exec(57): stderr: "" I0518 07:03:44.973668 3428 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-cluster-node-tuning-operator/performance-addon-operator-service after 0 failed attempt(s) W0518 07:03:44.991519 3428 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 W0518 07:03:44.991722 3428 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 W0518 07:03:44.991860 3428 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 I0518 07:03:45.002492 3428 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-deployment-validation-operator/deployment-validation-operator-catalog after 0 failed attempt(s) I0518 07:03:45.002508 3428 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-kube-controller-manager-operator/metrics after 0 failed attempt(s) I0518 07:03:45.002512 3428 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-cluster-storage-operator/cluster-storage-operator-metrics after 0 failed attempt(s) I0518 07:03:45.002506 3428 obj_retry.go:383] Retry successful for *factory.serviceForGateway default/openshift-apiserver after 0 failed attempt(s) I0518 07:03:45.002496 3428 obj_retry.go:383] Retry successful for *factory.serviceForGateway default/packageserver after 0 failed attempt(s) I0518 07:03:45.042905 3428 obj_retry.go:383] Retry successful for *factory.serviceForGateway default/kubernetes after 0 failed attempt(s) I0518 07:03:45.042921 3428 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-network-console/networking-console-plugin after 0 failed attempt(s) I0518 07:03:45.042911 3428 obj_retry.go:383] Retry successful for *factory.serviceForGateway default/openshift-oauth-apiserver after 0 failed attempt(s) I0518 07:03:45.080553 3428 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-dns/dns-default after 0 failed attempt(s) I0518 07:03:45.080587 3428 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-ingress/router-default after 0 failed attempt(s) I0518 07:03:45.080597 3428 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-machine-config-operator/machine-config-controller after 0 failed attempt(s) I0518 07:03:45.080605 3428 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-insights/metrics after 0 failed attempt(s) I0518 07:03:45.080614 3428 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-ingress/router-internal-default after 0 failed attempt(s) I0518 07:03:45.080624 3428 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-ingress-canary/ingress-canary after 0 failed attempt(s) I0518 07:03:45.080633 3428 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-cloud-credential-operator/cco-metrics after 0 failed attempt(s) I0518 07:03:45.080642 3428 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-kube-storage-version-migrator-operator/metrics after 0 failed attempt(s) I0518 07:03:45.080652 3428 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-ingress-operator/metrics after 0 failed attempt(s) I0518 07:03:45.080661 3428 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics after 0 failed attempt(s) I0518 07:03:45.080671 3428 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-service-ca-operator/metrics after 0 failed attempt(s) I0518 07:03:45.080684 3428 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-console-operator/metrics after 0 failed attempt(s) I0518 07:03:45.080694 3428 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-apiserver/check-endpoints after 0 failed attempt(s) I0518 07:03:45.080703 3428 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-machine-config-operator/machine-config-operator after 0 failed attempt(s) I0518 07:03:45.080723 3428 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-cluster-version/cluster-version-operator after 0 failed attempt(s) I0518 07:03:45.080744 3428 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-image-registry/image-registry after 0 failed attempt(s) I0518 07:03:45.080756 3428 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-machine-config-operator/machine-config-daemon after 0 failed attempt(s) I0518 07:03:45.080766 3428 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-deployment-validation-operator/deployment-validation-operator-metrics after 0 failed attempt(s) I0518 07:03:45.080775 3428 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-apiserver-operator/metrics after 0 failed attempt(s) I0518 07:03:45.080785 3428 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-network-diagnostics/network-check-target after 0 failed attempt(s) I0518 07:03:45.080795 3428 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-authentication-operator/metrics after 0 failed attempt(s) I0518 07:03:45.080803 3428 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-dns-operator/metrics after 0 failed attempt(s) I0518 07:03:46.181564 3428 default_node_network_controller.go:1597] Starting node controller node sync W0518 07:03:46.181634 3428 egressip_healthcheck.go:76] Health checking using insecure connection I0518 07:03:46.181705 3428 egressip_healthcheck.go:109] Starting Egress IP Health Server on 10.129.0.2:9107 I0518 07:03:46.194229 3428 default_node_network_controller.go:1638] Node controller node sync done. Time taken: 12.638286ms I0518 07:03:46.194366 3428 default_node_network_controller.go:1523] Adding remote node "ip-10-0-0-168.ec2.internal", IP: 10.0.0.168 to PMTUD blocking rules I0518 07:03:46.200674 3428 healthcheck_node.go:124] "Starting node proxy healthz server" address="0.0.0.0:10256" I0518 07:03:46.201092 3428 egressservice_node.go:93] Setting up event handlers for Egress Services I0518 07:03:46.201189 3428 egressservice_node.go:183] Starting Egress Services Controller I0518 07:03:46.201199 3428 shared_informer.go:313] Waiting for caches to sync for egressservices I0518 07:03:46.201205 3428 shared_informer.go:320] Caches are synced for egressservices I0518 07:03:46.201209 3428 shared_informer.go:313] Waiting for caches to sync for egressservices_services I0518 07:03:46.201213 3428 shared_informer.go:320] Caches are synced for egressservices_services I0518 07:03:46.201218 3428 shared_informer.go:313] Waiting for caches to sync for egressservices_endpointslices I0518 07:03:46.201222 3428 shared_informer.go:320] Caches are synced for egressservices_endpointslices I0518 07:03:46.201228 3428 egressservice_node.go:197] Repairing Egress Services I0518 07:03:46.210874 3428 node_controller.go:43] Starting Admin Policy Based Route Node Controller I0518 07:03:46.210903 3428 external_controller.go:277] Starting Admin Policy Based Route Controller I0518 07:03:46.211084 3428 default_node_network_controller.go:1349] Egress IP for secondary host network is disabled I0518 07:03:46.211103 3428 link_network_manager.go:116] Link manager is running I0518 07:03:46.211118 3428 default_node_network_controller.go:1360] Default node network controller initialized and ready. I0518 07:03:46.211173 3428 ovspinning_linux.go:42] OVS CPU affinity pinning disabled I0518 07:03:46.211443 3428 vrf_manager.go:128] VRF manager is running I0518 07:03:47.365935 3428 egressservice_zone_node.go:110] Processing sync for Egress Service node ip-10-0-1-238.ec2.internal I0518 07:03:47.365984 3428 egressservice_zone_node.go:113] Finished syncing Egress Service node ip-10-0-1-238.ec2.internal: 44.198µs I0518 07:03:47.366104 3428 node_tracker.go:211] Processing possible switch / router updates for node ip-10-0-1-238.ec2.internal in network "default" E0518 07:03:47.366116 3428 default_network_controller.go:811] Failed to add node IPs to openshift-host-network address_set: error parsing annotation for node ip-10-0-1-238.ec2.internal: suppressed error logged: could not find "k8s.ovn.org/node-subnets" annotation I0518 07:03:47.366124 3428 node_tracker.go:223] Node ip-10-0-1-238.ec2.internal has invalid / no HostSubnet annotations (probably waiting on initialization), or it's a hybrid overlay node: could not find "k8s.ovn.org/node-subnets" annotation I0518 07:03:47.366131 3428 obj_retry.go:543] Failed to create *v1.Node ip-10-0-1-238.ec2.internal, error: [adding or updating remote node chassis ip-10-0-1-238.ec2.internal failed, err - failed to create or update chassis to remote for remote node ip-10-0-1-238.ec2.internal, error: failed to parse node chassis-id for node - ip-10-0-1-238.ec2.internal, error: suppressed error logged: k8s.ovn.org/node-chassis-id annotation not found for node ip-10-0-1-238.ec2.internal, error parsing annotation for node ip-10-0-1-238.ec2.internal: suppressed error logged: could not find "k8s.ovn.org/node-subnets" annotation] I0518 07:03:47.366191 3428 default_node_network_controller.go:1523] Adding remote node "ip-10-0-1-238.ec2.internal", IP: 10.0.1.238 to PMTUD blocking rules E0518 07:03:47.377787 3428 subnet_annotations.go:147] Failed to unmarshal old node ip-10-0-1-238.ec2.internal annotation: unexpected end of JSON input I0518 07:03:47.377809 3428 default_network_controller.go:1011] Node "ip-10-0-1-238.ec2.internal" in remote zone "global", network "default", needs interconnect zone sync up. Zone cluster changed: false E0518 07:03:47.377841 3428 default_network_controller.go:1021] Failed to add node IPs to openshift-host-network address_set: error parsing annotation for node ip-10-0-1-238.ec2.internal: suppressed error logged: could not find "k8s.ovn.org/node-subnets" annotation I0518 07:03:47.377870 3428 default_node_network_controller.go:1523] Adding remote node "ip-10-0-1-238.ec2.internal", IP: 10.0.1.238 to PMTUD blocking rules E0518 07:03:47.389301 3428 subnet_annotations.go:147] Failed to unmarshal old node ip-10-0-1-238.ec2.internal annotation: unexpected end of JSON input I0518 07:03:47.389387 3428 default_network_controller.go:1011] Node "ip-10-0-1-238.ec2.internal" in remote zone "global", network "default", needs interconnect zone sync up. Zone cluster changed: true E0518 07:03:47.389430 3428 default_network_controller.go:1021] Failed to add node IPs to openshift-host-network address_set: error parsing annotation for node ip-10-0-1-238.ec2.internal: suppressed error logged: could not find "k8s.ovn.org/node-subnets" annotation I0518 07:03:47.389459 3428 default_node_network_controller.go:1523] Adding remote node "ip-10-0-1-238.ec2.internal", IP: 10.0.1.238 to PMTUD blocking rules E0518 07:03:47.407735 3428 ovn.go:422] Failed to unmarshal old node ip-10-0-1-238.ec2.internal annotation: unexpected end of JSON input E0518 07:03:47.407799 3428 subnet_annotations.go:147] Failed to unmarshal old node ip-10-0-1-238.ec2.internal annotation: unexpected end of JSON input I0518 07:03:47.407850 3428 default_network_controller.go:1011] Node "ip-10-0-1-238.ec2.internal" in remote zone "global", network "default", needs interconnect zone sync up. Zone cluster changed: false E0518 07:03:47.407762 3428 subnet_annotations.go:147] Failed to unmarshal old node ip-10-0-1-238.ec2.internal annotation: unexpected end of JSON input I0518 07:03:47.408369 3428 default_node_network_controller.go:1523] Adding remote node "ip-10-0-1-238.ec2.internal", IP: 10.0.1.238 to PMTUD blocking rules E0518 07:03:47.414345 3428 ovn.go:422] Failed to unmarshal old node ip-10-0-1-238.ec2.internal annotation: unexpected end of JSON input I0518 07:03:47.429612 3428 default_network_controller.go:1011] Node "ip-10-0-1-238.ec2.internal" in remote zone "global", network "default", needs interconnect zone sync up. Zone cluster changed: false I0518 07:03:47.429700 3428 default_node_network_controller.go:1523] Adding remote node "ip-10-0-1-238.ec2.internal", IP: 10.0.1.238 to PMTUD blocking rules I0518 07:03:47.429643 3428 egressservice_zone_node.go:110] Processing sync for Egress Service node ip-10-0-1-238.ec2.internal I0518 07:03:47.429752 3428 egressservice_zone_node.go:113] Finished syncing Egress Service node ip-10-0-1-238.ec2.internal: 111.725µs I0518 07:03:47.567015 3428 egressservice_zone_node.go:110] Processing sync for Egress Service node ip-10-0-0-168.ec2.internal I0518 07:03:47.567071 3428 egressservice_zone_node.go:113] Finished syncing Egress Service node ip-10-0-0-168.ec2.internal: 62.793µs I0518 07:03:47.647296 3428 egressservice_zone_node.go:110] Processing sync for Egress Service node ip-10-0-2-232.ec2.internal I0518 07:03:47.647357 3428 egressservice_zone_node.go:113] Finished syncing Egress Service node ip-10-0-2-232.ec2.internal: 63.06µs I0518 07:03:47.694103 3428 egressservice_zone_node.go:110] Processing sync for Egress Service node ip-10-0-1-238.ec2.internal I0518 07:03:47.694123 3428 default_network_controller.go:1011] Node "ip-10-0-1-238.ec2.internal" in remote zone "global", network "default", needs interconnect zone sync up. Zone cluster changed: false I0518 07:03:47.694134 3428 egressservice_zone_node.go:113] Finished syncing Egress Service node ip-10-0-1-238.ec2.internal: 33.775µs I0518 07:03:47.717013 3428 default_node_network_controller.go:1523] Adding remote node "ip-10-0-1-238.ec2.internal", IP: 10.0.1.238 to PMTUD blocking rules I0518 07:03:47.722869 3428 default_network_controller.go:1011] Node "ip-10-0-1-238.ec2.internal" in remote zone "global", network "default", needs interconnect zone sync up. Zone cluster changed: false I0518 07:03:47.884021 3428 base_network_controller_pods.go:478] [default/openshift-dns/dns-default-ntnj9] creating logical port openshift-dns_dns-default-ntnj9 for pod on switch ip-10-0-2-232.ec2.internal I0518 07:03:47.884113 3428 kube.go:320] Updating pod openshift-dns/dns-default-ntnj9 I0518 07:03:47.903789 3428 pod.go:62] [openshift-dns/dns-default-ntnj9] pod update took 19.706403ms I0518 07:03:47.903812 3428 base_network_controller_pods.go:928] [default/openshift-dns/dns-default-ntnj9] addLogicalPort annotation time took 19.728901ms I0518 07:03:47.904741 3428 pods.go:253] [openshift-dns/dns-default-ntnj9] addLogicalPort took 20.742418ms, libovsdb time 652.83µs I0518 07:03:47.906268 3428 base_network_controller_pods.go:478] [default/openshift-ingress-canary/ingress-canary-g595b] creating logical port openshift-ingress-canary_ingress-canary-g595b for pod on switch ip-10-0-2-232.ec2.internal I0518 07:03:47.906386 3428 kube.go:320] Updating pod openshift-ingress-canary/ingress-canary-g595b I0518 07:03:47.925265 3428 pod.go:62] [openshift-ingress-canary/ingress-canary-g595b] pod update took 18.904921ms I0518 07:03:47.925281 3428 base_network_controller_pods.go:928] [default/openshift-ingress-canary/ingress-canary-g595b] addLogicalPort annotation time took 18.92757ms I0518 07:03:47.926225 3428 pods.go:253] [openshift-ingress-canary/ingress-canary-g595b] addLogicalPort took 19.964457ms, libovsdb time 695.224µs I0518 07:03:47.963604 3428 default_network_controller.go:1011] Node "ip-10-0-1-238.ec2.internal" in remote zone "global", network "default", needs interconnect zone sync up. Zone cluster changed: false I0518 07:03:47.963715 3428 default_node_network_controller.go:1523] Adding remote node "ip-10-0-1-238.ec2.internal", IP: 10.0.1.238 to PMTUD blocking rules I0518 07:03:49.661642 3428 cni.go:331] [openshift-network-diagnostics/network-check-target-grcpm daa34af9b7cd6e139d2d8c9e66203da95aec5973b6376068a94ea47d1db496a1 network default NAD default] ADD starting CNI request [openshift-network-diagnostics/network-check-target-grcpm daa34af9b7cd6e139d2d8c9e66203da95aec5973b6376068a94ea47d1db496a1 network default NAD default] I0518 07:03:49.707379 3428 helper_linux.go:450] ConfigureOVS: namespace: openshift-network-diagnostics, podName: network-check-target-grcpm, hostIfaceName: daa34af9b7cd6e1, network: default, NAD default, SandboxID: "daa34af9b7cd6e139d2d8c9e66203da95aec5973b6376068a94ea47d1db496a1", PCI device ID: , UID: "e703e535-aa19-4bb4-a18d-b2cc7d99127d", MAC: 0a:58:0a:81:00:04, IPs: [10.129.0.4/23] I0518 07:03:49.752533 3428 cni.go:352] [openshift-network-diagnostics/network-check-target-grcpm daa34af9b7cd6e139d2d8c9e66203da95aec5973b6376068a94ea47d1db496a1 network default NAD default] ADD finished CNI request [openshift-network-diagnostics/network-check-target-grcpm daa34af9b7cd6e139d2d8c9e66203da95aec5973b6376068a94ea47d1db496a1 network default NAD default], result "{\"interfaces\":[{\"name\":\"daa34af9b7cd6e1\",\"mac\":\"7a:4d:88:0e:11:b8\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:81:00:04\",\"sandbox\":\"/var/run/netns/8d4a0c88-4ea9-4bcd-98ca-b48fda9e546a\"}],\"ips\":[{\"interface\":1,\"address\":\"10.129.0.4/23\",\"gateway\":\"10.129.0.1\"}],\"dns\":{}}", err I0518 07:03:50.605675 3428 base_network_controller_pods.go:478] [default/openshift-image-registry/image-registry-844f99f975-7pnh4] creating logical port openshift-image-registry_image-registry-844f99f975-7pnh4 for pod on switch ip-10-0-2-232.ec2.internal I0518 07:03:50.605790 3428 kube.go:320] Updating pod openshift-image-registry/image-registry-844f99f975-7pnh4 I0518 07:03:50.624964 3428 pod.go:62] [openshift-image-registry/image-registry-844f99f975-7pnh4] pod update took 19.208138ms I0518 07:03:50.624996 3428 base_network_controller_pods.go:928] [default/openshift-image-registry/image-registry-844f99f975-7pnh4] addLogicalPort annotation time took 19.244767ms I0518 07:03:50.626312 3428 pods.go:253] [openshift-image-registry/image-registry-844f99f975-7pnh4] addLogicalPort took 20.6559ms, libovsdb time 950.894µs I0518 07:03:51.403223 3428 default_network_controller.go:1011] Node "ip-10-0-1-238.ec2.internal" in remote zone "global", network "default", needs interconnect zone sync up. Zone cluster changed: false I0518 07:03:57.655586 3428 default_network_controller.go:1011] Node "ip-10-0-1-238.ec2.internal" in remote zone "global", network "default", needs interconnect zone sync up. Zone cluster changed: false I0518 07:04:07.986876 3428 default_network_controller.go:1011] Node "ip-10-0-1-238.ec2.internal" in remote zone "global", network "default", needs interconnect zone sync up. Zone cluster changed: false I0518 07:04:08.293492 3428 egressservice_zone_node.go:110] Processing sync for Egress Service node ip-10-0-1-238.ec2.internal I0518 07:04:08.293535 3428 egressservice_zone_node.go:113] Finished syncing Egress Service node ip-10-0-1-238.ec2.internal: 47.331µs I0518 07:04:08.293550 3428 default_network_controller.go:1011] Node "ip-10-0-1-238.ec2.internal" in remote zone "global", network "default", needs interconnect zone sync up. Zone cluster changed: false I0518 07:04:08.293607 3428 default_node_network_controller.go:1523] Adding remote node "ip-10-0-1-238.ec2.internal", IP: 10.0.1.238 to PMTUD blocking rules I0518 07:04:13.316685 3428 obj_retry.go:299] Retry object setup: *v1.Node ip-10-0-1-238.ec2.internal I0518 07:04:13.316707 3428 obj_retry.go:363] Adding new object: *v1.Node ip-10-0-1-238.ec2.internal I0518 07:04:13.316792 3428 obj_retry.go:374] Retry add failed for *v1.Node ip-10-0-1-238.ec2.internal, will try again later: adding or updating remote node chassis ip-10-0-1-238.ec2.internal failed, err - failed to create or update chassis to remote for remote node ip-10-0-1-238.ec2.internal, error: failed to parse node chassis-id for node - ip-10-0-1-238.ec2.internal, error: suppressed error logged: k8s.ovn.org/node-chassis-id annotation not found for node ip-10-0-1-238.ec2.internal I0518 07:04:13.676910 3428 default_network_controller.go:1011] Node "ip-10-0-1-238.ec2.internal" in remote zone "ip-10-0-1-238.ec2.internal", network "default", needs interconnect zone sync up. Zone cluster changed: false I0518 07:04:13.676968 3428 default_node_network_controller.go:1523] Adding remote node "ip-10-0-1-238.ec2.internal", IP: 10.0.1.238 to PMTUD blocking rules I0518 07:04:13.676918 3428 node_tracker.go:211] Processing possible switch / router updates for node ip-10-0-1-238.ec2.internal in network "default" I0518 07:04:13.677028 3428 node_tracker.go:238] Node ip-10-0-1-238.ec2.internal has invalid / no gateway config: k8s.ovn.org/l3-gateway-config annotation not found for node "ip-10-0-1-238.ec2.internal" I0518 07:04:13.677041 3428 node_tracker.go:172] Node ip-10-0-1-238.ec2.internal switch + router changed, syncing services in network "default" I0518 07:04:13.677052 3428 services_controller.go:575] Full service sync requested for network=default I0518 07:04:13.802644 3428 node_tracker.go:211] Processing possible switch / router updates for node ip-10-0-1-238.ec2.internal in network "default" I0518 07:04:13.802710 3428 default_network_controller.go:1011] Node "ip-10-0-1-238.ec2.internal" in remote zone "ip-10-0-1-238.ec2.internal", network "default", needs interconnect zone sync up. Zone cluster changed: false I0518 07:04:13.802762 3428 node_tracker.go:172] Node ip-10-0-1-238.ec2.internal switch + router changed, syncing services in network "default" I0518 07:04:13.802784 3428 services_controller.go:575] Full service sync requested for network=default I0518 07:04:13.803483 3428 zone_ic_handler.go:259] Creating interconnect resources for remote zone node ip-10-0-1-238.ec2.internal for the network default I0518 07:04:13.804796 3428 zone_ic_handler.go:264] Creating Interconnect resources for node "ip-10-0-1-238.ec2.internal" on network "default" took: 1.334434ms I0518 07:04:13.804837 3428 default_node_network_controller.go:1523] Adding remote node "ip-10-0-1-238.ec2.internal", IP: 10.0.1.238 to PMTUD blocking rules I0518 07:04:16.357803 3428 default_node_network_controller.go:1523] Adding remote node "ip-10-0-1-238.ec2.internal", IP: 10.0.1.238 to PMTUD blocking rules I0518 07:04:16.357836 3428 egressservice_zone_node.go:110] Processing sync for Egress Service node ip-10-0-1-238.ec2.internal I0518 07:04:16.357914 3428 egressservice_zone_node.go:113] Finished syncing Egress Service node ip-10-0-1-238.ec2.internal: 79.852µs I0518 07:04:16.357846 3428 node_tracker.go:211] Processing possible switch / router updates for node ip-10-0-1-238.ec2.internal in network "default" I0518 07:04:16.357975 3428 node_tracker.go:172] Node ip-10-0-1-238.ec2.internal switch + router changed, syncing services in network "default" I0518 07:04:16.357996 3428 services_controller.go:575] Full service sync requested for network=default I0518 07:04:16.363945 3428 default_network_controller.go:1063] Egress IP detected IP address change for node ip-10-0-1-238.ec2.internal. Updating no re-route policies I0518 07:04:16.375390 3428 default_node_network_controller.go:1523] Adding remote node "ip-10-0-1-238.ec2.internal", IP: 10.0.1.238 to PMTUD blocking rules I0518 07:04:16.516475 3428 default_node_network_controller.go:1523] Adding remote node "ip-10-0-1-238.ec2.internal", IP: 10.0.1.238 to PMTUD blocking rules I0518 07:04:16.516480 3428 node_tracker.go:211] Processing possible switch / router updates for node ip-10-0-1-238.ec2.internal in network "default" I0518 07:04:16.516611 3428 node_tracker.go:172] Node ip-10-0-1-238.ec2.internal switch + router changed, syncing services in network "default" I0518 07:04:16.516631 3428 services_controller.go:575] Full service sync requested for network=default I0518 07:04:20.613948 3428 egressservice_zone_node.go:110] Processing sync for Egress Service node ip-10-0-1-238.ec2.internal I0518 07:04:20.613987 3428 egressservice_zone_node.go:113] Finished syncing Egress Service node ip-10-0-1-238.ec2.internal: 46.185µs I0518 07:04:41.238189 3428 base_network_controller_pods.go:478] [default/openshift-cluster-samples-operator/cluster-samples-operator-687f774f9f-szjgx] creating logical port openshift-cluster-samples-operator_cluster-samples-operator-687f774f9f-szjgx for pod on switch ip-10-0-2-232.ec2.internal I0518 07:04:41.238289 3428 base_network_controller_pods.go:478] [default/openshift-kube-storage-version-migrator-operator/kube-storage-version-migrator-operator-7944b9f44d-j8jkt] creating logical port openshift-kube-storage-version-migrator-operator_kube-storage-version-migrator-operator-7944b9f44d-j8jkt for pod on switch ip-10-0-2-232.ec2.internal I0518 07:04:41.238352 3428 kube.go:320] Updating pod openshift-cluster-samples-operator/cluster-samples-operator-687f774f9f-szjgx I0518 07:04:41.238467 3428 kube.go:320] Updating pod openshift-kube-storage-version-migrator-operator/kube-storage-version-migrator-operator-7944b9f44d-j8jkt I0518 07:04:41.248491 3428 base_network_controller_pods.go:478] [default/openshift-network-diagnostics/network-check-source-74cff59b98-5qw6x] creating logical port openshift-network-diagnostics_network-check-source-74cff59b98-5qw6x for pod on switch ip-10-0-2-232.ec2.internal I0518 07:04:41.248582 3428 kube.go:320] Updating pod openshift-network-diagnostics/network-check-source-74cff59b98-5qw6x I0518 07:04:41.284878 3428 pod.go:62] [openshift-cluster-samples-operator/cluster-samples-operator-687f774f9f-szjgx] pod update took 46.561193ms I0518 07:04:41.284916 3428 base_network_controller_pods.go:928] [default/openshift-cluster-samples-operator/cluster-samples-operator-687f774f9f-szjgx] addLogicalPort annotation time took 46.6018ms I0518 07:04:41.285844 3428 pods.go:253] [openshift-cluster-samples-operator/cluster-samples-operator-687f774f9f-szjgx] addLogicalPort took 47.674255ms, libovsdb time 682.399µs I0518 07:04:41.291588 3428 pod.go:62] [openshift-kube-storage-version-migrator-operator/kube-storage-version-migrator-operator-7944b9f44d-j8jkt] pod update took 53.142615ms I0518 07:04:41.291609 3428 base_network_controller_pods.go:928] [default/openshift-kube-storage-version-migrator-operator/kube-storage-version-migrator-operator-7944b9f44d-j8jkt] addLogicalPort annotation time took 53.164465ms I0518 07:04:41.292515 3428 pods.go:253] [openshift-kube-storage-version-migrator-operator/kube-storage-version-migrator-operator-7944b9f44d-j8jkt] addLogicalPort took 54.241427ms, libovsdb time 664.271µs I0518 07:04:41.294342 3428 pod.go:62] [openshift-network-diagnostics/network-check-source-74cff59b98-5qw6x] pod update took 45.777947ms I0518 07:04:41.294398 3428 base_network_controller_pods.go:928] [default/openshift-network-diagnostics/network-check-source-74cff59b98-5qw6x] addLogicalPort annotation time took 45.83502ms I0518 07:04:41.295356 3428 pods.go:253] [openshift-network-diagnostics/network-check-source-74cff59b98-5qw6x] addLogicalPort took 46.874374ms, libovsdb time 673.687µs I0518 07:04:41.340858 3428 base_network_controller_pods.go:478] [default/openshift-monitoring/cluster-monitoring-operator-76c9c97fb5-4v2wv] creating logical port openshift-monitoring_cluster-monitoring-operator-76c9c97fb5-4v2wv for pod on switch ip-10-0-2-232.ec2.internal I0518 07:04:41.340936 3428 kube.go:320] Updating pod openshift-monitoring/cluster-monitoring-operator-76c9c97fb5-4v2wv I0518 07:04:41.367339 3428 base_network_controller_pods.go:478] [default/openshift-service-ca-operator/service-ca-operator-5c7586f49d-qc8xd] creating logical port openshift-service-ca-operator_service-ca-operator-5c7586f49d-qc8xd for pod on switch ip-10-0-2-232.ec2.internal I0518 07:04:41.367487 3428 kube.go:320] Updating pod openshift-service-ca-operator/service-ca-operator-5c7586f49d-qc8xd I0518 07:04:41.381771 3428 pod.go:62] [openshift-monitoring/cluster-monitoring-operator-76c9c97fb5-4v2wv] pod update took 40.850797ms I0518 07:04:41.381794 3428 base_network_controller_pods.go:928] [default/openshift-monitoring/cluster-monitoring-operator-76c9c97fb5-4v2wv] addLogicalPort annotation time took 40.874613ms I0518 07:04:41.382743 3428 pods.go:253] [openshift-monitoring/cluster-monitoring-operator-76c9c97fb5-4v2wv] addLogicalPort took 41.895556ms, libovsdb time 654.333µs I0518 07:04:41.417334 3428 pod.go:62] [openshift-service-ca-operator/service-ca-operator-5c7586f49d-qc8xd] pod update took 49.872634ms I0518 07:04:41.417355 3428 base_network_controller_pods.go:928] [default/openshift-service-ca-operator/service-ca-operator-5c7586f49d-qc8xd] addLogicalPort annotation time took 49.895042ms I0518 07:04:41.418280 3428 pods.go:253] [openshift-service-ca-operator/service-ca-operator-5c7586f49d-qc8xd] addLogicalPort took 50.952198ms, libovsdb time 659.075µs I0518 07:04:41.427459 3428 base_network_controller_pods.go:478] [default/openshift-network-console/networking-console-plugin-c8f658647-hjtcc] creating logical port openshift-network-console_networking-console-plugin-c8f658647-hjtcc for pod on switch ip-10-0-2-232.ec2.internal I0518 07:04:41.427563 3428 kube.go:320] Updating pod openshift-network-console/networking-console-plugin-c8f658647-hjtcc I0518 07:04:41.462382 3428 pod.go:62] [openshift-network-console/networking-console-plugin-c8f658647-hjtcc] pod update took 34.841086ms I0518 07:04:41.462398 3428 base_network_controller_pods.go:928] [default/openshift-network-console/networking-console-plugin-c8f658647-hjtcc] addLogicalPort annotation time took 34.858826ms I0518 07:04:41.463371 3428 pods.go:253] [openshift-network-console/networking-console-plugin-c8f658647-hjtcc] addLogicalPort took 35.917968ms, libovsdb time 677.717µs I0518 07:04:41.592198 3428 cni.go:331] [openshift-kube-storage-version-migrator-operator/kube-storage-version-migrator-operator-7944b9f44d-j8jkt 6dfac469f744fa38c57422c80960a830755807d161453d3ef80343bf43297753 network default NAD default] ADD starting CNI request [openshift-kube-storage-version-migrator-operator/kube-storage-version-migrator-operator-7944b9f44d-j8jkt 6dfac469f744fa38c57422c80960a830755807d161453d3ef80343bf43297753 network default NAD default] I0518 07:04:41.595412 3428 cni.go:331] [openshift-network-diagnostics/network-check-source-74cff59b98-5qw6x 4cce819d36da21c9fa4b652a37a1cbca28fb77050d0103d809111d6bd46f5cf5 network default NAD default] ADD starting CNI request [openshift-network-diagnostics/network-check-source-74cff59b98-5qw6x 4cce819d36da21c9fa4b652a37a1cbca28fb77050d0103d809111d6bd46f5cf5 network default NAD default] I0518 07:04:41.602843 3428 helper_linux.go:450] ConfigureOVS: namespace: openshift-kube-storage-version-migrator-operator, podName: kube-storage-version-migrator-operator-7944b9f44d-j8jkt, hostIfaceName: 6dfac469f744fa3, network: default, NAD default, SandboxID: "6dfac469f744fa38c57422c80960a830755807d161453d3ef80343bf43297753", PCI device ID: , UID: "92e3cbf4-3e88-4da0-8e90-6544d3d79b35", MAC: 0a:58:0a:81:00:09, IPs: [10.129.0.9/23] I0518 07:04:41.605749 3428 helper_linux.go:450] ConfigureOVS: namespace: openshift-network-diagnostics, podName: network-check-source-74cff59b98-5qw6x, hostIfaceName: 4cce819d36da21c, network: default, NAD default, SandboxID: "4cce819d36da21c9fa4b652a37a1cbca28fb77050d0103d809111d6bd46f5cf5", PCI device ID: , UID: "df7d3bf2-a921-4d28-a125-41fe608769a2", MAC: 0a:58:0a:81:00:0a, IPs: [10.129.0.10/23] I0518 07:04:41.645581 3428 cni.go:352] [openshift-kube-storage-version-migrator-operator/kube-storage-version-migrator-operator-7944b9f44d-j8jkt 6dfac469f744fa38c57422c80960a830755807d161453d3ef80343bf43297753 network default NAD default] ADD finished CNI request [openshift-kube-storage-version-migrator-operator/kube-storage-version-migrator-operator-7944b9f44d-j8jkt 6dfac469f744fa38c57422c80960a830755807d161453d3ef80343bf43297753 network default NAD default], result "{\"interfaces\":[{\"name\":\"6dfac469f744fa3\",\"mac\":\"76:42:3c:da:3b:1b\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:81:00:09\",\"sandbox\":\"/var/run/netns/deb8e2bc-c847-48b0-9216-2caf2d7f5376\"}],\"ips\":[{\"interface\":1,\"address\":\"10.129.0.9/23\",\"gateway\":\"10.129.0.1\"}],\"dns\":{}}", err I0518 07:04:41.662217 3428 cni.go:352] [openshift-network-diagnostics/network-check-source-74cff59b98-5qw6x 4cce819d36da21c9fa4b652a37a1cbca28fb77050d0103d809111d6bd46f5cf5 network default NAD default] ADD finished CNI request [openshift-network-diagnostics/network-check-source-74cff59b98-5qw6x 4cce819d36da21c9fa4b652a37a1cbca28fb77050d0103d809111d6bd46f5cf5 network default NAD default], result "{\"interfaces\":[{\"name\":\"4cce819d36da21c\",\"mac\":\"4e:63:2e:0c:2d:25\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:81:00:0a\",\"sandbox\":\"/var/run/netns/47b55888-2093-4fc4-9957-a936d6a5334c\"}],\"ips\":[{\"interface\":1,\"address\":\"10.129.0.10/23\",\"gateway\":\"10.129.0.1\"}],\"dns\":{}}", err I0518 07:04:43.217963 3428 cni.go:331] [openshift-service-ca-operator/service-ca-operator-5c7586f49d-qc8xd 5da0f976057e1b6b3ba7e408fe068bee67f031fc8783295c261f5c5642e0d029 network default NAD default] ADD starting CNI request [openshift-service-ca-operator/service-ca-operator-5c7586f49d-qc8xd 5da0f976057e1b6b3ba7e408fe068bee67f031fc8783295c261f5c5642e0d029 network default NAD default] I0518 07:04:43.228072 3428 helper_linux.go:450] ConfigureOVS: namespace: openshift-service-ca-operator, podName: service-ca-operator-5c7586f49d-qc8xd, hostIfaceName: 5da0f976057e1b6, network: default, NAD default, SandboxID: "5da0f976057e1b6b3ba7e408fe068bee67f031fc8783295c261f5c5642e0d029", PCI device ID: , UID: "7d61c767-745d-4ed3-9f01-15a8cff3f230", MAC: 0a:58:0a:81:00:0c, IPs: [10.129.0.12/23] I0518 07:04:43.266656 3428 cni.go:352] [openshift-service-ca-operator/service-ca-operator-5c7586f49d-qc8xd 5da0f976057e1b6b3ba7e408fe068bee67f031fc8783295c261f5c5642e0d029 network default NAD default] ADD finished CNI request [openshift-service-ca-operator/service-ca-operator-5c7586f49d-qc8xd 5da0f976057e1b6b3ba7e408fe068bee67f031fc8783295c261f5c5642e0d029 network default NAD default], result "{\"interfaces\":[{\"name\":\"5da0f976057e1b6\",\"mac\":\"be:d7:e5:03:ba:bd\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:81:00:0c\",\"sandbox\":\"/var/run/netns/143f0e45-b452-4e3b-a02d-eb5fc71228ee\"}],\"ips\":[{\"interface\":1,\"address\":\"10.129.0.12/23\",\"gateway\":\"10.129.0.1\"}],\"dns\":{}}", err I0518 07:04:46.038144 3428 namespace.go:93] [openshift-kube-storage-version-migrator] adding namespace I0518 07:04:46.039224 3428 namespace.go:97] [openshift-kube-storage-version-migrator] adding namespace took 1.054005ms I0518 07:04:46.060366 3428 namespace.go:137] [openshift-kube-storage-version-migrator] updating namespace I0518 07:04:48.092842 3428 namespace.go:93] [openshift-service-ca] adding namespace I0518 07:04:48.093702 3428 namespace.go:97] [openshift-service-ca] adding namespace took 835.723µs I0518 07:04:48.112110 3428 namespace.go:137] [openshift-service-ca] updating namespace I0518 07:04:49.776623 3428 base_network_controller_pods.go:478] [default/openshift-service-ca/service-ca-5b4f5db6f9-lslrd] creating logical port openshift-service-ca_service-ca-5b4f5db6f9-lslrd for pod on switch ip-10-0-2-232.ec2.internal I0518 07:04:49.776806 3428 kube.go:320] Updating pod openshift-service-ca/service-ca-5b4f5db6f9-lslrd I0518 07:04:49.792842 3428 pod.go:62] [openshift-service-ca/service-ca-5b4f5db6f9-lslrd] pod update took 16.072612ms I0518 07:04:49.792869 3428 base_network_controller_pods.go:928] [default/openshift-service-ca/service-ca-5b4f5db6f9-lslrd] addLogicalPort annotation time took 16.10456ms I0518 07:04:49.794115 3428 pods.go:253] [openshift-service-ca/service-ca-5b4f5db6f9-lslrd] addLogicalPort took 17.515463ms, libovsdb time 866.547µs I0518 07:04:50.132038 3428 cni.go:331] [openshift-service-ca/service-ca-5b4f5db6f9-lslrd 211e5b31013468488807b49c731016542f4cff5431fb19d0c8571eae40a7887a network default NAD default] ADD starting CNI request [openshift-service-ca/service-ca-5b4f5db6f9-lslrd 211e5b31013468488807b49c731016542f4cff5431fb19d0c8571eae40a7887a network default NAD default] I0518 07:04:50.140628 3428 helper_linux.go:450] ConfigureOVS: namespace: openshift-service-ca, podName: service-ca-5b4f5db6f9-lslrd, hostIfaceName: 211e5b310134684, network: default, NAD default, SandboxID: "211e5b31013468488807b49c731016542f4cff5431fb19d0c8571eae40a7887a", PCI device ID: , UID: "730ce5cb-be56-4ca1-af7f-03211ebf572e", MAC: 0a:58:0a:81:00:0e, IPs: [10.129.0.14/23] I0518 07:04:50.180118 3428 cni.go:352] [openshift-service-ca/service-ca-5b4f5db6f9-lslrd 211e5b31013468488807b49c731016542f4cff5431fb19d0c8571eae40a7887a network default NAD default] ADD finished CNI request [openshift-service-ca/service-ca-5b4f5db6f9-lslrd 211e5b31013468488807b49c731016542f4cff5431fb19d0c8571eae40a7887a network default NAD default], result "{\"interfaces\":[{\"name\":\"211e5b310134684\",\"mac\":\"d2:5d:09:68:61:46\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:81:00:0e\",\"sandbox\":\"/var/run/netns/cc83c1ff-5f30-4c4e-97d5-df3141c3cbc3\"}],\"ips\":[{\"interface\":1,\"address\":\"10.129.0.14/23\",\"gateway\":\"10.129.0.1\"}],\"dns\":{}}", err I0518 07:04:55.415868 3428 base_network_controller_pods.go:478] [default/openshift-deployment-validation-operator/99b07c45bd4393a793940f31bf2887fd12a636d02cd8e5e017ce352a0d45g22] creating logical port openshift-deployment-validation-operator_99b07c45bd4393a793940f31bf2887fd12a636d02cd8e5e017ce352a0d45g22 for pod on switch ip-10-0-2-232.ec2.internal I0518 07:04:55.416041 3428 kube.go:320] Updating pod openshift-deployment-validation-operator/99b07c45bd4393a793940f31bf2887fd12a636d02cd8e5e017ce352a0d45g22 I0518 07:04:55.437232 3428 pod.go:62] [openshift-deployment-validation-operator/99b07c45bd4393a793940f31bf2887fd12a636d02cd8e5e017ce352a0d45g22] pod update took 21.229683ms I0518 07:04:55.437250 3428 base_network_controller_pods.go:928] [default/openshift-deployment-validation-operator/99b07c45bd4393a793940f31bf2887fd12a636d02cd8e5e017ce352a0d45g22] addLogicalPort annotation time took 21.25316ms I0518 07:04:55.438381 3428 pods.go:253] [openshift-deployment-validation-operator/99b07c45bd4393a793940f31bf2887fd12a636d02cd8e5e017ce352a0d45g22] addLogicalPort took 22.534432ms, libovsdb time 835.308µs I0518 07:04:55.770033 3428 cni.go:331] [openshift-deployment-validation-operator/99b07c45bd4393a793940f31bf2887fd12a636d02cd8e5e017ce352a0d45g22 4c0e79fcf373351ccc5f7e35840366b8eba5615775e7fe436a9f4c8ee5f78767 network default NAD default] ADD starting CNI request [openshift-deployment-validation-operator/99b07c45bd4393a793940f31bf2887fd12a636d02cd8e5e017ce352a0d45g22 4c0e79fcf373351ccc5f7e35840366b8eba5615775e7fe436a9f4c8ee5f78767 network default NAD default] I0518 07:04:55.779570 3428 helper_linux.go:450] ConfigureOVS: namespace: openshift-deployment-validation-operator, podName: 99b07c45bd4393a793940f31bf2887fd12a636d02cd8e5e017ce352a0d45g22, hostIfaceName: 4c0e79fcf373351, network: default, NAD default, SandboxID: "4c0e79fcf373351ccc5f7e35840366b8eba5615775e7fe436a9f4c8ee5f78767", PCI device ID: , UID: "faf9e845-db0f-4e01-b02a-7f6924fec51d", MAC: 0a:58:0a:81:00:0f, IPs: [10.129.0.15/23] I0518 07:04:55.823482 3428 cni.go:352] [openshift-deployment-validation-operator/99b07c45bd4393a793940f31bf2887fd12a636d02cd8e5e017ce352a0d45g22 4c0e79fcf373351ccc5f7e35840366b8eba5615775e7fe436a9f4c8ee5f78767 network default NAD default] ADD finished CNI request [openshift-deployment-validation-operator/99b07c45bd4393a793940f31bf2887fd12a636d02cd8e5e017ce352a0d45g22 4c0e79fcf373351ccc5f7e35840366b8eba5615775e7fe436a9f4c8ee5f78767 network default NAD default], result "{\"interfaces\":[{\"name\":\"4c0e79fcf373351\",\"mac\":\"aa:f8:d4:d6:0a:5c\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:81:00:0f\",\"sandbox\":\"/var/run/netns/fbf07886-76db-4c7d-a821-84682c307fcb\"}],\"ips\":[{\"interface\":1,\"address\":\"10.129.0.15/23\",\"gateway\":\"10.129.0.1\"}],\"dns\":{}}", err I0518 07:04:56.179044 3428 obj_retry.go:463] Detected object openshift-image-registry/image-registry-844f99f975-7pnh4 of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0518 07:04:56.179110 3428 pods.go:175] Deleting pod: openshift-image-registry/image-registry-844f99f975-7pnh4 I0518 07:04:56.180582 3428 pods.go:218] Attempting to release IPs for pod: openshift-image-registry/image-registry-844f99f975-7pnh4, ips: 10.129.0.7 I0518 07:04:56.180619 3428 obj_retry.go:463] Detected object openshift-image-registry/image-registry-844f99f975-7pnh4 of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0518 07:04:56.187270 3428 base_network_controller_pods.go:478] [default/openshift-image-registry/image-registry-9879f8c9b-p4l2n] creating logical port openshift-image-registry_image-registry-9879f8c9b-p4l2n for pod on switch ip-10-0-2-232.ec2.internal I0518 07:04:56.187408 3428 kube.go:320] Updating pod openshift-image-registry/image-registry-9879f8c9b-p4l2n I0518 07:04:56.199955 3428 obj_retry.go:457] Detected object openshift-image-registry/image-registry-844f99f975-7pnh4 of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0518 07:04:56.200028 3428 obj_retry.go:457] Detected object openshift-image-registry/image-registry-844f99f975-7pnh4 of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0518 07:04:56.209494 3428 pod.go:62] [openshift-image-registry/image-registry-9879f8c9b-p4l2n] pod update took 22.121061ms I0518 07:04:56.209511 3428 base_network_controller_pods.go:928] [default/openshift-image-registry/image-registry-9879f8c9b-p4l2n] addLogicalPort annotation time took 22.139688ms I0518 07:04:56.210581 3428 pods.go:253] [openshift-image-registry/image-registry-9879f8c9b-p4l2n] addLogicalPort took 23.326425ms, libovsdb time 771.984µs I0518 07:04:56.210624 3428 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-image-registry/image-registry-844f99f975-7pnh4 I0518 07:04:56.210641 3428 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod openshift-image-registry/image-registry-844f99f975-7pnh4 I0518 07:04:56.548463 3428 obj_retry.go:463] Detected object openshift-image-registry/image-registry-6d778df49b-jq24x of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0518 07:04:56.549088 3428 obj_retry.go:463] Detected object openshift-image-registry/image-registry-6d778df49b-jq24x of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0518 07:04:56.550354 3428 cni.go:331] [openshift-image-registry/image-registry-9879f8c9b-p4l2n 2b5669eb062c8e1ef4c8acca295023fdac0862cfc59d52d4b3b9a04a36edd148 network default NAD default] ADD starting CNI request [openshift-image-registry/image-registry-9879f8c9b-p4l2n 2b5669eb062c8e1ef4c8acca295023fdac0862cfc59d52d4b3b9a04a36edd148 network default NAD default] I0518 07:04:56.561601 3428 obj_retry.go:457] Detected object openshift-image-registry/image-registry-6d778df49b-jq24x of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0518 07:04:56.561677 3428 obj_retry.go:457] Detected object openshift-image-registry/image-registry-6d778df49b-jq24x of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0518 07:04:56.561839 3428 helper_linux.go:450] ConfigureOVS: namespace: openshift-image-registry, podName: image-registry-9879f8c9b-p4l2n, hostIfaceName: 2b5669eb062c8e1, network: default, NAD default, SandboxID: "2b5669eb062c8e1ef4c8acca295023fdac0862cfc59d52d4b3b9a04a36edd148", PCI device ID: , UID: "c4c0f6fa-bed2-4fac-87a7-435049774766", MAC: 0a:58:0a:81:00:10, IPs: [10.129.0.16/23] I0518 07:04:56.569240 3428 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-image-registry/image-registry-6d778df49b-jq24x I0518 07:04:56.569317 3428 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod openshift-image-registry/image-registry-6d778df49b-jq24x I0518 07:04:56.609309 3428 cni.go:352] [openshift-image-registry/image-registry-9879f8c9b-p4l2n 2b5669eb062c8e1ef4c8acca295023fdac0862cfc59d52d4b3b9a04a36edd148 network default NAD default] ADD finished CNI request [openshift-image-registry/image-registry-9879f8c9b-p4l2n 2b5669eb062c8e1ef4c8acca295023fdac0862cfc59d52d4b3b9a04a36edd148 network default NAD default], result "{\"interfaces\":[{\"name\":\"2b5669eb062c8e1\",\"mac\":\"86:28:ca:40:a3:72\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:81:00:10\",\"sandbox\":\"/var/run/netns/bfe16e72-bf80-4aa8-be63-792321e28364\"}],\"ips\":[{\"interface\":1,\"address\":\"10.129.0.16/23\",\"gateway\":\"10.129.0.1\"}],\"dns\":{}}", err I0518 07:04:57.196593 3428 cni.go:331] [openshift-cluster-samples-operator/cluster-samples-operator-687f774f9f-szjgx e72cfeb9d5c02a6d152fed4dccfc7be8c0423ff504708cbf74ce1a08b745dcef network default NAD default] ADD starting CNI request [openshift-cluster-samples-operator/cluster-samples-operator-687f774f9f-szjgx e72cfeb9d5c02a6d152fed4dccfc7be8c0423ff504708cbf74ce1a08b745dcef network default NAD default] I0518 07:04:57.208261 3428 helper_linux.go:450] ConfigureOVS: namespace: openshift-cluster-samples-operator, podName: cluster-samples-operator-687f774f9f-szjgx, hostIfaceName: e72cfeb9d5c02a6, network: default, NAD default, SandboxID: "e72cfeb9d5c02a6d152fed4dccfc7be8c0423ff504708cbf74ce1a08b745dcef", PCI device ID: , UID: "bea933c5-03d1-47b6-addb-81c3311ba02e", MAC: 0a:58:0a:81:00:08, IPs: [10.129.0.8/23] I0518 07:04:57.255873 3428 cni.go:352] [openshift-cluster-samples-operator/cluster-samples-operator-687f774f9f-szjgx e72cfeb9d5c02a6d152fed4dccfc7be8c0423ff504708cbf74ce1a08b745dcef network default NAD default] ADD finished CNI request [openshift-cluster-samples-operator/cluster-samples-operator-687f774f9f-szjgx e72cfeb9d5c02a6d152fed4dccfc7be8c0423ff504708cbf74ce1a08b745dcef network default NAD default], result "{\"interfaces\":[{\"name\":\"e72cfeb9d5c02a6\",\"mac\":\"b2:3b:52:eb:43:c6\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:81:00:08\",\"sandbox\":\"/var/run/netns/1ccd23b6-e83c-4fbb-8ef6-e4d2d56f4171\"}],\"ips\":[{\"interface\":1,\"address\":\"10.129.0.8/23\",\"gateway\":\"10.129.0.1\"}],\"dns\":{}}", err I0518 07:04:57.968094 3428 base_network_controller_pods.go:478] [default/openshift-insights/insights-runtime-extractor-cfj76] creating logical port openshift-insights_insights-runtime-extractor-cfj76 for pod on switch ip-10-0-2-232.ec2.internal I0518 07:04:57.968177 3428 kube.go:320] Updating pod openshift-insights/insights-runtime-extractor-cfj76 I0518 07:04:57.989211 3428 pod.go:62] [openshift-insights/insights-runtime-extractor-cfj76] pod update took 21.056218ms I0518 07:04:57.989235 3428 base_network_controller_pods.go:928] [default/openshift-insights/insights-runtime-extractor-cfj76] addLogicalPort annotation time took 21.086011ms I0518 07:04:57.990314 3428 pods.go:253] [openshift-insights/insights-runtime-extractor-cfj76] addLogicalPort took 22.236706ms, libovsdb time 782.028µs I0518 07:05:01.615799 3428 obj_retry.go:463] Detected object openshift-image-registry/image-registry-6d778df49b-vn7fw of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0518 07:05:01.616601 3428 obj_retry.go:463] Detected object openshift-image-registry/image-registry-6d778df49b-vn7fw of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0518 07:05:01.634601 3428 obj_retry.go:457] Detected object openshift-image-registry/image-registry-6d778df49b-vn7fw of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0518 07:05:01.634622 3428 obj_retry.go:457] Detected object openshift-image-registry/image-registry-6d778df49b-vn7fw of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0518 07:05:01.641146 3428 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-image-registry/image-registry-6d778df49b-vn7fw I0518 07:05:01.641174 3428 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod openshift-image-registry/image-registry-6d778df49b-vn7fw I0518 07:05:02.933328 3428 cni.go:331] [openshift-insights/insights-runtime-extractor-cfj76 7f62cde7a0e6bc333c9b121cd11fe38553e04d4cc1dc273ab9bdeaa28c2a3e71 network default NAD default] ADD starting CNI request [openshift-insights/insights-runtime-extractor-cfj76 7f62cde7a0e6bc333c9b121cd11fe38553e04d4cc1dc273ab9bdeaa28c2a3e71 network default NAD default] I0518 07:05:02.942553 3428 helper_linux.go:450] ConfigureOVS: namespace: openshift-insights, podName: insights-runtime-extractor-cfj76, hostIfaceName: 7f62cde7a0e6bc3, network: default, NAD default, SandboxID: "7f62cde7a0e6bc333c9b121cd11fe38553e04d4cc1dc273ab9bdeaa28c2a3e71", PCI device ID: , UID: "c034bcf4-10e7-4971-9753-c6bc9bddd6ed", MAC: 0a:58:0a:81:00:11, IPs: [10.129.0.17/23] I0518 07:05:02.985643 3428 cni.go:352] [openshift-insights/insights-runtime-extractor-cfj76 7f62cde7a0e6bc333c9b121cd11fe38553e04d4cc1dc273ab9bdeaa28c2a3e71 network default NAD default] ADD finished CNI request [openshift-insights/insights-runtime-extractor-cfj76 7f62cde7a0e6bc333c9b121cd11fe38553e04d4cc1dc273ab9bdeaa28c2a3e71 network default NAD default], result "{\"interfaces\":[{\"name\":\"7f62cde7a0e6bc3\",\"mac\":\"ca:10:4a:9c:d4:6c\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:81:00:11\",\"sandbox\":\"/var/run/netns/e3c4d96e-107b-4a9d-8fa4-02745e3d3096\"}],\"ips\":[{\"interface\":1,\"address\":\"10.129.0.17/23\",\"gateway\":\"10.129.0.1\"}],\"dns\":{}}", err I0518 07:05:13.495209 3428 cni.go:331] [openshift-monitoring/cluster-monitoring-operator-76c9c97fb5-4v2wv ae5b0b35efe02cc20f9eff123b3dcbd93a943238fe2690597cbffc26f14f201c network default NAD default] ADD starting CNI request [openshift-monitoring/cluster-monitoring-operator-76c9c97fb5-4v2wv ae5b0b35efe02cc20f9eff123b3dcbd93a943238fe2690597cbffc26f14f201c network default NAD default] I0518 07:05:13.513840 3428 helper_linux.go:450] ConfigureOVS: namespace: openshift-monitoring, podName: cluster-monitoring-operator-76c9c97fb5-4v2wv, hostIfaceName: ae5b0b35efe02cc, network: default, NAD default, SandboxID: "ae5b0b35efe02cc20f9eff123b3dcbd93a943238fe2690597cbffc26f14f201c", PCI device ID: , UID: "9282b405-0b3e-4c00-80c1-04c9970750ba", MAC: 0a:58:0a:81:00:0b, IPs: [10.129.0.11/23] I0518 07:05:13.573758 3428 cni.go:352] [openshift-monitoring/cluster-monitoring-operator-76c9c97fb5-4v2wv ae5b0b35efe02cc20f9eff123b3dcbd93a943238fe2690597cbffc26f14f201c network default NAD default] ADD finished CNI request [openshift-monitoring/cluster-monitoring-operator-76c9c97fb5-4v2wv ae5b0b35efe02cc20f9eff123b3dcbd93a943238fe2690597cbffc26f14f201c network default NAD default], result "{\"interfaces\":[{\"name\":\"ae5b0b35efe02cc\",\"mac\":\"be:63:18:64:85:ae\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:81:00:0b\",\"sandbox\":\"/var/run/netns/aa5de0b2-e425-49e5-b071-1f04f6894601\"}],\"ips\":[{\"interface\":1,\"address\":\"10.129.0.11/23\",\"gateway\":\"10.129.0.1\"}],\"dns\":{}}", err I0518 07:05:13.583706 3428 cni.go:331] [openshift-network-console/networking-console-plugin-c8f658647-hjtcc 6f86183f9c347840d7cffc6f04ca6bb58583dc44612bd526b0bfdfdddf2fd143 network default NAD default] ADD starting CNI request [openshift-network-console/networking-console-plugin-c8f658647-hjtcc 6f86183f9c347840d7cffc6f04ca6bb58583dc44612bd526b0bfdfdddf2fd143 network default NAD default] I0518 07:05:13.591592 3428 helper_linux.go:450] ConfigureOVS: namespace: openshift-network-console, podName: networking-console-plugin-c8f658647-hjtcc, hostIfaceName: 6f86183f9c34784, network: default, NAD default, SandboxID: "6f86183f9c347840d7cffc6f04ca6bb58583dc44612bd526b0bfdfdddf2fd143", PCI device ID: , UID: "c85845ef-43b6-42cb-9f13-864b648fd31c", MAC: 0a:58:0a:81:00:0d, IPs: [10.129.0.13/23] I0518 07:05:13.634274 3428 cni.go:352] [openshift-network-console/networking-console-plugin-c8f658647-hjtcc 6f86183f9c347840d7cffc6f04ca6bb58583dc44612bd526b0bfdfdddf2fd143 network default NAD default] ADD finished CNI request [openshift-network-console/networking-console-plugin-c8f658647-hjtcc 6f86183f9c347840d7cffc6f04ca6bb58583dc44612bd526b0bfdfdddf2fd143 network default NAD default], result "{\"interfaces\":[{\"name\":\"6f86183f9c34784\",\"mac\":\"52:a5:23:77:3e:da\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:81:00:0d\",\"sandbox\":\"/var/run/netns/ac03ccad-7650-4f8f-b4ba-fe9a65a324ea\"}],\"ips\":[{\"interface\":1,\"address\":\"10.129.0.13/23\",\"gateway\":\"10.129.0.1\"}],\"dns\":{}}", err I0518 07:05:14.236945 3428 cni.go:331] [openshift-deployment-validation-operator/99b07c45bd4393a793940f31bf2887fd12a636d02cd8e5e017ce352a0d45g22 4c0e79fcf373351ccc5f7e35840366b8eba5615775e7fe436a9f4c8ee5f78767 network default NAD default] DEL starting CNI request [openshift-deployment-validation-operator/99b07c45bd4393a793940f31bf2887fd12a636d02cd8e5e017ce352a0d45g22 4c0e79fcf373351ccc5f7e35840366b8eba5615775e7fe436a9f4c8ee5f78767 network default NAD default] I0518 07:05:14.305901 3428 cni.go:352] [openshift-deployment-validation-operator/99b07c45bd4393a793940f31bf2887fd12a636d02cd8e5e017ce352a0d45g22 4c0e79fcf373351ccc5f7e35840366b8eba5615775e7fe436a9f4c8ee5f78767 network default NAD default] DEL finished CNI request [openshift-deployment-validation-operator/99b07c45bd4393a793940f31bf2887fd12a636d02cd8e5e017ce352a0d45g22 4c0e79fcf373351ccc5f7e35840366b8eba5615775e7fe436a9f4c8ee5f78767 network default NAD default], result "{\"dns\":{}}", err I0518 07:05:14.360324 3428 obj_retry.go:463] Detected object openshift-deployment-validation-operator/99b07c45bd4393a793940f31bf2887fd12a636d02cd8e5e017ce352a0d45g22 of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0518 07:05:14.360416 3428 pods.go:175] Deleting pod: openshift-deployment-validation-operator/99b07c45bd4393a793940f31bf2887fd12a636d02cd8e5e017ce352a0d45g22 I0518 07:05:14.362527 3428 pods.go:218] Attempting to release IPs for pod: openshift-deployment-validation-operator/99b07c45bd4393a793940f31bf2887fd12a636d02cd8e5e017ce352a0d45g22, ips: 10.129.0.15 I0518 07:05:14.362617 3428 obj_retry.go:463] Detected object openshift-deployment-validation-operator/99b07c45bd4393a793940f31bf2887fd12a636d02cd8e5e017ce352a0d45g22 of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0518 07:05:14.362665 3428 obj_retry.go:463] Detected object openshift-deployment-validation-operator/99b07c45bd4393a793940f31bf2887fd12a636d02cd8e5e017ce352a0d45g22 of type *factory.localPodSelector in terminal state (e.g. completed) during update event: will remove it I0518 07:05:14.362692 3428 base_network_controller_policy.go:642] Processing NetworkPolicy openshift-deployment-validation-operator/allow-from-openshift-insights to delete 1 local pods... I0518 07:05:21.091453 3428 obj_retry.go:457] Detected object openshift-deployment-validation-operator/99b07c45bd4393a793940f31bf2887fd12a636d02cd8e5e017ce352a0d45g22 of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0518 07:05:21.091505 3428 obj_retry.go:457] Detected object openshift-deployment-validation-operator/99b07c45bd4393a793940f31bf2887fd12a636d02cd8e5e017ce352a0d45g22 of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0518 07:05:21.091521 3428 obj_retry.go:457] Detected object openshift-deployment-validation-operator/99b07c45bd4393a793940f31bf2887fd12a636d02cd8e5e017ce352a0d45g22 of type *factory.localPodSelector in terminal state (e.g. completed) will be ignored as it has already been processed I0518 07:05:21.205186 3428 base_network_controller_pods.go:478] [default/openshift-monitoring/prometheus-operator-admission-webhook-6454d4896-5tg89] creating logical port openshift-monitoring_prometheus-operator-admission-webhook-6454d4896-5tg89 for pod on switch ip-10-0-2-232.ec2.internal I0518 07:05:21.205272 3428 kube.go:320] Updating pod openshift-monitoring/prometheus-operator-admission-webhook-6454d4896-5tg89 I0518 07:05:21.224352 3428 pod.go:62] [openshift-monitoring/prometheus-operator-admission-webhook-6454d4896-5tg89] pod update took 19.104579ms I0518 07:05:21.224377 3428 base_network_controller_pods.go:928] [default/openshift-monitoring/prometheus-operator-admission-webhook-6454d4896-5tg89] addLogicalPort annotation time took 19.132933ms I0518 07:05:21.225503 3428 pods.go:253] [openshift-monitoring/prometheus-operator-admission-webhook-6454d4896-5tg89] addLogicalPort took 20.333899ms, libovsdb time 800.972µs I0518 07:05:21.572153 3428 cni.go:331] [openshift-monitoring/prometheus-operator-admission-webhook-6454d4896-5tg89 db63e6a50a22e59da1ba9c5e225e14c5a222f64dfbdd7522ff6b266cf7921161 network default NAD default] ADD starting CNI request [openshift-monitoring/prometheus-operator-admission-webhook-6454d4896-5tg89 db63e6a50a22e59da1ba9c5e225e14c5a222f64dfbdd7522ff6b266cf7921161 network default NAD default] I0518 07:05:21.582223 3428 helper_linux.go:450] ConfigureOVS: namespace: openshift-monitoring, podName: prometheus-operator-admission-webhook-6454d4896-5tg89, hostIfaceName: db63e6a50a22e59, network: default, NAD default, SandboxID: "db63e6a50a22e59da1ba9c5e225e14c5a222f64dfbdd7522ff6b266cf7921161", PCI device ID: , UID: "c9ca4567-79b1-4a83-aeb5-a41f5e7c55b8", MAC: 0a:58:0a:81:00:12, IPs: [10.129.0.18/23] I0518 07:05:21.623634 3428 cni.go:352] [openshift-monitoring/prometheus-operator-admission-webhook-6454d4896-5tg89 db63e6a50a22e59da1ba9c5e225e14c5a222f64dfbdd7522ff6b266cf7921161 network default NAD default] ADD finished CNI request [openshift-monitoring/prometheus-operator-admission-webhook-6454d4896-5tg89 db63e6a50a22e59da1ba9c5e225e14c5a222f64dfbdd7522ff6b266cf7921161 network default NAD default], result "{\"interfaces\":[{\"name\":\"db63e6a50a22e59\",\"mac\":\"b2:64:09:56:90:8c\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:81:00:12\",\"sandbox\":\"/var/run/netns/c75bfc86-72fd-4c9a-a19f-59b22b70a135\"}],\"ips\":[{\"interface\":1,\"address\":\"10.129.0.18/23\",\"gateway\":\"10.129.0.1\"}],\"dns\":{}}", err I0518 07:05:25.656562 3428 namespace.go:137] [openshift-deployment-validation-operator] updating namespace I0518 07:05:25.668791 3428 namespace.go:137] [openshift-deployment-validation-operator] updating namespace I0518 07:05:25.912075 3428 cni.go:331] [openshift-image-registry/image-registry-9879f8c9b-p4l2n 2b5669eb062c8e1ef4c8acca295023fdac0862cfc59d52d4b3b9a04a36edd148 network default NAD default] DEL starting CNI request [openshift-image-registry/image-registry-9879f8c9b-p4l2n 2b5669eb062c8e1ef4c8acca295023fdac0862cfc59d52d4b3b9a04a36edd148 network default NAD default] I0518 07:05:25.977904 3428 cni.go:352] [openshift-image-registry/image-registry-9879f8c9b-p4l2n 2b5669eb062c8e1ef4c8acca295023fdac0862cfc59d52d4b3b9a04a36edd148 network default NAD default] DEL finished CNI request [openshift-image-registry/image-registry-9879f8c9b-p4l2n 2b5669eb062c8e1ef4c8acca295023fdac0862cfc59d52d4b3b9a04a36edd148 network default NAD default], result "{\"dns\":{}}", err I0518 07:05:26.084029 3428 obj_retry.go:463] Detected object openshift-image-registry/image-registry-9879f8c9b-p4l2n of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0518 07:05:26.084067 3428 pods.go:175] Deleting pod: openshift-image-registry/image-registry-9879f8c9b-p4l2n I0518 07:05:26.085637 3428 pods.go:218] Attempting to release IPs for pod: openshift-image-registry/image-registry-9879f8c9b-p4l2n, ips: 10.129.0.16 I0518 07:05:26.085672 3428 obj_retry.go:463] Detected object openshift-image-registry/image-registry-9879f8c9b-p4l2n of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0518 07:05:26.094645 3428 base_network_controller_pods.go:478] [default/openshift-image-registry/image-registry-7b578b4495-c6tgs] creating logical port openshift-image-registry_image-registry-7b578b4495-c6tgs for pod on switch ip-10-0-2-232.ec2.internal I0518 07:05:26.094834 3428 kube.go:320] Updating pod openshift-image-registry/image-registry-7b578b4495-c6tgs I0518 07:05:26.112186 3428 pod.go:62] [openshift-image-registry/image-registry-7b578b4495-c6tgs] pod update took 17.385196ms I0518 07:05:26.112259 3428 base_network_controller_pods.go:928] [default/openshift-image-registry/image-registry-7b578b4495-c6tgs] addLogicalPort annotation time took 17.46132ms I0518 07:05:26.113473 3428 pods.go:253] [openshift-image-registry/image-registry-7b578b4495-c6tgs] addLogicalPort took 18.839529ms, libovsdb time 845.722µs I0518 07:05:26.133435 3428 cni.go:331] [openshift-multus/network-metrics-daemon-zzhmd b5f07b0a1eaa5f4b6127921e4ad468ba5a602ea0e7ec12ed17d73f4e13bffa42 network default NAD default] ADD starting CNI request [openshift-multus/network-metrics-daemon-zzhmd b5f07b0a1eaa5f4b6127921e4ad468ba5a602ea0e7ec12ed17d73f4e13bffa42 network default NAD default] I0518 07:05:26.144939 3428 helper_linux.go:450] ConfigureOVS: namespace: openshift-multus, podName: network-metrics-daemon-zzhmd, hostIfaceName: b5f07b0a1eaa5f4, network: default, NAD default, SandboxID: "b5f07b0a1eaa5f4b6127921e4ad468ba5a602ea0e7ec12ed17d73f4e13bffa42", PCI device ID: , UID: "22f6f349-53aa-4d8a-b03c-282ec58f47a1", MAC: 0a:58:0a:81:00:03, IPs: [10.129.0.3/23] I0518 07:05:26.194410 3428 cni.go:352] [openshift-multus/network-metrics-daemon-zzhmd b5f07b0a1eaa5f4b6127921e4ad468ba5a602ea0e7ec12ed17d73f4e13bffa42 network default NAD default] ADD finished CNI request [openshift-multus/network-metrics-daemon-zzhmd b5f07b0a1eaa5f4b6127921e4ad468ba5a602ea0e7ec12ed17d73f4e13bffa42 network default NAD default], result "{\"interfaces\":[{\"name\":\"b5f07b0a1eaa5f4\",\"mac\":\"9a:b0:d0:51:c7:b6\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:81:00:03\",\"sandbox\":\"/var/run/netns/8728767f-585c-4ead-bddc-303a64e8f603\"}],\"ips\":[{\"interface\":1,\"address\":\"10.129.0.3/23\",\"gateway\":\"10.129.0.1\"}],\"dns\":{}}", err I0518 07:05:26.316767 3428 obj_retry.go:457] Detected object openshift-image-registry/image-registry-9879f8c9b-p4l2n of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0518 07:05:26.316793 3428 obj_retry.go:457] Detected object openshift-image-registry/image-registry-9879f8c9b-p4l2n of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0518 07:05:26.323234 3428 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-image-registry/image-registry-9879f8c9b-p4l2n I0518 07:05:26.323256 3428 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod openshift-image-registry/image-registry-9879f8c9b-p4l2n I0518 07:05:26.449285 3428 cni.go:331] [openshift-image-registry/image-registry-7b578b4495-c6tgs fbbe2aea35934e5b1edbd73b5026110130dab5bdc21894da37adf292553d1f03 network default NAD default] ADD starting CNI request [openshift-image-registry/image-registry-7b578b4495-c6tgs fbbe2aea35934e5b1edbd73b5026110130dab5bdc21894da37adf292553d1f03 network default NAD default] I0518 07:05:26.457868 3428 helper_linux.go:450] ConfigureOVS: namespace: openshift-image-registry, podName: image-registry-7b578b4495-c6tgs, hostIfaceName: fbbe2aea35934e5, network: default, NAD default, SandboxID: "fbbe2aea35934e5b1edbd73b5026110130dab5bdc21894da37adf292553d1f03", PCI device ID: , UID: "6681639e-0c84-4dc6-a13d-3f843b858a38", MAC: 0a:58:0a:81:00:13, IPs: [10.129.0.19/23] I0518 07:05:26.501167 3428 cni.go:352] [openshift-image-registry/image-registry-7b578b4495-c6tgs fbbe2aea35934e5b1edbd73b5026110130dab5bdc21894da37adf292553d1f03 network default NAD default] ADD finished CNI request [openshift-image-registry/image-registry-7b578b4495-c6tgs fbbe2aea35934e5b1edbd73b5026110130dab5bdc21894da37adf292553d1f03 network default NAD default], result "{\"interfaces\":[{\"name\":\"fbbe2aea35934e5\",\"mac\":\"c2:d6:c3:d6:e3:9f\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:81:00:13\",\"sandbox\":\"/var/run/netns/61e858ed-408e-496e-97d8-51ba9b49bb3c\"}],\"ips\":[{\"interface\":1,\"address\":\"10.129.0.19/23\",\"gateway\":\"10.129.0.1\"}],\"dns\":{}}", err I0518 07:05:26.568252 3428 base_network_controller_pods.go:478] [default/openshift-monitoring/prometheus-operator-5598cd9d74-nkf4l] creating logical port openshift-monitoring_prometheus-operator-5598cd9d74-nkf4l for pod on switch ip-10-0-2-232.ec2.internal I0518 07:05:26.568336 3428 kube.go:320] Updating pod openshift-monitoring/prometheus-operator-5598cd9d74-nkf4l I0518 07:05:26.587454 3428 pod.go:62] [openshift-monitoring/prometheus-operator-5598cd9d74-nkf4l] pod update took 19.142669ms I0518 07:05:26.587498 3428 base_network_controller_pods.go:928] [default/openshift-monitoring/prometheus-operator-5598cd9d74-nkf4l] addLogicalPort annotation time took 19.189449ms I0518 07:05:26.588854 3428 pods.go:253] [openshift-monitoring/prometheus-operator-5598cd9d74-nkf4l] addLogicalPort took 20.618036ms, libovsdb time 1.004369ms I0518 07:05:27.551705 3428 cni.go:331] [openshift-monitoring/prometheus-operator-5598cd9d74-nkf4l bb9b5990aceb40025ff8f43b2ddef950f7676b90b6ff3daa626364436c44b29e network default NAD default] ADD starting CNI request [openshift-monitoring/prometheus-operator-5598cd9d74-nkf4l bb9b5990aceb40025ff8f43b2ddef950f7676b90b6ff3daa626364436c44b29e network default NAD default] I0518 07:05:27.563000 3428 helper_linux.go:450] ConfigureOVS: namespace: openshift-monitoring, podName: prometheus-operator-5598cd9d74-nkf4l, hostIfaceName: bb9b5990aceb400, network: default, NAD default, SandboxID: "bb9b5990aceb40025ff8f43b2ddef950f7676b90b6ff3daa626364436c44b29e", PCI device ID: , UID: "b38a9b32-d863-4082-83b6-8edbffac9046", MAC: 0a:58:0a:81:00:14, IPs: [10.129.0.20/23] I0518 07:05:27.615583 3428 cni.go:352] [openshift-monitoring/prometheus-operator-5598cd9d74-nkf4l bb9b5990aceb40025ff8f43b2ddef950f7676b90b6ff3daa626364436c44b29e network default NAD default] ADD finished CNI request [openshift-monitoring/prometheus-operator-5598cd9d74-nkf4l bb9b5990aceb40025ff8f43b2ddef950f7676b90b6ff3daa626364436c44b29e network default NAD default], result "{\"interfaces\":[{\"name\":\"bb9b5990aceb400\",\"mac\":\"2e:a1:17:b9:ac:39\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:81:00:14\",\"sandbox\":\"/var/run/netns/30454b7e-0699-464f-82a4-f26cf50457d7\"}],\"ips\":[{\"interface\":1,\"address\":\"10.129.0.20/23\",\"gateway\":\"10.129.0.1\"}],\"dns\":{}}", err I0518 07:05:33.311093 3428 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-2-232.ec2.internal I0518 07:05:33.311193 3428 kube.go:320] Updating pod openshift-monitoring/alertmanager-main-0 I0518 07:05:33.346071 3428 pod.go:62] [openshift-monitoring/alertmanager-main-0] pod update took 34.911183ms I0518 07:05:33.346159 3428 base_network_controller_pods.go:928] [default/openshift-monitoring/alertmanager-main-0] addLogicalPort annotation time took 35.005212ms I0518 07:05:33.347618 3428 pods.go:253] [openshift-monitoring/alertmanager-main-0] addLogicalPort took 36.543262ms, libovsdb time 984.496µs I0518 07:05:33.763474 3428 cni.go:331] [openshift-monitoring/alertmanager-main-0 d781e9a268b989535c292793072ea2f5981bcbcf0fce9d32c50d4dfd3d836193 network default NAD default] ADD starting CNI request [openshift-monitoring/alertmanager-main-0 d781e9a268b989535c292793072ea2f5981bcbcf0fce9d32c50d4dfd3d836193 network default NAD default] I0518 07:05:33.773537 3428 helper_linux.go:450] ConfigureOVS: namespace: openshift-monitoring, podName: alertmanager-main-0, hostIfaceName: d781e9a268b9895, network: default, NAD default, SandboxID: "d781e9a268b989535c292793072ea2f5981bcbcf0fce9d32c50d4dfd3d836193", PCI device ID: , UID: "196c4e27-d059-4d50-8adf-162747e3c7d1", MAC: 0a:58:0a:81:00:15, IPs: [10.129.0.21/23] I0518 07:05:33.822564 3428 cni.go:352] [openshift-monitoring/alertmanager-main-0 d781e9a268b989535c292793072ea2f5981bcbcf0fce9d32c50d4dfd3d836193 network default NAD default] ADD finished CNI request [openshift-monitoring/alertmanager-main-0 d781e9a268b989535c292793072ea2f5981bcbcf0fce9d32c50d4dfd3d836193 network default NAD default], result "{\"interfaces\":[{\"name\":\"d781e9a268b9895\",\"mac\":\"ca:c5:3c:a7:2e:53\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:81:00:15\",\"sandbox\":\"/var/run/netns/afef5b1e-9150-4e82-9093-9f0430c412d7\"}],\"ips\":[{\"interface\":1,\"address\":\"10.129.0.21/23\",\"gateway\":\"10.129.0.1\"}],\"dns\":{}}", err I0518 07:05:35.193057 3428 base_network_controller_pods.go:478] [default/openshift-monitoring/thanos-querier-699bd6b8d5-hrkg9] creating logical port openshift-monitoring_thanos-querier-699bd6b8d5-hrkg9 for pod on switch ip-10-0-2-232.ec2.internal I0518 07:05:35.193221 3428 kube.go:320] Updating pod openshift-monitoring/thanos-querier-699bd6b8d5-hrkg9 I0518 07:05:35.218555 3428 pod.go:62] [openshift-monitoring/thanos-querier-699bd6b8d5-hrkg9] pod update took 25.379767ms I0518 07:05:35.218579 3428 base_network_controller_pods.go:928] [default/openshift-monitoring/thanos-querier-699bd6b8d5-hrkg9] addLogicalPort annotation time took 25.407931ms I0518 07:05:35.220083 3428 pods.go:253] [openshift-monitoring/thanos-querier-699bd6b8d5-hrkg9] addLogicalPort took 27.045944ms, libovsdb time 1.00757ms I0518 07:05:35.551920 3428 cni.go:331] [openshift-monitoring/thanos-querier-699bd6b8d5-hrkg9 e615f6407ed96b79cec3a01b7af28f206c14b65328bdd2faa9ff7c45bc264f76 network default NAD default] ADD starting CNI request [openshift-monitoring/thanos-querier-699bd6b8d5-hrkg9 e615f6407ed96b79cec3a01b7af28f206c14b65328bdd2faa9ff7c45bc264f76 network default NAD default] I0518 07:05:35.560250 3428 helper_linux.go:450] ConfigureOVS: namespace: openshift-monitoring, podName: thanos-querier-699bd6b8d5-hrkg9, hostIfaceName: e615f6407ed96b7, network: default, NAD default, SandboxID: "e615f6407ed96b79cec3a01b7af28f206c14b65328bdd2faa9ff7c45bc264f76", PCI device ID: , UID: "bdbac982-d8c5-4ab9-8974-6b61c88812de", MAC: 0a:58:0a:81:00:16, IPs: [10.129.0.22/23] I0518 07:05:35.603652 3428 cni.go:352] [openshift-monitoring/thanos-querier-699bd6b8d5-hrkg9 e615f6407ed96b79cec3a01b7af28f206c14b65328bdd2faa9ff7c45bc264f76 network default NAD default] ADD finished CNI request [openshift-monitoring/thanos-querier-699bd6b8d5-hrkg9 e615f6407ed96b79cec3a01b7af28f206c14b65328bdd2faa9ff7c45bc264f76 network default NAD default], result "{\"interfaces\":[{\"name\":\"e615f6407ed96b7\",\"mac\":\"3e:f1:50:2e:7a:88\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:81:00:16\",\"sandbox\":\"/var/run/netns/ee7da4f2-7499-4875-b9c7-3f3ff63dc055\"}],\"ips\":[{\"interface\":1,\"address\":\"10.129.0.22/23\",\"gateway\":\"10.129.0.1\"}],\"dns\":{}}", err I0518 07:05:36.823457 3428 base_network_controller_pods.go:478] [default/openshift-monitoring/monitoring-plugin-5d5fc6b556-znxl4] creating logical port openshift-monitoring_monitoring-plugin-5d5fc6b556-znxl4 for pod on switch ip-10-0-2-232.ec2.internal I0518 07:05:36.823570 3428 kube.go:320] Updating pod openshift-monitoring/monitoring-plugin-5d5fc6b556-znxl4 I0518 07:05:36.841563 3428 pod.go:62] [openshift-monitoring/monitoring-plugin-5d5fc6b556-znxl4] pod update took 18.016419ms I0518 07:05:36.841589 3428 base_network_controller_pods.go:928] [default/openshift-monitoring/monitoring-plugin-5d5fc6b556-znxl4] addLogicalPort annotation time took 18.056859ms I0518 07:05:36.843143 3428 pods.go:253] [openshift-monitoring/monitoring-plugin-5d5fc6b556-znxl4] addLogicalPort took 19.703934ms, libovsdb time 1.075304ms I0518 07:05:37.180328 3428 cni.go:331] [openshift-monitoring/monitoring-plugin-5d5fc6b556-znxl4 0e68359e62c82113f86bcf32ff264f4612a979941a22d23371305b9bbeb812af network default NAD default] ADD starting CNI request [openshift-monitoring/monitoring-plugin-5d5fc6b556-znxl4 0e68359e62c82113f86bcf32ff264f4612a979941a22d23371305b9bbeb812af network default NAD default] I0518 07:05:37.191472 3428 helper_linux.go:450] ConfigureOVS: namespace: openshift-monitoring, podName: monitoring-plugin-5d5fc6b556-znxl4, hostIfaceName: 0e68359e62c8211, network: default, NAD default, SandboxID: "0e68359e62c82113f86bcf32ff264f4612a979941a22d23371305b9bbeb812af", PCI device ID: , UID: "51f75ec6-5e2d-475c-9b6f-e102526507bb", MAC: 0a:58:0a:81:00:17, IPs: [10.129.0.23/23] I0518 07:05:37.258136 3428 cni.go:352] [openshift-monitoring/monitoring-plugin-5d5fc6b556-znxl4 0e68359e62c82113f86bcf32ff264f4612a979941a22d23371305b9bbeb812af network default NAD default] ADD finished CNI request [openshift-monitoring/monitoring-plugin-5d5fc6b556-znxl4 0e68359e62c82113f86bcf32ff264f4612a979941a22d23371305b9bbeb812af network default NAD default], result "{\"interfaces\":[{\"name\":\"0e68359e62c8211\",\"mac\":\"32:50:ab:3d:93:1f\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:81:00:17\",\"sandbox\":\"/var/run/netns/d8c8627b-ea32-4759-aca0-c321cb723b5b\"}],\"ips\":[{\"interface\":1,\"address\":\"10.129.0.23/23\",\"gateway\":\"10.129.0.1\"}],\"dns\":{}}", err I0518 07:05:38.174749 3428 base_network_controller_pods.go:478] [default/openshift-console/downloads-7b98f8c767-5hxrm] creating logical port openshift-console_downloads-7b98f8c767-5hxrm for pod on switch ip-10-0-2-232.ec2.internal I0518 07:05:38.174984 3428 kube.go:320] Updating pod openshift-console/downloads-7b98f8c767-5hxrm I0518 07:05:38.208988 3428 pod.go:62] [openshift-console/downloads-7b98f8c767-5hxrm] pod update took 34.032362ms I0518 07:05:38.209076 3428 base_network_controller_pods.go:928] [default/openshift-console/downloads-7b98f8c767-5hxrm] addLogicalPort annotation time took 34.125075ms I0518 07:05:38.210433 3428 pods.go:253] [openshift-console/downloads-7b98f8c767-5hxrm] addLogicalPort took 35.700577ms, libovsdb time 975.143µs I0518 07:05:38.669678 3428 base_network_controller_pods.go:478] [default/openshift-monitoring/prometheus-k8s-0] creating logical port openshift-monitoring_prometheus-k8s-0 for pod on switch ip-10-0-2-232.ec2.internal I0518 07:05:38.669823 3428 kube.go:320] Updating pod openshift-monitoring/prometheus-k8s-0 I0518 07:05:38.706118 3428 pod.go:62] [openshift-monitoring/prometheus-k8s-0] pod update took 36.346582ms I0518 07:05:38.706211 3428 base_network_controller_pods.go:928] [default/openshift-monitoring/prometheus-k8s-0] addLogicalPort annotation time took 36.446285ms I0518 07:05:38.709727 3428 pods.go:253] [openshift-monitoring/prometheus-k8s-0] addLogicalPort took 40.070448ms, libovsdb time 2.991926ms I0518 07:05:39.217497 3428 cni.go:331] [openshift-console/downloads-7b98f8c767-5hxrm 0b6f9e60119dafca1830e951149e29cd75270565b71e33e2f67d03473ac97532 network default NAD default] ADD starting CNI request [openshift-console/downloads-7b98f8c767-5hxrm 0b6f9e60119dafca1830e951149e29cd75270565b71e33e2f67d03473ac97532 network default NAD default] I0518 07:05:39.220377 3428 cni.go:331] [openshift-monitoring/prometheus-k8s-0 75aac4bfabe034dad1aa53b43f1febb77440af35e5854cc5ecee7328ad43bd5e network default NAD default] ADD starting CNI request [openshift-monitoring/prometheus-k8s-0 75aac4bfabe034dad1aa53b43f1febb77440af35e5854cc5ecee7328ad43bd5e network default NAD default] I0518 07:05:39.233311 3428 helper_linux.go:450] ConfigureOVS: namespace: openshift-console, podName: downloads-7b98f8c767-5hxrm, hostIfaceName: 0b6f9e60119dafc, network: default, NAD default, SandboxID: "0b6f9e60119dafca1830e951149e29cd75270565b71e33e2f67d03473ac97532", PCI device ID: , UID: "01bd27b4-57e5-461f-8c46-17b1cd76e8ab", MAC: 0a:58:0a:81:00:18, IPs: [10.129.0.24/23] I0518 07:05:39.236003 3428 helper_linux.go:450] ConfigureOVS: namespace: openshift-monitoring, podName: prometheus-k8s-0, hostIfaceName: 75aac4bfabe034d, network: default, NAD default, SandboxID: "75aac4bfabe034dad1aa53b43f1febb77440af35e5854cc5ecee7328ad43bd5e", PCI device ID: , UID: "8b499cb1-4bb5-45bc-b696-30293b31d991", MAC: 0a:58:0a:81:00:19, IPs: [10.129.0.25/23] I0518 07:05:39.301699 3428 cni.go:352] [openshift-console/downloads-7b98f8c767-5hxrm 0b6f9e60119dafca1830e951149e29cd75270565b71e33e2f67d03473ac97532 network default NAD default] ADD finished CNI request [openshift-console/downloads-7b98f8c767-5hxrm 0b6f9e60119dafca1830e951149e29cd75270565b71e33e2f67d03473ac97532 network default NAD default], result "{\"interfaces\":[{\"name\":\"0b6f9e60119dafc\",\"mac\":\"82:39:89:e4:5e:ed\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:81:00:18\",\"sandbox\":\"/var/run/netns/f93bfec0-2b3c-4f67-9235-d6e60d15cd9d\"}],\"ips\":[{\"interface\":1,\"address\":\"10.129.0.24/23\",\"gateway\":\"10.129.0.1\"}],\"dns\":{}}", err I0518 07:05:39.320756 3428 cni.go:352] [openshift-monitoring/prometheus-k8s-0 75aac4bfabe034dad1aa53b43f1febb77440af35e5854cc5ecee7328ad43bd5e network default NAD default] ADD finished CNI request [openshift-monitoring/prometheus-k8s-0 75aac4bfabe034dad1aa53b43f1febb77440af35e5854cc5ecee7328ad43bd5e network default NAD default], result "{\"interfaces\":[{\"name\":\"75aac4bfabe034d\",\"mac\":\"7a:19:f7:3a:d1:6c\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:81:00:19\",\"sandbox\":\"/var/run/netns/1f98b5a9-1adf-42ba-aca2-9995396bd5e4\"}],\"ips\":[{\"interface\":1,\"address\":\"10.129.0.25/23\",\"gateway\":\"10.129.0.1\"}],\"dns\":{}}", err I0518 07:05:47.265155 3428 base_network_controller_pods.go:478] [default/openshift-console/console-f65874867-nx4ck] creating logical port openshift-console_console-f65874867-nx4ck for pod on switch ip-10-0-2-232.ec2.internal I0518 07:05:47.265312 3428 kube.go:320] Updating pod openshift-console/console-f65874867-nx4ck I0518 07:05:47.313044 3428 pod.go:62] [openshift-console/console-f65874867-nx4ck] pod update took 47.774589ms I0518 07:05:47.313064 3428 base_network_controller_pods.go:928] [default/openshift-console/console-f65874867-nx4ck] addLogicalPort annotation time took 47.801071ms I0518 07:05:47.314239 3428 pods.go:253] [openshift-console/console-f65874867-nx4ck] addLogicalPort took 49.100196ms, libovsdb time 843.562µs I0518 07:05:47.621996 3428 cni.go:331] [openshift-console/console-f65874867-nx4ck deea0052999206087f906c0c230b17a1f12d3ed55416efa0b62f8681a1d672ae network default NAD default] ADD starting CNI request [openshift-console/console-f65874867-nx4ck deea0052999206087f906c0c230b17a1f12d3ed55416efa0b62f8681a1d672ae network default NAD default] I0518 07:05:47.631789 3428 helper_linux.go:450] ConfigureOVS: namespace: openshift-console, podName: console-f65874867-nx4ck, hostIfaceName: deea00529992060, network: default, NAD default, SandboxID: "deea0052999206087f906c0c230b17a1f12d3ed55416efa0b62f8681a1d672ae", PCI device ID: , UID: "e7a43227-7709-4b77-9d9d-7ee3e592fca3", MAC: 0a:58:0a:81:00:1a, IPs: [10.129.0.26/23] I0518 07:05:47.678093 3428 cni.go:352] [openshift-console/console-f65874867-nx4ck deea0052999206087f906c0c230b17a1f12d3ed55416efa0b62f8681a1d672ae network default NAD default] ADD finished CNI request [openshift-console/console-f65874867-nx4ck deea0052999206087f906c0c230b17a1f12d3ed55416efa0b62f8681a1d672ae network default NAD default], result "{\"interfaces\":[{\"name\":\"deea00529992060\",\"mac\":\"5a:b5:9b:81:6d:f5\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:81:00:1a\",\"sandbox\":\"/var/run/netns/99426e08-225e-4bca-8746-7b946f37b6c3\"}],\"ips\":[{\"interface\":1,\"address\":\"10.129.0.26/23\",\"gateway\":\"10.129.0.1\"}],\"dns\":{}}", err I0518 07:05:56.219014 3428 cni.go:331] [openshift-dns/dns-default-ntnj9 59242ccac431c3ea85201ae7693453b81f794ce6982753ec52e264fad08b510e network default NAD default] ADD starting CNI request [openshift-dns/dns-default-ntnj9 59242ccac431c3ea85201ae7693453b81f794ce6982753ec52e264fad08b510e network default NAD default] I0518 07:05:56.219320 3428 cni.go:331] [openshift-ingress-canary/ingress-canary-g595b 97e546d2f1ecad00911d5e3835bc4b871d57f09a1f847f713df7a3041608a1e9 network default NAD default] ADD starting CNI request [openshift-ingress-canary/ingress-canary-g595b 97e546d2f1ecad00911d5e3835bc4b871d57f09a1f847f713df7a3041608a1e9 network default NAD default] I0518 07:05:56.230823 3428 helper_linux.go:450] ConfigureOVS: namespace: openshift-ingress-canary, podName: ingress-canary-g595b, hostIfaceName: 97e546d2f1ecad0, network: default, NAD default, SandboxID: "97e546d2f1ecad00911d5e3835bc4b871d57f09a1f847f713df7a3041608a1e9", PCI device ID: , UID: "3b9bb871-e482-492a-aa83-0fd2f1f77bfb", MAC: 0a:58:0a:81:00:06, IPs: [10.129.0.6/23] I0518 07:05:56.231091 3428 helper_linux.go:450] ConfigureOVS: namespace: openshift-dns, podName: dns-default-ntnj9, hostIfaceName: 59242ccac431c3e, network: default, NAD default, SandboxID: "59242ccac431c3ea85201ae7693453b81f794ce6982753ec52e264fad08b510e", PCI device ID: , UID: "2e5353c1-e11f-4b62-9743-ffc5fb363739", MAC: 0a:58:0a:81:00:05, IPs: [10.129.0.5/23] I0518 07:05:56.285186 3428 cni.go:352] [openshift-ingress-canary/ingress-canary-g595b 97e546d2f1ecad00911d5e3835bc4b871d57f09a1f847f713df7a3041608a1e9 network default NAD default] ADD finished CNI request [openshift-ingress-canary/ingress-canary-g595b 97e546d2f1ecad00911d5e3835bc4b871d57f09a1f847f713df7a3041608a1e9 network default NAD default], result "{\"interfaces\":[{\"name\":\"97e546d2f1ecad0\",\"mac\":\"6e:a2:ed:72:0d:21\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:81:00:06\",\"sandbox\":\"/var/run/netns/66ec25a7-ca29-4fc3-a115-61555a08a93c\"}],\"ips\":[{\"interface\":1,\"address\":\"10.129.0.6/23\",\"gateway\":\"10.129.0.1\"}],\"dns\":{}}", err I0518 07:05:56.305344 3428 cni.go:352] [openshift-dns/dns-default-ntnj9 59242ccac431c3ea85201ae7693453b81f794ce6982753ec52e264fad08b510e network default NAD default] ADD finished CNI request [openshift-dns/dns-default-ntnj9 59242ccac431c3ea85201ae7693453b81f794ce6982753ec52e264fad08b510e network default NAD default], result "{\"interfaces\":[{\"name\":\"59242ccac431c3e\",\"mac\":\"16:89:8e:06:f4:57\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:81:00:05\",\"sandbox\":\"/var/run/netns/c55b455f-68eb-41e9-a1d2-c6fcf6f4895e\"}],\"ips\":[{\"interface\":1,\"address\":\"10.129.0.5/23\",\"gateway\":\"10.129.0.1\"}],\"dns\":{}}", err I0518 07:06:15.015564 3428 obj_retry.go:463] Detected object openshift-console/console-cccc5b596-trnrk of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0518 07:06:15.016158 3428 obj_retry.go:463] Detected object openshift-console/console-cccc5b596-trnrk of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0518 07:06:15.839171 3428 obj_retry.go:457] Detected object openshift-console/console-cccc5b596-trnrk of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0518 07:06:15.839259 3428 obj_retry.go:457] Detected object openshift-console/console-cccc5b596-trnrk of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0518 07:06:15.859295 3428 obj_retry.go:457] Detected object openshift-console/console-cccc5b596-trnrk of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0518 07:06:15.859316 3428 obj_retry.go:457] Detected object openshift-console/console-cccc5b596-trnrk of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0518 07:06:15.866987 3428 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-console/console-cccc5b596-trnrk I0518 07:06:15.867047 3428 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod openshift-console/console-cccc5b596-trnrk I0518 07:06:23.764715 3428 obj_retry.go:463] Detected object openshift-console/console-cccc5b596-6zv2p of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0518 07:06:23.765212 3428 obj_retry.go:463] Detected object openshift-console/console-cccc5b596-6zv2p of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0518 07:06:24.124564 3428 obj_retry.go:457] Detected object openshift-console/console-cccc5b596-6zv2p of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0518 07:06:24.124614 3428 obj_retry.go:457] Detected object openshift-console/console-cccc5b596-6zv2p of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0518 07:06:24.131604 3428 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-console/console-cccc5b596-6zv2p I0518 07:06:24.131686 3428 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod openshift-console/console-cccc5b596-6zv2p I0518 07:06:28.020307 3428 obj_retry.go:463] Detected object openshift-image-registry/image-registry-9879f8c9b-7966n of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0518 07:06:28.020918 3428 obj_retry.go:463] Detected object openshift-image-registry/image-registry-9879f8c9b-7966n of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0518 07:06:28.836348 3428 obj_retry.go:457] Detected object openshift-image-registry/image-registry-9879f8c9b-7966n of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0518 07:06:28.836408 3428 obj_retry.go:457] Detected object openshift-image-registry/image-registry-9879f8c9b-7966n of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0518 07:06:28.843770 3428 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-image-registry/image-registry-9879f8c9b-7966n I0518 07:06:28.843799 3428 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod openshift-image-registry/image-registry-9879f8c9b-7966n I0518 07:06:37.379405 3428 obj_retry.go:463] Detected object openshift-ingress/router-default-bcf677c57-4xrkh of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0518 07:06:37.380001 3428 obj_retry.go:463] Detected object openshift-ingress/router-default-bcf677c57-4xrkh of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0518 07:06:37.898363 3428 obj_retry.go:457] Detected object openshift-ingress/router-default-bcf677c57-4xrkh of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0518 07:06:37.898391 3428 obj_retry.go:457] Detected object openshift-ingress/router-default-bcf677c57-4xrkh of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0518 07:06:37.905064 3428 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-ingress/router-default-bcf677c57-4xrkh I0518 07:06:37.905097 3428 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod openshift-ingress/router-default-bcf677c57-4xrkh I0518 07:06:54.169932 3428 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 I0518 07:06:54.170431 3428 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 I0518 07:06:54.922959 3428 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 I0518 07:06:54.923020 3428 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 I0518 07:06:54.929460 3428 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-monitoring/alertmanager-main-1 I0518 07:06:54.929529 3428 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod openshift-monitoring/alertmanager-main-1 I0518 07:06:55.073222 3428 obj_retry.go:463] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29651460-s95vx of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0518 07:06:55.073701 3428 obj_retry.go:463] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29651460-s95vx of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0518 07:06:56.095852 3428 obj_retry.go:457] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29651460-s95vx of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0518 07:06:56.095903 3428 obj_retry.go:457] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29651460-s95vx of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0518 07:06:58.609141 3428 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 I0518 07:06:58.609641 3428 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 I0518 07:06:58.942075 3428 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 I0518 07:06:58.942101 3428 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 I0518 07:06:58.950333 3428 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-monitoring/prometheus-k8s-1 I0518 07:06:58.950425 3428 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod openshift-monitoring/prometheus-k8s-1 I0518 07:07:16.565613 3428 cni.go:331] [openshift-monitoring/alertmanager-main-0 d781e9a268b989535c292793072ea2f5981bcbcf0fce9d32c50d4dfd3d836193 network default NAD default] DEL starting CNI request [openshift-monitoring/alertmanager-main-0 d781e9a268b989535c292793072ea2f5981bcbcf0fce9d32c50d4dfd3d836193 network default NAD default] I0518 07:07:16.635047 3428 cni.go:352] [openshift-monitoring/alertmanager-main-0 d781e9a268b989535c292793072ea2f5981bcbcf0fce9d32c50d4dfd3d836193 network default NAD default] DEL finished CNI request [openshift-monitoring/alertmanager-main-0 d781e9a268b989535c292793072ea2f5981bcbcf0fce9d32c50d4dfd3d836193 network default NAD default], result "{\"dns\":{}}", err I0518 07:07:16.695582 3428 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 I0518 07:07:16.695715 3428 pods.go:175] Deleting pod: openshift-monitoring/alertmanager-main-0 I0518 07:07:16.697472 3428 pods.go:218] Attempting to release IPs for pod: openshift-monitoring/alertmanager-main-0, ips: 10.129.0.21 I0518 07:07:16.697506 3428 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 I0518 07:07:17.668037 3428 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 I0518 07:07:17.668105 3428 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 I0518 07:07:17.675599 3428 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-monitoring/alertmanager-main-0 I0518 07:07:17.675636 3428 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod openshift-monitoring/alertmanager-main-0 I0518 07:07:17.711230 3428 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-2-232.ec2.internal I0518 07:07:17.711363 3428 kube.go:320] Updating pod openshift-monitoring/alertmanager-main-0 I0518 07:07:17.746836 3428 pod.go:62] [openshift-monitoring/alertmanager-main-0] pod update took 35.521191ms I0518 07:07:17.746916 3428 base_network_controller_pods.go:928] [default/openshift-monitoring/alertmanager-main-0] addLogicalPort annotation time took 35.601875ms I0518 07:07:17.748231 3428 pods.go:253] [openshift-monitoring/alertmanager-main-0] addLogicalPort took 37.018465ms, libovsdb time 892.141µs I0518 07:07:18.066036 3428 cni.go:331] [openshift-monitoring/alertmanager-main-0 145760ff259eb2e05b38db4c52b3e2003d3fb0c94a6ceb90833009c1e11cb72d network default NAD default] ADD starting CNI request [openshift-monitoring/alertmanager-main-0 145760ff259eb2e05b38db4c52b3e2003d3fb0c94a6ceb90833009c1e11cb72d network default NAD default] I0518 07:07:18.074650 3428 helper_linux.go:450] ConfigureOVS: namespace: openshift-monitoring, podName: alertmanager-main-0, hostIfaceName: 145760ff259eb2e, network: default, NAD default, SandboxID: "145760ff259eb2e05b38db4c52b3e2003d3fb0c94a6ceb90833009c1e11cb72d", PCI device ID: , UID: "ed9d9539-55cf-48fe-a3aa-93c3c13eeec4", MAC: 0a:58:0a:81:00:1b, IPs: [10.129.0.27/23] I0518 07:07:18.119355 3428 cni.go:352] [openshift-monitoring/alertmanager-main-0 145760ff259eb2e05b38db4c52b3e2003d3fb0c94a6ceb90833009c1e11cb72d network default NAD default] ADD finished CNI request [openshift-monitoring/alertmanager-main-0 145760ff259eb2e05b38db4c52b3e2003d3fb0c94a6ceb90833009c1e11cb72d network default NAD default], result "{\"interfaces\":[{\"name\":\"145760ff259eb2e\",\"mac\":\"1e:0a:5f:d4:03:bd\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:81:00:1b\",\"sandbox\":\"/var/run/netns/cdde237a-1933-41db-b425-b1c039461e3e\"}],\"ips\":[{\"interface\":1,\"address\":\"10.129.0.27/23\",\"gateway\":\"10.129.0.1\"}],\"dns\":{}}", err I0518 07:07:26.531053 3428 obj_retry.go:463] Detected object openshift-console/console-f65874867-x9t7z of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0518 07:07:26.531538 3428 obj_retry.go:463] Detected object openshift-console/console-f65874867-x9t7z of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0518 07:07:27.036511 3428 obj_retry.go:457] Detected object openshift-console/console-f65874867-x9t7z of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0518 07:07:27.036548 3428 obj_retry.go:457] Detected object openshift-console/console-f65874867-x9t7z of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0518 07:07:27.039234 3428 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-console/console-f65874867-x9t7z I0518 07:07:27.039262 3428 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod openshift-console/console-f65874867-x9t7z I0518 07:07:37.197187 3428 cni.go:331] [openshift-console/console-f65874867-nx4ck deea0052999206087f906c0c230b17a1f12d3ed55416efa0b62f8681a1d672ae network default NAD default] DEL starting CNI request [openshift-console/console-f65874867-nx4ck deea0052999206087f906c0c230b17a1f12d3ed55416efa0b62f8681a1d672ae network default NAD default] I0518 07:07:37.266489 3428 cni.go:352] [openshift-console/console-f65874867-nx4ck deea0052999206087f906c0c230b17a1f12d3ed55416efa0b62f8681a1d672ae network default NAD default] DEL finished CNI request [openshift-console/console-f65874867-nx4ck deea0052999206087f906c0c230b17a1f12d3ed55416efa0b62f8681a1d672ae network default NAD default], result "{\"dns\":{}}", err I0518 07:07:37.314676 3428 obj_retry.go:463] Detected object openshift-console/console-f65874867-nx4ck of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0518 07:07:37.314717 3428 pods.go:175] Deleting pod: openshift-console/console-f65874867-nx4ck I0518 07:07:37.316298 3428 pods.go:218] Attempting to release IPs for pod: openshift-console/console-f65874867-nx4ck, ips: 10.129.0.26 I0518 07:07:37.316337 3428 obj_retry.go:463] Detected object openshift-console/console-f65874867-nx4ck of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0518 07:07:37.726493 3428 obj_retry.go:457] Detected object openshift-console/console-f65874867-nx4ck of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0518 07:07:37.726543 3428 obj_retry.go:457] Detected object openshift-console/console-f65874867-nx4ck of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0518 07:07:37.733994 3428 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-console/console-f65874867-nx4ck I0518 07:07:37.734021 3428 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod openshift-console/console-f65874867-nx4ck I0518 07:07:57.114034 3428 namespace.go:137] [openshift-kube-storage-version-migrator] updating namespace I0518 07:08:01.321845 3428 cni.go:331] [openshift-monitoring/prometheus-k8s-0 75aac4bfabe034dad1aa53b43f1febb77440af35e5854cc5ecee7328ad43bd5e network default NAD default] DEL starting CNI request [openshift-monitoring/prometheus-k8s-0 75aac4bfabe034dad1aa53b43f1febb77440af35e5854cc5ecee7328ad43bd5e network default NAD default] I0518 07:08:01.399554 3428 cni.go:352] [openshift-monitoring/prometheus-k8s-0 75aac4bfabe034dad1aa53b43f1febb77440af35e5854cc5ecee7328ad43bd5e network default NAD default] DEL finished CNI request [openshift-monitoring/prometheus-k8s-0 75aac4bfabe034dad1aa53b43f1febb77440af35e5854cc5ecee7328ad43bd5e network default NAD default], result "{\"dns\":{}}", err I0518 07:08:01.473195 3428 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 I0518 07:08:01.473251 3428 pods.go:175] Deleting pod: openshift-monitoring/prometheus-k8s-0 I0518 07:08:01.474751 3428 pods.go:218] Attempting to release IPs for pod: openshift-monitoring/prometheus-k8s-0, ips: 10.129.0.25 I0518 07:08:01.474788 3428 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 I0518 07:08:01.805327 3428 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 I0518 07:08:01.805356 3428 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 I0518 07:08:01.813499 3428 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-monitoring/prometheus-k8s-0 I0518 07:08:01.813526 3428 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod openshift-monitoring/prometheus-k8s-0 I0518 07:08:01.857428 3428 base_network_controller_pods.go:478] [default/openshift-monitoring/prometheus-k8s-0] creating logical port openshift-monitoring_prometheus-k8s-0 for pod on switch ip-10-0-2-232.ec2.internal I0518 07:08:01.857588 3428 kube.go:320] Updating pod openshift-monitoring/prometheus-k8s-0 I0518 07:08:01.889330 3428 pod.go:62] [openshift-monitoring/prometheus-k8s-0] pod update took 31.791958ms I0518 07:08:01.889418 3428 base_network_controller_pods.go:928] [default/openshift-monitoring/prometheus-k8s-0] addLogicalPort annotation time took 31.883962ms I0518 07:08:01.890751 3428 pods.go:253] [openshift-monitoring/prometheus-k8s-0] addLogicalPort took 33.341694ms, libovsdb time 921.191µs I0518 07:08:02.215217 3428 cni.go:331] [openshift-monitoring/prometheus-k8s-0 539fe827331030352483e279e1e8cdfa3db060a9f306fbda050408da027a4f00 network default NAD default] ADD starting CNI request [openshift-monitoring/prometheus-k8s-0 539fe827331030352483e279e1e8cdfa3db060a9f306fbda050408da027a4f00 network default NAD default] I0518 07:08:02.224533 3428 helper_linux.go:450] ConfigureOVS: namespace: openshift-monitoring, podName: prometheus-k8s-0, hostIfaceName: 539fe8273310303, network: default, NAD default, SandboxID: "539fe827331030352483e279e1e8cdfa3db060a9f306fbda050408da027a4f00", PCI device ID: , UID: "ff85e662-5b47-4a8c-a1ce-56ddf2607300", MAC: 0a:58:0a:81:00:1c, IPs: [10.129.0.28/23] I0518 07:08:02.268502 3428 cni.go:352] [openshift-monitoring/prometheus-k8s-0 539fe827331030352483e279e1e8cdfa3db060a9f306fbda050408da027a4f00 network default NAD default] ADD finished CNI request [openshift-monitoring/prometheus-k8s-0 539fe827331030352483e279e1e8cdfa3db060a9f306fbda050408da027a4f00 network default NAD default], result "{\"interfaces\":[{\"name\":\"539fe8273310303\",\"mac\":\"fe:48:fc:4b:1e:01\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:81:00:1c\",\"sandbox\":\"/var/run/netns/5bb97cbc-3a87-46e9-9904-cf54971bfbd9\"}],\"ips\":[{\"interface\":1,\"address\":\"10.129.0.28/23\",\"gateway\":\"10.129.0.1\"}],\"dns\":{}}", err E0518 07:08:42.572855 3428 metrics.go:168] Failed to get the logfile size for .: stat : no such file or directory E0518 07:08:43.239654 3428 metrics.go:168] Failed to get the logfile size for .: stat : no such file or directory I0518 07:09:12.425249 3428 base_network_controller_pods.go:478] [default/openshift-console/console-dbc85595c-w7hhv] creating logical port openshift-console_console-dbc85595c-w7hhv for pod on switch ip-10-0-2-232.ec2.internal I0518 07:09:12.425468 3428 kube.go:320] Updating pod openshift-console/console-dbc85595c-w7hhv I0518 07:09:12.491390 3428 pod.go:62] [openshift-console/console-dbc85595c-w7hhv] pod update took 65.969827ms I0518 07:09:12.491417 3428 base_network_controller_pods.go:928] [default/openshift-console/console-dbc85595c-w7hhv] addLogicalPort annotation time took 66.000423ms I0518 07:09:12.492841 3428 pods.go:253] [openshift-console/console-dbc85595c-w7hhv] addLogicalPort took 67.611472ms, libovsdb time 864.351µs I0518 07:09:12.777189 3428 cni.go:331] [openshift-console/console-dbc85595c-w7hhv f69f30a03cedaefdff801aa120e7ca7dd1ce129f6b8b0a0885bae6fadae8ea33 network default NAD default] ADD starting CNI request [openshift-console/console-dbc85595c-w7hhv f69f30a03cedaefdff801aa120e7ca7dd1ce129f6b8b0a0885bae6fadae8ea33 network default NAD default] I0518 07:09:12.786386 3428 helper_linux.go:450] ConfigureOVS: namespace: openshift-console, podName: console-dbc85595c-w7hhv, hostIfaceName: f69f30a03cedaef, network: default, NAD default, SandboxID: "f69f30a03cedaefdff801aa120e7ca7dd1ce129f6b8b0a0885bae6fadae8ea33", PCI device ID: , UID: "91c62704-6b4a-49c8-ae14-861d94c776e2", MAC: 0a:58:0a:81:00:1d, IPs: [10.129.0.29/23] I0518 07:09:12.831834 3428 cni.go:352] [openshift-console/console-dbc85595c-w7hhv f69f30a03cedaefdff801aa120e7ca7dd1ce129f6b8b0a0885bae6fadae8ea33 network default NAD default] ADD finished CNI request [openshift-console/console-dbc85595c-w7hhv f69f30a03cedaefdff801aa120e7ca7dd1ce129f6b8b0a0885bae6fadae8ea33 network default NAD default], result "{\"interfaces\":[{\"name\":\"f69f30a03cedaef\",\"mac\":\"c6:08:ae:bb:11:20\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:81:00:1d\",\"sandbox\":\"/var/run/netns/822a7644-351b-4c4b-85d7-979a6b71cfd1\"}],\"ips\":[{\"interface\":1,\"address\":\"10.129.0.29/23\",\"gateway\":\"10.129.0.1\"}],\"dns\":{}}", err I0518 07:09:37.706878 3428 obj_retry.go:463] Detected object openshift-console/console-7669bd7fc4-rv5n9 of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0518 07:09:37.707486 3428 obj_retry.go:463] Detected object openshift-console/console-7669bd7fc4-rv5n9 of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0518 07:09:38.368839 3428 obj_retry.go:457] Detected object openshift-console/console-7669bd7fc4-rv5n9 of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0518 07:09:38.368913 3428 obj_retry.go:457] Detected object openshift-console/console-7669bd7fc4-rv5n9 of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0518 07:09:38.375232 3428 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-console/console-7669bd7fc4-rv5n9 I0518 07:09:38.375258 3428 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod openshift-console/console-7669bd7fc4-rv5n9 I0518 07:09:48.362053 3428 obj_retry.go:463] Detected object openshift-console/console-7669bd7fc4-zxrbr of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0518 07:09:48.362629 3428 obj_retry.go:463] Detected object openshift-console/console-7669bd7fc4-zxrbr of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0518 07:09:48.722290 3428 obj_retry.go:457] Detected object openshift-console/console-7669bd7fc4-zxrbr of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0518 07:09:48.722315 3428 obj_retry.go:457] Detected object openshift-console/console-7669bd7fc4-zxrbr of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0518 07:09:48.729238 3428 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-console/console-7669bd7fc4-zxrbr I0518 07:09:48.729267 3428 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod openshift-console/console-7669bd7fc4-zxrbr I0518 07:09:49.696231 3428 reflector.go:879] sigs.k8s.io/network-policy-api/pkg/client/informers/externalversions/factory.go:141: Watch close - *v1alpha1.AdminNetworkPolicy total 0 items received I0518 07:10:04.536962 3428 obj_retry.go:463] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29651470-jq266 of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0518 07:10:04.537551 3428 obj_retry.go:463] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29651470-jq266 of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0518 07:10:05.559321 3428 obj_retry.go:457] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29651470-jq266 of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0518 07:10:05.559420 3428 obj_retry.go:457] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29651470-jq266 of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0518 07:10:24.727451 3428 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 I0518 07:10:42.528588 3428 base_network_controller_policy.go:642] Processing NetworkPolicy openshift-deployment-validation-operator/allow-from-openshift-insights to delete 1 local pods... W0518 07:10:42.528681 3428 base_network_controller_namespace.go:457] Unable to remove remote zone pod's openshift-deployment-validation-operator/deployment-validation-operator-8467cb49c4-82ckl IP address from the namespace address-set, err: pod openshift-deployment-validation-operator/deployment-validation-operator-8467cb49c4-82ckl: no pod IPs found I0518 07:10:48.234725 3428 namespace.go:93] [tssc] adding namespace I0518 07:10:48.235713 3428 namespace.go:97] [tssc] adding namespace took 961.292µs I0518 07:10:48.255819 3428 namespace.go:137] [tssc] updating namespace I0518 07:10:48.265555 3428 namespace.go:137] [tssc] updating namespace I0518 07:10:48.509276 3428 namespace.go:93] [null] adding namespace I0518 07:10:48.510106 3428 namespace.go:97] [null] adding namespace took 775.492µs I0518 07:10:48.526910 3428 namespace.go:137] [null] updating namespace I0518 07:10:48.537203 3428 namespace.go:137] [null] updating namespace I0518 07:10:55.960492 3428 namespace.go:93] [rhbk-operator] adding namespace I0518 07:10:55.961634 3428 namespace.go:97] [rhbk-operator] adding namespace took 1.03245ms I0518 07:10:55.964200 3428 namespace.go:93] [tssc-gitops] adding namespace I0518 07:10:55.964313 3428 namespace.go:93] [tssc-tas] adding namespace I0518 07:10:55.964242 3428 namespace.go:93] [tssc-tpa] adding namespace I0518 07:10:55.964394 3428 namespace.go:93] [rhtpa-operator] adding namespace I0518 07:10:55.964560 3428 namespace.go:93] [tssc-dh] adding namespace I0518 07:10:55.964651 3428 namespace.go:93] [tssc-keycloak] adding namespace I0518 07:10:55.965091 3428 namespace.go:97] [tssc-gitops] adding namespace took 826.196µs I0518 07:10:55.965638 3428 namespace.go:97] [tssc-tas] adding namespace took 1.26752ms I0518 07:10:55.966254 3428 namespace.go:97] [tssc-tpa] adding namespace took 1.843862ms I0518 07:10:55.966814 3428 namespace.go:97] [rhtpa-operator] adding namespace took 2.398849ms I0518 07:10:55.967323 3428 namespace.go:97] [tssc-dh] adding namespace took 2.703957ms I0518 07:10:55.967920 3428 namespace.go:97] [tssc-keycloak] adding namespace took 3.246053ms I0518 07:10:55.987129 3428 namespace.go:137] [rhbk-operator] updating namespace I0518 07:10:55.998218 3428 namespace.go:137] [rhbk-operator] updating namespace I0518 07:10:56.006639 3428 namespace.go:137] [tssc-tas] updating namespace I0518 07:10:56.015473 3428 namespace.go:137] [rhtpa-operator] updating namespace I0518 07:10:56.015618 3428 namespace.go:137] [tssc-tpa] updating namespace I0518 07:10:56.019247 3428 namespace.go:137] [tssc-gitops] updating namespace I0518 07:10:56.033721 3428 namespace.go:137] [tssc-keycloak] updating namespace I0518 07:10:56.033841 3428 namespace.go:137] [tssc-dh] updating namespace I0518 07:10:56.033950 3428 namespace.go:137] [rhbk-operator] updating namespace I0518 07:10:56.054859 3428 namespace.go:137] [tssc-gitops] updating namespace I0518 07:10:56.060295 3428 namespace.go:137] [tssc-tpa] updating namespace I0518 07:10:56.092979 3428 namespace.go:137] [tssc-gitops] updating namespace I0518 07:10:56.113236 3428 namespace.go:137] [tssc-tas] updating namespace I0518 07:10:56.113316 3428 namespace.go:137] [tssc-tpa] updating namespace I0518 07:10:56.127864 3428 namespace.go:137] [tssc-tas] updating namespace I0518 07:10:56.151256 3428 namespace.go:137] [rhtpa-operator] updating namespace I0518 07:10:56.194133 3428 namespace.go:137] [rhtpa-operator] updating namespace I0518 07:10:56.233113 3428 namespace.go:137] [tssc-dh] updating namespace I0518 07:10:56.243297 3428 namespace.go:137] [tssc-dh] updating namespace I0518 07:10:56.271342 3428 namespace.go:137] [tssc-keycloak] updating namespace I0518 07:10:56.273752 3428 namespace.go:137] [tssc-keycloak] updating namespace I0518 07:10:57.392357 3428 namespace.go:137] [tssc-keycloak] updating namespace I0518 07:10:57.399326 3428 namespace.go:137] [tssc-tpa] updating namespace I0518 07:10:58.996334 3428 base_network_controller_pods.go:478] [default/openshift-marketplace/5aa5e4cbc2f6ac9107b7dd5bfb7c8725ca307e639be07100d6806658fes7f9l] creating logical port openshift-marketplace_5aa5e4cbc2f6ac9107b7dd5bfb7c8725ca307e639be07100d6806658fes7f9l for pod on switch ip-10-0-2-232.ec2.internal I0518 07:10:58.996462 3428 kube.go:320] Updating pod openshift-marketplace/5aa5e4cbc2f6ac9107b7dd5bfb7c8725ca307e639be07100d6806658fes7f9l I0518 07:10:59.012600 3428 pod.go:62] [openshift-marketplace/5aa5e4cbc2f6ac9107b7dd5bfb7c8725ca307e639be07100d6806658fes7f9l] pod update took 16.166818ms I0518 07:10:59.012626 3428 base_network_controller_pods.go:928] [default/openshift-marketplace/5aa5e4cbc2f6ac9107b7dd5bfb7c8725ca307e639be07100d6806658fes7f9l] addLogicalPort annotation time took 16.195861ms I0518 07:10:59.013943 3428 pods.go:253] [openshift-marketplace/5aa5e4cbc2f6ac9107b7dd5bfb7c8725ca307e639be07100d6806658fes7f9l] addLogicalPort took 17.629751ms, libovsdb time 844.671µs I0518 07:10:59.090233 3428 base_network_controller_pods.go:478] [default/openshift-marketplace/79f871b6353a8442b4f467c124caf7fa84891a4baa69c2582c3b4a7b51wnj67] creating logical port openshift-marketplace_79f871b6353a8442b4f467c124caf7fa84891a4baa69c2582c3b4a7b51wnj67 for pod on switch ip-10-0-2-232.ec2.internal I0518 07:10:59.090364 3428 kube.go:320] Updating pod openshift-marketplace/79f871b6353a8442b4f467c124caf7fa84891a4baa69c2582c3b4a7b51wnj67 I0518 07:10:59.105629 3428 pod.go:62] [openshift-marketplace/79f871b6353a8442b4f467c124caf7fa84891a4baa69c2582c3b4a7b51wnj67] pod update took 15.289896ms I0518 07:10:59.105698 3428 base_network_controller_pods.go:928] [default/openshift-marketplace/79f871b6353a8442b4f467c124caf7fa84891a4baa69c2582c3b4a7b51wnj67] addLogicalPort annotation time took 15.36197ms I0518 07:10:59.106826 3428 pods.go:253] [openshift-marketplace/79f871b6353a8442b4f467c124caf7fa84891a4baa69c2582c3b4a7b51wnj67] addLogicalPort took 16.608333ms, libovsdb time 723.796µs I0518 07:10:59.350797 3428 cni.go:331] [openshift-marketplace/5aa5e4cbc2f6ac9107b7dd5bfb7c8725ca307e639be07100d6806658fes7f9l fa67d3add9240449cec4f5d12d08637bb61ecfb6c8a76dcf08e2c5ece1034ac5 network default NAD default] ADD starting CNI request [openshift-marketplace/5aa5e4cbc2f6ac9107b7dd5bfb7c8725ca307e639be07100d6806658fes7f9l fa67d3add9240449cec4f5d12d08637bb61ecfb6c8a76dcf08e2c5ece1034ac5 network default NAD default] I0518 07:10:59.359353 3428 helper_linux.go:450] ConfigureOVS: namespace: openshift-marketplace, podName: 5aa5e4cbc2f6ac9107b7dd5bfb7c8725ca307e639be07100d6806658fes7f9l, hostIfaceName: fa67d3add924044, network: default, NAD default, SandboxID: "fa67d3add9240449cec4f5d12d08637bb61ecfb6c8a76dcf08e2c5ece1034ac5", PCI device ID: , UID: "100fad3e-3d0b-4172-94c2-3cc10047d00c", MAC: 0a:58:0a:81:00:1e, IPs: [10.129.0.30/23] I0518 07:10:59.406683 3428 cni.go:352] [openshift-marketplace/5aa5e4cbc2f6ac9107b7dd5bfb7c8725ca307e639be07100d6806658fes7f9l fa67d3add9240449cec4f5d12d08637bb61ecfb6c8a76dcf08e2c5ece1034ac5 network default NAD default] ADD finished CNI request [openshift-marketplace/5aa5e4cbc2f6ac9107b7dd5bfb7c8725ca307e639be07100d6806658fes7f9l fa67d3add9240449cec4f5d12d08637bb61ecfb6c8a76dcf08e2c5ece1034ac5 network default NAD default], result "{\"interfaces\":[{\"name\":\"fa67d3add924044\",\"mac\":\"02:81:fb:a1:dd:c4\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:81:00:1e\",\"sandbox\":\"/var/run/netns/6b9da2d7-b844-422d-9796-4d619f58d810\"}],\"ips\":[{\"interface\":1,\"address\":\"10.129.0.30/23\",\"gateway\":\"10.129.0.1\"}],\"dns\":{}}", err I0518 07:10:59.449638 3428 cni.go:331] [openshift-marketplace/79f871b6353a8442b4f467c124caf7fa84891a4baa69c2582c3b4a7b51wnj67 45bc2ced95ba4a127ef92c4b41e1f8c31b309e46d490d3f8080997a2aa30c8e4 network default NAD default] ADD starting CNI request [openshift-marketplace/79f871b6353a8442b4f467c124caf7fa84891a4baa69c2582c3b4a7b51wnj67 45bc2ced95ba4a127ef92c4b41e1f8c31b309e46d490d3f8080997a2aa30c8e4 network default NAD default] I0518 07:10:59.458682 3428 helper_linux.go:450] ConfigureOVS: namespace: openshift-marketplace, podName: 79f871b6353a8442b4f467c124caf7fa84891a4baa69c2582c3b4a7b51wnj67, hostIfaceName: 45bc2ced95ba4a1, network: default, NAD default, SandboxID: "45bc2ced95ba4a127ef92c4b41e1f8c31b309e46d490d3f8080997a2aa30c8e4", PCI device ID: , UID: "2b3a3881-509c-46c7-9cf8-70c9503eeef6", MAC: 0a:58:0a:81:00:1f, IPs: [10.129.0.31/23] I0518 07:10:59.503775 3428 cni.go:352] [openshift-marketplace/79f871b6353a8442b4f467c124caf7fa84891a4baa69c2582c3b4a7b51wnj67 45bc2ced95ba4a127ef92c4b41e1f8c31b309e46d490d3f8080997a2aa30c8e4 network default NAD default] ADD finished CNI request [openshift-marketplace/79f871b6353a8442b4f467c124caf7fa84891a4baa69c2582c3b4a7b51wnj67 45bc2ced95ba4a127ef92c4b41e1f8c31b309e46d490d3f8080997a2aa30c8e4 network default NAD default], result "{\"interfaces\":[{\"name\":\"45bc2ced95ba4a1\",\"mac\":\"72:7d:14:15:d8:40\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:81:00:1f\",\"sandbox\":\"/var/run/netns/074162e7-9e39-4715-8f11-94a450c95054\"}],\"ips\":[{\"interface\":1,\"address\":\"10.129.0.31/23\",\"gateway\":\"10.129.0.1\"}],\"dns\":{}}", err I0518 07:11:02.462961 3428 base_network_controller_pods.go:478] [default/openshift-marketplace/ffb141fe6a893934ae2bd5dece966211da4589ce7d3b723e9d299c9f584nkrg] creating logical port openshift-marketplace_ffb141fe6a893934ae2bd5dece966211da4589ce7d3b723e9d299c9f584nkrg for pod on switch ip-10-0-2-232.ec2.internal I0518 07:11:02.463097 3428 kube.go:320] Updating pod openshift-marketplace/ffb141fe6a893934ae2bd5dece966211da4589ce7d3b723e9d299c9f584nkrg I0518 07:11:02.477552 3428 pod.go:62] [openshift-marketplace/ffb141fe6a893934ae2bd5dece966211da4589ce7d3b723e9d299c9f584nkrg] pod update took 14.484513ms I0518 07:11:02.477574 3428 base_network_controller_pods.go:928] [default/openshift-marketplace/ffb141fe6a893934ae2bd5dece966211da4589ce7d3b723e9d299c9f584nkrg] addLogicalPort annotation time took 14.509738ms I0518 07:11:02.478878 3428 pods.go:253] [openshift-marketplace/ffb141fe6a893934ae2bd5dece966211da4589ce7d3b723e9d299c9f584nkrg] addLogicalPort took 15.940006ms, libovsdb time 920.726µs I0518 07:11:02.568012 3428 base_network_controller_pods.go:478] [default/openshift-marketplace/6cf865aa5c15082e065f268dbaa3ff319c528f04756bcf44f2bc66f448mwrsj] creating logical port openshift-marketplace_6cf865aa5c15082e065f268dbaa3ff319c528f04756bcf44f2bc66f448mwrsj for pod on switch ip-10-0-2-232.ec2.internal I0518 07:11:02.568096 3428 kube.go:320] Updating pod openshift-marketplace/6cf865aa5c15082e065f268dbaa3ff319c528f04756bcf44f2bc66f448mwrsj I0518 07:11:02.583596 3428 pod.go:62] [openshift-marketplace/6cf865aa5c15082e065f268dbaa3ff319c528f04756bcf44f2bc66f448mwrsj] pod update took 15.524646ms I0518 07:11:02.583622 3428 base_network_controller_pods.go:928] [default/openshift-marketplace/6cf865aa5c15082e065f268dbaa3ff319c528f04756bcf44f2bc66f448mwrsj] addLogicalPort annotation time took 15.552646ms I0518 07:11:02.584980 3428 pods.go:253] [openshift-marketplace/6cf865aa5c15082e065f268dbaa3ff319c528f04756bcf44f2bc66f448mwrsj] addLogicalPort took 16.984055ms, libovsdb time 829.629µs I0518 07:11:02.670424 3428 base_network_controller_pods.go:478] [default/openshift-marketplace/09e84d3fdfac1305b8f399db3dfe1b7c79d582fe1356304a82b56f71d7lwhzj] creating logical port openshift-marketplace_09e84d3fdfac1305b8f399db3dfe1b7c79d582fe1356304a82b56f71d7lwhzj for pod on switch ip-10-0-2-232.ec2.internal I0518 07:11:02.670563 3428 kube.go:320] Updating pod openshift-marketplace/09e84d3fdfac1305b8f399db3dfe1b7c79d582fe1356304a82b56f71d7lwhzj I0518 07:11:02.689309 3428 pod.go:62] [openshift-marketplace/09e84d3fdfac1305b8f399db3dfe1b7c79d582fe1356304a82b56f71d7lwhzj] pod update took 18.779631ms I0518 07:11:02.689345 3428 base_network_controller_pods.go:928] [default/openshift-marketplace/09e84d3fdfac1305b8f399db3dfe1b7c79d582fe1356304a82b56f71d7lwhzj] addLogicalPort annotation time took 18.817592ms I0518 07:11:02.690804 3428 pods.go:253] [openshift-marketplace/09e84d3fdfac1305b8f399db3dfe1b7c79d582fe1356304a82b56f71d7lwhzj] addLogicalPort took 20.402349ms, libovsdb time 1.082275ms I0518 07:11:02.767998 3428 base_network_controller_pods.go:478] [default/openshift-marketplace/062b85eb8d31762de8669535a88ce29f531b40a99da464704a349df5a2wxf7w] creating logical port openshift-marketplace_062b85eb8d31762de8669535a88ce29f531b40a99da464704a349df5a2wxf7w for pod on switch ip-10-0-2-232.ec2.internal I0518 07:11:02.768108 3428 kube.go:320] Updating pod openshift-marketplace/062b85eb8d31762de8669535a88ce29f531b40a99da464704a349df5a2wxf7w I0518 07:11:02.789769 3428 pod.go:62] [openshift-marketplace/062b85eb8d31762de8669535a88ce29f531b40a99da464704a349df5a2wxf7w] pod update took 21.696811ms I0518 07:11:02.789795 3428 base_network_controller_pods.go:928] [default/openshift-marketplace/062b85eb8d31762de8669535a88ce29f531b40a99da464704a349df5a2wxf7w] addLogicalPort annotation time took 21.726856ms I0518 07:11:02.791338 3428 pods.go:253] [openshift-marketplace/062b85eb8d31762de8669535a88ce29f531b40a99da464704a349df5a2wxf7w] addLogicalPort took 23.355454ms, libovsdb time 988.41µs I0518 07:11:02.819244 3428 cni.go:331] [openshift-marketplace/ffb141fe6a893934ae2bd5dece966211da4589ce7d3b723e9d299c9f584nkrg c1ed5e7cb119f8f3f7f20090dd04e8a63159f086f60d7143668aace59c092d3d network default NAD default] ADD starting CNI request [openshift-marketplace/ffb141fe6a893934ae2bd5dece966211da4589ce7d3b723e9d299c9f584nkrg c1ed5e7cb119f8f3f7f20090dd04e8a63159f086f60d7143668aace59c092d3d network default NAD default] I0518 07:11:02.828224 3428 helper_linux.go:450] ConfigureOVS: namespace: openshift-marketplace, podName: ffb141fe6a893934ae2bd5dece966211da4589ce7d3b723e9d299c9f584nkrg, hostIfaceName: c1ed5e7cb119f8f, network: default, NAD default, SandboxID: "c1ed5e7cb119f8f3f7f20090dd04e8a63159f086f60d7143668aace59c092d3d", PCI device ID: , UID: "060409bb-d1aa-429a-9c02-f23f02389362", MAC: 0a:58:0a:81:00:20, IPs: [10.129.0.32/23] I0518 07:11:02.873463 3428 cni.go:352] [openshift-marketplace/ffb141fe6a893934ae2bd5dece966211da4589ce7d3b723e9d299c9f584nkrg c1ed5e7cb119f8f3f7f20090dd04e8a63159f086f60d7143668aace59c092d3d network default NAD default] ADD finished CNI request [openshift-marketplace/ffb141fe6a893934ae2bd5dece966211da4589ce7d3b723e9d299c9f584nkrg c1ed5e7cb119f8f3f7f20090dd04e8a63159f086f60d7143668aace59c092d3d network default NAD default], result "{\"interfaces\":[{\"name\":\"c1ed5e7cb119f8f\",\"mac\":\"e2:f1:af:c1:22:d9\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:81:00:20\",\"sandbox\":\"/var/run/netns/557d806c-8776-4e2f-be60-c28981946c77\"}],\"ips\":[{\"interface\":1,\"address\":\"10.129.0.32/23\",\"gateway\":\"10.129.0.1\"}],\"dns\":{}}", err I0518 07:11:02.924482 3428 cni.go:331] [openshift-marketplace/6cf865aa5c15082e065f268dbaa3ff319c528f04756bcf44f2bc66f448mwrsj 4321baeb05f6875656f8b45bc55e2e85e6b722fe114a307266b8924923f5b767 network default NAD default] ADD starting CNI request [openshift-marketplace/6cf865aa5c15082e065f268dbaa3ff319c528f04756bcf44f2bc66f448mwrsj 4321baeb05f6875656f8b45bc55e2e85e6b722fe114a307266b8924923f5b767 network default NAD default] I0518 07:11:02.933525 3428 helper_linux.go:450] ConfigureOVS: namespace: openshift-marketplace, podName: 6cf865aa5c15082e065f268dbaa3ff319c528f04756bcf44f2bc66f448mwrsj, hostIfaceName: 4321baeb05f6875, network: default, NAD default, SandboxID: "4321baeb05f6875656f8b45bc55e2e85e6b722fe114a307266b8924923f5b767", PCI device ID: , UID: "aa5e7cfb-4419-4b25-95cd-9d76c2a9bad6", MAC: 0a:58:0a:81:00:21, IPs: [10.129.0.33/23] I0518 07:11:02.982544 3428 cni.go:352] [openshift-marketplace/6cf865aa5c15082e065f268dbaa3ff319c528f04756bcf44f2bc66f448mwrsj 4321baeb05f6875656f8b45bc55e2e85e6b722fe114a307266b8924923f5b767 network default NAD default] ADD finished CNI request [openshift-marketplace/6cf865aa5c15082e065f268dbaa3ff319c528f04756bcf44f2bc66f448mwrsj 4321baeb05f6875656f8b45bc55e2e85e6b722fe114a307266b8924923f5b767 network default NAD default], result "{\"interfaces\":[{\"name\":\"4321baeb05f6875\",\"mac\":\"86:f9:fd:03:1e:7c\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:81:00:21\",\"sandbox\":\"/var/run/netns/e88ca233-3e3d-46ff-abf8-a2af9cd84aa0\"}],\"ips\":[{\"interface\":1,\"address\":\"10.129.0.33/23\",\"gateway\":\"10.129.0.1\"}],\"dns\":{}}", err I0518 07:11:03.030081 3428 cni.go:331] [openshift-marketplace/09e84d3fdfac1305b8f399db3dfe1b7c79d582fe1356304a82b56f71d7lwhzj f3292ac6c080bdc051b0c57ff7f54b09c574dc0ed4e913cbb45792fe4a3b6b3d network default NAD default] ADD starting CNI request [openshift-marketplace/09e84d3fdfac1305b8f399db3dfe1b7c79d582fe1356304a82b56f71d7lwhzj f3292ac6c080bdc051b0c57ff7f54b09c574dc0ed4e913cbb45792fe4a3b6b3d network default NAD default] I0518 07:11:03.040682 3428 helper_linux.go:450] ConfigureOVS: namespace: openshift-marketplace, podName: 09e84d3fdfac1305b8f399db3dfe1b7c79d582fe1356304a82b56f71d7lwhzj, hostIfaceName: f3292ac6c080bdc, network: default, NAD default, SandboxID: "f3292ac6c080bdc051b0c57ff7f54b09c574dc0ed4e913cbb45792fe4a3b6b3d", PCI device ID: , UID: "18257d72-56f3-4837-9a03-a84f9d776dc3", MAC: 0a:58:0a:81:00:22, IPs: [10.129.0.34/23] I0518 07:11:03.094276 3428 cni.go:352] [openshift-marketplace/09e84d3fdfac1305b8f399db3dfe1b7c79d582fe1356304a82b56f71d7lwhzj f3292ac6c080bdc051b0c57ff7f54b09c574dc0ed4e913cbb45792fe4a3b6b3d network default NAD default] ADD finished CNI request [openshift-marketplace/09e84d3fdfac1305b8f399db3dfe1b7c79d582fe1356304a82b56f71d7lwhzj f3292ac6c080bdc051b0c57ff7f54b09c574dc0ed4e913cbb45792fe4a3b6b3d network default NAD default], result "{\"interfaces\":[{\"name\":\"f3292ac6c080bdc\",\"mac\":\"ea:5b:0f:da:5f:77\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:81:00:22\",\"sandbox\":\"/var/run/netns/55a23e72-99cc-4e8b-bdaf-be221e237353\"}],\"ips\":[{\"interface\":1,\"address\":\"10.129.0.34/23\",\"gateway\":\"10.129.0.1\"}],\"dns\":{}}", err I0518 07:11:03.133727 3428 cni.go:331] [openshift-marketplace/062b85eb8d31762de8669535a88ce29f531b40a99da464704a349df5a2wxf7w 0970b0faa32e429a2fe453f019ad0904e64e27eeb14d11ccc1e42e8317cc42e9 network default NAD default] ADD starting CNI request [openshift-marketplace/062b85eb8d31762de8669535a88ce29f531b40a99da464704a349df5a2wxf7w 0970b0faa32e429a2fe453f019ad0904e64e27eeb14d11ccc1e42e8317cc42e9 network default NAD default] I0518 07:11:03.144689 3428 helper_linux.go:450] ConfigureOVS: namespace: openshift-marketplace, podName: 062b85eb8d31762de8669535a88ce29f531b40a99da464704a349df5a2wxf7w, hostIfaceName: 0970b0faa32e429, network: default, NAD default, SandboxID: "0970b0faa32e429a2fe453f019ad0904e64e27eeb14d11ccc1e42e8317cc42e9", PCI device ID: , UID: "915891e0-806a-4cef-ab8b-8c55ded76fd0", MAC: 0a:58:0a:81:00:23, IPs: [10.129.0.35/23] I0518 07:11:03.191806 3428 cni.go:352] [openshift-marketplace/062b85eb8d31762de8669535a88ce29f531b40a99da464704a349df5a2wxf7w 0970b0faa32e429a2fe453f019ad0904e64e27eeb14d11ccc1e42e8317cc42e9 network default NAD default] ADD finished CNI request [openshift-marketplace/062b85eb8d31762de8669535a88ce29f531b40a99da464704a349df5a2wxf7w 0970b0faa32e429a2fe453f019ad0904e64e27eeb14d11ccc1e42e8317cc42e9 network default NAD default], result "{\"interfaces\":[{\"name\":\"0970b0faa32e429\",\"mac\":\"e2:f5:25:ec:b6:f3\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:81:00:23\",\"sandbox\":\"/var/run/netns/a77cae88-4bbd-42e0-949d-e5155f0788ff\"}],\"ips\":[{\"interface\":1,\"address\":\"10.129.0.35/23\",\"gateway\":\"10.129.0.1\"}],\"dns\":{}}", err I0518 07:11:03.335942 3428 cni.go:331] [openshift-marketplace/5aa5e4cbc2f6ac9107b7dd5bfb7c8725ca307e639be07100d6806658fes7f9l fa67d3add9240449cec4f5d12d08637bb61ecfb6c8a76dcf08e2c5ece1034ac5 network default NAD default] DEL starting CNI request [openshift-marketplace/5aa5e4cbc2f6ac9107b7dd5bfb7c8725ca307e639be07100d6806658fes7f9l fa67d3add9240449cec4f5d12d08637bb61ecfb6c8a76dcf08e2c5ece1034ac5 network default NAD default] I0518 07:11:03.336147 3428 cni.go:331] [openshift-marketplace/79f871b6353a8442b4f467c124caf7fa84891a4baa69c2582c3b4a7b51wnj67 45bc2ced95ba4a127ef92c4b41e1f8c31b309e46d490d3f8080997a2aa30c8e4 network default NAD default] DEL starting CNI request [openshift-marketplace/79f871b6353a8442b4f467c124caf7fa84891a4baa69c2582c3b4a7b51wnj67 45bc2ced95ba4a127ef92c4b41e1f8c31b309e46d490d3f8080997a2aa30c8e4 network default NAD default] I0518 07:11:03.432813 3428 cni.go:352] [openshift-marketplace/79f871b6353a8442b4f467c124caf7fa84891a4baa69c2582c3b4a7b51wnj67 45bc2ced95ba4a127ef92c4b41e1f8c31b309e46d490d3f8080997a2aa30c8e4 network default NAD default] DEL finished CNI request [openshift-marketplace/79f871b6353a8442b4f467c124caf7fa84891a4baa69c2582c3b4a7b51wnj67 45bc2ced95ba4a127ef92c4b41e1f8c31b309e46d490d3f8080997a2aa30c8e4 network default NAD default], result "{\"dns\":{}}", err I0518 07:11:03.442327 3428 cni.go:352] [openshift-marketplace/5aa5e4cbc2f6ac9107b7dd5bfb7c8725ca307e639be07100d6806658fes7f9l fa67d3add9240449cec4f5d12d08637bb61ecfb6c8a76dcf08e2c5ece1034ac5 network default NAD default] DEL finished CNI request [openshift-marketplace/5aa5e4cbc2f6ac9107b7dd5bfb7c8725ca307e639be07100d6806658fes7f9l fa67d3add9240449cec4f5d12d08637bb61ecfb6c8a76dcf08e2c5ece1034ac5 network default NAD default], result "{\"dns\":{}}", err I0518 07:11:03.470059 3428 obj_retry.go:463] Detected object openshift-marketplace/79f871b6353a8442b4f467c124caf7fa84891a4baa69c2582c3b4a7b51wnj67 of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0518 07:11:03.470095 3428 pods.go:175] Deleting pod: openshift-marketplace/79f871b6353a8442b4f467c124caf7fa84891a4baa69c2582c3b4a7b51wnj67 I0518 07:11:03.471472 3428 pods.go:218] Attempting to release IPs for pod: openshift-marketplace/79f871b6353a8442b4f467c124caf7fa84891a4baa69c2582c3b4a7b51wnj67, ips: 10.129.0.31 I0518 07:11:03.471507 3428 obj_retry.go:463] Detected object openshift-marketplace/79f871b6353a8442b4f467c124caf7fa84891a4baa69c2582c3b4a7b51wnj67 of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0518 07:11:03.494993 3428 obj_retry.go:463] Detected object openshift-marketplace/5aa5e4cbc2f6ac9107b7dd5bfb7c8725ca307e639be07100d6806658fes7f9l of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0518 07:11:03.495083 3428 pods.go:175] Deleting pod: openshift-marketplace/5aa5e4cbc2f6ac9107b7dd5bfb7c8725ca307e639be07100d6806658fes7f9l I0518 07:11:03.496559 3428 pods.go:218] Attempting to release IPs for pod: openshift-marketplace/5aa5e4cbc2f6ac9107b7dd5bfb7c8725ca307e639be07100d6806658fes7f9l, ips: 10.129.0.30 I0518 07:11:03.496637 3428 obj_retry.go:463] Detected object openshift-marketplace/5aa5e4cbc2f6ac9107b7dd5bfb7c8725ca307e639be07100d6806658fes7f9l of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0518 07:11:04.493862 3428 obj_retry.go:457] Detected object openshift-marketplace/79f871b6353a8442b4f467c124caf7fa84891a4baa69c2582c3b4a7b51wnj67 of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0518 07:11:04.493974 3428 obj_retry.go:457] Detected object openshift-marketplace/79f871b6353a8442b4f467c124caf7fa84891a4baa69c2582c3b4a7b51wnj67 of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0518 07:11:04.522059 3428 obj_retry.go:457] Detected object openshift-marketplace/5aa5e4cbc2f6ac9107b7dd5bfb7c8725ca307e639be07100d6806658fes7f9l of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0518 07:11:04.522083 3428 obj_retry.go:457] Detected object openshift-marketplace/5aa5e4cbc2f6ac9107b7dd5bfb7c8725ca307e639be07100d6806658fes7f9l of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0518 07:11:04.611737 3428 reflector.go:879] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.EndpointSlice total 140 items received I0518 07:11:06.364764 3428 cni.go:331] [openshift-marketplace/09e84d3fdfac1305b8f399db3dfe1b7c79d582fe1356304a82b56f71d7lwhzj f3292ac6c080bdc051b0c57ff7f54b09c574dc0ed4e913cbb45792fe4a3b6b3d network default NAD default] DEL starting CNI request [openshift-marketplace/09e84d3fdfac1305b8f399db3dfe1b7c79d582fe1356304a82b56f71d7lwhzj f3292ac6c080bdc051b0c57ff7f54b09c574dc0ed4e913cbb45792fe4a3b6b3d network default NAD default] I0518 07:11:06.365114 3428 cni.go:331] [openshift-marketplace/6cf865aa5c15082e065f268dbaa3ff319c528f04756bcf44f2bc66f448mwrsj 4321baeb05f6875656f8b45bc55e2e85e6b722fe114a307266b8924923f5b767 network default NAD default] DEL starting CNI request [openshift-marketplace/6cf865aa5c15082e065f268dbaa3ff319c528f04756bcf44f2bc66f448mwrsj 4321baeb05f6875656f8b45bc55e2e85e6b722fe114a307266b8924923f5b767 network default NAD default] I0518 07:11:06.458755 3428 cni.go:352] [openshift-marketplace/09e84d3fdfac1305b8f399db3dfe1b7c79d582fe1356304a82b56f71d7lwhzj f3292ac6c080bdc051b0c57ff7f54b09c574dc0ed4e913cbb45792fe4a3b6b3d network default NAD default] DEL finished CNI request [openshift-marketplace/09e84d3fdfac1305b8f399db3dfe1b7c79d582fe1356304a82b56f71d7lwhzj f3292ac6c080bdc051b0c57ff7f54b09c574dc0ed4e913cbb45792fe4a3b6b3d network default NAD default], result "{\"dns\":{}}", err I0518 07:11:06.464665 3428 cni.go:352] [openshift-marketplace/6cf865aa5c15082e065f268dbaa3ff319c528f04756bcf44f2bc66f448mwrsj 4321baeb05f6875656f8b45bc55e2e85e6b722fe114a307266b8924923f5b767 network default NAD default] DEL finished CNI request [openshift-marketplace/6cf865aa5c15082e065f268dbaa3ff319c528f04756bcf44f2bc66f448mwrsj 4321baeb05f6875656f8b45bc55e2e85e6b722fe114a307266b8924923f5b767 network default NAD default], result "{\"dns\":{}}", err I0518 07:11:06.511695 3428 obj_retry.go:463] Detected object openshift-marketplace/09e84d3fdfac1305b8f399db3dfe1b7c79d582fe1356304a82b56f71d7lwhzj of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0518 07:11:06.511782 3428 pods.go:175] Deleting pod: openshift-marketplace/09e84d3fdfac1305b8f399db3dfe1b7c79d582fe1356304a82b56f71d7lwhzj I0518 07:11:06.513332 3428 pods.go:218] Attempting to release IPs for pod: openshift-marketplace/09e84d3fdfac1305b8f399db3dfe1b7c79d582fe1356304a82b56f71d7lwhzj, ips: 10.129.0.34 I0518 07:11:06.513388 3428 obj_retry.go:463] Detected object openshift-marketplace/09e84d3fdfac1305b8f399db3dfe1b7c79d582fe1356304a82b56f71d7lwhzj of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0518 07:11:06.535135 3428 obj_retry.go:463] Detected object openshift-marketplace/6cf865aa5c15082e065f268dbaa3ff319c528f04756bcf44f2bc66f448mwrsj of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0518 07:11:06.535207 3428 pods.go:175] Deleting pod: openshift-marketplace/6cf865aa5c15082e065f268dbaa3ff319c528f04756bcf44f2bc66f448mwrsj I0518 07:11:06.537001 3428 pods.go:218] Attempting to release IPs for pod: openshift-marketplace/6cf865aa5c15082e065f268dbaa3ff319c528f04756bcf44f2bc66f448mwrsj, ips: 10.129.0.33 I0518 07:11:06.537028 3428 obj_retry.go:463] Detected object openshift-marketplace/6cf865aa5c15082e065f268dbaa3ff319c528f04756bcf44f2bc66f448mwrsj of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0518 07:11:07.365380 3428 cni.go:331] [openshift-marketplace/062b85eb8d31762de8669535a88ce29f531b40a99da464704a349df5a2wxf7w 0970b0faa32e429a2fe453f019ad0904e64e27eeb14d11ccc1e42e8317cc42e9 network default NAD default] DEL starting CNI request [openshift-marketplace/062b85eb8d31762de8669535a88ce29f531b40a99da464704a349df5a2wxf7w 0970b0faa32e429a2fe453f019ad0904e64e27eeb14d11ccc1e42e8317cc42e9 network default NAD default] I0518 07:11:07.365986 3428 cni.go:331] [openshift-marketplace/ffb141fe6a893934ae2bd5dece966211da4589ce7d3b723e9d299c9f584nkrg c1ed5e7cb119f8f3f7f20090dd04e8a63159f086f60d7143668aace59c092d3d network default NAD default] DEL starting CNI request [openshift-marketplace/ffb141fe6a893934ae2bd5dece966211da4589ce7d3b723e9d299c9f584nkrg c1ed5e7cb119f8f3f7f20090dd04e8a63159f086f60d7143668aace59c092d3d network default NAD default] I0518 07:11:07.453664 3428 cni.go:352] [openshift-marketplace/062b85eb8d31762de8669535a88ce29f531b40a99da464704a349df5a2wxf7w 0970b0faa32e429a2fe453f019ad0904e64e27eeb14d11ccc1e42e8317cc42e9 network default NAD default] DEL finished CNI request [openshift-marketplace/062b85eb8d31762de8669535a88ce29f531b40a99da464704a349df5a2wxf7w 0970b0faa32e429a2fe453f019ad0904e64e27eeb14d11ccc1e42e8317cc42e9 network default NAD default], result "{\"dns\":{}}", err I0518 07:11:07.461338 3428 cni.go:352] [openshift-marketplace/ffb141fe6a893934ae2bd5dece966211da4589ce7d3b723e9d299c9f584nkrg c1ed5e7cb119f8f3f7f20090dd04e8a63159f086f60d7143668aace59c092d3d network default NAD default] DEL finished CNI request [openshift-marketplace/ffb141fe6a893934ae2bd5dece966211da4589ce7d3b723e9d299c9f584nkrg c1ed5e7cb119f8f3f7f20090dd04e8a63159f086f60d7143668aace59c092d3d network default NAD default], result "{\"dns\":{}}", err I0518 07:11:07.503980 3428 obj_retry.go:463] Detected object openshift-marketplace/062b85eb8d31762de8669535a88ce29f531b40a99da464704a349df5a2wxf7w of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0518 07:11:07.504067 3428 pods.go:175] Deleting pod: openshift-marketplace/062b85eb8d31762de8669535a88ce29f531b40a99da464704a349df5a2wxf7w I0518 07:11:07.505504 3428 pods.go:218] Attempting to release IPs for pod: openshift-marketplace/062b85eb8d31762de8669535a88ce29f531b40a99da464704a349df5a2wxf7w, ips: 10.129.0.35 I0518 07:11:07.505536 3428 obj_retry.go:463] Detected object openshift-marketplace/062b85eb8d31762de8669535a88ce29f531b40a99da464704a349df5a2wxf7w of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0518 07:11:07.530040 3428 obj_retry.go:463] Detected object openshift-marketplace/ffb141fe6a893934ae2bd5dece966211da4589ce7d3b723e9d299c9f584nkrg of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0518 07:11:07.530069 3428 pods.go:175] Deleting pod: openshift-marketplace/ffb141fe6a893934ae2bd5dece966211da4589ce7d3b723e9d299c9f584nkrg I0518 07:11:07.531480 3428 pods.go:218] Attempting to release IPs for pod: openshift-marketplace/ffb141fe6a893934ae2bd5dece966211da4589ce7d3b723e9d299c9f584nkrg, ips: 10.129.0.32 I0518 07:11:07.531513 3428 obj_retry.go:463] Detected object openshift-marketplace/ffb141fe6a893934ae2bd5dece966211da4589ce7d3b723e9d299c9f584nkrg of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0518 07:11:07.534522 3428 obj_retry.go:457] Detected object openshift-marketplace/09e84d3fdfac1305b8f399db3dfe1b7c79d582fe1356304a82b56f71d7lwhzj of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0518 07:11:07.534586 3428 obj_retry.go:457] Detected object openshift-marketplace/09e84d3fdfac1305b8f399db3dfe1b7c79d582fe1356304a82b56f71d7lwhzj of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0518 07:11:07.560992 3428 obj_retry.go:457] Detected object openshift-marketplace/6cf865aa5c15082e065f268dbaa3ff319c528f04756bcf44f2bc66f448mwrsj of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0518 07:11:07.561037 3428 obj_retry.go:457] Detected object openshift-marketplace/6cf865aa5c15082e065f268dbaa3ff319c528f04756bcf44f2bc66f448mwrsj of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0518 07:11:08.645387 3428 obj_retry.go:457] Detected object openshift-marketplace/062b85eb8d31762de8669535a88ce29f531b40a99da464704a349df5a2wxf7w of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0518 07:11:08.645414 3428 obj_retry.go:457] Detected object openshift-marketplace/062b85eb8d31762de8669535a88ce29f531b40a99da464704a349df5a2wxf7w of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0518 07:11:08.654455 3428 obj_retry.go:457] Detected object openshift-marketplace/ffb141fe6a893934ae2bd5dece966211da4589ce7d3b723e9d299c9f584nkrg of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0518 07:11:08.654490 3428 obj_retry.go:457] Detected object openshift-marketplace/ffb141fe6a893934ae2bd5dece966211da4589ce7d3b723e9d299c9f584nkrg of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0518 07:11:12.711991 3428 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 I0518 07:11:13.787418 3428 base_network_controller_pods.go:478] [default/tssc-tpa/rhtpa-operator-controller-manager-5b6d6bcbdc-gbztr] creating logical port tssc-tpa_rhtpa-operator-controller-manager-5b6d6bcbdc-gbztr for pod on switch ip-10-0-2-232.ec2.internal I0518 07:11:13.787629 3428 kube.go:320] Updating pod tssc-tpa/rhtpa-operator-controller-manager-5b6d6bcbdc-gbztr I0518 07:11:13.826386 3428 pod.go:62] [tssc-tpa/rhtpa-operator-controller-manager-5b6d6bcbdc-gbztr] pod update took 38.784314ms I0518 07:11:13.826483 3428 base_network_controller_pods.go:928] [default/tssc-tpa/rhtpa-operator-controller-manager-5b6d6bcbdc-gbztr] addLogicalPort annotation time took 38.884865ms I0518 07:11:13.827631 3428 pods.go:253] [tssc-tpa/rhtpa-operator-controller-manager-5b6d6bcbdc-gbztr] addLogicalPort took 40.235021ms, libovsdb time 800.432µs I0518 07:11:14.142164 3428 cni.go:331] [tssc-tpa/rhtpa-operator-controller-manager-5b6d6bcbdc-gbztr 8d2f1657821fb59a610d29d81c585cdfa1d9c8eb930854e81fdcb3e3982dfb81 network default NAD default] ADD starting CNI request [tssc-tpa/rhtpa-operator-controller-manager-5b6d6bcbdc-gbztr 8d2f1657821fb59a610d29d81c585cdfa1d9c8eb930854e81fdcb3e3982dfb81 network default NAD default] I0518 07:11:14.152001 3428 helper_linux.go:450] ConfigureOVS: namespace: tssc-tpa, podName: rhtpa-operator-controller-manager-5b6d6bcbdc-gbztr, hostIfaceName: 8d2f1657821fb59, network: default, NAD default, SandboxID: "8d2f1657821fb59a610d29d81c585cdfa1d9c8eb930854e81fdcb3e3982dfb81", PCI device ID: , UID: "2620e994-627f-4aaf-b5b1-9cd04ff104d2", MAC: 0a:58:0a:81:00:24, IPs: [10.129.0.36/23] I0518 07:11:14.199779 3428 cni.go:352] [tssc-tpa/rhtpa-operator-controller-manager-5b6d6bcbdc-gbztr 8d2f1657821fb59a610d29d81c585cdfa1d9c8eb930854e81fdcb3e3982dfb81 network default NAD default] ADD finished CNI request [tssc-tpa/rhtpa-operator-controller-manager-5b6d6bcbdc-gbztr 8d2f1657821fb59a610d29d81c585cdfa1d9c8eb930854e81fdcb3e3982dfb81 network default NAD default], result "{\"interfaces\":[{\"name\":\"8d2f1657821fb59\",\"mac\":\"66:34:8c:a3:cb:30\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:81:00:24\",\"sandbox\":\"/var/run/netns/acd20828-8eba-4415-9918-088ec6ad964b\"}],\"ips\":[{\"interface\":1,\"address\":\"10.129.0.36/23\",\"gateway\":\"10.129.0.1\"}],\"dns\":{}}", err I0518 07:11:19.733480 3428 reflector.go:879] github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/userdefinednetwork/v1/apis/informers/externalversions/factory.go:140: Watch close - *v1.ClusterUserDefinedNetwork total 0 items received I0518 07:11:19.967806 3428 namespace.go:137] [openshift-operators] updating namespace I0518 07:11:19.979249 3428 namespace.go:137] [openshift-operators] updating namespace I0518 07:11:20.607984 3428 reflector.go:879] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.NetworkPolicy total 3 items received I0518 07:11:26.421331 3428 base_network_controller_pods.go:478] [default/openshift-operators/rhdh-operator-68695ccb4-mv4r6] creating logical port openshift-operators_rhdh-operator-68695ccb4-mv4r6 for pod on switch ip-10-0-2-232.ec2.internal I0518 07:11:26.421563 3428 kube.go:320] Updating pod openshift-operators/rhdh-operator-68695ccb4-mv4r6 I0518 07:11:26.444601 3428 pod.go:62] [openshift-operators/rhdh-operator-68695ccb4-mv4r6] pod update took 23.0697ms I0518 07:11:26.444672 3428 base_network_controller_pods.go:928] [default/openshift-operators/rhdh-operator-68695ccb4-mv4r6] addLogicalPort annotation time took 23.144ms I0518 07:11:26.446116 3428 pods.go:253] [openshift-operators/rhdh-operator-68695ccb4-mv4r6] addLogicalPort took 24.807445ms, libovsdb time 975.868µs I0518 07:11:26.705719 3428 reflector.go:879] github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/egressfirewall/v1/apis/informers/externalversions/factory.go:140: Watch close - *v1.EgressFirewall total 0 items received I0518 07:11:26.779769 3428 cni.go:331] [openshift-operators/rhdh-operator-68695ccb4-mv4r6 7866eec61c3524b3b1e8ecdd9e8ebbcf406490b2f7fbe3fb95e786020e6bc9e6 network default NAD default] ADD starting CNI request [openshift-operators/rhdh-operator-68695ccb4-mv4r6 7866eec61c3524b3b1e8ecdd9e8ebbcf406490b2f7fbe3fb95e786020e6bc9e6 network default NAD default] I0518 07:11:26.789745 3428 helper_linux.go:450] ConfigureOVS: namespace: openshift-operators, podName: rhdh-operator-68695ccb4-mv4r6, hostIfaceName: 7866eec61c3524b, network: default, NAD default, SandboxID: "7866eec61c3524b3b1e8ecdd9e8ebbcf406490b2f7fbe3fb95e786020e6bc9e6", PCI device ID: , UID: "e643ca66-8a9f-40a4-882b-941a1848f367", MAC: 0a:58:0a:81:00:25, IPs: [10.129.0.37/23] I0518 07:11:26.834878 3428 cni.go:352] [openshift-operators/rhdh-operator-68695ccb4-mv4r6 7866eec61c3524b3b1e8ecdd9e8ebbcf406490b2f7fbe3fb95e786020e6bc9e6 network default NAD default] ADD finished CNI request [openshift-operators/rhdh-operator-68695ccb4-mv4r6 7866eec61c3524b3b1e8ecdd9e8ebbcf406490b2f7fbe3fb95e786020e6bc9e6 network default NAD default], result "{\"interfaces\":[{\"name\":\"7866eec61c3524b\",\"mac\":\"2a:c4:76:01:09:f5\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:81:00:25\",\"sandbox\":\"/var/run/netns/a618007f-dc2c-462b-af00-0911f28cdf97\"}],\"ips\":[{\"interface\":1,\"address\":\"10.129.0.37/23\",\"gateway\":\"10.129.0.1\"}],\"dns\":{}}", err I0518 07:11:31.425743 3428 namespace.go:137] [openshift-operators] updating namespace I0518 07:11:33.021653 3428 base_network_controller_pods.go:478] [default/openshift-operators/openshift-pipelines-operator-7f4f84c8cf-dd22m] creating logical port openshift-operators_openshift-pipelines-operator-7f4f84c8cf-dd22m for pod on switch ip-10-0-2-232.ec2.internal I0518 07:11:33.021864 3428 kube.go:320] Updating pod openshift-operators/openshift-pipelines-operator-7f4f84c8cf-dd22m I0518 07:11:33.090081 3428 pod.go:62] [openshift-operators/openshift-pipelines-operator-7f4f84c8cf-dd22m] pod update took 68.243033ms I0518 07:11:33.090109 3428 base_network_controller_pods.go:928] [default/openshift-operators/openshift-pipelines-operator-7f4f84c8cf-dd22m] addLogicalPort annotation time took 68.276155ms I0518 07:11:33.091294 3428 pods.go:253] [openshift-operators/openshift-pipelines-operator-7f4f84c8cf-dd22m] addLogicalPort took 69.658224ms, libovsdb time 797.332µs I0518 07:11:34.379005 3428 cni.go:331] [openshift-operators/openshift-pipelines-operator-7f4f84c8cf-dd22m 71c765a06368a76b2d271136c631b2ec32f7b7a7490eec1965299b0e66aafb87 network default NAD default] ADD starting CNI request [openshift-operators/openshift-pipelines-operator-7f4f84c8cf-dd22m 71c765a06368a76b2d271136c631b2ec32f7b7a7490eec1965299b0e66aafb87 network default NAD default] I0518 07:11:34.389712 3428 helper_linux.go:450] ConfigureOVS: namespace: openshift-operators, podName: openshift-pipelines-operator-7f4f84c8cf-dd22m, hostIfaceName: 71c765a06368a76, network: default, NAD default, SandboxID: "71c765a06368a76b2d271136c631b2ec32f7b7a7490eec1965299b0e66aafb87", PCI device ID: , UID: "529c557d-ec3a-4aef-ab6b-4cde42e8a4ea", MAC: 0a:58:0a:81:00:26, IPs: [10.129.0.38/23] I0518 07:11:34.440967 3428 cni.go:352] [openshift-operators/openshift-pipelines-operator-7f4f84c8cf-dd22m 71c765a06368a76b2d271136c631b2ec32f7b7a7490eec1965299b0e66aafb87 network default NAD default] ADD finished CNI request [openshift-operators/openshift-pipelines-operator-7f4f84c8cf-dd22m 71c765a06368a76b2d271136c631b2ec32f7b7a7490eec1965299b0e66aafb87 network default NAD default], result "{\"interfaces\":[{\"name\":\"71c765a06368a76\",\"mac\":\"d6:4f:6f:9a:ae:a1\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:81:00:26\",\"sandbox\":\"/var/run/netns/ee2f03c0-6cc3-4f3b-a904-7ffcec149dbf\"}],\"ips\":[{\"interface\":1,\"address\":\"10.129.0.38/23\",\"gateway\":\"10.129.0.1\"}],\"dns\":{}}", err I0518 07:11:34.696014 3428 reflector.go:879] sigs.k8s.io/network-policy-api/pkg/client/informers/externalversions/factory.go:141: Watch close - *v1alpha1.BaselineAdminNetworkPolicy total 0 items received I0518 07:11:44.615027 3428 reflector.go:879] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Node total 89 items received I0518 07:11:44.772241 3428 base_network_controller_pods.go:478] [default/openshift-operators/openshift-gitops-operator-controller-manager-58f4d9f9c9-wjktf] creating logical port openshift-operators_openshift-gitops-operator-controller-manager-58f4d9f9c9-wjktf for pod on switch ip-10-0-2-232.ec2.internal I0518 07:11:44.772484 3428 kube.go:320] Updating pod openshift-operators/openshift-gitops-operator-controller-manager-58f4d9f9c9-wjktf I0518 07:11:44.876967 3428 pod.go:62] [openshift-operators/openshift-gitops-operator-controller-manager-58f4d9f9c9-wjktf] pod update took 104.514277ms I0518 07:11:44.876991 3428 base_network_controller_pods.go:928] [default/openshift-operators/openshift-gitops-operator-controller-manager-58f4d9f9c9-wjktf] addLogicalPort annotation time took 104.53965ms I0518 07:11:44.878184 3428 pods.go:253] [openshift-operators/openshift-gitops-operator-controller-manager-58f4d9f9c9-wjktf] addLogicalPort took 105.960304ms, libovsdb time 822.32µs I0518 07:11:45.735649 3428 reflector.go:879] github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/userdefinednetwork/v1/apis/informers/externalversions/factory.go:140: Watch close - *v1.UserDefinedNetwork total 0 items received I0518 07:11:46.619154 3428 cni.go:331] [openshift-operators/openshift-gitops-operator-controller-manager-58f4d9f9c9-wjktf eaf727a0f04129d5fbebf04941ef235b186c070292dd04b12f5972918de4187f network default NAD default] ADD starting CNI request [openshift-operators/openshift-gitops-operator-controller-manager-58f4d9f9c9-wjktf eaf727a0f04129d5fbebf04941ef235b186c070292dd04b12f5972918de4187f network default NAD default] I0518 07:11:46.627922 3428 helper_linux.go:450] ConfigureOVS: namespace: openshift-operators, podName: openshift-gitops-operator-controller-manager-58f4d9f9c9-wjktf, hostIfaceName: eaf727a0f04129d, network: default, NAD default, SandboxID: "eaf727a0f04129d5fbebf04941ef235b186c070292dd04b12f5972918de4187f", PCI device ID: , UID: "bf7d988c-d749-4027-bb51-13be4d9fe2ef", MAC: 0a:58:0a:81:00:27, IPs: [10.129.0.39/23] I0518 07:11:46.672045 3428 cni.go:352] [openshift-operators/openshift-gitops-operator-controller-manager-58f4d9f9c9-wjktf eaf727a0f04129d5fbebf04941ef235b186c070292dd04b12f5972918de4187f network default NAD default] ADD finished CNI request [openshift-operators/openshift-gitops-operator-controller-manager-58f4d9f9c9-wjktf eaf727a0f04129d5fbebf04941ef235b186c070292dd04b12f5972918de4187f network default NAD default], result "{\"interfaces\":[{\"name\":\"eaf727a0f04129d\",\"mac\":\"06:c1:06:08:73:cd\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:81:00:27\",\"sandbox\":\"/var/run/netns/509541ee-5153-4493-bcb9-2f3b49d7a70d\"}],\"ips\":[{\"interface\":1,\"address\":\"10.129.0.39/23\",\"gateway\":\"10.129.0.1\"}],\"dns\":{}}", err I0518 07:11:51.508655 3428 namespace.go:93] [openshift-gitops] adding namespace I0518 07:11:51.509865 3428 namespace.go:97] [openshift-gitops] adding namespace took 1.180164ms I0518 07:11:51.537220 3428 namespace.go:137] [openshift-gitops] updating namespace I0518 07:11:51.554575 3428 namespace.go:137] [openshift-gitops] updating namespace I0518 07:11:53.554316 3428 base_network_controller_pods.go:478] [default/openshift-gitops/openshift-gitops-repo-server-74865656f4-g59j5] creating logical port openshift-gitops_openshift-gitops-repo-server-74865656f4-g59j5 for pod on switch ip-10-0-2-232.ec2.internal I0518 07:11:53.554480 3428 kube.go:320] Updating pod openshift-gitops/openshift-gitops-repo-server-74865656f4-g59j5 I0518 07:11:53.643569 3428 pod.go:62] [openshift-gitops/openshift-gitops-repo-server-74865656f4-g59j5] pod update took 89.129652ms I0518 07:11:53.643588 3428 base_network_controller_pods.go:928] [default/openshift-gitops/openshift-gitops-repo-server-74865656f4-g59j5] addLogicalPort annotation time took 89.153009ms I0518 07:11:53.644679 3428 pods.go:253] [openshift-gitops/openshift-gitops-repo-server-74865656f4-g59j5] addLogicalPort took 90.38148ms, libovsdb time 709.711µs I0518 07:11:53.891551 3428 namespace.go:93] [trusted-artifact-signer] adding namespace I0518 07:11:53.892456 3428 namespace.go:97] [trusted-artifact-signer] adding namespace took 825.878µs I0518 07:11:53.903264 3428 base_network_controller_pods.go:478] [default/openshift-gitops/openshift-gitops-application-controller-0] creating logical port openshift-gitops_openshift-gitops-application-controller-0 for pod on switch ip-10-0-2-232.ec2.internal I0518 07:11:53.903418 3428 kube.go:320] Updating pod openshift-gitops/openshift-gitops-application-controller-0 I0518 07:11:54.008108 3428 pod.go:62] [openshift-gitops/openshift-gitops-application-controller-0] pod update took 104.721675ms I0518 07:11:54.008193 3428 base_network_controller_pods.go:928] [default/openshift-gitops/openshift-gitops-application-controller-0] addLogicalPort annotation time took 104.812677ms I0518 07:11:54.008422 3428 namespace.go:137] [trusted-artifact-signer] updating namespace I0518 07:11:54.009630 3428 pods.go:253] [openshift-gitops/openshift-gitops-application-controller-0] addLogicalPort took 106.377363ms, libovsdb time 831.137µs I0518 07:11:54.053718 3428 namespace.go:137] [trusted-artifact-signer] updating namespace I0518 07:11:54.523153 3428 base_network_controller_policy.go:1179] Adding network policy openshift-gitops/openshift-gitops-redis-network-policy for network default I0518 07:11:54.524292 3428 pod_selector_address_set.go:212] Created shared address set for pod selector openshift-gitops_LS{ML:{app.kubernetes.io/name: openshift-gitops-application-controller,},} I0518 07:11:54.525123 3428 pod_selector_address_set.go:212] Created shared address set for pod selector openshift-gitops_LS{ML:{app.kubernetes.io/name: openshift-gitops-repo-server,},} I0518 07:11:54.525810 3428 pod_selector_address_set.go:212] Created shared address set for pod selector openshift-gitops_LS{ML:{app.kubernetes.io/name: openshift-gitops-server,},} I0518 07:11:54.525826 3428 base_network_controller_policy.go:1054] Policy openshift-gitops/openshift-gitops-redis-network-policy added to peer address sets [openshift-gitops_LS{ML:{app.kubernetes.io/name: openshift-gitops-application-controller,},} openshift-gitops_LS{ML:{app.kubernetes.io/name: openshift-gitops-repo-server,},} openshift-gitops_LS{ML:{app.kubernetes.io/name: openshift-gitops-server,},}] I0518 07:11:54.527715 3428 base_network_controller_policy.go:1232] Create network policy openshift-gitops/openshift-gitops-redis-network-policy resources completed, update namespace loglevel I0518 07:11:54.550506 3428 base_network_controller_policy.go:1179] Adding network policy openshift-gitops/openshift-gitops-redis-ha-network-policy for network default I0518 07:11:54.550574 3428 base_network_controller_policy.go:1054] Policy openshift-gitops/openshift-gitops-redis-ha-network-policy added to peer address sets [openshift-gitops_LS{ML:{app.kubernetes.io/name: openshift-gitops-application-controller,},} openshift-gitops_LS{ML:{app.kubernetes.io/name: openshift-gitops-repo-server,},} openshift-gitops_LS{ML:{app.kubernetes.io/name: openshift-gitops-server,},}] I0518 07:11:54.551420 3428 base_network_controller_policy.go:1232] Create network policy openshift-gitops/openshift-gitops-redis-ha-network-policy resources completed, update namespace loglevel I0518 07:11:54.575752 3428 base_network_controller_policy.go:1179] Adding network policy openshift-gitops/openshift-gitops-dex-server-network-policy for network default I0518 07:11:54.575797 3428 base_network_controller_policy.go:1054] Policy openshift-gitops/openshift-gitops-dex-server-network-policy added to peer address sets [openshift-gitops_LS{ML:{app.kubernetes.io/name: openshift-gitops-server,},}] I0518 07:11:54.587468 3428 base_network_controller_policy.go:1232] Create network policy openshift-gitops/openshift-gitops-dex-server-network-policy resources completed, update namespace loglevel I0518 07:11:54.601201 3428 base_network_controller_policy.go:1179] Adding network policy openshift-gitops/openshift-gitops-applicationset-controller-network-policy for network default I0518 07:11:54.601226 3428 base_network_controller_policy.go:1054] Policy openshift-gitops/openshift-gitops-applicationset-controller-network-policy added to peer address sets [] I0518 07:11:54.610362 3428 base_network_controller_policy.go:1232] Create network policy openshift-gitops/openshift-gitops-applicationset-controller-network-policy resources completed, update namespace loglevel I0518 07:11:54.637243 3428 base_network_controller_policy.go:1179] Adding network policy openshift-gitops/openshift-gitops-server-network-policy for network default I0518 07:11:54.637269 3428 base_network_controller_policy.go:1054] Policy openshift-gitops/openshift-gitops-server-network-policy added to peer address sets [] I0518 07:11:54.638205 3428 base_network_controller_policy.go:1232] Create network policy openshift-gitops/openshift-gitops-server-network-policy resources completed, update namespace loglevel I0518 07:11:54.655152 3428 base_network_controller_policy.go:1179] Adding network policy openshift-gitops/openshift-gitops-application-controller-network-policy for network default I0518 07:11:54.655182 3428 base_network_controller_policy.go:1054] Policy openshift-gitops/openshift-gitops-application-controller-network-policy added to peer address sets [] I0518 07:11:54.667145 3428 base_network_controller_policy.go:1232] Create network policy openshift-gitops/openshift-gitops-application-controller-network-policy resources completed, update namespace loglevel I0518 07:11:54.683204 3428 base_network_controller_policy.go:1179] Adding network policy openshift-gitops/openshift-gitops-repo-server-network-policy for network default I0518 07:11:54.683833 3428 pod_selector_address_set.go:212] Created shared address set for pod selector openshift-gitops_LS{ML:{app.kubernetes.io/name: openshift-gitops-notifications-controller,},} I0518 07:11:54.684360 3428 pod_selector_address_set.go:212] Created shared address set for pod selector openshift-gitops_LS{ML:{app.kubernetes.io/name: argocd-applicationset-controller,},} I0518 07:11:54.685110 3428 pod_selector_address_set.go:212] Created shared address set for pod selector openshift-gitops_LS{ML:{app.kubernetes.io/name: openshift-gitops-applicationset-controller,},} I0518 07:11:54.685131 3428 base_network_controller_policy.go:1054] Policy openshift-gitops/openshift-gitops-repo-server-network-policy added to peer address sets [openshift-gitops_LS{ML:{app.kubernetes.io/name: openshift-gitops-application-controller,},} openshift-gitops_LS{ML:{app.kubernetes.io/name: openshift-gitops-server,},} openshift-gitops_LS{ML:{app.kubernetes.io/name: openshift-gitops-notifications-controller,},} openshift-gitops_LS{ML:{app.kubernetes.io/name: argocd-applicationset-controller,},} openshift-gitops_LS{ML:{app.kubernetes.io/name: openshift-gitops-applicationset-controller,},}] I0518 07:11:54.695440 3428 base_network_controller_policy.go:1232] Create network policy openshift-gitops/openshift-gitops-repo-server-network-policy resources completed, update namespace loglevel I0518 07:11:55.408318 3428 cni.go:331] [openshift-gitops/openshift-gitops-repo-server-74865656f4-g59j5 b3531f660014fc5a0541d9be74c52d661077e6817f1b48cd045bf82c1c60beb9 network default NAD default] ADD starting CNI request [openshift-gitops/openshift-gitops-repo-server-74865656f4-g59j5 b3531f660014fc5a0541d9be74c52d661077e6817f1b48cd045bf82c1c60beb9 network default NAD default] I0518 07:11:55.417905 3428 helper_linux.go:450] ConfigureOVS: namespace: openshift-gitops, podName: openshift-gitops-repo-server-74865656f4-g59j5, hostIfaceName: b3531f660014fc5, network: default, NAD default, SandboxID: "b3531f660014fc5a0541d9be74c52d661077e6817f1b48cd045bf82c1c60beb9", PCI device ID: , UID: "f327d899-2d24-4675-b994-0837a1ee6003", MAC: 0a:58:0a:81:00:28, IPs: [10.129.0.40/23] I0518 07:11:55.674917 3428 cni.go:352] [openshift-gitops/openshift-gitops-repo-server-74865656f4-g59j5 b3531f660014fc5a0541d9be74c52d661077e6817f1b48cd045bf82c1c60beb9 network default NAD default] ADD finished CNI request [openshift-gitops/openshift-gitops-repo-server-74865656f4-g59j5 b3531f660014fc5a0541d9be74c52d661077e6817f1b48cd045bf82c1c60beb9 network default NAD default], result "{\"interfaces\":[{\"name\":\"b3531f660014fc5\",\"mac\":\"82:4a:d5:40:aa:2f\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:81:00:28\",\"sandbox\":\"/var/run/netns/aefb86d7-d72b-41f5-951c-7368b5426965\"}],\"ips\":[{\"interface\":1,\"address\":\"10.129.0.40/23\",\"gateway\":\"10.129.0.1\"}],\"dns\":{}}", err I0518 07:11:56.054384 3428 cni.go:331] [openshift-gitops/openshift-gitops-application-controller-0 1c4265aa1a54c60bf9e7cb91c56a9134ed9a216c95d72b17adc38b19b63a5709 network default NAD default] ADD starting CNI request [openshift-gitops/openshift-gitops-application-controller-0 1c4265aa1a54c60bf9e7cb91c56a9134ed9a216c95d72b17adc38b19b63a5709 network default NAD default] I0518 07:11:56.063523 3428 helper_linux.go:450] ConfigureOVS: namespace: openshift-gitops, podName: openshift-gitops-application-controller-0, hostIfaceName: 1c4265aa1a54c60, network: default, NAD default, SandboxID: "1c4265aa1a54c60bf9e7cb91c56a9134ed9a216c95d72b17adc38b19b63a5709", PCI device ID: , UID: "af1f30c7-5a8c-42f5-93ec-7e5d03c5b8dc", MAC: 0a:58:0a:81:00:29, IPs: [10.129.0.41/23] I0518 07:11:56.316859 3428 cni.go:352] [openshift-gitops/openshift-gitops-application-controller-0 1c4265aa1a54c60bf9e7cb91c56a9134ed9a216c95d72b17adc38b19b63a5709 network default NAD default] ADD finished CNI request [openshift-gitops/openshift-gitops-application-controller-0 1c4265aa1a54c60bf9e7cb91c56a9134ed9a216c95d72b17adc38b19b63a5709 network default NAD default], result "{\"interfaces\":[{\"name\":\"1c4265aa1a54c60\",\"mac\":\"be:3d:1a:c5:18:38\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:81:00:29\",\"sandbox\":\"/var/run/netns/ae92bf70-c538-46c0-953f-feb43a63f526\"}],\"ips\":[{\"interface\":1,\"address\":\"10.129.0.41/23\",\"gateway\":\"10.129.0.1\"}],\"dns\":{}}", err I0518 07:11:58.974872 3428 obj_retry.go:463] Detected object tssc/test-tssc-subscriptions of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0518 07:11:58.975725 3428 obj_retry.go:463] Detected object tssc/test-tssc-subscriptions of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0518 07:11:59.003671 3428 obj_retry.go:457] Detected object tssc/test-tssc-subscriptions of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0518 07:11:59.003746 3428 obj_retry.go:457] Detected object tssc/test-tssc-subscriptions of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0518 07:11:59.014448 3428 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc/test-tssc-subscriptions I0518 07:11:59.014527 3428 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod tssc/test-tssc-subscriptions I0518 07:11:59.808227 3428 namespace.go:137] [tssc-gitops] updating namespace I0518 07:11:59.838535 3428 namespace.go:137] [tssc-gitops] updating namespace I0518 07:12:02.068964 3428 base_network_controller_policy.go:1179] Adding network policy tssc-gitops/tssc-gitops-redis-network-policy for network default I0518 07:12:02.070004 3428 pod_selector_address_set.go:212] Created shared address set for pod selector tssc-gitops_LS{ML:{app.kubernetes.io/name: tssc-gitops-application-controller,},} I0518 07:12:02.070923 3428 pod_selector_address_set.go:212] Created shared address set for pod selector tssc-gitops_LS{ML:{app.kubernetes.io/name: tssc-gitops-repo-server,},} I0518 07:12:02.071602 3428 pod_selector_address_set.go:212] Created shared address set for pod selector tssc-gitops_LS{ML:{app.kubernetes.io/name: tssc-gitops-server,},} I0518 07:12:02.071624 3428 base_network_controller_policy.go:1054] Policy tssc-gitops/tssc-gitops-redis-network-policy added to peer address sets [tssc-gitops_LS{ML:{app.kubernetes.io/name: tssc-gitops-application-controller,},} tssc-gitops_LS{ML:{app.kubernetes.io/name: tssc-gitops-repo-server,},} tssc-gitops_LS{ML:{app.kubernetes.io/name: tssc-gitops-server,},}] I0518 07:12:02.073497 3428 base_network_controller_policy.go:1232] Create network policy tssc-gitops/tssc-gitops-redis-network-policy resources completed, update namespace loglevel I0518 07:12:02.083059 3428 base_network_controller_policy.go:1179] Adding network policy tssc-gitops/tssc-gitops-redis-ha-network-policy for network default I0518 07:12:02.083133 3428 base_network_controller_policy.go:1054] Policy tssc-gitops/tssc-gitops-redis-ha-network-policy added to peer address sets [tssc-gitops_LS{ML:{app.kubernetes.io/name: tssc-gitops-application-controller,},} tssc-gitops_LS{ML:{app.kubernetes.io/name: tssc-gitops-repo-server,},} tssc-gitops_LS{ML:{app.kubernetes.io/name: tssc-gitops-server,},}] I0518 07:12:02.083757 3428 base_network_controller_policy.go:1232] Create network policy tssc-gitops/tssc-gitops-redis-ha-network-policy resources completed, update namespace loglevel I0518 07:12:02.095482 3428 base_network_controller_policy.go:1179] Adding network policy tssc-gitops/tssc-gitops-dex-server-network-policy for network default I0518 07:12:02.095521 3428 base_network_controller_policy.go:1054] Policy tssc-gitops/tssc-gitops-dex-server-network-policy added to peer address sets [tssc-gitops_LS{ML:{app.kubernetes.io/name: tssc-gitops-server,},}] I0518 07:12:02.107433 3428 base_network_controller_policy.go:1232] Create network policy tssc-gitops/tssc-gitops-dex-server-network-policy resources completed, update namespace loglevel I0518 07:12:02.107462 3428 base_network_controller_policy.go:1179] Adding network policy tssc-gitops/tssc-gitops-applicationset-controller-network-policy for network default I0518 07:12:02.107474 3428 base_network_controller_policy.go:1054] Policy tssc-gitops/tssc-gitops-applicationset-controller-network-policy added to peer address sets [] I0518 07:12:02.117870 3428 base_network_controller_policy.go:1232] Create network policy tssc-gitops/tssc-gitops-applicationset-controller-network-policy resources completed, update namespace loglevel I0518 07:12:02.117919 3428 base_network_controller_policy.go:1179] Adding network policy tssc-gitops/tssc-gitops-server-network-policy for network default I0518 07:12:02.117931 3428 base_network_controller_policy.go:1054] Policy tssc-gitops/tssc-gitops-server-network-policy added to peer address sets [] I0518 07:12:02.118538 3428 base_network_controller_policy.go:1232] Create network policy tssc-gitops/tssc-gitops-server-network-policy resources completed, update namespace loglevel I0518 07:12:02.128127 3428 base_network_controller_policy.go:1179] Adding network policy tssc-gitops/tssc-gitops-application-controller-network-policy for network default I0518 07:12:02.128147 3428 base_network_controller_policy.go:1054] Policy tssc-gitops/tssc-gitops-application-controller-network-policy added to peer address sets [] I0518 07:12:02.140626 3428 base_network_controller_policy.go:1232] Create network policy tssc-gitops/tssc-gitops-application-controller-network-policy resources completed, update namespace loglevel I0518 07:12:02.140656 3428 base_network_controller_policy.go:1179] Adding network policy tssc-gitops/tssc-gitops-repo-server-network-policy for network default I0518 07:12:02.141123 3428 pod_selector_address_set.go:212] Created shared address set for pod selector tssc-gitops_LS{ML:{app.kubernetes.io/name: tssc-gitops-notifications-controller,},} I0518 07:12:02.141481 3428 pod_selector_address_set.go:212] Created shared address set for pod selector tssc-gitops_LS{ML:{app.kubernetes.io/name: argocd-applicationset-controller,},} I0518 07:12:02.142200 3428 pod_selector_address_set.go:212] Created shared address set for pod selector tssc-gitops_LS{ML:{app.kubernetes.io/name: tssc-gitops-applicationset-controller,},} I0518 07:12:02.142218 3428 base_network_controller_policy.go:1054] Policy tssc-gitops/tssc-gitops-repo-server-network-policy added to peer address sets [tssc-gitops_LS{ML:{app.kubernetes.io/name: tssc-gitops-application-controller,},} tssc-gitops_LS{ML:{app.kubernetes.io/name: tssc-gitops-server,},} tssc-gitops_LS{ML:{app.kubernetes.io/name: tssc-gitops-notifications-controller,},} tssc-gitops_LS{ML:{app.kubernetes.io/name: argocd-applicationset-controller,},} tssc-gitops_LS{ML:{app.kubernetes.io/name: tssc-gitops-applicationset-controller,},}] I0518 07:12:02.154770 3428 base_network_controller_policy.go:1232] Create network policy tssc-gitops/tssc-gitops-repo-server-network-policy resources completed, update namespace loglevel I0518 07:12:02.510456 3428 base_network_controller_pods.go:478] [default/tssc-gitops/tssc-gitops-dex-server-c9dd6b64f-6zvxh] creating logical port tssc-gitops_tssc-gitops-dex-server-c9dd6b64f-6zvxh for pod on switch ip-10-0-2-232.ec2.internal I0518 07:12:02.510563 3428 kube.go:320] Updating pod tssc-gitops/tssc-gitops-dex-server-c9dd6b64f-6zvxh I0518 07:12:02.558101 3428 pod.go:62] [tssc-gitops/tssc-gitops-dex-server-c9dd6b64f-6zvxh] pod update took 47.57305ms I0518 07:12:02.558130 3428 base_network_controller_pods.go:928] [default/tssc-gitops/tssc-gitops-dex-server-c9dd6b64f-6zvxh] addLogicalPort annotation time took 47.604662ms I0518 07:12:02.559370 3428 pods.go:253] [tssc-gitops/tssc-gitops-dex-server-c9dd6b64f-6zvxh] addLogicalPort took 48.934765ms, libovsdb time 795.522µs I0518 07:12:02.875305 3428 cni.go:331] [tssc-gitops/tssc-gitops-dex-server-c9dd6b64f-6zvxh 9e0a081cce357c75b0b9928c9bf1f9ebd4421cad9a73b03e5dd9270f6b2102bf network default NAD default] ADD starting CNI request [tssc-gitops/tssc-gitops-dex-server-c9dd6b64f-6zvxh 9e0a081cce357c75b0b9928c9bf1f9ebd4421cad9a73b03e5dd9270f6b2102bf network default NAD default] I0518 07:12:02.888364 3428 helper_linux.go:450] ConfigureOVS: namespace: tssc-gitops, podName: tssc-gitops-dex-server-c9dd6b64f-6zvxh, hostIfaceName: 9e0a081cce357c7, network: default, NAD default, SandboxID: "9e0a081cce357c75b0b9928c9bf1f9ebd4421cad9a73b03e5dd9270f6b2102bf", PCI device ID: , UID: "a2d50cef-d0a4-4491-aba0-6770ecccadad", MAC: 0a:58:0a:81:00:2a, IPs: [10.129.0.42/23] I0518 07:12:02.964431 3428 cni.go:352] [tssc-gitops/tssc-gitops-dex-server-c9dd6b64f-6zvxh 9e0a081cce357c75b0b9928c9bf1f9ebd4421cad9a73b03e5dd9270f6b2102bf network default NAD default] ADD finished CNI request [tssc-gitops/tssc-gitops-dex-server-c9dd6b64f-6zvxh 9e0a081cce357c75b0b9928c9bf1f9ebd4421cad9a73b03e5dd9270f6b2102bf network default NAD default], result "{\"interfaces\":[{\"name\":\"9e0a081cce357c7\",\"mac\":\"9a:03:84:b2:bd:cf\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:81:00:2a\",\"sandbox\":\"/var/run/netns/0e81ef52-017d-4aa6-b70f-900211ac78cc\"}],\"ips\":[{\"interface\":1,\"address\":\"10.129.0.42/23\",\"gateway\":\"10.129.0.1\"}],\"dns\":{}}", err I0518 07:12:03.715593 3428 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 I0518 07:12:21.621308 3428 reflector.go:879] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Namespace total 62 items received I0518 07:12:34.617178 3428 reflector.go:879] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Service total 116 items received I0518 07:12:34.710807 3428 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 I0518 07:12:39.987824 3428 obj_retry.go:463] Detected object tssc-gitops/tssc-gitops-dex-server-b6689d66b-wfrjw of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0518 07:12:39.988523 3428 obj_retry.go:463] Detected object tssc-gitops/tssc-gitops-dex-server-b6689d66b-wfrjw of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0518 07:12:39.988565 3428 obj_retry.go:463] Detected object tssc-gitops/tssc-gitops-dex-server-b6689d66b-wfrjw of type *factory.localPodSelector in terminal state (e.g. completed) during update event: will remove it I0518 07:12:39.988574 3428 base_network_controller_policy.go:642] Processing NetworkPolicy tssc-gitops/tssc-gitops-dex-server-network-policy to delete 1 local pods... I0518 07:12:40.905379 3428 obj_retry.go:457] Detected object tssc-gitops/tssc-gitops-dex-server-b6689d66b-wfrjw of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0518 07:12:40.905406 3428 obj_retry.go:457] Detected object tssc-gitops/tssc-gitops-dex-server-b6689d66b-wfrjw of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0518 07:12:40.905427 3428 obj_retry.go:457] Detected object tssc-gitops/tssc-gitops-dex-server-b6689d66b-wfrjw of type *factory.localPodSelector in terminal state (e.g. completed) will be ignored as it has already been processed I0518 07:12:40.911356 3428 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.localPodSelector tssc-gitops/tssc-gitops-dex-server-b6689d66b-wfrjw I0518 07:12:40.911441 3428 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-gitops/tssc-gitops-dex-server-b6689d66b-wfrjw I0518 07:12:40.911461 3428 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod tssc-gitops/tssc-gitops-dex-server-b6689d66b-wfrjw I0518 07:12:41.005600 3428 obj_retry.go:463] Detected object openshift-gitops/openshift-gitops-dex-server-c5f6456f9-bjdxn of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0518 07:12:41.006097 3428 obj_retry.go:463] Detected object openshift-gitops/openshift-gitops-dex-server-c5f6456f9-bjdxn of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0518 07:12:41.006134 3428 obj_retry.go:463] Detected object openshift-gitops/openshift-gitops-dex-server-c5f6456f9-bjdxn of type *factory.localPodSelector in terminal state (e.g. completed) during update event: will remove it I0518 07:12:41.006144 3428 base_network_controller_policy.go:642] Processing NetworkPolicy openshift-gitops/openshift-gitops-dex-server-network-policy to delete 1 local pods... I0518 07:12:41.894353 3428 obj_retry.go:457] Detected object openshift-gitops/openshift-gitops-dex-server-c5f6456f9-bjdxn of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0518 07:12:41.894383 3428 obj_retry.go:457] Detected object openshift-gitops/openshift-gitops-dex-server-c5f6456f9-bjdxn of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0518 07:12:41.894409 3428 obj_retry.go:457] Detected object openshift-gitops/openshift-gitops-dex-server-c5f6456f9-bjdxn of type *factory.localPodSelector in terminal state (e.g. completed) will be ignored as it has already been processed I0518 07:12:41.901160 3428 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.localPodSelector openshift-gitops/openshift-gitops-dex-server-c5f6456f9-bjdxn I0518 07:12:41.901207 3428 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-gitops/openshift-gitops-dex-server-c5f6456f9-bjdxn I0518 07:12:41.901228 3428 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod openshift-gitops/openshift-gitops-dex-server-c5f6456f9-bjdxn I0518 07:12:44.622984 3428 reflector.go:879] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Pod total 963 items received I0518 07:13:01.722200 3428 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 1 items received I0518 07:13:21.127196 3428 obj_retry.go:463] Detected object tssc-gitops/tssc-gitops-post-deploy-56rbf of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0518 07:13:21.127809 3428 obj_retry.go:463] Detected object tssc-gitops/tssc-gitops-post-deploy-56rbf of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0518 07:13:22.157576 3428 obj_retry.go:457] Detected object tssc-gitops/tssc-gitops-post-deploy-56rbf of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0518 07:13:22.157624 3428 obj_retry.go:457] Detected object tssc-gitops/tssc-gitops-post-deploy-56rbf of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0518 07:13:24.412147 3428 namespace.go:137] [openshift-gitops] updating namespace I0518 07:13:32.168969 3428 obj_retry.go:463] Detected object tssc-gitops/test-tssc-gitops of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0518 07:13:32.169538 3428 obj_retry.go:463] Detected object tssc-gitops/test-tssc-gitops of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0518 07:13:32.190187 3428 obj_retry.go:457] Detected object tssc-gitops/test-tssc-gitops of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0518 07:13:32.190232 3428 obj_retry.go:457] Detected object tssc-gitops/test-tssc-gitops of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0518 07:13:32.197312 3428 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-gitops/test-tssc-gitops I0518 07:13:32.197377 3428 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod tssc-gitops/test-tssc-gitops I0518 07:13:32.426947 3428 namespace.go:137] [tssc-gitops] updating namespace I0518 07:13:36.106724 3428 base_network_controller_pods.go:478] [default/tssc-keycloak/keycloak-pgsql-bee-9c8768f87-jrf52] creating logical port tssc-keycloak_keycloak-pgsql-bee-9c8768f87-jrf52 for pod on switch ip-10-0-2-232.ec2.internal I0518 07:13:36.106816 3428 kube.go:320] Updating pod tssc-keycloak/keycloak-pgsql-bee-9c8768f87-jrf52 I0518 07:13:36.120470 3428 pod.go:62] [tssc-keycloak/keycloak-pgsql-bee-9c8768f87-jrf52] pod update took 13.680077ms I0518 07:13:36.120491 3428 base_network_controller_pods.go:928] [default/tssc-keycloak/keycloak-pgsql-bee-9c8768f87-jrf52] addLogicalPort annotation time took 13.708056ms I0518 07:13:36.121808 3428 pods.go:253] [tssc-keycloak/keycloak-pgsql-bee-9c8768f87-jrf52] addLogicalPort took 15.097579ms, libovsdb time 884.401µs I0518 07:13:36.204077 3428 base_network_controller_pods.go:478] [default/tssc-tpa/tpa-pgsql-bee-5f9d857cf7-jsb5r] creating logical port tssc-tpa_tpa-pgsql-bee-5f9d857cf7-jsb5r for pod on switch ip-10-0-2-232.ec2.internal I0518 07:13:36.204159 3428 kube.go:320] Updating pod tssc-tpa/tpa-pgsql-bee-5f9d857cf7-jsb5r I0518 07:13:36.220380 3428 pod.go:62] [tssc-tpa/tpa-pgsql-bee-5f9d857cf7-jsb5r] pod update took 16.2387ms I0518 07:13:36.220404 3428 base_network_controller_pods.go:928] [default/tssc-tpa/tpa-pgsql-bee-5f9d857cf7-jsb5r] addLogicalPort annotation time took 16.269693ms I0518 07:13:36.221596 3428 pods.go:253] [tssc-tpa/tpa-pgsql-bee-5f9d857cf7-jsb5r] addLogicalPort took 17.539861ms, libovsdb time 785.828µs I0518 07:13:41.273825 3428 cni.go:331] [tssc-keycloak/keycloak-pgsql-bee-9c8768f87-jrf52 b5e73d78f08e4fceb811140a318e4dfc53d1fd76e0c1a528577bdf70e8d01108 network default NAD default] ADD starting CNI request [tssc-keycloak/keycloak-pgsql-bee-9c8768f87-jrf52 b5e73d78f08e4fceb811140a318e4dfc53d1fd76e0c1a528577bdf70e8d01108 network default NAD default] I0518 07:13:41.283908 3428 helper_linux.go:450] ConfigureOVS: namespace: tssc-keycloak, podName: keycloak-pgsql-bee-9c8768f87-jrf52, hostIfaceName: b5e73d78f08e4fc, network: default, NAD default, SandboxID: "b5e73d78f08e4fceb811140a318e4dfc53d1fd76e0c1a528577bdf70e8d01108", PCI device ID: , UID: "e452e6a2-0fe5-4d40-a58f-6b9e4ead8ced", MAC: 0a:58:0a:81:00:2b, IPs: [10.129.0.43/23] I0518 07:13:41.336847 3428 cni.go:352] [tssc-keycloak/keycloak-pgsql-bee-9c8768f87-jrf52 b5e73d78f08e4fceb811140a318e4dfc53d1fd76e0c1a528577bdf70e8d01108 network default NAD default] ADD finished CNI request [tssc-keycloak/keycloak-pgsql-bee-9c8768f87-jrf52 b5e73d78f08e4fceb811140a318e4dfc53d1fd76e0c1a528577bdf70e8d01108 network default NAD default], result "{\"interfaces\":[{\"name\":\"b5e73d78f08e4fc\",\"mac\":\"56:c1:ff:12:71:74\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:81:00:2b\",\"sandbox\":\"/var/run/netns/69fec169-517b-4fc2-915c-0a32ac7953ef\"}],\"ips\":[{\"interface\":1,\"address\":\"10.129.0.43/23\",\"gateway\":\"10.129.0.1\"}],\"dns\":{}}", err I0518 07:13:41.370685 3428 cni.go:331] [tssc-tpa/tpa-pgsql-bee-5f9d857cf7-jsb5r ecb619f4e14e9ace7d3a6bd37a91912c465a5626b2e52902e8ea85c29b2c26cb network default NAD default] ADD starting CNI request [tssc-tpa/tpa-pgsql-bee-5f9d857cf7-jsb5r ecb619f4e14e9ace7d3a6bd37a91912c465a5626b2e52902e8ea85c29b2c26cb network default NAD default] I0518 07:13:41.379725 3428 helper_linux.go:450] ConfigureOVS: namespace: tssc-tpa, podName: tpa-pgsql-bee-5f9d857cf7-jsb5r, hostIfaceName: ecb619f4e14e9ac, network: default, NAD default, SandboxID: "ecb619f4e14e9ace7d3a6bd37a91912c465a5626b2e52902e8ea85c29b2c26cb", PCI device ID: , UID: "27c87e63-42ee-4026-944c-6b8f993ae975", MAC: 0a:58:0a:81:00:2c, IPs: [10.129.0.44/23] I0518 07:13:41.424943 3428 cni.go:352] [tssc-tpa/tpa-pgsql-bee-5f9d857cf7-jsb5r ecb619f4e14e9ace7d3a6bd37a91912c465a5626b2e52902e8ea85c29b2c26cb network default NAD default] ADD finished CNI request [tssc-tpa/tpa-pgsql-bee-5f9d857cf7-jsb5r ecb619f4e14e9ace7d3a6bd37a91912c465a5626b2e52902e8ea85c29b2c26cb network default NAD default], result "{\"interfaces\":[{\"name\":\"ecb619f4e14e9ac\",\"mac\":\"72:1a:e2:d8:1f:b0\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:81:00:2c\",\"sandbox\":\"/var/run/netns/70157afe-ad1d-49a5-9fe4-b27cd295344f\"}],\"ips\":[{\"interface\":1,\"address\":\"10.129.0.44/23\",\"gateway\":\"10.129.0.1\"}],\"dns\":{}}", err E0518 07:13:42.572265 3428 metrics.go:168] Failed to get the logfile size for .: stat : no such file or directory E0518 07:13:43.239537 3428 metrics.go:168] Failed to get the logfile size for .: stat : no such file or directory I0518 07:14:11.382104 3428 obj_retry.go:463] Detected object tssc/test-tssc-infrastructure of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0518 07:14:11.382698 3428 obj_retry.go:463] Detected object tssc/test-tssc-infrastructure of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0518 07:14:11.403507 3428 obj_retry.go:457] Detected object tssc/test-tssc-infrastructure of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0518 07:14:11.403531 3428 obj_retry.go:457] Detected object tssc/test-tssc-infrastructure of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0518 07:14:11.410798 3428 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc/test-tssc-infrastructure I0518 07:14:11.410825 3428 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod tssc/test-tssc-infrastructure I0518 07:14:13.588847 3428 base_network_controller_policy.go:1179] Adding network policy tssc-keycloak/keycloak-network-policy for network default I0518 07:14:13.589578 3428 pod_selector_address_set.go:212] Created shared address set for pod selector tssc-keycloak_LS{ML:{app: keycloak,app.kubernetes.io/instance: keycloak,app.kubernetes.io/managed-by: keycloak-operator,},} I0518 07:14:13.589603 3428 base_network_controller_policy.go:1054] Policy tssc-keycloak/keycloak-network-policy added to peer address sets [tssc-keycloak_LS{ML:{app: keycloak,app.kubernetes.io/instance: keycloak,app.kubernetes.io/managed-by: keycloak-operator,},}] I0518 07:14:13.591852 3428 base_network_controller_policy.go:1232] Create network policy tssc-keycloak/keycloak-network-policy resources completed, update namespace loglevel I0518 07:15:03.412873 3428 obj_retry.go:463] Detected object tssc/test-tssc-iam of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0518 07:15:03.413441 3428 obj_retry.go:463] Detected object tssc/test-tssc-iam of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0518 07:15:03.435427 3428 obj_retry.go:457] Detected object tssc/test-tssc-iam of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0518 07:15:03.435453 3428 obj_retry.go:457] Detected object tssc/test-tssc-iam of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0518 07:15:03.443220 3428 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc/test-tssc-iam I0518 07:15:03.443295 3428 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod tssc/test-tssc-iam I0518 07:15:06.045972 3428 base_network_controller_pods.go:478] [default/tssc-tas/ctlog-createtree-job-8vzgt-nx66p] creating logical port tssc-tas_ctlog-createtree-job-8vzgt-nx66p for pod on switch ip-10-0-2-232.ec2.internal I0518 07:15:06.046067 3428 kube.go:320] Updating pod tssc-tas/ctlog-createtree-job-8vzgt-nx66p I0518 07:15:06.070064 3428 pod.go:62] [tssc-tas/ctlog-createtree-job-8vzgt-nx66p] pod update took 24.015095ms I0518 07:15:06.070146 3428 base_network_controller_pods.go:928] [default/tssc-tas/ctlog-createtree-job-8vzgt-nx66p] addLogicalPort annotation time took 24.100048ms I0518 07:15:06.071633 3428 pods.go:253] [tssc-tas/ctlog-createtree-job-8vzgt-nx66p] addLogicalPort took 25.681342ms, libovsdb time 913.145µs I0518 07:15:06.176336 3428 base_network_controller_pods.go:478] [default/tssc-tas/trillian-logserver-74bc694bb9-bqc9h] creating logical port tssc-tas_trillian-logserver-74bc694bb9-bqc9h for pod on switch ip-10-0-2-232.ec2.internal I0518 07:15:06.176434 3428 kube.go:320] Updating pod tssc-tas/trillian-logserver-74bc694bb9-bqc9h I0518 07:15:06.197337 3428 pod.go:62] [tssc-tas/trillian-logserver-74bc694bb9-bqc9h] pod update took 20.93413ms I0518 07:15:06.197364 3428 base_network_controller_pods.go:928] [default/tssc-tas/trillian-logserver-74bc694bb9-bqc9h] addLogicalPort annotation time took 20.965798ms I0518 07:15:06.198679 3428 pods.go:253] [tssc-tas/trillian-logserver-74bc694bb9-bqc9h] addLogicalPort took 22.359222ms, libovsdb time 906.236µs I0518 07:15:06.335228 3428 base_network_controller_pods.go:478] [default/tssc-tas/trillian-logsigner-756fc9f85d-zpks2] creating logical port tssc-tas_trillian-logsigner-756fc9f85d-zpks2 for pod on switch ip-10-0-2-232.ec2.internal I0518 07:15:06.335381 3428 kube.go:320] Updating pod tssc-tas/trillian-logsigner-756fc9f85d-zpks2 I0518 07:15:06.368783 3428 pod.go:62] [tssc-tas/trillian-logsigner-756fc9f85d-zpks2] pod update took 33.446441ms I0518 07:15:06.368867 3428 base_network_controller_pods.go:928] [default/tssc-tas/trillian-logsigner-756fc9f85d-zpks2] addLogicalPort annotation time took 33.535399ms I0518 07:15:06.370462 3428 pods.go:253] [tssc-tas/trillian-logsigner-756fc9f85d-zpks2] addLogicalPort took 35.256873ms, libovsdb time 980.74µs I0518 07:15:06.418249 3428 cni.go:331] [tssc-tas/ctlog-createtree-job-8vzgt-nx66p f43eba26be9f0df7005d11fb03864f06d8d321dabe9d7fb52c231e2f00364bef network default NAD default] ADD starting CNI request [tssc-tas/ctlog-createtree-job-8vzgt-nx66p f43eba26be9f0df7005d11fb03864f06d8d321dabe9d7fb52c231e2f00364bef network default NAD default] I0518 07:15:06.432585 3428 helper_linux.go:450] ConfigureOVS: namespace: tssc-tas, podName: ctlog-createtree-job-8vzgt-nx66p, hostIfaceName: f43eba26be9f0df, network: default, NAD default, SandboxID: "f43eba26be9f0df7005d11fb03864f06d8d321dabe9d7fb52c231e2f00364bef", PCI device ID: , UID: "f792d4c5-0995-47be-b742-4d6bb3626560", MAC: 0a:58:0a:81:00:2d, IPs: [10.129.0.45/23] I0518 07:15:06.482772 3428 cni.go:352] [tssc-tas/ctlog-createtree-job-8vzgt-nx66p f43eba26be9f0df7005d11fb03864f06d8d321dabe9d7fb52c231e2f00364bef network default NAD default] ADD finished CNI request [tssc-tas/ctlog-createtree-job-8vzgt-nx66p f43eba26be9f0df7005d11fb03864f06d8d321dabe9d7fb52c231e2f00364bef network default NAD default], result "{\"interfaces\":[{\"name\":\"f43eba26be9f0df\",\"mac\":\"82:f4:f5:13:ac:e2\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:81:00:2d\",\"sandbox\":\"/var/run/netns/f25319a5-5373-4019-bc16-3f1a62e56610\"}],\"ips\":[{\"interface\":1,\"address\":\"10.129.0.45/23\",\"gateway\":\"10.129.0.1\"}],\"dns\":{}}", err I0518 07:15:06.692964 3428 cni.go:331] [tssc-tas/trillian-logsigner-756fc9f85d-zpks2 ce85e6cfdada290171c774e40a3596c30d9925d43e6b26cfe45105b9bd3a4506 network default NAD default] ADD starting CNI request [tssc-tas/trillian-logsigner-756fc9f85d-zpks2 ce85e6cfdada290171c774e40a3596c30d9925d43e6b26cfe45105b9bd3a4506 network default NAD default] I0518 07:15:06.703966 3428 helper_linux.go:450] ConfigureOVS: namespace: tssc-tas, podName: trillian-logsigner-756fc9f85d-zpks2, hostIfaceName: ce85e6cfdada290, network: default, NAD default, SandboxID: "ce85e6cfdada290171c774e40a3596c30d9925d43e6b26cfe45105b9bd3a4506", PCI device ID: , UID: "ac92b8b7-6072-4629-b2c8-5f43ffd48b97", MAC: 0a:58:0a:81:00:2f, IPs: [10.129.0.47/23] I0518 07:15:06.956175 3428 cni.go:352] [tssc-tas/trillian-logsigner-756fc9f85d-zpks2 ce85e6cfdada290171c774e40a3596c30d9925d43e6b26cfe45105b9bd3a4506 network default NAD default] ADD finished CNI request [tssc-tas/trillian-logsigner-756fc9f85d-zpks2 ce85e6cfdada290171c774e40a3596c30d9925d43e6b26cfe45105b9bd3a4506 network default NAD default], result "{\"interfaces\":[{\"name\":\"ce85e6cfdada290\",\"mac\":\"8a:a3:7a:8e:89:4a\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:81:00:2f\",\"sandbox\":\"/var/run/netns/29349780-cfc6-495d-8c90-a89a1d431f14\"}],\"ips\":[{\"interface\":1,\"address\":\"10.129.0.47/23\",\"gateway\":\"10.129.0.1\"}],\"dns\":{}}", err I0518 07:15:07.135790 3428 cni.go:331] [tssc-tas/trillian-logserver-74bc694bb9-bqc9h ad5cd275f7bbbce79a92b9d983bc87949c44115610fa909547e2b40ed7bccc7f network default NAD default] ADD starting CNI request [tssc-tas/trillian-logserver-74bc694bb9-bqc9h ad5cd275f7bbbce79a92b9d983bc87949c44115610fa909547e2b40ed7bccc7f network default NAD default] I0518 07:15:07.144975 3428 helper_linux.go:450] ConfigureOVS: namespace: tssc-tas, podName: trillian-logserver-74bc694bb9-bqc9h, hostIfaceName: ad5cd275f7bbbce, network: default, NAD default, SandboxID: "ad5cd275f7bbbce79a92b9d983bc87949c44115610fa909547e2b40ed7bccc7f", PCI device ID: , UID: "70eb6059-5f66-42e0-ac70-8eb21f902ced", MAC: 0a:58:0a:81:00:2e, IPs: [10.129.0.46/23] I0518 07:15:07.398518 3428 cni.go:352] [tssc-tas/trillian-logserver-74bc694bb9-bqc9h ad5cd275f7bbbce79a92b9d983bc87949c44115610fa909547e2b40ed7bccc7f network default NAD default] ADD finished CNI request [tssc-tas/trillian-logserver-74bc694bb9-bqc9h ad5cd275f7bbbce79a92b9d983bc87949c44115610fa909547e2b40ed7bccc7f network default NAD default], result "{\"interfaces\":[{\"name\":\"ad5cd275f7bbbce\",\"mac\":\"4a:5f:27:b2:2c:f3\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:81:00:2e\",\"sandbox\":\"/var/run/netns/15679dbb-74a2-44f9-b106-9b2014962440\"}],\"ips\":[{\"interface\":1,\"address\":\"10.129.0.46/23\",\"gateway\":\"10.129.0.1\"}],\"dns\":{}}", err I0518 07:15:14.618578 3428 obj_retry.go:463] Detected object tssc-keycloak/tssc-iam-gmpf7 of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0518 07:15:14.619321 3428 obj_retry.go:463] Detected object tssc-keycloak/tssc-iam-gmpf7 of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0518 07:15:15.520597 3428 obj_retry.go:457] Detected object tssc-keycloak/tssc-iam-gmpf7 of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0518 07:15:15.520696 3428 obj_retry.go:457] Detected object tssc-keycloak/tssc-iam-gmpf7 of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0518 07:15:21.905577 3428 obj_retry.go:463] Detected object tssc-tas/segment-backup-installation-2lp99-t2c5s of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0518 07:15:21.906318 3428 obj_retry.go:463] Detected object tssc-tas/segment-backup-installation-2lp99-t2c5s of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0518 07:15:22.572385 3428 obj_retry.go:457] Detected object tssc-tas/segment-backup-installation-2lp99-t2c5s of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0518 07:15:22.572408 3428 obj_retry.go:457] Detected object tssc-tas/segment-backup-installation-2lp99-t2c5s of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0518 07:16:00.639919 3428 obj_retry.go:463] Detected object tssc-tas/test-tssc-tas of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0518 07:16:00.640606 3428 obj_retry.go:463] Detected object tssc-tas/test-tssc-tas of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0518 07:16:00.665698 3428 obj_retry.go:463] Detected object tssc-tas/rekor-createtree-job-4qnxx-vpnmt of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0518 07:16:00.666177 3428 obj_retry.go:463] Detected object tssc-tas/rekor-createtree-job-4qnxx-vpnmt of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0518 07:16:00.687208 3428 obj_retry.go:457] Detected object tssc-tas/test-tssc-tas of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0518 07:16:00.687230 3428 obj_retry.go:457] Detected object tssc-tas/test-tssc-tas of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0518 07:16:00.694469 3428 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-tas/test-tssc-tas I0518 07:16:00.694553 3428 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod tssc-tas/test-tssc-tas I0518 07:16:01.517269 3428 obj_retry.go:457] Detected object tssc-tas/rekor-createtree-job-4qnxx-vpnmt of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0518 07:16:01.517355 3428 obj_retry.go:457] Detected object tssc-tas/rekor-createtree-job-4qnxx-vpnmt of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0518 07:16:01.935267 3428 namespace.go:93] [openshift-pipelines] adding namespace I0518 07:16:01.936100 3428 namespace.go:97] [openshift-pipelines] adding namespace took 812.737µs I0518 07:16:01.955530 3428 namespace.go:137] [openshift-pipelines] updating namespace I0518 07:16:02.818571 3428 namespace.go:137] [null] updating namespace I0518 07:16:03.007406 3428 namespace.go:137] [open-cluster-management-2qc6e4rqab9epl0osrq0g71h7qec7g8k] updating namespace I0518 07:16:03.404396 3428 namespace.go:137] [rhbk-operator] updating namespace I0518 07:16:03.470139 3428 cni.go:331] [tssc-tas/ctlog-createtree-job-8vzgt-nx66p f43eba26be9f0df7005d11fb03864f06d8d321dabe9d7fb52c231e2f00364bef network default NAD default] DEL starting CNI request [tssc-tas/ctlog-createtree-job-8vzgt-nx66p f43eba26be9f0df7005d11fb03864f06d8d321dabe9d7fb52c231e2f00364bef network default NAD default] I0518 07:16:03.555222 3428 cni.go:352] [tssc-tas/ctlog-createtree-job-8vzgt-nx66p f43eba26be9f0df7005d11fb03864f06d8d321dabe9d7fb52c231e2f00364bef network default NAD default] DEL finished CNI request [tssc-tas/ctlog-createtree-job-8vzgt-nx66p f43eba26be9f0df7005d11fb03864f06d8d321dabe9d7fb52c231e2f00364bef network default NAD default], result "{\"dns\":{}}", err I0518 07:16:03.602223 3428 namespace.go:137] [rhtpa-operator] updating namespace I0518 07:16:03.606898 3428 obj_retry.go:463] Detected object tssc-tas/ctlog-createtree-job-8vzgt-nx66p of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0518 07:16:03.606935 3428 pods.go:175] Deleting pod: tssc-tas/ctlog-createtree-job-8vzgt-nx66p I0518 07:16:03.608384 3428 pods.go:218] Attempting to release IPs for pod: tssc-tas/ctlog-createtree-job-8vzgt-nx66p, ips: 10.129.0.45 I0518 07:16:03.608418 3428 obj_retry.go:463] Detected object tssc-tas/ctlog-createtree-job-8vzgt-nx66p of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0518 07:16:03.804392 3428 namespace.go:137] [trusted-artifact-signer] updating namespace I0518 07:16:04.005194 3428 namespace.go:137] [tssc] updating namespace I0518 07:16:04.205608 3428 namespace.go:137] [tssc-dh] updating namespace I0518 07:16:04.409775 3428 namespace.go:137] [tssc-gitops] updating namespace I0518 07:16:04.528145 3428 obj_retry.go:457] Detected object tssc-tas/ctlog-createtree-job-8vzgt-nx66p of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0518 07:16:04.528229 3428 obj_retry.go:457] Detected object tssc-tas/ctlog-createtree-job-8vzgt-nx66p of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0518 07:16:04.609492 3428 namespace.go:137] [tssc-keycloak] updating namespace I0518 07:16:04.810320 3428 namespace.go:137] [tssc-tas] updating namespace I0518 07:16:05.010646 3428 namespace.go:137] [tssc-tpa] updating namespace I0518 07:16:05.138490 3428 namespace.go:137] [default] updating namespace I0518 07:16:05.146101 3428 namespace.go:137] [null] updating namespace I0518 07:16:05.157467 3428 namespace.go:137] [open-cluster-management-2qc6e4rqab9epl0osrq0g71h7qec7g8k] updating namespace I0518 07:16:05.164292 3428 namespace.go:137] [openshift] updating namespace I0518 07:16:05.174290 3428 namespace.go:137] [rhbk-operator] updating namespace I0518 07:16:05.181669 3428 namespace.go:137] [rhtpa-operator] updating namespace I0518 07:16:05.190969 3428 namespace.go:137] [trusted-artifact-signer] updating namespace I0518 07:16:05.198162 3428 namespace.go:137] [tssc] updating namespace I0518 07:16:05.208011 3428 namespace.go:137] [tssc-dh] updating namespace I0518 07:16:05.217991 3428 namespace.go:137] [tssc-gitops] updating namespace I0518 07:16:05.232491 3428 namespace.go:137] [tssc-keycloak] updating namespace I0518 07:16:05.252424 3428 namespace.go:137] [tssc-tas] updating namespace I0518 07:16:05.273492 3428 namespace.go:137] [tssc-tpa] updating namespace I0518 07:16:05.374929 3428 namespace.go:137] [default] updating namespace I0518 07:16:05.473356 3428 namespace.go:137] [null] updating namespace I0518 07:16:05.578138 3428 namespace.go:137] [open-cluster-management-2qc6e4rqab9epl0osrq0g71h7qec7g8k] updating namespace I0518 07:16:05.677353 3428 namespace.go:137] [openshift] updating namespace I0518 07:16:05.775056 3428 namespace.go:137] [rhbk-operator] updating namespace I0518 07:16:05.873645 3428 namespace.go:137] [rhtpa-operator] updating namespace I0518 07:16:05.973233 3428 namespace.go:137] [trusted-artifact-signer] updating namespace I0518 07:16:06.070689 3428 namespace.go:137] [tssc] updating namespace I0518 07:16:06.174311 3428 namespace.go:137] [tssc-dh] updating namespace I0518 07:16:06.278211 3428 namespace.go:137] [tssc-gitops] updating namespace I0518 07:16:06.295931 3428 base_network_controller_pods.go:478] [default/tssc-tas/ctlog-8fdcd78bb-ld8bt] creating logical port tssc-tas_ctlog-8fdcd78bb-ld8bt for pod on switch ip-10-0-2-232.ec2.internal I0518 07:16:06.296126 3428 kube.go:320] Updating pod tssc-tas/ctlog-8fdcd78bb-ld8bt I0518 07:16:06.317057 3428 pod.go:62] [tssc-tas/ctlog-8fdcd78bb-ld8bt] pod update took 20.95849ms I0518 07:16:06.317123 3428 base_network_controller_pods.go:928] [default/tssc-tas/ctlog-8fdcd78bb-ld8bt] addLogicalPort annotation time took 21.026456ms I0518 07:16:06.318705 3428 pods.go:253] [tssc-tas/ctlog-8fdcd78bb-ld8bt] addLogicalPort took 22.791502ms, libovsdb time 946.121µs I0518 07:16:06.373776 3428 namespace.go:137] [tssc-keycloak] updating namespace I0518 07:16:06.471298 3428 namespace.go:137] [tssc-tas] updating namespace I0518 07:16:06.576586 3428 namespace.go:137] [tssc-tpa] updating namespace I0518 07:16:06.847196 3428 namespace.go:137] [openshift-pipelines] updating namespace I0518 07:16:07.256241 3428 cni.go:331] [tssc-tas/ctlog-8fdcd78bb-ld8bt 0badc794912dac35fe34a78bde4a9438ec037a7e907520a5beab1174df950647 network default NAD default] ADD starting CNI request [tssc-tas/ctlog-8fdcd78bb-ld8bt 0badc794912dac35fe34a78bde4a9438ec037a7e907520a5beab1174df950647 network default NAD default] I0518 07:16:07.266691 3428 helper_linux.go:450] ConfigureOVS: namespace: tssc-tas, podName: ctlog-8fdcd78bb-ld8bt, hostIfaceName: 0badc794912dac3, network: default, NAD default, SandboxID: "0badc794912dac35fe34a78bde4a9438ec037a7e907520a5beab1174df950647", PCI device ID: , UID: "3756ce38-fd84-40ab-a193-a009ca17d423", MAC: 0a:58:0a:81:00:30, IPs: [10.129.0.48/23] I0518 07:16:07.321359 3428 cni.go:352] [tssc-tas/ctlog-8fdcd78bb-ld8bt 0badc794912dac35fe34a78bde4a9438ec037a7e907520a5beab1174df950647 network default NAD default] ADD finished CNI request [tssc-tas/ctlog-8fdcd78bb-ld8bt 0badc794912dac35fe34a78bde4a9438ec037a7e907520a5beab1174df950647 network default NAD default], result "{\"interfaces\":[{\"name\":\"0badc794912dac3\",\"mac\":\"9e:c9:79:f7:3d:26\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:81:00:30\",\"sandbox\":\"/var/run/netns/bb0f78a3-e386-457b-8fdc-b89648bcfe48\"}],\"ips\":[{\"interface\":1,\"address\":\"10.129.0.48/23\",\"gateway\":\"10.129.0.1\"}],\"dns\":{}}", err I0518 07:16:16.017156 3428 base_network_controller_pods.go:478] [default/openshift-pipelines/tekton-pipelines-remote-resolvers-9cd6fb9bf-bkx2w] creating logical port openshift-pipelines_tekton-pipelines-remote-resolvers-9cd6fb9bf-bkx2w for pod on switch ip-10-0-2-232.ec2.internal I0518 07:16:16.017316 3428 kube.go:320] Updating pod openshift-pipelines/tekton-pipelines-remote-resolvers-9cd6fb9bf-bkx2w I0518 07:16:16.048742 3428 pod.go:62] [openshift-pipelines/tekton-pipelines-remote-resolvers-9cd6fb9bf-bkx2w] pod update took 31.467778ms I0518 07:16:16.048762 3428 base_network_controller_pods.go:928] [default/openshift-pipelines/tekton-pipelines-remote-resolvers-9cd6fb9bf-bkx2w] addLogicalPort annotation time took 31.491229ms I0518 07:16:16.049915 3428 pods.go:253] [openshift-pipelines/tekton-pipelines-remote-resolvers-9cd6fb9bf-bkx2w] addLogicalPort took 32.78755ms, libovsdb time 725.552µs I0518 07:16:16.131463 3428 base_network_controller_pods.go:478] [default/openshift-pipelines/tekton-pipelines-webhook-55c7fc7445-kkfg2] creating logical port openshift-pipelines_tekton-pipelines-webhook-55c7fc7445-kkfg2 for pod on switch ip-10-0-2-232.ec2.internal I0518 07:16:16.131571 3428 kube.go:320] Updating pod openshift-pipelines/tekton-pipelines-webhook-55c7fc7445-kkfg2 I0518 07:16:16.150561 3428 pod.go:62] [openshift-pipelines/tekton-pipelines-webhook-55c7fc7445-kkfg2] pod update took 19.025868ms I0518 07:16:16.150587 3428 base_network_controller_pods.go:928] [default/openshift-pipelines/tekton-pipelines-webhook-55c7fc7445-kkfg2] addLogicalPort annotation time took 19.055877ms I0518 07:16:16.152155 3428 pods.go:253] [openshift-pipelines/tekton-pipelines-webhook-55c7fc7445-kkfg2] addLogicalPort took 20.707868ms, libovsdb time 929.23µs I0518 07:16:16.377803 3428 cni.go:331] [openshift-pipelines/tekton-pipelines-remote-resolvers-9cd6fb9bf-bkx2w ac6c01518bd13ff30493bb92e168f7d4491314bd1c2dcd9324243ec0b8728914 network default NAD default] ADD starting CNI request [openshift-pipelines/tekton-pipelines-remote-resolvers-9cd6fb9bf-bkx2w ac6c01518bd13ff30493bb92e168f7d4491314bd1c2dcd9324243ec0b8728914 network default NAD default] I0518 07:16:16.387351 3428 helper_linux.go:450] ConfigureOVS: namespace: openshift-pipelines, podName: tekton-pipelines-remote-resolvers-9cd6fb9bf-bkx2w, hostIfaceName: ac6c01518bd13ff, network: default, NAD default, SandboxID: "ac6c01518bd13ff30493bb92e168f7d4491314bd1c2dcd9324243ec0b8728914", PCI device ID: , UID: "67965a68-4927-46d2-90bd-6b0c83901fcc", MAC: 0a:58:0a:81:00:31, IPs: [10.129.0.49/23] I0518 07:16:16.450525 3428 cni.go:352] [openshift-pipelines/tekton-pipelines-remote-resolvers-9cd6fb9bf-bkx2w ac6c01518bd13ff30493bb92e168f7d4491314bd1c2dcd9324243ec0b8728914 network default NAD default] ADD finished CNI request [openshift-pipelines/tekton-pipelines-remote-resolvers-9cd6fb9bf-bkx2w ac6c01518bd13ff30493bb92e168f7d4491314bd1c2dcd9324243ec0b8728914 network default NAD default], result "{\"interfaces\":[{\"name\":\"ac6c01518bd13ff\",\"mac\":\"0a:77:e8:98:16:2c\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:81:00:31\",\"sandbox\":\"/var/run/netns/d81833de-16f6-4369-8a9c-efbe3796fccc\"}],\"ips\":[{\"interface\":1,\"address\":\"10.129.0.49/23\",\"gateway\":\"10.129.0.1\"}],\"dns\":{}}", err I0518 07:16:16.498323 3428 cni.go:331] [openshift-pipelines/tekton-pipelines-webhook-55c7fc7445-kkfg2 561eb896791d88b80090b72cbf84ad7d13f5bd58c1e40d8c4bd4b3811bdf5ac7 network default NAD default] ADD starting CNI request [openshift-pipelines/tekton-pipelines-webhook-55c7fc7445-kkfg2 561eb896791d88b80090b72cbf84ad7d13f5bd58c1e40d8c4bd4b3811bdf5ac7 network default NAD default] I0518 07:16:16.507190 3428 helper_linux.go:450] ConfigureOVS: namespace: openshift-pipelines, podName: tekton-pipelines-webhook-55c7fc7445-kkfg2, hostIfaceName: 561eb896791d88b, network: default, NAD default, SandboxID: "561eb896791d88b80090b72cbf84ad7d13f5bd58c1e40d8c4bd4b3811bdf5ac7", PCI device ID: , UID: "4fd4eb1e-a3ce-4299-bdb2-bf52086afeae", MAC: 0a:58:0a:81:00:32, IPs: [10.129.0.50/23] I0518 07:16:16.557495 3428 cni.go:352] [openshift-pipelines/tekton-pipelines-webhook-55c7fc7445-kkfg2 561eb896791d88b80090b72cbf84ad7d13f5bd58c1e40d8c4bd4b3811bdf5ac7 network default NAD default] ADD finished CNI request [openshift-pipelines/tekton-pipelines-webhook-55c7fc7445-kkfg2 561eb896791d88b80090b72cbf84ad7d13f5bd58c1e40d8c4bd4b3811bdf5ac7 network default NAD default], result "{\"interfaces\":[{\"name\":\"561eb896791d88b\",\"mac\":\"d2:f2:1d:d8:5e:11\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:81:00:32\",\"sandbox\":\"/var/run/netns/db646ce0-ec34-44d8-86b8-0c66062cd365\"}],\"ips\":[{\"interface\":1,\"address\":\"10.129.0.50/23\",\"gateway\":\"10.129.0.1\"}],\"dns\":{}}", err I0518 07:16:28.616234 3428 reflector.go:879] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.EndpointSlice total 127 items received I0518 07:16:39.348275 3428 base_network_controller_pods.go:478] [default/openshift-pipelines/tekton-triggers-webhook-9bc9bd848-bgbrw] creating logical port openshift-pipelines_tekton-triggers-webhook-9bc9bd848-bgbrw for pod on switch ip-10-0-2-232.ec2.internal I0518 07:16:39.348480 3428 kube.go:320] Updating pod openshift-pipelines/tekton-triggers-webhook-9bc9bd848-bgbrw I0518 07:16:39.365154 3428 pod.go:62] [openshift-pipelines/tekton-triggers-webhook-9bc9bd848-bgbrw] pod update took 16.698879ms I0518 07:16:39.365187 3428 base_network_controller_pods.go:928] [default/openshift-pipelines/tekton-triggers-webhook-9bc9bd848-bgbrw] addLogicalPort annotation time took 16.736277ms I0518 07:16:39.366571 3428 pods.go:253] [openshift-pipelines/tekton-triggers-webhook-9bc9bd848-bgbrw] addLogicalPort took 18.315723ms, libovsdb time 901.505µs I0518 07:16:39.714763 3428 cni.go:331] [openshift-pipelines/tekton-triggers-webhook-9bc9bd848-bgbrw f97a452485cb787d700acaed81d8d7813fecf314613f98ccf0b895b1b0ca19f5 network default NAD default] ADD starting CNI request [openshift-pipelines/tekton-triggers-webhook-9bc9bd848-bgbrw f97a452485cb787d700acaed81d8d7813fecf314613f98ccf0b895b1b0ca19f5 network default NAD default] I0518 07:16:39.724170 3428 helper_linux.go:450] ConfigureOVS: namespace: openshift-pipelines, podName: tekton-triggers-webhook-9bc9bd848-bgbrw, hostIfaceName: f97a452485cb787, network: default, NAD default, SandboxID: "f97a452485cb787d700acaed81d8d7813fecf314613f98ccf0b895b1b0ca19f5", PCI device ID: , UID: "5a9b46c2-7e16-4e46-866f-bc859304ab28", MAC: 0a:58:0a:81:00:33, IPs: [10.129.0.51/23] I0518 07:16:39.779046 3428 cni.go:352] [openshift-pipelines/tekton-triggers-webhook-9bc9bd848-bgbrw f97a452485cb787d700acaed81d8d7813fecf314613f98ccf0b895b1b0ca19f5 network default NAD default] ADD finished CNI request [openshift-pipelines/tekton-triggers-webhook-9bc9bd848-bgbrw f97a452485cb787d700acaed81d8d7813fecf314613f98ccf0b895b1b0ca19f5 network default NAD default], result "{\"interfaces\":[{\"name\":\"f97a452485cb787\",\"mac\":\"5a:aa:96:a5:ea:54\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:81:00:33\",\"sandbox\":\"/var/run/netns/795a41f3-95c2-4f67-a581-51352353bffe\"}],\"ips\":[{\"interface\":1,\"address\":\"10.129.0.51/23\",\"gateway\":\"10.129.0.1\"}],\"dns\":{}}", err I0518 07:16:49.837435 3428 obj_retry.go:463] Detected object tssc-tas/tuf-repository-init-ct724-vbzc7 of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0518 07:16:49.837999 3428 obj_retry.go:463] Detected object tssc-tas/tuf-repository-init-ct724-vbzc7 of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0518 07:16:49.862270 3428 obj_retry.go:463] Detected object tssc/test-tssc-pipelines-config of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0518 07:16:49.862797 3428 obj_retry.go:463] Detected object tssc/test-tssc-pipelines-config of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0518 07:16:49.881345 3428 obj_retry.go:457] Detected object tssc/test-tssc-pipelines-config of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0518 07:16:49.881370 3428 obj_retry.go:457] Detected object tssc/test-tssc-pipelines-config of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0518 07:16:49.889115 3428 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc/test-tssc-pipelines-config I0518 07:16:49.889135 3428 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod tssc/test-tssc-pipelines-config I0518 07:16:50.867446 3428 obj_retry.go:457] Detected object tssc-tas/tuf-repository-init-ct724-vbzc7 of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0518 07:16:50.867470 3428 obj_retry.go:457] Detected object tssc-tas/tuf-repository-init-ct724-vbzc7 of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0518 07:16:55.857830 3428 obj_retry.go:463] Detected object tssc/tssc-tekton-configuration-stwdn of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0518 07:16:55.858447 3428 obj_retry.go:463] Detected object tssc/tssc-tekton-configuration-stwdn of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0518 07:16:56.879953 3428 obj_retry.go:457] Detected object tssc/tssc-tekton-configuration-stwdn of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0518 07:16:56.879978 3428 obj_retry.go:457] Detected object tssc/tssc-tekton-configuration-stwdn of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0518 07:16:57.035760 3428 base_network_controller_pods.go:478] [default/tssc/test-tssc-pipelines] creating logical port tssc_test-tssc-pipelines for pod on switch ip-10-0-2-232.ec2.internal I0518 07:16:57.035869 3428 kube.go:320] Updating pod tssc/test-tssc-pipelines I0518 07:16:57.050163 3428 pod.go:62] [tssc/test-tssc-pipelines] pod update took 14.323102ms I0518 07:16:57.050247 3428 base_network_controller_pods.go:928] [default/tssc/test-tssc-pipelines] addLogicalPort annotation time took 14.410712ms I0518 07:16:57.051641 3428 pods.go:253] [tssc/test-tssc-pipelines] addLogicalPort took 15.901998ms, libovsdb time 915.384µs I0518 07:16:57.400925 3428 cni.go:331] [tssc/test-tssc-pipelines a8e3bb10ee493801c08dda2c311ed06f15bb2684c56eb59343aa6848fcb371a6 network default NAD default] ADD starting CNI request [tssc/test-tssc-pipelines a8e3bb10ee493801c08dda2c311ed06f15bb2684c56eb59343aa6848fcb371a6 network default NAD default] I0518 07:16:57.410232 3428 helper_linux.go:450] ConfigureOVS: namespace: tssc, podName: test-tssc-pipelines, hostIfaceName: a8e3bb10ee49380, network: default, NAD default, SandboxID: "a8e3bb10ee493801c08dda2c311ed06f15bb2684c56eb59343aa6848fcb371a6", PCI device ID: , UID: "76b061a8-54ed-4228-84d8-6848789750e4", MAC: 0a:58:0a:81:00:34, IPs: [10.129.0.52/23] I0518 07:16:57.468221 3428 cni.go:352] [tssc/test-tssc-pipelines a8e3bb10ee493801c08dda2c311ed06f15bb2684c56eb59343aa6848fcb371a6 network default NAD default] ADD finished CNI request [tssc/test-tssc-pipelines a8e3bb10ee493801c08dda2c311ed06f15bb2684c56eb59343aa6848fcb371a6 network default NAD default], result "{\"interfaces\":[{\"name\":\"a8e3bb10ee49380\",\"mac\":\"b6:36:a6:82:a8:82\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:81:00:34\",\"sandbox\":\"/var/run/netns/c15525d5-f1db-4ecb-a707-38adaa016641\"}],\"ips\":[{\"interface\":1,\"address\":\"10.129.0.52/23\",\"gateway\":\"10.129.0.1\"}],\"dns\":{}}", err I0518 07:17:05.150685 3428 iptables.go:108] Creating table: nat chain: OVN-KUBE-NODEPORT I0518 07:17:05.545021 3428 base_network_controller_pods.go:478] [default/openshift-pipelines/tekton-results-watcher-df448485c-5rx7w] creating logical port openshift-pipelines_tekton-results-watcher-df448485c-5rx7w for pod on switch ip-10-0-2-232.ec2.internal I0518 07:17:05.545179 3428 kube.go:320] Updating pod openshift-pipelines/tekton-results-watcher-df448485c-5rx7w I0518 07:17:05.563720 3428 pod.go:62] [openshift-pipelines/tekton-results-watcher-df448485c-5rx7w] pod update took 18.580353ms I0518 07:17:05.563747 3428 base_network_controller_pods.go:928] [default/openshift-pipelines/tekton-results-watcher-df448485c-5rx7w] addLogicalPort annotation time took 18.611738ms I0518 07:17:05.565381 3428 pods.go:253] [openshift-pipelines/tekton-results-watcher-df448485c-5rx7w] addLogicalPort took 20.381955ms, libovsdb time 979.009µs I0518 07:17:07.179991 3428 cni.go:331] [openshift-pipelines/tekton-results-watcher-df448485c-5rx7w 4ccfaeef0fc825c87029592d37364f4ccd86c316ecb116479e8993e1591a6ac9 network default NAD default] ADD starting CNI request [openshift-pipelines/tekton-results-watcher-df448485c-5rx7w 4ccfaeef0fc825c87029592d37364f4ccd86c316ecb116479e8993e1591a6ac9 network default NAD default] I0518 07:17:07.190964 3428 helper_linux.go:450] ConfigureOVS: namespace: openshift-pipelines, podName: tekton-results-watcher-df448485c-5rx7w, hostIfaceName: 4ccfaeef0fc825c, network: default, NAD default, SandboxID: "4ccfaeef0fc825c87029592d37364f4ccd86c316ecb116479e8993e1591a6ac9", PCI device ID: , UID: "4b1dfd50-0818-4b58-980a-38e3c4bd5bed", MAC: 0a:58:0a:81:00:35, IPs: [10.129.0.53/23] I0518 07:17:07.249073 3428 cni.go:352] [openshift-pipelines/tekton-results-watcher-df448485c-5rx7w 4ccfaeef0fc825c87029592d37364f4ccd86c316ecb116479e8993e1591a6ac9 network default NAD default] ADD finished CNI request [openshift-pipelines/tekton-results-watcher-df448485c-5rx7w 4ccfaeef0fc825c87029592d37364f4ccd86c316ecb116479e8993e1591a6ac9 network default NAD default], result "{\"interfaces\":[{\"name\":\"4ccfaeef0fc825c\",\"mac\":\"7a:b2:a0:25:5e:12\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:81:00:35\",\"sandbox\":\"/var/run/netns/cb68beec-5e95-4203-81e6-9cebb9ec9a4f\"}],\"ips\":[{\"interface\":1,\"address\":\"10.129.0.53/23\",\"gateway\":\"10.129.0.1\"}],\"dns\":{}}", err I0518 07:17:08.745312 3428 cni.go:331] [tssc/test-tssc-pipelines a8e3bb10ee493801c08dda2c311ed06f15bb2684c56eb59343aa6848fcb371a6 network default NAD default] DEL starting CNI request [tssc/test-tssc-pipelines a8e3bb10ee493801c08dda2c311ed06f15bb2684c56eb59343aa6848fcb371a6 network default NAD default] I0518 07:17:08.835290 3428 cni.go:352] [tssc/test-tssc-pipelines a8e3bb10ee493801c08dda2c311ed06f15bb2684c56eb59343aa6848fcb371a6 network default NAD default] DEL finished CNI request [tssc/test-tssc-pipelines a8e3bb10ee493801c08dda2c311ed06f15bb2684c56eb59343aa6848fcb371a6 network default NAD default], result "{\"dns\":{}}", err I0518 07:17:08.895120 3428 obj_retry.go:463] Detected object tssc/test-tssc-pipelines of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0518 07:17:08.895236 3428 pods.go:175] Deleting pod: tssc/test-tssc-pipelines I0518 07:17:08.897170 3428 pods.go:218] Attempting to release IPs for pod: tssc/test-tssc-pipelines, ips: 10.129.0.52 I0518 07:17:08.897209 3428 obj_retry.go:463] Detected object tssc/test-tssc-pipelines of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0518 07:17:08.914715 3428 obj_retry.go:457] Detected object tssc/test-tssc-pipelines of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0518 07:17:08.914743 3428 obj_retry.go:457] Detected object tssc/test-tssc-pipelines of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0518 07:17:08.921737 3428 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc/test-tssc-pipelines I0518 07:17:08.921844 3428 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod tssc/test-tssc-pipelines I0518 07:17:09.720337 3428 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 I0518 07:17:09.736902 3428 reflector.go:879] github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/userdefinednetwork/v1/apis/informers/externalversions/factory.go:140: Watch close - *v1.ClusterUserDefinedNetwork total 5 items received I0518 07:17:12.700812 3428 reflector.go:879] sigs.k8s.io/network-policy-api/pkg/client/informers/externalversions/factory.go:141: Watch close - *v1alpha1.AdminNetworkPolicy total 5 items received I0518 07:17:13.731525 3428 reflector.go:879] github.com/k8snetworkplumbingwg/network-attachment-definition-client/pkg/client/informers/externalversions/factory.go:117: Watch close - *v1.NetworkAttachmentDefinition total 6 items received I0518 07:17:13.954326 3428 obj_retry.go:463] Detected object tssc-tpa/pre-install-tssc-tpa of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0518 07:17:13.954878 3428 obj_retry.go:463] Detected object tssc-tpa/pre-install-tssc-tpa of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0518 07:17:13.975962 3428 obj_retry.go:457] Detected object tssc-tpa/pre-install-tssc-tpa of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0518 07:17:13.976055 3428 obj_retry.go:457] Detected object tssc-tpa/pre-install-tssc-tpa of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0518 07:17:13.980216 3428 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-tpa/pre-install-tssc-tpa I0518 07:17:13.980237 3428 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod tssc-tpa/pre-install-tssc-tpa I0518 07:17:15.514152 3428 base_network_controller_pods.go:478] [default/tssc-tpa/create-db-mqhf9] creating logical port tssc-tpa_create-db-mqhf9 for pod on switch ip-10-0-2-232.ec2.internal I0518 07:17:15.514264 3428 kube.go:320] Updating pod tssc-tpa/create-db-mqhf9 I0518 07:17:15.529356 3428 pod.go:62] [tssc-tpa/create-db-mqhf9] pod update took 15.126274ms I0518 07:17:15.529376 3428 base_network_controller_pods.go:928] [default/tssc-tpa/create-db-mqhf9] addLogicalPort annotation time took 15.151387ms I0518 07:17:15.530850 3428 pods.go:253] [tssc-tpa/create-db-mqhf9] addLogicalPort took 16.718943ms, libovsdb time 906.033µs I0518 07:17:15.874691 3428 cni.go:331] [tssc-tpa/create-db-mqhf9 e620b0dcbb1306a05b7a48bb7514a4e8afc4a3d8e7d286d89e9002cd7543ca0c network default NAD default] ADD starting CNI request [tssc-tpa/create-db-mqhf9 e620b0dcbb1306a05b7a48bb7514a4e8afc4a3d8e7d286d89e9002cd7543ca0c network default NAD default] I0518 07:17:15.884578 3428 helper_linux.go:450] ConfigureOVS: namespace: tssc-tpa, podName: create-db-mqhf9, hostIfaceName: e620b0dcbb1306a, network: default, NAD default, SandboxID: "e620b0dcbb1306a05b7a48bb7514a4e8afc4a3d8e7d286d89e9002cd7543ca0c", PCI device ID: , UID: "9c12af6a-6e5b-47ee-988d-99e2ef449be8", MAC: 0a:58:0a:81:00:36, IPs: [10.129.0.54/23] I0518 07:17:15.935299 3428 cni.go:352] [tssc-tpa/create-db-mqhf9 e620b0dcbb1306a05b7a48bb7514a4e8afc4a3d8e7d286d89e9002cd7543ca0c network default NAD default] ADD finished CNI request [tssc-tpa/create-db-mqhf9 e620b0dcbb1306a05b7a48bb7514a4e8afc4a3d8e7d286d89e9002cd7543ca0c network default NAD default], result "{\"interfaces\":[{\"name\":\"e620b0dcbb1306a\",\"mac\":\"72:e0:bb:c8:17:5c\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:81:00:36\",\"sandbox\":\"/var/run/netns/2f3d7c50-3f77-459f-8de7-99397334abf6\"}],\"ips\":[{\"interface\":1,\"address\":\"10.129.0.54/23\",\"gateway\":\"10.129.0.1\"}],\"dns\":{}}", err I0518 07:17:19.788258 3428 cni.go:331] [tssc-tpa/create-db-mqhf9 e620b0dcbb1306a05b7a48bb7514a4e8afc4a3d8e7d286d89e9002cd7543ca0c network default NAD default] DEL starting CNI request [tssc-tpa/create-db-mqhf9 e620b0dcbb1306a05b7a48bb7514a4e8afc4a3d8e7d286d89e9002cd7543ca0c network default NAD default] I0518 07:17:19.868006 3428 cni.go:352] [tssc-tpa/create-db-mqhf9 e620b0dcbb1306a05b7a48bb7514a4e8afc4a3d8e7d286d89e9002cd7543ca0c network default NAD default] DEL finished CNI request [tssc-tpa/create-db-mqhf9 e620b0dcbb1306a05b7a48bb7514a4e8afc4a3d8e7d286d89e9002cd7543ca0c network default NAD default], result "{\"dns\":{}}", err I0518 07:17:19.922749 3428 obj_retry.go:463] Detected object tssc-tpa/create-db-mqhf9 of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0518 07:17:19.922789 3428 pods.go:175] Deleting pod: tssc-tpa/create-db-mqhf9 I0518 07:17:19.924375 3428 pods.go:218] Attempting to release IPs for pod: tssc-tpa/create-db-mqhf9, ips: 10.129.0.54 I0518 07:17:19.924410 3428 obj_retry.go:463] Detected object tssc-tpa/create-db-mqhf9 of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0518 07:17:20.944852 3428 obj_retry.go:457] Detected object tssc-tpa/create-db-mqhf9 of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0518 07:17:20.944964 3428 obj_retry.go:457] Detected object tssc-tpa/create-db-mqhf9 of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0518 07:17:21.063035 3428 base_network_controller_pods.go:478] [default/tssc-tpa/migrate-db-d8jnr] creating logical port tssc-tpa_migrate-db-d8jnr for pod on switch ip-10-0-2-232.ec2.internal I0518 07:17:21.063255 3428 kube.go:320] Updating pod tssc-tpa/migrate-db-d8jnr I0518 07:17:21.078174 3428 pod.go:62] [tssc-tpa/migrate-db-d8jnr] pod update took 14.952729ms I0518 07:17:21.078247 3428 base_network_controller_pods.go:928] [default/tssc-tpa/migrate-db-d8jnr] addLogicalPort annotation time took 15.029601ms I0518 07:17:21.079958 3428 pods.go:253] [tssc-tpa/migrate-db-d8jnr] addLogicalPort took 16.944355ms, libovsdb time 1.100433ms I0518 07:17:21.425357 3428 cni.go:331] [tssc-tpa/migrate-db-d8jnr 6e063d2d0f80a1af3568a1d855153c9bcd3c1ba6bb9b4ec4ce7f30cb644fd5d7 network default NAD default] ADD starting CNI request [tssc-tpa/migrate-db-d8jnr 6e063d2d0f80a1af3568a1d855153c9bcd3c1ba6bb9b4ec4ce7f30cb644fd5d7 network default NAD default] I0518 07:17:21.435050 3428 helper_linux.go:450] ConfigureOVS: namespace: tssc-tpa, podName: migrate-db-d8jnr, hostIfaceName: 6e063d2d0f80a1a, network: default, NAD default, SandboxID: "6e063d2d0f80a1af3568a1d855153c9bcd3c1ba6bb9b4ec4ce7f30cb644fd5d7", PCI device ID: , UID: "3ba27723-d524-481f-95b4-d66f72872dbb", MAC: 0a:58:0a:81:00:37, IPs: [10.129.0.55/23] I0518 07:17:21.691154 3428 cni.go:352] [tssc-tpa/migrate-db-d8jnr 6e063d2d0f80a1af3568a1d855153c9bcd3c1ba6bb9b4ec4ce7f30cb644fd5d7 network default NAD default] ADD finished CNI request [tssc-tpa/migrate-db-d8jnr 6e063d2d0f80a1af3568a1d855153c9bcd3c1ba6bb9b4ec4ce7f30cb644fd5d7 network default NAD default], result "{\"interfaces\":[{\"name\":\"6e063d2d0f80a1a\",\"mac\":\"5a:b2:49:c1:9f:c1\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:81:00:37\",\"sandbox\":\"/var/run/netns/351116e7-55bf-4b70-aa28-df81f0d5536b\"}],\"ips\":[{\"interface\":1,\"address\":\"10.129.0.55/23\",\"gateway\":\"10.129.0.1\"}],\"dns\":{}}", err I0518 07:17:23.804443 3428 cni.go:331] [tssc-tpa/migrate-db-d8jnr 6e063d2d0f80a1af3568a1d855153c9bcd3c1ba6bb9b4ec4ce7f30cb644fd5d7 network default NAD default] DEL starting CNI request [tssc-tpa/migrate-db-d8jnr 6e063d2d0f80a1af3568a1d855153c9bcd3c1ba6bb9b4ec4ce7f30cb644fd5d7 network default NAD default] I0518 07:17:23.881528 3428 cni.go:352] [tssc-tpa/migrate-db-d8jnr 6e063d2d0f80a1af3568a1d855153c9bcd3c1ba6bb9b4ec4ce7f30cb644fd5d7 network default NAD default] DEL finished CNI request [tssc-tpa/migrate-db-d8jnr 6e063d2d0f80a1af3568a1d855153c9bcd3c1ba6bb9b4ec4ce7f30cb644fd5d7 network default NAD default], result "{\"dns\":{}}", err I0518 07:17:23.934302 3428 obj_retry.go:463] Detected object tssc-tpa/migrate-db-d8jnr of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0518 07:17:23.934354 3428 pods.go:175] Deleting pod: tssc-tpa/migrate-db-d8jnr I0518 07:17:23.935956 3428 pods.go:218] Attempting to release IPs for pod: tssc-tpa/migrate-db-d8jnr, ips: 10.129.0.55 I0518 07:17:23.935990 3428 obj_retry.go:463] Detected object tssc-tpa/migrate-db-d8jnr of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0518 07:17:24.956258 3428 obj_retry.go:457] Detected object tssc-tpa/migrate-db-d8jnr of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0518 07:17:24.956284 3428 obj_retry.go:457] Detected object tssc-tpa/migrate-db-d8jnr of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0518 07:17:28.123639 3428 base_network_controller_pods.go:478] [default/tssc-tpa/server-77bb698dfb-qp2xn] creating logical port tssc-tpa_server-77bb698dfb-qp2xn for pod on switch ip-10-0-2-232.ec2.internal I0518 07:17:28.123803 3428 kube.go:320] Updating pod tssc-tpa/server-77bb698dfb-qp2xn I0518 07:17:28.140003 3428 pod.go:62] [tssc-tpa/server-77bb698dfb-qp2xn] pod update took 16.231157ms I0518 07:17:28.140029 3428 base_network_controller_pods.go:928] [default/tssc-tpa/server-77bb698dfb-qp2xn] addLogicalPort annotation time took 16.263938ms I0518 07:17:28.141403 3428 pods.go:253] [tssc-tpa/server-77bb698dfb-qp2xn] addLogicalPort took 17.786791ms, libovsdb time 908.38µs I0518 07:17:29.070648 3428 obj_retry.go:463] Detected object tssc-tpa/create-importers-jmg8m of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0518 07:17:29.071279 3428 obj_retry.go:463] Detected object tssc-tpa/create-importers-jmg8m of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0518 07:17:29.149183 3428 base_network_controller_pods.go:478] [default/tssc-tpa/importer-6f455fcc59-2pht4] creating logical port tssc-tpa_importer-6f455fcc59-2pht4 for pod on switch ip-10-0-2-232.ec2.internal I0518 07:17:29.149328 3428 kube.go:320] Updating pod tssc-tpa/importer-6f455fcc59-2pht4 I0518 07:17:29.165724 3428 pod.go:62] [tssc-tpa/importer-6f455fcc59-2pht4] pod update took 16.427915ms I0518 07:17:29.165749 3428 base_network_controller_pods.go:928] [default/tssc-tpa/importer-6f455fcc59-2pht4] addLogicalPort annotation time took 16.456342ms I0518 07:17:29.166965 3428 pods.go:253] [tssc-tpa/importer-6f455fcc59-2pht4] addLogicalPort took 17.798625ms, libovsdb time 779.893µs I0518 07:17:30.093531 3428 obj_retry.go:457] Detected object tssc-tpa/create-importers-jmg8m of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0518 07:17:30.093584 3428 obj_retry.go:457] Detected object tssc-tpa/create-importers-jmg8m of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0518 07:17:33.699722 3428 reflector.go:879] sigs.k8s.io/network-policy-api/pkg/client/informers/externalversions/factory.go:141: Watch close - *v1alpha1.BaselineAdminNetworkPolicy total 5 items received I0518 07:17:36.882772 3428 cni.go:331] [tssc-tpa/server-77bb698dfb-qp2xn 85d93789377228d18ce2c343b2ac8f27b482c5714a0eb913263a9bc79685ff57 network default NAD default] ADD starting CNI request [tssc-tpa/server-77bb698dfb-qp2xn 85d93789377228d18ce2c343b2ac8f27b482c5714a0eb913263a9bc79685ff57 network default NAD default] I0518 07:17:36.894951 3428 helper_linux.go:450] ConfigureOVS: namespace: tssc-tpa, podName: server-77bb698dfb-qp2xn, hostIfaceName: 85d93789377228d, network: default, NAD default, SandboxID: "85d93789377228d18ce2c343b2ac8f27b482c5714a0eb913263a9bc79685ff57", PCI device ID: , UID: "eb30be91-5964-450b-9207-de326ae1b633", MAC: 0a:58:0a:81:00:38, IPs: [10.129.0.56/23] I0518 07:17:36.951231 3428 cni.go:352] [tssc-tpa/server-77bb698dfb-qp2xn 85d93789377228d18ce2c343b2ac8f27b482c5714a0eb913263a9bc79685ff57 network default NAD default] ADD finished CNI request [tssc-tpa/server-77bb698dfb-qp2xn 85d93789377228d18ce2c343b2ac8f27b482c5714a0eb913263a9bc79685ff57 network default NAD default], result "{\"interfaces\":[{\"name\":\"85d93789377228d\",\"mac\":\"42:e9:ee:03:dc:23\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:81:00:38\",\"sandbox\":\"/var/run/netns/017d9bbf-f525-4596-b4d9-af0ab1fbf6f4\"}],\"ips\":[{\"interface\":1,\"address\":\"10.129.0.56/23\",\"gateway\":\"10.129.0.1\"}],\"dns\":{}}", err I0518 07:17:37.013683 3428 cni.go:331] [tssc-tpa/importer-6f455fcc59-2pht4 7970032256f6299d3ac3227e713eae84dfaaeb47e1e8af970d67a11a4830a1ce network default NAD default] ADD starting CNI request [tssc-tpa/importer-6f455fcc59-2pht4 7970032256f6299d3ac3227e713eae84dfaaeb47e1e8af970d67a11a4830a1ce network default NAD default] I0518 07:17:37.022799 3428 helper_linux.go:450] ConfigureOVS: namespace: tssc-tpa, podName: importer-6f455fcc59-2pht4, hostIfaceName: 7970032256f6299, network: default, NAD default, SandboxID: "7970032256f6299d3ac3227e713eae84dfaaeb47e1e8af970d67a11a4830a1ce", PCI device ID: , UID: "96072398-9142-48fd-9e73-f870139f81c2", MAC: 0a:58:0a:81:00:39, IPs: [10.129.0.57/23] I0518 07:17:37.082728 3428 cni.go:352] [tssc-tpa/importer-6f455fcc59-2pht4 7970032256f6299d3ac3227e713eae84dfaaeb47e1e8af970d67a11a4830a1ce network default NAD default] ADD finished CNI request [tssc-tpa/importer-6f455fcc59-2pht4 7970032256f6299d3ac3227e713eae84dfaaeb47e1e8af970d67a11a4830a1ce network default NAD default], result "{\"interfaces\":[{\"name\":\"7970032256f6299\",\"mac\":\"c6:cc:26:1e:68:5e\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:81:00:39\",\"sandbox\":\"/var/run/netns/5eb19f15-bd5f-488a-868f-5cddd918650b\"}],\"ips\":[{\"interface\":1,\"address\":\"10.129.0.57/23\",\"gateway\":\"10.129.0.1\"}],\"dns\":{}}", err I0518 07:18:06.114930 3428 obj_retry.go:463] Detected object tssc-tpa/test-tssc-tpa of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0518 07:18:06.115587 3428 obj_retry.go:463] Detected object tssc-tpa/test-tssc-tpa of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0518 07:18:06.158211 3428 obj_retry.go:457] Detected object tssc-tpa/test-tssc-tpa of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0518 07:18:06.158263 3428 obj_retry.go:457] Detected object tssc-tpa/test-tssc-tpa of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0518 07:18:06.165035 3428 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-tpa/test-tssc-tpa I0518 07:18:06.165059 3428 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod tssc-tpa/test-tssc-tpa I0518 07:18:07.084129 3428 namespace.go:93] [tssc-app-ci] adding namespace I0518 07:18:07.085135 3428 namespace.go:97] [tssc-app-ci] adding namespace took 928.615µs I0518 07:18:07.090476 3428 namespace.go:93] [tssc-app-development] adding namespace I0518 07:18:07.090677 3428 namespace.go:93] [tssc-app-prod] adding namespace I0518 07:18:07.091577 3428 namespace.go:97] [tssc-app-development] adding namespace took 1.073714ms I0518 07:18:07.092469 3428 namespace.go:93] [tssc-app-stage] adding namespace I0518 07:18:07.092592 3428 namespace.go:97] [tssc-app-prod] adding namespace took 1.892479ms I0518 07:18:07.094080 3428 namespace.go:97] [tssc-app-stage] adding namespace took 1.598563ms I0518 07:18:07.115841 3428 namespace.go:137] [tssc-app-ci] updating namespace I0518 07:18:07.155552 3428 namespace.go:137] [tssc-app-ci] updating namespace I0518 07:18:07.184615 3428 namespace.go:137] [tssc-app-development] updating namespace I0518 07:18:07.364606 3428 namespace.go:137] [tssc-app-development] updating namespace I0518 07:18:07.395337 3428 namespace.go:137] [tssc-app-stage] updating namespace I0518 07:18:07.462931 3428 namespace.go:137] [tssc-app-stage] updating namespace I0518 07:18:07.504261 3428 namespace.go:137] [tssc-app-prod] updating namespace I0518 07:18:07.607209 3428 namespace.go:137] [tssc-app-prod] updating namespace I0518 07:18:07.840111 3428 namespace.go:137] [tssc-app-ci] updating namespace I0518 07:18:08.039932 3428 namespace.go:137] [tssc-app-development] updating namespace I0518 07:18:08.295236 3428 namespace.go:137] [tssc-app-prod] updating namespace I0518 07:18:08.392434 3428 namespace.go:137] [tssc-app-stage] updating namespace I0518 07:18:08.509149 3428 namespace.go:137] [tssc-app-ci] updating namespace I0518 07:18:08.518210 3428 namespace.go:137] [tssc-app-development] updating namespace I0518 07:18:08.542176 3428 namespace.go:137] [tssc-app-prod] updating namespace I0518 07:18:08.548246 3428 namespace.go:137] [tssc-app-stage] updating namespace I0518 07:18:08.697449 3428 namespace.go:137] [tssc-app-ci] updating namespace I0518 07:18:08.893536 3428 namespace.go:137] [tssc-app-development] updating namespace I0518 07:18:08.993283 3428 namespace.go:137] [tssc-app-prod] updating namespace I0518 07:18:09.100428 3428 namespace.go:137] [tssc-app-stage] updating namespace I0518 07:18:12.142267 3428 obj_retry.go:463] Detected object tssc-app-ci/patch-serviceaccounts of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0518 07:18:12.142838 3428 obj_retry.go:463] Detected object tssc-app-ci/patch-serviceaccounts of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0518 07:18:14.758767 3428 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 I0518 07:18:16.180101 3428 obj_retry.go:463] Detected object tssc-app-development/patch-serviceaccounts of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0518 07:18:16.180750 3428 obj_retry.go:463] Detected object tssc-app-development/patch-serviceaccounts of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0518 07:18:22.202290 3428 obj_retry.go:463] Detected object tssc-app-prod/patch-serviceaccounts of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0518 07:18:22.202942 3428 obj_retry.go:463] Detected object tssc-app-prod/patch-serviceaccounts of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0518 07:18:25.620610 3428 reflector.go:879] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Service total 47 items received I0518 07:18:26.210029 3428 obj_retry.go:463] Detected object tssc-app-stage/patch-serviceaccounts of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0518 07:18:26.210616 3428 obj_retry.go:463] Detected object tssc-app-stage/patch-serviceaccounts of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0518 07:18:26.231683 3428 obj_retry.go:457] Detected object tssc-app-stage/patch-serviceaccounts of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0518 07:18:26.231761 3428 obj_retry.go:457] Detected object tssc-app-stage/patch-serviceaccounts of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0518 07:18:26.239407 3428 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-app-stage/patch-serviceaccounts I0518 07:18:26.239436 3428 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod tssc-app-stage/patch-serviceaccounts I0518 07:18:26.270224 3428 obj_retry.go:457] Detected object tssc-app-prod/patch-serviceaccounts of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0518 07:18:26.270264 3428 obj_retry.go:457] Detected object tssc-app-prod/patch-serviceaccounts of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0518 07:18:26.277813 3428 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-app-prod/patch-serviceaccounts I0518 07:18:26.277838 3428 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod tssc-app-prod/patch-serviceaccounts I0518 07:18:26.313325 3428 obj_retry.go:457] Detected object tssc-app-development/patch-serviceaccounts of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0518 07:18:26.313370 3428 obj_retry.go:457] Detected object tssc-app-development/patch-serviceaccounts of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0518 07:18:26.324059 3428 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-app-development/patch-serviceaccounts I0518 07:18:26.324086 3428 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod tssc-app-development/patch-serviceaccounts I0518 07:18:26.363492 3428 obj_retry.go:457] Detected object tssc-app-ci/patch-serviceaccounts of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0518 07:18:26.363558 3428 obj_retry.go:457] Detected object tssc-app-ci/patch-serviceaccounts of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0518 07:18:26.372161 3428 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-app-ci/patch-serviceaccounts I0518 07:18:26.372184 3428 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod tssc-app-ci/patch-serviceaccounts I0518 07:18:40.613069 3428 reflector.go:879] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.NetworkPolicy total 24 items received E0518 07:18:42.571901 3428 metrics.go:168] Failed to get the logfile size for .: stat : no such file or directory E0518 07:18:43.239069 3428 metrics.go:168] Failed to get the logfile size for .: stat : no such file or directory I0518 07:18:51.799482 3428 namespace.go:137] [openshift-pipelines] updating namespace I0518 07:18:57.721640 3428 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 I0518 07:19:45.627321 3428 reflector.go:879] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Pod total 479 items received I0518 07:20:04.567411 3428 obj_retry.go:463] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29651480-rj2f9 of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0518 07:20:04.568108 3428 obj_retry.go:463] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29651480-rj2f9 of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0518 07:20:05.442972 3428 obj_retry.go:457] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29651480-rj2f9 of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0518 07:20:05.443002 3428 obj_retry.go:457] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29651480-rj2f9 of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0518 07:20:19.662687 3428 reflector.go:879] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Node total 77 items received I0518 07:20:56.715405 3428 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 9 items received I0518 07:20:58.709625 3428 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 8 items received I0518 07:21:01.727009 3428 reflector.go:879] github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/adminpolicybasedroute/v1/apis/informers/externalversions/factory.go:140: Watch close - *v1.AdminPolicyBasedExternalRoute total 0 items received I0518 07:21:05.625077 3428 reflector.go:879] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Namespace total 75 items received I0518 07:23:02.740395 3428 reflector.go:879] github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/userdefinednetwork/v1/apis/informers/externalversions/factory.go:140: Watch close - *v1.ClusterUserDefinedNetwork total 0 items received I0518 07:23:06.724927 3428 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 I0518 07:23:39.762921 3428 reflector.go:879] github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/userdefinednetwork/v1/apis/informers/externalversions/factory.go:140: Watch close - *v1.UserDefinedNetwork total 2 items received E0518 07:23:42.572540 3428 metrics.go:168] Failed to get the logfile size for .: stat : no such file or directory E0518 07:23:43.239248 3428 metrics.go:168] Failed to get the logfile size for .: stat : no such file or directory I0518 07:24:10.619960 3428 reflector.go:879] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.EndpointSlice total 48 items received I0518 07:24:28.457926 3428 obj_retry.go:463] Detected object tssc/test-tssc-dh of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0518 07:24:28.458557 3428 obj_retry.go:463] Detected object tssc/test-tssc-dh of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0518 07:24:28.498637 3428 obj_retry.go:457] Detected object tssc/test-tssc-dh of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0518 07:24:28.498689 3428 obj_retry.go:457] Detected object tssc/test-tssc-dh of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0518 07:24:28.506167 3428 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc/test-tssc-dh I0518 07:24:28.506250 3428 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod tssc/test-tssc-dh I0518 07:24:30.703537 3428 reflector.go:879] sigs.k8s.io/network-policy-api/pkg/client/informers/externalversions/factory.go:141: Watch close - *v1alpha1.BaselineAdminNetworkPolicy total 1 items received I0518 07:24:32.472213 3428 obj_retry.go:463] Detected object tssc/tssc-acs-integrations of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0518 07:24:32.472865 3428 obj_retry.go:463] Detected object tssc/tssc-acs-integrations of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0518 07:24:32.495058 3428 obj_retry.go:457] Detected object tssc/tssc-acs-integrations of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0518 07:24:32.495097 3428 obj_retry.go:457] Detected object tssc/tssc-acs-integrations of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0518 07:24:32.503371 3428 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc/tssc-acs-integrations I0518 07:24:32.503416 3428 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod tssc/tssc-acs-integrations W0518 07:25:03.244875 3428 duration.go:461] Config duration recorder: measurement expired for pod/openshift-image-registry/image-registry-6d778df49b-vn7fw I0518 07:25:22.666379 3428 reflector.go:879] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Node total 19 items received I0518 07:25:53.725128 3428 reflector.go:879] github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/egressip/v1/apis/informers/externalversions/factory.go:140: Watch close - *v1.EgressIP total 3 items received I0518 07:26:11.617271 3428 reflector.go:879] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.NetworkPolicy total 9 items received I0518 07:26:26.204208 3428 namespace.go:137] [tssc-app-prod] updating namespace I0518 07:26:27.591524 3428 namespace.go:137] [tssc-app-development] updating namespace I0518 07:26:28.281036 3428 namespace.go:137] [tssc-app-ci] updating namespace I0518 07:26:31.700840 3428 namespace.go:137] [tssc-app-stage] updating namespace I0518 07:26:53.705140 3428 reflector.go:879] sigs.k8s.io/network-policy-api/pkg/client/informers/externalversions/factory.go:141: Watch close - *v1alpha1.AdminNetworkPolicy total 4 items received I0518 07:26:57.631657 3428 reflector.go:879] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Pod total 101 items received I0518 07:27:03.735395 3428 reflector.go:879] github.com/k8snetworkplumbingwg/network-attachment-definition-client/pkg/client/informers/externalversions/factory.go:117: Watch close - *v1.NetworkAttachmentDefinition total 4 items received I0518 07:27:07.624819 3428 reflector.go:879] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Service total 20 items received I0518 07:27:18.720114 3428 reflector.go:879] github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/egressqos/v1/apis/informers/externalversions/factory.go:140: Watch close - *v1.EgressQoS total 6 items received I0518 07:27:20.055475 3428 obj_retry.go:457] Detected object tssc-tpa/create-db-mqhf9 of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0518 07:27:20.055530 3428 obj_retry.go:457] Detected object tssc-tpa/create-db-mqhf9 of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0518 07:27:20.062656 3428 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-tpa/create-db-mqhf9 I0518 07:27:20.062713 3428 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod tssc-tpa/create-db-mqhf9 I0518 07:27:24.052321 3428 obj_retry.go:457] Detected object tssc-tpa/migrate-db-d8jnr of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0518 07:27:24.052405 3428 obj_retry.go:457] Detected object tssc-tpa/migrate-db-d8jnr of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0518 07:27:24.059363 3428 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-tpa/migrate-db-d8jnr I0518 07:27:24.059436 3428 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod tssc-tpa/migrate-db-d8jnr I0518 07:27:30.038923 3428 obj_retry.go:457] Detected object tssc-tpa/create-importers-jmg8m of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0518 07:27:30.038971 3428 obj_retry.go:457] Detected object tssc-tpa/create-importers-jmg8m of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0518 07:27:30.042334 3428 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-tpa/create-importers-jmg8m I0518 07:27:30.042390 3428 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod tssc-tpa/create-importers-jmg8m I0518 07:27:43.240828 3428 obj_retry.go:463] Detected object tssc-app-ci/e2e-tests-go-rlascnby-on-pu028bd154d26c5bfcc1cf5e567db42f5e-pod of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0518 07:27:43.241405 3428 obj_retry.go:463] Detected object tssc-app-ci/e2e-tests-go-rlascnby-on-pu028bd154d26c5bfcc1cf5e567db42f5e-pod of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0518 07:28:07.713646 3428 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 I0518 07:28:12.731083 3428 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 6 items received E0518 07:28:42.572905 3428 metrics.go:168] Failed to get the logfile size for .: stat : no such file or directory E0518 07:28:43.239407 3428 metrics.go:168] Failed to get the logfile size for .: stat : no such file or directory I0518 07:29:03.605479 3428 obj_retry.go:463] Detected object tssc-app-ci/e2e-tests-go-rlascnby-on-pull-request-md4kn-build-pod of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0518 07:29:03.606048 3428 obj_retry.go:463] Detected object tssc-app-ci/e2e-tests-go-rlascnby-on-pull-request-md4kn-build-pod of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0518 07:29:16.710873 3428 obj_retry.go:463] Detected object tssc-app-ci/e2e-tests-go-rlascnby-on-pull-request-md4kn-scan-pod of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0518 07:29:16.711562 3428 obj_retry.go:463] Detected object tssc-app-ci/e2e-tests-go-rlascnby-on-pull-request-md4kn-scan-pod of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0518 07:29:22.708399 3428 obj_retry.go:463] Detected object tssc-app-ci/e2e-tests-go-rlascnby-on-pull-request-md4kn-show-sbom-pod of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0518 07:29:22.708994 3428 obj_retry.go:463] Detected object tssc-app-ci/e2e-tests-go-rlascnby-on-pull-request-md4kn-show-sbom-pod of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0518 07:29:23.047598 3428 obj_retry.go:463] Detected object tssc-app-ci/affinity-assistant-6f224fc7a8-0 of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0518 07:29:23.048249 3428 obj_retry.go:463] Detected object tssc-app-ci/affinity-assistant-6f224fc7a8-0 of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0518 07:29:23.544626 3428 obj_retry.go:457] Detected object tssc-app-ci/affinity-assistant-6f224fc7a8-0 of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0518 07:29:23.544717 3428 obj_retry.go:457] Detected object tssc-app-ci/affinity-assistant-6f224fc7a8-0 of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0518 07:29:23.553013 3428 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-app-ci/affinity-assistant-6f224fc7a8-0 I0518 07:29:23.553076 3428 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod tssc-app-ci/affinity-assistant-6f224fc7a8-0 I0518 07:29:23.705030 3428 obj_retry.go:463] Detected object tssc-app-ci/e2e-tests-go-rlascnby-on-pull-request-md4kn-summarize-pod of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0518 07:29:23.705655 3428 obj_retry.go:463] Detected object tssc-app-ci/e2e-tests-go-rlascnby-on-pull-request-md4kn-summarize-pod of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0518 07:29:41.629286 3428 reflector.go:879] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Namespace total 8 items received I0518 07:29:48.821103 3428 obj_retry.go:463] Detected object tssc-app-ci/e2e-tests-go-rlascnby-on-push-9xh68-clone-repository-pod of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0518 07:29:48.821842 3428 obj_retry.go:463] Detected object tssc-app-ci/e2e-tests-go-rlascnby-on-push-9xh68-clone-repository-pod of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0518 07:30:04.864238 3428 obj_retry.go:463] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29651490-smxz2 of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0518 07:30:04.864935 3428 obj_retry.go:463] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29651490-smxz2 of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0518 07:30:05.735560 3428 obj_retry.go:457] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29651490-smxz2 of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0518 07:30:05.735593 3428 obj_retry.go:457] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29651490-smxz2 of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0518 07:30:05.768527 3428 obj_retry.go:457] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29651460-s95vx of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0518 07:30:05.768582 3428 obj_retry.go:457] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29651460-s95vx of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0518 07:30:05.777012 3428 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-backplane/osd-delete-backplane-serviceaccounts-29651460-s95vx I0518 07:30:05.777035 3428 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod openshift-backplane/osd-delete-backplane-serviceaccounts-29651460-s95vx I0518 07:30:23.744897 3428 reflector.go:879] github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/userdefinednetwork/v1/apis/informers/externalversions/factory.go:140: Watch close - *v1.ClusterUserDefinedNetwork total 8 items received I0518 07:30:28.121131 3428 obj_retry.go:463] Detected object tssc-app-development/e2e-tests-go-zmqadshp-6b7cfd794f-mg9g8 of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0518 07:30:28.121769 3428 obj_retry.go:463] Detected object tssc-app-development/e2e-tests-go-zmqadshp-6b7cfd794f-mg9g8 of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0518 07:30:28.822368 3428 obj_retry.go:457] Detected object tssc-app-development/e2e-tests-go-zmqadshp-6b7cfd794f-mg9g8 of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0518 07:30:28.822400 3428 obj_retry.go:457] Detected object tssc-app-development/e2e-tests-go-zmqadshp-6b7cfd794f-mg9g8 of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0518 07:30:28.828418 3428 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-app-development/e2e-tests-go-zmqadshp-6b7cfd794f-mg9g8 I0518 07:30:28.828446 3428 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod tssc-app-development/e2e-tests-go-zmqadshp-6b7cfd794f-mg9g8 I0518 07:30:48.708030 3428 reflector.go:879] sigs.k8s.io/network-policy-api/pkg/client/informers/externalversions/factory.go:141: Watch close - *v1alpha1.BaselineAdminNetworkPolicy total 0 items received I0518 07:30:51.729260 3428 reflector.go:879] github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/egressservice/v1/apis/informers/externalversions/factory.go:140: Watch close - *v1.EgressService total 8 items received I0518 07:31:08.193668 3428 obj_retry.go:463] Detected object tssc-app-ci/e2e-tests-go-rlascnby-on-push-9xh68-build-pod of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0518 07:31:08.194298 3428 obj_retry.go:463] Detected object tssc-app-ci/e2e-tests-go-rlascnby-on-push-9xh68-build-pod of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0518 07:31:16.220372 3428 obj_retry.go:463] Detected object tssc-app-ci/e2e-tests-go-rlascnby-on-push-9xh68-deploy-pod of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0518 07:31:16.220970 3428 obj_retry.go:463] Detected object tssc-app-ci/e2e-tests-go-rlascnby-on-push-9xh68-deploy-pod of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0518 07:31:22.284575 3428 obj_retry.go:463] Detected object tssc-app-ci/e2e-tests-go-rlascnby-on-push-9xh68-scan-pod of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0518 07:31:22.285229 3428 obj_retry.go:463] Detected object tssc-app-ci/e2e-tests-go-rlascnby-on-push-9xh68-scan-pod of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0518 07:31:23.353784 3428 obj_retry.go:463] Detected object tssc-app-ci/e2e-tests-go-rlascnby-on-push-9xh68-deployment-check-pod of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0518 07:31:23.354540 3428 obj_retry.go:463] Detected object tssc-app-ci/e2e-tests-go-rlascnby-on-push-9xh68-deployment-check-pod of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0518 07:31:26.624181 3428 reflector.go:879] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.EndpointSlice total 37 items received I0518 07:31:28.328416 3428 obj_retry.go:463] Detected object tssc-app-ci/e2e-tests-go-rlascnby-on-push-9xh68-show-sbom-pod of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0518 07:31:28.329105 3428 obj_retry.go:463] Detected object tssc-app-ci/e2e-tests-go-rlascnby-on-push-9xh68-show-sbom-pod of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0518 07:31:28.732134 3428 obj_retry.go:463] Detected object tssc-app-ci/affinity-assistant-000f1d766a-0 of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0518 07:31:28.732814 3428 obj_retry.go:463] Detected object tssc-app-ci/affinity-assistant-000f1d766a-0 of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0518 07:31:29.327123 3428 obj_retry.go:463] Detected object tssc-app-ci/e2e-tests-go-rlascnby-on-push-9xh68-summarize-pod of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0518 07:31:29.327836 3428 obj_retry.go:463] Detected object tssc-app-ci/e2e-tests-go-rlascnby-on-push-9xh68-summarize-pod of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0518 07:31:29.459070 3428 obj_retry.go:457] Detected object tssc-app-ci/affinity-assistant-000f1d766a-0 of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0518 07:31:29.459092 3428 obj_retry.go:457] Detected object tssc-app-ci/affinity-assistant-000f1d766a-0 of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0518 07:31:29.462666 3428 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-app-ci/affinity-assistant-000f1d766a-0 I0518 07:31:29.462703 3428 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod tssc-app-ci/affinity-assistant-000f1d766a-0 I0518 07:31:50.436354 3428 obj_retry.go:463] Detected object tssc-app-stage/e2e-tests-go-zmqadshp-6b7cfd794f-sf77q of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0518 07:31:50.437000 3428 obj_retry.go:463] Detected object tssc-app-stage/e2e-tests-go-zmqadshp-6b7cfd794f-sf77q of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0518 07:31:51.138335 3428 obj_retry.go:457] Detected object tssc-app-stage/e2e-tests-go-zmqadshp-6b7cfd794f-sf77q of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0518 07:31:51.138408 3428 obj_retry.go:457] Detected object tssc-app-stage/e2e-tests-go-zmqadshp-6b7cfd794f-sf77q of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0518 07:31:51.145929 3428 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-app-stage/e2e-tests-go-zmqadshp-6b7cfd794f-sf77q I0518 07:31:51.145959 3428 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod tssc-app-stage/e2e-tests-go-zmqadshp-6b7cfd794f-sf77q I0518 07:31:59.481293 3428 obj_retry.go:463] Detected object tssc-app-development/e2e-tests-go-rlascnby-855b6b96fc-bqg7r of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0518 07:31:59.481971 3428 obj_retry.go:463] Detected object tssc-app-development/e2e-tests-go-rlascnby-855b6b96fc-bqg7r of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0518 07:32:00.175396 3428 obj_retry.go:457] Detected object tssc-app-development/e2e-tests-go-rlascnby-855b6b96fc-bqg7r of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0518 07:32:00.175422 3428 obj_retry.go:457] Detected object tssc-app-development/e2e-tests-go-rlascnby-855b6b96fc-bqg7r of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0518 07:32:00.181879 3428 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-app-development/e2e-tests-go-rlascnby-855b6b96fc-bqg7r I0518 07:32:00.181928 3428 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod tssc-app-development/e2e-tests-go-rlascnby-855b6b96fc-bqg7r I0518 07:32:32.620947 3428 obj_retry.go:463] Detected object tssc-app-ci/e2e-tests-go-r31c590227f51228d9e2be3cd8a1313b636f4f18f53326-pod of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0518 07:32:32.621536 3428 obj_retry.go:463] Detected object tssc-app-ci/e2e-tests-go-r31c590227f51228d9e2be3cd8a1313b636f4f18f53326-pod of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0518 07:32:38.683503 3428 obj_retry.go:463] Detected object tssc-app-ci/e2e-tests-go-rlascnby-gitop01b55bad7b752a5fbf91dff9fd4568a9-pod of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0518 07:32:38.684194 3428 obj_retry.go:463] Detected object tssc-app-ci/e2e-tests-go-rlascnby-gitop01b55bad7b752a5fbf91dff9fd4568a9-pod of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0518 07:32:40.766602 3428 reflector.go:879] github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/userdefinednetwork/v1/apis/informers/externalversions/factory.go:140: Watch close - *v1.UserDefinedNetwork total 0 items received I0518 07:32:45.717277 3428 obj_retry.go:463] Detected object tssc-app-ci/e2e-tests-go-rla31c590227f505c702cb088a3d46a2069d30a18fa481-pod of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0518 07:32:45.717909 3428 obj_retry.go:463] Detected object tssc-app-ci/e2e-tests-go-rla31c590227f505c702cb088a3d46a2069d30a18fa481-pod of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0518 07:32:51.771740 3428 obj_retry.go:463] Detected object tssc-app-ci/e2e-tests-go-rlascnby-gitop40ee70f93e3a7519567f98da43c46b9b-pod of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0518 07:32:51.772389 3428 obj_retry.go:463] Detected object tssc-app-ci/e2e-tests-go-rlascnby-gitop40ee70f93e3a7519567f98da43c46b9b-pod of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0518 07:32:54.709387 3428 reflector.go:879] sigs.k8s.io/network-policy-api/pkg/client/informers/externalversions/factory.go:141: Watch close - *v1alpha1.AdminNetworkPolicy total 0 items received I0518 07:33:03.145401 3428 obj_retry.go:463] Detected object tssc-app-ci/affinity-assistant-7dece29efc-0 of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0518 07:33:03.146098 3428 obj_retry.go:463] Detected object tssc-app-ci/affinity-assistant-7dece29efc-0 of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0518 07:33:03.621585 3428 reflector.go:879] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.NetworkPolicy total 7 items received I0518 07:33:03.671972 3428 obj_retry.go:457] Detected object tssc-app-ci/affinity-assistant-7dece29efc-0 of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0518 07:33:03.672050 3428 obj_retry.go:457] Detected object tssc-app-ci/affinity-assistant-7dece29efc-0 of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0518 07:33:03.679113 3428 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-app-ci/affinity-assistant-7dece29efc-0 I0518 07:33:03.679190 3428 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod tssc-app-ci/affinity-assistant-7dece29efc-0 I0518 07:33:03.844034 3428 obj_retry.go:463] Detected object tssc-app-ci/e2e-tests-go-rl31c590227f519c50072f721f09698104c5fe5226fd5d-pod of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0518 07:33:03.844570 3428 obj_retry.go:463] Detected object tssc-app-ci/e2e-tests-go-rl31c590227f519c50072f721f09698104c5fe5226fd5d-pod of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0518 07:33:10.772169 3428 obj_retry.go:463] Detected object tssc-app-prod/e2e-tests-go-zmqadshp-6b7cfd794f-462zp of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0518 07:33:10.772811 3428 obj_retry.go:463] Detected object tssc-app-prod/e2e-tests-go-zmqadshp-6b7cfd794f-462zp of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0518 07:33:11.716731 3428 obj_retry.go:457] Detected object tssc-app-prod/e2e-tests-go-zmqadshp-6b7cfd794f-462zp of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0518 07:33:11.716754 3428 obj_retry.go:457] Detected object tssc-app-prod/e2e-tests-go-zmqadshp-6b7cfd794f-462zp of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0518 07:33:11.724331 3428 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-app-prod/e2e-tests-go-zmqadshp-6b7cfd794f-462zp I0518 07:33:11.724398 3428 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod tssc-app-prod/e2e-tests-go-zmqadshp-6b7cfd794f-462zp I0518 07:33:18.670373 3428 reflector.go:879] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Node total 50 items received I0518 07:33:36.139266 3428 obj_retry.go:463] Detected object tssc-app-stage/e2e-tests-go-rlascnby-d47dc59d9-9nb56 of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0518 07:33:36.139932 3428 obj_retry.go:463] Detected object tssc-app-stage/e2e-tests-go-rlascnby-d47dc59d9-9nb56 of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0518 07:33:36.848137 3428 obj_retry.go:457] Detected object tssc-app-stage/e2e-tests-go-rlascnby-d47dc59d9-9nb56 of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0518 07:33:36.848232 3428 obj_retry.go:457] Detected object tssc-app-stage/e2e-tests-go-rlascnby-d47dc59d9-9nb56 of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0518 07:33:36.855317 3428 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-app-stage/e2e-tests-go-rlascnby-d47dc59d9-9nb56 I0518 07:33:36.855350 3428 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod tssc-app-stage/e2e-tests-go-rlascnby-d47dc59d9-9nb56 E0518 07:33:42.572583 3428 metrics.go:168] Failed to get the logfile size for .: stat : no such file or directory E0518 07:33:43.239492 3428 metrics.go:168] Failed to get the logfile size for .: stat : no such file or directory I0518 07:33:52.223549 3428 obj_retry.go:463] Detected object tssc-app-stage/e2e-tests-go-rlascnby-855b6b96fc-n98zv of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0518 07:33:52.224192 3428 obj_retry.go:463] Detected object tssc-app-stage/e2e-tests-go-rlascnby-855b6b96fc-n98zv of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0518 07:33:52.612371 3428 obj_retry.go:457] Detected object tssc-app-stage/e2e-tests-go-rlascnby-855b6b96fc-n98zv of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0518 07:33:52.612395 3428 obj_retry.go:457] Detected object tssc-app-stage/e2e-tests-go-rlascnby-855b6b96fc-n98zv of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0518 07:33:52.618098 3428 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-app-stage/e2e-tests-go-rlascnby-855b6b96fc-n98zv I0518 07:33:52.618174 3428 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod tssc-app-stage/e2e-tests-go-rlascnby-855b6b96fc-n98zv I0518 07:34:23.926538 3428 obj_retry.go:463] Detected object tssc-app-ci/e2e-tests-go-rb4fe72cdd7279fde1b6ed163d10c5d787d2c4eb705094-pod of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0518 07:34:23.927138 3428 obj_retry.go:463] Detected object tssc-app-ci/e2e-tests-go-rb4fe72cdd7279fde1b6ed163d10c5d787d2c4eb705094-pod of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0518 07:34:28.979641 3428 obj_retry.go:463] Detected object tssc-app-ci/e2e-tests-go-rlascnby-gitop53ead50eb7639ddb9ca30ad82e716cfd-pod of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0518 07:34:28.980436 3428 obj_retry.go:463] Detected object tssc-app-ci/e2e-tests-go-rlascnby-gitop53ead50eb7639ddb9ca30ad82e716cfd-pod of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0518 07:34:34.739025 3428 reflector.go:879] github.com/k8snetworkplumbingwg/network-attachment-definition-client/pkg/client/informers/externalversions/factory.go:117: Watch close - *v1.NetworkAttachmentDefinition total 2 items received I0518 07:34:36.003320 3428 obj_retry.go:463] Detected object tssc-app-ci/e2e-tests-go-rlab4fe72cdd72eb6472107b1e9ae19b2184fed0e06401-pod of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0518 07:34:36.003847 3428 obj_retry.go:463] Detected object tssc-app-ci/e2e-tests-go-rlab4fe72cdd72eb6472107b1e9ae19b2184fed0e06401-pod of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0518 07:34:41.070120 3428 obj_retry.go:463] Detected object tssc-app-ci/e2e-tests-go-rlascnby-gitopb15dc1756a4d87720f664494fe8b69db-pod of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0518 07:34:41.070769 3428 obj_retry.go:463] Detected object tssc-app-ci/e2e-tests-go-rlascnby-gitopb15dc1756a4d87720f664494fe8b69db-pod of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0518 07:34:45.735319 3428 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 I0518 07:34:54.458407 3428 obj_retry.go:463] Detected object tssc-app-ci/affinity-assistant-63938ddb6c-0 of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0518 07:34:54.459195 3428 obj_retry.go:463] Detected object tssc-app-ci/affinity-assistant-63938ddb6c-0 of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0518 07:34:54.960346 3428 obj_retry.go:457] Detected object tssc-app-ci/affinity-assistant-63938ddb6c-0 of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0518 07:34:54.960436 3428 obj_retry.go:457] Detected object tssc-app-ci/affinity-assistant-63938ddb6c-0 of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0518 07:34:54.968034 3428 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-app-ci/affinity-assistant-63938ddb6c-0 I0518 07:34:54.968097 3428 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod tssc-app-ci/affinity-assistant-63938ddb6c-0 I0518 07:34:55.108335 3428 obj_retry.go:463] Detected object tssc-app-ci/e2e-tests-go-rlb4fe72cdd727c5e05e9480f20e2fb436bf95fbfc7a35-pod of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0518 07:34:55.108933 3428 obj_retry.go:463] Detected object tssc-app-ci/e2e-tests-go-rlb4fe72cdd727c5e05e9480f20e2fb436bf95fbfc7a35-pod of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0518 07:35:28.718263 3428 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 2 items received I0518 07:35:39.459817 3428 obj_retry.go:463] Detected object tssc-app-prod/e2e-tests-go-rlascnby-855b6b96fc-rwpjw of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0518 07:35:39.460471 3428 obj_retry.go:463] Detected object tssc-app-prod/e2e-tests-go-rlascnby-855b6b96fc-rwpjw of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0518 07:35:40.172014 3428 obj_retry.go:457] Detected object tssc-app-prod/e2e-tests-go-rlascnby-855b6b96fc-rwpjw of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0518 07:35:40.172048 3428 obj_retry.go:457] Detected object tssc-app-prod/e2e-tests-go-rlascnby-855b6b96fc-rwpjw of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0518 07:35:40.178527 3428 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-app-prod/e2e-tests-go-rlascnby-855b6b96fc-rwpjw I0518 07:35:40.178550 3428 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod tssc-app-prod/e2e-tests-go-rlascnby-855b6b96fc-rwpjw I0518 07:35:51.635437 3428 reflector.go:879] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Pod total 413 items received I0518 07:36:31.721999 3428 obj_retry.go:463] Detected object tssc-app-development/e2e-tests-go-aljmlgnq-67dbbf878d-n2zpw of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0518 07:36:31.722653 3428 obj_retry.go:463] Detected object tssc-app-development/e2e-tests-go-aljmlgnq-67dbbf878d-n2zpw of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0518 07:36:32.417115 3428 obj_retry.go:457] Detected object tssc-app-development/e2e-tests-go-aljmlgnq-67dbbf878d-n2zpw of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0518 07:36:32.417147 3428 obj_retry.go:457] Detected object tssc-app-development/e2e-tests-go-aljmlgnq-67dbbf878d-n2zpw of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0518 07:36:32.422978 3428 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-app-development/e2e-tests-go-aljmlgnq-67dbbf878d-n2zpw I0518 07:36:32.423053 3428 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod tssc-app-development/e2e-tests-go-aljmlgnq-67dbbf878d-n2zpw I0518 07:36:45.735559 3428 reflector.go:879] github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/adminpolicybasedroute/v1/apis/informers/externalversions/factory.go:140: Watch close - *v1.AdminPolicyBasedExternalRoute total 4 items received I0518 07:36:53.629455 3428 reflector.go:879] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Service total 9 items received I0518 07:36:53.723849 3428 reflector.go:879] github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/egressqos/v1/apis/informers/externalversions/factory.go:140: Watch close - *v1.EgressQoS total 5 items received I0518 07:37:25.733142 3428 reflector.go:879] github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/egressservice/v1/apis/informers/externalversions/factory.go:140: Watch close - *v1.EgressService total 4 items received I0518 07:37:36.633719 3428 reflector.go:879] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Namespace total 8 items received I0518 07:38:14.749281 3428 reflector.go:879] github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/userdefinednetwork/v1/apis/informers/externalversions/factory.go:140: Watch close - *v1.ClusterUserDefinedNetwork total 5 items received I0518 07:38:27.713966 3428 reflector.go:879] sigs.k8s.io/network-policy-api/pkg/client/informers/externalversions/factory.go:141: Watch close - *v1alpha1.AdminNetworkPolicy total 5 items received E0518 07:38:42.572583 3428 metrics.go:168] Failed to get the logfile size for .: stat : no such file or directory E0518 07:38:43.239478 3428 metrics.go:168] Failed to get the logfile size for .: stat : no such file or directory I0518 07:39:44.625839 3428 reflector.go:879] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.NetworkPolicy total 7 items received I0518 07:39:45.742989 3428 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 I0518 07:39:55.560722 3428 obj_retry.go:463] Detected object tssc-app-stage/e2e-tests-go-aljmlgnq-67dbbf878d-gx5fb of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0518 07:39:55.561385 3428 obj_retry.go:463] Detected object tssc-app-stage/e2e-tests-go-aljmlgnq-67dbbf878d-gx5fb of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0518 07:39:55.941238 3428 obj_retry.go:457] Detected object tssc-app-stage/e2e-tests-go-aljmlgnq-67dbbf878d-gx5fb of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0518 07:39:55.941272 3428 obj_retry.go:457] Detected object tssc-app-stage/e2e-tests-go-aljmlgnq-67dbbf878d-gx5fb of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0518 07:39:55.948291 3428 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-app-stage/e2e-tests-go-aljmlgnq-67dbbf878d-gx5fb I0518 07:39:55.948367 3428 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod tssc-app-stage/e2e-tests-go-aljmlgnq-67dbbf878d-gx5fb I0518 07:40:04.454715 3428 obj_retry.go:463] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29651500-bs6j8 of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0518 07:40:04.455501 3428 obj_retry.go:463] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29651500-bs6j8 of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0518 07:40:05.343299 3428 obj_retry.go:457] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29651500-bs6j8 of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0518 07:40:05.343384 3428 obj_retry.go:457] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29651500-bs6j8 of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0518 07:40:05.374765 3428 obj_retry.go:457] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29651470-jq266 of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0518 07:40:05.374817 3428 obj_retry.go:457] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29651470-jq266 of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0518 07:40:05.382948 3428 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-backplane/osd-delete-backplane-serviceaccounts-29651470-jq266 I0518 07:40:05.382999 3428 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod openshift-backplane/osd-delete-backplane-serviceaccounts-29651470-jq266 I0518 07:40:17.712428 3428 reflector.go:879] sigs.k8s.io/network-policy-api/pkg/client/informers/externalversions/factory.go:141: Watch close - *v1alpha1.BaselineAdminNetworkPolicy total 7 items received I0518 07:40:26.629197 3428 reflector.go:879] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.EndpointSlice total 40 items received I0518 07:42:10.674494 3428 reflector.go:879] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Node total 54 items received I0518 07:42:14.639599 3428 reflector.go:879] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Pod total 40 items received I0518 07:42:16.770912 3428 reflector.go:879] github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/userdefinednetwork/v1/apis/informers/externalversions/factory.go:140: Watch close - *v1.UserDefinedNetwork total 10 items received I0518 07:42:30.457025 3428 obj_retry.go:463] Detected object tssc-app-prod/e2e-tests-go-aljmlgnq-8665c557d7-x4q8j of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0518 07:42:30.457607 3428 obj_retry.go:463] Detected object tssc-app-prod/e2e-tests-go-aljmlgnq-8665c557d7-x4q8j of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0518 07:42:30.736806 3428 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 I0518 07:42:31.010391 3428 obj_retry.go:457] Detected object tssc-app-prod/e2e-tests-go-aljmlgnq-8665c557d7-x4q8j of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0518 07:42:31.010424 3428 obj_retry.go:457] Detected object tssc-app-prod/e2e-tests-go-aljmlgnq-8665c557d7-x4q8j of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0518 07:42:31.016530 3428 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-app-prod/e2e-tests-go-aljmlgnq-8665c557d7-x4q8j I0518 07:42:31.016582 3428 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod tssc-app-prod/e2e-tests-go-aljmlgnq-8665c557d7-x4q8j I0518 07:42:46.764139 3428 obj_retry.go:463] Detected object tssc-app-prod/e2e-tests-go-aljmlgnq-67dbbf878d-qf9wb of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0518 07:42:46.764743 3428 obj_retry.go:463] Detected object tssc-app-prod/e2e-tests-go-aljmlgnq-67dbbf878d-qf9wb of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0518 07:42:47.081651 3428 obj_retry.go:457] Detected object tssc-app-prod/e2e-tests-go-aljmlgnq-67dbbf878d-qf9wb of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0518 07:42:47.081753 3428 obj_retry.go:457] Detected object tssc-app-prod/e2e-tests-go-aljmlgnq-67dbbf878d-qf9wb of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0518 07:42:47.089232 3428 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-app-prod/e2e-tests-go-aljmlgnq-67dbbf878d-qf9wb I0518 07:42:47.089264 3428 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod tssc-app-prod/e2e-tests-go-aljmlgnq-67dbbf878d-qf9wb I0518 07:42:56.633663 3428 reflector.go:879] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Service total 8 items received I0518 07:43:20.739851 3428 reflector.go:879] github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/egressip/v1/apis/informers/externalversions/factory.go:140: Watch close - *v1.EgressIP total 10 items received I0518 07:43:32.727537 3428 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 1 items received E0518 07:43:42.571922 3428 metrics.go:168] Failed to get the logfile size for .: stat : no such file or directory E0518 07:43:43.239064 3428 metrics.go:168] Failed to get the logfile size for .: stat : no such file or directory I0518 07:44:42.722765 3428 reflector.go:879] github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/egressfirewall/v1/apis/informers/externalversions/factory.go:140: Watch close - *v1.EgressFirewall total 0 items received