+ . /ovnkube-lib/ovnkube-lib.sh ++ set -x ++ K8S_NODE=ip-10-0-1-250.ec2.internal ++ [[ -n ip-10-0-1-250.ec2.internal ]] ++ [[ -f /env/ip-10-0-1-250.ec2.internal ]] ++ northd_pidfile=/var/run/ovn/ovn-northd.pid ++ controller_pidfile=/var/run/ovn/ovn-controller.pid ++ controller_logfile=/var/log/ovn/acl-audit-log.log ++ vswitch_dbsock=/var/run/openvswitch/db.sock ++ nbdb_pidfile=/var/run/ovn/ovnnb_db.pid ++ nbdb_sock=/var/run/ovn/ovnnb_db.sock ++ nbdb_ctl=/var/run/ovn/ovnnb_db.ctl ++ sbdb_pidfile=/var/run/ovn/ovnsb_db.pid ++ sbdb_sock=/var/run/ovn/ovnsb_db.sock ++ sbdb_ctl=/var/run/ovn/ovnsb_db.ctl + start-ovnkube-node 4 29103 29105 + local log_level=4 + local metrics_port=29103 + local ovn_metrics_port=29105 + [[ 3 -ne 3 ]] + cni-bin-copy + . /host/etc/os-release ++ NAME='Red Hat Enterprise Linux CoreOS' ++ VERSION='9.6.20250811-0 (Plow)' ++ ID=rhel ++ ID_LIKE=fedora ++ VERSION_ID=9.6 ++ PLATFORM_ID=platform:el9 ++ PRETTY_NAME='Red Hat Enterprise Linux CoreOS 9.6.20250811-0 (Plow)' ++ ANSI_COLOR='0;31' ++ LOGO=fedora-logo-icon ++ CPE_NAME=cpe:/o:redhat:enterprise_linux:9::baseos ++ HOME_URL=https://www.redhat.com/ ++ DOCUMENTATION_URL=https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9 ++ BUG_REPORT_URL=https://issues.redhat.com/ ++ REDHAT_BUGZILLA_PRODUCT='Red Hat Enterprise Linux 9' ++ REDHAT_BUGZILLA_PRODUCT_VERSION=9.6 ++ REDHAT_SUPPORT_PRODUCT='Red Hat Enterprise Linux' ++ REDHAT_SUPPORT_PRODUCT_VERSION=9.6 ++ OSTREE_VERSION=9.6.20250811-0 ++ VARIANT=CoreOS ++ VARIANT_ID=coreos ++ OPENSHIFT_VERSION=4.19 + rhelmajor= + case "${ID}" in ++ echo 9.6 ++ cut -f 1 -d . + rhelmajor=9 + sourcedir=/usr/libexec/cni/ + case "${rhelmajor}" in + sourcedir=/usr/libexec/cni/rhel9 + cp -f /usr/libexec/cni/rhel9/ovn-k8s-cni-overlay /cni-bin-dir/ ++ date '+%m%d %H:%M:%S.%N' + echo 'I0703 21:57:59.653035555 - disable conntrack on geneve port' I0703 21:57:59.653035555 - disable conntrack on geneve port + iptables -t raw -A PREROUTING -p udp --dport 6081 -j NOTRACK + iptables -t raw -A OUTPUT -p udp --dport 6081 -j NOTRACK + ip6tables -t raw -A PREROUTING -p udp --dport 6081 -j NOTRACK + ip6tables -t raw -A OUTPUT -p udp --dport 6081 -j NOTRACK ++ date '+%m%d %H:%M:%S.%N' + echo 'I0703 21:57:59.672972106 - starting ovnkube-node' I0703 21:57:59.672972106 - starting ovnkube-node + '[' shared == shared ']' + gateway_mode_flags='--gateway-mode shared --gateway-interface br-ex' + export_network_flows_flags= + [[ -n '' ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n '' ]] + gw_interface_flag= + '[' -d /sys/class/net/br-ex1 ']' + node_mgmt_port_netdev_flags= + [[ -n '' ]] + [[ -n '' ]] + multi_network_enabled_flag= + [[ true == \t\r\u\e ]] + multi_network_enabled_flag=--enable-multi-network + network_segmentation_enabled_flag= + [[ true == \t\r\u\e ]] + multi_network_enabled_flag=--enable-multi-network + network_segmentation_enabled_flag=--enable-network-segmentation + route_advertisements_enable_flag= + [[ false == \t\r\u\e ]] + network_observability_enabled_flag= + [[ false == \t\r\u\e ]] + multi_network_policy_enabled_flag= + [[ false == \t\r\u\e ]] + admin_network_policy_enabled_flag= + [[ true == \t\r\u\e ]] + admin_network_policy_enabled_flag=--enable-admin-network-policy + dns_name_resolver_enabled_flag= + [[ false == \t\r\u\e ]] + ip_forwarding_flag= + '[' '' == Global ']' + ip_forwarding_flag=--disable-forwarding + sysctl -w net.ipv4.ip_forward=0 net.ipv4.ip_forward = 0 + sysctl -w net.ipv6.conf.all.forwarding=0 net.ipv6.conf.all.forwarding = 0 + NETWORK_NODE_IDENTITY_ENABLE= + [[ true == \t\r\u\e ]] + NETWORK_NODE_IDENTITY_ENABLE=' --bootstrap-kubeconfig=/var/lib/kubelet/kubeconfig --cert-dir=/etc/ovn/ovnkube-node-certs --cert-duration=24h ' + ovn_v4_join_subnet_opt= + [[ '' != '' ]] + ovn_v6_join_subnet_opt= + [[ '' != '' ]] + ovn_v4_masquerade_subnet_opt= + [[ 169.254.0.0/17 != '' ]] + ovn_v4_masquerade_subnet_opt='--gateway-v4-masquerade-subnet 169.254.0.0/17' + ovn_v6_masquerade_subnet_opt= + [[ fd69::/112 != '' ]] + ovn_v6_masquerade_subnet_opt='--gateway-v6-masquerade-subnet fd69::/112' + ovn_v4_transit_switch_subnet_opt= + [[ '' != '' ]] + ovn_v6_transit_switch_subnet_opt= + [[ '' != '' ]] + exec /usr/bin/ovnkube --init-ovnkube-controller ip-10-0-1-250.ec2.internal --init-node ip-10-0-1-250.ec2.internal --config-file=/run/ovnkube-config/ovnkube.conf --ovn-empty-lb-events --loglevel 4 --inactivity-probe=180000 --gateway-mode shared --gateway-interface br-ex --metrics-bind-address 127.0.0.1:29103 --ovn-metrics-bind-address 127.0.0.1:29105 --metrics-enable-pprof --metrics-enable-config-duration --export-ovs-metrics --disable-snat-multiple-gws --enable-multi-network --enable-network-segmentation --enable-admin-network-policy --enable-multicast --zone ip-10-0-1-250.ec2.internal --enable-interconnect --acl-logging-rate-limit 20 --disable-forwarding --bootstrap-kubeconfig=/var/lib/kubelet/kubeconfig --cert-dir=/etc/ovn/ovnkube-node-certs --cert-duration=24h --gateway-v4-masquerade-subnet 169.254.0.0/17 --gateway-v6-masquerade-subnet fd69::/112 I0703 21:57:59.719643 3383 config.go:2336] Parsed config file /run/ovnkube-config/ovnkube.conf I0703 21:57:59.719686 3383 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-971a8adf89.hypershift.local:443 Token: TokenFile: CompatServiceCIDR: RawServiceCIDRs:172.30.0.0/16 ServiceCIDRs:[] OVNConfigNamespace:openshift-ovn-kubernetes OVNEmptyLbEvents:false PodIP: RawNoHostSubnetNodes: NoHostSubnetNodes: HostNetworkNamespace:openshift-host-network DisableRequestedChassis:false PlatformType:AWS HealthzBindAddress:0.0.0.0:10256 CompatMetricsBindAddress: CompatOVNMetricsBindAddress: CompatMetricsEnablePprof:false DNSServiceNamespace:openshift-dns DNSServiceName:dns-default} Metrics:{BindAddress: OVNMetricsBindAddress: ExportOVSMetrics:false EnablePprof:false NodeServerPrivKey: NodeServerCert: EnableConfigDuration:false EnableScaleMetrics:false} OvnNorth:{Address: PrivKey: Cert: CACert: CertCommonName: Scheme: ElectionTimer:0 northbound:false exec:} OvnSouth:{Address: PrivKey: Cert: CACert: CertCommonName: Scheme: ElectionTimer:0 northbound:false exec:} Gateway:{Mode:shared Interface: GatewayAcceleratedInterface: EgressGWInterface: NextHop: VLANID:0 NodeportEnable:true DisableSNATMultipleGWs:false V4JoinSubnet:100.64.0.0/16 V6JoinSubnet:fd98::/64 V4MasqueradeSubnet:169.254.169.0/29 V6MasqueradeSubnet:fd69::/125 MasqueradeIPs:{V4OVNMasqueradeIP:169.254.169.1 V6OVNMasqueradeIP:fd69::1 V4HostMasqueradeIP:169.254.169.2 V6HostMasqueradeIP:fd69::2 V4HostETPLocalMasqueradeIP:169.254.169.3 V6HostETPLocalMasqueradeIP:fd69::3 V4DummyNextHopMasqueradeIP:169.254.169.4 V6DummyNextHopMasqueradeIP:fd69::4 V4OVNServiceHairpinMasqueradeIP:169.254.169.5 V6OVNServiceHairpinMasqueradeIP:fd69::5} DisablePacketMTUCheck:false RouterSubnet: SingleNode:false DisableForwarding:false AllowNoUplink:false EphemeralPortRange:} MasterHA:{ElectionLeaseDuration:137 ElectionRenewDeadline:107 ElectionRetryPeriod:26} ClusterMgrHA:{ElectionLeaseDuration:137 ElectionRenewDeadline:107 ElectionRetryPeriod:26} HybridOverlay:{Enabled:false RawClusterSubnets: ClusterSubnets:[] VXLANPort:4789} OvnKubeNode:{Mode:full DPResourceDeviceIdsMap:map[] MgmtPortNetdev: MgmtPortDPResourceName:} ClusterManager:{V4TransitSwitchSubnet:100.88.0.0/16 V6TransitSwitchSubnet:fd97::/64}} I0703 21:57:59.721399 3383 certificate_manager.go:356] kubernetes.io/kube-apiserver-client: Certificate rotation is enabled I0703 21:57:59.721424 3383 kube.go:419] Waiting for certificate I0703 21:57:59.721465 3383 certificate_manager.go:356] kubernetes.io/kube-apiserver-client: Rotating certificates I0703 21:57:59.722174 3383 envvar.go:172] "Feature gate default state" feature="ClientsPreferCBOR" enabled=false I0703 21:57:59.722193 3383 envvar.go:172] "Feature gate default state" feature="InformerResourceVersion" enabled=false I0703 21:57:59.722198 3383 envvar.go:172] "Feature gate default state" feature="WatchListClient" enabled=false I0703 21:57:59.722202 3383 envvar.go:172] "Feature gate default state" feature="ClientsAllowCBOR" enabled=false I0703 21:57:59.722251 3383 cert_rotation.go:140] Starting client certificate rotation controller I0703 21:57:59.752717 3383 reflector.go:313] Starting reflector *v1.CertificateSigningRequest (0s) from k8s.io/client-go/tools/watch/informerwatcher.go:146 I0703 21:57:59.752733 3383 reflector.go:349] Listing and watching *v1.CertificateSigningRequest from k8s.io/client-go/tools/watch/informerwatcher.go:146 I0703 21:57:59.755709 3383 reflector.go:376] Caches populated for *v1.CertificateSigningRequest from k8s.io/client-go/tools/watch/informerwatcher.go:146 I0703 21:57:59.755793 3383 csr.go:261] certificate signing request csr-vdnrh is approved, waiting to be issued I0703 21:57:59.762552 3383 csr.go:257] certificate signing request csr-vdnrh is issued I0703 21:57:59.762641 3383 reflector.go:319] Stopping reflector *v1.CertificateSigningRequest (0s) from k8s.io/client-go/tools/watch/informerwatcher.go:146 I0703 21:58:00.722256 3383 kube.go:426] Certificate found I0703 21:58:00.722998 3383 cert_rotation.go:140] Starting client certificate rotation controller I0703 21:58:00.724485 3383 metrics.go:525] Starting metrics server at address "127.0.0.1:29103" I0703 21:58:00.764336 3383 certificate_manager.go:356] kubernetes.io/kube-apiserver-client: Certificate expiration is 2026-07-04 21:52:59 +0000 UTC, rotation deadline is 2026-07-04 16:34:31.35971113 +0000 UTC I0703 21:58:00.764501 3383 certificate_manager.go:356] kubernetes.io/kube-apiserver-client: Waiting 18h36m30.595215686s for next certificate rotation I0703 21:58:00.787619 3383 metrics.go:525] Starting metrics server at address "127.0.0.1:29105" I0703 21:58:00.787818 3383 node_controller_manager.go:151] Starting the node network controller manager, Mode: full I0703 21:58:00.787896 3383 factory.go:530] Starting watch factory I0703 21:58:00.787968 3383 reflector.go:313] Starting reflector *v1.EndpointSlice (0s) from k8s.io/client-go/informers/factory.go:160 I0703 21:58:00.787976 3383 reflector.go:313] Starting reflector *v1.Node (0s) from k8s.io/client-go/informers/factory.go:160 I0703 21:58:00.787987 3383 reflector.go:349] Listing and watching *v1.Node from k8s.io/client-go/informers/factory.go:160 I0703 21:58:00.787999 3383 reflector.go:313] Starting reflector *v1.Service (0s) from k8s.io/client-go/informers/factory.go:160 I0703 21:58:00.788001 3383 reflector.go:313] Starting reflector *v1.NetworkPolicy (0s) from k8s.io/client-go/informers/factory.go:160 I0703 21:58:00.788011 3383 reflector.go:349] Listing and watching *v1.NetworkPolicy from k8s.io/client-go/informers/factory.go:160 I0703 21:58:00.788014 3383 reflector.go:313] Starting reflector *v1.Pod (0s) from k8s.io/client-go/informers/factory.go:160 I0703 21:58:00.788028 3383 reflector.go:349] Listing and watching *v1.Pod from k8s.io/client-go/informers/factory.go:160 I0703 21:58:00.788004 3383 reflector.go:349] Listing and watching *v1.Service from k8s.io/client-go/informers/factory.go:160 I0703 21:58:00.787979 3383 reflector.go:349] Listing and watching *v1.EndpointSlice from k8s.io/client-go/informers/factory.go:160 I0703 21:58:00.787968 3383 reflector.go:313] Starting reflector *v1.Namespace (0s) from k8s.io/client-go/informers/factory.go:160 I0703 21:58:00.790350 3383 reflector.go:349] Listing and watching *v1.Namespace from k8s.io/client-go/informers/factory.go:160 I0703 21:58:00.792802 3383 controller_manager.go:363] Starting the ovnkube controller I0703 21:58:00.792817 3383 controller_manager.go:368] Waiting up to 5m0s for NBDB zone to match: ip-10-0-1-250.ec2.internal I0703 21:58:00.792867 3383 controller_manager.go:388] NBDB zone sync took: 42.255µs I0703 21:58:00.792877 3383 factory.go:530] Starting watch factory I0703 21:58:00.807537 3383 reflector.go:376] Caches populated for *v1.NetworkPolicy from k8s.io/client-go/informers/factory.go:160 I0703 21:58:00.810871 3383 reflector.go:376] Caches populated for *v1.Node from k8s.io/client-go/informers/factory.go:160 I0703 21:58:00.811086 3383 ovn_db.go:377] Found OVN DB Pod running on this node. Registering OVN DB Metrics I0703 21:58:00.812135 3383 reflector.go:376] Caches populated for *v1.EndpointSlice from k8s.io/client-go/informers/factory.go:160 I0703 21:58:00.812395 3383 ovn_northd.go:126] Found OVNKube Master Pod running on this node. Registering OVN North Metrics I0703 21:58:00.812424 3383 reflector.go:376] Caches populated for *v1.Namespace from k8s.io/client-go/informers/factory.go:160 I0703 21:58:00.812782 3383 reflector.go:376] Caches populated for *v1.Service from k8s.io/client-go/informers/factory.go:160 I0703 21:58:00.815897 3383 ovn_db.go:332] /var/run/openvswitch/ovnnb_db.sock getting info failed: stat /var/run/openvswitch/ovnnb_db.sock: no such file or directory I0703 21:58:00.815989 3383 ovn_db.go:329] ovnnb_db.sock found at /var/run/ovn/ I0703 21:58:00.819468 3383 reflector.go:376] Caches populated for *v1.Pod from k8s.io/client-go/informers/factory.go:160 I0703 21:58:00.835485 3383 ovn_db.go:424] Found db is standalone, don't register db_cluster metrics I0703 21:58:00.893229 3383 reflector.go:313] Starting reflector *v1alpha1.BaselineAdminNetworkPolicy (0s) from sigs.k8s.io/network-policy-api/pkg/client/informers/externalversions/factory.go:141 I0703 21:58:00.893252 3383 reflector.go:349] Listing and watching *v1alpha1.BaselineAdminNetworkPolicy from sigs.k8s.io/network-policy-api/pkg/client/informers/externalversions/factory.go:141 I0703 21:58:00.893256 3383 reflector.go:313] Starting reflector *v1alpha1.AdminNetworkPolicy (0s) from sigs.k8s.io/network-policy-api/pkg/client/informers/externalversions/factory.go:141 I0703 21:58:00.893263 3383 reflector.go:349] Listing and watching *v1alpha1.AdminNetworkPolicy from sigs.k8s.io/network-policy-api/pkg/client/informers/externalversions/factory.go:141 I0703 21:58:00.926775 3383 reflector.go:376] Caches populated for *v1alpha1.BaselineAdminNetworkPolicy from sigs.k8s.io/network-policy-api/pkg/client/informers/externalversions/factory.go:141 I0703 21:58:00.947944 3383 reflector.go:376] Caches populated for *v1alpha1.AdminNetworkPolicy from sigs.k8s.io/network-policy-api/pkg/client/informers/externalversions/factory.go:141 I0703 21:58:00.999900 3383 reflector.go:313] Starting reflector *v1.EgressIP (0s) from github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/egressip/v1/apis/informers/externalversions/factory.go:140 I0703 21:58:00.999926 3383 reflector.go:349] Listing and watching *v1.EgressIP from github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/egressip/v1/apis/informers/externalversions/factory.go:140 I0703 21:58:01.003834 3383 reflector.go:376] Caches populated for *v1.EgressIP from github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/egressip/v1/apis/informers/externalversions/factory.go:140 I0703 21:58:01.004853 3383 reflector.go:313] Starting reflector *v1.EgressFirewall (0s) from github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/egressfirewall/v1/apis/informers/externalversions/factory.go:140 I0703 21:58:01.004865 3383 reflector.go:349] Listing and watching *v1.EgressFirewall from github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/egressfirewall/v1/apis/informers/externalversions/factory.go:140 I0703 21:58:01.008179 3383 reflector.go:376] Caches populated for *v1.EgressFirewall from github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/egressfirewall/v1/apis/informers/externalversions/factory.go:140 I0703 21:58:01.010178 3383 reflector.go:313] Starting reflector *v1.EgressQoS (0s) from github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/egressqos/v1/apis/informers/externalversions/factory.go:140 I0703 21:58:01.010191 3383 reflector.go:349] Listing and watching *v1.EgressQoS from github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/egressqos/v1/apis/informers/externalversions/factory.go:140 I0703 21:58:01.013421 3383 reflector.go:376] Caches populated for *v1.EgressQoS from github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/egressqos/v1/apis/informers/externalversions/factory.go:140 I0703 21:58:01.015424 3383 reflector.go:313] Starting reflector *v1.EgressService (0s) from github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/egressservice/v1/apis/informers/externalversions/factory.go:140 I0703 21:58:01.015434 3383 reflector.go:349] Listing and watching *v1.EgressService from github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/egressservice/v1/apis/informers/externalversions/factory.go:140 I0703 21:58:01.018530 3383 reflector.go:376] Caches populated for *v1.EgressService from github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/egressservice/v1/apis/informers/externalversions/factory.go:140 I0703 21:58:01.020561 3383 reflector.go:313] Starting reflector *v1.AdminPolicyBasedExternalRoute (0s) from github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/adminpolicybasedroute/v1/apis/informers/externalversions/factory.go:140 I0703 21:58:01.020571 3383 reflector.go:349] Listing and watching *v1.AdminPolicyBasedExternalRoute from github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/adminpolicybasedroute/v1/apis/informers/externalversions/factory.go:140 I0703 21:58:01.023635 3383 reflector.go:376] Caches populated for *v1.AdminPolicyBasedExternalRoute from github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/adminpolicybasedroute/v1/apis/informers/externalversions/factory.go:140 I0703 21:58:01.026532 3383 reflector.go:313] Starting reflector *v1.NetworkAttachmentDefinition (0s) from github.com/k8snetworkplumbingwg/network-attachment-definition-client/pkg/client/informers/externalversions/factory.go:117 I0703 21:58:01.026546 3383 reflector.go:349] Listing and watching *v1.NetworkAttachmentDefinition from github.com/k8snetworkplumbingwg/network-attachment-definition-client/pkg/client/informers/externalversions/factory.go:117 I0703 21:58:01.029561 3383 reflector.go:376] Caches populated for *v1.NetworkAttachmentDefinition from github.com/k8snetworkplumbingwg/network-attachment-definition-client/pkg/client/informers/externalversions/factory.go:117 I0703 21:58:01.031602 3383 reflector.go:313] Starting reflector *v1.UserDefinedNetwork (0s) from github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/userdefinednetwork/v1/apis/informers/externalversions/factory.go:140 I0703 21:58:01.031612 3383 reflector.go:349] Listing and watching *v1.UserDefinedNetwork from github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/userdefinednetwork/v1/apis/informers/externalversions/factory.go:140 I0703 21:58:01.031671 3383 reflector.go:313] Starting reflector *v1.ClusterUserDefinedNetwork (0s) from github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/userdefinednetwork/v1/apis/informers/externalversions/factory.go:140 I0703 21:58:01.031681 3383 reflector.go:349] Listing and watching *v1.ClusterUserDefinedNetwork from github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/userdefinednetwork/v1/apis/informers/externalversions/factory.go:140 I0703 21:58:01.034879 3383 reflector.go:376] Caches populated for *v1.UserDefinedNetwork from github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/userdefinednetwork/v1/apis/informers/externalversions/factory.go:140 I0703 21:58:01.035228 3383 reflector.go:376] Caches populated for *v1.ClusterUserDefinedNetwork from github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/userdefinednetwork/v1/apis/informers/externalversions/factory.go:140 I0703 21:58:01.037295 3383 default_node_network_controller.go:169] Enable node proxy healthz server on 0.0.0.0:10256 I0703 21:58:01.043058 3383 controller_manager.go:399] Waiting up to 5m0s for a node to have "ip-10-0-1-250.ec2.internal" zone I0703 21:58:01.078637 3383 default_node_network_controller.go:806] Initializing the default node network controller I0703 21:58:01.089425 3383 ovs.go:160] Exec(10): /usr/bin/ovs-vsctl --timeout=15 --no-heading --data=bare --format=csv --columns name list interface I0703 21:58:01.095643 3383 ovs.go:163] Exec(10): stdout: "ens5\nbr-int\nbr-ex\n" I0703 21:58:01.095663 3383 ovs.go:164] Exec(10): stderr: "" I0703 21:58:01.095778 3383 ovs.go:160] Exec(11): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only get SB_Global . options:name I0703 21:58:01.101311 3383 ovs.go:163] Exec(11): stdout: "ip-10-0-1-250.ec2.internal\n" I0703 21:58:01.101330 3383 ovs.go:164] Exec(11): stderr: "" I0703 21:58:01.101361 3383 ovs.go:160] Exec(12): /usr/bin/ovs-vsctl --timeout=15 set Open_vSwitch . external_ids:ovn-encap-type=geneve external_ids:ovn-encap-ip=10.0.1.250 external_ids:ovn-remote-probe-interval=180000 external_ids:ovn-bridge-remote-probe-interval=0 other_config:bundle-idle-timeout=0 external_ids:ovn-is-interconn=true external_ids:ovn-monitor-all=true external_ids:ovn-ofctrl-wait-before-clear=0 external_ids:ovn-enable-lflow-cache=true external_ids:ovn-set-local-ip="true" external_ids:ovn-memlimit-lflow-cache-kb=1048576 external_ids:hostname="ip-10-0-1-250.ec2.internal" I0703 21:58:01.108478 3383 ovs.go:163] Exec(12): stdout: "" I0703 21:58:01.108496 3383 ovs.go:164] Exec(12): stderr: "" I0703 21:58:01.108509 3383 ovs.go:160] Exec(13): /usr/bin/ovs-vsctl --timeout=15 -- clear bridge br-int netflow -- clear bridge br-int sflow -- clear bridge br-int ipfix I0703 21:58:01.114321 3383 ovs.go:163] Exec(13): stdout: "" I0703 21:58:01.114335 3383 ovs.go:164] Exec(13): stderr: "" I0703 21:58:01.114351 3383 udn_isolation.go:101] Starting UDN host isolation manager I0703 21:58:01.122572 3383 udn_isolation.go:112] Found kubelet cgroup path: system.slice/kubelet.service I0703 21:58:01.169208 3383 controller.go:132] Adding controller udn-host-isolation-manager event handlers I0703 21:58:01.169498 3383 shared_informer.go:313] Waiting for caches to sync for udn-host-isolation-manager I0703 21:58:01.169527 3383 shared_informer.go:320] Caches are synced for udn-host-isolation-manager I0703 21:58:01.206264 3383 controller.go:156] Starting controller udn-host-isolation-manager with 1 workers I0703 21:58:01.206336 3383 default_node_network_controller.go:912] Node ip-10-0-1-250.ec2.internal ready for ovn initialization with subnet 10.129.0.0/23 I0703 21:58:01.211546 3383 kube.go:133] Setting annotations map[k8s.ovn.org/node-encap-ips:["10.0.1.250"] k8s.ovn.org/zone-name:ip-10-0-1-250.ec2.internal] on node ip-10-0-1-250.ec2.internal I0703 21:58:01.230684 3383 config.go:1705] Exec: /usr/bin/ovs-vsctl --timeout=15 set Open_vSwitch . external_ids:ovn-remote="unix:/var/run/ovn/ovnsb_db.sock" I0703 21:58:01.238255 3383 gateway_init.go:332] Initializing Gateway Functionality for Gateway PreStart I0703 21:58:01.238277 3383 ovs.go:160] Exec(14): /usr/bin/ovs-vsctl --timeout=15 port-to-br br-ex I0703 21:58:01.246523 3383 ovs.go:163] Exec(14): stdout: "" I0703 21:58:01.246540 3383 ovs.go:164] Exec(14): stderr: "ovs-vsctl: no port named br-ex\n" I0703 21:58:01.246547 3383 ovs.go:166] Exec(14): err: exit status 1 I0703 21:58:01.246671 3383 helper_linux.go:93] Provided gateway interface "br-ex", found as index: 5 I0703 21:58:01.246784 3383 helper_linux.go:118] Found default gateway interface br-ex 10.0.1.1 I0703 21:58:01.246911 3383 gateway_init.go:369] Preparing Gateway I0703 21:58:01.246927 3383 gateway_shared_intf.go:2405] Creating new gateway I0703 21:58:01.247010 3383 ovs.go:160] Exec(15): /usr/bin/ovs-vsctl --timeout=15 port-to-br br-ex I0703 21:58:01.252545 3383 ovs.go:163] Exec(15): stdout: "" I0703 21:58:01.252560 3383 ovs.go:164] Exec(15): stderr: "ovs-vsctl: no port named br-ex\n" I0703 21:58:01.252565 3383 ovs.go:166] Exec(15): err: exit status 1 I0703 21:58:01.252573 3383 ovs.go:160] Exec(16): /usr/bin/ovs-vsctl --timeout=15 br-exists br-ex I0703 21:58:01.258073 3383 ovs.go:163] Exec(16): stdout: "" I0703 21:58:01.258089 3383 ovs.go:164] Exec(16): stderr: "" I0703 21:58:01.258100 3383 ovs.go:160] Exec(17): /usr/bin/ovs-vsctl --timeout=15 list-ports br-ex I0703 21:58:01.263272 3383 ovs.go:163] Exec(17): stdout: "ens5\n" I0703 21:58:01.263287 3383 ovs.go:164] Exec(17): stderr: "" I0703 21:58:01.263296 3383 ovs.go:160] Exec(18): /usr/bin/ovs-vsctl --timeout=15 get Port ens5 Interfaces I0703 21:58:01.268227 3383 ovs.go:163] Exec(18): stdout: "[88ae6054-9304-414c-afbf-86924fc9bf86]\n" I0703 21:58:01.268242 3383 ovs.go:164] Exec(18): stderr: "" I0703 21:58:01.268255 3383 ovs.go:160] Exec(19): /usr/bin/ovs-vsctl --timeout=15 get Interface 88ae6054-9304-414c-afbf-86924fc9bf86 Type I0703 21:58:01.273230 3383 ovs.go:163] Exec(19): stdout: "system\n" I0703 21:58:01.273248 3383 ovs.go:164] Exec(19): stderr: "" I0703 21:58:01.273261 3383 ovs.go:160] Exec(20): /usr/bin/ovs-vsctl --timeout=15 get interface ens5 ofport I0703 21:58:01.278396 3383 ovs.go:163] Exec(20): stdout: "1\n" I0703 21:58:01.278411 3383 ovs.go:164] Exec(20): stderr: "" I0703 21:58:01.278420 3383 ovs.go:160] Exec(21): /usr/bin/ovs-vsctl --timeout=15 --if-exists get interface br-ex mac_in_use I0703 21:58:01.283421 3383 ovs.go:163] Exec(21): stdout: "\"0a:ff:db:fe:6d:23\"\n" I0703 21:58:01.283439 3383 ovs.go:164] Exec(21): stderr: "" I0703 21:58:01.283452 3383 ovs.go:160] Exec(22): /usr/sbin/sysctl -w net/ipv4/conf/br-ex/forwarding=1 I0703 21:58:01.284360 3383 ovs.go:163] Exec(22): stdout: "net.ipv4.conf.br-ex.forwarding = 1\n" I0703 21:58:01.284376 3383 ovs.go:164] Exec(22): stderr: "" I0703 21:58:01.284390 3383 ovs.go:160] Exec(23): /usr/bin/ovs-vsctl --timeout=15 --if-exists get Open_vSwitch . external_ids:ovn-bridge-mappings I0703 21:58:01.289428 3383 ovs.go:163] Exec(23): stdout: "\n" I0703 21:58:01.289444 3383 ovs.go:164] Exec(23): stderr: "" I0703 21:58:01.289456 3383 ovs.go:160] Exec(24): /usr/bin/ovs-vsctl --timeout=15 set Open_vSwitch . external_ids:ovn-bridge-mappings=physnet:br-ex I0703 21:58:01.293243 3383 controller_manager.go:422] Waiting for node in zone sync took: 250.16041ms I0703 21:58:01.293329 3383 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-9b58f3113f644b4d3ac47dc194c9efec808ec3b22f509ee7cfec55965872a7ce.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2dcontainers_2dstorage_2doverlay_2d9b58f3113f644b4d3ac47dc194c9efec808ec3b22f509ee7cfec55965872a7ce_2emount"}, Sequence:0x3} I0703 21:58:01.293409 3383 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} I0703 21:58:01.293446 3383 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} I0703 21:58:01.293468 3383 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} I0703 21:58:01.293486 3383 ovs.go:160] Exec(25): /usr/bin/ovsdb-client list-columns unix:/var/run/ovn/ovnnb_db.sock --data=bare --no-heading --format=json OVN_Northbound Load_Balancer I0703 21:58:01.293517 3383 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} I0703 21:58:01.293651 3383 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} I0703 21:58:01.293874 3383 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} I0703 21:58:01.293936 3383 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} I0703 21:58:01.294073 3383 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:0x655bc021b5f7c}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7f4911}, "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:0x655bc021b1a96}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7f042a}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bc021b1a6d}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7f0403}, "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:0x655bc021b4989}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7f331e}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x80, 0x9c, 0x65, 0x36, 0xa5, 0xf1, 0x49, 0x87, 0xb3, 0x0, 0xe0, 0xaf, 0x86, 0xd3, 0xab, 0xf9}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bc021b5f7c}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7f4911}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"mounted"}}, []string{"Conditions", "Asserts"}}, Sequence:0xb} I0703 21:58:01.294208 3383 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:0x655bc01bba240}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1f8bd4}, "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:0x655bc01bba240}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1f8bd4}, "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:0x655bc01bba240}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1f8bd4}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0xc} I0703 21:58:01.294316 3383 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} I0703 21:58:01.294345 3383 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:0x655bc01bdf1ac}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x21db41}, "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:0x655bc01bdf14f}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x21dae3}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bc01bdf14e}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x21dae2}, "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:0x655bc01bdf1ac}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x21db41}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x34, 0x3f, 0xc3, 0x61, 0x86, 0xd1, 0x45, 0xd8, 0xa7, 0xb2, 0xdf, 0x1e, 0xc1, 0xf2, 0x2c, 0x4d}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bc020b1983}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6f0318}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0xe} I0703 21:58:01.294440 3383 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-9b58f3113f644b4d3ac47dc194c9efec808ec3b22f509ee7cfec55965872a7ce-merged.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2dcontainers_2dstorage_2doverlay_2d9b58f3113f644b4d3ac47dc194c9efec808ec3b22f509ee7cfec55965872a7ce_2dmerged_2emount"}, Sequence:0xf} I0703 21:58:01.295031 3383 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:0x655bc02033be7}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x67257b}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0x10} I0703 21:58:01.295110 3383 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:0x655bc021b0fa8}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7ef93c}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bc01e85ab0}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x4c4444}, "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:0x655bc021b0f9f}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7ef934}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bc021b0f9e}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7ef933}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bc01e85ab0}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x4c4444}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bc021b0fa8}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7ef93c}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x1a, 0x1e, 0x87, 0x84, 0xf, 0x3f, 0x42, 0x94, 0x9b, 0xfc, 0x44, 0x2b, 0x85, 0x73, 0x99, 0x5a}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bc021b0fa8}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7ef93c}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0x11} I0703 21:58:01.295189 3383 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:0x655bc021e3dd8}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x82276c}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bc01e84b4c}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x4c34e1}, "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:0x655bc021e3dcf}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x822764}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bc021e3dce}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x822762}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bc01e84b4c}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x4c34e1}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bc021e3dd8}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x82276c}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xa6, 0x33, 0xd6, 0xcc, 0xe2, 0xad, 0x49, 0x48, 0xa6, 0x36, 0x3d, 0xd7, 0x1, 0x56, 0x57, 0x6b}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bc021e3dd8}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x82276c}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0x12} I0703 21:58:01.295241 3383 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-9b58f3113f644b4d3ac47dc194c9efec808ec3b22f509ee7cfec55965872a7ce.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2dcontainers_2dstorage_2doverlay_2d9b58f3113f644b4d3ac47dc194c9efec808ec3b22f509ee7cfec55965872a7ce_2emount"}, Sequence:0x13} I0703 21:58:01.295250 3383 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} I0703 21:58:01.295258 3383 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} I0703 21:58:01.295269 3383 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} I0703 21:58:01.295280 3383 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} I0703 21:58:01.297033 3383 ovs.go:163] Exec(24): stdout: "" I0703 21:58:01.297051 3383 ovs.go:164] Exec(24): stderr: "" I0703 21:58:01.297065 3383 ovs.go:160] Exec(26): /usr/bin/ovs-vsctl --timeout=15 --if-exists get Open_vSwitch . external_ids:system-id I0703 21:58:01.300515 3383 ovs.go:163] Exec(25): stdout: "{\"data\":[[\"health_check\",{\"key\":{\"refTable\":\"Load_Balancer_Health_Check\",\"type\":\"uuid\"},\"max\":\"unlimited\",\"min\":0}],[\"external_ids\",{\"key\":\"string\",\"max\":\"unlimited\",\"min\":0,\"value\":\"string\"}],[\"_uuid\",\"uuid\"],[\"selection_fields\",{\"key\":{\"enum\":[\"set\",[\"eth_dst\",\"eth_src\",\"ip_dst\",\"ip_src\",\"tp_dst\",\"tp_src\"]],\"type\":\"string\"},\"max\":\"unlimited\",\"min\":0}],[\"vips\",{\"key\":\"string\",\"max\":\"unlimited\",\"min\":0,\"value\":\"string\"}],[\"_version\",\"uuid\"],[\"ip_port_mappings\",{\"key\":\"string\",\"max\":\"unlimited\",\"min\":0,\"value\":\"string\"}],[\"name\",\"string\"],[\"options\",{\"key\":\"string\",\"max\":\"unlimited\",\"min\":0,\"value\":\"string\"}],[\"protocol\",{\"key\":{\"enum\":[\"set\",[\"sctp\",\"tcp\",\"udp\"]],\"type\":\"string\"},\"min\":0}]],\"headings\":[\"Column\",\"Type\"]}\n" I0703 21:58:01.300542 3383 ovs.go:164] Exec(25): stderr: "" I0703 21:58:01.300634 3383 controller_manager.go:283] SCTP support detected in OVN I0703 21:58:01.300672 3383 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:u2314545373}] I0703 21:58:01.300714 3383 model_client.go:374] Create operations generated as: [{Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u2314545373}]} fair:{GoSet:[true]} name:acl-logging unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2314545374}] I0703 21:58:01.300755 3383 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:u2314545373} {Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u2314545373}]} fair:{GoSet:[true]} name:acl-logging unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2314545374}] I0703 21:58:01.301292 3383 duration.go:387] Config duration recorder: updated measurement rate to approx 1 in every 30 requests I0703 21:58:01.301425 3383 services_controller.go:70] Creating services controller for network=default I0703 21:58:01.301520 3383 udn_enabled_svc.go:80] Waiting for service informer to sync I0703 21:58:01.301599 3383 controller.go:132] Adding controller [zone-nad-controller NAD controller] event handlers I0703 21:58:01.301624 3383 shared_informer.go:313] Waiting for caches to sync for [zone-nad-controller NAD controller] I0703 21:58:01.301633 3383 shared_informer.go:320] Caches are synced for [zone-nad-controller NAD controller] I0703 21:58:01.301643 3383 controller.go:156] Starting controller [zone-nad-controller NAD controller] with 1 workers I0703 21:58:01.301669 3383 network_controller.go:246] [zone-nad-controller network controller]: syncing all networks I0703 21:58:01.301682 3383 network_controller.go:257] [zone-nad-controller network controller]: finished syncing all networks. Time taken: 10.547µs I0703 21:58:01.301698 3383 controller.go:156] Starting controller [zone-nad-controller network controller] with 1 workers I0703 21:58:01.301709 3383 nad_controller.go:162] [zone-nad-controller NAD controller]: started I0703 21:58:01.301719 3383 default_network_controller.go:322] Starting the default network controller I0703 21:58:01.301657 3383 model_client.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:u2314545375}] I0703 21:58:01.301737 3383 address_set.go:303] New(u2314545375/udn-enabled-svc:UDNEnabledService:udn-enabled-svc-cluster-ips:v4/a3613486944346402462) with [] I0703 21:58:01.301752 3383 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:u2314545375}] I0703 21:58:01.301807 3383 default_network_controller.go:367] Existing number of nodes: 3 I0703 21:58:01.301822 3383 ovs.go:160] Exec(27): /usr/bin/ovn-nbctl --timeout=15 --columns=_uuid list Load_Balancer_Group I0703 21:58:01.302166 3383 udn_enabled_svc.go:95] Performing full resync I0703 21:58:01.302280 3383 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 == {fc35724f-a2f8-40ae-a8a0-0e00272b8595}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:01.302344 3383 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 == {fc35724f-a2f8-40ae-a8a0-0e00272b8595}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:01.302706 3383 udn_enabled_svc.go:99] Waiting for handler to sync I0703 21:58:01.302723 3383 udn_enabled_svc.go:104] Starting worker I0703 21:58:01.304681 3383 ovs.go:163] Exec(26): stdout: "\"94cf464b-7db1-49f0-b1cb-e3e6c55c62a5\"\n" I0703 21:58:01.304694 3383 ovs.go:164] Exec(26): stderr: "" I0703 21:58:01.304704 3383 ovs.go:160] Exec(28): /usr/bin/ovs-appctl --timeout=15 dpif/show-dp-features br-ex I0703 21:58:01.307031 3383 ovs.go:163] Exec(27): stdout: "" I0703 21:58:01.307046 3383 ovs.go:164] Exec(27): stderr: "" I0703 21:58:01.307081 3383 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:u2314545376}] I0703 21:58:01.307179 3383 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:u2314545377}] I0703 21:58:01.307223 3383 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:u2314545378}] I0703 21:58:01.307247 3383 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:u2314545376} {Op:insert Table:Load_Balancer_Group Row:map[name:clusterSwitchLBGroup] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2314545377} {Op:insert Table:Load_Balancer_Group Row:map[name:clusterRouterLBGroup] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2314545378}] I0703 21:58:01.307805 3383 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:u2314545379}] I0703 21:58:01.307851 3383 model_client.go:374] Create operations generated as: [{Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u2314545379}]} fair:{GoSet:[true]} name:arp-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2314545380}] I0703 21:58:01.307890 3383 model_client.go:374] Create operations generated as: [{Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u2314545379}]} fair:{GoSet:[true]} name:arp-resolve-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2314545381}] I0703 21:58:01.307928 3383 model_client.go:374] Create operations generated as: [{Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u2314545379}]} fair:{GoSet:[true]} name:bfd-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2314545382}] I0703 21:58:01.307961 3383 model_client.go:374] Create operations generated as: [{Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u2314545379}]} fair:{GoSet:[true]} name:event-elb-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2314545383}] I0703 21:58:01.307994 3383 model_client.go:374] Create operations generated as: [{Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u2314545379}]} fair:{GoSet:[true]} name:icmp4-error-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2314545384}] I0703 21:58:01.308024 3383 model_client.go:374] Create operations generated as: [{Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u2314545379}]} fair:{GoSet:[true]} name:icmp6-error-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2314545385}] I0703 21:58:01.308053 3383 model_client.go:374] Create operations generated as: [{Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u2314545379}]} fair:{GoSet:[true]} name:reject-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2314545386}] I0703 21:58:01.308085 3383 model_client.go:374] Create operations generated as: [{Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u2314545379}]} fair:{GoSet:[true]} name:tcp-reset-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2314545387}] I0703 21:58:01.308141 3383 model_client.go:374] Create operations generated as: [{Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u2314545379}]} fair:{GoSet:[true]} name:svc-monitor-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2314545388}] I0703 21:58:01.308177 3383 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:u2314545389}] I0703 21:58:01.308233 3383 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:u2314545379} {Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u2314545379}]} fair:{GoSet:[true]} name:arp-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2314545380} {Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u2314545379}]} fair:{GoSet:[true]} name:arp-resolve-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2314545381} {Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u2314545379}]} fair:{GoSet:[true]} name:bfd-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2314545382} {Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u2314545379}]} fair:{GoSet:[true]} name:event-elb-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2314545383} {Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u2314545379}]} fair:{GoSet:[true]} name:icmp4-error-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2314545384} {Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u2314545379}]} fair:{GoSet:[true]} name:icmp6-error-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2314545385} {Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u2314545379}]} fair:{GoSet:[true]} name:reject-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2314545386} {Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u2314545379}]} fair:{GoSet:[true]} name:tcp-reset-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2314545387} {Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u2314545379}]} fair:{GoSet:[true]} name:svc-monitor-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2314545388} {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:u2314545389}] I0703 21:58:01.309317 3383 model_client.go:374] Create operations generated as: [{Op:insert Table:Logical_Router Row:map[copp:{GoSet:[{GoUUID:52074aa8-adf6-4f38-87d6-26a403a59b9c}]} 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:u2314545390}] I0703 21:58:01.309348 3383 transact.go:43] Configuring OVN: [{Op:wait Table:Logical_Router Row:map[] Rows:[map[name:ovn_cluster_router]] Columns:[name] Mutations:[] Timeout:0xc0089b75d0 Where:[where column name == ovn_cluster_router] Until:!= Durable: Comment: Lock: UUID: UUIDName:} {Op:insert Table:Logical_Router Row:map[copp:{GoSet:[{GoUUID:52074aa8-adf6-4f38-87d6-26a403a59b9c}]} 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:u2314545390}] I0703 21:58:01.309395 3383 ovs.go:163] Exec(28): stdout: "Masked set action: Yes\nTunnel push pop: No\nUfid: Yes\nTruncate action: Yes\nClone action: Yes\nSample nesting: 10\nConntrack eventmask: Yes\nConntrack clear: Yes\nMax dp_hash algorithm: 1\nCheck pkt length action: Yes\nConntrack timeout policy: Yes\nExplicit Drop action: Yes\nOptimized Balance TCP mode: No\nConntrack all-zero IP SNAT: Yes\nMPLS Label add: Yes\npsample action: Yes\nMax VLAN headers: 2\nMax MPLS depth: 3\nRecirc: Yes\nCT state: Yes\nCT zone: Yes\nCT mark: Yes\nCT label: Yes\nCT state NAT: Yes\nCT orig tuple: Yes\nCT orig tuple for IPv6: Yes\nIPv6 ND Extension: No\n" I0703 21:58:01.309425 3383 ovs.go:164] Exec(28): stderr: "" I0703 21:58:01.309473 3383 ovs.go:160] Exec(29): /usr/bin/ovs-vsctl --timeout=15 --if-exists get Open_vSwitch . other_config:hw-offload I0703 21:58:01.309729 3383 model_client.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:u2314545391}] I0703 21:58:01.309753 3383 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:u2314545391}] I0703 21:58:01.310094 3383 model_client.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:u2314545392}] I0703 21:58:01.310163 3383 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:u2314545392}] I0703 21:58:01.310567 3383 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:u2314545393}] I0703 21:58:01.310646 3383 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:u2314545394}] I0703 21:58:01.310711 3383 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:u2314545393} {GoUUID:u2314545394}]}}] Timeout: Where:[where column _uuid == {4cae68e1-f02d-478b-9523-8c1b0c1d85ec}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:01.310751 3383 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:u2314545393} {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:u2314545394} {Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:acls Mutator:insert Value:{GoSet:[{GoUUID:u2314545393} {GoUUID:u2314545394}]}}] Timeout: Where:[where column _uuid == {4cae68e1-f02d-478b-9523-8c1b0c1d85ec}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:01.311465 3383 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:u2314545395}] I0703 21:58:01.311523 3383 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:u2314545396}] I0703 21:58:01.311565 3383 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:u2314545395} {GoUUID:u2314545396}]}}] Timeout: Where:[where column _uuid == {39bea780-30c7-4075-baea-d9af7846b925}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:01.311587 3383 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:u2314545395} {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:u2314545396} {Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:acls Mutator:insert Value:{GoSet:[{GoUUID:u2314545395} {GoUUID:u2314545396}]}}] Timeout: Where:[where column _uuid == {39bea780-30c7-4075-baea-d9af7846b925}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:01.312318 3383 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:u2314545397}] I0703 21:58:01.312343 3383 transact.go:43] Configuring OVN: [{Op:wait Table:Logical_Switch Row:map[] Rows:[map[name:join]] Columns:[name] Mutations:[] Timeout:0xc0087d5e28 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:u2314545397}] I0703 21:58:01.312649 3383 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:u2314545398}] I0703 21:58:01.312690 3383 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:u2314545398}]}}] Timeout: Where:[where column _uuid == {279dfb7d-bdb3-4b1e-b1c2-52ed8e8efcaf}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:01.312708 3383 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:u2314545398} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2314545398}]}}] Timeout: Where:[where column _uuid == {279dfb7d-bdb3-4b1e-b1c2-52ed8e8efcaf}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:01.313070 3383 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:u2314545399}] I0703 21:58:01.313146 3383 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:u2314545399}]}}] Timeout: Where:[where column _uuid == {74963f24-eb1f-46e0-954e-c1744e4f5d0d}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:01.313168 3383 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:u2314545399} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2314545399}]}}] Timeout: Where:[where column _uuid == {74963f24-eb1f-46e0-954e-c1744e4f5d0d}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:01.313527 3383 default_network_controller.go:389] Cleaning External Gateway ECMP routes I0703 21:58:01.313621 3383 repair.go:33] Syncing exgw routes took 77.598µs I0703 21:58:01.313652 3383 default_network_controller.go:408] Starting all the Watchers... I0703 21:58:01.313910 3383 obj_retry.go:509] Add event received for *v1.Namespace open-cluster-management-agent-addon I0703 21:58:01.313942 3383 obj_retry.go:509] Add event received for *v1.Namespace openshift-node I0703 21:58:01.314007 3383 namespace.go:93] [openshift-node] adding namespace I0703 21:58:01.313912 3383 obj_retry.go:509] Add event received for *v1.Namespace openshift-user-workload-monitoring I0703 21:58:01.314084 3383 namespace.go:93] [openshift-user-workload-monitoring] adding namespace I0703 21:58:01.313913 3383 obj_retry.go:509] Add event received for *v1.Namespace openshift-console I0703 21:58:01.314085 3383 model_client.go:374] Create operations generated 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:u2314545400}] I0703 21:58:01.314103 3383 address_set.go:303] New(u2314545400/default-network-controller:Namespace:openshift-node:v4/a10320713570038180226) with [] I0703 21:58:01.314111 3383 namespace.go:93] [openshift-console] adding namespace I0703 21:58:01.313913 3383 obj_retry.go:509] Add event received for *v1.Namespace openshift-kube-apiserver I0703 21:58:01.314109 3383 transact.go:43] Configuring 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:u2314545400}] I0703 21:58:01.314152 3383 namespace.go:93] [openshift-kube-apiserver] adding namespace I0703 21:58:01.313930 3383 obj_retry.go:509] Add event received for *v1.Namespace openshift-kube-controller-manager-operator I0703 21:58:01.314173 3383 namespace.go:93] [openshift-kube-controller-manager-operator] adding namespace I0703 21:58:01.313931 3383 obj_retry.go:509] Add event received for *v1.Namespace kube-system I0703 21:58:01.314192 3383 namespace.go:93] [kube-system] adding namespace I0703 21:58:01.313929 3383 obj_retry.go:509] Add event received for *v1.Namespace openshift-ingress I0703 21:58:01.314210 3383 namespace.go:93] [openshift-ingress] adding namespace I0703 21:58:01.313944 3383 obj_retry.go:509] Add event received for *v1.Namespace openshift-controller-manager-operator I0703 21:58:01.314226 3383 namespace.go:93] [openshift-controller-manager-operator] adding namespace I0703 21:58:01.313949 3383 obj_retry.go:509] Add event received for *v1.Namespace openshift-authentication I0703 21:58:01.314248 3383 namespace.go:93] [openshift-authentication] adding namespace I0703 21:58:01.313953 3383 obj_retry.go:509] Add event received for *v1.Namespace openshift-config-operator I0703 21:58:01.314265 3383 namespace.go:93] [openshift-config-operator] adding namespace I0703 21:58:01.313967 3383 obj_retry.go:509] Add event received for *v1.Namespace openshift-customer-monitoring I0703 21:58:01.314277 3383 namespace.go:93] [openshift-customer-monitoring] adding namespace I0703 21:58:01.313961 3383 obj_retry.go:509] Add event received for *v1.Namespace openshift-backplane-srep-ro I0703 21:58:01.314292 3383 namespace.go:93] [openshift-backplane-srep-ro] adding namespace I0703 21:58:01.313973 3383 namespace.go:93] [open-cluster-management-agent-addon] adding namespace I0703 21:58:01.313975 3383 obj_retry.go:509] Add event received for *v1.Namespace openshift-route-controller-manager I0703 21:58:01.314316 3383 namespace.go:93] [openshift-route-controller-manager] adding namespace I0703 21:58:01.313978 3383 obj_retry.go:509] Add event received for *v1.Namespace openshift-controller-manager I0703 21:58:01.314328 3383 namespace.go:93] [openshift-controller-manager] adding namespace I0703 21:58:01.314498 3383 model_client.go:374] 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:u2314545401}] I0703 21:58:01.314517 3383 transact.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:u2314545401}] I0703 21:58:01.314797 3383 namespace.go:97] [openshift-node] adding namespace took 778.044µs I0703 21:58:01.314816 3383 obj_retry.go:548] Creating *v1.Namespace openshift-node took: 817.558µs I0703 21:58:01.314828 3383 obj_retry.go:509] Add event received for *v1.Namespace openshift-backplane-mcs-tier-two I0703 21:58:01.314836 3383 namespace.go:93] [openshift-backplane-mcs-tier-two] adding namespace I0703 21:58:01.314878 3383 model_client.go:374] Create operations generated 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:u2314545402}] I0703 21:58:01.314910 3383 address_set.go:303] New(u2314545402/default-network-controller:Namespace:openshift-backplane-mcs-tier-two:v4/a3729672510619867801) with [] I0703 21:58:01.314917 3383 transact.go:43] Configuring 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:u2314545402}] I0703 21:58:01.315262 3383 model_client.go:374] 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:u2314545403}] I0703 21:58:01.315290 3383 transact.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:u2314545403}] I0703 21:58:01.315334 3383 ovs.go:163] Exec(29): stdout: "\n" I0703 21:58:01.315350 3383 ovs.go:164] Exec(29): stderr: "" I0703 21:58:01.315609 3383 namespace.go:97] [openshift-backplane-mcs-tier-two] adding namespace took 766.785µs I0703 21:58:01.315622 3383 obj_retry.go:548] Creating *v1.Namespace openshift-backplane-mcs-tier-two took: 785.449µs I0703 21:58:01.315631 3383 obj_retry.go:509] Add event received for *v1.Namespace openshift-monitoring I0703 21:58:01.315636 3383 namespace.go:93] [openshift-monitoring] adding namespace I0703 21:58:01.315672 3383 model_client.go:374] Create operations generated 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:u2314545404}] I0703 21:58:01.315697 3383 address_set.go:303] New(u2314545404/default-network-controller:Namespace:openshift-monitoring:v4/a5151710470485437164) with [] I0703 21:58:01.315703 3383 transact.go:43] Configuring 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:u2314545404}] I0703 21:58:01.315950 3383 ovs.go:160] Exec(30): /usr/bin/ovs-appctl --timeout=15 fdb/add br-ex br-ex 0 0a:ff:db:fe:6d:23 I0703 21:58:01.315950 3383 model_client.go:374] 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:u2314545405}] I0703 21:58:01.315969 3383 transact.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:u2314545405}] I0703 21:58:01.316609 3383 namespace.go:97] [openshift-monitoring] adding namespace took 964.863µs I0703 21:58:01.316628 3383 obj_retry.go:548] Creating *v1.Namespace openshift-monitoring took: 987.983µs I0703 21:58:01.316641 3383 obj_retry.go:509] Add event received for *v1.Namespace openshift-ovn-kubernetes I0703 21:58:01.316623 3383 model_client.go:374] Create operations generated 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:u2314545406}] I0703 21:58:01.316650 3383 namespace.go:93] [openshift-ovn-kubernetes] adding namespace I0703 21:58:01.316655 3383 address_set.go:303] New(u2314545406/default-network-controller:Namespace:openshift-user-workload-monitoring:v4/a17884403498503024866) with [] I0703 21:58:01.316663 3383 transact.go:43] Configuring 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:u2314545406}] I0703 21:58:01.317207 3383 model_client.go:374] 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:u2314545407}] I0703 21:58:01.317240 3383 transact.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:u2314545407}] I0703 21:58:01.317681 3383 namespace.go:97] [openshift-user-workload-monitoring] adding namespace took 3.58702ms I0703 21:58:01.317734 3383 obj_retry.go:548] Creating *v1.Namespace openshift-user-workload-monitoring took: 3.662581ms I0703 21:58:01.317766 3383 obj_retry.go:509] Add event received for *v1.Namespace openshift-backplane I0703 21:58:01.317777 3383 namespace.go:93] [openshift-backplane] adding namespace I0703 21:58:01.317679 3383 model_client.go:374] Create operations generated 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:u2314545408}] I0703 21:58:01.317789 3383 address_set.go:303] New(u2314545408/default-network-controller:Namespace:openshift-console:v4/a11622011068173273797) with [] I0703 21:58:01.317797 3383 transact.go:43] Configuring 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:u2314545408}] I0703 21:58:01.318302 3383 model_client.go:374] 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:u2314545409}] I0703 21:58:01.318333 3383 transact.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:u2314545409}] I0703 21:58:01.318699 3383 namespace.go:97] [openshift-console] adding namespace took 4.560481ms I0703 21:58:01.318715 3383 obj_retry.go:548] Creating *v1.Namespace openshift-console took: 4.614183ms I0703 21:58:01.318726 3383 obj_retry.go:509] Add event received for *v1.Namespace kube-public I0703 21:58:01.318734 3383 namespace.go:93] [kube-public] adding namespace I0703 21:58:01.318722 3383 model_client.go:374] Create operations generated 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:u2314545410}] I0703 21:58:01.318759 3383 address_set.go:303] New(u2314545410/default-network-controller:Namespace:openshift-kube-apiserver:v4/a4531626005796422843) with [] I0703 21:58:01.318768 3383 transact.go:43] Configuring 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:u2314545410}] I0703 21:58:01.319083 3383 model_client.go:374] 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:u2314545411}] I0703 21:58:01.319103 3383 transact.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:u2314545411}] I0703 21:58:01.319479 3383 namespace.go:97] [openshift-kube-apiserver] adding namespace took 5.320177ms I0703 21:58:01.319490 3383 obj_retry.go:548] Creating *v1.Namespace openshift-kube-apiserver took: 5.349304ms I0703 21:58:01.319478 3383 model_client.go:374] Create operations generated 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:u2314545412}] I0703 21:58:01.319498 3383 obj_retry.go:509] Add event received for *v1.Namespace openshift-dns-operator I0703 21:58:01.319508 3383 namespace.go:93] [openshift-dns-operator] adding namespace I0703 21:58:01.319508 3383 address_set.go:303] New(u2314545412/default-network-controller:Namespace:openshift-kube-controller-manager-operator:v4/a13990978431870169537) with [] I0703 21:58:01.319518 3383 transact.go:43] Configuring 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:u2314545412}] I0703 21:58:01.319874 3383 model_client.go:374] 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:u2314545413}] I0703 21:58:01.319906 3383 transact.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:u2314545413}] I0703 21:58:01.320776 3383 ovs.go:163] Exec(30): stdout: "Overriding already existing dynamic entry on LOCAL\n" I0703 21:58:01.320792 3383 ovs.go:164] Exec(30): stderr: "" I0703 21:58:01.320892 3383 iptables.go:144] Deleting rule in table: filter, chain: FORWARD with args: "-p tcp -m tcp --dport 22623 -j REJECT" for protocol: 0 I0703 21:58:01.321352 3383 namespace.go:97] [openshift-kube-controller-manager-operator] adding namespace took 7.16821ms I0703 21:58:01.321364 3383 obj_retry.go:548] Creating *v1.Namespace openshift-kube-controller-manager-operator took: 7.201668ms I0703 21:58:01.321354 3383 model_client.go:374] Create operations 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:u2314545414}] I0703 21:58:01.321373 3383 obj_retry.go:509] Add event received for *v1.Namespace openshift-config-managed I0703 21:58:01.321382 3383 namespace.go:93] [openshift-config-managed] adding namespace I0703 21:58:01.321382 3383 address_set.go:303] New(u2314545414/default-network-controller:Namespace:kube-system:v4/a8746611765617041202) with [] I0703 21:58:01.321391 3383 transact.go:43] 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:u2314545414}] I0703 21:58:01.321956 3383 model_client.go: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:u2314545415}] I0703 21:58:01.321993 3383 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:u2314545415}] I0703 21:58:01.322436 3383 model_client.go:374] Create operations generated 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:u2314545416}] I0703 21:58:01.322466 3383 address_set.go:303] New(u2314545416/default-network-controller:Namespace:openshift-ingress:v4/a9185810757115582127) with [] I0703 21:58:01.322472 3383 transact.go:43] Configuring 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:u2314545416}] I0703 21:58:01.322445 3383 namespace.go:97] [kube-system] adding namespace took 8.242575ms I0703 21:58:01.322521 3383 obj_retry.go:548] Creating *v1.Namespace kube-system took: 8.335247ms I0703 21:58:01.322529 3383 obj_retry.go:509] Add event received for *v1.Namespace openshift-backplane-srep I0703 21:58:01.322535 3383 namespace.go:93] [openshift-backplane-srep] adding namespace I0703 21:58:01.322910 3383 model_client.go:374] 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:u2314545417}] I0703 21:58:01.322946 3383 transact.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:u2314545417}] I0703 21:58:01.323608 3383 namespace.go:97] [openshift-ingress] adding namespace took 9.389983ms I0703 21:58:01.323622 3383 obj_retry.go:548] Creating *v1.Namespace openshift-ingress took: 9.416771ms I0703 21:58:01.323630 3383 obj_retry.go:509] Add event received for *v1.Namespace openshift-multus I0703 21:58:01.323635 3383 namespace.go:93] [openshift-multus] adding namespace I0703 21:58:01.323637 3383 model_client.go:374] Create operations generated 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:u2314545418}] I0703 21:58:01.323674 3383 address_set.go:303] New(u2314545418/default-network-controller:Namespace:openshift-controller-manager-operator:v4/a14938231737766799037) with [] I0703 21:58:01.323681 3383 transact.go:43] Configuring 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:u2314545418}] I0703 21:58:01.323951 3383 model_client.go:374] 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:u2314545419}] I0703 21:58:01.323972 3383 transact.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:u2314545419}] I0703 21:58:01.324265 3383 model_client.go:374] Create operations generated 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:u2314545420}] I0703 21:58:01.324281 3383 namespace.go:97] [openshift-controller-manager-operator] adding namespace took 10.045801ms I0703 21:58:01.324296 3383 address_set.go:303] New(u2314545420/default-network-controller:Namespace:openshift-authentication:v4/a5821095395710037482) with [] I0703 21:58:01.324297 3383 obj_retry.go:548] Creating *v1.Namespace openshift-controller-manager-operator took: 10.074424ms I0703 21:58:01.324312 3383 obj_retry.go:509] Add event received for *v1.Namespace openshift-kube-apiserver-operator I0703 21:58:01.324320 3383 namespace.go:93] [openshift-kube-apiserver-operator] adding namespace I0703 21:58:01.324304 3383 transact.go:43] Configuring 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:u2314545420}] I0703 21:58:01.324663 3383 model_client.go:374] 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:u2314545421}] I0703 21:58:01.324685 3383 transact.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:u2314545421}] I0703 21:58:01.325027 3383 namespace.go:97] [openshift-authentication] adding namespace took 10.767038ms I0703 21:58:01.325041 3383 model_client.go:374] Create operations generated 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:u2314545422}] I0703 21:58:01.325160 3383 address_set.go:303] New(u2314545422/default-network-controller:Namespace:openshift-config-operator:v4/a15513656991472936797) with [] I0703 21:58:01.325201 3383 transact.go:43] Configuring 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:u2314545422}] I0703 21:58:01.325073 3383 obj_retry.go:548] Creating *v1.Namespace openshift-authentication took: 10.83169ms I0703 21:58:01.325241 3383 obj_retry.go:509] Add event received for *v1.Namespace openshift-insights I0703 21:58:01.325250 3383 namespace.go:93] [openshift-insights] adding namespace I0703 21:58:01.325589 3383 model_client.go:374] 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:u2314545423}] I0703 21:58:01.325621 3383 transact.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:u2314545423}] I0703 21:58:01.326069 3383 model_client.go:374] Create operations generated 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:u2314545424}] I0703 21:58:01.326098 3383 address_set.go:303] New(u2314545424/default-network-controller:Namespace:openshift-customer-monitoring:v4/a14127557557717756897) with [] I0703 21:58:01.326105 3383 transact.go:43] Configuring 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:u2314545424}] I0703 21:58:01.326158 3383 namespace.go:97] [openshift-config-operator] adding namespace took 11.886187ms I0703 21:58:01.326172 3383 obj_retry.go:548] Creating *v1.Namespace openshift-config-operator took: 11.909727ms I0703 21:58:01.326183 3383 obj_retry.go:509] Add event received for *v1.Namespace dedicated-admin I0703 21:58:01.326190 3383 namespace.go:93] [dedicated-admin] adding namespace I0703 21:58:01.326463 3383 model_client.go:374] 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:u2314545425}] I0703 21:58:01.326484 3383 transact.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:u2314545425}] I0703 21:58:01.326823 3383 namespace.go:97] [openshift-customer-monitoring] adding namespace took 12.538095ms I0703 21:58:01.326839 3383 obj_retry.go:548] Creating *v1.Namespace openshift-customer-monitoring took: 12.564552ms I0703 21:58:01.326827 3383 model_client.go:374] Create operations generated 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:u2314545426}] I0703 21:58:01.326850 3383 obj_retry.go:509] Add event received for *v1.Namespace openshift-kube-controller-manager I0703 21:58:01.326852 3383 address_set.go:303] New(u2314545426/default-network-controller:Namespace:openshift-backplane-srep-ro:v4/a11093797821988339384) with [] I0703 21:58:01.326858 3383 namespace.go:93] [openshift-kube-controller-manager] adding namespace I0703 21:58:01.326862 3383 transact.go:43] Configuring 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:u2314545426}] I0703 21:58:01.327241 3383 model_client.go:374] 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:u2314545427}] I0703 21:58:01.327346 3383 transact.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:u2314545427}] I0703 21:58:01.328027 3383 model_client.go:374] Create operations 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:u2314545428}] I0703 21:58:01.328053 3383 address_set.go:303] New(u2314545428/default-network-controller:Namespace:open-cluster-management-agent-addon:v4/a14768925457034213591) with [] I0703 21:58:01.328058 3383 transact.go:43] 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:u2314545428}] I0703 21:58:01.328106 3383 namespace.go:97] [openshift-backplane-srep-ro] adding namespace took 13.807204ms I0703 21:58:01.328143 3383 obj_retry.go:548] Creating *v1.Namespace openshift-backplane-srep-ro took: 13.82953ms I0703 21:58:01.328152 3383 obj_retry.go:509] Add event received for *v1.Namespace openshift-cluster-samples-operator I0703 21:58:01.328158 3383 namespace.go:93] [openshift-cluster-samples-operator] adding namespace I0703 21:58:01.328469 3383 model_client.go: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:u2314545429}] I0703 21:58:01.328514 3383 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:u2314545429}] I0703 21:58:01.329198 3383 model_client.go:374] Create operations generated 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:u2314545430}] I0703 21:58:01.329227 3383 address_set.go:303] New(u2314545430/default-network-controller:Namespace:openshift-route-controller-manager:v4/a5513313330862551964) with [] I0703 21:58:01.329233 3383 transact.go:43] Configuring 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:u2314545430}] I0703 21:58:01.329295 3383 namespace.go:97] [open-cluster-management-agent-addon] adding namespace took 14.993016ms I0703 21:58:01.329305 3383 obj_retry.go:548] Creating *v1.Namespace open-cluster-management-agent-addon took: 15.350724ms I0703 21:58:01.329312 3383 obj_retry.go:509] Add event received for *v1.Namespace openshift-backplane-mobb I0703 21:58:01.329317 3383 namespace.go:93] [openshift-backplane-mobb] adding namespace I0703 21:58:01.329698 3383 model_client.go:374] 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:u2314545431}] I0703 21:58:01.329733 3383 transact.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:u2314545431}] I0703 21:58:01.330159 3383 namespace.go:97] [openshift-route-controller-manager] adding namespace took 15.83478ms I0703 21:58:01.330182 3383 obj_retry.go:548] Creating *v1.Namespace openshift-route-controller-manager took: 15.86984ms I0703 21:58:01.330195 3383 obj_retry.go:509] Add event received for *v1.Namespace openshift-kube-storage-version-migrator-operator I0703 21:58:01.330182 3383 model_client.go:374] Create operations generated 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:u2314545432}] I0703 21:58:01.330204 3383 namespace.go:93] [openshift-kube-storage-version-migrator-operator] adding namespace I0703 21:58:01.330214 3383 address_set.go:303] New(u2314545432/default-network-controller:Namespace:openshift-controller-manager:v4/a10467312518402121836) with [] I0703 21:58:01.330223 3383 transact.go:43] Configuring 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:u2314545432}] I0703 21:58:01.330674 3383 model_client.go:374] 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:u2314545433}] I0703 21:58:01.330724 3383 transact.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:u2314545433}] I0703 21:58:01.331151 3383 namespace.go:97] [openshift-controller-manager] adding namespace took 16.816824ms I0703 21:58:01.331141 3383 model_client.go:374] Create operations generated 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:u2314545434}] I0703 21:58:01.331166 3383 obj_retry.go:548] Creating *v1.Namespace openshift-controller-manager took: 16.839782ms I0703 21:58:01.331172 3383 address_set.go:303] New(u2314545434/default-network-controller:Namespace:openshift-ovn-kubernetes:v4/a1398255725986493602) with [] I0703 21:58:01.331178 3383 obj_retry.go:509] Add event received for *v1.Namespace openshift-apiserver-operator I0703 21:58:01.331186 3383 namespace.go:93] [openshift-apiserver-operator] adding namespace I0703 21:58:01.331180 3383 transact.go:43] Configuring 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:u2314545434}] I0703 21:58:01.331655 3383 model_client.go:374] 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:u2314545435}] I0703 21:58:01.331686 3383 transact.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:u2314545435}] I0703 21:58:01.331766 3383 iptables.go:144] Deleting rule in table: filter, chain: FORWARD with args: "-p tcp -m tcp --dport 22624 -j REJECT" for protocol: 0 I0703 21:58:01.332057 3383 namespace.go:97] [openshift-ovn-kubernetes] adding namespace took 15.397996ms I0703 21:58:01.332072 3383 obj_retry.go:548] Creating *v1.Namespace openshift-ovn-kubernetes took: 15.41946ms I0703 21:58:01.332085 3383 obj_retry.go:509] Add event received for *v1.Namespace openshift-cluster-csi-drivers I0703 21:58:01.332093 3383 namespace.go:93] [openshift-cluster-csi-drivers] adding namespace I0703 21:58:01.332097 3383 model_client.go:374] Create operations generated 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:u2314545436}] I0703 21:58:01.332318 3383 address_set.go:303] New(u2314545436/default-network-controller:Namespace:openshift-backplane:v4/a9244104604428861879) with [] I0703 21:58:01.332327 3383 transact.go:43] Configuring 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:u2314545436}] I0703 21:58:01.332757 3383 model_client.go:374] 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:u2314545437}] I0703 21:58:01.332779 3383 transact.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:u2314545437}] I0703 21:58:01.333217 3383 model_client.go:374] Create operations 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:u2314545438}] I0703 21:58:01.333249 3383 namespace.go:97] [openshift-backplane] adding namespace took 15.462761ms I0703 21:58:01.333255 3383 address_set.go:303] New(u2314545438/default-network-controller:Namespace:kube-public:v4/a8590749387396730558) with [] I0703 21:58:01.333262 3383 obj_retry.go:548] Creating *v1.Namespace openshift-backplane took: 15.483229ms I0703 21:58:01.333273 3383 obj_retry.go:509] Add event received for *v1.Namespace openshift-apiserver I0703 21:58:01.333264 3383 transact.go:43] 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:u2314545438}] I0703 21:58:01.333281 3383 namespace.go:93] [openshift-apiserver] adding namespace I0703 21:58:01.333642 3383 model_client.go: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:u2314545439}] I0703 21:58:01.333667 3383 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:u2314545439}] I0703 21:58:01.333769 3383 iptables.go:144] Deleting rule in table: filter, chain: OUTPUT with args: "-p tcp -m tcp --dport 22623 -j REJECT" for protocol: 0 I0703 21:58:01.334076 3383 model_client.go:374] Create operations generated 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:u2314545440}] I0703 21:58:01.334098 3383 address_set.go:303] New(u2314545440/default-network-controller:Namespace:openshift-dns-operator:v4/a12081638711291249560) with [] I0703 21:58:01.334105 3383 transact.go:43] Configuring 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:u2314545440}] I0703 21:58:01.334143 3383 namespace.go:97] [kube-public] adding namespace took 15.401474ms I0703 21:58:01.334158 3383 obj_retry.go:548] Creating *v1.Namespace kube-public took: 15.422222ms I0703 21:58:01.334170 3383 obj_retry.go:509] Add event received for *v1.Namespace openshift-cluster-storage-operator I0703 21:58:01.334179 3383 namespace.go:93] [openshift-cluster-storage-operator] adding namespace I0703 21:58:01.334734 3383 model_client.go:374] 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:u2314545441}] I0703 21:58:01.334779 3383 transact.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:u2314545441}] I0703 21:58:01.335155 3383 namespace.go:97] [openshift-dns-operator] adding namespace took 15.639619ms I0703 21:58:01.335177 3383 obj_retry.go:548] Creating *v1.Namespace openshift-dns-operator took: 15.666856ms I0703 21:58:01.335157 3383 model_client.go:374] Create operations generated 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:u2314545442}] I0703 21:58:01.335190 3383 obj_retry.go:509] Add event received for *v1.Namespace openshift-operators-redhat I0703 21:58:01.335198 3383 namespace.go:93] [openshift-operators-redhat] adding namespace I0703 21:58:01.335221 3383 address_set.go:303] New(u2314545442/default-network-controller:Namespace:openshift-config-managed:v4/a6117206921658593480) with [] I0703 21:58:01.335236 3383 transact.go:43] Configuring 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:u2314545442}] I0703 21:58:01.335627 3383 model_client.go:374] 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:u2314545443}] I0703 21:58:01.335657 3383 transact.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:u2314545443}] I0703 21:58:01.335809 3383 iptables.go:144] Deleting rule in table: filter, chain: OUTPUT with args: "-p tcp -m tcp --dport 22624 -j REJECT" for protocol: 0 I0703 21:58:01.336022 3383 model_client.go:374] Create operations generated 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:u2314545444}] I0703 21:58:01.336055 3383 address_set.go:303] New(u2314545444/default-network-controller:Namespace:openshift-backplane-srep:v4/a472588050935484448) with [] I0703 21:58:01.336063 3383 transact.go:43] Configuring 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:u2314545444}] I0703 21:58:01.336037 3383 namespace.go:97] [openshift-config-managed] adding namespace took 14.647641ms I0703 21:58:01.336148 3383 obj_retry.go:548] Creating *v1.Namespace openshift-config-managed took: 14.763512ms I0703 21:58:01.336159 3383 obj_retry.go:509] Add event received for *v1.Namespace openshift-network-diagnostics I0703 21:58:01.336167 3383 namespace.go:93] [openshift-network-diagnostics] adding namespace I0703 21:58:01.336555 3383 model_client.go:374] 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:u2314545445}] I0703 21:58:01.336589 3383 transact.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:u2314545445}] W0703 21:58:01.336916 3383 base_network_controller_namespace.go:409] Failed to get IPs for pod openshift-multus/network-metrics-daemon-kgvxd: pod openshift-multus/network-metrics-daemon-kgvxd: no pod IPs found I0703 21:58:01.336955 3383 namespace.go:97] [openshift-backplane-srep] adding namespace took 14.413283ms I0703 21:58:01.337033 3383 obj_retry.go:548] Creating *v1.Namespace openshift-backplane-srep took: 14.496277ms I0703 21:58:01.337046 3383 obj_retry.go:509] Add event received for *v1.Namespace openshift-ingress-canary I0703 21:58:01.337053 3383 namespace.go:93] [openshift-ingress-canary] adding namespace W0703 21:58:01.336976 3383 base_network_controller_namespace.go:409] Failed to get IPs for pod openshift-multus/network-metrics-daemon-4d5q7: pod openshift-multus/network-metrics-daemon-4d5q7: no pod IPs found W0703 21:58:01.337068 3383 base_network_controller_namespace.go:409] Failed to get IPs for pod openshift-multus/network-metrics-daemon-mjsh5: pod openshift-multus/network-metrics-daemon-mjsh5: no pod IPs found I0703 21:58:01.337112 3383 model_client.go:374] Create operations generated 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:u2314545446}] I0703 21:58:01.337161 3383 address_set.go:303] New(u2314545446/default-network-controller:Namespace:openshift-multus:v4/a13687770890520536676) with [] I0703 21:58:01.337167 3383 transact.go:43] Configuring 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:u2314545446}] I0703 21:58:01.337548 3383 model_client.go:374] 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:u2314545447}] I0703 21:58:01.337601 3383 iptables.go:108] Creating table: filter chain: FORWARD I0703 21:58:01.337611 3383 transact.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:u2314545447}] I0703 21:58:01.337994 3383 model_client.go:374] Create operations generated 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:u2314545448}] I0703 21:58:01.338028 3383 address_set.go:303] New(u2314545448/default-network-controller:Namespace:openshift-kube-apiserver-operator:v4/a11465645704438275080) with [] I0703 21:58:01.338035 3383 transact.go:43] Configuring 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:u2314545448}] I0703 21:58:01.338107 3383 namespace.go:97] [openshift-multus] adding namespace took 14.467071ms I0703 21:58:01.338140 3383 obj_retry.go:548] Creating *v1.Namespace openshift-multus took: 14.50146ms I0703 21:58:01.338151 3383 obj_retry.go:509] Add event received for *v1.Namespace openshift-infra I0703 21:58:01.338159 3383 namespace.go:93] [openshift-infra] adding namespace I0703 21:58:01.338514 3383 model_client.go:374] 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:u2314545449}] I0703 21:58:01.338536 3383 transact.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:u2314545449}] I0703 21:58:01.338951 3383 model_client.go:374] Create operations generated 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:u2314545450}] I0703 21:58:01.339030 3383 address_set.go:303] New(u2314545450/default-network-controller:Namespace:openshift-insights:v4/a17978228596290493481) with [] I0703 21:58:01.339062 3383 transact.go:43] Configuring 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:u2314545450}] I0703 21:58:01.338970 3383 namespace.go:97] [openshift-kube-apiserver-operator] adding namespace took 14.642768ms I0703 21:58:01.339082 3383 iptables.go:110] Chain: "FORWARD" in table: "filter" already exists, skipping creation: running [/usr/sbin/iptables -t filter -N FORWARD --wait]: exit status 1: iptables: Chain already exists. I0703 21:58:01.339104 3383 obj_retry.go:548] Creating *v1.Namespace openshift-kube-apiserver-operator took: 14.78108ms I0703 21:58:01.339141 3383 obj_retry.go:509] Add event received for *v1.Namespace kube-node-lease I0703 21:58:01.339164 3383 namespace.go:93] [kube-node-lease] adding namespace I0703 21:58:01.339563 3383 model_client.go:374] 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:u2314545451}] I0703 21:58:01.339630 3383 transact.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:u2314545451}] I0703 21:58:01.340146 3383 model_client.go:374] Create operations 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:u2314545452}] I0703 21:58:01.340243 3383 address_set.go:303] New(u2314545452/default-network-controller:Namespace:dedicated-admin:v4/a12448594290086707900) with [] I0703 21:58:01.340256 3383 transact.go:43] 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:u2314545452}] I0703 21:58:01.340165 3383 namespace.go:97] [openshift-insights] adding namespace took 14.907948ms I0703 21:58:01.340337 3383 obj_retry.go:548] Creating *v1.Namespace openshift-insights took: 15.084453ms I0703 21:58:01.340355 3383 obj_retry.go:509] Add event received for *v1.Namespace openshift-console-user-settings I0703 21:58:01.340364 3383 namespace.go:93] [openshift-console-user-settings] adding namespace I0703 21:58:01.340655 3383 model_client.go: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:u2314545453}] I0703 21:58:01.340718 3383 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:u2314545453}] I0703 21:58:01.340861 3383 iptables.go:121] Adding rule in table: filter, chain: FORWARD with args: "-p tcp -m tcp --dport 22623 --syn -j REJECT" for protocol: 0 I0703 21:58:01.341174 3383 namespace.go:97] [dedicated-admin] adding namespace took 14.972122ms I0703 21:58:01.341193 3383 obj_retry.go:548] Creating *v1.Namespace dedicated-admin took: 15.000231ms I0703 21:58:01.341205 3383 obj_retry.go:509] Add event received for *v1.Namespace openshift-image-registry I0703 21:58:01.341212 3383 namespace.go:93] [openshift-image-registry] adding namespace I0703 21:58:01.341179 3383 model_client.go:374] Create operations generated 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:u2314545454}] I0703 21:58:01.341303 3383 address_set.go:303] New(u2314545454/default-network-controller:Namespace:openshift-kube-controller-manager:v4/a4663622633901538608) with [] I0703 21:58:01.341379 3383 transact.go:43] Configuring 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:u2314545454}] I0703 21:58:01.341819 3383 model_client.go:374] 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:u2314545455}] I0703 21:58:01.341850 3383 transact.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:u2314545455}] I0703 21:58:01.342243 3383 namespace.go:97] [openshift-kube-controller-manager] adding namespace took 15.374929ms I0703 21:58:01.342250 3383 model_client.go:374] Create operations generated 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:u2314545456}] I0703 21:58:01.342272 3383 obj_retry.go:548] Creating *v1.Namespace openshift-kube-controller-manager took: 15.399492ms I0703 21:58:01.342279 3383 address_set.go:303] New(u2314545456/default-network-controller:Namespace:openshift-cluster-samples-operator:v4/a3083655245828550199) with [] I0703 21:58:01.342285 3383 obj_retry.go:509] Add event received for *v1.Namespace openshift-kube-scheduler-operator I0703 21:58:01.342294 3383 namespace.go:93] [openshift-kube-scheduler-operator] adding namespace I0703 21:58:01.342288 3383 transact.go:43] Configuring 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:u2314545456}] I0703 21:58:01.342635 3383 model_client.go:374] 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:u2314545457}] I0703 21:58:01.342659 3383 transact.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:u2314545457}] I0703 21:58:01.343255 3383 model_client.go:374] Create operations generated 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:u2314545458}] I0703 21:58:01.343334 3383 address_set.go:303] New(u2314545458/default-network-controller:Namespace:openshift-backplane-mobb:v4/a17945876981827356512) with [] I0703 21:58:01.343352 3383 transact.go:43] Configuring 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:u2314545458}] I0703 21:58:01.343434 3383 namespace.go:97] [openshift-cluster-samples-operator] adding namespace took 15.270321ms I0703 21:58:01.343448 3383 obj_retry.go:548] Creating *v1.Namespace openshift-cluster-samples-operator took: 15.287463ms I0703 21:58:01.343459 3383 obj_retry.go:509] Add event received for *v1.Namespace openshift-machine-config-operator I0703 21:58:01.343468 3383 namespace.go:93] [openshift-machine-config-operator] adding namespace I0703 21:58:01.343788 3383 model_client.go:374] 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:u2314545459}] I0703 21:58:01.343848 3383 transact.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:u2314545459}] I0703 21:58:01.344271 3383 model_client.go:374] Create operations generated 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:u2314545460}] I0703 21:58:01.344352 3383 address_set.go:303] New(u2314545460/default-network-controller:Namespace:openshift-kube-storage-version-migrator-operator:v4/a11291866915865594395) with [] I0703 21:58:01.344363 3383 transact.go:43] Configuring 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:u2314545460}] I0703 21:58:01.344302 3383 namespace.go:97] [openshift-backplane-mobb] adding namespace took 14.978173ms I0703 21:58:01.344426 3383 obj_retry.go:548] Creating *v1.Namespace openshift-backplane-mobb took: 15.104766ms I0703 21:58:01.344433 3383 iptables.go:121] Adding rule in table: filter, chain: FORWARD with args: "-p tcp -m tcp --dport 22624 --syn -j REJECT" for protocol: 0 I0703 21:58:01.344440 3383 obj_retry.go:509] Add event received for *v1.Namespace openshift-backplane-lpsre I0703 21:58:01.344449 3383 namespace.go:93] [openshift-backplane-lpsre] adding namespace I0703 21:58:01.344750 3383 model_client.go:374] 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:u2314545461}] I0703 21:58:01.344785 3383 transact.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:u2314545461}] I0703 21:58:01.345204 3383 namespace.go:97] [openshift-kube-storage-version-migrator-operator] adding namespace took 14.9889ms I0703 21:58:01.345192 3383 model_client.go:374] Create operations generated 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:u2314545462}] I0703 21:58:01.345224 3383 obj_retry.go:548] Creating *v1.Namespace openshift-kube-storage-version-migrator-operator took: 15.018002ms I0703 21:58:01.345229 3383 address_set.go:303] New(u2314545462/default-network-controller:Namespace:openshift-apiserver-operator:v4/a17733727332347776420) with [] I0703 21:58:01.345236 3383 obj_retry.go:509] Add event received for *v1.Namespace openshift-cluster-node-tuning-operator I0703 21:58:01.345246 3383 namespace.go:93] [openshift-cluster-node-tuning-operator] adding namespace I0703 21:58:01.345238 3383 transact.go:43] Configuring 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:u2314545462}] I0703 21:58:01.345601 3383 model_client.go:374] 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:u2314545463}] I0703 21:58:01.345637 3383 transact.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:u2314545463}] I0703 21:58:01.345929 3383 model_client.go:374] Create operations generated 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:u2314545464}] I0703 21:58:01.345952 3383 address_set.go:303] New(u2314545464/default-network-controller:Namespace:openshift-cluster-csi-drivers:v4/a12187954455470212926) with [] I0703 21:58:01.345958 3383 transact.go:43] Configuring 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:u2314545464}] I0703 21:58:01.345966 3383 namespace.go:97] [openshift-apiserver-operator] adding namespace took 14.773112ms I0703 21:58:01.345979 3383 obj_retry.go:548] Creating *v1.Namespace openshift-apiserver-operator took: 14.791479ms I0703 21:58:01.345991 3383 obj_retry.go:509] Add event received for *v1.Namespace openshift-operators I0703 21:58:01.346002 3383 namespace.go:93] [openshift-operators] adding namespace I0703 21:58:01.346033 3383 iptables.go:108] Creating table: filter chain: OUTPUT I0703 21:58:01.346260 3383 model_client.go:374] 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:u2314545465}] I0703 21:58:01.346283 3383 transact.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:u2314545465}] I0703 21:58:01.346715 3383 namespace.go:97] [openshift-cluster-csi-drivers] adding namespace took 14.61355ms I0703 21:58:01.346728 3383 obj_retry.go:548] Creating *v1.Namespace openshift-cluster-csi-drivers took: 14.635012ms I0703 21:58:01.346708 3383 model_client.go:374] Create operations generated 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:u2314545466}] I0703 21:58:01.346742 3383 address_set.go:303] New(u2314545466/default-network-controller:Namespace:openshift-apiserver:v4/a12374569603079029239) with [] I0703 21:58:01.346751 3383 transact.go:43] Configuring 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:u2314545466}] I0703 21:58:01.347015 3383 model_client.go:374] 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:u2314545467}] I0703 21:58:01.347036 3383 transact.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:u2314545467}] I0703 21:58:01.348257 3383 iptables.go:110] Chain: "OUTPUT" in table: "filter" already exists, skipping creation: running [/usr/sbin/iptables -t filter -N OUTPUT --wait]: exit status 1: iptables: Chain already exists. I0703 21:58:01.348443 3383 model_client.go:374] Create operations generated 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:u2314545468}] I0703 21:58:01.348483 3383 address_set.go:303] New(u2314545468/default-network-controller:Namespace:openshift-cluster-storage-operator:v4/a13337366700695359377) with [] I0703 21:58:01.348491 3383 transact.go:43] Configuring 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:u2314545468}] I0703 21:58:01.348566 3383 namespace.go:97] [openshift-apiserver] adding namespace took 15.279167ms I0703 21:58:01.348581 3383 obj_retry.go:548] Creating *v1.Namespace openshift-apiserver took: 15.29922ms I0703 21:58:01.348592 3383 obj_retry.go:509] Add event received for *v1.Namespace openshift-backplane-cee I0703 21:58:01.348600 3383 namespace.go:93] [openshift-backplane-cee] adding namespace I0703 21:58:01.348912 3383 model_client.go:374] 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:u2314545469}] I0703 21:58:01.348965 3383 transact.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:u2314545469}] I0703 21:58:01.349356 3383 model_client.go:374] Create operations generated 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:u2314545470}] I0703 21:58:01.349379 3383 namespace.go:97] [openshift-cluster-storage-operator] adding namespace took 15.191707ms I0703 21:58:01.349392 3383 address_set.go:303] New(u2314545470/default-network-controller:Namespace:openshift-operators-redhat:v4/a12821998257320927754) with [] I0703 21:58:01.349393 3383 obj_retry.go:548] Creating *v1.Namespace openshift-cluster-storage-operator took: 15.21531ms I0703 21:58:01.349403 3383 obj_retry.go:509] Add event received for *v1.Namespace openshift-authentication-operator I0703 21:58:01.349409 3383 namespace.go:93] [openshift-authentication-operator] adding namespace I0703 21:58:01.349401 3383 transact.go:43] Configuring 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:u2314545470}] I0703 21:58:01.349771 3383 model_client.go:374] 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:u2314545471}] I0703 21:58:01.349815 3383 transact.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:u2314545471}] I0703 21:58:01.350128 3383 iptables.go:121] Adding rule in table: filter, chain: OUTPUT with args: "-p tcp -m tcp --dport 22623 --syn -j REJECT" for protocol: 0 I0703 21:58:01.350168 3383 namespace.go:97] [openshift-operators-redhat] adding namespace took 14.962031ms W0703 21:58:01.350176 3383 base_network_controller_namespace.go:409] Failed to get IPs for pod openshift-network-diagnostics/network-check-target-5ppf2: pod openshift-network-diagnostics/network-check-target-5ppf2: no pod IPs found I0703 21:58:01.350187 3383 obj_retry.go:548] Creating *v1.Namespace openshift-operators-redhat took: 14.986869ms W0703 21:58:01.350192 3383 base_network_controller_namespace.go:409] Failed to get IPs for pod openshift-network-diagnostics/network-check-target-lrxjg: pod openshift-network-diagnostics/network-check-target-lrxjg: no pod IPs found I0703 21:58:01.350199 3383 obj_retry.go:509] Add event received for *v1.Namespace openshift-backplane-managed-scripts W0703 21:58:01.350203 3383 base_network_controller_namespace.go:409] Failed to get IPs for pod openshift-network-diagnostics/network-check-target-mggcz: pod openshift-network-diagnostics/network-check-target-mggcz: no pod IPs found I0703 21:58:01.350208 3383 namespace.go:93] [openshift-backplane-managed-scripts] adding namespace I0703 21:58:01.350237 3383 model_client.go:374] Create operations generated 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:u2314545472}] I0703 21:58:01.350277 3383 address_set.go:303] New(u2314545472/default-network-controller:Namespace:openshift-network-diagnostics:v4/a1966919964212966539) with [] I0703 21:58:01.350286 3383 transact.go:43] Configuring 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:u2314545472}] I0703 21:58:01.351140 3383 model_client.go:374] 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:u2314545473}] I0703 21:58:01.351173 3383 transact.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:u2314545473}] I0703 21:58:01.351558 3383 model_client.go:374] Create operations generated 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:u2314545474}] I0703 21:58:01.351584 3383 address_set.go:303] New(u2314545474/default-network-controller:Namespace:openshift-ingress-canary:v4/a17074529903361539284) with [] I0703 21:58:01.351594 3383 namespace.go:97] [openshift-network-diagnostics] adding namespace took 15.415361ms I0703 21:58:01.351590 3383 transact.go:43] Configuring 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:u2314545474}] I0703 21:58:01.351608 3383 obj_retry.go:548] Creating *v1.Namespace openshift-network-diagnostics took: 15.438346ms I0703 21:58:01.351621 3383 obj_retry.go:509] Add event received for *v1.Namespace openshift-marketplace I0703 21:58:01.351630 3383 namespace.go:93] [openshift-marketplace] adding namespace I0703 21:58:01.351923 3383 model_client.go:374] 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:u2314545475}] I0703 21:58:01.351941 3383 transact.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:u2314545475}] I0703 21:58:01.352292 3383 namespace.go:97] [openshift-ingress-canary] adding namespace took 15.232671ms I0703 21:58:01.352347 3383 obj_retry.go:548] Creating *v1.Namespace openshift-ingress-canary took: 15.291938ms I0703 21:58:01.352381 3383 obj_retry.go:509] Add event received for *v1.Namespace openshift-console-operator I0703 21:58:01.352409 3383 namespace.go:93] [openshift-console-operator] adding namespace I0703 21:58:01.352473 3383 model_client.go:374] Create operations generated 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:u2314545476}] I0703 21:58:01.352522 3383 address_set.go:303] New(u2314545476/default-network-controller:Namespace:openshift-infra:v4/a4190772658089390776) with [] I0703 21:58:01.352548 3383 transact.go:43] Configuring 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:u2314545476}] I0703 21:58:01.352973 3383 model_client.go:374] 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:u2314545477}] I0703 21:58:01.353032 3383 transact.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:u2314545477}] I0703 21:58:01.353461 3383 model_client.go:374] Create operations 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:u2314545478}] I0703 21:58:01.353497 3383 address_set.go:303] New(u2314545478/default-network-controller:Namespace:kube-node-lease:v4/a8945957557890443212) with [] I0703 21:58:01.353506 3383 transact.go:43] 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:u2314545478}] I0703 21:58:01.353530 3383 iptables.go:121] Adding rule in table: filter, chain: OUTPUT with args: "-p tcp -m tcp --dport 22624 --syn -j REJECT" for protocol: 0 I0703 21:58:01.353534 3383 namespace.go:97] [openshift-infra] adding namespace took 15.357633ms I0703 21:58:01.353547 3383 obj_retry.go:548] Creating *v1.Namespace openshift-infra took: 15.385533ms I0703 21:58:01.353557 3383 obj_retry.go:509] Add event received for *v1.Namespace openshift-service-ca-operator I0703 21:58:01.353566 3383 namespace.go:93] [openshift-service-ca-operator] adding namespace I0703 21:58:01.353911 3383 model_client.go: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:u2314545479}] I0703 21:58:01.353936 3383 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:u2314545479}] I0703 21:58:01.354414 3383 model_client.go:374] Create operations generated 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:u2314545480}] I0703 21:58:01.354440 3383 address_set.go:303] New(u2314545480/default-network-controller:Namespace:openshift-console-user-settings:v4/a17174782576849527835) with [] I0703 21:58:01.354450 3383 namespace.go:97] [kube-node-lease] adding namespace took 15.276398ms I0703 21:58:01.354447 3383 transact.go:43] Configuring 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:u2314545480}] I0703 21:58:01.354462 3383 obj_retry.go:548] Creating *v1.Namespace kube-node-lease took: 15.309814ms I0703 21:58:01.354473 3383 obj_retry.go:509] Add event received for *v1.Namespace openshift-package-operator I0703 21:58:01.354481 3383 namespace.go:93] [openshift-package-operator] adding namespace I0703 21:58:01.354818 3383 model_client.go:374] 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:u2314545481}] I0703 21:58:01.354843 3383 transact.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:u2314545481}] I0703 21:58:01.355238 3383 model_client.go:374] Create operations generated 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:u2314545482}] I0703 21:58:01.355316 3383 address_set.go:303] New(u2314545482/default-network-controller:Namespace:openshift-image-registry:v4/a65811733811199347) with [] I0703 21:58:01.355351 3383 transact.go:43] Configuring 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:u2314545482}] I0703 21:58:01.355274 3383 namespace.go:97] [openshift-console-user-settings] adding namespace took 14.901387ms I0703 21:58:01.355481 3383 obj_retry.go:548] Creating *v1.Namespace openshift-console-user-settings took: 15.113471ms I0703 21:58:01.355281 3383 gateway_shared_intf.go:2550] Gateway Creation Complete I0703 21:58:01.355583 3383 kube.go:133] Setting annotations map[k8s.ovn.org/gateway-mtu-support: k8s.ovn.org/l3-gateway-config:{"default":{"mode":"shared","bridge-id":"br-ex","interface-id":"br-ex_ip-10-0-1-250.ec2.internal","mac-address":"0a:ff:db:fe:6d:23","ip-addresses":["10.0.1.250/24"],"ip-address":"10.0.1.250/24","next-hops":["10.0.1.1"],"next-hop":"10.0.1.1","node-port-enable":"true","vlan-id":"0"}} k8s.ovn.org/node-chassis-id:94cf464b-7db1-49f0-b1cb-e3e6c55c62a5 k8s.ovn.org/node-encap-ips:["10.0.1.250"] k8s.ovn.org/node-primary-ifaddr:{"ipv4":"10.0.1.250/24"} k8s.ovn.org/zone-name:ip-10-0-1-250.ec2.internal] on node ip-10-0-1-250.ec2.internal I0703 21:58:01.355514 3383 obj_retry.go:509] Add event received for *v1.Namespace openshift-backplane-tam I0703 21:58:01.355683 3383 namespace.go:93] [openshift-backplane-tam] adding namespace I0703 21:58:01.355874 3383 model_client.go:374] 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:u2314545483}] I0703 21:58:01.355904 3383 transact.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:u2314545483}] I0703 21:58:01.356428 3383 model_client.go:374] Create operations generated 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:u2314545484}] I0703 21:58:01.356507 3383 address_set.go:303] New(u2314545484/default-network-controller:Namespace:openshift-kube-scheduler-operator:v4/a8446891589965341694) with [] I0703 21:58:01.356537 3383 transact.go:43] Configuring 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:u2314545484}] I0703 21:58:01.356450 3383 namespace.go:97] [openshift-image-registry] adding namespace took 15.230424ms I0703 21:58:01.356590 3383 obj_retry.go:548] Creating *v1.Namespace openshift-image-registry took: 15.374357ms I0703 21:58:01.356602 3383 obj_retry.go:509] Add event received for *v1.Namespace openshift-must-gather-operator I0703 21:58:01.356609 3383 namespace.go:93] [openshift-must-gather-operator] adding namespace I0703 21:58:01.356986 3383 model_client.go:374] 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:u2314545485}] I0703 21:58:01.357075 3383 transact.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:u2314545485}] I0703 21:58:01.357508 3383 namespace.go:97] [openshift-kube-scheduler-operator] adding namespace took 15.204086ms I0703 21:58:01.357522 3383 obj_retry.go:548] Creating *v1.Namespace openshift-kube-scheduler-operator took: 15.227319ms I0703 21:58:01.357531 3383 obj_retry.go:509] Add event received for *v1.Namespace openshift-logging I0703 21:58:01.357536 3383 namespace.go:93] [openshift-logging] adding namespace I0703 21:58:01.357524 3383 model_client.go:374] Create operations generated 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:u2314545486}] I0703 21:58:01.357555 3383 address_set.go:303] New(u2314545486/default-network-controller:Namespace:openshift-machine-config-operator:v4/a1512537150246498877) with [] I0703 21:58:01.357565 3383 transact.go:43] Configuring 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:u2314545486}] I0703 21:58:01.358145 3383 model_client.go:374] 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:u2314545487}] I0703 21:58:01.358176 3383 transact.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:u2314545487}] I0703 21:58:01.358549 3383 model_client.go:374] Create operations generated 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:u2314545488}] I0703 21:58:01.358611 3383 address_set.go:303] New(u2314545488/default-network-controller:Namespace:openshift-backplane-lpsre:v4/a14720488555408461788) with [] I0703 21:58:01.358621 3383 transact.go:43] Configuring 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:u2314545488}] I0703 21:58:01.358581 3383 namespace.go:97] [openshift-machine-config-operator] adding namespace took 15.106418ms I0703 21:58:01.358728 3383 obj_retry.go:548] Creating *v1.Namespace openshift-machine-config-operator took: 15.256333ms I0703 21:58:01.358746 3383 obj_retry.go:509] Add event received for *v1.Namespace openshift-cloud-network-config-controller I0703 21:58:01.358755 3383 namespace.go:93] [openshift-cloud-network-config-controller] adding namespace I0703 21:58:01.359029 3383 model_client.go:374] 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:u2314545489}] I0703 21:58:01.359088 3383 transact.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:u2314545489}] I0703 21:58:01.359652 3383 namespace.go:97] [openshift-backplane-lpsre] adding namespace took 15.195577ms I0703 21:58:01.359644 3383 model_client.go:374] Create operations generated 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:u2314545490}] I0703 21:58:01.359671 3383 obj_retry.go:548] Creating *v1.Namespace openshift-backplane-lpsre took: 15.22019ms I0703 21:58:01.359678 3383 address_set.go:303] New(u2314545490/default-network-controller:Namespace:openshift-cluster-node-tuning-operator:v4/a10032735054068291610) with [] I0703 21:58:01.359686 3383 transact.go:43] Configuring 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:u2314545490}] I0703 21:58:01.359706 3383 obj_retry.go:509] Add event received for *v1.Namespace openshift-cloud-credential-operator I0703 21:58:01.359713 3383 namespace.go:93] [openshift-cloud-credential-operator] adding namespace I0703 21:58:01.360097 3383 model_client.go:374] 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:u2314545491}] I0703 21:58:01.360156 3383 transact.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:u2314545491}] I0703 21:58:01.360542 3383 model_client.go:374] Create operations generated 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:u2314545492}] I0703 21:58:01.360562 3383 namespace.go:97] [openshift-cluster-node-tuning-operator] adding namespace took 15.308792ms I0703 21:58:01.360574 3383 address_set.go:303] New(u2314545492/default-network-controller:Namespace:openshift-operators:v4/a17780485792851514981) with [] I0703 21:58:01.360576 3383 obj_retry.go:548] Creating *v1.Namespace openshift-cluster-node-tuning-operator took: 15.328922ms I0703 21:58:01.360587 3383 obj_retry.go:509] Add event received for *v1.Namespace openshift-machine-api I0703 21:58:01.360596 3383 namespace.go:93] [openshift-machine-api] adding namespace I0703 21:58:01.360582 3383 transact.go:43] Configuring 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:u2314545492}] I0703 21:58:01.360921 3383 model_client.go:374] 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:u2314545493}] I0703 21:58:01.360942 3383 transact.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:u2314545493}] I0703 21:58:01.361242 3383 model_client.go:374] Create operations generated 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:u2314545494}] I0703 21:58:01.361267 3383 address_set.go:303] New(u2314545494/default-network-controller:Namespace:openshift-backplane-cee:v4/a16683797294909587257) with [] I0703 21:58:01.361267 3383 namespace.go:97] [openshift-operators] adding namespace took 15.259288ms I0703 21:58:01.361277 3383 obj_retry.go:548] Creating *v1.Namespace openshift-operators took: 15.27523ms I0703 21:58:01.361285 3383 obj_retry.go:509] Add event received for *v1.Namespace openshift-dns I0703 21:58:01.361273 3383 transact.go:43] Configuring 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:u2314545494}] I0703 21:58:01.361290 3383 namespace.go:93] [openshift-dns] adding namespace I0703 21:58:01.361563 3383 model_client.go:374] 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:u2314545495}] I0703 21:58:01.361583 3383 transact.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:u2314545495}] I0703 21:58:01.361910 3383 model_client.go:374] Create operations generated 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:u2314545496}] I0703 21:58:01.361934 3383 namespace.go:97] [openshift-backplane-cee] adding namespace took 13.327772ms I0703 21:58:01.361938 3383 address_set.go:303] New(u2314545496/default-network-controller:Namespace:openshift-authentication-operator:v4/a11592754075545683359) with [] I0703 21:58:01.361942 3383 obj_retry.go:548] Creating *v1.Namespace openshift-backplane-cee took: 13.342356ms I0703 21:58:01.361952 3383 obj_retry.go:509] Add event received for *v1.Namespace openshift-cluster-machine-approver I0703 21:58:01.361944 3383 transact.go:43] Configuring 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:u2314545496}] I0703 21:58:01.361957 3383 namespace.go:93] [openshift-cluster-machine-approver] adding namespace I0703 21:58:01.362264 3383 model_client.go:374] 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:u2314545497}] I0703 21:58:01.362283 3383 transact.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:u2314545497}] I0703 21:58:01.362586 3383 model_client.go:374] Create operations generated 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:u2314545498}] I0703 21:58:01.362611 3383 address_set.go:303] New(u2314545498/default-network-controller:Namespace:openshift-backplane-managed-scripts:v4/a11237327277355820504) with [] I0703 21:58:01.362624 3383 namespace.go:97] [openshift-authentication-operator] adding namespace took 13.208921ms I0703 21:58:01.362618 3383 transact.go:43] Configuring 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:u2314545498}] I0703 21:58:01.362635 3383 obj_retry.go:548] Creating *v1.Namespace openshift-authentication-operator took: 13.222478ms I0703 21:58:01.362645 3383 obj_retry.go:509] Add event received for *v1.Namespace openshift-backplane-cse I0703 21:58:01.362656 3383 namespace.go:93] [openshift-backplane-cse] adding namespace I0703 21:58:01.363029 3383 model_client.go:374] 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:u2314545499}] I0703 21:58:01.363061 3383 transact.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:u2314545499}] I0703 21:58:01.363434 3383 model_client.go:374] Create operations generated 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:u2314545500}] I0703 21:58:01.363458 3383 address_set.go:303] New(u2314545500/default-network-controller:Namespace:openshift-marketplace:v4/a13245376580307887587) with [] I0703 21:58:01.363469 3383 namespace.go:97] [openshift-backplane-managed-scripts] adding namespace took 13.253351ms I0703 21:58:01.363466 3383 transact.go:43] Configuring 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:u2314545500}] I0703 21:58:01.363482 3383 obj_retry.go:548] Creating *v1.Namespace openshift-backplane-managed-scripts took: 13.272006ms I0703 21:58:01.363498 3383 obj_retry.go:509] Add event received for *v1.Namespace openshift-cluster-version I0703 21:58:01.363507 3383 namespace.go:93] [openshift-cluster-version] adding namespace I0703 21:58:01.363774 3383 model_client.go:374] 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:u2314545501}] I0703 21:58:01.363795 3383 transact.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:u2314545501}] I0703 21:58:01.364085 3383 model_client.go:374] Create operations generated 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:u2314545502}] I0703 21:58:01.364109 3383 address_set.go:303] New(u2314545502/default-network-controller:Namespace:openshift-console-operator:v4/a16211398687523592942) with [] I0703 21:58:01.364131 3383 transact.go:43] Configuring 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:u2314545502}] I0703 21:58:01.364147 3383 namespace.go:97] [openshift-marketplace] adding namespace took 12.508856ms I0703 21:58:01.364162 3383 obj_retry.go:548] Creating *v1.Namespace openshift-marketplace took: 12.530355ms I0703 21:58:01.364173 3383 obj_retry.go:509] Add event received for *v1.Namespace openshift-config I0703 21:58:01.364181 3383 namespace.go:93] [openshift-config] adding namespace I0703 21:58:01.364508 3383 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-234eaa5472390316484344d52ffe70b3688054312138592b847c330a176d0f4a.scope", "/org/freedesktop/systemd1/unit/crio_2dconmon_2d234eaa5472390316484344d52ffe70b3688054312138592b847c330a176d0f4a_2escope"}, Sequence:0x18} I0703 21:58:01.364539 3383 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-234eaa5472390316484344d52ffe70b3688054312138592b847c330a176d0f4a.scope"}, Sequence:0x19} I0703 21:58:01.364617 3383 model_client.go:374] 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:u2314545503}] I0703 21:58:01.364645 3383 transact.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:u2314545503}] I0703 21:58:01.364726 3383 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/kubepods_2dburstable_2dpodc5c7e65a_5f599a_5f4462_5fbcfd_5fd754f0fd9687_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:0x655bc0337ed8c}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x19bd721}, "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:0x655bc0337ea58}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x19bd3ec}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bc0337ea56}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x19bd3ea}, "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:0x655bc0337ed8c}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x19bd721}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x72, 0xf6, 0x17, 0xc8, 0x85, 0x5c, 0x43, 0x8d, 0x9b, 0xc2, 0x5a, 0x83, 0x95, 0xe0, 0xa5, 0xd9}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bc0337ed8c}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x19bd721}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0x1a} I0703 21:58:01.365041 3383 model_client.go:374] Create operations generated 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:u2314545504}] I0703 21:58:01.365099 3383 address_set.go:303] New(u2314545504/default-network-controller:Namespace:openshift-service-ca-operator:v4/a9531058592630863333) with [] I0703 21:58:01.365109 3383 transact.go:43] Configuring 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:u2314545504}] I0703 21:58:01.365066 3383 namespace.go:97] [openshift-console-operator] adding namespace took 12.625562ms I0703 21:58:01.365160 3383 obj_retry.go:548] Creating *v1.Namespace openshift-console-operator took: 12.748879ms I0703 21:58:01.365172 3383 obj_retry.go:509] Add event received for *v1.Namespace openshift-operator-lifecycle-manager I0703 21:58:01.365180 3383 namespace.go:93] [openshift-operator-lifecycle-manager] adding namespace I0703 21:58:01.364816 3383 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:0x9e9}, "ExecMainStartTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bc030305ea}, "ExecMainStartTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x166ef7e}, "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:0x9e9}, "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} I0703 21:58:01.365334 3383 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:0x655bc030f1dd7}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x173076b}, "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:0x655bc0302d8aa}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x166c23f}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bc0302d8aa}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x166c23e}, "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:0x655bc030306dc}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x166f071}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xa9, 0xd7, 0x1b, 0xd2, 0xc7, 0xca, 0x46, 0xd, 0xaf, 0xf4, 0xc4, 0x4, 0x3b, 0xae, 0x8a, 0x1c}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bc030f1dd7}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x173076b}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x1c} I0703 21:58:01.365510 3383 model_client.go:374] 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:u2314545505}] I0703 21:58:01.365531 3383 transact.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:u2314545505}] I0703 21:58:01.365834 3383 model_client.go:374] Create operations generated 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:u2314545506}] I0703 21:58:01.365863 3383 address_set.go:303] New(u2314545506/default-network-controller:Namespace:openshift-package-operator:v4/a5835920249265963763) with [] I0703 21:58:01.365864 3383 namespace.go:97] [openshift-service-ca-operator] adding namespace took 12.292012ms I0703 21:58:01.365873 3383 obj_retry.go:548] Creating *v1.Namespace openshift-service-ca-operator took: 12.308353ms I0703 21:58:01.365870 3383 transact.go:43] Configuring 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:u2314545506}] I0703 21:58:01.365882 3383 obj_retry.go:509] Add event received for *v1.Namespace openshift-backplane-csm I0703 21:58:01.365890 3383 namespace.go:93] [openshift-backplane-csm] adding namespace I0703 21:58:01.366265 3383 model_client.go:374] 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:u2314545507}] I0703 21:58:01.366296 3383 transact.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:u2314545507}] I0703 21:58:01.366637 3383 namespace.go:97] [openshift-package-operator] adding namespace took 12.149159ms I0703 21:58:01.366627 3383 model_client.go:374] Create operations generated 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:u2314545508}] I0703 21:58:01.366655 3383 address_set.go:303] New(u2314545508/default-network-controller:Namespace:openshift-backplane-tam:v4/a16625094502828200430) with [] I0703 21:58:01.366655 3383 obj_retry.go:548] Creating *v1.Namespace openshift-package-operator took: 12.171314ms I0703 21:58:01.366661 3383 transact.go:43] Configuring 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:u2314545508}] I0703 21:58:01.366669 3383 obj_retry.go:509] Add event received for *v1.Namespace open-cluster-management-2ratr6qfqvi6pndaj5o6avep3u3o4rvu I0703 21:58:01.366680 3383 namespace.go:93] [open-cluster-management-2ratr6qfqvi6pndaj5o6avep3u3o4rvu] adding namespace I0703 21:58:01.366968 3383 model_client.go:374] 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:u2314545509}] I0703 21:58:01.366996 3383 transact.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:u2314545509}] I0703 21:58:01.367374 3383 model_client.go:374] Create operations generated 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:u2314545510}] I0703 21:58:01.367404 3383 address_set.go:303] New(u2314545510/default-network-controller:Namespace:openshift-must-gather-operator:v4/a9165124402651669496) with [] I0703 21:58:01.367403 3383 namespace.go:97] [openshift-backplane-tam] adding namespace took 11.6935ms I0703 21:58:01.367413 3383 obj_retry.go:548] Creating *v1.Namespace openshift-backplane-tam took: 11.731582ms I0703 21:58:01.367410 3383 transact.go:43] Configuring 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:u2314545510}] I0703 21:58:01.367421 3383 obj_retry.go:509] Add event received for *v1.Namespace openshift-backplane-ai-agent I0703 21:58:01.367427 3383 namespace.go:93] [openshift-backplane-ai-agent] adding namespace I0703 21:58:01.367724 3383 model_client.go:374] 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:u2314545511}] I0703 21:58:01.367744 3383 transact.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:u2314545511}] I0703 21:58:01.368036 3383 model_client.go:374] Create operations generated 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:u2314545512}] I0703 21:58:01.368057 3383 address_set.go:303] New(u2314545512/default-network-controller:Namespace:openshift-logging:v4/a279876230725367541) with [] I0703 21:58:01.368062 3383 transact.go:43] Configuring 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:u2314545512}] I0703 21:58:01.368074 3383 namespace.go:97] [openshift-must-gather-operator] adding namespace took 11.456048ms I0703 21:58:01.368085 3383 obj_retry.go:548] Creating *v1.Namespace openshift-must-gather-operator took: 11.475782ms I0703 21:58:01.368094 3383 obj_retry.go:509] Add event received for *v1.Namespace openshift I0703 21:58:01.368100 3383 namespace.go:93] [openshift] adding namespace I0703 21:58:01.368386 3383 model_client.go:374] 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:u2314545513}] I0703 21:58:01.368407 3383 transact.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:u2314545513}] I0703 21:58:01.368686 3383 model_client.go:374] Create operations generated 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:u2314545514}] I0703 21:58:01.368709 3383 address_set.go:303] New(u2314545514/default-network-controller:Namespace:openshift-cloud-network-config-controller:v4/a6429873968864053860) with [] I0703 21:58:01.368715 3383 transact.go:43] Configuring 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:u2314545514}] I0703 21:58:01.368721 3383 namespace.go:97] [openshift-logging] adding namespace took 11.180391ms I0703 21:58:01.368732 3383 obj_retry.go:548] Creating *v1.Namespace openshift-logging took: 11.195416ms I0703 21:58:01.368739 3383 obj_retry.go:509] Add event received for *v1.Namespace openshift-ingress-operator I0703 21:58:01.368745 3383 namespace.go:93] [openshift-ingress-operator] adding namespace I0703 21:58:01.368983 3383 model_client.go:374] 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:u2314545515}] I0703 21:58:01.369000 3383 transact.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:u2314545515}] I0703 21:58:01.369248 3383 model_client.go:374] Create operations generated 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:u2314545516}] I0703 21:58:01.369272 3383 address_set.go:303] New(u2314545516/default-network-controller:Namespace:openshift-cloud-credential-operator:v4/a7815234012393910246) with [] I0703 21:58:01.369280 3383 transact.go:43] Configuring 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:u2314545516}] I0703 21:58:01.369295 3383 namespace.go:97] [openshift-cloud-network-config-controller] adding namespace took 10.531068ms I0703 21:58:01.369305 3383 obj_retry.go:548] Creating *v1.Namespace openshift-cloud-network-config-controller took: 10.550215ms I0703 21:58:01.369314 3383 obj_retry.go:509] Add event received for *v1.Namespace default I0703 21:58:01.369319 3383 namespace.go:93] [default] adding namespace I0703 21:58:01.369546 3383 model_client.go:374] 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:u2314545517}] I0703 21:58:01.369566 3383 transact.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:u2314545517}] I0703 21:58:01.369801 3383 model_client.go:374] Create operations generated 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:u2314545518}] I0703 21:58:01.369824 3383 address_set.go:303] New(u2314545518/default-network-controller:Namespace:openshift-machine-api:v4/a8146979490545162082) with [] I0703 21:58:01.369831 3383 transact.go:43] Configuring 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:u2314545518}] I0703 21:58:01.369843 3383 namespace.go:97] [openshift-cloud-credential-operator] adding namespace took 10.1239ms I0703 21:58:01.369856 3383 obj_retry.go:548] Creating *v1.Namespace openshift-cloud-credential-operator took: 10.142845ms I0703 21:58:01.369863 3383 obj_retry.go:509] Add event received for *v1.Namespace openshift-network-operator I0703 21:58:01.369868 3383 namespace.go:93] [openshift-network-operator] adding namespace I0703 21:58:01.370066 3383 model_client.go:374] 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:u2314545519}] I0703 21:58:01.370085 3383 transact.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:u2314545519}] I0703 21:58:01.370396 3383 model_client.go:374] Create operations generated 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:u2314545520}] I0703 21:58:01.370419 3383 address_set.go:303] New(u2314545520/default-network-controller:Namespace:openshift-dns:v4/a11732331429224425771) with [] I0703 21:58:01.370427 3383 namespace.go:97] [openshift-machine-api] adding namespace took 9.826196ms I0703 21:58:01.370425 3383 transact.go:43] Configuring 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:u2314545520}] I0703 21:58:01.370436 3383 obj_retry.go:548] Creating *v1.Namespace openshift-machine-api took: 9.839942ms I0703 21:58:01.370443 3383 obj_retry.go:509] Add event received for *v1.Namespace openshift-cloud-controller-manager I0703 21:58:01.370449 3383 namespace.go:93] [openshift-cloud-controller-manager] adding namespace I0703 21:58:01.370646 3383 model_client.go:374] 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:u2314545521}] I0703 21:58:01.370664 3383 transact.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:u2314545521}] I0703 21:58:01.370879 3383 model_client.go:374] Create operations generated 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:u2314545522}] I0703 21:58:01.370901 3383 address_set.go:303] New(u2314545522/default-network-controller:Namespace:openshift-cluster-machine-approver:v4/a8065968527448962190) with [] I0703 21:58:01.370908 3383 transact.go:43] Configuring 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:u2314545522}] I0703 21:58:01.370924 3383 namespace.go:97] [openshift-dns] adding namespace took 9.628218ms I0703 21:58:01.370934 3383 obj_retry.go:548] Creating *v1.Namespace openshift-dns took: 9.642576ms I0703 21:58:01.370942 3383 obj_retry.go:509] Add event received for *v1.Namespace openshift-kube-scheduler I0703 21:58:01.370947 3383 namespace.go:93] [openshift-kube-scheduler] adding namespace I0703 21:58:01.371199 3383 model_client.go:374] 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:u2314545523}] I0703 21:58:01.371219 3383 transact.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:u2314545523}] I0703 21:58:01.371468 3383 model_client.go:374] Create operations generated 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:u2314545524}] I0703 21:58:01.371487 3383 address_set.go:303] New(u2314545524/default-network-controller:Namespace:openshift-backplane-cse:v4/a5782637696158473523) with [] I0703 21:58:01.371492 3383 transact.go:43] Configuring 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:u2314545524}] I0703 21:58:01.371510 3383 namespace.go:97] [openshift-cluster-machine-approver] adding namespace took 9.548261ms I0703 21:58:01.371520 3383 obj_retry.go:548] Creating *v1.Namespace openshift-cluster-machine-approver took: 9.562057ms I0703 21:58:01.371526 3383 obj_retry.go:509] Add event received for *v1.Namespace openshift-etcd I0703 21:58:01.371530 3383 namespace.go:93] [openshift-etcd] adding namespace I0703 21:58:01.371716 3383 model_client.go:374] 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:u2314545525}] I0703 21:58:01.371733 3383 transact.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:u2314545525}] I0703 21:58:01.371955 3383 model_client.go:374] Create operations generated 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:u2314545526}] I0703 21:58:01.371975 3383 address_set.go:303] New(u2314545526/default-network-controller:Namespace:openshift-cluster-version:v4/a8029920972938375443) with [] I0703 21:58:01.371982 3383 transact.go:43] Configuring 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:u2314545526}] I0703 21:58:01.372001 3383 namespace.go:97] [openshift-backplane-cse] adding namespace took 9.339002ms I0703 21:58:01.372009 3383 obj_retry.go:548] Creating *v1.Namespace openshift-backplane-cse took: 9.35405ms I0703 21:58:01.372015 3383 obj_retry.go:509] Add event received for *v1.Namespace openshift-host-network I0703 21:58:01.372021 3383 namespace.go:93] [openshift-host-network] adding namespace I0703 21:58:01.372225 3383 model_client.go:374] 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:u2314545527}] I0703 21:58:01.372242 3383 transact.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:u2314545527}] I0703 21:58:01.372475 3383 model_client.go:374] Create operations generated 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:u2314545528}] I0703 21:58:01.372498 3383 address_set.go:303] New(u2314545528/default-network-controller:Namespace:openshift-config:v4/a14322580666718461836) with [] I0703 21:58:01.372506 3383 transact.go:43] Configuring 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:u2314545528}] I0703 21:58:01.372517 3383 namespace.go:97] [openshift-cluster-version] adding namespace took 9.000558ms I0703 21:58:01.372528 3383 obj_retry.go:548] Creating *v1.Namespace openshift-cluster-version took: 9.022868ms I0703 21:58:01.372739 3383 model_client.go:374] 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:u2314545529}] I0703 21:58:01.372756 3383 transact.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:u2314545529}] I0703 21:58:01.373019 3383 model_client.go:374] Create operations generated 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:u2314545530}] I0703 21:58:01.373033 3383 namespace.go:97] [openshift-config] adding namespace took 8.845652ms I0703 21:58:01.373044 3383 address_set.go:303] New(u2314545530/default-network-controller:Namespace:openshift-operator-lifecycle-manager:v4/a1482332553631220387) with [] I0703 21:58:01.373045 3383 obj_retry.go:548] Creating *v1.Namespace openshift-config took: 8.865958ms I0703 21:58:01.373054 3383 obj_retry.go:509] Add event received for *v1.Namespace openshift-network-node-identity I0703 21:58:01.373050 3383 transact.go:43] Configuring 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:u2314545530}] I0703 21:58:01.373059 3383 namespace.go:93] [openshift-network-node-identity] adding namespace I0703 21:58:01.373325 3383 model_client.go:374] 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:u2314545531}] I0703 21:58:01.373351 3383 transact.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:u2314545531}] I0703 21:58:01.373486 3383 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2d234eaa5472390316484344d52ffe70b3688054312138592b847c330a176d0f4a_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} I0703 21:58:01.373551 3383 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2d234eaa5472390316484344d52ffe70b3688054312138592b847c330a176d0f4a_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:0x655bc04b3bc74}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x317a609}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bc04b3bc71}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x317a606}, "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{0x86, 0x35, 0xb8, 0x39, 0xb1, 0xe6, 0x4f, 0x4d, 0x8e, 0x6f, 0x1c, 0xf0, 0x4f, 0x70, 0xa2, 0xb7}}, "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} I0703 21:58:01.373650 3383 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2d234eaa5472390316484344d52ffe70b3688054312138592b847c330a176d0f4a_2escope", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Scope", map[string]dbus.Variant{"Controller":dbus.Variant{sig:dbus.Signature{str:"s"}, value:""}, "Result":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}}, []string{}}, Sequence:0x1f} I0703 21:58:01.373701 3383 namespace.go:97] [openshift-operator-lifecycle-manager] adding namespace took 8.514735ms I0703 21:58:01.373717 3383 obj_retry.go:548] Creating *v1.Namespace openshift-operator-lifecycle-manager took: 8.534854ms I0703 21:58:01.373718 3383 model_client.go:374] Create operations generated 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:u2314545532}] I0703 21:58:01.373739 3383 address_set.go:303] New(u2314545532/default-network-controller:Namespace:openshift-backplane-csm:v4/a11079310369539273179) with [] I0703 21:58:01.373745 3383 transact.go:43] Configuring 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:u2314545532}] I0703 21:58:01.373833 3383 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2d234eaa5472390316484344d52ffe70b3688054312138592b847c330a176d0f4a_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:0x655bc04b3de61}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x317c7f6}, "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:0x655bc04b3bc74}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x317a609}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bc04b3bc71}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x317a606}, "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:0x655bc04b3de61}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x317c7f6}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x86, 0x35, 0xb8, 0x39, 0xb1, 0xe6, 0x4f, 0x4d, 0x8e, 0x6f, 0x1c, 0xf0, 0x4f, 0x70, 0xa2, 0xb7}}, "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:0x655bc04b3de61}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x317c7f6}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x20} I0703 21:58:01.373939 3383 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-234eaa5472390316484344d52ffe70b3688054312138592b847c330a176d0f4a.scope", "done"}, Sequence:0x21} I0703 21:58:01.373956 3383 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2d234eaa5472390316484344d52ffe70b3688054312138592b847c330a176d0f4a_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} I0703 21:58:01.374135 3383 model_client.go:374] 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:u2314545533}] I0703 21:58:01.374080 3383 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2d234eaa5472390316484344d52ffe70b3688054312138592b847c330a176d0f4a_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:0x655bc04b3de61}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x317c7f6}, "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:0x655bc04b3bc74}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x317a609}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bc04b3bc71}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x317a606}, "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:0x655bc04b3de61}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x317c7f6}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x86, 0x35, 0xb8, 0x39, 0xb1, 0xe6, 0x4f, 0x4d, 0x8e, 0x6f, 0x1c, 0xf0, 0x4f, 0x70, 0xa2, 0xb7}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bc04b3de61}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x317c7f6}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x23} I0703 21:58:01.374164 3383 transact.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:u2314545533}] I0703 21:58:01.374535 3383 model_client.go:374] Create operations 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-2ratr6qfqvi6pndaj5o6avep3u3o4rvu:v4 k8s.ovn.org/name:open-cluster-management-2ratr6qfqvi6pndaj5o6avep3u3o4rvu k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a4495251513985026491] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2314545534}] I0703 21:58:01.374562 3383 namespace.go:97] [openshift-backplane-csm] adding namespace took 8.665668ms I0703 21:58:01.374569 3383 address_set.go:303] New(u2314545534/default-network-controller:Namespace:open-cluster-management-2ratr6qfqvi6pndaj5o6avep3u3o4rvu:v4/a4495251513985026491) with [] I0703 21:58:01.374575 3383 obj_retry.go:548] Creating *v1.Namespace openshift-backplane-csm took: 8.682273ms I0703 21:58:01.374578 3383 transact.go:43] 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-2ratr6qfqvi6pndaj5o6avep3u3o4rvu:v4 k8s.ovn.org/name:open-cluster-management-2ratr6qfqvi6pndaj5o6avep3u3o4rvu k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a4495251513985026491] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2314545534}] I0703 21:58:01.374899 3383 model_client.go: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-2ratr6qfqvi6pndaj5o6avep3u3o4rvu k8s.ovn.org/name:open-cluster-management-2ratr6qfqvi6pndaj5o6avep3u3o4rvu k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a743219423872634633] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2314545535}] I0703 21:58:01.374919 3383 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-2ratr6qfqvi6pndaj5o6avep3u3o4rvu k8s.ovn.org/name:open-cluster-management-2ratr6qfqvi6pndaj5o6avep3u3o4rvu k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a743219423872634633] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2314545535}] I0703 21:58:01.375009 3383 ovs.go:160] Exec(31): /usr/bin/ovs-appctl --timeout=15 -t /var/run/ovn/ovn-controller.2981.ctl connection-status I0703 21:58:01.375193 3383 model_client.go:374] Create operations generated 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:u2314545536}] I0703 21:58:01.375218 3383 address_set.go:303] New(u2314545536/default-network-controller:Namespace:openshift-backplane-ai-agent:v4/a2605025628078430682) with [] I0703 21:58:01.375225 3383 transact.go:43] Configuring 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:u2314545536}] I0703 21:58:01.375250 3383 namespace.go:97] [open-cluster-management-2ratr6qfqvi6pndaj5o6avep3u3o4rvu] adding namespace took 8.561542ms I0703 21:58:01.375313 3383 obj_retry.go:548] Creating *v1.Namespace open-cluster-management-2ratr6qfqvi6pndaj5o6avep3u3o4rvu took: 8.631356ms I0703 21:58:01.375594 3383 model_client.go:374] 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:u2314545537}] I0703 21:58:01.375623 3383 transact.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:u2314545537}] I0703 21:58:01.375943 3383 model_client.go:374] Create operations generated 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:u2314545538}] I0703 21:58:01.375966 3383 address_set.go:303] New(u2314545538/default-network-controller:Namespace:openshift:v4/a8611152139381270309) with [] I0703 21:58:01.375972 3383 transact.go:43] Configuring 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:u2314545538}] I0703 21:58:01.376019 3383 namespace.go:97] [openshift-backplane-ai-agent] adding namespace took 8.588608ms I0703 21:58:01.376031 3383 obj_retry.go:548] Creating *v1.Namespace openshift-backplane-ai-agent took: 8.602153ms I0703 21:58:01.376042 3383 obj_retry.go:509] Add event received for *v1.Namespace openshift-deployment-validation-operator I0703 21:58:01.376050 3383 namespace.go:93] [openshift-deployment-validation-operator] adding namespace I0703 21:58:01.376379 3383 model_client.go:374] 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:u2314545539}] I0703 21:58:01.376401 3383 transact.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:u2314545539}] I0703 21:58:01.376676 3383 model_client.go:374] Create operations generated 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:u2314545540}] I0703 21:58:01.376700 3383 address_set.go:303] New(u2314545540/default-network-controller:Namespace:openshift-ingress-operator:v4/a12824364980436020060) with [] I0703 21:58:01.376707 3383 transact.go:43] Configuring 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:u2314545540}] I0703 21:58:01.376734 3383 namespace.go:97] [openshift] adding namespace took 8.625844ms I0703 21:58:01.376752 3383 obj_retry.go:548] Creating *v1.Namespace openshift took: 8.648981ms I0703 21:58:01.377032 3383 model_client.go:374] 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:u2314545541}] I0703 21:58:01.377055 3383 transact.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:u2314545541}] I0703 21:58:01.377366 3383 namespace.go:97] [openshift-ingress-operator] adding namespace took 8.614424ms I0703 21:58:01.377382 3383 obj_retry.go:548] Creating *v1.Namespace openshift-ingress-operator took: 8.635446ms I0703 21:58:01.377385 3383 model_client.go:374] Create operations 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:u2314545542}] I0703 21:58:01.377405 3383 address_set.go:303] New(u2314545542/default-network-controller:Namespace:default:v4/a4322231855293774466) with [] I0703 21:58:01.377410 3383 transact.go:43] 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:u2314545542}] I0703 21:58:01.377753 3383 model_client.go: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:u2314545543}] I0703 21:58:01.377783 3383 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:u2314545543}] I0703 21:58:01.378139 3383 model_client.go:374] Create operations generated 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:u2314545544}] I0703 21:58:01.378166 3383 address_set.go:303] New(u2314545544/default-network-controller:Namespace:openshift-network-operator:v4/a17843891307737330665) with [] I0703 21:58:01.378166 3383 namespace.go:97] [default] adding namespace took 8.838849ms I0703 21:58:01.378179 3383 obj_retry.go:548] Creating *v1.Namespace default took: 8.856021ms I0703 21:58:01.378174 3383 transact.go:43] Configuring 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:u2314545544}] I0703 21:58:01.378525 3383 model_client.go:374] 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:u2314545545}] I0703 21:58:01.378547 3383 transact.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:u2314545545}] I0703 21:58:01.378847 3383 model_client.go:374] Create operations generated 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:u2314545546}] I0703 21:58:01.378872 3383 address_set.go:303] New(u2314545546/default-network-controller:Namespace:openshift-cloud-controller-manager:v4/a545707041332338296) with [] I0703 21:58:01.378878 3383 transact.go:43] Configuring 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:u2314545546}] I0703 21:58:01.378902 3383 namespace.go:97] [openshift-network-operator] adding namespace took 9.02869ms I0703 21:58:01.378913 3383 obj_retry.go:548] Creating *v1.Namespace openshift-network-operator took: 9.044162ms I0703 21:58:01.379268 3383 model_client.go:374] 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:u2314545547}] I0703 21:58:01.379299 3383 transact.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:u2314545547}] I0703 21:58:01.379449 3383 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-234eaa5472390316484344d52ffe70b3688054312138592b847c330a176d0f4a.scope", "/org/freedesktop/systemd1/unit/crio_2d234eaa5472390316484344d52ffe70b3688054312138592b847c330a176d0f4a_2escope"}, Sequence:0x24} I0703 21:58:01.379515 3383 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-234eaa5472390316484344d52ffe70b3688054312138592b847c330a176d0f4a.scope"}, Sequence:0x25} I0703 21:58:01.379727 3383 namespace.go:97] [openshift-cloud-controller-manager] adding namespace took 9.270772ms I0703 21:58:01.379747 3383 obj_retry.go:548] Creating *v1.Namespace openshift-cloud-controller-manager took: 9.293882ms I0703 21:58:01.379758 3383 obj_retry.go:509] Add event received for *v1.Namespace openshift-network-console I0703 21:58:01.379776 3383 namespace.go:93] [openshift-network-console] adding namespace I0703 21:58:01.379819 3383 model_client.go:374] Create operations generated 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:u2314545548}] I0703 21:58:01.379848 3383 address_set.go:303] New(u2314545548/default-network-controller:Namespace:openshift-kube-scheduler:v4/a15634036902741400949) with [] I0703 21:58:01.379783 3383 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:0x655bc02034aa9}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x67343e}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0x26} I0703 21:58:01.379856 3383 transact.go:43] Configuring 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:u2314545548}] I0703 21:58:01.379860 3383 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:0x9e9}, "ExecMainStartTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bc030305ea}, "ExecMainStartTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x166ef7e}, "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:0x9e9}, "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} I0703 21:58:01.379917 3383 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:0x655bc030f1dd7}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x173076b}, "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:0x655bc0302d8aa}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x166c23f}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bc0302d8aa}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x166c23e}, "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:0x655bc030306dc}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x166f071}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xa9, 0xd7, 0x1b, 0xd2, 0xc7, 0xca, 0x46, 0xd, 0xaf, 0xf4, 0xc4, 0x4, 0x3b, 0xae, 0x8a, 0x1c}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bc030f1dd7}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x173076b}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x28} I0703 21:58:01.379991 3383 ovs.go:163] Exec(31): stdout: "connected\n" I0703 21:58:01.380016 3383 ovs.go:164] Exec(31): stderr: "" I0703 21:58:01.380027 3383 default_node_network_controller.go:523] Node connection status = connected I0703 21:58:01.380038 3383 ovs.go:160] Exec(32): /usr/bin/ovs-vsctl --timeout=15 -- br-exists br-int I0703 21:58:01.380004 3383 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/kubepods_2dburstable_2dpodc5c7e65a_5f599a_5f4462_5fbcfd_5fd754f0fd9687_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:0x655bc0337ed8c}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x19bd721}, "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:0x655bc0337ea58}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x19bd3ec}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bc0337ea56}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x19bd3ea}, "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:0x655bc0337ed8c}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x19bd721}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x72, 0xf6, 0x17, 0xc8, 0x85, 0x5c, 0x43, 0x8d, 0x9b, 0xc2, 0x5a, 0x83, 0x95, 0xe0, 0xa5, 0xd9}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bc0337ed8c}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x19bd721}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0x29} I0703 21:58:01.380248 3383 model_client.go:374] 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:u2314545549}] I0703 21:58:01.380280 3383 transact.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:u2314545549}] I0703 21:58:01.380638 3383 model_client.go:374] Create operations generated 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:u2314545550}] I0703 21:58:01.380666 3383 namespace.go:97] [openshift-kube-scheduler] adding namespace took 9.706228ms I0703 21:58:01.380670 3383 address_set.go:303] New(u2314545550/default-network-controller:Namespace:openshift-etcd:v4/a1263951348256964356) with [] I0703 21:58:01.380676 3383 obj_retry.go:548] Creating *v1.Namespace openshift-kube-scheduler took: 9.727541ms I0703 21:58:01.380678 3383 transact.go:43] Configuring 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:u2314545550}] I0703 21:58:01.381051 3383 model_client.go:374] 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:u2314545551}] I0703 21:58:01.381085 3383 transact.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:u2314545551}] I0703 21:58:01.381444 3383 namespace.go:97] [openshift-etcd] adding namespace took 9.903342ms I0703 21:58:01.381462 3383 obj_retry.go:548] Creating *v1.Namespace openshift-etcd took: 9.927355ms I0703 21:58:01.381493 3383 model_client.go:374] Create operations generated as: [{Op:insert Table:Address_Set Row:map[addresses:{GoSet:[100.64.0.2 10.129.0.2 100.64.0.3 10.130.0.2 100.64.0.4 10.128.0.2]} external_ids:{GoMap:map[ip-family:v4 k8s.ovn.org/id:default-network-controller:Namespace:openshift-host-network:v4 k8s.ovn.org/name:openshift-host-network k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a6910206611978007605] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2314545552}] I0703 21:58:01.381521 3383 address_set.go:303] New(u2314545552/default-network-controller:Namespace:openshift-host-network:v4/a6910206611978007605) with [10.128.0.2 100.64.0.2 10.129.0.2 100.64.0.3 10.130.0.2 100.64.0.4] I0703 21:58:01.381527 3383 transact.go:43] Configuring OVN: [{Op:insert Table:Address_Set Row:map[addresses:{GoSet:[100.64.0.2 10.129.0.2 100.64.0.3 10.130.0.2 100.64.0.4 10.128.0.2]} external_ids:{GoMap:map[ip-family:v4 k8s.ovn.org/id:default-network-controller:Namespace:openshift-host-network:v4 k8s.ovn.org/name:openshift-host-network k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a6910206611978007605] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2314545552}] I0703 21:58:01.381880 3383 model_client.go:374] 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:u2314545553}] I0703 21:58:01.381903 3383 transact.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:u2314545553}] I0703 21:58:01.382305 3383 model_client.go:374] Create operations generated 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:u2314545554}] I0703 21:58:01.382321 3383 namespace.go:97] [openshift-host-network] adding namespace took 10.294759ms I0703 21:58:01.382331 3383 address_set.go:303] New(u2314545554/default-network-controller:Namespace:openshift-network-node-identity:v4/a6647208685787594228) with [] I0703 21:58:01.382334 3383 obj_retry.go:548] Creating *v1.Namespace openshift-host-network took: 10.311813ms I0703 21:58:01.382337 3383 transact.go:43] Configuring 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:u2314545554}] I0703 21:58:01.382642 3383 model_client.go:374] 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:u2314545555}] I0703 21:58:01.382665 3383 transact.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:u2314545555}] I0703 21:58:01.382964 3383 model_client.go:374] Create operations generated 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:u2314545556}] I0703 21:58:01.382988 3383 address_set.go:303] New(u2314545556/default-network-controller:Namespace:openshift-deployment-validation-operator:v4/a16124762520686702362) with [] I0703 21:58:01.383002 3383 namespace.go:97] [openshift-network-node-identity] adding namespace took 9.937698ms I0703 21:58:01.382994 3383 transact.go:43] Configuring 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:u2314545556}] I0703 21:58:01.383012 3383 obj_retry.go:548] Creating *v1.Namespace openshift-network-node-identity took: 9.951624ms I0703 21:58:01.383326 3383 model_client.go:374] 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:u2314545557}] I0703 21:58:01.383351 3383 transact.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:u2314545557}] I0703 21:58:01.383704 3383 namespace.go:97] [openshift-deployment-validation-operator] adding namespace took 7.648528ms I0703 21:58:01.383716 3383 obj_retry.go:548] Creating *v1.Namespace openshift-deployment-validation-operator took: 7.664052ms I0703 21:58:01.383733 3383 model_client.go:374] Create operations generated 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:u2314545558}] I0703 21:58:01.383767 3383 address_set.go:303] New(u2314545558/default-network-controller:Namespace:openshift-network-console:v4/a652560172428313020) with [] I0703 21:58:01.383776 3383 transact.go:43] Configuring 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:u2314545558}] I0703 21:58:01.384080 3383 model_client.go:374] 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:u2314545559}] I0703 21:58:01.384101 3383 transact.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:u2314545559}] I0703 21:58:01.384417 3383 namespace.go:97] [openshift-network-console] adding namespace took 4.6351ms I0703 21:58:01.384430 3383 obj_retry.go:548] Creating *v1.Namespace openshift-network-console took: 4.664072ms I0703 21:58:01.384443 3383 factory.go:1366] Added *v1.Namespace event handler 1 I0703 21:58:01.384576 3383 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:u2314545560}] I0703 21:58:01.384595 3383 transact.go:43] Configuring OVN: [{Op:wait Table:Logical_Switch Row:map[] Rows:[map[name:transit_switch]] Columns:[name] Mutations:[] Timeout:0xc009115158 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:u2314545560}] I0703 21:58:01.384906 3383 zone_ic_handler.go:185] Time taken to create transit switch: 368.617µs I0703 21:58:01.384968 3383 obj_retry.go:509] Add event received for *v1.Node ip-10-0-2-121.ec2.internal I0703 21:58:01.384969 3383 obj_retry.go:509] Add event received for *v1.Node ip-10-0-1-250.ec2.internal I0703 21:58:01.384983 3383 obj_retry.go:509] Add event received for *v1.Node ip-10-0-0-35.ec2.internal I0703 21:58:01.384995 3383 master.go:531] Adding or Updating local node "ip-10-0-1-250.ec2.internal" for network "default" I0703 21:58:01.385056 3383 obj_retry.go:543] Failed to create *v1.Node ip-10-0-2-121.ec2.internal, error: adding or updating remote node chassis ip-10-0-2-121.ec2.internal failed, err - failed to create or update chassis to remote for remote node ip-10-0-2-121.ec2.internal, error: failed to parse node chassis-id for node - ip-10-0-2-121.ec2.internal, error: suppressed error logged: k8s.ovn.org/node-chassis-id annotation not found for node ip-10-0-2-121.ec2.internal I0703 21:58:01.385068 3383 model_client.go:374] Create operations generated as: [{Op:insert Table:Encap Row:map[chassis_name:33e5f2ea-048d-4234-ae92-f9c3cef4b1a2 ip:10.0.0.35 options:{GoMap:map[csum:true]} type:geneve] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2314545561}] I0703 21:58:01.385103 3383 model_client.go:374] Create operations generated as: [{Op:insert Table:Logical_Switch Row:map[load_balancer_group:{GoSet:[{GoUUID:db0ada44-61f7-4852-a8ec-61864ec8902a} {GoUUID:b3fc3a93-4788-435e-bfb0-13528f715f99}]} name:ip-10-0-1-250.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:u2314545562}] I0703 21:58:01.385168 3383 transact.go:43] Configuring OVN: [{Op:wait Table:Logical_Switch Row:map[] Rows:[map[name:ip-10-0-1-250.ec2.internal]] Columns:[name] Mutations:[] Timeout:0xc008fcdef8 Where:[where column name == ip-10-0-1-250.ec2.internal] Until:!= Durable: Comment: Lock: UUID: UUIDName:} {Op:insert Table:Logical_Switch Row:map[load_balancer_group:{GoSet:[{GoUUID:db0ada44-61f7-4852-a8ec-61864ec8902a} {GoUUID:b3fc3a93-4788-435e-bfb0-13528f715f99}]} name:ip-10-0-1-250.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:u2314545562}] I0703 21:58:01.385562 3383 model_client.go:374] Create operations generated as: [{Op:insert Table:Chassis Row:map[encaps:{GoSet:[{GoUUID:u2314545561}]} hostname:ip-10-0-0-35.ec2.internal name:33e5f2ea-048d-4234-ae92-f9c3cef4b1a2 other_config:{GoMap:map[is-remote:true]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2314545563}] I0703 21:58:01.385592 3383 transact.go:43] Configuring OVN: [{Op:insert Table:Encap Row:map[chassis_name:33e5f2ea-048d-4234-ae92-f9c3cef4b1a2 ip:10.0.0.35 options:{GoMap:map[csum:true]} type:geneve] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2314545561} {Op:insert Table:Chassis Row:map[encaps:{GoSet:[{GoUUID:u2314545561}]} hostname:ip-10-0-0-35.ec2.internal name:33e5f2ea-048d-4234-ae92-f9c3cef4b1a2 other_config:{GoMap:map[is-remote:true]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2314545563}] I0703 21:58:01.385642 3383 model_client.go:374] Create operations generated as: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[router]} name:stor-ip-10-0-1-250.ec2.internal options:{GoMap:map[arp_proxy:0a:58:a9:fe:01:01 169.254.1.1 fe80::1 10.128.0.0/14 router-port:rtos-ip-10-0-1-250.ec2.internal]} type:router] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2314545564}] I0703 21:58:01.385684 3383 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:u2314545564}]}}] Timeout: Where:[where column _uuid == {0c7cbbfb-4b25-4d3f-b542-03917a7567db}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:01.385702 3383 transact.go:43] Configuring OVN: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[router]} name:stor-ip-10-0-1-250.ec2.internal options:{GoMap:map[arp_proxy:0a:58:a9:fe:01:01 169.254.1.1 fe80::1 10.128.0.0/14 router-port:rtos-ip-10-0-1-250.ec2.internal]} type:router] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2314545564} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2314545564}]}}] Timeout: Where:[where column _uuid == {0c7cbbfb-4b25-4d3f-b542-03917a7567db}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:01.386104 3383 zone_ic_handler.go:259] Creating interconnect resources for remote zone node ip-10-0-0-35.ec2.internal for the network default I0703 21:58:01.386221 3383 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:31f2eed5-e46e-4706-b262-9396f86efbd2}]}}] Timeout: Where:[where column _uuid == {39bea780-30c7-4075-baea-d9af7846b925}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:01.386269 3383 ovs.go:163] Exec(32): stdout: "" I0703 21:58:01.386294 3383 ovs.go:164] Exec(32): stderr: "" I0703 21:58:01.386288 3383 transact.go:43] Configuring OVN: [{Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:31f2eed5-e46e-4706-b262-9396f86efbd2}]}}] Timeout: Where:[where column _uuid == {39bea780-30c7-4075-baea-d9af7846b925}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:01.386304 3383 ovs.go:160] Exec(33): /usr/bin/ovs-ofctl dump-aggregate br-int I0703 21:58:01.386255 3383 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-35.ec2.internal]} name:tstor-ip-10-0-0-35.ec2.internal options:{GoMap:map[requested-chassis:ip-10-0-0-35.ec2.internal requested-tnl-key:2]} type:remote] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2314545565}] I0703 21:58:01.386376 3383 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:u2314545565}]}}] Timeout: Where:[where column _uuid == {e107177d-7840-4554-8cb8-112ef047c65f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:01.386399 3383 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-35.ec2.internal]} name:tstor-ip-10-0-0-35.ec2.internal options:{GoMap:map[requested-chassis:ip-10-0-0-35.ec2.internal requested-tnl-key:2]} type:remote] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2314545565} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2314545565}]}}] Timeout: Where:[where column _uuid == {e107177d-7840-4554-8cb8-112ef047c65f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:01.386665 3383 model_client.go:374] Create operations generated as: [{Op:insert Table:Gateway_Chassis Row:map[chassis_name:94cf464b-7db1-49f0-b1cb-e3e6c55c62a5 name:rtos-ip-10-0-1-250.ec2.internal-94cf464b-7db1-49f0-b1cb-e3e6c55c62a5 priority:1] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2314545566}] I0703 21:58:01.386731 3383 model_client.go:374] Create operations generated as: [{Op:insert Table:Logical_Router_Port Row:map[gateway_chassis:{GoSet:[{GoUUID:u2314545566}]} mac:0a:58:0a:81:00:01 name:rtos-ip-10-0-1-250.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:u2314545567}] I0703 21:58:01.386882 3383 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:u2314545567}]}}] Timeout: Where:[where column _uuid == {279dfb7d-bdb3-4b1e-b1c2-52ed8e8efcaf}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:01.386896 3383 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-35.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:u2314545568}] I0703 21:58:01.386916 3383 transact.go:43] Configuring OVN: [{Op:insert Table:Gateway_Chassis Row:map[chassis_name:94cf464b-7db1-49f0-b1cb-e3e6c55c62a5 name:rtos-ip-10-0-1-250.ec2.internal-94cf464b-7db1-49f0-b1cb-e3e6c55c62a5 priority:1] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2314545566} {Op:insert Table:Logical_Router_Port Row:map[gateway_chassis:{GoSet:[{GoUUID:u2314545566}]} mac:0a:58:0a:81:00:01 name:rtos-ip-10-0-1-250.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:u2314545567} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2314545567}]}}] Timeout: Where:[where column _uuid == {279dfb7d-bdb3-4b1e-b1c2-52ed8e8efcaf}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:01.386945 3383 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:u2314545568}]}}] Timeout: Where:[where column _uuid == {279dfb7d-bdb3-4b1e-b1c2-52ed8e8efcaf}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:01.387097 3383 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-35.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:u2314545569}] I0703 21:58:01.387166 3383 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:u2314545569}]}}] Timeout: Where:[where column _uuid == {279dfb7d-bdb3-4b1e-b1c2-52ed8e8efcaf}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:01.387186 3383 transact.go:43] Configuring OVN: [{Op:insert Table:Logical_Router_Static_Route Row:map[external_ids:{GoMap:map[ic-node:ip-10-0-0-35.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:u2314545568} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u2314545568}]}}] Timeout: Where:[where column _uuid == {279dfb7d-bdb3-4b1e-b1c2-52ed8e8efcaf}] 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-35.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:u2314545569} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u2314545569}]}}] Timeout: Where:[where column _uuid == {279dfb7d-bdb3-4b1e-b1c2-52ed8e8efcaf}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:01.387666 3383 model_client.go:374] Create operations generated as: [{Op:insert Table:ACL Row:map[action:allow-related direction:to-lport external_ids:{GoMap:map[ip:10.129.0.2 k8s.ovn.org/id:default-network-controller:NetpolNode:ip-10-0-1-250.ec2.internal:10.129.0.2 k8s.ovn.org/name:ip-10-0-1-250.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:u2314545570}] I0703 21:58:01.387744 3383 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:u2314545570}]}}] Timeout: Where:[where column _uuid == {0c7cbbfb-4b25-4d3f-b542-03917a7567db}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:01.387771 3383 zone_ic_handler.go:264] Creating Interconnect resources for node "ip-10-0-0-35.ec2.internal" on network "default" took: 1.68331ms I0703 21:58:01.387787 3383 master.go:700] Creating Interconnect resources for remote node "ip-10-0-0-35.ec2.internal" on network "default" took: 2.787945ms I0703 21:58:01.387766 3383 transact.go:43] Configuring OVN: [{Op:insert Table:ACL Row:map[action:allow-related direction:to-lport external_ids:{GoMap:map[ip:10.129.0.2 k8s.ovn.org/id:default-network-controller:NetpolNode:ip-10-0-1-250.ec2.internal:10.129.0.2 k8s.ovn.org/name:ip-10-0-1-250.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:u2314545570} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:acls Mutator:insert Value:{GoSet:[{GoUUID:u2314545570}]}}] Timeout: Where:[where column _uuid == {0c7cbbfb-4b25-4d3f-b542-03917a7567db}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:01.387841 3383 obj_retry.go:548] Creating *v1.Node ip-10-0-0-35.ec2.internal took: 2.842728ms I0703 21:58:01.388293 3383 model_client.go:374] Create operations generated as: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[0a:58:0a:81:00:02 10.129.0.2]} name:k8s-ip-10-0-1-250.ec2.internal] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2314545571}] I0703 21:58:01.388334 3383 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:u2314545571}]}}] Timeout: Where:[where column _uuid == {0c7cbbfb-4b25-4d3f-b542-03917a7567db}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:01.388349 3383 transact.go:43] Configuring OVN: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[0a:58:0a:81:00:02 10.129.0.2]} name:k8s-ip-10-0-1-250.ec2.internal] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2314545571} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2314545571}]}}] Timeout: Where:[where column _uuid == {0c7cbbfb-4b25-4d3f-b542-03917a7567db}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:01.388709 3383 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:17675778-97ec-44e0-8cb8-d87a704e5bde}]}}] Timeout: Where:[where column _uuid == {4cae68e1-f02d-478b-9523-8c1b0c1d85ec}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:01.388736 3383 transact.go:43] Configuring OVN: [{Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:17675778-97ec-44e0-8cb8-d87a704e5bde}]}}] Timeout: Where:[where column _uuid == {4cae68e1-f02d-478b-9523-8c1b0c1d85ec}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:01.389064 3383 switch.go:52] Hybridoverlay port does not exist for node ip-10-0-1-250.ec2.internal I0703 21:58:01.389103 3383 switch.go:61] haveMP true haveHO false ManagementPortAddress 10.129.0.2/23 HybridOverlayAddressOA 10.129.0.3/23 I0703 21:58:01.389226 3383 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 == {0c7cbbfb-4b25-4d3f-b542-03917a7567db}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:01.389261 3383 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 == {0c7cbbfb-4b25-4d3f-b542-03917a7567db}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:01.389403 3383 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2d234eaa5472390316484344d52ffe70b3688054312138592b847c330a176d0f4a_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} I0703 21:58:01.389473 3383 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2d234eaa5472390316484344d52ffe70b3688054312138592b847c330a176d0f4a_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:0x655bc04b3f78f}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x317e124}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bc04b3f78d}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x317e121}, "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{0x44, 0x85, 0x86, 0x23, 0x47, 0x8c, 0x45, 0x2, 0x9c, 0xea, 0xaa, 0x1c, 0x37, 0xa8, 0x3c, 0xeb}}, "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} I0703 21:58:01.389577 3383 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2d234eaa5472390316484344d52ffe70b3688054312138592b847c330a176d0f4a_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} I0703 21:58:01.389630 3383 model_client.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:u2314545572}] I0703 21:58:01.389664 3383 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:u2314545572}] I0703 21:58:01.389744 3383 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2d234eaa5472390316484344d52ffe70b3688054312138592b847c330a176d0f4a_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:0x655bc04b41ce0}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3180675}, "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:0x655bc04b3f78f}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x317e124}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bc04b3f78d}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x317e121}, "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:0x655bc04b41ce0}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3180675}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x44, 0x85, 0x86, 0x23, 0x47, 0x8c, 0x45, 0x2, 0x9c, 0xea, 0xaa, 0x1c, 0x37, 0xa8, 0x3c, 0xeb}}, "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:0x655bc04b41ce0}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3180675}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x2d} I0703 21:58:01.389863 3383 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-234eaa5472390316484344d52ffe70b3688054312138592b847c330a176d0f4a.scope", "done"}, Sequence:0x2e} I0703 21:58:01.389902 3383 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2d234eaa5472390316484344d52ffe70b3688054312138592b847c330a176d0f4a_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} I0703 21:58:01.389977 3383 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2d234eaa5472390316484344d52ffe70b3688054312138592b847c330a176d0f4a_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:0x655bc04b41ce0}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3180675}, "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:0x655bc04b3f78f}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x317e124}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bc04b3f78d}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x317e121}, "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:0x655bc04b41ce0}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3180675}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x44, 0x85, 0x86, 0x23, 0x47, 0x8c, 0x45, 0x2, 0x9c, 0xea, 0xaa, 0x1c, 0x37, 0xa8, 0x3c, 0xeb}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bc04b41ce0}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3180675}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x30} I0703 21:58:01.390032 3383 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:u2314545573}] I0703 21:58:01.390081 3383 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:u2314545574}] I0703 21:58:01.390157 3383 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:u2314545575}] I0703 21:58:01.390197 3383 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:u2314545576}] I0703 21:58:01.390236 3383 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:u2314545577}] I0703 21:58:01.390273 3383 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:u2314545573} {GoUUID:u2314545574} {GoUUID:u2314545575} {GoUUID:u2314545576} {GoUUID:u2314545577}]}}] Timeout: Where:[where column _uuid == {36a31e6c-b3d7-4398-ab63-fc2c4f025764}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:01.390295 3383 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:u2314545573} {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:u2314545574} {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:u2314545575} {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:u2314545576} {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:u2314545577} {Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:acls Mutator:insert Value:{GoSet:[{GoUUID:u2314545573} {GoUUID:u2314545574} {GoUUID:u2314545575} {GoUUID:u2314545576} {GoUUID:u2314545577}]}}] Timeout: Where:[where column _uuid == {36a31e6c-b3d7-4398-ab63-fc2c4f025764}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:01.391439 3383 model_client.go:374] Create operations generated as: [{Op:insert Table:Logical_Router Row:map[copp:{GoSet:[{GoUUID:52074aa8-adf6-4f38-87d6-26a403a59b9c}]} external_ids:{GoMap:map[physical_ip:10.0.1.250 physical_ips:10.0.1.250]} load_balancer_group:{GoSet:[{GoUUID:db0ada44-61f7-4852-a8ec-61864ec8902a} {GoUUID:b4beb0ee-3f03-473c-93c2-ac27528a3368}]} name:GR_ip-10-0-1-250.ec2.internal options:{GoMap:map[always_learn_from_arp_request:false chassis:94cf464b-7db1-49f0-b1cb-e3e6c55c62a5 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:u2314545578}] I0703 21:58:01.391467 3383 transact.go:43] Configuring OVN: [{Op:wait Table:Logical_Router Row:map[] Rows:[map[name:GR_ip-10-0-1-250.ec2.internal]] Columns:[name] Mutations:[] Timeout:0xc009065ea0 Where:[where column name == GR_ip-10-0-1-250.ec2.internal] Until:!= Durable: Comment: Lock: UUID: UUIDName:} {Op:insert Table:Logical_Router Row:map[copp:{GoSet:[{GoUUID:52074aa8-adf6-4f38-87d6-26a403a59b9c}]} external_ids:{GoMap:map[physical_ip:10.0.1.250 physical_ips:10.0.1.250]} load_balancer_group:{GoSet:[{GoUUID:db0ada44-61f7-4852-a8ec-61864ec8902a} {GoUUID:b4beb0ee-3f03-473c-93c2-ac27528a3368}]} name:GR_ip-10-0-1-250.ec2.internal options:{GoMap:map[always_learn_from_arp_request:false chassis:94cf464b-7db1-49f0-b1cb-e3e6c55c62a5 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:u2314545578}] I0703 21:58:01.391968 3383 model_client.go:374] Create operations generated as: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[router]} name:jtor-GR_ip-10-0-1-250.ec2.internal options:{GoMap:map[router-port:rtoj-GR_ip-10-0-1-250.ec2.internal]} type:router] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2314545579}] I0703 21:58:01.392013 3383 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:u2314545579}]}}] Timeout: Where:[where column _uuid == {74963f24-eb1f-46e0-954e-c1744e4f5d0d}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:01.392030 3383 transact.go:43] Configuring OVN: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[router]} name:jtor-GR_ip-10-0-1-250.ec2.internal options:{GoMap:map[router-port:rtoj-GR_ip-10-0-1-250.ec2.internal]} type:router] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2314545579} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2314545579}]}}] Timeout: Where:[where column _uuid == {74963f24-eb1f-46e0-954e-c1744e4f5d0d}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:01.392436 3383 model_client.go:374] Create operations generated as: [{Op:insert Table:Logical_Router_Port Row:map[mac:0a:58:64:40:00:03 name:rtoj-GR_ip-10-0-1-250.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:u2314545580}] I0703 21:58:01.392480 3383 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:u2314545580}]}}] Timeout: Where:[where column _uuid == {16ecdcd8-edd1-42db-8166-bc20cd3fc88b}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:01.392494 3383 transact.go:43] Configuring OVN: [{Op:insert Table:Logical_Router_Port Row:map[mac:0a:58:64:40:00:03 name:rtoj-GR_ip-10-0-1-250.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:u2314545580} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2314545580}]}}] Timeout: Where:[where column _uuid == {16ecdcd8-edd1-42db-8166-bc20cd3fc88b}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:01.392874 3383 model_client.go:374] Create operations generated as: [{Op:insert Table:Logical_Router_Port Row:map[external_ids:{GoMap:map[gateway-physical-ip:yes]} mac:0a:ff:db:fe:6d:23 name:rtoe-GR_ip-10-0-1-250.ec2.internal networks:{GoSet:[10.0.1.250/24]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2314545581}] I0703 21:58:01.392918 3383 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:u2314545581}]}}] Timeout: Where:[where column _uuid == {16ecdcd8-edd1-42db-8166-bc20cd3fc88b}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:01.392934 3383 transact.go:43] Configuring OVN: [{Op:insert Table:Logical_Router_Port Row:map[external_ids:{GoMap:map[gateway-physical-ip:yes]} mac:0a:ff:db:fe:6d:23 name:rtoe-GR_ip-10-0-1-250.ec2.internal networks:{GoSet:[10.0.1.250/24]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2314545581} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2314545581}]}}] Timeout: Where:[where column _uuid == {16ecdcd8-edd1-42db-8166-bc20cd3fc88b}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:01.393326 3383 model_client.go:374] Create operations generated as: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[unknown]} name:br-ex_ip-10-0-1-250.ec2.internal options:{GoMap:map[network_name:physnet]} type:localnet] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2314545582}] I0703 21:58:01.393379 3383 model_client.go:374] Create operations generated as: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[0a:ff:db:fe:6d:23]} name:etor-GR_ip-10-0-1-250.ec2.internal options:{GoMap:map[exclude-lb-vips-from-garp:true nat-addresses:router router-port:rtoe-GR_ip-10-0-1-250.ec2.internal]} type:router] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2314545583}] I0703 21:58:01.393472 3383 model_client.go:374] Create operations generated as: [{Op:insert Table:Logical_Switch Row:map[name:ext_ip-10-0-1-250.ec2.internal ports:{GoSet:[{GoUUID:u2314545582} {GoUUID:u2314545583}]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2314545584}] I0703 21:58:01.393488 3383 transact.go:43] Configuring OVN: [{Op:wait Table:Logical_Switch Row:map[] Rows:[map[name:ext_ip-10-0-1-250.ec2.internal]] Columns:[name] Mutations:[] Timeout:0xc00929db20 Where:[where column name == ext_ip-10-0-1-250.ec2.internal] Until:!= Durable: Comment: Lock: UUID: UUIDName:} {Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[unknown]} name:br-ex_ip-10-0-1-250.ec2.internal options:{GoMap:map[network_name:physnet]} type:localnet] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2314545582} {Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[0a:ff:db:fe:6d:23]} name:etor-GR_ip-10-0-1-250.ec2.internal options:{GoMap:map[exclude-lb-vips-from-garp:true nat-addresses:router router-port:rtoe-GR_ip-10-0-1-250.ec2.internal]} type:router] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2314545583} {Op:insert Table:Logical_Switch Row:map[name:ext_ip-10-0-1-250.ec2.internal ports:{GoSet:[{GoUUID:u2314545582} {GoUUID:u2314545583}]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2314545584}] I0703 21:58:01.394027 3383 model_client.go:374] Create operations generated as: [{Op:insert Table:Static_MAC_Binding Row:map[ip:169.254.0.4 logical_port:rtoe-GR_ip-10-0-1-250.ec2.internal mac:0a:58:a9:fe:00:04 override_dynamic_mac:true] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2314545585}] I0703 21:58:01.394050 3383 transact.go:43] Configuring OVN: [{Op:insert Table:Static_MAC_Binding Row:map[ip:169.254.0.4 logical_port:rtoe-GR_ip-10-0-1-250.ec2.internal mac:0a:58:a9:fe:00:04 override_dynamic_mac:true] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2314545585}] I0703 21:58:01.394340 3383 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:u2314545586}] I0703 21:58:01.394384 3383 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:u2314545586}]}}] Timeout: Where:[where column _uuid == {16ecdcd8-edd1-42db-8166-bc20cd3fc88b}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:01.394401 3383 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:u2314545586} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u2314545586}]}}] Timeout: Where:[where column _uuid == {16ecdcd8-edd1-42db-8166-bc20cd3fc88b}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:01.394731 3383 model_client.go:374] Create operations generated as: [{Op:insert Table:Logical_Router_Static_Route Row:map[external_ids:{GoMap:map[k8s.ovn.org/node-masquerade-subnet:]} ip_prefix:169.254.0.0/17 nexthop:169.254.0.4 output_port:{GoSet:[rtoe-GR_ip-10-0-1-250.ec2.internal]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2314545587}] I0703 21:58:01.394776 3383 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:u2314545587}]}}] Timeout: Where:[where column _uuid == {16ecdcd8-edd1-42db-8166-bc20cd3fc88b}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:01.394793 3383 transact.go:43] Configuring OVN: [{Op:insert Table:Logical_Router_Static_Route Row:map[external_ids:{GoMap:map[k8s.ovn.org/node-masquerade-subnet:]} ip_prefix:169.254.0.0/17 nexthop:169.254.0.4 output_port:{GoSet:[rtoe-GR_ip-10-0-1-250.ec2.internal]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2314545587} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u2314545587}]}}] Timeout: Where:[where column _uuid == {16ecdcd8-edd1-42db-8166-bc20cd3fc88b}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:01.395147 3383 model_client.go:374] Create operations generated as: [{Op:insert Table:Logical_Router_Static_Route Row:map[ip_prefix:0.0.0.0/0 nexthop:10.0.1.1 output_port:{GoSet:[rtoe-GR_ip-10-0-1-250.ec2.internal]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2314545588}] I0703 21:58:01.395191 3383 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:u2314545588}]}}] Timeout: Where:[where column _uuid == {16ecdcd8-edd1-42db-8166-bc20cd3fc88b}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:01.395212 3383 transact.go:43] Configuring OVN: [{Op:insert Table:Logical_Router_Static_Route Row:map[ip_prefix:0.0.0.0/0 nexthop:10.0.1.1 output_port:{GoSet:[rtoe-GR_ip-10-0-1-250.ec2.internal]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2314545588} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u2314545588}]}}] Timeout: Where:[where column _uuid == {16ecdcd8-edd1-42db-8166-bc20cd3fc88b}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:01.395555 3383 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:u2314545589}] I0703 21:58:01.395589 3383 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:u2314545589}]}}] Timeout: Where:[where column _uuid == {279dfb7d-bdb3-4b1e-b1c2-52ed8e8efcaf}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:01.395605 3383 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:u2314545589} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u2314545589}]}}] Timeout: Where:[where column _uuid == {279dfb7d-bdb3-4b1e-b1c2-52ed8e8efcaf}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:01.395931 3383 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:u2314545590}] I0703 21:58:01.395967 3383 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:u2314545590}]}}] Timeout: Where:[where column _uuid == {279dfb7d-bdb3-4b1e-b1c2-52ed8e8efcaf}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:01.395998 3383 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:u2314545590} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u2314545590}]}}] Timeout: Where:[where column _uuid == {279dfb7d-bdb3-4b1e-b1c2-52ed8e8efcaf}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:01.396318 3383 model_client.go:374] Create operations generated as: [{Op:insert Table:NAT Row:map[external_ip:10.0.1.250 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:u2314545591}] I0703 21:58:01.396362 3383 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:u2314545591}]}}] Timeout: Where:[where column _uuid == {16ecdcd8-edd1-42db-8166-bc20cd3fc88b}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:01.396380 3383 transact.go:43] Configuring OVN: [{Op:insert Table:NAT Row:map[external_ip:10.0.1.250 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:u2314545591} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:nat Mutator:insert Value:{GoSet:[{GoUUID:u2314545591}]}}] Timeout: Where:[where column _uuid == {16ecdcd8-edd1-42db-8166-bc20cd3fc88b}] Until: Durable: Comment: Lock: UUID: UUIDName:}] W0703 21:58:01.396756 3383 gateway.go:191] Unable to fetch podIPs for pod openshift-network-diagnostics/network-check-target-mggcz: pod openshift-network-diagnostics/network-check-target-mggcz: no pod IPs found W0703 21:58:01.396778 3383 gateway.go:191] Unable to fetch podIPs for pod openshift-multus/network-metrics-daemon-mjsh5: pod openshift-multus/network-metrics-daemon-mjsh5: no pod IPs found I0703 21:58:01.396859 3383 model_client.go:374] Create operations generated as: [{Op:insert Table:Logical_Router_Policy Row:map[action:reroute match:inport == "rtos-ip-10-0-1-250.ec2.internal" && ip4.dst == 10.0.1.250 /* ip-10-0-1-250.ec2.internal */ nexthops:{GoSet:[10.129.0.2]} priority:1004] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2314545592}] I0703 21:58:01.396898 3383 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:u2314545592}]}}] Timeout: Where:[where column _uuid == {279dfb7d-bdb3-4b1e-b1c2-52ed8e8efcaf}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:01.396915 3383 transact.go:43] Configuring OVN: [{Op:wait Table:Logical_Router_Policy Row:map[] Rows:[map[match:inport == "rtos-ip-10-0-1-250.ec2.internal" && ip4.dst == 10.0.1.250 /* ip-10-0-1-250.ec2.internal */ priority:1004]] Columns:[priority match] Mutations:[] Timeout:0xc008b3aac0 Where:[where column priority == 1004 where column match == inport == "rtos-ip-10-0-1-250.ec2.internal" && ip4.dst == 10.0.1.250 /* ip-10-0-1-250.ec2.internal */ where column external_ids includes {map[]}] Until:!= Durable: Comment: Lock: UUID: UUIDName:} {Op:insert Table:Logical_Router_Policy Row:map[action:reroute match:inport == "rtos-ip-10-0-1-250.ec2.internal" && ip4.dst == 10.0.1.250 /* ip-10-0-1-250.ec2.internal */ nexthops:{GoSet:[10.129.0.2]} priority:1004] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2314545592} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:policies Mutator:insert Value:{GoSet:[{GoUUID:u2314545592}]}}] Timeout: Where:[where column _uuid == {279dfb7d-bdb3-4b1e-b1c2-52ed8e8efcaf}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:01.397424 3383 base_network_controller.go:622] When adding node ip-10-0-1-250.ec2.internal for network default, found 44 pods to add to retryPods I0703 21:58:01.397442 3383 base_network_controller.go:631] Adding pod openshift-ovn-kubernetes/ovnkube-node-6sx57 to retryPods for network default I0703 21:58:01.397453 3383 base_network_controller.go:631] Adding pod openshift-multus/multus-additional-cni-plugins-k8pxv to retryPods for network default I0703 21:58:01.397464 3383 base_network_controller.go:631] Adding pod openshift-network-diagnostics/network-check-target-mggcz to retryPods for network default I0703 21:58:01.397474 3383 base_network_controller.go:631] Adding pod kube-system/konnectivity-agent-5hvkv to retryPods for network default I0703 21:58:01.397480 3383 base_network_controller.go:631] Adding pod openshift-dns/node-resolver-khkc6 to retryPods for network default I0703 21:58:01.397487 3383 base_network_controller.go:631] Adding pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-250.ec2.internal to retryPods for network default I0703 21:58:01.397493 3383 base_network_controller.go:631] Adding pod openshift-network-operator/iptables-alerter-fvf5b to retryPods for network default I0703 21:58:01.397499 3383 base_network_controller.go:631] Adding pod kube-system/kube-apiserver-proxy-ip-10-0-1-250.ec2.internal to retryPods for network default I0703 21:58:01.397507 3383 base_network_controller.go:631] Adding pod openshift-image-registry/node-ca-cw75n to retryPods for network default I0703 21:58:01.397515 3383 base_network_controller.go:631] Adding pod openshift-cluster-node-tuning-operator/tuned-lmf5s to retryPods for network default I0703 21:58:01.397526 3383 base_network_controller.go:631] Adding pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-6ww26 to retryPods for network default I0703 21:58:01.397532 3383 base_network_controller.go:631] Adding pod openshift-multus/network-metrics-daemon-mjsh5 to retryPods for network default I0703 21:58:01.397538 3383 base_network_controller.go:631] Adding pod openshift-multus/multus-tkckc to retryPods for network default I0703 21:58:01.397546 3383 obj_retry.go:236] Iterate retry objects requested (resource *v1.Pod) I0703 21:58:01.397610 3383 model_client.go:383] Update operations generated as: [{Op:update Table:Chassis Row:map[encaps:{GoSet:[{GoUUID:2455b05d-e461-4514-bd7a-f100c58e5eb5}]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {d1b21776-1725-44f9-b958-2e4f0a98719c}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:01.397649 3383 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 == {d1b21776-1725-44f9-b958-2e4f0a98719c}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:01.397670 3383 transact.go:43] Configuring OVN: [{Op:update Table:Chassis Row:map[encaps:{GoSet:[{GoUUID:2455b05d-e461-4514-bd7a-f100c58e5eb5}]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {d1b21776-1725-44f9-b958-2e4f0a98719c}] 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 == {d1b21776-1725-44f9-b958-2e4f0a98719c}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:01.398060 3383 zone_ic_handler.go:193] Creating interconnect resources for local zone node ip-10-0-1-250.ec2.internal for the network default I0703 21:58:01.398103 3383 model_client.go:374] Create operations generated as: [{Op:insert Table:Logical_Router_Port Row:map[mac:0a:58:64:58:00:03 name:rtots-ip-10-0-1-250.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:u2314545593}] I0703 21:58:01.398173 3383 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:u2314545593}]}}] Timeout: Where:[where column _uuid == {279dfb7d-bdb3-4b1e-b1c2-52ed8e8efcaf}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:01.398194 3383 transact.go:43] Configuring OVN: [{Op:insert Table:Logical_Router_Port Row:map[mac:0a:58:64:58:00:03 name:rtots-ip-10-0-1-250.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:u2314545593} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2314545593}]}}] Timeout: Where:[where column _uuid == {279dfb7d-bdb3-4b1e-b1c2-52ed8e8efcaf}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:01.398547 3383 model_client.go:374] Create operations generated as: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[router]} external_ids:{GoMap:map[node:ip-10-0-1-250.ec2.internal]} name:tstor-ip-10-0-1-250.ec2.internal options:{GoMap:map[requested-tnl-key:3 router-port:rtots-ip-10-0-1-250.ec2.internal]} type:router] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2314545594}] I0703 21:58:01.398595 3383 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:u2314545594}]}}] Timeout: Where:[where column _uuid == {e107177d-7840-4554-8cb8-112ef047c65f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:01.398615 3383 transact.go:43] Configuring OVN: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[router]} external_ids:{GoMap:map[node:ip-10-0-1-250.ec2.internal]} name:tstor-ip-10-0-1-250.ec2.internal options:{GoMap:map[requested-tnl-key:3 router-port:rtots-ip-10-0-1-250.ec2.internal]} type:router] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2314545594} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2314545594}]}}] Timeout: Where:[where column _uuid == {e107177d-7840-4554-8cb8-112ef047c65f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:01.399032 3383 obj_retry.go:548] Creating *v1.Node ip-10-0-1-250.ec2.internal took: 14.045216ms I0703 21:58:01.399055 3383 factory.go:1366] Added *v1.Node event handler 2 I0703 21:58:01.399078 3383 services_controller.go:193] Starting controller ovn-lb-controller for network=default I0703 21:58:01.399098 3383 services_controller.go:201] Waiting for node tracker handler to sync for network=default I0703 21:58:01.399108 3383 shared_informer.go:313] Waiting for caches to sync for node-tracker-controller I0703 21:58:01.399153 3383 node_tracker.go:211] Processing possible switch / router updates for node ip-10-0-0-35.ec2.internal in network "default" I0703 21:58:01.399203 3383 node_tracker.go:172] Node ip-10-0-0-35.ec2.internal switch + router changed, syncing services in network "default" I0703 21:58:01.399213 3383 services_controller.go:575] Full service sync requested for network=default I0703 21:58:01.399221 3383 node_tracker.go:211] Processing possible switch / router updates for node ip-10-0-1-250.ec2.internal in network "default" I0703 21:58:01.399241 3383 node_tracker.go:172] Node ip-10-0-1-250.ec2.internal switch + router changed, syncing services in network "default" I0703 21:58:01.399256 3383 services_controller.go:575] Full service sync requested for network=default I0703 21:58:01.399261 3383 node_tracker.go:211] Processing possible switch / router updates for node ip-10-0-2-121.ec2.internal in network "default" I0703 21:58:01.399270 3383 node_tracker.go:238] Node ip-10-0-2-121.ec2.internal has invalid / no gateway config: k8s.ovn.org/l3-gateway-config annotation not found for node "ip-10-0-2-121.ec2.internal" I0703 21:58:01.399275 3383 node_tracker.go:172] Node ip-10-0-2-121.ec2.internal switch + router changed, syncing services in network "default" I0703 21:58:01.399279 3383 services_controller.go:575] Full service sync requested for network=default I0703 21:58:01.446148 3383 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2d234eaa5472390316484344d52ffe70b3688054312138592b847c330a176d0f4a_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} I0703 21:58:01.446397 3383 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2d234eaa5472390316484344d52ffe70b3688054312138592b847c330a176d0f4a_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:0x655bc04b41ce0}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3180675}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bc04b4f8fe}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x318e293}, "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:0x655bc04b3f78f}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x317e124}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bc04b3f78d}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x317e121}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bc04b4f8fe}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x318e293}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bc04b41ce0}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3180675}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x44, 0x85, 0x86, 0x23, 0x47, 0x8c, 0x45, 0x2, 0x9c, 0xea, 0xaa, 0x1c, 0x37, 0xa8, 0x3c, 0xeb}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bc04b4f8fe}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x318e293}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0x32} I0703 21:58:01.446442 3383 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-234eaa5472390316484344d52ffe70b3688054312138592b847c330a176d0f4a.scope", "/org/freedesktop/systemd1/unit/crio_2d234eaa5472390316484344d52ffe70b3688054312138592b847c330a176d0f4a_2escope"}, Sequence:0x33} I0703 21:58:01.462500 3383 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2d234eaa5472390316484344d52ffe70b3688054312138592b847c330a176d0f4a_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} I0703 21:58:01.462601 3383 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2d234eaa5472390316484344d52ffe70b3688054312138592b847c330a176d0f4a_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:0x655bc04b3de61}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x317c7f6}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bc04b53906}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x319229a}, "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:0x655bc04b3bc74}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x317a609}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bc04b3bc71}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x317a606}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bc04b53906}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x319229a}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bc04b3de61}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x317c7f6}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x86, 0x35, 0xb8, 0x39, 0xb1, 0xe6, 0x4f, 0x4d, 0x8e, 0x6f, 0x1c, 0xf0, 0x4f, 0x70, 0xa2, 0xb7}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bc04b53906}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x319229a}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0x35} I0703 21:58:01.462678 3383 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-234eaa5472390316484344d52ffe70b3688054312138592b847c330a176d0f4a.scope", "/org/freedesktop/systemd1/unit/crio_2dconmon_2d234eaa5472390316484344d52ffe70b3688054312138592b847c330a176d0f4a_2escope"}, Sequence:0x36} I0703 21:58:01.472704 3383 ovs.go:163] Exec(33): stdout: "NXST_AGGREGATE reply (xid=0x4): packet_count=0 byte_count=0 flow_count=20\n" I0703 21:58:01.472724 3383 ovs.go:164] Exec(33): stderr: "" I0703 21:58:01.472738 3383 ovs.go:160] Exec(34): /usr/bin/ovs-vsctl --timeout=15 --if-exists get interface patch-br-ex_ip-10-0-1-250.ec2.internal-to-br-int ofport I0703 21:58:01.478595 3383 ovs.go:163] Exec(34): stdout: "" I0703 21:58:01.478609 3383 ovs.go:164] Exec(34): stderr: "" I0703 21:58:01.499461 3383 shared_informer.go:320] Caches are synced for node-tracker-controller I0703 21:58:01.499478 3383 services_controller.go:209] Setting up event handlers for services for network=default I0703 21:58:01.499519 3383 services_controller.go:219] Setting up event handlers for endpoint slices for network=default I0703 21:58:01.499548 3383 services_controller.go:234] Waiting for service and endpoint handlers to sync for network=default I0703 21:58:01.499557 3383 shared_informer.go:313] Waiting for caches to sync for ovn-lb-controller I0703 21:58:01.499572 3383 services_controller.go:640] Adding service openshift-ingress-canary/ingress-canary for network=default I0703 21:58:01.499594 3383 services_controller.go:640] Adding service openshift-insights/metrics for network=default I0703 21:58:01.499604 3383 services_controller.go:640] Adding service openshift-network-console/networking-console-plugin for network=default I0703 21:58:01.499615 3383 services_controller.go:640] Adding service openshift-network-diagnostics/network-check-source for network=default I0703 21:58:01.499626 3383 services_controller.go:640] Adding service openshift-authentication-operator/metrics for network=default I0703 21:58:01.499634 3383 services_controller.go:640] Adding service openshift-cluster-machine-approver/machine-approver for network=default I0703 21:58:01.499647 3383 services_controller.go:640] Adding service openshift-config-operator/metrics for network=default I0703 21:58:01.499655 3383 services_controller.go:640] Adding service openshift-ingress/router-default for network=default I0703 21:58:01.499662 3383 services_controller.go:640] Adding service openshift-kube-storage-version-migrator-operator/metrics for network=default I0703 21:58:01.499666 3383 services_controller.go:640] Adding service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0703 21:58:01.499678 3383 services_controller.go:640] Adding service default/packageserver for network=default I0703 21:58:01.499688 3383 services_controller.go:640] Adding service openshift-machine-config-operator/machine-config-operator for network=default I0703 21:58:01.499695 3383 services_controller.go:640] Adding service openshift-apiserver-operator/metrics for network=default I0703 21:58:01.499703 3383 services_controller.go:640] Adding service openshift-apiserver/check-endpoints for network=default I0703 21:58:01.499709 3383 services_controller.go:640] Adding service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0703 21:58:01.499717 3383 services_controller.go:640] Adding service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0703 21:58:01.499724 3383 services_controller.go:640] Adding service openshift-machine-config-operator/machine-config-daemon for network=default I0703 21:58:01.499731 3383 services_controller.go:640] Adding service openshift-network-diagnostics/network-check-target for network=default I0703 21:58:01.499737 3383 services_controller.go:640] Adding service default/openshift for network=default I0703 21:58:01.499747 3383 services_controller.go:640] Adding service openshift-console-operator/metrics for network=default I0703 21:58:01.499752 3383 services_controller.go:640] Adding service openshift-dns/dns-default for network=default I0703 21:58:01.499756 3383 services_controller.go:640] Adding service openshift-kube-controller-manager-operator/metrics for network=default I0703 21:58:01.499760 3383 services_controller.go:640] Adding service openshift-monitoring/cluster-monitoring-operator for network=default I0703 21:58:01.499765 3383 services_controller.go:640] Adding service openshift-network-operator/metrics for network=default I0703 21:58:01.499768 3383 services_controller.go:640] Adding service openshift-service-ca-operator/metrics for network=default I0703 21:58:01.499773 3383 services_controller.go:640] Adding service default/kubernetes for network=default I0703 21:58:01.499776 3383 services_controller.go:640] Adding service openshift-multus/network-metrics-service for network=default I0703 21:58:01.499781 3383 services_controller.go:640] Adding service openshift-cluster-version/cluster-version-operator for network=default I0703 21:58:01.499784 3383 services_controller.go:640] Adding service default/openshift-oauth-apiserver for network=default I0703 21:58:01.499789 3383 services_controller.go:640] Adding service openshift-cloud-credential-operator/cco-metrics for network=default I0703 21:58:01.499793 3383 services_controller.go:640] Adding service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0703 21:58:01.499798 3383 services_controller.go:640] Adding service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0703 21:58:01.499802 3383 services_controller.go:640] Adding service openshift-dns-operator/metrics for network=default I0703 21:58:01.499806 3383 services_controller.go:640] Adding service openshift-image-registry/image-registry for network=default I0703 21:58:01.499809 3383 services_controller.go:640] Adding service openshift-machine-config-operator/machine-config-controller for network=default I0703 21:58:01.499814 3383 services_controller.go:640] Adding service default/openshift-apiserver for network=default I0703 21:58:01.499817 3383 services_controller.go:640] Adding service openshift-cluster-samples-operator/metrics for network=default I0703 21:58:01.499822 3383 services_controller.go:640] Adding service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0703 21:58:01.499825 3383 services_controller.go:640] Adding service openshift-ingress-operator/metrics for network=default I0703 21:58:01.499830 3383 services_controller.go:640] Adding service openshift-ingress/router-internal-default for network=default I0703 21:58:01.499834 3383 services_controller.go:640] Adding service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0703 21:58:01.511672 3383 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} I0703 21:58:01.511701 3383 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} I0703 21:58:01.600030 3383 shared_informer.go:320] Caches are synced for ovn-lb-controller I0703 21:58:01.600048 3383 repair.go:60] Starting repairing loop for services I0703 21:58:01.600173 3383 repair.go:131] Deleted 0 stale service LBs I0703 21:58:01.600194 3383 repair.go:137] Deleted 0 stale Chassis Template Vars I0703 21:58:01.600218 3383 repair.go:62] Finished repairing loop for services: 171.354µs I0703 21:58:01.600245 3383 services_controller.go:364] Controller cache of 0 load balancers initialized for 0 services for network=default I0703 21:58:01.600255 3383 services_controller.go:255] Starting workers for network=default I0703 21:58:01.600302 3383 services_controller.go:382] Processing sync for service openshift-dns-operator/metrics for network=default I0703 21:58:01.600315 3383 services_controller.go:382] Processing sync for service openshift-ingress-canary/ingress-canary for network=default I0703 21:58:01.600330 3383 services_controller.go:382] Processing sync for service openshift-machine-config-operator/machine-config-operator for network=default I0703 21:58:01.600348 3383 services_controller.go:382] Processing sync for service openshift-apiserver-operator/metrics for network=default I0703 21:58:01.600390 3383 services_controller.go:382] Processing sync for service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0703 21:58:01.600537 3383 default_network_controller.go:661] Recording add event on pod openshift-deployment-validation-operator/deployment-validation-operator-catalog-4vnnq I0703 21:58:01.600575 3383 default_network_controller.go:661] Recording add event on pod openshift-multus/multus-sb8dn I0703 21:58:01.600597 3383 default_network_controller.go:661] Recording add event on pod openshift-backplane/osd-delete-backplane-serviceaccounts-29718590-msnvn I0703 21:58:01.600620 3383 obj_retry.go:509] Add event received for *v1.Pod openshift-multus/multus-sb8dn I0703 21:58:01.600623 3383 obj_retry.go:509] Add event received for *v1.Pod openshift-backplane/osd-delete-backplane-serviceaccounts-29718590-msnvn I0703 21:58:01.600333 3383 services_controller.go:460] Service openshift-ingress-canary/ingress-canary retrieved from lister for network=default: &Service{ObjectMeta:{ingress-canary openshift-ingress-canary 4819f457-6510-4569-b406-c0b3660420e6 3620 0 2026-07-03 21:46:20 +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 1f1ef523-f5fe-42ec-99fc-c4139726322c 0xc005187390 }] [] []},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.197.227,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.197.227],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:01.600636 3383 ovn.go:139] Ensuring zone remote for Pod openshift-multus/multus-sb8dn in node ip-10-0-2-121.ec2.internal I0703 21:58:01.600649 3383 obj_retry.go:548] Creating *v1.Pod openshift-multus/multus-sb8dn took: 15.681µs I0703 21:58:01.600655 3383 default_network_controller.go:705] Recording success event on pod openshift-multus/multus-sb8dn I0703 21:58:01.600656 3383 lb_config.go:1030] Cluster endpoints for openshift-ingress-canary/ingress-canary for network=default are: map[] I0703 21:58:01.600660 3383 default_network_controller.go:661] Recording add event on pod openshift-network-operator/iptables-alerter-fvf5b I0703 21:58:01.600668 3383 obj_retry.go:509] Add event received for *v1.Pod openshift-network-operator/iptables-alerter-fvf5b I0703 21:58:01.600576 3383 default_network_controller.go:661] Recording add event on pod openshift-multus/multus-p49qk I0703 21:58:01.600669 3383 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.197.227"}, protocol:"TCP", inport:8443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}, services.lbConfig{vips:[]string{"172.30.197.227"}, protocol:"TCP", inport:8888, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:01.600685 3383 services_controller.go:470] Built service openshift-ingress-canary/ingress-canary LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:58:01.600687 3383 obj_retry.go:509] Add event received for *v1.Pod openshift-multus/multus-p49qk I0703 21:58:01.600366 3383 services_controller.go:460] Service openshift-apiserver-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-apiserver-operator 347eada2-03f3-440b-9cf6-3aeac111438f 1121 0 2026-07-03 21:45:44 +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 34bb90c2-6c9e-4bce-b872-500297db79ab 0xc00518679f }] [] []},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.132.147,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.132.147],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:01.600695 3383 services_controller.go:471] Built service openshift-ingress-canary/ingress-canary LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:01.600698 3383 ovn.go:139] Ensuring zone remote for Pod openshift-multus/multus-p49qk in node ip-10-0-0-35.ec2.internal I0703 21:58:01.600698 3383 obj_retry.go:548] Creating *v1.Pod openshift-backplane/osd-delete-backplane-serviceaccounts-29718590-msnvn took: 171ns I0703 21:58:01.600706 3383 obj_retry.go:548] Creating *v1.Pod openshift-multus/multus-p49qk took: 9.221µs I0703 21:58:01.600709 3383 default_network_controller.go:705] Recording success event on pod openshift-backplane/osd-delete-backplane-serviceaccounts-29718590-msnvn I0703 21:58:01.600712 3383 default_network_controller.go:705] Recording success event on pod openshift-multus/multus-p49qk I0703 21:58:01.600718 3383 default_network_controller.go:661] Recording add event on pod openshift-multus/network-metrics-daemon-4d5q7 I0703 21:58:01.600718 3383 lb_config.go:1030] Cluster endpoints for openshift-apiserver-operator/metrics for network=default are: map[] I0703 21:58:01.600321 3383 services_controller.go:460] Service openshift-dns-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-dns-operator f9bca9e6-aac4-42ed-ab35-6cae287e356d 1101 0 2026-07-03 21:45:43 +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 34bb90c2-6c9e-4bce-b872-500297db79ab 0xc00518711f }] [] []},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.11.73,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.11.73],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:01.600727 3383 obj_retry.go:509] Add event received for *v1.Pod openshift-multus/network-metrics-daemon-4d5q7 I0703 21:58:01.600735 3383 ovn.go:139] Ensuring zone remote for Pod openshift-multus/network-metrics-daemon-4d5q7 in node ip-10-0-2-121.ec2.internal I0703 21:58:01.600716 3383 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.197.227", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.197.227", Port:8888, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:01.600750 3383 services_controller.go:478] Built service openshift-ingress-canary/ingress-canary per-node LB for network=default: []services.LB{} I0703 21:58:01.600758 3383 services_controller.go:479] Built service openshift-ingress-canary/ingress-canary template LB for network=default: []services.LB{} I0703 21:58:01.600348 3383 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 0132c170-5b9d-4ef9-9966-45d78c036861 765 0 2026-07-03 21:45:36 +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 34bb90c2-6c9e-4bce-b872-500297db79ab 0xc005187a6b }] [] []},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.108.113,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.108.113],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:01.600769 3383 services_controller.go:480] Service openshift-ingress-canary/ingress-canary for network=default has 2 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:01.600719 3383 default_network_controller.go:661] Recording add event on pod kube-system/kube-apiserver-proxy-ip-10-0-0-35.ec2.internal I0703 21:58:01.600777 3383 lb_config.go:1030] Cluster endpoints for openshift-machine-config-operator/machine-config-operator for network=default are: map[] I0703 21:58:01.600782 3383 obj_retry.go:543] Failed to create *v1.Pod openshift-multus/network-metrics-daemon-4d5q7, error: failed to obtain IPs to add remote pod openshift-multus/network-metrics-daemon-4d5q7: suppressed error logged: pod openshift-multus/network-metrics-daemon-4d5q7: no pod IPs found I0703 21:58:01.600791 3383 default_network_controller.go:661] Recording add event on pod openshift-network-diagnostics/network-check-target-lrxjg I0703 21:58:01.600792 3383 obj_retry.go:509] Add event received for *v1.Pod kube-system/kube-apiserver-proxy-ip-10-0-0-35.ec2.internal I0703 21:58:01.600791 3383 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.108.113"}, protocol:"TCP", inport:9001, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:01.600800 3383 obj_retry.go:509] Add event received for *v1.Pod openshift-network-diagnostics/network-check-target-lrxjg I0703 21:58:01.600730 3383 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.132.147"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:01.600808 3383 ovn.go:139] Ensuring zone remote for Pod kube-system/kube-apiserver-proxy-ip-10-0-0-35.ec2.internal in node ip-10-0-0-35.ec2.internal I0703 21:58:01.600810 3383 ovn.go:139] Ensuring zone remote for Pod openshift-network-diagnostics/network-check-target-lrxjg in node ip-10-0-2-121.ec2.internal I0703 21:58:01.600811 3383 services_controller.go:470] Built service openshift-apiserver-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:58:01.600809 3383 services_controller.go:470] Built service openshift-machine-config-operator/machine-config-operator LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:58:01.600818 3383 services_controller.go:471] Built service openshift-apiserver-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:01.600819 3383 obj_retry.go:548] Creating *v1.Pod kube-system/kube-apiserver-proxy-ip-10-0-0-35.ec2.internal took: 13.105µs I0703 21:58:01.600824 3383 services_controller.go:471] Built service openshift-machine-config-operator/machine-config-operator LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:01.600826 3383 obj_retry.go:543] Failed to create *v1.Pod openshift-network-diagnostics/network-check-target-lrxjg, error: failed to obtain IPs to add remote pod openshift-network-diagnostics/network-check-target-lrxjg: suppressed error logged: pod openshift-network-diagnostics/network-check-target-lrxjg: no pod IPs found I0703 21:58:01.600829 3383 default_network_controller.go:705] Recording success event on pod kube-system/kube-apiserver-proxy-ip-10-0-0-35.ec2.internal I0703 21:58:01.600756 3383 lb_config.go:1030] Cluster endpoints for openshift-dns-operator/metrics for network=default are: map[] I0703 21:58:01.600841 3383 default_network_controller.go:661] Recording add event on pod openshift-multus/multus-additional-cni-plugins-drwfh I0703 21:58:01.600849 3383 obj_retry.go:509] Add event received for *v1.Pod openshift-multus/multus-additional-cni-plugins-drwfh I0703 21:58:01.600832 3383 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.132.147", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:01.600857 3383 ovn.go:139] Ensuring zone remote for Pod openshift-multus/multus-additional-cni-plugins-drwfh in node ip-10-0-2-121.ec2.internal I0703 21:58:01.600860 3383 services_controller.go:478] Built service openshift-apiserver-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:58:01.600854 3383 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.11.73"}, protocol:"TCP", inport:9393, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:01.600576 3383 default_network_controller.go:661] Recording add event on pod openshift-network-diagnostics/network-check-target-mggcz I0703 21:58:01.600868 3383 services_controller.go:479] Built service openshift-apiserver-operator/metrics template LB for network=default: []services.LB{} I0703 21:58:01.600576 3383 default_network_controller.go:661] Recording add event on pod openshift-dns/node-resolver-rjnxq I0703 21:58:01.600874 3383 obj_retry.go:509] Add event received for *v1.Pod openshift-network-diagnostics/network-check-target-mggcz I0703 21:58:01.600537 3383 default_network_controller.go:661] Recording add event on pod openshift-network-operator/iptables-alerter-cwtkt I0703 21:58:01.600879 3383 obj_retry.go:509] Add event received for *v1.Pod openshift-dns/node-resolver-rjnxq I0703 21:58:01.600844 3383 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.108.113", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:01.600892 3383 ovn.go:135] Ensuring zone local for Pod openshift-network-diagnostics/network-check-target-mggcz in node ip-10-0-1-250.ec2.internal I0703 21:58:01.600576 3383 default_network_controller.go:661] Recording add event on pod openshift-ovn-kubernetes/ovnkube-node-fbf2d I0703 21:58:01.600579 3383 default_network_controller.go:661] Recording add event on pod openshift-image-registry/node-ca-vzd76 I0703 21:58:01.600583 3383 obj_retry.go:509] Add event received for *v1.Pod openshift-deployment-validation-operator/deployment-validation-operator-catalog-4vnnq I0703 21:58:01.600904 3383 services_controller.go:478] Built service openshift-machine-config-operator/machine-config-operator per-node LB for network=default: []services.LB{} I0703 21:58:01.600909 3383 obj_retry.go:509] Add event received for *v1.Pod openshift-ovn-kubernetes/ovnkube-node-fbf2d I0703 21:58:01.600875 3383 services_controller.go:480] Service openshift-apiserver-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:01.600917 3383 services_controller.go:479] Built service openshift-machine-config-operator/machine-config-operator template LB for network=default: []services.LB{} I0703 21:58:01.600922 3383 ovn.go:139] Ensuring zone remote for Pod openshift-ovn-kubernetes/ovnkube-node-fbf2d in node ip-10-0-0-35.ec2.internal I0703 21:58:01.600926 3383 base_network_controller_pods.go:478] [default/openshift-network-diagnostics/network-check-target-mggcz] creating logical port openshift-network-diagnostics_network-check-target-mggcz for pod on switch ip-10-0-1-250.ec2.internal I0703 21:58:01.600929 3383 obj_retry.go:548] Creating *v1.Pod openshift-ovn-kubernetes/ovnkube-node-fbf2d took: 10.481µs I0703 21:58:01.600930 3383 services_controller.go:480] Service openshift-machine-config-operator/machine-config-operator for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:01.600934 3383 default_network_controller.go:705] Recording success event on pod openshift-ovn-kubernetes/ovnkube-node-fbf2d I0703 21:58:01.600921 3383 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.132.147", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:01.600941 3383 default_network_controller.go:661] Recording add event on pod kube-system/konnectivity-agent-dcthw I0703 21:58:01.600947 3383 obj_retry.go:509] Add event received for *v1.Pod kube-system/konnectivity-agent-dcthw I0703 21:58:01.600953 3383 ovn.go:139] Ensuring zone remote for Pod kube-system/konnectivity-agent-dcthw in node ip-10-0-0-35.ec2.internal I0703 21:58:01.600957 3383 obj_retry.go:548] Creating *v1.Pod kube-system/konnectivity-agent-dcthw took: 5.025µs I0703 21:58:01.600960 3383 default_network_controller.go:705] Recording success event on pod kube-system/konnectivity-agent-dcthw I0703 21:58:01.600965 3383 default_network_controller.go:661] Recording add event on pod openshift-multus/multus-additional-cni-plugins-rrvmp I0703 21:58:01.600596 3383 default_network_controller.go:661] Recording add event on pod openshift-multus/multus-additional-cni-plugins-k8pxv I0703 21:58:01.600947 3383 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.108.113", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:01.600975 3383 obj_retry.go:509] Add event received for *v1.Pod openshift-multus/multus-additional-cni-plugins-k8pxv I0703 21:58:01.600980 3383 obj_retry.go:509] Add event received for *v1.Pod openshift-multus/multus-additional-cni-plugins-rrvmp I0703 21:58:01.600984 3383 ovn.go:135] Ensuring zone local for Pod openshift-multus/multus-additional-cni-plugins-k8pxv in node ip-10-0-1-250.ec2.internal I0703 21:58:01.600586 3383 default_network_controller.go:661] Recording add event on pod openshift-image-registry/node-ca-nkhg6 I0703 21:58:01.600991 3383 ovn.go:139] Ensuring zone remote for Pod openshift-multus/multus-additional-cni-plugins-rrvmp in node ip-10-0-0-35.ec2.internal I0703 21:58:01.600992 3383 obj_retry.go:548] Creating *v1.Pod openshift-multus/multus-additional-cni-plugins-k8pxv took: 8.62µs I0703 21:58:01.600595 3383 default_network_controller.go:661] Recording add event on pod openshift-network-operator/iptables-alerter-4gdmn I0703 21:58:01.601027 3383 obj_retry.go:509] Add event received for *v1.Pod openshift-network-operator/iptables-alerter-4gdmn I0703 21:58:01.601006 3383 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.132.147:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2314545595}] I0703 21:58:01.601039 3383 ovn.go:139] Ensuring zone remote for Pod openshift-network-operator/iptables-alerter-4gdmn in node ip-10-0-0-35.ec2.internal I0703 21:58:01.601046 3383 obj_retry.go:548] Creating *v1.Pod openshift-network-operator/iptables-alerter-4gdmn took: 9.854µs I0703 21:58:01.601053 3383 default_network_controller.go:705] Recording success event on pod openshift-network-operator/iptables-alerter-4gdmn I0703 21:58:01.601061 3383 default_network_controller.go:661] Recording add event on pod openshift-network-diagnostics/network-check-target-5ppf2 I0703 21:58:01.600781 3383 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.197.227", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.197.227", Port:8888, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:01.601068 3383 obj_retry.go:509] Add event received for *v1.Pod openshift-network-diagnostics/network-check-target-5ppf2 I0703 21:58:01.601077 3383 ovn.go:139] Ensuring zone remote for Pod openshift-network-diagnostics/network-check-target-5ppf2 in node ip-10-0-0-35.ec2.internal I0703 21:58:01.601079 3383 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:u2314545595}]}}] Timeout: Where:[where column _uuid == {db0ada44-61f7-4852-a8ec-61864ec8902a}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:01.600595 3383 default_network_controller.go:661] Recording add event on pod openshift-ovn-kubernetes/ovnkube-node-6sx57 I0703 21:58:01.601144 3383 obj_retry.go:509] Add event received for *v1.Pod openshift-ovn-kubernetes/ovnkube-node-6sx57 I0703 21:58:01.601153 3383 ovn.go:135] Ensuring zone local for Pod openshift-ovn-kubernetes/ovnkube-node-6sx57 in node ip-10-0-1-250.ec2.internal I0703 21:58:01.601105 3383 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.132.147:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2314545595} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u2314545595}]}}] Timeout: Where:[where column _uuid == {db0ada44-61f7-4852-a8ec-61864ec8902a}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:01.600910 3383 obj_retry.go:548] Creating *v1.Pod openshift-deployment-validation-operator/deployment-validation-operator-catalog-4vnnq took: 398ns I0703 21:58:01.601165 3383 default_network_controller.go:705] Recording success event on pod openshift-deployment-validation-operator/deployment-validation-operator-catalog-4vnnq I0703 21:58:01.601170 3383 default_network_controller.go:661] Recording add event on pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-ndl9d I0703 21:58:01.601174 3383 obj_retry.go:509] Add event received for *v1.Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-ndl9d I0703 21:58:01.601180 3383 ovn.go:139] Ensuring zone remote for Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-ndl9d in node ip-10-0-0-35.ec2.internal I0703 21:58:01.601184 3383 obj_retry.go:548] Creating *v1.Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-ndl9d took: 5.175µs I0703 21:58:01.601190 3383 default_network_controller.go:705] Recording success event on pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-ndl9d I0703 21:58:01.600973 3383 obj_retry.go:509] Add event received for *v1.Pod openshift-image-registry/node-ca-vzd76 I0703 21:58:01.600557 3383 default_network_controller.go:661] Recording add event on pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-lt298 I0703 21:58:01.601208 3383 obj_retry.go:509] Add event received for *v1.Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-lt298 I0703 21:58:01.601043 3383 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.108.113:9001:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2314545596}] I0703 21:58:01.601212 3383 address_set.go:576] (u2314545472/default-network-controller:Namespace:openshift-network-diagnostics:v4/a1966919964212966539) adding Addresses ([10.128.0.4]) to address set I0703 21:58:01.601218 3383 ovn.go:139] Ensuring zone remote for Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-lt298 in node ip-10-0-2-121.ec2.internal I0703 21:58:01.601225 3383 obj_retry.go:548] Creating *v1.Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-lt298 took: 9.572µs I0703 21:58:01.601231 3383 default_network_controller.go:705] Recording success event on pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-lt298 I0703 21:58:01.601237 3383 default_network_controller.go:661] Recording add event on pod openshift-cluster-node-tuning-operator/tuned-pmwkz I0703 21:58:01.601244 3383 obj_retry.go:509] Add event received for *v1.Pod openshift-cluster-node-tuning-operator/tuned-pmwkz I0703 21:58:01.601252 3383 ovn.go:139] Ensuring zone remote for Pod openshift-cluster-node-tuning-operator/tuned-pmwkz in node ip-10-0-2-121.ec2.internal I0703 21:58:01.601242 3383 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 == {cf24b5c2-908e-4d79-b0ff-9a3bb5659dc4}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:01.601157 3383 obj_retry.go:548] Creating *v1.Pod openshift-ovn-kubernetes/ovnkube-node-6sx57 took: 5.317µs I0703 21:58:01.601267 3383 default_network_controller.go:705] Recording success event on pod openshift-ovn-kubernetes/ovnkube-node-6sx57 I0703 21:58:01.601263 3383 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 == {cf24b5c2-908e-4d79-b0ff-9a3bb5659dc4}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:01.601207 3383 ovn.go:139] Ensuring zone remote for Pod openshift-image-registry/node-ca-vzd76 in node ip-10-0-0-35.ec2.internal I0703 21:58:01.601298 3383 obj_retry.go:548] Creating *v1.Pod openshift-image-registry/node-ca-vzd76 took: 92.451µs I0703 21:58:01.601305 3383 default_network_controller.go:705] Recording success event on pod openshift-image-registry/node-ca-vzd76 I0703 21:58:01.601312 3383 default_network_controller.go:661] Recording add event on pod kube-system/konnectivity-agent-5hvkv I0703 21:58:01.601321 3383 obj_retry.go:509] Add event received for *v1.Pod kube-system/konnectivity-agent-5hvkv I0703 21:58:01.601275 3383 default_network_controller.go:661] Recording add event on pod kube-system/kube-apiserver-proxy-ip-10-0-1-250.ec2.internal I0703 21:58:01.601331 3383 ovn.go:135] Ensuring zone local for Pod kube-system/konnectivity-agent-5hvkv in node ip-10-0-1-250.ec2.internal I0703 21:58:01.601333 3383 obj_retry.go:509] Add event received for *v1.Pod kube-system/kube-apiserver-proxy-ip-10-0-1-250.ec2.internal I0703 21:58:01.601338 3383 obj_retry.go:548] Creating *v1.Pod kube-system/konnectivity-agent-5hvkv took: 9.188µs I0703 21:58:01.601342 3383 ovn.go:135] Ensuring zone local for Pod kube-system/kube-apiserver-proxy-ip-10-0-1-250.ec2.internal in node ip-10-0-1-250.ec2.internal I0703 21:58:01.601344 3383 default_network_controller.go:705] Recording success event on pod kube-system/konnectivity-agent-5hvkv I0703 21:58:01.601349 3383 obj_retry.go:548] Creating *v1.Pod kube-system/kube-apiserver-proxy-ip-10-0-1-250.ec2.internal took: 7.832µs I0703 21:58:01.601351 3383 default_network_controller.go:661] Recording add event on pod openshift-multus/network-metrics-daemon-kgvxd I0703 21:58:01.601354 3383 default_network_controller.go:705] Recording success event on pod kube-system/kube-apiserver-proxy-ip-10-0-1-250.ec2.internal I0703 21:58:01.601359 3383 obj_retry.go:509] Add event received for *v1.Pod openshift-multus/network-metrics-daemon-kgvxd I0703 21:58:01.601369 3383 ovn.go:139] Ensuring zone remote for Pod openshift-multus/network-metrics-daemon-kgvxd in node ip-10-0-0-35.ec2.internal I0703 21:58:01.601445 3383 address_set.go:576] (u2314545446/default-network-controller:Namespace:openshift-multus:v4/a13687770890520536676) adding Addresses ([10.128.0.3]) to address set I0703 21:58:01.601359 3383 default_network_controller.go:661] Recording add event on pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-2-121.ec2.internal I0703 21:58:01.600896 3383 ovn.go:139] Ensuring zone remote for Pod openshift-dns/node-resolver-rjnxq in node ip-10-0-0-35.ec2.internal I0703 21:58:01.601473 3383 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 == {e403c20f-3984-4a3f-9587-1d047517b7ec}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:01.600590 3383 default_network_controller.go:661] Recording add event on pod openshift-image-registry/image-registry-f585c8b7-srvvt I0703 21:58:01.601477 3383 obj_retry.go:509] Add event received for *v1.Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-2-121.ec2.internal I0703 21:58:01.601498 3383 obj_retry.go:509] Add event received for *v1.Pod openshift-image-registry/image-registry-f585c8b7-srvvt I0703 21:58:01.601502 3383 ovn.go:139] Ensuring zone remote for Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-2-121.ec2.internal in node ip-10-0-2-121.ec2.internal I0703 21:58:01.601493 3383 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 == {e403c20f-3984-4a3f-9587-1d047517b7ec}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:01.601507 3383 obj_retry.go:548] Creating *v1.Pod openshift-image-registry/image-registry-f585c8b7-srvvt took: 171ns I0703 21:58:01.600997 3383 obj_retry.go:509] Add event received for *v1.Pod openshift-image-registry/node-ca-nkhg6 I0703 21:58:01.601519 3383 ovn.go:139] Ensuring zone remote for Pod openshift-image-registry/node-ca-nkhg6 in node ip-10-0-2-121.ec2.internal I0703 21:58:01.601523 3383 obj_retry.go:548] Creating *v1.Pod openshift-image-registry/node-ca-nkhg6 took: 4.222µs I0703 21:58:01.601527 3383 default_network_controller.go:705] Recording success event on pod openshift-image-registry/node-ca-nkhg6 I0703 21:58:01.601533 3383 default_network_controller.go:661] Recording add event on pod openshift-ovn-kubernetes/ovnkube-node-7jr6c I0703 21:58:01.601538 3383 obj_retry.go:509] Add event received for *v1.Pod openshift-ovn-kubernetes/ovnkube-node-7jr6c I0703 21:58:01.601485 3383 obj_retry.go:548] Creating *v1.Pod openshift-dns/node-resolver-rjnxq took: 587.566µs I0703 21:58:01.601543 3383 ovn.go:139] Ensuring zone remote for Pod openshift-ovn-kubernetes/ovnkube-node-7jr6c in node ip-10-0-2-121.ec2.internal I0703 21:58:01.601545 3383 default_network_controller.go:705] Recording success event on pod openshift-dns/node-resolver-rjnxq I0703 21:58:01.601549 3383 obj_retry.go:548] Creating *v1.Pod openshift-ovn-kubernetes/ovnkube-node-7jr6c took: 5.105µs I0703 21:58:01.601556 3383 default_network_controller.go:705] Recording success event on pod openshift-ovn-kubernetes/ovnkube-node-7jr6c I0703 21:58:01.601508 3383 obj_retry.go:548] Creating *v1.Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-2-121.ec2.internal took: 9.362µs I0703 21:58:01.601567 3383 default_network_controller.go:705] Recording success event on pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-2-121.ec2.internal I0703 21:58:01.601551 3383 default_network_controller.go:661] Recording add event on pod kube-system/kube-apiserver-proxy-ip-10-0-2-121.ec2.internal I0703 21:58:01.601579 3383 obj_retry.go:509] Add event received for *v1.Pod kube-system/kube-apiserver-proxy-ip-10-0-2-121.ec2.internal I0703 21:58:01.600410 3383 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 c6f10d19-2d79-431f-a915-a2b734a1b708 1002 0 2026-07-03 21:45:41 +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 34bb90c2-6c9e-4bce-b872-500297db79ab 0xc005186d87 }] [] []},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.26.82,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.26.82],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:01.601585 3383 ovn.go:139] Ensuring zone remote for Pod kube-system/kube-apiserver-proxy-ip-10-0-2-121.ec2.internal in node ip-10-0-2-121.ec2.internal I0703 21:58:01.601590 3383 obj_retry.go:548] Creating *v1.Pod kube-system/kube-apiserver-proxy-ip-10-0-2-121.ec2.internal took: 5.767µs I0703 21:58:01.601594 3383 default_network_controller.go:705] Recording success event on pod kube-system/kube-apiserver-proxy-ip-10-0-2-121.ec2.internal I0703 21:58:01.601598 3383 default_network_controller.go:661] Recording add event on pod openshift-multus/multus-tkckc I0703 21:58:01.601602 3383 obj_retry.go:509] Add event received for *v1.Pod openshift-multus/multus-tkckc I0703 21:58:01.601605 3383 lb_config.go:1030] Cluster endpoints for openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default are: map[] I0703 21:58:01.601608 3383 ovn.go:135] Ensuring zone local for Pod openshift-multus/multus-tkckc in node ip-10-0-1-250.ec2.internal I0703 21:58:01.601612 3383 obj_retry.go:548] Creating *v1.Pod openshift-multus/multus-tkckc took: 5.507µs I0703 21:58:01.601617 3383 default_network_controller.go:705] Recording success event on pod openshift-multus/multus-tkckc I0703 21:58:01.601617 3383 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.26.82"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:01.600999 3383 default_network_controller.go:705] Recording success event on pod openshift-multus/multus-additional-cni-plugins-k8pxv I0703 21:58:01.601633 3383 services_controller.go:470] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:58:01.601641 3383 default_network_controller.go:661] Recording add event on pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-250.ec2.internal I0703 21:58:01.601643 3383 services_controller.go:471] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:01.601657 3383 obj_retry.go:509] Add event received for *v1.Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-250.ec2.internal I0703 21:58:01.601668 3383 ovn.go:135] Ensuring zone local for Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-250.ec2.internal in node ip-10-0-1-250.ec2.internal I0703 21:58:01.601673 3383 obj_retry.go:548] Creating *v1.Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-250.ec2.internal took: 5.632µs I0703 21:58:01.601676 3383 default_network_controller.go:705] Recording success event on pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-250.ec2.internal I0703 21:58:01.601680 3383 default_network_controller.go:661] Recording add event on pod openshift-cluster-node-tuning-operator/tuned-lmf5s I0703 21:58:01.601664 3383 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.26.82", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:01.600690 3383 ovn.go:135] Ensuring zone local for Pod openshift-network-operator/iptables-alerter-fvf5b in node ip-10-0-1-250.ec2.internal I0703 21:58:01.601694 3383 obj_retry.go:548] Creating *v1.Pod openshift-network-operator/iptables-alerter-fvf5b took: 1.018144ms I0703 21:58:01.601696 3383 services_controller.go:478] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics per-node LB for network=default: []services.LB{} I0703 21:58:01.601700 3383 default_network_controller.go:705] Recording success event on pod openshift-network-operator/iptables-alerter-fvf5b I0703 21:58:01.601000 3383 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] I0703 21:58:01.601707 3383 default_network_controller.go:661] Recording add event on pod openshift-image-registry/image-registry-f585c8b7-klttx I0703 21:58:01.601717 3383 obj_retry.go:509] Add event received for *v1.Pod openshift-image-registry/image-registry-f585c8b7-klttx I0703 21:58:01.601725 3383 obj_retry.go:548] Creating *v1.Pod openshift-image-registry/image-registry-f585c8b7-klttx took: 268ns I0703 21:58:01.601730 3383 default_network_controller.go:705] Recording success event on pod openshift-image-registry/image-registry-f585c8b7-klttx I0703 21:58:01.601685 3383 obj_retry.go:509] Add event received for *v1.Pod openshift-cluster-node-tuning-operator/tuned-lmf5s I0703 21:58:01.601743 3383 ovn.go:135] Ensuring zone local for Pod openshift-cluster-node-tuning-operator/tuned-lmf5s in node ip-10-0-1-250.ec2.internal I0703 21:58:01.601749 3383 obj_retry.go:548] Creating *v1.Pod openshift-cluster-node-tuning-operator/tuned-lmf5s took: 6.531µs I0703 21:58:01.601754 3383 default_network_controller.go:705] Recording success event on pod openshift-cluster-node-tuning-operator/tuned-lmf5s I0703 21:58:01.601197 3383 default_network_controller.go:661] Recording add event on pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-6ww26 I0703 21:58:01.601766 3383 obj_retry.go:509] Add event received for *v1.Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-6ww26 I0703 21:58:01.601164 3383 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.197.227:8443: 172.30.197.227:8888:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2314545597}] I0703 21:58:01.601776 3383 ovn.go:135] Ensuring zone local for Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-6ww26 in node ip-10-0-1-250.ec2.internal I0703 21:58:01.601783 3383 obj_retry.go:548] Creating *v1.Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-6ww26 took: 6.894µs I0703 21:58:01.601784 3383 kube.go:320] Updating pod openshift-network-diagnostics/network-check-target-mggcz I0703 21:58:01.601788 3383 default_network_controller.go:705] Recording success event on pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-6ww26 I0703 21:58:01.601825 3383 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:u2314545597}]}}] Timeout: Where:[where column _uuid == {db0ada44-61f7-4852-a8ec-61864ec8902a}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:01.600865 3383 obj_retry.go:548] Creating *v1.Pod openshift-multus/multus-additional-cni-plugins-drwfh took: 7.474µs I0703 21:58:01.601875 3383 default_network_controller.go:705] Recording success event on pod openshift-multus/multus-additional-cni-plugins-drwfh I0703 21:58:01.601258 3383 obj_retry.go:548] Creating *v1.Pod openshift-cluster-node-tuning-operator/tuned-pmwkz took: 6.994µs I0703 21:58:01.601884 3383 default_network_controller.go:705] Recording success event on pod openshift-cluster-node-tuning-operator/tuned-pmwkz I0703 21:58:01.601854 3383 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.197.227:8443: 172.30.197.227:8888:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2314545597} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u2314545597}]}}] Timeout: Where:[where column _uuid == {db0ada44-61f7-4852-a8ec-61864ec8902a}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:01.601918 3383 loadbalancer.go:305] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-apiserver-operator/metrics"} I0703 21:58:01.601944 3383 services_controller.go:386] Finished syncing service metrics on namespace openshift-apiserver-operator for network=default : 1.597283ms I0703 21:58:01.601961 3383 services_controller.go:382] Processing sync for service openshift-insights/metrics for network=default I0703 21:58:01.601890 3383 default_network_controller.go:661] Recording add event on pod openshift-dns/node-resolver-4kr49 I0703 21:58:01.601991 3383 obj_retry.go:509] Add event received for *v1.Pod openshift-dns/node-resolver-4kr49 I0703 21:58:01.600875 3383 services_controller.go:470] Built service openshift-dns-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:58:01.601973 3383 services_controller.go:460] Service openshift-insights/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-insights 371a2df2-f482-4b3f-8e1c-4cab6e5e756d 1958 0 2026-07-03 21:45:59 +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 34bb90c2-6c9e-4bce-b872-500297db79ab 0xc00518772b }] [] []},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.57.17,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.57.17],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:01.602083 3383 lb_config.go:1030] Cluster endpoints for openshift-insights/metrics for network=default are: map[] I0703 21:58:01.602025 3383 services_controller.go:471] Built service openshift-dns-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:01.602096 3383 services_controller.go:469] Built service openshift-insights/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.57.17"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:01.602101 3383 obj_retry.go:548] Creating *v1.Pod openshift-network-diagnostics/network-check-target-5ppf2 took: 1.021728ms I0703 21:58:01.602109 3383 services_controller.go:470] Built service openshift-insights/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:58:01.602113 3383 default_network_controller.go:705] Recording success event on pod openshift-network-diagnostics/network-check-target-5ppf2 I0703 21:58:01.602136 3383 services_controller.go:471] Built service openshift-insights/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:01.602141 3383 default_network_controller.go:661] Recording add event on pod openshift-cluster-node-tuning-operator/tuned-9ckw9 I0703 21:58:01.602151 3383 obj_retry.go:509] Add event received for *v1.Pod openshift-cluster-node-tuning-operator/tuned-9ckw9 I0703 21:58:01.602162 3383 ovn.go:139] Ensuring zone remote for Pod openshift-cluster-node-tuning-operator/tuned-9ckw9 in node ip-10-0-0-35.ec2.internal I0703 21:58:01.602141 3383 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.11.73", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:01.602156 3383 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.57.17", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:01.602177 3383 services_controller.go:478] Built service openshift-insights/metrics per-node LB for network=default: []services.LB{} I0703 21:58:01.602168 3383 obj_retry.go:548] Creating *v1.Pod openshift-cluster-node-tuning-operator/tuned-9ckw9 took: 8.798µs I0703 21:58:01.602179 3383 obj_retry.go:548] Creating *v1.Pod openshift-multus/network-metrics-daemon-kgvxd took: 811.962µs I0703 21:58:01.602184 3383 services_controller.go:479] Built service openshift-insights/metrics template LB for network=default: []services.LB{} I0703 21:58:01.602185 3383 default_network_controller.go:705] Recording success event on pod openshift-cluster-node-tuning-operator/tuned-9ckw9 I0703 21:58:01.602188 3383 default_network_controller.go:705] Recording success event on pod openshift-multus/network-metrics-daemon-kgvxd I0703 21:58:01.602192 3383 services_controller.go:480] Service openshift-insights/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:01.600997 3383 obj_retry.go:548] Creating *v1.Pod openshift-multus/multus-additional-cni-plugins-rrvmp took: 7.389µs I0703 21:58:01.602200 3383 default_network_controller.go:705] Recording success event on pod openshift-multus/multus-additional-cni-plugins-rrvmp I0703 21:58:01.601251 3383 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:u2314545596}]}}] Timeout: Where:[where column _uuid == {db0ada44-61f7-4852-a8ec-61864ec8902a}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:01.602200 3383 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.57.17", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:01.602213 3383 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.108.113:9001:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2314545596} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u2314545596}]}}] Timeout: Where:[where column _uuid == {db0ada44-61f7-4852-a8ec-61864ec8902a}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:01.602175 3383 services_controller.go:478] Built service openshift-dns-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:58:01.602252 3383 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.57.17:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2314545598}] I0703 21:58:01.602278 3383 services_controller.go:479] Built service openshift-dns-operator/metrics template LB for network=default: []services.LB{} I0703 21:58:01.602292 3383 services_controller.go:480] Service openshift-dns-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:01.602288 3383 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:u2314545598}]}}] Timeout: Where:[where column _uuid == {db0ada44-61f7-4852-a8ec-61864ec8902a}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:01.602304 3383 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.11.73", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:01.602309 3383 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.57.17:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2314545598} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u2314545598}]}}] Timeout: Where:[where column _uuid == {db0ada44-61f7-4852-a8ec-61864ec8902a}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:01.602012 3383 ovn.go:139] Ensuring zone remote for Pod openshift-dns/node-resolver-4kr49 in node ip-10-0-2-121.ec2.internal I0703 21:58:01.602427 3383 obj_retry.go:548] Creating *v1.Pod openshift-dns/node-resolver-4kr49 took: 421.507µs I0703 21:58:01.602435 3383 default_network_controller.go:705] Recording success event on pod openshift-dns/node-resolver-4kr49 I0703 21:58:01.601514 3383 default_network_controller.go:705] Recording success event on pod openshift-image-registry/image-registry-f585c8b7-srvvt I0703 21:58:01.602444 3383 default_network_controller.go:661] Recording add event on pod openshift-image-registry/node-ca-cw75n I0703 21:58:01.602450 3383 obj_retry.go:509] Add event received for *v1.Pod openshift-image-registry/node-ca-cw75n I0703 21:58:01.602457 3383 ovn.go:135] Ensuring zone local for Pod openshift-image-registry/node-ca-cw75n in node ip-10-0-1-250.ec2.internal I0703 21:58:01.602462 3383 obj_retry.go:548] Creating *v1.Pod openshift-image-registry/node-ca-cw75n took: 6.275µs I0703 21:58:01.602466 3383 default_network_controller.go:705] Recording success event on pod openshift-image-registry/node-ca-cw75n I0703 21:58:01.602470 3383 default_network_controller.go:661] Recording add event on pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-35.ec2.internal I0703 21:58:01.602476 3383 obj_retry.go:509] Add event received for *v1.Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-35.ec2.internal I0703 21:58:01.601708 3383 services_controller.go:479] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics template LB for network=default: []services.LB{} I0703 21:58:01.602500 3383 services_controller.go:480] Service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:01.602522 3383 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.26.82", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:01.602470 3383 loadbalancer.go:305] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-ingress-canary/ingress-canary"} I0703 21:58:01.602564 3383 services_controller.go:386] Finished syncing service ingress-canary on namespace openshift-ingress-canary for network=default : 2.249935ms I0703 21:58:01.602575 3383 services_controller.go:382] Processing sync for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0703 21:58:01.602391 3383 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.11.73:9393:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2314545599}] I0703 21:58:01.602582 3383 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 3722d350-158f-4293-ac73-630f14078cf8 1759 0 2026-07-03 21:45:55 +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 34bb90c2-6c9e-4bce-b872-500297db79ab 0xc005187887 }] [] []},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.144.223,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.144.223],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:01.602615 3383 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.26.82:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2314545600}] I0703 21:58:01.602654 3383 lb_config.go:1030] Cluster endpoints for openshift-kube-storage-version-migrator-operator/metrics for network=default are: map[] I0703 21:58:01.602669 3383 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.144.223"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:01.602666 3383 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:u2314545599}]}}] Timeout: Where:[where column _uuid == {db0ada44-61f7-4852-a8ec-61864ec8902a}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:01.602688 3383 services_controller.go:470] Built service openshift-kube-storage-version-migrator-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:58:01.602675 3383 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:u2314545600}]}}] Timeout: Where:[where column _uuid == {db0ada44-61f7-4852-a8ec-61864ec8902a}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:01.602699 3383 services_controller.go:471] Built service openshift-kube-storage-version-migrator-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:01.602691 3383 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.11.73:9393:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2314545599} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u2314545599}]}}] Timeout: Where:[where column _uuid == {db0ada44-61f7-4852-a8ec-61864ec8902a}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:01.602716 3383 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.144.223", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:01.602702 3383 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.26.82:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2314545600} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u2314545600}]}}] Timeout: Where:[where column _uuid == {db0ada44-61f7-4852-a8ec-61864ec8902a}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:01.602743 3383 services_controller.go:478] Built service openshift-kube-storage-version-migrator-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:58:01.602485 3383 ovn.go:139] Ensuring zone remote for Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-35.ec2.internal in node ip-10-0-0-35.ec2.internal I0703 21:58:01.602755 3383 services_controller.go:479] Built service openshift-kube-storage-version-migrator-operator/metrics template LB for network=default: []services.LB{} I0703 21:58:01.602762 3383 obj_retry.go:548] Creating *v1.Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-35.ec2.internal took: 276.098µs I0703 21:58:01.602766 3383 services_controller.go:480] Service openshift-kube-storage-version-migrator-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:01.602770 3383 default_network_controller.go:705] Recording success event on pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-35.ec2.internal I0703 21:58:01.600895 3383 obj_retry.go:509] Add event received for *v1.Pod openshift-network-operator/iptables-alerter-cwtkt I0703 21:58:01.602785 3383 ovn.go:139] Ensuring zone remote for Pod openshift-network-operator/iptables-alerter-cwtkt in node ip-10-0-2-121.ec2.internal I0703 21:58:01.602792 3383 obj_retry.go:548] Creating *v1.Pod openshift-network-operator/iptables-alerter-cwtkt took: 8.957µs I0703 21:58:01.602779 3383 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.144.223", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:01.602798 3383 default_network_controller.go:705] Recording success event on pod openshift-network-operator/iptables-alerter-cwtkt I0703 21:58:01.602807 3383 default_network_controller.go:661] Recording add event on pod openshift-image-registry/image-registry-9d9d76648-t45n7 I0703 21:58:01.602816 3383 obj_retry.go:509] Add event received for *v1.Pod openshift-image-registry/image-registry-9d9d76648-t45n7 I0703 21:58:01.602822 3383 obj_retry.go:548] Creating *v1.Pod openshift-image-registry/image-registry-9d9d76648-t45n7 took: 153ns I0703 21:58:01.602828 3383 default_network_controller.go:705] Recording success event on pod openshift-image-registry/image-registry-9d9d76648-t45n7 I0703 21:58:01.602834 3383 default_network_controller.go:661] Recording add event on pod openshift-multus/network-metrics-daemon-mjsh5 I0703 21:58:01.602842 3383 obj_retry.go:509] Add event received for *v1.Pod openshift-multus/network-metrics-daemon-mjsh5 I0703 21:58:01.602851 3383 ovn.go:135] Ensuring zone local for Pod openshift-multus/network-metrics-daemon-mjsh5 in node ip-10-0-1-250.ec2.internal I0703 21:58:01.602846 3383 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.144.223:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2314545601}] I0703 21:58:01.602883 3383 base_network_controller_pods.go:478] [default/openshift-multus/network-metrics-daemon-mjsh5] creating logical port openshift-multus_network-metrics-daemon-mjsh5 for pod on switch ip-10-0-1-250.ec2.internal I0703 21:58:01.602922 3383 loadbalancer.go:305] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-machine-config-operator/machine-config-operator"} I0703 21:58:01.602935 3383 services_controller.go:386] Finished syncing service machine-config-operator on namespace openshift-machine-config-operator for network=default : 2.609444ms I0703 21:58:01.602945 3383 services_controller.go:382] Processing sync for service openshift-service-ca-operator/metrics for network=default I0703 21:58:01.602954 3383 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:u2314545601}]}}] Timeout: Where:[where column _uuid == {db0ada44-61f7-4852-a8ec-61864ec8902a}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:01.602967 3383 services_controller.go:460] Service openshift-service-ca-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-service-ca-operator 1e715ea9-d128-4e26-8ca0-5d27e5eb2288 883 0 2026-07-03 21:45:39 +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 34bb90c2-6c9e-4bce-b872-500297db79ab 0xc005187f07 }] [] []},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.150.115,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.150.115],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:01.602986 3383 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.144.223:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2314545601} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u2314545601}]}}] Timeout: Where:[where column _uuid == {db0ada44-61f7-4852-a8ec-61864ec8902a}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:01.603019 3383 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] I0703 21:58:01.603034 3383 lb_config.go:1030] Cluster endpoints for openshift-service-ca-operator/metrics for network=default are: map[] I0703 21:58:01.603041 3383 loadbalancer.go:305] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-insights/metrics"} I0703 21:58:01.603047 3383 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.150.115"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:01.603054 3383 services_controller.go:386] Finished syncing service metrics on namespace openshift-insights for network=default : 1.092617ms I0703 21:58:01.603063 3383 services_controller.go:470] Built service openshift-service-ca-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:58:01.603067 3383 services_controller.go:382] Processing sync for service default/packageserver for network=default I0703 21:58:01.603074 3383 services_controller.go:471] Built service openshift-service-ca-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:01.603075 3383 kube.go:320] Updating pod openshift-multus/network-metrics-daemon-mjsh5 I0703 21:58:01.603092 3383 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.150.115", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:01.603076 3383 services_controller.go:460] Service default/packageserver retrieved from lister for network=default: &Service{ObjectMeta:{packageserver default dcebf003-0c65-4442-9b2c-8a253fce7c45 1720 0 2026-07-03 21:45:55 +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.147.20,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.147.20],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:01.603142 3383 services_controller.go:478] Built service openshift-service-ca-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:58:01.603153 3383 services_controller.go:479] Built service openshift-service-ca-operator/metrics template LB for network=default: []services.LB{} I0703 21:58:01.603164 3383 services_controller.go:480] Service openshift-service-ca-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:01.603161 3383 lb_config.go:1030] Cluster endpoints for default/packageserver for network=default are: map[TCP/https:{443 [172.30.178.190] []}] I0703 21:58:01.603180 3383 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.150.115", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:01.603197 3383 services_controller.go:469] Built service default/packageserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 21:58:01.603208 3383 services_controller.go:470] Built service default/packageserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.147.20"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.178.190"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:01.603228 3383 services_controller.go:471] Built service default/packageserver LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:01.603250 3383 services_controller.go:477] Built service default/packageserver cluster-wide LB for network=default: []services.LB{} I0703 21:58:01.603260 3383 services_controller.go:478] Built service default/packageserver per-node LB for network=default: []services.LB{services.LB{Name:"Service_default/packageserver_TCP_node_router+switch_ip-10-0-1-250.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.147.20", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.178.190", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-250.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-250.ec2.internal"}, Groups:[]string(nil)}} I0703 21:58:01.603270 3383 loadbalancer.go:305] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics"} I0703 21:58:01.603281 3383 services_controller.go:479] Built service default/packageserver template LB for network=default: []services.LB{} I0703 21:58:01.603295 3383 services_controller.go:480] Service default/packageserver for network=default has 0 cluster-wide, 1 per-node configs, 0 template configs, making 0 (cluster) 1 (per node) and 0 (template) load balancers I0703 21:58:01.603311 3383 services_controller.go:499] Services do not match for network=default, existing lbs: []services.LB(nil), built lbs: []services.LB{services.LB{Name:"Service_default/packageserver_TCP_node_router+switch_ip-10-0-1-250.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.147.20", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.178.190", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-250.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-250.ec2.internal"}, Groups:[]string(nil)}} I0703 21:58:01.603319 3383 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.150.115:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2314545602}] I0703 21:58:01.603283 3383 services_controller.go:386] Finished syncing service csi-snapshot-controller-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 2.895117ms I0703 21:58:01.603362 3383 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:u2314545602}]}}] Timeout: Where:[where column _uuid == {db0ada44-61f7-4852-a8ec-61864ec8902a}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:01.603393 3383 services_controller.go:382] Processing sync for service openshift-apiserver/check-endpoints for network=default I0703 21:58:01.603378 3383 model_client.go:374] Create operations generated as: [{Op:insert Table:Load_Balancer Row:map[external_ids:{GoMap:map[k8s.ovn.org/kind:Service k8s.ovn.org/owner:default/packageserver]} name:Service_default/packageserver_TCP_node_router+switch_ip-10-0-1-250.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.147.20:443:172.30.178.190:443]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2314545603}] I0703 21:58:01.603385 3383 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.150.115:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2314545602} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u2314545602}]}}] Timeout: Where:[where column _uuid == {db0ada44-61f7-4852-a8ec-61864ec8902a}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:01.603440 3383 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:u2314545603}]}}] Timeout: Where:[where column _uuid == {0c7cbbfb-4b25-4d3f-b542-03917a7567db}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:01.603535 3383 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:u2314545603}]}}] Timeout: Where:[where column _uuid == {16ecdcd8-edd1-42db-8166-bc20cd3fc88b}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:01.603562 3383 transact.go:43] Configuring OVN: [{Op:insert Table:Load_Balancer Row:map[external_ids:{GoMap:map[k8s.ovn.org/kind:Service k8s.ovn.org/owner:default/packageserver]} name:Service_default/packageserver_TCP_node_router+switch_ip-10-0-1-250.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.147.20:443:172.30.178.190:443]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2314545603} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u2314545603}]}}] Timeout: Where:[where column _uuid == {0c7cbbfb-4b25-4d3f-b542-03917a7567db}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u2314545603}]}}] Timeout: Where:[where column _uuid == {16ecdcd8-edd1-42db-8166-bc20cd3fc88b}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:01.603412 3383 services_controller.go:460] Service openshift-apiserver/check-endpoints retrieved from lister for network=default: &Service{ObjectMeta:{check-endpoints openshift-apiserver 41546a05-b440-43a5-bb66-a7330634f178 1700 0 2026-07-03 21:45:54 +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 34bb90c2-6c9e-4bce-b872-500297db79ab 0xc005186867 }] [] []},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.237.219,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.237.219],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:01.603631 3383 lb_config.go:1030] Cluster endpoints for openshift-apiserver/check-endpoints for network=default are: map[] I0703 21:58:01.603641 3383 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.237.219"}, protocol:"TCP", inport:17698, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:01.603651 3383 services_controller.go:470] Built service openshift-apiserver/check-endpoints LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:58:01.603658 3383 services_controller.go:471] Built service openshift-apiserver/check-endpoints LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:01.603602 3383 loadbalancer.go:305] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-dns-operator/metrics"} I0703 21:58:01.603670 3383 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.237.219", Port:17698, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:01.603700 3383 services_controller.go:478] Built service openshift-apiserver/check-endpoints per-node LB for network=default: []services.LB{} I0703 21:58:01.603700 3383 services_controller.go:386] Finished syncing service metrics on namespace openshift-dns-operator for network=default : 3.39866ms I0703 21:58:01.603708 3383 services_controller.go:479] Built service openshift-apiserver/check-endpoints template LB for network=default: []services.LB{} I0703 21:58:01.603715 3383 services_controller.go:480] Service openshift-apiserver/check-endpoints for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:01.603719 3383 services_controller.go:382] Processing sync for service openshift-machine-config-operator/machine-config-daemon for network=default I0703 21:58:01.603725 3383 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.237.219", Port:17698, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:01.603731 3383 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 4e94fc13-785d-4247-a082-01fed9c217be 876 0 2026-07-03 21:45:39 +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 34bb90c2-6c9e-4bce-b872-500297db79ab 0xc0051879d7 }] [] []},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.159.126,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.159.126],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:01.603819 3383 lb_config.go:1030] Cluster endpoints for openshift-machine-config-operator/machine-config-daemon for network=default are: map[] I0703 21:58:01.603796 3383 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.237.219:17698:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2314545604}] I0703 21:58:01.603841 3383 loadbalancer.go:305] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-service-ca-operator/metrics"} I0703 21:58:01.603863 3383 services_controller.go:386] Finished syncing service metrics on namespace openshift-service-ca-operator for network=default : 915.809µs I0703 21:58:01.603855 3383 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:u2314545604}]}}] Timeout: Where:[where column _uuid == {db0ada44-61f7-4852-a8ec-61864ec8902a}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:01.603878 3383 services_controller.go:382] Processing sync for service openshift-cluster-version/cluster-version-operator for network=default I0703 21:58:01.603878 3383 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.237.219:17698:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2314545604} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u2314545604}]}}] Timeout: Where:[where column _uuid == {db0ada44-61f7-4852-a8ec-61864ec8902a}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:01.603839 3383 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.159.126"}, 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.159.126"}, protocol:"TCP", inport:8798, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:01.603938 3383 services_controller.go:470] Built service openshift-machine-config-operator/machine-config-daemon LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:58:01.603946 3383 services_controller.go:471] Built service openshift-machine-config-operator/machine-config-daemon LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:01.603885 3383 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 48a9d7e4-1a38-4019-a4fa-ebca071a9df3 503 0 2026-07-03 21:45:06 +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.7.124,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.7.124],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:01.603782 3383 loadbalancer.go:305] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-kube-storage-version-migrator-operator/metrics"} I0703 21:58:01.603978 3383 lb_config.go:1030] Cluster endpoints for openshift-cluster-version/cluster-version-operator for network=default are: map[] I0703 21:58:01.603965 3383 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.159.126", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.159.126", Port:8798, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:01.603997 3383 services_controller.go:478] Built service openshift-machine-config-operator/machine-config-daemon per-node LB for network=default: []services.LB{} I0703 21:58:01.603996 3383 services_controller.go:386] Finished syncing service metrics on namespace openshift-kube-storage-version-migrator-operator for network=default : 1.416233ms I0703 21:58:01.604004 3383 services_controller.go:479] Built service openshift-machine-config-operator/machine-config-daemon template LB for network=default: []services.LB{} I0703 21:58:01.603998 3383 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.7.124"}, protocol:"TCP", inport:9099, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:01.604012 3383 services_controller.go:480] Service openshift-machine-config-operator/machine-config-daemon for network=default has 2 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:01.604013 3383 services_controller.go:382] Processing sync for service openshift-console-operator/metrics for network=default I0703 21:58:01.604014 3383 services_controller.go:470] Built service openshift-cluster-version/cluster-version-operator LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:58:01.604025 3383 services_controller.go:471] Built service openshift-cluster-version/cluster-version-operator LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:01.604020 3383 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.159.126", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.159.126", Port:8798, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:01.604040 3383 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.7.124", Port:9099, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:01.604082 3383 services_controller.go:478] Built service openshift-cluster-version/cluster-version-operator per-node LB for network=default: []services.LB{} I0703 21:58:01.604025 3383 services_controller.go:460] Service openshift-console-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-console-operator 54d9e97c-511a-4617-b8d5-0d057435c5a0 1933 0 2026-07-03 21:45:59 +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 34bb90c2-6c9e-4bce-b872-500297db79ab 0xc005186f67 }] [] []},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.225.242,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.225.242],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:01.604093 3383 services_controller.go:479] Built service openshift-cluster-version/cluster-version-operator template LB for network=default: []services.LB{} I0703 21:58:01.604103 3383 services_controller.go:480] Service openshift-cluster-version/cluster-version-operator for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:01.604111 3383 lb_config.go:1030] Cluster endpoints for openshift-console-operator/metrics for network=default are: map[] I0703 21:58:01.604145 3383 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.225.242"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:01.604138 3383 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.7.124", Port:9099, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:01.604161 3383 services_controller.go:470] Built service openshift-console-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:58:01.604172 3383 services_controller.go:471] Built service openshift-console-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:01.604198 3383 loadbalancer.go:305] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"default/packageserver"} I0703 21:58:01.604189 3383 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.225.242", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:01.604213 3383 services_controller.go:386] Finished syncing service packageserver on namespace default for network=default : 1.146772ms I0703 21:58:01.604219 3383 services_controller.go:478] Built service openshift-console-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:58:01.604226 3383 services_controller.go:382] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0703 21:58:01.604231 3383 services_controller.go:479] Built service openshift-console-operator/metrics template LB for network=default: []services.LB{} I0703 21:58:01.604209 3383 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.7.124:9099:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2314545605}] I0703 21:58:01.604242 3383 services_controller.go:480] Service openshift-console-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:01.604249 3383 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.159.126:8798: 172.30.159.126:9001:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2314545606}] I0703 21:58:01.604255 3383 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.225.242", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:01.604237 3383 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 f1474dfc-6f32-4447-ad5e-90f6713dbc51 5040 0 2026-07-03 21:47:51 +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.190.203,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.190.203],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:01.604267 3383 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:u2314545605}]}}] Timeout: Where:[where column _uuid == {db0ada44-61f7-4852-a8ec-61864ec8902a}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:01.604289 3383 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:u2314545606}]}}] Timeout: Where:[where column _uuid == {db0ada44-61f7-4852-a8ec-61864ec8902a}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:01.604307 3383 lb_config.go:1030] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default are: map[] I0703 21:58:01.604320 3383 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.190.203"}, protocol:"TCP", inport:8383, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:01.604297 3383 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.7.124:9099:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2314545605} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u2314545605}]}}] Timeout: Where:[where column _uuid == {db0ada44-61f7-4852-a8ec-61864ec8902a}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:01.604308 3383 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.159.126:8798: 172.30.159.126:9001:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2314545606} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u2314545606}]}}] Timeout: Where:[where column _uuid == {db0ada44-61f7-4852-a8ec-61864ec8902a}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:01.604335 3383 services_controller.go:470] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:58:01.604346 3383 services_controller.go:471] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:01.604329 3383 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.225.242:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2314545607}] I0703 21:58:01.604362 3383 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.190.203", Port:8383, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:01.604392 3383 services_controller.go:478] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics per-node LB for network=default: []services.LB{} I0703 21:58:01.604384 3383 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:u2314545607}]}}] Timeout: Where:[where column _uuid == {db0ada44-61f7-4852-a8ec-61864ec8902a}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:01.604403 3383 services_controller.go:479] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics template LB for network=default: []services.LB{} I0703 21:58:01.604414 3383 services_controller.go:480] Service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:01.604407 3383 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.225.242:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2314545607} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u2314545607}]}}] Timeout: Where:[where column _uuid == {db0ada44-61f7-4852-a8ec-61864ec8902a}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:01.604449 3383 loadbalancer.go:305] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-apiserver/check-endpoints"} I0703 21:58:01.604469 3383 services_controller.go:386] Finished syncing service check-endpoints on namespace openshift-apiserver for network=default : 1.07842ms I0703 21:58:01.604429 3383 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.190.203", Port:8383, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:01.604483 3383 services_controller.go:382] Processing sync for service openshift-kube-controller-manager-operator/metrics for network=default I0703 21:58:01.604512 3383 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.190.203:8383:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2314545608}] I0703 21:58:01.604494 3383 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 28cd5666-d9bb-4a3a-87db-e5205acaca5a 993 0 2026-07-03 21:45:41 +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 34bb90c2-6c9e-4bce-b872-500297db79ab 0xc0051877cf }] [] []},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.102.221,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.102.221],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:01.604551 3383 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:u2314545608}]}}] Timeout: Where:[where column _uuid == {db0ada44-61f7-4852-a8ec-61864ec8902a}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:01.604564 3383 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.190.203:8383:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2314545608} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u2314545608}]}}] Timeout: Where:[where column _uuid == {db0ada44-61f7-4852-a8ec-61864ec8902a}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:01.604584 3383 lb_config.go:1030] Cluster endpoints for openshift-kube-controller-manager-operator/metrics for network=default are: map[] I0703 21:58:01.604599 3383 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.102.221"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:01.604618 3383 services_controller.go:470] Built service openshift-kube-controller-manager-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:58:01.604627 3383 services_controller.go:471] Built service openshift-kube-controller-manager-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:01.604645 3383 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.102.221", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:01.604676 3383 services_controller.go:478] Built service openshift-kube-controller-manager-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:58:01.604687 3383 services_controller.go:479] Built service openshift-kube-controller-manager-operator/metrics template LB for network=default: []services.LB{} I0703 21:58:01.604701 3383 services_controller.go:480] Service openshift-kube-controller-manager-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:01.604717 3383 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.102.221", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:01.604802 3383 loadbalancer.go:305] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-cluster-version/cluster-version-operator"} I0703 21:58:01.604818 3383 services_controller.go:386] Finished syncing service cluster-version-operator on namespace openshift-cluster-version for network=default : 940.855µs I0703 21:58:01.604833 3383 services_controller.go:382] Processing sync for service openshift-network-console/networking-console-plugin for network=default I0703 21:58:01.604866 3383 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.102.221:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2314545609}] I0703 21:58:01.604844 3383 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 f8addfd9-9cc6-4025-988d-7c334874812b 4206 0 2026-07-03 21:46:37 +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 83876b0a-aba3-46b6-808c-f459981ad792 0xc005187c1e 0xc005187c1f}] [] []},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.135.254,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.135.254],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:01.604927 3383 lb_config.go:1030] Cluster endpoints for openshift-network-console/networking-console-plugin for network=default are: map[] I0703 21:58:01.604945 3383 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.135.254"}, protocol:"TCP", inport:9443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:01.604936 3383 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:u2314545609}]}}] Timeout: Where:[where column _uuid == {db0ada44-61f7-4852-a8ec-61864ec8902a}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:01.604959 3383 services_controller.go:470] Built service openshift-network-console/networking-console-plugin LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:58:01.604965 3383 services_controller.go:471] Built service openshift-network-console/networking-console-plugin LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:01.604978 3383 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.135.254", Port:9443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:01.604964 3383 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.102.221:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2314545609} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u2314545609}]}}] Timeout: Where:[where column _uuid == {db0ada44-61f7-4852-a8ec-61864ec8902a}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:01.605001 3383 services_controller.go:478] Built service openshift-network-console/networking-console-plugin per-node LB for network=default: []services.LB{} I0703 21:58:01.605011 3383 services_controller.go:479] Built service openshift-network-console/networking-console-plugin template LB for network=default: []services.LB{} I0703 21:58:01.605018 3383 services_controller.go:480] Service openshift-network-console/networking-console-plugin for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:01.605026 3383 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.135.254", Port:9443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:01.605161 3383 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.135.254:9443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2314545610}] I0703 21:58:01.605210 3383 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:u2314545610}]}}] Timeout: Where:[where column _uuid == {db0ada44-61f7-4852-a8ec-61864ec8902a}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:01.605236 3383 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.135.254:9443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2314545610} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u2314545610}]}}] Timeout: Where:[where column _uuid == {db0ada44-61f7-4852-a8ec-61864ec8902a}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:01.605282 3383 loadbalancer.go:305] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-console-operator/metrics"} I0703 21:58:01.605217 3383 loadbalancer.go:305] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-machine-config-operator/machine-config-daemon"} I0703 21:58:01.605298 3383 services_controller.go:386] Finished syncing service metrics on namespace openshift-console-operator for network=default : 1.286729ms I0703 21:58:01.605304 3383 services_controller.go:386] Finished syncing service machine-config-daemon on namespace openshift-machine-config-operator for network=default : 1.585663ms I0703 21:58:01.605309 3383 services_controller.go:382] Processing sync for service openshift-network-diagnostics/network-check-source for network=default I0703 21:58:01.605317 3383 services_controller.go:386] Finished syncing service network-check-source on namespace openshift-network-diagnostics for network=default : 8.332µs I0703 21:58:01.605318 3383 services_controller.go:382] Processing sync for service openshift-authentication-operator/metrics for network=default I0703 21:58:01.605331 3383 services_controller.go:382] Processing sync for service openshift-network-diagnostics/network-check-target for network=default I0703 21:58:01.605334 3383 services_controller.go:460] Service openshift-authentication-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-authentication-operator 46cbe934-1099-4898-ab71-e6255dab7558 734 0 2026-07-03 21:45:35 +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 34bb90c2-6c9e-4bce-b872-500297db79ab 0xc005186927 }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 8443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{app: authentication-operator,},ClusterIP:172.30.101.120,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.101.120],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:01.605340 3383 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 6a47e559-1f52-46cb-bda6-09643c9f7873 4126 0 2026-07-03 21:46:33 +0000 UTC map[] map[] [{operator.openshift.io/v1 Network cluster 83876b0a-aba3-46b6-808c-f459981ad792 0xc005187d17 0xc005187d18}] [] []},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.87.219,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.87.219],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:01.605412 3383 lb_config.go:1030] Cluster endpoints for openshift-authentication-operator/metrics for network=default are: map[] I0703 21:58:01.605414 3383 lb_config.go:1030] Cluster endpoints for openshift-network-diagnostics/network-check-target for network=default are: map[] I0703 21:58:01.605427 3383 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.87.219"}, protocol:"TCP", inport:80, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:01.605428 3383 services_controller.go:469] Built service openshift-authentication-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.101.120"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:01.605441 3383 services_controller.go:470] Built service openshift-network-diagnostics/network-check-target LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:58:01.605447 3383 services_controller.go:470] Built service openshift-authentication-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:58:01.605448 3383 services_controller.go:471] Built service openshift-network-diagnostics/network-check-target LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:01.605457 3383 services_controller.go:471] Built service openshift-authentication-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:01.605461 3383 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.87.219", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:01.605480 3383 services_controller.go:478] Built service openshift-network-diagnostics/network-check-target per-node LB for network=default: []services.LB{} I0703 21:58:01.605487 3383 services_controller.go:479] Built service openshift-network-diagnostics/network-check-target template LB for network=default: []services.LB{} I0703 21:58:01.605474 3383 services_controller.go:477] Built service openshift-authentication-operator/metrics cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-authentication-operator/metrics_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-authentication-operator/metrics"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.101.120", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:01.605495 3383 services_controller.go:480] Service openshift-network-diagnostics/network-check-target for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:01.605501 3383 services_controller.go:478] Built service openshift-authentication-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:58:01.605512 3383 services_controller.go:479] Built service openshift-authentication-operator/metrics template LB for network=default: []services.LB{} I0703 21:58:01.605523 3383 services_controller.go:480] Service openshift-authentication-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:01.605508 3383 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.87.219", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:01.605536 3383 services_controller.go:499] Services do not match for network=default, existing lbs: []services.LB(nil), built lbs: []services.LB{services.LB{Name:"Service_openshift-authentication-operator/metrics_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-authentication-operator/metrics"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.101.120", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:01.605576 3383 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.87.219:80:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2314545611}] I0703 21:58:01.605603 3383 model_client.go:374] Create operations generated as: [{Op:insert Table:Load_Balancer Row:map[external_ids:{GoMap:map[k8s.ovn.org/kind:Service k8s.ovn.org/owner:openshift-authentication-operator/metrics]} name:Service_openshift-authentication-operator/metrics_TCP_cluster options:{GoMap:map[event:false hairpin_snat_ip:169.254.0.5 fd69::5 neighbor_responder:none reject:true skip_snat:false]} protocol:{GoSet:[tcp]} vips:{GoMap:map[172.30.101.120:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2314545612}] I0703 21:58:01.605622 3383 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:u2314545611}]}}] Timeout: Where:[where column _uuid == {db0ada44-61f7-4852-a8ec-61864ec8902a}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:01.605653 3383 loadbalancer.go:305] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-deployment-validation-operator/deployment-validation-operator-metrics"} I0703 21:58:01.605642 3383 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.87.219:80:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2314545611} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u2314545611}]}}] Timeout: Where:[where column _uuid == {db0ada44-61f7-4852-a8ec-61864ec8902a}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:01.605662 3383 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:u2314545612}]}}] Timeout: Where:[where column _uuid == {db0ada44-61f7-4852-a8ec-61864ec8902a}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:01.605680 3383 services_controller.go:386] Finished syncing service deployment-validation-operator-metrics on namespace openshift-deployment-validation-operator for network=default : 1.453977ms I0703 21:58:01.605691 3383 services_controller.go:382] Processing sync for service default/openshift-apiserver for network=default I0703 21:58:01.605685 3383 transact.go:43] Configuring OVN: [{Op:insert Table:Load_Balancer Row:map[external_ids:{GoMap:map[k8s.ovn.org/kind:Service k8s.ovn.org/owner:openshift-authentication-operator/metrics]} name:Service_openshift-authentication-operator/metrics_TCP_cluster options:{GoMap:map[event:false hairpin_snat_ip:169.254.0.5 fd69::5 neighbor_responder:none reject:true skip_snat:false]} protocol:{GoSet:[tcp]} vips:{GoMap:map[172.30.101.120:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2314545612} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u2314545612}]}}] Timeout: Where:[where column _uuid == {db0ada44-61f7-4852-a8ec-61864ec8902a}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:01.605701 3383 services_controller.go:460] Service default/openshift-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-apiserver default 50ad24c5-47b8-4900-9710-9941ca0a3486 1599 0 2026-07-03 21:45:53 +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.205.247,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.205.247],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:01.605772 3383 lb_config.go:1030] Cluster endpoints for default/openshift-apiserver for network=default are: map[TCP/https:{443 [172.30.205.104] []}] I0703 21:58:01.605792 3383 services_controller.go:469] Built service default/openshift-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 21:58:01.605806 3383 services_controller.go:470] Built service default/openshift-apiserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.205.247"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.205.104"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:01.605824 3383 services_controller.go:471] Built service default/openshift-apiserver LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:01.605831 3383 loadbalancer.go:305] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-kube-controller-manager-operator/metrics"} I0703 21:58:01.605846 3383 services_controller.go:477] Built service default/openshift-apiserver cluster-wide LB for network=default: []services.LB{} I0703 21:58:01.605857 3383 services_controller.go:478] Built service default/openshift-apiserver per-node LB for network=default: []services.LB{services.LB{Name:"Service_default/openshift-apiserver_TCP_node_router+switch_ip-10-0-1-250.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.205.247", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.205.104", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-250.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-250.ec2.internal"}, Groups:[]string(nil)}} I0703 21:58:01.605892 3383 services_controller.go:479] Built service default/openshift-apiserver template LB for network=default: []services.LB{} I0703 21:58:01.605901 3383 loadbalancer.go:305] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-network-console/networking-console-plugin"} I0703 21:58:01.605918 3383 services_controller.go:386] Finished syncing service networking-console-plugin on namespace openshift-network-console for network=default : 1.086103ms I0703 21:58:01.605931 3383 services_controller.go:382] Processing sync for service openshift-cluster-machine-approver/machine-approver for network=default I0703 21:58:01.605937 3383 services_controller.go:386] Finished syncing service machine-approver on namespace openshift-cluster-machine-approver for network=default : 7.04µs I0703 21:58:01.605942 3383 services_controller.go:382] Processing sync for service default/openshift-oauth-apiserver for network=default I0703 21:58:01.605948 3383 services_controller.go:460] Service default/openshift-oauth-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-oauth-apiserver default 21caa8ad-fcb9-4e12-b4de-c0a650a1bd40 1619 0 2026-07-03 21:45:53 +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.89.15,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.89.15],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:01.605905 3383 services_controller.go:480] Service default/openshift-apiserver for network=default has 0 cluster-wide, 1 per-node configs, 0 template configs, making 0 (cluster) 1 (per node) and 0 (template) load balancers I0703 21:58:01.606015 3383 lb_config.go:1030] Cluster endpoints for default/openshift-oauth-apiserver for network=default are: map[TCP/https:{443 [172.30.221.246] []}] I0703 21:58:01.606004 3383 services_controller.go:499] Services do not match for network=default, existing lbs: []services.LB(nil), built lbs: []services.LB{services.LB{Name:"Service_default/openshift-apiserver_TCP_node_router+switch_ip-10-0-1-250.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.205.247", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.205.104", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-250.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-250.ec2.internal"}, Groups:[]string(nil)}} I0703 21:58:01.606035 3383 services_controller.go:469] Built service default/openshift-oauth-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 21:58:01.606045 3383 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.89.15"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.221.246"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:01.606062 3383 services_controller.go:471] Built service default/openshift-oauth-apiserver LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:01.606086 3383 services_controller.go:477] Built service default/openshift-oauth-apiserver cluster-wide LB for network=default: []services.LB{} I0703 21:58:01.605846 3383 services_controller.go:386] Finished syncing service metrics on namespace openshift-kube-controller-manager-operator for network=default : 1.362657ms I0703 21:58:01.606078 3383 model_client.go:374] Create operations generated as: [{Op:insert Table:Load_Balancer Row:map[external_ids:{GoMap:map[k8s.ovn.org/kind:Service k8s.ovn.org/owner:default/openshift-apiserver]} name:Service_default/openshift-apiserver_TCP_node_router+switch_ip-10-0-1-250.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.205.247:443:172.30.205.104:443]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2314545613}] I0703 21:58:01.606110 3383 services_controller.go:382] Processing sync for service openshift-config-operator/metrics for network=default I0703 21:58:01.606100 3383 services_controller.go:478] Built service default/openshift-oauth-apiserver per-node LB for network=default: []services.LB{services.LB{Name:"Service_default/openshift-oauth-apiserver_TCP_node_router+switch_ip-10-0-1-250.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.89.15", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.221.246", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-250.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-250.ec2.internal"}, Groups:[]string(nil)}} I0703 21:58:01.606148 3383 services_controller.go:479] Built service default/openshift-oauth-apiserver template LB for network=default: []services.LB{} I0703 21:58:01.606157 3383 services_controller.go:480] Service default/openshift-oauth-apiserver for network=default has 0 cluster-wide, 1 per-node configs, 0 template configs, making 0 (cluster) 1 (per node) and 0 (template) load balancers I0703 21:58:01.606169 3383 services_controller.go:499] Services do not match for network=default, existing lbs: []services.LB(nil), built lbs: []services.LB{services.LB{Name:"Service_default/openshift-oauth-apiserver_TCP_node_router+switch_ip-10-0-1-250.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.89.15", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.221.246", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-250.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-250.ec2.internal"}, Groups:[]string(nil)}} I0703 21:58:01.606136 3383 services_controller.go:460] Service openshift-config-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-config-operator d71b49dd-a25d-47ff-96ce-e6bb15f6c1f8 1784 0 2026-07-03 21:45:55 +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 34bb90c2-6c9e-4bce-b872-500297db79ab 0xc005186e8f }] [] []},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.37.247,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.37.247],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:01.606190 3383 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:u2314545613}]}}] Timeout: Where:[where column _uuid == {0c7cbbfb-4b25-4d3f-b542-03917a7567db}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:01.606228 3383 lb_config.go:1030] Cluster endpoints for openshift-config-operator/metrics for network=default are: map[] I0703 21:58:01.606220 3383 model_client.go:374] Create operations generated as: [{Op:insert Table:Load_Balancer Row:map[external_ids:{GoMap:map[k8s.ovn.org/kind:Service k8s.ovn.org/owner:default/openshift-oauth-apiserver]} name:Service_default/openshift-oauth-apiserver_TCP_node_router+switch_ip-10-0-1-250.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.89.15:443:172.30.221.246:443]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2314545614}] I0703 21:58:01.606245 3383 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.37.247"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:01.606256 3383 services_controller.go:470] Built service openshift-config-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:58:01.606263 3383 services_controller.go:471] Built service openshift-config-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:01.606263 3383 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:u2314545614}]}}] Timeout: Where:[where column _uuid == {0c7cbbfb-4b25-4d3f-b542-03917a7567db}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:01.606274 3383 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.37.247", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:01.606293 3383 services_controller.go:478] Built service openshift-config-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:58:01.606300 3383 services_controller.go:479] Built service openshift-config-operator/metrics template LB for network=default: []services.LB{} I0703 21:58:01.606308 3383 services_controller.go:480] Service openshift-config-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:01.606317 3383 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.37.247", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:01.606359 3383 loadbalancer.go:305] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-authentication-operator/metrics"} I0703 21:58:01.606379 3383 services_controller.go:386] Finished syncing service metrics on namespace openshift-authentication-operator for network=default : 1.0606ms I0703 21:58:01.606374 3383 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:u2314545614}]}}] Timeout: Where:[where column _uuid == {16ecdcd8-edd1-42db-8166-bc20cd3fc88b}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:01.606397 3383 services_controller.go:382] Processing sync for service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0703 21:58:01.606391 3383 transact.go:43] Configuring OVN: [{Op:insert Table:Load_Balancer Row:map[external_ids:{GoMap:map[k8s.ovn.org/kind:Service k8s.ovn.org/owner:default/openshift-oauth-apiserver]} name:Service_default/openshift-oauth-apiserver_TCP_node_router+switch_ip-10-0-1-250.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.89.15:443:172.30.221.246:443]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2314545614} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u2314545614}]}}] Timeout: Where:[where column _uuid == {0c7cbbfb-4b25-4d3f-b542-03917a7567db}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u2314545614}]}}] Timeout: Where:[where column _uuid == {16ecdcd8-edd1-42db-8166-bc20cd3fc88b}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:01.606365 3383 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.37.247:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2314545615}] I0703 21:58:01.606409 3383 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 2e58fb14-5375-44c1-90e3-03c0449e7bd8 1564 0 2026-07-03 21:45:53 +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 34bb90c2-6c9e-4bce-b872-500297db79ab 0xc005186baf }] [] []},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.145.95,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.145.95],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:01.606475 3383 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:u2314545615}]}}] Timeout: Where:[where column _uuid == {db0ada44-61f7-4852-a8ec-61864ec8902a}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:01.606502 3383 lb_config.go:1030] Cluster endpoints for openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default are: map[] I0703 21:58:01.606491 3383 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.37.247:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2314545615} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u2314545615}]}}] Timeout: Where:[where column _uuid == {db0ada44-61f7-4852-a8ec-61864ec8902a}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:01.606519 3383 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.145.95"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:01.606316 3383 loadbalancer.go:305] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-network-diagnostics/network-check-target"} I0703 21:58:01.606536 3383 services_controller.go:470] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:58:01.606546 3383 services_controller.go:386] Finished syncing service network-check-target on namespace openshift-network-diagnostics for network=default : 1.212818ms I0703 21:58:01.606551 3383 services_controller.go:471] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:01.606558 3383 services_controller.go:382] Processing sync for service openshift-ingress/router-default for network=default I0703 21:58:01.606572 3383 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.145.95", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:01.606600 3383 services_controller.go:478] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service per-node LB for network=default: []services.LB{} I0703 21:58:01.606565 3383 services_controller.go:460] Service openshift-ingress/router-default retrieved from lister for network=default: &Service{ObjectMeta:{router-default openshift-ingress 8d209a10-1646-4341-a7ef-a1d8a9929f82 3517 0 2026-07-03 21:46:13 +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=2ratr6qfqvi6pndaj5o6avep3u3o4rvu,api.openshift.com/legal-entity-id=2h8L52xc1VHB4xLFE2YyPmAjYjI,api.openshift.com/name=kx-971a8adf89,cluster-type=rosa-hcp,creation-date=2026-07-03,konflux-ci=true,red-hat-clustertype=rosa,red-hat-managed=true service.beta.kubernetes.io/aws-load-balancer-healthcheck-healthy-threshold:2 service.beta.kubernetes.io/aws-load-balancer-healthcheck-interval:10 service.beta.kubernetes.io/aws-load-balancer-healthcheck-timeout:4 service.beta.kubernetes.io/aws-load-balancer-healthcheck-unhealthy-threshold:2 service.beta.kubernetes.io/aws-load-balancer-type:nlb traffic-policy.network.alpha.openshift.io/local-with-fallback:] [{apps/v1 Deployment router-default 04cb0ff4-eb35-4a7b-9e56-a2cda3ee6f7b 0xc005187567 }] [service.kubernetes.io/load-balancer-cleanup] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:http,Protocol:TCP,Port:80,TargetPort:{1 0 http},NodePort:30936,AppProtocol:nil,},ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{1 0 https},NodePort:30241,AppProtocol:nil,},},Selector:map[string]string{ingresscontroller.operator.openshift.io/deployment-ingresscontroller: default,},ClusterIP:172.30.40.135,Type:LoadBalancer,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:Local,HealthCheckNodePort:32754,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.40.135],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:*true,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{LoadBalancerIngress{IP:,Hostname:a8d209a1016464341a7efa1d8a9929f8-83027fce1f50462f.elb.us-east-1.amazonaws.com,IPMode:nil,Ports:[]PortStatus{},},},},Conditions:[]Condition{},},} I0703 21:58:01.606614 3383 services_controller.go:479] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service template LB for network=default: []services.LB{} I0703 21:58:01.606628 3383 services_controller.go:480] Service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:01.606631 3383 lb_config.go:1030] Cluster endpoints for openshift-ingress/router-default for network=default are: map[] I0703 21:58:01.606638 3383 lb_config.go:1053] Local endpoints for openshift-ingress/router-default for network=default are: map[] I0703 21:58:01.606647 3383 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.40.135"}, 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.40.135"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:01.606658 3383 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:30936, 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:30241, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:true, internalTrafficLocal:false, hasNodePort:true}} I0703 21:58:01.606644 3383 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.145.95", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:01.606668 3383 services_controller.go:471] Built service openshift-ingress/router-default LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:01.606676 3383 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:u2314545613}]}}] Timeout: Where:[where column _uuid == {16ecdcd8-edd1-42db-8166-bc20cd3fc88b}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:01.606684 3383 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.40.135", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.40.135", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:01.606709 3383 services_controller.go:478] Built service openshift-ingress/router-default per-node LB for network=default: []services.LB{} I0703 21:58:01.606716 3383 services_controller.go:479] Built service openshift-ingress/router-default template LB for network=default: []services.LB{} I0703 21:58:01.606722 3383 services_controller.go:480] Service openshift-ingress/router-default for network=default has 2 cluster-wide, 2 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:01.606716 3383 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.145.95:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2314545616}] I0703 21:58:01.606709 3383 transact.go:43] Configuring OVN: [{Op:insert Table:Load_Balancer Row:map[external_ids:{GoMap:map[k8s.ovn.org/kind:Service k8s.ovn.org/owner:default/openshift-apiserver]} name:Service_default/openshift-apiserver_TCP_node_router+switch_ip-10-0-1-250.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.205.247:443:172.30.205.104:443]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2314545613} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u2314545613}]}}] Timeout: Where:[where column _uuid == {0c7cbbfb-4b25-4d3f-b542-03917a7567db}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u2314545613}]}}] Timeout: Where:[where column _uuid == {16ecdcd8-edd1-42db-8166-bc20cd3fc88b}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:01.606730 3383 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.40.135", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.40.135", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:01.606781 3383 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:u2314545616}]}}] Timeout: Where:[where column _uuid == {db0ada44-61f7-4852-a8ec-61864ec8902a}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:01.606804 3383 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.40.135:443: 172.30.40.135:80:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2314545617}] I0703 21:58:01.606805 3383 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.145.95:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2314545616} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u2314545616}]}}] Timeout: Where:[where column _uuid == {db0ada44-61f7-4852-a8ec-61864ec8902a}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:01.606852 3383 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:u2314545617}]}}] Timeout: Where:[where column _uuid == {db0ada44-61f7-4852-a8ec-61864ec8902a}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:01.606877 3383 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.40.135:443: 172.30.40.135:80:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2314545617} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u2314545617}]}}] Timeout: Where:[where column _uuid == {db0ada44-61f7-4852-a8ec-61864ec8902a}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:01.607042 3383 loadbalancer.go:305] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"default/openshift-oauth-apiserver"} I0703 21:58:01.607056 3383 services_controller.go:386] Finished syncing service openshift-oauth-apiserver on namespace default for network=default : 1.111644ms I0703 21:58:01.607071 3383 services_controller.go:382] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0703 21:58:01.607129 3383 loadbalancer.go:305] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-config-operator/metrics"} I0703 21:58:01.607155 3383 services_controller.go:386] Finished syncing service metrics on namespace openshift-config-operator for network=default : 1.042856ms I0703 21:58:01.607171 3383 services_controller.go:382] Processing sync for service openshift-dns/dns-default for network=default I0703 21:58:01.607082 3383 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 ac177431-b82f-4de1-ba87-39439ab60f6c 5012 0 2026-07-03 21:47:51 +0000 UTC map[olm.managed:true olm.service-spec-hash:8H7arFYfeqTDwtur5ZzpDGCqSKpg30XG9PXH2W] map[] [{operators.coreos.com/v1alpha1 CatalogSource deployment-validation-operator-catalog 0f38ac43-4d72-428b-9025-58cfbd95a575 0xc005186ffd 0xc005186ffe}] [] []},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.186.73,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.186.73],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:01.607198 3383 lb_config.go:1030] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default are: map[] I0703 21:58:01.607217 3383 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.186.73"}, protocol:"TCP", inport:50051, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:01.607237 3383 services_controller.go:470] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:58:01.607182 3383 services_controller.go:460] Service openshift-dns/dns-default retrieved from lister for network=default: &Service{ObjectMeta:{dns-default openshift-dns 3762793b-61c7-418d-a6c3-bae737b8ee67 1667 0 2026-07-03 21:45:54 +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 da742cf2-a446-47b6-8355-321e6a282753 0xc005187207 }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:dns,Protocol:UDP,Port:53,TargetPort:{1 0 dns},NodePort:0,AppProtocol:nil,},ServicePort{Name:dns-tcp,Protocol:TCP,Port:53,TargetPort:{1 0 dns-tcp},NodePort:0,AppProtocol:nil,},ServicePort{Name:metrics,Protocol:TCP,Port:9154,TargetPort:{1 0 metrics},NodePort:0,AppProtocol:nil,},},Selector:map[string]string{dns.operator.openshift.io/daemonset-dns: default,},ClusterIP:172.30.0.10,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.0.10],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:01.607248 3383 services_controller.go:471] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:01.607273 3383 lb_config.go:1030] Cluster endpoints for openshift-dns/dns-default for network=default are: map[] I0703 21:58:01.607271 3383 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.186.73", Port:50051, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:01.607295 3383 services_controller.go:469] Built service openshift-dns/dns-default LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 21:58:01.607298 3383 services_controller.go:478] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog per-node LB for network=default: []services.LB{} I0703 21:58:01.607311 3383 services_controller.go:479] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog template LB for network=default: []services.LB{} I0703 21:58:01.607305 3383 services_controller.go:470] Built service openshift-dns/dns-default LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.0.10"}, protocol:"UDP", inport:53, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}, services.lbConfig{vips:[]string{"172.30.0.10"}, protocol:"TCP", inport:53, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}, services.lbConfig{vips:[]string{"172.30.0.10"}, protocol:"TCP", inport:9154, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:01.607323 3383 services_controller.go:480] Service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:01.607328 3383 services_controller.go:471] Built service openshift-dns/dns-default LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:01.607339 3383 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.186.73", Port:50051, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:01.607361 3383 services_controller.go:477] Built service openshift-dns/dns-default cluster-wide LB for network=default: []services.LB{} I0703 21:58:01.607373 3383 services_controller.go:478] Built service openshift-dns/dns-default per-node LB for network=default: []services.LB{services.LB{Name:"Service_openshift-dns/dns-default_TCP_node_router+switch_ip-10-0-1-250.ec2.internal", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-dns/dns-default"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.0.10", Port:53, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.0.10", Port:9154, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-250.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-250.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-dns/dns-default_UDP_node_router+switch_ip-10-0-1-250.ec2.internal", UUID:"", Protocol:"UDP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-dns/dns-default"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.0.10", Port:53, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-250.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-250.ec2.internal"}, Groups:[]string(nil)}} I0703 21:58:01.607429 3383 services_controller.go:479] Built service openshift-dns/dns-default template LB for network=default: []services.LB{} I0703 21:58:01.607441 3383 services_controller.go:480] Service openshift-dns/dns-default for network=default has 0 cluster-wide, 3 per-node configs, 0 template configs, making 0 (cluster) 2 (per node) and 0 (template) load balancers I0703 21:58:01.607399 3383 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.186.73:50051:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2314545618}] I0703 21:58:01.607456 3383 services_controller.go:499] Services do not match for network=default, existing lbs: []services.LB(nil), built lbs: []services.LB{services.LB{Name:"Service_openshift-dns/dns-default_TCP_node_router+switch_ip-10-0-1-250.ec2.internal", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-dns/dns-default"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.0.10", Port:53, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.0.10", Port:9154, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-250.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-250.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-dns/dns-default_UDP_node_router+switch_ip-10-0-1-250.ec2.internal", UUID:"", Protocol:"UDP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-dns/dns-default"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.0.10", Port:53, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-250.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-250.ec2.internal"}, Groups:[]string(nil)}} I0703 21:58:01.607520 3383 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:u2314545618}]}}] Timeout: Where:[where column _uuid == {db0ada44-61f7-4852-a8ec-61864ec8902a}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:01.607542 3383 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.186.73:50051:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2314545618} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u2314545618}]}}] Timeout: Where:[where column _uuid == {db0ada44-61f7-4852-a8ec-61864ec8902a}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:01.607351 3383 loadbalancer.go:305] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"default/openshift-apiserver"} I0703 21:58:01.607559 3383 model_client.go:374] Create operations generated as: [{Op:insert Table:Load_Balancer Row:map[external_ids:{GoMap:map[k8s.ovn.org/kind:Service k8s.ovn.org/owner:openshift-dns/dns-default]} name:Service_openshift-dns/dns-default_TCP_node_router+switch_ip-10-0-1-250.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:u2314545619}] I0703 21:58:01.607584 3383 services_controller.go:386] Finished syncing service openshift-apiserver on namespace default for network=default : 1.890577ms I0703 21:58:01.607601 3383 services_controller.go:382] Processing sync for service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0703 21:58:01.607611 3383 services_controller.go:386] Finished syncing service ovn-kubernetes-node on namespace openshift-ovn-kubernetes for network=default : 11.084µs I0703 21:58:01.607620 3383 services_controller.go:382] Processing sync for service openshift-ingress-operator/metrics for network=default I0703 21:58:01.607617 3383 model_client.go:374] Create operations generated as: [{Op:insert Table:Load_Balancer Row:map[external_ids:{GoMap:map[k8s.ovn.org/kind:Service k8s.ovn.org/owner:openshift-dns/dns-default]} name:Service_openshift-dns/dns-default_UDP_node_router+switch_ip-10-0-1-250.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:u2314545620}] I0703 21:58:01.607629 3383 services_controller.go:460] Service openshift-ingress-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-ingress-operator 7d7aef84-5037-4562-b34e-07f75ed951fc 1592 0 2026-07-03 21:45:53 +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 34bb90c2-6c9e-4bce-b872-500297db79ab 0xc005187477 }] [] []},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.158.118,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.158.118],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:01.607683 3383 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:u2314545619} {GoUUID:u2314545620}]}}] Timeout: Where:[where column _uuid == {0c7cbbfb-4b25-4d3f-b542-03917a7567db}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:01.607703 3383 lb_config.go:1030] Cluster endpoints for openshift-ingress-operator/metrics for network=default are: map[] I0703 21:58:01.607717 3383 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.158.118"}, protocol:"TCP", inport:9393, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:01.607741 3383 services_controller.go:470] Built service openshift-ingress-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:58:01.607750 3383 services_controller.go:471] Built service openshift-ingress-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:01.607756 3383 loadbalancer.go:305] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-ingress/router-default"} I0703 21:58:01.607768 3383 services_controller.go:386] Finished syncing service router-default on namespace openshift-ingress for network=default : 1.20806ms I0703 21:58:01.607762 3383 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.158.118", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:01.607779 3383 services_controller.go:478] Built service openshift-ingress-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:58:01.607781 3383 services_controller.go:382] Processing sync for service openshift-cloud-credential-operator/cco-metrics for network=default I0703 21:58:01.607788 3383 services_controller.go:479] Built service openshift-ingress-operator/metrics template LB for network=default: []services.LB{} I0703 21:58:01.607726 3383 loadbalancer.go:305] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-cluster-node-tuning-operator/performance-addon-operator-service"} I0703 21:58:01.607799 3383 services_controller.go:480] Service openshift-ingress-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:01.607807 3383 services_controller.go:386] Finished syncing service performance-addon-operator-service on namespace openshift-cluster-node-tuning-operator for network=default : 1.410235ms I0703 21:58:01.607821 3383 services_controller.go:382] Processing sync for service openshift-ingress/router-internal-default for network=default I0703 21:58:01.607809 3383 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:u2314545619} {GoUUID:u2314545620}]}}] Timeout: Where:[where column _uuid == {16ecdcd8-edd1-42db-8166-bc20cd3fc88b}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:01.607812 3383 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.158.118", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:01.607791 3383 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 4f8da74e-12c5-4ed5-a57f-d48d3396b707 1179 0 2026-07-03 21:45:45 +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 34bb90c2-6c9e-4bce-b872-500297db79ab 0xc0051869bb }] [] []},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.81.21,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.81.21],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:01.607869 3383 lb_config.go:1030] Cluster endpoints for openshift-cloud-credential-operator/cco-metrics for network=default are: map[] I0703 21:58:01.607828 3383 services_controller.go:460] Service openshift-ingress/router-internal-default retrieved from lister for network=default: &Service{ObjectMeta:{router-internal-default openshift-ingress 322c22ab-fdf6-4696-a920-a2b38051e018 2986 0 2026-07-03 21:46:13 +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 04cb0ff4-eb35-4a7b-9e56-a2cda3ee6f7b 0xc00518762e }] [] []},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.58.210,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.58.210],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:01.607887 3383 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.81.21"}, protocol:"TCP", inport:8443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:01.607902 3383 services_controller.go:470] Built service openshift-cloud-credential-operator/cco-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:58:01.607836 3383 transact.go:43] Configuring OVN: [{Op:insert Table:Load_Balancer Row:map[external_ids:{GoMap:map[k8s.ovn.org/kind:Service k8s.ovn.org/owner:openshift-dns/dns-default]} name:Service_openshift-dns/dns-default_TCP_node_router+switch_ip-10-0-1-250.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:u2314545619} {Op:insert Table:Load_Balancer Row:map[external_ids:{GoMap:map[k8s.ovn.org/kind:Service k8s.ovn.org/owner:openshift-dns/dns-default]} name:Service_openshift-dns/dns-default_UDP_node_router+switch_ip-10-0-1-250.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:u2314545620} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u2314545619} {GoUUID:u2314545620}]}}] Timeout: Where:[where column _uuid == {0c7cbbfb-4b25-4d3f-b542-03917a7567db}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u2314545619} {GoUUID:u2314545620}]}}] Timeout: Where:[where column _uuid == {16ecdcd8-edd1-42db-8166-bc20cd3fc88b}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:01.607880 3383 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.158.118:9393:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2314545621}] I0703 21:58:01.607910 3383 lb_config.go:1030] Cluster endpoints for openshift-ingress/router-internal-default for network=default are: map[] I0703 21:58:01.607912 3383 services_controller.go:471] Built service openshift-cloud-credential-operator/cco-metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:01.607922 3383 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.58.210"}, 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.58.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}, services.lbConfig{vips:[]string{"172.30.58.210"}, protocol:"TCP", inport:1936, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:01.607937 3383 services_controller.go:470] Built service openshift-ingress/router-internal-default LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:58:01.607944 3383 services_controller.go:471] Built service openshift-ingress/router-internal-default LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:01.607932 3383 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.81.21", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:01.607961 3383 services_controller.go:478] Built service openshift-cloud-credential-operator/cco-metrics per-node LB for network=default: []services.LB{} I0703 21:58:01.607956 3383 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.58.210", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.58.210", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.58.210", Port:1936, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:01.607972 3383 services_controller.go:479] Built service openshift-cloud-credential-operator/cco-metrics template LB for network=default: []services.LB{} I0703 21:58:01.607976 3383 services_controller.go:478] Built service openshift-ingress/router-internal-default per-node LB for network=default: []services.LB{} I0703 21:58:01.607984 3383 services_controller.go:479] Built service openshift-ingress/router-internal-default template LB for network=default: []services.LB{} I0703 21:58:01.607984 3383 services_controller.go:480] Service openshift-cloud-credential-operator/cco-metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:01.607989 3383 loadbalancer.go:305] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-deployment-validation-operator/deployment-validation-operator-catalog"} I0703 21:58:01.607999 3383 services_controller.go:386] Finished syncing service deployment-validation-operator-catalog on namespace openshift-deployment-validation-operator for network=default : 930.842µs I0703 21:58:01.608011 3383 services_controller.go:382] Processing sync for service default/openshift for network=default I0703 21:58:01.607997 3383 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.81.21", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:01.607995 3383 services_controller.go:480] Service openshift-ingress/router-internal-default for network=default has 3 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:01.608043 3383 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:u2314545621}]}}] Timeout: Where:[where column _uuid == {db0ada44-61f7-4852-a8ec-61864ec8902a}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:01.608066 3383 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.81.21:8443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2314545622}] I0703 21:58:01.608066 3383 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.158.118:9393:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2314545621} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u2314545621}]}}] Timeout: Where:[where column _uuid == {db0ada44-61f7-4852-a8ec-61864ec8902a}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:01.608040 3383 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.58.210", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.58.210", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.58.210", Port:1936, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:01.608111 3383 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:u2314545622}]}}] Timeout: Where:[where column _uuid == {db0ada44-61f7-4852-a8ec-61864ec8902a}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:01.608156 3383 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.81.21:8443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2314545622} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u2314545622}]}}] Timeout: Where:[where column _uuid == {db0ada44-61f7-4852-a8ec-61864ec8902a}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:01.608026 3383 services_controller.go:386] Finished syncing service openshift on namespace default for network=default : 12.934µs I0703 21:58:01.608188 3383 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.58.210:1936: 172.30.58.210:443: 172.30.58.210:80:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2314545623}] I0703 21:58:01.608221 3383 services_controller.go:382] Processing sync for service openshift-machine-config-operator/machine-config-controller for network=default I0703 21:58:01.608241 3383 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:u2314545623}]}}] Timeout: Where:[where column _uuid == {db0ada44-61f7-4852-a8ec-61864ec8902a}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:01.608228 3383 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 4e2c0bcb-e8ae-4fa0-903c-5b765eff1e63 822 0 2026-07-03 21:45:37 +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 34bb90c2-6c9e-4bce-b872-500297db79ab 0xc00518790b }] [] []},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.206.77,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.206.77],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:01.608282 3383 lb_config.go:1030] Cluster endpoints for openshift-machine-config-operator/machine-config-controller for network=default are: map[] I0703 21:58:01.608264 3383 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.58.210:1936: 172.30.58.210:443: 172.30.58.210:80:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2314545623} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u2314545623}]}}] Timeout: Where:[where column _uuid == {db0ada44-61f7-4852-a8ec-61864ec8902a}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:01.608294 3383 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.206.77"}, protocol:"TCP", inport:9001, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:01.608304 3383 services_controller.go:470] Built service openshift-machine-config-operator/machine-config-controller LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:58:01.608310 3383 services_controller.go:471] Built service openshift-machine-config-operator/machine-config-controller LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:01.608321 3383 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.206.77", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:01.608340 3383 services_controller.go:478] Built service openshift-machine-config-operator/machine-config-controller per-node LB for network=default: []services.LB{} I0703 21:58:01.608347 3383 services_controller.go:479] Built service openshift-machine-config-operator/machine-config-controller template LB for network=default: []services.LB{} I0703 21:58:01.608354 3383 services_controller.go:480] Service openshift-machine-config-operator/machine-config-controller for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:01.608362 3383 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.206.77", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:01.608410 3383 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.206.77:9001:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2314545624}] I0703 21:58:01.608448 3383 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:u2314545624}]}}] Timeout: Where:[where column _uuid == {db0ada44-61f7-4852-a8ec-61864ec8902a}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:01.608465 3383 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.206.77:9001:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2314545624} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u2314545624}]}}] Timeout: Where:[where column _uuid == {db0ada44-61f7-4852-a8ec-61864ec8902a}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:01.608728 3383 loadbalancer.go:305] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-dns/dns-default"} I0703 21:58:01.608739 3383 services_controller.go:386] Finished syncing service dns-default on namespace openshift-dns for network=default : 1.570601ms I0703 21:58:01.608748 3383 services_controller.go:382] Processing sync for service default/kubernetes for network=default I0703 21:58:01.608755 3383 services_controller.go:460] Service default/kubernetes retrieved from lister for network=default: &Service{ObjectMeta:{kubernetes default e39a332f-4ec4-4f70-918f-9a75824ecdaa 271 0 2026-07-03 21:44:29 +0000 UTC map[component:apiserver provider:kubernetes] map[] [] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 6443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{},ClusterIP:172.30.0.1,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.0.1],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:01.608804 3383 lb_config.go:1030] Cluster endpoints for default/kubernetes for network=default are: map[TCP/https:{6443 [172.20.0.1] []}] I0703 21:58:01.608817 3383 services_controller.go:469] Built service default/kubernetes LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 21:58:01.608823 3383 services_controller.go:470] Built service default/kubernetes LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.0.1"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:6443, V4IPs:[]string{"172.20.0.1"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:01.608832 3383 services_controller.go:471] Built service default/kubernetes LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:01.608848 3383 services_controller.go:477] Built service default/kubernetes cluster-wide LB for network=default: []services.LB{} I0703 21:58:01.608854 3383 services_controller.go:478] Built service default/kubernetes per-node LB for network=default: []services.LB{services.LB{Name:"Service_default/kubernetes_TCP_node_router+switch_ip-10-0-1-250.ec2.internal", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"default/kubernetes"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.0.1", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.20.0.1", Port:6443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-250.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-250.ec2.internal"}, Groups:[]string(nil)}} I0703 21:58:01.608880 3383 services_controller.go:479] Built service default/kubernetes template LB for network=default: []services.LB{} I0703 21:58:01.608877 3383 loadbalancer.go:305] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-ingress-operator/metrics"} I0703 21:58:01.608899 3383 services_controller.go:480] Service default/kubernetes for network=default has 0 cluster-wide, 1 per-node configs, 0 template configs, making 0 (cluster) 1 (per node) and 0 (template) load balancers I0703 21:58:01.608903 3383 services_controller.go:386] Finished syncing service metrics on namespace openshift-ingress-operator for network=default : 1.281722ms I0703 21:58:01.608909 3383 services_controller.go:499] Services do not match for network=default, existing lbs: []services.LB(nil), built lbs: []services.LB{services.LB{Name:"Service_default/kubernetes_TCP_node_router+switch_ip-10-0-1-250.ec2.internal", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"default/kubernetes"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.0.1", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.20.0.1", Port:6443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-250.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-250.ec2.internal"}, Groups:[]string(nil)}} I0703 21:58:01.608961 3383 model_client.go:374] Create operations generated as: [{Op:insert Table:Load_Balancer Row:map[external_ids:{GoMap:map[k8s.ovn.org/kind:Service k8s.ovn.org/owner:default/kubernetes]} name:Service_default/kubernetes_TCP_node_router+switch_ip-10-0-1-250.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:u2314545625}] I0703 21:58:01.608920 3383 services_controller.go:382] Processing sync for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0703 21:58:01.609001 3383 loadbalancer.go:305] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-cloud-credential-operator/cco-metrics"} I0703 21:58:01.609017 3383 services_controller.go:386] Finished syncing service cco-metrics on namespace openshift-cloud-credential-operator for network=default : 1.23672ms I0703 21:58:01.609025 3383 services_controller.go:382] Processing sync for service openshift-image-registry/image-registry for network=default I0703 21:58:01.608995 3383 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 d881cdd3-0556-4981-aa28-046642617ea9 1038 0 2026-07-03 21:45:42 +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 34bb90c2-6c9e-4bce-b872-500297db79ab 0xc005186cd7 }] [] []},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.63.139,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.63.139],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:01.609046 3383 lb_config.go:1030] Cluster endpoints for openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default are: map[] I0703 21:58:01.609056 3383 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.63.139"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:01.609075 3383 services_controller.go:470] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:58:01.609084 3383 services_controller.go:471] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:01.609033 3383 services_controller.go:460] Service openshift-image-registry/image-registry retrieved from lister for network=default: &Service{ObjectMeta:{image-registry openshift-image-registry 882c1808-1de8-44f1-ba7e-224aeeab403b 1834 0 2026-07-03 21:45:56 +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.30.99,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.30.99],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:01.609112 3383 lb_config.go:1030] Cluster endpoints for openshift-image-registry/image-registry for network=default are: map[] I0703 21:58:01.609101 3383 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:u2314545625}]}}] Timeout: Where:[where column _uuid == {0c7cbbfb-4b25-4d3f-b542-03917a7567db}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:01.609101 3383 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.63.139", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:01.609148 3383 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.30.99"}, protocol:"TCP", inport:5000, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:01.609156 3383 services_controller.go:478] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics per-node LB for network=default: []services.LB{} I0703 21:58:01.609159 3383 services_controller.go:470] Built service openshift-image-registry/image-registry LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:58:01.609165 3383 services_controller.go:471] Built service openshift-image-registry/image-registry LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:01.609168 3383 services_controller.go:479] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics template LB for network=default: []services.LB{} I0703 21:58:01.609181 3383 services_controller.go:480] Service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:01.609177 3383 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.30.99", Port:5000, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:01.609177 3383 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:u2314545625}]}}] Timeout: Where:[where column _uuid == {16ecdcd8-edd1-42db-8166-bc20cd3fc88b}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:01.609194 3383 services_controller.go:478] Built service openshift-image-registry/image-registry per-node LB for network=default: []services.LB{} I0703 21:58:01.609202 3383 services_controller.go:479] Built service openshift-image-registry/image-registry template LB for network=default: []services.LB{} I0703 21:58:01.609209 3383 services_controller.go:480] Service openshift-image-registry/image-registry for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:01.609198 3383 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.63.139", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:01.609217 3383 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.30.99", Port:5000, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:01.609199 3383 transact.go:43] Configuring OVN: [{Op:insert Table:Load_Balancer Row:map[external_ids:{GoMap:map[k8s.ovn.org/kind:Service k8s.ovn.org/owner:default/kubernetes]} name:Service_default/kubernetes_TCP_node_router+switch_ip-10-0-1-250.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:u2314545625} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u2314545625}]}}] Timeout: Where:[where column _uuid == {0c7cbbfb-4b25-4d3f-b542-03917a7567db}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u2314545625}]}}] Timeout: Where:[where column _uuid == {16ecdcd8-edd1-42db-8166-bc20cd3fc88b}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:01.609256 3383 loadbalancer.go:305] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-machine-config-operator/machine-config-controller"} I0703 21:58:01.609270 3383 services_controller.go:386] Finished syncing service machine-config-controller on namespace openshift-machine-config-operator for network=default : 1.049688ms I0703 21:58:01.609261 3383 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.30.99:5000:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2314545627}] I0703 21:58:01.609281 3383 services_controller.go:382] Processing sync for service openshift-monitoring/cluster-monitoring-operator for network=default I0703 21:58:01.609260 3383 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.63.139:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2314545626}] I0703 21:58:01.609286 3383 services_controller.go:386] Finished syncing service cluster-monitoring-operator on namespace openshift-monitoring for network=default : 6.256µs I0703 21:58:01.609292 3383 services_controller.go:382] Processing sync for service openshift-network-operator/metrics for network=default I0703 21:58:01.609296 3383 services_controller.go:386] Finished syncing service metrics on namespace openshift-network-operator for network=default : 4.031µs I0703 21:58:01.609301 3383 services_controller.go:382] Processing sync for service openshift-multus/network-metrics-service for network=default I0703 21:58:01.609296 3383 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:u2314545627}]}}] Timeout: Where:[where column _uuid == {db0ada44-61f7-4852-a8ec-61864ec8902a}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:01.609305 3383 services_controller.go:386] Finished syncing service network-metrics-service on namespace openshift-multus for network=default : 3.86µs I0703 21:58:01.609312 3383 services_controller.go:382] Processing sync for service openshift-cluster-samples-operator/metrics for network=default I0703 21:58:01.609315 3383 services_controller.go:386] Finished syncing service metrics on namespace openshift-cluster-samples-operator for network=default : 3.834µs I0703 21:58:01.609320 3383 services_controller.go:382] Processing sync for service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0703 21:58:01.609325 3383 services_controller.go:386] Finished syncing service node-tuning-operator on namespace openshift-cluster-node-tuning-operator for network=default : 4.749µs I0703 21:58:01.609313 3383 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:u2314545626}]}}] Timeout: Where:[where column _uuid == {db0ada44-61f7-4852-a8ec-61864ec8902a}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:01.609311 3383 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.30.99:5000:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2314545627} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u2314545627}]}}] Timeout: Where:[where column _uuid == {db0ada44-61f7-4852-a8ec-61864ec8902a}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:01.609242 3383 loadbalancer.go:305] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-ingress/router-internal-default"} I0703 21:58:01.609348 3383 services_controller.go:386] Finished syncing service router-internal-default on namespace openshift-ingress for network=default : 1.525699ms I0703 21:58:01.609334 3383 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.63.139:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2314545626} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u2314545626}]}}] Timeout: Where:[where column _uuid == {db0ada44-61f7-4852-a8ec-61864ec8902a}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:01.609978 3383 loadbalancer.go:305] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"default/kubernetes"} I0703 21:58:01.609991 3383 services_controller.go:386] Finished syncing service kubernetes on namespace default for network=default : 1.241768ms I0703 21:58:01.610145 3383 loadbalancer.go:305] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-image-registry/image-registry"} I0703 21:58:01.610163 3383 services_controller.go:386] Finished syncing service image-registry on namespace openshift-image-registry for network=default : 1.13733ms I0703 21:58:01.610214 3383 loadbalancer.go:305] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-cluster-storage-operator/cluster-storage-operator-metrics"} I0703 21:58:01.610232 3383 services_controller.go:386] Finished syncing service cluster-storage-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 1.314408ms I0703 21:58:01.616935 3383 pod.go:62] [openshift-network-diagnostics/network-check-target-mggcz] pod update took 15.215477ms I0703 21:58:01.616954 3383 base_network_controller_pods.go:928] [default/openshift-network-diagnostics/network-check-target-mggcz] addLogicalPort annotation time took 15.23529ms I0703 21:58:01.617005 3383 model_client.go:374] Create operations generated as: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[0a:58:0a:81:00:03 10.129.0.3]} external_ids:{GoMap:map[namespace:openshift-network-diagnostics pod:true]} name:openshift-network-diagnostics_network-check-target-mggcz options:{GoMap:map[iface-id-ver:96654646-40f2-4df9-9883-973acb6b6926 requested-chassis:ip-10-0-1-250.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:u2314545628}] I0703 21:58:01.617055 3383 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:u2314545628}]}}] Timeout: Where:[where column _uuid == {0c7cbbfb-4b25-4d3f-b542-03917a7567db}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:01.617101 3383 address_set.go:576] (u2314545472/default-network-controller:Namespace:openshift-network-diagnostics:v4/a1966919964212966539) adding Addresses ([10.129.0.3]) to address set I0703 21:58:01.617149 3383 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 == {cf24b5c2-908e-4d79-b0ff-9a3bb5659dc4}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:01.617191 3383 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:u2314545628}]}}] Timeout: Where:[where column _uuid == {05c68f67-9095-44dc-a6ef-4c25b4222996}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:01.617275 3383 model_client.go:374] Create operations generated as: [{Op:insert Table:NAT Row:map[external_ip:10.0.1.250 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:u2314545629}] I0703 21:58:01.617315 3383 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:u2314545629}]}}] Timeout: Where:[where column _uuid == {16ecdcd8-edd1-42db-8166-bc20cd3fc88b}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:01.617334 3383 transact.go:43] Configuring OVN: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[0a:58:0a:81:00:03 10.129.0.3]} external_ids:{GoMap:map[namespace:openshift-network-diagnostics pod:true]} name:openshift-network-diagnostics_network-check-target-mggcz options:{GoMap:map[iface-id-ver:96654646-40f2-4df9-9883-973acb6b6926 requested-chassis:ip-10-0-1-250.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:u2314545628} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2314545628}]}}] Timeout: Where:[where column _uuid == {0c7cbbfb-4b25-4d3f-b542-03917a7567db}] 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 == {cf24b5c2-908e-4d79-b0ff-9a3bb5659dc4}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2314545628}]}}] Timeout: Where:[where column _uuid == {05c68f67-9095-44dc-a6ef-4c25b4222996}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:insert Table:NAT Row:map[external_ip:10.0.1.250 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:u2314545629} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:nat Mutator:insert Value:{GoSet:[{GoUUID:u2314545629}]}}] Timeout: Where:[where column _uuid == {16ecdcd8-edd1-42db-8166-bc20cd3fc88b}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:01.618089 3383 port_cache.go:96] port-cache(openshift-network-diagnostics_network-check-target-mggcz): added port &{name:openshift-network-diagnostics_network-check-target-mggcz uuid:1e61f5df-cc6b-4af8-9243-3dd049194d0e logicalSwitch:ip-10-0-1-250.ec2.internal ips:[0xc00922d7a0] 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 I0703 21:58:01.618148 3383 pods.go:253] [openshift-network-diagnostics/network-check-target-mggcz] addLogicalPort took 17.23162ms, libovsdb time 745.828µs I0703 21:58:01.618161 3383 obj_retry.go:548] Creating *v1.Pod openshift-network-diagnostics/network-check-target-mggcz took: 17.276156ms I0703 21:58:01.618168 3383 default_network_controller.go:705] Recording success event on pod openshift-network-diagnostics/network-check-target-mggcz I0703 21:58:01.618175 3383 default_network_controller.go:661] Recording add event on pod openshift-dns/node-resolver-khkc6 I0703 21:58:01.618180 3383 obj_retry.go:509] Add event received for *v1.Pod openshift-dns/node-resolver-khkc6 I0703 21:58:01.618187 3383 ovn.go:135] Ensuring zone local for Pod openshift-dns/node-resolver-khkc6 in node ip-10-0-1-250.ec2.internal I0703 21:58:01.618192 3383 obj_retry.go:548] Creating *v1.Pod openshift-dns/node-resolver-khkc6 took: 6.038µs I0703 21:58:01.618196 3383 default_network_controller.go:705] Recording success event on pod openshift-dns/node-resolver-khkc6 I0703 21:58:01.618200 3383 default_network_controller.go:661] Recording add event on pod kube-system/konnectivity-agent-fsq2l I0703 21:58:01.618203 3383 obj_retry.go:509] Add event received for *v1.Pod kube-system/konnectivity-agent-fsq2l I0703 21:58:01.618209 3383 ovn.go:139] Ensuring zone remote for Pod kube-system/konnectivity-agent-fsq2l in node ip-10-0-2-121.ec2.internal I0703 21:58:01.618215 3383 obj_retry.go:548] Creating *v1.Pod kube-system/konnectivity-agent-fsq2l took: 5.323µs I0703 21:58:01.618222 3383 default_network_controller.go:705] Recording success event on pod kube-system/konnectivity-agent-fsq2l I0703 21:58:01.620536 3383 pod.go:62] [openshift-multus/network-metrics-daemon-mjsh5] pod update took 17.490874ms I0703 21:58:01.620552 3383 base_network_controller_pods.go:928] [default/openshift-multus/network-metrics-daemon-mjsh5] addLogicalPort annotation time took 17.511565ms I0703 21:58:01.620593 3383 model_client.go:374] Create operations generated as: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[0a:58:0a:81:00:04 10.129.0.4]} external_ids:{GoMap:map[namespace:openshift-multus pod:true]} name:openshift-multus_network-metrics-daemon-mjsh5 options:{GoMap:map[iface-id-ver:08546914-2808-40c0-9b36-dca3dcd5445e requested-chassis:ip-10-0-1-250.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:u2314545630}] I0703 21:58:01.620637 3383 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:u2314545630}]}}] Timeout: Where:[where column _uuid == {0c7cbbfb-4b25-4d3f-b542-03917a7567db}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:01.620679 3383 address_set.go:576] (u2314545446/default-network-controller:Namespace:openshift-multus:v4/a13687770890520536676) adding Addresses ([10.129.0.4]) to address set I0703 21:58:01.620709 3383 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 == {e403c20f-3984-4a3f-9587-1d047517b7ec}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:01.620779 3383 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:u2314545630}]}}] Timeout: Where:[where column _uuid == {10d160ed-8e8e-4546-a611-28323fe4afa1}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:01.620869 3383 model_client.go:374] Create operations generated as: [{Op:insert Table:NAT Row:map[external_ip:10.0.1.250 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:u2314545631}] I0703 21:58:01.620919 3383 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:u2314545631}]}}] Timeout: Where:[where column _uuid == {16ecdcd8-edd1-42db-8166-bc20cd3fc88b}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:01.620939 3383 transact.go:43] Configuring OVN: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[0a:58:0a:81:00:04 10.129.0.4]} external_ids:{GoMap:map[namespace:openshift-multus pod:true]} name:openshift-multus_network-metrics-daemon-mjsh5 options:{GoMap:map[iface-id-ver:08546914-2808-40c0-9b36-dca3dcd5445e requested-chassis:ip-10-0-1-250.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:u2314545630} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2314545630}]}}] Timeout: Where:[where column _uuid == {0c7cbbfb-4b25-4d3f-b542-03917a7567db}] 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 == {e403c20f-3984-4a3f-9587-1d047517b7ec}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2314545630}]}}] Timeout: Where:[where column _uuid == {10d160ed-8e8e-4546-a611-28323fe4afa1}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:insert Table:NAT Row:map[external_ip:10.0.1.250 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:u2314545631} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:nat Mutator:insert Value:{GoSet:[{GoUUID:u2314545631}]}}] Timeout: Where:[where column _uuid == {16ecdcd8-edd1-42db-8166-bc20cd3fc88b}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:01.622106 3383 port_cache.go:96] port-cache(openshift-multus_network-metrics-daemon-mjsh5): added port &{name:openshift-multus_network-metrics-daemon-mjsh5 uuid:f356a10c-9d95-4b69-8764-814e7c9bb1ec logicalSwitch:ip-10-0-1-250.ec2.internal ips:[0xc008b62570] 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 I0703 21:58:01.622142 3383 pods.go:253] [openshift-multus/network-metrics-daemon-mjsh5] addLogicalPort took 19.268528ms, libovsdb time 1.158517ms I0703 21:58:01.622150 3383 obj_retry.go:548] Creating *v1.Pod openshift-multus/network-metrics-daemon-mjsh5 took: 19.301083ms I0703 21:58:01.622156 3383 default_network_controller.go:705] Recording success event on pod openshift-multus/network-metrics-daemon-mjsh5 I0703 21:58:01.622166 3383 factory.go:1366] Added *v1.Pod event handler 3 I0703 21:58:01.622186 3383 admin_network_policy_controller.go:135] Setting up event handlers for Admin Network Policy I0703 21:58:01.622210 3383 obj_retry.go:565] Update event received for resource *v1.Pod, old object is equal to new: false I0703 21:58:01.622217 3383 obj_retry.go:565] Update event received for resource *v1.Pod, old object is equal to new: false I0703 21:58:01.622226 3383 default_network_controller.go:676] Recording update event on pod openshift-network-diagnostics/network-check-target-mggcz I0703 21:58:01.622229 3383 default_network_controller.go:676] Recording update event on pod openshift-multus/network-metrics-daemon-mjsh5 I0703 21:58:01.622234 3383 admin_network_policy_controller.go:153] Setting up event handlers for Baseline Admin Network Policy I0703 21:58:01.622238 3383 obj_retry.go:431] periodicallyRetryResources: Retry channel got triggered: retrying failed objects of type *v1.Pod I0703 21:58:01.622243 3383 obj_retry.go:617] Update event received for *v1.Pod openshift-network-diagnostics/network-check-target-mggcz I0703 21:58:01.622243 3383 obj_retry.go:617] Update event received for *v1.Pod openshift-multus/network-metrics-daemon-mjsh5 I0703 21:58:01.622248 3383 obj_retry.go:406] Going to retry *v1.Pod resource setup for 2 objects: [openshift-network-diagnostics/network-check-target-lrxjg openshift-multus/network-metrics-daemon-4d5q7] I0703 21:58:01.622258 3383 obj_retry.go:415] Waiting for all the *v1.Pod retry setup to complete in iterateRetryResources I0703 21:58:01.622270 3383 admin_network_policy_controller.go:170] Setting up event handlers for Namespaces in Admin Network Policy controller I0703 21:58:01.622271 3383 ovn.go:135] Ensuring zone local for Pod openshift-network-diagnostics/network-check-target-mggcz in node ip-10-0-1-250.ec2.internal I0703 21:58:01.622271 3383 ovn.go:135] Ensuring zone local for Pod openshift-multus/network-metrics-daemon-mjsh5 in node ip-10-0-1-250.ec2.internal I0703 21:58:01.622277 3383 obj_retry.go:281] Attempting retry of *v1.Pod openshift-multus/network-metrics-daemon-4d5q7 before timer (time: 2026-07-03 21:58:02.732730525 +0000 UTC m=+3.051429090): skip I0703 21:58:01.622284 3383 default_network_controller.go:705] Recording success event on pod openshift-network-diagnostics/network-check-target-mggcz I0703 21:58:01.622283 3383 default_network_controller.go:705] Recording success event on pod openshift-multus/network-metrics-daemon-mjsh5 I0703 21:58:01.622281 3383 obj_retry.go:281] Attempting retry of *v1.Pod openshift-network-diagnostics/network-check-target-lrxjg before timer (time: 2026-07-03 21:58:02.690804759 +0000 UTC m=+3.009503325): skip I0703 21:58:01.622300 3383 obj_retry.go:417] Function iterateRetryResources for *v1.Pod ended (in 52.926µs) I0703 21:58:01.622367 3383 admin_network_policy_controller.go:186] Setting up event handlers for Pods in Admin Network Policy controller I0703 21:58:01.622375 3383 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-console-operator I0703 21:58:01.622422 3383 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-infra I0703 21:58:01.622438 3383 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-machine-config-operator I0703 21:58:01.622446 3383 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-must-gather-operator I0703 21:58:01.622451 3383 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-multus/multus-p49qk I0703 21:58:01.622453 3383 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-authentication-operator I0703 21:58:01.622462 3383 admin_network_policy_controller.go:202] Setting up event handlers for Nodes in Admin Network Policy controller I0703 21:58:01.622504 3383 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-ovn-kubernetes/ovnkube-node-fbf2d I0703 21:58:01.622514 3383 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller kube-system/konnectivity-agent-dcthw I0703 21:58:01.622520 3383 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-ndl9d I0703 21:58:01.622524 3383 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-image-registry/image-registry-9d9d76648-t45n7 I0703 21:58:01.622528 3383 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-network-diagnostics/network-check-target-5ppf2 I0703 21:58:01.622531 3383 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-network-diagnostics/network-check-target-mggcz I0703 21:58:01.622463 3383 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-cloud-credential-operator I0703 21:58:01.622536 3383 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller kube-system/kube-apiserver-proxy-ip-10-0-0-35.ec2.internal I0703 21:58:01.622540 3383 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-cloud-network-config-controller I0703 21:58:01.622542 3383 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-lt298 I0703 21:58:01.622545 3383 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-package-operator I0703 21:58:01.622549 3383 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-backplane-tam I0703 21:58:01.622550 3383 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-dns/node-resolver-rjnxq I0703 21:58:01.622556 3383 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-multus/multus-sb8dn I0703 21:58:01.622556 3383 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-logging I0703 21:58:01.622557 3383 admin_network_policy_controller.go:559] Adding Node in Admin Network Policy controller ip-10-0-0-35.ec2.internal I0703 21:58:01.622560 3383 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-multus/network-metrics-daemon-4d5q7 I0703 21:58:01.622568 3383 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller kube-system/konnectivity-agent-5hvkv I0703 21:58:01.622570 3383 admin_network_policy_controller.go:559] Adding Node in Admin Network Policy controller ip-10-0-1-250.ec2.internal I0703 21:58:01.622572 3383 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-dns/node-resolver-khkc6 I0703 21:58:01.622576 3383 admin_network_policy_controller.go:559] Adding Node in Admin Network Policy controller ip-10-0-2-121.ec2.internal I0703 21:58:01.622580 3383 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-image-registry/node-ca-vzd76 I0703 21:58:01.622561 3383 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-ovn-kubernetes I0703 21:58:01.622584 3383 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-250.ec2.internal I0703 21:58:01.622588 3383 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-network-operator/iptables-alerter-fvf5b I0703 21:58:01.622589 3383 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-backplane-cee I0703 21:58:01.622593 3383 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller kube-system/kube-apiserver-proxy-ip-10-0-1-250.ec2.internal I0703 21:58:01.622598 3383 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-backplane-managed-scripts I0703 21:58:01.622606 3383 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-dns I0703 21:58:01.622620 3383 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-kube-scheduler I0703 21:58:01.622625 3383 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-machine-api I0703 21:58:01.622631 3383 admin_network_policy_controller.go:228] Starting controller default-network-controller I0703 21:58:01.622637 3383 admin_network_policy_controller.go:231] Waiting for informer caches to sync I0703 21:58:01.622644 3383 shared_informer.go:313] Waiting for caches to sync for default-network-controller I0703 21:58:01.622650 3383 shared_informer.go:320] Caches are synced for default-network-controller I0703 21:58:01.622655 3383 admin_network_policy_controller.go:238] Repairing Admin Network Policies I0703 21:58:01.622633 3383 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-marketplace I0703 21:58:01.622673 3383 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-service-ca-operator I0703 21:58:01.622679 3383 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-backplane-cse I0703 21:58:01.622682 3383 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-cluster-version I0703 21:58:01.622686 3383 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-config I0703 21:58:01.622690 3383 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-cloud-controller-manager I0703 21:58:01.622693 3383 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-cluster-csi-drivers I0703 21:58:01.622697 3383 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-ingress-operator I0703 21:58:01.622681 3383 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:u2314545632}] I0703 21:58:01.622700 3383 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-network-operator I0703 21:58:01.622704 3383 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-operator-lifecycle-manager I0703 21:58:01.622708 3383 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller open-cluster-management-2ratr6qfqvi6pndaj5o6avep3u3o4rvu I0703 21:58:01.622714 3383 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-backplane-ai-agent I0703 21:58:01.622720 3383 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-backplane-csm I0703 21:58:01.622726 3383 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-etcd I0703 21:58:01.622599 3383 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller kube-system/kube-apiserver-proxy-ip-10-0-2-121.ec2.internal I0703 21:58:01.622732 3383 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller default I0703 21:58:01.622721 3383 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:u2314545633}] I0703 21:58:01.622737 3383 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift I0703 21:58:01.622739 3383 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-image-registry/node-ca-nkhg6 I0703 21:58:01.622744 3383 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-cluster-machine-approver I0703 21:58:01.622747 3383 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-image-registry/node-ca-cw75n I0703 21:58:01.622752 3383 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-network-node-identity I0703 21:58:01.622753 3383 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-multus/network-metrics-daemon-kgvxd I0703 21:58:01.622759 3383 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-deployment-validation-operator I0703 21:58:01.622763 3383 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-network-diagnostics/network-check-target-lrxjg I0703 21:58:01.622766 3383 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-host-network I0703 21:58:01.622760 3383 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:u2314545632} {GoUUID:u2314545633}]}}] Timeout: Where:[where column _uuid == {4cae68e1-f02d-478b-9523-8c1b0c1d85ec}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:01.622771 3383 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-cluster-node-tuning-operator/tuned-lmf5s I0703 21:58:01.622773 3383 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-network-console I0703 21:58:01.622778 3383 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-cluster-node-tuning-operator/tuned-pmwkz I0703 21:58:01.622780 3383 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-kube-apiserver I0703 21:58:01.622785 3383 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-image-registry/image-registry-f585c8b7-srvvt I0703 21:58:01.622787 3383 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller kube-system I0703 21:58:01.622791 3383 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-image-registry/image-registry-f585c8b7-klttx I0703 21:58:01.622795 3383 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-backplane-srep I0703 21:58:01.622800 3383 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-35.ec2.internal I0703 21:58:01.622802 3383 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-controller-manager-operator I0703 21:58:01.622808 3383 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-121.ec2.internal I0703 21:58:01.622776 3383 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:u2314545632} {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:u2314545633} {Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:acls Mutator:insert Value:{GoSet:[{GoUUID:u2314545632} {GoUUID:u2314545633}]}}] Timeout: Where:[where column _uuid == {4cae68e1-f02d-478b-9523-8c1b0c1d85ec}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:01.622808 3383 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-dns-operator I0703 21:58:01.622814 3383 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-multus/multus-additional-cni-plugins-drwfh I0703 21:58:01.622818 3383 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-kube-apiserver-operator I0703 21:58:01.622821 3383 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-multus/multus-additional-cni-plugins-rrvmp I0703 21:58:01.622825 3383 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-kube-controller-manager-operator I0703 21:58:01.622827 3383 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller kube-system/konnectivity-agent-fsq2l I0703 21:58:01.622831 3383 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-node I0703 21:58:01.622834 3383 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-6ww26 I0703 21:58:01.622838 3383 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-authentication I0703 21:58:01.622840 3383 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-dns/node-resolver-4kr49 I0703 21:58:01.622844 3383 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-console I0703 21:58:01.622847 3383 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-multus/network-metrics-daemon-mjsh5 I0703 21:58:01.622851 3383 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-controller-manager I0703 21:58:01.622852 3383 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-cluster-node-tuning-operator/tuned-9ckw9 I0703 21:58:01.622856 3383 repair.go:29] Repairing admin network policies took 196.055µs I0703 21:58:01.622859 3383 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-multus/multus-tkckc I0703 21:58:01.622864 3383 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-ovn-kubernetes/ovnkube-node-7jr6c I0703 21:58:01.622871 3383 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-network-operator/iptables-alerter-4gdmn I0703 21:58:01.622874 3383 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-network-operator/iptables-alerter-cwtkt I0703 21:58:01.622878 3383 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-ovn-kubernetes/ovnkube-node-6sx57 I0703 21:58:01.622881 3383 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-backplane/osd-delete-backplane-serviceaccounts-29718590-msnvn I0703 21:58:01.622885 3383 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-deployment-validation-operator/deployment-validation-operator-catalog-4vnnq I0703 21:58:01.622888 3383 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-multus/multus-additional-cni-plugins-k8pxv I0703 21:58:01.622857 3383 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-backplane-mobb I0703 21:58:01.622929 3383 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-config-managed I0703 21:58:01.622934 3383 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-customer-monitoring I0703 21:58:01.622937 3383 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-insights I0703 21:58:01.622941 3383 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-route-controller-manager I0703 21:58:01.622948 3383 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller kube-public I0703 21:58:01.622953 3383 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller open-cluster-management-agent-addon I0703 21:58:01.622957 3383 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-backplane-mcs-tier-two I0703 21:58:01.622962 3383 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-ingress I0703 21:58:01.622966 3383 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-kube-controller-manager I0703 21:58:01.622976 3383 repair.go:92] Repairing baseline admin network policies took 112.176µs I0703 21:58:01.622975 3383 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-multus I0703 21:58:01.622984 3383 admin_network_policy_controller.go:251] Starting Admin Network Policy workers I0703 21:58:01.622987 3383 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-config-operator I0703 21:58:01.622994 3383 admin_network_policy_controller.go:262] Starting Baseline Admin Network Policy workers I0703 21:58:01.622994 3383 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-kube-storage-version-migrator-operator I0703 21:58:01.623001 3383 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-user-workload-monitoring I0703 21:58:01.623003 3383 admin_network_policy_controller.go:273] Starting Namespace Admin Network Policy workers I0703 21:58:01.623008 3383 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-backplane I0703 21:58:01.623013 3383 admin_network_policy_controller.go:284] Starting Pod Admin Network Policy workers I0703 21:58:01.623014 3383 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-backplane-srep-ro I0703 21:58:01.623021 3383 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-cluster-samples-operator I0703 21:58:01.623023 3383 admin_network_policy_controller.go:295] Starting Node Admin Network Policy workers I0703 21:58:01.623037 3383 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller dedicated-admin I0703 21:58:01.623046 3383 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-apiserver-operator I0703 21:58:01.623049 3383 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-image-registry I0703 21:58:01.623055 3383 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-operators I0703 21:58:01.623056 3383 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-console-operator in Admin Network Policy controller I0703 21:58:01.623059 3383 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-apiserver I0703 21:58:01.623066 3383 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-console-operator Admin Network Policy controller: took 9.654µs I0703 21:58:01.623067 3383 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-backplane-lpsre I0703 21:58:01.623076 3383 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-monitoring I0703 21:58:01.623080 3383 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-kube-scheduler-operator I0703 21:58:01.623083 3383 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-network-diagnostics I0703 21:58:01.623084 3383 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-infra in Admin Network Policy controller I0703 21:58:01.623087 3383 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-console-user-settings I0703 21:58:01.623090 3383 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-ingress-canary I0703 21:58:01.623091 3383 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-infra Admin Network Policy controller: took 7.156µs I0703 21:58:01.623094 3383 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-operators-redhat I0703 21:58:01.623099 3383 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-machine-config-operator in Admin Network Policy controller I0703 21:58:01.623103 3383 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-machine-config-operator Admin Network Policy controller: took 4.601µs I0703 21:58:01.623108 3383 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-must-gather-operator in Admin Network Policy controller I0703 21:58:01.623111 3383 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-must-gather-operator Admin Network Policy controller: took 3.277µs I0703 21:58:01.623135 3383 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-authentication-operator in Admin Network Policy controller I0703 21:58:01.623141 3383 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-authentication-operator Admin Network Policy controller: took 8.054µs I0703 21:58:01.623147 3383 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-cloud-credential-operator in Admin Network Policy controller I0703 21:58:01.623150 3383 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-cloud-credential-operator Admin Network Policy controller: took 3.274µs I0703 21:58:01.623154 3383 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-cloud-network-config-controller in Admin Network Policy controller I0703 21:58:01.623157 3383 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-cloud-network-config-controller Admin Network Policy controller: took 2.874µs I0703 21:58:01.623160 3383 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-package-operator in Admin Network Policy controller I0703 21:58:01.623164 3383 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-package-operator Admin Network Policy controller: took 2.876µs I0703 21:58:01.623167 3383 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-backplane-tam in Admin Network Policy controller I0703 21:58:01.623170 3383 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-backplane-tam Admin Network Policy controller: took 2.767µs I0703 21:58:01.623174 3383 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-logging in Admin Network Policy controller I0703 21:58:01.623176 3383 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-logging Admin Network Policy controller: took 2.888µs I0703 21:58:01.623180 3383 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-ovn-kubernetes in Admin Network Policy controller I0703 21:58:01.623182 3383 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-ovn-kubernetes Admin Network Policy controller: took 2.808µs I0703 21:58:01.623186 3383 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-backplane-cee in Admin Network Policy controller I0703 21:58:01.623189 3383 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-backplane-cee Admin Network Policy controller: took 3.21µs I0703 21:58:01.623195 3383 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-backplane-managed-scripts in Admin Network Policy controller I0703 21:58:01.623099 3383 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller kube-node-lease I0703 21:58:01.623200 3383 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-backplane-managed-scripts Admin Network Policy controller: took 4.964µs I0703 21:58:01.623207 3383 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-cluster-node-tuning-operator I0703 21:58:01.623215 3383 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-dns in Admin Network Policy controller I0703 21:58:01.623220 3383 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-dns Admin Network Policy controller: took 5.667µs I0703 21:58:01.623216 3383 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-cluster-storage-operator I0703 21:58:01.623228 3383 admin_network_policy_pod.go:57] Processing sync for Pod openshift-multus/multus-p49qk in Admin Network Policy controller I0703 21:58:01.623237 3383 admin_network_policy_pod.go:60] Finished syncing Pod openshift-multus/multus-p49qk Admin Network Policy controller: took 11.056µs I0703 21:58:01.623244 3383 admin_network_policy_pod.go:57] Processing sync for Pod openshift-ovn-kubernetes/ovnkube-node-fbf2d in Admin Network Policy controller I0703 21:58:01.623248 3383 admin_network_policy_pod.go:60] Finished syncing Pod openshift-ovn-kubernetes/ovnkube-node-fbf2d Admin Network Policy controller: took 4.264µs I0703 21:58:01.623253 3383 admin_network_policy_pod.go:57] Processing sync for Pod kube-system/konnectivity-agent-dcthw in Admin Network Policy controller I0703 21:58:01.623256 3383 admin_network_policy_pod.go:60] Finished syncing Pod kube-system/konnectivity-agent-dcthw Admin Network Policy controller: took 3.739µs I0703 21:58:01.623260 3383 admin_network_policy_pod.go:57] Processing sync for Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-ndl9d in Admin Network Policy controller I0703 21:58:01.623264 3383 admin_network_policy_pod.go:60] Finished syncing Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-ndl9d Admin Network Policy controller: took 4.052µs I0703 21:58:01.623269 3383 admin_network_policy_pod.go:57] Processing sync for Pod openshift-image-registry/image-registry-9d9d76648-t45n7 in Admin Network Policy controller I0703 21:58:01.623276 3383 admin_network_policy_pod.go:60] Finished syncing Pod openshift-image-registry/image-registry-9d9d76648-t45n7 Admin Network Policy controller: took 5.363µs I0703 21:58:01.623286 3383 admin_network_policy_pod.go:57] Processing sync for Pod openshift-network-diagnostics/network-check-target-5ppf2 in Admin Network Policy controller I0703 21:58:01.623290 3383 admin_network_policy_pod.go:60] Finished syncing Pod openshift-network-diagnostics/network-check-target-5ppf2 Admin Network Policy controller: took 4.295µs I0703 21:58:01.623294 3383 admin_network_policy_pod.go:57] Processing sync for Pod openshift-network-diagnostics/network-check-target-mggcz in Admin Network Policy controller I0703 21:58:01.623297 3383 admin_network_policy_pod.go:60] Finished syncing Pod openshift-network-diagnostics/network-check-target-mggcz Admin Network Policy controller: took 3.979µs I0703 21:58:01.623302 3383 admin_network_policy_pod.go:57] Processing sync for Pod kube-system/kube-apiserver-proxy-ip-10-0-0-35.ec2.internal in Admin Network Policy controller I0703 21:58:01.623305 3383 admin_network_policy_pod.go:60] Finished syncing Pod kube-system/kube-apiserver-proxy-ip-10-0-0-35.ec2.internal Admin Network Policy controller: took 3.596µs I0703 21:58:01.623309 3383 admin_network_policy_pod.go:57] Processing sync for Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-lt298 in Admin Network Policy controller I0703 21:58:01.623312 3383 admin_network_policy_pod.go:60] Finished syncing Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-lt298 Admin Network Policy controller: took 3.54µs I0703 21:58:01.623316 3383 admin_network_policy_pod.go:57] Processing sync for Pod openshift-dns/node-resolver-rjnxq in Admin Network Policy controller I0703 21:58:01.623319 3383 admin_network_policy_pod.go:60] Finished syncing Pod openshift-dns/node-resolver-rjnxq Admin Network Policy controller: took 3.664µs I0703 21:58:01.623323 3383 admin_network_policy_pod.go:57] Processing sync for Pod openshift-multus/multus-sb8dn in Admin Network Policy controller I0703 21:58:01.623328 3383 admin_network_policy_pod.go:60] Finished syncing Pod openshift-multus/multus-sb8dn Admin Network Policy controller: took 4.854µs I0703 21:58:01.623334 3383 admin_network_policy_pod.go:57] Processing sync for Pod openshift-multus/network-metrics-daemon-4d5q7 in Admin Network Policy controller I0703 21:58:01.623339 3383 admin_network_policy_pod.go:60] Finished syncing Pod openshift-multus/network-metrics-daemon-4d5q7 Admin Network Policy controller: took 5.251µs I0703 21:58:01.623345 3383 admin_network_policy_pod.go:57] Processing sync for Pod kube-system/konnectivity-agent-5hvkv in Admin Network Policy controller I0703 21:58:01.623349 3383 admin_network_policy_pod.go:60] Finished syncing Pod kube-system/konnectivity-agent-5hvkv Admin Network Policy controller: took 5.633µs I0703 21:58:01.623355 3383 admin_network_policy_pod.go:57] Processing sync for Pod openshift-dns/node-resolver-khkc6 in Admin Network Policy controller I0703 21:58:01.623360 3383 admin_network_policy_pod.go:60] Finished syncing Pod openshift-dns/node-resolver-khkc6 Admin Network Policy controller: took 5.1µs I0703 21:58:01.623373 3383 admin_network_policy_pod.go:57] Processing sync for Pod openshift-image-registry/node-ca-vzd76 in Admin Network Policy controller I0703 21:58:01.623378 3383 admin_network_policy_pod.go:60] Finished syncing Pod openshift-image-registry/node-ca-vzd76 Admin Network Policy controller: took 5.902µs I0703 21:58:01.623385 3383 admin_network_policy_pod.go:57] Processing sync for Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-250.ec2.internal in Admin Network Policy controller I0703 21:58:01.623390 3383 admin_network_policy_pod.go:60] Finished syncing Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-250.ec2.internal Admin Network Policy controller: took 6.331µs I0703 21:58:01.623397 3383 admin_network_policy_pod.go:57] Processing sync for Pod openshift-network-operator/iptables-alerter-fvf5b in Admin Network Policy controller I0703 21:58:01.623402 3383 admin_network_policy_pod.go:60] Finished syncing Pod openshift-network-operator/iptables-alerter-fvf5b Admin Network Policy controller: took 5.706µs I0703 21:58:01.623408 3383 admin_network_policy_pod.go:57] Processing sync for Pod kube-system/kube-apiserver-proxy-ip-10-0-1-250.ec2.internal in Admin Network Policy controller I0703 21:58:01.623413 3383 admin_network_policy_pod.go:60] Finished syncing Pod kube-system/kube-apiserver-proxy-ip-10-0-1-250.ec2.internal Admin Network Policy controller: took 5.149µs I0703 21:58:01.623419 3383 admin_network_policy_pod.go:57] Processing sync for Pod kube-system/kube-apiserver-proxy-ip-10-0-2-121.ec2.internal in Admin Network Policy controller I0703 21:58:01.623423 3383 admin_network_policy_pod.go:60] Finished syncing Pod kube-system/kube-apiserver-proxy-ip-10-0-2-121.ec2.internal Admin Network Policy controller: took 5.14µs I0703 21:58:01.623429 3383 admin_network_policy_pod.go:57] Processing sync for Pod openshift-image-registry/node-ca-nkhg6 in Admin Network Policy controller I0703 21:58:01.623435 3383 admin_network_policy_pod.go:60] Finished syncing Pod openshift-image-registry/node-ca-nkhg6 Admin Network Policy controller: took 5.63µs I0703 21:58:01.623441 3383 admin_network_policy_pod.go:57] Processing sync for Pod openshift-image-registry/node-ca-cw75n in Admin Network Policy controller I0703 21:58:01.623446 3383 admin_network_policy_pod.go:60] Finished syncing Pod openshift-image-registry/node-ca-cw75n Admin Network Policy controller: took 5.281µs I0703 21:58:01.623454 3383 admin_network_policy_pod.go:57] Processing sync for Pod openshift-multus/network-metrics-daemon-kgvxd in Admin Network Policy controller I0703 21:58:01.623459 3383 admin_network_policy_pod.go:60] Finished syncing Pod openshift-multus/network-metrics-daemon-kgvxd Admin Network Policy controller: took 6.948µs I0703 21:58:01.623466 3383 admin_network_policy_pod.go:57] Processing sync for Pod openshift-network-diagnostics/network-check-target-lrxjg in Admin Network Policy controller I0703 21:58:01.623471 3383 admin_network_policy_pod.go:60] Finished syncing Pod openshift-network-diagnostics/network-check-target-lrxjg Admin Network Policy controller: took 6.218µs I0703 21:58:01.623475 3383 admin_network_policy_pod.go:57] Processing sync for Pod openshift-cluster-node-tuning-operator/tuned-lmf5s in Admin Network Policy controller I0703 21:58:01.623479 3383 admin_network_policy_pod.go:60] Finished syncing Pod openshift-cluster-node-tuning-operator/tuned-lmf5s Admin Network Policy controller: took 3.741µs I0703 21:58:01.623482 3383 admin_network_policy_pod.go:57] Processing sync for Pod openshift-cluster-node-tuning-operator/tuned-pmwkz in Admin Network Policy controller I0703 21:58:01.623486 3383 admin_network_policy_pod.go:60] Finished syncing Pod openshift-cluster-node-tuning-operator/tuned-pmwkz Admin Network Policy controller: took 3.411µs I0703 21:58:01.623489 3383 admin_network_policy_pod.go:57] Processing sync for Pod openshift-image-registry/image-registry-f585c8b7-srvvt in Admin Network Policy controller I0703 21:58:01.623492 3383 admin_network_policy_pod.go:60] Finished syncing Pod openshift-image-registry/image-registry-f585c8b7-srvvt Admin Network Policy controller: took 3.461µs I0703 21:58:01.623496 3383 admin_network_policy_pod.go:57] Processing sync for Pod openshift-image-registry/image-registry-f585c8b7-klttx in Admin Network Policy controller I0703 21:58:01.623499 3383 admin_network_policy_pod.go:60] Finished syncing Pod openshift-image-registry/image-registry-f585c8b7-klttx Admin Network Policy controller: took 3.463µs I0703 21:58:01.623503 3383 admin_network_policy_pod.go:57] Processing sync for Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-35.ec2.internal in Admin Network Policy controller I0703 21:58:01.623507 3383 admin_network_policy_pod.go:60] Finished syncing Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-35.ec2.internal Admin Network Policy controller: took 4.065µs I0703 21:58:01.623506 3383 default_network_controller.go:666] Recording add event on network policy openshift-deployment-validation-operator/allow-from-openshift-insights I0703 21:58:01.623513 3383 admin_network_policy_node.go:55] Processing sync for Node ip-10-0-0-35.ec2.internal in Admin Network Policy controller I0703 21:58:01.623518 3383 obj_retry.go:509] Add event received for *v1.NetworkPolicy openshift-deployment-validation-operator/allow-from-openshift-insights I0703 21:58:01.623521 3383 admin_network_policy_node.go:58] Finished syncing Node ip-10-0-0-35.ec2.internal Admin Network Policy controller: took 9.827µs I0703 21:58:01.623535 3383 admin_network_policy_node.go:55] Processing sync for Node ip-10-0-1-250.ec2.internal in Admin Network Policy controller I0703 21:58:01.623538 3383 admin_network_policy_node.go:58] Finished syncing Node ip-10-0-1-250.ec2.internal Admin Network Policy controller: took 3.807µs I0703 21:58:01.623543 3383 admin_network_policy_node.go:55] Processing sync for Node ip-10-0-2-121.ec2.internal in Admin Network Policy controller I0703 21:58:01.623543 3383 base_network_controller_policy.go:1179] Adding network policy openshift-deployment-validation-operator/allow-from-openshift-insights for network default I0703 21:58:01.623555 3383 base_network_controller_policy.go:1006] Network policy ingress is {Ports:[] From:[{PodSelector:nil NamespaceSelector:&LabelSelector{MatchLabels:map[string]string{name: openshift-insights,},MatchExpressions:[]LabelSelectorRequirement{},} IPBlock:nil}]} I0703 21:58:01.623598 3383 base_network_controller_policy.go:1054] Policy openshift-deployment-validation-operator/allow-from-openshift-insights added to peer address sets [] I0703 21:58:01.623546 3383 admin_network_policy_node.go:58] Finished syncing Node ip-10-0-2-121.ec2.internal Admin Network Policy controller: took 3.225µs I0703 21:58:01.623618 3383 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-kube-scheduler in Admin Network Policy controller I0703 21:58:01.623623 3383 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-kube-scheduler Admin Network Policy controller: took 5.508µs I0703 21:58:01.623629 3383 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-machine-api in Admin Network Policy controller I0703 21:58:01.623632 3383 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-machine-api Admin Network Policy controller: took 3.153µs I0703 21:58:01.623636 3383 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-marketplace in Admin Network Policy controller I0703 21:58:01.623639 3383 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-marketplace Admin Network Policy controller: took 3.266µs I0703 21:58:01.623643 3383 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-service-ca-operator in Admin Network Policy controller I0703 21:58:01.623646 3383 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-service-ca-operator Admin Network Policy controller: took 2.777µs I0703 21:58:01.623649 3383 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-backplane-cse in Admin Network Policy controller I0703 21:58:01.623653 3383 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-backplane-cse Admin Network Policy controller: took 2.706µs I0703 21:58:01.623657 3383 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-cluster-version in Admin Network Policy controller I0703 21:58:01.623660 3383 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-cluster-version Admin Network Policy controller: took 2.976µs I0703 21:58:01.623664 3383 admin_network_policy_pod.go:57] Processing sync for Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-2-121.ec2.internal in Admin Network Policy controller I0703 21:58:01.623668 3383 admin_network_policy_pod.go:60] Finished syncing Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-2-121.ec2.internal Admin Network Policy controller: took 5.453µs I0703 21:58:01.623652 3383 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:u2314545634}] I0703 21:58:01.623701 3383 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:u2314545635}] I0703 21:58:01.623677 3383 admin_network_policy_pod.go:57] Processing sync for Pod openshift-multus/multus-additional-cni-plugins-drwfh in Admin Network Policy controller I0703 21:58:01.623751 3383 admin_network_policy_pod.go:60] Finished syncing Pod openshift-multus/multus-additional-cni-plugins-drwfh Admin Network Policy controller: took 73.773µs I0703 21:58:01.623756 3383 admin_network_policy_pod.go:57] Processing sync for Pod openshift-multus/multus-additional-cni-plugins-rrvmp in Admin Network Policy controller I0703 21:58:01.623759 3383 admin_network_policy_pod.go:60] Finished syncing Pod openshift-multus/multus-additional-cni-plugins-rrvmp Admin Network Policy controller: took 3.84µs I0703 21:58:01.623763 3383 admin_network_policy_pod.go:57] Processing sync for Pod kube-system/konnectivity-agent-fsq2l in Admin Network Policy controller I0703 21:58:01.623766 3383 admin_network_policy_pod.go:60] Finished syncing Pod kube-system/konnectivity-agent-fsq2l Admin Network Policy controller: took 3.413µs I0703 21:58:01.623770 3383 admin_network_policy_pod.go:57] Processing sync for Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-6ww26 in Admin Network Policy controller I0703 21:58:01.623774 3383 admin_network_policy_pod.go:60] Finished syncing Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-6ww26 Admin Network Policy controller: took 3.748µs I0703 21:58:01.623778 3383 admin_network_policy_pod.go:57] Processing sync for Pod openshift-dns/node-resolver-4kr49 in Admin Network Policy controller I0703 21:58:01.623781 3383 admin_network_policy_pod.go:60] Finished syncing Pod openshift-dns/node-resolver-4kr49 Admin Network Policy controller: took 3.46µs I0703 21:58:01.623785 3383 admin_network_policy_pod.go:57] Processing sync for Pod openshift-multus/network-metrics-daemon-mjsh5 in Admin Network Policy controller I0703 21:58:01.623788 3383 admin_network_policy_pod.go:60] Finished syncing Pod openshift-multus/network-metrics-daemon-mjsh5 Admin Network Policy controller: took 3.32µs I0703 21:58:01.623792 3383 admin_network_policy_pod.go:57] Processing sync for Pod openshift-cluster-node-tuning-operator/tuned-9ckw9 in Admin Network Policy controller I0703 21:58:01.623796 3383 admin_network_policy_pod.go:60] Finished syncing Pod openshift-cluster-node-tuning-operator/tuned-9ckw9 Admin Network Policy controller: took 3.478µs I0703 21:58:01.623800 3383 admin_network_policy_pod.go:57] Processing sync for Pod openshift-multus/multus-tkckc in Admin Network Policy controller I0703 21:58:01.623803 3383 admin_network_policy_pod.go:60] Finished syncing Pod openshift-multus/multus-tkckc Admin Network Policy controller: took 3.296µs I0703 21:58:01.623807 3383 admin_network_policy_pod.go:57] Processing sync for Pod openshift-ovn-kubernetes/ovnkube-node-7jr6c in Admin Network Policy controller I0703 21:58:01.623811 3383 admin_network_policy_pod.go:60] Finished syncing Pod openshift-ovn-kubernetes/ovnkube-node-7jr6c Admin Network Policy controller: took 3.468µs I0703 21:58:01.623815 3383 admin_network_policy_pod.go:57] Processing sync for Pod openshift-network-operator/iptables-alerter-4gdmn in Admin Network Policy controller I0703 21:58:01.623818 3383 admin_network_policy_pod.go:60] Finished syncing Pod openshift-network-operator/iptables-alerter-4gdmn Admin Network Policy controller: took 3.384µs I0703 21:58:01.623821 3383 admin_network_policy_pod.go:57] Processing sync for Pod openshift-network-operator/iptables-alerter-cwtkt in Admin Network Policy controller I0703 21:58:01.623829 3383 admin_network_policy_pod.go:60] Finished syncing Pod openshift-network-operator/iptables-alerter-cwtkt Admin Network Policy controller: took 8.151µs I0703 21:58:01.623833 3383 admin_network_policy_pod.go:57] Processing sync for Pod openshift-ovn-kubernetes/ovnkube-node-6sx57 in Admin Network Policy controller I0703 21:58:01.623836 3383 admin_network_policy_pod.go:60] Finished syncing Pod openshift-ovn-kubernetes/ovnkube-node-6sx57 Admin Network Policy controller: took 3.378µs I0703 21:58:01.623740 3383 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:u2314545636}] I0703 21:58:01.623840 3383 admin_network_policy_pod.go:57] Processing sync for Pod openshift-backplane/osd-delete-backplane-serviceaccounts-29718590-msnvn in Admin Network Policy controller I0703 21:58:01.623844 3383 admin_network_policy_pod.go:60] Finished syncing Pod openshift-backplane/osd-delete-backplane-serviceaccounts-29718590-msnvn Admin Network Policy controller: took 4.244µs I0703 21:58:01.623848 3383 admin_network_policy_pod.go:57] Processing sync for Pod openshift-deployment-validation-operator/deployment-validation-operator-catalog-4vnnq in Admin Network Policy controller I0703 21:58:01.623851 3383 admin_network_policy_pod.go:60] Finished syncing Pod openshift-deployment-validation-operator/deployment-validation-operator-catalog-4vnnq Admin Network Policy controller: took 3.467µs I0703 21:58:01.623855 3383 admin_network_policy_pod.go:57] Processing sync for Pod openshift-multus/multus-additional-cni-plugins-k8pxv in Admin Network Policy controller I0703 21:58:01.623858 3383 admin_network_policy_pod.go:60] Finished syncing Pod openshift-multus/multus-additional-cni-plugins-k8pxv Admin Network Policy controller: took 3.617µs I0703 21:58:01.623863 3383 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-config in Admin Network Policy controller I0703 21:58:01.623868 3383 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-config Admin Network Policy controller: took 5.515µs I0703 21:58:01.623873 3383 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-cloud-controller-manager in Admin Network Policy controller I0703 21:58:01.623876 3383 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-cloud-controller-manager Admin Network Policy controller: took 2.979µs I0703 21:58:01.623880 3383 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-cluster-csi-drivers in Admin Network Policy controller I0703 21:58:01.623882 3383 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-cluster-csi-drivers Admin Network Policy controller: took 2.803µs I0703 21:58:01.623864 3383 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:u2314545637}] I0703 21:58:01.623886 3383 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-ingress-operator in Admin Network Policy controller I0703 21:58:01.623892 3383 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-ingress-operator Admin Network Policy controller: took 4.097µs I0703 21:58:01.623898 3383 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-network-operator in Admin Network Policy controller I0703 21:58:01.623902 3383 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-network-operator Admin Network Policy controller: took 4.249µs I0703 21:58:01.623906 3383 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-operator-lifecycle-manager in Admin Network Policy controller I0703 21:58:01.623909 3383 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-operator-lifecycle-manager Admin Network Policy controller: took 2.887µs I0703 21:58:01.623913 3383 admin_network_policy_namespace.go:53] Processing sync for Namespace open-cluster-management-2ratr6qfqvi6pndaj5o6avep3u3o4rvu in Admin Network Policy controller I0703 21:58:01.623903 3383 model_client.go:374] Create operations generated as: [{Op:insert Table:Port_Group Row:map[acls:{GoSet:[{GoUUID:u2314545634} {GoUUID:u2314545635}]} 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:u2314545638}] I0703 21:58:01.623915 3383 admin_network_policy_namespace.go:56] Finished syncing Namespace open-cluster-management-2ratr6qfqvi6pndaj5o6avep3u3o4rvu Admin Network Policy controller: took 2.892µs I0703 21:58:01.623920 3383 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-backplane-ai-agent in Admin Network Policy controller I0703 21:58:01.623923 3383 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-backplane-ai-agent Admin Network Policy controller: took 2.622µs I0703 21:58:01.623927 3383 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-backplane-csm in Admin Network Policy controller I0703 21:58:01.623929 3383 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-backplane-csm Admin Network Policy controller: took 2.757µs I0703 21:58:01.623933 3383 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-etcd in Admin Network Policy controller I0703 21:58:01.623935 3383 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-etcd Admin Network Policy controller: took 2.712µs I0703 21:58:01.623939 3383 admin_network_policy_namespace.go:53] Processing sync for Namespace default in Admin Network Policy controller I0703 21:58:01.623942 3383 admin_network_policy_namespace.go:56] Finished syncing Namespace default Admin Network Policy controller: took 2.655µs I0703 21:58:01.623932 3383 model_client.go:374] Create operations generated as: [{Op:insert Table:Port_Group Row:map[acls:{GoSet:[{GoUUID:u2314545636} {GoUUID:u2314545637}]} 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:u2314545639}] I0703 21:58:01.623945 3383 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift in Admin Network Policy controller I0703 21:58:01.623950 3383 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift Admin Network Policy controller: took 4.754µs I0703 21:58:01.623953 3383 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-cluster-machine-approver in Admin Network Policy controller I0703 21:58:01.623956 3383 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-cluster-machine-approver Admin Network Policy controller: took 2.918µs I0703 21:58:01.623960 3383 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-network-node-identity in Admin Network Policy controller I0703 21:58:01.623962 3383 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-network-node-identity Admin Network Policy controller: took 2.749µs I0703 21:58:01.623966 3383 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-deployment-validation-operator in Admin Network Policy controller I0703 21:58:01.623969 3383 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-deployment-validation-operator Admin Network Policy controller: took 2.705µs I0703 21:58:01.623972 3383 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-host-network in Admin Network Policy controller I0703 21:58:01.623975 3383 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-host-network Admin Network Policy controller: took 2.653µs I0703 21:58:01.623978 3383 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-network-console in Admin Network Policy controller I0703 21:58:01.623981 3383 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-network-console Admin Network Policy controller: took 2.819µs I0703 21:58:01.623984 3383 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-kube-apiserver in Admin Network Policy controller I0703 21:58:01.623987 3383 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-kube-apiserver Admin Network Policy controller: took 2.63µs I0703 21:58:01.623990 3383 admin_network_policy_namespace.go:53] Processing sync for Namespace kube-system in Admin Network Policy controller I0703 21:58:01.623993 3383 admin_network_policy_namespace.go:56] Finished syncing Namespace kube-system Admin Network Policy controller: took 2.695µs I0703 21:58:01.623996 3383 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-backplane-srep in Admin Network Policy controller I0703 21:58:01.623999 3383 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-backplane-srep Admin Network Policy controller: took 2.672µs I0703 21:58:01.624003 3383 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-controller-manager-operator in Admin Network Policy controller I0703 21:58:01.624006 3383 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-controller-manager-operator Admin Network Policy controller: took 3.547µs I0703 21:58:01.624009 3383 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-dns-operator in Admin Network Policy controller I0703 21:58:01.624012 3383 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-dns-operator Admin Network Policy controller: took 2.642µs I0703 21:58:01.624015 3383 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-kube-apiserver-operator in Admin Network Policy controller I0703 21:58:01.624018 3383 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-kube-apiserver-operator Admin Network Policy controller: took 2.54µs I0703 21:58:01.623950 3383 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:u2314545634} {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:u2314545635} {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:u2314545636} {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:u2314545637} {Op:insert Table:Port_Group Row:map[acls:{GoSet:[{GoUUID:u2314545634} {GoUUID:u2314545635}]} 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:u2314545638} {Op:insert Table:Port_Group Row:map[acls:{GoSet:[{GoUUID:u2314545636} {GoUUID:u2314545637}]} 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:u2314545639}] I0703 21:58:01.624022 3383 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-kube-controller-manager-operator in Admin Network Policy controller I0703 21:58:01.624030 3383 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-kube-controller-manager-operator Admin Network Policy controller: took 8.202µs I0703 21:58:01.624033 3383 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-node in Admin Network Policy controller I0703 21:58:01.624036 3383 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-node Admin Network Policy controller: took 2.791µs I0703 21:58:01.624040 3383 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-authentication in Admin Network Policy controller I0703 21:58:01.624042 3383 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-authentication Admin Network Policy controller: took 2.669µs I0703 21:58:01.624046 3383 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-console in Admin Network Policy controller I0703 21:58:01.624048 3383 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-console Admin Network Policy controller: took 2.81µs I0703 21:58:01.624052 3383 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-controller-manager in Admin Network Policy controller I0703 21:58:01.624054 3383 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-controller-manager Admin Network Policy controller: took 2.674µs I0703 21:58:01.624058 3383 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-backplane-mobb in Admin Network Policy controller I0703 21:58:01.624060 3383 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-backplane-mobb Admin Network Policy controller: took 2.621µs I0703 21:58:01.624064 3383 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-config-managed in Admin Network Policy controller I0703 21:58:01.624066 3383 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-config-managed Admin Network Policy controller: took 2.701µs I0703 21:58:01.624070 3383 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-customer-monitoring in Admin Network Policy controller I0703 21:58:01.624072 3383 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-customer-monitoring Admin Network Policy controller: took 3.048µs I0703 21:58:01.624076 3383 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-insights in Admin Network Policy controller I0703 21:58:01.624079 3383 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-insights Admin Network Policy controller: took 2.857µs I0703 21:58:01.624082 3383 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-route-controller-manager in Admin Network Policy controller I0703 21:58:01.624085 3383 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-route-controller-manager Admin Network Policy controller: took 2.7µs I0703 21:58:01.624088 3383 admin_network_policy_namespace.go:53] Processing sync for Namespace kube-public in Admin Network Policy controller I0703 21:58:01.624091 3383 admin_network_policy_namespace.go:56] Finished syncing Namespace kube-public Admin Network Policy controller: took 2.779µs I0703 21:58:01.624094 3383 admin_network_policy_namespace.go:53] Processing sync for Namespace open-cluster-management-agent-addon in Admin Network Policy controller I0703 21:58:01.624097 3383 admin_network_policy_namespace.go:56] Finished syncing Namespace open-cluster-management-agent-addon Admin Network Policy controller: took 2.66µs I0703 21:58:01.624101 3383 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-backplane-mcs-tier-two in Admin Network Policy controller I0703 21:58:01.624104 3383 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-backplane-mcs-tier-two Admin Network Policy controller: took 2.8µs I0703 21:58:01.624107 3383 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-ingress in Admin Network Policy controller I0703 21:58:01.624111 3383 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-ingress Admin Network Policy controller: took 2.658µs I0703 21:58:01.624132 3383 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-kube-controller-manager in Admin Network Policy controller I0703 21:58:01.624136 3383 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-kube-controller-manager Admin Network Policy controller: took 5.313µs I0703 21:58:01.624142 3383 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-multus in Admin Network Policy controller I0703 21:58:01.624145 3383 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-multus Admin Network Policy controller: took 2.894µs I0703 21:58:01.624148 3383 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-config-operator in Admin Network Policy controller I0703 21:58:01.624151 3383 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-config-operator Admin Network Policy controller: took 2.901µs I0703 21:58:01.624155 3383 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-kube-storage-version-migrator-operator in Admin Network Policy controller I0703 21:58:01.624157 3383 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-kube-storage-version-migrator-operator Admin Network Policy controller: took 2.863µs I0703 21:58:01.624161 3383 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-user-workload-monitoring in Admin Network Policy controller I0703 21:58:01.624163 3383 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-user-workload-monitoring Admin Network Policy controller: took 2.777µs I0703 21:58:01.624167 3383 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-backplane in Admin Network Policy controller I0703 21:58:01.624169 3383 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-backplane Admin Network Policy controller: took 2.649µs I0703 21:58:01.624173 3383 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-backplane-srep-ro in Admin Network Policy controller I0703 21:58:01.624176 3383 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-backplane-srep-ro Admin Network Policy controller: took 2.72µs I0703 21:58:01.624179 3383 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-cluster-samples-operator in Admin Network Policy controller I0703 21:58:01.624182 3383 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-cluster-samples-operator Admin Network Policy controller: took 2.68µs I0703 21:58:01.624186 3383 admin_network_policy_namespace.go:53] Processing sync for Namespace dedicated-admin in Admin Network Policy controller I0703 21:58:01.624188 3383 admin_network_policy_namespace.go:56] Finished syncing Namespace dedicated-admin Admin Network Policy controller: took 2.873µs I0703 21:58:01.624192 3383 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-apiserver-operator in Admin Network Policy controller I0703 21:58:01.624195 3383 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-apiserver-operator Admin Network Policy controller: took 2.778µs I0703 21:58:01.624198 3383 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-image-registry in Admin Network Policy controller I0703 21:58:01.624201 3383 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-image-registry Admin Network Policy controller: took 2.702µs I0703 21:58:01.624204 3383 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-operators in Admin Network Policy controller I0703 21:58:01.624207 3383 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-operators Admin Network Policy controller: took 2.629µs I0703 21:58:01.624211 3383 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-apiserver in Admin Network Policy controller I0703 21:58:01.624215 3383 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-apiserver Admin Network Policy controller: took 3.791µs I0703 21:58:01.624220 3383 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-backplane-lpsre in Admin Network Policy controller I0703 21:58:01.624225 3383 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-backplane-lpsre Admin Network Policy controller: took 4.689µs I0703 21:58:01.624229 3383 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-monitoring in Admin Network Policy controller I0703 21:58:01.624231 3383 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-monitoring Admin Network Policy controller: took 2.731µs I0703 21:58:01.624234 3383 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-kube-scheduler-operator in Admin Network Policy controller I0703 21:58:01.624237 3383 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-kube-scheduler-operator Admin Network Policy controller: took 2.537µs I0703 21:58:01.624241 3383 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-network-diagnostics in Admin Network Policy controller I0703 21:58:01.624244 3383 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-network-diagnostics Admin Network Policy controller: took 3.513µs I0703 21:58:01.624247 3383 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-console-user-settings in Admin Network Policy controller I0703 21:58:01.624250 3383 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-console-user-settings Admin Network Policy controller: took 2.814µs I0703 21:58:01.624254 3383 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-ingress-canary in Admin Network Policy controller I0703 21:58:01.624256 3383 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-ingress-canary Admin Network Policy controller: took 2.613µs I0703 21:58:01.624260 3383 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-operators-redhat in Admin Network Policy controller I0703 21:58:01.624262 3383 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-operators-redhat Admin Network Policy controller: took 2.693µs I0703 21:58:01.624266 3383 admin_network_policy_namespace.go:53] Processing sync for Namespace kube-node-lease in Admin Network Policy controller I0703 21:58:01.624268 3383 admin_network_policy_namespace.go:56] Finished syncing Namespace kube-node-lease Admin Network Policy controller: took 2.603µs I0703 21:58:01.624272 3383 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-cluster-node-tuning-operator in Admin Network Policy controller I0703 21:58:01.624274 3383 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-cluster-node-tuning-operator Admin Network Policy controller: took 2.668µs I0703 21:58:01.624278 3383 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-cluster-storage-operator in Admin Network Policy controller I0703 21:58:01.624280 3383 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-cluster-storage-operator Admin Network Policy controller: took 2.671µs I0703 21:58:01.625052 3383 model_client.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:u2314545640}] I0703 21:58:01.625074 3383 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:u2314545640}] I0703 21:58:01.625528 3383 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:u2314545641}] I0703 21:58:01.625578 3383 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:u2314545641}]}}] Timeout: Where:[where column _uuid == {2f06f9b6-4d22-416b-a6c2-d5721e0ee64f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:01.625595 3383 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:u2314545641} {Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:acls Mutator:insert Value:{GoSet:[{GoUUID:u2314545641}]}}] Timeout: Where:[where column _uuid == {2f06f9b6-4d22-416b-a6c2-d5721e0ee64f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:01.626037 3383 obj_retry.go:509] Add event received for *factory.peerNamespaceSelector openshift-insights I0703 21:58:01.626163 3383 obj_retry.go:548] Creating *factory.peerNamespaceSelector openshift-insights took: 113.385µs I0703 21:58:01.626180 3383 factory.go:1366] Added *v1.Namespace event handler 5 I0703 21:58:01.626229 3383 obj_retry.go:509] Add event received for *factory.localPodSelector openshift-deployment-validation-operator/deployment-validation-operator-catalog-4vnnq I0703 21:58:01.626239 3383 obj_retry.go:548] Creating *factory.localPodSelector openshift-deployment-validation-operator/deployment-validation-operator-catalog-4vnnq took: 319ns I0703 21:58:01.626248 3383 factory.go:1366] Added *v1.Pod event handler 6 I0703 21:58:01.626254 3383 base_network_controller_policy.go:1232] Create network policy openshift-deployment-validation-operator/allow-from-openshift-insights resources completed, update namespace loglevel I0703 21:58:01.626261 3383 obj_retry.go:548] Creating *v1.NetworkPolicy openshift-deployment-validation-operator/allow-from-openshift-insights took: 2.735634ms I0703 21:58:01.626266 3383 default_network_controller.go:709] Recording success event on network policy openshift-deployment-validation-operator/allow-from-openshift-insights I0703 21:58:01.626271 3383 default_network_controller.go:666] Recording add event on network policy openshift-deployment-validation-operator/allow-from-openshift-olm I0703 21:58:01.626276 3383 obj_retry.go:509] Add event received for *v1.NetworkPolicy openshift-deployment-validation-operator/allow-from-openshift-olm I0703 21:58:01.626281 3383 base_network_controller_policy.go:1179] Adding network policy openshift-deployment-validation-operator/allow-from-openshift-olm for network default I0703 21:58:01.626289 3383 base_network_controller_policy.go:1006] Network policy ingress is {Ports:[] From:[]} I0703 21:58:01.626298 3383 base_network_controller_policy.go:1054] Policy openshift-deployment-validation-operator/allow-from-openshift-olm added to peer address sets [] I0703 21:58:01.626337 3383 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:u2314545642}] I0703 21:58:01.626376 3383 model_client.go:374] Create operations generated as: [{Op:insert Table:Port_Group Row:map[acls:{GoSet:[{GoUUID:u2314545642}]} 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:u2314545643}] I0703 21:58:01.626393 3383 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:u2314545642} {Op:insert Table:Port_Group Row:map[acls:{GoSet:[{GoUUID:u2314545642}]} 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:u2314545643}] I0703 21:58:01.626868 3383 obj_retry.go:509] Add event received for *factory.localPodSelector openshift-deployment-validation-operator/deployment-validation-operator-catalog-4vnnq I0703 21:58:01.626882 3383 obj_retry.go:548] Creating *factory.localPodSelector openshift-deployment-validation-operator/deployment-validation-operator-catalog-4vnnq took: 468ns I0703 21:58:01.626893 3383 factory.go:1366] Added *v1.Pod event handler 7 I0703 21:58:01.626903 3383 base_network_controller_policy.go:1232] Create network policy openshift-deployment-validation-operator/allow-from-openshift-olm resources completed, update namespace loglevel I0703 21:58:01.626910 3383 obj_retry.go:548] Creating *v1.NetworkPolicy openshift-deployment-validation-operator/allow-from-openshift-olm took: 629.348µs I0703 21:58:01.626915 3383 default_network_controller.go:709] Recording success event on network policy openshift-deployment-validation-operator/allow-from-openshift-olm I0703 21:58:01.626923 3383 factory.go:1366] Added *v1.NetworkPolicy event handler 4 I0703 21:58:01.627078 3383 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-logging I0703 21:58:01.627094 3383 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-backplane-managed-scripts I0703 21:58:01.627109 3383 obj_retry.go:509] Add event received for *factory.egressIPNamespace open-cluster-management-2ratr6qfqvi6pndaj5o6avep3u3o4rvu I0703 21:58:01.627161 3383 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-kube-scheduler I0703 21:58:01.627219 3383 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-kube-scheduler took: 9.93µs I0703 21:58:01.627230 3383 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-backplane-csm I0703 21:58:01.627240 3383 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-backplane-csm took: 1.753µs I0703 21:58:01.627247 3383 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-controller-manager I0703 21:58:01.627253 3383 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-controller-manager took: 1.302µs I0703 21:58:01.627257 3383 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-cluster-node-tuning-operator I0703 21:58:01.627263 3383 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-cluster-node-tuning-operator took: 2.24µs I0703 21:58:01.627267 3383 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-cluster-storage-operator I0703 21:58:01.627272 3383 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-cluster-storage-operator took: 1.481µs I0703 21:58:01.627094 3383 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-backplane-cee I0703 21:58:01.627287 3383 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-backplane-cee took: 7.333µs I0703 21:58:01.627297 3383 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-network-node-identity I0703 21:58:01.627308 3383 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-network-node-identity took: 4.272µs I0703 21:58:01.627313 3383 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-backplane-srep I0703 21:58:01.627318 3383 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-backplane-srep took: 1.17µs I0703 21:58:01.627322 3383 obj_retry.go:509] Add event received for *factory.egressIPNamespace kube-public I0703 21:58:01.627327 3383 obj_retry.go:548] Creating *factory.egressIPNamespace kube-public took: 1.864µs I0703 21:58:01.627332 3383 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-operators I0703 21:58:01.627337 3383 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-operators took: 1.534µs I0703 21:58:01.627161 3383 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-service-ca-operator I0703 21:58:01.627351 3383 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-service-ca-operator took: 6.565µs I0703 21:58:01.627132 3383 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-backplane-managed-scripts took: 11.702µs I0703 21:58:01.627360 3383 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-kube-apiserver I0703 21:58:01.627365 3383 obj_retry.go:509] Add event received for *factory.egressIPNamespace kube-system I0703 21:58:01.627135 3383 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-logging took: 19.26µs I0703 21:58:01.627369 3383 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-kube-apiserver took: 2.431µs I0703 21:58:01.627375 3383 obj_retry.go:548] Creating *factory.egressIPNamespace kube-system took: 3.741µs I0703 21:58:01.627376 3383 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-operator-lifecycle-manager I0703 21:58:01.627376 3383 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-multus I0703 21:58:01.627380 3383 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-controller-manager-operator I0703 21:58:01.627388 3383 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-controller-manager-operator took: 1.755µs I0703 21:58:01.627389 3383 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-operator-lifecycle-manager took: 3.865µs I0703 21:58:01.627391 3383 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-multus took: 4.456µs I0703 21:58:01.627392 3383 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-config-managed I0703 21:58:01.627397 3383 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-etcd I0703 21:58:01.627398 3383 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-kube-scheduler-operator I0703 21:58:01.627401 3383 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-config-managed took: 1.62µs I0703 21:58:01.627405 3383 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-backplane I0703 21:58:01.627407 3383 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-etcd took: 2.19µs I0703 21:58:01.627409 3383 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-kube-scheduler-operator took: 3.988µs I0703 21:58:01.627411 3383 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-backplane took: 1.298µs I0703 21:58:01.627414 3383 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-kube-apiserver-operator I0703 21:58:01.627416 3383 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-cloud-credential-operator I0703 21:58:01.627416 3383 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-machine-config-operator I0703 21:58:01.627425 3383 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-cloud-credential-operator took: 1.943µs I0703 21:58:01.627424 3383 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-kube-apiserver-operator took: 3.565µs I0703 21:58:01.627430 3383 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-machine-config-operator took: 3.824µs I0703 21:58:01.627136 3383 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-ingress-operator I0703 21:58:01.627437 3383 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-cloud-network-config-controller I0703 21:58:01.627443 3383 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-cloud-network-config-controller took: 1.493µs I0703 21:58:01.627433 3383 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-network-diagnostics I0703 21:58:01.627447 3383 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-ingress-operator took: 7.796µs I0703 21:58:01.627451 3383 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-network-diagnostics took: 1.273µs I0703 21:58:01.627452 3383 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-backplane-ai-agent I0703 21:58:01.627146 3383 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-dns I0703 21:58:01.627458 3383 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-backplane-ai-agent took: 1.059µs I0703 21:58:01.627462 3383 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-insights I0703 21:58:01.627468 3383 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-dns took: 7.378µs I0703 21:58:01.627473 3383 obj_retry.go:509] Add event received for *factory.egressIPNamespace default I0703 21:58:01.627478 3383 obj_retry.go:548] Creating *factory.egressIPNamespace default took: 1.446µs I0703 21:58:01.627484 3383 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-authentication I0703 21:58:01.627147 3383 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-marketplace I0703 21:58:01.627492 3383 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-authentication took: 1.978µs I0703 21:58:01.627498 3383 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-user-workload-monitoring I0703 21:58:01.627508 3383 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-user-workload-monitoring took: 2.73µs I0703 21:58:01.627513 3383 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-marketplace took: 14.598µs I0703 21:58:01.627523 3383 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-cluster-machine-approver I0703 21:58:01.627533 3383 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-cluster-machine-approver took: 2.904µs I0703 21:58:01.627537 3383 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-ingress I0703 21:58:01.627543 3383 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-ingress took: 2.518µs I0703 21:58:01.627547 3383 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-config-operator I0703 21:58:01.627552 3383 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-config-operator took: 1.329µs I0703 21:58:01.627556 3383 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-apiserver-operator I0703 21:58:01.627561 3383 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-apiserver-operator took: 1.249µs I0703 21:58:01.627165 3383 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-backplane-cse I0703 21:58:01.627592 3383 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-backplane-cse took: 17.616µs I0703 21:58:01.627607 3383 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-cloud-controller-manager I0703 21:58:01.627618 3383 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-cloud-controller-manager took: 3.523µs I0703 21:58:01.627626 3383 obj_retry.go:509] Add event received for *factory.egressIPNamespace open-cluster-management-agent-addon I0703 21:58:01.627636 3383 obj_retry.go:548] Creating *factory.egressIPNamespace open-cluster-management-agent-addon took: 3.103µs I0703 21:58:01.627468 3383 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-insights took: 2.313µs I0703 21:58:01.627642 3383 obj_retry.go:509] Add event received for *factory.egressIPNamespace dedicated-admin I0703 21:58:01.627649 3383 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-kube-controller-manager I0703 21:58:01.627652 3383 obj_retry.go:548] Creating *factory.egressIPNamespace dedicated-admin took: 2.196µs I0703 21:58:01.627659 3383 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-ingress-canary I0703 21:58:01.627658 3383 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-kube-controller-manager took: 2.927µs I0703 21:58:01.627665 3383 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-backplane-lpsre I0703 21:58:01.627666 3383 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-ingress-canary took: 1.491µs I0703 21:58:01.627670 3383 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-backplane-lpsre took: 1.019µs I0703 21:58:01.627672 3383 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-authentication-operator I0703 21:58:01.627514 3383 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-monitoring I0703 21:58:01.627681 3383 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-monitoring took: 2.472µs I0703 21:58:01.627681 3383 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-authentication-operator took: 2.575µs I0703 21:58:01.627685 3383 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-infra I0703 21:58:01.627166 3383 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-config I0703 21:58:01.627691 3383 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-infra took: 1.74µs I0703 21:58:01.627183 3383 obj_retry.go:548] Creating *factory.egressIPNamespace open-cluster-management-2ratr6qfqvi6pndaj5o6avep3u3o4rvu took: 18.053µs I0703 21:58:01.627697 3383 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift I0703 21:58:01.627704 3383 obj_retry.go:548] Creating *factory.egressIPNamespace openshift took: 1.664µs I0703 21:58:01.627709 3383 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-customer-monitoring I0703 21:58:01.627717 3383 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-config took: 21.612µs I0703 21:58:01.627726 3383 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-cluster-csi-drivers I0703 21:58:01.627736 3383 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-cluster-csi-drivers took: 2.955µs I0703 21:58:01.627743 3383 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-backplane-mcs-tier-two I0703 21:58:01.627751 3383 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-backplane-mcs-tier-two took: 1.952µs I0703 21:58:01.627759 3383 obj_retry.go:509] Add event received for *factory.egressIPNamespace kube-node-lease I0703 21:58:01.627768 3383 obj_retry.go:548] Creating *factory.egressIPNamespace kube-node-lease took: 1.878µs I0703 21:58:01.627178 3383 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-cluster-version I0703 21:58:01.627775 3383 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-must-gather-operator I0703 21:58:01.627784 3383 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-must-gather-operator took: 2.632µs I0703 21:58:01.627718 3383 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-customer-monitoring took: 3.765µs I0703 21:58:01.627792 3383 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-cluster-version took: 13.849µs I0703 21:58:01.627796 3383 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-route-controller-manager I0703 21:58:01.627798 3383 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-machine-api I0703 21:58:01.627806 3383 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-machine-api took: 3.191µs I0703 21:58:01.627148 3383 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-network-operator I0703 21:58:01.627810 3383 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-deployment-validation-operator I0703 21:58:01.627815 3383 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-deployment-validation-operator took: 1.286µs I0703 21:58:01.627819 3383 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-console I0703 21:58:01.627824 3383 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-console took: 1.467µs I0703 21:58:01.627828 3383 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-apiserver I0703 21:58:01.627832 3383 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-network-operator took: 16.077µs I0703 21:58:01.627079 3383 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-backplane-tam I0703 21:58:01.627841 3383 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-kube-controller-manager-operator I0703 21:58:01.627805 3383 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-route-controller-manager took: 2.8µs I0703 21:58:01.627853 3383 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-kube-controller-manager-operator took: 2.626µs I0703 21:58:01.627150 3383 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-ovn-kubernetes I0703 21:58:01.627857 3383 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-console-user-settings I0703 21:58:01.627861 3383 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-dns-operator I0703 21:58:01.627872 3383 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-ovn-kubernetes took: 9.092µs I0703 21:58:01.627833 3383 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-apiserver took: 1.36µs I0703 21:58:01.627874 3383 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-dns-operator took: 2.914µs I0703 21:58:01.627873 3383 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-console-user-settings took: 2.062µs I0703 21:58:01.627879 3383 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-console-operator I0703 21:58:01.627884 3383 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-kube-storage-version-migrator-operator I0703 21:58:01.627888 3383 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-console-operator took: 1.687µs I0703 21:58:01.627878 3383 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-network-console I0703 21:58:01.627896 3383 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-network-console took: 1.569µs I0703 21:58:01.627856 3383 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-backplane-tam took: 11µs I0703 21:58:01.627900 3383 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-node I0703 21:58:01.627904 3383 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-node took: 932ns I0703 21:58:01.627904 3383 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-package-operator I0703 21:58:01.627895 3383 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-kube-storage-version-migrator-operator took: 2.677µs I0703 21:58:01.627913 3383 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-image-registry I0703 21:58:01.627919 3383 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-image-registry took: 2.342µs I0703 21:58:01.627908 3383 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-backplane-srep-ro I0703 21:58:01.627932 3383 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-backplane-srep-ro took: 2.314µs I0703 21:58:01.627940 3383 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-cluster-samples-operator I0703 21:58:01.627919 3383 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-package-operator took: 4.579µs I0703 21:58:01.627949 3383 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-host-network I0703 21:58:01.627950 3383 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-cluster-samples-operator took: 2.679µs I0703 21:58:01.627956 3383 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-host-network took: 1.741µs I0703 21:58:01.627960 3383 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-backplane-mobb I0703 21:58:01.627965 3383 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-backplane-mobb took: 1.128µs I0703 21:58:01.627968 3383 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-operators-redhat I0703 21:58:01.627976 3383 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-operators-redhat took: 3.052µs I0703 21:58:01.627983 3383 factory.go:1366] Added *v1.Namespace event handler 8 I0703 21:58:01.628056 3383 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-multus/multus-sb8dn I0703 21:58:01.628063 3383 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-ndl9d I0703 21:58:01.628071 3383 obj_retry.go:548] Creating *factory.egressIPPod openshift-multus/multus-sb8dn took: 5.79µs I0703 21:58:01.628076 3383 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-image-registry/image-registry-f585c8b7-srvvt I0703 21:58:01.628079 3383 obj_retry.go:548] Creating *factory.egressIPPod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-ndl9d took: 7.088µs I0703 21:58:01.628081 3383 obj_retry.go:548] Creating *factory.egressIPPod openshift-image-registry/image-registry-f585c8b7-srvvt took: 595ns I0703 21:58:01.628081 3383 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-network-diagnostics/network-check-target-5ppf2 I0703 21:58:01.628085 3383 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-multus/multus-tkckc I0703 21:58:01.628087 3383 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-multus/network-metrics-daemon-kgvxd I0703 21:58:01.628090 3383 obj_retry.go:548] Creating *factory.egressIPPod openshift-multus/multus-tkckc took: 433ns I0703 21:58:01.628094 3383 obj_retry.go:548] Creating *factory.egressIPPod openshift-multus/network-metrics-daemon-kgvxd took: 608ns I0703 21:58:01.628099 3383 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-image-registry/node-ca-vzd76 I0703 21:58:01.628102 3383 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-ovn-kubernetes/ovnkube-node-7jr6c I0703 21:58:01.628102 3383 obj_retry.go:548] Creating *factory.egressIPPod openshift-network-diagnostics/network-check-target-5ppf2 took: 9.58µs I0703 21:58:01.628105 3383 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-network-diagnostics/network-check-target-mggcz I0703 21:58:01.628110 3383 obj_retry.go:548] Creating *factory.egressIPPod openshift-ovn-kubernetes/ovnkube-node-7jr6c took: 587ns I0703 21:58:01.628111 3383 obj_retry.go:509] Add event received for *factory.egressIPPod kube-system/konnectivity-agent-5hvkv I0703 21:58:01.628129 3383 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-250.ec2.internal I0703 21:58:01.628140 3383 obj_retry.go:548] Creating *factory.egressIPPod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-250.ec2.internal took: 744ns I0703 21:58:01.628141 3383 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-multus/multus-p49qk I0703 21:58:01.628132 3383 obj_retry.go:509] Add event received for *factory.egressIPPod kube-system/konnectivity-agent-dcthw I0703 21:58:01.628148 3383 obj_retry.go:548] Creating *factory.egressIPPod kube-system/konnectivity-agent-5hvkv took: 8.91µs I0703 21:58:01.628147 3383 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-multus/network-metrics-daemon-mjsh5 I0703 21:58:01.628154 3383 obj_retry.go:509] Add event received for *factory.egressIPPod kube-system/kube-apiserver-proxy-ip-10-0-0-35.ec2.internal I0703 21:58:01.628158 3383 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-image-registry/node-ca-nkhg6 I0703 21:58:01.628159 3383 obj_retry.go:548] Creating *factory.egressIPPod openshift-multus/network-metrics-daemon-mjsh5 took: 539ns I0703 21:58:01.628161 3383 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-ovn-kubernetes/ovnkube-node-fbf2d I0703 21:58:01.628156 3383 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-image-registry/image-registry-9d9d76648-t45n7 I0703 21:58:01.628166 3383 obj_retry.go:548] Creating *factory.egressIPPod kube-system/konnectivity-agent-dcthw took: 9.056µs I0703 21:58:01.628172 3383 obj_retry.go:548] Creating *factory.egressIPPod kube-system/kube-apiserver-proxy-ip-10-0-0-35.ec2.internal took: 7.511µs I0703 21:58:01.628176 3383 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-lt298 I0703 21:58:01.628177 3383 obj_retry.go:548] Creating *factory.egressIPPod openshift-ovn-kubernetes/ovnkube-node-fbf2d took: 5.944µs I0703 21:58:01.628181 3383 obj_retry.go:548] Creating *factory.egressIPPod openshift-image-registry/image-registry-9d9d76648-t45n7 took: 7.447µs I0703 21:58:01.628182 3383 obj_retry.go:509] Add event received for *factory.egressIPPod kube-system/kube-apiserver-proxy-ip-10-0-2-121.ec2.internal I0703 21:58:01.628186 3383 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-cluster-node-tuning-operator/tuned-lmf5s I0703 21:58:01.628192 3383 obj_retry.go:548] Creating *factory.egressIPPod kube-system/kube-apiserver-proxy-ip-10-0-2-121.ec2.internal took: 896ns I0703 21:58:01.628193 3383 obj_retry.go:548] Creating *factory.egressIPPod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-lt298 took: 8.284µs I0703 21:58:01.628094 3383 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-multus/network-metrics-daemon-4d5q7 I0703 21:58:01.628200 3383 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-2-121.ec2.internal I0703 21:58:01.628202 3383 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-cluster-node-tuning-operator/tuned-pmwkz I0703 21:58:01.628208 3383 obj_retry.go:548] Creating *factory.egressIPPod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-2-121.ec2.internal took: 487ns I0703 21:58:01.628210 3383 obj_retry.go:548] Creating *factory.egressIPPod openshift-cluster-node-tuning-operator/tuned-pmwkz took: 599ns I0703 21:58:01.628187 3383 obj_retry.go:509] Add event received for *factory.egressIPPod kube-system/konnectivity-agent-fsq2l I0703 21:58:01.628193 3383 obj_retry.go:548] Creating *factory.egressIPPod openshift-cluster-node-tuning-operator/tuned-lmf5s took: 414ns I0703 21:58:01.628218 3383 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-image-registry/image-registry-f585c8b7-klttx I0703 21:58:01.628221 3383 obj_retry.go:548] Creating *factory.egressIPPod kube-system/konnectivity-agent-fsq2l took: 1.166µs I0703 21:58:01.628142 3383 obj_retry.go:548] Creating *factory.egressIPPod openshift-network-diagnostics/network-check-target-mggcz took: 25.439µs I0703 21:58:01.628226 3383 obj_retry.go:548] Creating *factory.egressIPPod openshift-image-registry/image-registry-f585c8b7-klttx took: 770ns I0703 21:58:01.628231 3383 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-k8pxv I0703 21:58:01.628231 3383 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-dns/node-resolver-4kr49 I0703 21:58:01.628165 3383 obj_retry.go:548] Creating *factory.egressIPPod openshift-image-registry/node-ca-nkhg6 took: 477ns I0703 21:58:01.628238 3383 obj_retry.go:548] Creating *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-k8pxv took: 537ns I0703 21:58:01.628142 3383 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-dns/node-resolver-khkc6 I0703 21:58:01.628243 3383 obj_retry.go:548] Creating *factory.egressIPPod openshift-dns/node-resolver-4kr49 took: 968ns I0703 21:58:01.628250 3383 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-ovn-kubernetes/ovnkube-node-6sx57 I0703 21:58:01.628260 3383 obj_retry.go:548] Creating *factory.egressIPPod openshift-dns/node-resolver-khkc6 took: 8.506µs I0703 21:58:01.628262 3383 obj_retry.go:548] Creating *factory.egressIPPod openshift-ovn-kubernetes/ovnkube-node-6sx57 took: 572ns I0703 21:58:01.628270 3383 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-image-registry/node-ca-cw75n I0703 21:58:01.628278 3383 obj_retry.go:548] Creating *factory.egressIPPod openshift-image-registry/node-ca-cw75n took: 588ns I0703 21:58:01.628285 3383 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-drwfh I0703 21:58:01.628292 3383 obj_retry.go:548] Creating *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-drwfh took: 724ns I0703 21:58:01.628223 3383 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-deployment-validation-operator/deployment-validation-operator-catalog-4vnnq I0703 21:58:01.628303 3383 obj_retry.go:548] Creating *factory.egressIPPod openshift-deployment-validation-operator/deployment-validation-operator-catalog-4vnnq took: 1.111µs I0703 21:58:01.628159 3383 obj_retry.go:548] Creating *factory.egressIPPod openshift-multus/multus-p49qk took: 7.072µs I0703 21:58:01.628315 3383 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-network-operator/iptables-alerter-fvf5b I0703 21:58:01.628322 3383 obj_retry.go:548] Creating *factory.egressIPPod openshift-network-operator/iptables-alerter-fvf5b took: 842ns I0703 21:58:01.628329 3383 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-cluster-node-tuning-operator/tuned-9ckw9 I0703 21:58:01.628336 3383 obj_retry.go:548] Creating *factory.egressIPPod openshift-cluster-node-tuning-operator/tuned-9ckw9 took: 471ns I0703 21:58:01.628087 3383 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-dns/node-resolver-rjnxq I0703 21:58:01.628357 3383 obj_retry.go:548] Creating *factory.egressIPPod openshift-dns/node-resolver-rjnxq took: 8.276µs I0703 21:58:01.628368 3383 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-6ww26 I0703 21:58:01.628377 3383 obj_retry.go:548] Creating *factory.egressIPPod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-6ww26 took: 571ns I0703 21:58:01.628384 3383 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-network-operator/iptables-alerter-cwtkt I0703 21:58:01.628392 3383 obj_retry.go:548] Creating *factory.egressIPPod openshift-network-operator/iptables-alerter-cwtkt took: 785ns I0703 21:58:01.628143 3383 obj_retry.go:548] Creating *factory.egressIPPod openshift-image-registry/node-ca-vzd76 took: 32.835µs I0703 21:58:01.628402 3383 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-rrvmp I0703 21:58:01.628410 3383 obj_retry.go:548] Creating *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-rrvmp took: 976ns I0703 21:58:01.628416 3383 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-backplane/osd-delete-backplane-serviceaccounts-29718590-msnvn I0703 21:58:01.628423 3383 obj_retry.go:548] Creating *factory.egressIPPod openshift-backplane/osd-delete-backplane-serviceaccounts-29718590-msnvn took: 464ns I0703 21:58:01.628193 3383 obj_retry.go:509] Add event received for *factory.egressIPPod kube-system/kube-apiserver-proxy-ip-10-0-1-250.ec2.internal I0703 21:58:01.628435 3383 obj_retry.go:548] Creating *factory.egressIPPod kube-system/kube-apiserver-proxy-ip-10-0-1-250.ec2.internal took: 1.057µs I0703 21:58:01.628214 3383 obj_retry.go:548] Creating *factory.egressIPPod openshift-multus/network-metrics-daemon-4d5q7 took: 8.182µs I0703 21:58:01.628442 3383 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-35.ec2.internal I0703 21:58:01.628447 3383 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-network-diagnostics/network-check-target-lrxjg I0703 21:58:01.628449 3383 obj_retry.go:548] Creating *factory.egressIPPod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-35.ec2.internal took: 469ns I0703 21:58:01.628454 3383 obj_retry.go:548] Creating *factory.egressIPPod openshift-network-diagnostics/network-check-target-lrxjg took: 1.073µs I0703 21:58:01.628458 3383 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-network-operator/iptables-alerter-4gdmn I0703 21:58:01.628462 3383 obj_retry.go:548] Creating *factory.egressIPPod openshift-network-operator/iptables-alerter-4gdmn took: 323ns I0703 21:58:01.628469 3383 factory.go:1366] Added *v1.Pod event handler 9 I0703 21:58:01.628563 3383 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:u2314545644}] I0703 21:58:01.628604 3383 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:u2314545644}]}}] Timeout: Where:[where column _uuid == {279dfb7d-bdb3-4b1e-b1c2-52ed8e8efcaf}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:01.628620 3383 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:0xc009235d70 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:u2314545644} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:policies Mutator:insert Value:{GoSet:[{GoUUID:u2314545644}]}}] Timeout: Where:[where column _uuid == {279dfb7d-bdb3-4b1e-b1c2-52ed8e8efcaf}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:01.629204 3383 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:u2314545645}] I0703 21:58:01.629251 3383 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:u2314545645}]}}] Timeout: Where:[where column _uuid == {279dfb7d-bdb3-4b1e-b1c2-52ed8e8efcaf}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:01.629268 3383 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:0xc0098a6a10 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:u2314545645} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:policies Mutator:insert Value:{GoSet:[{GoUUID:u2314545645}]}}] Timeout: Where:[where column _uuid == {279dfb7d-bdb3-4b1e-b1c2-52ed8e8efcaf}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:01.629774 3383 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:u2314545646}] I0703 21:58:01.629818 3383 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:u2314545646}]}}] Timeout: Where:[where column _uuid == {279dfb7d-bdb3-4b1e-b1c2-52ed8e8efcaf}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:01.629842 3383 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:0xc0098a7690 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:u2314545646} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:policies Mutator:insert Value:{GoSet:[{GoUUID:u2314545646}]}}] Timeout: Where:[where column _uuid == {279dfb7d-bdb3-4b1e-b1c2-52ed8e8efcaf}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:01.630287 3383 model_client.go:374] Create 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:u2314545647}] I0703 21:58:01.630314 3383 address_set.go:303] New(u2314545647/default-network-controller:EgressIP:node-ips:v4:default/a712973235162149816) with [] I0703 21:58:01.630321 3383 transact.go: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:u2314545647}] I0703 21:58:01.630613 3383 model_client.go:374] Create 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:u2314545648}] I0703 21:58:01.630633 3383 address_set.go:303] New(u2314545648/default-network-controller:EgressIP:egressip-served-pods:v4:default/a8519615025667110816) with [] I0703 21:58:01.630640 3383 transact.go: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:u2314545648}] I0703 21:58:01.630892 3383 model_client.go:374] Create 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:u2314545649}] I0703 21:58:01.630911 3383 address_set.go:303] New(u2314545649/default-network-controller:EgressService:egresssvc-served-pods:v4/a13607449821398607916) with [] I0703 21:58:01.630917 3383 transact.go: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:u2314545649}] I0703 21:58:01.631257 3383 obj_retry.go:509] Add event received for *factory.egressNode ip-10-0-0-35.ec2.internal I0703 21:58:01.631262 3383 obj_retry.go:509] Add event received for *factory.egressNode ip-10-0-2-121.ec2.internal I0703 21:58:01.631272 3383 obj_retry.go:509] Add event received for *factory.egressNode ip-10-0-1-250.ec2.internal I0703 21:58:01.631442 3383 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 == {355f8f60-0c59-485e-ae3f-0594fe79b218}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:01.631465 3383 transact.go:43] Configuring OVN: [{Op:update Table:Address_Set Row:map[addresses:{GoSet:[]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {355f8f60-0c59-485e-ae3f-0594fe79b218}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:01.631752 3383 obj_retry.go:565] Update event received for resource *v1.Pod, old object is equal to new: false I0703 21:58:01.631772 3383 admin_network_policy_controller.go:534] Updating Pod in Admin Network Policy controller openshift-ovn-kubernetes/ovnkube-node-7jr6c: podLabels app=ovnkube-node,component=network,controller-revision-hash=579f7b65,kubernetes.io/os=linux,openshift.io/component=network,ovn-db-pod=true,pod-template-generation=2,type=infra, podIPs: [10.0.2.121], PodStatus: true, PodCompleted?: false I0703 21:58:01.631817 3383 admin_network_policy_pod.go:57] Processing sync for Pod openshift-ovn-kubernetes/ovnkube-node-7jr6c in Admin Network Policy controller I0703 21:58:01.631826 3383 admin_network_policy_pod.go:60] Finished syncing Pod openshift-ovn-kubernetes/ovnkube-node-7jr6c Admin Network Policy controller: took 10.513µs I0703 21:58:01.631802 3383 default_network_controller.go:676] Recording update event on pod openshift-ovn-kubernetes/ovnkube-node-7jr6c I0703 21:58:01.631850 3383 obj_retry.go:617] Update event received for *v1.Pod openshift-ovn-kubernetes/ovnkube-node-7jr6c I0703 21:58:01.631876 3383 ovn.go:139] Ensuring zone remote for Pod openshift-ovn-kubernetes/ovnkube-node-7jr6c in node ip-10-0-2-121.ec2.internal I0703 21:58:01.631885 3383 default_network_controller.go:705] Recording success event on pod openshift-ovn-kubernetes/ovnkube-node-7jr6c I0703 21:58:01.631891 3383 obj_retry.go:565] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 21:58:01.631898 3383 obj_retry.go:617] Update event received for *factory.egressIPPod openshift-ovn-kubernetes/ovnkube-node-7jr6c I0703 21:58:01.631790 3383 obj_retry.go:548] Creating *factory.egressNode ip-10-0-0-35.ec2.internal took: 511.877µs I0703 21:58:01.631958 3383 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 == {355f8f60-0c59-485e-ae3f-0594fe79b218}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:01.631982 3383 transact.go:43] Configuring OVN: [{Op:update Table:Address_Set Row:map[addresses:{GoSet:[]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {355f8f60-0c59-485e-ae3f-0594fe79b218}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:01.632291 3383 obj_retry.go:548] Creating *factory.egressNode ip-10-0-2-121.ec2.internal took: 1.00778ms I0703 21:58:01.632410 3383 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:u2314545650}] I0703 21:58:01.632470 3383 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:u2314545650}]}}] Timeout: Where:[where column _uuid == {0c7cbbfb-4b25-4d3f-b542-03917a7567db}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:01.632487 3383 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:u2314545650} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:qos_rules Mutator:insert Value:{GoSet:[{GoUUID:u2314545650}]}}] Timeout: Where:[where column _uuid == {0c7cbbfb-4b25-4d3f-b542-03917a7567db}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:01.632992 3383 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 == {355f8f60-0c59-485e-ae3f-0594fe79b218}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:01.633014 3383 transact.go:43] Configuring OVN: [{Op:update Table:Address_Set Row:map[addresses:{GoSet:[]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {355f8f60-0c59-485e-ae3f-0594fe79b218}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:01.633275 3383 egressip.go:2084] Egress node: ip-10-0-1-250.ec2.internal about to be initialized I0703 21:58:01.633346 3383 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:u2314545651}] I0703 21:58:01.633377 3383 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:u2314545651}]}}] Timeout: Where:[where column _uuid == {279dfb7d-bdb3-4b1e-b1c2-52ed8e8efcaf}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:01.633394 3383 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:u2314545651} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u2314545651}]}}] Timeout: Where:[where column _uuid == {279dfb7d-bdb3-4b1e-b1c2-52ed8e8efcaf}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:01.633664 3383 obj_retry.go:548] Creating *factory.egressNode ip-10-0-1-250.ec2.internal took: 2.378262ms I0703 21:58:01.633680 3383 factory.go:1366] Added *v1.Node event handler 10 I0703 21:58:01.633698 3383 factory.go:1366] Added *v1.EgressIP event handler 11 I0703 21:58:01.633904 3383 factory.go:1366] Added *v1.EgressFirewall event handler 12 I0703 21:58:01.633962 3383 controller.go:132] Adding controller ef_node_controller event handlers I0703 21:58:01.633982 3383 shared_informer.go:313] Waiting for caches to sync for ef_node_controller I0703 21:58:01.633989 3383 shared_informer.go:320] Caches are synced for ef_node_controller I0703 21:58:01.633994 3383 controller.go:156] Starting controller ef_node_controller with 1 workers I0703 21:58:01.634003 3383 egressqos.go:193] Setting up event handlers for EgressQoS I0703 21:58:01.634089 3383 egressqos.go:245] Starting EgressQoS Controller I0703 21:58:01.634097 3383 shared_informer.go:313] Waiting for caches to sync for egressqosnodes I0703 21:58:01.634100 3383 shared_informer.go:320] Caches are synced for egressqosnodes I0703 21:58:01.634104 3383 shared_informer.go:313] Waiting for caches to sync for egressqospods I0703 21:58:01.634109 3383 shared_informer.go:320] Caches are synced for egressqospods I0703 21:58:01.634133 3383 shared_informer.go:313] Waiting for caches to sync for egressqos I0703 21:58:01.634139 3383 shared_informer.go:320] Caches are synced for egressqos I0703 21:58:01.634144 3383 egressqos.go:259] Repairing EgressQoSes I0703 21:58:01.634147 3383 egressqos.go:399] Starting repairing loop for egressqos I0703 21:58:01.634225 3383 egressqos.go:401] Finished repairing loop for egressqos: 77.62µs I0703 21:58:01.634246 3383 egressservice_zone.go:132] Setting up event handlers for Egress Services I0703 21:58:01.634280 3383 egressqos.go:1007] Processing sync for EgressQoS node ip-10-0-1-250.ec2.internal I0703 21:58:01.634375 3383 egressservice_zone_endpointslice.go:81] Ignoring updating default/packageserver for endpointslice default/packageserver-mx6sv as it is not a known egress service I0703 21:58:01.634425 3383 egressservice_zone.go:210] Starting Egress Services Controller I0703 21:58:01.634433 3383 egressservice_zone_endpointslice.go:81] Ignoring updating openshift-apiserver/check-endpoints for endpointslice openshift-apiserver/check-endpoints-pv9r5 as it is not a known egress service I0703 21:58:01.634436 3383 shared_informer.go:313] Waiting for caches to sync for egressservices I0703 21:58:01.634443 3383 egressservice_zone_endpointslice.go:81] Ignoring updating openshift-machine-config-operator/machine-config-daemon for endpointslice openshift-machine-config-operator/machine-config-daemon-8vgkf as it is not a known egress service I0703 21:58:01.634445 3383 shared_informer.go:320] Caches are synced for egressservices I0703 21:58:01.634452 3383 shared_informer.go:313] Waiting for caches to sync for egressservices_services I0703 21:58:01.634452 3383 egressservice_zone_endpointslice.go:81] Ignoring updating openshift-cluster-version/cluster-version-operator for endpointslice openshift-cluster-version/cluster-version-operator-fd9wh as it is not a known egress service I0703 21:58:01.634457 3383 shared_informer.go:320] Caches are synced for egressservices_services I0703 21:58:01.634460 3383 egressservice_zone_endpointslice.go:81] Ignoring updating openshift-console-operator/metrics for endpointslice openshift-console-operator/metrics-gzrh9 as it is not a known egress service I0703 21:58:01.634462 3383 shared_informer.go:313] Waiting for caches to sync for egressservices_endpointslices I0703 21:58:01.634467 3383 shared_informer.go:320] Caches are synced for egressservices_endpointslices I0703 21:58:01.634468 3383 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-7h9mq as it is not a known egress service I0703 21:58:01.634472 3383 shared_informer.go:313] Waiting for caches to sync for egressservices_nodes I0703 21:58:01.634475 3383 egressservice_zone_endpointslice.go:81] Ignoring updating openshift-kube-controller-manager-operator/metrics for endpointslice openshift-kube-controller-manager-operator/metrics-v9rnq as it is not a known egress service I0703 21:58:01.634477 3383 shared_informer.go:320] Caches are synced for egressservices_nodes I0703 21:58:01.634486 3383 egressservice_zone.go:228] Repairing Egress Services I0703 21:58:01.634622 3383 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 == {1fae936e-8a0c-4dcd-a1ec-2a5e09a56def}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:01.634641 3383 transact.go:43] Configuring OVN: [{Op:update Table:Address_Set Row:map[addresses:{GoSet:[]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {1fae936e-8a0c-4dcd-a1ec-2a5e09a56def}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:01.634793 3383 master_controller.go:88] Starting Admin Policy Based Route Controller I0703 21:58:01.634803 3383 external_controller.go:277] Starting Admin Policy Based Route Controller I0703 21:58:01.634802 3383 egressservice_zone_endpointslice.go:81] Ignoring updating openshift-network-console/networking-console-plugin for endpointslice openshift-network-console/networking-console-plugin-2s7hw as it is not a known egress service I0703 21:58:01.634811 3383 egressservice_zone_endpointslice.go:81] Ignoring updating openshift-network-diagnostics/network-check-target for endpointslice openshift-network-diagnostics/network-check-target-kg7mk as it is not a known egress service I0703 21:58:01.634817 3383 egressservice_zone_endpointslice.go:81] Ignoring updating default/openshift-apiserver for endpointslice default/openshift-apiserver-zdwsg as it is not a known egress service I0703 21:58:01.634823 3383 egressservice_zone_endpointslice.go:81] Ignoring updating default/openshift-oauth-apiserver for endpointslice default/openshift-oauth-apiserver-6k6mg as it is not a known egress service I0703 21:58:01.634830 3383 egressservice_zone_endpointslice.go:81] Ignoring updating openshift-authentication-operator/metrics for endpointslice openshift-authentication-operator/metrics-mhxh9 as it is not a known egress service I0703 21:58:01.634836 3383 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-cl25k as it is not a known egress service I0703 21:58:01.634843 3383 egressservice_zone_node.go:110] Processing sync for Egress Service node ip-10-0-1-250.ec2.internal I0703 21:58:01.634851 3383 egressservice_zone_node.go:113] Finished syncing Egress Service node ip-10-0-1-250.ec2.internal: 8.008µs I0703 21:58:01.634860 3383 egressservice_zone_node.go:110] Processing sync for Egress Service node ip-10-0-2-121.ec2.internal I0703 21:58:01.634864 3383 egressservice_zone_node.go:113] Finished syncing Egress Service node ip-10-0-2-121.ec2.internal: 3.823µs I0703 21:58:01.634868 3383 egressservice_zone_node.go:110] Processing sync for Egress Service node ip-10-0-0-35.ec2.internal I0703 21:58:01.634871 3383 egressservice_zone_node.go:113] Finished syncing Egress Service node ip-10-0-0-35.ec2.internal: 3.721µs I0703 21:58:01.634876 3383 egressservice_zone_endpointslice.go:81] Ignoring updating openshift-ingress/router-default for endpointslice openshift-ingress/router-default-dbcxb as it is not a known egress service I0703 21:58:01.634294 3383 egressqos.go:1022] EgressQoS ip-10-0-1-250.ec2.internal node retrieved from lister: &Node{ObjectMeta:{ip-10-0-1-250.ec2.internal 04b5e831-79be-4a45-945a-4ff09635098c 8338 0 2026-07-03 21:57:34 +0000 UTC map[beta.kubernetes.io/arch:amd64 beta.kubernetes.io/instance-type:m5.2xlarge beta.kubernetes.io/os:linux failure-domain.beta.kubernetes.io/region:us-east-1 failure-domain.beta.kubernetes.io/zone:us-east-1d hypershift.openshift.io/managed:true hypershift.openshift.io/nodePool:kx-971a8adf89-workers-1 hypershift.openshift.io/nodepool-globalps-enabled:true kubernetes.io/arch:amd64 kubernetes.io/hostname:ip-10-0-1-250.ec2.internal kubernetes.io/os:linux node-role.kubernetes.io/worker: node.kubernetes.io/instance-type:m5.2xlarge node.openshift.io/os_id:rhel topology.ebs.csi.aws.com/zone:us-east-1d topology.k8s.aws/zone-id:use1-az4 topology.kubernetes.io/region:us-east-1 topology.kubernetes.io/zone:us-east-1d] map[cloud.network.openshift.io/egress-ipconfig:[{"interface":"eni-0e4317fa527372793","ifaddr":{"ipv4":"10.0.1.0/24"},"capacity":{"ipv4":14,"ipv6":15}}] cluster.x-k8s.io/annotations-from-machine: cluster.x-k8s.io/cluster-name:2ratr6qfqvi6pndaj5o6avep3u3o4rvu cluster.x-k8s.io/cluster-namespace:ocm-production-2ratr6qfqvi6pndaj5o6avep3u3o4rvu-kx-971a8adf89 cluster.x-k8s.io/labels-from-machine: cluster.x-k8s.io/machine:kx-971a8adf89-workers-1-tqpl7-mbcfn cluster.x-k8s.io/owner-kind:MachineSet cluster.x-k8s.io/owner-name:kx-971a8adf89-workers-1-tqpl7 csi.volume.kubernetes.io/nodeid:{"ebs.csi.aws.com":"i-0bc90d7060244805c"} hypershift.openshift.io/labelsSynced:true k8s.ovn.org/l3-gateway-config:{"default":{"mode":"shared","bridge-id":"br-ex","interface-id":"br-ex_ip-10-0-1-250.ec2.internal","mac-address":"0a:ff:db:fe:6d:23","ip-addresses":["10.0.1.250/24"],"ip-address":"10.0.1.250/24","next-hops":["10.0.1.1"],"next-hop":"10.0.1.1","node-port-enable":"true","vlan-id":"0"}} k8s.ovn.org/node-chassis-id:94cf464b-7db1-49f0-b1cb-e3e6c55c62a5 k8s.ovn.org/node-encap-ips:["10.0.1.250"] k8s.ovn.org/node-gateway-router-lrp-ifaddrs:{"default":{"ipv4":"100.64.0.3/16"}} k8s.ovn.org/node-id:3 k8s.ovn.org/node-primary-ifaddr:{"ipv4":"10.0.1.250/24"} k8s.ovn.org/node-subnets:{"default":["10.129.0.0/23"]} k8s.ovn.org/node-transit-switch-port-ifaddr:{"ipv4":"100.88.0.3/16"} k8s.ovn.org/zone-name:ip-10-0-1-250.ec2.internal volumes.kubernetes.io/controller-managed-attach-detach:true] [] [] []},Spec:NodeSpec{PodCIDR:,DoNotUseExternalID:,ProviderID:aws:///us-east-1d/i-0bc90d7060244805c,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: {{32812212224 0} {} BinarySI},pods: {{250 0} {} 250 DecimalSI},},Allocatable:ResourceList{cpu: {{7500 -3} {} 7500m DecimalSI},ephemeral-storage: {{288211086062 0} {} 288211086062 DecimalSI},hugepages-1Gi: {{0 0} {} 0 DecimalSI},hugepages-2Mi: {{0 0} {} 0 DecimalSI},memory: {{31633612800 0} {} BinarySI},pods: {{250 0} {} 250 DecimalSI},},Phase:,Conditions:[]NodeCondition{NodeCondition{Type:MemoryPressure,Status:False,LastHeartbeatTime:2026-07-03 21:57:44 +0000 UTC,LastTransitionTime:2026-07-03 21:57:34 +0000 UTC,Reason:KubeletHasSufficientMemory,Message:kubelet has sufficient memory available,},NodeCondition{Type:DiskPressure,Status:False,LastHeartbeatTime:2026-07-03 21:57:44 +0000 UTC,LastTransitionTime:2026-07-03 21:57:34 +0000 UTC,Reason:KubeletHasNoDiskPressure,Message:kubelet has no disk pressure,},NodeCondition{Type:PIDPressure,Status:False,LastHeartbeatTime:2026-07-03 21:57:44 +0000 UTC,LastTransitionTime:2026-07-03 21:57:34 +0000 UTC,Reason:KubeletHasSufficientPID,Message:kubelet has sufficient PID available,},NodeCondition{Type:Ready,Status:False,LastHeartbeatTime:2026-07-03 21:57:44 +0000 UTC,LastTransitionTime:2026-07-03 21:57:34 +0000 UTC,Reason:KubeletNotReady,Message:container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:Network plugin returns error: no CNI configuration file in /etc/kubernetes/cni/net.d/. Has your network provider started?,},},Addresses:[]NodeAddress{NodeAddress{Type:InternalIP,Address:10.0.1.250,},NodeAddress{Type:InternalDNS,Address:ip-10-0-1-250.ec2.internal,},NodeAddress{Type:Hostname,Address:ip-10-0-1-250.ec2.internal,},},DaemonEndpoints:NodeDaemonEndpoints{KubeletEndpoint:DaemonEndpoint{Port:10250,},},NodeInfo:NodeSystemInfo{MachineID:ec28d887610b7ea70ce547271ea80a56,SystemUUID:ec28d887-610b-7ea7-0ce5-47271ea80a56,BootID:4f2088f1-df28-47df-9778-398fe818c58c,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,},} I0703 21:58:01.634923 3383 egressqos.go:1010] Finished syncing EgressQoS node ip-10-0-1-250.ec2.internal : 644.157µs I0703 21:58:01.634882 3383 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-k6kw6 as it is not a known egress service I0703 21:58:01.634947 3383 egressservice_zone_endpointslice.go:81] Ignoring updating openshift-dns/dns-default for endpointslice openshift-dns/dns-default-b2jkk as it is not a known egress service I0703 21:58:01.634961 3383 egressservice_zone_endpointslice.go:81] Ignoring updating openshift-ingress-operator/metrics for endpointslice openshift-ingress-operator/metrics-lzgbg as it is not a known egress service I0703 21:58:01.634968 3383 egressservice_zone_endpointslice.go:81] Ignoring updating openshift-cloud-credential-operator/cco-metrics for endpointslice openshift-cloud-credential-operator/cco-metrics-swvxc as it is not a known egress service I0703 21:58:01.634969 3383 default_network_controller.go:563] Completing all the Watchers took 321.30648ms I0703 21:58:01.634977 3383 egressservice_zone_endpointslice.go:81] Ignoring updating openshift-ingress/router-internal-default for endpointslice openshift-ingress/router-internal-default-6j8m5 as it is not a known egress service I0703 21:58:01.634980 3383 default_network_controller.go:567] Starting unidling controllers I0703 21:58:01.634983 3383 egressservice_zone_endpointslice.go:81] Ignoring updating openshift-machine-config-operator/machine-config-controller for endpointslice openshift-machine-config-operator/machine-config-controller-ls29j as it is not a known egress service I0703 21:58:01.634987 3383 unidle.go:46] Registering OVN SB ControllerEvent handler I0703 21:58:01.634990 3383 egressservice_zone_endpointslice.go:81] Ignoring updating default/kubernetes for endpointslice default/kubernetes as it is not a known egress service I0703 21:58:01.634995 3383 unidle.go:63] Populating Initial ContollerEvent events I0703 21:58:01.634998 3383 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-6gnt9 as it is not a known egress service I0703 21:58:01.635007 3383 unidle.go:79] Setting up event handlers for services I0703 21:58:01.635006 3383 egressservice_zone_endpointslice.go:81] Ignoring updating openshift-config-operator/metrics for endpointslice openshift-config-operator/metrics-mm9n4 as it is not a known egress service I0703 21:58:01.635015 3383 egressservice_zone_endpointslice.go:81] Ignoring updating openshift-image-registry/image-registry for endpointslice openshift-image-registry/image-registry-49nzm as it is not a known egress service I0703 21:58:01.635023 3383 egressservice_zone_endpointslice.go:81] Ignoring updating openshift-dns-operator/metrics for endpointslice openshift-dns-operator/metrics-ddz6g as it is not a known egress service I0703 21:58:01.635030 3383 egressservice_zone_endpointslice.go:81] Ignoring updating openshift-ingress-canary/ingress-canary for endpointslice openshift-ingress-canary/ingress-canary-4zf5c as it is not a known egress service I0703 21:58:01.635038 3383 egressservice_zone_endpointslice.go:81] Ignoring updating openshift-machine-config-operator/machine-config-operator for endpointslice openshift-machine-config-operator/machine-config-operator-fqdsf as it is not a known egress service I0703 21:58:01.635045 3383 egressservice_zone_endpointslice.go:81] Ignoring updating openshift-apiserver-operator/metrics for endpointslice openshift-apiserver-operator/metrics-t2rz2 as it is not a known egress service I0703 21:58:01.635054 3383 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-c8x5n as it is not a known egress service I0703 21:58:01.635051 3383 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-kube-scheduler-operator I0703 21:58:01.635066 3383 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-network-diagnostics I0703 21:58:01.635070 3383 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-cluster-storage-operator I0703 21:58:01.635072 3383 egressservice_zone_endpointslice.go:81] Ignoring updating openshift-insights/metrics for endpointslice openshift-insights/metrics-mlrdz as it is not a known egress service I0703 21:58:01.635070 3383 external_controller_pod.go:22] APB queuing policies: map[] for pod: openshift-multus/multus-additional-cni-plugins-drwfh I0703 21:58:01.635074 3383 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-console-user-settings I0703 21:58:01.635084 3383 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-ingress-canary I0703 21:58:01.635085 3383 egressservice_zone_endpointslice.go:81] Ignoring updating openshift-kube-storage-version-migrator-operator/metrics for endpointslice openshift-kube-storage-version-migrator-operator/metrics-vljbc as it is not a known egress service I0703 21:58:01.635090 3383 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-operators-redhat I0703 21:58:01.635094 3383 external_controller_pod.go:22] APB queuing policies: map[] for pod: openshift-multus/multus-additional-cni-plugins-rrvmp I0703 21:58:01.635096 3383 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: kube-node-lease I0703 21:58:01.635103 3383 external_controller_pod.go:22] APB queuing policies: map[] for pod: kube-system/konnectivity-agent-fsq2l I0703 21:58:01.635094 3383 egressservice_zone_endpointslice.go:81] Ignoring updating openshift-service-ca-operator/metrics for endpointslice openshift-service-ca-operator/metrics-57kb8 as it is not a known egress service I0703 21:58:01.635128 3383 external_controller_pod.go:22] APB queuing policies: map[] for pod: openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-6ww26 I0703 21:58:01.635137 3383 external_controller_pod.go:22] APB queuing policies: map[] for pod: openshift-dns/node-resolver-4kr49 I0703 21:58:01.635105 3383 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-cluster-node-tuning-operator I0703 21:58:01.635143 3383 external_controller_pod.go:22] APB queuing policies: map[] for pod: openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-35.ec2.internal I0703 21:58:01.635151 3383 external_controller_pod.go:22] APB queuing policies: map[] for pod: openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-2-121.ec2.internal I0703 21:58:01.635151 3383 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-cloud-network-config-controller I0703 21:58:01.635156 3383 external_controller_pod.go:22] APB queuing policies: map[] for pod: openshift-cluster-node-tuning-operator/tuned-9ckw9 I0703 21:58:01.635160 3383 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-console-operator I0703 21:58:01.635161 3383 external_controller_pod.go:22] APB queuing policies: map[] for pod: openshift-multus/multus-tkckc I0703 21:58:01.635166 3383 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-infra I0703 21:58:01.635167 3383 external_controller_pod.go:22] APB queuing policies: map[] for pod: openshift-ovn-kubernetes/ovnkube-node-7jr6c I0703 21:58:01.635171 3383 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-machine-config-operator I0703 21:58:01.635174 3383 external_controller_pod.go:22] APB queuing policies: map[] for pod: openshift-multus/multus-additional-cni-plugins-k8pxv I0703 21:58:01.635176 3383 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-must-gather-operator I0703 21:58:01.635180 3383 external_controller_pod.go:22] APB queuing policies: map[] for pod: openshift-network-operator/iptables-alerter-4gdmn I0703 21:58:01.635181 3383 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-authentication-operator I0703 21:58:01.635186 3383 external_controller_pod.go:22] APB queuing policies: map[] for pod: openshift-network-operator/iptables-alerter-cwtkt I0703 21:58:01.635186 3383 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-cloud-credential-operator I0703 21:58:01.635192 3383 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-ovn-kubernetes I0703 21:58:01.635191 3383 external_controller_pod.go:22] APB queuing policies: map[] for pod: openshift-ovn-kubernetes/ovnkube-node-6sx57 I0703 21:58:01.635195 3383 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-package-operator I0703 21:58:01.635199 3383 external_controller_pod.go:22] APB queuing policies: map[] for pod: kube-system/konnectivity-agent-dcthw I0703 21:58:01.635200 3383 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-backplane-tam I0703 21:58:01.635205 3383 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-logging I0703 21:58:01.635205 3383 external_controller_pod.go:22] APB queuing policies: map[] for pod: openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-ndl9d I0703 21:58:01.635208 3383 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-dns I0703 21:58:01.635212 3383 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-backplane-cee I0703 21:58:01.635212 3383 external_controller_pod.go:22] APB queuing policies: map[] for pod: openshift-multus/multus-p49qk I0703 21:58:01.635217 3383 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-backplane-managed-scripts I0703 21:58:01.635219 3383 external_controller_pod.go:22] APB queuing policies: map[] for pod: openshift-ovn-kubernetes/ovnkube-node-fbf2d I0703 21:58:01.635223 3383 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-config I0703 21:58:01.635225 3383 external_controller_pod.go:22] APB queuing policies: map[] for pod: kube-system/kube-apiserver-proxy-ip-10-0-0-35.ec2.internal I0703 21:58:01.635228 3383 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-kube-scheduler I0703 21:58:01.635232 3383 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-machine-api I0703 21:58:01.635232 3383 external_controller_pod.go:22] APB queuing policies: map[] for pod: openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-lt298 I0703 21:58:01.635235 3383 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-marketplace I0703 21:58:01.635239 3383 external_controller_pod.go:22] APB queuing policies: map[] for pod: openshift-dns/node-resolver-rjnxq I0703 21:58:01.635240 3383 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-service-ca-operator I0703 21:58:01.635244 3383 external_controller_pod.go:22] APB queuing policies: map[] for pod: kube-system/konnectivity-agent-5hvkv I0703 21:58:01.635245 3383 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-backplane-cse I0703 21:58:01.635250 3383 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-cluster-version I0703 21:58:01.635250 3383 external_controller_pod.go:22] APB queuing policies: map[] for pod: openshift-dns/node-resolver-khkc6 I0703 21:58:01.635253 3383 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-backplane-csm I0703 21:58:01.635257 3383 external_controller_pod.go:22] APB queuing policies: map[] for pod: openshift-image-registry/node-ca-vzd76 I0703 21:58:01.635258 3383 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-cloud-controller-manager I0703 21:58:01.635262 3383 external_controller_pod.go:22] APB queuing policies: map[] for pod: openshift-multus/multus-sb8dn I0703 21:58:01.635263 3383 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-cluster-csi-drivers I0703 21:58:01.635266 3383 external_controller_pod.go:22] APB queuing policies: map[] for pod: kube-system/kube-apiserver-proxy-ip-10-0-1-250.ec2.internal I0703 21:58:01.635267 3383 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-ingress-operator I0703 21:58:01.635270 3383 external_controller_pod.go:22] APB queuing policies: map[] for pod: kube-system/kube-apiserver-proxy-ip-10-0-2-121.ec2.internal I0703 21:58:01.635272 3383 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-network-operator I0703 21:58:01.635274 3383 external_controller_pod.go:22] APB queuing policies: map[] for pod: openshift-image-registry/node-ca-nkhg6 I0703 21:58:01.635275 3383 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-operator-lifecycle-manager I0703 21:58:01.635278 3383 external_controller_pod.go:22] APB queuing policies: map[] for pod: openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-250.ec2.internal I0703 21:58:01.635279 3383 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: open-cluster-management-2ratr6qfqvi6pndaj5o6avep3u3o4rvu I0703 21:58:01.635282 3383 external_controller_pod.go:22] APB queuing policies: map[] for pod: openshift-network-operator/iptables-alerter-fvf5b I0703 21:58:01.635283 3383 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-backplane-ai-agent I0703 21:58:01.635285 3383 external_controller_pod.go:22] APB queuing policies: map[] for pod: openshift-cluster-node-tuning-operator/tuned-lmf5s I0703 21:58:01.635287 3383 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-cluster-machine-approver I0703 21:58:01.635289 3383 external_controller_pod.go:22] APB queuing policies: map[] for pod: openshift-cluster-node-tuning-operator/tuned-pmwkz I0703 21:58:01.635290 3383 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-etcd I0703 21:58:01.635293 3383 external_controller_pod.go:22] APB queuing policies: map[] for pod: openshift-image-registry/node-ca-cw75n I0703 21:58:01.635295 3383 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: default I0703 21:58:01.635299 3383 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift I0703 21:58:01.635302 3383 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-network-console I0703 21:58:01.635305 3383 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-network-node-identity I0703 21:58:01.635308 3383 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-deployment-validation-operator I0703 21:58:01.635312 3383 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-host-network I0703 21:58:01.635315 3383 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-controller-manager-operator I0703 21:58:01.635319 3383 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-kube-apiserver I0703 21:58:01.635322 3383 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: kube-system I0703 21:58:01.635325 3383 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-backplane-srep I0703 21:58:01.635329 3383 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-controller-manager I0703 21:58:01.635332 3383 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-dns-operator I0703 21:58:01.635335 3383 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-kube-apiserver-operator I0703 21:58:01.635338 3383 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-kube-controller-manager-operator I0703 21:58:01.635341 3383 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-node I0703 21:58:01.635344 3383 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-authentication I0703 21:58:01.635347 3383 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-console I0703 21:58:01.635351 3383 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-backplane-mcs-tier-two I0703 21:58:01.635354 3383 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-backplane-mobb I0703 21:58:01.635357 3383 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-config-managed I0703 21:58:01.635360 3383 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-customer-monitoring I0703 21:58:01.635363 3383 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-insights I0703 21:58:01.635366 3383 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-route-controller-manager I0703 21:58:01.635369 3383 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: kube-public I0703 21:58:01.635372 3383 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: open-cluster-management-agent-addon I0703 21:58:01.635375 3383 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-multus I0703 21:58:01.635378 3383 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-ingress I0703 21:58:01.635381 3383 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-kube-controller-manager I0703 21:58:01.635384 3383 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-cluster-samples-operator I0703 21:58:01.635387 3383 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-config-operator I0703 21:58:01.635391 3383 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-kube-storage-version-migrator-operator I0703 21:58:01.635394 3383 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-user-workload-monitoring I0703 21:58:01.635397 3383 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-backplane I0703 21:58:01.635400 3383 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-backplane-srep-ro I0703 21:58:01.635404 3383 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-image-registry I0703 21:58:01.635407 3383 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: dedicated-admin I0703 21:58:01.635410 3383 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-apiserver-operator I0703 21:58:01.635413 3383 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-monitoring I0703 21:58:01.635416 3383 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-operators I0703 21:58:01.635420 3383 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-apiserver I0703 21:58:01.635423 3383 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-backplane-lpsre I0703 21:58:01.703798 3383 obj_retry.go:565] Update event received for resource *v1.Pod, old object is equal to new: false I0703 21:58:01.703818 3383 default_network_controller.go:676] Recording update event on pod openshift-multus/multus-additional-cni-plugins-k8pxv I0703 21:58:01.703835 3383 obj_retry.go:617] Update event received for *v1.Pod openshift-multus/multus-additional-cni-plugins-k8pxv I0703 21:58:01.703861 3383 ovn.go:135] Ensuring zone local for Pod openshift-multus/multus-additional-cni-plugins-k8pxv in node ip-10-0-1-250.ec2.internal I0703 21:58:01.703868 3383 default_network_controller.go:705] Recording success event on pod openshift-multus/multus-additional-cni-plugins-k8pxv I0703 21:58:01.703874 3383 obj_retry.go:565] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 21:58:01.703881 3383 obj_retry.go:617] Update event received for *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-k8pxv I0703 21:58:01.875313 3383 ovs.go:160] Exec(35): /usr/bin/ovs-appctl --timeout=15 -t /var/run/ovn/ovn-controller.2981.ctl connection-status I0703 21:58:01.879609 3383 ovs.go:163] Exec(35): stdout: "connected\n" I0703 21:58:01.879625 3383 ovs.go:164] Exec(35): stderr: "" I0703 21:58:01.879633 3383 default_node_network_controller.go:523] Node connection status = connected I0703 21:58:01.879642 3383 ovs.go:160] Exec(36): /usr/bin/ovs-vsctl --timeout=15 -- br-exists br-int I0703 21:58:01.885392 3383 ovs.go:163] Exec(36): stdout: "" I0703 21:58:01.885405 3383 ovs.go:164] Exec(36): stderr: "" I0703 21:58:01.885414 3383 ovs.go:160] Exec(37): /usr/bin/ovs-ofctl dump-aggregate br-int I0703 21:58:01.889858 3383 ovs.go:163] Exec(37): stdout: "NXST_AGGREGATE reply (xid=0x4): packet_count=0 byte_count=0 flow_count=20\n" I0703 21:58:01.889870 3383 ovs.go:164] Exec(37): stderr: "" I0703 21:58:01.889881 3383 ovs.go:160] Exec(38): /usr/bin/ovs-vsctl --timeout=15 --if-exists get interface patch-br-ex_ip-10-0-1-250.ec2.internal-to-br-int ofport I0703 21:58:01.895137 3383 ovs.go:163] Exec(38): stdout: "" I0703 21:58:01.895151 3383 ovs.go:164] Exec(38): stderr: "" I0703 21:58:02.326665 3383 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-dc37aaa0643ddcf6c45f3cef613f476cdd83204d293bb4cde81d2f7b539f5d6b.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2dcontainers_2dstorage_2doverlay_2ddc37aaa0643ddcf6c45f3cef613f476cdd83204d293bb4cde81d2f7b539f5d6b_2emount"}, Sequence:0x39} I0703 21:58:02.326711 3383 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} I0703 21:58:02.326731 3383 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} I0703 21:58:02.326876 3383 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} I0703 21:58:02.326895 3383 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} I0703 21:58:02.327045 3383 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} I0703 21:58:02.327073 3383 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} I0703 21:58:02.327920 3383 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} I0703 21:58:02.327956 3383 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:0x655bc021b5f7c}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7f4911}, "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:0x655bc021b1a96}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7f042a}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bc021b1a6d}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7f0403}, "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:0x655bc021b4989}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7f331e}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x80, 0x9c, 0x65, 0x36, 0xa5, 0xf1, 0x49, 0x87, 0xb3, 0x0, 0xe0, 0xaf, 0x86, 0xd3, 0xab, 0xf9}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bc021b5f7c}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7f4911}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"mounted"}}, []string{"Conditions", "Asserts"}}, Sequence:0x41} I0703 21:58:02.328001 3383 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:0x655bc01bba240}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1f8bd4}, "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:0x655bc01bba240}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1f8bd4}, "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:0x655bc01bba240}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1f8bd4}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0x42} I0703 21:58:02.328101 3383 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} I0703 21:58:02.328142 3383 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:0x655bc01bdf1ac}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x21db41}, "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:0x655bc01bdf14f}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x21dae3}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bc01bdf14e}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x21dae2}, "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:0x655bc01bdf1ac}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x21db41}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x34, 0x3f, 0xc3, 0x61, 0x86, 0xd1, 0x45, 0xd8, 0xa7, 0xb2, 0xdf, 0x1e, 0xc1, 0xf2, 0x2c, 0x4d}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bc020b1983}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6f0318}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x44} I0703 21:58:02.328185 3383 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-dc37aaa0643ddcf6c45f3cef613f476cdd83204d293bb4cde81d2f7b539f5d6b-merged.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2dcontainers_2dstorage_2doverlay_2ddc37aaa0643ddcf6c45f3cef613f476cdd83204d293bb4cde81d2f7b539f5d6b_2dmerged_2emount"}, Sequence:0x45} I0703 21:58:02.328195 3383 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:0x655bc02033be7}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x67257b}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0x46} I0703 21:58:02.328231 3383 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:0x655bc021b0fa8}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7ef93c}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bc01e85ab0}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x4c4444}, "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:0x655bc021b0f9f}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7ef934}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bc021b0f9e}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7ef933}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bc01e85ab0}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x4c4444}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bc021b0fa8}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7ef93c}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x1a, 0x1e, 0x87, 0x84, 0xf, 0x3f, 0x42, 0x94, 0x9b, 0xfc, 0x44, 0x2b, 0x85, 0x73, 0x99, 0x5a}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bc021b0fa8}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7ef93c}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0x47} I0703 21:58:02.328269 3383 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:0x655bc021e3dd8}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x82276c}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bc01e84b4c}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x4c34e1}, "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:0x655bc021e3dcf}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x822764}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bc021e3dce}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x822762}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bc01e84b4c}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x4c34e1}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bc021e3dd8}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x82276c}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xa6, 0x33, 0xd6, 0xcc, 0xe2, 0xad, 0x49, 0x48, 0xa6, 0x36, 0x3d, 0xd7, 0x1, 0x56, 0x57, 0x6b}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bc021e3dd8}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x82276c}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0x48} I0703 21:58:02.328306 3383 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-dc37aaa0643ddcf6c45f3cef613f476cdd83204d293bb4cde81d2f7b539f5d6b.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2dcontainers_2dstorage_2doverlay_2ddc37aaa0643ddcf6c45f3cef613f476cdd83204d293bb4cde81d2f7b539f5d6b_2emount"}, Sequence:0x49} I0703 21:58:02.328315 3383 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} I0703 21:58:02.328321 3383 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} I0703 21:58:02.328328 3383 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} I0703 21:58:02.328334 3383 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} I0703 21:58:02.375363 3383 ovs.go:160] Exec(39): /usr/bin/ovs-appctl --timeout=15 -t /var/run/ovn/ovn-controller.2981.ctl connection-status I0703 21:58:02.380093 3383 ovs.go:163] Exec(39): stdout: "connected\n" I0703 21:58:02.380138 3383 ovs.go:164] Exec(39): stderr: "" I0703 21:58:02.380150 3383 default_node_network_controller.go:523] Node connection status = connected I0703 21:58:02.380162 3383 ovs.go:160] Exec(40): /usr/bin/ovs-vsctl --timeout=15 -- br-exists br-int I0703 21:58:02.381368 3383 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-82c9995215f4632946b4926f5060aef871c07457f84208f35fe5339ee3be18a9.scope", "/org/freedesktop/systemd1/unit/crio_2dconmon_2d82c9995215f4632946b4926f5060aef871c07457f84208f35fe5339ee3be18a9_2escope"}, Sequence:0x4e} I0703 21:58:02.381406 3383 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-82c9995215f4632946b4926f5060aef871c07457f84208f35fe5339ee3be18a9.scope"}, Sequence:0x4f} I0703 21:58:02.381610 3383 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/kubepods_2dburstable_2dpodc5c7e65a_5f599a_5f4462_5fbcfd_5fd754f0fd9687_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:0x655bc0337ed8c}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x19bd721}, "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:0x655bc0337ea58}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x19bd3ec}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bc0337ea56}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x19bd3ea}, "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:0x655bc0337ed8c}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x19bd721}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x72, 0xf6, 0x17, 0xc8, 0x85, 0x5c, 0x43, 0x8d, 0x9b, 0xc2, 0x5a, 0x83, 0x95, 0xe0, 0xa5, 0xd9}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bc0337ed8c}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x19bd721}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0x50} I0703 21:58:02.381701 3383 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:0x9e9}, "ExecMainStartTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bc030305ea}, "ExecMainStartTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x166ef7e}, "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:0x9e9}, "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} I0703 21:58:02.381766 3383 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:0x655bc030f1dd7}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x173076b}, "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:0x655bc0302d8aa}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x166c23f}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bc0302d8aa}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x166c23e}, "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:0x655bc030306dc}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x166f071}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xa9, 0xd7, 0x1b, 0xd2, 0xc7, 0xca, 0x46, 0xd, 0xaf, 0xf4, 0xc4, 0x4, 0x3b, 0xae, 0x8a, 0x1c}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bc030f1dd7}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x173076b}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x52} I0703 21:58:02.385873 3383 ovs.go:163] Exec(40): stdout: "" I0703 21:58:02.385890 3383 ovs.go:164] Exec(40): stderr: "" I0703 21:58:02.385902 3383 ovs.go:160] Exec(41): /usr/bin/ovs-ofctl dump-aggregate br-int I0703 21:58:02.390599 3383 ovs.go:163] Exec(41): stdout: "NXST_AGGREGATE reply (xid=0x4): packet_count=0 byte_count=0 flow_count=20\n" I0703 21:58:02.390614 3383 ovs.go:164] Exec(41): stderr: "" I0703 21:58:02.390625 3383 ovs.go:160] Exec(42): /usr/bin/ovs-vsctl --timeout=15 --if-exists get interface patch-br-ex_ip-10-0-1-250.ec2.internal-to-br-int ofport I0703 21:58:02.394464 3383 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2d82c9995215f4632946b4926f5060aef871c07457f84208f35fe5339ee3be18a9_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} I0703 21:58:02.394540 3383 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2d82c9995215f4632946b4926f5060aef871c07457f84208f35fe5339ee3be18a9_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:0x655bc04c34033}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x32729c8}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bc04c34031}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x32729c5}, "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{0x2b, 0x30, 0x21, 0x15, 0x81, 0x7c, 0x44, 0x5f, 0x88, 0xe2, 0x47, 0x7b, 0xc2, 0x18, 0x60, 0x22}}, "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} I0703 21:58:02.394612 3383 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2d82c9995215f4632946b4926f5060aef871c07457f84208f35fe5339ee3be18a9_2escope", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Scope", map[string]dbus.Variant{"Controller":dbus.Variant{sig:dbus.Signature{str:"s"}, value:""}, "Result":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}}, []string{}}, Sequence:0x55} I0703 21:58:02.394821 3383 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2d82c9995215f4632946b4926f5060aef871c07457f84208f35fe5339ee3be18a9_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:0x655bc04c372de}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3275c72}, "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:0x655bc04c34033}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x32729c8}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bc04c34031}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x32729c5}, "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:0x655bc04c372de}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3275c72}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x2b, 0x30, 0x21, 0x15, 0x81, 0x7c, 0x44, 0x5f, 0x88, 0xe2, 0x47, 0x7b, 0xc2, 0x18, 0x60, 0x22}}, "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:0x655bc04c372de}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3275c72}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x56} I0703 21:58:02.394880 3383 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-82c9995215f4632946b4926f5060aef871c07457f84208f35fe5339ee3be18a9.scope", "done"}, Sequence:0x57} I0703 21:58:02.394889 3383 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2d82c9995215f4632946b4926f5060aef871c07457f84208f35fe5339ee3be18a9_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} I0703 21:58:02.395032 3383 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2d82c9995215f4632946b4926f5060aef871c07457f84208f35fe5339ee3be18a9_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:0x655bc04c372de}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3275c72}, "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:0x655bc04c34033}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x32729c8}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bc04c34031}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x32729c5}, "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:0x655bc04c372de}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3275c72}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x2b, 0x30, 0x21, 0x15, 0x81, 0x7c, 0x44, 0x5f, 0x88, 0xe2, 0x47, 0x7b, 0xc2, 0x18, 0x60, 0x22}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bc04c372de}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3275c72}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x59} I0703 21:58:02.396076 3383 ovs.go:163] Exec(42): stdout: "" I0703 21:58:02.396089 3383 ovs.go:164] Exec(42): stderr: "" I0703 21:58:02.399576 3383 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-82c9995215f4632946b4926f5060aef871c07457f84208f35fe5339ee3be18a9.scope", "/org/freedesktop/systemd1/unit/crio_2d82c9995215f4632946b4926f5060aef871c07457f84208f35fe5339ee3be18a9_2escope"}, Sequence:0x5a} I0703 21:58:02.399597 3383 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-82c9995215f4632946b4926f5060aef871c07457f84208f35fe5339ee3be18a9.scope"}, Sequence:0x5b} I0703 21:58:02.399785 3383 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:0x655bc02034aa9}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x67343e}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0x5c} I0703 21:58:02.399903 3383 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:0x9e9}, "ExecMainStartTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bc030305ea}, "ExecMainStartTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x166ef7e}, "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:0x9e9}, "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} I0703 21:58:02.399988 3383 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:0x655bc030f1dd7}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x173076b}, "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:0x655bc0302d8aa}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x166c23f}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bc0302d8aa}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x166c23e}, "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:0x655bc030306dc}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x166f071}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xa9, 0xd7, 0x1b, 0xd2, 0xc7, 0xca, 0x46, 0xd, 0xaf, 0xf4, 0xc4, 0x4, 0x3b, 0xae, 0x8a, 0x1c}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bc030f1dd7}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x173076b}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x5e} I0703 21:58:02.400138 3383 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/kubepods_2dburstable_2dpodc5c7e65a_5f599a_5f4462_5fbcfd_5fd754f0fd9687_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:0x655bc0337ed8c}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x19bd721}, "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:0x655bc0337ea58}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x19bd3ec}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bc0337ea56}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x19bd3ea}, "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:0x655bc0337ed8c}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x19bd721}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x72, 0xf6, 0x17, 0xc8, 0x85, 0x5c, 0x43, 0x8d, 0x9b, 0xc2, 0x5a, 0x83, 0x95, 0xe0, 0xa5, 0xd9}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bc0337ed8c}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x19bd721}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0x5f} I0703 21:58:02.409403 3383 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2d82c9995215f4632946b4926f5060aef871c07457f84208f35fe5339ee3be18a9_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} I0703 21:58:02.409490 3383 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2d82c9995215f4632946b4926f5060aef871c07457f84208f35fe5339ee3be18a9_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:0x655bc04c3882b}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x32771c0}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bc04c38829}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x32771bd}, "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{0x72, 0x73, 0x5f, 0x1c, 0x96, 0x50, 0x40, 0x23, 0x96, 0xe, 0xac, 0x88, 0xb3, 0xbc, 0x8f, 0x15}}, "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} I0703 21:58:02.409600 3383 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2d82c9995215f4632946b4926f5060aef871c07457f84208f35fe5339ee3be18a9_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} I0703 21:58:02.409626 3383 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2d82c9995215f4632946b4926f5060aef871c07457f84208f35fe5339ee3be18a9_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:0x655bc04c3ad3e}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x32796d3}, "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:0x655bc04c3882b}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x32771c0}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bc04c38829}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x32771bd}, "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:0x655bc04c3ad3e}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x32796d3}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x72, 0x73, 0x5f, 0x1c, 0x96, 0x50, 0x40, 0x23, 0x96, 0xe, 0xac, 0x88, 0xb3, 0xbc, 0x8f, 0x15}}, "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:0x655bc04c3ad3e}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x32796d3}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x63} I0703 21:58:02.409692 3383 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-82c9995215f4632946b4926f5060aef871c07457f84208f35fe5339ee3be18a9.scope", "done"}, Sequence:0x64} I0703 21:58:02.409749 3383 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2d82c9995215f4632946b4926f5060aef871c07457f84208f35fe5339ee3be18a9_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} I0703 21:58:02.409828 3383 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2d82c9995215f4632946b4926f5060aef871c07457f84208f35fe5339ee3be18a9_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:0x655bc04c3ad3e}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x32796d3}, "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:0x655bc04c3882b}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x32771c0}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bc04c38829}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x32771bd}, "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:0x655bc04c3ad3e}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x32796d3}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x72, 0x73, 0x5f, 0x1c, 0x96, 0x50, 0x40, 0x23, 0x96, 0xe, 0xac, 0x88, 0xb3, 0xbc, 0x8f, 0x15}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bc04c3ad3e}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x32796d3}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x66} I0703 21:58:02.439878 3383 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2d82c9995215f4632946b4926f5060aef871c07457f84208f35fe5339ee3be18a9_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} I0703 21:58:02.439921 3383 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2d82c9995215f4632946b4926f5060aef871c07457f84208f35fe5339ee3be18a9_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:0x655bc04c3ad3e}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x32796d3}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bc04c422b3}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3280c48}, "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:0x655bc04c3882b}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x32771c0}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bc04c38829}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x32771bd}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bc04c422b3}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3280c48}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bc04c3ad3e}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x32796d3}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x72, 0x73, 0x5f, 0x1c, 0x96, 0x50, 0x40, 0x23, 0x96, 0xe, 0xac, 0x88, 0xb3, 0xbc, 0x8f, 0x15}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bc04c422b3}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3280c48}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0x68} I0703 21:58:02.439962 3383 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-82c9995215f4632946b4926f5060aef871c07457f84208f35fe5339ee3be18a9.scope", "/org/freedesktop/systemd1/unit/crio_2d82c9995215f4632946b4926f5060aef871c07457f84208f35fe5339ee3be18a9_2escope"}, Sequence:0x69} I0703 21:58:02.441633 3383 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2d82c9995215f4632946b4926f5060aef871c07457f84208f35fe5339ee3be18a9_2escope", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Scope", map[string]dbus.Variant{"Controller":dbus.Variant{sig:dbus.Signature{str:"s"}, value:""}, "Result":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}}, []string{}}, Sequence:0x6a} I0703 21:58:02.441750 3383 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2d82c9995215f4632946b4926f5060aef871c07457f84208f35fe5339ee3be18a9_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:0x655bc04c372de}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3275c72}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bc04c429ed}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3281381}, "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:0x655bc04c34033}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x32729c8}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bc04c34031}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x32729c5}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bc04c429ed}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3281381}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bc04c372de}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3275c72}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x2b, 0x30, 0x21, 0x15, 0x81, 0x7c, 0x44, 0x5f, 0x88, 0xe2, 0x47, 0x7b, 0xc2, 0x18, 0x60, 0x22}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655bc04c429ed}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3281381}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0x6b} I0703 21:58:02.441810 3383 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-82c9995215f4632946b4926f5060aef871c07457f84208f35fe5339ee3be18a9.scope", "/org/freedesktop/systemd1/unit/crio_2dconmon_2d82c9995215f4632946b4926f5060aef871c07457f84208f35fe5339ee3be18a9_2escope"}, Sequence:0x6c} I0703 21:58:02.627342 3383 obj_retry.go:565] Update event received for resource *v1.Pod, old object is equal to new: false I0703 21:58:02.627389 3383 default_network_controller.go:676] Recording update event on pod openshift-multus/multus-additional-cni-plugins-drwfh I0703 21:58:02.627408 3383 obj_retry.go:617] Update event received for *v1.Pod openshift-multus/multus-additional-cni-plugins-drwfh I0703 21:58:02.627434 3383 ovn.go:139] Ensuring zone remote for Pod openshift-multus/multus-additional-cni-plugins-drwfh in node ip-10-0-2-121.ec2.internal I0703 21:58:02.627444 3383 default_network_controller.go:705] Recording success event on pod openshift-multus/multus-additional-cni-plugins-drwfh I0703 21:58:02.627454 3383 obj_retry.go:565] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 21:58:02.627467 3383 obj_retry.go:617] Update event received for *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-drwfh I0703 21:58:02.712490 3383 obj_retry.go:565] Update event received for resource *v1.Pod, old object is equal to new: false I0703 21:58:02.712530 3383 default_network_controller.go:676] Recording update event on pod openshift-multus/multus-additional-cni-plugins-k8pxv I0703 21:58:02.712550 3383 obj_retry.go:617] Update event received for *v1.Pod openshift-multus/multus-additional-cni-plugins-k8pxv I0703 21:58:02.712595 3383 ovn.go:135] Ensuring zone local for Pod openshift-multus/multus-additional-cni-plugins-k8pxv in node ip-10-0-1-250.ec2.internal I0703 21:58:02.712606 3383 default_network_controller.go:705] Recording success event on pod openshift-multus/multus-additional-cni-plugins-k8pxv I0703 21:58:02.712617 3383 obj_retry.go:565] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 21:58:02.712631 3383 obj_retry.go:617] Update event received for *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-k8pxv I0703 21:58:02.876048 3383 ovs.go:160] Exec(43): /usr/bin/ovs-appctl --timeout=15 -t /var/run/ovn/ovn-controller.2981.ctl connection-status I0703 21:58:02.880395 3383 ovs.go:163] Exec(43): stdout: "connected\n" I0703 21:58:02.880416 3383 ovs.go:164] Exec(43): stderr: "" I0703 21:58:02.880426 3383 default_node_network_controller.go:523] Node connection status = connected I0703 21:58:02.880437 3383 ovs.go:160] Exec(44): /usr/bin/ovs-vsctl --timeout=15 -- br-exists br-int I0703 21:58:02.886030 3383 ovs.go:163] Exec(44): stdout: "" I0703 21:58:02.886046 3383 ovs.go:164] Exec(44): stderr: "" I0703 21:58:02.886057 3383 ovs.go:160] Exec(45): /usr/bin/ovs-ofctl dump-aggregate br-int I0703 21:58:02.890739 3383 ovs.go:163] Exec(45): stdout: "NXST_AGGREGATE reply (xid=0x4): packet_count=0 byte_count=0 flow_count=20\n" I0703 21:58:02.890754 3383 ovs.go:164] Exec(45): stderr: "" I0703 21:58:02.890771 3383 ovs.go:160] Exec(46): /usr/bin/ovs-vsctl --timeout=15 --if-exists get interface patch-br-ex_ip-10-0-1-250.ec2.internal-to-br-int ofport I0703 21:58:02.895856 3383 ovs.go:163] Exec(46): stdout: "" I0703 21:58:02.895870 3383 ovs.go:164] Exec(46): stderr: "" I0703 21:58:03.017287 3383 node_tracker.go:211] Processing possible switch / router updates for node ip-10-0-2-121.ec2.internal in network "default" I0703 21:58:03.017296 3383 obj_retry.go:565] Update event received for resource *v1.Node, old object is equal to new: false I0703 21:58:03.017321 3383 node_tracker.go:238] Node ip-10-0-2-121.ec2.internal has invalid / no gateway config: k8s.ovn.org/l3-gateway-config annotation not found for node "ip-10-0-2-121.ec2.internal" I0703 21:58:03.017323 3383 obj_retry.go:617] Update event received for *v1.Node ip-10-0-2-121.ec2.internal I0703 21:58:03.017336 3383 node_tracker.go:172] Node ip-10-0-2-121.ec2.internal switch + router changed, syncing services in network "default" I0703 21:58:03.017353 3383 services_controller.go:575] Full service sync requested for network=default I0703 21:58:03.017370 3383 default_network_controller.go:1011] Node "ip-10-0-2-121.ec2.internal" in remote zone "ip-10-0-2-121.ec2.internal", network "default", needs interconnect zone sync up. Zone cluster changed: false I0703 21:58:03.017374 3383 services_controller.go:640] Adding service default/kubernetes for network=default I0703 21:58:03.017390 3383 services_controller.go:640] Adding service openshift-console-operator/metrics for network=default I0703 21:58:03.017398 3383 services_controller.go:640] Adding service openshift-dns/dns-default for network=default I0703 21:58:03.017402 3383 obj_retry.go:685] Failed to update *v1.Node, old=ip-10-0-2-121.ec2.internal, new=ip-10-0-2-121.ec2.internal, error: adding or updating remote node chassis ip-10-0-2-121.ec2.internal failed, err - failed to create or update chassis to remote for remote node ip-10-0-2-121.ec2.internal, error: failed to parse node chassis-id for node - ip-10-0-2-121.ec2.internal, error: suppressed error logged: k8s.ovn.org/node-chassis-id annotation not found for node ip-10-0-2-121.ec2.internal I0703 21:58:03.017413 3383 obj_retry.go:565] Update event received for resource *factory.egressNode, old object is equal to new: false I0703 21:58:03.017415 3383 services_controller.go:382] Processing sync for service default/kubernetes for network=default I0703 21:58:03.017428 3383 obj_retry.go:617] Update event received for *factory.egressNode ip-10-0-2-121.ec2.internal I0703 21:58:03.017430 3383 services_controller.go:640] Adding service openshift-kube-controller-manager-operator/metrics for network=default I0703 21:58:03.017441 3383 services_controller.go:640] Adding service openshift-monitoring/cluster-monitoring-operator for network=default I0703 21:58:03.017445 3383 services_controller.go:382] Processing sync for service openshift-dns/dns-default for network=default I0703 21:58:03.017450 3383 services_controller.go:640] Adding service openshift-network-operator/metrics for network=default I0703 21:58:03.017458 3383 services_controller.go:640] Adding service openshift-service-ca-operator/metrics for network=default I0703 21:58:03.017469 3383 services_controller.go:382] Processing sync for service openshift-monitoring/cluster-monitoring-operator for network=default I0703 21:58:03.017472 3383 services_controller.go:382] Processing sync for service openshift-kube-controller-manager-operator/metrics for network=default I0703 21:58:03.017488 3383 services_controller.go:386] Finished syncing service cluster-monitoring-operator on namespace openshift-monitoring for network=default : 18.382µs I0703 21:58:03.017507 3383 services_controller.go:382] Processing sync for service openshift-network-operator/metrics for network=default I0703 21:58:03.017515 3383 services_controller.go:386] Finished syncing service metrics on namespace openshift-network-operator for network=default : 7.989µs I0703 21:58:03.017433 3383 services_controller.go:460] Service default/kubernetes retrieved from lister for network=default: &Service{ObjectMeta:{kubernetes default e39a332f-4ec4-4f70-918f-9a75824ecdaa 271 0 2026-07-03 21:44:29 +0000 UTC map[component:apiserver provider:kubernetes] map[] [] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 6443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{},ClusterIP:172.30.0.1,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.0.1],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:03.017534 3383 services_controller.go:382] Processing sync for service openshift-service-ca-operator/metrics for network=default I0703 21:58:03.017458 3383 services_controller.go:460] Service openshift-dns/dns-default retrieved from lister for network=default: &Service{ObjectMeta:{dns-default openshift-dns 3762793b-61c7-418d-a6c3-bae737b8ee67 1667 0 2026-07-03 21:45:54 +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 da742cf2-a446-47b6-8355-321e6a282753 0xc005187207 }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:dns,Protocol:UDP,Port:53,TargetPort:{1 0 dns},NodePort:0,AppProtocol:nil,},ServicePort{Name:dns-tcp,Protocol:TCP,Port:53,TargetPort:{1 0 dns-tcp},NodePort:0,AppProtocol:nil,},ServicePort{Name:metrics,Protocol:TCP,Port:9154,TargetPort:{1 0 metrics},NodePort:0,AppProtocol:nil,},},Selector:map[string]string{dns.operator.openshift.io/daemonset-dns: default,},ClusterIP:172.30.0.10,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.0.10],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:03.017488 3383 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 28cd5666-d9bb-4a3a-87db-e5205acaca5a 993 0 2026-07-03 21:45:41 +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 34bb90c2-6c9e-4bce-b872-500297db79ab 0xc0051877cf }] [] []},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.102.221,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.102.221],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:03.017570 3383 lb_config.go:1030] Cluster endpoints for default/kubernetes for network=default are: map[TCP/https:{6443 [172.20.0.1] []}] I0703 21:58:03.017575 3383 lb_config.go:1030] Cluster endpoints for openshift-dns/dns-default for network=default are: map[] I0703 21:58:03.017579 3383 lb_config.go:1030] Cluster endpoints for openshift-kube-controller-manager-operator/metrics for network=default are: map[] I0703 21:58:03.017589 3383 services_controller.go:469] Built service default/kubernetes LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 21:58:03.017598 3383 services_controller.go:469] Built service openshift-dns/dns-default LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 21:58:03.017599 3383 services_controller.go:470] Built service default/kubernetes LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.0.1"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:6443, V4IPs:[]string{"172.20.0.1"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:03.017598 3383 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.102.221"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:03.017545 3383 services_controller.go:460] Service openshift-service-ca-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-service-ca-operator 1e715ea9-d128-4e26-8ca0-5d27e5eb2288 883 0 2026-07-03 21:45:39 +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 34bb90c2-6c9e-4bce-b872-500297db79ab 0xc005187f07 }] [] []},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.150.115,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.150.115],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:03.017528 3383 services_controller.go:640] Adding service openshift-cluster-version/cluster-version-operator for network=default I0703 21:58:03.017617 3383 services_controller.go:470] Built service openshift-kube-controller-manager-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:58:03.017623 3383 services_controller.go:640] Adding service openshift-multus/network-metrics-service for network=default I0703 21:58:03.017609 3383 services_controller.go:470] Built service openshift-dns/dns-default LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.0.10"}, protocol:"UDP", inport:53, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}, services.lbConfig{vips:[]string{"172.30.0.10"}, protocol:"TCP", inport:53, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}, services.lbConfig{vips:[]string{"172.30.0.10"}, protocol:"TCP", inport:9154, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:03.017628 3383 services_controller.go:640] Adding service openshift-machine-config-operator/machine-config-controller for network=default I0703 21:58:03.017628 3383 services_controller.go:471] Built service openshift-kube-controller-manager-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:03.017634 3383 services_controller.go:640] Adding service default/openshift-apiserver for network=default I0703 21:58:03.017635 3383 services_controller.go:471] Built service openshift-dns/dns-default LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:03.017639 3383 services_controller.go:640] Adding service default/openshift-oauth-apiserver for network=default I0703 21:58:03.017638 3383 lb_config.go:1030] Cluster endpoints for openshift-service-ca-operator/metrics for network=default are: map[] I0703 21:58:03.017644 3383 services_controller.go:640] Adding service openshift-cloud-credential-operator/cco-metrics for network=default I0703 21:58:03.017650 3383 services_controller.go:640] Adding service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0703 21:58:03.017657 3383 services_controller.go:640] Adding service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0703 21:58:03.017654 3383 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.150.115"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:03.017664 3383 services_controller.go:640] Adding service openshift-dns-operator/metrics for network=default I0703 21:58:03.017669 3383 services_controller.go:640] Adding service openshift-image-registry/image-registry for network=default I0703 21:58:03.017673 3383 services_controller.go:640] Adding service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0703 21:58:03.017672 3383 services_controller.go:470] Built service openshift-service-ca-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:58:03.017420 3383 services_controller.go:382] Processing sync for service openshift-console-operator/metrics for network=default I0703 21:58:03.017677 3383 services_controller.go:477] Built service openshift-dns/dns-default cluster-wide LB for network=default: []services.LB{} I0703 21:58:03.017651 3383 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.102.221", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:03.017686 3383 services_controller.go:471] Built service openshift-service-ca-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:03.017693 3383 services_controller.go:478] Built service openshift-kube-controller-manager-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:58:03.017706 3383 services_controller.go:479] Built service openshift-kube-controller-manager-operator/metrics template LB for network=default: []services.LB{} I0703 21:58:03.017690 3383 services_controller.go:478] Built service openshift-dns/dns-default per-node LB for network=default: []services.LB{services.LB{Name:"Service_openshift-dns/dns-default_TCP_node_router+switch_ip-10-0-1-250.ec2.internal", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-dns/dns-default"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.0.10", Port:53, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.0.10", Port:9154, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-250.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-250.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-dns/dns-default_UDP_node_router+switch_ip-10-0-1-250.ec2.internal", UUID:"", Protocol:"UDP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-dns/dns-default"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.0.10", Port:53, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-250.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-250.ec2.internal"}, Groups:[]string(nil)}} I0703 21:58:03.017684 3383 services_controller.go:460] Service openshift-console-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-console-operator 54d9e97c-511a-4617-b8d5-0d057435c5a0 1933 0 2026-07-03 21:45:59 +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 34bb90c2-6c9e-4bce-b872-500297db79ab 0xc005186f67 }] [] []},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.225.242,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.225.242],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:03.017721 3383 services_controller.go:480] Service openshift-kube-controller-manager-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:03.017611 3383 services_controller.go:471] Built service default/kubernetes LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:03.017727 3383 services_controller.go:479] Built service openshift-dns/dns-default template LB for network=default: []services.LB{} I0703 21:58:03.017736 3383 lb_config.go:1030] Cluster endpoints for openshift-console-operator/metrics for network=default are: map[] I0703 21:58:03.017738 3383 services_controller.go:480] Service openshift-dns/dns-default for network=default has 0 cluster-wide, 3 per-node configs, 0 template configs, making 0 (cluster) 2 (per node) and 0 (template) load balancers I0703 21:58:03.017744 3383 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.225.242"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:03.017747 3383 services_controller.go:477] Built service default/kubernetes cluster-wide LB for network=default: []services.LB{} I0703 21:58:03.017750 3383 services_controller.go:497] Skipping no-op change for service openshift-kube-controller-manager-operator/metrics for network=default I0703 21:58:03.017753 3383 services_controller.go:470] Built service openshift-console-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:58:03.017761 3383 services_controller.go:497] Skipping no-op change for service openshift-dns/dns-default for network=default I0703 21:58:03.017761 3383 services_controller.go:471] Built service openshift-console-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:03.017677 3383 services_controller.go:640] Adding service openshift-cluster-samples-operator/metrics for network=default I0703 21:58:03.017765 3383 services_controller.go:386] Finished syncing service dns-default on namespace openshift-dns for network=default : 322.088µs I0703 21:58:03.017775 3383 services_controller.go:640] Adding service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0703 21:58:03.017706 3383 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.150.115", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:03.017761 3383 services_controller.go:478] Built service default/kubernetes per-node LB for network=default: []services.LB{services.LB{Name:"Service_default/kubernetes_TCP_node_router+switch_ip-10-0-1-250.ec2.internal", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"default/kubernetes"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.0.1", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.20.0.1", Port:6443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-250.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-250.ec2.internal"}, Groups:[]string(nil)}} I0703 21:58:03.017784 3383 services_controller.go:640] Adding service openshift-ingress-operator/metrics for network=default I0703 21:58:03.017785 3383 services_controller.go:478] Built service openshift-service-ca-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:58:03.017777 3383 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.225.242", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:03.017791 3383 services_controller.go:640] Adding service openshift-ingress/router-internal-default for network=default I0703 21:58:03.017793 3383 services_controller.go:479] Built service openshift-service-ca-operator/metrics template LB for network=default: []services.LB{} I0703 21:58:03.017793 3383 services_controller.go:479] Built service default/kubernetes template LB for network=default: []services.LB{} I0703 21:58:03.017798 3383 services_controller.go:640] Adding service openshift-authentication-operator/metrics for network=default I0703 21:58:03.017800 3383 services_controller.go:480] Service openshift-service-ca-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:03.017804 3383 services_controller.go:640] Adding service openshift-ingress-canary/ingress-canary for network=default I0703 21:58:03.017809 3383 services_controller.go:480] Service default/kubernetes for network=default has 0 cluster-wide, 1 per-node configs, 0 template configs, making 0 (cluster) 1 (per node) and 0 (template) load balancers I0703 21:58:03.017812 3383 services_controller.go:497] Skipping no-op change for service openshift-service-ca-operator/metrics for network=default I0703 21:58:03.017759 3383 services_controller.go:386] Finished syncing service metrics on namespace openshift-kube-controller-manager-operator for network=default : 292.303µs I0703 21:58:03.017816 3383 services_controller.go:386] Finished syncing service metrics on namespace openshift-service-ca-operator for network=default : 283.562µs I0703 21:58:03.017825 3383 services_controller.go:382] Processing sync for service openshift-multus/network-metrics-service for network=default I0703 21:58:03.017826 3383 services_controller.go:382] Processing sync for service openshift-machine-config-operator/machine-config-controller for network=default I0703 21:58:03.017832 3383 services_controller.go:386] Finished syncing service network-metrics-service on namespace openshift-multus for network=default : 7.871µs I0703 21:58:03.017837 3383 services_controller.go:497] Skipping no-op change for service default/kubernetes for network=default I0703 21:58:03.017842 3383 services_controller.go:382] Processing sync for service default/openshift-apiserver for network=default I0703 21:58:03.017844 3383 services_controller.go:386] Finished syncing service kubernetes on namespace default for network=default : 435.636µs I0703 21:58:03.017857 3383 services_controller.go:382] Processing sync for service default/openshift-oauth-apiserver for network=default I0703 21:58:03.017834 3383 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 4e2c0bcb-e8ae-4fa0-903c-5b765eff1e63 822 0 2026-07-03 21:45:37 +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 34bb90c2-6c9e-4bce-b872-500297db79ab 0xc00518790b }] [] []},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.206.77,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.206.77],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:03.017852 3383 services_controller.go:460] Service default/openshift-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-apiserver default 50ad24c5-47b8-4900-9710-9941ca0a3486 1599 0 2026-07-03 21:45:53 +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.205.247,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.205.247],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:03.017867 3383 services_controller.go:460] Service default/openshift-oauth-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-oauth-apiserver default 21caa8ad-fcb9-4e12-b4de-c0a650a1bd40 1619 0 2026-07-03 21:45:53 +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.89.15,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.89.15],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:03.017908 3383 lb_config.go:1030] Cluster endpoints for openshift-machine-config-operator/machine-config-controller for network=default are: map[] I0703 21:58:03.017922 3383 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.206.77"}, protocol:"TCP", inport:9001, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:03.017811 3383 services_controller.go:640] Adding service openshift-insights/metrics for network=default I0703 21:58:03.017939 3383 services_controller.go:470] Built service openshift-machine-config-operator/machine-config-controller LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:58:03.017937 3383 lb_config.go:1030] Cluster endpoints for default/openshift-oauth-apiserver for network=default are: map[TCP/https:{443 [172.30.221.246] []}] I0703 21:58:03.017946 3383 services_controller.go:640] Adding service openshift-network-console/networking-console-plugin for network=default I0703 21:58:03.017951 3383 services_controller.go:471] Built service openshift-machine-config-operator/machine-config-controller LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:03.017953 3383 services_controller.go:640] Adding service openshift-network-diagnostics/network-check-source for network=default I0703 21:58:03.017958 3383 services_controller.go:640] Adding service default/packageserver for network=default I0703 21:58:03.017958 3383 services_controller.go:469] Built service default/openshift-oauth-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 21:58:03.017962 3383 services_controller.go:640] Adding service openshift-cluster-machine-approver/machine-approver for network=default I0703 21:58:03.017967 3383 services_controller.go:640] Adding service openshift-config-operator/metrics for network=default I0703 21:58:03.017970 3383 services_controller.go:640] Adding service openshift-ingress/router-default for network=default I0703 21:58:03.017969 3383 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.89.15"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.221.246"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:03.017970 3383 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.206.77", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:03.018001 3383 services_controller.go:478] Built service openshift-machine-config-operator/machine-config-controller per-node LB for network=default: []services.LB{} I0703 21:58:03.018013 3383 services_controller.go:479] Built service openshift-machine-config-operator/machine-config-controller template LB for network=default: []services.LB{} I0703 21:58:03.018024 3383 services_controller.go:480] Service openshift-machine-config-operator/machine-config-controller for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:03.018052 3383 services_controller.go:497] Skipping no-op change for service openshift-machine-config-operator/machine-config-controller for network=default I0703 21:58:03.017777 3383 services_controller.go:382] Processing sync for service openshift-cluster-version/cluster-version-operator for network=default I0703 21:58:03.018062 3383 services_controller.go:386] Finished syncing service machine-config-controller on namespace openshift-machine-config-operator for network=default : 234.079µs I0703 21:58:03.018075 3383 services_controller.go:382] Processing sync for service openshift-cloud-credential-operator/cco-metrics for network=default I0703 21:58:03.018084 3383 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 4f8da74e-12c5-4ed5-a57f-d48d3396b707 1179 0 2026-07-03 21:45:45 +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 34bb90c2-6c9e-4bce-b872-500297db79ab 0xc0051869bb }] [] []},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.81.21,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.81.21],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:03.018170 3383 lb_config.go:1030] Cluster endpoints for openshift-cloud-credential-operator/cco-metrics for network=default are: map[] I0703 21:58:03.018183 3383 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.81.21"}, protocol:"TCP", inport:8443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:03.018201 3383 services_controller.go:470] Built service openshift-cloud-credential-operator/cco-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:58:03.018212 3383 services_controller.go:471] Built service openshift-cloud-credential-operator/cco-metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:03.018075 3383 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 48a9d7e4-1a38-4019-a4fa-ebca071a9df3 503 0 2026-07-03 21:45:06 +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.7.124,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.7.124],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:03.018304 3383 lb_config.go:1030] Cluster endpoints for openshift-cluster-version/cluster-version-operator for network=default are: map[] I0703 21:58:03.018317 3383 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.7.124"}, protocol:"TCP", inport:9099, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:03.018327 3383 services_controller.go:470] Built service openshift-cluster-version/cluster-version-operator LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:58:03.018333 3383 services_controller.go:471] Built service openshift-cluster-version/cluster-version-operator LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:03.018344 3383 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.7.124", Port:9099, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:03.017985 3383 services_controller.go:471] Built service default/openshift-oauth-apiserver LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:03.018367 3383 services_controller.go:478] Built service openshift-cluster-version/cluster-version-operator per-node LB for network=default: []services.LB{} I0703 21:58:03.018379 3383 services_controller.go:479] Built service openshift-cluster-version/cluster-version-operator template LB for network=default: []services.LB{} I0703 21:58:03.018383 3383 services_controller.go:477] Built service default/openshift-oauth-apiserver cluster-wide LB for network=default: []services.LB{} I0703 21:58:03.017975 3383 services_controller.go:640] Adding service openshift-kube-storage-version-migrator-operator/metrics for network=default I0703 21:58:03.018391 3383 services_controller.go:480] Service openshift-cluster-version/cluster-version-operator for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:03.018407 3383 services_controller.go:640] Adding service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0703 21:58:03.018413 3383 services_controller.go:497] Skipping no-op change for service openshift-cluster-version/cluster-version-operator for network=default I0703 21:58:03.018395 3383 services_controller.go:478] Built service default/openshift-oauth-apiserver per-node LB for network=default: []services.LB{services.LB{Name:"Service_default/openshift-oauth-apiserver_TCP_node_router+switch_ip-10-0-1-250.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.89.15", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.221.246", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-250.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-250.ec2.internal"}, Groups:[]string(nil)}} I0703 21:58:03.018415 3383 services_controller.go:640] Adding service openshift-apiserver-operator/metrics for network=default I0703 21:58:03.018419 3383 services_controller.go:386] Finished syncing service cluster-version-operator on namespace openshift-cluster-version for network=default : 641.315µs I0703 21:58:03.018425 3383 services_controller.go:640] Adding service openshift-machine-config-operator/machine-config-operator for network=default I0703 21:58:03.018429 3383 services_controller.go:382] Processing sync for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0703 21:58:03.018428 3383 services_controller.go:479] Built service default/openshift-oauth-apiserver template LB for network=default: []services.LB{} I0703 21:58:03.018434 3383 services_controller.go:640] Adding service default/openshift for network=default I0703 21:58:03.018441 3383 services_controller.go:640] Adding service openshift-apiserver/check-endpoints for network=default I0703 21:58:03.018442 3383 services_controller.go:480] Service default/openshift-oauth-apiserver for network=default has 0 cluster-wide, 1 per-node configs, 0 template configs, making 0 (cluster) 1 (per node) and 0 (template) load balancers I0703 21:58:03.018449 3383 services_controller.go:640] Adding service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0703 21:58:03.018465 3383 services_controller.go:640] Adding service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0703 21:58:03.018467 3383 services_controller.go:497] Skipping no-op change for service default/openshift-oauth-apiserver for network=default I0703 21:58:03.018435 3383 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 d881cdd3-0556-4981-aa28-046642617ea9 1038 0 2026-07-03 21:45:42 +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 34bb90c2-6c9e-4bce-b872-500297db79ab 0xc005186cd7 }] [] []},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.63.139,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.63.139],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:03.018474 3383 services_controller.go:640] Adding service openshift-machine-config-operator/machine-config-daemon for network=default I0703 21:58:03.017794 3383 services_controller.go:478] Built service openshift-console-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:58:03.018476 3383 services_controller.go:386] Finished syncing service openshift-oauth-apiserver on namespace default for network=default : 619.229µs I0703 21:58:03.018483 3383 services_controller.go:640] Adding service openshift-network-diagnostics/network-check-target for network=default I0703 21:58:03.017922 3383 lb_config.go:1030] Cluster endpoints for default/openshift-apiserver for network=default are: map[TCP/https:{443 [172.30.205.104] []}] I0703 21:58:03.018493 3383 services_controller.go:382] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0703 21:58:03.018492 3383 services_controller.go:479] Built service openshift-console-operator/metrics template LB for network=default: []services.LB{} I0703 21:58:03.018493 3383 lb_config.go:1030] Cluster endpoints for openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default are: map[] I0703 21:58:03.018502 3383 services_controller.go:469] Built service default/openshift-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 21:58:03.018507 3383 services_controller.go:480] Service openshift-console-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:03.018508 3383 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.63.139"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:03.018512 3383 services_controller.go:470] Built service default/openshift-apiserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.205.247"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.205.104"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:03.018522 3383 services_controller.go:470] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:58:03.018529 3383 services_controller.go:471] Built service default/openshift-apiserver LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:03.018532 3383 services_controller.go:497] Skipping no-op change for service openshift-console-operator/metrics for network=default I0703 21:58:03.018533 3383 services_controller.go:471] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:03.018539 3383 services_controller.go:386] Finished syncing service metrics on namespace openshift-console-operator for network=default : 1.120194ms I0703 21:58:03.018502 3383 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 f1474dfc-6f32-4447-ad5e-90f6713dbc51 5040 0 2026-07-03 21:47:51 +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.190.203,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.190.203],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:03.018551 3383 services_controller.go:382] Processing sync for service openshift-dns-operator/metrics for network=default I0703 21:58:03.018553 3383 services_controller.go:477] Built service default/openshift-apiserver cluster-wide LB for network=default: []services.LB{} I0703 21:58:03.018563 3383 lb_config.go:1030] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default are: map[] I0703 21:58:03.018552 3383 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.63.139", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:03.018561 3383 services_controller.go:478] Built service default/openshift-apiserver per-node LB for network=default: []services.LB{services.LB{Name:"Service_default/openshift-apiserver_TCP_node_router+switch_ip-10-0-1-250.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.205.247", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.205.104", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-250.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-250.ec2.internal"}, Groups:[]string(nil)}} I0703 21:58:03.018575 3383 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.190.203"}, protocol:"TCP", inport:8383, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:03.018228 3383 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.81.21", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:03.018580 3383 services_controller.go:478] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics per-node LB for network=default: []services.LB{} I0703 21:58:03.018589 3383 services_controller.go:478] Built service openshift-cloud-credential-operator/cco-metrics per-node LB for network=default: []services.LB{} I0703 21:58:03.018590 3383 services_controller.go:470] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:58:03.018594 3383 services_controller.go:479] Built service openshift-cloud-credential-operator/cco-metrics template LB for network=default: []services.LB{} I0703 21:58:03.018595 3383 services_controller.go:479] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics template LB for network=default: []services.LB{} I0703 21:58:03.018601 3383 services_controller.go:471] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:03.018603 3383 services_controller.go:480] Service openshift-cloud-credential-operator/cco-metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:03.018560 3383 services_controller.go:460] Service openshift-dns-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-dns-operator f9bca9e6-aac4-42ed-ab35-6cae287e356d 1101 0 2026-07-03 21:45:43 +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 34bb90c2-6c9e-4bce-b872-500297db79ab 0xc00518711f }] [] []},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.11.73,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.11.73],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:03.018607 3383 services_controller.go:480] Service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:03.018627 3383 services_controller.go:497] Skipping no-op change for service openshift-cloud-credential-operator/cco-metrics for network=default I0703 21:58:03.018627 3383 lb_config.go:1030] Cluster endpoints for openshift-dns-operator/metrics for network=default are: map[] I0703 21:58:03.018630 3383 services_controller.go:497] Skipping no-op change for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0703 21:58:03.018638 3383 services_controller.go:386] Finished syncing service cco-metrics on namespace openshift-cloud-credential-operator for network=default : 563.251µs I0703 21:58:03.018643 3383 services_controller.go:386] Finished syncing service cluster-storage-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 213.222µs I0703 21:58:03.018649 3383 services_controller.go:382] Processing sync for service openshift-image-registry/image-registry for network=default I0703 21:58:03.018646 3383 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.11.73"}, protocol:"TCP", inport:9393, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:03.018655 3383 services_controller.go:382] Processing sync for service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0703 21:58:03.018661 3383 services_controller.go:470] Built service openshift-dns-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:58:03.018581 3383 services_controller.go:479] Built service default/openshift-apiserver template LB for network=default: []services.LB{} I0703 21:58:03.018671 3383 services_controller.go:471] Built service openshift-dns-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:03.018675 3383 services_controller.go:480] Service default/openshift-apiserver for network=default has 0 cluster-wide, 1 per-node configs, 0 template configs, making 0 (cluster) 1 (per node) and 0 (template) load balancers I0703 21:58:03.018655 3383 services_controller.go:460] Service openshift-image-registry/image-registry retrieved from lister for network=default: &Service{ObjectMeta:{image-registry openshift-image-registry 882c1808-1de8-44f1-ba7e-224aeeab403b 1834 0 2026-07-03 21:45:56 +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.30.99,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.30.99],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:03.018701 3383 services_controller.go:497] Skipping no-op change for service default/openshift-apiserver for network=default I0703 21:58:03.018687 3383 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.11.73", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:03.018707 3383 services_controller.go:386] Finished syncing service openshift-apiserver on namespace default for network=default : 865.199µs I0703 21:58:03.018707 3383 lb_config.go:1030] Cluster endpoints for openshift-image-registry/image-registry for network=default are: map[] I0703 21:58:03.018714 3383 services_controller.go:478] Built service openshift-dns-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:58:03.018662 3383 services_controller.go:386] Finished syncing service node-tuning-operator on namespace openshift-cluster-node-tuning-operator for network=default : 7.748µs I0703 21:58:03.018720 3383 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.30.99"}, protocol:"TCP", inport:5000, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:03.018618 3383 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.190.203", Port:8383, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:03.018732 3383 services_controller.go:470] Built service openshift-image-registry/image-registry LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:58:03.018736 3383 services_controller.go:478] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics per-node LB for network=default: []services.LB{} I0703 21:58:03.018726 3383 services_controller.go:382] Processing sync for service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0703 21:58:03.018751 3383 services_controller.go:479] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics template LB for network=default: []services.LB{} I0703 21:58:03.018761 3383 services_controller.go:480] Service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:03.018716 3383 services_controller.go:382] Processing sync for service openshift-cluster-samples-operator/metrics for network=default I0703 21:58:03.018777 3383 services_controller.go:386] Finished syncing service metrics on namespace openshift-cluster-samples-operator for network=default : 60.285µs I0703 21:58:03.018747 3383 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 c6f10d19-2d79-431f-a915-a2b734a1b708 1002 0 2026-07-03 21:45:41 +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 34bb90c2-6c9e-4bce-b872-500297db79ab 0xc005186d87 }] [] []},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.26.82,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.26.82],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:03.018739 3383 services_controller.go:471] Built service openshift-image-registry/image-registry LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:03.018788 3383 services_controller.go:382] Processing sync for service openshift-ingress-operator/metrics for network=default I0703 21:58:03.018795 3383 lb_config.go:1030] Cluster endpoints for openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default are: map[] I0703 21:58:03.018727 3383 services_controller.go:479] Built service openshift-dns-operator/metrics template LB for network=default: []services.LB{} I0703 21:58:03.018805 3383 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.26.82"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:03.018802 3383 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.30.99", Port:5000, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:03.018819 3383 services_controller.go:470] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:58:03.018819 3383 services_controller.go:480] Service openshift-dns-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:03.018820 3383 services_controller.go:478] Built service openshift-image-registry/image-registry per-node LB for network=default: []services.LB{} I0703 21:58:03.018828 3383 services_controller.go:471] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:03.018832 3383 services_controller.go:479] Built service openshift-image-registry/image-registry template LB for network=default: []services.LB{} I0703 21:58:03.018797 3383 services_controller.go:460] Service openshift-ingress-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-ingress-operator 7d7aef84-5037-4562-b34e-07f75ed951fc 1592 0 2026-07-03 21:45:53 +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 34bb90c2-6c9e-4bce-b872-500297db79ab 0xc005187477 }] [] []},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.158.118,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.158.118],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:03.018839 3383 services_controller.go:480] Service openshift-image-registry/image-registry for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:03.018851 3383 services_controller.go:497] Skipping no-op change for service openshift-image-registry/image-registry for network=default I0703 21:58:03.018850 3383 lb_config.go:1030] Cluster endpoints for openshift-ingress-operator/metrics for network=default are: map[] I0703 21:58:03.018859 3383 services_controller.go:386] Finished syncing service image-registry on namespace openshift-image-registry for network=default : 208.581µs I0703 21:58:03.018844 3383 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.26.82", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:03.018779 3383 services_controller.go:497] Skipping no-op change for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0703 21:58:03.018870 3383 services_controller.go:382] Processing sync for service openshift-ingress/router-internal-default for network=default I0703 21:58:03.018867 3383 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.158.118"}, protocol:"TCP", inport:9393, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:03.018870 3383 services_controller.go:497] Skipping no-op change for service openshift-dns-operator/metrics for network=default I0703 21:58:03.018874 3383 services_controller.go:386] Finished syncing service deployment-validation-operator-metrics on namespace openshift-deployment-validation-operator for network=default : 381.671µs I0703 21:58:03.018873 3383 services_controller.go:478] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics per-node LB for network=default: []services.LB{} I0703 21:58:03.018881 3383 services_controller.go:386] Finished syncing service metrics on namespace openshift-dns-operator for network=default : 331.085µs I0703 21:58:03.018881 3383 services_controller.go:470] Built service openshift-ingress-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:58:03.018888 3383 services_controller.go:382] Processing sync for service openshift-authentication-operator/metrics for network=default I0703 21:58:03.018890 3383 services_controller.go:479] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics template LB for network=default: []services.LB{} I0703 21:58:03.018894 3383 services_controller.go:382] Processing sync for service openshift-ingress-canary/ingress-canary for network=default I0703 21:58:03.018895 3383 services_controller.go:471] Built service openshift-ingress-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:03.018903 3383 services_controller.go:480] Service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:03.018925 3383 services_controller.go:497] Skipping no-op change for service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0703 21:58:03.018914 3383 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.158.118", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:03.018878 3383 services_controller.go:460] Service openshift-ingress/router-internal-default retrieved from lister for network=default: &Service{ObjectMeta:{router-internal-default openshift-ingress 322c22ab-fdf6-4696-a920-a2b38051e018 2986 0 2026-07-03 21:46:13 +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 04cb0ff4-eb35-4a7b-9e56-a2cda3ee6f7b 0xc00518762e }] [] []},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.58.210,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.58.210],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:03.018936 3383 services_controller.go:386] Finished syncing service csi-snapshot-controller-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 209.689µs I0703 21:58:03.018899 3383 services_controller.go:460] Service openshift-authentication-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-authentication-operator 46cbe934-1099-4898-ab71-e6255dab7558 734 0 2026-07-03 21:45:35 +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 34bb90c2-6c9e-4bce-b872-500297db79ab 0xc005186927 }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 8443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{app: authentication-operator,},ClusterIP:172.30.101.120,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.101.120],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:03.018943 3383 services_controller.go:478] Built service openshift-ingress-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:58:03.018949 3383 services_controller.go:382] Processing sync for service openshift-insights/metrics for network=default I0703 21:58:03.018956 3383 services_controller.go:479] Built service openshift-ingress-operator/metrics template LB for network=default: []services.LB{} I0703 21:58:03.018959 3383 lb_config.go:1030] Cluster endpoints for openshift-authentication-operator/metrics for network=default are: map[] I0703 21:58:03.018959 3383 lb_config.go:1030] Cluster endpoints for openshift-ingress/router-internal-default for network=default are: map[] I0703 21:58:03.018903 3383 services_controller.go:460] Service openshift-ingress-canary/ingress-canary retrieved from lister for network=default: &Service{ObjectMeta:{ingress-canary openshift-ingress-canary 4819f457-6510-4569-b406-c0b3660420e6 3620 0 2026-07-03 21:46:20 +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 1f1ef523-f5fe-42ec-99fc-c4139726322c 0xc005187390 }] [] []},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.197.227,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.197.227],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:03.018967 3383 services_controller.go:480] Service openshift-ingress-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:03.018971 3383 services_controller.go:469] Built service openshift-authentication-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.101.120"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:03.018976 3383 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.58.210"}, 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.58.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}, services.lbConfig{vips:[]string{"172.30.58.210"}, protocol:"TCP", inport:1936, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:03.018987 3383 lb_config.go:1030] Cluster endpoints for openshift-ingress-canary/ingress-canary for network=default are: map[] I0703 21:58:03.018995 3383 services_controller.go:497] Skipping no-op change for service openshift-ingress-operator/metrics for network=default I0703 21:58:03.018996 3383 services_controller.go:470] Built service openshift-ingress/router-internal-default LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:58:03.019001 3383 services_controller.go:386] Finished syncing service metrics on namespace openshift-ingress-operator for network=default : 213.178µs I0703 21:58:03.019006 3383 services_controller.go:471] Built service openshift-ingress/router-internal-default LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:03.019015 3383 services_controller.go:382] Processing sync for service openshift-network-console/networking-console-plugin for network=default I0703 21:58:03.019005 3383 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.197.227"}, protocol:"TCP", inport:8443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}, services.lbConfig{vips:[]string{"172.30.197.227"}, protocol:"TCP", inport:8888, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:03.018956 3383 services_controller.go:460] Service openshift-insights/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-insights 371a2df2-f482-4b3f-8e1c-4cab6e5e756d 1958 0 2026-07-03 21:45:59 +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 34bb90c2-6c9e-4bce-b872-500297db79ab 0xc00518772b }] [] []},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.57.17,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.57.17],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:03.019026 3383 services_controller.go:470] Built service openshift-ingress-canary/ingress-canary LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:58:03.019036 3383 services_controller.go:471] Built service openshift-ingress-canary/ingress-canary LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:03.019037 3383 lb_config.go:1030] Cluster endpoints for openshift-insights/metrics for network=default are: map[] I0703 21:58:03.019026 3383 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.58.210", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.58.210", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.58.210", Port:1936, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:03.019051 3383 services_controller.go:470] Built service openshift-authentication-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:58:03.019050 3383 services_controller.go:469] Built service openshift-insights/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.57.17"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:03.019057 3383 services_controller.go:478] Built service openshift-ingress/router-internal-default per-node LB for network=default: []services.LB{} I0703 21:58:03.019062 3383 services_controller.go:471] Built service openshift-authentication-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:03.019022 3383 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 f8addfd9-9cc6-4025-988d-7c334874812b 4206 0 2026-07-03 21:46:37 +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 83876b0a-aba3-46b6-808c-f459981ad792 0xc005187c1e 0xc005187c1f}] [] []},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.135.254,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.135.254],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:03.019070 3383 services_controller.go:479] Built service openshift-ingress/router-internal-default template LB for network=default: []services.LB{} I0703 21:58:03.019069 3383 services_controller.go:470] Built service openshift-insights/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:58:03.019055 3383 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.197.227", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.197.227", Port:8888, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:03.019079 3383 lb_config.go:1030] Cluster endpoints for openshift-network-console/networking-console-plugin for network=default are: map[] I0703 21:58:03.019081 3383 services_controller.go:480] Service openshift-ingress/router-internal-default for network=default has 3 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:03.019081 3383 services_controller.go:471] Built service openshift-insights/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:03.019084 3383 services_controller.go:478] Built service openshift-ingress-canary/ingress-canary per-node LB for network=default: []services.LB{} I0703 21:58:03.019088 3383 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.135.254"}, protocol:"TCP", inport:9443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:03.019078 3383 services_controller.go:477] Built service openshift-authentication-operator/metrics cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-authentication-operator/metrics_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-authentication-operator/metrics"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.101.120", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:03.019097 3383 services_controller.go:470] Built service openshift-network-console/networking-console-plugin LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:58:03.019099 3383 services_controller.go:479] Built service openshift-ingress-canary/ingress-canary template LB for network=default: []services.LB{} I0703 21:58:03.019103 3383 services_controller.go:471] Built service openshift-network-console/networking-console-plugin LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:03.019105 3383 services_controller.go:478] Built service openshift-authentication-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:58:03.019107 3383 services_controller.go:497] Skipping no-op change for service openshift-ingress/router-internal-default for network=default I0703 21:58:03.019131 3383 services_controller.go:386] Finished syncing service router-internal-default on namespace openshift-ingress for network=default : 243.928µs I0703 21:58:03.019111 3383 services_controller.go:480] Service openshift-ingress-canary/ingress-canary for network=default has 2 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:03.019102 3383 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.57.17", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:03.019137 3383 services_controller.go:479] Built service openshift-authentication-operator/metrics template LB for network=default: []services.LB{} I0703 21:58:03.019143 3383 services_controller.go:382] Processing sync for service openshift-network-diagnostics/network-check-source for network=default I0703 21:58:03.019134 3383 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.135.254", Port:9443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:03.019150 3383 services_controller.go:386] Finished syncing service network-check-source on namespace openshift-network-diagnostics for network=default : 7.337µs I0703 21:58:03.019148 3383 services_controller.go:478] Built service openshift-insights/metrics per-node LB for network=default: []services.LB{} I0703 21:58:03.019152 3383 services_controller.go:480] Service openshift-authentication-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:03.019157 3383 services_controller.go:497] Skipping no-op change for service openshift-ingress-canary/ingress-canary for network=default I0703 21:58:03.019155 3383 services_controller.go:478] Built service openshift-network-console/networking-console-plugin per-node LB for network=default: []services.LB{} I0703 21:58:03.019160 3383 services_controller.go:382] Processing sync for service default/packageserver for network=default I0703 21:58:03.019163 3383 services_controller.go:386] Finished syncing service ingress-canary on namespace openshift-ingress-canary for network=default : 269.395µs I0703 21:58:03.019163 3383 services_controller.go:479] Built service openshift-insights/metrics template LB for network=default: []services.LB{} I0703 21:58:03.019167 3383 services_controller.go:479] Built service openshift-network-console/networking-console-plugin template LB for network=default: []services.LB{} I0703 21:58:03.019175 3383 services_controller.go:382] Processing sync for service openshift-cluster-machine-approver/machine-approver for network=default I0703 21:58:03.019175 3383 services_controller.go:497] Skipping no-op change for service openshift-authentication-operator/metrics for network=default I0703 21:58:03.019177 3383 services_controller.go:480] Service openshift-insights/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:03.019175 3383 services_controller.go:480] Service openshift-network-console/networking-console-plugin for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:03.019183 3383 services_controller.go:386] Finished syncing service machine-approver on namespace openshift-cluster-machine-approver for network=default : 8.964µs I0703 21:58:03.019183 3383 services_controller.go:386] Finished syncing service metrics on namespace openshift-authentication-operator for network=default : 295.237µs I0703 21:58:03.019192 3383 services_controller.go:382] Processing sync for service openshift-config-operator/metrics for network=default I0703 21:58:03.019196 3383 services_controller.go:497] Skipping no-op change for service openshift-network-console/networking-console-plugin for network=default I0703 21:58:03.019199 3383 services_controller.go:382] Processing sync for service openshift-ingress/router-default for network=default I0703 21:58:03.019201 3383 services_controller.go:386] Finished syncing service networking-console-plugin on namespace openshift-network-console for network=default : 189.465µs I0703 21:58:03.019200 3383 services_controller.go:497] Skipping no-op change for service openshift-insights/metrics for network=default I0703 21:58:03.019171 3383 services_controller.go:460] Service default/packageserver retrieved from lister for network=default: &Service{ObjectMeta:{packageserver default dcebf003-0c65-4442-9b2c-8a253fce7c45 1720 0 2026-07-03 21:45:55 +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.147.20,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.147.20],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:03.019209 3383 services_controller.go:386] Finished syncing service metrics on namespace openshift-insights for network=default : 261.102µs I0703 21:58:03.019212 3383 services_controller.go:382] Processing sync for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0703 21:58:03.019220 3383 services_controller.go:382] Processing sync for service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0703 21:58:03.019227 3383 services_controller.go:386] Finished syncing service ovn-kubernetes-node on namespace openshift-ovn-kubernetes for network=default : 7.28µs I0703 21:58:03.019236 3383 services_controller.go:382] Processing sync for service openshift-apiserver-operator/metrics for network=default I0703 21:58:03.019232 3383 lb_config.go:1030] Cluster endpoints for default/packageserver for network=default are: map[TCP/https:{443 [172.30.178.190] []}] I0703 21:58:03.019201 3383 services_controller.go:460] Service openshift-config-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-config-operator d71b49dd-a25d-47ff-96ce-e6bb15f6c1f8 1784 0 2026-07-03 21:45:55 +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 34bb90c2-6c9e-4bce-b872-500297db79ab 0xc005186e8f }] [] []},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.37.247,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.37.247],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:03.019249 3383 services_controller.go:469] Built service default/packageserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 21:58:03.019222 3383 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 3722d350-158f-4293-ac73-630f14078cf8 1759 0 2026-07-03 21:45:55 +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 34bb90c2-6c9e-4bce-b872-500297db79ab 0xc005187887 }] [] []},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.144.223,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.144.223],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:03.019261 3383 services_controller.go:470] Built service default/packageserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.147.20"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.178.190"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:03.019269 3383 lb_config.go:1030] Cluster endpoints for openshift-kube-storage-version-migrator-operator/metrics for network=default are: map[] I0703 21:58:03.019208 3383 services_controller.go:460] Service openshift-ingress/router-default retrieved from lister for network=default: &Service{ObjectMeta:{router-default openshift-ingress 8d209a10-1646-4341-a7ef-a1d8a9929f82 3517 0 2026-07-03 21:46:13 +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=2ratr6qfqvi6pndaj5o6avep3u3o4rvu,api.openshift.com/legal-entity-id=2h8L52xc1VHB4xLFE2YyPmAjYjI,api.openshift.com/name=kx-971a8adf89,cluster-type=rosa-hcp,creation-date=2026-07-03,konflux-ci=true,red-hat-clustertype=rosa,red-hat-managed=true service.beta.kubernetes.io/aws-load-balancer-healthcheck-healthy-threshold:2 service.beta.kubernetes.io/aws-load-balancer-healthcheck-interval:10 service.beta.kubernetes.io/aws-load-balancer-healthcheck-timeout:4 service.beta.kubernetes.io/aws-load-balancer-healthcheck-unhealthy-threshold:2 service.beta.kubernetes.io/aws-load-balancer-type:nlb traffic-policy.network.alpha.openshift.io/local-with-fallback:] [{apps/v1 Deployment router-default 04cb0ff4-eb35-4a7b-9e56-a2cda3ee6f7b 0xc005187567 }] [service.kubernetes.io/load-balancer-cleanup] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:http,Protocol:TCP,Port:80,TargetPort:{1 0 http},NodePort:30936,AppProtocol:nil,},ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{1 0 https},NodePort:30241,AppProtocol:nil,},},Selector:map[string]string{ingresscontroller.operator.openshift.io/deployment-ingresscontroller: default,},ClusterIP:172.30.40.135,Type:LoadBalancer,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:Local,HealthCheckNodePort:32754,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.40.135],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:*true,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{LoadBalancerIngress{IP:,Hostname:a8d209a1016464341a7efa1d8a9929f8-83027fce1f50462f.elb.us-east-1.amazonaws.com,IPMode:nil,Ports:[]PortStatus{},},},},Conditions:[]Condition{},},} I0703 21:58:03.019270 3383 lb_config.go:1030] Cluster endpoints for openshift-config-operator/metrics for network=default are: map[] I0703 21:58:03.019275 3383 services_controller.go:471] Built service default/packageserver LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:03.019277 3383 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.144.223"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:03.019243 3383 services_controller.go:460] Service openshift-apiserver-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-apiserver-operator 347eada2-03f3-440b-9cf6-3aeac111438f 1121 0 2026-07-03 21:45:44 +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 34bb90c2-6c9e-4bce-b872-500297db79ab 0xc00518679f }] [] []},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.132.147,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.132.147],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:03.019285 3383 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.37.247"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:03.019291 3383 services_controller.go:470] Built service openshift-kube-storage-version-migrator-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:58:03.019290 3383 lb_config.go:1030] Cluster endpoints for openshift-ingress/router-default for network=default are: map[] I0703 21:58:03.019297 3383 services_controller.go:477] Built service default/packageserver cluster-wide LB for network=default: []services.LB{} I0703 21:58:03.019302 3383 services_controller.go:471] Built service openshift-kube-storage-version-migrator-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:03.019301 3383 lb_config.go:1030] Cluster endpoints for openshift-apiserver-operator/metrics for network=default are: map[] I0703 21:58:03.019301 3383 services_controller.go:470] Built service openshift-config-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:58:03.019305 3383 lb_config.go:1053] Local endpoints for openshift-ingress/router-default for network=default are: map[] I0703 21:58:03.019315 3383 services_controller.go:471] Built service openshift-config-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:03.019315 3383 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.132.147"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:03.019313 3383 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.144.223", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:03.019308 3383 services_controller.go:478] Built service default/packageserver per-node LB for network=default: []services.LB{services.LB{Name:"Service_default/packageserver_TCP_node_router+switch_ip-10-0-1-250.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.147.20", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.178.190", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-250.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-250.ec2.internal"}, Groups:[]string(nil)}} I0703 21:58:03.019321 3383 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.40.135"}, 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.40.135"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:03.019331 3383 services_controller.go:478] Built service openshift-kube-storage-version-migrator-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:58:03.019330 3383 services_controller.go:470] Built service openshift-apiserver-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:58:03.019339 3383 services_controller.go:479] Built service openshift-kube-storage-version-migrator-operator/metrics template LB for network=default: []services.LB{} I0703 21:58:03.019340 3383 services_controller.go:479] Built service default/packageserver template LB for network=default: []services.LB{} I0703 21:58:03.019343 3383 services_controller.go:471] Built service openshift-apiserver-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:03.019346 3383 services_controller.go:480] Service openshift-kube-storage-version-migrator-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:03.019340 3383 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:30936, 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:30241, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:true, internalTrafficLocal:false, hasNodePort:true}} I0703 21:58:03.019334 3383 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.37.247", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:03.019353 3383 services_controller.go:480] Service default/packageserver for network=default has 0 cluster-wide, 1 per-node configs, 0 template configs, making 0 (cluster) 1 (per node) and 0 (template) load balancers I0703 21:58:03.019357 3383 services_controller.go:471] Built service openshift-ingress/router-default LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:03.019360 3383 services_controller.go:497] Skipping no-op change for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0703 21:58:03.019361 3383 services_controller.go:478] Built service openshift-config-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:58:03.019367 3383 services_controller.go:386] Finished syncing service metrics on namespace openshift-kube-storage-version-migrator-operator for network=default : 156.173µs I0703 21:58:03.019359 3383 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.132.147", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:03.019374 3383 services_controller.go:479] Built service openshift-config-operator/metrics template LB for network=default: []services.LB{} I0703 21:58:03.019374 3383 services_controller.go:497] Skipping no-op change for service default/packageserver for network=default I0703 21:58:03.019378 3383 services_controller.go:382] Processing sync for service openshift-machine-config-operator/machine-config-operator for network=default I0703 21:58:03.019384 3383 services_controller.go:386] Finished syncing service packageserver on namespace default for network=default : 223.544µs I0703 21:58:03.019384 3383 services_controller.go:478] Built service openshift-apiserver-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:58:03.019387 3383 services_controller.go:480] Service openshift-config-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:03.019395 3383 services_controller.go:382] Processing sync for service default/openshift for network=default I0703 21:58:03.019397 3383 services_controller.go:479] Built service openshift-apiserver-operator/metrics template LB for network=default: []services.LB{} I0703 21:58:03.019401 3383 services_controller.go:386] Finished syncing service openshift on namespace default for network=default : 7.277µs I0703 21:58:03.019409 3383 services_controller.go:382] Processing sync for service openshift-apiserver/check-endpoints for network=default I0703 21:58:03.019411 3383 services_controller.go:497] Skipping no-op change for service openshift-config-operator/metrics for network=default I0703 21:58:03.019389 3383 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.40.135", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.40.135", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:03.019387 3383 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 0132c170-5b9d-4ef9-9966-45d78c036861 765 0 2026-07-03 21:45:36 +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 34bb90c2-6c9e-4bce-b872-500297db79ab 0xc005187a6b }] [] []},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.108.113,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.108.113],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:03.019416 3383 services_controller.go:386] Finished syncing service metrics on namespace openshift-config-operator for network=default : 224.472µs I0703 21:58:03.019424 3383 services_controller.go:478] Built service openshift-ingress/router-default per-node LB for network=default: []services.LB{} I0703 21:58:03.019429 3383 lb_config.go:1030] Cluster endpoints for openshift-machine-config-operator/machine-config-operator for network=default are: map[] I0703 21:58:03.019437 3383 services_controller.go:479] Built service openshift-ingress/router-default template LB for network=default: []services.LB{} I0703 21:58:03.019437 3383 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.108.113"}, protocol:"TCP", inport:9001, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:03.019448 3383 services_controller.go:480] Service openshift-ingress/router-default for network=default has 2 cluster-wide, 2 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:03.019451 3383 services_controller.go:470] Built service openshift-machine-config-operator/machine-config-operator LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:58:03.019462 3383 services_controller.go:471] Built service openshift-machine-config-operator/machine-config-operator LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:03.019418 3383 services_controller.go:460] Service openshift-apiserver/check-endpoints retrieved from lister for network=default: &Service{ObjectMeta:{check-endpoints openshift-apiserver 41546a05-b440-43a5-bb66-a7330634f178 1700 0 2026-07-03 21:45:54 +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 34bb90c2-6c9e-4bce-b872-500297db79ab 0xc005186867 }] [] []},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.237.219,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.237.219],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:03.019469 3383 services_controller.go:497] Skipping no-op change for service openshift-ingress/router-default for network=default I0703 21:58:03.019475 3383 services_controller.go:386] Finished syncing service router-default on namespace openshift-ingress for network=default : 278.274µs I0703 21:58:03.019481 3383 lb_config.go:1030] Cluster endpoints for openshift-apiserver/check-endpoints for network=default are: map[] I0703 21:58:03.019486 3383 services_controller.go:382] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0703 21:58:03.019478 3383 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.108.113", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:03.019430 3383 services_controller.go:382] Processing sync for service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0703 21:58:03.019494 3383 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.237.219"}, protocol:"TCP", inport:17698, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:03.019507 3383 services_controller.go:478] Built service openshift-machine-config-operator/machine-config-operator per-node LB for network=default: []services.LB{} I0703 21:58:03.019512 3383 services_controller.go:470] Built service openshift-apiserver/check-endpoints LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:58:03.019521 3383 services_controller.go:479] Built service openshift-machine-config-operator/machine-config-operator template LB for network=default: []services.LB{} I0703 21:58:03.019409 3383 services_controller.go:480] Service openshift-apiserver-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:03.019535 3383 services_controller.go:480] Service openshift-machine-config-operator/machine-config-operator for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:03.019495 3383 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 ac177431-b82f-4de1-ba87-39439ab60f6c 5012 0 2026-07-03 21:47:51 +0000 UTC map[olm.managed:true olm.service-spec-hash:8H7arFYfeqTDwtur5ZzpDGCqSKpg30XG9PXH2W] map[] [{operators.coreos.com/v1alpha1 CatalogSource deployment-validation-operator-catalog 0f38ac43-4d72-428b-9025-58cfbd95a575 0xc005186ffd 0xc005186ffe}] [] []},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.186.73,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.186.73],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:03.019544 3383 services_controller.go:497] Skipping no-op change for service openshift-apiserver-operator/metrics for network=default I0703 21:58:03.019549 3383 services_controller.go:386] Finished syncing service metrics on namespace openshift-apiserver-operator for network=default : 313.66µs I0703 21:58:03.019509 3383 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 2e58fb14-5375-44c1-90e3-03c0449e7bd8 1564 0 2026-07-03 21:45:53 +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 34bb90c2-6c9e-4bce-b872-500297db79ab 0xc005186baf }] [] []},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.145.95,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.145.95],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:03.019559 3383 services_controller.go:382] Processing sync for service openshift-machine-config-operator/machine-config-daemon for network=default I0703 21:58:03.019559 3383 lb_config.go:1030] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default are: map[] I0703 21:58:03.019522 3383 services_controller.go:471] Built service openshift-apiserver/check-endpoints LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:03.019571 3383 lb_config.go:1030] Cluster endpoints for openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default are: map[] I0703 21:58:03.019571 3383 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.186.73"}, protocol:"TCP", inport:50051, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:03.019580 3383 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.145.95"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:03.019586 3383 services_controller.go:470] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:58:03.019591 3383 services_controller.go:470] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:58:03.019579 3383 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.237.219", Port:17698, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:03.019598 3383 services_controller.go:471] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:03.019602 3383 services_controller.go:471] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:03.019609 3383 services_controller.go:478] Built service openshift-apiserver/check-endpoints per-node LB for network=default: []services.LB{} I0703 21:58:03.019568 3383 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 4e94fc13-785d-4247-a082-01fed9c217be 876 0 2026-07-03 21:45:39 +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 34bb90c2-6c9e-4bce-b872-500297db79ab 0xc0051879d7 }] [] []},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.159.126,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.159.126],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:03.019621 3383 services_controller.go:479] Built service openshift-apiserver/check-endpoints template LB for network=default: []services.LB{} I0703 21:58:03.019615 3383 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.186.73", Port:50051, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:03.019633 3383 services_controller.go:480] Service openshift-apiserver/check-endpoints for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:03.019559 3383 services_controller.go:497] Skipping no-op change for service openshift-machine-config-operator/machine-config-operator for network=default I0703 21:58:03.019618 3383 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.145.95", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:03.019643 3383 services_controller.go:478] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog per-node LB for network=default: []services.LB{} I0703 21:58:03.019645 3383 services_controller.go:386] Finished syncing service machine-config-operator on namespace openshift-machine-config-operator for network=default : 266.745µs I0703 21:58:03.019652 3383 services_controller.go:478] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service per-node LB for network=default: []services.LB{} I0703 21:58:03.019655 3383 services_controller.go:382] Processing sync for service openshift-network-diagnostics/network-check-target for network=default I0703 21:58:03.019656 3383 services_controller.go:497] Skipping no-op change for service openshift-apiserver/check-endpoints for network=default I0703 21:58:03.019655 3383 services_controller.go:479] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog template LB for network=default: []services.LB{} I0703 21:58:03.019659 3383 services_controller.go:479] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service template LB for network=default: []services.LB{} I0703 21:58:03.019663 3383 services_controller.go:386] Finished syncing service check-endpoints on namespace openshift-apiserver for network=default : 252.53µs I0703 21:58:03.019667 3383 services_controller.go:480] Service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:03.019663 3383 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 6a47e559-1f52-46cb-bda6-09643c9f7873 4126 0 2026-07-03 21:46:33 +0000 UTC map[] map[] [{operator.openshift.io/v1 Network cluster 83876b0a-aba3-46b6-808c-f459981ad792 0xc005187d17 0xc005187d18}] [] []},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.87.219,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.87.219],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:03.019703 3383 services_controller.go:497] Skipping no-op change for service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0703 21:58:03.019707 3383 lb_config.go:1030] Cluster endpoints for openshift-network-diagnostics/network-check-target for network=default are: map[] I0703 21:58:03.019634 3383 lb_config.go:1030] Cluster endpoints for openshift-machine-config-operator/machine-config-daemon for network=default are: map[] I0703 21:58:03.019716 3383 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.87.219"}, protocol:"TCP", inport:80, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:03.019719 3383 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.159.126"}, 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.159.126"}, protocol:"TCP", inport:8798, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:03.019669 3383 services_controller.go:480] Service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:03.019731 3383 services_controller.go:470] Built service openshift-machine-config-operator/machine-config-daemon LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:58:03.019738 3383 services_controller.go:471] Built service openshift-machine-config-operator/machine-config-daemon LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:03.019742 3383 services_controller.go:497] Skipping no-op change for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0703 21:58:03.019746 3383 services_controller.go:386] Finished syncing service deployment-validation-operator-catalog on namespace openshift-deployment-validation-operator for network=default : 261.885µs I0703 21:58:03.019725 3383 services_controller.go:470] Built service openshift-network-diagnostics/network-check-target LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:58:03.019759 3383 services_controller.go:471] Built service openshift-network-diagnostics/network-check-target LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:03.019753 3383 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.159.126", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.159.126", Port:8798, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:03.019776 3383 services_controller.go:478] Built service openshift-machine-config-operator/machine-config-daemon per-node LB for network=default: []services.LB{} I0703 21:58:03.019783 3383 services_controller.go:479] Built service openshift-machine-config-operator/machine-config-daemon template LB for network=default: []services.LB{} I0703 21:58:03.019775 3383 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.87.219", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:03.019790 3383 services_controller.go:480] Service openshift-machine-config-operator/machine-config-daemon for network=default has 2 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:03.019792 3383 services_controller.go:478] Built service openshift-network-diagnostics/network-check-target per-node LB for network=default: []services.LB{} I0703 21:58:03.019799 3383 services_controller.go:479] Built service openshift-network-diagnostics/network-check-target template LB for network=default: []services.LB{} I0703 21:58:03.019803 3383 services_controller.go:497] Skipping no-op change for service openshift-machine-config-operator/machine-config-daemon for network=default I0703 21:58:03.019805 3383 services_controller.go:480] Service openshift-network-diagnostics/network-check-target for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:03.019808 3383 services_controller.go:386] Finished syncing service machine-config-daemon on namespace openshift-machine-config-operator for network=default : 250.727µs I0703 21:58:03.019708 3383 services_controller.go:386] Finished syncing service performance-addon-operator-service on namespace openshift-cluster-node-tuning-operator for network=default : 279.475µs I0703 21:58:03.019818 3383 services_controller.go:497] Skipping no-op change for service openshift-network-diagnostics/network-check-target for network=default I0703 21:58:03.019822 3383 services_controller.go:386] Finished syncing service network-check-target on namespace openshift-network-diagnostics for network=default : 168.839µs I0703 21:58:03.155798 3383 node_tracker.go:211] Processing possible switch / router updates for node ip-10-0-2-121.ec2.internal in network "default" I0703 21:58:03.155730 3383 obj_retry.go:565] Update event received for resource *v1.Node, old object is equal to new: false I0703 21:58:03.155837 3383 obj_retry.go:617] Update event received for *v1.Node ip-10-0-2-121.ec2.internal I0703 21:58:03.155869 3383 node_tracker.go:172] Node ip-10-0-2-121.ec2.internal switch + router changed, syncing services in network "default" I0703 21:58:03.155870 3383 default_network_controller.go:1011] Node "ip-10-0-2-121.ec2.internal" in remote zone "ip-10-0-2-121.ec2.internal", network "default", needs interconnect zone sync up. Zone cluster changed: false I0703 21:58:03.155882 3383 services_controller.go:575] Full service sync requested for network=default I0703 21:58:03.155898 3383 services_controller.go:640] Adding service openshift-apiserver-operator/metrics for network=default I0703 21:58:03.155913 3383 services_controller.go:640] Adding service openshift-machine-config-operator/machine-config-operator for network=default I0703 21:58:03.155918 3383 services_controller.go:640] Adding service default/openshift for network=default I0703 21:58:03.155924 3383 services_controller.go:640] Adding service openshift-apiserver/check-endpoints for network=default I0703 21:58:03.155938 3383 services_controller.go:382] Processing sync for service openshift-machine-config-operator/machine-config-operator for network=default I0703 21:58:03.155940 3383 services_controller.go:382] Processing sync for service openshift-apiserver-operator/metrics for network=default I0703 21:58:03.155964 3383 model_client.go:374] Create operations generated as: [{Op:insert Table:Encap Row:map[chassis_name:4e53b135-d2e0-4c61-a92a-fbb637662420 ip:10.0.2.121 options:{GoMap:map[csum:true]} type:geneve] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2314545652}] I0703 21:58:03.156006 3383 model_client.go:374] Create operations generated as: [{Op:insert Table:Chassis Row:map[encaps:{GoSet:[{GoUUID:u2314545652}]} hostname:ip-10-0-2-121.ec2.internal name:4e53b135-d2e0-4c61-a92a-fbb637662420 other_config:{GoMap:map[is-remote:true]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2314545653}] I0703 21:58:03.156026 3383 services_controller.go:382] Processing sync for service openshift-apiserver/check-endpoints for network=default I0703 21:58:03.156029 3383 services_controller.go:382] Processing sync for service default/openshift for network=default I0703 21:58:03.155948 3383 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 0132c170-5b9d-4ef9-9966-45d78c036861 765 0 2026-07-03 21:45:36 +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 34bb90c2-6c9e-4bce-b872-500297db79ab 0xc005187a6b }] [] []},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.108.113,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.108.113],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:03.155955 3383 services_controller.go:460] Service openshift-apiserver-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-apiserver-operator 347eada2-03f3-440b-9cf6-3aeac111438f 1121 0 2026-07-03 21:45:44 +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 34bb90c2-6c9e-4bce-b872-500297db79ab 0xc00518679f }] [] []},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.132.147,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.132.147],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:03.156054 3383 services_controller.go:386] Finished syncing service openshift on namespace default for network=default : 28.607µs I0703 21:58:03.156017 3383 services_controller.go:640] Adding service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0703 21:58:03.156035 3383 transact.go:43] Configuring OVN: [{Op:insert Table:Encap Row:map[chassis_name:4e53b135-d2e0-4c61-a92a-fbb637662420 ip:10.0.2.121 options:{GoMap:map[csum:true]} type:geneve] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2314545652} {Op:insert Table:Chassis Row:map[encaps:{GoSet:[{GoUUID:u2314545652}]} hostname:ip-10-0-2-121.ec2.internal name:4e53b135-d2e0-4c61-a92a-fbb637662420 other_config:{GoMap:map[is-remote:true]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2314545653}] I0703 21:58:03.156070 3383 lb_config.go:1030] Cluster endpoints for openshift-machine-config-operator/machine-config-operator for network=default are: map[] I0703 21:58:03.156071 3383 lb_config.go:1030] Cluster endpoints for openshift-apiserver-operator/metrics for network=default are: map[] I0703 21:58:03.156084 3383 services_controller.go:382] Processing sync for service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0703 21:58:03.156038 3383 services_controller.go:460] Service openshift-apiserver/check-endpoints retrieved from lister for network=default: &Service{ObjectMeta:{check-endpoints openshift-apiserver 41546a05-b440-43a5-bb66-a7330634f178 1700 0 2026-07-03 21:45:54 +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 34bb90c2-6c9e-4bce-b872-500297db79ab 0xc005186867 }] [] []},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.237.219,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.237.219],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:03.156087 3383 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.108.113"}, protocol:"TCP", inport:9001, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:03.156089 3383 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.132.147"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:03.156105 3383 services_controller.go:470] Built service openshift-machine-config-operator/machine-config-operator LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:58:03.156107 3383 services_controller.go:470] Built service openshift-apiserver-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:58:03.156112 3383 lb_config.go:1030] Cluster endpoints for openshift-apiserver/check-endpoints for network=default are: map[] I0703 21:58:03.156138 3383 services_controller.go:471] Built service openshift-apiserver-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:03.156145 3383 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.237.219"}, protocol:"TCP", inport:17698, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:03.156159 3383 services_controller.go:470] Built service openshift-apiserver/check-endpoints LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:58:03.156170 3383 services_controller.go:471] Built service openshift-apiserver/check-endpoints LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:03.156132 3383 services_controller.go:471] Built service openshift-machine-config-operator/machine-config-operator LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:03.156161 3383 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.132.147", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:03.156195 3383 services_controller.go:478] Built service openshift-apiserver-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:58:03.156099 3383 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 2e58fb14-5375-44c1-90e3-03c0449e7bd8 1564 0 2026-07-03 21:45:53 +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 34bb90c2-6c9e-4bce-b872-500297db79ab 0xc005186baf }] [] []},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.145.95,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.145.95],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:03.156207 3383 services_controller.go:479] Built service openshift-apiserver-operator/metrics template LB for network=default: []services.LB{} I0703 21:58:03.156189 3383 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.237.219", Port:17698, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:03.156220 3383 services_controller.go:480] Service openshift-apiserver-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:03.156222 3383 services_controller.go:478] Built service openshift-apiserver/check-endpoints per-node LB for network=default: []services.LB{} I0703 21:58:03.156230 3383 lb_config.go:1030] Cluster endpoints for openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default are: map[] I0703 21:58:03.156233 3383 services_controller.go:479] Built service openshift-apiserver/check-endpoints template LB for network=default: []services.LB{} I0703 21:58:03.156246 3383 services_controller.go:497] Skipping no-op change for service openshift-apiserver-operator/metrics for network=default I0703 21:58:03.156247 3383 services_controller.go:480] Service openshift-apiserver/check-endpoints for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:03.156246 3383 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.145.95"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:03.156257 3383 services_controller.go:386] Finished syncing service metrics on namespace openshift-apiserver-operator for network=default : 322.72µs I0703 21:58:03.156198 3383 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.108.113", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:03.156264 3383 services_controller.go:470] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:58:03.156277 3383 services_controller.go:478] Built service openshift-machine-config-operator/machine-config-operator per-node LB for network=default: []services.LB{} I0703 21:58:03.156279 3383 services_controller.go:471] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:03.156288 3383 services_controller.go:479] Built service openshift-machine-config-operator/machine-config-operator template LB for network=default: []services.LB{} I0703 21:58:03.156298 3383 services_controller.go:480] Service openshift-machine-config-operator/machine-config-operator for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:03.156301 3383 services_controller.go:497] Skipping no-op change for service openshift-apiserver/check-endpoints for network=default I0703 21:58:03.156309 3383 services_controller.go:386] Finished syncing service check-endpoints on namespace openshift-apiserver for network=default : 282.768µs I0703 21:58:03.156318 3383 services_controller.go:497] Skipping no-op change for service openshift-machine-config-operator/machine-config-operator for network=default I0703 21:58:03.156299 3383 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.145.95", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:03.156325 3383 services_controller.go:386] Finished syncing service machine-config-operator on namespace openshift-machine-config-operator for network=default : 388.829µs I0703 21:58:03.156335 3383 services_controller.go:478] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service per-node LB for network=default: []services.LB{} I0703 21:58:03.156348 3383 services_controller.go:479] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service template LB for network=default: []services.LB{} I0703 21:58:03.156074 3383 services_controller.go:640] Adding service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0703 21:58:03.156361 3383 services_controller.go:480] Service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:03.156375 3383 services_controller.go:640] Adding service openshift-machine-config-operator/machine-config-daemon for network=default I0703 21:58:03.156383 3383 services_controller.go:640] Adding service openshift-network-diagnostics/network-check-target for network=default I0703 21:58:03.156390 3383 services_controller.go:640] Adding service default/kubernetes for network=default I0703 21:58:03.156388 3383 services_controller.go:497] Skipping no-op change for service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0703 21:58:03.156396 3383 services_controller.go:640] Adding service openshift-console-operator/metrics for network=default I0703 21:58:03.156399 3383 services_controller.go:386] Finished syncing service performance-addon-operator-service on namespace openshift-cluster-node-tuning-operator for network=default : 315.545µs I0703 21:58:03.156402 3383 services_controller.go:640] Adding service openshift-dns/dns-default for network=default I0703 21:58:03.156409 3383 services_controller.go:640] Adding service openshift-kube-controller-manager-operator/metrics for network=default I0703 21:58:03.156413 3383 services_controller.go:382] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0703 21:58:03.156416 3383 services_controller.go:640] Adding service openshift-monitoring/cluster-monitoring-operator for network=default I0703 21:58:03.156421 3383 services_controller.go:382] Processing sync for service openshift-machine-config-operator/machine-config-daemon for network=default I0703 21:58:03.156431 3383 services_controller.go:640] Adding service openshift-network-operator/metrics for network=default I0703 21:58:03.156438 3383 services_controller.go:640] Adding service openshift-service-ca-operator/metrics for network=default I0703 21:58:03.156444 3383 services_controller.go:640] Adding service openshift-cluster-version/cluster-version-operator for network=default I0703 21:58:03.156450 3383 services_controller.go:640] Adding service openshift-multus/network-metrics-service for network=default I0703 21:58:03.156455 3383 services_controller.go:640] Adding service default/openshift-apiserver for network=default I0703 21:58:03.156462 3383 services_controller.go:640] Adding service default/openshift-oauth-apiserver for network=default I0703 21:58:03.156467 3383 services_controller.go:640] Adding service openshift-cloud-credential-operator/cco-metrics for network=default I0703 21:58:03.156474 3383 services_controller.go:640] Adding service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0703 21:58:03.156424 3383 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 ac177431-b82f-4de1-ba87-39439ab60f6c 5012 0 2026-07-03 21:47:51 +0000 UTC map[olm.managed:true olm.service-spec-hash:8H7arFYfeqTDwtur5ZzpDGCqSKpg30XG9PXH2W] map[] [{operators.coreos.com/v1alpha1 CatalogSource deployment-validation-operator-catalog 0f38ac43-4d72-428b-9025-58cfbd95a575 0xc005186ffd 0xc005186ffe}] [] []},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.186.73,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.186.73],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:03.156480 3383 services_controller.go:640] Adding service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0703 21:58:03.156485 3383 services_controller.go:640] Adding service openshift-dns-operator/metrics for network=default I0703 21:58:03.156435 3383 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 4e94fc13-785d-4247-a082-01fed9c217be 876 0 2026-07-03 21:45:39 +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 34bb90c2-6c9e-4bce-b872-500297db79ab 0xc0051879d7 }] [] []},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.159.126,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.159.126],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:03.156491 3383 services_controller.go:640] Adding service openshift-image-registry/image-registry for network=default I0703 21:58:03.156497 3383 services_controller.go:640] Adding service openshift-machine-config-operator/machine-config-controller for network=default I0703 21:58:03.156502 3383 services_controller.go:640] Adding service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0703 21:58:03.156508 3383 services_controller.go:640] Adding service openshift-cluster-samples-operator/metrics for network=default I0703 21:58:03.156513 3383 services_controller.go:640] Adding service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0703 21:58:03.156511 3383 lb_config.go:1030] Cluster endpoints for openshift-machine-config-operator/machine-config-daemon for network=default are: map[] I0703 21:58:03.156519 3383 services_controller.go:640] Adding service openshift-ingress-operator/metrics for network=default I0703 21:58:03.156524 3383 services_controller.go:640] Adding service openshift-ingress/router-internal-default for network=default I0703 21:58:03.156501 3383 lb_config.go:1030] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default are: map[] I0703 21:58:03.156531 3383 services_controller.go:640] Adding service openshift-authentication-operator/metrics for network=default I0703 21:58:03.156526 3383 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.159.126"}, 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.159.126"}, protocol:"TCP", inport:8798, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:03.156537 3383 services_controller.go:640] Adding service openshift-ingress-canary/ingress-canary for network=default I0703 21:58:03.156545 3383 services_controller.go:640] Adding service openshift-insights/metrics for network=default I0703 21:58:03.156539 3383 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.186.73"}, protocol:"TCP", inport:50051, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:03.156545 3383 services_controller.go:470] Built service openshift-machine-config-operator/machine-config-daemon LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:58:03.156551 3383 services_controller.go:640] Adding service openshift-network-console/networking-console-plugin for network=default I0703 21:58:03.156557 3383 services_controller.go:640] Adding service openshift-network-diagnostics/network-check-source for network=default I0703 21:58:03.156557 3383 services_controller.go:470] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:58:03.156559 3383 services_controller.go:471] Built service openshift-machine-config-operator/machine-config-daemon LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:03.156563 3383 services_controller.go:640] Adding service default/packageserver for network=default I0703 21:58:03.156569 3383 services_controller.go:640] Adding service openshift-cluster-machine-approver/machine-approver for network=default I0703 21:58:03.156569 3383 services_controller.go:471] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:03.156575 3383 services_controller.go:640] Adding service openshift-config-operator/metrics for network=default I0703 21:58:03.156580 3383 services_controller.go:640] Adding service openshift-ingress/router-default for network=default I0703 21:58:03.156586 3383 services_controller.go:640] Adding service openshift-kube-storage-version-migrator-operator/metrics for network=default I0703 21:58:03.156577 3383 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.159.126", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.159.126", Port:8798, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:03.156593 3383 services_controller.go:640] Adding service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0703 21:58:03.156597 3383 services_controller.go:478] Built service openshift-machine-config-operator/machine-config-daemon per-node LB for network=default: []services.LB{} I0703 21:58:03.156604 3383 services_controller.go:382] Processing sync for service openshift-network-diagnostics/network-check-target for network=default I0703 21:58:03.156604 3383 services_controller.go:479] Built service openshift-machine-config-operator/machine-config-daemon template LB for network=default: []services.LB{} I0703 21:58:03.156589 3383 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.186.73", Port:50051, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:03.156612 3383 services_controller.go:480] Service openshift-machine-config-operator/machine-config-daemon for network=default has 2 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:03.156622 3383 services_controller.go:478] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog per-node LB for network=default: []services.LB{} I0703 21:58:03.156630 3383 services_controller.go:497] Skipping no-op change for service openshift-machine-config-operator/machine-config-daemon for network=default I0703 21:58:03.156635 3383 services_controller.go:479] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog template LB for network=default: []services.LB{} I0703 21:58:03.156637 3383 services_controller.go:386] Finished syncing service machine-config-daemon on namespace openshift-machine-config-operator for network=default : 218.843µs I0703 21:58:03.156648 3383 services_controller.go:382] Processing sync for service default/kubernetes for network=default I0703 21:58:03.156648 3383 services_controller.go:480] Service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:03.156614 3383 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 6a47e559-1f52-46cb-bda6-09643c9f7873 4126 0 2026-07-03 21:46:33 +0000 UTC map[] map[] [{operator.openshift.io/v1 Network cluster 83876b0a-aba3-46b6-808c-f459981ad792 0xc005187d17 0xc005187d18}] [] []},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.87.219,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.87.219],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:03.156672 3383 services_controller.go:497] Skipping no-op change for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0703 21:58:03.156680 3383 services_controller.go:386] Finished syncing service deployment-validation-operator-catalog on namespace openshift-deployment-validation-operator for network=default : 266.995µs I0703 21:58:03.156655 3383 services_controller.go:460] Service default/kubernetes retrieved from lister for network=default: &Service{ObjectMeta:{kubernetes default e39a332f-4ec4-4f70-918f-9a75824ecdaa 271 0 2026-07-03 21:44:29 +0000 UTC map[component:apiserver provider:kubernetes] map[] [] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 6443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{},ClusterIP:172.30.0.1,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.0.1],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:03.156693 3383 services_controller.go:382] Processing sync for service openshift-console-operator/metrics for network=default I0703 21:58:03.156693 3383 lb_config.go:1030] Cluster endpoints for openshift-network-diagnostics/network-check-target for network=default are: map[] I0703 21:58:03.156708 3383 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.87.219"}, protocol:"TCP", inport:80, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:03.156716 3383 lb_config.go:1030] Cluster endpoints for default/kubernetes for network=default are: map[TCP/https:{6443 [172.20.0.1] []}] I0703 21:58:03.156722 3383 services_controller.go:470] Built service openshift-network-diagnostics/network-check-target LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:58:03.156732 3383 services_controller.go:471] Built service openshift-network-diagnostics/network-check-target LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:03.156732 3383 services_controller.go:469] Built service default/kubernetes LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 21:58:03.156742 3383 services_controller.go:470] Built service default/kubernetes LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.0.1"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:6443, V4IPs:[]string{"172.20.0.1"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:03.156703 3383 services_controller.go:460] Service openshift-console-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-console-operator 54d9e97c-511a-4617-b8d5-0d057435c5a0 1933 0 2026-07-03 21:45:59 +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 34bb90c2-6c9e-4bce-b872-500297db79ab 0xc005186f67 }] [] []},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.225.242,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.225.242],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:03.156761 3383 services_controller.go:471] Built service default/kubernetes LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:03.156747 3383 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.87.219", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:03.156775 3383 services_controller.go:478] Built service openshift-network-diagnostics/network-check-target per-node LB for network=default: []services.LB{} I0703 21:58:03.156776 3383 lb_config.go:1030] Cluster endpoints for openshift-console-operator/metrics for network=default are: map[] I0703 21:58:03.156784 3383 services_controller.go:477] Built service default/kubernetes cluster-wide LB for network=default: []services.LB{} I0703 21:58:03.156786 3383 services_controller.go:479] Built service openshift-network-diagnostics/network-check-target template LB for network=default: []services.LB{} I0703 21:58:03.156790 3383 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.225.242"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:03.156797 3383 services_controller.go:480] Service openshift-network-diagnostics/network-check-target for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:03.156807 3383 services_controller.go:470] Built service openshift-console-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:58:03.156793 3383 services_controller.go:478] Built service default/kubernetes per-node LB for network=default: []services.LB{services.LB{Name:"Service_default/kubernetes_TCP_node_router+switch_ip-10-0-1-250.ec2.internal", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"default/kubernetes"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.0.1", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.20.0.1", Port:6443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-250.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-250.ec2.internal"}, Groups:[]string(nil)}} I0703 21:58:03.156818 3383 services_controller.go:471] Built service openshift-console-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:03.156820 3383 services_controller.go:479] Built service default/kubernetes template LB for network=default: []services.LB{} I0703 21:58:03.156822 3383 services_controller.go:497] Skipping no-op change for service openshift-network-diagnostics/network-check-target for network=default I0703 21:58:03.156830 3383 services_controller.go:386] Finished syncing service network-check-target on namespace openshift-network-diagnostics for network=default : 226.811µs I0703 21:58:03.156831 3383 services_controller.go:480] Service default/kubernetes for network=default has 0 cluster-wide, 1 per-node configs, 0 template configs, making 0 (cluster) 1 (per node) and 0 (template) load balancers I0703 21:58:03.156844 3383 services_controller.go:382] Processing sync for service openshift-dns/dns-default for network=default I0703 21:58:03.156854 3383 services_controller.go:497] Skipping no-op change for service default/kubernetes for network=default I0703 21:58:03.156836 3383 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.225.242", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:03.156860 3383 services_controller.go:386] Finished syncing service kubernetes on namespace default for network=default : 212.201µs I0703 21:58:03.156869 3383 services_controller.go:478] Built service openshift-console-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:58:03.156874 3383 services_controller.go:382] Processing sync for service openshift-kube-controller-manager-operator/metrics for network=default I0703 21:58:03.156891 3383 services_controller.go:479] Built service openshift-console-operator/metrics template LB for network=default: []services.LB{} I0703 21:58:03.156903 3383 services_controller.go:480] Service openshift-console-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:03.156853 3383 services_controller.go:460] Service openshift-dns/dns-default retrieved from lister for network=default: &Service{ObjectMeta:{dns-default openshift-dns 3762793b-61c7-418d-a6c3-bae737b8ee67 1667 0 2026-07-03 21:45:54 +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 da742cf2-a446-47b6-8355-321e6a282753 0xc005187207 }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:dns,Protocol:UDP,Port:53,TargetPort:{1 0 dns},NodePort:0,AppProtocol:nil,},ServicePort{Name:dns-tcp,Protocol:TCP,Port:53,TargetPort:{1 0 dns-tcp},NodePort:0,AppProtocol:nil,},ServicePort{Name:metrics,Protocol:TCP,Port:9154,TargetPort:{1 0 metrics},NodePort:0,AppProtocol:nil,},},Selector:map[string]string{dns.operator.openshift.io/daemonset-dns: default,},ClusterIP:172.30.0.10,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.0.10],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:03.156927 3383 services_controller.go:497] Skipping no-op change for service openshift-console-operator/metrics for network=default I0703 21:58:03.156935 3383 services_controller.go:386] Finished syncing service metrics on namespace openshift-console-operator for network=default : 241.547µs I0703 21:58:03.156890 3383 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 28cd5666-d9bb-4a3a-87db-e5205acaca5a 993 0 2026-07-03 21:45:41 +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 34bb90c2-6c9e-4bce-b872-500297db79ab 0xc0051877cf }] [] []},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.102.221,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.102.221],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:03.156947 3383 services_controller.go:382] Processing sync for service openshift-monitoring/cluster-monitoring-operator for network=default I0703 21:58:03.156950 3383 services_controller.go:382] Processing sync for service openshift-network-operator/metrics for network=default I0703 21:58:03.156956 3383 services_controller.go:386] Finished syncing service cluster-monitoring-operator on namespace openshift-monitoring for network=default : 9.253µs I0703 21:58:03.156959 3383 services_controller.go:386] Finished syncing service metrics on namespace openshift-network-operator for network=default : 9.08µs I0703 21:58:03.156961 3383 lb_config.go:1030] Cluster endpoints for openshift-kube-controller-manager-operator/metrics for network=default are: map[] I0703 21:58:03.156966 3383 services_controller.go:382] Processing sync for service openshift-service-ca-operator/metrics for network=default I0703 21:58:03.156970 3383 services_controller.go:382] Processing sync for service openshift-cluster-version/cluster-version-operator for network=default I0703 21:58:03.156973 3383 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.102.221"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:03.156988 3383 services_controller.go:470] Built service openshift-kube-controller-manager-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:58:03.156997 3383 services_controller.go:471] Built service openshift-kube-controller-manager-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:03.156978 3383 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 48a9d7e4-1a38-4019-a4fa-ebca071a9df3 503 0 2026-07-03 21:45:06 +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.7.124,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.7.124],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:03.156977 3383 services_controller.go:460] Service openshift-service-ca-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-service-ca-operator 1e715ea9-d128-4e26-8ca0-5d27e5eb2288 883 0 2026-07-03 21:45:39 +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 34bb90c2-6c9e-4bce-b872-500297db79ab 0xc005187f07 }] [] []},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.150.115,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.150.115],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:03.157014 3383 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.102.221", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:03.157037 3383 services_controller.go:382] Processing sync for service openshift-multus/network-metrics-service for network=default I0703 21:58:03.157043 3383 services_controller.go:478] Built service openshift-kube-controller-manager-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:58:03.157045 3383 services_controller.go:386] Finished syncing service network-metrics-service on namespace openshift-multus for network=default : 7.807µs I0703 21:58:03.156938 3383 lb_config.go:1030] Cluster endpoints for openshift-dns/dns-default for network=default are: map[] I0703 21:58:03.157054 3383 services_controller.go:479] Built service openshift-kube-controller-manager-operator/metrics template LB for network=default: []services.LB{} I0703 21:58:03.157055 3383 services_controller.go:382] Processing sync for service default/openshift-apiserver for network=default I0703 21:58:03.157065 3383 services_controller.go:480] Service openshift-kube-controller-manager-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:03.157030 3383 lb_config.go:1030] Cluster endpoints for openshift-cluster-version/cluster-version-operator for network=default are: map[] I0703 21:58:03.157077 3383 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.7.124"}, protocol:"TCP", inport:9099, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:03.157065 3383 services_controller.go:469] Built service openshift-dns/dns-default LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 21:58:03.157065 3383 services_controller.go:460] Service default/openshift-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-apiserver default 50ad24c5-47b8-4900-9710-9941ca0a3486 1599 0 2026-07-03 21:45:53 +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.205.247,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.205.247],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:03.157101 3383 services_controller.go:470] Built service openshift-dns/dns-default LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.0.10"}, protocol:"UDP", inport:53, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}, services.lbConfig{vips:[]string{"172.30.0.10"}, protocol:"TCP", inport:53, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}, services.lbConfig{vips:[]string{"172.30.0.10"}, protocol:"TCP", inport:9154, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:03.157085 3383 services_controller.go:497] Skipping no-op change for service openshift-kube-controller-manager-operator/metrics for network=default I0703 21:58:03.157145 3383 services_controller.go:471] Built service openshift-dns/dns-default LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:03.157153 3383 services_controller.go:386] Finished syncing service metrics on namespace openshift-kube-controller-manager-operator for network=default : 278.308µs I0703 21:58:03.157166 3383 services_controller.go:382] Processing sync for service default/openshift-oauth-apiserver for network=default I0703 21:58:03.157180 3383 services_controller.go:477] Built service openshift-dns/dns-default cluster-wide LB for network=default: []services.LB{} I0703 21:58:03.157172 3383 services_controller.go:460] Service default/openshift-oauth-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-oauth-apiserver default 21caa8ad-fcb9-4e12-b4de-c0a650a1bd40 1619 0 2026-07-03 21:45:53 +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.89.15,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.89.15],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:03.156965 3383 zone_ic_handler.go:259] Creating interconnect resources for remote zone node ip-10-0-2-121.ec2.internal for the network default I0703 21:58:03.157194 3383 services_controller.go:478] Built service openshift-dns/dns-default per-node LB for network=default: []services.LB{services.LB{Name:"Service_openshift-dns/dns-default_TCP_node_router+switch_ip-10-0-1-250.ec2.internal", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-dns/dns-default"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.0.10", Port:53, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.0.10", Port:9154, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-250.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-250.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-dns/dns-default_UDP_node_router+switch_ip-10-0-1-250.ec2.internal", UUID:"", Protocol:"UDP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-dns/dns-default"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.0.10", Port:53, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-250.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-250.ec2.internal"}, Groups:[]string(nil)}} I0703 21:58:03.157230 3383 lb_config.go:1030] Cluster endpoints for default/openshift-oauth-apiserver for network=default are: map[TCP/https:{443 [172.30.221.246] []}] I0703 21:58:03.157241 3383 services_controller.go:469] Built service default/openshift-oauth-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 21:58:03.157240 3383 services_controller.go:479] Built service openshift-dns/dns-default template LB for network=default: []services.LB{} I0703 21:58:03.157247 3383 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.89.15"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.221.246"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:03.157253 3383 services_controller.go:480] Service openshift-dns/dns-default for network=default has 0 cluster-wide, 3 per-node configs, 0 template configs, making 0 (cluster) 2 (per node) and 0 (template) load balancers I0703 21:58:03.157267 3383 services_controller.go:471] Built service default/openshift-oauth-apiserver LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:03.157288 3383 services_controller.go:497] Skipping no-op change for service openshift-dns/dns-default for network=default I0703 21:58:03.157335 3383 services_controller.go:386] Finished syncing service dns-default on namespace openshift-dns for network=default : 491.366µs I0703 21:58:03.157352 3383 services_controller.go:382] Processing sync for service openshift-cloud-credential-operator/cco-metrics for network=default I0703 21:58:03.157363 3383 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 4f8da74e-12c5-4ed5-a57f-d48d3396b707 1179 0 2026-07-03 21:45:45 +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 34bb90c2-6c9e-4bce-b872-500297db79ab 0xc0051869bb }] [] []},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.81.21,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.81.21],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:03.157427 3383 lb_config.go:1030] Cluster endpoints for openshift-cloud-credential-operator/cco-metrics for network=default are: map[] I0703 21:58:03.157098 3383 services_controller.go:470] Built service openshift-cluster-version/cluster-version-operator LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:58:03.157436 3383 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.81.21"}, protocol:"TCP", inport:8443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:03.157441 3383 services_controller.go:471] Built service openshift-cluster-version/cluster-version-operator LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:03.157446 3383 services_controller.go:470] Built service openshift-cloud-credential-operator/cco-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:58:03.157290 3383 services_controller.go:477] Built service default/openshift-oauth-apiserver cluster-wide LB for network=default: []services.LB{} I0703 21:58:03.157456 3383 services_controller.go:471] Built service openshift-cloud-credential-operator/cco-metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:03.157460 3383 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.7.124", Port:9099, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:03.157462 3383 services_controller.go:478] Built service default/openshift-oauth-apiserver per-node LB for network=default: []services.LB{services.LB{Name:"Service_default/openshift-oauth-apiserver_TCP_node_router+switch_ip-10-0-1-250.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.89.15", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.221.246", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-250.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-250.ec2.internal"}, Groups:[]string(nil)}} I0703 21:58:03.157473 3383 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.81.21", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:03.157488 3383 services_controller.go:478] Built service openshift-cluster-version/cluster-version-operator per-node LB for network=default: []services.LB{} I0703 21:58:03.157493 3383 services_controller.go:479] Built service default/openshift-oauth-apiserver template LB for network=default: []services.LB{} I0703 21:58:03.157495 3383 services_controller.go:478] Built service openshift-cloud-credential-operator/cco-metrics per-node LB for network=default: []services.LB{} I0703 21:58:03.157497 3383 services_controller.go:479] Built service openshift-cluster-version/cluster-version-operator template LB for network=default: []services.LB{} I0703 21:58:03.157502 3383 services_controller.go:480] Service default/openshift-oauth-apiserver for network=default has 0 cluster-wide, 1 per-node configs, 0 template configs, making 0 (cluster) 1 (per node) and 0 (template) load balancers I0703 21:58:03.157503 3383 services_controller.go:479] Built service openshift-cloud-credential-operator/cco-metrics template LB for network=default: []services.LB{} I0703 21:58:03.157505 3383 services_controller.go:480] Service openshift-cluster-version/cluster-version-operator for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:03.157512 3383 services_controller.go:480] Service openshift-cloud-credential-operator/cco-metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:03.157520 3383 services_controller.go:497] Skipping no-op change for service default/openshift-oauth-apiserver for network=default I0703 21:58:03.157522 3383 services_controller.go:497] Skipping no-op change for service openshift-cluster-version/cluster-version-operator for network=default I0703 21:58:03.157525 3383 services_controller.go:386] Finished syncing service openshift-oauth-apiserver on namespace default for network=default : 358.875µs I0703 21:58:03.157527 3383 services_controller.go:386] Finished syncing service cluster-version-operator on namespace openshift-cluster-version for network=default : 558.166µs I0703 21:58:03.157532 3383 services_controller.go:497] Skipping no-op change for service openshift-cloud-credential-operator/cco-metrics for network=default I0703 21:58:03.157535 3383 services_controller.go:382] Processing sync for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0703 21:58:03.157045 3383 lb_config.go:1030] Cluster endpoints for openshift-service-ca-operator/metrics for network=default are: map[] I0703 21:58:03.157539 3383 services_controller.go:386] Finished syncing service cco-metrics on namespace openshift-cloud-credential-operator for network=default : 187.427µs I0703 21:58:03.157538 3383 services_controller.go:382] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0703 21:58:03.157552 3383 services_controller.go:382] Processing sync for service openshift-dns-operator/metrics for network=default I0703 21:58:03.157555 3383 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.150.115"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:03.157571 3383 services_controller.go:470] Built service openshift-service-ca-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:58:03.157582 3383 services_controller.go:471] Built service openshift-service-ca-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:03.157551 3383 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 f1474dfc-6f32-4447-ad5e-90f6713dbc51 5040 0 2026-07-03 21:47:51 +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.190.203,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.190.203],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:03.157545 3383 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 d881cdd3-0556-4981-aa28-046642617ea9 1038 0 2026-07-03 21:45:42 +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 34bb90c2-6c9e-4bce-b872-500297db79ab 0xc005186cd7 }] [] []},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.63.139,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.63.139],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:03.157602 3383 lb_config.go:1030] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default are: map[] I0703 21:58:03.157561 3383 services_controller.go:460] Service openshift-dns-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-dns-operator f9bca9e6-aac4-42ed-ab35-6cae287e356d 1101 0 2026-07-03 21:45:43 +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 34bb90c2-6c9e-4bce-b872-500297db79ab 0xc00518711f }] [] []},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.11.73,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.11.73],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:03.157611 3383 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.190.203"}, protocol:"TCP", inport:8383, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:03.157600 3383 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.150.115", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:03.157617 3383 lb_config.go:1030] Cluster endpoints for openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default are: map[] I0703 21:58:03.157623 3383 services_controller.go:470] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:58:03.157625 3383 lb_config.go:1030] Cluster endpoints for openshift-dns-operator/metrics for network=default are: map[] I0703 21:58:03.157629 3383 services_controller.go:478] Built service openshift-service-ca-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:58:03.157634 3383 services_controller.go:471] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:03.157141 3383 lb_config.go:1030] Cluster endpoints for default/openshift-apiserver for network=default are: map[TCP/https:{443 [172.30.205.104] []}] I0703 21:58:03.157632 3383 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.63.139"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:03.157638 3383 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.11.73"}, protocol:"TCP", inport:9393, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:03.157641 3383 services_controller.go:479] Built service openshift-service-ca-operator/metrics template LB for network=default: []services.LB{} I0703 21:58:03.157649 3383 services_controller.go:470] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:58:03.157651 3383 services_controller.go:470] Built service openshift-dns-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:58:03.157652 3383 services_controller.go:469] Built service default/openshift-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 21:58:03.157656 3383 services_controller.go:480] Service openshift-service-ca-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:03.157660 3383 services_controller.go:471] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:03.157662 3383 services_controller.go:471] Built service openshift-dns-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:03.157650 3383 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.190.203", Port:8383, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:03.157664 3383 services_controller.go:470] Built service default/openshift-apiserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.205.247"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.205.104"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:03.157680 3383 services_controller.go:497] Skipping no-op change for service openshift-service-ca-operator/metrics for network=default I0703 21:58:03.157679 3383 services_controller.go:478] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics per-node LB for network=default: []services.LB{} I0703 21:58:03.157681 3383 services_controller.go:471] Built service default/openshift-apiserver LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:03.157686 3383 services_controller.go:386] Finished syncing service metrics on namespace openshift-service-ca-operator for network=default : 719.527µs I0703 21:58:03.157692 3383 services_controller.go:479] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics template LB for network=default: []services.LB{} I0703 21:58:03.157677 3383 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.63.139", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:03.157696 3383 services_controller.go:382] Processing sync for service openshift-image-registry/image-registry for network=default I0703 21:58:03.157678 3383 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.11.73", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:03.157703 3383 services_controller.go:480] Service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:03.157704 3383 services_controller.go:478] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics per-node LB for network=default: []services.LB{} I0703 21:58:03.157705 3383 services_controller.go:477] Built service default/openshift-apiserver cluster-wide LB for network=default: []services.LB{} I0703 21:58:03.157709 3383 services_controller.go:478] Built service openshift-dns-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:58:03.157716 3383 services_controller.go:479] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics template LB for network=default: []services.LB{} I0703 21:58:03.157722 3383 services_controller.go:479] Built service openshift-dns-operator/metrics template LB for network=default: []services.LB{} I0703 21:58:03.157726 3383 services_controller.go:497] Skipping no-op change for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0703 21:58:03.157727 3383 services_controller.go:480] Service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:03.157733 3383 services_controller.go:386] Finished syncing service deployment-validation-operator-metrics on namespace openshift-deployment-validation-operator for network=default : 193.95µs I0703 21:58:03.157734 3383 services_controller.go:480] Service openshift-dns-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:03.157719 3383 services_controller.go:478] Built service default/openshift-apiserver per-node LB for network=default: []services.LB{services.LB{Name:"Service_default/openshift-apiserver_TCP_node_router+switch_ip-10-0-1-250.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.205.247", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.205.104", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-250.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-250.ec2.internal"}, Groups:[]string(nil)}} I0703 21:58:03.157746 3383 services_controller.go:382] Processing sync for service openshift-machine-config-operator/machine-config-controller for network=default I0703 21:58:03.157705 3383 services_controller.go:460] Service openshift-image-registry/image-registry retrieved from lister for network=default: &Service{ObjectMeta:{image-registry openshift-image-registry 882c1808-1de8-44f1-ba7e-224aeeab403b 1834 0 2026-07-03 21:45:56 +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.30.99,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.30.99],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:03.157749 3383 services_controller.go:479] Built service default/openshift-apiserver template LB for network=default: []services.LB{} I0703 21:58:03.157751 3383 services_controller.go:497] Skipping no-op change for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0703 21:58:03.157757 3383 services_controller.go:497] Skipping no-op change for service openshift-dns-operator/metrics for network=default I0703 21:58:03.157760 3383 services_controller.go:386] Finished syncing service cluster-storage-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 223.736µs I0703 21:58:03.157763 3383 services_controller.go:386] Finished syncing service metrics on namespace openshift-dns-operator for network=default : 212.499µs I0703 21:58:03.157762 3383 services_controller.go:480] Service default/openshift-apiserver for network=default has 0 cluster-wide, 1 per-node configs, 0 template configs, making 0 (cluster) 1 (per node) and 0 (template) load balancers I0703 21:58:03.157766 3383 lb_config.go:1030] Cluster endpoints for openshift-image-registry/image-registry for network=default are: map[] I0703 21:58:03.157775 3383 services_controller.go:382] Processing sync for service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0703 21:58:03.157777 3383 services_controller.go:382] Processing sync for service openshift-cluster-samples-operator/metrics for network=default I0703 21:58:03.157782 3383 services_controller.go:386] Finished syncing service node-tuning-operator on namespace openshift-cluster-node-tuning-operator for network=default : 8.297µs I0703 21:58:03.157784 3383 services_controller.go:386] Finished syncing service metrics on namespace openshift-cluster-samples-operator for network=default : 8.317µs I0703 21:58:03.157787 3383 services_controller.go:497] Skipping no-op change for service default/openshift-apiserver for network=default I0703 21:58:03.157297 3383 model_client.go:374] Create operations generated as: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[0a:58:64:58:00:04 100.88.0.4/16]} external_ids:{GoMap:map[node:ip-10-0-2-121.ec2.internal]} name:tstor-ip-10-0-2-121.ec2.internal options:{GoMap:map[requested-chassis:ip-10-0-2-121.ec2.internal requested-tnl-key:4]} type:remote] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2314545654}] I0703 21:58:03.157791 3383 services_controller.go:382] Processing sync for service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0703 21:58:03.157795 3383 services_controller.go:382] Processing sync for service openshift-ingress-operator/metrics for network=default I0703 21:58:03.157793 3383 services_controller.go:386] Finished syncing service openshift-apiserver on namespace default for network=default : 737.806µs I0703 21:58:03.157754 3383 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 4e2c0bcb-e8ae-4fa0-903c-5b765eff1e63 822 0 2026-07-03 21:45:37 +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 34bb90c2-6c9e-4bce-b872-500297db79ab 0xc00518790b }] [] []},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.206.77,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.206.77],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:03.157807 3383 services_controller.go:382] Processing sync for service openshift-ingress/router-internal-default for network=default I0703 21:58:03.157825 3383 lb_config.go:1030] Cluster endpoints for openshift-machine-config-operator/machine-config-controller for network=default are: map[] I0703 21:58:03.157800 3383 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 c6f10d19-2d79-431f-a915-a2b734a1b708 1002 0 2026-07-03 21:45:41 +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 34bb90c2-6c9e-4bce-b872-500297db79ab 0xc005186d87 }] [] []},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.26.82,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.26.82],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:03.157842 3383 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.206.77"}, protocol:"TCP", inport:9001, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:03.157803 3383 services_controller.go:460] Service openshift-ingress-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-ingress-operator 7d7aef84-5037-4562-b34e-07f75ed951fc 1592 0 2026-07-03 21:45:53 +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 34bb90c2-6c9e-4bce-b872-500297db79ab 0xc005187477 }] [] []},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.158.118,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.158.118],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:03.157837 3383 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:u2314545654}]}}] Timeout: Where:[where column _uuid == {e107177d-7840-4554-8cb8-112ef047c65f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:03.157856 3383 services_controller.go:470] Built service openshift-machine-config-operator/machine-config-controller LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:58:03.157861 3383 lb_config.go:1030] Cluster endpoints for openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default are: map[] I0703 21:58:03.157868 3383 services_controller.go:471] Built service openshift-machine-config-operator/machine-config-controller LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:03.157816 3383 services_controller.go:460] Service openshift-ingress/router-internal-default retrieved from lister for network=default: &Service{ObjectMeta:{router-internal-default openshift-ingress 322c22ab-fdf6-4696-a920-a2b38051e018 2986 0 2026-07-03 21:46:13 +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 04cb0ff4-eb35-4a7b-9e56-a2cda3ee6f7b 0xc00518762e }] [] []},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.58.210,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.58.210],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:03.157874 3383 lb_config.go:1030] Cluster endpoints for openshift-ingress-operator/metrics for network=default are: map[] I0703 21:58:03.157874 3383 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.26.82"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:03.157887 3383 services_controller.go:470] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:58:03.157887 3383 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.158.118"}, protocol:"TCP", inport:9393, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:03.157893 3383 lb_config.go:1030] Cluster endpoints for openshift-ingress/router-internal-default for network=default are: map[] I0703 21:58:03.157864 3383 transact.go:43] Configuring OVN: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[0a:58:64:58:00:04 100.88.0.4/16]} external_ids:{GoMap:map[node:ip-10-0-2-121.ec2.internal]} name:tstor-ip-10-0-2-121.ec2.internal options:{GoMap:map[requested-chassis:ip-10-0-2-121.ec2.internal requested-tnl-key:4]} type:remote] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2314545654} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2314545654}]}}] Timeout: Where:[where column _uuid == {e107177d-7840-4554-8cb8-112ef047c65f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:03.157897 3383 services_controller.go:471] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:03.157901 3383 services_controller.go:470] Built service openshift-ingress-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:58:03.157884 3383 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.206.77", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:03.157912 3383 services_controller.go:471] Built service openshift-ingress-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:03.157916 3383 services_controller.go:478] Built service openshift-machine-config-operator/machine-config-controller per-node LB for network=default: []services.LB{} I0703 21:58:03.157907 3383 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.58.210"}, 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.58.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}, services.lbConfig{vips:[]string{"172.30.58.210"}, protocol:"TCP", inport:1936, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:03.157928 3383 services_controller.go:479] Built service openshift-machine-config-operator/machine-config-controller template LB for network=default: []services.LB{} I0703 21:58:03.157929 3383 services_controller.go:470] Built service openshift-ingress/router-internal-default LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:58:03.157915 3383 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.26.82", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:03.157940 3383 services_controller.go:471] Built service openshift-ingress/router-internal-default LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:03.157940 3383 services_controller.go:480] Service openshift-machine-config-operator/machine-config-controller for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:03.157943 3383 services_controller.go:478] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics per-node LB for network=default: []services.LB{} I0703 21:58:03.157932 3383 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.158.118", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:03.157954 3383 services_controller.go:479] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics template LB for network=default: []services.LB{} I0703 21:58:03.157959 3383 services_controller.go:478] Built service openshift-ingress-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:58:03.157963 3383 services_controller.go:497] Skipping no-op change for service openshift-machine-config-operator/machine-config-controller for network=default I0703 21:58:03.157965 3383 services_controller.go:480] Service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:03.157971 3383 services_controller.go:479] Built service openshift-ingress-operator/metrics template LB for network=default: []services.LB{} I0703 21:58:03.157971 3383 services_controller.go:386] Finished syncing service machine-config-controller on namespace openshift-machine-config-operator for network=default : 224.943µs I0703 21:58:03.157957 3383 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.58.210", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.58.210", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.58.210", Port:1936, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:03.157980 3383 services_controller.go:480] Service openshift-ingress-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:03.157983 3383 services_controller.go:382] Processing sync for service openshift-authentication-operator/metrics for network=default I0703 21:58:03.157987 3383 services_controller.go:478] Built service openshift-ingress/router-internal-default per-node LB for network=default: []services.LB{} I0703 21:58:03.157989 3383 services_controller.go:497] Skipping no-op change for service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0703 21:58:03.157998 3383 services_controller.go:386] Finished syncing service csi-snapshot-controller-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 206.269µs I0703 21:58:03.157999 3383 services_controller.go:479] Built service openshift-ingress/router-internal-default template LB for network=default: []services.LB{} I0703 21:58:03.157781 3383 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.30.99"}, protocol:"TCP", inport:5000, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:03.158010 3383 services_controller.go:382] Processing sync for service openshift-ingress-canary/ingress-canary for network=default I0703 21:58:03.158016 3383 services_controller.go:480] Service openshift-ingress/router-internal-default for network=default has 3 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:03.158017 3383 services_controller.go:470] Built service openshift-image-registry/image-registry LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:58:03.158027 3383 services_controller.go:471] Built service openshift-image-registry/image-registry LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:03.157994 3383 services_controller.go:460] Service openshift-authentication-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-authentication-operator 46cbe934-1099-4898-ab71-e6255dab7558 734 0 2026-07-03 21:45:35 +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 34bb90c2-6c9e-4bce-b872-500297db79ab 0xc005186927 }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 8443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{app: authentication-operator,},ClusterIP:172.30.101.120,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.101.120],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:03.158039 3383 services_controller.go:497] Skipping no-op change for service openshift-ingress/router-internal-default for network=default I0703 21:58:03.158045 3383 services_controller.go:386] Finished syncing service router-internal-default on namespace openshift-ingress for network=default : 238.402µs I0703 21:58:03.158053 3383 lb_config.go:1030] Cluster endpoints for openshift-authentication-operator/metrics for network=default are: map[] I0703 21:58:03.158056 3383 services_controller.go:382] Processing sync for service openshift-insights/metrics for network=default I0703 21:58:03.158041 3383 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.30.99", Port:5000, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:03.158017 3383 services_controller.go:460] Service openshift-ingress-canary/ingress-canary retrieved from lister for network=default: &Service{ObjectMeta:{ingress-canary openshift-ingress-canary 4819f457-6510-4569-b406-c0b3660420e6 3620 0 2026-07-03 21:46:20 +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 1f1ef523-f5fe-42ec-99fc-c4139726322c 0xc005187390 }] [] []},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.197.227,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.197.227],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:03.158068 3383 services_controller.go:478] Built service openshift-image-registry/image-registry per-node LB for network=default: []services.LB{} I0703 21:58:03.158066 3383 services_controller.go:469] Built service openshift-authentication-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.101.120"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:03.158076 3383 services_controller.go:479] Built service openshift-image-registry/image-registry template LB for network=default: []services.LB{} I0703 21:58:03.158080 3383 services_controller.go:470] Built service openshift-authentication-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:58:03.158084 3383 services_controller.go:480] Service openshift-image-registry/image-registry for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:03.158085 3383 lb_config.go:1030] Cluster endpoints for openshift-ingress-canary/ingress-canary for network=default are: map[] I0703 21:58:03.158090 3383 services_controller.go:471] Built service openshift-authentication-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:03.158097 3383 services_controller.go:497] Skipping no-op change for service openshift-image-registry/image-registry for network=default I0703 21:58:03.158102 3383 services_controller.go:386] Finished syncing service image-registry on namespace openshift-image-registry for network=default : 405.815µs I0703 21:58:03.158098 3383 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.197.227"}, protocol:"TCP", inport:8443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}, services.lbConfig{vips:[]string{"172.30.197.227"}, protocol:"TCP", inport:8888, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:03.158066 3383 services_controller.go:460] Service openshift-insights/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-insights 371a2df2-f482-4b3f-8e1c-4cab6e5e756d 1958 0 2026-07-03 21:45:59 +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 34bb90c2-6c9e-4bce-b872-500297db79ab 0xc00518772b }] [] []},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.57.17,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.57.17],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:03.158004 3383 services_controller.go:497] Skipping no-op change for service openshift-ingress-operator/metrics for network=default I0703 21:58:03.158131 3383 services_controller.go:382] Processing sync for service openshift-network-console/networking-console-plugin for network=default I0703 21:58:03.158135 3383 services_controller.go:470] Built service openshift-ingress-canary/ingress-canary LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:58:03.158141 3383 services_controller.go:386] Finished syncing service metrics on namespace openshift-ingress-operator for network=default : 343.702µs I0703 21:58:03.158145 3383 services_controller.go:471] Built service openshift-ingress-canary/ingress-canary LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:03.158135 3383 services_controller.go:477] Built service openshift-authentication-operator/metrics cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-authentication-operator/metrics_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-authentication-operator/metrics"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.101.120", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:03.158158 3383 services_controller.go:382] Processing sync for service openshift-network-diagnostics/network-check-source for network=default I0703 21:58:03.158159 3383 services_controller.go:478] Built service openshift-authentication-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:58:03.158166 3383 services_controller.go:386] Finished syncing service network-check-source on namespace openshift-network-diagnostics for network=default : 8.817µs I0703 21:58:03.158171 3383 services_controller.go:479] Built service openshift-authentication-operator/metrics template LB for network=default: []services.LB{} I0703 21:58:03.158175 3383 services_controller.go:382] Processing sync for service default/packageserver for network=default I0703 21:58:03.158162 3383 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.197.227", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.197.227", Port:8888, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:03.158184 3383 services_controller.go:480] Service openshift-authentication-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:03.158189 3383 services_controller.go:478] Built service openshift-ingress-canary/ingress-canary per-node LB for network=default: []services.LB{} I0703 21:58:03.158145 3383 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 f8addfd9-9cc6-4025-988d-7c334874812b 4206 0 2026-07-03 21:46:37 +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 83876b0a-aba3-46b6-808c-f459981ad792 0xc005187c1e 0xc005187c1f}] [] []},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.135.254,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.135.254],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:03.158201 3383 services_controller.go:479] Built service openshift-ingress-canary/ingress-canary template LB for network=default: []services.LB{} I0703 21:58:03.158207 3383 services_controller.go:497] Skipping no-op change for service openshift-authentication-operator/metrics for network=default I0703 21:58:03.158215 3383 services_controller.go:480] Service openshift-ingress-canary/ingress-canary for network=default has 2 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:03.158215 3383 services_controller.go:386] Finished syncing service metrics on namespace openshift-authentication-operator for network=default : 231.418µs I0703 21:58:03.158224 3383 lb_config.go:1030] Cluster endpoints for openshift-network-console/networking-console-plugin for network=default are: map[] I0703 21:58:03.158187 3383 services_controller.go:460] Service default/packageserver retrieved from lister for network=default: &Service{ObjectMeta:{packageserver default dcebf003-0c65-4442-9b2c-8a253fce7c45 1720 0 2026-07-03 21:45:55 +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.147.20,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.147.20],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:03.158232 3383 services_controller.go:382] Processing sync for service openshift-cluster-machine-approver/machine-approver for network=default I0703 21:58:03.158233 3383 services_controller.go:497] Skipping no-op change for service openshift-ingress-canary/ingress-canary for network=default I0703 21:58:03.158237 3383 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.135.254"}, protocol:"TCP", inport:9443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:03.158242 3383 services_controller.go:386] Finished syncing service machine-approver on namespace openshift-cluster-machine-approver for network=default : 11.566µs I0703 21:58:03.158242 3383 services_controller.go:386] Finished syncing service ingress-canary on namespace openshift-ingress-canary for network=default : 232.877µs I0703 21:58:03.158252 3383 services_controller.go:470] Built service openshift-network-console/networking-console-plugin LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:58:03.158255 3383 services_controller.go:382] Processing sync for service openshift-config-operator/metrics for network=default I0703 21:58:03.158252 3383 lb_config.go:1030] Cluster endpoints for default/packageserver for network=default are: map[TCP/https:{443 [172.30.178.190] []}] I0703 21:58:03.158259 3383 services_controller.go:382] Processing sync for service openshift-ingress/router-default for network=default I0703 21:58:03.158262 3383 services_controller.go:471] Built service openshift-network-console/networking-console-plugin LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:03.158270 3383 services_controller.go:469] Built service default/packageserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 21:58:03.158280 3383 services_controller.go:470] Built service default/packageserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.147.20"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.178.190"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:03.158281 3383 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.135.254", Port:9443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:03.158299 3383 services_controller.go:471] Built service default/packageserver LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:03.158308 3383 services_controller.go:478] Built service openshift-network-console/networking-console-plugin per-node LB for network=default: []services.LB{} I0703 21:58:03.158265 3383 services_controller.go:460] Service openshift-config-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-config-operator d71b49dd-a25d-47ff-96ce-e6bb15f6c1f8 1784 0 2026-07-03 21:45:55 +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 34bb90c2-6c9e-4bce-b872-500297db79ab 0xc005186e8f }] [] []},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.37.247,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.37.247],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:03.158322 3383 services_controller.go:477] Built service default/packageserver cluster-wide LB for network=default: []services.LB{} I0703 21:58:03.158320 3383 services_controller.go:479] Built service openshift-network-console/networking-console-plugin template LB for network=default: []services.LB{} I0703 21:58:03.158270 3383 services_controller.go:460] Service openshift-ingress/router-default retrieved from lister for network=default: &Service{ObjectMeta:{router-default openshift-ingress 8d209a10-1646-4341-a7ef-a1d8a9929f82 3517 0 2026-07-03 21:46:13 +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=2ratr6qfqvi6pndaj5o6avep3u3o4rvu,api.openshift.com/legal-entity-id=2h8L52xc1VHB4xLFE2YyPmAjYjI,api.openshift.com/name=kx-971a8adf89,cluster-type=rosa-hcp,creation-date=2026-07-03,konflux-ci=true,red-hat-clustertype=rosa,red-hat-managed=true service.beta.kubernetes.io/aws-load-balancer-healthcheck-healthy-threshold:2 service.beta.kubernetes.io/aws-load-balancer-healthcheck-interval:10 service.beta.kubernetes.io/aws-load-balancer-healthcheck-timeout:4 service.beta.kubernetes.io/aws-load-balancer-healthcheck-unhealthy-threshold:2 service.beta.kubernetes.io/aws-load-balancer-type:nlb traffic-policy.network.alpha.openshift.io/local-with-fallback:] [{apps/v1 Deployment router-default 04cb0ff4-eb35-4a7b-9e56-a2cda3ee6f7b 0xc005187567 }] [service.kubernetes.io/load-balancer-cleanup] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:http,Protocol:TCP,Port:80,TargetPort:{1 0 http},NodePort:30936,AppProtocol:nil,},ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{1 0 https},NodePort:30241,AppProtocol:nil,},},Selector:map[string]string{ingresscontroller.operator.openshift.io/deployment-ingresscontroller: default,},ClusterIP:172.30.40.135,Type:LoadBalancer,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:Local,HealthCheckNodePort:32754,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.40.135],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:*true,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{LoadBalancerIngress{IP:,Hostname:a8d209a1016464341a7efa1d8a9929f8-83027fce1f50462f.elb.us-east-1.amazonaws.com,IPMode:nil,Ports:[]PortStatus{},},},},Conditions:[]Condition{},},} I0703 21:58:03.158334 3383 services_controller.go:480] Service openshift-network-console/networking-console-plugin for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:03.158340 3383 lb_config.go:1030] Cluster endpoints for openshift-config-operator/metrics for network=default are: map[] I0703 21:58:03.158332 3383 services_controller.go:478] Built service default/packageserver per-node LB for network=default: []services.LB{services.LB{Name:"Service_default/packageserver_TCP_node_router+switch_ip-10-0-1-250.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.147.20", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.178.190", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-250.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-250.ec2.internal"}, Groups:[]string(nil)}} I0703 21:58:03.158357 3383 lb_config.go:1030] Cluster endpoints for openshift-ingress/router-default for network=default are: map[] I0703 21:58:03.158356 3383 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.37.247"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:03.158362 3383 services_controller.go:497] Skipping no-op change for service openshift-network-console/networking-console-plugin for network=default I0703 21:58:03.158367 3383 lb_config.go:1053] Local endpoints for openshift-ingress/router-default for network=default are: map[] I0703 21:58:03.158372 3383 services_controller.go:386] Finished syncing service networking-console-plugin on namespace openshift-network-console for network=default : 258.858µs I0703 21:58:03.158373 3383 services_controller.go:470] Built service openshift-config-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:58:03.158383 3383 services_controller.go:382] Processing sync for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0703 21:58:03.158384 3383 services_controller.go:471] Built service openshift-config-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:03.158382 3383 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.40.135"}, 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.40.135"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:03.158400 3383 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:30936, 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:30241, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:true, internalTrafficLocal:false, hasNodePort:true}} I0703 21:58:03.158416 3383 services_controller.go:471] Built service openshift-ingress/router-default LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:03.158404 3383 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.37.247", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:03.158389 3383 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 3722d350-158f-4293-ac73-630f14078cf8 1759 0 2026-07-03 21:45:55 +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 34bb90c2-6c9e-4bce-b872-500297db79ab 0xc005187887 }] [] []},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.144.223,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.144.223],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:03.158430 3383 services_controller.go:478] Built service openshift-config-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:58:03.158443 3383 services_controller.go:479] Built service openshift-config-operator/metrics template LB for network=default: []services.LB{} I0703 21:58:03.158362 3383 services_controller.go:479] Built service default/packageserver template LB for network=default: []services.LB{} I0703 21:58:03.158449 3383 lb_config.go:1030] Cluster endpoints for openshift-kube-storage-version-migrator-operator/metrics for network=default are: map[] I0703 21:58:03.158454 3383 services_controller.go:480] Service openshift-config-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:03.158439 3383 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.40.135", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.40.135", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:03.158461 3383 services_controller.go:480] Service default/packageserver for network=default has 0 cluster-wide, 1 per-node configs, 0 template configs, making 0 (cluster) 1 (per node) and 0 (template) load balancers I0703 21:58:03.158461 3383 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.144.223"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:03.158472 3383 services_controller.go:478] Built service openshift-ingress/router-default per-node LB for network=default: []services.LB{} I0703 21:58:03.158474 3383 services_controller.go:470] Built service openshift-kube-storage-version-migrator-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:58:03.158475 3383 services_controller.go:497] Skipping no-op change for service openshift-config-operator/metrics for network=default I0703 21:58:03.158483 3383 services_controller.go:471] Built service openshift-kube-storage-version-migrator-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:03.158484 3383 services_controller.go:479] Built service openshift-ingress/router-default template LB for network=default: []services.LB{} I0703 21:58:03.158488 3383 services_controller.go:497] Skipping no-op change for service default/packageserver for network=default I0703 21:58:03.158485 3383 services_controller.go:386] Finished syncing service metrics on namespace openshift-config-operator for network=default : 229.655µs I0703 21:58:03.158494 3383 services_controller.go:386] Finished syncing service packageserver on namespace default for network=default : 319.138µs I0703 21:58:03.158497 3383 services_controller.go:480] Service openshift-ingress/router-default for network=default has 2 cluster-wide, 2 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:03.158503 3383 services_controller.go:382] Processing sync for service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0703 21:58:03.158512 3383 services_controller.go:386] Finished syncing service ovn-kubernetes-node on namespace openshift-ovn-kubernetes for network=default : 9.498µs I0703 21:58:03.158516 3383 services_controller.go:497] Skipping no-op change for service openshift-ingress/router-default for network=default I0703 21:58:03.158497 3383 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.144.223", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:03.158522 3383 services_controller.go:386] Finished syncing service router-default on namespace openshift-ingress for network=default : 264.311µs I0703 21:58:03.158528 3383 services_controller.go:478] Built service openshift-kube-storage-version-migrator-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:58:03.158538 3383 services_controller.go:479] Built service openshift-kube-storage-version-migrator-operator/metrics template LB for network=default: []services.LB{} I0703 21:58:03.158548 3383 services_controller.go:480] Service openshift-kube-storage-version-migrator-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:03.158569 3383 services_controller.go:497] Skipping no-op change for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0703 21:58:03.158580 3383 services_controller.go:386] Finished syncing service metrics on namespace openshift-kube-storage-version-migrator-operator for network=default : 197.818µs I0703 21:58:03.158591 3383 lb_config.go:1030] Cluster endpoints for openshift-insights/metrics for network=default are: map[] I0703 21:58:03.158609 3383 services_controller.go:469] Built service openshift-insights/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.57.17"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:03.158622 3383 services_controller.go:470] Built service openshift-insights/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:58:03.158628 3383 services_controller.go:471] Built service openshift-insights/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:03.158639 3383 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.57.17", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:03.158656 3383 services_controller.go:478] Built service openshift-insights/metrics per-node LB for network=default: []services.LB{} I0703 21:58:03.158664 3383 services_controller.go:479] Built service openshift-insights/metrics template LB for network=default: []services.LB{} I0703 21:58:03.158670 3383 services_controller.go:480] Service openshift-insights/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:03.158684 3383 services_controller.go:497] Skipping no-op change for service openshift-insights/metrics for network=default I0703 21:58:03.158687 3383 services_controller.go:386] Finished syncing service metrics on namespace openshift-insights for network=default : 632.791µs I0703 21:58:03.159004 3383 model_client.go:374] Create operations generated as: [{Op:insert Table:Logical_Router_Static_Route Row:map[external_ids:{GoMap:map[ic-node:ip-10-0-2-121.ec2.internal k8s.ovn.org/network:default]} ip_prefix:10.130.0.0/23 nexthop:100.88.0.4] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2314545655}] I0703 21:58:03.159066 3383 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:u2314545655}]}}] Timeout: Where:[where column _uuid == {279dfb7d-bdb3-4b1e-b1c2-52ed8e8efcaf}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:03.159152 3383 model_client.go:374] Create operations generated as: [{Op:insert Table:Logical_Router_Static_Route Row:map[external_ids:{GoMap:map[ic-node:ip-10-0-2-121.ec2.internal k8s.ovn.org/network:default]} ip_prefix:100.64.0.4/32 nexthop:100.88.0.4] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2314545656}] I0703 21:58:03.159190 3383 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:u2314545656}]}}] Timeout: Where:[where column _uuid == {279dfb7d-bdb3-4b1e-b1c2-52ed8e8efcaf}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:03.159216 3383 transact.go:43] Configuring OVN: [{Op:insert Table:Logical_Router_Static_Route Row:map[external_ids:{GoMap:map[ic-node:ip-10-0-2-121.ec2.internal k8s.ovn.org/network:default]} ip_prefix:10.130.0.0/23 nexthop:100.88.0.4] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2314545655} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u2314545655}]}}] Timeout: Where:[where column _uuid == {279dfb7d-bdb3-4b1e-b1c2-52ed8e8efcaf}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:insert Table:Logical_Router_Static_Route Row:map[external_ids:{GoMap:map[ic-node:ip-10-0-2-121.ec2.internal k8s.ovn.org/network:default]} ip_prefix:100.64.0.4/32 nexthop:100.88.0.4] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2314545656} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u2314545656}]}}] Timeout: Where:[where column _uuid == {279dfb7d-bdb3-4b1e-b1c2-52ed8e8efcaf}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:03.159844 3383 zone_ic_handler.go:264] Creating Interconnect resources for node "ip-10-0-2-121.ec2.internal" on network "default" took: 2.895331ms I0703 21:58:03.159897 3383 master.go:700] Creating Interconnect resources for remote node "ip-10-0-2-121.ec2.internal" on network "default" took: 4.015228ms I0703 21:58:03.159939 3383 obj_retry.go:565] Update event received for resource *factory.egressNode, old object is equal to new: false I0703 21:58:03.159973 3383 obj_retry.go:617] Update event received for *factory.egressNode ip-10-0-2-121.ec2.internal I0703 21:58:03.375406 3383 ovs.go:160] Exec(47): /usr/bin/ovs-appctl --timeout=15 -t /var/run/ovn/ovn-controller.2981.ctl connection-status I0703 21:58:03.380335 3383 ovs.go:163] Exec(47): stdout: "connected\n" I0703 21:58:03.380352 3383 ovs.go:164] Exec(47): stderr: "" I0703 21:58:03.380360 3383 default_node_network_controller.go:523] Node connection status = connected I0703 21:58:03.380369 3383 ovs.go:160] Exec(48): /usr/bin/ovs-vsctl --timeout=15 -- br-exists br-int I0703 21:58:03.386829 3383 ovs.go:163] Exec(48): stdout: "" I0703 21:58:03.386848 3383 ovs.go:164] Exec(48): stderr: "" I0703 21:58:03.386860 3383 ovs.go:160] Exec(49): /usr/bin/ovs-ofctl dump-aggregate br-int I0703 21:58:03.391780 3383 ovs.go:163] Exec(49): stdout: "NXST_AGGREGATE reply (xid=0x4): packet_count=0 byte_count=0 flow_count=23\n" I0703 21:58:03.391855 3383 ovs.go:164] Exec(49): stderr: "" I0703 21:58:03.391876 3383 ovs.go:160] Exec(50): /usr/bin/ovs-vsctl --timeout=15 --if-exists get interface patch-br-ex_ip-10-0-1-250.ec2.internal-to-br-int ofport I0703 21:58:03.397619 3383 ovs.go:163] Exec(50): stdout: "" I0703 21:58:03.397632 3383 ovs.go:164] Exec(50): stderr: "" I0703 21:58:03.416956 3383 admin_network_policy_controller.go:534] Updating Pod in Admin Network Policy controller openshift-network-diagnostics/network-check-target-lrxjg: podLabels app=network-check-target,controller-revision-hash=76fbc57bbf,kubernetes.io/os=linux,pod-template-generation=1, podIPs: [10.130.0.3], PodStatus: false, PodCompleted?: false I0703 21:58:03.416982 3383 obj_retry.go:565] Update event received for resource *v1.Pod, old object is equal to new: false I0703 21:58:03.417094 3383 default_network_controller.go:676] Recording update event on pod openshift-network-diagnostics/network-check-target-lrxjg I0703 21:58:03.417042 3383 admin_network_policy_pod.go:57] Processing sync for Pod openshift-network-diagnostics/network-check-target-lrxjg in Admin Network Policy controller I0703 21:58:03.417192 3383 admin_network_policy_pod.go:60] Finished syncing Pod openshift-network-diagnostics/network-check-target-lrxjg Admin Network Policy controller: took 151.611µs I0703 21:58:03.417108 3383 obj_retry.go:565] Update event received for resource *v1.Pod, old object is equal to new: false I0703 21:58:03.417238 3383 default_network_controller.go:676] Recording update event on pod openshift-multus/network-metrics-daemon-4d5q7 I0703 21:58:03.417252 3383 obj_retry.go:617] Update event received for *v1.Pod openshift-multus/network-metrics-daemon-4d5q7 I0703 21:58:03.417268 3383 ovn.go:139] Ensuring zone remote for Pod openshift-multus/network-metrics-daemon-4d5q7 in node ip-10-0-2-121.ec2.internal I0703 21:58:03.417103 3383 admin_network_policy_controller.go:534] Updating Pod in Admin Network Policy controller openshift-multus/network-metrics-daemon-4d5q7: podLabels app=network-metrics-daemon,component=network,controller-revision-hash=c65749989,openshift.io/component=network,pod-template-generation=1,type=infra, podIPs: [10.130.0.4], PodStatus: false, PodCompleted?: false I0703 21:58:03.417157 3383 obj_retry.go:617] Update event received for *v1.Pod openshift-network-diagnostics/network-check-target-lrxjg I0703 21:58:03.417372 3383 admin_network_policy_pod.go:57] Processing sync for Pod openshift-multus/network-metrics-daemon-4d5q7 in Admin Network Policy controller I0703 21:58:03.417384 3383 address_set.go:576] (u2314545446/default-network-controller:Namespace:openshift-multus:v4/a13687770890520536676) adding Addresses ([10.130.0.4]) to address set I0703 21:58:03.417386 3383 admin_network_policy_pod.go:60] Finished syncing Pod openshift-multus/network-metrics-daemon-4d5q7 Admin Network Policy controller: took 17.996µs I0703 21:58:03.417389 3383 ovn.go:139] Ensuring zone remote for Pod openshift-network-diagnostics/network-check-target-lrxjg in node ip-10-0-2-121.ec2.internal I0703 21:58:03.417423 3383 model_client.go:399] Mutate operations generated as: [{Op:mutate Table:Address_Set Row:map[] Rows:[] Columns:[] Mutations:[{Column:addresses Mutator:insert Value:{GoSet:[10.130.0.4]}}] Timeout: Where:[where column _uuid == {e403c20f-3984-4a3f-9587-1d047517b7ec}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:03.417477 3383 address_set.go:576] (u2314545472/default-network-controller:Namespace:openshift-network-diagnostics:v4/a1966919964212966539) adding Addresses ([10.130.0.3]) to address set I0703 21:58:03.417487 3383 transact.go:43] Configuring OVN: [{Op:mutate Table:Address_Set Row:map[] Rows:[] Columns:[] Mutations:[{Column:addresses Mutator:insert Value:{GoSet:[10.130.0.4]}}] Timeout: Where:[where column _uuid == {e403c20f-3984-4a3f-9587-1d047517b7ec}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:03.417513 3383 model_client.go:399] Mutate operations generated as: [{Op:mutate Table:Address_Set Row:map[] Rows:[] Columns:[] Mutations:[{Column:addresses Mutator:insert Value:{GoSet:[10.130.0.3]}}] Timeout: Where:[where column _uuid == {cf24b5c2-908e-4d79-b0ff-9a3bb5659dc4}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:03.417536 3383 transact.go:43] Configuring OVN: [{Op:mutate Table:Address_Set Row:map[] Rows:[] Columns:[] Mutations:[{Column:addresses Mutator:insert Value:{GoSet:[10.130.0.3]}}] Timeout: Where:[where column _uuid == {cf24b5c2-908e-4d79-b0ff-9a3bb5659dc4}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:03.417908 3383 default_network_controller.go:705] Recording success event on pod openshift-multus/network-metrics-daemon-4d5q7 I0703 21:58:03.417923 3383 obj_retry.go:565] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 21:58:03.417933 3383 obj_retry.go:617] Update event received for *factory.egressIPPod openshift-multus/network-metrics-daemon-4d5q7 I0703 21:58:03.418006 3383 default_network_controller.go:705] Recording success event on pod openshift-network-diagnostics/network-check-target-lrxjg I0703 21:58:03.418017 3383 obj_retry.go:565] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 21:58:03.418028 3383 obj_retry.go:617] Update event received for *factory.egressIPPod openshift-network-diagnostics/network-check-target-lrxjg I0703 21:58:03.634344 3383 obj_retry.go:565] Update event received for resource *v1.Pod, old object is equal to new: false I0703 21:58:03.634432 3383 default_network_controller.go:676] Recording update event on pod openshift-multus/multus-additional-cni-plugins-drwfh I0703 21:58:03.634467 3383 obj_retry.go:617] Update event received for *v1.Pod openshift-multus/multus-additional-cni-plugins-drwfh I0703 21:58:03.634505 3383 ovn.go:139] Ensuring zone remote for Pod openshift-multus/multus-additional-cni-plugins-drwfh in node ip-10-0-2-121.ec2.internal I0703 21:58:03.634517 3383 default_network_controller.go:705] Recording success event on pod openshift-multus/multus-additional-cni-plugins-drwfh I0703 21:58:03.634527 3383 obj_retry.go:565] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 21:58:03.634540 3383 obj_retry.go:617] Update event received for *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-drwfh I0703 21:58:03.778489 3383 admin_network_policy_controller.go:583] Updating Node in Admin Network Policy controller ip-10-0-0-35.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-971a8adf89-workers-0,hypershift.openshift.io/nodepool-globalps-enabled=true,kubernetes.io/arch=amd64,kubernetes.io/hostname=ip-10-0-0-35.ec2.internal,kubernetes.io/os=linux,node-role.kubernetes.io/worker=,node.kubernetes.io/instance-type=m5.2xlarge,node.openshift.io/os_id=rhel,topology.ebs.csi.aws.com/zone=us-east-1c,topology.k8s.aws/zone-id=use1-az2,topology.kubernetes.io/region=us-east-1,topology.kubernetes.io/zone=us-east-1c, isHostCIDRsAltered?: true I0703 21:58:03.778539 3383 admin_network_policy_node.go:55] Processing sync for Node ip-10-0-0-35.ec2.internal in Admin Network Policy controller I0703 21:58:03.778559 3383 egressservice_zone_node.go:110] Processing sync for Egress Service node ip-10-0-0-35.ec2.internal I0703 21:58:03.778562 3383 node_tracker.go:211] Processing possible switch / router updates for node ip-10-0-0-35.ec2.internal in network "default" I0703 21:58:03.778577 3383 egressservice_zone_node.go:113] Finished syncing Egress Service node ip-10-0-0-35.ec2.internal: 28.329µs I0703 21:58:03.778563 3383 admin_network_policy_node.go:58] Finished syncing Node ip-10-0-0-35.ec2.internal Admin Network Policy controller: took 25.262µs I0703 21:58:03.778629 3383 node_tracker.go:172] Node ip-10-0-0-35.ec2.internal switch + router changed, syncing services in network "default" I0703 21:58:03.778627 3383 obj_retry.go:565] Update event received for resource *v1.Node, old object is equal to new: false I0703 21:58:03.778649 3383 services_controller.go:575] Full service sync requested for network=default I0703 21:58:03.778652 3383 obj_retry.go:617] Update event received for *v1.Node ip-10-0-0-35.ec2.internal I0703 21:58:03.778668 3383 services_controller.go:640] Adding service openshift-machine-config-operator/machine-config-daemon for network=default I0703 21:58:03.778668 3383 obj_retry.go:565] Update event received for resource *factory.egressNode, old object is equal to new: false I0703 21:58:03.778682 3383 obj_retry.go:617] Update event received for *factory.egressNode ip-10-0-0-35.ec2.internal I0703 21:58:03.778685 3383 services_controller.go:640] Adding service openshift-network-diagnostics/network-check-target for network=default I0703 21:58:03.778693 3383 services_controller.go:640] Adding service default/openshift for network=default I0703 21:58:03.778712 3383 default_network_controller.go:1063] Egress IP detected IP address change for node ip-10-0-0-35.ec2.internal. Updating no re-route policies I0703 21:58:03.778723 3383 services_controller.go:382] Processing sync for service openshift-machine-config-operator/machine-config-daemon for network=default I0703 21:58:03.778765 3383 services_controller.go:382] Processing sync for service openshift-network-diagnostics/network-check-target for network=default I0703 21:58:03.778734 3383 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 4e94fc13-785d-4247-a082-01fed9c217be 876 0 2026-07-03 21:45:39 +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 34bb90c2-6c9e-4bce-b872-500297db79ab 0xc0051879d7 }] [] []},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.159.126,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.159.126],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:03.778713 3383 services_controller.go:640] Adding service openshift-apiserver/check-endpoints for network=default I0703 21:58:03.778857 3383 lb_config.go:1030] Cluster endpoints for openshift-machine-config-operator/machine-config-daemon for network=default are: map[] I0703 21:58:03.778862 3383 services_controller.go:640] Adding service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0703 21:58:03.778870 3383 services_controller.go:640] Adding service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0703 21:58:03.778804 3383 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 6a47e559-1f52-46cb-bda6-09643c9f7873 4126 0 2026-07-03 21:46:33 +0000 UTC map[] map[] [{operator.openshift.io/v1 Network cluster 83876b0a-aba3-46b6-808c-f459981ad792 0xc005187d17 0xc005187d18}] [] []},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.87.219,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.87.219],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:03.778877 3383 services_controller.go:640] Adding service openshift-monitoring/cluster-monitoring-operator for network=default I0703 21:58:03.778883 3383 services_controller.go:640] Adding service openshift-network-operator/metrics for network=default I0703 21:58:03.778874 3383 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.159.126"}, 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.159.126"}, protocol:"TCP", inport:8798, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:03.778891 3383 services_controller.go:640] Adding service openshift-service-ca-operator/metrics for network=default I0703 21:58:03.778897 3383 services_controller.go:640] Adding service default/kubernetes for network=default I0703 21:58:03.778895 3383 services_controller.go:470] Built service openshift-machine-config-operator/machine-config-daemon LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:58:03.778903 3383 services_controller.go:640] Adding service openshift-console-operator/metrics for network=default I0703 21:58:03.778910 3383 services_controller.go:640] Adding service openshift-dns/dns-default for network=default I0703 21:58:03.778910 3383 services_controller.go:471] Built service openshift-machine-config-operator/machine-config-daemon LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:03.778916 3383 services_controller.go:640] Adding service openshift-kube-controller-manager-operator/metrics for network=default I0703 21:58:03.778923 3383 services_controller.go:640] Adding service openshift-cluster-version/cluster-version-operator for network=default I0703 21:58:03.778922 3383 services_controller.go:382] Processing sync for service openshift-apiserver/check-endpoints for network=default I0703 21:58:03.778929 3383 services_controller.go:640] Adding service openshift-multus/network-metrics-service for network=default I0703 21:58:03.778935 3383 services_controller.go:640] Adding service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0703 21:58:03.778941 3383 services_controller.go:640] Adding service openshift-dns-operator/metrics for network=default I0703 21:58:03.778947 3383 services_controller.go:640] Adding service openshift-image-registry/image-registry for network=default I0703 21:58:03.778952 3383 services_controller.go:640] Adding service openshift-machine-config-operator/machine-config-controller for network=default I0703 21:58:03.778957 3383 services_controller.go:640] Adding service default/openshift-apiserver for network=default I0703 21:58:03.778962 3383 services_controller.go:640] Adding service default/openshift-oauth-apiserver for network=default I0703 21:58:03.778936 3383 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.159.126", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.159.126", Port:8798, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:03.778968 3383 services_controller.go:640] Adding service openshift-cloud-credential-operator/cco-metrics for network=default I0703 21:58:03.778946 3383 model_client.go:383] Update operations generated as: [{Op:update Table:Address_Set Row:map[addresses:{GoSet:[10.0.0.35 172.20.0.1]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {355f8f60-0c59-485e-ae3f-0594fe79b218}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:03.778974 3383 services_controller.go:640] Adding service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0703 21:58:03.778975 3383 services_controller.go:478] Built service openshift-machine-config-operator/machine-config-daemon per-node LB for network=default: []services.LB{} I0703 21:58:03.778980 3383 services_controller.go:640] Adding service openshift-ingress/router-internal-default for network=default I0703 21:58:03.778985 3383 services_controller.go:479] Built service openshift-machine-config-operator/machine-config-daemon template LB for network=default: []services.LB{} I0703 21:58:03.778977 3383 transact.go:43] Configuring OVN: [{Op:update Table:Address_Set Row:map[addresses:{GoSet:[10.0.0.35 172.20.0.1]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {355f8f60-0c59-485e-ae3f-0594fe79b218}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:03.778937 3383 services_controller.go:460] Service openshift-apiserver/check-endpoints retrieved from lister for network=default: &Service{ObjectMeta:{check-endpoints openshift-apiserver 41546a05-b440-43a5-bb66-a7330634f178 1700 0 2026-07-03 21:45:54 +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 34bb90c2-6c9e-4bce-b872-500297db79ab 0xc005186867 }] [] []},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.237.219,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.237.219],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:03.778994 3383 services_controller.go:382] Processing sync for service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0703 21:58:03.778997 3383 services_controller.go:480] Service openshift-machine-config-operator/machine-config-daemon for network=default has 2 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:03.778779 3383 services_controller.go:382] Processing sync for service default/openshift for network=default I0703 21:58:03.779012 3383 lb_config.go:1030] Cluster endpoints for openshift-apiserver/check-endpoints for network=default are: map[] I0703 21:58:03.778906 3383 lb_config.go:1030] Cluster endpoints for openshift-network-diagnostics/network-check-target for network=default are: map[] I0703 21:58:03.779017 3383 services_controller.go:386] Finished syncing service openshift on namespace default for network=default : 240.292µs I0703 21:58:03.779022 3383 services_controller.go:497] Skipping no-op change for service openshift-machine-config-operator/machine-config-daemon for network=default I0703 21:58:03.779029 3383 services_controller.go:386] Finished syncing service machine-config-daemon on namespace openshift-machine-config-operator for network=default : 308.471µs I0703 21:58:03.779035 3383 services_controller.go:382] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0703 21:58:03.779039 3383 services_controller.go:382] Processing sync for service openshift-monitoring/cluster-monitoring-operator for network=default I0703 21:58:03.779031 3383 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.237.219"}, protocol:"TCP", inport:17698, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:03.779046 3383 services_controller.go:386] Finished syncing service cluster-monitoring-operator on namespace openshift-monitoring for network=default : 7.586µs I0703 21:58:03.779037 3383 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.87.219"}, protocol:"TCP", inport:80, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:03.779051 3383 services_controller.go:470] Built service openshift-apiserver/check-endpoints LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:58:03.779055 3383 services_controller.go:382] Processing sync for service openshift-network-operator/metrics for network=default I0703 21:58:03.779059 3383 services_controller.go:470] Built service openshift-network-diagnostics/network-check-target LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:58:03.779005 3383 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 2e58fb14-5375-44c1-90e3-03c0449e7bd8 1564 0 2026-07-03 21:45:53 +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 34bb90c2-6c9e-4bce-b872-500297db79ab 0xc005186baf }] [] []},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.145.95,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.145.95],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:03.779063 3383 services_controller.go:471] Built service openshift-apiserver/check-endpoints LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:03.779073 3383 services_controller.go:471] Built service openshift-network-diagnostics/network-check-target LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:03.779086 3383 lb_config.go:1030] Cluster endpoints for openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default are: map[] I0703 21:58:03.779045 3383 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 ac177431-b82f-4de1-ba87-39439ab60f6c 5012 0 2026-07-03 21:47:51 +0000 UTC map[olm.managed:true olm.service-spec-hash:8H7arFYfeqTDwtur5ZzpDGCqSKpg30XG9PXH2W] map[] [{operators.coreos.com/v1alpha1 CatalogSource deployment-validation-operator-catalog 0f38ac43-4d72-428b-9025-58cfbd95a575 0xc005186ffd 0xc005186ffe}] [] []},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.186.73,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.186.73],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:03.779088 3383 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.237.219", Port:17698, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:03.779159 3383 lb_config.go:1030] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default are: map[] I0703 21:58:03.779146 3383 services_controller.go:478] Built service openshift-apiserver/check-endpoints per-node LB for network=default: []services.LB{} I0703 21:58:03.779174 3383 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.186.73"}, protocol:"TCP", inport:50051, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:03.779184 3383 services_controller.go:479] Built service openshift-apiserver/check-endpoints template LB for network=default: []services.LB{} I0703 21:58:03.779187 3383 services_controller.go:470] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:58:03.779198 3383 services_controller.go:471] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:03.778986 3383 services_controller.go:640] Adding service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0703 21:58:03.779213 3383 services_controller.go:640] Adding service openshift-cluster-samples-operator/metrics for network=default I0703 21:58:03.779226 3383 services_controller.go:640] Adding service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0703 21:58:03.779233 3383 services_controller.go:640] Adding service openshift-ingress-operator/metrics for network=default I0703 21:58:03.779218 3383 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.186.73", Port:50051, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:03.779241 3383 services_controller.go:640] Adding service openshift-network-diagnostics/network-check-source for network=default I0703 21:58:03.779248 3383 services_controller.go:640] Adding service openshift-authentication-operator/metrics for network=default I0703 21:58:03.779248 3383 services_controller.go:478] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog per-node LB for network=default: []services.LB{} I0703 21:58:03.779255 3383 services_controller.go:640] Adding service openshift-ingress-canary/ingress-canary for network=default I0703 21:58:03.779261 3383 services_controller.go:479] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog template LB for network=default: []services.LB{} I0703 21:58:03.779093 3383 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.87.219", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:03.779197 3383 services_controller.go:480] Service openshift-apiserver/check-endpoints for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:03.779262 3383 services_controller.go:640] Adding service openshift-insights/metrics for network=default I0703 21:58:03.779287 3383 services_controller.go:640] Adding service openshift-network-console/networking-console-plugin for network=default I0703 21:58:03.779295 3383 services_controller.go:640] Adding service openshift-kube-storage-version-migrator-operator/metrics for network=default I0703 21:58:03.779301 3383 services_controller.go:640] Adding service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0703 21:58:03.779308 3383 services_controller.go:640] Adding service default/packageserver for network=default I0703 21:58:03.779300 3383 services_controller.go:497] Skipping no-op change for service openshift-apiserver/check-endpoints for network=default I0703 21:58:03.779314 3383 services_controller.go:640] Adding service openshift-cluster-machine-approver/machine-approver for network=default I0703 21:58:03.779319 3383 services_controller.go:386] Finished syncing service check-endpoints on namespace openshift-apiserver for network=default : 396.956µs I0703 21:58:03.779061 3383 services_controller.go:386] Finished syncing service metrics on namespace openshift-network-operator for network=default : 6.272µs I0703 21:58:03.779275 3383 services_controller.go:478] Built service openshift-network-diagnostics/network-check-target per-node LB for network=default: []services.LB{} I0703 21:58:03.779335 3383 services_controller.go:382] Processing sync for service openshift-service-ca-operator/metrics for network=default I0703 21:58:03.779274 3383 services_controller.go:480] Service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:03.779375 3383 services_controller.go:497] Skipping no-op change for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0703 21:58:03.779388 3383 services_controller.go:386] Finished syncing service deployment-validation-operator-catalog on namespace openshift-deployment-validation-operator for network=default : 351.818µs I0703 21:58:03.779403 3383 services_controller.go:382] Processing sync for service default/kubernetes for network=default I0703 21:58:03.779322 3383 services_controller.go:640] Adding service openshift-config-operator/metrics for network=default I0703 21:58:03.779435 3383 services_controller.go:382] Processing sync for service openshift-console-operator/metrics for network=default I0703 21:58:03.779425 3383 services_controller.go:460] Service default/kubernetes retrieved from lister for network=default: &Service{ObjectMeta:{kubernetes default e39a332f-4ec4-4f70-918f-9a75824ecdaa 271 0 2026-07-03 21:44:29 +0000 UTC map[component:apiserver provider:kubernetes] map[] [] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 6443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{},ClusterIP:172.30.0.1,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.0.1],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:03.779449 3383 services_controller.go:460] Service openshift-console-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-console-operator 54d9e97c-511a-4617-b8d5-0d057435c5a0 1933 0 2026-07-03 21:45:59 +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 34bb90c2-6c9e-4bce-b872-500297db79ab 0xc005186f67 }] [] []},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.225.242,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.225.242],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:03.779436 3383 services_controller.go:640] Adding service openshift-ingress/router-default for network=default I0703 21:58:03.779513 3383 lb_config.go:1030] Cluster endpoints for default/kubernetes for network=default are: map[TCP/https:{6443 [172.20.0.1] []}] I0703 21:58:03.779529 3383 services_controller.go:640] Adding service openshift-apiserver-operator/metrics for network=default I0703 21:58:03.779530 3383 lb_config.go:1030] Cluster endpoints for openshift-console-operator/metrics for network=default are: map[] I0703 21:58:03.779533 3383 services_controller.go:469] Built service default/kubernetes LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 21:58:03.779538 3383 services_controller.go:640] Adding service openshift-machine-config-operator/machine-config-operator for network=default I0703 21:58:03.779544 3383 services_controller.go:470] Built service default/kubernetes LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.0.1"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:6443, V4IPs:[]string{"172.20.0.1"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:03.779543 3383 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.225.242"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:03.779559 3383 services_controller.go:470] Built service openshift-console-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:58:03.779105 3383 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.145.95"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:03.779568 3383 services_controller.go:471] Built service openshift-console-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:03.779571 3383 services_controller.go:470] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:58:03.779580 3383 services_controller.go:471] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:03.779584 3383 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.225.242", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:03.779559 3383 services_controller.go:471] Built service default/kubernetes LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:03.779613 3383 services_controller.go:478] Built service openshift-console-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:58:03.779597 3383 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.145.95", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:03.779623 3383 services_controller.go:479] Built service openshift-console-operator/metrics template LB for network=default: []services.LB{} I0703 21:58:03.779627 3383 services_controller.go:478] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service per-node LB for network=default: []services.LB{} I0703 21:58:03.779633 3383 services_controller.go:480] Service openshift-console-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:03.779638 3383 services_controller.go:477] Built service default/kubernetes cluster-wide LB for network=default: []services.LB{} I0703 21:58:03.779655 3383 services_controller.go:497] Skipping no-op change for service openshift-console-operator/metrics for network=default I0703 21:58:03.779713 3383 services_controller.go:386] Finished syncing service metrics on namespace openshift-console-operator for network=default : 278.243µs I0703 21:58:03.779748 3383 services_controller.go:382] Processing sync for service openshift-dns/dns-default for network=default I0703 21:58:03.779772 3383 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:u2314545657}] I0703 21:58:03.779762 3383 services_controller.go:460] Service openshift-dns/dns-default retrieved from lister for network=default: &Service{ObjectMeta:{dns-default openshift-dns 3762793b-61c7-418d-a6c3-bae737b8ee67 1667 0 2026-07-03 21:45:54 +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 da742cf2-a446-47b6-8355-321e6a282753 0xc005187207 }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:dns,Protocol:UDP,Port:53,TargetPort:{1 0 dns},NodePort:0,AppProtocol:nil,},ServicePort{Name:dns-tcp,Protocol:TCP,Port:53,TargetPort:{1 0 dns-tcp},NodePort:0,AppProtocol:nil,},ServicePort{Name:metrics,Protocol:TCP,Port:9154,TargetPort:{1 0 metrics},NodePort:0,AppProtocol:nil,},},Selector:map[string]string{dns.operator.openshift.io/daemonset-dns: default,},ClusterIP:172.30.0.10,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.0.10],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:03.779846 3383 lb_config.go:1030] Cluster endpoints for openshift-dns/dns-default for network=default are: map[] I0703 21:58:03.779850 3383 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:u2314545657}]}}] Timeout: Where:[where column _uuid == {279dfb7d-bdb3-4b1e-b1c2-52ed8e8efcaf}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:03.779885 3383 services_controller.go:469] Built service openshift-dns/dns-default LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 21:58:03.779896 3383 services_controller.go:470] Built service openshift-dns/dns-default LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.0.10"}, protocol:"UDP", inport:53, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}, services.lbConfig{vips:[]string{"172.30.0.10"}, protocol:"TCP", inport:53, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}, services.lbConfig{vips:[]string{"172.30.0.10"}, protocol:"TCP", inport:9154, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:03.779891 3383 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:0xc00972b550 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:u2314545657} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:policies Mutator:insert Value:{GoSet:[{GoUUID:u2314545657}]}}] Timeout: Where:[where column _uuid == {279dfb7d-bdb3-4b1e-b1c2-52ed8e8efcaf}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:03.779651 3383 services_controller.go:478] Built service default/kubernetes per-node LB for network=default: []services.LB{services.LB{Name:"Service_default/kubernetes_TCP_node_router+switch_ip-10-0-1-250.ec2.internal", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"default/kubernetes"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.0.1", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.20.0.1", Port:6443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-250.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-250.ec2.internal"}, Groups:[]string(nil)}} I0703 21:58:03.780087 3383 services_controller.go:479] Built service default/kubernetes template LB for network=default: []services.LB{} I0703 21:58:03.780100 3383 services_controller.go:480] Service default/kubernetes for network=default has 0 cluster-wide, 1 per-node configs, 0 template configs, making 0 (cluster) 1 (per node) and 0 (template) load balancers I0703 21:58:03.780146 3383 services_controller.go:497] Skipping no-op change for service default/kubernetes for network=default I0703 21:58:03.780157 3383 services_controller.go:386] Finished syncing service kubernetes on namespace default for network=default : 754.386µs I0703 21:58:03.780171 3383 services_controller.go:382] Processing sync for service openshift-kube-controller-manager-operator/metrics for network=default I0703 21:58:03.779639 3383 services_controller.go:479] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service template LB for network=default: []services.LB{} I0703 21:58:03.780180 3383 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 28cd5666-d9bb-4a3a-87db-e5205acaca5a 993 0 2026-07-03 21:45:41 +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 34bb90c2-6c9e-4bce-b872-500297db79ab 0xc0051877cf }] [] []},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.102.221,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.102.221],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:03.780256 3383 services_controller.go:480] Service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:03.780266 3383 lb_config.go:1030] Cluster endpoints for openshift-kube-controller-manager-operator/metrics for network=default are: map[] I0703 21:58:03.780282 3383 services_controller.go:497] Skipping no-op change for service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0703 21:58:03.780296 3383 services_controller.go:386] Finished syncing service performance-addon-operator-service on namespace openshift-cluster-node-tuning-operator for network=default : 1.301417ms I0703 21:58:03.780311 3383 services_controller.go:382] Processing sync for service openshift-cluster-version/cluster-version-operator for network=default I0703 21:58:03.779345 3383 services_controller.go:460] Service openshift-service-ca-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-service-ca-operator 1e715ea9-d128-4e26-8ca0-5d27e5eb2288 883 0 2026-07-03 21:45:39 +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 34bb90c2-6c9e-4bce-b872-500297db79ab 0xc005187f07 }] [] []},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.150.115,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.150.115],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:03.779945 3383 services_controller.go:471] Built service openshift-dns/dns-default LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:03.780317 3383 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 48a9d7e4-1a38-4019-a4fa-ebca071a9df3 503 0 2026-07-03 21:45:06 +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.7.124,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.7.124],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:03.780386 3383 lb_config.go:1030] Cluster endpoints for openshift-service-ca-operator/metrics for network=default are: map[] I0703 21:58:03.780390 3383 lb_config.go:1030] Cluster endpoints for openshift-cluster-version/cluster-version-operator for network=default are: map[] I0703 21:58:03.780403 3383 services_controller.go:477] Built service openshift-dns/dns-default cluster-wide LB for network=default: []services.LB{} I0703 21:58:03.780400 3383 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.150.115"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:03.780418 3383 services_controller.go:470] Built service openshift-service-ca-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:58:03.780429 3383 services_controller.go:471] Built service openshift-service-ca-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:03.780412 3383 services_controller.go:478] Built service openshift-dns/dns-default per-node LB for network=default: []services.LB{services.LB{Name:"Service_openshift-dns/dns-default_TCP_node_router+switch_ip-10-0-1-250.ec2.internal", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-dns/dns-default"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.0.10", Port:53, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.0.10", Port:9154, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-250.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-250.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-dns/dns-default_UDP_node_router+switch_ip-10-0-1-250.ec2.internal", UUID:"", Protocol:"UDP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-dns/dns-default"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.0.10", Port:53, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-250.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-250.ec2.internal"}, Groups:[]string(nil)}} I0703 21:58:03.780444 3383 services_controller.go:479] Built service openshift-dns/dns-default template LB for network=default: []services.LB{} I0703 21:58:03.780453 3383 services_controller.go:480] Service openshift-dns/dns-default for network=default has 0 cluster-wide, 3 per-node configs, 0 template configs, making 0 (cluster) 2 (per node) and 0 (template) load balancers I0703 21:58:03.780279 3383 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.102.221"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:03.780473 3383 services_controller.go:470] Built service openshift-kube-controller-manager-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:58:03.780482 3383 services_controller.go:497] Skipping no-op change for service openshift-dns/dns-default for network=default I0703 21:58:03.780446 3383 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.150.115", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:03.780489 3383 services_controller.go:386] Finished syncing service dns-default on namespace openshift-dns for network=default : 739.396µs I0703 21:58:03.780497 3383 services_controller.go:478] Built service openshift-service-ca-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:58:03.780501 3383 services_controller.go:382] Processing sync for service openshift-multus/network-metrics-service for network=default I0703 21:58:03.780508 3383 services_controller.go:479] Built service openshift-service-ca-operator/metrics template LB for network=default: []services.LB{} I0703 21:58:03.780401 3383 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.7.124"}, protocol:"TCP", inport:9099, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:03.780482 3383 services_controller.go:471] Built service openshift-kube-controller-manager-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:03.780520 3383 services_controller.go:480] Service openshift-service-ca-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:03.779342 3383 services_controller.go:479] Built service openshift-network-diagnostics/network-check-target template LB for network=default: []services.LB{} I0703 21:58:03.780534 3383 services_controller.go:480] Service openshift-network-diagnostics/network-check-target for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:03.780509 3383 services_controller.go:386] Finished syncing service network-metrics-service on namespace openshift-multus for network=default : 8.664µs I0703 21:58:03.780552 3383 services_controller.go:497] Skipping no-op change for service openshift-network-diagnostics/network-check-target for network=default I0703 21:58:03.780535 3383 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.102.221", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:03.780558 3383 services_controller.go:382] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0703 21:58:03.780559 3383 services_controller.go:386] Finished syncing service network-check-target on namespace openshift-network-diagnostics for network=default : 1.796748ms I0703 21:58:03.780565 3383 services_controller.go:478] Built service openshift-kube-controller-manager-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:58:03.780571 3383 services_controller.go:382] Processing sync for service openshift-dns-operator/metrics for network=default I0703 21:58:03.780585 3383 services_controller.go:479] Built service openshift-kube-controller-manager-operator/metrics template LB for network=default: []services.LB{} I0703 21:58:03.780595 3383 services_controller.go:480] Service openshift-kube-controller-manager-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:03.780521 3383 services_controller.go:470] Built service openshift-cluster-version/cluster-version-operator LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:58:03.780620 3383 services_controller.go:497] Skipping no-op change for service openshift-kube-controller-manager-operator/metrics for network=default I0703 21:58:03.780626 3383 services_controller.go:471] Built service openshift-cluster-version/cluster-version-operator LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:03.780627 3383 services_controller.go:386] Finished syncing service metrics on namespace openshift-kube-controller-manager-operator for network=default : 456.822µs I0703 21:58:03.780580 3383 services_controller.go:460] Service openshift-dns-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-dns-operator f9bca9e6-aac4-42ed-ab35-6cae287e356d 1101 0 2026-07-03 21:45:43 +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 34bb90c2-6c9e-4bce-b872-500297db79ab 0xc00518711f }] [] []},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.11.73,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.11.73],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:03.780569 3383 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 f1474dfc-6f32-4447-ad5e-90f6713dbc51 5040 0 2026-07-03 21:47:51 +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.190.203,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.190.203],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:03.780641 3383 services_controller.go:382] Processing sync for service openshift-image-registry/image-registry for network=default I0703 21:58:03.780654 3383 lb_config.go:1030] Cluster endpoints for openshift-dns-operator/metrics for network=default are: map[] I0703 21:58:03.780654 3383 lb_config.go:1030] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default are: map[] I0703 21:58:03.780668 3383 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.11.73"}, protocol:"TCP", inport:9393, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:03.780670 3383 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.190.203"}, protocol:"TCP", inport:8383, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:03.780683 3383 services_controller.go:470] Built service openshift-dns-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:58:03.780686 3383 services_controller.go:470] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:58:03.780544 3383 services_controller.go:497] Skipping no-op change for service openshift-service-ca-operator/metrics for network=default I0703 21:58:03.780644 3383 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.7.124", Port:9099, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:03.780694 3383 services_controller.go:471] Built service openshift-dns-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:03.780697 3383 services_controller.go:471] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:03.780652 3383 services_controller.go:460] Service openshift-image-registry/image-registry retrieved from lister for network=default: &Service{ObjectMeta:{image-registry openshift-image-registry 882c1808-1de8-44f1-ba7e-224aeeab403b 1834 0 2026-07-03 21:45:56 +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.30.99,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.30.99],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:03.780699 3383 services_controller.go:386] Finished syncing service metrics on namespace openshift-service-ca-operator for network=default : 1.36174ms I0703 21:58:03.780705 3383 services_controller.go:478] Built service openshift-cluster-version/cluster-version-operator per-node LB for network=default: []services.LB{} I0703 21:58:03.780716 3383 services_controller.go:479] Built service openshift-cluster-version/cluster-version-operator template LB for network=default: []services.LB{} I0703 21:58:03.780717 3383 services_controller.go:382] Processing sync for service openshift-machine-config-operator/machine-config-controller for network=default I0703 21:58:03.780727 3383 lb_config.go:1030] Cluster endpoints for openshift-image-registry/image-registry for network=default are: map[] I0703 21:58:03.780713 3383 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.11.73", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:03.780716 3383 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.190.203", Port:8383, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:03.780742 3383 services_controller.go:478] Built service openshift-dns-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:58:03.780745 3383 services_controller.go:478] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics per-node LB for network=default: []services.LB{} I0703 21:58:03.780727 3383 services_controller.go:480] Service openshift-cluster-version/cluster-version-operator for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:03.780743 3383 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.30.99"}, protocol:"TCP", inport:5000, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:03.780753 3383 services_controller.go:479] Built service openshift-dns-operator/metrics template LB for network=default: []services.LB{} I0703 21:58:03.780757 3383 services_controller.go:479] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics template LB for network=default: []services.LB{} I0703 21:58:03.780761 3383 services_controller.go:470] Built service openshift-image-registry/image-registry LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:58:03.780766 3383 services_controller.go:480] Service openshift-dns-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:03.780768 3383 services_controller.go:480] Service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:03.780772 3383 services_controller.go:471] Built service openshift-image-registry/image-registry LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:03.780771 3383 services_controller.go:497] Skipping no-op change for service openshift-cluster-version/cluster-version-operator for network=default I0703 21:58:03.780780 3383 services_controller.go:386] Finished syncing service cluster-version-operator on namespace openshift-cluster-version for network=default : 470.415µs I0703 21:58:03.780727 3383 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 4e2c0bcb-e8ae-4fa0-903c-5b765eff1e63 822 0 2026-07-03 21:45:37 +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 34bb90c2-6c9e-4bce-b872-500297db79ab 0xc00518790b }] [] []},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.206.77,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.206.77],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:03.780789 3383 services_controller.go:497] Skipping no-op change for service openshift-dns-operator/metrics for network=default I0703 21:58:03.780791 3383 services_controller.go:497] Skipping no-op change for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0703 21:58:03.780792 3383 services_controller.go:382] Processing sync for service default/openshift-apiserver for network=default I0703 21:58:03.780795 3383 services_controller.go:386] Finished syncing service metrics on namespace openshift-dns-operator for network=default : 224.331µs I0703 21:58:03.780798 3383 services_controller.go:386] Finished syncing service deployment-validation-operator-metrics on namespace openshift-deployment-validation-operator for network=default : 241.726µs I0703 21:58:03.780788 3383 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.30.99", Port:5000, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:03.780807 3383 services_controller.go:382] Processing sync for service default/openshift-oauth-apiserver for network=default I0703 21:58:03.780807 3383 lb_config.go:1030] Cluster endpoints for openshift-machine-config-operator/machine-config-controller for network=default are: map[] I0703 21:58:03.780810 3383 services_controller.go:382] Processing sync for service openshift-cloud-credential-operator/cco-metrics for network=default I0703 21:58:03.780814 3383 services_controller.go:478] Built service openshift-image-registry/image-registry per-node LB for network=default: []services.LB{} I0703 21:58:03.780827 3383 services_controller.go:479] Built service openshift-image-registry/image-registry template LB for network=default: []services.LB{} I0703 21:58:03.780822 3383 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.206.77"}, protocol:"TCP", inport:9001, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:03.780838 3383 services_controller.go:480] Service openshift-image-registry/image-registry for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:03.780839 3383 services_controller.go:470] Built service openshift-machine-config-operator/machine-config-controller LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:58:03.780850 3383 services_controller.go:471] Built service openshift-machine-config-operator/machine-config-controller LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:03.780816 3383 services_controller.go:460] Service default/openshift-oauth-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-oauth-apiserver default 21caa8ad-fcb9-4e12-b4de-c0a650a1bd40 1619 0 2026-07-03 21:45:53 +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.89.15,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.89.15],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:03.780859 3383 services_controller.go:497] Skipping no-op change for service openshift-image-registry/image-registry for network=default I0703 21:58:03.780821 3383 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 4f8da74e-12c5-4ed5-a57f-d48d3396b707 1179 0 2026-07-03 21:45:45 +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 34bb90c2-6c9e-4bce-b872-500297db79ab 0xc0051869bb }] [] []},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.81.21,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.81.21],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:03.780865 3383 services_controller.go:386] Finished syncing service image-registry on namespace openshift-image-registry for network=default : 223.821µs I0703 21:58:03.780877 3383 services_controller.go:382] Processing sync for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0703 21:58:03.780888 3383 lb_config.go:1030] Cluster endpoints for openshift-cloud-credential-operator/cco-metrics for network=default are: map[] I0703 21:58:03.780888 3383 lb_config.go:1030] Cluster endpoints for default/openshift-oauth-apiserver for network=default are: map[TCP/https:{443 [172.30.221.246] []}] I0703 21:58:03.780866 3383 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.206.77", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:03.780904 3383 services_controller.go:478] Built service openshift-machine-config-operator/machine-config-controller per-node LB for network=default: []services.LB{} I0703 21:58:03.780906 3383 services_controller.go:469] Built service default/openshift-oauth-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 21:58:03.780901 3383 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.81.21"}, protocol:"TCP", inport:8443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:03.780915 3383 services_controller.go:479] Built service openshift-machine-config-operator/machine-config-controller template LB for network=default: []services.LB{} I0703 21:58:03.780918 3383 services_controller.go:470] Built service openshift-cloud-credential-operator/cco-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:58:03.780917 3383 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.89.15"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.221.246"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:03.780929 3383 services_controller.go:471] Built service openshift-cloud-credential-operator/cco-metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:03.780931 3383 services_controller.go:471] Built service default/openshift-oauth-apiserver LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:03.780925 3383 services_controller.go:480] Service openshift-machine-config-operator/machine-config-controller for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:03.780953 3383 services_controller.go:477] Built service default/openshift-oauth-apiserver cluster-wide LB for network=default: []services.LB{} I0703 21:58:03.780956 3383 services_controller.go:497] Skipping no-op change for service openshift-machine-config-operator/machine-config-controller for network=default I0703 21:58:03.780944 3383 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.81.21", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:03.780967 3383 services_controller.go:386] Finished syncing service machine-config-controller on namespace openshift-machine-config-operator for network=default : 249.308µs I0703 21:58:03.780894 3383 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 d881cdd3-0556-4981-aa28-046642617ea9 1038 0 2026-07-03 21:45:42 +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 34bb90c2-6c9e-4bce-b872-500297db79ab 0xc005186cd7 }] [] []},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.63.139,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.63.139],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:03.780974 3383 services_controller.go:478] Built service openshift-cloud-credential-operator/cco-metrics per-node LB for network=default: []services.LB{} I0703 21:58:03.780980 3383 services_controller.go:382] Processing sync for service openshift-ingress/router-internal-default for network=default I0703 21:58:03.780986 3383 services_controller.go:479] Built service openshift-cloud-credential-operator/cco-metrics template LB for network=default: []services.LB{} I0703 21:58:03.780969 3383 services_controller.go:478] Built service default/openshift-oauth-apiserver per-node LB for network=default: []services.LB{services.LB{Name:"Service_default/openshift-oauth-apiserver_TCP_node_router+switch_ip-10-0-1-250.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.89.15", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.221.246", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-250.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-250.ec2.internal"}, Groups:[]string(nil)}} I0703 21:58:03.780997 3383 services_controller.go:480] Service openshift-cloud-credential-operator/cco-metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:03.781000 3383 services_controller.go:479] Built service default/openshift-oauth-apiserver template LB for network=default: []services.LB{} I0703 21:58:03.780998 3383 lb_config.go:1030] Cluster endpoints for openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default are: map[] I0703 21:58:03.781012 3383 services_controller.go:480] Service default/openshift-oauth-apiserver for network=default has 0 cluster-wide, 1 per-node configs, 0 template configs, making 0 (cluster) 1 (per node) and 0 (template) load balancers I0703 21:58:03.781019 3383 services_controller.go:497] Skipping no-op change for service openshift-cloud-credential-operator/cco-metrics for network=default I0703 21:58:03.781017 3383 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.63.139"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:03.781026 3383 services_controller.go:386] Finished syncing service cco-metrics on namespace openshift-cloud-credential-operator for network=default : 216.864µs I0703 21:58:03.781035 3383 services_controller.go:497] Skipping no-op change for service default/openshift-oauth-apiserver for network=default I0703 21:58:03.781037 3383 services_controller.go:382] Processing sync for service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0703 21:58:03.781035 3383 services_controller.go:470] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:58:03.781041 3383 services_controller.go:386] Finished syncing service openshift-oauth-apiserver on namespace default for network=default : 234.53µs I0703 21:58:03.780989 3383 services_controller.go:460] Service openshift-ingress/router-internal-default retrieved from lister for network=default: &Service{ObjectMeta:{router-internal-default openshift-ingress 322c22ab-fdf6-4696-a920-a2b38051e018 2986 0 2026-07-03 21:46:13 +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 04cb0ff4-eb35-4a7b-9e56-a2cda3ee6f7b 0xc00518762e }] [] []},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.58.210,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.58.210],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:03.781045 3383 services_controller.go:386] Finished syncing service node-tuning-operator on namespace openshift-cluster-node-tuning-operator for network=default : 9.071µs I0703 21:58:03.781049 3383 services_controller.go:471] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:03.781054 3383 services_controller.go:382] Processing sync for service openshift-cluster-samples-operator/metrics for network=default I0703 21:58:03.781058 3383 services_controller.go:382] Processing sync for service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0703 21:58:03.781062 3383 services_controller.go:386] Finished syncing service metrics on namespace openshift-cluster-samples-operator for network=default : 9.925µs I0703 21:58:03.781068 3383 lb_config.go:1030] Cluster endpoints for openshift-ingress/router-internal-default for network=default are: map[] I0703 21:58:03.781071 3383 services_controller.go:382] Processing sync for service openshift-ingress-operator/metrics for network=default I0703 21:58:03.781071 3383 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.63.139", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:03.781083 3383 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.58.210"}, 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.58.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}, services.lbConfig{vips:[]string{"172.30.58.210"}, protocol:"TCP", inport:1936, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:03.781107 3383 services_controller.go:478] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics per-node LB for network=default: []services.LB{} I0703 21:58:03.781109 3383 services_controller.go:470] Built service openshift-ingress/router-internal-default LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:58:03.781066 3383 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 c6f10d19-2d79-431f-a915-a2b734a1b708 1002 0 2026-07-03 21:45:41 +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 34bb90c2-6c9e-4bce-b872-500297db79ab 0xc005186d87 }] [] []},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.26.82,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.26.82],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:03.781081 3383 services_controller.go:460] Service openshift-ingress-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-ingress-operator 7d7aef84-5037-4562-b34e-07f75ed951fc 1592 0 2026-07-03 21:45:53 +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 34bb90c2-6c9e-4bce-b872-500297db79ab 0xc005187477 }] [] []},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.158.118,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.158.118],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:03.781144 3383 services_controller.go:471] Built service openshift-ingress/router-internal-default LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:03.781141 3383 services_controller.go:479] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics template LB for network=default: []services.LB{} I0703 21:58:03.781157 3383 services_controller.go:480] Service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:03.781160 3383 lb_config.go:1030] Cluster endpoints for openshift-ingress-operator/metrics for network=default are: map[] I0703 21:58:03.781160 3383 lb_config.go:1030] Cluster endpoints for openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default are: map[] I0703 21:58:03.781173 3383 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.158.118"}, protocol:"TCP", inport:9393, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:03.781162 3383 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.58.210", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.58.210", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.58.210", Port:1936, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:03.781176 3383 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.26.82"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:03.781182 3383 services_controller.go:497] Skipping no-op change for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0703 21:58:03.781191 3383 services_controller.go:470] Built service openshift-ingress-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:58:03.781195 3383 services_controller.go:478] Built service openshift-ingress/router-internal-default per-node LB for network=default: []services.LB{} I0703 21:58:03.781196 3383 services_controller.go:470] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:58:03.781198 3383 services_controller.go:386] Finished syncing service cluster-storage-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 320.057µs I0703 21:58:03.781203 3383 services_controller.go:471] Built service openshift-ingress-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:03.781206 3383 services_controller.go:479] Built service openshift-ingress/router-internal-default template LB for network=default: []services.LB{} I0703 21:58:03.781207 3383 services_controller.go:471] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:03.781215 3383 services_controller.go:382] Processing sync for service openshift-network-diagnostics/network-check-source for network=default I0703 21:58:03.781218 3383 services_controller.go:480] Service openshift-ingress/router-internal-default for network=default has 3 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:03.781225 3383 services_controller.go:386] Finished syncing service network-check-source on namespace openshift-network-diagnostics for network=default : 10.783µs I0703 21:58:03.781220 3383 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.158.118", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:03.781237 3383 services_controller.go:382] Processing sync for service openshift-authentication-operator/metrics for network=default I0703 21:58:03.781225 3383 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.26.82", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:03.781244 3383 services_controller.go:497] Skipping no-op change for service openshift-ingress/router-internal-default for network=default I0703 21:58:03.781252 3383 services_controller.go:386] Finished syncing service router-internal-default on namespace openshift-ingress for network=default : 272.466µs I0703 21:58:03.781252 3383 services_controller.go:478] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics per-node LB for network=default: []services.LB{} I0703 21:58:03.781264 3383 services_controller.go:382] Processing sync for service openshift-ingress-canary/ingress-canary for network=default I0703 21:58:03.781265 3383 services_controller.go:479] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics template LB for network=default: []services.LB{} I0703 21:58:03.781278 3383 services_controller.go:480] Service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:03.781249 3383 services_controller.go:460] Service openshift-authentication-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-authentication-operator 46cbe934-1099-4898-ab71-e6255dab7558 734 0 2026-07-03 21:45:35 +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 34bb90c2-6c9e-4bce-b872-500297db79ab 0xc005186927 }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 8443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{app: authentication-operator,},ClusterIP:172.30.101.120,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.101.120],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:03.781274 3383 services_controller.go:460] Service openshift-ingress-canary/ingress-canary retrieved from lister for network=default: &Service{ObjectMeta:{ingress-canary openshift-ingress-canary 4819f457-6510-4569-b406-c0b3660420e6 3620 0 2026-07-03 21:46:20 +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 1f1ef523-f5fe-42ec-99fc-c4139726322c 0xc005187390 }] [] []},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.197.227,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.197.227],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:03.781337 3383 lb_config.go:1030] Cluster endpoints for openshift-ingress-canary/ingress-canary for network=default are: map[] I0703 21:58:03.781345 3383 lb_config.go:1030] Cluster endpoints for openshift-authentication-operator/metrics for network=default are: map[] I0703 21:58:03.781354 3383 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.197.227"}, protocol:"TCP", inport:8443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}, services.lbConfig{vips:[]string{"172.30.197.227"}, protocol:"TCP", inport:8888, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:03.781360 3383 services_controller.go:469] Built service openshift-authentication-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.101.120"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:03.781372 3383 services_controller.go:470] Built service openshift-ingress-canary/ingress-canary LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:58:03.781381 3383 services_controller.go:471] Built service openshift-ingress-canary/ingress-canary LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:03.781305 3383 services_controller.go:497] Skipping no-op change for service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0703 21:58:03.781392 3383 services_controller.go:386] Finished syncing service csi-snapshot-controller-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 333.638µs I0703 21:58:03.780804 3383 services_controller.go:460] Service default/openshift-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-apiserver default 50ad24c5-47b8-4900-9710-9941ca0a3486 1599 0 2026-07-03 21:45:53 +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.205.247,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.205.247],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:03.781402 3383 services_controller.go:382] Processing sync for service openshift-insights/metrics for network=default I0703 21:58:03.781396 3383 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.197.227", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.197.227", Port:8888, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:03.781426 3383 services_controller.go:478] Built service openshift-ingress-canary/ingress-canary per-node LB for network=default: []services.LB{} I0703 21:58:03.781426 3383 lb_config.go:1030] Cluster endpoints for default/openshift-apiserver for network=default are: map[TCP/https:{443 [172.30.205.104] []}] I0703 21:58:03.781438 3383 services_controller.go:479] Built service openshift-ingress-canary/ingress-canary template LB for network=default: []services.LB{} I0703 21:58:03.781443 3383 services_controller.go:469] Built service default/openshift-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 21:58:03.781448 3383 services_controller.go:480] Service openshift-ingress-canary/ingress-canary for network=default has 2 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:03.781410 3383 services_controller.go:460] Service openshift-insights/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-insights 371a2df2-f482-4b3f-8e1c-4cab6e5e756d 1958 0 2026-07-03 21:45:59 +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 34bb90c2-6c9e-4bce-b872-500297db79ab 0xc00518772b }] [] []},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.57.17,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.57.17],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:03.781451 3383 services_controller.go:470] Built service default/openshift-apiserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.205.247"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.205.104"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:03.781470 3383 services_controller.go:497] Skipping no-op change for service openshift-ingress-canary/ingress-canary for network=default I0703 21:58:03.781469 3383 services_controller.go:471] Built service default/openshift-apiserver LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:03.781469 3383 lb_config.go:1030] Cluster endpoints for openshift-insights/metrics for network=default are: map[] I0703 21:58:03.781478 3383 services_controller.go:386] Finished syncing service ingress-canary on namespace openshift-ingress-canary for network=default : 214.424µs I0703 21:58:03.781379 3383 services_controller.go:470] Built service openshift-authentication-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:58:03.781489 3383 services_controller.go:382] Processing sync for service openshift-network-console/networking-console-plugin for network=default I0703 21:58:03.781487 3383 services_controller.go:469] Built service openshift-insights/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.57.17"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:03.781491 3383 services_controller.go:471] Built service openshift-authentication-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:03.781497 3383 services_controller.go:477] Built service default/openshift-apiserver cluster-wide LB for network=default: []services.LB{} I0703 21:58:03.781500 3383 services_controller.go:470] Built service openshift-insights/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:58:03.781511 3383 services_controller.go:471] Built service openshift-insights/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:03.781510 3383 services_controller.go:478] Built service default/openshift-apiserver per-node LB for network=default: []services.LB{services.LB{Name:"Service_default/openshift-apiserver_TCP_node_router+switch_ip-10-0-1-250.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.205.247", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.205.104", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-250.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-250.ec2.internal"}, Groups:[]string(nil)}} I0703 21:58:03.781514 3383 services_controller.go:477] Built service openshift-authentication-operator/metrics cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-authentication-operator/metrics_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-authentication-operator/metrics"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.101.120", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:03.781498 3383 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 f8addfd9-9cc6-4025-988d-7c334874812b 4206 0 2026-07-03 21:46:37 +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 83876b0a-aba3-46b6-808c-f459981ad792 0xc005187c1e 0xc005187c1f}] [] []},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.135.254,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.135.254],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:03.781546 3383 services_controller.go:479] Built service default/openshift-apiserver template LB for network=default: []services.LB{} I0703 21:58:03.781529 3383 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.57.17", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:03.781550 3383 services_controller.go:478] Built service openshift-authentication-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:58:03.781559 3383 services_controller.go:480] Service default/openshift-apiserver for network=default has 0 cluster-wide, 1 per-node configs, 0 template configs, making 0 (cluster) 1 (per node) and 0 (template) load balancers I0703 21:58:03.781563 3383 services_controller.go:479] Built service openshift-authentication-operator/metrics template LB for network=default: []services.LB{} I0703 21:58:03.781562 3383 services_controller.go:478] Built service openshift-insights/metrics per-node LB for network=default: []services.LB{} I0703 21:58:03.781564 3383 lb_config.go:1030] Cluster endpoints for openshift-network-console/networking-console-plugin for network=default are: map[] I0703 21:58:03.781575 3383 services_controller.go:480] Service openshift-authentication-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:03.781579 3383 services_controller.go:479] Built service openshift-insights/metrics template LB for network=default: []services.LB{} I0703 21:58:03.781582 3383 services_controller.go:497] Skipping no-op change for service default/openshift-apiserver for network=default I0703 21:58:03.781579 3383 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.135.254"}, protocol:"TCP", inport:9443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:03.781588 3383 services_controller.go:386] Finished syncing service openshift-apiserver on namespace default for network=default : 796.421µs I0703 21:58:03.781591 3383 services_controller.go:480] Service openshift-insights/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:03.781593 3383 services_controller.go:470] Built service openshift-network-console/networking-console-plugin LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:58:03.781599 3383 services_controller.go:497] Skipping no-op change for service openshift-authentication-operator/metrics for network=default I0703 21:58:03.781603 3383 services_controller.go:471] Built service openshift-network-console/networking-console-plugin LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:03.781599 3383 services_controller.go:382] Processing sync for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0703 21:58:03.781608 3383 services_controller.go:386] Finished syncing service metrics on namespace openshift-authentication-operator for network=default : 370.652µs I0703 21:58:03.781611 3383 services_controller.go:497] Skipping no-op change for service openshift-insights/metrics for network=default I0703 21:58:03.781618 3383 services_controller.go:386] Finished syncing service metrics on namespace openshift-insights for network=default : 216.081µs I0703 21:58:03.781624 3383 services_controller.go:382] Processing sync for service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0703 21:58:03.781629 3383 services_controller.go:382] Processing sync for service default/packageserver for network=default I0703 21:58:03.781618 3383 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.135.254", Port:9443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:03.781635 3383 services_controller.go:386] Finished syncing service ovn-kubernetes-node on namespace openshift-ovn-kubernetes for network=default : 11.792µs I0703 21:58:03.781643 3383 services_controller.go:478] Built service openshift-network-console/networking-console-plugin per-node LB for network=default: []services.LB{} I0703 21:58:03.781648 3383 services_controller.go:382] Processing sync for service openshift-cluster-machine-approver/machine-approver for network=default I0703 21:58:03.781654 3383 services_controller.go:479] Built service openshift-network-console/networking-console-plugin template LB for network=default: []services.LB{} I0703 21:58:03.781657 3383 services_controller.go:386] Finished syncing service machine-approver on namespace openshift-cluster-machine-approver for network=default : 9.787µs I0703 21:58:03.781614 3383 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 3722d350-158f-4293-ac73-630f14078cf8 1759 0 2026-07-03 21:45:55 +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 34bb90c2-6c9e-4bce-b872-500297db79ab 0xc005187887 }] [] []},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.144.223,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.144.223],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:03.781665 3383 services_controller.go:480] Service openshift-network-console/networking-console-plugin for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:03.781666 3383 services_controller.go:382] Processing sync for service openshift-config-operator/metrics for network=default I0703 21:58:03.781637 3383 services_controller.go:460] Service default/packageserver retrieved from lister for network=default: &Service{ObjectMeta:{packageserver default dcebf003-0c65-4442-9b2c-8a253fce7c45 1720 0 2026-07-03 21:45:55 +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.147.20,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.147.20],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:03.781671 3383 services_controller.go:478] Built service openshift-ingress-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:58:03.781679 3383 lb_config.go:1030] Cluster endpoints for openshift-kube-storage-version-migrator-operator/metrics for network=default are: map[] I0703 21:58:03.781684 3383 services_controller.go:479] Built service openshift-ingress-operator/metrics template LB for network=default: []services.LB{} I0703 21:58:03.781687 3383 services_controller.go:497] Skipping no-op change for service openshift-network-console/networking-console-plugin for network=default I0703 21:58:03.781694 3383 services_controller.go:386] Finished syncing service networking-console-plugin on namespace openshift-network-console for network=default : 204.804µs I0703 21:58:03.781691 3383 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.144.223"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:03.781695 3383 lb_config.go:1030] Cluster endpoints for default/packageserver for network=default are: map[TCP/https:{443 [172.30.178.190] []}] I0703 21:58:03.781695 3383 services_controller.go:480] Service openshift-ingress-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:03.781705 3383 services_controller.go:382] Processing sync for service openshift-ingress/router-default for network=default I0703 21:58:03.781706 3383 services_controller.go:470] Built service openshift-kube-storage-version-migrator-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:58:03.781710 3383 services_controller.go:469] Built service default/packageserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 21:58:03.781717 3383 services_controller.go:471] Built service openshift-kube-storage-version-migrator-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:03.781721 3383 services_controller.go:497] Skipping no-op change for service openshift-ingress-operator/metrics for network=default I0703 21:58:03.781719 3383 services_controller.go:470] Built service default/packageserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.147.20"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.178.190"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:03.781677 3383 services_controller.go:460] Service openshift-config-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-config-operator d71b49dd-a25d-47ff-96ce-e6bb15f6c1f8 1784 0 2026-07-03 21:45:55 +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 34bb90c2-6c9e-4bce-b872-500297db79ab 0xc005186e8f }] [] []},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.37.247,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.37.247],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:03.781727 3383 services_controller.go:386] Finished syncing service metrics on namespace openshift-ingress-operator for network=default : 656.347µs I0703 21:58:03.781733 3383 services_controller.go:471] Built service default/packageserver LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:03.781740 3383 services_controller.go:382] Processing sync for service openshift-apiserver-operator/metrics for network=default I0703 21:58:03.781746 3383 lb_config.go:1030] Cluster endpoints for openshift-config-operator/metrics for network=default are: map[] I0703 21:58:03.781736 3383 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.144.223", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:03.781753 3383 services_controller.go:477] Built service default/packageserver cluster-wide LB for network=default: []services.LB{} I0703 21:58:03.781759 3383 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.37.247"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:03.781764 3383 services_controller.go:478] Built service openshift-kube-storage-version-migrator-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:58:03.781773 3383 services_controller.go:470] Built service openshift-config-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:58:03.781778 3383 services_controller.go:479] Built service openshift-kube-storage-version-migrator-operator/metrics template LB for network=default: []services.LB{} I0703 21:58:03.781783 3383 services_controller.go:471] Built service openshift-config-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:03.781765 3383 services_controller.go:478] Built service default/packageserver per-node LB for network=default: []services.LB{services.LB{Name:"Service_default/packageserver_TCP_node_router+switch_ip-10-0-1-250.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.147.20", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.178.190", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-250.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-250.ec2.internal"}, Groups:[]string(nil)}} I0703 21:58:03.781788 3383 services_controller.go:480] Service openshift-kube-storage-version-migrator-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:03.781749 3383 services_controller.go:460] Service openshift-apiserver-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-apiserver-operator 347eada2-03f3-440b-9cf6-3aeac111438f 1121 0 2026-07-03 21:45:44 +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 34bb90c2-6c9e-4bce-b872-500297db79ab 0xc00518679f }] [] []},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.132.147,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.132.147],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:03.781796 3383 services_controller.go:479] Built service default/packageserver template LB for network=default: []services.LB{} I0703 21:58:03.781811 3383 services_controller.go:480] Service default/packageserver for network=default has 0 cluster-wide, 1 per-node configs, 0 template configs, making 0 (cluster) 1 (per node) and 0 (template) load balancers I0703 21:58:03.781812 3383 lb_config.go:1030] Cluster endpoints for openshift-apiserver-operator/metrics for network=default are: map[] I0703 21:58:03.781813 3383 services_controller.go:497] Skipping no-op change for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0703 21:58:03.781799 3383 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.37.247", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:03.781826 3383 services_controller.go:386] Finished syncing service metrics on namespace openshift-kube-storage-version-migrator-operator for network=default : 227.053µs I0703 21:58:03.781827 3383 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.132.147"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:03.781836 3383 services_controller.go:497] Skipping no-op change for service default/packageserver for network=default I0703 21:58:03.781837 3383 services_controller.go:382] Processing sync for service openshift-machine-config-operator/machine-config-operator for network=default I0703 21:58:03.781839 3383 services_controller.go:470] Built service openshift-apiserver-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:58:03.781842 3383 services_controller.go:386] Finished syncing service packageserver on namespace default for network=default : 212.905µs I0703 21:58:03.781850 3383 services_controller.go:471] Built service openshift-apiserver-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:03.781857 3383 services_controller.go:478] Built service openshift-config-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:58:03.781869 3383 services_controller.go:479] Built service openshift-config-operator/metrics template LB for network=default: []services.LB{} I0703 21:58:03.781847 3383 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 0132c170-5b9d-4ef9-9966-45d78c036861 765 0 2026-07-03 21:45:36 +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 34bb90c2-6c9e-4bce-b872-500297db79ab 0xc005187a6b }] [] []},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.108.113,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.108.113],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:03.781867 3383 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.132.147", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:03.781884 3383 services_controller.go:480] Service openshift-config-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:03.781893 3383 lb_config.go:1030] Cluster endpoints for openshift-machine-config-operator/machine-config-operator for network=default are: map[] I0703 21:58:03.781892 3383 services_controller.go:478] Built service openshift-apiserver-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:58:03.781900 3383 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.108.113"}, protocol:"TCP", inport:9001, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:03.781907 3383 services_controller.go:479] Built service openshift-apiserver-operator/metrics template LB for network=default: []services.LB{} I0703 21:58:03.781714 3383 services_controller.go:460] Service openshift-ingress/router-default retrieved from lister for network=default: &Service{ObjectMeta:{router-default openshift-ingress 8d209a10-1646-4341-a7ef-a1d8a9929f82 3517 0 2026-07-03 21:46:13 +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=2ratr6qfqvi6pndaj5o6avep3u3o4rvu,api.openshift.com/legal-entity-id=2h8L52xc1VHB4xLFE2YyPmAjYjI,api.openshift.com/name=kx-971a8adf89,cluster-type=rosa-hcp,creation-date=2026-07-03,konflux-ci=true,red-hat-clustertype=rosa,red-hat-managed=true service.beta.kubernetes.io/aws-load-balancer-healthcheck-healthy-threshold:2 service.beta.kubernetes.io/aws-load-balancer-healthcheck-interval:10 service.beta.kubernetes.io/aws-load-balancer-healthcheck-timeout:4 service.beta.kubernetes.io/aws-load-balancer-healthcheck-unhealthy-threshold:2 service.beta.kubernetes.io/aws-load-balancer-type:nlb traffic-policy.network.alpha.openshift.io/local-with-fallback:] [{apps/v1 Deployment router-default 04cb0ff4-eb35-4a7b-9e56-a2cda3ee6f7b 0xc005187567 }] [service.kubernetes.io/load-balancer-cleanup] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:http,Protocol:TCP,Port:80,TargetPort:{1 0 http},NodePort:30936,AppProtocol:nil,},ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{1 0 https},NodePort:30241,AppProtocol:nil,},},Selector:map[string]string{ingresscontroller.operator.openshift.io/deployment-ingresscontroller: default,},ClusterIP:172.30.40.135,Type:LoadBalancer,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:Local,HealthCheckNodePort:32754,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.40.135],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:*true,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{LoadBalancerIngress{IP:,Hostname:a8d209a1016464341a7efa1d8a9929f8-83027fce1f50462f.elb.us-east-1.amazonaws.com,IPMode:nil,Ports:[]PortStatus{},},},},Conditions:[]Condition{},},} I0703 21:58:03.781914 3383 services_controller.go:470] Built service openshift-machine-config-operator/machine-config-operator LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:58:03.781917 3383 services_controller.go:497] Skipping no-op change for service openshift-config-operator/metrics for network=default I0703 21:58:03.781918 3383 services_controller.go:480] Service openshift-apiserver-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:03.781923 3383 services_controller.go:471] Built service openshift-machine-config-operator/machine-config-operator LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:03.781924 3383 services_controller.go:386] Finished syncing service metrics on namespace openshift-config-operator for network=default : 256.867µs I0703 21:58:03.781935 3383 lb_config.go:1030] Cluster endpoints for openshift-ingress/router-default for network=default are: map[] I0703 21:58:03.781940 3383 services_controller.go:497] Skipping no-op change for service openshift-apiserver-operator/metrics for network=default I0703 21:58:03.781936 3383 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.108.113", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:03.781945 3383 services_controller.go:386] Finished syncing service metrics on namespace openshift-apiserver-operator for network=default : 206.057µs I0703 21:58:03.781946 3383 lb_config.go:1053] Local endpoints for openshift-ingress/router-default for network=default are: map[] I0703 21:58:03.781951 3383 services_controller.go:478] Built service openshift-machine-config-operator/machine-config-operator per-node LB for network=default: []services.LB{} I0703 21:58:03.781958 3383 services_controller.go:479] Built service openshift-machine-config-operator/machine-config-operator template LB for network=default: []services.LB{} I0703 21:58:03.781964 3383 services_controller.go:480] Service openshift-machine-config-operator/machine-config-operator for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:03.781962 3383 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.40.135"}, 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.40.135"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:03.781978 3383 services_controller.go:497] Skipping no-op change for service openshift-machine-config-operator/machine-config-operator for network=default I0703 21:58:03.781983 3383 services_controller.go:386] Finished syncing service machine-config-operator on namespace openshift-machine-config-operator for network=default : 146.864µs I0703 21:58:03.781980 3383 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:30936, 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:30241, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:true, internalTrafficLocal:false, hasNodePort:true}} I0703 21:58:03.781995 3383 services_controller.go:471] Built service openshift-ingress/router-default LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:03.782022 3383 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.40.135", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.40.135", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:03.782054 3383 services_controller.go:478] Built service openshift-ingress/router-default per-node LB for network=default: []services.LB{} I0703 21:58:03.782064 3383 services_controller.go:479] Built service openshift-ingress/router-default template LB for network=default: []services.LB{} I0703 21:58:03.782073 3383 services_controller.go:480] Service openshift-ingress/router-default for network=default has 2 cluster-wide, 2 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:03.782093 3383 services_controller.go:497] Skipping no-op change for service openshift-ingress/router-default for network=default I0703 21:58:03.782101 3383 services_controller.go:386] Finished syncing service router-default on namespace openshift-ingress for network=default : 396.18µs I0703 21:58:03.796734 3383 obj_retry.go:565] Update event received for resource *v1.Node, old object is equal to new: false I0703 21:58:03.796802 3383 obj_retry.go:617] Update event received for *v1.Node ip-10-0-0-35.ec2.internal I0703 21:58:03.796837 3383 obj_retry.go:565] Update event received for resource *factory.egressNode, old object is equal to new: false I0703 21:58:03.796866 3383 obj_retry.go:617] Update event received for *factory.egressNode ip-10-0-0-35.ec2.internal I0703 21:58:03.876007 3383 ovs.go:160] Exec(51): /usr/bin/ovs-appctl --timeout=15 -t /var/run/ovn/ovn-controller.2981.ctl connection-status I0703 21:58:03.880994 3383 ovs.go:163] Exec(51): stdout: "connected\n" I0703 21:58:03.881009 3383 ovs.go:164] Exec(51): stderr: "" I0703 21:58:03.881018 3383 default_node_network_controller.go:523] Node connection status = connected I0703 21:58:03.881028 3383 ovs.go:160] Exec(52): /usr/bin/ovs-vsctl --timeout=15 -- br-exists br-int I0703 21:58:03.887693 3383 ovs.go:163] Exec(52): stdout: "" I0703 21:58:03.887708 3383 ovs.go:164] Exec(52): stderr: "" I0703 21:58:03.887717 3383 ovs.go:160] Exec(53): /usr/bin/ovs-ofctl dump-aggregate br-int I0703 21:58:03.893918 3383 ovs.go:163] Exec(53): stdout: "NXST_AGGREGATE reply (xid=0x4): packet_count=1 byte_count=46 flow_count=1439\n" I0703 21:58:03.893935 3383 ovs.go:164] Exec(53): stderr: "" I0703 21:58:03.893947 3383 ovs.go:160] Exec(54): /usr/bin/ovs-vsctl --timeout=15 --if-exists get interface patch-br-ex_ip-10-0-1-250.ec2.internal-to-br-int ofport I0703 21:58:03.899662 3383 ovs.go:163] Exec(54): stdout: "2\n" I0703 21:58:03.899675 3383 ovs.go:164] Exec(54): stderr: "" I0703 21:58:03.899682 3383 gateway.go:459] Gateway is ready I0703 21:58:03.899692 3383 gateway_shared_intf.go:2467] Creating Gateway Openflow Manager I0703 21:58:03.899705 3383 ovs.go:160] Exec(55): /usr/bin/ovs-vsctl --timeout=15 get Interface patch-br-ex_ip-10-0-1-250.ec2.internal-to-br-int ofport I0703 21:58:03.905098 3383 ovs.go:163] Exec(55): stdout: "2\n" I0703 21:58:03.905132 3383 ovs.go:164] Exec(55): stderr: "" I0703 21:58:03.905146 3383 ovs.go:160] Exec(56): /usr/bin/ovs-vsctl --timeout=15 get interface ens5 ofport I0703 21:58:03.911060 3383 ovs.go:163] Exec(56): stdout: "1\n" I0703 21:58:03.911078 3383 ovs.go:164] Exec(56): stderr: "" I0703 21:58:03.911589 3383 node_ip_handler_linux.go:493] Skipping non-useable IP address for host: 127.0.0.1/8 lo I0703 21:58:03.911711 3383 node_ip_handler_linux.go:262] Node primary address changed to 10.0.1.250. Updating OVN encap IP. I0703 21:58:03.911725 3383 ovs.go:160] Exec(57): /usr/bin/ovs-vsctl --timeout=15 get Open_vSwitch . external_ids:ovn-encap-ip I0703 21:58:03.917870 3383 ovs.go:163] Exec(57): stdout: "\"10.0.1.250\"\n" I0703 21:58:03.917889 3383 ovs.go:164] Exec(57): stderr: "" I0703 21:58:03.917898 3383 node_ip_handler_linux.go:560] Will not update encap IP 10.0.1.250 - it is already configured I0703 21:58:03.917905 3383 node_ip_handler_linux.go:503] Node address changed to map[10.0.1.250/24:{} 172.20.0.1/32:{}]. Updating annotations. I0703 21:58:03.918160 3383 kube.go:133] Setting annotations map[k8s.ovn.org/host-cidrs:["10.0.1.250/24","172.20.0.1/32"] k8s.ovn.org/l3-gateway-config:{"default":{"mode":"shared","bridge-id":"br-ex","interface-id":"br-ex_ip-10-0-1-250.ec2.internal","mac-address":"0a:ff:db:fe:6d:23","ip-addresses":["10.0.1.250/24"],"ip-address":"10.0.1.250/24","next-hops":["10.0.1.1"],"next-hop":"10.0.1.1","node-port-enable":"true","vlan-id":"0"}} k8s.ovn.org/node-chassis-id:94cf464b-7db1-49f0-b1cb-e3e6c55c62a5 k8s.ovn.org/node-primary-ifaddr:{"ipv4":"10.0.1.250/24"}] on node ip-10-0-1-250.ec2.internal I0703 21:58:03.934627 3383 egressservice_zone_node.go:110] Processing sync for Egress Service node ip-10-0-1-250.ec2.internal I0703 21:58:03.934690 3383 egressservice_zone_node.go:113] Finished syncing Egress Service node ip-10-0-1-250.ec2.internal: 67.28µs I0703 21:58:03.934715 3383 obj_retry.go:565] Update event received for resource *v1.Node, old object is equal to new: false I0703 21:58:03.934742 3383 obj_retry.go:617] Update event received for *v1.Node ip-10-0-1-250.ec2.internal I0703 21:58:03.934780 3383 master.go:531] Adding or Updating local node "ip-10-0-1-250.ec2.internal" for network "default" I0703 21:58:03.934783 3383 admin_network_policy_controller.go:583] Updating Node in Admin Network Policy controller ip-10-0-1-250.ec2.internal: nodeLabels beta.kubernetes.io/arch=amd64,beta.kubernetes.io/instance-type=m5.2xlarge,beta.kubernetes.io/os=linux,failure-domain.beta.kubernetes.io/region=us-east-1,failure-domain.beta.kubernetes.io/zone=us-east-1d,hypershift.openshift.io/managed=true,hypershift.openshift.io/nodePool=kx-971a8adf89-workers-1,hypershift.openshift.io/nodepool-globalps-enabled=true,kubernetes.io/arch=amd64,kubernetes.io/hostname=ip-10-0-1-250.ec2.internal,kubernetes.io/os=linux,node-role.kubernetes.io/worker=,node.kubernetes.io/instance-type=m5.2xlarge,node.openshift.io/os_id=rhel,topology.ebs.csi.aws.com/zone=us-east-1d,topology.k8s.aws/zone-id=use1-az4,topology.kubernetes.io/region=us-east-1,topology.kubernetes.io/zone=us-east-1d, isHostCIDRsAltered?: true I0703 21:58:03.934854 3383 admin_network_policy_node.go:55] Processing sync for Node ip-10-0-1-250.ec2.internal in Admin Network Policy controller I0703 21:58:03.934870 3383 admin_network_policy_node.go:58] Finished syncing Node ip-10-0-1-250.ec2.internal Admin Network Policy controller: took 17.042µs I0703 21:58:03.934781 3383 node_tracker.go:211] Processing possible switch / router updates for node ip-10-0-1-250.ec2.internal in network "default" I0703 21:58:03.934946 3383 node_tracker.go:172] Node ip-10-0-1-250.ec2.internal switch + router changed, syncing services in network "default" I0703 21:58:03.934955 3383 gateway_shared_intf.go:2754] Setting OVN Masquerade route with source: 10.0.1.250 I0703 21:58:03.934965 3383 services_controller.go:575] Full service sync requested for network=default I0703 21:58:03.934984 3383 services_controller.go:640] Adding service default/openshift-oauth-apiserver for network=default I0703 21:58:03.934998 3383 services_controller.go:640] Adding service openshift-cloud-credential-operator/cco-metrics for network=default I0703 21:58:03.935005 3383 services_controller.go:640] Adding service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0703 21:58:03.935011 3383 services_controller.go:640] Adding service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0703 21:58:03.935020 3383 services_controller.go:382] Processing sync for service openshift-cloud-credential-operator/cco-metrics for network=default I0703 21:58:03.935012 3383 route_manager.go:161] Route Manager: added route {Ifindex: 5 Dst: 169.254.0.1/32 Src: 10.0.1.250 Gw: Flags: [] Table: 254 Realm: 0} I0703 21:58:03.935027 3383 services_controller.go:382] Processing sync for service default/openshift-oauth-apiserver for network=default I0703 21:58:03.935043 3383 kube.go:133] Setting annotations map[k8s.ovn.org/node-masquerade-subnet:{"ipv4":"169.254.0.0/17","ipv6":"fd69::/112"}] on node ip-10-0-1-250.ec2.internal I0703 21:58:03.935027 3383 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 4f8da74e-12c5-4ed5-a57f-d48d3396b707 1179 0 2026-07-03 21:45:45 +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 34bb90c2-6c9e-4bce-b872-500297db79ab 0xc0051869bb }] [] []},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.81.21,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.81.21],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:03.935071 3383 model_client.go:383] Update operations generated as: [{Op:update Table:Logical_Router Row:map[copp:{GoSet:[{GoUUID:52074aa8-adf6-4f38-87d6-26a403a59b9c}]} external_ids:{GoMap:map[physical_ip:10.0.1.250 physical_ips:10.0.1.250]} load_balancer_group:{GoSet:[{GoUUID:db0ada44-61f7-4852-a8ec-61864ec8902a} {GoUUID:b4beb0ee-3f03-473c-93c2-ac27528a3368}]} options:{GoMap:map[always_learn_from_arp_request:false chassis:94cf464b-7db1-49f0-b1cb-e3e6c55c62a5 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 == {16ecdcd8-edd1-42db-8166-bc20cd3fc88b}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:03.935108 3383 services_controller.go:640] Adding service openshift-dns-operator/metrics for network=default I0703 21:58:03.935112 3383 services_controller.go:382] Processing sync for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0703 21:58:03.935145 3383 services_controller.go:382] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0703 21:58:03.935148 3383 lb_config.go:1030] Cluster endpoints for openshift-cloud-credential-operator/cco-metrics for network=default are: map[] I0703 21:58:03.935133 3383 transact.go:43] Configuring OVN: [{Op:update Table:Logical_Router Row:map[copp:{GoSet:[{GoUUID:52074aa8-adf6-4f38-87d6-26a403a59b9c}]} external_ids:{GoMap:map[physical_ip:10.0.1.250 physical_ips:10.0.1.250]} load_balancer_group:{GoSet:[{GoUUID:db0ada44-61f7-4852-a8ec-61864ec8902a} {GoUUID:b4beb0ee-3f03-473c-93c2-ac27528a3368}]} options:{GoMap:map[always_learn_from_arp_request:false chassis:94cf464b-7db1-49f0-b1cb-e3e6c55c62a5 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 == {16ecdcd8-edd1-42db-8166-bc20cd3fc88b}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:03.935160 3383 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.81.21"}, protocol:"TCP", inport:8443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:03.935172 3383 services_controller.go:470] Built service openshift-cloud-credential-operator/cco-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:58:03.935180 3383 services_controller.go:471] Built service openshift-cloud-credential-operator/cco-metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:03.935197 3383 services_controller.go:382] Processing sync for service openshift-dns-operator/metrics for network=default I0703 21:58:03.935156 3383 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 f1474dfc-6f32-4447-ad5e-90f6713dbc51 5040 0 2026-07-03 21:47:51 +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.190.203,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.190.203],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:03.935148 3383 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 d881cdd3-0556-4981-aa28-046642617ea9 1038 0 2026-07-03 21:45:42 +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 34bb90c2-6c9e-4bce-b872-500297db79ab 0xc005186cd7 }] [] []},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.63.139,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.63.139],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:03.935193 3383 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.81.21", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:03.935222 3383 services_controller.go:478] Built service openshift-cloud-credential-operator/cco-metrics per-node LB for network=default: []services.LB{} I0703 21:58:03.935230 3383 services_controller.go:479] Built service openshift-cloud-credential-operator/cco-metrics template LB for network=default: []services.LB{} I0703 21:58:03.935237 3383 services_controller.go:480] Service openshift-cloud-credential-operator/cco-metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:03.935237 3383 lb_config.go:1030] Cluster endpoints for openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default are: map[] I0703 21:58:03.935237 3383 lb_config.go:1030] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default are: map[] I0703 21:58:03.935253 3383 services_controller.go:497] Skipping no-op change for service openshift-cloud-credential-operator/cco-metrics for network=default I0703 21:58:03.935251 3383 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.63.139"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:03.935212 3383 services_controller.go:460] Service openshift-dns-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-dns-operator f9bca9e6-aac4-42ed-ab35-6cae287e356d 1101 0 2026-07-03 21:45:43 +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 34bb90c2-6c9e-4bce-b872-500297db79ab 0xc00518711f }] [] []},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.11.73,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.11.73],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:03.935256 3383 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.190.203"}, protocol:"TCP", inport:8383, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:03.935266 3383 services_controller.go:470] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:58:03.935136 3383 services_controller.go:640] Adding service openshift-image-registry/image-registry for network=default I0703 21:58:03.935274 3383 services_controller.go:470] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:58:03.935276 3383 services_controller.go:471] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:03.935289 3383 services_controller.go:471] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:03.935300 3383 services_controller.go:640] Adding service openshift-machine-config-operator/machine-config-controller for network=default I0703 21:58:03.935309 3383 services_controller.go:640] Adding service default/openshift-apiserver for network=default I0703 21:58:03.935311 3383 lb_config.go:1030] Cluster endpoints for openshift-dns-operator/metrics for network=default are: map[] I0703 21:58:03.935322 3383 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.11.73"}, protocol:"TCP", inport:9393, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:03.935260 3383 services_controller.go:386] Finished syncing service cco-metrics on namespace openshift-cloud-credential-operator for network=default : 240.643µs I0703 21:58:03.935312 3383 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.190.203", Port:8383, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:03.935341 3383 services_controller.go:470] Built service openshift-dns-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:58:03.935347 3383 services_controller.go:640] Adding service openshift-cluster-samples-operator/metrics for network=default I0703 21:58:03.935353 3383 services_controller.go:471] Built service openshift-dns-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:03.935045 3383 services_controller.go:460] Service default/openshift-oauth-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-oauth-apiserver default 21caa8ad-fcb9-4e12-b4de-c0a650a1bd40 1619 0 2026-07-03 21:45:53 +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.89.15,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.89.15],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:03.935354 3383 services_controller.go:382] Processing sync for service openshift-image-registry/image-registry for network=default I0703 21:58:03.935372 3383 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.11.73", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:03.935386 3383 lb_config.go:1030] Cluster endpoints for default/openshift-oauth-apiserver for network=default are: map[TCP/https:{443 [172.30.221.246] []}] I0703 21:58:03.935404 3383 services_controller.go:478] Built service openshift-dns-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:58:03.935408 3383 services_controller.go:469] Built service default/openshift-oauth-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 21:58:03.935417 3383 services_controller.go:479] Built service openshift-dns-operator/metrics template LB for network=default: []services.LB{} I0703 21:58:03.935418 3383 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.89.15"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.221.246"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:03.935428 3383 services_controller.go:480] Service openshift-dns-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:03.935380 3383 services_controller.go:460] Service openshift-image-registry/image-registry retrieved from lister for network=default: &Service{ObjectMeta:{image-registry openshift-image-registry 882c1808-1de8-44f1-ba7e-224aeeab403b 1834 0 2026-07-03 21:45:56 +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.30.99,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.30.99],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:03.935433 3383 services_controller.go:471] Built service default/openshift-oauth-apiserver LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:03.935353 3383 services_controller.go:478] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics per-node LB for network=default: []services.LB{} I0703 21:58:03.935452 3383 services_controller.go:497] Skipping no-op change for service openshift-dns-operator/metrics for network=default I0703 21:58:03.935456 3383 services_controller.go:477] Built service default/openshift-oauth-apiserver cluster-wide LB for network=default: []services.LB{} I0703 21:58:03.935463 3383 services_controller.go:386] Finished syncing service metrics on namespace openshift-dns-operator for network=default : 266.281µs I0703 21:58:03.935452 3383 lb_config.go:1030] Cluster endpoints for openshift-image-registry/image-registry for network=default are: map[] I0703 21:58:03.935474 3383 services_controller.go:382] Processing sync for service openshift-machine-config-operator/machine-config-controller for network=default I0703 21:58:03.935480 3383 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.30.99"}, protocol:"TCP", inport:5000, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:03.935468 3383 services_controller.go:478] Built service default/openshift-oauth-apiserver per-node LB for network=default: []services.LB{services.LB{Name:"Service_default/openshift-oauth-apiserver_TCP_node_router+switch_ip-10-0-1-250.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.89.15", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.221.246", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-250.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-250.ec2.internal"}, Groups:[]string(nil)}} I0703 21:58:03.935495 3383 services_controller.go:470] Built service openshift-image-registry/image-registry LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:58:03.935500 3383 services_controller.go:479] Built service default/openshift-oauth-apiserver template LB for network=default: []services.LB{} I0703 21:58:03.935506 3383 services_controller.go:471] Built service openshift-image-registry/image-registry LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:03.935513 3383 services_controller.go:480] Service default/openshift-oauth-apiserver for network=default has 0 cluster-wide, 1 per-node configs, 0 template configs, making 0 (cluster) 1 (per node) and 0 (template) load balancers I0703 21:58:03.935355 3383 services_controller.go:640] Adding service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0703 21:58:03.935539 3383 services_controller.go:497] Skipping no-op change for service default/openshift-oauth-apiserver for network=default I0703 21:58:03.935523 3383 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.30.99", Port:5000, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:03.935483 3383 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 4e2c0bcb-e8ae-4fa0-903c-5b765eff1e63 822 0 2026-07-03 21:45:37 +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 34bb90c2-6c9e-4bce-b872-500297db79ab 0xc00518790b }] [] []},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.206.77,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.206.77],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:03.935551 3383 services_controller.go:640] Adding service openshift-ingress-operator/metrics for network=default I0703 21:58:03.935553 3383 services_controller.go:478] Built service openshift-image-registry/image-registry per-node LB for network=default: []services.LB{} I0703 21:58:03.935562 3383 services_controller.go:640] Adding service openshift-ingress/router-internal-default for network=default I0703 21:58:03.935570 3383 services_controller.go:479] Built service openshift-image-registry/image-registry template LB for network=default: []services.LB{} I0703 21:58:03.935573 3383 services_controller.go:640] Adding service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0703 21:58:03.935570 3383 services_controller.go:386] Finished syncing service openshift-oauth-apiserver on namespace default for network=default : 528.702µs I0703 21:58:03.935580 3383 services_controller.go:480] Service openshift-image-registry/image-registry for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:03.935589 3383 services_controller.go:382] Processing sync for service default/openshift-apiserver for network=default I0703 21:58:03.935592 3383 services_controller.go:640] Adding service openshift-ingress-canary/ingress-canary for network=default I0703 21:58:03.935600 3383 services_controller.go:640] Adding service openshift-insights/metrics for network=default I0703 21:58:03.935602 3383 services_controller.go:497] Skipping no-op change for service openshift-image-registry/image-registry for network=default I0703 21:58:03.935608 3383 services_controller.go:640] Adding service openshift-network-console/networking-console-plugin for network=default I0703 21:58:03.935608 3383 services_controller.go:386] Finished syncing service image-registry on namespace openshift-image-registry for network=default : 255.853µs I0703 21:58:03.935615 3383 services_controller.go:640] Adding service openshift-network-diagnostics/network-check-source for network=default I0703 21:58:03.935621 3383 services_controller.go:382] Processing sync for service openshift-cluster-samples-operator/metrics for network=default I0703 21:58:03.935454 3383 services_controller.go:479] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics template LB for network=default: []services.LB{} I0703 21:58:03.935633 3383 services_controller.go:386] Finished syncing service metrics on namespace openshift-cluster-samples-operator for network=default : 12.805µs I0703 21:58:03.935641 3383 services_controller.go:480] Service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:03.935644 3383 services_controller.go:382] Processing sync for service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0703 21:58:03.935668 3383 services_controller.go:497] Skipping no-op change for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0703 21:58:03.935597 3383 services_controller.go:460] Service default/openshift-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-apiserver default 50ad24c5-47b8-4900-9710-9941ca0a3486 1599 0 2026-07-03 21:45:53 +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.205.247,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.205.247],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:03.935680 3383 services_controller.go:386] Finished syncing service deployment-validation-operator-metrics on namespace openshift-deployment-validation-operator for network=default : 536.275µs I0703 21:58:03.935694 3383 services_controller.go:382] Processing sync for service openshift-ingress-operator/metrics for network=default I0703 21:58:03.935653 3383 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 c6f10d19-2d79-431f-a915-a2b734a1b708 1002 0 2026-07-03 21:45:41 +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 34bb90c2-6c9e-4bce-b872-500297db79ab 0xc005186d87 }] [] []},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.26.82,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.26.82],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:03.935706 3383 lb_config.go:1030] Cluster endpoints for default/openshift-apiserver for network=default are: map[TCP/https:{443 [172.30.205.104] []}] I0703 21:58:03.935723 3383 services_controller.go:469] Built service default/openshift-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 21:58:03.935726 3383 lb_config.go:1030] Cluster endpoints for openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default are: map[] I0703 21:58:03.935729 3383 services_controller.go:470] Built service default/openshift-apiserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.205.247"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.205.104"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:03.935740 3383 services_controller.go:471] Built service default/openshift-apiserver LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:03.935739 3383 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.26.82"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:03.935753 3383 services_controller.go:470] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:58:03.935755 3383 services_controller.go:477] Built service default/openshift-apiserver cluster-wide LB for network=default: []services.LB{} I0703 21:58:03.935703 3383 services_controller.go:460] Service openshift-ingress-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-ingress-operator 7d7aef84-5037-4562-b34e-07f75ed951fc 1592 0 2026-07-03 21:45:53 +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 34bb90c2-6c9e-4bce-b872-500297db79ab 0xc005187477 }] [] []},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.158.118,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.158.118],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:03.935622 3383 services_controller.go:640] Adding service openshift-authentication-operator/metrics for network=default I0703 21:58:03.935763 3383 services_controller.go:478] Built service default/openshift-apiserver per-node LB for network=default: []services.LB{services.LB{Name:"Service_default/openshift-apiserver_TCP_node_router+switch_ip-10-0-1-250.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.205.247", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.205.104", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-250.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-250.ec2.internal"}, Groups:[]string(nil)}} I0703 21:58:03.935776 3383 services_controller.go:640] Adding service openshift-cluster-machine-approver/machine-approver for network=default I0703 21:58:03.935782 3383 services_controller.go:479] Built service default/openshift-apiserver template LB for network=default: []services.LB{} I0703 21:58:03.935785 3383 services_controller.go:640] Adding service openshift-config-operator/metrics for network=default I0703 21:58:03.935788 3383 lb_config.go:1030] Cluster endpoints for openshift-ingress-operator/metrics for network=default are: map[] I0703 21:58:03.935789 3383 services_controller.go:480] Service default/openshift-apiserver for network=default has 0 cluster-wide, 1 per-node configs, 0 template configs, making 0 (cluster) 1 (per node) and 0 (template) load balancers I0703 21:58:03.935795 3383 services_controller.go:640] Adding service openshift-ingress/router-default for network=default I0703 21:58:03.935802 3383 services_controller.go:640] Adding service openshift-kube-storage-version-migrator-operator/metrics for network=default I0703 21:58:03.935808 3383 services_controller.go:497] Skipping no-op change for service default/openshift-apiserver for network=default I0703 21:58:03.935808 3383 services_controller.go:640] Adding service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0703 21:58:03.935571 3383 lb_config.go:1030] Cluster endpoints for openshift-machine-config-operator/machine-config-controller for network=default are: map[] I0703 21:58:03.935813 3383 services_controller.go:386] Finished syncing service openshift-apiserver on namespace default for network=default : 224.871µs I0703 21:58:03.935819 3383 services_controller.go:640] Adding service default/packageserver for network=default I0703 21:58:03.935825 3383 services_controller.go:640] Adding service openshift-machine-config-operator/machine-config-operator for network=default I0703 21:58:03.935827 3383 services_controller.go:382] Processing sync for service openshift-ingress/router-internal-default for network=default I0703 21:58:03.935824 3383 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.206.77"}, protocol:"TCP", inport:9001, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:03.935832 3383 services_controller.go:640] Adding service openshift-apiserver-operator/metrics for network=default I0703 21:58:03.935839 3383 services_controller.go:640] Adding service openshift-apiserver/check-endpoints for network=default I0703 21:58:03.935838 3383 services_controller.go:470] Built service openshift-machine-config-operator/machine-config-controller LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:58:03.935845 3383 services_controller.go:640] Adding service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0703 21:58:03.935852 3383 services_controller.go:471] Built service openshift-machine-config-operator/machine-config-controller LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:03.935764 3383 services_controller.go:471] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:03.935835 3383 model_client.go:383] Update operations generated as: [{Op:update Table:Logical_Switch_Port Row:map[addresses:{GoSet:[router]} options:{GoMap:map[router-port:rtoj-GR_ip-10-0-1-250.ec2.internal]} port_security:{GoSet:[]} tag_request:{GoSet:[]} type:router] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {41b099ef-f84d-44c1-bbad-3d07c2760ac3}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:03.935876 3383 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.26.82", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:03.935907 3383 services_controller.go:478] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics per-node LB for network=default: []services.LB{} I0703 21:58:03.935918 3383 services_controller.go:479] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics template LB for network=default: []services.LB{} I0703 21:58:03.935835 3383 services_controller.go:460] Service openshift-ingress/router-internal-default retrieved from lister for network=default: &Service{ObjectMeta:{router-internal-default openshift-ingress 322c22ab-fdf6-4696-a920-a2b38051e018 2986 0 2026-07-03 21:46:13 +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 04cb0ff4-eb35-4a7b-9e56-a2cda3ee6f7b 0xc00518762e }] [] []},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.58.210,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.58.210],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:03.935931 3383 services_controller.go:480] Service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:03.935957 3383 lb_config.go:1030] Cluster endpoints for openshift-ingress/router-internal-default for network=default are: map[] I0703 21:58:03.935960 3383 services_controller.go:497] Skipping no-op change for service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0703 21:58:03.935805 3383 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.158.118"}, protocol:"TCP", inport:9393, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:03.935985 3383 services_controller.go:470] Built service openshift-ingress-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:58:03.935977 3383 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.58.210"}, 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.58.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}, services.lbConfig{vips:[]string{"172.30.58.210"}, protocol:"TCP", inport:1936, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:03.936000 3383 services_controller.go:471] Built service openshift-ingress-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:03.936006 3383 services_controller.go:470] Built service openshift-ingress/router-internal-default LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:58:03.936016 3383 services_controller.go:471] Built service openshift-ingress/router-internal-default LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:03.936015 3383 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.158.118", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:03.935854 3383 services_controller.go:640] Adding service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0703 21:58:03.936045 3383 services_controller.go:478] Built service openshift-ingress-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:58:03.936052 3383 services_controller.go:640] Adding service openshift-machine-config-operator/machine-config-daemon for network=default I0703 21:58:03.936055 3383 services_controller.go:479] Built service openshift-ingress-operator/metrics template LB for network=default: []services.LB{} I0703 21:58:03.936035 3383 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.58.210", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.58.210", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.58.210", Port:1936, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:03.936061 3383 services_controller.go:640] Adding service openshift-network-diagnostics/network-check-target for network=default I0703 21:58:03.936064 3383 services_controller.go:480] Service openshift-ingress-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:03.936067 3383 services_controller.go:640] Adding service default/openshift for network=default I0703 21:58:03.936075 3383 services_controller.go:640] Adding service openshift-console-operator/metrics for network=default I0703 21:58:03.936068 3383 services_controller.go:478] Built service openshift-ingress/router-internal-default per-node LB for network=default: []services.LB{} I0703 21:58:03.936084 3383 services_controller.go:640] Adding service openshift-dns/dns-default for network=default I0703 21:58:03.936085 3383 services_controller.go:497] Skipping no-op change for service openshift-ingress-operator/metrics for network=default I0703 21:58:03.936091 3383 services_controller.go:640] Adding service openshift-kube-controller-manager-operator/metrics for network=default I0703 21:58:03.936091 3383 services_controller.go:386] Finished syncing service metrics on namespace openshift-ingress-operator for network=default : 398.419µs I0703 21:58:03.936093 3383 services_controller.go:479] Built service openshift-ingress/router-internal-default template LB for network=default: []services.LB{} I0703 21:58:03.936099 3383 services_controller.go:640] Adding service openshift-monitoring/cluster-monitoring-operator for network=default I0703 21:58:03.936104 3383 services_controller.go:382] Processing sync for service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0703 21:58:03.936108 3383 services_controller.go:640] Adding service openshift-network-operator/metrics for network=default I0703 21:58:03.935947 3383 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:41b099ef-f84d-44c1-bbad-3d07c2760ac3}]}}] Timeout: Where:[where column _uuid == {74963f24-eb1f-46e0-954e-c1744e4f5d0d}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:03.936133 3383 services_controller.go:386] Finished syncing service node-tuning-operator on namespace openshift-cluster-node-tuning-operator for network=default : 9.243µs I0703 21:58:03.936133 3383 services_controller.go:640] Adding service openshift-service-ca-operator/metrics for network=default I0703 21:58:03.935874 3383 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.206.77", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:03.936146 3383 services_controller.go:382] Processing sync for service openshift-ingress-canary/ingress-canary for network=default I0703 21:58:03.936145 3383 services_controller.go:480] Service openshift-ingress/router-internal-default for network=default has 3 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:03.936154 3383 services_controller.go:478] Built service openshift-machine-config-operator/machine-config-controller per-node LB for network=default: []services.LB{} I0703 21:58:03.936166 3383 services_controller.go:479] Built service openshift-machine-config-operator/machine-config-controller template LB for network=default: []services.LB{} I0703 21:58:03.936175 3383 services_controller.go:497] Skipping no-op change for service openshift-ingress/router-internal-default for network=default I0703 21:58:03.936144 3383 transact.go:43] Configuring OVN: [{Op:update Table:Logical_Switch_Port Row:map[addresses:{GoSet:[router]} options:{GoMap:map[router-port:rtoj-GR_ip-10-0-1-250.ec2.internal]} port_security:{GoSet:[]} tag_request:{GoSet:[]} type:router] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {41b099ef-f84d-44c1-bbad-3d07c2760ac3}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:41b099ef-f84d-44c1-bbad-3d07c2760ac3}]}}] Timeout: Where:[where column _uuid == {74963f24-eb1f-46e0-954e-c1744e4f5d0d}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:03.936178 3383 services_controller.go:480] Service openshift-machine-config-operator/machine-config-controller for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:03.936181 3383 services_controller.go:386] Finished syncing service router-internal-default on namespace openshift-ingress for network=default : 353.577µs I0703 21:58:03.936151 3383 services_controller.go:460] Service openshift-ingress-canary/ingress-canary retrieved from lister for network=default: &Service{ObjectMeta:{ingress-canary openshift-ingress-canary 4819f457-6510-4569-b406-c0b3660420e6 3620 0 2026-07-03 21:46:20 +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 1f1ef523-f5fe-42ec-99fc-c4139726322c 0xc005187390 }] [] []},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.197.227,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.197.227],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:03.936207 3383 services_controller.go:497] Skipping no-op change for service openshift-machine-config-operator/machine-config-controller for network=default I0703 21:58:03.936208 3383 services_controller.go:640] Adding service default/kubernetes for network=default I0703 21:58:03.936216 3383 services_controller.go:386] Finished syncing service machine-config-controller on namespace openshift-machine-config-operator for network=default : 741.343µs I0703 21:58:03.936223 3383 lb_config.go:1030] Cluster endpoints for openshift-ingress-canary/ingress-canary for network=default are: map[] I0703 21:58:03.936233 3383 services_controller.go:382] Processing sync for service openshift-network-console/networking-console-plugin for network=default I0703 21:58:03.936241 3383 services_controller.go:640] Adding service openshift-multus/network-metrics-service for network=default I0703 21:58:03.936249 3383 services_controller.go:640] Adding service openshift-cluster-version/cluster-version-operator for network=default I0703 21:58:03.936244 3383 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.197.227"}, protocol:"TCP", inport:8443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}, services.lbConfig{vips:[]string{"172.30.197.227"}, protocol:"TCP", inport:8888, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:03.936262 3383 services_controller.go:470] Built service openshift-ingress-canary/ingress-canary LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:58:03.936196 3383 services_controller.go:382] Processing sync for service openshift-insights/metrics for network=default I0703 21:58:03.936271 3383 services_controller.go:471] Built service openshift-ingress-canary/ingress-canary LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:03.936247 3383 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 f8addfd9-9cc6-4025-988d-7c334874812b 4206 0 2026-07-03 21:46:37 +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 83876b0a-aba3-46b6-808c-f459981ad792 0xc005187c1e 0xc005187c1f}] [] []},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.135.254,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.135.254],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:03.936286 3383 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.197.227", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.197.227", Port:8888, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:03.936323 3383 services_controller.go:478] Built service openshift-ingress-canary/ingress-canary per-node LB for network=default: []services.LB{} I0703 21:58:03.936330 3383 services_controller.go:479] Built service openshift-ingress-canary/ingress-canary template LB for network=default: []services.LB{} I0703 21:58:03.936337 3383 services_controller.go:480] Service openshift-ingress-canary/ingress-canary for network=default has 2 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:03.936336 3383 lb_config.go:1030] Cluster endpoints for openshift-network-console/networking-console-plugin for network=default are: map[] I0703 21:58:03.936276 3383 services_controller.go:460] Service openshift-insights/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-insights 371a2df2-f482-4b3f-8e1c-4cab6e5e756d 1958 0 2026-07-03 21:45:59 +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 34bb90c2-6c9e-4bce-b872-500297db79ab 0xc00518772b }] [] []},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.57.17,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.57.17],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:03.936352 3383 services_controller.go:497] Skipping no-op change for service openshift-ingress-canary/ingress-canary for network=default I0703 21:58:03.936356 3383 services_controller.go:386] Finished syncing service ingress-canary on namespace openshift-ingress-canary for network=default : 210.477µs I0703 21:58:03.936364 3383 services_controller.go:382] Processing sync for service openshift-network-diagnostics/network-check-source for network=default I0703 21:58:03.936368 3383 services_controller.go:386] Finished syncing service network-check-source on namespace openshift-network-diagnostics for network=default : 5.029µs I0703 21:58:03.936364 3383 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.135.254"}, protocol:"TCP", inport:9443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:03.936374 3383 services_controller.go:382] Processing sync for service openshift-authentication-operator/metrics for network=default I0703 21:58:03.936381 3383 services_controller.go:470] Built service openshift-network-console/networking-console-plugin LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:58:03.935302 3383 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.63.139", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:03.936393 3383 services_controller.go:471] Built service openshift-network-console/networking-console-plugin LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:03.935971 3383 services_controller.go:386] Finished syncing service csi-snapshot-controller-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 326.852µs I0703 21:58:03.936400 3383 services_controller.go:478] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics per-node LB for network=default: []services.LB{} I0703 21:58:03.936411 3383 services_controller.go:382] Processing sync for service openshift-cluster-machine-approver/machine-approver for network=default I0703 21:58:03.936412 3383 services_controller.go:479] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics template LB for network=default: []services.LB{} I0703 21:58:03.936419 3383 services_controller.go:386] Finished syncing service machine-approver on namespace openshift-cluster-machine-approver for network=default : 10.024µs I0703 21:58:03.936428 3383 services_controller.go:382] Processing sync for service openshift-config-operator/metrics for network=default I0703 21:58:03.936427 3383 services_controller.go:480] Service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:03.936383 3383 services_controller.go:460] Service openshift-authentication-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-authentication-operator 46cbe934-1099-4898-ab71-e6255dab7558 734 0 2026-07-03 21:45:35 +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 34bb90c2-6c9e-4bce-b872-500297db79ab 0xc005186927 }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 8443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{app: authentication-operator,},ClusterIP:172.30.101.120,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.101.120],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:03.936454 3383 services_controller.go:497] Skipping no-op change for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0703 21:58:03.936465 3383 services_controller.go:386] Finished syncing service cluster-storage-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 1.354814ms I0703 21:58:03.936477 3383 services_controller.go:382] Processing sync for service openshift-ingress/router-default for network=default I0703 21:58:03.936437 3383 services_controller.go:460] Service openshift-config-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-config-operator d71b49dd-a25d-47ff-96ce-e6bb15f6c1f8 1784 0 2026-07-03 21:45:55 +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 34bb90c2-6c9e-4bce-b872-500297db79ab 0xc005186e8f }] [] []},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.37.247,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.37.247],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:03.936523 3383 lb_config.go:1030] Cluster endpoints for openshift-config-operator/metrics for network=default are: map[] I0703 21:58:03.936486 3383 services_controller.go:460] Service openshift-ingress/router-default retrieved from lister for network=default: &Service{ObjectMeta:{router-default openshift-ingress 8d209a10-1646-4341-a7ef-a1d8a9929f82 3517 0 2026-07-03 21:46:13 +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=2ratr6qfqvi6pndaj5o6avep3u3o4rvu,api.openshift.com/legal-entity-id=2h8L52xc1VHB4xLFE2YyPmAjYjI,api.openshift.com/name=kx-971a8adf89,cluster-type=rosa-hcp,creation-date=2026-07-03,konflux-ci=true,red-hat-clustertype=rosa,red-hat-managed=true service.beta.kubernetes.io/aws-load-balancer-healthcheck-healthy-threshold:2 service.beta.kubernetes.io/aws-load-balancer-healthcheck-interval:10 service.beta.kubernetes.io/aws-load-balancer-healthcheck-timeout:4 service.beta.kubernetes.io/aws-load-balancer-healthcheck-unhealthy-threshold:2 service.beta.kubernetes.io/aws-load-balancer-type:nlb traffic-policy.network.alpha.openshift.io/local-with-fallback:] [{apps/v1 Deployment router-default 04cb0ff4-eb35-4a7b-9e56-a2cda3ee6f7b 0xc005187567 }] [service.kubernetes.io/load-balancer-cleanup] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:http,Protocol:TCP,Port:80,TargetPort:{1 0 http},NodePort:30936,AppProtocol:nil,},ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{1 0 https},NodePort:30241,AppProtocol:nil,},},Selector:map[string]string{ingresscontroller.operator.openshift.io/deployment-ingresscontroller: default,},ClusterIP:172.30.40.135,Type:LoadBalancer,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:Local,HealthCheckNodePort:32754,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.40.135],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:*true,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{LoadBalancerIngress{IP:,Hostname:a8d209a1016464341a7efa1d8a9929f8-83027fce1f50462f.elb.us-east-1.amazonaws.com,IPMode:nil,Ports:[]PortStatus{},},},},Conditions:[]Condition{},},} I0703 21:58:03.936551 3383 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.37.247"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:03.936566 3383 services_controller.go:470] Built service openshift-config-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:58:03.936572 3383 lb_config.go:1030] Cluster endpoints for openshift-ingress/router-default for network=default are: map[] I0703 21:58:03.936380 3383 lb_config.go:1030] Cluster endpoints for openshift-insights/metrics for network=default are: map[] I0703 21:58:03.936576 3383 services_controller.go:471] Built service openshift-config-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:03.936582 3383 lb_config.go:1053] Local endpoints for openshift-ingress/router-default for network=default are: map[] I0703 21:58:03.936601 3383 services_controller.go:469] Built service openshift-insights/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.57.17"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:03.936600 3383 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 == {72593d65-ce9e-4ffc-ac1b-1ed118065290}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:03.936639 3383 services_controller.go:470] Built service openshift-insights/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:58:03.936625 3383 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.37.247", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:03.936654 3383 services_controller.go:471] Built service openshift-insights/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:03.936657 3383 services_controller.go:478] Built service openshift-config-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:58:03.936669 3383 services_controller.go:479] Built service openshift-config-operator/metrics template LB for network=default: []services.LB{} I0703 21:58:03.936658 3383 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:72593d65-ce9e-4ffc-ac1b-1ed118065290}]}}] Timeout: Where:[where column _uuid == {16ecdcd8-edd1-42db-8166-bc20cd3fc88b}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:03.936680 3383 services_controller.go:480] Service openshift-config-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:03.936676 3383 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.57.17", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:03.936704 3383 services_controller.go:497] Skipping no-op change for service openshift-config-operator/metrics for network=default I0703 21:58:03.936680 3383 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 == {72593d65-ce9e-4ffc-ac1b-1ed118065290}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:72593d65-ce9e-4ffc-ac1b-1ed118065290}]}}] Timeout: Where:[where column _uuid == {16ecdcd8-edd1-42db-8166-bc20cd3fc88b}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:03.936708 3383 services_controller.go:478] Built service openshift-insights/metrics per-node LB for network=default: []services.LB{} I0703 21:58:03.936710 3383 services_controller.go:386] Finished syncing service metrics on namespace openshift-config-operator for network=default : 281.202µs I0703 21:58:03.936721 3383 services_controller.go:479] Built service openshift-insights/metrics template LB for network=default: []services.LB{} I0703 21:58:03.936723 3383 services_controller.go:382] Processing sync for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0703 21:58:03.936455 3383 lb_config.go:1030] Cluster endpoints for openshift-authentication-operator/metrics for network=default are: map[] I0703 21:58:03.936733 3383 services_controller.go:480] Service openshift-insights/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:03.936752 3383 services_controller.go:469] Built service openshift-authentication-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.101.120"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:03.936773 3383 services_controller.go:470] Built service openshift-authentication-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:58:03.936783 3383 services_controller.go:471] Built service openshift-authentication-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:03.936733 3383 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 3722d350-158f-4293-ac73-630f14078cf8 1759 0 2026-07-03 21:45:55 +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 34bb90c2-6c9e-4bce-b872-500297db79ab 0xc005187887 }] [] []},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.144.223,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.144.223],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:03.936810 3383 lb_config.go:1030] Cluster endpoints for openshift-kube-storage-version-migrator-operator/metrics for network=default are: map[] I0703 21:58:03.936822 3383 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.144.223"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:03.936601 3383 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.40.135"}, 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.40.135"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:03.936855 3383 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:30936, 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:30241, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:true, internalTrafficLocal:false, hasNodePort:true}} I0703 21:58:03.936887 3383 services_controller.go:471] Built service openshift-ingress/router-default LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:03.936758 3383 services_controller.go:497] Skipping no-op change for service openshift-insights/metrics for network=default I0703 21:58:03.936926 3383 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.40.135", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.40.135", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:03.936997 3383 services_controller.go:478] Built service openshift-ingress/router-default per-node LB for network=default: []services.LB{services.LB{Name:"Service_openshift-ingress/router-default_TCP_node_router_ip-10-0-1-250.ec2.internal", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-ingress/router-default"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"10.0.1.250", Port:30936, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:30936, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.1.250", Port:30241, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:30241, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string(nil), Routers:[]string{"GR_ip-10-0-1-250.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-ingress/router-default_TCP_node_switch_ip-10-0-1-250.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:30936, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.1.250", Port:30936, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:30936, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:30936, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:30241, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.1.250", Port:30241, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:30241, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:30241, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-250.ec2.internal"}, Routers:[]string(nil), Groups:[]string(nil)}} I0703 21:58:03.937058 3383 services_controller.go:479] Built service openshift-ingress/router-default template LB for network=default: []services.LB{} I0703 21:58:03.937070 3383 services_controller.go:480] Service openshift-ingress/router-default for network=default has 2 cluster-wide, 2 per-node configs, 0 template configs, making 1 (cluster) 2 (per node) and 0 (template) load balancers I0703 21:58:03.936412 3383 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.135.254", Port:9443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:03.937108 3383 services_controller.go:478] Built service openshift-network-console/networking-console-plugin per-node LB for network=default: []services.LB{} I0703 21:58:03.937086 3383 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:"6a8a4c7b-0f65-49a3-95d5-2a3bf5ae7e3d", 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.40.135", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.40.135", 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.40.135", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.40.135", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}, services.LB{Name:"Service_openshift-ingress/router-default_TCP_node_router_ip-10-0-1-250.ec2.internal", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-ingress/router-default"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"10.0.1.250", Port:30936, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:30936, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.1.250", Port:30241, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:30241, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string(nil), Routers:[]string{"GR_ip-10-0-1-250.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-ingress/router-default_TCP_node_switch_ip-10-0-1-250.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:30936, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.1.250", Port:30936, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:30936, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:30936, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:30241, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.1.250", Port:30241, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:30241, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:30241, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-250.ec2.internal"}, Routers:[]string(nil), Groups:[]string(nil)}} I0703 21:58:03.937194 3383 services_controller.go:479] Built service openshift-network-console/networking-console-plugin template LB for network=default: []services.LB{} I0703 21:58:03.937211 3383 services_controller.go:480] Service openshift-network-console/networking-console-plugin for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:03.937239 3383 services_controller.go:497] Skipping no-op change for service openshift-network-console/networking-console-plugin for network=default I0703 21:58:03.937253 3383 services_controller.go:386] Finished syncing service networking-console-plugin on namespace openshift-network-console for network=default : 1.019306ms I0703 21:58:03.936955 3383 services_controller.go:386] Finished syncing service metrics on namespace openshift-insights for network=default : 756.328µs I0703 21:58:03.937267 3383 services_controller.go:382] Processing sync for service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0703 21:58:03.937278 3383 services_controller.go:386] Finished syncing service ovn-kubernetes-node on namespace openshift-ovn-kubernetes for network=default : 12.025µs I0703 21:58:03.937282 3383 services_controller.go:382] Processing sync for service default/packageserver for network=default I0703 21:58:03.937288 3383 services_controller.go:382] Processing sync for service openshift-machine-config-operator/machine-config-operator for network=default I0703 21:58:03.937293 3383 services_controller.go:460] Service default/packageserver retrieved from lister for network=default: &Service{ObjectMeta:{packageserver default dcebf003-0c65-4442-9b2c-8a253fce7c45 1720 0 2026-07-03 21:45:55 +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.147.20,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.147.20],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:03.937323 3383 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.40.135:443: 172.30.40.135:80:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {6a8a4c7b-0f65-49a3-95d5-2a3bf5ae7e3d}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:03.937297 3383 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 0132c170-5b9d-4ef9-9966-45d78c036861 765 0 2026-07-03 21:45:36 +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 34bb90c2-6c9e-4bce-b872-500297db79ab 0xc005187a6b }] [] []},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.108.113,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.108.113],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:03.937363 3383 lb_config.go:1030] Cluster endpoints for default/packageserver for network=default are: map[TCP/https:{443 [172.30.178.190] []}] I0703 21:58:03.937375 3383 services_controller.go:469] Built service default/packageserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 21:58:03.937381 3383 services_controller.go:470] Built service default/packageserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.147.20"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.178.190"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:03.937394 3383 services_controller.go:471] Built service default/packageserver LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:03.937409 3383 services_controller.go:477] Built service default/packageserver cluster-wide LB for network=default: []services.LB{} I0703 21:58:03.937388 3383 model_client.go:374] Create operations generated as: [{Op:insert Table:Load_Balancer Row:map[external_ids:{GoMap:map[k8s.ovn.org/kind:Service k8s.ovn.org/owner:openshift-ingress/router-default]} name:Service_openshift-ingress/router-default_TCP_node_router_ip-10-0-1-250.ec2.internal options:{GoMap:map[event:false hairpin_snat_ip:169.254.0.5 fd69::5 neighbor_responder:none reject:true skip_snat:false]} protocol:{GoSet:[tcp]} vips:{GoMap:map[10.0.1.250:30241: 10.0.1.250:30936: 172.20.0.1:30241: 172.20.0.1:30936:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2314545658}] I0703 21:58:03.937415 3383 services_controller.go:478] Built service default/packageserver per-node LB for network=default: []services.LB{services.LB{Name:"Service_default/packageserver_TCP_node_router+switch_ip-10-0-1-250.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.147.20", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.178.190", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-250.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-250.ec2.internal"}, Groups:[]string(nil)}} I0703 21:58:03.937448 3383 services_controller.go:479] Built service default/packageserver template LB for network=default: []services.LB{} I0703 21:58:03.937383 3383 lb_config.go:1030] Cluster endpoints for openshift-machine-config-operator/machine-config-operator for network=default are: map[] I0703 21:58:03.937460 3383 services_controller.go:480] Service default/packageserver for network=default has 0 cluster-wide, 1 per-node configs, 0 template configs, making 0 (cluster) 1 (per node) and 0 (template) load balancers I0703 21:58:03.937475 3383 services_controller.go:497] Skipping no-op change for service default/packageserver for network=default I0703 21:58:03.937452 3383 model_client.go:374] Create operations generated as: [{Op:insert Table:Load_Balancer Row:map[external_ids:{GoMap:map[k8s.ovn.org/kind:Service k8s.ovn.org/owner:openshift-ingress/router-default]} name:Service_openshift-ingress/router-default_TCP_node_switch_ip-10-0-1-250.ec2.internal options:{GoMap:map[event:false hairpin_snat_ip:169.254.0.5 fd69::5 neighbor_responder:none reject:true skip_snat:false]} protocol:{GoSet:[tcp]} vips:{GoMap:map[10.0.1.250:30241: 10.0.1.250:30936: 169.254.0.3:30241: 169.254.0.3:30936: 172.20.0.1:30241: 172.20.0.1:30936:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2314545659}] I0703 21:58:03.937483 3383 services_controller.go:386] Finished syncing service packageserver on namespace default for network=default : 202.385µs I0703 21:58:03.937491 3383 services_controller.go:382] Processing sync for service openshift-apiserver-operator/metrics for network=default I0703 21:58:03.937514 3383 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:u2314545659}]}}] Timeout: Where:[where column _uuid == {0c7cbbfb-4b25-4d3f-b542-03917a7567db}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:03.937499 3383 services_controller.go:460] Service openshift-apiserver-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-apiserver-operator 347eada2-03f3-440b-9cf6-3aeac111438f 1121 0 2026-07-03 21:45:44 +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 34bb90c2-6c9e-4bce-b872-500297db79ab 0xc00518679f }] [] []},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.132.147,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.132.147],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:03.937469 3383 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.108.113"}, protocol:"TCP", inport:9001, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:03.937547 3383 lb_config.go:1030] Cluster endpoints for openshift-apiserver-operator/metrics for network=default are: map[] I0703 21:58:03.937552 3383 services_controller.go:470] Built service openshift-machine-config-operator/machine-config-operator LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:58:03.937555 3383 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.132.147"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:03.937560 3383 services_controller.go:471] Built service openshift-machine-config-operator/machine-config-operator LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:03.937564 3383 services_controller.go:470] Built service openshift-apiserver-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:58:03.937571 3383 services_controller.go:471] Built service openshift-apiserver-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:03.937561 3383 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:u2314545658}]}}] Timeout: Where:[where column _uuid == {16ecdcd8-edd1-42db-8166-bc20cd3fc88b}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:03.937574 3383 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.108.113", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:03.937594 3383 services_controller.go:478] Built service openshift-machine-config-operator/machine-config-operator per-node LB for network=default: []services.LB{} I0703 21:58:03.937585 3383 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.132.147", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:03.937601 3383 services_controller.go:479] Built service openshift-machine-config-operator/machine-config-operator template LB for network=default: []services.LB{} I0703 21:58:03.937604 3383 services_controller.go:478] Built service openshift-apiserver-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:58:03.937609 3383 services_controller.go:480] Service openshift-machine-config-operator/machine-config-operator for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:03.937612 3383 services_controller.go:479] Built service openshift-apiserver-operator/metrics template LB for network=default: []services.LB{} I0703 21:58:03.937619 3383 services_controller.go:480] Service openshift-apiserver-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:03.937625 3383 services_controller.go:497] Skipping no-op change for service openshift-machine-config-operator/machine-config-operator for network=default I0703 21:58:03.937630 3383 services_controller.go:386] Finished syncing service machine-config-operator on namespace openshift-machine-config-operator for network=default : 341.85µs I0703 21:58:03.937634 3383 services_controller.go:497] Skipping no-op change for service openshift-apiserver-operator/metrics for network=default I0703 21:58:03.937639 3383 services_controller.go:382] Processing sync for service openshift-apiserver/check-endpoints for network=default I0703 21:58:03.937641 3383 services_controller.go:386] Finished syncing service metrics on namespace openshift-apiserver-operator for network=default : 147.549µs I0703 21:58:03.937650 3383 services_controller.go:382] Processing sync for service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0703 21:58:03.937586 3383 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.40.135:443: 172.30.40.135:80:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {6a8a4c7b-0f65-49a3-95d5-2a3bf5ae7e3d}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:insert Table:Load_Balancer Row:map[external_ids:{GoMap:map[k8s.ovn.org/kind:Service k8s.ovn.org/owner:openshift-ingress/router-default]} name:Service_openshift-ingress/router-default_TCP_node_router_ip-10-0-1-250.ec2.internal options:{GoMap:map[event:false hairpin_snat_ip:169.254.0.5 fd69::5 neighbor_responder:none reject:true skip_snat:false]} protocol:{GoSet:[tcp]} vips:{GoMap:map[10.0.1.250:30241: 10.0.1.250:30936: 172.20.0.1:30241: 172.20.0.1:30936:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2314545658} {Op:insert Table:Load_Balancer Row:map[external_ids:{GoMap:map[k8s.ovn.org/kind:Service k8s.ovn.org/owner:openshift-ingress/router-default]} name:Service_openshift-ingress/router-default_TCP_node_switch_ip-10-0-1-250.ec2.internal options:{GoMap:map[event:false hairpin_snat_ip:169.254.0.5 fd69::5 neighbor_responder:none reject:true skip_snat:false]} protocol:{GoSet:[tcp]} vips:{GoMap:map[10.0.1.250:30241: 10.0.1.250:30936: 169.254.0.3:30241: 169.254.0.3:30936: 172.20.0.1:30241: 172.20.0.1:30936:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2314545659} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u2314545659}]}}] Timeout: Where:[where column _uuid == {0c7cbbfb-4b25-4d3f-b542-03917a7567db}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u2314545658}]}}] Timeout: Where:[where column _uuid == {16ecdcd8-edd1-42db-8166-bc20cd3fc88b}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:03.937658 3383 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 2e58fb14-5375-44c1-90e3-03c0449e7bd8 1564 0 2026-07-03 21:45:53 +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 34bb90c2-6c9e-4bce-b872-500297db79ab 0xc005186baf }] [] []},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.145.95,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.145.95],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:03.937649 3383 services_controller.go:460] Service openshift-apiserver/check-endpoints retrieved from lister for network=default: &Service{ObjectMeta:{check-endpoints openshift-apiserver 41546a05-b440-43a5-bb66-a7330634f178 1700 0 2026-07-03 21:45:54 +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 34bb90c2-6c9e-4bce-b872-500297db79ab 0xc005186867 }] [] []},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.237.219,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.237.219],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:03.937707 3383 lb_config.go:1030] Cluster endpoints for openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default are: map[] I0703 21:58:03.937713 3383 lb_config.go:1030] Cluster endpoints for openshift-apiserver/check-endpoints for network=default are: map[] I0703 21:58:03.937715 3383 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.145.95"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:03.937723 3383 services_controller.go:470] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:58:03.937722 3383 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.237.219"}, protocol:"TCP", inport:17698, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:03.937729 3383 services_controller.go:471] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:03.937733 3383 services_controller.go:470] Built service openshift-apiserver/check-endpoints LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:58:03.937743 3383 services_controller.go:471] Built service openshift-apiserver/check-endpoints LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:03.937156 3383 model_client.go:383] Update operations generated as: [{Op:update Table:Logical_Router_Port Row:map[external_ids:{GoMap:map[gateway-physical-ip:yes]} mac:0a:ff:db:fe:6d:23 networks:{GoSet:[10.0.1.250/24]} options:{GoMap:map[]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {41cbc0b8-6380-4ffd-aaf4-bb9a57d67b4a}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:03.937745 3383 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.145.95", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:03.937765 3383 services_controller.go:478] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service per-node LB for network=default: []services.LB{} I0703 21:58:03.937772 3383 services_controller.go:479] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service template LB for network=default: []services.LB{} I0703 21:58:03.937760 3383 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.237.219", Port:17698, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:03.937778 3383 services_controller.go:480] Service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:03.937788 3383 services_controller.go:478] Built service openshift-apiserver/check-endpoints per-node LB for network=default: []services.LB{} I0703 21:58:03.937795 3383 services_controller.go:497] Skipping no-op change for service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0703 21:58:03.937801 3383 services_controller.go:386] Finished syncing service performance-addon-operator-service on namespace openshift-cluster-node-tuning-operator for network=default : 148.887µs I0703 21:58:03.937803 3383 services_controller.go:479] Built service openshift-apiserver/check-endpoints template LB for network=default: []services.LB{} I0703 21:58:03.937808 3383 services_controller.go:382] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0703 21:58:03.937814 3383 services_controller.go:480] Service openshift-apiserver/check-endpoints for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:03.936813 3383 services_controller.go:477] Built service openshift-authentication-operator/metrics cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-authentication-operator/metrics_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-authentication-operator/metrics"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.101.120", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:03.937818 3383 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:41cbc0b8-6380-4ffd-aaf4-bb9a57d67b4a}]}}] Timeout: Where:[where column _uuid == {16ecdcd8-edd1-42db-8166-bc20cd3fc88b}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:03.937836 3383 services_controller.go:497] Skipping no-op change for service openshift-apiserver/check-endpoints for network=default I0703 21:58:03.937841 3383 services_controller.go:478] Built service openshift-authentication-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:58:03.937846 3383 services_controller.go:386] Finished syncing service check-endpoints on namespace openshift-apiserver for network=default : 205.298µs I0703 21:58:03.937815 3383 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 ac177431-b82f-4de1-ba87-39439ab60f6c 5012 0 2026-07-03 21:47:51 +0000 UTC map[olm.managed:true olm.service-spec-hash:8H7arFYfeqTDwtur5ZzpDGCqSKpg30XG9PXH2W] map[] [{operators.coreos.com/v1alpha1 CatalogSource deployment-validation-operator-catalog 0f38ac43-4d72-428b-9025-58cfbd95a575 0xc005186ffd 0xc005186ffe}] [] []},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.186.73,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.186.73],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:03.937857 3383 services_controller.go:479] Built service openshift-authentication-operator/metrics template LB for network=default: []services.LB{} I0703 21:58:03.937860 3383 services_controller.go:382] Processing sync for service openshift-machine-config-operator/machine-config-daemon for network=default I0703 21:58:03.937868 3383 lb_config.go:1030] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default are: map[] I0703 21:58:03.937871 3383 services_controller.go:480] Service openshift-authentication-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:03.937845 3383 transact.go:43] Configuring OVN: [{Op:update Table:Logical_Router_Port Row:map[external_ids:{GoMap:map[gateway-physical-ip:yes]} mac:0a:ff:db:fe:6d:23 networks:{GoSet:[10.0.1.250/24]} options:{GoMap:map[]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {41cbc0b8-6380-4ffd-aaf4-bb9a57d67b4a}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:41cbc0b8-6380-4ffd-aaf4-bb9a57d67b4a}]}}] Timeout: Where:[where column _uuid == {16ecdcd8-edd1-42db-8166-bc20cd3fc88b}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:03.937881 3383 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.186.73"}, protocol:"TCP", inport:50051, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:03.937898 3383 services_controller.go:470] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:58:03.937903 3383 services_controller.go:497] Skipping no-op change for service openshift-authentication-operator/metrics for network=default I0703 21:58:03.937910 3383 services_controller.go:471] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:03.937910 3383 services_controller.go:386] Finished syncing service metrics on namespace openshift-authentication-operator for network=default : 1.534751ms I0703 21:58:03.937927 3383 services_controller.go:382] Processing sync for service openshift-network-diagnostics/network-check-target for network=default I0703 21:58:03.937870 3383 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 4e94fc13-785d-4247-a082-01fed9c217be 876 0 2026-07-03 21:45:39 +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 34bb90c2-6c9e-4bce-b872-500297db79ab 0xc0051879d7 }] [] []},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.159.126,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.159.126],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:03.937928 3383 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.186.73", Port:50051, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:03.936835 3383 services_controller.go:470] Built service openshift-kube-storage-version-migrator-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:58:03.937953 3383 lb_config.go:1030] Cluster endpoints for openshift-machine-config-operator/machine-config-daemon for network=default are: map[] I0703 21:58:03.938009 3383 services_controller.go:471] Built service openshift-kube-storage-version-migrator-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:03.938012 3383 services_controller.go:478] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog per-node LB for network=default: []services.LB{} I0703 21:58:03.938013 3383 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.159.126"}, 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.159.126"}, protocol:"TCP", inport:8798, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:03.938027 3383 services_controller.go:479] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog template LB for network=default: []services.LB{} I0703 21:58:03.938031 3383 services_controller.go:470] Built service openshift-machine-config-operator/machine-config-daemon LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:58:03.938040 3383 services_controller.go:471] Built service openshift-machine-config-operator/machine-config-daemon LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:03.938041 3383 services_controller.go:480] Service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:03.938068 3383 services_controller.go:497] Skipping no-op change for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0703 21:58:03.938030 3383 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.144.223", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:03.937937 3383 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 6a47e559-1f52-46cb-bda6-09643c9f7873 4126 0 2026-07-03 21:46:33 +0000 UTC map[] map[] [{operator.openshift.io/v1 Network cluster 83876b0a-aba3-46b6-808c-f459981ad792 0xc005187d17 0xc005187d18}] [] []},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.87.219,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.87.219],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:03.938062 3383 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.159.126", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.159.126", Port:8798, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:03.938079 3383 services_controller.go:386] Finished syncing service deployment-validation-operator-catalog on namespace openshift-deployment-validation-operator for network=default : 269.199µs I0703 21:58:03.938086 3383 services_controller.go:478] Built service openshift-kube-storage-version-migrator-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:58:03.938092 3383 services_controller.go:478] Built service openshift-machine-config-operator/machine-config-daemon per-node LB for network=default: []services.LB{} I0703 21:58:03.938096 3383 services_controller.go:382] Processing sync for service default/openshift for network=default I0703 21:58:03.938100 3383 services_controller.go:479] Built service openshift-kube-storage-version-migrator-operator/metrics template LB for network=default: []services.LB{} I0703 21:58:03.938104 3383 services_controller.go:479] Built service openshift-machine-config-operator/machine-config-daemon template LB for network=default: []services.LB{} I0703 21:58:03.938105 3383 services_controller.go:386] Finished syncing service openshift on namespace default for network=default : 9.196µs I0703 21:58:03.938112 3383 services_controller.go:480] Service openshift-kube-storage-version-migrator-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:03.938110 3383 lb_config.go:1030] Cluster endpoints for openshift-network-diagnostics/network-check-target for network=default are: map[] I0703 21:58:03.938135 3383 services_controller.go:480] Service openshift-machine-config-operator/machine-config-daemon for network=default has 2 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:03.938137 3383 services_controller.go:382] Processing sync for service openshift-console-operator/metrics for network=default I0703 21:58:03.938150 3383 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.87.219"}, protocol:"TCP", inport:80, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:03.938164 3383 services_controller.go:497] Skipping no-op change for service openshift-machine-config-operator/machine-config-daemon for network=default I0703 21:58:03.938168 3383 services_controller.go:470] Built service openshift-network-diagnostics/network-check-target LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:58:03.938173 3383 services_controller.go:386] Finished syncing service machine-config-daemon on namespace openshift-machine-config-operator for network=default : 313.603µs I0703 21:58:03.938182 3383 services_controller.go:471] Built service openshift-network-diagnostics/network-check-target LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:03.938185 3383 services_controller.go:497] Skipping no-op change for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0703 21:58:03.938188 3383 services_controller.go:382] Processing sync for service openshift-dns/dns-default for network=default I0703 21:58:03.938194 3383 services_controller.go:386] Finished syncing service metrics on namespace openshift-kube-storage-version-migrator-operator for network=default : 1.470904ms I0703 21:58:03.938151 3383 services_controller.go:460] Service openshift-console-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-console-operator 54d9e97c-511a-4617-b8d5-0d057435c5a0 1933 0 2026-07-03 21:45:59 +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 34bb90c2-6c9e-4bce-b872-500297db79ab 0xc005186f67 }] [] []},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.225.242,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.225.242],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:03.938209 3383 services_controller.go:382] Processing sync for service openshift-kube-controller-manager-operator/metrics for network=default I0703 21:58:03.938196 3383 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.87.219", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:03.938224 3383 services_controller.go:478] Built service openshift-network-diagnostics/network-check-target per-node LB for network=default: []services.LB{} I0703 21:58:03.938224 3383 lb_config.go:1030] Cluster endpoints for openshift-console-operator/metrics for network=default are: map[] I0703 21:58:03.938236 3383 services_controller.go:479] Built service openshift-network-diagnostics/network-check-target template LB for network=default: []services.LB{} I0703 21:58:03.938239 3383 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.225.242"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:03.938247 3383 services_controller.go:480] Service openshift-network-diagnostics/network-check-target for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:03.938199 3383 services_controller.go:460] Service openshift-dns/dns-default retrieved from lister for network=default: &Service{ObjectMeta:{dns-default openshift-dns 3762793b-61c7-418d-a6c3-bae737b8ee67 1667 0 2026-07-03 21:45:54 +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 da742cf2-a446-47b6-8355-321e6a282753 0xc005187207 }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:dns,Protocol:UDP,Port:53,TargetPort:{1 0 dns},NodePort:0,AppProtocol:nil,},ServicePort{Name:dns-tcp,Protocol:TCP,Port:53,TargetPort:{1 0 dns-tcp},NodePort:0,AppProtocol:nil,},ServicePort{Name:metrics,Protocol:TCP,Port:9154,TargetPort:{1 0 metrics},NodePort:0,AppProtocol:nil,},},Selector:map[string]string{dns.operator.openshift.io/daemonset-dns: default,},ClusterIP:172.30.0.10,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.0.10],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:03.938252 3383 services_controller.go:470] Built service openshift-console-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:58:03.938267 3383 services_controller.go:471] Built service openshift-console-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:03.938273 3383 services_controller.go:497] Skipping no-op change for service openshift-network-diagnostics/network-check-target for network=default I0703 21:58:03.938278 3383 lb_config.go:1030] Cluster endpoints for openshift-dns/dns-default for network=default are: map[] I0703 21:58:03.938280 3383 services_controller.go:386] Finished syncing service network-check-target on namespace openshift-network-diagnostics for network=default : 353.388µs I0703 21:58:03.938220 3383 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 28cd5666-d9bb-4a3a-87db-e5205acaca5a 993 0 2026-07-03 21:45:41 +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 34bb90c2-6c9e-4bce-b872-500297db79ab 0xc0051877cf }] [] []},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.102.221,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.102.221],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:03.938294 3383 services_controller.go:469] Built service openshift-dns/dns-default LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 21:58:03.938296 3383 services_controller.go:382] Processing sync for service openshift-monitoring/cluster-monitoring-operator for network=default I0703 21:58:03.938307 3383 services_controller.go:386] Finished syncing service cluster-monitoring-operator on namespace openshift-monitoring for network=default : 11.757µs I0703 21:58:03.938310 3383 lb_config.go:1030] Cluster endpoints for openshift-kube-controller-manager-operator/metrics for network=default are: map[] I0703 21:58:03.938315 3383 services_controller.go:382] Processing sync for service openshift-network-operator/metrics for network=default I0703 21:58:03.938304 3383 services_controller.go:470] Built service openshift-dns/dns-default LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.0.10"}, protocol:"UDP", inport:53, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}, services.lbConfig{vips:[]string{"172.30.0.10"}, protocol:"TCP", inport:53, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}, services.lbConfig{vips:[]string{"172.30.0.10"}, protocol:"TCP", inport:9154, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:03.938284 3383 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.225.242", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:03.938321 3383 services_controller.go:386] Finished syncing service metrics on namespace openshift-network-operator for network=default : 6.479µs I0703 21:58:03.938327 3383 services_controller.go:471] Built service openshift-dns/dns-default LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:03.938329 3383 services_controller.go:382] Processing sync for service openshift-service-ca-operator/metrics for network=default I0703 21:58:03.938330 3383 services_controller.go:478] Built service openshift-console-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:58:03.938324 3383 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.102.221"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:03.938342 3383 services_controller.go:479] Built service openshift-console-operator/metrics template LB for network=default: []services.LB{} I0703 21:58:03.938343 3383 services_controller.go:470] Built service openshift-kube-controller-manager-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:58:03.938354 3383 services_controller.go:471] Built service openshift-kube-controller-manager-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:03.938353 3383 services_controller.go:480] Service openshift-console-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:03.938357 3383 services_controller.go:477] Built service openshift-dns/dns-default cluster-wide LB for network=default: []services.LB{} I0703 21:58:03.938377 3383 services_controller.go:497] Skipping no-op change for service openshift-console-operator/metrics for network=default I0703 21:58:03.938338 3383 services_controller.go:460] Service openshift-service-ca-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-service-ca-operator 1e715ea9-d128-4e26-8ca0-5d27e5eb2288 883 0 2026-07-03 21:45:39 +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 34bb90c2-6c9e-4bce-b872-500297db79ab 0xc005187f07 }] [] []},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.150.115,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.150.115],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:03.938392 3383 services_controller.go:386] Finished syncing service metrics on namespace openshift-console-operator for network=default : 253.571µs I0703 21:58:03.938372 3383 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.102.221", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:03.938369 3383 services_controller.go:478] Built service openshift-dns/dns-default per-node LB for network=default: []services.LB{services.LB{Name:"Service_openshift-dns/dns-default_TCP_node_router+switch_ip-10-0-1-250.ec2.internal", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-dns/dns-default"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.0.10", Port:53, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.0.10", Port:9154, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-250.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-250.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-dns/dns-default_UDP_node_router+switch_ip-10-0-1-250.ec2.internal", UUID:"", Protocol:"UDP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-dns/dns-default"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.0.10", Port:53, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-250.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-250.ec2.internal"}, Groups:[]string(nil)}} I0703 21:58:03.938408 3383 services_controller.go:382] Processing sync for service default/kubernetes for network=default I0703 21:58:03.938412 3383 services_controller.go:478] Built service openshift-kube-controller-manager-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:58:03.938417 3383 services_controller.go:479] Built service openshift-dns/dns-default template LB for network=default: []services.LB{} I0703 21:58:03.938415 3383 lb_config.go:1030] Cluster endpoints for openshift-service-ca-operator/metrics for network=default are: map[] I0703 21:58:03.938424 3383 services_controller.go:479] Built service openshift-kube-controller-manager-operator/metrics template LB for network=default: []services.LB{} I0703 21:58:03.938430 3383 services_controller.go:480] Service openshift-dns/dns-default for network=default has 0 cluster-wide, 3 per-node configs, 0 template configs, making 0 (cluster) 2 (per node) and 0 (template) load balancers I0703 21:58:03.938436 3383 services_controller.go:480] Service openshift-kube-controller-manager-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:03.938432 3383 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.150.115"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:03.938450 3383 services_controller.go:470] Built service openshift-service-ca-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:58:03.938460 3383 services_controller.go:497] Skipping no-op change for service openshift-kube-controller-manager-operator/metrics for network=default I0703 21:58:03.938419 3383 services_controller.go:460] Service default/kubernetes retrieved from lister for network=default: &Service{ObjectMeta:{kubernetes default e39a332f-4ec4-4f70-918f-9a75824ecdaa 271 0 2026-07-03 21:44:29 +0000 UTC map[component:apiserver provider:kubernetes] map[] [] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 6443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{},ClusterIP:172.30.0.1,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.0.1],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:03.938468 3383 services_controller.go:386] Finished syncing service metrics on namespace openshift-kube-controller-manager-operator for network=default : 259.249µs I0703 21:58:03.938469 3383 services_controller.go:471] Built service openshift-service-ca-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:03.938476 3383 services_controller.go:497] Skipping no-op change for service openshift-dns/dns-default for network=default I0703 21:58:03.938483 3383 services_controller.go:386] Finished syncing service dns-default on namespace openshift-dns for network=default : 294.995µs I0703 21:58:03.938489 3383 lb_config.go:1030] Cluster endpoints for default/kubernetes for network=default are: map[TCP/https:{6443 [172.20.0.1] []}] I0703 21:58:03.938495 3383 services_controller.go:382] Processing sync for service openshift-multus/network-metrics-service for network=default I0703 21:58:03.938504 3383 services_controller.go:386] Finished syncing service network-metrics-service on namespace openshift-multus for network=default : 9.353µs I0703 21:58:03.938506 3383 services_controller.go:382] Processing sync for service openshift-cluster-version/cluster-version-operator for network=default I0703 21:58:03.938507 3383 services_controller.go:469] Built service default/kubernetes LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 21:58:03.938488 3383 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.150.115", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:03.938521 3383 services_controller.go:478] Built service openshift-service-ca-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:58:03.938520 3383 services_controller.go:470] Built service default/kubernetes LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.0.1"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:6443, V4IPs:[]string{"172.20.0.1"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:03.938531 3383 services_controller.go:479] Built service openshift-service-ca-operator/metrics template LB for network=default: []services.LB{} I0703 21:58:03.938535 3383 services_controller.go:471] Built service default/kubernetes LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:03.938542 3383 services_controller.go:480] Service openshift-service-ca-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:03.938562 3383 services_controller.go:477] Built service default/kubernetes cluster-wide LB for network=default: []services.LB{} I0703 21:58:03.938565 3383 services_controller.go:497] Skipping no-op change for service openshift-service-ca-operator/metrics for network=default I0703 21:58:03.938517 3383 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 48a9d7e4-1a38-4019-a4fa-ebca071a9df3 503 0 2026-07-03 21:45:06 +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.7.124,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.7.124],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:03.938578 3383 services_controller.go:386] Finished syncing service metrics on namespace openshift-service-ca-operator for network=default : 247.981µs I0703 21:58:03.938578 3383 services_controller.go:478] Built service default/kubernetes per-node LB for network=default: []services.LB{services.LB{Name:"Service_default/kubernetes_TCP_node_router+switch_ip-10-0-1-250.ec2.internal", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"default/kubernetes"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.0.1", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.20.0.1", Port:6443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-250.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-250.ec2.internal"}, Groups:[]string(nil)}} I0703 21:58:03.938616 3383 services_controller.go:479] Built service default/kubernetes template LB for network=default: []services.LB{} I0703 21:58:03.938622 3383 lb_config.go:1030] Cluster endpoints for openshift-cluster-version/cluster-version-operator for network=default are: map[] I0703 21:58:03.938629 3383 services_controller.go:480] Service default/kubernetes for network=default has 0 cluster-wide, 1 per-node configs, 0 template configs, making 0 (cluster) 1 (per node) and 0 (template) load balancers I0703 21:58:03.938635 3383 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.7.124"}, protocol:"TCP", inport:9099, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:03.938650 3383 services_controller.go:470] Built service openshift-cluster-version/cluster-version-operator LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:58:03.938652 3383 services_controller.go:497] Skipping no-op change for service default/kubernetes for network=default I0703 21:58:03.938660 3383 services_controller.go:386] Finished syncing service kubernetes on namespace default for network=default : 252.573µs I0703 21:58:03.938661 3383 services_controller.go:471] Built service openshift-cluster-version/cluster-version-operator LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:03.938681 3383 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.7.124", Port:9099, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:03.938707 3383 services_controller.go:478] Built service openshift-cluster-version/cluster-version-operator per-node LB for network=default: []services.LB{} I0703 21:58:03.938719 3383 services_controller.go:479] Built service openshift-cluster-version/cluster-version-operator template LB for network=default: []services.LB{} I0703 21:58:03.938730 3383 services_controller.go:480] Service openshift-cluster-version/cluster-version-operator for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:03.938752 3383 services_controller.go:497] Skipping no-op change for service openshift-cluster-version/cluster-version-operator for network=default I0703 21:58:03.938761 3383 services_controller.go:386] Finished syncing service cluster-version-operator on namespace openshift-cluster-version for network=default : 255.207µs I0703 21:58:03.939055 3383 loadbalancer.go:305] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-ingress/router-default"} I0703 21:58:03.939076 3383 services_controller.go:386] Finished syncing service router-default on namespace openshift-ingress for network=default : 2.59942ms I0703 21:58:03.939138 3383 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 == {3d224f5f-4bd9-4005-99b9-660825deb533}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:03.939276 3383 model_client.go:383] Update operations generated as: [{Op:update Table:Logical_Switch_Port Row:map[addresses:{GoSet:[0a:ff:db:fe:6d:23]} options:{GoMap:map[exclude-lb-vips-from-garp:true nat-addresses:router router-port:rtoe-GR_ip-10-0-1-250.ec2.internal]} port_security:{GoSet:[]} tag_request:{GoSet:[]} type:router] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {c72bd542-4c6d-47c7-8b82-cc94162f8a1d}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:03.939312 3383 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:3d224f5f-4bd9-4005-99b9-660825deb533} {GoUUID:c72bd542-4c6d-47c7-8b82-cc94162f8a1d}]}}] Timeout: Where:[where column _uuid == {070803af-5ef8-45ef-af44-be01e9eca57e}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:03.939336 3383 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 == {3d224f5f-4bd9-4005-99b9-660825deb533}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:update Table:Logical_Switch_Port Row:map[addresses:{GoSet:[0a:ff:db:fe:6d:23]} options:{GoMap:map[exclude-lb-vips-from-garp:true nat-addresses:router router-port:rtoe-GR_ip-10-0-1-250.ec2.internal]} port_security:{GoSet:[]} tag_request:{GoSet:[]} type:router] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {c72bd542-4c6d-47c7-8b82-cc94162f8a1d}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:3d224f5f-4bd9-4005-99b9-660825deb533} {GoUUID:c72bd542-4c6d-47c7-8b82-cc94162f8a1d}]}}] Timeout: Where:[where column _uuid == {070803af-5ef8-45ef-af44-be01e9eca57e}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:03.939711 3383 model_client.go:383] Update operations generated as: [{Op:update Table:Static_MAC_Binding Row:map[ip:169.254.0.4 logical_port:rtoe-GR_ip-10-0-1-250.ec2.internal mac:0a:58:a9:fe:00:04 override_dynamic_mac:true] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {531cbc3b-7f88-4cb8-b85e-cb31ddb64142}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:03.939752 3383 transact.go:43] Configuring OVN: [{Op:update Table:Static_MAC_Binding Row:map[ip:169.254.0.4 logical_port:rtoe-GR_ip-10-0-1-250.ec2.internal mac:0a:58:a9:fe:00:04 override_dynamic_mac:true] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {531cbc3b-7f88-4cb8-b85e-cb31ddb64142}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:03.939985 3383 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 == {9df81d51-1690-4d9b-8cdd-22e29238eb21}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:03.940029 3383 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:9df81d51-1690-4d9b-8cdd-22e29238eb21}]}}] Timeout: Where:[where column _uuid == {16ecdcd8-edd1-42db-8166-bc20cd3fc88b}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:03.940051 3383 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 == {9df81d51-1690-4d9b-8cdd-22e29238eb21}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:9df81d51-1690-4d9b-8cdd-22e29238eb21}]}}] Timeout: Where:[where column _uuid == {16ecdcd8-edd1-42db-8166-bc20cd3fc88b}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:03.940359 3383 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 == {bec460cc-777e-4692-b9d6-9be9e2977186}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:03.940409 3383 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:bec460cc-777e-4692-b9d6-9be9e2977186}]}}] Timeout: Where:[where column _uuid == {16ecdcd8-edd1-42db-8166-bc20cd3fc88b}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:03.940431 3383 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 == {bec460cc-777e-4692-b9d6-9be9e2977186}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:bec460cc-777e-4692-b9d6-9be9e2977186}]}}] Timeout: Where:[where column _uuid == {16ecdcd8-edd1-42db-8166-bc20cd3fc88b}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:03.940718 3383 model_client.go:383] Update operations generated as: [{Op:update Table:Logical_Router_Static_Route Row:map[nexthop:10.0.1.1] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {4a468f9a-dcf3-4efc-b9f8-2c20e918ce50}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:03.940777 3383 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:4a468f9a-dcf3-4efc-b9f8-2c20e918ce50}]}}] Timeout: Where:[where column _uuid == {16ecdcd8-edd1-42db-8166-bc20cd3fc88b}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:03.940798 3383 transact.go:43] Configuring OVN: [{Op:update Table:Logical_Router_Static_Route Row:map[nexthop:10.0.1.1] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {4a468f9a-dcf3-4efc-b9f8-2c20e918ce50}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:4a468f9a-dcf3-4efc-b9f8-2c20e918ce50}]}}] Timeout: Where:[where column _uuid == {16ecdcd8-edd1-42db-8166-bc20cd3fc88b}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:03.941180 3383 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 == {89f04d2d-e953-494c-928b-a317269e43da}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:03.941240 3383 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:89f04d2d-e953-494c-928b-a317269e43da}]}}] Timeout: Where:[where column _uuid == {279dfb7d-bdb3-4b1e-b1c2-52ed8e8efcaf}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:03.941261 3383 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 == {89f04d2d-e953-494c-928b-a317269e43da}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:89f04d2d-e953-494c-928b-a317269e43da}]}}] Timeout: Where:[where column _uuid == {279dfb7d-bdb3-4b1e-b1c2-52ed8e8efcaf}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:03.941646 3383 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 == {619ea2cb-7bc1-4c48-a9d4-4e14cc67b524}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:03.941741 3383 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:619ea2cb-7bc1-4c48-a9d4-4e14cc67b524}]}}] Timeout: Where:[where column _uuid == {279dfb7d-bdb3-4b1e-b1c2-52ed8e8efcaf}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:03.941788 3383 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 == {619ea2cb-7bc1-4c48-a9d4-4e14cc67b524}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:619ea2cb-7bc1-4c48-a9d4-4e14cc67b524}]}}] Timeout: Where:[where column _uuid == {279dfb7d-bdb3-4b1e-b1c2-52ed8e8efcaf}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:03.942204 3383 model_client.go:383] Update operations generated as: [{Op:update Table:NAT Row:map[external_ip:10.0.1.250 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 == {cca0e78c-8bc5-49ce-b4b9-4d4330300088}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:03.942258 3383 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:cca0e78c-8bc5-49ce-b4b9-4d4330300088}]}}] Timeout: Where:[where column _uuid == {16ecdcd8-edd1-42db-8166-bc20cd3fc88b}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:03.942282 3383 transact.go:43] Configuring OVN: [{Op:update Table:NAT Row:map[external_ip:10.0.1.250 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 == {cca0e78c-8bc5-49ce-b4b9-4d4330300088}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:nat Mutator:insert Value:{GoSet:[{GoUUID:cca0e78c-8bc5-49ce-b4b9-4d4330300088}]}}] Timeout: Where:[where column _uuid == {16ecdcd8-edd1-42db-8166-bc20cd3fc88b}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:03.943163 3383 model_client.go:374] Create operations generated as: [{Op:insert Table:Logical_Router_Policy Row:map[action:reroute match:inport == "rtos-ip-10-0-1-250.ec2.internal" && ip4.dst == 172.20.0.1 /* ip-10-0-1-250.ec2.internal */ nexthops:{GoSet:[10.129.0.2]} priority:1004] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2314545660}] I0703 21:58:03.943205 3383 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:u2314545660}]}}] Timeout: Where:[where column _uuid == {279dfb7d-bdb3-4b1e-b1c2-52ed8e8efcaf}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:03.943229 3383 transact.go:43] Configuring OVN: [{Op:wait Table:Logical_Router_Policy Row:map[] Rows:[map[match:inport == "rtos-ip-10-0-1-250.ec2.internal" && ip4.dst == 172.20.0.1 /* ip-10-0-1-250.ec2.internal */ priority:1004]] Columns:[priority match] Mutations:[] Timeout:0xc00a26f308 Where:[where column priority == 1004 where column match == inport == "rtos-ip-10-0-1-250.ec2.internal" && ip4.dst == 172.20.0.1 /* ip-10-0-1-250.ec2.internal */ where column external_ids includes {map[]}] Until:!= Durable: Comment: Lock: UUID: UUIDName:} {Op:insert Table:Logical_Router_Policy Row:map[action:reroute match:inport == "rtos-ip-10-0-1-250.ec2.internal" && ip4.dst == 172.20.0.1 /* ip-10-0-1-250.ec2.internal */ nexthops:{GoSet:[10.129.0.2]} priority:1004] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2314545660} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:policies Mutator:insert Value:{GoSet:[{GoUUID:u2314545660}]}}] Timeout: Where:[where column _uuid == {279dfb7d-bdb3-4b1e-b1c2-52ed8e8efcaf}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:03.944025 3383 base_network_controller.go:622] When adding node ip-10-0-1-250.ec2.internal for network default, found 44 pods to add to retryPods I0703 21:58:03.944083 3383 base_network_controller.go:631] Adding pod openshift-network-diagnostics/network-check-target-mggcz to retryPods for network default I0703 21:58:03.944134 3383 base_network_controller.go:631] Adding pod kube-system/konnectivity-agent-5hvkv to retryPods for network default I0703 21:58:03.944171 3383 base_network_controller.go:631] Adding pod openshift-dns/node-resolver-khkc6 to retryPods for network default I0703 21:58:03.944181 3383 base_network_controller.go:631] Adding pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-250.ec2.internal to retryPods for network default I0703 21:58:03.944187 3383 base_network_controller.go:631] Adding pod openshift-network-operator/iptables-alerter-fvf5b to retryPods for network default I0703 21:58:03.944193 3383 base_network_controller.go:631] Adding pod kube-system/kube-apiserver-proxy-ip-10-0-1-250.ec2.internal to retryPods for network default I0703 21:58:03.944200 3383 base_network_controller.go:631] Adding pod openshift-image-registry/node-ca-cw75n to retryPods for network default I0703 21:58:03.944206 3383 base_network_controller.go:631] Adding pod openshift-cluster-node-tuning-operator/tuned-lmf5s to retryPods for network default I0703 21:58:03.944220 3383 base_network_controller.go:631] Adding pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-6ww26 to retryPods for network default I0703 21:58:03.944226 3383 base_network_controller.go:631] Adding pod openshift-multus/network-metrics-daemon-mjsh5 to retryPods for network default I0703 21:58:03.944232 3383 base_network_controller.go:631] Adding pod openshift-multus/multus-tkckc to retryPods for network default I0703 21:58:03.944238 3383 base_network_controller.go:631] Adding pod openshift-ovn-kubernetes/ovnkube-node-6sx57 to retryPods for network default I0703 21:58:03.944245 3383 base_network_controller.go:631] Adding pod openshift-multus/multus-additional-cni-plugins-k8pxv to retryPods for network default I0703 21:58:03.944265 3383 obj_retry.go:236] Iterate retry objects requested (resource *v1.Pod) I0703 21:58:03.944282 3383 obj_retry.go:565] Update event received for resource *factory.egressNode, old object is equal to new: false I0703 21:58:03.944292 3383 obj_retry.go:617] Update event received for *factory.egressNode ip-10-0-1-250.ec2.internal I0703 21:58:03.944309 3383 default_network_controller.go:1063] Egress IP detected IP address change for node ip-10-0-1-250.ec2.internal. Updating no re-route policies I0703 21:58:03.944364 3383 obj_retry.go:431] periodicallyRetryResources: Retry channel got triggered: retrying failed objects of type *v1.Pod I0703 21:58:03.944418 3383 obj_retry.go:406] Going to retry *v1.Pod resource setup for 13 objects: [openshift-cluster-node-tuning-operator/tuned-lmf5s openshift-multus/multus-tkckc openshift-multus/multus-additional-cni-plugins-k8pxv kube-system/konnectivity-agent-5hvkv openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-250.ec2.internal openshift-network-operator/iptables-alerter-fvf5b kube-system/kube-apiserver-proxy-ip-10-0-1-250.ec2.internal openshift-image-registry/node-ca-cw75n openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-6ww26 openshift-network-diagnostics/network-check-target-mggcz openshift-dns/node-resolver-khkc6 openshift-multus/network-metrics-daemon-mjsh5 openshift-ovn-kubernetes/ovnkube-node-6sx57] I0703 21:58:03.944473 3383 obj_retry.go:299] Retry object setup: *v1.Pod kube-system/konnectivity-agent-5hvkv I0703 21:58:03.944524 3383 obj_retry.go:299] Retry object setup: *v1.Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-6ww26 I0703 21:58:03.944547 3383 obj_retry.go:299] Retry object setup: *v1.Pod openshift-multus/network-metrics-daemon-mjsh5 I0703 21:58:03.944555 3383 obj_retry.go:299] Retry object setup: *v1.Pod openshift-network-diagnostics/network-check-target-mggcz I0703 21:58:03.944560 3383 obj_retry.go:363] Adding new object: *v1.Pod openshift-multus/network-metrics-daemon-mjsh5 I0703 21:58:03.944566 3383 obj_retry.go:363] Adding new object: *v1.Pod openshift-network-diagnostics/network-check-target-mggcz I0703 21:58:03.944575 3383 ovn.go:135] Ensuring zone local for Pod openshift-multus/network-metrics-daemon-mjsh5 in node ip-10-0-1-250.ec2.internal I0703 21:58:03.944558 3383 obj_retry.go:299] Retry object setup: *v1.Pod openshift-image-registry/node-ca-cw75n I0703 21:58:03.944581 3383 ovn.go:135] Ensuring zone local for Pod openshift-network-diagnostics/network-check-target-mggcz in node ip-10-0-1-250.ec2.internal I0703 21:58:03.944588 3383 obj_retry.go:363] Adding new object: *v1.Pod openshift-image-registry/node-ca-cw75n I0703 21:58:03.944590 3383 obj_retry.go:299] Retry object setup: *v1.Pod openshift-network-operator/iptables-alerter-fvf5b I0703 21:58:03.944597 3383 ovn.go:135] Ensuring zone local for Pod openshift-image-registry/node-ca-cw75n in node ip-10-0-1-250.ec2.internal I0703 21:58:03.944599 3383 obj_retry.go:363] Adding new object: *v1.Pod openshift-network-operator/iptables-alerter-fvf5b I0703 21:58:03.944606 3383 obj_retry.go:383] Retry successful for *v1.Pod openshift-image-registry/node-ca-cw75n after 0 failed attempt(s) I0703 21:58:03.944607 3383 base_network_controller_pods.go:478] [default/openshift-multus/network-metrics-daemon-mjsh5] creating logical port openshift-multus_network-metrics-daemon-mjsh5 for pod on switch ip-10-0-1-250.ec2.internal I0703 21:58:03.944614 3383 default_network_controller.go:705] Recording success event on pod openshift-image-registry/node-ca-cw75n I0703 21:58:03.944615 3383 base_network_controller_pods.go:478] [default/openshift-network-diagnostics/network-check-target-mggcz] creating logical port openshift-network-diagnostics_network-check-target-mggcz for pod on switch ip-10-0-1-250.ec2.internal I0703 21:58:03.944524 3383 obj_retry.go:299] Retry object setup: *v1.Pod openshift-multus/multus-additional-cni-plugins-k8pxv I0703 21:58:03.944609 3383 ovn.go:135] Ensuring zone local for Pod openshift-network-operator/iptables-alerter-fvf5b in node ip-10-0-1-250.ec2.internal I0703 21:58:03.944627 3383 obj_retry.go:363] Adding new object: *v1.Pod openshift-multus/multus-additional-cni-plugins-k8pxv I0703 21:58:03.944634 3383 obj_retry.go:383] Retry successful for *v1.Pod openshift-network-operator/iptables-alerter-fvf5b after 0 failed attempt(s) I0703 21:58:03.944641 3383 default_network_controller.go:705] Recording success event on pod openshift-network-operator/iptables-alerter-fvf5b I0703 21:58:03.944645 3383 obj_retry.go:299] Retry object setup: *v1.Pod kube-system/kube-apiserver-proxy-ip-10-0-1-250.ec2.internal I0703 21:58:03.944653 3383 obj_retry.go:363] Adding new object: *v1.Pod kube-system/kube-apiserver-proxy-ip-10-0-1-250.ec2.internal I0703 21:58:03.944656 3383 obj_retry.go:299] Retry object setup: *v1.Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-250.ec2.internal I0703 21:58:03.944660 3383 ovn.go:135] Ensuring zone local for Pod kube-system/kube-apiserver-proxy-ip-10-0-1-250.ec2.internal in node ip-10-0-1-250.ec2.internal I0703 21:58:03.944664 3383 obj_retry.go:363] Adding new object: *v1.Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-250.ec2.internal I0703 21:58:03.944667 3383 obj_retry.go:383] Retry successful for *v1.Pod kube-system/kube-apiserver-proxy-ip-10-0-1-250.ec2.internal after 0 failed attempt(s) I0703 21:58:03.944672 3383 ovn.go:135] Ensuring zone local for Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-250.ec2.internal in node ip-10-0-1-250.ec2.internal I0703 21:58:03.944578 3383 obj_retry.go:363] Adding new object: *v1.Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-6ww26 I0703 21:58:03.944680 3383 obj_retry.go:383] Retry successful for *v1.Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-250.ec2.internal after 0 failed attempt(s) I0703 21:58:03.944635 3383 ovn.go:135] Ensuring zone local for Pod openshift-multus/multus-additional-cni-plugins-k8pxv in node ip-10-0-1-250.ec2.internal I0703 21:58:03.944687 3383 default_network_controller.go:705] Recording success event on pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-250.ec2.internal I0703 21:58:03.944681 3383 ovn.go:135] Ensuring zone local for Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-6ww26 in node ip-10-0-1-250.ec2.internal I0703 21:58:03.944722 3383 obj_retry.go:383] Retry successful for *v1.Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-6ww26 after 0 failed attempt(s) I0703 21:58:03.944728 3383 default_network_controller.go:705] Recording success event on pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-6ww26 I0703 21:58:03.944673 3383 default_network_controller.go:705] Recording success event on pod kube-system/kube-apiserver-proxy-ip-10-0-1-250.ec2.internal I0703 21:58:03.944690 3383 obj_retry.go:383] Retry successful for *v1.Pod openshift-multus/multus-additional-cni-plugins-k8pxv after 0 failed attempt(s) I0703 21:58:03.944738 3383 default_network_controller.go:705] Recording success event on pod openshift-multus/multus-additional-cni-plugins-k8pxv I0703 21:58:03.944489 3383 obj_retry.go:299] Retry object setup: *v1.Pod openshift-multus/multus-tkckc I0703 21:58:03.944746 3383 obj_retry.go:363] Adding new object: *v1.Pod openshift-multus/multus-tkckc I0703 21:58:03.944751 3383 ovn.go:135] Ensuring zone local for Pod openshift-multus/multus-tkckc in node ip-10-0-1-250.ec2.internal I0703 21:58:03.944755 3383 obj_retry.go:383] Retry successful for *v1.Pod openshift-multus/multus-tkckc after 0 failed attempt(s) I0703 21:58:03.944759 3383 default_network_controller.go:705] Recording success event on pod openshift-multus/multus-tkckc I0703 21:58:03.944505 3383 obj_retry.go:299] Retry object setup: *v1.Pod openshift-cluster-node-tuning-operator/tuned-lmf5s I0703 21:58:03.944765 3383 obj_retry.go:363] Adding new object: *v1.Pod openshift-cluster-node-tuning-operator/tuned-lmf5s I0703 21:58:03.944784 3383 ovn.go:135] Ensuring zone local for Pod openshift-cluster-node-tuning-operator/tuned-lmf5s in node ip-10-0-1-250.ec2.internal I0703 21:58:03.944790 3383 obj_retry.go:383] Retry successful for *v1.Pod openshift-cluster-node-tuning-operator/tuned-lmf5s after 0 failed attempt(s) I0703 21:58:03.944794 3383 default_network_controller.go:705] Recording success event on pod openshift-cluster-node-tuning-operator/tuned-lmf5s I0703 21:58:03.944513 3383 obj_retry.go:299] Retry object setup: *v1.Pod openshift-ovn-kubernetes/ovnkube-node-6sx57 I0703 21:58:03.944801 3383 obj_retry.go:363] Adding new object: *v1.Pod openshift-ovn-kubernetes/ovnkube-node-6sx57 I0703 21:58:03.944805 3383 ovn.go:135] Ensuring zone local for Pod openshift-ovn-kubernetes/ovnkube-node-6sx57 in node ip-10-0-1-250.ec2.internal I0703 21:58:03.944809 3383 obj_retry.go:383] Retry successful for *v1.Pod openshift-ovn-kubernetes/ovnkube-node-6sx57 after 0 failed attempt(s) I0703 21:58:03.944812 3383 default_network_controller.go:705] Recording success event on pod openshift-ovn-kubernetes/ovnkube-node-6sx57 I0703 21:58:03.944531 3383 obj_retry.go:363] Adding new object: *v1.Pod kube-system/konnectivity-agent-5hvkv I0703 21:58:03.944803 3383 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:08546914-2808-40c0-9b36-dca3dcd5445e requested-chassis:ip-10-0-1-250.ec2.internal]} port_security:{GoSet:[0a:58:0a:81:00:04 10.129.0.4]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {f356a10c-9d95-4b69-8764-814e7c9bb1ec}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:03.944819 3383 ovn.go:135] Ensuring zone local for Pod kube-system/konnectivity-agent-5hvkv in node ip-10-0-1-250.ec2.internal I0703 21:58:03.944799 3383 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:96654646-40f2-4df9-9883-973acb6b6926 requested-chassis:ip-10-0-1-250.ec2.internal]} port_security:{GoSet:[0a:58:0a:81:00:03 10.129.0.3]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {1e61f5df-cc6b-4af8-9243-3dd049194d0e}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:03.944823 3383 obj_retry.go:383] Retry successful for *v1.Pod kube-system/konnectivity-agent-5hvkv after 0 failed attempt(s) I0703 21:58:03.944830 3383 default_network_controller.go:705] Recording success event on pod kube-system/konnectivity-agent-5hvkv I0703 21:58:03.944834 3383 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:f356a10c-9d95-4b69-8764-814e7c9bb1ec}]}}] Timeout: Where:[where column _uuid == {0c7cbbfb-4b25-4d3f-b542-03917a7567db}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:03.944856 3383 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:1e61f5df-cc6b-4af8-9243-3dd049194d0e}]}}] Timeout: Where:[where column _uuid == {0c7cbbfb-4b25-4d3f-b542-03917a7567db}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:03.944876 3383 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:f356a10c-9d95-4b69-8764-814e7c9bb1ec}]}}] Timeout: Where:[where column _uuid == {10d160ed-8e8e-4546-a611-28323fe4afa1}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:03.944465 3383 model_client.go:383] Update operations generated as: [{Op:update Table:Address_Set Row:map[addresses:{GoSet:[172.20.0.1 10.0.0.35 10.0.1.250]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {355f8f60-0c59-485e-ae3f-0594fe79b218}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:03.944907 3383 transact.go:43] Configuring OVN: [{Op:update Table:Address_Set Row:map[addresses:{GoSet:[172.20.0.1 10.0.0.35 10.0.1.250]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {355f8f60-0c59-485e-ae3f-0594fe79b218}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:03.944543 3383 obj_retry.go:299] Retry object setup: *v1.Pod openshift-dns/node-resolver-khkc6 I0703 21:58:03.945054 3383 obj_retry.go:363] Adding new object: *v1.Pod openshift-dns/node-resolver-khkc6 I0703 21:58:03.945065 3383 ovn.go:135] Ensuring zone local for Pod openshift-dns/node-resolver-khkc6 in node ip-10-0-1-250.ec2.internal I0703 21:58:03.945070 3383 obj_retry.go:383] Retry successful for *v1.Pod openshift-dns/node-resolver-khkc6 after 0 failed attempt(s) I0703 21:58:03.945074 3383 default_network_controller.go:705] Recording success event on pod openshift-dns/node-resolver-khkc6 I0703 21:58:03.944495 3383 obj_retry.go:415] Waiting for all the *v1.Pod retry setup to complete in iterateRetryResources I0703 21:58:03.944937 3383 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:1e61f5df-cc6b-4af8-9243-3dd049194d0e}]}}] Timeout: Where:[where column _uuid == {05c68f67-9095-44dc-a6ef-4c25b4222996}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:03.944973 3383 model_client.go:383] Update operations generated as: [{Op:update Table:NAT Row:map[external_ip:10.0.1.250 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 == {5197f17e-bada-4f5f-9583-527a583922cb}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:03.945249 3383 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:5197f17e-bada-4f5f-9583-527a583922cb}]}}] Timeout: Where:[where column _uuid == {16ecdcd8-edd1-42db-8166-bc20cd3fc88b}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:03.945278 3383 model_client.go:383] Update operations generated as: [{Op:update Table:NAT Row:map[external_ip:10.0.1.250 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 == {bd3d065f-4f88-4d0c-bd40-13ac6d080ccb}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:03.945281 3383 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:08546914-2808-40c0-9b36-dca3dcd5445e requested-chassis:ip-10-0-1-250.ec2.internal]} port_security:{GoSet:[0a:58:0a:81:00:04 10.129.0.4]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {f356a10c-9d95-4b69-8764-814e7c9bb1ec}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:f356a10c-9d95-4b69-8764-814e7c9bb1ec}]}}] Timeout: Where:[where column _uuid == {0c7cbbfb-4b25-4d3f-b542-03917a7567db}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:f356a10c-9d95-4b69-8764-814e7c9bb1ec}]}}] Timeout: Where:[where column _uuid == {10d160ed-8e8e-4546-a611-28323fe4afa1}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:update Table:NAT Row:map[external_ip:10.0.1.250 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 == {5197f17e-bada-4f5f-9583-527a583922cb}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:nat Mutator:insert Value:{GoSet:[{GoUUID:5197f17e-bada-4f5f-9583-527a583922cb}]}}] Timeout: Where:[where column _uuid == {16ecdcd8-edd1-42db-8166-bc20cd3fc88b}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:03.945381 3383 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:bd3d065f-4f88-4d0c-bd40-13ac6d080ccb}]}}] Timeout: Where:[where column _uuid == {16ecdcd8-edd1-42db-8166-bc20cd3fc88b}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:03.945461 3383 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:96654646-40f2-4df9-9883-973acb6b6926 requested-chassis:ip-10-0-1-250.ec2.internal]} port_security:{GoSet:[0a:58:0a:81:00:03 10.129.0.3]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {1e61f5df-cc6b-4af8-9243-3dd049194d0e}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:1e61f5df-cc6b-4af8-9243-3dd049194d0e}]}}] Timeout: Where:[where column _uuid == {0c7cbbfb-4b25-4d3f-b542-03917a7567db}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:1e61f5df-cc6b-4af8-9243-3dd049194d0e}]}}] Timeout: Where:[where column _uuid == {05c68f67-9095-44dc-a6ef-4c25b4222996}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:update Table:NAT Row:map[external_ip:10.0.1.250 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 == {bd3d065f-4f88-4d0c-bd40-13ac6d080ccb}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:nat Mutator:insert Value:{GoSet:[{GoUUID:bd3d065f-4f88-4d0c-bd40-13ac6d080ccb}]}}] Timeout: Where:[where column _uuid == {16ecdcd8-edd1-42db-8166-bc20cd3fc88b}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:03.945530 3383 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 == {f65ff8c1-f95a-460c-9509-6675c3706907}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:03.945594 3383 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:f65ff8c1-f95a-460c-9509-6675c3706907}]}}] Timeout: Where:[where column _uuid == {279dfb7d-bdb3-4b1e-b1c2-52ed8e8efcaf}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:03.945614 3383 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 == {f65ff8c1-f95a-460c-9509-6675c3706907}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:policies Mutator:insert Value:{GoSet:[{GoUUID:f65ff8c1-f95a-460c-9509-6675c3706907}]}}] Timeout: Where:[where column _uuid == {279dfb7d-bdb3-4b1e-b1c2-52ed8e8efcaf}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 21:58:03.945635 3383 port_cache.go:96] port-cache(openshift-multus_network-metrics-daemon-mjsh5): added port &{name:openshift-multus_network-metrics-daemon-mjsh5 uuid:f356a10c-9d95-4b69-8764-814e7c9bb1ec logicalSwitch:ip-10-0-1-250.ec2.internal ips:[0xc00a411740] 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 I0703 21:58:03.945656 3383 pods.go:253] [openshift-multus/network-metrics-daemon-mjsh5] addLogicalPort took 1.057764ms, libovsdb time 342.834µs I0703 21:58:03.945675 3383 obj_retry.go:383] Retry successful for *v1.Pod openshift-multus/network-metrics-daemon-mjsh5 after 0 failed attempt(s) I0703 21:58:03.945683 3383 default_network_controller.go:705] Recording success event on pod openshift-multus/network-metrics-daemon-mjsh5 I0703 21:58:03.945685 3383 ovnkube_controller.go:780] Unexpected last event type (2) in cache for pod with UID "08546914-2808-40c0-9b36-dca3dcd5445e" I0703 21:58:03.945840 3383 port_cache.go:96] port-cache(openshift-network-diagnostics_network-check-target-mggcz): added port &{name:openshift-network-diagnostics_network-check-target-mggcz uuid:1e61f5df-cc6b-4af8-9243-3dd049194d0e logicalSwitch:ip-10-0-1-250.ec2.internal ips:[0xc009f6c300] 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 I0703 21:58:03.945858 3383 pods.go:253] [openshift-network-diagnostics/network-check-target-mggcz] addLogicalPort took 1.254204ms, libovsdb time 372.887µs I0703 21:58:03.945869 3383 obj_retry.go:383] Retry successful for *v1.Pod openshift-network-diagnostics/network-check-target-mggcz after 0 failed attempt(s) I0703 21:58:03.945877 3383 default_network_controller.go:705] Recording success event on pod openshift-network-diagnostics/network-check-target-mggcz I0703 21:58:03.945888 3383 obj_retry.go:417] Function iterateRetryResources for *v1.Pod ended (in 1.469014ms) I0703 21:58:03.945904 3383 ovnkube_controller.go:780] Unexpected last event type (2) in cache for pod with UID "96654646-40f2-4df9-9883-973acb6b6926" I0703 21:58:03.955482 3383 obj_retry.go:565] Update event received for resource *v1.Node, old object is equal to new: false I0703 21:58:03.955541 3383 obj_retry.go:617] Update event received for *v1.Node ip-10-0-0-35.ec2.internal I0703 21:58:03.955567 3383 node_tracker.go:211] Processing possible switch / router updates for node ip-10-0-0-35.ec2.internal in network "default" I0703 21:58:03.955670 3383 node_tracker.go:172] Node ip-10-0-0-35.ec2.internal switch + router changed, syncing services in network "default" I0703 21:58:03.955574 3383 obj_retry.go:565] Update event received for resource *factory.egressNode, old object is equal to new: false I0703 21:58:03.955691 3383 obj_retry.go:617] Update event received for *factory.egressNode ip-10-0-0-35.ec2.internal I0703 21:58:03.955695 3383 services_controller.go:575] Full service sync requested for network=default I0703 21:58:03.955712 3383 services_controller.go:640] Adding service default/packageserver for network=default I0703 21:58:03.955729 3383 services_controller.go:640] Adding service openshift-cluster-machine-approver/machine-approver for network=default I0703 21:58:03.955738 3383 services_controller.go:640] Adding service openshift-config-operator/metrics for network=default I0703 21:58:03.955745 3383 services_controller.go:640] Adding service openshift-ingress/router-default for network=default I0703 21:58:03.955751 3383 services_controller.go:640] Adding service openshift-kube-storage-version-migrator-operator/metrics for network=default I0703 21:58:03.955758 3383 services_controller.go:640] Adding service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0703 21:58:03.955764 3383 services_controller.go:640] Adding service openshift-apiserver-operator/metrics for network=default I0703 21:58:03.955771 3383 services_controller.go:640] Adding service openshift-machine-config-operator/machine-config-operator for network=default I0703 21:58:03.955776 3383 services_controller.go:640] Adding service default/openshift for network=default I0703 21:58:03.955782 3383 services_controller.go:640] Adding service openshift-apiserver/check-endpoints for network=default I0703 21:58:03.955789 3383 services_controller.go:640] Adding service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0703 21:58:03.955795 3383 services_controller.go:640] Adding service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0703 21:58:03.955801 3383 services_controller.go:640] Adding service openshift-machine-config-operator/machine-config-daemon for network=default I0703 21:58:03.955807 3383 services_controller.go:640] Adding service openshift-network-diagnostics/network-check-target for network=default I0703 21:58:03.955817 3383 services_controller.go:382] Processing sync for service openshift-cluster-machine-approver/machine-approver for network=default I0703 21:58:03.955819 3383 services_controller.go:382] Processing sync for service default/packageserver for network=default I0703 21:58:03.955832 3383 services_controller.go:382] Processing sync for service openshift-config-operator/metrics for network=default I0703 21:58:03.955838 3383 services_controller.go:460] Service default/packageserver retrieved from lister for network=default: &Service{ObjectMeta:{packageserver default dcebf003-0c65-4442-9b2c-8a253fce7c45 1720 0 2026-07-03 21:45:55 +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.147.20,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.147.20],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:03.955844 3383 services_controller.go:460] Service openshift-config-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-config-operator d71b49dd-a25d-47ff-96ce-e6bb15f6c1f8 1784 0 2026-07-03 21:45:55 +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 34bb90c2-6c9e-4bce-b872-500297db79ab 0xc005186e8f }] [] []},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.37.247,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.37.247],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:03.955946 3383 lb_config.go:1030] Cluster endpoints for default/packageserver for network=default are: map[TCP/https:{443 [172.30.178.190] []}] I0703 21:58:03.955968 3383 services_controller.go:469] Built service default/packageserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 21:58:03.955979 3383 services_controller.go:470] Built service default/packageserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.147.20"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.178.190"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:03.955991 3383 lb_config.go:1030] Cluster endpoints for openshift-config-operator/metrics for network=default are: map[] I0703 21:58:03.956000 3383 services_controller.go:471] Built service default/packageserver LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:03.956007 3383 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.37.247"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:03.956029 3383 services_controller.go:477] Built service default/packageserver cluster-wide LB for network=default: []services.LB{} I0703 21:58:03.956031 3383 services_controller.go:470] Built service openshift-config-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:58:03.956043 3383 services_controller.go:471] Built service openshift-config-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:03.956050 3383 services_controller.go:640] Adding service default/kubernetes for network=default I0703 21:58:03.956060 3383 services_controller.go:640] Adding service openshift-console-operator/metrics for network=default I0703 21:58:03.955825 3383 services_controller.go:386] Finished syncing service machine-approver on namespace openshift-cluster-machine-approver for network=default : 9.122µs I0703 21:58:03.956068 3383 services_controller.go:640] Adding service openshift-dns/dns-default for network=default I0703 21:58:03.956040 3383 services_controller.go:478] Built service default/packageserver per-node LB for network=default: []services.LB{services.LB{Name:"Service_default/packageserver_TCP_node_router+switch_ip-10-0-1-250.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.147.20", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.178.190", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-250.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-250.ec2.internal"}, Groups:[]string(nil)}} I0703 21:58:03.956076 3383 services_controller.go:382] Processing sync for service openshift-ingress/router-default for network=default I0703 21:58:03.956084 3383 services_controller.go:479] Built service default/packageserver template LB for network=default: []services.LB{} I0703 21:58:03.956063 3383 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.37.247", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:03.956100 3383 services_controller.go:480] Service default/packageserver for network=default has 0 cluster-wide, 1 per-node configs, 0 template configs, making 0 (cluster) 1 (per node) and 0 (template) load balancers I0703 21:58:03.956109 3383 services_controller.go:478] Built service openshift-config-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:58:03.956149 3383 services_controller.go:497] Skipping no-op change for service default/packageserver for network=default I0703 21:58:03.956157 3383 services_controller.go:386] Finished syncing service packageserver on namespace default for network=default : 342.812µs I0703 21:58:03.956159 3383 services_controller.go:382] Processing sync for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0703 21:58:03.956085 3383 services_controller.go:460] Service openshift-ingress/router-default retrieved from lister for network=default: &Service{ObjectMeta:{router-default openshift-ingress 8d209a10-1646-4341-a7ef-a1d8a9929f82 3517 0 2026-07-03 21:46:13 +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=2ratr6qfqvi6pndaj5o6avep3u3o4rvu,api.openshift.com/legal-entity-id=2h8L52xc1VHB4xLFE2YyPmAjYjI,api.openshift.com/name=kx-971a8adf89,cluster-type=rosa-hcp,creation-date=2026-07-03,konflux-ci=true,red-hat-clustertype=rosa,red-hat-managed=true service.beta.kubernetes.io/aws-load-balancer-healthcheck-healthy-threshold:2 service.beta.kubernetes.io/aws-load-balancer-healthcheck-interval:10 service.beta.kubernetes.io/aws-load-balancer-healthcheck-timeout:4 service.beta.kubernetes.io/aws-load-balancer-healthcheck-unhealthy-threshold:2 service.beta.kubernetes.io/aws-load-balancer-type:nlb traffic-policy.network.alpha.openshift.io/local-with-fallback:] [{apps/v1 Deployment router-default 04cb0ff4-eb35-4a7b-9e56-a2cda3ee6f7b 0xc005187567 }] [service.kubernetes.io/load-balancer-cleanup] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:http,Protocol:TCP,Port:80,TargetPort:{1 0 http},NodePort:30936,AppProtocol:nil,},ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{1 0 https},NodePort:30241,AppProtocol:nil,},},Selector:map[string]string{ingresscontroller.operator.openshift.io/deployment-ingresscontroller: default,},ClusterIP:172.30.40.135,Type:LoadBalancer,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:Local,HealthCheckNodePort:32754,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.40.135],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:*true,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{LoadBalancerIngress{IP:,Hostname:a8d209a1016464341a7efa1d8a9929f8-83027fce1f50462f.elb.us-east-1.amazonaws.com,IPMode:nil,Ports:[]PortStatus{},},},},Conditions:[]Condition{},},} I0703 21:58:03.956171 3383 services_controller.go:382] Processing sync for service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0703 21:58:03.956195 3383 services_controller.go:640] Adding service openshift-kube-controller-manager-operator/metrics for network=default I0703 21:58:03.956201 3383 services_controller.go:640] Adding service openshift-monitoring/cluster-monitoring-operator for network=default I0703 21:58:03.956201 3383 services_controller.go:386] Finished syncing service ovn-kubernetes-node on namespace openshift-ovn-kubernetes for network=default : 31.001µs I0703 21:58:03.956207 3383 services_controller.go:640] Adding service openshift-network-operator/metrics for network=default I0703 21:58:03.956211 3383 services_controller.go:382] Processing sync for service openshift-apiserver-operator/metrics for network=default I0703 21:58:03.956215 3383 services_controller.go:640] Adding service openshift-service-ca-operator/metrics for network=default I0703 21:58:03.956222 3383 services_controller.go:640] Adding service openshift-cluster-version/cluster-version-operator for network=default I0703 21:58:03.956172 3383 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 3722d350-158f-4293-ac73-630f14078cf8 1759 0 2026-07-03 21:45:55 +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 34bb90c2-6c9e-4bce-b872-500297db79ab 0xc005187887 }] [] []},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.144.223,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.144.223],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:03.956228 3383 services_controller.go:640] Adding service openshift-multus/network-metrics-service for network=default I0703 21:58:03.956232 3383 services_controller.go:640] Adding service openshift-machine-config-operator/machine-config-controller for network=default I0703 21:58:03.956236 3383 services_controller.go:640] Adding service default/openshift-apiserver for network=default I0703 21:58:03.956240 3383 services_controller.go:640] Adding service default/openshift-oauth-apiserver for network=default I0703 21:58:03.956244 3383 services_controller.go:640] Adding service openshift-cloud-credential-operator/cco-metrics for network=default I0703 21:58:03.956249 3383 services_controller.go:640] Adding service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0703 21:58:03.956255 3383 services_controller.go:640] Adding service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0703 21:58:03.956260 3383 services_controller.go:640] Adding service openshift-dns-operator/metrics for network=default I0703 21:58:03.956264 3383 services_controller.go:640] Adding service openshift-image-registry/image-registry for network=default I0703 21:58:03.956268 3383 services_controller.go:640] Adding service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0703 21:58:03.956268 3383 lb_config.go:1030] Cluster endpoints for openshift-kube-storage-version-migrator-operator/metrics for network=default are: map[] I0703 21:58:03.956272 3383 services_controller.go:640] Adding service openshift-cluster-samples-operator/metrics for network=default I0703 21:58:03.956278 3383 services_controller.go:640] Adding service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0703 21:58:03.956282 3383 services_controller.go:640] Adding service openshift-ingress-operator/metrics for network=default I0703 21:58:03.956287 3383 services_controller.go:640] Adding service openshift-ingress/router-internal-default for network=default I0703 21:58:03.956220 3383 services_controller.go:460] Service openshift-apiserver-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-apiserver-operator 347eada2-03f3-440b-9cf6-3aeac111438f 1121 0 2026-07-03 21:45:44 +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 34bb90c2-6c9e-4bce-b872-500297db79ab 0xc00518679f }] [] []},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.132.147,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.132.147],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:03.956285 3383 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.144.223"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:03.956293 3383 services_controller.go:640] Adding service openshift-authentication-operator/metrics for network=default I0703 21:58:03.956303 3383 services_controller.go:640] Adding service openshift-ingress-canary/ingress-canary for network=default I0703 21:58:03.956302 3383 services_controller.go:470] Built service openshift-kube-storage-version-migrator-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:58:03.956308 3383 services_controller.go:640] Adding service openshift-insights/metrics for network=default I0703 21:58:03.956312 3383 services_controller.go:640] Adding service openshift-network-console/networking-console-plugin for network=default I0703 21:58:03.956311 3383 lb_config.go:1030] Cluster endpoints for openshift-apiserver-operator/metrics for network=default are: map[] I0703 21:58:03.956315 3383 services_controller.go:471] Built service openshift-kube-storage-version-migrator-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:03.956316 3383 services_controller.go:640] Adding service openshift-network-diagnostics/network-check-source for network=default I0703 21:58:03.956326 3383 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.132.147"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:03.956333 3383 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.144.223", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:03.956346 3383 services_controller.go:470] Built service openshift-apiserver-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:58:03.956353 3383 services_controller.go:478] Built service openshift-kube-storage-version-migrator-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:58:03.956360 3383 services_controller.go:479] Built service openshift-kube-storage-version-migrator-operator/metrics template LB for network=default: []services.LB{} I0703 21:58:03.956367 3383 services_controller.go:480] Service openshift-kube-storage-version-migrator-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:03.956371 3383 services_controller.go:471] Built service openshift-apiserver-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:03.956396 3383 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.132.147", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:03.956415 3383 services_controller.go:497] Skipping no-op change for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0703 21:58:03.956426 3383 services_controller.go:386] Finished syncing service metrics on namespace openshift-kube-storage-version-migrator-operator for network=default : 267.724µs I0703 21:58:03.956429 3383 services_controller.go:478] Built service openshift-apiserver-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:58:03.956435 3383 services_controller.go:382] Processing sync for service openshift-machine-config-operator/machine-config-operator for network=default I0703 21:58:03.956437 3383 services_controller.go:479] Built service openshift-apiserver-operator/metrics template LB for network=default: []services.LB{} I0703 21:58:03.956444 3383 services_controller.go:480] Service openshift-apiserver-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:03.956461 3383 services_controller.go:497] Skipping no-op change for service openshift-apiserver-operator/metrics for network=default I0703 21:58:03.956471 3383 services_controller.go:386] Finished syncing service metrics on namespace openshift-apiserver-operator for network=default : 260.191µs I0703 21:58:03.956485 3383 services_controller.go:382] Processing sync for service default/openshift for network=default I0703 21:58:03.956494 3383 services_controller.go:386] Finished syncing service openshift on namespace default for network=default : 7.209µs I0703 21:58:03.956441 3383 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 0132c170-5b9d-4ef9-9966-45d78c036861 765 0 2026-07-03 21:45:36 +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 34bb90c2-6c9e-4bce-b872-500297db79ab 0xc005187a6b }] [] []},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.108.113,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.108.113],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:03.956503 3383 services_controller.go:382] Processing sync for service openshift-apiserver/check-endpoints for network=default I0703 21:58:03.956518 3383 lb_config.go:1030] Cluster endpoints for openshift-machine-config-operator/machine-config-operator for network=default are: map[] I0703 21:58:03.956545 3383 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.108.113"}, protocol:"TCP", inport:9001, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:03.956511 3383 services_controller.go:460] Service openshift-apiserver/check-endpoints retrieved from lister for network=default: &Service{ObjectMeta:{check-endpoints openshift-apiserver 41546a05-b440-43a5-bb66-a7330634f178 1700 0 2026-07-03 21:45:54 +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 34bb90c2-6c9e-4bce-b872-500297db79ab 0xc005186867 }] [] []},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.237.219,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.237.219],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:03.956559 3383 services_controller.go:470] Built service openshift-machine-config-operator/machine-config-operator LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:58:03.956570 3383 services_controller.go:471] Built service openshift-machine-config-operator/machine-config-operator LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:03.956150 3383 services_controller.go:479] Built service openshift-config-operator/metrics template LB for network=default: []services.LB{} I0703 21:58:03.956580 3383 services_controller.go:480] Service openshift-config-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:03.956594 3383 services_controller.go:497] Skipping no-op change for service openshift-config-operator/metrics for network=default I0703 21:58:03.956600 3383 services_controller.go:386] Finished syncing service metrics on namespace openshift-config-operator for network=default : 769.417µs I0703 21:58:03.956587 3383 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.108.113", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:03.956607 3383 services_controller.go:382] Processing sync for service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0703 21:58:03.956614 3383 services_controller.go:478] Built service openshift-machine-config-operator/machine-config-operator per-node LB for network=default: []services.LB{} I0703 21:58:03.956619 3383 obj_retry.go:565] Update event received for resource *v1.Node, old object is equal to new: false I0703 21:58:03.956624 3383 services_controller.go:479] Built service openshift-machine-config-operator/machine-config-operator template LB for network=default: []services.LB{} I0703 21:58:03.956634 3383 obj_retry.go:617] Update event received for *v1.Node ip-10-0-1-250.ec2.internal I0703 21:58:03.956634 3383 services_controller.go:480] Service openshift-machine-config-operator/machine-config-operator for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:03.956612 3383 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 2e58fb14-5375-44c1-90e3-03c0449e7bd8 1564 0 2026-07-03 21:45:53 +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 34bb90c2-6c9e-4bce-b872-500297db79ab 0xc005186baf }] [] []},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.145.95,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.145.95],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:03.956659 3383 services_controller.go:497] Skipping no-op change for service openshift-machine-config-operator/machine-config-operator for network=default I0703 21:58:03.956664 3383 obj_retry.go:565] Update event received for resource *factory.egressNode, old object is equal to new: false I0703 21:58:03.956666 3383 services_controller.go:386] Finished syncing service machine-config-operator on namespace openshift-machine-config-operator for network=default : 229.973µs I0703 21:58:03.956675 3383 obj_retry.go:617] Update event received for *factory.egressNode ip-10-0-1-250.ec2.internal I0703 21:58:03.956679 3383 services_controller.go:382] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0703 21:58:03.956569 3383 lb_config.go:1030] Cluster endpoints for openshift-apiserver/check-endpoints for network=default are: map[] I0703 21:58:03.956697 3383 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.237.219"}, protocol:"TCP", inport:17698, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:03.956719 3383 services_controller.go:470] Built service openshift-apiserver/check-endpoints LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:58:03.956730 3383 services_controller.go:471] Built service openshift-apiserver/check-endpoints LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:03.956185 3383 lb_config.go:1030] Cluster endpoints for openshift-ingress/router-default for network=default are: map[] I0703 21:58:03.956744 3383 lb_config.go:1053] Local endpoints for openshift-ingress/router-default for network=default are: map[] I0703 21:58:03.956764 3383 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.40.135"}, 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.40.135"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:03.956759 3383 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.237.219", Port:17698, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:03.956789 3383 services_controller.go:478] Built service openshift-apiserver/check-endpoints per-node LB for network=default: []services.LB{} I0703 21:58:03.956785 3383 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:30936, 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:30241, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:true, internalTrafficLocal:false, hasNodePort:true}} I0703 21:58:03.956794 3383 gateway_shared_intf.go:2533] Creating Gateway Node Port Watcher I0703 21:58:03.956802 3383 services_controller.go:479] Built service openshift-apiserver/check-endpoints template LB for network=default: []services.LB{} I0703 21:58:03.956811 3383 ovs.go:160] Exec(58): /usr/bin/ovs-vsctl --timeout=15 --if-exists get interface ens5 ofport I0703 21:58:03.956818 3383 services_controller.go:480] Service openshift-apiserver/check-endpoints for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:03.956820 3383 services_controller.go:471] Built service openshift-ingress/router-default LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:03.956848 3383 services_controller.go:497] Skipping no-op change for service openshift-apiserver/check-endpoints for network=default I0703 21:58:03.956860 3383 services_controller.go:386] Finished syncing service check-endpoints on namespace openshift-apiserver for network=default : 355.752µs I0703 21:58:03.956873 3383 services_controller.go:382] Processing sync for service openshift-machine-config-operator/machine-config-daemon for network=default I0703 21:58:03.956873 3383 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.40.135", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.40.135", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:03.956890 3383 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 4e94fc13-785d-4247-a082-01fed9c217be 876 0 2026-07-03 21:45:39 +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 34bb90c2-6c9e-4bce-b872-500297db79ab 0xc0051879d7 }] [] []},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.159.126,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.159.126],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:03.956980 3383 lb_config.go:1030] Cluster endpoints for openshift-machine-config-operator/machine-config-daemon for network=default are: map[] I0703 21:58:03.956910 3383 services_controller.go:478] Built service openshift-ingress/router-default per-node LB for network=default: []services.LB{services.LB{Name:"Service_openshift-ingress/router-default_TCP_node_router_ip-10-0-1-250.ec2.internal", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-ingress/router-default"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"10.0.1.250", Port:30936, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:30936, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.1.250", Port:30241, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:30241, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string(nil), Routers:[]string{"GR_ip-10-0-1-250.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-ingress/router-default_TCP_node_switch_ip-10-0-1-250.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:30936, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.1.250", Port:30936, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:30936, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:30936, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:30241, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.1.250", Port:30241, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:30241, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:30241, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-250.ec2.internal"}, Routers:[]string(nil), Groups:[]string(nil)}} I0703 21:58:03.956999 3383 services_controller.go:479] Built service openshift-ingress/router-default template LB for network=default: []services.LB{} I0703 21:58:03.956998 3383 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.159.126"}, 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.159.126"}, protocol:"TCP", inport:8798, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:03.957011 3383 services_controller.go:480] Service openshift-ingress/router-default for network=default has 2 cluster-wide, 2 per-node configs, 0 template configs, making 1 (cluster) 2 (per node) and 0 (template) load balancers I0703 21:58:03.957016 3383 services_controller.go:470] Built service openshift-machine-config-operator/machine-config-daemon LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:58:03.957032 3383 services_controller.go:471] Built service openshift-machine-config-operator/machine-config-daemon LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:03.957060 3383 services_controller.go:497] Skipping no-op change for service openshift-ingress/router-default for network=default I0703 21:58:03.957050 3383 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.159.126", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.159.126", Port:8798, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:03.957069 3383 services_controller.go:386] Finished syncing service router-default on namespace openshift-ingress for network=default : 993.462µs I0703 21:58:03.957081 3383 services_controller.go:478] Built service openshift-machine-config-operator/machine-config-daemon per-node LB for network=default: []services.LB{} I0703 21:58:03.957083 3383 services_controller.go:382] Processing sync for service openshift-network-diagnostics/network-check-target for network=default I0703 21:58:03.957093 3383 services_controller.go:479] Built service openshift-machine-config-operator/machine-config-daemon template LB for network=default: []services.LB{} I0703 21:58:03.957105 3383 services_controller.go:480] Service openshift-machine-config-operator/machine-config-daemon for network=default has 2 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:03.957146 3383 services_controller.go:497] Skipping no-op change for service openshift-machine-config-operator/machine-config-daemon for network=default I0703 21:58:03.957094 3383 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 6a47e559-1f52-46cb-bda6-09643c9f7873 4126 0 2026-07-03 21:46:33 +0000 UTC map[] map[] [{operator.openshift.io/v1 Network cluster 83876b0a-aba3-46b6-808c-f459981ad792 0xc005187d17 0xc005187d18}] [] []},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.87.219,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.87.219],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:03.957158 3383 services_controller.go:386] Finished syncing service machine-config-daemon on namespace openshift-machine-config-operator for network=default : 284.694µs I0703 21:58:03.957172 3383 services_controller.go:382] Processing sync for service default/kubernetes for network=default I0703 21:58:03.957189 3383 lb_config.go:1030] Cluster endpoints for openshift-network-diagnostics/network-check-target for network=default are: map[] I0703 21:58:03.957206 3383 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.87.219"}, protocol:"TCP", inport:80, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:03.957219 3383 services_controller.go:470] Built service openshift-network-diagnostics/network-check-target LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:58:03.957184 3383 services_controller.go:460] Service default/kubernetes retrieved from lister for network=default: &Service{ObjectMeta:{kubernetes default e39a332f-4ec4-4f70-918f-9a75824ecdaa 271 0 2026-07-03 21:44:29 +0000 UTC map[component:apiserver provider:kubernetes] map[] [] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 6443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{},ClusterIP:172.30.0.1,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.0.1],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:03.957227 3383 services_controller.go:471] Built service openshift-network-diagnostics/network-check-target LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:03.957237 3383 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.87.219", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:03.957245 3383 lb_config.go:1030] Cluster endpoints for default/kubernetes for network=default are: map[TCP/https:{6443 [172.20.0.1] []}] I0703 21:58:03.957255 3383 services_controller.go:478] Built service openshift-network-diagnostics/network-check-target per-node LB for network=default: []services.LB{} I0703 21:58:03.957262 3383 services_controller.go:479] Built service openshift-network-diagnostics/network-check-target template LB for network=default: []services.LB{} I0703 21:58:03.957263 3383 services_controller.go:469] Built service default/kubernetes LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 21:58:03.957269 3383 services_controller.go:480] Service openshift-network-diagnostics/network-check-target for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:03.957273 3383 services_controller.go:470] Built service default/kubernetes LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.0.1"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:6443, V4IPs:[]string{"172.20.0.1"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:03.957283 3383 services_controller.go:497] Skipping no-op change for service openshift-network-diagnostics/network-check-target for network=default I0703 21:58:03.957288 3383 services_controller.go:471] Built service default/kubernetes LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:03.957288 3383 services_controller.go:386] Finished syncing service network-check-target on namespace openshift-network-diagnostics for network=default : 206.285µs I0703 21:58:03.957303 3383 services_controller.go:382] Processing sync for service openshift-console-operator/metrics for network=default I0703 21:58:03.957311 3383 services_controller.go:477] Built service default/kubernetes cluster-wide LB for network=default: []services.LB{} I0703 21:58:03.957323 3383 services_controller.go:478] Built service default/kubernetes per-node LB for network=default: []services.LB{services.LB{Name:"Service_default/kubernetes_TCP_node_router+switch_ip-10-0-1-250.ec2.internal", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"default/kubernetes"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.0.1", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.20.0.1", Port:6443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-250.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-250.ec2.internal"}, Groups:[]string(nil)}} I0703 21:58:03.957354 3383 services_controller.go:479] Built service default/kubernetes template LB for network=default: []services.LB{} I0703 21:58:03.957367 3383 services_controller.go:480] Service default/kubernetes for network=default has 0 cluster-wide, 1 per-node configs, 0 template configs, making 0 (cluster) 1 (per node) and 0 (template) load balancers I0703 21:58:03.957317 3383 services_controller.go:460] Service openshift-console-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-console-operator 54d9e97c-511a-4617-b8d5-0d057435c5a0 1933 0 2026-07-03 21:45:59 +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 34bb90c2-6c9e-4bce-b872-500297db79ab 0xc005186f67 }] [] []},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.225.242,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.225.242],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:03.957384 3383 services_controller.go:497] Skipping no-op change for service default/kubernetes for network=default I0703 21:58:03.957388 3383 services_controller.go:386] Finished syncing service kubernetes on namespace default for network=default : 217.208µs I0703 21:58:03.957398 3383 services_controller.go:382] Processing sync for service openshift-dns/dns-default for network=default I0703 21:58:03.957399 3383 lb_config.go:1030] Cluster endpoints for openshift-console-operator/metrics for network=default are: map[] I0703 21:58:03.957410 3383 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.225.242"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:03.957435 3383 services_controller.go:470] Built service openshift-console-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:58:03.957444 3383 services_controller.go:471] Built service openshift-console-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:03.957406 3383 services_controller.go:460] Service openshift-dns/dns-default retrieved from lister for network=default: &Service{ObjectMeta:{dns-default openshift-dns 3762793b-61c7-418d-a6c3-bae737b8ee67 1667 0 2026-07-03 21:45:54 +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 da742cf2-a446-47b6-8355-321e6a282753 0xc005187207 }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:dns,Protocol:UDP,Port:53,TargetPort:{1 0 dns},NodePort:0,AppProtocol:nil,},ServicePort{Name:dns-tcp,Protocol:TCP,Port:53,TargetPort:{1 0 dns-tcp},NodePort:0,AppProtocol:nil,},ServicePort{Name:metrics,Protocol:TCP,Port:9154,TargetPort:{1 0 metrics},NodePort:0,AppProtocol:nil,},},Selector:map[string]string{dns.operator.openshift.io/daemonset-dns: default,},ClusterIP:172.30.0.10,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.0.10],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:03.957459 3383 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.225.242", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:03.957482 3383 lb_config.go:1030] Cluster endpoints for openshift-dns/dns-default for network=default are: map[] I0703 21:58:03.957490 3383 services_controller.go:478] Built service openshift-console-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:58:03.957499 3383 services_controller.go:469] Built service openshift-dns/dns-default LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 21:58:03.957515 3383 services_controller.go:479] Built service openshift-console-operator/metrics template LB for network=default: []services.LB{} I0703 21:58:03.957514 3383 services_controller.go:470] Built service openshift-dns/dns-default LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.0.10"}, protocol:"UDP", inport:53, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}, services.lbConfig{vips:[]string{"172.30.0.10"}, protocol:"TCP", inport:53, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}, services.lbConfig{vips:[]string{"172.30.0.10"}, protocol:"TCP", inport:9154, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:03.957528 3383 services_controller.go:480] Service openshift-console-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:03.957535 3383 services_controller.go:471] Built service openshift-dns/dns-default LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:03.957548 3383 services_controller.go:497] Skipping no-op change for service openshift-console-operator/metrics for network=default I0703 21:58:03.957553 3383 services_controller.go:386] Finished syncing service metrics on namespace openshift-console-operator for network=default : 251.184µs I0703 21:58:03.957567 3383 services_controller.go:477] Built service openshift-dns/dns-default cluster-wide LB for network=default: []services.LB{} I0703 21:58:03.957584 3383 services_controller.go:382] Processing sync for service openshift-kube-controller-manager-operator/metrics for network=default I0703 21:58:03.957586 3383 services_controller.go:478] Built service openshift-dns/dns-default per-node LB for network=default: []services.LB{services.LB{Name:"Service_openshift-dns/dns-default_TCP_node_router+switch_ip-10-0-1-250.ec2.internal", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-dns/dns-default"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.0.10", Port:53, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.0.10", Port:9154, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-250.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-250.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-dns/dns-default_UDP_node_router+switch_ip-10-0-1-250.ec2.internal", UUID:"", Protocol:"UDP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-dns/dns-default"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.0.10", Port:53, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-250.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-250.ec2.internal"}, Groups:[]string(nil)}} I0703 21:58:03.957592 3383 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 28cd5666-d9bb-4a3a-87db-e5205acaca5a 993 0 2026-07-03 21:45:41 +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 34bb90c2-6c9e-4bce-b872-500297db79ab 0xc0051877cf }] [] []},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.102.221,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.102.221],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:03.957642 3383 services_controller.go:479] Built service openshift-dns/dns-default template LB for network=default: []services.LB{} I0703 21:58:03.957655 3383 services_controller.go:480] Service openshift-dns/dns-default for network=default has 0 cluster-wide, 3 per-node configs, 0 template configs, making 0 (cluster) 2 (per node) and 0 (template) load balancers I0703 21:58:03.957657 3383 lb_config.go:1030] Cluster endpoints for openshift-kube-controller-manager-operator/metrics for network=default are: map[] I0703 21:58:03.957669 3383 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.102.221"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:03.957685 3383 services_controller.go:470] Built service openshift-kube-controller-manager-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:58:03.956688 3383 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 ac177431-b82f-4de1-ba87-39439ab60f6c 5012 0 2026-07-03 21:47:51 +0000 UTC map[olm.managed:true olm.service-spec-hash:8H7arFYfeqTDwtur5ZzpDGCqSKpg30XG9PXH2W] map[] [{operators.coreos.com/v1alpha1 CatalogSource deployment-validation-operator-catalog 0f38ac43-4d72-428b-9025-58cfbd95a575 0xc005186ffd 0xc005186ffe}] [] []},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.186.73,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.186.73],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:03.957695 3383 services_controller.go:471] Built service openshift-kube-controller-manager-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:03.957709 3383 lb_config.go:1030] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default are: map[] I0703 21:58:03.956675 3383 lb_config.go:1030] Cluster endpoints for openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default are: map[] I0703 21:58:03.957710 3383 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.102.221", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:03.957722 3383 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.186.73"}, protocol:"TCP", inport:50051, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:03.957727 3383 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.145.95"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:03.957737 3383 services_controller.go:478] Built service openshift-kube-controller-manager-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:58:03.957739 3383 services_controller.go:470] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:58:03.957742 3383 services_controller.go:470] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:58:03.957748 3383 services_controller.go:479] Built service openshift-kube-controller-manager-operator/metrics template LB for network=default: []services.LB{} I0703 21:58:03.957750 3383 services_controller.go:471] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:03.957753 3383 services_controller.go:471] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:03.957759 3383 services_controller.go:480] Service openshift-kube-controller-manager-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:03.957780 3383 services_controller.go:497] Skipping no-op change for service openshift-kube-controller-manager-operator/metrics for network=default I0703 21:58:03.957770 3383 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.145.95", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:03.957766 3383 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.186.73", Port:50051, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:03.957790 3383 services_controller.go:386] Finished syncing service metrics on namespace openshift-kube-controller-manager-operator for network=default : 206.776µs I0703 21:58:03.957798 3383 services_controller.go:478] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service per-node LB for network=default: []services.LB{} I0703 21:58:03.957800 3383 services_controller.go:478] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog per-node LB for network=default: []services.LB{} I0703 21:58:03.957686 3383 services_controller.go:497] Skipping no-op change for service openshift-dns/dns-default for network=default I0703 21:58:03.957810 3383 services_controller.go:479] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service template LB for network=default: []services.LB{} I0703 21:58:03.957809 3383 services_controller.go:386] Finished syncing service dns-default on namespace openshift-dns for network=default : 411.767µs I0703 21:58:03.957813 3383 services_controller.go:479] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog template LB for network=default: []services.LB{} I0703 21:58:03.957819 3383 services_controller.go:382] Processing sync for service openshift-network-operator/metrics for network=default I0703 21:58:03.957821 3383 services_controller.go:480] Service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:03.957826 3383 services_controller.go:386] Finished syncing service metrics on namespace openshift-network-operator for network=default : 6.979µs I0703 21:58:03.957834 3383 services_controller.go:382] Processing sync for service openshift-service-ca-operator/metrics for network=default I0703 21:58:03.957837 3383 services_controller.go:480] Service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:03.957845 3383 services_controller.go:497] Skipping no-op change for service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0703 21:58:03.957852 3383 services_controller.go:386] Finished syncing service performance-addon-operator-service on namespace openshift-cluster-node-tuning-operator for network=default : 1.24411ms I0703 21:58:03.957863 3383 services_controller.go:382] Processing sync for service openshift-cluster-version/cluster-version-operator for network=default I0703 21:58:03.957893 3383 services_controller.go:382] Processing sync for service openshift-multus/network-metrics-service for network=default I0703 21:58:03.957908 3383 services_controller.go:386] Finished syncing service network-metrics-service on namespace openshift-multus for network=default : 14.901µs I0703 21:58:03.957842 3383 services_controller.go:460] Service openshift-service-ca-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-service-ca-operator 1e715ea9-d128-4e26-8ca0-5d27e5eb2288 883 0 2026-07-03 21:45:39 +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 34bb90c2-6c9e-4bce-b872-500297db79ab 0xc005187f07 }] [] []},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.150.115,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.150.115],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:03.957873 3383 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 48a9d7e4-1a38-4019-a4fa-ebca071a9df3 503 0 2026-07-03 21:45:06 +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.7.124,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.7.124],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:03.957937 3383 services_controller.go:382] Processing sync for service openshift-machine-config-operator/machine-config-controller for network=default I0703 21:58:03.957802 3383 services_controller.go:382] Processing sync for service openshift-monitoring/cluster-monitoring-operator for network=default I0703 21:58:03.957938 3383 lb_config.go:1030] Cluster endpoints for openshift-service-ca-operator/metrics for network=default are: map[] I0703 21:58:03.957940 3383 lb_config.go:1030] Cluster endpoints for openshift-cluster-version/cluster-version-operator for network=default are: map[] I0703 21:58:03.957953 3383 services_controller.go:386] Finished syncing service cluster-monitoring-operator on namespace openshift-monitoring for network=default : 150.095µs I0703 21:58:03.957955 3383 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.150.115"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:03.957968 3383 services_controller.go:382] Processing sync for service default/openshift-apiserver for network=default I0703 21:58:03.957965 3383 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.7.124"}, protocol:"TCP", inport:9099, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:03.957969 3383 services_controller.go:470] Built service openshift-service-ca-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:58:03.957979 3383 services_controller.go:470] Built service openshift-cluster-version/cluster-version-operator LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:58:03.957982 3383 services_controller.go:471] Built service openshift-service-ca-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:03.957990 3383 services_controller.go:471] Built service openshift-cluster-version/cluster-version-operator LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:03.957946 3383 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 4e2c0bcb-e8ae-4fa0-903c-5b765eff1e63 822 0 2026-07-03 21:45:37 +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 34bb90c2-6c9e-4bce-b872-500297db79ab 0xc00518790b }] [] []},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.206.77,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.206.77],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:03.957975 3383 services_controller.go:460] Service default/openshift-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-apiserver default 50ad24c5-47b8-4900-9710-9941ca0a3486 1599 0 2026-07-03 21:45:53 +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.205.247,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.205.247],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:03.957862 3383 services_controller.go:497] Skipping no-op change for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0703 21:58:03.958021 3383 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.150.115", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:03.958038 3383 services_controller.go:386] Finished syncing service deployment-validation-operator-catalog on namespace openshift-deployment-validation-operator for network=default : 1.358453ms I0703 21:58:03.958011 3383 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.7.124", Port:9099, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:03.958054 3383 services_controller.go:382] Processing sync for service default/openshift-oauth-apiserver for network=default I0703 21:58:03.958055 3383 services_controller.go:478] Built service openshift-cluster-version/cluster-version-operator per-node LB for network=default: []services.LB{} I0703 21:58:03.958058 3383 lb_config.go:1030] Cluster endpoints for default/openshift-apiserver for network=default are: map[TCP/https:{443 [172.30.205.104] []}] I0703 21:58:03.958070 3383 services_controller.go:479] Built service openshift-cluster-version/cluster-version-operator template LB for network=default: []services.LB{} I0703 21:58:03.958069 3383 services_controller.go:478] Built service openshift-service-ca-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:58:03.958078 3383 services_controller.go:469] Built service default/openshift-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 21:58:03.958082 3383 services_controller.go:480] Service openshift-cluster-version/cluster-version-operator for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:03.958083 3383 services_controller.go:479] Built service openshift-service-ca-operator/metrics template LB for network=default: []services.LB{} I0703 21:58:03.958088 3383 services_controller.go:470] Built service default/openshift-apiserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.205.247"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.205.104"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:03.958095 3383 services_controller.go:480] Service openshift-service-ca-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:03.958103 3383 services_controller.go:471] Built service default/openshift-apiserver LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:03.958104 3383 services_controller.go:497] Skipping no-op change for service openshift-cluster-version/cluster-version-operator for network=default I0703 21:58:03.958065 3383 services_controller.go:460] Service default/openshift-oauth-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-oauth-apiserver default 21caa8ad-fcb9-4e12-b4de-c0a650a1bd40 1619 0 2026-07-03 21:45:53 +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.89.15,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.89.15],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:03.958022 3383 lb_config.go:1030] Cluster endpoints for openshift-machine-config-operator/machine-config-controller for network=default are: map[] I0703 21:58:03.958132 3383 services_controller.go:497] Skipping no-op change for service openshift-service-ca-operator/metrics for network=default I0703 21:58:03.958135 3383 services_controller.go:386] Finished syncing service cluster-version-operator on namespace openshift-cluster-version for network=default : 249.64µs I0703 21:58:03.958141 3383 services_controller.go:386] Finished syncing service metrics on namespace openshift-service-ca-operator for network=default : 305.921µs I0703 21:58:03.958148 3383 services_controller.go:382] Processing sync for service openshift-cloud-credential-operator/cco-metrics for network=default I0703 21:58:03.958150 3383 services_controller.go:477] Built service default/openshift-apiserver cluster-wide LB for network=default: []services.LB{} I0703 21:58:03.958149 3383 lb_config.go:1030] Cluster endpoints for default/openshift-oauth-apiserver for network=default are: map[TCP/https:{443 [172.30.221.246] []}] I0703 21:58:03.958151 3383 services_controller.go:382] Processing sync for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0703 21:58:03.958145 3383 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.206.77"}, protocol:"TCP", inport:9001, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:03.958164 3383 services_controller.go:469] Built service default/openshift-oauth-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 21:58:03.958167 3383 services_controller.go:470] Built service openshift-machine-config-operator/machine-config-controller LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:58:03.958174 3383 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.89.15"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.221.246"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:03.958179 3383 services_controller.go:471] Built service openshift-machine-config-operator/machine-config-controller LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:03.958162 3383 services_controller.go:478] Built service default/openshift-apiserver per-node LB for network=default: []services.LB{services.LB{Name:"Service_default/openshift-apiserver_TCP_node_router+switch_ip-10-0-1-250.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.205.247", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.205.104", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-250.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-250.ec2.internal"}, Groups:[]string(nil)}} I0703 21:58:03.958188 3383 services_controller.go:471] Built service default/openshift-oauth-apiserver LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:03.958195 3383 services_controller.go:479] Built service default/openshift-apiserver template LB for network=default: []services.LB{} I0703 21:58:03.958156 3383 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 4f8da74e-12c5-4ed5-a57f-d48d3396b707 1179 0 2026-07-03 21:45:45 +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 34bb90c2-6c9e-4bce-b872-500297db79ab 0xc0051869bb }] [] []},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.81.21,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.81.21],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:03.958208 3383 services_controller.go:480] Service default/openshift-apiserver for network=default has 0 cluster-wide, 1 per-node configs, 0 template configs, making 0 (cluster) 1 (per node) and 0 (template) load balancers I0703 21:58:03.958211 3383 services_controller.go:477] Built service default/openshift-oauth-apiserver cluster-wide LB for network=default: []services.LB{} I0703 21:58:03.958164 3383 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 d881cdd3-0556-4981-aa28-046642617ea9 1038 0 2026-07-03 21:45:42 +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 34bb90c2-6c9e-4bce-b872-500297db79ab 0xc005186cd7 }] [] []},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.63.139,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.63.139],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:03.958221 3383 lb_config.go:1030] Cluster endpoints for openshift-cloud-credential-operator/cco-metrics for network=default are: map[] I0703 21:58:03.958200 3383 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.206.77", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:03.958235 3383 services_controller.go:497] Skipping no-op change for service default/openshift-apiserver for network=default I0703 21:58:03.958238 3383 services_controller.go:478] Built service openshift-machine-config-operator/machine-config-controller per-node LB for network=default: []services.LB{} I0703 21:58:03.958236 3383 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.81.21"}, protocol:"TCP", inport:8443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:03.958239 3383 lb_config.go:1030] Cluster endpoints for openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default are: map[] I0703 21:58:03.958241 3383 services_controller.go:386] Finished syncing service openshift-apiserver on namespace default for network=default : 272.718µs I0703 21:58:03.958225 3383 services_controller.go:478] Built service default/openshift-oauth-apiserver per-node LB for network=default: []services.LB{services.LB{Name:"Service_default/openshift-oauth-apiserver_TCP_node_router+switch_ip-10-0-1-250.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.89.15", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.221.246", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-250.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-250.ec2.internal"}, Groups:[]string(nil)}} I0703 21:58:03.958250 3383 services_controller.go:479] Built service openshift-machine-config-operator/machine-config-controller template LB for network=default: []services.LB{} I0703 21:58:03.958251 3383 services_controller.go:470] Built service openshift-cloud-credential-operator/cco-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:58:03.958256 3383 services_controller.go:382] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0703 21:58:03.958253 3383 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.63.139"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:03.958257 3383 services_controller.go:479] Built service default/openshift-oauth-apiserver template LB for network=default: []services.LB{} I0703 21:58:03.958262 3383 services_controller.go:471] Built service openshift-cloud-credential-operator/cco-metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:03.958262 3383 services_controller.go:480] Service openshift-machine-config-operator/machine-config-controller for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:03.958266 3383 services_controller.go:470] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:58:03.958271 3383 services_controller.go:480] Service default/openshift-oauth-apiserver for network=default has 0 cluster-wide, 1 per-node configs, 0 template configs, making 0 (cluster) 1 (per node) and 0 (template) load balancers I0703 21:58:03.958277 3383 services_controller.go:471] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:03.958288 3383 services_controller.go:497] Skipping no-op change for service openshift-machine-config-operator/machine-config-controller for network=default I0703 21:58:03.958278 3383 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.81.21", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:03.958296 3383 services_controller.go:386] Finished syncing service machine-config-controller on namespace openshift-machine-config-operator for network=default : 358.617µs I0703 21:58:03.958296 3383 services_controller.go:497] Skipping no-op change for service default/openshift-oauth-apiserver for network=default I0703 21:58:03.958264 3383 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 f1474dfc-6f32-4447-ad5e-90f6713dbc51 5040 0 2026-07-03 21:47:51 +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.190.203,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.190.203],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:03.958306 3383 services_controller.go:386] Finished syncing service openshift-oauth-apiserver on namespace default for network=default : 255.269µs I0703 21:58:03.958306 3383 services_controller.go:478] Built service openshift-cloud-credential-operator/cco-metrics per-node LB for network=default: []services.LB{} I0703 21:58:03.958309 3383 services_controller.go:382] Processing sync for service openshift-dns-operator/metrics for network=default I0703 21:58:03.958292 3383 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.63.139", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:03.958317 3383 services_controller.go:382] Processing sync for service openshift-image-registry/image-registry for network=default I0703 21:58:03.958318 3383 services_controller.go:479] Built service openshift-cloud-credential-operator/cco-metrics template LB for network=default: []services.LB{} I0703 21:58:03.958323 3383 services_controller.go:478] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics per-node LB for network=default: []services.LB{} I0703 21:58:03.958324 3383 lb_config.go:1030] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default are: map[] I0703 21:58:03.958330 3383 services_controller.go:480] Service openshift-cloud-credential-operator/cco-metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:03.958334 3383 services_controller.go:479] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics template LB for network=default: []services.LB{} I0703 21:58:03.958337 3383 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.190.203"}, protocol:"TCP", inport:8383, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:03.958345 3383 services_controller.go:480] Service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:03.958351 3383 services_controller.go:470] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:58:03.958351 3383 services_controller.go:497] Skipping no-op change for service openshift-cloud-credential-operator/cco-metrics for network=default I0703 21:58:03.958361 3383 services_controller.go:471] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:03.958361 3383 services_controller.go:386] Finished syncing service cco-metrics on namespace openshift-cloud-credential-operator for network=default : 213.852µs I0703 21:58:03.958365 3383 services_controller.go:497] Skipping no-op change for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0703 21:58:03.958320 3383 services_controller.go:460] Service openshift-dns-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-dns-operator f9bca9e6-aac4-42ed-ab35-6cae287e356d 1101 0 2026-07-03 21:45:43 +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 34bb90c2-6c9e-4bce-b872-500297db79ab 0xc00518711f }] [] []},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.11.73,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.11.73],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:03.958373 3383 services_controller.go:382] Processing sync for service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0703 21:58:03.958371 3383 services_controller.go:386] Finished syncing service cluster-storage-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 221.281µs I0703 21:58:03.958325 3383 services_controller.go:460] Service openshift-image-registry/image-registry retrieved from lister for network=default: &Service{ObjectMeta:{image-registry openshift-image-registry 882c1808-1de8-44f1-ba7e-224aeeab403b 1834 0 2026-07-03 21:45:56 +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.30.99,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.30.99],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:03.958380 3383 services_controller.go:386] Finished syncing service node-tuning-operator on namespace openshift-cluster-node-tuning-operator for network=default : 7.116µs I0703 21:58:03.958385 3383 services_controller.go:382] Processing sync for service openshift-cluster-samples-operator/metrics for network=default I0703 21:58:03.958389 3383 services_controller.go:382] Processing sync for service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0703 21:58:03.958392 3383 services_controller.go:386] Finished syncing service metrics on namespace openshift-cluster-samples-operator for network=default : 7.384µs I0703 21:58:03.958376 3383 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.190.203", Port:8383, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:03.958392 3383 lb_config.go:1030] Cluster endpoints for openshift-dns-operator/metrics for network=default are: map[] I0703 21:58:03.958400 3383 services_controller.go:382] Processing sync for service openshift-ingress-operator/metrics for network=default I0703 21:58:03.958397 3383 lb_config.go:1030] Cluster endpoints for openshift-image-registry/image-registry for network=default are: map[] I0703 21:58:03.958406 3383 services_controller.go:478] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics per-node LB for network=default: []services.LB{} I0703 21:58:03.958410 3383 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.11.73"}, protocol:"TCP", inport:9393, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:03.958413 3383 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.30.99"}, protocol:"TCP", inport:5000, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:03.958418 3383 services_controller.go:479] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics template LB for network=default: []services.LB{} I0703 21:58:03.958424 3383 services_controller.go:470] Built service openshift-dns-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:58:03.958427 3383 services_controller.go:470] Built service openshift-image-registry/image-registry LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:58:03.958431 3383 services_controller.go:480] Service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:03.958433 3383 services_controller.go:471] Built service openshift-dns-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:03.958438 3383 services_controller.go:471] Built service openshift-image-registry/image-registry LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:03.958397 3383 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 c6f10d19-2d79-431f-a915-a2b734a1b708 1002 0 2026-07-03 21:45:41 +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 34bb90c2-6c9e-4bce-b872-500297db79ab 0xc005186d87 }] [] []},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.26.82,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.26.82],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:03.958453 3383 services_controller.go:497] Skipping no-op change for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0703 21:58:03.958409 3383 services_controller.go:460] Service openshift-ingress-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-ingress-operator 7d7aef84-5037-4562-b34e-07f75ed951fc 1592 0 2026-07-03 21:45:53 +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 34bb90c2-6c9e-4bce-b872-500297db79ab 0xc005187477 }] [] []},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.158.118,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.158.118],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:03.958462 3383 lb_config.go:1030] Cluster endpoints for openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default are: map[] I0703 21:58:03.958466 3383 services_controller.go:386] Finished syncing service deployment-validation-operator-metrics on namespace openshift-deployment-validation-operator for network=default : 210.404µs I0703 21:58:03.958455 3383 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.30.99", Port:5000, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:03.958452 3383 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.11.73", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:03.958478 3383 services_controller.go:382] Processing sync for service openshift-ingress/router-internal-default for network=default I0703 21:58:03.958479 3383 lb_config.go:1030] Cluster endpoints for openshift-ingress-operator/metrics for network=default are: map[] I0703 21:58:03.958481 3383 services_controller.go:478] Built service openshift-image-registry/image-registry per-node LB for network=default: []services.LB{} I0703 21:58:03.958484 3383 services_controller.go:478] Built service openshift-dns-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:58:03.958476 3383 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.26.82"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:03.958493 3383 services_controller.go:479] Built service openshift-image-registry/image-registry template LB for network=default: []services.LB{} I0703 21:58:03.958496 3383 services_controller.go:479] Built service openshift-dns-operator/metrics template LB for network=default: []services.LB{} I0703 21:58:03.958495 3383 services_controller.go:470] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:58:03.958507 3383 services_controller.go:480] Service openshift-image-registry/image-registry for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:03.958490 3383 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.158.118"}, protocol:"TCP", inport:9393, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:03.958510 3383 services_controller.go:471] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:03.958511 3383 services_controller.go:480] Service openshift-dns-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:03.958519 3383 services_controller.go:470] Built service openshift-ingress-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:58:03.958528 3383 services_controller.go:497] Skipping no-op change for service openshift-image-registry/image-registry for network=default I0703 21:58:03.958528 3383 services_controller.go:471] Built service openshift-ingress-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:03.958534 3383 services_controller.go:386] Finished syncing service image-registry on namespace openshift-image-registry for network=default : 217.65µs I0703 21:58:03.958536 3383 services_controller.go:497] Skipping no-op change for service openshift-dns-operator/metrics for network=default I0703 21:58:03.958487 3383 services_controller.go:460] Service openshift-ingress/router-internal-default retrieved from lister for network=default: &Service{ObjectMeta:{router-internal-default openshift-ingress 322c22ab-fdf6-4696-a920-a2b38051e018 2986 0 2026-07-03 21:46:13 +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 04cb0ff4-eb35-4a7b-9e56-a2cda3ee6f7b 0xc00518762e }] [] []},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.58.210,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.58.210],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:03.958543 3383 services_controller.go:382] Processing sync for service openshift-authentication-operator/metrics for network=default I0703 21:58:03.958544 3383 services_controller.go:386] Finished syncing service metrics on namespace openshift-dns-operator for network=default : 234.551µs I0703 21:58:03.958528 3383 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.26.82", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:03.958545 3383 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.158.118", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:03.958558 3383 services_controller.go:478] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics per-node LB for network=default: []services.LB{} I0703 21:58:03.958561 3383 lb_config.go:1030] Cluster endpoints for openshift-ingress/router-internal-default for network=default are: map[] I0703 21:58:03.958559 3383 services_controller.go:382] Processing sync for service openshift-ingress-canary/ingress-canary for network=default I0703 21:58:03.958569 3383 services_controller.go:478] Built service openshift-ingress-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:58:03.958572 3383 services_controller.go:479] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics template LB for network=default: []services.LB{} I0703 21:58:03.958581 3383 services_controller.go:479] Built service openshift-ingress-operator/metrics template LB for network=default: []services.LB{} I0703 21:58:03.958583 3383 services_controller.go:480] Service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:03.958578 3383 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.58.210"}, 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.58.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}, services.lbConfig{vips:[]string{"172.30.58.210"}, protocol:"TCP", inport:1936, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:03.958552 3383 services_controller.go:460] Service openshift-authentication-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-authentication-operator 46cbe934-1099-4898-ab71-e6255dab7558 734 0 2026-07-03 21:45:35 +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 34bb90c2-6c9e-4bce-b872-500297db79ab 0xc005186927 }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 8443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{app: authentication-operator,},ClusterIP:172.30.101.120,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.101.120],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:03.958600 3383 services_controller.go:470] Built service openshift-ingress/router-internal-default LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:58:03.958606 3383 services_controller.go:497] Skipping no-op change for service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0703 21:58:03.958612 3383 services_controller.go:471] Built service openshift-ingress/router-internal-default LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:03.958612 3383 lb_config.go:1030] Cluster endpoints for openshift-authentication-operator/metrics for network=default are: map[] I0703 21:58:03.958615 3383 services_controller.go:386] Finished syncing service csi-snapshot-controller-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 226.422µs I0703 21:58:03.958617 3383 services_controller.go:480] Service openshift-ingress-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:03.958574 3383 services_controller.go:460] Service openshift-ingress-canary/ingress-canary retrieved from lister for network=default: &Service{ObjectMeta:{ingress-canary openshift-ingress-canary 4819f457-6510-4569-b406-c0b3660420e6 3620 0 2026-07-03 21:46:20 +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 1f1ef523-f5fe-42ec-99fc-c4139726322c 0xc005187390 }] [] []},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.197.227,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.197.227],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:03.958628 3383 services_controller.go:382] Processing sync for service openshift-insights/metrics for network=default I0703 21:58:03.958627 3383 services_controller.go:469] Built service openshift-authentication-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.101.120"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:03.958645 3383 services_controller.go:470] Built service openshift-authentication-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:58:03.958651 3383 lb_config.go:1030] Cluster endpoints for openshift-ingress-canary/ingress-canary for network=default are: map[] I0703 21:58:03.958655 3383 services_controller.go:471] Built service openshift-authentication-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:03.958630 3383 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.58.210", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.58.210", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.58.210", Port:1936, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:03.958664 3383 services_controller.go:497] Skipping no-op change for service openshift-ingress-operator/metrics for network=default I0703 21:58:03.958667 3383 services_controller.go:478] Built service openshift-ingress/router-internal-default per-node LB for network=default: []services.LB{} I0703 21:58:03.958671 3383 services_controller.go:386] Finished syncing service metrics on namespace openshift-ingress-operator for network=default : 270.476µs I0703 21:58:03.958666 3383 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.197.227"}, protocol:"TCP", inport:8443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}, services.lbConfig{vips:[]string{"172.30.197.227"}, protocol:"TCP", inport:8888, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:03.958679 3383 services_controller.go:479] Built service openshift-ingress/router-internal-default template LB for network=default: []services.LB{} I0703 21:58:03.958680 3383 services_controller.go:382] Processing sync for service openshift-network-console/networking-console-plugin for network=default I0703 21:58:03.958683 3383 services_controller.go:470] Built service openshift-ingress-canary/ingress-canary LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:58:03.958643 3383 services_controller.go:460] Service openshift-insights/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-insights 371a2df2-f482-4b3f-8e1c-4cab6e5e756d 1958 0 2026-07-03 21:45:59 +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 34bb90c2-6c9e-4bce-b872-500297db79ab 0xc00518772b }] [] []},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.57.17,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.57.17],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:03.958689 3383 services_controller.go:480] Service openshift-ingress/router-internal-default for network=default has 3 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:03.958693 3383 services_controller.go:471] Built service openshift-ingress-canary/ingress-canary LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:03.958705 3383 lb_config.go:1030] Cluster endpoints for openshift-insights/metrics for network=default are: map[] I0703 21:58:03.958713 3383 services_controller.go:497] Skipping no-op change for service openshift-ingress/router-internal-default for network=default I0703 21:58:03.958718 3383 services_controller.go:386] Finished syncing service router-internal-default on namespace openshift-ingress for network=default : 240.635µs I0703 21:58:03.958718 3383 services_controller.go:469] Built service openshift-insights/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.57.17"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:03.958725 3383 services_controller.go:382] Processing sync for service openshift-network-diagnostics/network-check-source for network=default I0703 21:58:03.958729 3383 services_controller.go:386] Finished syncing service network-check-source on namespace openshift-network-diagnostics for network=default : 4.863µs I0703 21:58:03.958712 3383 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.197.227", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.197.227", Port:8888, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:03.958671 3383 services_controller.go:477] Built service openshift-authentication-operator/metrics cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-authentication-operator/metrics_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-authentication-operator/metrics"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.101.120", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:03.958741 3383 services_controller.go:478] Built service openshift-authentication-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:58:03.958743 3383 services_controller.go:478] Built service openshift-ingress-canary/ingress-canary per-node LB for network=default: []services.LB{} I0703 21:58:03.958690 3383 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 f8addfd9-9cc6-4025-988d-7c334874812b 4206 0 2026-07-03 21:46:37 +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 83876b0a-aba3-46b6-808c-f459981ad792 0xc005187c1e 0xc005187c1f}] [] []},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.135.254,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.135.254],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:03.958750 3383 services_controller.go:479] Built service openshift-authentication-operator/metrics template LB for network=default: []services.LB{} I0703 21:58:03.958759 3383 services_controller.go:479] Built service openshift-ingress-canary/ingress-canary template LB for network=default: []services.LB{} I0703 21:58:03.958763 3383 services_controller.go:480] Service openshift-authentication-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:03.958768 3383 lb_config.go:1030] Cluster endpoints for openshift-network-console/networking-console-plugin for network=default are: map[] I0703 21:58:03.958769 3383 services_controller.go:470] Built service openshift-insights/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:58:03.958774 3383 services_controller.go:480] Service openshift-ingress-canary/ingress-canary for network=default has 2 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:03.958780 3383 services_controller.go:497] Skipping no-op change for service openshift-authentication-operator/metrics for network=default I0703 21:58:03.958781 3383 services_controller.go:471] Built service openshift-insights/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:03.958784 3383 services_controller.go:386] Finished syncing service metrics on namespace openshift-authentication-operator for network=default : 242.644µs I0703 21:58:03.958780 3383 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.135.254"}, protocol:"TCP", inport:9443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:03.958796 3383 services_controller.go:497] Skipping no-op change for service openshift-ingress-canary/ingress-canary for network=default I0703 21:58:03.958796 3383 services_controller.go:470] Built service openshift-network-console/networking-console-plugin LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:58:03.958802 3383 services_controller.go:386] Finished syncing service ingress-canary on namespace openshift-ingress-canary for network=default : 245.424µs I0703 21:58:03.958808 3383 services_controller.go:471] Built service openshift-network-console/networking-console-plugin LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:03.958798 3383 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.57.17", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:03.958830 3383 services_controller.go:478] Built service openshift-insights/metrics per-node LB for network=default: []services.LB{} I0703 21:58:03.958847 3383 services_controller.go:479] Built service openshift-insights/metrics template LB for network=default: []services.LB{} I0703 21:58:03.958837 3383 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.135.254", Port:9443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:03.958859 3383 services_controller.go:480] Service openshift-insights/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:03.958869 3383 services_controller.go:478] Built service openshift-network-console/networking-console-plugin per-node LB for network=default: []services.LB{} I0703 21:58:03.958881 3383 services_controller.go:479] Built service openshift-network-console/networking-console-plugin template LB for network=default: []services.LB{} I0703 21:58:03.958885 3383 services_controller.go:497] Skipping no-op change for service openshift-insights/metrics for network=default I0703 21:58:03.958890 3383 services_controller.go:386] Finished syncing service metrics on namespace openshift-insights for network=default : 262.296µs I0703 21:58:03.958892 3383 services_controller.go:480] Service openshift-network-console/networking-console-plugin for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:03.958921 3383 services_controller.go:497] Skipping no-op change for service openshift-network-console/networking-console-plugin for network=default I0703 21:58:03.958930 3383 services_controller.go:386] Finished syncing service networking-console-plugin on namespace openshift-network-console for network=default : 250.498µs I0703 21:58:03.963483 3383 ovs.go:163] Exec(58): stdout: "1\n" I0703 21:58:03.963498 3383 ovs.go:164] Exec(58): stderr: "" I0703 21:58:03.970372 3383 iptables.go:108] Creating table: mangle chain: OUTPUT I0703 21:58:03.971584 3383 iptables.go:110] Chain: "OUTPUT" in table: "mangle" already exists, skipping creation: running [/usr/sbin/iptables -t mangle -N OUTPUT --wait]: exit status 1: iptables: Chain already exists. I0703 21:58:03.972861 3383 iptables.go:121] Adding rule in table: mangle, chain: OUTPUT with args: "-j OVN-KUBE-ITP" for protocol: 0 I0703 21:58:03.974310 3383 iptables.go:108] Creating table: nat chain: OUTPUT I0703 21:58:03.975604 3383 iptables.go:110] Chain: "OUTPUT" in table: "nat" already exists, skipping creation: running [/usr/sbin/iptables -t nat -N OUTPUT --wait]: exit status 1: iptables: Chain already exists. I0703 21:58:03.977233 3383 iptables.go:121] Adding rule in table: nat, chain: OUTPUT with args: "-j OVN-KUBE-ITP" for protocol: 0 I0703 21:58:03.989388 3383 iptables.go:108] Creating table: nat chain: PREROUTING I0703 21:58:03.990620 3383 iptables.go:110] Chain: "PREROUTING" in table: "nat" already exists, skipping creation: running [/usr/sbin/iptables -t nat -N PREROUTING --wait]: exit status 1: iptables: Chain already exists. I0703 21:58:03.991858 3383 iptables.go:121] Adding rule in table: nat, chain: PREROUTING with args: "-j OVN-KUBE-NODEPORT" for protocol: 0 I0703 21:58:03.994574 3383 iptables.go:121] Adding rule in table: nat, chain: OUTPUT with args: "-j OVN-KUBE-NODEPORT" for protocol: 0 I0703 21:58:03.997461 3383 iptables.go:121] Adding rule in table: nat, chain: PREROUTING with args: "-j OVN-KUBE-EXTERNALIP" for protocol: 0 I0703 21:58:04.000024 3383 iptables.go:121] Adding rule in table: nat, chain: OUTPUT with args: "-j OVN-KUBE-EXTERNALIP" for protocol: 0 I0703 21:58:04.002765 3383 iptables.go:121] Adding rule in table: nat, chain: PREROUTING with args: "-j OVN-KUBE-ETP" for protocol: 0 I0703 21:58:04.029960 3383 iptables.go:108] Creating table: filter chain: FORWARD I0703 21:58:04.031413 3383 iptables.go:110] Chain: "FORWARD" in table: "filter" already exists, skipping creation: running [/usr/sbin/iptables -t filter -N FORWARD --wait]: exit status 1: iptables: Chain already exists. I0703 21:58:04.033269 3383 iptables.go:121] Adding rule in table: filter, chain: FORWARD with args: "-s 10.128.0.0/14 -j ACCEPT" for protocol: 0 I0703 21:58:04.036698 3383 iptables.go:121] Adding rule in table: filter, chain: FORWARD with args: "-d 10.128.0.0/14 -j ACCEPT" for protocol: 0 I0703 21:58:04.039685 3383 iptables.go:121] Adding rule in table: filter, chain: FORWARD with args: "-s 172.30.0.0/16 -j ACCEPT" for protocol: 0 I0703 21:58:04.042775 3383 iptables.go:121] Adding rule in table: filter, chain: FORWARD with args: "-d 172.30.0.0/16 -j ACCEPT" for protocol: 0 I0703 21:58:04.045920 3383 iptables.go:121] Adding rule in table: filter, chain: FORWARD with args: "-s 169.254.0.1 -j ACCEPT" for protocol: 0 I0703 21:58:04.048939 3383 iptables.go:121] Adding rule in table: filter, chain: FORWARD with args: "-d 169.254.0.1 -j ACCEPT" for protocol: 0 I0703 21:58:04.050584 3383 gateway_shared_intf.go:2855] Ensuring IP Neighbor entry for: 169.254.0.1 W0703 21:58:04.050690 3383 gateway_shared_intf.go:2861] Failed to remove IP neighbor entry for ip 169.254.0.1, on iface br-ex: failed to delete neighbour entry 169.254.0.1 : no such file or directory I0703 21:58:04.050738 3383 gateway_shared_intf.go:2855] Ensuring IP Neighbor entry for: 169.254.0.4 W0703 21:58:04.050838 3383 gateway_shared_intf.go:2861] Failed to remove IP neighbor entry for ip 169.254.0.4, on iface br-ex: failed to delete neighbour entry 169.254.0.4 : no such file or directory I0703 21:58:04.050899 3383 gateway_init.go:431] Gateway and management port readiness took 2.675944737s I0703 21:58:04.050927 3383 controller.go:132] Adding controller [node-nad-controller NAD controller] event handlers I0703 21:58:04.050947 3383 shared_informer.go:313] Waiting for caches to sync for [node-nad-controller NAD controller] I0703 21:58:04.050953 3383 shared_informer.go:320] Caches are synced for [node-nad-controller NAD controller] I0703 21:58:04.050961 3383 controller.go:156] Starting controller [node-nad-controller NAD controller] with 1 workers I0703 21:58:04.051171 3383 network_controller.go:246] [node-nad-controller network controller]: syncing all networks I0703 21:58:04.051184 3383 network_controller.go:257] [node-nad-controller network controller]: finished syncing all networks. Time taken: 11.894µs I0703 21:58:04.051192 3383 controller.go:156] Starting controller [node-nad-controller network controller] with 1 workers I0703 21:58:04.051203 3383 nad_controller.go:162] [node-nad-controller NAD controller]: started I0703 21:58:04.051209 3383 default_node_network_controller.go:986] Starting the default node network controller I0703 21:58:04.051221 3383 gateway_init.go:441] Initializing Gateway Functionality for gateway Start I0703 21:58:04.051381 3383 gateway_localnet.go:68] Node local addresses initialized to: map[10.0.1.250:{10.0.1.0 ffffff00} 127.0.0.1:{127.0.0.0 ff000000} 169.254.0.2:{169.254.0.0 ffff8000} 172.20.0.1:{172.20.0.1 ffffffff} ::1:{::1 ffffffffffffffffffffffffffffffff} fe80::9c2a:80ff:fe1a:1907:{fe80:: ffffffffffffffff0000000000000000} fe80::bb06:3ad6:d9:56fd:{fe80:: ffffffffffffffff0000000000000000}] I0703 21:58:04.051539 3383 default_node_network_controller.go:1676] MTU (9001) of network interface br-ex is big enough to deal with Geneve header overhead (sum 8959). I0703 21:58:04.051558 3383 default_node_network_controller.go:1106] Upgrade Hack: Interconnect is enabled I0703 21:58:04.051601 3383 default_node_network_controller.go:1130] Upgrade Hack: node ip-10-0-0-35.ec2.internal, subnet 10.128.0.0/23 I0703 21:58:04.051622 3383 ovs.go:160] Exec(59): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns _uuid find logical_flow match="reg7 == 0 && ip4.dst == 10.128.0.0/23" I0703 21:58:04.064877 3383 ovs.go:163] Exec(59): stdout: "2194c91c-333e-4439-af48-6a1e6712c1f4\n" I0703 21:58:04.064901 3383 ovs.go:164] Exec(59): stderr: "" I0703 21:58:04.064912 3383 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 - 2194c91c-333e-4439-af48-6a1e6712c1f4 : stderr - : err I0703 21:58:04.064943 3383 default_node_network_controller.go:1130] Upgrade Hack: node ip-10-0-2-121.ec2.internal, subnet 10.130.0.0/23 I0703 21:58:04.064958 3383 ovs.go:160] Exec(60): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns _uuid find logical_flow match="reg7 == 0 && ip4.dst == 10.130.0.0/23" I0703 21:58:04.076273 3383 ovs.go:163] Exec(60): stdout: "eebe2476-f3ee-417a-8356-e3aab100ae6d\n" I0703 21:58:04.076287 3383 ovs.go:164] Exec(60): stderr: "" I0703 21:58:04.076296 3383 default_node_network_controller.go:766] Upgrade Hack: checkOVNSBNodeLRSR for node - 10.130.0.0/23 : match match="reg7 == 0 && ip4.dst == 10.130.0.0/23" : stdout - eebe2476-f3ee-417a-8356-e3aab100ae6d : stderr - : err I0703 21:58:04.076304 3383 default_node_network_controller.go:1138] Upgrade Hack: Syncing nodes took 24.739778ms I0703 21:58:04.076322 3383 ovs.go:160] Exec(61): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns name find Load_Balancer I0703 21:58:04.081534 3383 ovs.go:163] Exec(61): stdout: "Service_openshift-ingress-canary/ingress-canary_TCP_cluster\n\nService_openshift-ingress/router-default_TCP_node_router_ip-10-0-1-250.ec2.internal\n\nService_openshift-authentication-operator/metrics_TCP_cluster\n\nService_openshift-deployment-validation-operator/deployment-validation-operator-metrics_TCP_cluster\n\nService_default/openshift-oauth-apiserver_TCP_node_router+switch_ip-10-0-1-250.ec2.internal\n\nService_openshift-network-console/networking-console-plugin_TCP_cluster\n\nService_default/kubernetes_TCP_node_router+switch_ip-10-0-1-250.ec2.internal\n\nService_openshift-cloud-credential-operator/cco-metrics_TCP_cluster\n\nService_openshift-machine-config-operator/machine-config-controller_TCP_cluster\n\nService_default/openshift-apiserver_TCP_node_router+switch_ip-10-0-1-250.ec2.internal\n\nService_openshift-insights/metrics_TCP_cluster\n\nService_openshift-machine-config-operator/machine-config-daemon_TCP_cluster\n\nService_openshift-ingress/router-default_TCP_node_switch_ip-10-0-1-250.ec2.internal\n\nService_openshift-ingress-operator/metrics_TCP_cluster\n\nService_openshift-cluster-node-tuning-operator/performance-addon-operator-service_TCP_cluster\n\nService_openshift-kube-storage-version-migrator-operator/metrics_TCP_cluster\n\nService_openshift-config-operator/metrics_TCP_cluster\n\nService_openshift-ingress/router-default_TCP_cluster\n\nService_openshift-machine-config-operator/machine-config-operator_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_openshift-apiserver/check-endpoints_TCP_cluster\n\nService_openshift-network-diagnostics/network-check-target_TCP_cluster\n\nService_openshift-console-operator/metrics_TCP_cluster\n\nService_openshift-dns-operator/metrics_TCP_cluster\n\nService_openshift-service-ca-operator/metrics_TCP_cluster\n\nService_openshift-ingress/router-internal-default_TCP_cluster\n\nService_openshift-image-registry/image-registry_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_default/packageserver_TCP_node_router+switch_ip-10-0-1-250.ec2.internal\n\nService_openshift-cluster-storage-operator/cluster-storage-operator-metrics_TCP_cluster\n\nService_openshift-dns/dns-default_UDP_node_router+switch_ip-10-0-1-250.ec2.internal\n\nService_openshift-apiserver-operator/metrics_TCP_cluster\n\nService_openshift-dns/dns-default_TCP_node_router+switch_ip-10-0-1-250.ec2.internal\n" I0703 21:58:04.081573 3383 ovs.go:164] Exec(61): stderr: "" I0703 21:58:04.081583 3383 default_node_network_controller.go:779] Upgrade Hack: fetchLBNames: stdout - Service_openshift-ingress-canary/ingress-canary_TCP_cluster Service_openshift-ingress/router-default_TCP_node_router_ip-10-0-1-250.ec2.internal Service_openshift-authentication-operator/metrics_TCP_cluster Service_openshift-deployment-validation-operator/deployment-validation-operator-metrics_TCP_cluster Service_default/openshift-oauth-apiserver_TCP_node_router+switch_ip-10-0-1-250.ec2.internal Service_openshift-network-console/networking-console-plugin_TCP_cluster Service_default/kubernetes_TCP_node_router+switch_ip-10-0-1-250.ec2.internal Service_openshift-cloud-credential-operator/cco-metrics_TCP_cluster Service_openshift-machine-config-operator/machine-config-controller_TCP_cluster Service_default/openshift-apiserver_TCP_node_router+switch_ip-10-0-1-250.ec2.internal Service_openshift-insights/metrics_TCP_cluster Service_openshift-machine-config-operator/machine-config-daemon_TCP_cluster Service_openshift-ingress/router-default_TCP_node_switch_ip-10-0-1-250.ec2.internal Service_openshift-ingress-operator/metrics_TCP_cluster Service_openshift-cluster-node-tuning-operator/performance-addon-operator-service_TCP_cluster Service_openshift-kube-storage-version-migrator-operator/metrics_TCP_cluster Service_openshift-config-operator/metrics_TCP_cluster Service_openshift-ingress/router-default_TCP_cluster Service_openshift-machine-config-operator/machine-config-operator_TCP_cluster Service_openshift-deployment-validation-operator/deployment-validation-operator-catalog_TCP_cluster Service_openshift-cluster-version/cluster-version-operator_TCP_cluster Service_openshift-apiserver/check-endpoints_TCP_cluster Service_openshift-network-diagnostics/network-check-target_TCP_cluster Service_openshift-console-operator/metrics_TCP_cluster Service_openshift-dns-operator/metrics_TCP_cluster Service_openshift-service-ca-operator/metrics_TCP_cluster Service_openshift-ingress/router-internal-default_TCP_cluster Service_openshift-image-registry/image-registry_TCP_cluster Service_openshift-kube-controller-manager-operator/metrics_TCP_cluster Service_openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics_TCP_cluster Service_default/packageserver_TCP_node_router+switch_ip-10-0-1-250.ec2.internal Service_openshift-cluster-storage-operator/cluster-storage-operator-metrics_TCP_cluster Service_openshift-dns/dns-default_UDP_node_router+switch_ip-10-0-1-250.ec2.internal Service_openshift-apiserver-operator/metrics_TCP_cluster Service_openshift-dns/dns-default_TCP_node_router+switch_ip-10-0-1-250.ec2.internal : stderr - : err I0703 21:58:04.081595 3383 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-apiserver/check-endpoints/Service_openshift-apiserver/check-endpoints : match - true I0703 21:58:04.081604 3383 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-cluster-node-tuning-operator/performance-addon-operator-service/Service_openshift-cluster-node-tuning-operator/performance-addon-operator-service : match - true I0703 21:58:04.081610 3383 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-deployment-validation-operator/deployment-validation-operator-catalog/Service_openshift-deployment-validation-operator/deployment-validation-operator-catalog : match - true I0703 21:58:04.081616 3383 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-machine-config-operator/machine-config-daemon/Service_openshift-machine-config-operator/machine-config-daemon : match - true I0703 21:58:04.081622 3383 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-network-diagnostics/network-check-target/Service_openshift-network-diagnostics/network-check-target : match - true I0703 21:58:04.081626 3383 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - default/kubernetes/Service_default/kubernetes : match - true I0703 21:58:04.081631 3383 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-console-operator/metrics/Service_openshift-console-operator/metrics : match - true I0703 21:58:04.081638 3383 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-dns/dns-default/Service_openshift-dns/dns-default : match - true I0703 21:58:04.081643 3383 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-kube-controller-manager-operator/metrics/Service_openshift-kube-controller-manager-operator/metrics : match - true I0703 21:58:04.081650 3383 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-service-ca-operator/metrics/Service_openshift-service-ca-operator/metrics : match - true I0703 21:58:04.081655 3383 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-cluster-version/cluster-version-operator/Service_openshift-cluster-version/cluster-version-operator : match - true I0703 21:58:04.081659 3383 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - default/openshift-apiserver/Service_default/openshift-apiserver : match - true I0703 21:58:04.081664 3383 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - default/openshift-oauth-apiserver/Service_default/openshift-oauth-apiserver : match - true I0703 21:58:04.081668 3383 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-cloud-credential-operator/cco-metrics/Service_openshift-cloud-credential-operator/cco-metrics : match - true I0703 21:58:04.081674 3383 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-cluster-storage-operator/cluster-storage-operator-metrics/Service_openshift-cluster-storage-operator/cluster-storage-operator-metrics : match - true I0703 21:58:04.081678 3383 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-deployment-validation-operator/deployment-validation-operator-metrics/Service_openshift-deployment-validation-operator/deployment-validation-operator-metrics : match - true I0703 21:58:04.081684 3383 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-dns-operator/metrics/Service_openshift-dns-operator/metrics : match - true I0703 21:58:04.081691 3383 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-image-registry/image-registry/Service_openshift-image-registry/image-registry : match - true I0703 21:58:04.081696 3383 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-machine-config-operator/machine-config-controller/Service_openshift-machine-config-operator/machine-config-controller : match - true I0703 21:58:04.081702 3383 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics/Service_openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics : match - true I0703 21:58:04.081707 3383 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-ingress-operator/metrics/Service_openshift-ingress-operator/metrics : match - true I0703 21:58:04.081714 3383 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-ingress/router-internal-default/Service_openshift-ingress/router-internal-default : match - true I0703 21:58:04.081718 3383 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-authentication-operator/metrics/Service_openshift-authentication-operator/metrics : match - true I0703 21:58:04.081722 3383 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-ingress-canary/ingress-canary/Service_openshift-ingress-canary/ingress-canary : match - true I0703 21:58:04.081726 3383 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-insights/metrics/Service_openshift-insights/metrics : match - true I0703 21:58:04.081731 3383 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-network-console/networking-console-plugin/Service_openshift-network-console/networking-console-plugin : match - true I0703 21:58:04.081736 3383 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - default/packageserver/Service_default/packageserver : match - true I0703 21:58:04.081741 3383 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-config-operator/metrics/Service_openshift-config-operator/metrics : match - true I0703 21:58:04.081745 3383 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-ingress/router-default/Service_openshift-ingress/router-default : match - true I0703 21:58:04.081749 3383 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-kube-storage-version-migrator-operator/metrics/Service_openshift-kube-storage-version-migrator-operator/metrics : match - true I0703 21:58:04.081755 3383 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-apiserver-operator/metrics/Service_openshift-apiserver-operator/metrics : match - true I0703 21:58:04.081760 3383 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-machine-config-operator/machine-config-operator/Service_openshift-machine-config-operator/machine-config-operator : match - true I0703 21:58:04.081769 3383 default_node_network_controller.go:1158] Upgrade Hack: Syncing services took 30.201207ms I0703 21:58:04.081791 3383 ovs.go:160] Exec(62): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns _uuid find Port_Binding logical_port=openshift-network-diagnostics_network-check-target-mggcz I0703 21:58:04.087080 3383 ovs.go:163] Exec(62): stdout: "7cb9c9fc-407e-472c-a399-faf3418e7075\n" I0703 21:58:04.087094 3383 ovs.go:164] Exec(62): stderr: "" I0703 21:58:04.087102 3383 default_node_network_controller.go:796] Upgrade Hack: portExists for pod - openshift-network-diagnostics/network-check-target-mggcz : stdout - 7cb9c9fc-407e-472c-a399-faf3418e7075 : stderr - I0703 21:58:04.087133 3383 ovs.go:160] Exec(63): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns _uuid find Port_Binding logical_port=openshift-multus_network-metrics-daemon-mjsh5 I0703 21:58:04.092059 3383 ovs.go:163] Exec(63): stdout: "95d5fa6a-ac0b-4831-a2cc-37e2120dc507\n" I0703 21:58:04.092077 3383 ovs.go:164] Exec(63): stderr: "" I0703 21:58:04.092086 3383 default_node_network_controller.go:796] Upgrade Hack: portExists for pod - openshift-multus/network-metrics-daemon-mjsh5 : stdout - 95d5fa6a-ac0b-4831-a2cc-37e2120dc507 : stderr - I0703 21:58:04.092097 3383 default_node_network_controller.go:1179] Upgrade Hack: Syncing pods took 40.529858ms I0703 21:58:04.092135 3383 kube.go:133] Setting annotations map[k8s.ovn.org/remote-zone-migrated:ip-10-0-1-250.ec2.internal] on node ip-10-0-1-250.ec2.internal I0703 21:58:04.108824 3383 obj_retry.go:565] Update event received for resource *v1.Node, old object is equal to new: false I0703 21:58:04.108836 3383 node_tracker.go:211] Processing possible switch / router updates for node ip-10-0-1-250.ec2.internal in network "default" I0703 21:58:04.108853 3383 obj_retry.go:617] Update event received for *v1.Node ip-10-0-1-250.ec2.internal I0703 21:58:04.108895 3383 obj_retry.go:565] Update event received for resource *factory.egressNode, old object is equal to new: false I0703 21:58:04.108905 3383 node_tracker.go:172] Node ip-10-0-1-250.ec2.internal switch + router changed, syncing services in network "default" I0703 21:58:04.108910 3383 obj_retry.go:617] Update event received for *factory.egressNode ip-10-0-1-250.ec2.internal I0703 21:58:04.108925 3383 services_controller.go:575] Full service sync requested for network=default I0703 21:58:04.108945 3383 services_controller.go:640] Adding service openshift-dns/dns-default for network=default I0703 21:58:04.108965 3383 services_controller.go:640] Adding service openshift-kube-controller-manager-operator/metrics for network=default I0703 21:58:04.108972 3383 services_controller.go:640] Adding service openshift-monitoring/cluster-monitoring-operator for network=default I0703 21:58:04.108981 3383 services_controller.go:640] Adding service openshift-network-operator/metrics for network=default I0703 21:58:04.109001 3383 services_controller.go:382] Processing sync for service openshift-kube-controller-manager-operator/metrics for network=default I0703 21:58:04.109000 3383 services_controller.go:382] Processing sync for service openshift-dns/dns-default for network=default I0703 21:58:04.109079 3383 services_controller.go:640] Adding service openshift-service-ca-operator/metrics for network=default I0703 21:58:04.109024 3383 services_controller.go:460] Service openshift-dns/dns-default retrieved from lister for network=default: &Service{ObjectMeta:{dns-default openshift-dns 3762793b-61c7-418d-a6c3-bae737b8ee67 1667 0 2026-07-03 21:45:54 +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 da742cf2-a446-47b6-8355-321e6a282753 0xc005187207 }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:dns,Protocol:UDP,Port:53,TargetPort:{1 0 dns},NodePort:0,AppProtocol:nil,},ServicePort{Name:dns-tcp,Protocol:TCP,Port:53,TargetPort:{1 0 dns-tcp},NodePort:0,AppProtocol:nil,},ServicePort{Name:metrics,Protocol:TCP,Port:9154,TargetPort:{1 0 metrics},NodePort:0,AppProtocol:nil,},},Selector:map[string]string{dns.operator.openshift.io/daemonset-dns: default,},ClusterIP:172.30.0.10,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.0.10],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:04.109242 3383 lb_config.go:1030] Cluster endpoints for openshift-dns/dns-default for network=default are: map[] I0703 21:58:04.109269 3383 services_controller.go:469] Built service openshift-dns/dns-default LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 21:58:04.109281 3383 services_controller.go:470] Built service openshift-dns/dns-default LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.0.10"}, protocol:"UDP", inport:53, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}, services.lbConfig{vips:[]string{"172.30.0.10"}, protocol:"TCP", inport:53, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}, services.lbConfig{vips:[]string{"172.30.0.10"}, protocol:"TCP", inport:9154, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:04.109313 3383 services_controller.go:471] Built service openshift-dns/dns-default LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:04.109321 3383 default_node_network_controller.go:1193] ovnkube-node ip-10-0-1-250.ec2.internal finished annotating node with remote-zone-migrated; took: 57.751511ms I0703 21:58:04.109350 3383 services_controller.go:477] Built service openshift-dns/dns-default cluster-wide LB for network=default: []services.LB{} I0703 21:58:04.109367 3383 config.go:1705] Exec: /usr/bin/ovs-vsctl --timeout=15 set Open_vSwitch . external_ids:ovn-remote="unix:/var/run/ovn/ovnsb_db.sock" I0703 21:58:04.109365 3383 services_controller.go:478] Built service openshift-dns/dns-default per-node LB for network=default: []services.LB{services.LB{Name:"Service_openshift-dns/dns-default_TCP_node_router+switch_ip-10-0-1-250.ec2.internal", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-dns/dns-default"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.0.10", Port:53, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.0.10", Port:9154, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-250.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-250.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-dns/dns-default_UDP_node_router+switch_ip-10-0-1-250.ec2.internal", UUID:"", Protocol:"UDP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-dns/dns-default"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.0.10", Port:53, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-250.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-250.ec2.internal"}, Groups:[]string(nil)}} I0703 21:58:04.109423 3383 services_controller.go:479] Built service openshift-dns/dns-default template LB for network=default: []services.LB{} I0703 21:58:04.109435 3383 services_controller.go:480] Service openshift-dns/dns-default for network=default has 0 cluster-wide, 3 per-node configs, 0 template configs, making 0 (cluster) 2 (per node) and 0 (template) load balancers I0703 21:58:04.109464 3383 services_controller.go:497] Skipping no-op change for service openshift-dns/dns-default for network=default I0703 21:58:04.109475 3383 services_controller.go:386] Finished syncing service dns-default on namespace openshift-dns for network=default : 482.79µs I0703 21:58:04.109160 3383 services_controller.go:640] Adding service default/kubernetes for network=default I0703 21:58:04.109092 3383 services_controller.go:382] Processing sync for service openshift-monitoring/cluster-monitoring-operator for network=default I0703 21:58:04.109496 3383 services_controller.go:386] Finished syncing service cluster-monitoring-operator on namespace openshift-monitoring for network=default : 410.828µs I0703 21:58:04.109503 3383 services_controller.go:640] Adding service openshift-console-operator/metrics for network=default I0703 21:58:04.109507 3383 services_controller.go:382] Processing sync for service default/kubernetes for network=default I0703 21:58:04.109530 3383 services_controller.go:640] Adding service openshift-cluster-version/cluster-version-operator for network=default I0703 21:58:04.109540 3383 services_controller.go:640] Adding service openshift-multus/network-metrics-service for network=default I0703 21:58:04.109549 3383 services_controller.go:640] Adding service openshift-cloud-credential-operator/cco-metrics for network=default I0703 21:58:04.109557 3383 services_controller.go:640] Adding service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0703 21:58:04.109565 3383 services_controller.go:640] Adding service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0703 21:58:04.109572 3383 services_controller.go:640] Adding service openshift-dns-operator/metrics for network=default I0703 21:58:04.109578 3383 services_controller.go:640] Adding service openshift-image-registry/image-registry for network=default I0703 21:58:04.109584 3383 services_controller.go:640] Adding service openshift-machine-config-operator/machine-config-controller for network=default I0703 21:58:04.109591 3383 services_controller.go:640] Adding service default/openshift-apiserver for network=default I0703 21:58:04.109591 3383 services_controller.go:382] Processing sync for service openshift-console-operator/metrics for network=default I0703 21:58:04.109596 3383 services_controller.go:640] Adding service default/openshift-oauth-apiserver for network=default I0703 21:58:04.109604 3383 services_controller.go:640] Adding service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0703 21:58:04.109613 3383 services_controller.go:640] Adding service openshift-ingress-operator/metrics for network=default I0703 21:58:04.109619 3383 services_controller.go:640] Adding service openshift-ingress/router-internal-default for network=default I0703 21:58:04.109625 3383 services_controller.go:640] Adding service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0703 21:58:04.109630 3383 services_controller.go:640] Adding service openshift-cluster-samples-operator/metrics for network=default I0703 21:58:04.109167 3383 services_controller.go:382] Processing sync for service openshift-service-ca-operator/metrics for network=default I0703 21:58:04.109639 3383 services_controller.go:640] Adding service openshift-insights/metrics for network=default I0703 21:58:04.109645 3383 services_controller.go:640] Adding service openshift-network-console/networking-console-plugin for network=default I0703 21:58:04.109651 3383 services_controller.go:640] Adding service openshift-network-diagnostics/network-check-source for network=default I0703 21:58:04.109602 3383 services_controller.go:460] Service openshift-console-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-console-operator 54d9e97c-511a-4617-b8d5-0d057435c5a0 1933 0 2026-07-03 21:45:59 +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 34bb90c2-6c9e-4bce-b872-500297db79ab 0xc005186f67 }] [] []},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.225.242,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.225.242],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:04.109659 3383 services_controller.go:640] Adding service openshift-authentication-operator/metrics for network=default I0703 21:58:04.109666 3383 services_controller.go:640] Adding service openshift-ingress-canary/ingress-canary for network=default I0703 21:58:04.109672 3383 services_controller.go:640] Adding service openshift-config-operator/metrics for network=default I0703 21:58:04.109677 3383 services_controller.go:640] Adding service openshift-ingress/router-default for network=default I0703 21:58:04.109683 3383 services_controller.go:640] Adding service openshift-kube-storage-version-migrator-operator/metrics for network=default I0703 21:58:04.109683 3383 lb_config.go:1030] Cluster endpoints for openshift-console-operator/metrics for network=default are: map[] I0703 21:58:04.109688 3383 services_controller.go:640] Adding service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0703 21:58:04.109694 3383 services_controller.go:640] Adding service default/packageserver for network=default I0703 21:58:04.109642 3383 services_controller.go:460] Service openshift-service-ca-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-service-ca-operator 1e715ea9-d128-4e26-8ca0-5d27e5eb2288 883 0 2026-07-03 21:45:39 +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 34bb90c2-6c9e-4bce-b872-500297db79ab 0xc005187f07 }] [] []},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.150.115,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.150.115],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:04.109697 3383 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.225.242"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:04.109013 3383 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 28cd5666-d9bb-4a3a-87db-e5205acaca5a 993 0 2026-07-03 21:45:41 +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 34bb90c2-6c9e-4bce-b872-500297db79ab 0xc0051877cf }] [] []},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.102.221,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.102.221],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:04.109713 3383 services_controller.go:470] Built service openshift-console-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:58:04.109721 3383 lb_config.go:1030] Cluster endpoints for openshift-service-ca-operator/metrics for network=default are: map[] I0703 21:58:04.109724 3383 services_controller.go:471] Built service openshift-console-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:04.109734 3383 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.150.115"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:04.109536 3383 services_controller.go:460] Service default/kubernetes retrieved from lister for network=default: &Service{ObjectMeta:{kubernetes default e39a332f-4ec4-4f70-918f-9a75824ecdaa 271 0 2026-07-03 21:44:29 +0000 UTC map[component:apiserver provider:kubernetes] map[] [] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 6443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{},ClusterIP:172.30.0.1,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.0.1],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:04.109752 3383 services_controller.go:470] Built service openshift-service-ca-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:58:04.109763 3383 services_controller.go:471] Built service openshift-service-ca-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:04.109742 3383 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.225.242", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:04.109770 3383 lb_config.go:1030] Cluster endpoints for default/kubernetes for network=default are: map[TCP/https:{6443 [172.20.0.1] []}] I0703 21:58:04.109776 3383 services_controller.go:478] Built service openshift-console-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:58:04.109779 3383 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.150.115", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:04.109796 3383 services_controller.go:479] Built service openshift-console-operator/metrics template LB for network=default: []services.LB{} I0703 21:58:04.109797 3383 services_controller.go:469] Built service default/kubernetes LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 21:58:04.109802 3383 services_controller.go:478] Built service openshift-service-ca-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:58:04.109807 3383 services_controller.go:480] Service openshift-console-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:04.109813 3383 services_controller.go:479] Built service openshift-service-ca-operator/metrics template LB for network=default: []services.LB{} I0703 21:58:04.109824 3383 services_controller.go:480] Service openshift-service-ca-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:04.109831 3383 services_controller.go:497] Skipping no-op change for service openshift-console-operator/metrics for network=default I0703 21:58:04.109838 3383 services_controller.go:386] Finished syncing service metrics on namespace openshift-console-operator for network=default : 249.367µs I0703 21:58:04.109845 3383 services_controller.go:497] Skipping no-op change for service openshift-service-ca-operator/metrics for network=default I0703 21:58:04.109849 3383 services_controller.go:382] Processing sync for service openshift-cluster-version/cluster-version-operator for network=default I0703 21:58:04.109851 3383 services_controller.go:386] Finished syncing service metrics on namespace openshift-service-ca-operator for network=default : 684.041µs I0703 21:58:04.109861 3383 services_controller.go:382] Processing sync for service openshift-multus/network-metrics-service for network=default I0703 21:58:04.109867 3383 services_controller.go:386] Finished syncing service network-metrics-service on namespace openshift-multus for network=default : 7.292µs I0703 21:58:04.109876 3383 services_controller.go:382] Processing sync for service openshift-cloud-credential-operator/cco-metrics for network=default I0703 21:58:04.109858 3383 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 48a9d7e4-1a38-4019-a4fa-ebca071a9df3 503 0 2026-07-03 21:45:06 +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.7.124,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.7.124],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:04.109849 3383 services_controller.go:470] Built service default/kubernetes LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.0.1"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:6443, V4IPs:[]string{"172.20.0.1"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:04.109739 3383 lb_config.go:1030] Cluster endpoints for openshift-kube-controller-manager-operator/metrics for network=default are: map[] I0703 21:58:04.109885 3383 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 4f8da74e-12c5-4ed5-a57f-d48d3396b707 1179 0 2026-07-03 21:45:45 +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 34bb90c2-6c9e-4bce-b872-500297db79ab 0xc0051869bb }] [] []},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.81.21,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.81.21],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:04.109968 3383 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.102.221"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:04.109977 3383 lb_config.go:1030] Cluster endpoints for openshift-cloud-credential-operator/cco-metrics for network=default are: map[] I0703 21:58:04.109990 3383 services_controller.go:471] Built service default/kubernetes LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:04.109986 3383 services_controller.go:470] Built service openshift-kube-controller-manager-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:58:04.110010 3383 services_controller.go:471] Built service openshift-kube-controller-manager-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:04.109927 3383 lb_config.go:1030] Cluster endpoints for openshift-cluster-version/cluster-version-operator for network=default are: map[] I0703 21:58:04.110027 3383 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.102.221", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:04.110043 3383 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.7.124"}, protocol:"TCP", inport:9099, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:04.109107 3383 services_controller.go:382] Processing sync for service openshift-network-operator/metrics for network=default I0703 21:58:04.110063 3383 services_controller.go:470] Built service openshift-cluster-version/cluster-version-operator LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:58:04.110066 3383 services_controller.go:478] Built service openshift-kube-controller-manager-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:58:04.109701 3383 services_controller.go:640] Adding service openshift-cluster-machine-approver/machine-approver for network=default I0703 21:58:04.110076 3383 services_controller.go:471] Built service openshift-cluster-version/cluster-version-operator LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:04.110076 3383 services_controller.go:386] Finished syncing service metrics on namespace openshift-network-operator for network=default : 974.093µs I0703 21:58:04.110078 3383 services_controller.go:479] Built service openshift-kube-controller-manager-operator/metrics template LB for network=default: []services.LB{} I0703 21:58:04.110086 3383 services_controller.go:640] Adding service openshift-apiserver-operator/metrics for network=default I0703 21:58:04.110091 3383 services_controller.go:382] Processing sync for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0703 21:58:04.110093 3383 services_controller.go:480] Service openshift-kube-controller-manager-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:04.110110 3383 services_controller.go:640] Adding service openshift-machine-config-operator/machine-config-operator for network=default I0703 21:58:04.110137 3383 services_controller.go:640] Adding service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0703 21:58:04.110099 3383 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.7.124", Port:9099, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:04.110021 3383 services_controller.go:477] Built service default/kubernetes cluster-wide LB for network=default: []services.LB{} I0703 21:58:04.110140 3383 services_controller.go:497] Skipping no-op change for service openshift-kube-controller-manager-operator/metrics for network=default I0703 21:58:04.110146 3383 services_controller.go:640] Adding service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0703 21:58:04.110154 3383 services_controller.go:386] Finished syncing service metrics on namespace openshift-kube-controller-manager-operator for network=default : 1.15403ms I0703 21:58:04.110153 3383 services_controller.go:478] Built service openshift-cluster-version/cluster-version-operator per-node LB for network=default: []services.LB{} I0703 21:58:04.110166 3383 services_controller.go:382] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0703 21:58:04.110173 3383 services_controller.go:479] Built service openshift-cluster-version/cluster-version-operator template LB for network=default: []services.LB{} I0703 21:58:04.110102 3383 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 d881cdd3-0556-4981-aa28-046642617ea9 1038 0 2026-07-03 21:45:42 +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 34bb90c2-6c9e-4bce-b872-500297db79ab 0xc005186cd7 }] [] []},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.63.139,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.63.139],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:04.110185 3383 services_controller.go:480] Service openshift-cluster-version/cluster-version-operator for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:04.110209 3383 lb_config.go:1030] Cluster endpoints for openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default are: map[] I0703 21:58:04.110214 3383 services_controller.go:497] Skipping no-op change for service openshift-cluster-version/cluster-version-operator for network=default I0703 21:58:04.110177 3383 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 f1474dfc-6f32-4447-ad5e-90f6713dbc51 5040 0 2026-07-03 21:47:51 +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.190.203,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.190.203],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:04.110225 3383 services_controller.go:386] Finished syncing service cluster-version-operator on namespace openshift-cluster-version for network=default : 375.093µs I0703 21:58:04.110231 3383 services_controller.go:640] Adding service openshift-machine-config-operator/machine-config-daemon for network=default I0703 21:58:04.109990 3383 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.81.21"}, protocol:"TCP", inport:8443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:04.110240 3383 services_controller.go:640] Adding service openshift-network-diagnostics/network-check-target for network=default I0703 21:58:04.110160 3383 services_controller.go:478] Built service default/kubernetes per-node LB for network=default: []services.LB{services.LB{Name:"Service_default/kubernetes_TCP_node_router+switch_ip-10-0-1-250.ec2.internal", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"default/kubernetes"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.0.1", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.20.0.1", Port:6443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-250.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-250.ec2.internal"}, Groups:[]string(nil)}} I0703 21:58:04.110244 3383 services_controller.go:382] Processing sync for service openshift-dns-operator/metrics for network=default I0703 21:58:04.110244 3383 services_controller.go:470] Built service openshift-cloud-credential-operator/cco-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:58:04.110248 3383 lb_config.go:1030] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default are: map[] I0703 21:58:04.110256 3383 services_controller.go:479] Built service default/kubernetes template LB for network=default: []services.LB{} I0703 21:58:04.110258 3383 services_controller.go:471] Built service openshift-cloud-credential-operator/cco-metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:04.110226 3383 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.63.139"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:04.110262 3383 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.190.203"}, protocol:"TCP", inport:8383, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:04.110269 3383 services_controller.go:480] Service default/kubernetes for network=default has 0 cluster-wide, 1 per-node configs, 0 template configs, making 0 (cluster) 1 (per node) and 0 (template) load balancers I0703 21:58:04.110278 3383 services_controller.go:470] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:58:04.110291 3383 services_controller.go:471] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:04.110302 3383 services_controller.go:497] Skipping no-op change for service default/kubernetes for network=default I0703 21:58:04.110279 3383 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.81.21", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:04.110301 3383 services_controller.go:470] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:58:04.110309 3383 services_controller.go:386] Finished syncing service kubernetes on namespace default for network=default : 802.097µs I0703 21:58:04.110315 3383 services_controller.go:478] Built service openshift-cloud-credential-operator/cco-metrics per-node LB for network=default: []services.LB{} I0703 21:58:04.110327 3383 services_controller.go:382] Processing sync for service openshift-image-registry/image-registry for network=default I0703 21:58:04.110329 3383 services_controller.go:479] Built service openshift-cloud-credential-operator/cco-metrics template LB for network=default: []services.LB{} I0703 21:58:04.110310 3383 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.190.203", Port:8383, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:04.110341 3383 services_controller.go:480] Service openshift-cloud-credential-operator/cco-metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:04.110327 3383 services_controller.go:471] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:04.110343 3383 services_controller.go:478] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics per-node LB for network=default: []services.LB{} I0703 21:58:04.110359 3383 services_controller.go:479] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics template LB for network=default: []services.LB{} I0703 21:58:04.110258 3383 services_controller.go:460] Service openshift-dns-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-dns-operator f9bca9e6-aac4-42ed-ab35-6cae287e356d 1101 0 2026-07-03 21:45:43 +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 34bb90c2-6c9e-4bce-b872-500297db79ab 0xc00518711f }] [] []},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.11.73,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.11.73],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:04.110369 3383 services_controller.go:480] Service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:04.110370 3383 services_controller.go:497] Skipping no-op change for service openshift-cloud-credential-operator/cco-metrics for network=default I0703 21:58:04.110380 3383 services_controller.go:386] Finished syncing service cco-metrics on namespace openshift-cloud-credential-operator for network=default : 502.593µs I0703 21:58:04.110392 3383 lb_config.go:1030] Cluster endpoints for openshift-dns-operator/metrics for network=default are: map[] I0703 21:58:04.110337 3383 services_controller.go:460] Service openshift-image-registry/image-registry retrieved from lister for network=default: &Service{ObjectMeta:{image-registry openshift-image-registry 882c1808-1de8-44f1-ba7e-224aeeab403b 1834 0 2026-07-03 21:45:56 +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.30.99,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.30.99],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:04.110395 3383 services_controller.go:382] Processing sync for service openshift-machine-config-operator/machine-config-controller for network=default I0703 21:58:04.110411 3383 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.11.73"}, protocol:"TCP", inport:9393, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:04.110248 3383 services_controller.go:640] Adding service default/openshift for network=default I0703 21:58:04.110426 3383 lb_config.go:1030] Cluster endpoints for openshift-image-registry/image-registry for network=default are: map[] I0703 21:58:04.110430 3383 services_controller.go:470] Built service openshift-dns-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:58:04.110440 3383 services_controller.go:640] Adding service openshift-apiserver/check-endpoints for network=default I0703 21:58:04.110365 3383 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.63.139", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:04.110444 3383 services_controller.go:471] Built service openshift-dns-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:04.110442 3383 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.30.99"}, protocol:"TCP", inport:5000, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:04.110451 3383 services_controller.go:478] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics per-node LB for network=default: []services.LB{} I0703 21:58:04.110392 3383 services_controller.go:497] Skipping no-op change for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0703 21:58:04.110458 3383 services_controller.go:386] Finished syncing service deployment-validation-operator-metrics on namespace openshift-deployment-validation-operator for network=default : 293.056µs I0703 21:58:04.110457 3383 services_controller.go:470] Built service openshift-image-registry/image-registry LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:58:04.110466 3383 services_controller.go:382] Processing sync for service default/openshift-apiserver for network=default I0703 21:58:04.110470 3383 services_controller.go:471] Built service openshift-image-registry/image-registry LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:04.110414 3383 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 4e2c0bcb-e8ae-4fa0-903c-5b765eff1e63 822 0 2026-07-03 21:45:37 +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 34bb90c2-6c9e-4bce-b872-500297db79ab 0xc00518790b }] [] []},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.206.77,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.206.77],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:04.110465 3383 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.11.73", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:04.110491 3383 lb_config.go:1030] Cluster endpoints for openshift-machine-config-operator/machine-config-controller for network=default are: map[] I0703 21:58:04.110471 3383 services_controller.go:460] Service default/openshift-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-apiserver default 50ad24c5-47b8-4900-9710-9941ca0a3486 1599 0 2026-07-03 21:45:53 +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.205.247,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.205.247],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:04.110495 3383 services_controller.go:478] Built service openshift-dns-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:58:04.110500 3383 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.206.77"}, protocol:"TCP", inport:9001, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:04.110489 3383 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.30.99", Port:5000, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:04.110509 3383 services_controller.go:479] Built service openshift-dns-operator/metrics template LB for network=default: []services.LB{} I0703 21:58:04.110459 3383 services_controller.go:479] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics template LB for network=default: []services.LB{} I0703 21:58:04.110517 3383 services_controller.go:478] Built service openshift-image-registry/image-registry per-node LB for network=default: []services.LB{} I0703 21:58:04.110520 3383 services_controller.go:480] Service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:04.110522 3383 services_controller.go:480] Service openshift-dns-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:04.110518 3383 lb_config.go:1030] Cluster endpoints for default/openshift-apiserver for network=default are: map[TCP/https:{443 [172.30.205.104] []}] I0703 21:58:04.110529 3383 services_controller.go:479] Built service openshift-image-registry/image-registry template LB for network=default: []services.LB{} I0703 21:58:04.110534 3383 services_controller.go:469] Built service default/openshift-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 21:58:04.110541 3383 services_controller.go:497] Skipping no-op change for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0703 21:58:04.110542 3383 services_controller.go:480] Service openshift-image-registry/image-registry for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:04.110541 3383 services_controller.go:470] Built service default/openshift-apiserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.205.247"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.205.104"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:04.110548 3383 services_controller.go:497] Skipping no-op change for service openshift-dns-operator/metrics for network=default I0703 21:58:04.110546 3383 services_controller.go:386] Finished syncing service cluster-storage-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 456.8µs I0703 21:58:04.110553 3383 services_controller.go:471] Built service default/openshift-apiserver LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:04.110557 3383 services_controller.go:386] Finished syncing service metrics on namespace openshift-dns-operator for network=default : 311.017µs I0703 21:58:04.110560 3383 services_controller.go:382] Processing sync for service default/openshift-oauth-apiserver for network=default I0703 21:58:04.110567 3383 services_controller.go:497] Skipping no-op change for service openshift-image-registry/image-registry for network=default I0703 21:58:04.110568 3383 services_controller.go:477] Built service default/openshift-apiserver cluster-wide LB for network=default: []services.LB{} I0703 21:58:04.110510 3383 services_controller.go:470] Built service openshift-machine-config-operator/machine-config-controller LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:58:04.110574 3383 services_controller.go:386] Finished syncing service image-registry on namespace openshift-image-registry for network=default : 247.485µs I0703 21:58:04.110584 3383 services_controller.go:471] Built service openshift-machine-config-operator/machine-config-controller LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:04.110587 3383 services_controller.go:382] Processing sync for service openshift-ingress-operator/metrics for network=default I0703 21:58:04.110581 3383 services_controller.go:478] Built service default/openshift-apiserver per-node LB for network=default: []services.LB{services.LB{Name:"Service_default/openshift-apiserver_TCP_node_router+switch_ip-10-0-1-250.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.205.247", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.205.104", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-250.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-250.ec2.internal"}, Groups:[]string(nil)}} I0703 21:58:04.110604 3383 services_controller.go:479] Built service default/openshift-apiserver template LB for network=default: []services.LB{} I0703 21:58:04.110567 3383 services_controller.go:460] Service default/openshift-oauth-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-oauth-apiserver default 21caa8ad-fcb9-4e12-b4de-c0a650a1bd40 1619 0 2026-07-03 21:45:53 +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.89.15,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.89.15],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:04.110612 3383 services_controller.go:480] Service default/openshift-apiserver for network=default has 0 cluster-wide, 1 per-node configs, 0 template configs, making 0 (cluster) 1 (per node) and 0 (template) load balancers I0703 21:58:04.110604 3383 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.206.77", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:04.110626 3383 services_controller.go:497] Skipping no-op change for service default/openshift-apiserver for network=default I0703 21:58:04.110624 3383 lb_config.go:1030] Cluster endpoints for default/openshift-oauth-apiserver for network=default are: map[TCP/https:{443 [172.30.221.246] []}] I0703 21:58:04.110630 3383 services_controller.go:386] Finished syncing service openshift-apiserver on namespace default for network=default : 164.077µs I0703 21:58:04.110636 3383 services_controller.go:469] Built service default/openshift-oauth-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 21:58:04.110638 3383 services_controller.go:382] Processing sync for service openshift-ingress/router-internal-default for network=default I0703 21:58:04.110635 3383 services_controller.go:478] Built service openshift-machine-config-operator/machine-config-controller per-node LB for network=default: []services.LB{} I0703 21:58:04.110641 3383 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.89.15"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.221.246"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:04.110598 3383 services_controller.go:460] Service openshift-ingress-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-ingress-operator 7d7aef84-5037-4562-b34e-07f75ed951fc 1592 0 2026-07-03 21:45:53 +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 34bb90c2-6c9e-4bce-b872-500297db79ab 0xc005187477 }] [] []},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.158.118,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.158.118],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:04.110651 3383 services_controller.go:479] Built service openshift-machine-config-operator/machine-config-controller template LB for network=default: []services.LB{} I0703 21:58:04.110653 3383 services_controller.go:471] Built service default/openshift-oauth-apiserver LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:04.110571 3383 services_controller.go:382] Processing sync for service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0703 21:58:04.110663 3383 services_controller.go:480] Service openshift-machine-config-operator/machine-config-controller for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:04.110669 3383 lb_config.go:1030] Cluster endpoints for openshift-ingress-operator/metrics for network=default are: map[] I0703 21:58:04.110676 3383 services_controller.go:477] Built service default/openshift-oauth-apiserver cluster-wide LB for network=default: []services.LB{} I0703 21:58:04.110687 3383 services_controller.go:497] Skipping no-op change for service openshift-machine-config-operator/machine-config-controller for network=default I0703 21:58:04.110683 3383 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.158.118"}, protocol:"TCP", inport:9393, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:04.110695 3383 services_controller.go:386] Finished syncing service machine-config-controller on namespace openshift-machine-config-operator for network=default : 302.993µs I0703 21:58:04.110643 3383 services_controller.go:460] Service openshift-ingress/router-internal-default retrieved from lister for network=default: &Service{ObjectMeta:{router-internal-default openshift-ingress 322c22ab-fdf6-4696-a920-a2b38051e018 2986 0 2026-07-03 21:46:13 +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 04cb0ff4-eb35-4a7b-9e56-a2cda3ee6f7b 0xc00518762e }] [] []},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.58.210,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.58.210],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:04.110701 3383 services_controller.go:470] Built service openshift-ingress-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:58:04.110707 3383 services_controller.go:382] Processing sync for service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0703 21:58:04.110687 3383 services_controller.go:478] Built service default/openshift-oauth-apiserver per-node LB for network=default: []services.LB{services.LB{Name:"Service_default/openshift-oauth-apiserver_TCP_node_router+switch_ip-10-0-1-250.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.89.15", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.221.246", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-250.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-250.ec2.internal"}, Groups:[]string(nil)}} I0703 21:58:04.110711 3383 services_controller.go:471] Built service openshift-ingress-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:04.110713 3383 lb_config.go:1030] Cluster endpoints for openshift-ingress/router-internal-default for network=default are: map[] I0703 21:58:04.110715 3383 services_controller.go:386] Finished syncing service node-tuning-operator on namespace openshift-cluster-node-tuning-operator for network=default : 8.746µs I0703 21:58:04.110721 3383 services_controller.go:479] Built service default/openshift-oauth-apiserver template LB for network=default: []services.LB{} I0703 21:58:04.110728 3383 services_controller.go:382] Processing sync for service openshift-cluster-samples-operator/metrics for network=default I0703 21:58:04.110669 3383 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 c6f10d19-2d79-431f-a915-a2b734a1b708 1002 0 2026-07-03 21:45:41 +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 34bb90c2-6c9e-4bce-b872-500297db79ab 0xc005186d87 }] [] []},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.26.82,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.26.82],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:04.110735 3383 services_controller.go:480] Service default/openshift-oauth-apiserver for network=default has 0 cluster-wide, 1 per-node configs, 0 template configs, making 0 (cluster) 1 (per node) and 0 (template) load balancers I0703 21:58:04.110735 3383 services_controller.go:386] Finished syncing service metrics on namespace openshift-cluster-samples-operator for network=default : 6.905µs I0703 21:58:04.110727 3383 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.58.210"}, 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.58.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}, services.lbConfig{vips:[]string{"172.30.58.210"}, protocol:"TCP", inport:1936, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:04.110748 3383 services_controller.go:382] Processing sync for service openshift-insights/metrics for network=default I0703 21:58:04.110732 3383 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.158.118", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:04.110750 3383 services_controller.go:470] Built service openshift-ingress/router-internal-default LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:58:04.110755 3383 lb_config.go:1030] Cluster endpoints for openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default are: map[] I0703 21:58:04.110760 3383 services_controller.go:471] Built service openshift-ingress/router-internal-default LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:04.110758 3383 services_controller.go:497] Skipping no-op change for service default/openshift-oauth-apiserver for network=default I0703 21:58:04.110762 3383 services_controller.go:478] Built service openshift-ingress-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:58:04.110768 3383 services_controller.go:386] Finished syncing service openshift-oauth-apiserver on namespace default for network=default : 206.552µs I0703 21:58:04.110768 3383 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.26.82"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:04.110774 3383 services_controller.go:479] Built service openshift-ingress-operator/metrics template LB for network=default: []services.LB{} I0703 21:58:04.110780 3383 services_controller.go:382] Processing sync for service openshift-network-console/networking-console-plugin for network=default I0703 21:58:04.110782 3383 services_controller.go:470] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:58:04.110771 3383 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.58.210", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.58.210", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.58.210", Port:1936, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:04.110787 3383 services_controller.go:480] Service openshift-ingress-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:04.110791 3383 services_controller.go:471] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:04.110792 3383 services_controller.go:478] Built service openshift-ingress/router-internal-default per-node LB for network=default: []services.LB{} I0703 21:58:04.110800 3383 services_controller.go:479] Built service openshift-ingress/router-internal-default template LB for network=default: []services.LB{} I0703 21:58:04.110810 3383 services_controller.go:480] Service openshift-ingress/router-internal-default for network=default has 3 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:04.110813 3383 services_controller.go:497] Skipping no-op change for service openshift-ingress-operator/metrics for network=default I0703 21:58:04.110821 3383 services_controller.go:386] Finished syncing service metrics on namespace openshift-ingress-operator for network=default : 232.275µs I0703 21:58:04.110835 3383 services_controller.go:497] Skipping no-op change for service openshift-ingress/router-internal-default for network=default I0703 21:58:04.110838 3383 services_controller.go:382] Processing sync for service openshift-network-diagnostics/network-check-source for network=default I0703 21:58:04.110841 3383 services_controller.go:386] Finished syncing service router-internal-default on namespace openshift-ingress for network=default : 202.2µs I0703 21:58:04.110790 3383 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 f8addfd9-9cc6-4025-988d-7c334874812b 4206 0 2026-07-03 21:46:37 +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 83876b0a-aba3-46b6-808c-f459981ad792 0xc005187c1e 0xc005187c1f}] [] []},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.135.254,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.135.254],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:04.110845 3383 services_controller.go:386] Finished syncing service network-check-source on namespace openshift-network-diagnostics for network=default : 8.515µs I0703 21:58:04.110756 3383 services_controller.go:460] Service openshift-insights/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-insights 371a2df2-f482-4b3f-8e1c-4cab6e5e756d 1958 0 2026-07-03 21:45:59 +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 34bb90c2-6c9e-4bce-b872-500297db79ab 0xc00518772b }] [] []},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.57.17,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.57.17],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:04.110849 3383 services_controller.go:382] Processing sync for service openshift-authentication-operator/metrics for network=default I0703 21:58:04.110836 3383 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.26.82", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:04.110857 3383 services_controller.go:382] Processing sync for service openshift-ingress-canary/ingress-canary for network=default I0703 21:58:04.110862 3383 lb_config.go:1030] Cluster endpoints for openshift-network-console/networking-console-plugin for network=default are: map[] I0703 21:58:04.110865 3383 services_controller.go:478] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics per-node LB for network=default: []services.LB{} I0703 21:58:04.110873 3383 lb_config.go:1030] Cluster endpoints for openshift-insights/metrics for network=default are: map[] I0703 21:58:04.110877 3383 services_controller.go:479] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics template LB for network=default: []services.LB{} I0703 21:58:04.110875 3383 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.135.254"}, protocol:"TCP", inport:9443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:04.110859 3383 services_controller.go:460] Service openshift-authentication-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-authentication-operator 46cbe934-1099-4898-ab71-e6255dab7558 734 0 2026-07-03 21:45:35 +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 34bb90c2-6c9e-4bce-b872-500297db79ab 0xc005186927 }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 8443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{app: authentication-operator,},ClusterIP:172.30.101.120,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.101.120],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:04.110890 3383 services_controller.go:480] Service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:04.110890 3383 services_controller.go:470] Built service openshift-network-console/networking-console-plugin LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:58:04.110889 3383 services_controller.go:469] Built service openshift-insights/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.57.17"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:04.110902 3383 services_controller.go:471] Built service openshift-network-console/networking-console-plugin LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:04.110906 3383 lb_config.go:1030] Cluster endpoints for openshift-authentication-operator/metrics for network=default are: map[] I0703 21:58:04.110907 3383 services_controller.go:470] Built service openshift-insights/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:58:04.110917 3383 services_controller.go:469] Built service openshift-authentication-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.101.120"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:04.110866 3383 services_controller.go:460] Service openshift-ingress-canary/ingress-canary retrieved from lister for network=default: &Service{ObjectMeta:{ingress-canary openshift-ingress-canary 4819f457-6510-4569-b406-c0b3660420e6 3620 0 2026-07-03 21:46:20 +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 1f1ef523-f5fe-42ec-99fc-c4139726322c 0xc005187390 }] [] []},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.197.227,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.197.227],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:04.110922 3383 services_controller.go:471] Built service openshift-insights/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:04.110926 3383 services_controller.go:470] Built service openshift-authentication-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:58:04.110935 3383 services_controller.go:471] Built service openshift-authentication-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:04.110923 3383 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.135.254", Port:9443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:04.110938 3383 services_controller.go:497] Skipping no-op change for service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0703 21:58:04.110944 3383 lb_config.go:1030] Cluster endpoints for openshift-ingress-canary/ingress-canary for network=default are: map[] I0703 21:58:04.110948 3383 services_controller.go:386] Finished syncing service csi-snapshot-controller-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 377.936µs I0703 21:58:04.110950 3383 services_controller.go:478] Built service openshift-network-console/networking-console-plugin per-node LB for network=default: []services.LB{} I0703 21:58:04.110946 3383 services_controller.go:477] Built service openshift-authentication-operator/metrics cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-authentication-operator/metrics_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-authentication-operator/metrics"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.101.120", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:04.110960 3383 services_controller.go:382] Processing sync for service openshift-config-operator/metrics for network=default I0703 21:58:04.110943 3383 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.57.17", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:04.110962 3383 services_controller.go:478] Built service openshift-authentication-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:58:04.110963 3383 services_controller.go:479] Built service openshift-network-console/networking-console-plugin template LB for network=default: []services.LB{} I0703 21:58:04.110971 3383 services_controller.go:479] Built service openshift-authentication-operator/metrics template LB for network=default: []services.LB{} I0703 21:58:04.110973 3383 services_controller.go:478] Built service openshift-insights/metrics per-node LB for network=default: []services.LB{} I0703 21:58:04.110961 3383 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.197.227"}, protocol:"TCP", inport:8443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}, services.lbConfig{vips:[]string{"172.30.197.227"}, protocol:"TCP", inport:8888, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:04.110979 3383 services_controller.go:480] Service openshift-network-console/networking-console-plugin for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:04.110983 3383 services_controller.go:480] Service openshift-authentication-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:04.110986 3383 services_controller.go:479] Built service openshift-insights/metrics template LB for network=default: []services.LB{} I0703 21:58:04.110986 3383 services_controller.go:470] Built service openshift-ingress-canary/ingress-canary LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:58:04.111000 3383 services_controller.go:497] Skipping no-op change for service openshift-authentication-operator/metrics for network=default I0703 21:58:04.111003 3383 services_controller.go:497] Skipping no-op change for service openshift-network-console/networking-console-plugin for network=default I0703 21:58:04.111007 3383 services_controller.go:386] Finished syncing service metrics on namespace openshift-authentication-operator for network=default : 158.456µs I0703 21:58:04.111001 3383 services_controller.go:480] Service openshift-insights/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:04.111010 3383 services_controller.go:386] Finished syncing service networking-console-plugin on namespace openshift-network-console for network=default : 230.87µs I0703 21:58:04.111015 3383 services_controller.go:382] Processing sync for service openshift-ingress/router-default for network=default I0703 21:58:04.111021 3383 services_controller.go:382] Processing sync for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0703 21:58:04.111036 3383 services_controller.go:497] Skipping no-op change for service openshift-insights/metrics for network=default I0703 21:58:04.111045 3383 services_controller.go:386] Finished syncing service metrics on namespace openshift-insights for network=default : 296.061µs I0703 21:58:04.110968 3383 services_controller.go:460] Service openshift-config-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-config-operator d71b49dd-a25d-47ff-96ce-e6bb15f6c1f8 1784 0 2026-07-03 21:45:55 +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 34bb90c2-6c9e-4bce-b872-500297db79ab 0xc005186e8f }] [] []},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.37.247,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.37.247],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:04.111059 3383 services_controller.go:382] Processing sync for service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0703 21:58:04.111066 3383 services_controller.go:386] Finished syncing service ovn-kubernetes-node on namespace openshift-ovn-kubernetes for network=default : 8.041µs I0703 21:58:04.111021 3383 services_controller.go:460] Service openshift-ingress/router-default retrieved from lister for network=default: &Service{ObjectMeta:{router-default openshift-ingress 8d209a10-1646-4341-a7ef-a1d8a9929f82 3517 0 2026-07-03 21:46:13 +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=2ratr6qfqvi6pndaj5o6avep3u3o4rvu,api.openshift.com/legal-entity-id=2h8L52xc1VHB4xLFE2YyPmAjYjI,api.openshift.com/name=kx-971a8adf89,cluster-type=rosa-hcp,creation-date=2026-07-03,konflux-ci=true,red-hat-clustertype=rosa,red-hat-managed=true service.beta.kubernetes.io/aws-load-balancer-healthcheck-healthy-threshold:2 service.beta.kubernetes.io/aws-load-balancer-healthcheck-interval:10 service.beta.kubernetes.io/aws-load-balancer-healthcheck-timeout:4 service.beta.kubernetes.io/aws-load-balancer-healthcheck-unhealthy-threshold:2 service.beta.kubernetes.io/aws-load-balancer-type:nlb traffic-policy.network.alpha.openshift.io/local-with-fallback:] [{apps/v1 Deployment router-default 04cb0ff4-eb35-4a7b-9e56-a2cda3ee6f7b 0xc005187567 }] [service.kubernetes.io/load-balancer-cleanup] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:http,Protocol:TCP,Port:80,TargetPort:{1 0 http},NodePort:30936,AppProtocol:nil,},ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{1 0 https},NodePort:30241,AppProtocol:nil,},},Selector:map[string]string{ingresscontroller.operator.openshift.io/deployment-ingresscontroller: default,},ClusterIP:172.30.40.135,Type:LoadBalancer,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:Local,HealthCheckNodePort:32754,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.40.135],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:*true,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{LoadBalancerIngress{IP:,Hostname:a8d209a1016464341a7efa1d8a9929f8-83027fce1f50462f.elb.us-east-1.amazonaws.com,IPMode:nil,Ports:[]PortStatus{},},},},Conditions:[]Condition{},},} I0703 21:58:04.111075 3383 lb_config.go:1030] Cluster endpoints for openshift-config-operator/metrics for network=default are: map[] I0703 21:58:04.111075 3383 services_controller.go:382] Processing sync for service default/packageserver for network=default I0703 21:58:04.111033 3383 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 3722d350-158f-4293-ac73-630f14078cf8 1759 0 2026-07-03 21:45:55 +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 34bb90c2-6c9e-4bce-b872-500297db79ab 0xc005187887 }] [] []},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.144.223,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.144.223],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:04.111001 3383 services_controller.go:471] Built service openshift-ingress-canary/ingress-canary LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:04.111088 3383 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.37.247"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:04.111092 3383 lb_config.go:1030] Cluster endpoints for openshift-ingress/router-default for network=default are: map[] I0703 21:58:04.111098 3383 lb_config.go:1030] Cluster endpoints for openshift-kube-storage-version-migrator-operator/metrics for network=default are: map[] I0703 21:58:04.111103 3383 lb_config.go:1053] Local endpoints for openshift-ingress/router-default for network=default are: map[] I0703 21:58:04.111103 3383 services_controller.go:470] Built service openshift-config-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:58:04.111136 3383 services_controller.go:471] Built service openshift-config-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:04.111110 3383 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.144.223"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:04.111134 3383 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.40.135"}, 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.40.135"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:04.111088 3383 services_controller.go:460] Service default/packageserver retrieved from lister for network=default: &Service{ObjectMeta:{packageserver default dcebf003-0c65-4442-9b2c-8a253fce7c45 1720 0 2026-07-03 21:45:55 +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.147.20,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.147.20],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:04.111149 3383 services_controller.go:470] Built service openshift-kube-storage-version-migrator-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:58:04.111110 3383 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.197.227", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.197.227", Port:8888, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:04.111152 3383 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:30936, 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:30241, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:true, internalTrafficLocal:false, hasNodePort:true}} I0703 21:58:04.111161 3383 services_controller.go:471] Built service openshift-kube-storage-version-migrator-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:04.111166 3383 services_controller.go:478] Built service openshift-ingress-canary/ingress-canary per-node LB for network=default: []services.LB{} I0703 21:58:04.111153 3383 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.37.247", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:04.111169 3383 services_controller.go:471] Built service openshift-ingress/router-default LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:04.111173 3383 lb_config.go:1030] Cluster endpoints for default/packageserver for network=default are: map[TCP/https:{443 [172.30.178.190] []}] I0703 21:58:04.111177 3383 services_controller.go:479] Built service openshift-ingress-canary/ingress-canary template LB for network=default: []services.LB{} I0703 21:58:04.111180 3383 services_controller.go:478] Built service openshift-config-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:58:04.111191 3383 services_controller.go:469] Built service default/packageserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 21:58:04.111179 3383 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.144.223", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:04.111195 3383 services_controller.go:479] Built service openshift-config-operator/metrics template LB for network=default: []services.LB{} I0703 21:58:04.111192 3383 services_controller.go:480] Service openshift-ingress-canary/ingress-canary for network=default has 2 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:04.111205 3383 services_controller.go:478] Built service openshift-kube-storage-version-migrator-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:58:04.111201 3383 services_controller.go:470] Built service default/packageserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.147.20"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.178.190"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:04.111208 3383 services_controller.go:480] Service openshift-config-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:04.111215 3383 services_controller.go:479] Built service openshift-kube-storage-version-migrator-operator/metrics template LB for network=default: []services.LB{} I0703 21:58:04.111218 3383 services_controller.go:471] Built service default/packageserver LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:04.111221 3383 services_controller.go:497] Skipping no-op change for service openshift-ingress-canary/ingress-canary for network=default I0703 21:58:04.111207 3383 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.40.135", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.40.135", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:04.111226 3383 services_controller.go:480] Service openshift-kube-storage-version-migrator-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:04.111228 3383 services_controller.go:386] Finished syncing service ingress-canary on namespace openshift-ingress-canary for network=default : 370.138µs I0703 21:58:04.111232 3383 services_controller.go:497] Skipping no-op change for service openshift-config-operator/metrics for network=default I0703 21:58:04.111240 3383 services_controller.go:382] Processing sync for service openshift-cluster-machine-approver/machine-approver for network=default I0703 21:58:04.111246 3383 services_controller.go:477] Built service default/packageserver cluster-wide LB for network=default: []services.LB{} I0703 21:58:04.111247 3383 services_controller.go:497] Skipping no-op change for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0703 21:58:04.111247 3383 services_controller.go:386] Finished syncing service machine-approver on namespace openshift-cluster-machine-approver for network=default : 7.919µs I0703 21:58:04.111258 3383 services_controller.go:386] Finished syncing service metrics on namespace openshift-kube-storage-version-migrator-operator for network=default : 235.624µs I0703 21:58:04.111264 3383 services_controller.go:382] Processing sync for service openshift-apiserver-operator/metrics for network=default I0703 21:58:04.111264 3383 services_controller.go:386] Finished syncing service metrics on namespace openshift-config-operator for network=default : 278.23µs I0703 21:58:04.111272 3383 services_controller.go:382] Processing sync for service openshift-machine-config-operator/machine-config-operator for network=default I0703 21:58:04.111276 3383 services_controller.go:382] Processing sync for service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0703 21:58:04.111260 3383 services_controller.go:478] Built service default/packageserver per-node LB for network=default: []services.LB{services.LB{Name:"Service_default/packageserver_TCP_node_router+switch_ip-10-0-1-250.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.147.20", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.178.190", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-250.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-250.ec2.internal"}, Groups:[]string(nil)}} I0703 21:58:04.111292 3383 services_controller.go:479] Built service default/packageserver template LB for network=default: []services.LB{} I0703 21:58:04.111235 3383 services_controller.go:478] Built service openshift-ingress/router-default per-node LB for network=default: []services.LB{services.LB{Name:"Service_openshift-ingress/router-default_TCP_node_router_ip-10-0-1-250.ec2.internal", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-ingress/router-default"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"10.0.1.250", Port:30936, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:30936, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.1.250", Port:30241, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:30241, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string(nil), Routers:[]string{"GR_ip-10-0-1-250.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-ingress/router-default_TCP_node_switch_ip-10-0-1-250.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:30936, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.1.250", Port:30936, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:30936, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:30936, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:30241, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.1.250", Port:30241, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:30241, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:30241, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-250.ec2.internal"}, Routers:[]string(nil), Groups:[]string(nil)}} I0703 21:58:04.111305 3383 services_controller.go:480] Service default/packageserver for network=default has 0 cluster-wide, 1 per-node configs, 0 template configs, making 0 (cluster) 1 (per node) and 0 (template) load balancers I0703 21:58:04.111312 3383 services_controller.go:479] Built service openshift-ingress/router-default template LB for network=default: []services.LB{} I0703 21:58:04.111273 3383 services_controller.go:460] Service openshift-apiserver-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-apiserver-operator 347eada2-03f3-440b-9cf6-3aeac111438f 1121 0 2026-07-03 21:45:44 +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 34bb90c2-6c9e-4bce-b872-500297db79ab 0xc00518679f }] [] []},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.132.147,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.132.147],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:04.111281 3383 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 0132c170-5b9d-4ef9-9966-45d78c036861 765 0 2026-07-03 21:45:36 +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 34bb90c2-6c9e-4bce-b872-500297db79ab 0xc005187a6b }] [] []},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.108.113,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.108.113],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:04.111325 3383 services_controller.go:480] Service openshift-ingress/router-default for network=default has 2 cluster-wide, 2 per-node configs, 0 template configs, making 1 (cluster) 2 (per node) and 0 (template) load balancers I0703 21:58:04.111332 3383 services_controller.go:497] Skipping no-op change for service default/packageserver for network=default I0703 21:58:04.111285 3383 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 2e58fb14-5375-44c1-90e3-03c0449e7bd8 1564 0 2026-07-03 21:45:53 +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 34bb90c2-6c9e-4bce-b872-500297db79ab 0xc005186baf }] [] []},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.145.95,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.145.95],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:04.111341 3383 services_controller.go:386] Finished syncing service packageserver on namespace default for network=default : 265.308µs I0703 21:58:04.111342 3383 lb_config.go:1030] Cluster endpoints for openshift-apiserver-operator/metrics for network=default are: map[] I0703 21:58:04.111348 3383 lb_config.go:1030] Cluster endpoints for openshift-machine-config-operator/machine-config-operator for network=default are: map[] I0703 21:58:04.111353 3383 services_controller.go:382] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0703 21:58:04.111356 3383 lb_config.go:1030] Cluster endpoints for openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default are: map[] I0703 21:58:04.111356 3383 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.132.147"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:04.111361 3383 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.108.113"}, protocol:"TCP", inport:9001, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:04.111370 3383 services_controller.go:470] Built service openshift-apiserver-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:58:04.111369 3383 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.145.95"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:04.111374 3383 services_controller.go:470] Built service openshift-machine-config-operator/machine-config-operator LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:58:04.111376 3383 services_controller.go:497] Skipping no-op change for service openshift-ingress/router-default for network=default I0703 21:58:04.111379 3383 services_controller.go:471] Built service openshift-apiserver-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:04.111383 3383 services_controller.go:470] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:58:04.111385 3383 services_controller.go:471] Built service openshift-machine-config-operator/machine-config-operator LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:04.111384 3383 services_controller.go:386] Finished syncing service router-default on namespace openshift-ingress for network=default : 368.127µs I0703 21:58:04.111392 3383 services_controller.go:471] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:04.111398 3383 services_controller.go:382] Processing sync for service openshift-machine-config-operator/machine-config-daemon for network=default I0703 21:58:04.111363 3383 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 ac177431-b82f-4de1-ba87-39439ab60f6c 5012 0 2026-07-03 21:47:51 +0000 UTC map[olm.managed:true olm.service-spec-hash:8H7arFYfeqTDwtur5ZzpDGCqSKpg30XG9PXH2W] map[] [{operators.coreos.com/v1alpha1 CatalogSource deployment-validation-operator-catalog 0f38ac43-4d72-428b-9025-58cfbd95a575 0xc005186ffd 0xc005186ffe}] [] []},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.186.73,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.186.73],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:04.111396 3383 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.132.147", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:04.111403 3383 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.108.113", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:04.111428 3383 services_controller.go:478] Built service openshift-apiserver-operator/metrics per-node LB for network=default: []services.LB{} I0703 21:58:04.111436 3383 services_controller.go:478] Built service openshift-machine-config-operator/machine-config-operator per-node LB for network=default: []services.LB{} I0703 21:58:04.111436 3383 lb_config.go:1030] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default are: map[] I0703 21:58:04.111440 3383 services_controller.go:479] Built service openshift-apiserver-operator/metrics template LB for network=default: []services.LB{} I0703 21:58:04.111447 3383 services_controller.go:479] Built service openshift-machine-config-operator/machine-config-operator template LB for network=default: []services.LB{} I0703 21:58:04.111433 3383 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.145.95", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:04.111452 3383 services_controller.go:480] Service openshift-apiserver-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:04.111450 3383 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.186.73"}, protocol:"TCP", inport:50051, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:04.111410 3383 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 4e94fc13-785d-4247-a082-01fed9c217be 876 0 2026-07-03 21:45:39 +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 34bb90c2-6c9e-4bce-b872-500297db79ab 0xc0051879d7 }] [] []},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.159.126,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.159.126],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:04.111458 3383 services_controller.go:480] Service openshift-machine-config-operator/machine-config-operator for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:04.111461 3383 services_controller.go:478] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service per-node LB for network=default: []services.LB{} I0703 21:58:04.111465 3383 services_controller.go:470] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:58:04.111473 3383 services_controller.go:497] Skipping no-op change for service openshift-apiserver-operator/metrics for network=default I0703 21:58:04.111474 3383 services_controller.go:479] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service template LB for network=default: []services.LB{} I0703 21:58:04.111476 3383 services_controller.go:471] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:04.111479 3383 services_controller.go:386] Finished syncing service metrics on namespace openshift-apiserver-operator for network=default : 218.318µs I0703 21:58:04.111478 3383 lb_config.go:1030] Cluster endpoints for openshift-machine-config-operator/machine-config-daemon for network=default are: map[] I0703 21:58:04.111480 3383 services_controller.go:497] Skipping no-op change for service openshift-machine-config-operator/machine-config-operator for network=default I0703 21:58:04.111485 3383 services_controller.go:480] Service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:04.111490 3383 services_controller.go:382] Processing sync for service openshift-network-diagnostics/network-check-target for network=default I0703 21:58:04.111490 3383 services_controller.go:386] Finished syncing service machine-config-operator on namespace openshift-machine-config-operator for network=default : 219.176µs I0703 21:58:04.111503 3383 services_controller.go:382] Processing sync for service default/openshift for network=default I0703 21:58:04.111495 3383 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.159.126"}, 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.159.126"}, protocol:"TCP", inport:8798, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:04.111508 3383 services_controller.go:497] Skipping no-op change for service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0703 21:58:04.111509 3383 services_controller.go:386] Finished syncing service openshift on namespace default for network=default : 6.915µs I0703 21:58:04.111495 3383 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.186.73", Port:50051, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:04.111514 3383 services_controller.go:470] Built service openshift-machine-config-operator/machine-config-daemon LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:58:04.111515 3383 services_controller.go:386] Finished syncing service performance-addon-operator-service on namespace openshift-cluster-node-tuning-operator for network=default : 238.892µs I0703 21:58:04.111519 3383 services_controller.go:382] Processing sync for service openshift-apiserver/check-endpoints for network=default I0703 21:58:04.111525 3383 services_controller.go:471] Built service openshift-machine-config-operator/machine-config-daemon LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:04.111525 3383 services_controller.go:478] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog per-node LB for network=default: []services.LB{} I0703 21:58:04.111498 3383 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 6a47e559-1f52-46cb-bda6-09643c9f7873 4126 0 2026-07-03 21:46:33 +0000 UTC map[] map[] [{operator.openshift.io/v1 Network cluster 83876b0a-aba3-46b6-808c-f459981ad792 0xc005187d17 0xc005187d18}] [] []},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.87.219,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.87.219],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:04.111538 3383 services_controller.go:479] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog template LB for network=default: []services.LB{} I0703 21:58:04.111550 3383 services_controller.go:480] Service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:04.111551 3383 lb_config.go:1030] Cluster endpoints for openshift-network-diagnostics/network-check-target for network=default are: map[] I0703 21:58:04.111528 3383 services_controller.go:460] Service openshift-apiserver/check-endpoints retrieved from lister for network=default: &Service{ObjectMeta:{check-endpoints openshift-apiserver 41546a05-b440-43a5-bb66-a7330634f178 1700 0 2026-07-03 21:45:54 +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 34bb90c2-6c9e-4bce-b872-500297db79ab 0xc005186867 }] [] []},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.237.219,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.237.219],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 21:58:04.111542 3383 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.159.126", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.159.126", Port:8798, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:04.111563 3383 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.87.219"}, protocol:"TCP", inport:80, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:04.111573 3383 services_controller.go:497] Skipping no-op change for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0703 21:58:04.111574 3383 lb_config.go:1030] Cluster endpoints for openshift-apiserver/check-endpoints for network=default are: map[] I0703 21:58:04.111574 3383 services_controller.go:478] Built service openshift-machine-config-operator/machine-config-daemon per-node LB for network=default: []services.LB{} I0703 21:58:04.111577 3383 services_controller.go:470] Built service openshift-network-diagnostics/network-check-target LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:58:04.111580 3383 services_controller.go:386] Finished syncing service deployment-validation-operator-catalog on namespace openshift-deployment-validation-operator for network=default : 227.629µs I0703 21:58:04.111583 3383 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.237.219"}, protocol:"TCP", inport:17698, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 21:58:04.111590 3383 services_controller.go:471] Built service openshift-network-diagnostics/network-check-target LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:04.111590 3383 services_controller.go:479] Built service openshift-machine-config-operator/machine-config-daemon template LB for network=default: []services.LB{} I0703 21:58:04.111592 3383 services_controller.go:470] Built service openshift-apiserver/check-endpoints LB per-node configs for network=default: []services.lbConfig(nil) I0703 21:58:04.111600 3383 services_controller.go:471] Built service openshift-apiserver/check-endpoints LB template configs for network=default: []services.lbConfig(nil) I0703 21:58:04.111603 3383 services_controller.go:480] Service openshift-machine-config-operator/machine-config-daemon for network=default has 2 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:04.111610 3383 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.237.219", Port:17698, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:04.111605 3383 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.87.219", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 21:58:04.111625 3383 services_controller.go:497] Skipping no-op change for service openshift-machine-config-operator/machine-config-daemon for network=default I0703 21:58:04.111629 3383 services_controller.go:478] Built service openshift-apiserver/check-endpoints per-node LB for network=default: []services.LB{} I0703 21:58:04.111635 3383 services_controller.go:386] Finished syncing service machine-config-daemon on namespace openshift-machine-config-operator for network=default : 236.39µs I0703 21:58:04.111636 3383 services_controller.go:478] Built service openshift-network-diagnostics/network-check-target per-node LB for network=default: []services.LB{} I0703 21:58:04.111638 3383 services_controller.go:479] Built service openshift-apiserver/check-endpoints template LB for network=default: []services.LB{} I0703 21:58:04.111646 3383 services_controller.go:480] Service openshift-apiserver/check-endpoints for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:04.111647 3383 services_controller.go:479] Built service openshift-network-diagnostics/network-check-target template LB for network=default: []services.LB{} I0703 21:58:04.111656 3383 services_controller.go:480] Service openshift-network-diagnostics/network-check-target for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 21:58:04.111660 3383 services_controller.go:497] Skipping no-op change for service openshift-apiserver/check-endpoints for network=default I0703 21:58:04.111664 3383 services_controller.go:386] Finished syncing service check-endpoints on namespace openshift-apiserver for network=default : 146.152µs I0703 21:58:04.111669 3383 services_controller.go:497] Skipping no-op change for service openshift-network-diagnostics/network-check-target for network=default I0703 21:58:04.111674 3383 services_controller.go:386] Finished syncing service network-check-target on namespace openshift-network-diagnostics for network=default : 186.215µs I0703 21:58:04.115931 3383 default_node_network_controller.go:1199] Upgrade hack: ovnkube-node ip-10-0-1-250.ec2.internal finished setting DB Auth; took: 64.361879ms I0703 21:58:04.115947 3383 default_node_network_controller.go:1204] Waiting for gateway and management port readiness... I0703 21:58:04.115987 3383 obj_retry_gateway.go:33] [newRetryFrameworkNodeWithParameters] g.watchFactory=&{0xc00095aa90 0xc000286cb0 0xc000286d20 0xc000286d90 0xc000286e70 0xc000286ee0 0xc000286f50 0xc000943360 0xc000286fc0 0xc000287030 0xc000178960 0xc00614a460 0xc000287110 map[0x2b197a0:0xc002659800 0x2b19f80:0xc005814420 0x2b1a760:0xc002943d40 0x2b1aa00:0xc00463c000 0x2b1af40:0xc0027d9800 0x2b1b1e0:0xc0027d9c20 0x2b1b480:0xc0058140c0 0x2b1bc60:0xc005814780 0x2b1bf00:0xc005814b40 0x2b46ce0:0xc0009fb740 0x2b47080:0xc0021b2300 0x2b47b60:0xc000a40180 0x2b494c0:0xc0015c00c0 0x2b49c00:0xc0021b2600 0x2b4a6e0:0xc0015c0420] 0xc00018ccb0 0} I0703 21:58:04.116048 3383 gateway.go:146] Starting gateway service sync I0703 21:58:04.116483 3383 openflow_manager.go:112] Gateway OpenFlow sync requested I0703 21:58:04.116496 3383 gateway_iptables.go:610] Recreating iptables rules for table: nat, chain: OVN-KUBE-ITP I0703 21:58:04.116508 3383 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 30936 -j DNAT --to-destination 172.30.40.135:80" for protocol: 0 I0703 21:58:04.116517 3383 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 30241 -j DNAT --to-destination 172.30.40.135:443" for protocol: 0 I0703 21:58:04.119536 3383 gateway_iptables.go:610] Recreating iptables rules for table: nat, chain: OVN-KUBE-NODEPORT I0703 21:58:04.130272 3383 gateway_iptables.go:610] Recreating iptables rules for table: nat, chain: OVN-KUBE-EXTERNALIP I0703 21:58:04.130292 3383 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 30936 -j DNAT --to-destination 172.30.40.135:80" for protocol: 0 I0703 21:58:04.130301 3383 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 30241 -j DNAT --to-destination 172.30.40.135:443" for protocol: 0 I0703 21:58:04.131564 3383 gateway_iptables.go:610] Recreating iptables rules for table: nat, chain: OVN-KUBE-ETP I0703 21:58:04.131582 3383 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 30936 -j DNAT --to-destination 172.30.40.135:80" for protocol: 0 I0703 21:58:04.131589 3383 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 30241 -j DNAT --to-destination 172.30.40.135:443" for protocol: 0 I0703 21:58:04.132904 3383 gateway_iptables.go:610] Recreating iptables rules for table: mangle, chain: OVN-KUBE-ITP I0703 21:58:04.132919 3383 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 30936 -j DNAT --to-destination 172.30.40.135:80" for protocol: 0 I0703 21:58:04.132925 3383 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 30241 -j DNAT --to-destination 172.30.40.135:443" for protocol: 0 I0703 21:58:04.172824 3383 gateway.go:163] Gateway service sync done. Time taken: 56.757455ms I0703 21:58:04.172917 3383 obj_retry.go:509] Add event received for *factory.serviceForGateway default/packageserver I0703 21:58:04.172932 3383 gateway_shared_intf.go:859] Adding service packageserver in namespace default I0703 21:58:04.172981 3383 gateway_shared_intf.go:892] Updating already programmed rules for packageserver in namespace default I0703 21:58:04.172993 3383 openflow_manager.go:114] Gateway OpenFlow sync already requested I0703 21:58:04.172998 3383 obj_retry.go:548] Creating *factory.serviceForGateway default/packageserver took: 68.145µs I0703 21:58:04.173005 3383 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-cluster-machine-approver/machine-approver I0703 21:58:04.173010 3383 obj_retry.go:548] Creating *factory.serviceForGateway openshift-cluster-machine-approver/machine-approver took: 275ns I0703 21:58:04.173014 3383 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-config-operator/metrics I0703 21:58:04.173018 3383 gateway_shared_intf.go:859] Adding service metrics in namespace openshift-config-operator I0703 21:58:04.173030 3383 gateway_shared_intf.go:892] Updating already programmed rules for metrics in namespace openshift-config-operator I0703 21:58:04.173034 3383 openflow_manager.go:114] Gateway OpenFlow sync already requested I0703 21:58:04.173038 3383 obj_retry.go:548] Creating *factory.serviceForGateway openshift-config-operator/metrics took: 19.658µs I0703 21:58:04.173042 3383 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-ingress/router-default I0703 21:58:04.173048 3383 port_claim.go:197] Handle NodePort service router-default port 30936 I0703 21:58:04.173055 3383 port_claim.go:41] Opening socket for service: openshift-ingress/router-default, port: 30936 and protocol TCP I0703 21:58:04.173062 3383 port_claim.go:64] Opening socket for LocalPort "nodePort for openshift-ingress/router-default:http" (:30936/tcp) I0703 21:58:04.173289 3383 port_claim.go:197] Handle NodePort service router-default port 30241 I0703 21:58:04.173304 3383 port_claim.go:41] Opening socket for service: openshift-ingress/router-default, port: 30241 and protocol TCP I0703 21:58:04.173311 3383 port_claim.go:64] Opening socket for LocalPort "nodePort for openshift-ingress/router-default:https" (:30241/tcp) I0703 21:58:04.173357 3383 healthcheck.go:145] Opening healthcheck "openshift-ingress/router-default" on port 32754 I0703 21:58:04.173416 3383 healthcheck.go:224] Reporting 0 endpoints for healthcheck "openshift-ingress/router-default" I0703 21:58:04.173429 3383 gateway_shared_intf.go:859] Adding service router-default in namespace openshift-ingress I0703 21:58:04.173450 3383 gateway_shared_intf.go:892] Updating already programmed rules for router-default in namespace openshift-ingress I0703 21:58:04.173477 3383 openflow_manager.go:114] Gateway OpenFlow sync already requested I0703 21:58:04.173484 3383 healthcheck.go:169] Starting goroutine for healthcheck "openshift-ingress/router-default" on port 32754 I0703 21:58:04.173490 3383 obj_retry.go:548] Creating *factory.serviceForGateway openshift-ingress/router-default took: 438.283µs I0703 21:58:04.173503 3383 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-kube-storage-version-migrator-operator/metrics I0703 21:58:04.173509 3383 gateway_shared_intf.go:859] Adding service metrics in namespace openshift-kube-storage-version-migrator-operator I0703 21:58:04.173522 3383 gateway_shared_intf.go:892] Updating already programmed rules for metrics in namespace openshift-kube-storage-version-migrator-operator I0703 21:58:04.173529 3383 openflow_manager.go:114] Gateway OpenFlow sync already requested I0703 21:58:04.173535 3383 obj_retry.go:548] Creating *factory.serviceForGateway openshift-kube-storage-version-migrator-operator/metrics took: 24.097µs I0703 21:58:04.173541 3383 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-ovn-kubernetes/ovn-kubernetes-node I0703 21:58:04.173548 3383 obj_retry.go:548] Creating *factory.serviceForGateway openshift-ovn-kubernetes/ovn-kubernetes-node took: 296ns I0703 21:58:04.173554 3383 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-apiserver-operator/metrics I0703 21:58:04.173558 3383 gateway_shared_intf.go:859] Adding service metrics in namespace openshift-apiserver-operator I0703 21:58:04.173570 3383 gateway_shared_intf.go:892] Updating already programmed rules for metrics in namespace openshift-apiserver-operator I0703 21:58:04.173577 3383 openflow_manager.go:114] Gateway OpenFlow sync already requested I0703 21:58:04.173581 3383 obj_retry.go:548] Creating *factory.serviceForGateway openshift-apiserver-operator/metrics took: 22.629µs I0703 21:58:04.173585 3383 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-machine-config-operator/machine-config-operator I0703 21:58:04.173589 3383 gateway_shared_intf.go:859] Adding service machine-config-operator in namespace openshift-machine-config-operator I0703 21:58:04.173601 3383 gateway_shared_intf.go:892] Updating already programmed rules for machine-config-operator in namespace openshift-machine-config-operator I0703 21:58:04.173608 3383 openflow_manager.go:114] Gateway OpenFlow sync already requested I0703 21:58:04.173611 3383 obj_retry.go:548] Creating *factory.serviceForGateway openshift-machine-config-operator/machine-config-operator took: 21.643µs I0703 21:58:04.173617 3383 obj_retry.go:509] Add event received for *factory.serviceForGateway default/openshift I0703 21:58:04.173622 3383 obj_retry.go:548] Creating *factory.serviceForGateway default/openshift took: 307ns I0703 21:58:04.173626 3383 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-apiserver/check-endpoints I0703 21:58:04.173630 3383 gateway_shared_intf.go:859] Adding service check-endpoints in namespace openshift-apiserver I0703 21:58:04.173641 3383 gateway_shared_intf.go:892] Updating already programmed rules for check-endpoints in namespace openshift-apiserver I0703 21:58:04.173645 3383 openflow_manager.go:114] Gateway OpenFlow sync already requested I0703 21:58:04.173649 3383 obj_retry.go:548] Creating *factory.serviceForGateway openshift-apiserver/check-endpoints took: 18.377µs I0703 21:58:04.173655 3383 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-cluster-node-tuning-operator/performance-addon-operator-service I0703 21:58:04.173662 3383 gateway_shared_intf.go:859] Adding service performance-addon-operator-service in namespace openshift-cluster-node-tuning-operator I0703 21:58:04.173677 3383 gateway_shared_intf.go:892] Updating already programmed rules for performance-addon-operator-service in namespace openshift-cluster-node-tuning-operator I0703 21:58:04.173685 3383 openflow_manager.go:114] Gateway OpenFlow sync already requested I0703 21:58:04.173688 3383 obj_retry.go:548] Creating *factory.serviceForGateway openshift-cluster-node-tuning-operator/performance-addon-operator-service took: 27.918µs I0703 21:58:04.173694 3383 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-deployment-validation-operator/deployment-validation-operator-catalog I0703 21:58:04.173697 3383 gateway_shared_intf.go:859] Adding service deployment-validation-operator-catalog in namespace openshift-deployment-validation-operator I0703 21:58:04.173712 3383 gateway_shared_intf.go:892] Updating already programmed rules for deployment-validation-operator-catalog in namespace openshift-deployment-validation-operator I0703 21:58:04.173716 3383 openflow_manager.go:114] Gateway OpenFlow sync already requested I0703 21:58:04.173720 3383 obj_retry.go:548] Creating *factory.serviceForGateway openshift-deployment-validation-operator/deployment-validation-operator-catalog took: 22.212µs I0703 21:58:04.173725 3383 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-machine-config-operator/machine-config-daemon I0703 21:58:04.173728 3383 gateway_shared_intf.go:859] Adding service machine-config-daemon in namespace openshift-machine-config-operator I0703 21:58:04.173738 3383 gateway_shared_intf.go:892] Updating already programmed rules for machine-config-daemon in namespace openshift-machine-config-operator I0703 21:58:04.173742 3383 openflow_manager.go:114] Gateway OpenFlow sync already requested I0703 21:58:04.173746 3383 obj_retry.go:548] Creating *factory.serviceForGateway openshift-machine-config-operator/machine-config-daemon took: 17.02µs I0703 21:58:04.173750 3383 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-network-diagnostics/network-check-target I0703 21:58:04.173754 3383 gateway_shared_intf.go:859] Adding service network-check-target in namespace openshift-network-diagnostics I0703 21:58:04.173767 3383 gateway_shared_intf.go:892] Updating already programmed rules for network-check-target in namespace openshift-network-diagnostics I0703 21:58:04.173773 3383 openflow_manager.go:114] Gateway OpenFlow sync already requested I0703 21:58:04.173779 3383 obj_retry.go:548] Creating *factory.serviceForGateway openshift-network-diagnostics/network-check-target took: 23.356µs I0703 21:58:04.173786 3383 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-service-ca-operator/metrics I0703 21:58:04.173792 3383 gateway_shared_intf.go:859] Adding service metrics in namespace openshift-service-ca-operator I0703 21:58:04.173803 3383 gateway_shared_intf.go:892] Updating already programmed rules for metrics in namespace openshift-service-ca-operator I0703 21:58:04.173807 3383 openflow_manager.go:114] Gateway OpenFlow sync already requested I0703 21:58:04.173811 3383 obj_retry.go:548] Creating *factory.serviceForGateway openshift-service-ca-operator/metrics took: 19.836µs I0703 21:58:04.173815 3383 obj_retry.go:509] Add event received for *factory.serviceForGateway default/kubernetes I0703 21:58:04.173819 3383 gateway_shared_intf.go:859] Adding service kubernetes in namespace default I0703 21:58:04.173833 3383 gateway_shared_intf.go:892] Updating already programmed rules for kubernetes in namespace default I0703 21:58:04.173846 3383 openflow_manager.go:114] Gateway OpenFlow sync already requested I0703 21:58:04.173850 3383 obj_retry.go:548] Creating *factory.serviceForGateway default/kubernetes took: 30.085µs I0703 21:58:04.173855 3383 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-console-operator/metrics I0703 21:58:04.173860 3383 gateway_shared_intf.go:859] Adding service metrics in namespace openshift-console-operator I0703 21:58:04.173869 3383 gateway_shared_intf.go:892] Updating already programmed rules for metrics in namespace openshift-console-operator I0703 21:58:04.173873 3383 openflow_manager.go:114] Gateway OpenFlow sync already requested I0703 21:58:04.173877 3383 obj_retry.go:548] Creating *factory.serviceForGateway openshift-console-operator/metrics took: 17.337µs I0703 21:58:04.173881 3383 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-dns/dns-default I0703 21:58:04.173885 3383 gateway_shared_intf.go:859] Adding service dns-default in namespace openshift-dns I0703 21:58:04.173897 3383 gateway_shared_intf.go:892] Updating already programmed rules for dns-default in namespace openshift-dns I0703 21:58:04.173908 3383 openflow_manager.go:114] Gateway OpenFlow sync already requested I0703 21:58:04.173914 3383 obj_retry.go:548] Creating *factory.serviceForGateway openshift-dns/dns-default took: 27.257µs I0703 21:58:04.173919 3383 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-kube-controller-manager-operator/metrics I0703 21:58:04.173925 3383 gateway_shared_intf.go:859] Adding service metrics in namespace openshift-kube-controller-manager-operator I0703 21:58:04.173935 3383 gateway_shared_intf.go:892] Updating already programmed rules for metrics in namespace openshift-kube-controller-manager-operator I0703 21:58:04.173940 3383 openflow_manager.go:114] Gateway OpenFlow sync already requested I0703 21:58:04.173943 3383 obj_retry.go:548] Creating *factory.serviceForGateway openshift-kube-controller-manager-operator/metrics took: 19.348µs I0703 21:58:04.173947 3383 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-monitoring/cluster-monitoring-operator I0703 21:58:04.173951 3383 obj_retry.go:548] Creating *factory.serviceForGateway openshift-monitoring/cluster-monitoring-operator took: 212ns I0703 21:58:04.173955 3383 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-network-operator/metrics I0703 21:58:04.173958 3383 obj_retry.go:548] Creating *factory.serviceForGateway openshift-network-operator/metrics took: 390ns I0703 21:58:04.173963 3383 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-cluster-version/cluster-version-operator I0703 21:58:04.173967 3383 gateway_shared_intf.go:859] Adding service cluster-version-operator in namespace openshift-cluster-version I0703 21:58:04.173978 3383 gateway_shared_intf.go:892] Updating already programmed rules for cluster-version-operator in namespace openshift-cluster-version I0703 21:58:04.173982 3383 openflow_manager.go:114] Gateway OpenFlow sync already requested I0703 21:58:04.173986 3383 obj_retry.go:548] Creating *factory.serviceForGateway openshift-cluster-version/cluster-version-operator took: 18.443µs I0703 21:58:04.173990 3383 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-multus/network-metrics-service I0703 21:58:04.173994 3383 obj_retry.go:548] Creating *factory.serviceForGateway openshift-multus/network-metrics-service took: 172ns I0703 21:58:04.173998 3383 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-image-registry/image-registry I0703 21:58:04.174002 3383 gateway_shared_intf.go:859] Adding service image-registry in namespace openshift-image-registry I0703 21:58:04.174014 3383 gateway_shared_intf.go:892] Updating already programmed rules for image-registry in namespace openshift-image-registry I0703 21:58:04.174024 3383 openflow_manager.go:114] Gateway OpenFlow sync already requested I0703 21:58:04.174031 3383 obj_retry.go:548] Creating *factory.serviceForGateway openshift-image-registry/image-registry took: 26.71µs I0703 21:58:04.174036 3383 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-machine-config-operator/machine-config-controller I0703 21:58:04.174042 3383 gateway_shared_intf.go:859] Adding service machine-config-controller in namespace openshift-machine-config-operator I0703 21:58:04.174053 3383 gateway_shared_intf.go:892] Updating already programmed rules for machine-config-controller in namespace openshift-machine-config-operator I0703 21:58:04.174058 3383 openflow_manager.go:114] Gateway OpenFlow sync already requested I0703 21:58:04.174062 3383 obj_retry.go:548] Creating *factory.serviceForGateway openshift-machine-config-operator/machine-config-controller took: 20.211µs I0703 21:58:04.174067 3383 obj_retry.go:509] Add event received for *factory.serviceForGateway default/openshift-apiserver I0703 21:58:04.174071 3383 gateway_shared_intf.go:859] Adding service openshift-apiserver in namespace default I0703 21:58:04.174081 3383 gateway_shared_intf.go:892] Updating already programmed rules for openshift-apiserver in namespace default I0703 21:58:04.174085 3383 openflow_manager.go:114] Gateway OpenFlow sync already requested I0703 21:58:04.174089 3383 obj_retry.go:548] Creating *factory.serviceForGateway default/openshift-apiserver took: 17.692µs I0703 21:58:04.174094 3383 obj_retry.go:509] Add event received for *factory.serviceForGateway default/openshift-oauth-apiserver I0703 21:58:04.174097 3383 gateway_shared_intf.go:859] Adding service openshift-oauth-apiserver in namespace default I0703 21:58:04.174107 3383 gateway_shared_intf.go:892] Updating already programmed rules for openshift-oauth-apiserver in namespace default I0703 21:58:04.174111 3383 openflow_manager.go:114] Gateway OpenFlow sync already requested I0703 21:58:04.174134 3383 obj_retry.go:548] Creating *factory.serviceForGateway default/openshift-oauth-apiserver took: 36.22µs I0703 21:58:04.174140 3383 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-cloud-credential-operator/cco-metrics I0703 21:58:04.174145 3383 gateway_shared_intf.go:859] Adding service cco-metrics in namespace openshift-cloud-credential-operator I0703 21:58:04.174155 3383 gateway_shared_intf.go:892] Updating already programmed rules for cco-metrics in namespace openshift-cloud-credential-operator I0703 21:58:04.174159 3383 openflow_manager.go:114] Gateway OpenFlow sync already requested I0703 21:58:04.174163 3383 obj_retry.go:548] Creating *factory.serviceForGateway openshift-cloud-credential-operator/cco-metrics took: 18.871µs I0703 21:58:04.174168 3383 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-cluster-storage-operator/cluster-storage-operator-metrics I0703 21:58:04.174171 3383 gateway_shared_intf.go:859] Adding service cluster-storage-operator-metrics in namespace openshift-cluster-storage-operator I0703 21:58:04.174187 3383 gateway_shared_intf.go:892] Updating already programmed rules for cluster-storage-operator-metrics in namespace openshift-cluster-storage-operator I0703 21:58:04.174199 3383 openflow_manager.go:114] Gateway OpenFlow sync already requested I0703 21:58:04.174206 3383 obj_retry.go:548] Creating *factory.serviceForGateway openshift-cluster-storage-operator/cluster-storage-operator-metrics took: 31.639µs I0703 21:58:04.174213 3383 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-deployment-validation-operator/deployment-validation-operator-metrics I0703 21:58:04.174219 3383 gateway_shared_intf.go:859] Adding service deployment-validation-operator-metrics in namespace openshift-deployment-validation-operator I0703 21:58:04.174236 3383 gateway_shared_intf.go:892] Updating already programmed rules for deployment-validation-operator-metrics in namespace openshift-deployment-validation-operator I0703 21:58:04.174242 3383 openflow_manager.go:114] Gateway OpenFlow sync already requested I0703 21:58:04.174249 3383 obj_retry.go:548] Creating *factory.serviceForGateway openshift-deployment-validation-operator/deployment-validation-operator-metrics took: 28.059µs I0703 21:58:04.174256 3383 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-dns-operator/metrics I0703 21:58:04.174262 3383 gateway_shared_intf.go:859] Adding service metrics in namespace openshift-dns-operator I0703 21:58:04.174278 3383 gateway_shared_intf.go:892] Updating already programmed rules for metrics in namespace openshift-dns-operator I0703 21:58:04.174284 3383 openflow_manager.go:114] Gateway OpenFlow sync already requested I0703 21:58:04.174291 3383 obj_retry.go:548] Creating *factory.serviceForGateway openshift-dns-operator/metrics took: 27.519µs I0703 21:58:04.174297 3383 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-cluster-node-tuning-operator/node-tuning-operator I0703 21:58:04.174304 3383 obj_retry.go:548] Creating *factory.serviceForGateway openshift-cluster-node-tuning-operator/node-tuning-operator took: 247ns I0703 21:58:04.174310 3383 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-cluster-samples-operator/metrics I0703 21:58:04.174316 3383 obj_retry.go:548] Creating *factory.serviceForGateway openshift-cluster-samples-operator/metrics took: 316ns I0703 21:58:04.174322 3383 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics I0703 21:58:04.174328 3383 gateway_shared_intf.go:859] Adding service csi-snapshot-controller-operator-metrics in namespace openshift-cluster-storage-operator I0703 21:58:04.174344 3383 gateway_shared_intf.go:892] Updating already programmed rules for csi-snapshot-controller-operator-metrics in namespace openshift-cluster-storage-operator I0703 21:58:04.174354 3383 openflow_manager.go:114] Gateway OpenFlow sync already requested I0703 21:58:04.174359 3383 obj_retry.go:548] Creating *factory.serviceForGateway openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics took: 31.104µs I0703 21:58:04.174367 3383 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-ingress-operator/metrics I0703 21:58:04.174374 3383 gateway_shared_intf.go:859] Adding service metrics in namespace openshift-ingress-operator I0703 21:58:04.174390 3383 gateway_shared_intf.go:892] Updating already programmed rules for metrics in namespace openshift-ingress-operator I0703 21:58:04.174400 3383 openflow_manager.go:114] Gateway OpenFlow sync already requested I0703 21:58:04.174406 3383 obj_retry.go:548] Creating *factory.serviceForGateway openshift-ingress-operator/metrics took: 31.891µs I0703 21:58:04.174413 3383 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-ingress/router-internal-default I0703 21:58:04.174419 3383 gateway_shared_intf.go:859] Adding service router-internal-default in namespace openshift-ingress I0703 21:58:04.174435 3383 gateway_shared_intf.go:892] Updating already programmed rules for router-internal-default in namespace openshift-ingress I0703 21:58:04.174445 3383 openflow_manager.go:114] Gateway OpenFlow sync already requested I0703 21:58:04.174451 3383 obj_retry.go:548] Creating *factory.serviceForGateway openshift-ingress/router-internal-default took: 30.89µs I0703 21:58:04.174458 3383 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-authentication-operator/metrics I0703 21:58:04.174464 3383 gateway_shared_intf.go:859] Adding service metrics in namespace openshift-authentication-operator I0703 21:58:04.174479 3383 gateway_shared_intf.go:892] Updating already programmed rules for metrics in namespace openshift-authentication-operator I0703 21:58:04.174487 3383 openflow_manager.go:114] Gateway OpenFlow sync already requested I0703 21:58:04.174494 3383 obj_retry.go:548] Creating *factory.serviceForGateway openshift-authentication-operator/metrics took: 28.46µs I0703 21:58:04.174500 3383 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-ingress-canary/ingress-canary I0703 21:58:04.174506 3383 gateway_shared_intf.go:859] Adding service ingress-canary in namespace openshift-ingress-canary I0703 21:58:04.174521 3383 gateway_shared_intf.go:892] Updating already programmed rules for ingress-canary in namespace openshift-ingress-canary I0703 21:58:04.174531 3383 openflow_manager.go:114] Gateway OpenFlow sync already requested I0703 21:58:04.174537 3383 obj_retry.go:548] Creating *factory.serviceForGateway openshift-ingress-canary/ingress-canary took: 29.635µs I0703 21:58:04.174543 3383 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-insights/metrics I0703 21:58:04.174549 3383 gateway_shared_intf.go:859] Adding service metrics in namespace openshift-insights I0703 21:58:04.174565 3383 gateway_shared_intf.go:892] Updating already programmed rules for metrics in namespace openshift-insights I0703 21:58:04.174575 3383 openflow_manager.go:114] Gateway OpenFlow sync already requested I0703 21:58:04.174583 3383 obj_retry.go:548] Creating *factory.serviceForGateway openshift-insights/metrics took: 30.663µs I0703 21:58:04.174590 3383 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-network-console/networking-console-plugin I0703 21:58:04.174596 3383 gateway_shared_intf.go:859] Adding service networking-console-plugin in namespace openshift-network-console I0703 21:58:04.174614 3383 gateway_shared_intf.go:892] Updating already programmed rules for networking-console-plugin in namespace openshift-network-console I0703 21:58:04.174623 3383 openflow_manager.go:114] Gateway OpenFlow sync already requested I0703 21:58:04.174630 3383 obj_retry.go:548] Creating *factory.serviceForGateway openshift-network-console/networking-console-plugin took: 32.987µs I0703 21:58:04.174637 3383 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-network-diagnostics/network-check-source I0703 21:58:04.174643 3383 obj_retry.go:548] Creating *factory.serviceForGateway openshift-network-diagnostics/network-check-source took: 217ns I0703 21:58:04.174662 3383 factory.go:1366] Added *v1.Service event handler 13 I0703 21:58:04.174679 3383 obj_retry_gateway.go:33] [newRetryFrameworkNodeWithParameters] g.watchFactory=&{0xc00095aa90 0xc000286cb0 0xc000286d20 0xc000286d90 0xc000286e70 0xc000286ee0 0xc000286f50 0xc000943360 0xc000286fc0 0xc000287030 0xc000178960 0xc00614a460 0xc000287110 map[0x2b197a0:0xc002659800 0x2b19f80:0xc005814420 0x2b1a760:0xc002943d40 0x2b1aa00:0xc00463c000 0x2b1af40:0xc0027d9800 0x2b1b1e0:0xc0027d9c20 0x2b1b480:0xc0058140c0 0x2b1bc60:0xc005814780 0x2b1bf00:0xc005814b40 0x2b46ce0:0xc0009fb740 0x2b47080:0xc0021b2300 0x2b47b60:0xc000a40180 0x2b494c0:0xc0015c00c0 0x2b49c00:0xc0021b2600 0x2b4a6e0:0xc0015c0420] 0xc00018ccb0 0} I0703 21:58:04.174783 3383 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway openshift-dns-operator/metrics-ddz6g I0703 21:58:04.174802 3383 gateway_shared_intf.go:1157] Adding endpointslice metrics-ddz6g in namespace openshift-dns-operator I0703 21:58:04.174823 3383 obj_retry.go:548] Creating *factory.endpointSliceForGateway openshift-dns-operator/metrics-ddz6g took: 26.612µs I0703 21:58:04.174830 3383 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway openshift-ingress-canary/ingress-canary-4zf5c I0703 21:58:04.174836 3383 gateway_shared_intf.go:1157] Adding endpointslice ingress-canary-4zf5c in namespace openshift-ingress-canary I0703 21:58:04.174846 3383 obj_retry.go:548] Creating *factory.endpointSliceForGateway openshift-ingress-canary/ingress-canary-4zf5c took: 10.959µs I0703 21:58:04.174851 3383 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway openshift-machine-config-operator/machine-config-operator-fqdsf I0703 21:58:04.174856 3383 gateway_shared_intf.go:1157] Adding endpointslice machine-config-operator-fqdsf in namespace openshift-machine-config-operator I0703 21:58:04.174866 3383 obj_retry.go:548] Creating *factory.endpointSliceForGateway openshift-machine-config-operator/machine-config-operator-fqdsf took: 11.077µs I0703 21:58:04.174870 3383 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway openshift-apiserver-operator/metrics-t2rz2 I0703 21:58:04.174874 3383 gateway_shared_intf.go:1157] Adding endpointslice metrics-t2rz2 in namespace openshift-apiserver-operator I0703 21:58:04.174883 3383 obj_retry.go:548] Creating *factory.endpointSliceForGateway openshift-apiserver-operator/metrics-t2rz2 took: 9.046µs I0703 21:58:04.174887 3383 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics-c8x5n I0703 21:58:04.174892 3383 gateway_shared_intf.go:1157] Adding endpointslice csi-snapshot-controller-operator-metrics-c8x5n in namespace openshift-cluster-storage-operator I0703 21:58:04.174901 3383 obj_retry.go:548] Creating *factory.endpointSliceForGateway openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics-c8x5n took: 10.16µs I0703 21:58:04.174905 3383 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway openshift-insights/metrics-mlrdz I0703 21:58:04.174910 3383 gateway_shared_intf.go:1157] Adding endpointslice metrics-mlrdz in namespace openshift-insights I0703 21:58:04.174919 3383 obj_retry.go:548] Creating *factory.endpointSliceForGateway openshift-insights/metrics-mlrdz took: 10.167µs I0703 21:58:04.174923 3383 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway openshift-kube-storage-version-migrator-operator/metrics-vljbc I0703 21:58:04.174928 3383 gateway_shared_intf.go:1157] Adding endpointslice metrics-vljbc in namespace openshift-kube-storage-version-migrator-operator I0703 21:58:04.174948 3383 obj_retry.go:548] Creating *factory.endpointSliceForGateway openshift-kube-storage-version-migrator-operator/metrics-vljbc took: 19.845µs I0703 21:58:04.174955 3383 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway openshift-service-ca-operator/metrics-57kb8 I0703 21:58:04.174961 3383 gateway_shared_intf.go:1157] Adding endpointslice metrics-57kb8 in namespace openshift-service-ca-operator I0703 21:58:04.174971 3383 obj_retry.go:548] Creating *factory.endpointSliceForGateway openshift-service-ca-operator/metrics-57kb8 took: 11.036µs I0703 21:58:04.174975 3383 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway default/packageserver-mx6sv I0703 21:58:04.174981 3383 gateway_shared_intf.go:1157] Adding endpointslice packageserver-mx6sv in namespace default I0703 21:58:04.174992 3383 obj_retry.go:548] Creating *factory.endpointSliceForGateway default/packageserver-mx6sv took: 12.344µs I0703 21:58:04.175002 3383 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway openshift-apiserver/check-endpoints-pv9r5 I0703 21:58:04.175008 3383 gateway_shared_intf.go:1157] Adding endpointslice check-endpoints-pv9r5 in namespace openshift-apiserver I0703 21:58:04.175017 3383 obj_retry.go:548] Creating *factory.endpointSliceForGateway openshift-apiserver/check-endpoints-pv9r5 took: 10.318µs I0703 21:58:04.175021 3383 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway openshift-machine-config-operator/machine-config-daemon-8vgkf I0703 21:58:04.175025 3383 gateway_shared_intf.go:1157] Adding endpointslice machine-config-daemon-8vgkf in namespace openshift-machine-config-operator I0703 21:58:04.175034 3383 obj_retry.go:548] Creating *factory.endpointSliceForGateway openshift-machine-config-operator/machine-config-daemon-8vgkf took: 9.375µs I0703 21:58:04.175038 3383 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway openshift-cluster-version/cluster-version-operator-fd9wh I0703 21:58:04.175042 3383 gateway_shared_intf.go:1157] Adding endpointslice cluster-version-operator-fd9wh in namespace openshift-cluster-version I0703 21:58:04.175051 3383 obj_retry.go:548] Creating *factory.endpointSliceForGateway openshift-cluster-version/cluster-version-operator-fd9wh took: 9.189µs I0703 21:58:04.175055 3383 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway openshift-console-operator/metrics-gzrh9 I0703 21:58:04.175060 3383 gateway_shared_intf.go:1157] Adding endpointslice metrics-gzrh9 in namespace openshift-console-operator I0703 21:58:04.175068 3383 obj_retry.go:548] Creating *factory.endpointSliceForGateway openshift-console-operator/metrics-gzrh9 took: 9.267µs I0703 21:58:04.175072 3383 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway openshift-deployment-validation-operator/deployment-validation-operator-metrics-7h9mq I0703 21:58:04.175077 3383 gateway_shared_intf.go:1157] Adding endpointslice deployment-validation-operator-metrics-7h9mq in namespace openshift-deployment-validation-operator I0703 21:58:04.175087 3383 obj_retry.go:548] Creating *factory.endpointSliceForGateway openshift-deployment-validation-operator/deployment-validation-operator-metrics-7h9mq took: 11.402µs I0703 21:58:04.175091 3383 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway openshift-kube-controller-manager-operator/metrics-v9rnq I0703 21:58:04.175099 3383 gateway_shared_intf.go:1157] Adding endpointslice metrics-v9rnq in namespace openshift-kube-controller-manager-operator I0703 21:58:04.175131 3383 obj_retry.go:548] Creating *factory.endpointSliceForGateway openshift-kube-controller-manager-operator/metrics-v9rnq took: 14.864µs I0703 21:58:04.175142 3383 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway openshift-network-console/networking-console-plugin-2s7hw I0703 21:58:04.175150 3383 gateway_shared_intf.go:1157] Adding endpointslice networking-console-plugin-2s7hw in namespace openshift-network-console I0703 21:58:04.175165 3383 obj_retry.go:548] Creating *factory.endpointSliceForGateway openshift-network-console/networking-console-plugin-2s7hw took: 16.786µs I0703 21:58:04.175172 3383 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway openshift-network-diagnostics/network-check-target-kg7mk I0703 21:58:04.175179 3383 gateway_shared_intf.go:1157] Adding endpointslice network-check-target-kg7mk in namespace openshift-network-diagnostics I0703 21:58:04.175192 3383 obj_retry.go:548] Creating *factory.endpointSliceForGateway openshift-network-diagnostics/network-check-target-kg7mk took: 14.54µs I0703 21:58:04.175199 3383 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway default/openshift-apiserver-zdwsg I0703 21:58:04.175206 3383 gateway_shared_intf.go:1157] Adding endpointslice openshift-apiserver-zdwsg in namespace default I0703 21:58:04.175221 3383 obj_retry.go:548] Creating *factory.endpointSliceForGateway default/openshift-apiserver-zdwsg took: 15.085µs I0703 21:58:04.175230 3383 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway default/openshift-oauth-apiserver-6k6mg I0703 21:58:04.175238 3383 gateway_shared_intf.go:1157] Adding endpointslice openshift-oauth-apiserver-6k6mg in namespace default I0703 21:58:04.175253 3383 obj_retry.go:548] Creating *factory.endpointSliceForGateway default/openshift-oauth-apiserver-6k6mg took: 15.547µs I0703 21:58:04.175262 3383 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway openshift-authentication-operator/metrics-mhxh9 I0703 21:58:04.175269 3383 gateway_shared_intf.go:1157] Adding endpointslice metrics-mhxh9 in namespace openshift-authentication-operator I0703 21:58:04.175283 3383 obj_retry.go:548] Creating *factory.endpointSliceForGateway openshift-authentication-operator/metrics-mhxh9 took: 14.116µs I0703 21:58:04.175291 3383 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway openshift-cluster-node-tuning-operator/performance-addon-operator-service-cl25k I0703 21:58:04.175300 3383 gateway_shared_intf.go:1157] Adding endpointslice performance-addon-operator-service-cl25k in namespace openshift-cluster-node-tuning-operator I0703 21:58:04.175315 3383 obj_retry.go:548] Creating *factory.endpointSliceForGateway openshift-cluster-node-tuning-operator/performance-addon-operator-service-cl25k took: 16.49µs I0703 21:58:04.175326 3383 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway openshift-ingress/router-default-dbcxb I0703 21:58:04.175341 3383 healthcheck.go:224] Reporting 0 endpoints for healthcheck "openshift-ingress/router-default" I0703 21:58:04.175350 3383 gateway_shared_intf.go:1157] Adding endpointslice router-default-dbcxb in namespace openshift-ingress I0703 21:58:04.175366 3383 obj_retry.go:548] Creating *factory.endpointSliceForGateway openshift-ingress/router-default-dbcxb took: 33.246µs I0703 21:58:04.175376 3383 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway openshift-deployment-validation-operator/deployment-validation-operator-catalog-k6kw6 I0703 21:58:04.175384 3383 gateway_shared_intf.go:1157] Adding endpointslice deployment-validation-operator-catalog-k6kw6 in namespace openshift-deployment-validation-operator I0703 21:58:04.175399 3383 obj_retry.go:548] Creating *factory.endpointSliceForGateway openshift-deployment-validation-operator/deployment-validation-operator-catalog-k6kw6 took: 16.83µs I0703 21:58:04.175408 3383 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway openshift-dns/dns-default-b2jkk I0703 21:58:04.175417 3383 gateway_shared_intf.go:1157] Adding endpointslice dns-default-b2jkk in namespace openshift-dns I0703 21:58:04.175431 3383 obj_retry.go:548] Creating *factory.endpointSliceForGateway openshift-dns/dns-default-b2jkk took: 15.36µs I0703 21:58:04.175440 3383 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway openshift-ingress-operator/metrics-lzgbg I0703 21:58:04.175448 3383 gateway_shared_intf.go:1157] Adding endpointslice metrics-lzgbg in namespace openshift-ingress-operator I0703 21:58:04.175462 3383 obj_retry.go:548] Creating *factory.endpointSliceForGateway openshift-ingress-operator/metrics-lzgbg took: 14.951µs I0703 21:58:04.175471 3383 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway openshift-cloud-credential-operator/cco-metrics-swvxc I0703 21:58:04.175479 3383 gateway_shared_intf.go:1157] Adding endpointslice cco-metrics-swvxc in namespace openshift-cloud-credential-operator I0703 21:58:04.175492 3383 obj_retry.go:548] Creating *factory.endpointSliceForGateway openshift-cloud-credential-operator/cco-metrics-swvxc took: 14.964µs I0703 21:58:04.175502 3383 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway openshift-ingress/router-internal-default-6j8m5 I0703 21:58:04.175508 3383 gateway_shared_intf.go:1157] Adding endpointslice router-internal-default-6j8m5 in namespace openshift-ingress I0703 21:58:04.175517 3383 obj_retry.go:548] Creating *factory.endpointSliceForGateway openshift-ingress/router-internal-default-6j8m5 took: 10.211µs I0703 21:58:04.175521 3383 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway openshift-machine-config-operator/machine-config-controller-ls29j I0703 21:58:04.175526 3383 gateway_shared_intf.go:1157] Adding endpointslice machine-config-controller-ls29j in namespace openshift-machine-config-operator I0703 21:58:04.175534 3383 obj_retry.go:548] Creating *factory.endpointSliceForGateway openshift-machine-config-operator/machine-config-controller-ls29j took: 9.04µs I0703 21:58:04.175538 3383 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway default/kubernetes I0703 21:58:04.175543 3383 gateway_shared_intf.go:1157] Adding endpointslice kubernetes in namespace default I0703 21:58:04.175551 3383 obj_retry.go:548] Creating *factory.endpointSliceForGateway default/kubernetes took: 9.086µs I0703 21:58:04.175555 3383 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway openshift-cluster-storage-operator/cluster-storage-operator-metrics-6gnt9 I0703 21:58:04.175560 3383 gateway_shared_intf.go:1157] Adding endpointslice cluster-storage-operator-metrics-6gnt9 in namespace openshift-cluster-storage-operator I0703 21:58:04.175569 3383 obj_retry.go:548] Creating *factory.endpointSliceForGateway openshift-cluster-storage-operator/cluster-storage-operator-metrics-6gnt9 took: 9.666µs I0703 21:58:04.175573 3383 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway openshift-config-operator/metrics-mm9n4 I0703 21:58:04.175578 3383 gateway_shared_intf.go:1157] Adding endpointslice metrics-mm9n4 in namespace openshift-config-operator I0703 21:58:04.175587 3383 obj_retry.go:548] Creating *factory.endpointSliceForGateway openshift-config-operator/metrics-mm9n4 took: 9.659µs I0703 21:58:04.175592 3383 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway openshift-image-registry/image-registry-49nzm I0703 21:58:04.175600 3383 gateway_shared_intf.go:1157] Adding endpointslice image-registry-49nzm in namespace openshift-image-registry I0703 21:58:04.175615 3383 obj_retry.go:548] Creating *factory.endpointSliceForGateway openshift-image-registry/image-registry-49nzm took: 15.28µs I0703 21:58:04.175633 3383 factory.go:1366] Added *v1.EndpointSlice event handler 14 I0703 21:58:04.175642 3383 obj_retry_gateway.go:33] [newRetryFrameworkNodeWithParameters] g.watchFactory=&{0xc00095aa90 0xc000286cb0 0xc000286d20 0xc000286d90 0xc000286e70 0xc000286ee0 0xc000286f50 0xc000943360 0xc000286fc0 0xc000287030 0xc000178960 0xc00614a460 0xc000287110 map[0x2b197a0:0xc002659800 0x2b19f80:0xc005814420 0x2b1a760:0xc002943d40 0x2b1aa00:0xc00463c000 0x2b1af40:0xc0027d9800 0x2b1b1e0:0xc0027d9c20 0x2b1b480:0xc0058140c0 0x2b1bc60:0xc005814780 0x2b1bf00:0xc005814b40 0x2b46ce0:0xc0009fb740 0x2b47080:0xc0021b2300 0x2b47b60:0xc000a40180 0x2b494c0:0xc0015c00c0 0x2b49c00:0xc0021b2600 0x2b4a6e0:0xc0015c0420] 0xc00018ccb0 0} I0703 21:58:04.175673 3383 gateway.go:492] Reconciling gateway with updates I0703 21:58:04.175733 3383 openflow_manager.go:114] Gateway OpenFlow sync already requested I0703 21:58:04.175749 3383 iptables.go:144] Deleting rule in table: nat, chain: POSTROUTING with args: "-s 10.129.0.0/23 -j MASQUERADE" for protocol: 0 I0703 21:58:04.181729 3383 gateway.go:520] Adding service openshift-machine-config-operator/machine-config-daemon to retryServices I0703 21:58:04.181747 3383 gateway.go:520] Adding service openshift-network-diagnostics/network-check-target to retryServices I0703 21:58:04.181753 3383 gateway.go:520] Adding service default/openshift to retryServices I0703 21:58:04.181758 3383 gateway.go:520] Adding service openshift-apiserver/check-endpoints to retryServices I0703 21:58:04.181763 3383 gateway.go:520] Adding service openshift-cluster-node-tuning-operator/performance-addon-operator-service to retryServices I0703 21:58:04.181770 3383 gateway.go:520] Adding service openshift-deployment-validation-operator/deployment-validation-operator-catalog to retryServices I0703 21:58:04.181775 3383 gateway.go:520] Adding service openshift-monitoring/cluster-monitoring-operator to retryServices I0703 21:58:04.181780 3383 gateway.go:520] Adding service openshift-network-operator/metrics to retryServices I0703 21:58:04.181785 3383 gateway.go:520] Adding service openshift-service-ca-operator/metrics to retryServices I0703 21:58:04.181791 3383 gateway.go:520] Adding service default/kubernetes to retryServices I0703 21:58:04.181796 3383 gateway.go:520] Adding service openshift-console-operator/metrics to retryServices I0703 21:58:04.181800 3383 gateway.go:520] Adding service openshift-dns/dns-default to retryServices I0703 21:58:04.181806 3383 gateway.go:520] Adding service openshift-kube-controller-manager-operator/metrics to retryServices I0703 21:58:04.181811 3383 gateway.go:520] Adding service openshift-cluster-version/cluster-version-operator to retryServices I0703 21:58:04.181818 3383 gateway.go:520] Adding service openshift-multus/network-metrics-service to retryServices I0703 21:58:04.181823 3383 gateway.go:520] Adding service openshift-deployment-validation-operator/deployment-validation-operator-metrics to retryServices I0703 21:58:04.181828 3383 gateway.go:520] Adding service openshift-dns-operator/metrics to retryServices I0703 21:58:04.181834 3383 gateway.go:520] Adding service openshift-image-registry/image-registry to retryServices I0703 21:58:04.181839 3383 gateway.go:520] Adding service openshift-machine-config-operator/machine-config-controller to retryServices I0703 21:58:04.181844 3383 gateway.go:520] Adding service default/openshift-apiserver to retryServices I0703 21:58:04.181849 3383 gateway.go:520] Adding service default/openshift-oauth-apiserver to retryServices I0703 21:58:04.181854 3383 gateway.go:520] Adding service openshift-cloud-credential-operator/cco-metrics to retryServices I0703 21:58:04.181858 3383 gateway.go:520] Adding service openshift-cluster-storage-operator/cluster-storage-operator-metrics to retryServices I0703 21:58:04.181865 3383 gateway.go:520] Adding service openshift-ingress/router-internal-default to retryServices I0703 21:58:04.181869 3383 gateway.go:520] Adding service openshift-cluster-node-tuning-operator/node-tuning-operator to retryServices I0703 21:58:04.181874 3383 gateway.go:520] Adding service openshift-cluster-samples-operator/metrics to retryServices I0703 21:58:04.181878 3383 gateway.go:520] Adding service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics to retryServices I0703 21:58:04.181885 3383 gateway.go:520] Adding service openshift-ingress-operator/metrics to retryServices I0703 21:58:04.181890 3383 gateway.go:520] Adding service openshift-network-diagnostics/network-check-source to retryServices I0703 21:58:04.181896 3383 gateway.go:520] Adding service openshift-authentication-operator/metrics to retryServices I0703 21:58:04.181901 3383 gateway.go:520] Adding service openshift-ingress-canary/ingress-canary to retryServices I0703 21:58:04.181905 3383 gateway.go:520] Adding service openshift-insights/metrics to retryServices I0703 21:58:04.181910 3383 gateway.go:520] Adding service openshift-network-console/networking-console-plugin to retryServices I0703 21:58:04.181915 3383 gateway.go:520] Adding service openshift-kube-storage-version-migrator-operator/metrics to retryServices I0703 21:58:04.181919 3383 gateway.go:520] Adding service openshift-ovn-kubernetes/ovn-kubernetes-node to retryServices I0703 21:58:04.181924 3383 gateway.go:520] Adding service default/packageserver to retryServices I0703 21:58:04.181929 3383 gateway.go:520] Adding service openshift-cluster-machine-approver/machine-approver to retryServices I0703 21:58:04.181933 3383 gateway.go:520] Adding service openshift-config-operator/metrics to retryServices I0703 21:58:04.181938 3383 gateway.go:520] Adding service openshift-ingress/router-default to retryServices I0703 21:58:04.181942 3383 gateway.go:520] Adding service openshift-apiserver-operator/metrics to retryServices I0703 21:58:04.181947 3383 gateway.go:520] Adding service openshift-machine-config-operator/machine-config-operator to retryServices I0703 21:58:04.181959 3383 obj_retry.go:236] Iterate retry objects requested (resource *factory.serviceForGateway) I0703 21:58:04.181987 3383 factory.go:1366] Added *v1.EgressIP event handler 15 I0703 21:58:04.181990 3383 obj_retry.go:431] periodicallyRetryResources: Retry channel got triggered: retrying failed objects of type *factory.serviceForGateway I0703 21:58:04.182010 3383 gateway.go:321] Spawning Conntrack Rule Check Thread I0703 21:58:04.182008 3383 obj_retry.go:406] Going to retry *factory.serviceForGateway resource setup for 41 objects: [openshift-monitoring/cluster-monitoring-operator openshift-console-operator/metrics openshift-apiserver/check-endpoints default/openshift-oauth-apiserver openshift-cluster-node-tuning-operator/node-tuning-operator openshift-network-console/networking-console-plugin openshift-config-operator/metrics openshift-multus/network-metrics-service openshift-image-registry/image-registry openshift-cloud-credential-operator/cco-metrics openshift-ingress/router-internal-default openshift-cluster-storage-operator/cluster-storage-operator-metrics openshift-cluster-samples-operator/metrics openshift-insights/metrics openshift-ingress/router-default default/openshift openshift-service-ca-operator/metrics default/kubernetes default/openshift-apiserver openshift-apiserver-operator/metrics openshift-ingress-operator/metrics openshift-authentication-operator/metrics openshift-ingress-canary/ingress-canary openshift-kube-storage-version-migrator-operator/metrics openshift-dns/dns-default openshift-dns-operator/metrics openshift-network-diagnostics/network-check-source openshift-machine-config-operator/machine-config-operator openshift-deployment-validation-operator/deployment-validation-operator-metrics openshift-ovn-kubernetes/ovn-kubernetes-node openshift-network-diagnostics/network-check-target openshift-cluster-node-tuning-operator/performance-addon-operator-service openshift-network-operator/metrics openshift-cluster-version/cluster-version-operator openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics default/packageserver openshift-cluster-machine-approver/machine-approver openshift-machine-config-operator/machine-config-daemon openshift-deployment-validation-operator/deployment-validation-operator-catalog openshift-kube-controller-manager-operator/metrics openshift-machine-config-operator/machine-config-controller] I0703 21:58:04.182064 3383 obj_retry.go:415] Waiting for all the *factory.serviceForGateway retry setup to complete in iterateRetryResources I0703 21:58:04.182067 3383 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-console-operator/metrics I0703 21:58:04.182239 3383 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-kube-controller-manager-operator/metrics I0703 21:58:04.182251 3383 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-kube-controller-manager-operator/metrics I0703 21:58:04.182261 3383 gateway_shared_intf.go:859] Adding service metrics in namespace openshift-kube-controller-manager-operator I0703 21:58:04.182285 3383 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-machine-config-operator/machine-config-controller I0703 21:58:04.182323 3383 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-machine-config-operator/machine-config-daemon I0703 21:58:04.182337 3383 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-machine-config-operator/machine-config-daemon I0703 21:58:04.182344 3383 gateway_shared_intf.go:859] Adding service machine-config-daemon in namespace openshift-machine-config-operator I0703 21:58:04.182250 3383 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-console-operator/metrics I0703 21:58:04.182399 3383 gateway_shared_intf.go:892] Updating already programmed rules for machine-config-daemon in namespace openshift-machine-config-operator I0703 21:58:04.182404 3383 gateway_shared_intf.go:859] Adding service metrics in namespace openshift-console-operator I0703 21:58:04.182446 3383 gateway_shared_intf.go:892] Updating already programmed rules for metrics in namespace openshift-console-operator I0703 21:58:04.182324 3383 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-machine-config-operator/machine-config-controller I0703 21:58:04.182459 3383 gateway_shared_intf.go:859] Adding service machine-config-controller in namespace openshift-machine-config-operator I0703 21:58:04.182487 3383 gateway_shared_intf.go:892] Updating already programmed rules for machine-config-controller in namespace openshift-machine-config-operator I0703 21:58:04.182289 3383 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-ingress-operator/metrics I0703 21:58:04.182499 3383 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-ingress-operator/metrics I0703 21:58:04.182506 3383 gateway_shared_intf.go:859] Adding service metrics in namespace openshift-ingress-operator I0703 21:58:04.182531 3383 gateway_shared_intf.go:892] Updating already programmed rules for metrics in namespace openshift-ingress-operator I0703 21:58:04.182086 3383 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-network-diagnostics/network-check-source I0703 21:58:04.182571 3383 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-network-diagnostics/network-check-source I0703 21:58:04.182582 3383 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-network-diagnostics/network-check-source after 0 failed attempt(s) I0703 21:58:04.182086 3383 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-apiserver/check-endpoints I0703 21:58:04.182594 3383 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-apiserver/check-endpoints I0703 21:58:04.182600 3383 gateway_shared_intf.go:859] Adding service check-endpoints in namespace openshift-apiserver I0703 21:58:04.182624 3383 gateway_shared_intf.go:892] Updating already programmed rules for check-endpoints in namespace openshift-apiserver I0703 21:58:04.182082 3383 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-monitoring/cluster-monitoring-operator I0703 21:58:04.182645 3383 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-monitoring/cluster-monitoring-operator I0703 21:58:04.182657 3383 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-monitoring/cluster-monitoring-operator after 0 failed attempt(s) I0703 21:58:04.182097 3383 obj_retry.go:299] Retry object setup: *factory.serviceForGateway default/openshift-oauth-apiserver I0703 21:58:04.182673 3383 obj_retry.go:363] Adding new object: *factory.serviceForGateway default/openshift-oauth-apiserver I0703 21:58:04.182681 3383 gateway_shared_intf.go:859] Adding service openshift-oauth-apiserver in namespace default I0703 21:58:04.182099 3383 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-cluster-version/cluster-version-operator I0703 21:58:04.182715 3383 node_ip_handler_linux.go:493] Skipping non-useable IP address for host: 127.0.0.1/8 lo I0703 21:58:04.182723 3383 gateway_shared_intf.go:892] Updating already programmed rules for openshift-oauth-apiserver in namespace default I0703 21:58:04.182728 3383 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-cluster-version/cluster-version-operator I0703 21:58:04.182735 3383 gateway_shared_intf.go:859] Adding service cluster-version-operator in namespace openshift-cluster-version I0703 21:58:04.182099 3383 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-ingress/router-default I0703 21:58:04.182753 3383 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-ingress/router-default I0703 21:58:04.182762 3383 gateway_shared_intf.go:892] Updating already programmed rules for cluster-version-operator in namespace openshift-cluster-version I0703 21:58:04.182762 3383 port_claim.go:197] Handle NodePort service router-default port 30936 I0703 21:58:04.182771 3383 port_claim.go:41] Opening socket for service: openshift-ingress/router-default, port: 30936 and protocol TCP I0703 21:58:04.182779 3383 port_claim.go:64] Opening socket for LocalPort "nodePort for openshift-ingress/router-default:http" (:30936/tcp) I0703 21:58:04.182109 3383 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-cluster-node-tuning-operator/node-tuning-operator I0703 21:58:04.182818 3383 port_claim.go:71] Svc openshift-ingress/router-default: port 30936 is already open, no action needed I0703 21:58:04.182110 3383 obj_retry.go:299] Retry object setup: *factory.serviceForGateway default/openshift I0703 21:58:04.182826 3383 port_claim.go:197] Handle NodePort service router-default port 30241 I0703 21:58:04.182138 3383 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-network-diagnostics/network-check-target I0703 21:58:04.182833 3383 port_claim.go:41] Opening socket for service: openshift-ingress/router-default, port: 30241 and protocol TCP I0703 21:58:04.182819 3383 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-cluster-node-tuning-operator/node-tuning-operator I0703 21:58:04.182843 3383 node_ip_handler_linux.go:493] Skipping non-useable IP address for host: 169.254.0.2/17 br-ex I0703 21:58:04.182140 3383 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-network-console/networking-console-plugin I0703 21:58:04.182853 3383 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-network-console/networking-console-plugin I0703 21:58:04.182859 3383 gateway_shared_intf.go:859] Adding service networking-console-plugin in namespace openshift-network-console I0703 21:58:04.182862 3383 node_ip_handler_linux.go:175] Node IP manager is running I0703 21:58:04.182834 3383 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-network-diagnostics/network-check-target I0703 21:58:04.182876 3383 gateway_shared_intf.go:859] Adding service network-check-target in namespace openshift-network-diagnostics I0703 21:58:04.182888 3383 gateway_shared_intf.go:892] Updating already programmed rules for networking-console-plugin in namespace openshift-network-console I0703 21:58:04.182827 3383 obj_retry.go:363] Adding new object: *factory.serviceForGateway default/openshift I0703 21:58:04.182898 3383 obj_retry.go:383] Retry successful for *factory.serviceForGateway default/openshift after 0 failed attempt(s) I0703 21:58:04.182140 3383 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-cluster-machine-approver/machine-approver I0703 21:58:04.182904 3383 gateway_shared_intf.go:892] Updating already programmed rules for network-check-target in namespace openshift-network-diagnostics I0703 21:58:04.182840 3383 port_claim.go:64] Opening socket for LocalPort "nodePort for openshift-ingress/router-default:https" (:30241/tcp) I0703 21:58:04.182910 3383 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-cluster-machine-approver/machine-approver I0703 21:58:04.182915 3383 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-cluster-machine-approver/machine-approver after 0 failed attempt(s) I0703 21:58:04.182915 3383 port_claim.go:71] Svc openshift-ingress/router-default: port 30241 is already open, no action needed I0703 21:58:04.182928 3383 healthcheck.go:141] Existing healthcheck "openshift-ingress/router-default" on port 32754 I0703 21:58:04.182142 3383 obj_retry.go:299] Retry object setup: *factory.serviceForGateway default/kubernetes I0703 21:58:04.182947 3383 obj_retry.go:363] Adding new object: *factory.serviceForGateway default/kubernetes I0703 21:58:04.182957 3383 gateway_shared_intf.go:859] Adding service kubernetes in namespace default I0703 21:58:04.182991 3383 gateway_shared_intf.go:892] Updating already programmed rules for kubernetes in namespace default I0703 21:58:04.182949 3383 healthcheck.go:224] Reporting 0 endpoints for healthcheck "openshift-ingress/router-default" I0703 21:58:04.183005 3383 gateway_shared_intf.go:859] Adding service router-default in namespace openshift-ingress I0703 21:58:04.183021 3383 gateway_shared_intf.go:892] Updating already programmed rules for router-default in namespace openshift-ingress I0703 21:58:04.182152 3383 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics I0703 21:58:04.183031 3383 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics I0703 21:58:04.183037 3383 gateway_shared_intf.go:859] Adding service csi-snapshot-controller-operator-metrics in namespace openshift-cluster-storage-operator I0703 21:58:04.183059 3383 gateway_shared_intf.go:892] Updating already programmed rules for csi-snapshot-controller-operator-metrics in namespace openshift-cluster-storage-operator I0703 21:58:04.182152 3383 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-cloud-credential-operator/cco-metrics I0703 21:58:04.183069 3383 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-cloud-credential-operator/cco-metrics I0703 21:58:04.183073 3383 gateway_shared_intf.go:859] Adding service cco-metrics in namespace openshift-cloud-credential-operator I0703 21:58:04.183096 3383 gateway_shared_intf.go:892] Updating already programmed rules for cco-metrics in namespace openshift-cloud-credential-operator I0703 21:58:04.182161 3383 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-apiserver-operator/metrics I0703 21:58:04.183128 3383 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-apiserver-operator/metrics I0703 21:58:04.183136 3383 gateway_shared_intf.go:859] Adding service metrics in namespace openshift-apiserver-operator I0703 21:58:04.183164 3383 gateway_shared_intf.go:892] Updating already programmed rules for metrics in namespace openshift-apiserver-operator I0703 21:58:04.182162 3383 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-machine-config-operator/machine-config-operator I0703 21:58:04.183183 3383 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-machine-config-operator/machine-config-operator I0703 21:58:04.183195 3383 gateway_shared_intf.go:859] Adding service machine-config-operator in namespace openshift-machine-config-operator I0703 21:58:04.182157 3383 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-network-operator/metrics I0703 21:58:04.183248 3383 gateway_shared_intf.go:892] Updating already programmed rules for machine-config-operator in namespace openshift-machine-config-operator I0703 21:58:04.183254 3383 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-network-operator/metrics I0703 21:58:04.183262 3383 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-network-operator/metrics after 0 failed attempt(s) I0703 21:58:04.182163 3383 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-ingress/router-internal-default I0703 21:58:04.183273 3383 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-ingress/router-internal-default I0703 21:58:04.183280 3383 gateway_shared_intf.go:859] Adding service router-internal-default in namespace openshift-ingress I0703 21:58:04.183307 3383 gateway_shared_intf.go:892] Updating already programmed rules for router-internal-default in namespace openshift-ingress I0703 21:58:04.182164 3383 obj_retry.go:299] Retry object setup: *factory.serviceForGateway default/packageserver I0703 21:58:04.183321 3383 obj_retry.go:363] Adding new object: *factory.serviceForGateway default/packageserver I0703 21:58:04.183326 3383 gateway_shared_intf.go:859] Adding service packageserver in namespace default I0703 21:58:04.183352 3383 gateway_shared_intf.go:892] Updating already programmed rules for packageserver in namespace default I0703 21:58:04.182172 3383 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-deployment-validation-operator/deployment-validation-operator-metrics I0703 21:58:04.183364 3383 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-deployment-validation-operator/deployment-validation-operator-metrics I0703 21:58:04.183370 3383 gateway_shared_intf.go:859] Adding service deployment-validation-operator-metrics in namespace openshift-deployment-validation-operator I0703 21:58:04.183397 3383 gateway_shared_intf.go:892] Updating already programmed rules for deployment-validation-operator-metrics in namespace openshift-deployment-validation-operator I0703 21:58:04.182176 3383 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-config-operator/metrics I0703 21:58:04.183409 3383 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-config-operator/metrics I0703 21:58:04.183415 3383 gateway_shared_intf.go:859] Adding service metrics in namespace openshift-config-operator I0703 21:58:04.183438 3383 gateway_shared_intf.go:892] Updating already programmed rules for metrics in namespace openshift-config-operator I0703 21:58:04.182177 3383 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-cluster-storage-operator/cluster-storage-operator-metrics I0703 21:58:04.183450 3383 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-cluster-storage-operator/cluster-storage-operator-metrics I0703 21:58:04.183456 3383 gateway_shared_intf.go:859] Adding service cluster-storage-operator-metrics in namespace openshift-cluster-storage-operator I0703 21:58:04.183480 3383 gateway_shared_intf.go:892] Updating already programmed rules for cluster-storage-operator-metrics in namespace openshift-cluster-storage-operator I0703 21:58:04.182185 3383 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-multus/network-metrics-service I0703 21:58:04.183491 3383 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-multus/network-metrics-service I0703 21:58:04.183498 3383 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-multus/network-metrics-service after 0 failed attempt(s) I0703 21:58:04.182190 3383 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-kube-storage-version-migrator-operator/metrics I0703 21:58:04.183507 3383 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-kube-storage-version-migrator-operator/metrics I0703 21:58:04.183511 3383 gateway_shared_intf.go:859] Adding service metrics in namespace openshift-kube-storage-version-migrator-operator I0703 21:58:04.183528 3383 gateway_shared_intf.go:892] Updating already programmed rules for metrics in namespace openshift-kube-storage-version-migrator-operator I0703 21:58:04.182186 3383 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-cluster-samples-operator/metrics I0703 21:58:04.183537 3383 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-cluster-samples-operator/metrics I0703 21:58:04.183542 3383 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-cluster-samples-operator/metrics after 0 failed attempt(s) I0703 21:58:04.182196 3383 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-image-registry/image-registry I0703 21:58:04.183549 3383 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-image-registry/image-registry I0703 21:58:04.183552 3383 gateway_shared_intf.go:859] Adding service image-registry in namespace openshift-image-registry I0703 21:58:04.183568 3383 gateway_shared_intf.go:892] Updating already programmed rules for image-registry in namespace openshift-image-registry I0703 21:58:04.182198 3383 ovs.go:160] Exec(64): /usr/bin/ovs-ofctl -O OpenFlow13 --bundle replace-flows br-ex - I0703 21:58:04.182199 3383 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-authentication-operator/metrics I0703 21:58:04.183601 3383 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-authentication-operator/metrics I0703 21:58:04.182205 3383 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-ingress-canary/ingress-canary I0703 21:58:04.183609 3383 gateway_shared_intf.go:859] Adding service metrics in namespace openshift-authentication-operator I0703 21:58:04.183617 3383 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-ingress-canary/ingress-canary I0703 21:58:04.183630 3383 gateway_shared_intf.go:859] Adding service ingress-canary in namespace openshift-ingress-canary I0703 21:58:04.182218 3383 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-dns/dns-default I0703 21:58:04.183638 3383 gateway_shared_intf.go:892] Updating already programmed rules for metrics in namespace openshift-authentication-operator I0703 21:58:04.183654 3383 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-dns/dns-default I0703 21:58:04.183662 3383 gateway_shared_intf.go:859] Adding service dns-default in namespace openshift-dns I0703 21:58:04.183661 3383 gateway_shared_intf.go:892] Updating already programmed rules for ingress-canary in namespace openshift-ingress-canary I0703 21:58:04.183688 3383 gateway_shared_intf.go:892] Updating already programmed rules for dns-default in namespace openshift-dns I0703 21:58:04.182219 3383 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-deployment-validation-operator/deployment-validation-operator-catalog I0703 21:58:04.183704 3383 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-deployment-validation-operator/deployment-validation-operator-catalog I0703 21:58:04.183711 3383 gateway_shared_intf.go:859] Adding service deployment-validation-operator-catalog in namespace openshift-deployment-validation-operator I0703 21:58:04.183754 3383 gateway_shared_intf.go:892] Updating already programmed rules for deployment-validation-operator-catalog in namespace openshift-deployment-validation-operator I0703 21:58:04.182074 3383 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-insights/metrics I0703 21:58:04.182298 3383 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-dns-operator/metrics I0703 21:58:04.183847 3383 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-dns-operator/metrics I0703 21:58:04.183854 3383 gateway_shared_intf.go:859] Adding service metrics in namespace openshift-dns-operator I0703 21:58:04.182311 3383 gateway_shared_intf.go:892] Updating already programmed rules for metrics in namespace openshift-kube-controller-manager-operator I0703 21:58:04.183940 3383 gateway_shared_intf.go:892] Updating already programmed rules for metrics in namespace openshift-dns-operator I0703 21:58:04.182109 3383 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-ovn-kubernetes/ovn-kubernetes-node I0703 21:58:04.182139 3383 default_node_network_controller.go:1213] Gateway and management port readiness took 66.157473ms I0703 21:58:04.184025 3383 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-ovn-kubernetes/ovn-kubernetes-node I0703 21:58:04.182844 3383 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-cluster-node-tuning-operator/node-tuning-operator after 0 failed attempt(s) I0703 21:58:04.184094 3383 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-ovn-kubernetes/ovn-kubernetes-node after 0 failed attempt(s) I0703 21:58:04.182148 3383 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-cluster-node-tuning-operator/performance-addon-operator-service I0703 21:58:04.184151 3383 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-cluster-node-tuning-operator/performance-addon-operator-service I0703 21:58:04.184182 3383 gateway_shared_intf.go:859] Adding service performance-addon-operator-service in namespace openshift-cluster-node-tuning-operator I0703 21:58:04.182152 3383 obj_retry.go:299] Retry object setup: *factory.serviceForGateway default/openshift-apiserver I0703 21:58:04.184219 3383 obj_retry.go:363] Adding new object: *factory.serviceForGateway default/openshift-apiserver I0703 21:58:04.182152 3383 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-service-ca-operator/metrics I0703 21:58:04.184234 3383 gateway_shared_intf.go:859] Adding service openshift-apiserver in namespace default I0703 21:58:04.184241 3383 gateway_shared_intf.go:892] Updating already programmed rules for performance-addon-operator-service in namespace openshift-cluster-node-tuning-operator I0703 21:58:04.184248 3383 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-service-ca-operator/metrics I0703 21:58:04.184253 3383 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-insights/metrics I0703 21:58:04.184257 3383 gateway_shared_intf.go:859] Adding service metrics in namespace openshift-service-ca-operator I0703 21:58:04.184283 3383 gateway_shared_intf.go:892] Updating already programmed rules for openshift-apiserver in namespace default I0703 21:58:04.184286 3383 route_manager.go:161] Route Manager: added route {Ifindex: 5 Dst: 172.30.0.0/16 Src: 169.254.0.2 Gw: 169.254.0.4 Flags: [] Table: 254 Realm: 0} I0703 21:58:04.184318 3383 ovs.go:160] Exec(65): /usr/bin/ovs-vsctl --timeout=15 --if-exists del-br br-ext I0703 21:58:04.184300 3383 gateway_shared_intf.go:892] Updating already programmed rules for metrics in namespace openshift-service-ca-operator I0703 21:58:04.184264 3383 gateway_shared_intf.go:859] Adding service metrics in namespace openshift-insights I0703 21:58:04.184365 3383 gateway_shared_intf.go:892] Updating already programmed rules for metrics in namespace openshift-insights I0703 21:58:04.190908 3383 ovs.go:163] Exec(65): stdout: "" I0703 21:58:04.190921 3383 ovs.go:164] Exec(65): stderr: "" I0703 21:58:04.190929 3383 ovs.go:160] Exec(66): /usr/bin/ovs-vsctl --timeout=15 --if-exists del-port br-int int I0703 21:58:04.197443 3383 ovs.go:163] Exec(66): stdout: "" I0703 21:58:04.197462 3383 ovs.go:164] Exec(66): stderr: "" I0703 21:58:04.208421 3383 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-machine-config-operator/machine-config-daemon after 0 failed attempt(s) W0703 21:58:04.228626 3383 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 W0703 21:58:04.228747 3383 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 W0703 21:58:04.228896 3383 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 I0703 21:58:04.240707 3383 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-apiserver/check-endpoints after 0 failed attempt(s) I0703 21:58:04.240714 3383 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-insights/metrics after 0 failed attempt(s) I0703 21:58:04.240715 3383 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-console-operator/metrics after 0 failed attempt(s) I0703 21:58:04.240734 3383 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-ingress-operator/metrics after 0 failed attempt(s) I0703 21:58:04.240735 3383 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-machine-config-operator/machine-config-controller after 0 failed attempt(s) I0703 21:58:04.240753 3383 obj_retry.go:383] Retry successful for *factory.serviceForGateway default/openshift-oauth-apiserver after 0 failed attempt(s) I0703 21:58:04.265380 3383 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-dns/dns-default after 0 failed attempt(s) I0703 21:58:04.265393 3383 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-image-registry/image-registry after 0 failed attempt(s) I0703 21:58:04.265411 3383 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-cluster-storage-operator/cluster-storage-operator-metrics after 0 failed attempt(s) I0703 21:58:04.265420 3383 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics after 0 failed attempt(s) I0703 21:58:04.265428 3383 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-cluster-version/cluster-version-operator after 0 failed attempt(s) I0703 21:58:04.265435 3383 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-authentication-operator/metrics after 0 failed attempt(s) I0703 21:58:04.265443 3383 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-network-console/networking-console-plugin after 0 failed attempt(s) I0703 21:58:04.265452 3383 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-network-diagnostics/network-check-target after 0 failed attempt(s) I0703 21:58:04.265460 3383 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-kube-storage-version-migrator-operator/metrics after 0 failed attempt(s) I0703 21:58:04.265468 3383 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-kube-controller-manager-operator/metrics after 0 failed attempt(s) I0703 21:58:04.321011 3383 obj_retry.go:383] Retry successful for *factory.serviceForGateway default/kubernetes after 0 failed attempt(s) I0703 21:58:04.321067 3383 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-deployment-validation-operator/deployment-validation-operator-catalog after 0 failed attempt(s) I0703 21:58:04.321089 3383 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-ingress-canary/ingress-canary after 0 failed attempt(s) I0703 21:58:04.321098 3383 obj_retry.go:383] Retry successful for *factory.serviceForGateway default/openshift-apiserver after 0 failed attempt(s) I0703 21:58:04.367955 3383 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-ingress/router-default after 0 failed attempt(s) I0703 21:58:04.367964 3383 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-dns-operator/metrics after 0 failed attempt(s) I0703 21:58:04.367981 3383 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-machine-config-operator/machine-config-operator after 0 failed attempt(s) I0703 21:58:04.367994 3383 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-cloud-credential-operator/cco-metrics after 0 failed attempt(s) I0703 21:58:04.368003 3383 obj_retry.go:383] Retry successful for *factory.serviceForGateway default/packageserver after 0 failed attempt(s) I0703 21:58:04.368017 3383 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-cluster-node-tuning-operator/performance-addon-operator-service after 0 failed attempt(s) I0703 21:58:04.368025 3383 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-service-ca-operator/metrics after 0 failed attempt(s) I0703 21:58:04.368032 3383 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-apiserver-operator/metrics after 0 failed attempt(s) I0703 21:58:04.368038 3383 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-ingress/router-internal-default after 0 failed attempt(s) I0703 21:58:04.368044 3383 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-deployment-validation-operator/deployment-validation-operator-metrics after 0 failed attempt(s) I0703 21:58:04.368050 3383 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-config-operator/metrics after 0 failed attempt(s) I0703 21:58:05.712827 3383 egressservice_zone_node.go:110] Processing sync for Egress Service node ip-10-0-2-121.ec2.internal I0703 21:58:05.712851 3383 egressservice_zone_node.go:113] Finished syncing Egress Service node ip-10-0-2-121.ec2.internal: 32.281µs I0703 21:58:05.712962 3383 node_tracker.go:211] Processing possible switch / router updates for node ip-10-0-2-121.ec2.internal in network "default" I0703 21:58:05.713024 3383 node_tracker.go:172] Node ip-10-0-2-121.ec2.internal switch + router changed, syncing services in network "default" I0703 21:58:05.713038 3383 services_controller.go:575] Full service sync requested for network=default I0703 21:58:05.712967 3383 default_network_controller.go:1063] Egress IP detected IP address change for node ip-10-0-2-121.ec2.internal. Updating no re-route policies W0703 21:58:05.765064 3383 egressip_healthcheck.go:76] Health checking using insecure connection I0703 21:58:05.765134 3383 egressip_healthcheck.go:109] Starting Egress IP Health Server on 10.129.0.2:9107 I0703 21:58:05.765258 3383 default_node_network_controller.go:1597] Starting node controller node sync I0703 21:58:05.779654 3383 default_node_network_controller.go:1638] Node controller node sync done. Time taken: 14.375636ms I0703 21:58:05.779787 3383 default_node_network_controller.go:1523] Adding remote node "ip-10-0-2-121.ec2.internal", IP: 10.0.2.121 to PMTUD blocking rules I0703 21:58:05.779784 3383 default_node_network_controller.go:1523] Adding remote node "ip-10-0-0-35.ec2.internal", IP: 10.0.0.35 to PMTUD blocking rules I0703 21:58:05.793610 3383 healthcheck_node.go:124] "Starting node proxy healthz server" address="0.0.0.0:10256" I0703 21:58:05.794151 3383 egressservice_node.go:93] Setting up event handlers for Egress Services I0703 21:58:05.794385 3383 egressservice_node.go:183] Starting Egress Services Controller I0703 21:58:05.794402 3383 shared_informer.go:313] Waiting for caches to sync for egressservices I0703 21:58:05.794412 3383 shared_informer.go:320] Caches are synced for egressservices I0703 21:58:05.794418 3383 shared_informer.go:313] Waiting for caches to sync for egressservices_services I0703 21:58:05.794421 3383 shared_informer.go:320] Caches are synced for egressservices_services I0703 21:58:05.794425 3383 shared_informer.go:313] Waiting for caches to sync for egressservices_endpointslices I0703 21:58:05.794428 3383 shared_informer.go:320] Caches are synced for egressservices_endpointslices I0703 21:58:05.794444 3383 egressservice_node.go:197] Repairing Egress Services I0703 21:58:05.805257 3383 node_controller.go:43] Starting Admin Policy Based Route Node Controller I0703 21:58:05.805272 3383 external_controller.go:277] Starting Admin Policy Based Route Controller I0703 21:58:05.805409 3383 default_node_network_controller.go:1349] Egress IP for secondary host network is disabled I0703 21:58:05.805421 3383 link_network_manager.go:116] Link manager is running I0703 21:58:05.805433 3383 default_node_network_controller.go:1360] Default node network controller initialized and ready. I0703 21:58:05.805493 3383 ovspinning_linux.go:42] OVS CPU affinity pinning disabled I0703 21:58:05.806034 3383 vrf_manager.go:128] VRF manager is running I0703 21:58:05.877979 3383 node_tracker.go:211] Processing possible switch / router updates for node ip-10-0-2-121.ec2.internal in network "default" I0703 21:58:05.878049 3383 node_tracker.go:172] Node ip-10-0-2-121.ec2.internal switch + router changed, syncing services in network "default" I0703 21:58:05.878073 3383 services_controller.go:575] Full service sync requested for network=default I0703 21:58:05.878152 3383 default_node_network_controller.go:1523] Adding remote node "ip-10-0-2-121.ec2.internal", IP: 10.0.2.121 to PMTUD blocking rules I0703 21:58:07.990358 3383 egressservice_zone_node.go:110] Processing sync for Egress Service node ip-10-0-0-35.ec2.internal I0703 21:58:07.990452 3383 egressservice_zone_node.go:113] Finished syncing Egress Service node ip-10-0-0-35.ec2.internal: 87.461µs I0703 21:58:08.400041 3383 egressservice_zone_node.go:110] Processing sync for Egress Service node ip-10-0-1-250.ec2.internal I0703 21:58:08.400192 3383 egressservice_zone_node.go:113] Finished syncing Egress Service node ip-10-0-1-250.ec2.internal: 158.309µs I0703 21:58:08.449809 3383 base_network_controller_pods.go:478] [default/openshift-dns/dns-default-jmgdm] creating logical port openshift-dns_dns-default-jmgdm for pod on switch ip-10-0-1-250.ec2.internal I0703 21:58:08.449906 3383 kube.go:320] Updating pod openshift-dns/dns-default-jmgdm I0703 21:58:08.456678 3383 base_network_controller_pods.go:478] [default/openshift-ingress-canary/ingress-canary-d4j2r] creating logical port openshift-ingress-canary_ingress-canary-d4j2r for pod on switch ip-10-0-1-250.ec2.internal I0703 21:58:08.456914 3383 kube.go:320] Updating pod openshift-ingress-canary/ingress-canary-d4j2r I0703 21:58:08.464833 3383 pod.go:62] [openshift-dns/dns-default-jmgdm] pod update took 14.960849ms I0703 21:58:08.464857 3383 base_network_controller_pods.go:928] [default/openshift-dns/dns-default-jmgdm] addLogicalPort annotation time took 14.989189ms I0703 21:58:08.466042 3383 pods.go:253] [openshift-dns/dns-default-jmgdm] addLogicalPort took 16.251791ms, libovsdb time 791.818µs I0703 21:58:08.470907 3383 pod.go:62] [openshift-ingress-canary/ingress-canary-d4j2r] pod update took 14.042519ms I0703 21:58:08.470987 3383 base_network_controller_pods.go:928] [default/openshift-ingress-canary/ingress-canary-d4j2r] addLogicalPort annotation time took 14.132886ms I0703 21:58:08.472255 3383 pods.go:253] [openshift-ingress-canary/ingress-canary-d4j2r] addLogicalPort took 15.61286ms, libovsdb time 911.137µs I0703 21:58:09.314804 3383 egressservice_zone_node.go:110] Processing sync for Egress Service node ip-10-0-2-121.ec2.internal I0703 21:58:09.314858 3383 egressservice_zone_node.go:113] Finished syncing Egress Service node ip-10-0-2-121.ec2.internal: 59.865µs I0703 21:58:10.491703 3383 base_network_controller_pods.go:478] [default/openshift-image-registry/image-registry-9d9d76648-t45n7] creating logical port openshift-image-registry_image-registry-9d9d76648-t45n7 for pod on switch ip-10-0-1-250.ec2.internal I0703 21:58:10.491841 3383 kube.go:320] Updating pod openshift-image-registry/image-registry-9d9d76648-t45n7 I0703 21:58:10.524699 3383 pod.go:62] [openshift-image-registry/image-registry-9d9d76648-t45n7] pod update took 32.887091ms I0703 21:58:10.524719 3383 base_network_controller_pods.go:928] [default/openshift-image-registry/image-registry-9d9d76648-t45n7] addLogicalPort annotation time took 32.913448ms I0703 21:58:10.525763 3383 pods.go:253] [openshift-image-registry/image-registry-9d9d76648-t45n7] addLogicalPort took 34.084424ms, libovsdb time 784.122µs I0703 21:58:40.501409 3383 cni.go:331] [openshift-network-diagnostics/network-check-target-mggcz d51288574f344f2573c92bd466fc6025b539c7c325b3294251943af2e2a535b8 network default NAD default] ADD starting CNI request [openshift-network-diagnostics/network-check-target-mggcz d51288574f344f2573c92bd466fc6025b539c7c325b3294251943af2e2a535b8 network default NAD default] I0703 21:58:40.547979 3383 helper_linux.go:450] ConfigureOVS: namespace: openshift-network-diagnostics, podName: network-check-target-mggcz, hostIfaceName: d51288574f344f2, network: default, NAD default, SandboxID: "d51288574f344f2573c92bd466fc6025b539c7c325b3294251943af2e2a535b8", PCI device ID: , UID: "96654646-40f2-4df9-9883-973acb6b6926", MAC: 0a:58:0a:81:00:03, IPs: [10.129.0.3/23] I0703 21:58:40.615786 3383 cni.go:352] [openshift-network-diagnostics/network-check-target-mggcz d51288574f344f2573c92bd466fc6025b539c7c325b3294251943af2e2a535b8 network default NAD default] ADD finished CNI request [openshift-network-diagnostics/network-check-target-mggcz d51288574f344f2573c92bd466fc6025b539c7c325b3294251943af2e2a535b8 network default NAD default], result "{\"interfaces\":[{\"name\":\"d51288574f344f2\",\"mac\":\"f2:50:73:fd:34:06\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:81:00:03\",\"sandbox\":\"/var/run/netns/980ef921-9983-4af6-be63-c79f662a22d2\"}],\"ips\":[{\"interface\":1,\"address\":\"10.129.0.3/23\",\"gateway\":\"10.129.0.1\"}],\"dns\":{}}", err I0703 21:59:04.871334 3383 obj_retry.go:463] Detected object openshift-deployment-validation-operator/304f2b55651df42bb2d4d5d48244ba48d7d4f273b8a1576cda30f66644twrn9 of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 21:59:04.871941 3383 obj_retry.go:463] Detected object openshift-deployment-validation-operator/304f2b55651df42bb2d4d5d48244ba48d7d4f273b8a1576cda30f66644twrn9 of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 21:59:04.871970 3383 obj_retry.go:463] Detected object openshift-deployment-validation-operator/304f2b55651df42bb2d4d5d48244ba48d7d4f273b8a1576cda30f66644twrn9 of type *factory.localPodSelector in terminal state (e.g. completed) during update event: will remove it I0703 21:59:04.871980 3383 base_network_controller_policy.go:642] Processing NetworkPolicy openshift-deployment-validation-operator/allow-from-openshift-insights to delete 1 local pods... I0703 21:59:05.896635 3383 obj_retry.go:457] Detected object openshift-deployment-validation-operator/304f2b55651df42bb2d4d5d48244ba48d7d4f273b8a1576cda30f66644twrn9 of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 21:59:05.896659 3383 obj_retry.go:457] Detected object openshift-deployment-validation-operator/304f2b55651df42bb2d4d5d48244ba48d7d4f273b8a1576cda30f66644twrn9 of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 21:59:05.896692 3383 obj_retry.go:457] Detected object openshift-deployment-validation-operator/304f2b55651df42bb2d4d5d48244ba48d7d4f273b8a1576cda30f66644twrn9 of type *factory.localPodSelector in terminal state (e.g. completed) will be ignored as it has already been processed I0703 21:59:07.094983 3383 namespace.go:137] [openshift-deployment-validation-operator] updating namespace I0703 21:59:07.109629 3383 namespace.go:137] [openshift-deployment-validation-operator] updating namespace I0703 21:59:33.402604 3383 base_network_controller_pods.go:478] [default/openshift-service-ca-operator/service-ca-operator-5c7586f49d-hg586] creating logical port openshift-service-ca-operator_service-ca-operator-5c7586f49d-hg586 for pod on switch ip-10-0-1-250.ec2.internal I0703 21:59:33.402678 3383 base_network_controller_pods.go:478] [default/openshift-kube-storage-version-migrator-operator/kube-storage-version-migrator-operator-7944b9f44d-cc6v4] creating logical port openshift-kube-storage-version-migrator-operator_kube-storage-version-migrator-operator-7944b9f44d-cc6v4 for pod on switch ip-10-0-1-250.ec2.internal I0703 21:59:33.402709 3383 kube.go:320] Updating pod openshift-service-ca-operator/service-ca-operator-5c7586f49d-hg586 I0703 21:59:33.402779 3383 kube.go:320] Updating pod openshift-kube-storage-version-migrator-operator/kube-storage-version-migrator-operator-7944b9f44d-cc6v4 I0703 21:59:33.403768 3383 base_network_controller_pods.go:478] [default/openshift-cluster-samples-operator/cluster-samples-operator-687f774f9f-fzjp6] creating logical port openshift-cluster-samples-operator_cluster-samples-operator-687f774f9f-fzjp6 for pod on switch ip-10-0-1-250.ec2.internal I0703 21:59:33.403960 3383 kube.go:320] Updating pod openshift-cluster-samples-operator/cluster-samples-operator-687f774f9f-fzjp6 I0703 21:59:33.423619 3383 pod.go:62] [openshift-service-ca-operator/service-ca-operator-5c7586f49d-hg586] pod update took 20.938055ms I0703 21:59:33.423642 3383 base_network_controller_pods.go:928] [default/openshift-service-ca-operator/service-ca-operator-5c7586f49d-hg586] addLogicalPort annotation time took 20.96677ms I0703 21:59:33.424836 3383 pods.go:253] [openshift-service-ca-operator/service-ca-operator-5c7586f49d-hg586] addLogicalPort took 22.251403ms, libovsdb time 854.612µs I0703 21:59:33.429854 3383 pod.go:62] [openshift-cluster-samples-operator/cluster-samples-operator-687f774f9f-fzjp6] pod update took 25.921645ms I0703 21:59:33.429874 3383 base_network_controller_pods.go:928] [default/openshift-cluster-samples-operator/cluster-samples-operator-687f774f9f-fzjp6] addLogicalPort annotation time took 25.939506ms I0703 21:59:33.429852 3383 pod.go:62] [openshift-kube-storage-version-migrator-operator/kube-storage-version-migrator-operator-7944b9f44d-cc6v4] pod update took 27.090574ms I0703 21:59:33.430286 3383 base_network_controller_pods.go:928] [default/openshift-kube-storage-version-migrator-operator/kube-storage-version-migrator-operator-7944b9f44d-cc6v4] addLogicalPort annotation time took 27.523843ms I0703 21:59:33.431109 3383 pods.go:253] [openshift-cluster-samples-operator/cluster-samples-operator-687f774f9f-fzjp6] addLogicalPort took 27.35078ms, libovsdb time 903.372µs I0703 21:59:33.431560 3383 pods.go:253] [openshift-kube-storage-version-migrator-operator/kube-storage-version-migrator-operator-7944b9f44d-cc6v4] addLogicalPort took 28.896928ms, libovsdb time 956.32µs I0703 21:59:33.504112 3383 base_network_controller_pods.go:478] [default/openshift-network-console/networking-console-plugin-c8f658647-qnldl] creating logical port openshift-network-console_networking-console-plugin-c8f658647-qnldl for pod on switch ip-10-0-1-250.ec2.internal I0703 21:59:33.504206 3383 base_network_controller_pods.go:478] [default/openshift-insights/insights-operator-5ff5cb4f99-llff6] creating logical port openshift-insights_insights-operator-5ff5cb4f99-llff6 for pod on switch ip-10-0-1-250.ec2.internal I0703 21:59:33.504338 3383 kube.go:320] Updating pod openshift-network-console/networking-console-plugin-c8f658647-qnldl I0703 21:59:33.504436 3383 kube.go:320] Updating pod openshift-insights/insights-operator-5ff5cb4f99-llff6 I0703 21:59:33.517822 3383 base_network_controller_pods.go:478] [default/openshift-console-operator/console-operator-85b84f584d-clnvf] creating logical port openshift-console-operator_console-operator-85b84f584d-clnvf for pod on switch ip-10-0-1-250.ec2.internal I0703 21:59:33.517921 3383 kube.go:320] Updating pod openshift-console-operator/console-operator-85b84f584d-clnvf I0703 21:59:33.522556 3383 base_network_controller_pods.go:478] [default/openshift-ingress/router-default-7c95698449-94nxj] creating logical port openshift-ingress_router-default-7c95698449-94nxj for pod on switch ip-10-0-1-250.ec2.internal I0703 21:59:33.522660 3383 kube.go:320] Updating pod openshift-ingress/router-default-7c95698449-94nxj I0703 21:59:33.531140 3383 base_network_controller_pods.go:478] [default/openshift-ingress/router-default-6b5cd76795-2rcjb] creating logical port openshift-ingress_router-default-6b5cd76795-2rcjb for pod on switch ip-10-0-1-250.ec2.internal I0703 21:59:33.531216 3383 kube.go:320] Updating pod openshift-ingress/router-default-6b5cd76795-2rcjb I0703 21:59:33.531250 3383 pod.go:62] [openshift-insights/insights-operator-5ff5cb4f99-llff6] pod update took 26.832452ms I0703 21:59:33.531272 3383 base_network_controller_pods.go:928] [default/openshift-insights/insights-operator-5ff5cb4f99-llff6] addLogicalPort annotation time took 26.856214ms I0703 21:59:33.531395 3383 pod.go:62] [openshift-network-console/networking-console-plugin-c8f658647-qnldl] pod update took 27.080107ms I0703 21:59:33.531414 3383 base_network_controller_pods.go:928] [default/openshift-network-console/networking-console-plugin-c8f658647-qnldl] addLogicalPort annotation time took 27.101078ms I0703 21:59:33.532511 3383 pods.go:253] [openshift-insights/insights-operator-5ff5cb4f99-llff6] addLogicalPort took 28.317187ms, libovsdb time 886.711µs I0703 21:59:33.532928 3383 pods.go:253] [openshift-network-console/networking-console-plugin-c8f658647-qnldl] addLogicalPort took 28.832215ms, libovsdb time 1.188812ms I0703 21:59:33.544493 3383 pod.go:62] [openshift-console-operator/console-operator-85b84f584d-clnvf] pod update took 26.590084ms I0703 21:59:33.544521 3383 base_network_controller_pods.go:928] [default/openshift-console-operator/console-operator-85b84f584d-clnvf] addLogicalPort annotation time took 26.62089ms I0703 21:59:33.545767 3383 pods.go:253] [openshift-console-operator/console-operator-85b84f584d-clnvf] addLogicalPort took 27.955393ms, libovsdb time 892.031µs I0703 21:59:33.550777 3383 pod.go:62] [openshift-ingress/router-default-7c95698449-94nxj] pod update took 28.137858ms I0703 21:59:33.550798 3383 base_network_controller_pods.go:928] [default/openshift-ingress/router-default-7c95698449-94nxj] addLogicalPort annotation time took 28.162194ms I0703 21:59:33.552720 3383 pods.go:253] [openshift-ingress/router-default-7c95698449-94nxj] addLogicalPort took 30.177979ms, libovsdb time 1.539035ms I0703 21:59:33.560304 3383 pod.go:62] [openshift-ingress/router-default-6b5cd76795-2rcjb] pod update took 29.113408ms I0703 21:59:33.560321 3383 base_network_controller_pods.go:928] [default/openshift-ingress/router-default-6b5cd76795-2rcjb] addLogicalPort annotation time took 29.132367ms I0703 21:59:33.561248 3383 pods.go:253] [openshift-ingress/router-default-6b5cd76795-2rcjb] addLogicalPort took 30.143165ms, libovsdb time 606.24µs I0703 21:59:33.757345 3383 cni.go:331] [openshift-service-ca-operator/service-ca-operator-5c7586f49d-hg586 81ac8ca6e010256790604443b4173b7f5f48f9ed085a366188b8a346cc08f909 network default NAD default] ADD starting CNI request [openshift-service-ca-operator/service-ca-operator-5c7586f49d-hg586 81ac8ca6e010256790604443b4173b7f5f48f9ed085a366188b8a346cc08f909 network default NAD default] I0703 21:59:33.766918 3383 helper_linux.go:450] ConfigureOVS: namespace: openshift-service-ca-operator, podName: service-ca-operator-5c7586f49d-hg586, hostIfaceName: 81ac8ca6e010256, network: default, NAD default, SandboxID: "81ac8ca6e010256790604443b4173b7f5f48f9ed085a366188b8a346cc08f909", PCI device ID: , UID: "58fcd9da-8d57-49e8-93b5-626c73cd21fd", MAC: 0a:58:0a:81:00:08, IPs: [10.129.0.8/23] I0703 21:59:33.767691 3383 cni.go:331] [openshift-kube-storage-version-migrator-operator/kube-storage-version-migrator-operator-7944b9f44d-cc6v4 901c123988c5deeb754e331efdc035b184b102fc91b7b25560f1da624454eace network default NAD default] ADD starting CNI request [openshift-kube-storage-version-migrator-operator/kube-storage-version-migrator-operator-7944b9f44d-cc6v4 901c123988c5deeb754e331efdc035b184b102fc91b7b25560f1da624454eace network default NAD default] I0703 21:59:33.781051 3383 helper_linux.go:450] ConfigureOVS: namespace: openshift-kube-storage-version-migrator-operator, podName: kube-storage-version-migrator-operator-7944b9f44d-cc6v4, hostIfaceName: 901c123988c5dee, network: default, NAD default, SandboxID: "901c123988c5deeb754e331efdc035b184b102fc91b7b25560f1da624454eace", PCI device ID: , UID: "d1d3a602-07af-4103-8ae9-981fc704ec79", MAC: 0a:58:0a:81:00:09, IPs: [10.129.0.9/23] I0703 21:59:33.816719 3383 cni.go:352] [openshift-service-ca-operator/service-ca-operator-5c7586f49d-hg586 81ac8ca6e010256790604443b4173b7f5f48f9ed085a366188b8a346cc08f909 network default NAD default] ADD finished CNI request [openshift-service-ca-operator/service-ca-operator-5c7586f49d-hg586 81ac8ca6e010256790604443b4173b7f5f48f9ed085a366188b8a346cc08f909 network default NAD default], result "{\"interfaces\":[{\"name\":\"81ac8ca6e010256\",\"mac\":\"b6:0a:7d:16:73:c7\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:81:00:08\",\"sandbox\":\"/var/run/netns/d64a73a8-07ac-4128-a30b-80757389aeb5\"}],\"ips\":[{\"interface\":1,\"address\":\"10.129.0.8/23\",\"gateway\":\"10.129.0.1\"}],\"dns\":{}}", err I0703 21:59:33.833604 3383 cni.go:352] [openshift-kube-storage-version-migrator-operator/kube-storage-version-migrator-operator-7944b9f44d-cc6v4 901c123988c5deeb754e331efdc035b184b102fc91b7b25560f1da624454eace network default NAD default] ADD finished CNI request [openshift-kube-storage-version-migrator-operator/kube-storage-version-migrator-operator-7944b9f44d-cc6v4 901c123988c5deeb754e331efdc035b184b102fc91b7b25560f1da624454eace network default NAD default], result "{\"interfaces\":[{\"name\":\"901c123988c5dee\",\"mac\":\"7e:cc:c6:ae:0d:2a\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:81:00:09\",\"sandbox\":\"/var/run/netns/c6ee653f-f3de-4115-adb3-d7fe076a560e\"}],\"ips\":[{\"interface\":1,\"address\":\"10.129.0.9/23\",\"gateway\":\"10.129.0.1\"}],\"dns\":{}}", err I0703 21:59:33.868712 3383 cni.go:331] [openshift-insights/insights-operator-5ff5cb4f99-llff6 f8aa212fdca6ef70165c0939b1be880b46d82eae9fdf6b46677faae7dafdc9e6 network default NAD default] ADD starting CNI request [openshift-insights/insights-operator-5ff5cb4f99-llff6 f8aa212fdca6ef70165c0939b1be880b46d82eae9fdf6b46677faae7dafdc9e6 network default NAD default] I0703 21:59:33.881228 3383 cni.go:331] [openshift-console-operator/console-operator-85b84f584d-clnvf 8663255da4850af7b20cc5d37a8d14a39cfd618c5930391bd8a2fd4ef54a018c network default NAD default] ADD starting CNI request [openshift-console-operator/console-operator-85b84f584d-clnvf 8663255da4850af7b20cc5d37a8d14a39cfd618c5930391bd8a2fd4ef54a018c network default NAD default] I0703 21:59:33.881744 3383 helper_linux.go:450] ConfigureOVS: namespace: openshift-insights, podName: insights-operator-5ff5cb4f99-llff6, hostIfaceName: f8aa212fdca6ef7, network: default, NAD default, SandboxID: "f8aa212fdca6ef70165c0939b1be880b46d82eae9fdf6b46677faae7dafdc9e6", PCI device ID: , UID: "a15514db-e580-4a52-84ea-bfc9348f9bf3", MAC: 0a:58:0a:81:00:0c, IPs: [10.129.0.12/23] I0703 21:59:33.895350 3383 helper_linux.go:450] ConfigureOVS: namespace: openshift-console-operator, podName: console-operator-85b84f584d-clnvf, hostIfaceName: 8663255da4850af, network: default, NAD default, SandboxID: "8663255da4850af7b20cc5d37a8d14a39cfd618c5930391bd8a2fd4ef54a018c", PCI device ID: , UID: "0644f59d-4044-46a8-b863-139bbe6b593c", MAC: 0a:58:0a:81:00:0d, IPs: [10.129.0.13/23] I0703 21:59:33.932988 3383 cni.go:352] [openshift-insights/insights-operator-5ff5cb4f99-llff6 f8aa212fdca6ef70165c0939b1be880b46d82eae9fdf6b46677faae7dafdc9e6 network default NAD default] ADD finished CNI request [openshift-insights/insights-operator-5ff5cb4f99-llff6 f8aa212fdca6ef70165c0939b1be880b46d82eae9fdf6b46677faae7dafdc9e6 network default NAD default], result "{\"interfaces\":[{\"name\":\"f8aa212fdca6ef7\",\"mac\":\"4a:1d:ae:21:c1:fb\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:81:00:0c\",\"sandbox\":\"/var/run/netns/602e1928-1097-47c6-8739-2542727443d4\"}],\"ips\":[{\"interface\":1,\"address\":\"10.129.0.12/23\",\"gateway\":\"10.129.0.1\"}],\"dns\":{}}", err I0703 21:59:33.949242 3383 cni.go:352] [openshift-console-operator/console-operator-85b84f584d-clnvf 8663255da4850af7b20cc5d37a8d14a39cfd618c5930391bd8a2fd4ef54a018c network default NAD default] ADD finished CNI request [openshift-console-operator/console-operator-85b84f584d-clnvf 8663255da4850af7b20cc5d37a8d14a39cfd618c5930391bd8a2fd4ef54a018c network default NAD default], result "{\"interfaces\":[{\"name\":\"8663255da4850af\",\"mac\":\"5a:e9:6d:2f:0a:64\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:81:00:0d\",\"sandbox\":\"/var/run/netns/ea562da1-ec1f-4177-b24d-e07ced459c20\"}],\"ips\":[{\"interface\":1,\"address\":\"10.129.0.13/23\",\"gateway\":\"10.129.0.1\"}],\"dns\":{}}", err I0703 21:59:38.589710 3383 namespace.go:93] [openshift-kube-storage-version-migrator] adding namespace I0703 21:59:38.590687 3383 namespace.go:97] [openshift-kube-storage-version-migrator] adding namespace took 950.233µs I0703 21:59:38.620551 3383 namespace.go:137] [openshift-kube-storage-version-migrator] updating namespace I0703 21:59:38.728142 3383 base_network_controller_pods.go:478] [default/openshift-kube-storage-version-migrator/migrator-949fdd477-h986x] creating logical port openshift-kube-storage-version-migrator_migrator-949fdd477-h986x for pod on switch ip-10-0-1-250.ec2.internal I0703 21:59:38.728311 3383 kube.go:320] Updating pod openshift-kube-storage-version-migrator/migrator-949fdd477-h986x I0703 21:59:38.757079 3383 pod.go:62] [openshift-kube-storage-version-migrator/migrator-949fdd477-h986x] pod update took 28.805781ms I0703 21:59:38.757104 3383 base_network_controller_pods.go:928] [default/openshift-kube-storage-version-migrator/migrator-949fdd477-h986x] addLogicalPort annotation time took 28.833451ms I0703 21:59:38.758429 3383 pods.go:253] [openshift-kube-storage-version-migrator/migrator-949fdd477-h986x] addLogicalPort took 30.324814ms, libovsdb time 871.779µs I0703 21:59:39.078623 3383 cni.go:331] [openshift-kube-storage-version-migrator/migrator-949fdd477-h986x b92792df3ee94988e552a65f2d505fac6a70f31b29c083d8742fe300855d8558 network default NAD default] ADD starting CNI request [openshift-kube-storage-version-migrator/migrator-949fdd477-h986x b92792df3ee94988e552a65f2d505fac6a70f31b29c083d8742fe300855d8558 network default NAD default] I0703 21:59:39.088537 3383 helper_linux.go:450] ConfigureOVS: namespace: openshift-kube-storage-version-migrator, podName: migrator-949fdd477-h986x, hostIfaceName: b92792df3ee9498, network: default, NAD default, SandboxID: "b92792df3ee94988e552a65f2d505fac6a70f31b29c083d8742fe300855d8558", PCI device ID: , UID: "7b80b55b-26d8-4ce8-a54b-b4b5510e557b", MAC: 0a:58:0a:81:00:10, IPs: [10.129.0.16/23] I0703 21:59:39.133100 3383 cni.go:352] [openshift-kube-storage-version-migrator/migrator-949fdd477-h986x b92792df3ee94988e552a65f2d505fac6a70f31b29c083d8742fe300855d8558 network default NAD default] ADD finished CNI request [openshift-kube-storage-version-migrator/migrator-949fdd477-h986x b92792df3ee94988e552a65f2d505fac6a70f31b29c083d8742fe300855d8558 network default NAD default], result "{\"interfaces\":[{\"name\":\"b92792df3ee9498\",\"mac\":\"96:68:20:aa:1f:36\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:81:00:10\",\"sandbox\":\"/var/run/netns/8dee3c6b-f8cb-426e-8a3a-1c5ea476a212\"}],\"ips\":[{\"interface\":1,\"address\":\"10.129.0.16/23\",\"gateway\":\"10.129.0.1\"}],\"dns\":{}}", err I0703 21:59:39.714795 3383 namespace.go:93] [openshift-service-ca] adding namespace I0703 21:59:39.715747 3383 namespace.go:97] [openshift-service-ca] adding namespace took 928.947µs I0703 21:59:39.731571 3383 namespace.go:137] [openshift-service-ca] updating namespace I0703 21:59:49.136753 3383 obj_retry.go:463] Detected object openshift-image-registry/image-registry-f585c8b7-klttx of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 21:59:49.137365 3383 obj_retry.go:463] Detected object openshift-image-registry/image-registry-f585c8b7-klttx of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 21:59:49.160930 3383 obj_retry.go:457] Detected object openshift-image-registry/image-registry-f585c8b7-klttx of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 21:59:49.161007 3383 obj_retry.go:457] Detected object openshift-image-registry/image-registry-f585c8b7-klttx of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 21:59:49.169466 3383 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-image-registry/image-registry-f585c8b7-klttx I0703 21:59:49.169506 3383 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod openshift-image-registry/image-registry-f585c8b7-klttx I0703 21:59:49.380786 3383 cni.go:331] [openshift-cluster-samples-operator/cluster-samples-operator-687f774f9f-fzjp6 40ca7bb0fac7306535b3e60488e53707076fc2a31f7a754aa1cd65f7f6ec34e8 network default NAD default] ADD starting CNI request [openshift-cluster-samples-operator/cluster-samples-operator-687f774f9f-fzjp6 40ca7bb0fac7306535b3e60488e53707076fc2a31f7a754aa1cd65f7f6ec34e8 network default NAD default] I0703 21:59:49.390480 3383 helper_linux.go:450] ConfigureOVS: namespace: openshift-cluster-samples-operator, podName: cluster-samples-operator-687f774f9f-fzjp6, hostIfaceName: 40ca7bb0fac7306, network: default, NAD default, SandboxID: "40ca7bb0fac7306535b3e60488e53707076fc2a31f7a754aa1cd65f7f6ec34e8", PCI device ID: , UID: "f6d77afc-23cd-4478-85ee-852a02bfad98", MAC: 0a:58:0a:81:00:0a, IPs: [10.129.0.10/23] I0703 21:59:49.432208 3383 cni.go:352] [openshift-cluster-samples-operator/cluster-samples-operator-687f774f9f-fzjp6 40ca7bb0fac7306535b3e60488e53707076fc2a31f7a754aa1cd65f7f6ec34e8 network default NAD default] ADD finished CNI request [openshift-cluster-samples-operator/cluster-samples-operator-687f774f9f-fzjp6 40ca7bb0fac7306535b3e60488e53707076fc2a31f7a754aa1cd65f7f6ec34e8 network default NAD default], result "{\"interfaces\":[{\"name\":\"40ca7bb0fac7306\",\"mac\":\"b6:73:2f:1f:9f:10\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:81:00:0a\",\"sandbox\":\"/var/run/netns/b371a64d-5f8b-4ca9-955f-b8cfec931d39\"}],\"ips\":[{\"interface\":1,\"address\":\"10.129.0.10/23\",\"gateway\":\"10.129.0.1\"}],\"dns\":{}}", err I0703 21:59:49.939972 3383 obj_retry.go:463] Detected object openshift-image-registry/image-registry-9d9d76648-t45n7 of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 21:59:49.940075 3383 pods.go:175] Deleting pod: openshift-image-registry/image-registry-9d9d76648-t45n7 I0703 21:59:49.941463 3383 pods.go:218] Attempting to release IPs for pod: openshift-image-registry/image-registry-9d9d76648-t45n7, ips: 10.129.0.7 I0703 21:59:49.941495 3383 obj_retry.go:463] Detected object openshift-image-registry/image-registry-9d9d76648-t45n7 of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 21:59:49.951969 3383 obj_retry.go:457] Detected object openshift-image-registry/image-registry-9d9d76648-t45n7 of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 21:59:49.951995 3383 obj_retry.go:457] Detected object openshift-image-registry/image-registry-9d9d76648-t45n7 of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 21:59:49.958882 3383 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-image-registry/image-registry-9d9d76648-t45n7 I0703 21:59:49.958902 3383 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod openshift-image-registry/image-registry-9d9d76648-t45n7 I0703 21:59:51.538870 3383 base_network_controller_pods.go:478] [default/openshift-image-registry/image-registry-5985484648-ddbs8] creating logical port openshift-image-registry_image-registry-5985484648-ddbs8 for pod on switch ip-10-0-1-250.ec2.internal I0703 21:59:51.538974 3383 kube.go:320] Updating pod openshift-image-registry/image-registry-5985484648-ddbs8 I0703 21:59:51.557952 3383 pod.go:62] [openshift-image-registry/image-registry-5985484648-ddbs8] pod update took 19.00892ms I0703 21:59:51.558052 3383 base_network_controller_pods.go:928] [default/openshift-image-registry/image-registry-5985484648-ddbs8] addLogicalPort annotation time took 19.115219ms I0703 21:59:51.559604 3383 pods.go:253] [openshift-image-registry/image-registry-5985484648-ddbs8] addLogicalPort took 20.751265ms, libovsdb time 1.0603ms I0703 21:59:51.896307 3383 cni.go:331] [openshift-image-registry/image-registry-5985484648-ddbs8 af3954d82859d22f5421cf60f95a35817883cc76f722ad7f9ded70d46a01446f network default NAD default] ADD starting CNI request [openshift-image-registry/image-registry-5985484648-ddbs8 af3954d82859d22f5421cf60f95a35817883cc76f722ad7f9ded70d46a01446f network default NAD default] I0703 21:59:51.905200 3383 helper_linux.go:450] ConfigureOVS: namespace: openshift-image-registry, podName: image-registry-5985484648-ddbs8, hostIfaceName: af3954d82859d22, network: default, NAD default, SandboxID: "af3954d82859d22f5421cf60f95a35817883cc76f722ad7f9ded70d46a01446f", PCI device ID: , UID: "2b210ba4-f66a-4bc3-8b6d-a8fec907bb06", MAC: 0a:58:0a:81:00:11, IPs: [10.129.0.17/23] I0703 21:59:51.951160 3383 cni.go:352] [openshift-image-registry/image-registry-5985484648-ddbs8 af3954d82859d22f5421cf60f95a35817883cc76f722ad7f9ded70d46a01446f network default NAD default] ADD finished CNI request [openshift-image-registry/image-registry-5985484648-ddbs8 af3954d82859d22f5421cf60f95a35817883cc76f722ad7f9ded70d46a01446f network default NAD default], result "{\"interfaces\":[{\"name\":\"af3954d82859d22\",\"mac\":\"26:4e:fe:5e:ac:7d\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:81:00:11\",\"sandbox\":\"/var/run/netns/970e6447-c76e-4ca6-863b-a63463cc9080\"}],\"ips\":[{\"interface\":1,\"address\":\"10.129.0.17/23\",\"gateway\":\"10.129.0.1\"}],\"dns\":{}}", err I0703 22:00:04.154416 3383 base_network_controller_pods.go:478] [default/openshift-insights/insights-runtime-extractor-65b5q] creating logical port openshift-insights_insights-runtime-extractor-65b5q for pod on switch ip-10-0-1-250.ec2.internal I0703 22:00:04.154508 3383 kube.go:320] Updating pod openshift-insights/insights-runtime-extractor-65b5q I0703 22:00:04.186177 3383 pod.go:62] [openshift-insights/insights-runtime-extractor-65b5q] pod update took 31.697465ms I0703 22:00:04.186199 3383 base_network_controller_pods.go:928] [default/openshift-insights/insights-runtime-extractor-65b5q] addLogicalPort annotation time took 31.724351ms I0703 22:00:04.187439 3383 pods.go:253] [openshift-insights/insights-runtime-extractor-65b5q] addLogicalPort took 33.041123ms, libovsdb time 927.323µs I0703 22:00:04.510352 3383 cni.go:331] [openshift-insights/insights-runtime-extractor-65b5q 99efe4b57749c984869b7c4e4915a04adda188176b5cea0455e91d65a7d446a7 network default NAD default] ADD starting CNI request [openshift-insights/insights-runtime-extractor-65b5q 99efe4b57749c984869b7c4e4915a04adda188176b5cea0455e91d65a7d446a7 network default NAD default] I0703 22:00:04.520163 3383 helper_linux.go:450] ConfigureOVS: namespace: openshift-insights, podName: insights-runtime-extractor-65b5q, hostIfaceName: 99efe4b57749c98, network: default, NAD default, SandboxID: "99efe4b57749c984869b7c4e4915a04adda188176b5cea0455e91d65a7d446a7", PCI device ID: , UID: "300461aa-2396-4cc8-bb25-f932747ff8d9", MAC: 0a:58:0a:81:00:12, IPs: [10.129.0.18/23] I0703 22:00:04.568456 3383 cni.go:352] [openshift-insights/insights-runtime-extractor-65b5q 99efe4b57749c984869b7c4e4915a04adda188176b5cea0455e91d65a7d446a7 network default NAD default] ADD finished CNI request [openshift-insights/insights-runtime-extractor-65b5q 99efe4b57749c984869b7c4e4915a04adda188176b5cea0455e91d65a7d446a7 network default NAD default], result "{\"interfaces\":[{\"name\":\"99efe4b57749c98\",\"mac\":\"ea:f5:ff:b5:ff:f0\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:81:00:12\",\"sandbox\":\"/var/run/netns/949c043d-bbc6-43ac-8d12-0375e60e6502\"}],\"ips\":[{\"interface\":1,\"address\":\"10.129.0.18/23\",\"gateway\":\"10.129.0.1\"}],\"dns\":{}}", err I0703 22:00:05.178046 3383 obj_retry.go:463] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29718590-msnvn of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:00:05.178715 3383 obj_retry.go:463] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29718590-msnvn of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:00:05.195096 3383 obj_retry.go:457] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29718590-msnvn of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:00:05.195139 3383 obj_retry.go:457] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29718590-msnvn of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:00:05.202107 3383 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-backplane/osd-delete-backplane-serviceaccounts-29718590-msnvn I0703 22:00:05.202151 3383 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod openshift-backplane/osd-delete-backplane-serviceaccounts-29718590-msnvn I0703 22:00:05.748557 3383 cni.go:331] [openshift-ingress/router-default-7c95698449-94nxj ce99fb4e70d5e4d5b9a5b702df7024c0af0bed425efb5b1f40b1f642af9e1477 network default NAD default] ADD starting CNI request [openshift-ingress/router-default-7c95698449-94nxj ce99fb4e70d5e4d5b9a5b702df7024c0af0bed425efb5b1f40b1f642af9e1477 network default NAD default] I0703 22:00:05.749446 3383 cni.go:331] [openshift-network-console/networking-console-plugin-c8f658647-qnldl 55607d1bd9b1a1935f4fc6fd9ccbd0063c00ae390e38d173860f60b22dce3bb0 network default NAD default] ADD starting CNI request [openshift-network-console/networking-console-plugin-c8f658647-qnldl 55607d1bd9b1a1935f4fc6fd9ccbd0063c00ae390e38d173860f60b22dce3bb0 network default NAD default] I0703 22:00:05.750545 3383 cni.go:331] [openshift-ingress/router-default-6b5cd76795-2rcjb 9de558a292f109a93cdd2d1728f498c90748ba9b1d21fa3ae18bd90d3ef2ae3d network default NAD default] ADD starting CNI request [openshift-ingress/router-default-6b5cd76795-2rcjb 9de558a292f109a93cdd2d1728f498c90748ba9b1d21fa3ae18bd90d3ef2ae3d network default NAD default] I0703 22:00:05.762598 3383 helper_linux.go:450] ConfigureOVS: namespace: openshift-ingress, podName: router-default-6b5cd76795-2rcjb, hostIfaceName: 9de558a292f109a, network: default, NAD default, SandboxID: "9de558a292f109a93cdd2d1728f498c90748ba9b1d21fa3ae18bd90d3ef2ae3d", PCI device ID: , UID: "efa62229-66c8-4e31-bf6d-f369eb35033e", MAC: 0a:58:0a:81:00:0f, IPs: [10.129.0.15/23] I0703 22:00:05.767160 3383 helper_linux.go:450] ConfigureOVS: namespace: openshift-ingress, podName: router-default-7c95698449-94nxj, hostIfaceName: ce99fb4e70d5e4d, network: default, NAD default, SandboxID: "ce99fb4e70d5e4d5b9a5b702df7024c0af0bed425efb5b1f40b1f642af9e1477", PCI device ID: , UID: "9aea1c69-5c81-40ec-aa57-1884bf3ccf25", MAC: 0a:58:0a:81:00:0e, IPs: [10.129.0.14/23] I0703 22:00:05.767388 3383 helper_linux.go:450] ConfigureOVS: namespace: openshift-network-console, podName: networking-console-plugin-c8f658647-qnldl, hostIfaceName: 55607d1bd9b1a19, network: default, NAD default, SandboxID: "55607d1bd9b1a1935f4fc6fd9ccbd0063c00ae390e38d173860f60b22dce3bb0", PCI device ID: , UID: "f76b702c-e0a5-42f8-8268-28cf486b58a1", MAC: 0a:58:0a:81:00:0b, IPs: [10.129.0.11/23] I0703 22:00:05.816380 3383 cni.go:352] [openshift-network-console/networking-console-plugin-c8f658647-qnldl 55607d1bd9b1a1935f4fc6fd9ccbd0063c00ae390e38d173860f60b22dce3bb0 network default NAD default] ADD finished CNI request [openshift-network-console/networking-console-plugin-c8f658647-qnldl 55607d1bd9b1a1935f4fc6fd9ccbd0063c00ae390e38d173860f60b22dce3bb0 network default NAD default], result "{\"interfaces\":[{\"name\":\"55607d1bd9b1a19\",\"mac\":\"8a:ee:de:6b:40:a2\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:81:00:0b\",\"sandbox\":\"/var/run/netns/f262a617-0fc5-4e25-956c-f1ce1079e802\"}],\"ips\":[{\"interface\":1,\"address\":\"10.129.0.11/23\",\"gateway\":\"10.129.0.1\"}],\"dns\":{}}", err I0703 22:00:05.908776 3383 obj_retry.go:463] Detected object openshift-image-registry/image-registry-f585c8b7-srvvt of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:00:05.909449 3383 obj_retry.go:463] Detected object openshift-image-registry/image-registry-f585c8b7-srvvt of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:00:05.927675 3383 obj_retry.go:457] Detected object openshift-image-registry/image-registry-f585c8b7-srvvt of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:00:05.927743 3383 obj_retry.go:457] Detected object openshift-image-registry/image-registry-f585c8b7-srvvt of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:00:05.939948 3383 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-image-registry/image-registry-f585c8b7-srvvt I0703 22:00:05.940016 3383 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod openshift-image-registry/image-registry-f585c8b7-srvvt I0703 22:00:06.038997 3383 cni.go:352] [openshift-ingress/router-default-6b5cd76795-2rcjb 9de558a292f109a93cdd2d1728f498c90748ba9b1d21fa3ae18bd90d3ef2ae3d network default NAD default] ADD finished CNI request [openshift-ingress/router-default-6b5cd76795-2rcjb 9de558a292f109a93cdd2d1728f498c90748ba9b1d21fa3ae18bd90d3ef2ae3d network default NAD default], result "{\"interfaces\":[{\"name\":\"9de558a292f109a\",\"mac\":\"5a:b2:7f:a5:e1:a4\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:81:00:0f\",\"sandbox\":\"/var/run/netns/38087406-d75e-465a-aaec-97e3553281c5\"}],\"ips\":[{\"interface\":1,\"address\":\"10.129.0.15/23\",\"gateway\":\"10.129.0.1\"}],\"dns\":{}}", err I0703 22:00:06.039206 3383 cni.go:352] [openshift-ingress/router-default-7c95698449-94nxj ce99fb4e70d5e4d5b9a5b702df7024c0af0bed425efb5b1f40b1f642af9e1477 network default NAD default] ADD finished CNI request [openshift-ingress/router-default-7c95698449-94nxj ce99fb4e70d5e4d5b9a5b702df7024c0af0bed425efb5b1f40b1f642af9e1477 network default NAD default], result "{\"interfaces\":[{\"name\":\"ce99fb4e70d5e4d\",\"mac\":\"e6:3b:fc:a1:8d:23\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:81:00:0e\",\"sandbox\":\"/var/run/netns/6b229189-2179-4e9f-a405-187c301d087e\"}],\"ips\":[{\"interface\":1,\"address\":\"10.129.0.14/23\",\"gateway\":\"10.129.0.1\"}],\"dns\":{}}", err I0703 22:00:08.116985 3383 iptables.go:108] Creating table: nat chain: OVN-KUBE-NODEPORT I0703 22:00:08.255263 3383 iptables.go:108] Creating table: nat chain: OVN-KUBE-NODEPORT I0703 22:00:12.745154 3383 base_network_controller_pods.go:478] [default/openshift-console/console-54df9b8c7d-km4bm] creating logical port openshift-console_console-54df9b8c7d-km4bm for pod on switch ip-10-0-1-250.ec2.internal I0703 22:00:12.745262 3383 kube.go:320] Updating pod openshift-console/console-54df9b8c7d-km4bm I0703 22:00:12.763521 3383 pod.go:62] [openshift-console/console-54df9b8c7d-km4bm] pod update took 18.291646ms I0703 22:00:12.763552 3383 base_network_controller_pods.go:928] [default/openshift-console/console-54df9b8c7d-km4bm] addLogicalPort annotation time took 18.328522ms I0703 22:00:12.764694 3383 pods.go:253] [openshift-console/console-54df9b8c7d-km4bm] addLogicalPort took 19.558768ms, libovsdb time 765.662µs I0703 22:00:13.103860 3383 cni.go:331] [openshift-console/console-54df9b8c7d-km4bm 4a18e82f495c4185c837f0df00e8583f297a862da54585717299cda7fccc1b1e network default NAD default] ADD starting CNI request [openshift-console/console-54df9b8c7d-km4bm 4a18e82f495c4185c837f0df00e8583f297a862da54585717299cda7fccc1b1e network default NAD default] I0703 22:00:13.112734 3383 helper_linux.go:450] ConfigureOVS: namespace: openshift-console, podName: console-54df9b8c7d-km4bm, hostIfaceName: 4a18e82f495c418, network: default, NAD default, SandboxID: "4a18e82f495c4185c837f0df00e8583f297a862da54585717299cda7fccc1b1e", PCI device ID: , UID: "5bfe9207-35c2-4889-bfb0-b8c40320e9f6", MAC: 0a:58:0a:81:00:13, IPs: [10.129.0.19/23] I0703 22:00:13.159674 3383 cni.go:352] [openshift-console/console-54df9b8c7d-km4bm 4a18e82f495c4185c837f0df00e8583f297a862da54585717299cda7fccc1b1e network default NAD default] ADD finished CNI request [openshift-console/console-54df9b8c7d-km4bm 4a18e82f495c4185c837f0df00e8583f297a862da54585717299cda7fccc1b1e network default NAD default], result "{\"interfaces\":[{\"name\":\"4a18e82f495c418\",\"mac\":\"32:d4:4d:1c:ca:68\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:81:00:13\",\"sandbox\":\"/var/run/netns/8c76a531-ca68-46f7-b997-55b497e6f686\"}],\"ips\":[{\"interface\":1,\"address\":\"10.129.0.19/23\",\"gateway\":\"10.129.0.1\"}],\"dns\":{}}", err I0703 22:00:16.531520 3383 cni.go:331] [openshift-dns/dns-default-jmgdm dd678a8dfb0d8435a7f1609216014f8e9de6a0f01760f538c4b8a7200ca27692 network default NAD default] ADD starting CNI request [openshift-dns/dns-default-jmgdm dd678a8dfb0d8435a7f1609216014f8e9de6a0f01760f538c4b8a7200ca27692 network default NAD default] I0703 22:00:16.533425 3383 cni.go:331] [openshift-ingress-canary/ingress-canary-d4j2r d71793ff947f195dd599d2f9aa9b05592d22641e6f9272fd7752289c71294a48 network default NAD default] ADD starting CNI request [openshift-ingress-canary/ingress-canary-d4j2r d71793ff947f195dd599d2f9aa9b05592d22641e6f9272fd7752289c71294a48 network default NAD default] I0703 22:00:16.544783 3383 helper_linux.go:450] ConfigureOVS: namespace: openshift-dns, podName: dns-default-jmgdm, hostIfaceName: dd678a8dfb0d843, network: default, NAD default, SandboxID: "dd678a8dfb0d8435a7f1609216014f8e9de6a0f01760f538c4b8a7200ca27692", PCI device ID: , UID: "5e1f9e84-3c8f-4af5-b372-7ab15eedea05", MAC: 0a:58:0a:81:00:05, IPs: [10.129.0.5/23] I0703 22:00:16.544970 3383 helper_linux.go:450] ConfigureOVS: namespace: openshift-ingress-canary, podName: ingress-canary-d4j2r, hostIfaceName: d71793ff947f195, network: default, NAD default, SandboxID: "d71793ff947f195dd599d2f9aa9b05592d22641e6f9272fd7752289c71294a48", PCI device ID: , UID: "36a8ed9e-608a-4f73-91a7-bdaa15183588", MAC: 0a:58:0a:81:00:06, IPs: [10.129.0.6/23] I0703 22:00:16.598380 3383 cni.go:352] [openshift-ingress-canary/ingress-canary-d4j2r d71793ff947f195dd599d2f9aa9b05592d22641e6f9272fd7752289c71294a48 network default NAD default] ADD finished CNI request [openshift-ingress-canary/ingress-canary-d4j2r d71793ff947f195dd599d2f9aa9b05592d22641e6f9272fd7752289c71294a48 network default NAD default], result "{\"interfaces\":[{\"name\":\"d71793ff947f195\",\"mac\":\"76:db:94:a8:27:95\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:81:00:06\",\"sandbox\":\"/var/run/netns/03f84d7d-180e-4f2b-82aa-8e4118b8e800\"}],\"ips\":[{\"interface\":1,\"address\":\"10.129.0.6/23\",\"gateway\":\"10.129.0.1\"}],\"dns\":{}}", err I0703 22:00:16.620369 3383 cni.go:352] [openshift-dns/dns-default-jmgdm dd678a8dfb0d8435a7f1609216014f8e9de6a0f01760f538c4b8a7200ca27692 network default NAD default] ADD finished CNI request [openshift-dns/dns-default-jmgdm dd678a8dfb0d8435a7f1609216014f8e9de6a0f01760f538c4b8a7200ca27692 network default NAD default], result "{\"interfaces\":[{\"name\":\"dd678a8dfb0d843\",\"mac\":\"ca:09:be:e4:e1:0c\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:81:00:05\",\"sandbox\":\"/var/run/netns/52a5e810-ef1e-464b-9c1a-c0ad8c3f3887\"}],\"ips\":[{\"interface\":1,\"address\":\"10.129.0.5/23\",\"gateway\":\"10.129.0.1\"}],\"dns\":{}}", err I0703 22:00:24.311063 3383 base_network_controller_pods.go:478] [default/openshift-monitoring/monitoring-plugin-5d5fc6b556-pqxkd] creating logical port openshift-monitoring_monitoring-plugin-5d5fc6b556-pqxkd for pod on switch ip-10-0-1-250.ec2.internal I0703 22:00:24.311272 3383 kube.go:320] Updating pod openshift-monitoring/monitoring-plugin-5d5fc6b556-pqxkd I0703 22:00:24.328659 3383 pod.go:62] [openshift-monitoring/monitoring-plugin-5d5fc6b556-pqxkd] pod update took 17.425255ms I0703 22:00:24.328682 3383 base_network_controller_pods.go:928] [default/openshift-monitoring/monitoring-plugin-5d5fc6b556-pqxkd] addLogicalPort annotation time took 17.451237ms I0703 22:00:24.329879 3383 pods.go:253] [openshift-monitoring/monitoring-plugin-5d5fc6b556-pqxkd] addLogicalPort took 18.833657ms, libovsdb time 791.895µs I0703 22:00:25.269253 3383 cni.go:331] [openshift-monitoring/monitoring-plugin-5d5fc6b556-pqxkd 3d54a69802abf9a2c7e8522b193b3eec6661e6e1f7a8e8371a7a61bf623c951a network default NAD default] ADD starting CNI request [openshift-monitoring/monitoring-plugin-5d5fc6b556-pqxkd 3d54a69802abf9a2c7e8522b193b3eec6661e6e1f7a8e8371a7a61bf623c951a network default NAD default] I0703 22:00:25.278154 3383 helper_linux.go:450] ConfigureOVS: namespace: openshift-monitoring, podName: monitoring-plugin-5d5fc6b556-pqxkd, hostIfaceName: 3d54a69802abf9a, network: default, NAD default, SandboxID: "3d54a69802abf9a2c7e8522b193b3eec6661e6e1f7a8e8371a7a61bf623c951a", PCI device ID: , UID: "e2d808a8-bb4f-4fcc-8f2e-2f222fe328ab", MAC: 0a:58:0a:81:00:14, IPs: [10.129.0.20/23] I0703 22:00:25.325766 3383 cni.go:352] [openshift-monitoring/monitoring-plugin-5d5fc6b556-pqxkd 3d54a69802abf9a2c7e8522b193b3eec6661e6e1f7a8e8371a7a61bf623c951a network default NAD default] ADD finished CNI request [openshift-monitoring/monitoring-plugin-5d5fc6b556-pqxkd 3d54a69802abf9a2c7e8522b193b3eec6661e6e1f7a8e8371a7a61bf623c951a network default NAD default], result "{\"interfaces\":[{\"name\":\"3d54a69802abf9a\",\"mac\":\"e6:a2:bb:a8:dc:72\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:81:00:14\",\"sandbox\":\"/var/run/netns/415f44fc-aaf1-48a5-8b9e-7d01982c2d5e\"}],\"ips\":[{\"interface\":1,\"address\":\"10.129.0.20/23\",\"gateway\":\"10.129.0.1\"}],\"dns\":{}}", err W0703 22:00:25.417627 3383 base_network_controller_namespace.go:457] Unable to remove remote zone pod's openshift-console/console-8568b49947-ndmvs IP address from the namespace address-set, err: pod openshift-console/console-8568b49947-ndmvs: no pod IPs found I0703 22:00:25.963089 3383 base_network_controller_pods.go:478] [default/openshift-monitoring/prometheus-k8s-1] creating logical port openshift-monitoring_prometheus-k8s-1 for pod on switch ip-10-0-1-250.ec2.internal I0703 22:00:25.963208 3383 kube.go:320] Updating pod openshift-monitoring/prometheus-k8s-1 I0703 22:00:25.989871 3383 pod.go:62] [openshift-monitoring/prometheus-k8s-1] pod update took 26.702195ms I0703 22:00:25.989901 3383 base_network_controller_pods.go:928] [default/openshift-monitoring/prometheus-k8s-1] addLogicalPort annotation time took 26.734094ms I0703 22:00:25.991107 3383 pods.go:253] [openshift-monitoring/prometheus-k8s-1] addLogicalPort took 28.033052ms, libovsdb time 815.099µs I0703 22:00:26.327431 3383 cni.go:331] [openshift-monitoring/prometheus-k8s-1 6c358a26f7409dc2c55d6de438a7ded8122695b1990796ca06456f932bde3c6a network default NAD default] ADD starting CNI request [openshift-monitoring/prometheus-k8s-1 6c358a26f7409dc2c55d6de438a7ded8122695b1990796ca06456f932bde3c6a network default NAD default] I0703 22:00:26.337003 3383 helper_linux.go:450] ConfigureOVS: namespace: openshift-monitoring, podName: prometheus-k8s-1, hostIfaceName: 6c358a26f7409dc, network: default, NAD default, SandboxID: "6c358a26f7409dc2c55d6de438a7ded8122695b1990796ca06456f932bde3c6a", PCI device ID: , UID: "6efe5d52-b368-497b-a13f-5a23374f4267", MAC: 0a:58:0a:81:00:15, IPs: [10.129.0.21/23] I0703 22:00:26.390296 3383 cni.go:352] [openshift-monitoring/prometheus-k8s-1 6c358a26f7409dc2c55d6de438a7ded8122695b1990796ca06456f932bde3c6a network default NAD default] ADD finished CNI request [openshift-monitoring/prometheus-k8s-1 6c358a26f7409dc2c55d6de438a7ded8122695b1990796ca06456f932bde3c6a network default NAD default], result "{\"interfaces\":[{\"name\":\"6c358a26f7409dc\",\"mac\":\"5a:56:b5:f1:59:38\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:81:00:15\",\"sandbox\":\"/var/run/netns/406608af-fa7b-44b6-9f9e-ab407a47b69c\"}],\"ips\":[{\"interface\":1,\"address\":\"10.129.0.21/23\",\"gateway\":\"10.129.0.1\"}],\"dns\":{}}", err I0703 22:00:29.583685 3383 cni.go:331] [openshift-image-registry/image-registry-5985484648-ddbs8 af3954d82859d22f5421cf60f95a35817883cc76f722ad7f9ded70d46a01446f network default NAD default] DEL starting CNI request [openshift-image-registry/image-registry-5985484648-ddbs8 af3954d82859d22f5421cf60f95a35817883cc76f722ad7f9ded70d46a01446f network default NAD default] I0703 22:00:29.656060 3383 cni.go:352] [openshift-image-registry/image-registry-5985484648-ddbs8 af3954d82859d22f5421cf60f95a35817883cc76f722ad7f9ded70d46a01446f network default NAD default] DEL finished CNI request [openshift-image-registry/image-registry-5985484648-ddbs8 af3954d82859d22f5421cf60f95a35817883cc76f722ad7f9ded70d46a01446f network default NAD default], result "{\"dns\":{}}", err I0703 22:00:29.702008 3383 obj_retry.go:463] Detected object openshift-image-registry/image-registry-5985484648-ddbs8 of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:00:29.702081 3383 pods.go:175] Deleting pod: openshift-image-registry/image-registry-5985484648-ddbs8 I0703 22:00:29.703615 3383 pods.go:218] Attempting to release IPs for pod: openshift-image-registry/image-registry-5985484648-ddbs8, ips: 10.129.0.17 I0703 22:00:29.703654 3383 obj_retry.go:463] Detected object openshift-image-registry/image-registry-5985484648-ddbs8 of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:00:29.713745 3383 base_network_controller_pods.go:478] [default/openshift-image-registry/image-registry-d6ddd4cff-lxdw2] creating logical port openshift-image-registry_image-registry-d6ddd4cff-lxdw2 for pod on switch ip-10-0-1-250.ec2.internal I0703 22:00:29.713920 3383 kube.go:320] Updating pod openshift-image-registry/image-registry-d6ddd4cff-lxdw2 I0703 22:00:29.730628 3383 pod.go:62] [openshift-image-registry/image-registry-d6ddd4cff-lxdw2] pod update took 16.74663ms I0703 22:00:29.730651 3383 base_network_controller_pods.go:928] [default/openshift-image-registry/image-registry-d6ddd4cff-lxdw2] addLogicalPort annotation time took 16.793131ms I0703 22:00:29.734262 3383 pods.go:253] [openshift-image-registry/image-registry-d6ddd4cff-lxdw2] addLogicalPort took 20.533443ms, libovsdb time 3.13527ms I0703 22:00:30.074841 3383 cni.go:331] [openshift-image-registry/image-registry-d6ddd4cff-lxdw2 8e9ad46d48018e7d9d0c41769bbe2e66fb5be432b1891056d9f5f107d0851419 network default NAD default] ADD starting CNI request [openshift-image-registry/image-registry-d6ddd4cff-lxdw2 8e9ad46d48018e7d9d0c41769bbe2e66fb5be432b1891056d9f5f107d0851419 network default NAD default] I0703 22:00:30.080486 3383 obj_retry.go:457] Detected object openshift-image-registry/image-registry-5985484648-ddbs8 of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:00:30.080815 3383 obj_retry.go:457] Detected object openshift-image-registry/image-registry-5985484648-ddbs8 of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:00:30.085543 3383 helper_linux.go:450] ConfigureOVS: namespace: openshift-image-registry, podName: image-registry-d6ddd4cff-lxdw2, hostIfaceName: 8e9ad46d48018e7, network: default, NAD default, SandboxID: "8e9ad46d48018e7d9d0c41769bbe2e66fb5be432b1891056d9f5f107d0851419", PCI device ID: , UID: "55508d31-edaf-4e1e-a823-6d02ad61ed00", MAC: 0a:58:0a:81:00:16, IPs: [10.129.0.22/23] I0703 22:00:30.087641 3383 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-image-registry/image-registry-5985484648-ddbs8 I0703 22:00:30.087885 3383 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod openshift-image-registry/image-registry-5985484648-ddbs8 I0703 22:00:30.134088 3383 cni.go:352] [openshift-image-registry/image-registry-d6ddd4cff-lxdw2 8e9ad46d48018e7d9d0c41769bbe2e66fb5be432b1891056d9f5f107d0851419 network default NAD default] ADD finished CNI request [openshift-image-registry/image-registry-d6ddd4cff-lxdw2 8e9ad46d48018e7d9d0c41769bbe2e66fb5be432b1891056d9f5f107d0851419 network default NAD default], result "{\"interfaces\":[{\"name\":\"8e9ad46d48018e7\",\"mac\":\"5a:93:6e:14:1e:06\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:81:00:16\",\"sandbox\":\"/var/run/netns/c60dec36-dd0a-4c21-a0fd-7f6aab524c95\"}],\"ips\":[{\"interface\":1,\"address\":\"10.129.0.22/23\",\"gateway\":\"10.129.0.1\"}],\"dns\":{}}", err I0703 22:00:38.235195 3383 iptables.go:108] Creating table: nat chain: OVN-KUBE-NODEPORT I0703 22:00:45.290897 3383 obj_retry.go:463] Detected object openshift-console/console-54df9b8c7d-ht744 of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:00:45.291439 3383 obj_retry.go:463] Detected object openshift-console/console-54df9b8c7d-ht744 of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:00:45.694204 3383 obj_retry.go:457] Detected object openshift-console/console-54df9b8c7d-ht744 of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:00:45.694249 3383 obj_retry.go:457] Detected object openshift-console/console-54df9b8c7d-ht744 of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:00:45.702946 3383 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-console/console-54df9b8c7d-ht744 I0703 22:00:45.703022 3383 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod openshift-console/console-54df9b8c7d-ht744 I0703 22:00:50.604949 3383 cni.go:331] [openshift-console/console-54df9b8c7d-km4bm 4a18e82f495c4185c837f0df00e8583f297a862da54585717299cda7fccc1b1e network default NAD default] DEL starting CNI request [openshift-console/console-54df9b8c7d-km4bm 4a18e82f495c4185c837f0df00e8583f297a862da54585717299cda7fccc1b1e network default NAD default] I0703 22:00:50.669305 3383 cni.go:352] [openshift-console/console-54df9b8c7d-km4bm 4a18e82f495c4185c837f0df00e8583f297a862da54585717299cda7fccc1b1e network default NAD default] DEL finished CNI request [openshift-console/console-54df9b8c7d-km4bm 4a18e82f495c4185c837f0df00e8583f297a862da54585717299cda7fccc1b1e network default NAD default], result "{\"dns\":{}}", err I0703 22:00:50.715784 3383 obj_retry.go:463] Detected object openshift-console/console-54df9b8c7d-km4bm of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:00:50.715829 3383 pods.go:175] Deleting pod: openshift-console/console-54df9b8c7d-km4bm I0703 22:00:50.717204 3383 pods.go:218] Attempting to release IPs for pod: openshift-console/console-54df9b8c7d-km4bm, ips: 10.129.0.19 I0703 22:00:50.717259 3383 obj_retry.go:463] Detected object openshift-console/console-54df9b8c7d-km4bm of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:00:50.726717 3383 base_network_controller_pods.go:478] [default/openshift-console/console-bcf94dff4-8q24b] creating logical port openshift-console_console-bcf94dff4-8q24b for pod on switch ip-10-0-1-250.ec2.internal I0703 22:00:50.726897 3383 kube.go:320] Updating pod openshift-console/console-bcf94dff4-8q24b I0703 22:00:50.740748 3383 pod.go:62] [openshift-console/console-bcf94dff4-8q24b] pod update took 13.888631ms I0703 22:00:50.740771 3383 base_network_controller_pods.go:928] [default/openshift-console/console-bcf94dff4-8q24b] addLogicalPort annotation time took 13.917052ms I0703 22:00:50.742076 3383 pods.go:253] [openshift-console/console-bcf94dff4-8q24b] addLogicalPort took 15.376722ms, libovsdb time 847.698µs I0703 22:00:51.085648 3383 cni.go:331] [openshift-console/console-bcf94dff4-8q24b fe1304b3a60d05b53dd1a3bd98d9c4d9f995b6cdcae3f15348acfc247757076f network default NAD default] ADD starting CNI request [openshift-console/console-bcf94dff4-8q24b fe1304b3a60d05b53dd1a3bd98d9c4d9f995b6cdcae3f15348acfc247757076f network default NAD default] I0703 22:00:51.094413 3383 helper_linux.go:450] ConfigureOVS: namespace: openshift-console, podName: console-bcf94dff4-8q24b, hostIfaceName: fe1304b3a60d05b, network: default, NAD default, SandboxID: "fe1304b3a60d05b53dd1a3bd98d9c4d9f995b6cdcae3f15348acfc247757076f", PCI device ID: , UID: "27b0f716-4339-4f49-9191-188c1362d3fa", MAC: 0a:58:0a:81:00:17, IPs: [10.129.0.23/23] I0703 22:00:51.143979 3383 cni.go:352] [openshift-console/console-bcf94dff4-8q24b fe1304b3a60d05b53dd1a3bd98d9c4d9f995b6cdcae3f15348acfc247757076f network default NAD default] ADD finished CNI request [openshift-console/console-bcf94dff4-8q24b fe1304b3a60d05b53dd1a3bd98d9c4d9f995b6cdcae3f15348acfc247757076f network default NAD default], result "{\"interfaces\":[{\"name\":\"fe1304b3a60d05b\",\"mac\":\"72:34:7e:67:a4:58\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:81:00:17\",\"sandbox\":\"/var/run/netns/e4a61985-542b-40d2-9343-8f248cf17c29\"}],\"ips\":[{\"interface\":1,\"address\":\"10.129.0.23/23\",\"gateway\":\"10.129.0.1\"}],\"dns\":{}}", err I0703 22:00:51.150479 3383 obj_retry.go:457] Detected object openshift-console/console-54df9b8c7d-km4bm of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:00:51.150555 3383 obj_retry.go:457] Detected object openshift-console/console-54df9b8c7d-km4bm of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:00:51.160632 3383 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-console/console-54df9b8c7d-km4bm I0703 22:00:51.160664 3383 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod openshift-console/console-54df9b8c7d-km4bm I0703 22:01:20.713568 3383 obj_retry.go:463] Detected object openshift-image-registry/image-registry-5985484648-k7lf8 of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:01:20.714158 3383 obj_retry.go:463] Detected object openshift-image-registry/image-registry-5985484648-k7lf8 of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:01:21.510341 3383 obj_retry.go:457] Detected object openshift-image-registry/image-registry-5985484648-k7lf8 of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:01:21.510367 3383 obj_retry.go:457] Detected object openshift-image-registry/image-registry-5985484648-k7lf8 of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:01:21.514250 3383 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-image-registry/image-registry-5985484648-k7lf8 I0703 22:01:21.514276 3383 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod openshift-image-registry/image-registry-5985484648-k7lf8 I0703 22:01:21.744824 3383 obj_retry.go:463] Detected object openshift-console/console-8568b49947-dph5q of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:01:21.745530 3383 obj_retry.go:463] Detected object openshift-console/console-8568b49947-dph5q of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:01:22.133809 3383 obj_retry.go:457] Detected object openshift-console/console-8568b49947-dph5q of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:01:22.133918 3383 obj_retry.go:457] Detected object openshift-console/console-8568b49947-dph5q of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:01:22.143216 3383 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-console/console-8568b49947-dph5q I0703 22:01:22.143310 3383 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod openshift-console/console-8568b49947-dph5q I0703 22:01:24.262010 3383 cni.go:331] [openshift-ingress/router-default-7c95698449-94nxj ce99fb4e70d5e4d5b9a5b702df7024c0af0bed425efb5b1f40b1f642af9e1477 network default NAD default] DEL starting CNI request [openshift-ingress/router-default-7c95698449-94nxj ce99fb4e70d5e4d5b9a5b702df7024c0af0bed425efb5b1f40b1f642af9e1477 network default NAD default] I0703 22:01:24.340261 3383 cni.go:352] [openshift-ingress/router-default-7c95698449-94nxj ce99fb4e70d5e4d5b9a5b702df7024c0af0bed425efb5b1f40b1f642af9e1477 network default NAD default] DEL finished CNI request [openshift-ingress/router-default-7c95698449-94nxj ce99fb4e70d5e4d5b9a5b702df7024c0af0bed425efb5b1f40b1f642af9e1477 network default NAD default], result "{\"dns\":{}}", err I0703 22:01:24.389256 3383 obj_retry.go:463] Detected object openshift-ingress/router-default-7c95698449-94nxj of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:01:24.389295 3383 pods.go:175] Deleting pod: openshift-ingress/router-default-7c95698449-94nxj I0703 22:01:24.390761 3383 pods.go:218] Attempting to release IPs for pod: openshift-ingress/router-default-7c95698449-94nxj, ips: 10.129.0.14 I0703 22:01:24.390797 3383 obj_retry.go:463] Detected object openshift-ingress/router-default-7c95698449-94nxj of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:01:25.245746 3383 obj_retry.go:457] Detected object openshift-ingress/router-default-7c95698449-94nxj of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:01:25.245853 3383 obj_retry.go:457] Detected object openshift-ingress/router-default-7c95698449-94nxj of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:01:25.254376 3383 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-ingress/router-default-7c95698449-94nxj I0703 22:01:25.254430 3383 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod openshift-ingress/router-default-7c95698449-94nxj I0703 22:01:41.409294 3383 obj_retry.go:463] Detected object openshift-monitoring/alertmanager-main-1 of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:01:41.409948 3383 obj_retry.go:463] Detected object openshift-monitoring/alertmanager-main-1 of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:01:42.198974 3383 obj_retry.go:457] Detected object openshift-monitoring/alertmanager-main-1 of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:01:42.198995 3383 obj_retry.go:457] Detected object openshift-monitoring/alertmanager-main-1 of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:01:42.204819 3383 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-monitoring/alertmanager-main-1 I0703 22:01:42.204912 3383 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod openshift-monitoring/alertmanager-main-1 I0703 22:01:45.555626 3383 cni.go:331] [openshift-monitoring/prometheus-k8s-1 6c358a26f7409dc2c55d6de438a7ded8122695b1990796ca06456f932bde3c6a network default NAD default] DEL starting CNI request [openshift-monitoring/prometheus-k8s-1 6c358a26f7409dc2c55d6de438a7ded8122695b1990796ca06456f932bde3c6a network default NAD default] I0703 22:01:45.625721 3383 cni.go:352] [openshift-monitoring/prometheus-k8s-1 6c358a26f7409dc2c55d6de438a7ded8122695b1990796ca06456f932bde3c6a network default NAD default] DEL finished CNI request [openshift-monitoring/prometheus-k8s-1 6c358a26f7409dc2c55d6de438a7ded8122695b1990796ca06456f932bde3c6a network default NAD default], result "{\"dns\":{}}", err I0703 22:01:45.682152 3383 obj_retry.go:463] Detected object openshift-monitoring/prometheus-k8s-1 of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:01:45.682208 3383 pods.go:175] Deleting pod: openshift-monitoring/prometheus-k8s-1 I0703 22:01:45.683501 3383 pods.go:218] Attempting to release IPs for pod: openshift-monitoring/prometheus-k8s-1, ips: 10.129.0.21 I0703 22:01:45.683535 3383 obj_retry.go:463] Detected object openshift-monitoring/prometheus-k8s-1 of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:01:46.316215 3383 obj_retry.go:457] Detected object openshift-monitoring/prometheus-k8s-1 of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:01:46.316307 3383 obj_retry.go:457] Detected object openshift-monitoring/prometheus-k8s-1 of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:01:46.324995 3383 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-monitoring/prometheus-k8s-1 I0703 22:01:46.325024 3383 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod openshift-monitoring/prometheus-k8s-1 I0703 22:01:46.367927 3383 base_network_controller_pods.go:478] [default/openshift-monitoring/prometheus-k8s-1] creating logical port openshift-monitoring_prometheus-k8s-1 for pod on switch ip-10-0-1-250.ec2.internal I0703 22:01:46.368093 3383 kube.go:320] Updating pod openshift-monitoring/prometheus-k8s-1 I0703 22:01:46.391066 3383 pod.go:62] [openshift-monitoring/prometheus-k8s-1] pod update took 23.012658ms I0703 22:01:46.391185 3383 base_network_controller_pods.go:928] [default/openshift-monitoring/prometheus-k8s-1] addLogicalPort annotation time took 23.133412ms I0703 22:01:46.392803 3383 pods.go:253] [openshift-monitoring/prometheus-k8s-1] addLogicalPort took 24.894672ms, libovsdb time 1.09923ms I0703 22:01:46.398202 3383 cni.go:331] [openshift-multus/network-metrics-daemon-mjsh5 5cb782a3765c43596c00a71487d634906b6db9a3890aae88b9bba6842a94866e network default NAD default] ADD starting CNI request [openshift-multus/network-metrics-daemon-mjsh5 5cb782a3765c43596c00a71487d634906b6db9a3890aae88b9bba6842a94866e network default NAD default] I0703 22:01:46.408793 3383 helper_linux.go:450] ConfigureOVS: namespace: openshift-multus, podName: network-metrics-daemon-mjsh5, hostIfaceName: 5cb782a3765c435, network: default, NAD default, SandboxID: "5cb782a3765c43596c00a71487d634906b6db9a3890aae88b9bba6842a94866e", PCI device ID: , UID: "08546914-2808-40c0-9b36-dca3dcd5445e", MAC: 0a:58:0a:81:00:04, IPs: [10.129.0.4/23] I0703 22:01:46.455603 3383 cni.go:352] [openshift-multus/network-metrics-daemon-mjsh5 5cb782a3765c43596c00a71487d634906b6db9a3890aae88b9bba6842a94866e network default NAD default] ADD finished CNI request [openshift-multus/network-metrics-daemon-mjsh5 5cb782a3765c43596c00a71487d634906b6db9a3890aae88b9bba6842a94866e network default NAD default], result "{\"interfaces\":[{\"name\":\"5cb782a3765c435\",\"mac\":\"5e:f4:b9:95:61:0c\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:81:00:04\",\"sandbox\":\"/var/run/netns/7f02a0b0-4b46-42ee-8bbc-3144ae7e316e\"}],\"ips\":[{\"interface\":1,\"address\":\"10.129.0.4/23\",\"gateway\":\"10.129.0.1\"}],\"dns\":{}}", err I0703 22:01:46.723356 3383 cni.go:331] [openshift-monitoring/prometheus-k8s-1 e73b8a0fe9c2f2c3f69c60106caa190030e101587c87642020121c1d8b4e4bda network default NAD default] ADD starting CNI request [openshift-monitoring/prometheus-k8s-1 e73b8a0fe9c2f2c3f69c60106caa190030e101587c87642020121c1d8b4e4bda network default NAD default] I0703 22:01:46.731840 3383 helper_linux.go:450] ConfigureOVS: namespace: openshift-monitoring, podName: prometheus-k8s-1, hostIfaceName: e73b8a0fe9c2f2c, network: default, NAD default, SandboxID: "e73b8a0fe9c2f2c3f69c60106caa190030e101587c87642020121c1d8b4e4bda", PCI device ID: , UID: "20ceefc9-1ed5-43d5-bc6d-51c140a55b90", MAC: 0a:58:0a:81:00:18, IPs: [10.129.0.24/23] I0703 22:01:46.777230 3383 cni.go:352] [openshift-monitoring/prometheus-k8s-1 e73b8a0fe9c2f2c3f69c60106caa190030e101587c87642020121c1d8b4e4bda network default NAD default] ADD finished CNI request [openshift-monitoring/prometheus-k8s-1 e73b8a0fe9c2f2c3f69c60106caa190030e101587c87642020121c1d8b4e4bda network default NAD default], result "{\"interfaces\":[{\"name\":\"e73b8a0fe9c2f2c\",\"mac\":\"aa:1f:93:c8:99:95\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:81:00:18\",\"sandbox\":\"/var/run/netns/03bac7bc-14a6-4508-9a5c-62905425e6a9\"}],\"ips\":[{\"interface\":1,\"address\":\"10.129.0.24/23\",\"gateway\":\"10.129.0.1\"}],\"dns\":{}}", err I0703 22:02:12.699177 3383 cni.go:331] [openshift-console/console-bcf94dff4-8q24b fe1304b3a60d05b53dd1a3bd98d9c4d9f995b6cdcae3f15348acfc247757076f network default NAD default] DEL starting CNI request [openshift-console/console-bcf94dff4-8q24b fe1304b3a60d05b53dd1a3bd98d9c4d9f995b6cdcae3f15348acfc247757076f network default NAD default] I0703 22:02:12.777876 3383 cni.go:352] [openshift-console/console-bcf94dff4-8q24b fe1304b3a60d05b53dd1a3bd98d9c4d9f995b6cdcae3f15348acfc247757076f network default NAD default] DEL finished CNI request [openshift-console/console-bcf94dff4-8q24b fe1304b3a60d05b53dd1a3bd98d9c4d9f995b6cdcae3f15348acfc247757076f network default NAD default], result "{\"dns\":{}}", err I0703 22:02:12.822500 3383 obj_retry.go:463] Detected object openshift-console/console-bcf94dff4-8q24b of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:02:12.822536 3383 pods.go:175] Deleting pod: openshift-console/console-bcf94dff4-8q24b I0703 22:02:12.823958 3383 pods.go:218] Attempting to release IPs for pod: openshift-console/console-bcf94dff4-8q24b, ips: 10.129.0.23 I0703 22:02:12.823995 3383 obj_retry.go:463] Detected object openshift-console/console-bcf94dff4-8q24b of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:02:12.831660 3383 base_network_controller_pods.go:478] [default/openshift-console/console-686978b574-vgnrk] creating logical port openshift-console_console-686978b574-vgnrk for pod on switch ip-10-0-1-250.ec2.internal I0703 22:02:12.831854 3383 kube.go:320] Updating pod openshift-console/console-686978b574-vgnrk I0703 22:02:12.848596 3383 pod.go:62] [openshift-console/console-686978b574-vgnrk] pod update took 16.77736ms I0703 22:02:12.848623 3383 base_network_controller_pods.go:928] [default/openshift-console/console-686978b574-vgnrk] addLogicalPort annotation time took 16.809546ms I0703 22:02:12.849998 3383 pods.go:253] [openshift-console/console-686978b574-vgnrk] addLogicalPort took 18.353701ms, libovsdb time 913.483µs I0703 22:02:13.188564 3383 cni.go:331] [openshift-console/console-686978b574-vgnrk 6f3eb41eeadba7909981606697f494eabebe7d016770aef5f5df38e95fbe6530 network default NAD default] ADD starting CNI request [openshift-console/console-686978b574-vgnrk 6f3eb41eeadba7909981606697f494eabebe7d016770aef5f5df38e95fbe6530 network default NAD default] I0703 22:02:13.199161 3383 helper_linux.go:450] ConfigureOVS: namespace: openshift-console, podName: console-686978b574-vgnrk, hostIfaceName: 6f3eb41eeadba79, network: default, NAD default, SandboxID: "6f3eb41eeadba7909981606697f494eabebe7d016770aef5f5df38e95fbe6530", PCI device ID: , UID: "7220d8e0-5666-40ee-9666-b5b0ebf96974", MAC: 0a:58:0a:81:00:19, IPs: [10.129.0.25/23] I0703 22:02:13.399676 3383 obj_retry.go:457] Detected object openshift-console/console-bcf94dff4-8q24b of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:02:13.399730 3383 obj_retry.go:457] Detected object openshift-console/console-bcf94dff4-8q24b of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:02:13.406627 3383 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-console/console-bcf94dff4-8q24b I0703 22:02:13.406654 3383 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod openshift-console/console-bcf94dff4-8q24b I0703 22:02:13.450858 3383 cni.go:352] [openshift-console/console-686978b574-vgnrk 6f3eb41eeadba7909981606697f494eabebe7d016770aef5f5df38e95fbe6530 network default NAD default] ADD finished CNI request [openshift-console/console-686978b574-vgnrk 6f3eb41eeadba7909981606697f494eabebe7d016770aef5f5df38e95fbe6530 network default NAD default], result "{\"interfaces\":[{\"name\":\"6f3eb41eeadba79\",\"mac\":\"b6:1f:e0:53:f5:54\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:81:00:19\",\"sandbox\":\"/var/run/netns/2cc4c2da-81d1-410c-972b-abdeaefece30\"}],\"ips\":[{\"interface\":1,\"address\":\"10.129.0.25/23\",\"gateway\":\"10.129.0.1\"}],\"dns\":{}}", err I0703 22:02:13.957308 3383 obj_retry.go:463] Detected object openshift-monitoring/alertmanager-main-0 of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:02:13.958014 3383 obj_retry.go:463] Detected object openshift-monitoring/alertmanager-main-0 of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:02:14.687769 3383 obj_retry.go:457] Detected object openshift-monitoring/alertmanager-main-0 of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:02:14.687863 3383 obj_retry.go:457] Detected object openshift-monitoring/alertmanager-main-0 of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:02:14.697037 3383 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-monitoring/alertmanager-main-0 I0703 22:02:14.697074 3383 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod openshift-monitoring/alertmanager-main-0 I0703 22:02:20.735718 3383 namespace.go:137] [openshift-kube-storage-version-migrator] updating namespace I0703 22:02:23.591443 3383 obj_retry.go:463] Detected object openshift-console/console-bcf94dff4-j4kr5 of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:02:23.592027 3383 obj_retry.go:463] Detected object openshift-console/console-bcf94dff4-j4kr5 of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:02:24.025523 3383 obj_retry.go:457] Detected object openshift-console/console-bcf94dff4-j4kr5 of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:02:24.025567 3383 obj_retry.go:457] Detected object openshift-console/console-bcf94dff4-j4kr5 of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:02:24.029959 3383 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-console/console-bcf94dff4-j4kr5 I0703 22:02:24.029988 3383 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod openshift-console/console-bcf94dff4-j4kr5 I0703 22:02:48.824990 3383 obj_retry.go:463] Detected object openshift-monitoring/prometheus-k8s-0 of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:02:48.825594 3383 obj_retry.go:463] Detected object openshift-monitoring/prometheus-k8s-0 of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:02:49.803044 3383 obj_retry.go:457] Detected object openshift-monitoring/prometheus-k8s-0 of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:02:49.803144 3383 obj_retry.go:457] Detected object openshift-monitoring/prometheus-k8s-0 of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:02:49.812055 3383 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-monitoring/prometheus-k8s-0 I0703 22:02:49.812153 3383 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod openshift-monitoring/prometheus-k8s-0 E0703 22:03:00.781319 3383 metrics.go:168] Failed to get the logfile size for .: stat : no such file or directory E0703 22:03:01.293536 3383 metrics.go:168] Failed to get the logfile size for .: stat : no such file or directory I0703 22:03:10.576893 3383 obj_retry.go:463] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29718600-k8k48 of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:03:10.577527 3383 obj_retry.go:463] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29718600-k8k48 of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:03:11.467800 3383 obj_retry.go:457] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29718600-k8k48 of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:03:11.467847 3383 obj_retry.go:457] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29718600-k8k48 of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:03:27.811512 3383 reflector.go:879] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.NetworkPolicy total 0 items received I0703 22:04:21.707844 3383 obj_retry.go:463] Detected object openshift-console/console-686978b574-cbr64 of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:04:21.708403 3383 obj_retry.go:463] Detected object openshift-console/console-686978b574-cbr64 of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:04:22.651601 3383 obj_retry.go:457] Detected object openshift-console/console-686978b574-cbr64 of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:04:22.651628 3383 obj_retry.go:457] Detected object openshift-console/console-686978b574-cbr64 of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:04:22.658519 3383 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-console/console-686978b574-cbr64 I0703 22:04:22.658566 3383 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod openshift-console/console-686978b574-cbr64 I0703 22:04:30.016374 3383 reflector.go:879] github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/egressqos/v1/apis/informers/externalversions/factory.go:140: Watch close - *v1.EgressQoS total 0 items received I0703 22:04:30.021452 3383 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 I0703 22:04:32.246837 3383 cni.go:331] [openshift-console/console-686978b574-vgnrk 6f3eb41eeadba7909981606697f494eabebe7d016770aef5f5df38e95fbe6530 network default NAD default] DEL starting CNI request [openshift-console/console-686978b574-vgnrk 6f3eb41eeadba7909981606697f494eabebe7d016770aef5f5df38e95fbe6530 network default NAD default] I0703 22:04:32.310930 3383 cni.go:352] [openshift-console/console-686978b574-vgnrk 6f3eb41eeadba7909981606697f494eabebe7d016770aef5f5df38e95fbe6530 network default NAD default] DEL finished CNI request [openshift-console/console-686978b574-vgnrk 6f3eb41eeadba7909981606697f494eabebe7d016770aef5f5df38e95fbe6530 network default NAD default], result "{\"dns\":{}}", err I0703 22:04:32.360217 3383 obj_retry.go:463] Detected object openshift-console/console-686978b574-vgnrk of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:04:32.360327 3383 pods.go:175] Deleting pod: openshift-console/console-686978b574-vgnrk I0703 22:04:32.361662 3383 pods.go:218] Attempting to release IPs for pod: openshift-console/console-686978b574-vgnrk, ips: 10.129.0.25 I0703 22:04:32.361697 3383 obj_retry.go:463] Detected object openshift-console/console-686978b574-vgnrk of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:04:32.767366 3383 obj_retry.go:457] Detected object openshift-console/console-686978b574-vgnrk of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:04:32.767408 3383 obj_retry.go:457] Detected object openshift-console/console-686978b574-vgnrk of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:04:32.771533 3383 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-console/console-686978b574-vgnrk I0703 22:04:32.771567 3383 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod openshift-console/console-686978b574-vgnrk I0703 22:04:49.951225 3383 reflector.go:879] sigs.k8s.io/network-policy-api/pkg/client/informers/externalversions/factory.go:141: Watch close - *v1alpha1.AdminNetworkPolicy total 0 items received I0703 22:05:16.930360 3383 reflector.go:879] sigs.k8s.io/network-policy-api/pkg/client/informers/externalversions/factory.go:141: Watch close - *v1alpha1.BaselineAdminNetworkPolicy total 0 items received I0703 22:05:24.032890 3383 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 I0703 22:05:45.816188 3383 reflector.go:879] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.EndpointSlice total 156 items received I0703 22:06:00.823365 3383 reflector.go:879] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Pod total 659 items received I0703 22:06:21.815173 3383 reflector.go:879] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Node total 85 items received I0703 22:06:52.918738 3383 namespace.go:93] [tssc] adding namespace I0703 22:06:52.919653 3383 namespace.go:97] [tssc] adding namespace took 886.551µs I0703 22:06:52.943902 3383 namespace.go:137] [tssc] updating namespace I0703 22:06:52.960233 3383 namespace.go:137] [tssc] updating namespace I0703 22:06:53.217086 3383 namespace.go:93] [null] adding namespace I0703 22:06:53.218009 3383 namespace.go:97] [null] adding namespace took 868.746µs I0703 22:06:53.238656 3383 namespace.go:137] [null] updating namespace I0703 22:06:53.251780 3383 namespace.go:137] [null] updating namespace I0703 22:06:55.037944 3383 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 I0703 22:06:59.013470 3383 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 I0703 22:07:00.250221 3383 namespace.go:93] [rhtpa-operator] adding namespace I0703 22:07:00.250359 3383 namespace.go:93] [tssc-tas] adding namespace I0703 22:07:00.250406 3383 namespace.go:93] [tssc-tpa] adding namespace I0703 22:07:00.251212 3383 namespace.go:97] [rhtpa-operator] adding namespace took 961.218µs I0703 22:07:00.251877 3383 namespace.go:97] [tssc-tas] adding namespace took 1.498609ms I0703 22:07:00.252609 3383 namespace.go:97] [tssc-tpa] adding namespace took 2.139257ms I0703 22:07:00.256487 3383 namespace.go:93] [tssc-keycloak] adding namespace I0703 22:07:00.256552 3383 namespace.go:93] [tssc-dh] adding namespace I0703 22:07:00.257280 3383 namespace.go:97] [tssc-keycloak] adding namespace took 734.497µs I0703 22:07:00.257888 3383 namespace.go:93] [rhbk-operator] adding namespace I0703 22:07:00.257917 3383 namespace.go:97] [tssc-dh] adding namespace took 1.348085ms I0703 22:07:00.257950 3383 namespace.go:93] [tssc-gitops] adding namespace I0703 22:07:00.258627 3383 namespace.go:97] [tssc-gitops] adding namespace took 667.834µs I0703 22:07:00.259318 3383 namespace.go:97] [rhbk-operator] adding namespace took 1.412475ms I0703 22:07:00.280204 3383 namespace.go:137] [rhtpa-operator] updating namespace I0703 22:07:00.291692 3383 namespace.go:137] [rhtpa-operator] updating namespace I0703 22:07:00.316836 3383 namespace.go:137] [tssc-dh] updating namespace I0703 22:07:00.323705 3383 namespace.go:137] [tssc-tpa] updating namespace I0703 22:07:00.323743 3383 namespace.go:137] [tssc-tas] updating namespace I0703 22:07:00.323875 3383 namespace.go:137] [tssc-keycloak] updating namespace I0703 22:07:00.348835 3383 namespace.go:137] [rhbk-operator] updating namespace I0703 22:07:00.348968 3383 namespace.go:137] [tssc-gitops] updating namespace I0703 22:07:00.350462 3383 namespace.go:137] [tssc-tas] updating namespace I0703 22:07:00.357611 3383 namespace.go:137] [rhtpa-operator] updating namespace I0703 22:07:00.388502 3383 namespace.go:137] [tssc-tas] updating namespace I0703 22:07:00.423344 3383 namespace.go:137] [tssc-tpa] updating namespace I0703 22:07:00.434077 3383 namespace.go:137] [tssc-tpa] updating namespace I0703 22:07:00.487179 3383 namespace.go:137] [tssc-keycloak] updating namespace I0703 22:07:00.505724 3383 namespace.go:137] [tssc-keycloak] updating namespace I0703 22:07:00.524011 3383 namespace.go:137] [tssc-dh] updating namespace I0703 22:07:00.538665 3383 namespace.go:137] [tssc-dh] updating namespace I0703 22:07:00.563937 3383 namespace.go:137] [tssc-gitops] updating namespace I0703 22:07:00.582514 3383 namespace.go:137] [tssc-gitops] updating namespace I0703 22:07:00.616417 3383 namespace.go:137] [rhbk-operator] updating namespace I0703 22:07:00.625261 3383 namespace.go:137] [rhbk-operator] updating namespace I0703 22:07:01.338564 3383 namespace.go:137] [tssc-tpa] updating namespace I0703 22:07:01.355858 3383 namespace.go:137] [tssc-keycloak] updating namespace I0703 22:07:07.289957 3383 obj_retry.go:463] Detected object openshift-marketplace/12ab9910d6dd8fd3d10840595e6d43c3bda9f778d4f4c233c8f5ce7c05bs97l of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:07:07.290547 3383 obj_retry.go:463] Detected object openshift-marketplace/12ab9910d6dd8fd3d10840595e6d43c3bda9f778d4f4c233c8f5ce7c05bs97l of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:07:08.324179 3383 obj_retry.go:457] Detected object openshift-marketplace/12ab9910d6dd8fd3d10840595e6d43c3bda9f778d4f4c233c8f5ce7c05bs97l of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:07:08.324204 3383 obj_retry.go:457] Detected object openshift-marketplace/12ab9910d6dd8fd3d10840595e6d43c3bda9f778d4f4c233c8f5ce7c05bs97l of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:07:10.098105 3383 obj_retry.go:463] Detected object openshift-marketplace/feaa2cc5ab798811e5a3e42345d816d37ed53fdb0f4c52211549e0706ckfx2d of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:07:10.098798 3383 obj_retry.go:463] Detected object openshift-marketplace/feaa2cc5ab798811e5a3e42345d816d37ed53fdb0f4c52211549e0706ckfx2d of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:07:11.130761 3383 obj_retry.go:457] Detected object openshift-marketplace/feaa2cc5ab798811e5a3e42345d816d37ed53fdb0f4c52211549e0706ckfx2d of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:07:11.130819 3383 obj_retry.go:457] Detected object openshift-marketplace/feaa2cc5ab798811e5a3e42345d816d37ed53fdb0f4c52211549e0706ckfx2d of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:07:15.359175 3383 obj_retry.go:463] Detected object openshift-marketplace/04d37b3636a37e486cd1ed7560224b2a1a2ceeab0a7b54f891f368430cfbjbq of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:07:15.359786 3383 obj_retry.go:463] Detected object openshift-marketplace/04d37b3636a37e486cd1ed7560224b2a1a2ceeab0a7b54f891f368430cfbjbq of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:07:15.382295 3383 obj_retry.go:463] Detected object openshift-marketplace/5268a4ced5d800be16754fa0e728697b3e3cfdde89993e5dd11005c615dbc2s of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:07:15.382799 3383 obj_retry.go:463] Detected object openshift-marketplace/5268a4ced5d800be16754fa0e728697b3e3cfdde89993e5dd11005c615dbc2s of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:07:15.403547 3383 obj_retry.go:463] Detected object openshift-marketplace/237adb895ab966e9bd78a11dc51e53db067035dbec500547b241808cb2t27k8 of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:07:15.403925 3383 obj_retry.go:463] Detected object openshift-marketplace/237adb895ab966e9bd78a11dc51e53db067035dbec500547b241808cb2t27k8 of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:07:15.425500 3383 obj_retry.go:463] Detected object openshift-marketplace/09e34ea817cdfe261a58e31acae4e4784f6378fed0964f51f7ea9571bajzvbz of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:07:15.425881 3383 obj_retry.go:463] Detected object openshift-marketplace/09e34ea817cdfe261a58e31acae4e4784f6378fed0964f51f7ea9571bajzvbz of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:07:16.382005 3383 obj_retry.go:457] Detected object openshift-marketplace/04d37b3636a37e486cd1ed7560224b2a1a2ceeab0a7b54f891f368430cfbjbq of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:07:16.382033 3383 obj_retry.go:457] Detected object openshift-marketplace/04d37b3636a37e486cd1ed7560224b2a1a2ceeab0a7b54f891f368430cfbjbq of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:07:16.407642 3383 obj_retry.go:457] Detected object openshift-marketplace/5268a4ced5d800be16754fa0e728697b3e3cfdde89993e5dd11005c615dbc2s of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:07:16.407708 3383 obj_retry.go:457] Detected object openshift-marketplace/5268a4ced5d800be16754fa0e728697b3e3cfdde89993e5dd11005c615dbc2s of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:07:16.431825 3383 obj_retry.go:457] Detected object openshift-marketplace/237adb895ab966e9bd78a11dc51e53db067035dbec500547b241808cb2t27k8 of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:07:16.431852 3383 obj_retry.go:457] Detected object openshift-marketplace/237adb895ab966e9bd78a11dc51e53db067035dbec500547b241808cb2t27k8 of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:07:16.450179 3383 obj_retry.go:457] Detected object openshift-marketplace/09e34ea817cdfe261a58e31acae4e4784f6378fed0964f51f7ea9571bajzvbz of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:07:16.450202 3383 obj_retry.go:457] Detected object openshift-marketplace/09e34ea817cdfe261a58e31acae4e4784f6378fed0964f51f7ea9571bajzvbz of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:07:21.007798 3383 reflector.go:879] github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/egressip/v1/apis/informers/externalversions/factory.go:140: Watch close - *v1.EgressIP total 0 items received I0703 22:07:27.580642 3383 namespace.go:137] [openshift-operators] updating namespace I0703 22:07:27.598319 3383 namespace.go:137] [openshift-operators] updating namespace I0703 22:07:36.263714 3383 base_network_controller_pods.go:478] [default/openshift-operators/rhtas-operator-controller-manager-bbd5c9c98-2mdnb] creating logical port openshift-operators_rhtas-operator-controller-manager-bbd5c9c98-2mdnb for pod on switch ip-10-0-1-250.ec2.internal I0703 22:07:36.263865 3383 kube.go:320] Updating pod openshift-operators/rhtas-operator-controller-manager-bbd5c9c98-2mdnb I0703 22:07:36.284864 3383 pod.go:62] [openshift-operators/rhtas-operator-controller-manager-bbd5c9c98-2mdnb] pod update took 21.027732ms I0703 22:07:36.284890 3383 base_network_controller_pods.go:928] [default/openshift-operators/rhtas-operator-controller-manager-bbd5c9c98-2mdnb] addLogicalPort annotation time took 21.058325ms I0703 22:07:36.286321 3383 pods.go:253] [openshift-operators/rhtas-operator-controller-manager-bbd5c9c98-2mdnb] addLogicalPort took 22.627721ms, libovsdb time 1.039404ms I0703 22:07:36.620697 3383 cni.go:331] [openshift-operators/rhtas-operator-controller-manager-bbd5c9c98-2mdnb babaa0a18a1325800d8a5cbb96e484336beb72162dfc3801067c886064d93025 network default NAD default] ADD starting CNI request [openshift-operators/rhtas-operator-controller-manager-bbd5c9c98-2mdnb babaa0a18a1325800d8a5cbb96e484336beb72162dfc3801067c886064d93025 network default NAD default] I0703 22:07:36.629994 3383 helper_linux.go:450] ConfigureOVS: namespace: openshift-operators, podName: rhtas-operator-controller-manager-bbd5c9c98-2mdnb, hostIfaceName: babaa0a18a13258, network: default, NAD default, SandboxID: "babaa0a18a1325800d8a5cbb96e484336beb72162dfc3801067c886064d93025", PCI device ID: , UID: "6661d777-1400-4ceb-bb8a-0c4272ffaeff", MAC: 0a:58:0a:81:00:1a, IPs: [10.129.0.26/23] I0703 22:07:36.676331 3383 cni.go:352] [openshift-operators/rhtas-operator-controller-manager-bbd5c9c98-2mdnb babaa0a18a1325800d8a5cbb96e484336beb72162dfc3801067c886064d93025 network default NAD default] ADD finished CNI request [openshift-operators/rhtas-operator-controller-manager-bbd5c9c98-2mdnb babaa0a18a1325800d8a5cbb96e484336beb72162dfc3801067c886064d93025 network default NAD default], result "{\"interfaces\":[{\"name\":\"babaa0a18a13258\",\"mac\":\"da:d3:4e:fc:63:80\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:81:00:1a\",\"sandbox\":\"/var/run/netns/6f36be60-7cc1-4c88-92b8-4ff37fad78de\"}],\"ips\":[{\"interface\":1,\"address\":\"10.129.0.26/23\",\"gateway\":\"10.129.0.1\"}],\"dns\":{}}", err I0703 22:07:36.815757 3383 reflector.go:879] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Namespace total 55 items received I0703 22:07:37.836212 3383 reflector.go:879] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Service total 90 items received I0703 22:07:38.031710 3383 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 I0703 22:07:39.574757 3383 namespace.go:93] [trusted-artifact-signer] adding namespace I0703 22:07:39.575784 3383 namespace.go:97] [trusted-artifact-signer] adding namespace took 1.00309ms I0703 22:07:39.682568 3383 namespace.go:137] [trusted-artifact-signer] updating namespace I0703 22:07:39.704737 3383 namespace.go:137] [trusted-artifact-signer] updating namespace I0703 22:07:44.356927 3383 base_network_controller_pods.go:478] [default/openshift-operators/openshift-gitops-operator-controller-manager-84dcb5f8c7-z8kg4] creating logical port openshift-operators_openshift-gitops-operator-controller-manager-84dcb5f8c7-z8kg4 for pod on switch ip-10-0-1-250.ec2.internal I0703 22:07:44.357058 3383 kube.go:320] Updating pod openshift-operators/openshift-gitops-operator-controller-manager-84dcb5f8c7-z8kg4 I0703 22:07:44.380953 3383 pod.go:62] [openshift-operators/openshift-gitops-operator-controller-manager-84dcb5f8c7-z8kg4] pod update took 23.92494ms I0703 22:07:44.380994 3383 base_network_controller_pods.go:928] [default/openshift-operators/openshift-gitops-operator-controller-manager-84dcb5f8c7-z8kg4] addLogicalPort annotation time took 23.970009ms I0703 22:07:44.382915 3383 pods.go:253] [openshift-operators/openshift-gitops-operator-controller-manager-84dcb5f8c7-z8kg4] addLogicalPort took 26.003143ms, libovsdb time 1.156694ms I0703 22:07:46.236442 3383 cni.go:331] [openshift-operators/openshift-gitops-operator-controller-manager-84dcb5f8c7-z8kg4 b7ff8193242181c80adc88a083b7f07fff6f6622f05670c8a797180b6b4cf23b network default NAD default] ADD starting CNI request [openshift-operators/openshift-gitops-operator-controller-manager-84dcb5f8c7-z8kg4 b7ff8193242181c80adc88a083b7f07fff6f6622f05670c8a797180b6b4cf23b network default NAD default] I0703 22:07:46.245935 3383 helper_linux.go:450] ConfigureOVS: namespace: openshift-operators, podName: openshift-gitops-operator-controller-manager-84dcb5f8c7-z8kg4, hostIfaceName: b7ff8193242181c, network: default, NAD default, SandboxID: "b7ff8193242181c80adc88a083b7f07fff6f6622f05670c8a797180b6b4cf23b", PCI device ID: , UID: "1c90e394-80b3-423b-88c2-060d20c5d4cc", MAC: 0a:58:0a:81:00:1b, IPs: [10.129.0.27/23] I0703 22:07:46.292710 3383 cni.go:352] [openshift-operators/openshift-gitops-operator-controller-manager-84dcb5f8c7-z8kg4 b7ff8193242181c80adc88a083b7f07fff6f6622f05670c8a797180b6b4cf23b network default NAD default] ADD finished CNI request [openshift-operators/openshift-gitops-operator-controller-manager-84dcb5f8c7-z8kg4 b7ff8193242181c80adc88a083b7f07fff6f6622f05670c8a797180b6b4cf23b network default NAD default], result "{\"interfaces\":[{\"name\":\"b7ff8193242181c\",\"mac\":\"7a:21:92:c7:b8:e9\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:81:00:1b\",\"sandbox\":\"/var/run/netns/4656f488-0fa9-4c66-b7e8-108ef026c055\"}],\"ips\":[{\"interface\":1,\"address\":\"10.129.0.27/23\",\"gateway\":\"10.129.0.1\"}],\"dns\":{}}", err I0703 22:07:47.092410 3383 namespace.go:137] [openshift-operators] updating namespace I0703 22:07:48.895352 3383 base_network_controller_pods.go:478] [default/openshift-operators/tekton-operator-webhook-6c5f764776-47bdh] creating logical port openshift-operators_tekton-operator-webhook-6c5f764776-47bdh for pod on switch ip-10-0-1-250.ec2.internal I0703 22:07:48.895602 3383 kube.go:320] Updating pod openshift-operators/tekton-operator-webhook-6c5f764776-47bdh I0703 22:07:48.914619 3383 pod.go:62] [openshift-operators/tekton-operator-webhook-6c5f764776-47bdh] pod update took 19.049789ms I0703 22:07:48.914646 3383 base_network_controller_pods.go:928] [default/openshift-operators/tekton-operator-webhook-6c5f764776-47bdh] addLogicalPort annotation time took 19.081575ms I0703 22:07:48.916186 3383 pods.go:253] [openshift-operators/tekton-operator-webhook-6c5f764776-47bdh] addLogicalPort took 20.856789ms, libovsdb time 918.333µs I0703 22:07:49.287189 3383 cni.go:331] [openshift-operators/tekton-operator-webhook-6c5f764776-47bdh 9323e2a38a8f75f20aedb4a340d7059ed38a390fa6fd3c2670dad3ff7ed2caf8 network default NAD default] ADD starting CNI request [openshift-operators/tekton-operator-webhook-6c5f764776-47bdh 9323e2a38a8f75f20aedb4a340d7059ed38a390fa6fd3c2670dad3ff7ed2caf8 network default NAD default] I0703 22:07:49.302907 3383 helper_linux.go:450] ConfigureOVS: namespace: openshift-operators, podName: tekton-operator-webhook-6c5f764776-47bdh, hostIfaceName: 9323e2a38a8f75f, network: default, NAD default, SandboxID: "9323e2a38a8f75f20aedb4a340d7059ed38a390fa6fd3c2670dad3ff7ed2caf8", PCI device ID: , UID: "8e82b320-a8ad-412e-ae87-ec3983bea2f1", MAC: 0a:58:0a:81:00:1c, IPs: [10.129.0.28/23] I0703 22:07:49.362052 3383 cni.go:352] [openshift-operators/tekton-operator-webhook-6c5f764776-47bdh 9323e2a38a8f75f20aedb4a340d7059ed38a390fa6fd3c2670dad3ff7ed2caf8 network default NAD default] ADD finished CNI request [openshift-operators/tekton-operator-webhook-6c5f764776-47bdh 9323e2a38a8f75f20aedb4a340d7059ed38a390fa6fd3c2670dad3ff7ed2caf8 network default NAD default], result "{\"interfaces\":[{\"name\":\"9323e2a38a8f75f\",\"mac\":\"fe:81:d1:74:55:e4\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:81:00:1c\",\"sandbox\":\"/var/run/netns/38c1a1d2-a5e8-4d8c-a7db-4515f266c48b\"}],\"ips\":[{\"interface\":1,\"address\":\"10.129.0.28/23\",\"gateway\":\"10.129.0.1\"}],\"dns\":{}}", err I0703 22:07:49.554281 3383 namespace.go:93] [openshift-gitops] adding namespace I0703 22:07:49.555187 3383 namespace.go:97] [openshift-gitops] adding namespace took 882.774µs I0703 22:07:49.585470 3383 namespace.go:137] [openshift-gitops] updating namespace I0703 22:07:49.600805 3383 namespace.go:137] [openshift-gitops] updating namespace I0703 22:07:51.897310 3383 base_network_controller_pods.go:478] [default/openshift-operators/rhdh-operator-556c94765c-7hlxg] creating logical port openshift-operators_rhdh-operator-556c94765c-7hlxg for pod on switch ip-10-0-1-250.ec2.internal I0703 22:07:51.897571 3383 kube.go:320] Updating pod openshift-operators/rhdh-operator-556c94765c-7hlxg I0703 22:07:51.916240 3383 pod.go:62] [openshift-operators/rhdh-operator-556c94765c-7hlxg] pod update took 18.712099ms I0703 22:07:51.916264 3383 base_network_controller_pods.go:928] [default/openshift-operators/rhdh-operator-556c94765c-7hlxg] addLogicalPort annotation time took 18.743878ms I0703 22:07:51.918039 3383 pods.go:253] [openshift-operators/rhdh-operator-556c94765c-7hlxg] addLogicalPort took 20.745025ms, libovsdb time 1.331565ms I0703 22:07:53.033537 3383 cni.go:331] [openshift-operators/rhdh-operator-556c94765c-7hlxg a8330b9b41a3b687942ed5a96ebf313bb77594eb038452c26285bed1cb64a0b4 network default NAD default] ADD starting CNI request [openshift-operators/rhdh-operator-556c94765c-7hlxg a8330b9b41a3b687942ed5a96ebf313bb77594eb038452c26285bed1cb64a0b4 network default NAD default] I0703 22:07:53.042948 3383 helper_linux.go:450] ConfigureOVS: namespace: openshift-operators, podName: rhdh-operator-556c94765c-7hlxg, hostIfaceName: a8330b9b41a3b68, network: default, NAD default, SandboxID: "a8330b9b41a3b687942ed5a96ebf313bb77594eb038452c26285bed1cb64a0b4", PCI device ID: , UID: "41a17771-33b5-4ee7-9a8c-21dc72f46af9", MAC: 0a:58:0a:81:00:1d, IPs: [10.129.0.29/23] I0703 22:07:53.101964 3383 cni.go:352] [openshift-operators/rhdh-operator-556c94765c-7hlxg a8330b9b41a3b687942ed5a96ebf313bb77594eb038452c26285bed1cb64a0b4 network default NAD default] ADD finished CNI request [openshift-operators/rhdh-operator-556c94765c-7hlxg a8330b9b41a3b687942ed5a96ebf313bb77594eb038452c26285bed1cb64a0b4 network default NAD default], result "{\"interfaces\":[{\"name\":\"a8330b9b41a3b68\",\"mac\":\"ce:ac:8f:75:23:fe\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:81:00:1d\",\"sandbox\":\"/var/run/netns/b59fda8a-3de6-4afe-ad51-e05b9540b81c\"}],\"ips\":[{\"interface\":1,\"address\":\"10.129.0.29/23\",\"gateway\":\"10.129.0.1\"}],\"dns\":{}}", err I0703 22:07:58.043571 3383 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 I0703 22:08:00.457191 3383 base_network_controller_pods.go:478] [default/openshift-gitops/cluster-74479b5587-5n7q8] creating logical port openshift-gitops_cluster-74479b5587-5n7q8 for pod on switch ip-10-0-1-250.ec2.internal I0703 22:08:00.457319 3383 kube.go:320] Updating pod openshift-gitops/cluster-74479b5587-5n7q8 I0703 22:08:00.509474 3383 kube.go:320] Updating pod openshift-gitops/cluster-74479b5587-5n7q8 I0703 22:08:00.567935 3383 pod.go:62] [openshift-gitops/cluster-74479b5587-5n7q8] pod update took 110.641016ms I0703 22:08:00.567955 3383 base_network_controller_pods.go:928] [default/openshift-gitops/cluster-74479b5587-5n7q8] addLogicalPort annotation time took 110.665445ms I0703 22:08:00.569274 3383 pods.go:253] [openshift-gitops/cluster-74479b5587-5n7q8] addLogicalPort took 112.09816ms, libovsdb time 923.211µs I0703 22:08:00.664079 3383 base_network_controller_pods.go:478] [default/openshift-gitops/openshift-gitops-dex-server-d6c6d8fb-jwkpr] creating logical port openshift-gitops_openshift-gitops-dex-server-d6c6d8fb-jwkpr for pod on switch ip-10-0-1-250.ec2.internal I0703 22:08:00.664225 3383 kube.go:320] Updating pod openshift-gitops/openshift-gitops-dex-server-d6c6d8fb-jwkpr I0703 22:08:00.709476 3383 kube.go:320] Updating pod openshift-gitops/openshift-gitops-dex-server-d6c6d8fb-jwkpr I0703 22:08:00.759361 3383 pod.go:62] [openshift-gitops/openshift-gitops-dex-server-d6c6d8fb-jwkpr] pod update took 95.16685ms I0703 22:08:00.759384 3383 base_network_controller_pods.go:928] [default/openshift-gitops/openshift-gitops-dex-server-d6c6d8fb-jwkpr] addLogicalPort annotation time took 95.19277ms I0703 22:08:00.760645 3383 pods.go:253] [openshift-gitops/openshift-gitops-dex-server-d6c6d8fb-jwkpr] addLogicalPort took 96.585749ms, libovsdb time 814.269µs E0703 22:08:00.781222 3383 metrics.go:168] Failed to get the logfile size for .: stat : no such file or directory I0703 22:08:00.821283 3383 cni.go:331] [openshift-gitops/cluster-74479b5587-5n7q8 0d70afad1109f2f420375bfb40581392abaee96b8bc37cc948f0690d03e215bf network default NAD default] ADD starting CNI request [openshift-gitops/cluster-74479b5587-5n7q8 0d70afad1109f2f420375bfb40581392abaee96b8bc37cc948f0690d03e215bf network default NAD default] I0703 22:08:00.830862 3383 helper_linux.go:450] ConfigureOVS: namespace: openshift-gitops, podName: cluster-74479b5587-5n7q8, hostIfaceName: 0d70afad1109f2f, network: default, NAD default, SandboxID: "0d70afad1109f2f420375bfb40581392abaee96b8bc37cc948f0690d03e215bf", PCI device ID: , UID: "f4c7aa3b-b83b-43fd-8dce-f3864b46564d", MAC: 0a:58:0a:81:00:1e, IPs: [10.129.0.30/23] I0703 22:08:00.879087 3383 cni.go:352] [openshift-gitops/cluster-74479b5587-5n7q8 0d70afad1109f2f420375bfb40581392abaee96b8bc37cc948f0690d03e215bf network default NAD default] ADD finished CNI request [openshift-gitops/cluster-74479b5587-5n7q8 0d70afad1109f2f420375bfb40581392abaee96b8bc37cc948f0690d03e215bf network default NAD default], result "{\"interfaces\":[{\"name\":\"0d70afad1109f2f\",\"mac\":\"9a:2f:ad:71:42:8b\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:81:00:1e\",\"sandbox\":\"/var/run/netns/38e5ab0e-858f-44de-a738-d2fff249f2f3\"}],\"ips\":[{\"interface\":1,\"address\":\"10.129.0.30/23\",\"gateway\":\"10.129.0.1\"}],\"dns\":{}}", err I0703 22:08:01.015228 3383 cni.go:331] [openshift-gitops/openshift-gitops-dex-server-d6c6d8fb-jwkpr d4f2b99608bd79a16b191cebfd8787f780bed16b242dccb85d335f5d2dc4744a network default NAD default] ADD starting CNI request [openshift-gitops/openshift-gitops-dex-server-d6c6d8fb-jwkpr d4f2b99608bd79a16b191cebfd8787f780bed16b242dccb85d335f5d2dc4744a network default NAD default] I0703 22:08:01.025134 3383 helper_linux.go:450] ConfigureOVS: namespace: openshift-gitops, podName: openshift-gitops-dex-server-d6c6d8fb-jwkpr, hostIfaceName: d4f2b99608bd79a, network: default, NAD default, SandboxID: "d4f2b99608bd79a16b191cebfd8787f780bed16b242dccb85d335f5d2dc4744a", PCI device ID: , UID: "b55fc459-6c9e-4038-970f-a24f33cdb718", MAC: 0a:58:0a:81:00:1f, IPs: [10.129.0.31/23] I0703 22:08:01.071697 3383 cni.go:352] [openshift-gitops/openshift-gitops-dex-server-d6c6d8fb-jwkpr d4f2b99608bd79a16b191cebfd8787f780bed16b242dccb85d335f5d2dc4744a network default NAD default] ADD finished CNI request [openshift-gitops/openshift-gitops-dex-server-d6c6d8fb-jwkpr d4f2b99608bd79a16b191cebfd8787f780bed16b242dccb85d335f5d2dc4744a network default NAD default], result "{\"interfaces\":[{\"name\":\"d4f2b99608bd79a\",\"mac\":\"36:27:46:06:cb:d9\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:81:00:1f\",\"sandbox\":\"/var/run/netns/77fff7a6-e1f9-4053-9038-54e6be32b586\"}],\"ips\":[{\"interface\":1,\"address\":\"10.129.0.31/23\",\"gateway\":\"10.129.0.1\"}],\"dns\":{}}", err E0703 22:08:01.293978 3383 metrics.go:168] Failed to get the logfile size for .: stat : no such file or directory I0703 22:08:01.719732 3383 obj_retry.go:463] Detected object tssc/test-tssc-subscriptions of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:08:01.720356 3383 obj_retry.go:463] Detected object tssc/test-tssc-subscriptions of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:08:01.804897 3383 obj_retry.go:457] Detected object tssc/test-tssc-subscriptions of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:08:01.805018 3383 obj_retry.go:457] Detected object tssc/test-tssc-subscriptions of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:08:01.851768 3383 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc/test-tssc-subscriptions I0703 22:08:01.851808 3383 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod tssc/test-tssc-subscriptions I0703 22:08:02.780303 3383 namespace.go:137] [tssc-gitops] updating namespace I0703 22:08:02.804206 3383 namespace.go:137] [tssc-gitops] updating namespace I0703 22:08:03.018154 3383 base_network_controller_pods.go:478] [default/openshift-gitops/openshift-gitops-server-78d8b76d66-scsvv] creating logical port openshift-gitops_openshift-gitops-server-78d8b76d66-scsvv for pod on switch ip-10-0-1-250.ec2.internal I0703 22:08:03.018376 3383 kube.go:320] Updating pod openshift-gitops/openshift-gitops-server-78d8b76d66-scsvv I0703 22:08:03.056864 3383 pod.go:62] [openshift-gitops/openshift-gitops-server-78d8b76d66-scsvv] pod update took 38.525625ms I0703 22:08:03.056907 3383 base_network_controller_pods.go:928] [default/openshift-gitops/openshift-gitops-server-78d8b76d66-scsvv] addLogicalPort annotation time took 38.577165ms I0703 22:08:03.058559 3383 pods.go:253] [openshift-gitops/openshift-gitops-server-78d8b76d66-scsvv] addLogicalPort took 40.444004ms, libovsdb time 1.172154ms I0703 22:08:03.117162 3383 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-1-250.ec2.internal I0703 22:08:03.117442 3383 kube.go:320] Updating pod openshift-gitops/openshift-gitops-application-controller-0 I0703 22:08:03.140848 3383 pod.go:62] [openshift-gitops/openshift-gitops-application-controller-0] pod update took 23.451943ms I0703 22:08:03.140944 3383 base_network_controller_pods.go:928] [default/openshift-gitops/openshift-gitops-application-controller-0] addLogicalPort annotation time took 23.55144ms I0703 22:08:03.142542 3383 pods.go:253] [openshift-gitops/openshift-gitops-application-controller-0] addLogicalPort took 25.401526ms, libovsdb time 1.039387ms I0703 22:08:03.376553 3383 base_network_controller_policy.go:1179] Adding network policy openshift-gitops/openshift-gitops-redis-network-policy for network default I0703 22:08:03.378207 3383 pod_selector_address_set.go:212] Created shared address set for pod selector openshift-gitops_LS{ML:{app.kubernetes.io/name: openshift-gitops-application-controller,},} I0703 22:08:03.379524 3383 pod_selector_address_set.go:212] Created shared address set for pod selector openshift-gitops_LS{ML:{app.kubernetes.io/name: openshift-gitops-repo-server,},} I0703 22:08:03.380789 3383 pod_selector_address_set.go:212] Created shared address set for pod selector openshift-gitops_LS{ML:{app.kubernetes.io/name: openshift-gitops-server,},} I0703 22:08:03.380811 3383 base_network_controller_policy.go:1054] Policy openshift-gitops/openshift-gitops-redis-network-policy added to peer address sets [openshift-gitops_LS{ML:{app.kubernetes.io/name: openshift-gitops-application-controller,},} openshift-gitops_LS{ML:{app.kubernetes.io/name: openshift-gitops-repo-server,},} openshift-gitops_LS{ML:{app.kubernetes.io/name: openshift-gitops-server,},}] I0703 22:08:03.383350 3383 base_network_controller_policy.go:1232] Create network policy openshift-gitops/openshift-gitops-redis-network-policy resources completed, update namespace loglevel I0703 22:08:03.388202 3383 base_network_controller_policy.go:1179] Adding network policy openshift-gitops/openshift-gitops-redis-ha-network-policy for network default I0703 22:08:03.388257 3383 base_network_controller_policy.go:1054] Policy openshift-gitops/openshift-gitops-redis-ha-network-policy added to peer address sets [openshift-gitops_LS{ML:{app.kubernetes.io/name: openshift-gitops-application-controller,},} openshift-gitops_LS{ML:{app.kubernetes.io/name: openshift-gitops-repo-server,},} openshift-gitops_LS{ML:{app.kubernetes.io/name: openshift-gitops-server,},}] I0703 22:08:03.389139 3383 base_network_controller_policy.go:1232] Create network policy openshift-gitops/openshift-gitops-redis-ha-network-policy resources completed, update namespace loglevel I0703 22:08:03.398148 3383 base_network_controller_policy.go:1179] Adding network policy openshift-gitops/openshift-gitops-dex-server-network-policy for network default I0703 22:08:03.398191 3383 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,},}] I0703 22:08:03.411973 3383 base_network_controller_policy.go:1232] Create network policy openshift-gitops/openshift-gitops-dex-server-network-policy resources completed, update namespace loglevel I0703 22:08:03.412010 3383 base_network_controller_policy.go:1179] Adding network policy openshift-gitops/openshift-gitops-applicationset-controller-network-policy for network default I0703 22:08:03.412027 3383 base_network_controller_policy.go:1054] Policy openshift-gitops/openshift-gitops-applicationset-controller-network-policy added to peer address sets [] I0703 22:08:03.424957 3383 base_network_controller_policy.go:1232] Create network policy openshift-gitops/openshift-gitops-applicationset-controller-network-policy resources completed, update namespace loglevel I0703 22:08:03.425003 3383 base_network_controller_policy.go:1179] Adding network policy openshift-gitops/openshift-gitops-server-network-policy for network default I0703 22:08:03.425016 3383 base_network_controller_policy.go:1054] Policy openshift-gitops/openshift-gitops-server-network-policy added to peer address sets [] I0703 22:08:03.426335 3383 base_network_controller_policy.go:1232] Create network policy openshift-gitops/openshift-gitops-server-network-policy resources completed, update namespace loglevel I0703 22:08:03.426370 3383 base_network_controller_policy.go:1179] Adding network policy openshift-gitops/openshift-gitops-application-controller-network-policy for network default I0703 22:08:03.426384 3383 base_network_controller_policy.go:1054] Policy openshift-gitops/openshift-gitops-application-controller-network-policy added to peer address sets [] I0703 22:08:03.441323 3383 base_network_controller_policy.go:1232] Create network policy openshift-gitops/openshift-gitops-application-controller-network-policy resources completed, update namespace loglevel I0703 22:08:03.441355 3383 base_network_controller_policy.go:1179] Adding network policy openshift-gitops/openshift-gitops-repo-server-network-policy for network default I0703 22:08:03.441897 3383 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,},} I0703 22:08:03.442406 3383 pod_selector_address_set.go:212] Created shared address set for pod selector openshift-gitops_LS{ML:{app.kubernetes.io/name: argocd-applicationset-controller,},} I0703 22:08:03.443404 3383 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,},} I0703 22:08:03.443429 3383 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,},}] I0703 22:08:03.457369 3383 base_network_controller_policy.go:1232] Create network policy openshift-gitops/openshift-gitops-repo-server-network-policy resources completed, update namespace loglevel I0703 22:08:03.617615 3383 cni.go:331] [openshift-gitops/openshift-gitops-application-controller-0 fa09c26fe797808f7be9cd2b6d84c611f715674d9943c40fe9bb0c32bbc9f20c network default NAD default] ADD starting CNI request [openshift-gitops/openshift-gitops-application-controller-0 fa09c26fe797808f7be9cd2b6d84c611f715674d9943c40fe9bb0c32bbc9f20c network default NAD default] I0703 22:08:03.621914 3383 cni.go:331] [openshift-gitops/openshift-gitops-server-78d8b76d66-scsvv 6fccfb91fb9f702aa5a0f85c77bcf1c475644e30a404d0199805722703e93286 network default NAD default] ADD starting CNI request [openshift-gitops/openshift-gitops-server-78d8b76d66-scsvv 6fccfb91fb9f702aa5a0f85c77bcf1c475644e30a404d0199805722703e93286 network default NAD default] I0703 22:08:03.629674 3383 helper_linux.go:450] ConfigureOVS: namespace: openshift-gitops, podName: openshift-gitops-application-controller-0, hostIfaceName: fa09c26fe797808, network: default, NAD default, SandboxID: "fa09c26fe797808f7be9cd2b6d84c611f715674d9943c40fe9bb0c32bbc9f20c", PCI device ID: , UID: "17c9fc10-9499-4357-a158-930c4716e93f", MAC: 0a:58:0a:81:00:21, IPs: [10.129.0.33/23] I0703 22:08:03.636551 3383 helper_linux.go:450] ConfigureOVS: namespace: openshift-gitops, podName: openshift-gitops-server-78d8b76d66-scsvv, hostIfaceName: 6fccfb91fb9f702, network: default, NAD default, SandboxID: "6fccfb91fb9f702aa5a0f85c77bcf1c475644e30a404d0199805722703e93286", PCI device ID: , UID: "37d6b171-8748-4a5e-a2ac-5223a0053a85", MAC: 0a:58:0a:81:00:20, IPs: [10.129.0.32/23] I0703 22:08:03.725953 3383 cni.go:352] [openshift-gitops/openshift-gitops-server-78d8b76d66-scsvv 6fccfb91fb9f702aa5a0f85c77bcf1c475644e30a404d0199805722703e93286 network default NAD default] ADD finished CNI request [openshift-gitops/openshift-gitops-server-78d8b76d66-scsvv 6fccfb91fb9f702aa5a0f85c77bcf1c475644e30a404d0199805722703e93286 network default NAD default], result "{\"interfaces\":[{\"name\":\"6fccfb91fb9f702\",\"mac\":\"06:ad:d0:73:86:09\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:81:00:20\",\"sandbox\":\"/var/run/netns/ec46c1a2-bd93-408f-86af-fa02c6b634bf\"}],\"ips\":[{\"interface\":1,\"address\":\"10.129.0.32/23\",\"gateway\":\"10.129.0.1\"}],\"dns\":{}}", err I0703 22:08:03.908156 3383 cni.go:352] [openshift-gitops/openshift-gitops-application-controller-0 fa09c26fe797808f7be9cd2b6d84c611f715674d9943c40fe9bb0c32bbc9f20c network default NAD default] ADD finished CNI request [openshift-gitops/openshift-gitops-application-controller-0 fa09c26fe797808f7be9cd2b6d84c611f715674d9943c40fe9bb0c32bbc9f20c network default NAD default], result "{\"interfaces\":[{\"name\":\"fa09c26fe797808\",\"mac\":\"c2:51:2a:3c:94:f2\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:81:00:21\",\"sandbox\":\"/var/run/netns/69128168-8e37-4c40-ab2f-97b7c2eae8ea\"}],\"ips\":[{\"interface\":1,\"address\":\"10.129.0.33/23\",\"gateway\":\"10.129.0.1\"}],\"dns\":{}}", err I0703 22:08:05.193049 3383 base_network_controller_pods.go:478] [default/tssc-gitops/tssc-gitops-applicationset-controller-84b6f79d5b-h9dpj] creating logical port tssc-gitops_tssc-gitops-applicationset-controller-84b6f79d5b-h9dpj for pod on switch ip-10-0-1-250.ec2.internal I0703 22:08:05.193206 3383 kube.go:320] Updating pod tssc-gitops/tssc-gitops-applicationset-controller-84b6f79d5b-h9dpj I0703 22:08:05.201472 3383 base_network_controller_policy.go:1179] Adding network policy tssc-gitops/tssc-gitops-redis-network-policy for network default I0703 22:08:05.214492 3383 pod.go:62] [tssc-gitops/tssc-gitops-applicationset-controller-84b6f79d5b-h9dpj] pod update took 21.32857ms I0703 22:08:05.214573 3383 base_network_controller_pods.go:928] [default/tssc-gitops/tssc-gitops-applicationset-controller-84b6f79d5b-h9dpj] addLogicalPort annotation time took 21.419296ms I0703 22:08:05.216328 3383 pods.go:253] [tssc-gitops/tssc-gitops-applicationset-controller-84b6f79d5b-h9dpj] addLogicalPort took 23.297726ms, libovsdb time 1.136308ms I0703 22:08:05.216616 3383 obj_retry.go:543] Failed to create *factory.addressSetPodSelector tssc-gitops/tssc-gitops-application-controller-0, error: suppressed error logged: pod tssc-gitops/tssc-gitops-application-controller-0: no pod IPs found I0703 22:08:05.216641 3383 pod_selector_address_set.go:212] Created shared address set for pod selector tssc-gitops_LS{ML:{app.kubernetes.io/name: tssc-gitops-application-controller,},} I0703 22:08:05.217915 3383 pod_selector_address_set.go:212] Created shared address set for pod selector tssc-gitops_LS{ML:{app.kubernetes.io/name: tssc-gitops-repo-server,},} I0703 22:08:05.218821 3383 pod_selector_address_set.go:212] Created shared address set for pod selector tssc-gitops_LS{ML:{app.kubernetes.io/name: tssc-gitops-server,},} I0703 22:08:05.218896 3383 base_network_controller_policy.go:1054] Policy tssc-gitops/tssc-gitops-redis-network-policy added to peer address sets [tssc-gitops_LS{ML:{app.kubernetes.io/name: tssc-gitops-application-controller,},} tssc-gitops_LS{ML:{app.kubernetes.io/name: tssc-gitops-repo-server,},} tssc-gitops_LS{ML:{app.kubernetes.io/name: tssc-gitops-server,},}] I0703 22:08:05.221469 3383 base_network_controller_policy.go:1232] Create network policy tssc-gitops/tssc-gitops-redis-network-policy resources completed, update namespace loglevel I0703 22:08:05.221507 3383 base_network_controller_policy.go:1179] Adding network policy tssc-gitops/tssc-gitops-redis-ha-network-policy for network default I0703 22:08:05.221560 3383 base_network_controller_policy.go:1054] Policy tssc-gitops/tssc-gitops-redis-ha-network-policy added to peer address sets [tssc-gitops_LS{ML:{app.kubernetes.io/name: tssc-gitops-application-controller,},} tssc-gitops_LS{ML:{app.kubernetes.io/name: tssc-gitops-repo-server,},} tssc-gitops_LS{ML:{app.kubernetes.io/name: tssc-gitops-server,},}] I0703 22:08:05.224090 3383 base_network_controller_policy.go:1232] Create network policy tssc-gitops/tssc-gitops-redis-ha-network-policy resources completed, update namespace loglevel I0703 22:08:05.225545 3383 base_network_controller_policy.go:1179] Adding network policy tssc-gitops/tssc-gitops-dex-server-network-policy for network default I0703 22:08:05.225590 3383 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,},}] I0703 22:08:05.243013 3383 base_network_controller_policy.go:1232] Create network policy tssc-gitops/tssc-gitops-dex-server-network-policy resources completed, update namespace loglevel I0703 22:08:05.243167 3383 base_network_controller_policy.go:1179] Adding network policy tssc-gitops/tssc-gitops-applicationset-controller-network-policy for network default I0703 22:08:05.243233 3383 base_network_controller_policy.go:1054] Policy tssc-gitops/tssc-gitops-applicationset-controller-network-policy added to peer address sets [] I0703 22:08:05.261993 3383 base_network_controller_policy.go:1232] Create network policy tssc-gitops/tssc-gitops-applicationset-controller-network-policy resources completed, update namespace loglevel I0703 22:08:05.262041 3383 base_network_controller_policy.go:1179] Adding network policy tssc-gitops/tssc-gitops-server-network-policy for network default I0703 22:08:05.262058 3383 base_network_controller_policy.go:1054] Policy tssc-gitops/tssc-gitops-server-network-policy added to peer address sets [] I0703 22:08:05.263167 3383 base_network_controller_policy.go:1232] Create network policy tssc-gitops/tssc-gitops-server-network-policy resources completed, update namespace loglevel I0703 22:08:05.263767 3383 base_network_controller_policy.go:1179] Adding network policy tssc-gitops/tssc-gitops-application-controller-network-policy for network default I0703 22:08:05.263789 3383 base_network_controller_policy.go:1054] Policy tssc-gitops/tssc-gitops-application-controller-network-policy added to peer address sets [] I0703 22:08:05.276795 3383 base_network_controller_policy.go:1232] Create network policy tssc-gitops/tssc-gitops-application-controller-network-policy resources completed, update namespace loglevel I0703 22:08:05.276835 3383 base_network_controller_policy.go:1179] Adding network policy tssc-gitops/tssc-gitops-repo-server-network-policy for network default I0703 22:08:05.277555 3383 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,},} I0703 22:08:05.278225 3383 pod_selector_address_set.go:212] Created shared address set for pod selector tssc-gitops_LS{ML:{app.kubernetes.io/name: argocd-applicationset-controller,},} I0703 22:08:05.279326 3383 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,},} I0703 22:08:05.279358 3383 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,},}] I0703 22:08:05.294669 3383 base_network_controller_policy.go:1232] Create network policy tssc-gitops/tssc-gitops-repo-server-network-policy resources completed, update namespace loglevel I0703 22:08:07.349168 3383 cni.go:331] [tssc-gitops/tssc-gitops-applicationset-controller-84b6f79d5b-h9dpj ffdbaa22273c2c6f7ffcd40e2630c52ac781eaf95f0de14ae3bc9248fa9f2a67 network default NAD default] ADD starting CNI request [tssc-gitops/tssc-gitops-applicationset-controller-84b6f79d5b-h9dpj ffdbaa22273c2c6f7ffcd40e2630c52ac781eaf95f0de14ae3bc9248fa9f2a67 network default NAD default] I0703 22:08:07.360406 3383 helper_linux.go:450] ConfigureOVS: namespace: tssc-gitops, podName: tssc-gitops-applicationset-controller-84b6f79d5b-h9dpj, hostIfaceName: ffdbaa22273c2c6, network: default, NAD default, SandboxID: "ffdbaa22273c2c6f7ffcd40e2630c52ac781eaf95f0de14ae3bc9248fa9f2a67", PCI device ID: , UID: "beb59aed-ec8a-46f0-96ad-f28bdfa57bdd", MAC: 0a:58:0a:81:00:22, IPs: [10.129.0.34/23] I0703 22:08:07.414962 3383 cni.go:352] [tssc-gitops/tssc-gitops-applicationset-controller-84b6f79d5b-h9dpj ffdbaa22273c2c6f7ffcd40e2630c52ac781eaf95f0de14ae3bc9248fa9f2a67 network default NAD default] ADD finished CNI request [tssc-gitops/tssc-gitops-applicationset-controller-84b6f79d5b-h9dpj ffdbaa22273c2c6f7ffcd40e2630c52ac781eaf95f0de14ae3bc9248fa9f2a67 network default NAD default], result "{\"interfaces\":[{\"name\":\"ffdbaa22273c2c6\",\"mac\":\"0a:06:cf:5d:ff:ac\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:81:00:22\",\"sandbox\":\"/var/run/netns/52c1f748-dd30-419a-a798-55d01ac5455a\"}],\"ips\":[{\"interface\":1,\"address\":\"10.129.0.34/23\",\"gateway\":\"10.129.0.1\"}],\"dns\":{}}", err I0703 22:08:37.097157 3383 cni.go:331] [openshift-gitops/openshift-gitops-dex-server-d6c6d8fb-jwkpr d4f2b99608bd79a16b191cebfd8787f780bed16b242dccb85d335f5d2dc4744a network default NAD default] DEL starting CNI request [openshift-gitops/openshift-gitops-dex-server-d6c6d8fb-jwkpr d4f2b99608bd79a16b191cebfd8787f780bed16b242dccb85d335f5d2dc4744a network default NAD default] I0703 22:08:37.185620 3383 cni.go:352] [openshift-gitops/openshift-gitops-dex-server-d6c6d8fb-jwkpr d4f2b99608bd79a16b191cebfd8787f780bed16b242dccb85d335f5d2dc4744a network default NAD default] DEL finished CNI request [openshift-gitops/openshift-gitops-dex-server-d6c6d8fb-jwkpr d4f2b99608bd79a16b191cebfd8787f780bed16b242dccb85d335f5d2dc4744a network default NAD default], result "{\"dns\":{}}", err I0703 22:08:37.240780 3383 obj_retry.go:463] Detected object openshift-gitops/openshift-gitops-dex-server-d6c6d8fb-jwkpr of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:08:37.240833 3383 pods.go:175] Deleting pod: openshift-gitops/openshift-gitops-dex-server-d6c6d8fb-jwkpr I0703 22:08:37.242398 3383 pods.go:218] Attempting to release IPs for pod: openshift-gitops/openshift-gitops-dex-server-d6c6d8fb-jwkpr, ips: 10.129.0.31 I0703 22:08:37.242440 3383 obj_retry.go:463] Detected object openshift-gitops/openshift-gitops-dex-server-d6c6d8fb-jwkpr of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:08:37.242466 3383 obj_retry.go:463] Detected object openshift-gitops/openshift-gitops-dex-server-d6c6d8fb-jwkpr of type *factory.localPodSelector in terminal state (e.g. completed) during update event: will remove it I0703 22:08:37.242474 3383 base_network_controller_policy.go:642] Processing NetworkPolicy openshift-gitops/openshift-gitops-dex-server-network-policy to delete 1 local pods... I0703 22:08:37.272501 3383 obj_retry.go:463] Detected object tssc-gitops/tssc-gitops-dex-server-55b8cc797-5dwj5 of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:08:37.273157 3383 obj_retry.go:463] Detected object tssc-gitops/tssc-gitops-dex-server-55b8cc797-5dwj5 of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:08:37.273203 3383 obj_retry.go:463] Detected object tssc-gitops/tssc-gitops-dex-server-55b8cc797-5dwj5 of type *factory.localPodSelector in terminal state (e.g. completed) during update event: will remove it I0703 22:08:37.273213 3383 base_network_controller_policy.go:642] Processing NetworkPolicy tssc-gitops/tssc-gitops-dex-server-network-policy to delete 1 local pods... I0703 22:08:37.506961 3383 obj_retry.go:457] Detected object tssc-gitops/tssc-gitops-dex-server-55b8cc797-5dwj5 of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:08:37.507052 3383 obj_retry.go:457] Detected object tssc-gitops/tssc-gitops-dex-server-55b8cc797-5dwj5 of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:08:37.507080 3383 obj_retry.go:457] Detected object tssc-gitops/tssc-gitops-dex-server-55b8cc797-5dwj5 of type *factory.localPodSelector in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:08:37.512762 3383 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.localPodSelector tssc-gitops/tssc-gitops-dex-server-55b8cc797-5dwj5 I0703 22:08:37.512796 3383 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-gitops/tssc-gitops-dex-server-55b8cc797-5dwj5 I0703 22:08:37.512811 3383 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod tssc-gitops/tssc-gitops-dex-server-55b8cc797-5dwj5 I0703 22:08:37.560970 3383 obj_retry.go:457] Detected object openshift-gitops/openshift-gitops-dex-server-d6c6d8fb-jwkpr of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:08:37.561006 3383 obj_retry.go:457] Detected object openshift-gitops/openshift-gitops-dex-server-d6c6d8fb-jwkpr of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:08:37.561026 3383 obj_retry.go:457] Detected object openshift-gitops/openshift-gitops-dex-server-d6c6d8fb-jwkpr of type *factory.localPodSelector in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:08:37.577832 3383 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.localPodSelector openshift-gitops/openshift-gitops-dex-server-d6c6d8fb-jwkpr I0703 22:08:37.577872 3383 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-gitops/openshift-gitops-dex-server-d6c6d8fb-jwkpr I0703 22:08:37.577892 3383 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod openshift-gitops/openshift-gitops-dex-server-d6c6d8fb-jwkpr I0703 22:09:33.825101 3383 obj_retry.go:463] Detected object tssc-gitops/tssc-gitops-post-deploy-bmhjc of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:09:33.825716 3383 obj_retry.go:463] Detected object tssc-gitops/tssc-gitops-post-deploy-bmhjc of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:09:34.849758 3383 obj_retry.go:457] Detected object tssc-gitops/tssc-gitops-post-deploy-bmhjc of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:09:34.849817 3383 obj_retry.go:457] Detected object tssc-gitops/tssc-gitops-post-deploy-bmhjc of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:09:44.865945 3383 obj_retry.go:463] Detected object tssc-gitops/test-tssc-gitops of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:09:44.866679 3383 obj_retry.go:463] Detected object tssc-gitops/test-tssc-gitops of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:09:44.887649 3383 obj_retry.go:457] Detected object tssc-gitops/test-tssc-gitops of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:09:44.887677 3383 obj_retry.go:457] Detected object tssc-gitops/test-tssc-gitops of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:09:44.894758 3383 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-gitops/test-tssc-gitops I0703 22:09:44.894782 3383 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod tssc-gitops/test-tssc-gitops I0703 22:09:45.113775 3383 namespace.go:137] [tssc-gitops] updating namespace I0703 22:09:48.829335 3383 base_network_controller_pods.go:478] [default/tssc-keycloak/keycloak-pgsql-bee-9c8768f87-5ztv9] creating logical port tssc-keycloak_keycloak-pgsql-bee-9c8768f87-5ztv9 for pod on switch ip-10-0-1-250.ec2.internal I0703 22:09:48.829520 3383 kube.go:320] Updating pod tssc-keycloak/keycloak-pgsql-bee-9c8768f87-5ztv9 I0703 22:09:48.842595 3383 pod.go:62] [tssc-keycloak/keycloak-pgsql-bee-9c8768f87-5ztv9] pod update took 13.102185ms I0703 22:09:48.842696 3383 base_network_controller_pods.go:928] [default/tssc-keycloak/keycloak-pgsql-bee-9c8768f87-5ztv9] addLogicalPort annotation time took 13.209237ms I0703 22:09:48.844159 3383 pods.go:253] [tssc-keycloak/keycloak-pgsql-bee-9c8768f87-5ztv9] addLogicalPort took 14.84552ms, libovsdb time 886.882µs I0703 22:09:52.790238 3383 cni.go:331] [tssc-keycloak/keycloak-pgsql-bee-9c8768f87-5ztv9 ee6e07b39be0a741000830123ff7abc3894b0f6146f2db408242b850bbfb1b55 network default NAD default] ADD starting CNI request [tssc-keycloak/keycloak-pgsql-bee-9c8768f87-5ztv9 ee6e07b39be0a741000830123ff7abc3894b0f6146f2db408242b850bbfb1b55 network default NAD default] I0703 22:09:52.800194 3383 helper_linux.go:450] ConfigureOVS: namespace: tssc-keycloak, podName: keycloak-pgsql-bee-9c8768f87-5ztv9, hostIfaceName: ee6e07b39be0a74, network: default, NAD default, SandboxID: "ee6e07b39be0a741000830123ff7abc3894b0f6146f2db408242b850bbfb1b55", PCI device ID: , UID: "ced1d47a-8ad8-44fc-9ef5-e92e22c261a7", MAC: 0a:58:0a:81:00:23, IPs: [10.129.0.35/23] I0703 22:09:52.851708 3383 cni.go:352] [tssc-keycloak/keycloak-pgsql-bee-9c8768f87-5ztv9 ee6e07b39be0a741000830123ff7abc3894b0f6146f2db408242b850bbfb1b55 network default NAD default] ADD finished CNI request [tssc-keycloak/keycloak-pgsql-bee-9c8768f87-5ztv9 ee6e07b39be0a741000830123ff7abc3894b0f6146f2db408242b850bbfb1b55 network default NAD default], result "{\"interfaces\":[{\"name\":\"ee6e07b39be0a74\",\"mac\":\"b2:60:3a:31:74:74\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:81:00:23\",\"sandbox\":\"/var/run/netns/5d044e91-728d-4942-93ff-76d8ab8e4e75\"}],\"ips\":[{\"interface\":1,\"address\":\"10.129.0.35/23\",\"gateway\":\"10.129.0.1\"}],\"dns\":{}}", err I0703 22:10:03.962950 3383 obj_retry.go:463] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29718610-gmsm8 of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:10:03.963561 3383 obj_retry.go:463] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29718610-gmsm8 of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:10:04.833542 3383 obj_retry.go:457] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29718610-gmsm8 of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:10:04.833568 3383 obj_retry.go:457] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29718610-gmsm8 of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:10:23.016795 3383 obj_retry.go:463] Detected object tssc/test-tssc-infrastructure of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:10:23.017415 3383 obj_retry.go:463] Detected object tssc/test-tssc-infrastructure of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:10:23.037178 3383 obj_retry.go:457] Detected object tssc/test-tssc-infrastructure of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:10:23.037198 3383 obj_retry.go:457] Detected object tssc/test-tssc-infrastructure of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:10:23.044071 3383 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc/test-tssc-infrastructure I0703 22:10:23.044133 3383 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod tssc/test-tssc-infrastructure I0703 22:10:25.075041 3383 base_network_controller_policy.go:1179] Adding network policy tssc-keycloak/keycloak-network-policy for network default I0703 22:10:25.075732 3383 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,},} I0703 22:10:25.075759 3383 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,},}] I0703 22:10:25.078172 3383 base_network_controller_policy.go:1232] Create network policy tssc-keycloak/keycloak-network-policy resources completed, update namespace loglevel I0703 22:10:36.166584 3383 namespace.go:137] [openshift-gitops] updating namespace I0703 22:10:43.036452 3383 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 I0703 22:11:05.933880 3383 reflector.go:879] sigs.k8s.io/network-policy-api/pkg/client/informers/externalversions/factory.go:141: Watch close - *v1alpha1.BaselineAdminNetworkPolicy total 4 items received I0703 22:11:12.819280 3383 reflector.go:879] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.EndpointSlice total 115 items received I0703 22:11:15.184218 3383 obj_retry.go:463] Detected object tssc/test-tssc-iam of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:11:15.184895 3383 obj_retry.go:463] Detected object tssc/test-tssc-iam of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:11:15.203715 3383 obj_retry.go:457] Detected object tssc/test-tssc-iam of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:11:15.203812 3383 obj_retry.go:457] Detected object tssc/test-tssc-iam of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:11:15.210794 3383 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc/test-tssc-iam I0703 22:11:15.210817 3383 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod tssc/test-tssc-iam I0703 22:11:17.567544 3383 base_network_controller_pods.go:478] [default/tssc-tas/fulcio-server-55bc88b57b-rc2jw] creating logical port tssc-tas_fulcio-server-55bc88b57b-rc2jw for pod on switch ip-10-0-1-250.ec2.internal I0703 22:11:17.567756 3383 kube.go:320] Updating pod tssc-tas/fulcio-server-55bc88b57b-rc2jw I0703 22:11:17.589290 3383 pod.go:62] [tssc-tas/fulcio-server-55bc88b57b-rc2jw] pod update took 21.561245ms I0703 22:11:17.589350 3383 base_network_controller_pods.go:928] [default/tssc-tas/fulcio-server-55bc88b57b-rc2jw] addLogicalPort annotation time took 21.625804ms I0703 22:11:17.590947 3383 pods.go:253] [tssc-tas/fulcio-server-55bc88b57b-rc2jw] addLogicalPort took 23.424483ms, libovsdb time 1.016395ms I0703 22:11:17.924416 3383 cni.go:331] [tssc-tas/fulcio-server-55bc88b57b-rc2jw 01455b98805db269aac3569a9df807a97e94bb2f0a7b99864a46046d63b2713c network default NAD default] ADD starting CNI request [tssc-tas/fulcio-server-55bc88b57b-rc2jw 01455b98805db269aac3569a9df807a97e94bb2f0a7b99864a46046d63b2713c network default NAD default] I0703 22:11:17.934043 3383 helper_linux.go:450] ConfigureOVS: namespace: tssc-tas, podName: fulcio-server-55bc88b57b-rc2jw, hostIfaceName: 01455b98805db26, network: default, NAD default, SandboxID: "01455b98805db269aac3569a9df807a97e94bb2f0a7b99864a46046d63b2713c", PCI device ID: , UID: "ef6c015a-ac41-4989-8bd9-d1870dcfd1cd", MAC: 0a:58:0a:81:00:24, IPs: [10.129.0.36/23] I0703 22:11:17.989779 3383 cni.go:352] [tssc-tas/fulcio-server-55bc88b57b-rc2jw 01455b98805db269aac3569a9df807a97e94bb2f0a7b99864a46046d63b2713c network default NAD default] ADD finished CNI request [tssc-tas/fulcio-server-55bc88b57b-rc2jw 01455b98805db269aac3569a9df807a97e94bb2f0a7b99864a46046d63b2713c network default NAD default], result "{\"interfaces\":[{\"name\":\"01455b98805db26\",\"mac\":\"ca:8c:ae:aa:5c:86\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:81:00:24\",\"sandbox\":\"/var/run/netns/e465fa92-38e5-43e1-8da4-9c9c9f679278\"}],\"ips\":[{\"interface\":1,\"address\":\"10.129.0.36/23\",\"gateway\":\"10.129.0.1\"}],\"dns\":{}}", err I0703 22:11:18.063958 3383 base_network_controller_pods.go:478] [default/tssc-tas/trillian-logsigner-778546fcfc-5zj2t] creating logical port tssc-tas_trillian-logsigner-778546fcfc-5zj2t for pod on switch ip-10-0-1-250.ec2.internal I0703 22:11:18.064176 3383 kube.go:320] Updating pod tssc-tas/trillian-logsigner-778546fcfc-5zj2t I0703 22:11:18.083636 3383 pod.go:62] [tssc-tas/trillian-logsigner-778546fcfc-5zj2t] pod update took 19.524677ms I0703 22:11:18.083665 3383 base_network_controller_pods.go:928] [default/tssc-tas/trillian-logsigner-778546fcfc-5zj2t] addLogicalPort annotation time took 19.556089ms I0703 22:11:18.085324 3383 pods.go:253] [tssc-tas/trillian-logsigner-778546fcfc-5zj2t] addLogicalPort took 21.386448ms, libovsdb time 1.031541ms I0703 22:11:19.021613 3383 cni.go:331] [tssc-tas/trillian-logsigner-778546fcfc-5zj2t d3fc8a7132b017b08e68ae8ef40f0c7971d334a7bcdf111683bf4a10df86adc4 network default NAD default] ADD starting CNI request [tssc-tas/trillian-logsigner-778546fcfc-5zj2t d3fc8a7132b017b08e68ae8ef40f0c7971d334a7bcdf111683bf4a10df86adc4 network default NAD default] I0703 22:11:19.033301 3383 helper_linux.go:450] ConfigureOVS: namespace: tssc-tas, podName: trillian-logsigner-778546fcfc-5zj2t, hostIfaceName: d3fc8a7132b017b, network: default, NAD default, SandboxID: "d3fc8a7132b017b08e68ae8ef40f0c7971d334a7bcdf111683bf4a10df86adc4", PCI device ID: , UID: "7a5baaf8-b2b9-4d6e-b5fa-4c9c58874dfb", MAC: 0a:58:0a:81:00:25, IPs: [10.129.0.37/23] I0703 22:11:19.095364 3383 cni.go:352] [tssc-tas/trillian-logsigner-778546fcfc-5zj2t d3fc8a7132b017b08e68ae8ef40f0c7971d334a7bcdf111683bf4a10df86adc4 network default NAD default] ADD finished CNI request [tssc-tas/trillian-logsigner-778546fcfc-5zj2t d3fc8a7132b017b08e68ae8ef40f0c7971d334a7bcdf111683bf4a10df86adc4 network default NAD default], result "{\"interfaces\":[{\"name\":\"d3fc8a7132b017b\",\"mac\":\"86:77:66:f7:e0:68\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:81:00:25\",\"sandbox\":\"/var/run/netns/9e95ff10-3346-4fbb-9035-fab88364621f\"}],\"ips\":[{\"interface\":1,\"address\":\"10.129.0.37/23\",\"gateway\":\"10.129.0.1\"}],\"dns\":{}}", err I0703 22:11:20.742643 3383 base_network_controller_pods.go:478] [default/tssc-tas/trillian-db-5b76d887b5-8m5b9] creating logical port tssc-tas_trillian-db-5b76d887b5-8m5b9 for pod on switch ip-10-0-1-250.ec2.internal I0703 22:11:20.742760 3383 kube.go:320] Updating pod tssc-tas/trillian-db-5b76d887b5-8m5b9 I0703 22:11:20.755925 3383 pod.go:62] [tssc-tas/trillian-db-5b76d887b5-8m5b9] pod update took 13.199602ms I0703 22:11:20.756030 3383 base_network_controller_pods.go:928] [default/tssc-tas/trillian-db-5b76d887b5-8m5b9] addLogicalPort annotation time took 13.310081ms I0703 22:11:20.759473 3383 pods.go:253] [tssc-tas/trillian-db-5b76d887b5-8m5b9] addLogicalPort took 16.84883ms, libovsdb time 2.810655ms I0703 22:11:25.590379 3383 obj_retry.go:463] Detected object tssc-keycloak/tssc-iam-tdlt9 of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:11:25.591019 3383 obj_retry.go:463] Detected object tssc-keycloak/tssc-iam-tdlt9 of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:11:25.770444 3383 cni.go:331] [tssc-tas/trillian-db-5b76d887b5-8m5b9 875c3a4ec56eabce961a3d9e7dc163675fe76f64a3ca17e25624211c5509dd62 network default NAD default] ADD starting CNI request [tssc-tas/trillian-db-5b76d887b5-8m5b9 875c3a4ec56eabce961a3d9e7dc163675fe76f64a3ca17e25624211c5509dd62 network default NAD default] I0703 22:11:25.779343 3383 helper_linux.go:450] ConfigureOVS: namespace: tssc-tas, podName: trillian-db-5b76d887b5-8m5b9, hostIfaceName: 875c3a4ec56eabc, network: default, NAD default, SandboxID: "875c3a4ec56eabce961a3d9e7dc163675fe76f64a3ca17e25624211c5509dd62", PCI device ID: , UID: "395570bf-d40c-47c4-a2bd-c6c494373107", MAC: 0a:58:0a:81:00:26, IPs: [10.129.0.38/23] I0703 22:11:25.833473 3383 cni.go:352] [tssc-tas/trillian-db-5b76d887b5-8m5b9 875c3a4ec56eabce961a3d9e7dc163675fe76f64a3ca17e25624211c5509dd62 network default NAD default] ADD finished CNI request [tssc-tas/trillian-db-5b76d887b5-8m5b9 875c3a4ec56eabce961a3d9e7dc163675fe76f64a3ca17e25624211c5509dd62 network default NAD default], result "{\"interfaces\":[{\"name\":\"875c3a4ec56eabc\",\"mac\":\"0a:f4:56:3e:4a:af\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:81:00:26\",\"sandbox\":\"/var/run/netns/e05fde55-2422-480d-9e63-b6079fa26173\"}],\"ips\":[{\"interface\":1,\"address\":\"10.129.0.38/23\",\"gateway\":\"10.129.0.1\"}],\"dns\":{}}", err I0703 22:11:26.486224 3383 obj_retry.go:457] Detected object tssc-keycloak/tssc-iam-tdlt9 of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:11:26.486404 3383 obj_retry.go:457] Detected object tssc-keycloak/tssc-iam-tdlt9 of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:11:28.826396 3383 reflector.go:879] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Pod total 409 items received I0703 22:11:40.300977 3383 obj_retry.go:463] Detected object tssc-tas/segment-backup-installation-jhm5w-kr5vs of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:11:40.301566 3383 obj_retry.go:463] Detected object tssc-tas/segment-backup-installation-jhm5w-kr5vs of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:11:41.321486 3383 obj_retry.go:457] Detected object tssc-tas/segment-backup-installation-jhm5w-kr5vs of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:11:41.321518 3383 obj_retry.go:457] Detected object tssc-tas/segment-backup-installation-jhm5w-kr5vs of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:11:42.019502 3383 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 I0703 22:12:29.815257 3383 reflector.go:879] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.NetworkPolicy total 24 items received I0703 22:12:30.482544 3383 obj_retry.go:463] Detected object tssc-tas/test-tssc-tas of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:12:30.483160 3383 obj_retry.go:463] Detected object tssc-tas/test-tssc-tas of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:12:30.522365 3383 obj_retry.go:457] Detected object tssc-tas/test-tssc-tas of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:12:30.522392 3383 obj_retry.go:457] Detected object tssc-tas/test-tssc-tas of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:12:30.535892 3383 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-tas/test-tssc-tas I0703 22:12:30.535933 3383 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod tssc-tas/test-tssc-tas I0703 22:12:31.839988 3383 namespace.go:93] [openshift-pipelines] adding namespace I0703 22:12:31.841084 3383 namespace.go:97] [openshift-pipelines] adding namespace took 1.038555ms I0703 22:12:31.864692 3383 namespace.go:137] [openshift-pipelines] updating namespace I0703 22:12:32.706701 3383 namespace.go:137] [null] updating namespace I0703 22:12:32.907835 3383 namespace.go:137] [open-cluster-management-2ratr6qfqvi6pndaj5o6avep3u3o4rvu] updating namespace I0703 22:12:33.308533 3383 namespace.go:137] [rhbk-operator] updating namespace I0703 22:12:33.510953 3383 namespace.go:137] [rhtpa-operator] updating namespace I0703 22:12:33.709177 3383 namespace.go:137] [trusted-artifact-signer] updating namespace I0703 22:12:33.909865 3383 namespace.go:137] [tssc] updating namespace I0703 22:12:34.112053 3383 namespace.go:137] [tssc-dh] updating namespace I0703 22:12:34.312071 3383 namespace.go:137] [tssc-gitops] updating namespace I0703 22:12:34.513439 3383 namespace.go:137] [tssc-keycloak] updating namespace I0703 22:12:34.713090 3383 namespace.go:137] [tssc-tas] updating namespace I0703 22:12:34.924030 3383 namespace.go:137] [tssc-tpa] updating namespace I0703 22:12:35.094362 3383 namespace.go:137] [default] updating namespace I0703 22:12:35.118349 3383 namespace.go:137] [null] updating namespace I0703 22:12:35.135019 3383 namespace.go:137] [open-cluster-management-2ratr6qfqvi6pndaj5o6avep3u3o4rvu] updating namespace I0703 22:12:35.153334 3383 namespace.go:137] [openshift] updating namespace I0703 22:12:35.174724 3383 namespace.go:137] [rhbk-operator] updating namespace I0703 22:12:35.193200 3383 namespace.go:137] [rhtpa-operator] updating namespace I0703 22:12:35.215645 3383 namespace.go:137] [trusted-artifact-signer] updating namespace I0703 22:12:35.233535 3383 namespace.go:137] [tssc] updating namespace I0703 22:12:35.255689 3383 namespace.go:137] [tssc-dh] updating namespace I0703 22:12:35.274773 3383 namespace.go:137] [tssc-gitops] updating namespace I0703 22:12:35.298228 3383 namespace.go:137] [tssc-keycloak] updating namespace I0703 22:12:35.313714 3383 namespace.go:137] [tssc-tas] updating namespace I0703 22:12:35.334515 3383 namespace.go:137] [tssc-tpa] updating namespace I0703 22:12:35.434393 3383 namespace.go:137] [default] updating namespace I0703 22:12:35.534527 3383 namespace.go:137] [null] updating namespace I0703 22:12:35.637917 3383 namespace.go:137] [open-cluster-management-2ratr6qfqvi6pndaj5o6avep3u3o4rvu] updating namespace I0703 22:12:35.736861 3383 namespace.go:137] [openshift] updating namespace I0703 22:12:35.834624 3383 namespace.go:137] [rhbk-operator] updating namespace I0703 22:12:35.935011 3383 namespace.go:137] [rhtpa-operator] updating namespace I0703 22:12:35.954409 3383 reflector.go:879] sigs.k8s.io/network-policy-api/pkg/client/informers/externalversions/factory.go:141: Watch close - *v1alpha1.AdminNetworkPolicy total 5 items received I0703 22:12:36.034464 3383 namespace.go:137] [trusted-artifact-signer] updating namespace I0703 22:12:36.134684 3383 namespace.go:137] [tssc] updating namespace I0703 22:12:36.235045 3383 namespace.go:137] [tssc-dh] updating namespace I0703 22:12:36.336363 3383 namespace.go:137] [tssc-gitops] updating namespace I0703 22:12:36.435419 3383 namespace.go:137] [tssc-keycloak] updating namespace I0703 22:12:36.535979 3383 namespace.go:137] [tssc-tas] updating namespace I0703 22:12:36.634899 3383 namespace.go:137] [tssc-tpa] updating namespace I0703 22:12:36.900746 3383 namespace.go:137] [openshift-pipelines] updating namespace I0703 22:12:44.460426 3383 base_network_controller_pods.go:478] [default/openshift-pipelines/tekton-pipelines-controller-f75d7cb97-tm9bh] creating logical port openshift-pipelines_tekton-pipelines-controller-f75d7cb97-tm9bh for pod on switch ip-10-0-1-250.ec2.internal I0703 22:12:44.460599 3383 kube.go:320] Updating pod openshift-pipelines/tekton-pipelines-controller-f75d7cb97-tm9bh I0703 22:12:44.477921 3383 pod.go:62] [openshift-pipelines/tekton-pipelines-controller-f75d7cb97-tm9bh] pod update took 17.394268ms I0703 22:12:44.477949 3383 base_network_controller_pods.go:928] [default/openshift-pipelines/tekton-pipelines-controller-f75d7cb97-tm9bh] addLogicalPort annotation time took 17.427123ms I0703 22:12:44.479424 3383 pods.go:253] [openshift-pipelines/tekton-pipelines-controller-f75d7cb97-tm9bh] addLogicalPort took 19.014956ms, libovsdb time 938.927µs I0703 22:12:44.781550 3383 base_network_controller_pods.go:478] [default/openshift-pipelines/tekton-pipelines-webhook-6ff55d6556-7wrnd] creating logical port openshift-pipelines_tekton-pipelines-webhook-6ff55d6556-7wrnd for pod on switch ip-10-0-1-250.ec2.internal I0703 22:12:44.781745 3383 kube.go:320] Updating pod openshift-pipelines/tekton-pipelines-webhook-6ff55d6556-7wrnd I0703 22:12:44.801167 3383 pod.go:62] [openshift-pipelines/tekton-pipelines-webhook-6ff55d6556-7wrnd] pod update took 19.460481ms I0703 22:12:44.801254 3383 base_network_controller_pods.go:928] [default/openshift-pipelines/tekton-pipelines-webhook-6ff55d6556-7wrnd] addLogicalPort annotation time took 19.554506ms I0703 22:12:44.802580 3383 pods.go:253] [openshift-pipelines/tekton-pipelines-webhook-6ff55d6556-7wrnd] addLogicalPort took 21.050339ms, libovsdb time 867.242µs I0703 22:12:44.861341 3383 base_network_controller_pods.go:478] [default/openshift-pipelines/tekton-operator-proxy-webhook-668c8b7979-rjd7t] creating logical port openshift-pipelines_tekton-operator-proxy-webhook-668c8b7979-rjd7t for pod on switch ip-10-0-1-250.ec2.internal I0703 22:12:44.861591 3383 kube.go:320] Updating pod openshift-pipelines/tekton-operator-proxy-webhook-668c8b7979-rjd7t I0703 22:12:44.878177 3383 pod.go:62] [openshift-pipelines/tekton-operator-proxy-webhook-668c8b7979-rjd7t] pod update took 16.625444ms I0703 22:12:44.878200 3383 base_network_controller_pods.go:928] [default/openshift-pipelines/tekton-operator-proxy-webhook-668c8b7979-rjd7t] addLogicalPort annotation time took 16.654528ms I0703 22:12:44.879580 3383 pods.go:253] [openshift-pipelines/tekton-operator-proxy-webhook-668c8b7979-rjd7t] addLogicalPort took 18.260329ms, libovsdb time 914.03µs I0703 22:12:45.121353 3383 cni.go:331] [openshift-pipelines/tekton-pipelines-controller-f75d7cb97-tm9bh afcbf9314872bda8c2af56cdfca8b4415f6cb5dc9e83257109c88f49ab7832b4 network default NAD default] ADD starting CNI request [openshift-pipelines/tekton-pipelines-controller-f75d7cb97-tm9bh afcbf9314872bda8c2af56cdfca8b4415f6cb5dc9e83257109c88f49ab7832b4 network default NAD default] I0703 22:12:45.131474 3383 helper_linux.go:450] ConfigureOVS: namespace: openshift-pipelines, podName: tekton-pipelines-controller-f75d7cb97-tm9bh, hostIfaceName: afcbf9314872bda, network: default, NAD default, SandboxID: "afcbf9314872bda8c2af56cdfca8b4415f6cb5dc9e83257109c88f49ab7832b4", PCI device ID: , UID: "84e97f4e-960c-40c7-976d-3042dcdcf2ec", MAC: 0a:58:0a:81:00:27, IPs: [10.129.0.39/23] I0703 22:12:45.154707 3383 cni.go:331] [openshift-pipelines/tekton-pipelines-webhook-6ff55d6556-7wrnd ec1c63baf43151a11e3e558b0640406c11077505f7cac25f1f6043098b84b1a9 network default NAD default] ADD starting CNI request [openshift-pipelines/tekton-pipelines-webhook-6ff55d6556-7wrnd ec1c63baf43151a11e3e558b0640406c11077505f7cac25f1f6043098b84b1a9 network default NAD default] I0703 22:12:45.167247 3383 helper_linux.go:450] ConfigureOVS: namespace: openshift-pipelines, podName: tekton-pipelines-webhook-6ff55d6556-7wrnd, hostIfaceName: ec1c63baf43151a, network: default, NAD default, SandboxID: "ec1c63baf43151a11e3e558b0640406c11077505f7cac25f1f6043098b84b1a9", PCI device ID: , UID: "7c62ce3e-eacd-4a0a-9bbb-d55093614a84", MAC: 0a:58:0a:81:00:28, IPs: [10.129.0.40/23] I0703 22:12:45.195327 3383 cni.go:352] [openshift-pipelines/tekton-pipelines-controller-f75d7cb97-tm9bh afcbf9314872bda8c2af56cdfca8b4415f6cb5dc9e83257109c88f49ab7832b4 network default NAD default] ADD finished CNI request [openshift-pipelines/tekton-pipelines-controller-f75d7cb97-tm9bh afcbf9314872bda8c2af56cdfca8b4415f6cb5dc9e83257109c88f49ab7832b4 network default NAD default], result "{\"interfaces\":[{\"name\":\"afcbf9314872bda\",\"mac\":\"7a:b5:c0:1e:c7:2f\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:81:00:27\",\"sandbox\":\"/var/run/netns/bc4fddcd-ee70-4d30-92e6-b518d901227b\"}],\"ips\":[{\"interface\":1,\"address\":\"10.129.0.39/23\",\"gateway\":\"10.129.0.1\"}],\"dns\":{}}", err I0703 22:12:45.221098 3383 cni.go:352] [openshift-pipelines/tekton-pipelines-webhook-6ff55d6556-7wrnd ec1c63baf43151a11e3e558b0640406c11077505f7cac25f1f6043098b84b1a9 network default NAD default] ADD finished CNI request [openshift-pipelines/tekton-pipelines-webhook-6ff55d6556-7wrnd ec1c63baf43151a11e3e558b0640406c11077505f7cac25f1f6043098b84b1a9 network default NAD default], result "{\"interfaces\":[{\"name\":\"ec1c63baf43151a\",\"mac\":\"9e:05:df:19:09:be\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:81:00:28\",\"sandbox\":\"/var/run/netns/879a7d26-39d5-409d-8aff-74ab2bc9faa3\"}],\"ips\":[{\"interface\":1,\"address\":\"10.129.0.40/23\",\"gateway\":\"10.129.0.1\"}],\"dns\":{}}", err I0703 22:12:45.519067 3383 cni.go:331] [openshift-pipelines/tekton-operator-proxy-webhook-668c8b7979-rjd7t 0d776c75e3cabeb8ec4730ab3504008c58839c353626d813f2e86a9d4667aa79 network default NAD default] ADD starting CNI request [openshift-pipelines/tekton-operator-proxy-webhook-668c8b7979-rjd7t 0d776c75e3cabeb8ec4730ab3504008c58839c353626d813f2e86a9d4667aa79 network default NAD default] I0703 22:12:45.529191 3383 helper_linux.go:450] ConfigureOVS: namespace: openshift-pipelines, podName: tekton-operator-proxy-webhook-668c8b7979-rjd7t, hostIfaceName: 0d776c75e3cabeb, network: default, NAD default, SandboxID: "0d776c75e3cabeb8ec4730ab3504008c58839c353626d813f2e86a9d4667aa79", PCI device ID: , UID: "62fa284d-b82c-41c7-b10b-37a988bfc098", MAC: 0a:58:0a:81:00:29, IPs: [10.129.0.41/23] I0703 22:12:45.581343 3383 cni.go:352] [openshift-pipelines/tekton-operator-proxy-webhook-668c8b7979-rjd7t 0d776c75e3cabeb8ec4730ab3504008c58839c353626d813f2e86a9d4667aa79 network default NAD default] ADD finished CNI request [openshift-pipelines/tekton-operator-proxy-webhook-668c8b7979-rjd7t 0d776c75e3cabeb8ec4730ab3504008c58839c353626d813f2e86a9d4667aa79 network default NAD default], result "{\"interfaces\":[{\"name\":\"0d776c75e3cabeb\",\"mac\":\"2e:14:96:21:ab:c8\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:81:00:29\",\"sandbox\":\"/var/run/netns/9fe33cf1-f09c-44a3-b242-5ed11b91dec5\"}],\"ips\":[{\"interface\":1,\"address\":\"10.129.0.41/23\",\"gateway\":\"10.129.0.1\"}],\"dns\":{}}", err I0703 22:12:49.416506 3383 obj_retry.go:463] Detected object tssc-tas/ctlog-createtree-job-dndrs-lknp8 of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:12:49.417183 3383 obj_retry.go:463] Detected object tssc-tas/ctlog-createtree-job-dndrs-lknp8 of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:12:49.468846 3383 obj_retry.go:457] Detected object tssc-tas/ctlog-createtree-job-dndrs-lknp8 of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:12:49.468942 3383 obj_retry.go:457] Detected object tssc-tas/ctlog-createtree-job-dndrs-lknp8 of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:12:49.474815 3383 obj_retry.go:463] Detected object tssc-tas/rekor-createtree-job-p97wv-nrnwh of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:12:49.475416 3383 obj_retry.go:463] Detected object tssc-tas/rekor-createtree-job-p97wv-nrnwh of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:12:50.513311 3383 obj_retry.go:457] Detected object tssc-tas/rekor-createtree-job-p97wv-nrnwh of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:12:50.513418 3383 obj_retry.go:457] Detected object tssc-tas/rekor-createtree-job-p97wv-nrnwh of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:12:54.741640 3383 base_network_controller_pods.go:478] [default/tssc-tas/rekor-redis-75fddfbb99-97wjf] creating logical port tssc-tas_rekor-redis-75fddfbb99-97wjf for pod on switch ip-10-0-1-250.ec2.internal I0703 22:12:54.741842 3383 kube.go:320] Updating pod tssc-tas/rekor-redis-75fddfbb99-97wjf I0703 22:12:54.758925 3383 pod.go:62] [tssc-tas/rekor-redis-75fddfbb99-97wjf] pod update took 17.120942ms I0703 22:12:54.758948 3383 base_network_controller_pods.go:928] [default/tssc-tas/rekor-redis-75fddfbb99-97wjf] addLogicalPort annotation time took 17.148619ms I0703 22:12:54.760477 3383 pods.go:253] [tssc-tas/rekor-redis-75fddfbb99-97wjf] addLogicalPort took 18.8739ms, libovsdb time 973.84µs I0703 22:12:56.599010 3383 cni.go:331] [tssc-tas/rekor-redis-75fddfbb99-97wjf 4d5b1725dc251d2e0fb9cf43bfefbae01499fbb1a93c6685c7f7b5a01d8c0ac8 network default NAD default] ADD starting CNI request [tssc-tas/rekor-redis-75fddfbb99-97wjf 4d5b1725dc251d2e0fb9cf43bfefbae01499fbb1a93c6685c7f7b5a01d8c0ac8 network default NAD default] I0703 22:12:56.608234 3383 helper_linux.go:450] ConfigureOVS: namespace: tssc-tas, podName: rekor-redis-75fddfbb99-97wjf, hostIfaceName: 4d5b1725dc251d2, network: default, NAD default, SandboxID: "4d5b1725dc251d2e0fb9cf43bfefbae01499fbb1a93c6685c7f7b5a01d8c0ac8", PCI device ID: , UID: "31d70f4c-fd65-4ec9-9f02-8def00174f93", MAC: 0a:58:0a:81:00:2a, IPs: [10.129.0.42/23] I0703 22:12:56.658596 3383 cni.go:352] [tssc-tas/rekor-redis-75fddfbb99-97wjf 4d5b1725dc251d2e0fb9cf43bfefbae01499fbb1a93c6685c7f7b5a01d8c0ac8 network default NAD default] ADD finished CNI request [tssc-tas/rekor-redis-75fddfbb99-97wjf 4d5b1725dc251d2e0fb9cf43bfefbae01499fbb1a93c6685c7f7b5a01d8c0ac8 network default NAD default], result "{\"interfaces\":[{\"name\":\"4d5b1725dc251d2\",\"mac\":\"56:be:8c:3c:d5:f9\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:81:00:2a\",\"sandbox\":\"/var/run/netns/ba77f1cc-4668-49cb-95a0-84b67d7fc64c\"}],\"ips\":[{\"interface\":1,\"address\":\"10.129.0.42/23\",\"gateway\":\"10.129.0.1\"}],\"dns\":{}}", err E0703 22:13:00.781146 3383 metrics.go:168] Failed to get the logfile size for .: stat : no such file or directory E0703 22:13:01.293636 3383 metrics.go:168] Failed to get the logfile size for .: stat : no such file or directory I0703 22:13:04.029825 3383 reflector.go:879] github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/egressservice/v1/apis/informers/externalversions/factory.go:140: Watch close - *v1.EgressService total 7 items received I0703 22:13:08.307651 3383 base_network_controller_pods.go:478] [default/openshift-pipelines/tekton-triggers-core-interceptors-6fffdb6f44-wf7g2] creating logical port openshift-pipelines_tekton-triggers-core-interceptors-6fffdb6f44-wf7g2 for pod on switch ip-10-0-1-250.ec2.internal I0703 22:13:08.307801 3383 kube.go:320] Updating pod openshift-pipelines/tekton-triggers-core-interceptors-6fffdb6f44-wf7g2 I0703 22:13:08.322527 3383 pod.go:62] [openshift-pipelines/tekton-triggers-core-interceptors-6fffdb6f44-wf7g2] pod update took 14.750682ms I0703 22:13:08.322553 3383 base_network_controller_pods.go:928] [default/openshift-pipelines/tekton-triggers-core-interceptors-6fffdb6f44-wf7g2] addLogicalPort annotation time took 14.786399ms I0703 22:13:08.323843 3383 pods.go:253] [openshift-pipelines/tekton-triggers-core-interceptors-6fffdb6f44-wf7g2] addLogicalPort took 16.215089ms, libovsdb time 822.467µs I0703 22:13:08.667742 3383 cni.go:331] [openshift-pipelines/tekton-triggers-core-interceptors-6fffdb6f44-wf7g2 df2ac475c257f3de373732bfcc6d96ea310b5f383452de5ec2a363701733abcc network default NAD default] ADD starting CNI request [openshift-pipelines/tekton-triggers-core-interceptors-6fffdb6f44-wf7g2 df2ac475c257f3de373732bfcc6d96ea310b5f383452de5ec2a363701733abcc network default NAD default] I0703 22:13:08.676878 3383 helper_linux.go:450] ConfigureOVS: namespace: openshift-pipelines, podName: tekton-triggers-core-interceptors-6fffdb6f44-wf7g2, hostIfaceName: df2ac475c257f3d, network: default, NAD default, SandboxID: "df2ac475c257f3de373732bfcc6d96ea310b5f383452de5ec2a363701733abcc", PCI device ID: , UID: "8d05aa13-84cd-471f-b469-cf59f5c90c37", MAC: 0a:58:0a:81:00:2b, IPs: [10.129.0.43/23] I0703 22:13:08.729210 3383 cni.go:352] [openshift-pipelines/tekton-triggers-core-interceptors-6fffdb6f44-wf7g2 df2ac475c257f3de373732bfcc6d96ea310b5f383452de5ec2a363701733abcc network default NAD default] ADD finished CNI request [openshift-pipelines/tekton-triggers-core-interceptors-6fffdb6f44-wf7g2 df2ac475c257f3de373732bfcc6d96ea310b5f383452de5ec2a363701733abcc network default NAD default], result "{\"interfaces\":[{\"name\":\"df2ac475c257f3d\",\"mac\":\"fa:98:f0:c8:4e:13\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:81:00:2b\",\"sandbox\":\"/var/run/netns/4d1c1f1a-299e-497c-b4e0-063691770706\"}],\"ips\":[{\"interface\":1,\"address\":\"10.129.0.43/23\",\"gateway\":\"10.129.0.1\"}],\"dns\":{}}", err I0703 22:13:17.679850 3383 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 I0703 22:13:17.680434 3383 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 I0703 22:13:17.701024 3383 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 I0703 22:13:17.701082 3383 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 I0703 22:13:17.708885 3383 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc/test-tssc-pipelines-config I0703 22:13:17.708976 3383 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod tssc/test-tssc-pipelines-config I0703 22:13:22.011396 3383 reflector.go:879] github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/egressip/v1/apis/informers/externalversions/factory.go:140: Watch close - *v1.EgressIP total 6 items received I0703 22:13:23.716601 3383 obj_retry.go:463] Detected object tssc/tssc-tekton-configuration-h84s8 of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:13:23.717170 3383 obj_retry.go:463] Detected object tssc/tssc-tekton-configuration-h84s8 of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:13:24.739781 3383 obj_retry.go:457] Detected object tssc/tssc-tekton-configuration-h84s8 of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:13:24.739803 3383 obj_retry.go:457] Detected object tssc/tssc-tekton-configuration-h84s8 of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:13:25.979278 3383 base_network_controller_pods.go:478] [default/tssc-tas/tuf-repository-init-9t4cz-95w6d] creating logical port tssc-tas_tuf-repository-init-9t4cz-95w6d for pod on switch ip-10-0-1-250.ec2.internal I0703 22:13:25.979395 3383 kube.go:320] Updating pod tssc-tas/tuf-repository-init-9t4cz-95w6d I0703 22:13:25.991884 3383 pod.go:62] [tssc-tas/tuf-repository-init-9t4cz-95w6d] pod update took 12.52139ms I0703 22:13:25.991977 3383 base_network_controller_pods.go:928] [default/tssc-tas/tuf-repository-init-9t4cz-95w6d] addLogicalPort annotation time took 12.620133ms I0703 22:13:25.993291 3383 pods.go:253] [tssc-tas/tuf-repository-init-9t4cz-95w6d] addLogicalPort took 14.061687ms, libovsdb time 814.386µs I0703 22:13:29.811019 3383 iptables.go:108] Creating table: nat chain: OVN-KUBE-NODEPORT I0703 22:13:30.185922 3383 base_network_controller_pods.go:478] [default/openshift-pipelines/tekton-results-watcher-55bd646d74-nk5s2] creating logical port openshift-pipelines_tekton-results-watcher-55bd646d74-nk5s2 for pod on switch ip-10-0-1-250.ec2.internal I0703 22:13:30.186021 3383 kube.go:320] Updating pod openshift-pipelines/tekton-results-watcher-55bd646d74-nk5s2 I0703 22:13:30.200762 3383 pod.go:62] [openshift-pipelines/tekton-results-watcher-55bd646d74-nk5s2] pod update took 14.770183ms I0703 22:13:30.200791 3383 base_network_controller_pods.go:928] [default/openshift-pipelines/tekton-results-watcher-55bd646d74-nk5s2] addLogicalPort annotation time took 14.803592ms I0703 22:13:30.202348 3383 pods.go:253] [openshift-pipelines/tekton-results-watcher-55bd646d74-nk5s2] addLogicalPort took 16.448849ms, libovsdb time 977.583µs I0703 22:13:30.552221 3383 cni.go:331] [openshift-pipelines/tekton-results-watcher-55bd646d74-nk5s2 6d8b1ca57ac1c7f0d50e4bfc2a1cfc941fc580a068b12e3d8c406954da5fc2d8 network default NAD default] ADD starting CNI request [openshift-pipelines/tekton-results-watcher-55bd646d74-nk5s2 6d8b1ca57ac1c7f0d50e4bfc2a1cfc941fc580a068b12e3d8c406954da5fc2d8 network default NAD default] I0703 22:13:30.561342 3383 helper_linux.go:450] ConfigureOVS: namespace: openshift-pipelines, podName: tekton-results-watcher-55bd646d74-nk5s2, hostIfaceName: 6d8b1ca57ac1c7f, network: default, NAD default, SandboxID: "6d8b1ca57ac1c7f0d50e4bfc2a1cfc941fc580a068b12e3d8c406954da5fc2d8", PCI device ID: , UID: "2a2e96d0-9d00-453b-8a51-72d7a0d7e5e0", MAC: 0a:58:0a:81:00:2d, IPs: [10.129.0.45/23] I0703 22:13:30.612221 3383 cni.go:352] [openshift-pipelines/tekton-results-watcher-55bd646d74-nk5s2 6d8b1ca57ac1c7f0d50e4bfc2a1cfc941fc580a068b12e3d8c406954da5fc2d8 network default NAD default] ADD finished CNI request [openshift-pipelines/tekton-results-watcher-55bd646d74-nk5s2 6d8b1ca57ac1c7f0d50e4bfc2a1cfc941fc580a068b12e3d8c406954da5fc2d8 network default NAD default], result "{\"interfaces\":[{\"name\":\"6d8b1ca57ac1c7f\",\"mac\":\"2a:78:02:4c:45:ac\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:81:00:2d\",\"sandbox\":\"/var/run/netns/63ae4f68-d775-469d-a081-f19942a016ea\"}],\"ips\":[{\"interface\":1,\"address\":\"10.129.0.45/23\",\"gateway\":\"10.129.0.1\"}],\"dns\":{}}", err I0703 22:13:31.821710 3383 reflector.go:879] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Namespace total 58 items received I0703 22:13:35.950516 3383 cni.go:331] [tssc-tas/tuf-repository-init-9t4cz-95w6d 3c8e0ba4456a24c0fbcaad6ffe180c967b4768b21f17bcadfb4fd4055f0d3d82 network default NAD default] ADD starting CNI request [tssc-tas/tuf-repository-init-9t4cz-95w6d 3c8e0ba4456a24c0fbcaad6ffe180c967b4768b21f17bcadfb4fd4055f0d3d82 network default NAD default] I0703 22:13:35.959646 3383 helper_linux.go:450] ConfigureOVS: namespace: tssc-tas, podName: tuf-repository-init-9t4cz-95w6d, hostIfaceName: 3c8e0ba4456a24c, network: default, NAD default, SandboxID: "3c8e0ba4456a24c0fbcaad6ffe180c967b4768b21f17bcadfb4fd4055f0d3d82", PCI device ID: , UID: "596646de-c9a1-45bc-b70c-0b451c026eda", MAC: 0a:58:0a:81:00:2c, IPs: [10.129.0.44/23] I0703 22:13:36.018609 3383 cni.go:352] [tssc-tas/tuf-repository-init-9t4cz-95w6d 3c8e0ba4456a24c0fbcaad6ffe180c967b4768b21f17bcadfb4fd4055f0d3d82 network default NAD default] ADD finished CNI request [tssc-tas/tuf-repository-init-9t4cz-95w6d 3c8e0ba4456a24c0fbcaad6ffe180c967b4768b21f17bcadfb4fd4055f0d3d82 network default NAD default], result "{\"interfaces\":[{\"name\":\"3c8e0ba4456a24c\",\"mac\":\"2e:4e:75:c5:37:9a\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:81:00:2c\",\"sandbox\":\"/var/run/netns/691e1b4f-1a63-4f6c-a2aa-96608e423b1e\"}],\"ips\":[{\"interface\":1,\"address\":\"10.129.0.44/23\",\"gateway\":\"10.129.0.1\"}],\"dns\":{}}", err I0703 22:13:36.032351 3383 obj_retry.go:463] Detected object tssc/test-tssc-pipelines of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:13:36.032931 3383 obj_retry.go:463] Detected object tssc/test-tssc-pipelines of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:13:36.053748 3383 obj_retry.go:457] Detected object tssc/test-tssc-pipelines of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:13:36.053788 3383 obj_retry.go:457] Detected object tssc/test-tssc-pipelines of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:13:36.057730 3383 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc/test-tssc-pipelines I0703 22:13:36.057768 3383 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod tssc/test-tssc-pipelines I0703 22:13:39.499848 3383 cni.go:331] [tssc-tas/tuf-repository-init-9t4cz-95w6d 3c8e0ba4456a24c0fbcaad6ffe180c967b4768b21f17bcadfb4fd4055f0d3d82 network default NAD default] DEL starting CNI request [tssc-tas/tuf-repository-init-9t4cz-95w6d 3c8e0ba4456a24c0fbcaad6ffe180c967b4768b21f17bcadfb4fd4055f0d3d82 network default NAD default] I0703 22:13:39.582697 3383 cni.go:352] [tssc-tas/tuf-repository-init-9t4cz-95w6d 3c8e0ba4456a24c0fbcaad6ffe180c967b4768b21f17bcadfb4fd4055f0d3d82 network default NAD default] DEL finished CNI request [tssc-tas/tuf-repository-init-9t4cz-95w6d 3c8e0ba4456a24c0fbcaad6ffe180c967b4768b21f17bcadfb4fd4055f0d3d82 network default NAD default], result "{\"dns\":{}}", err I0703 22:13:39.634238 3383 obj_retry.go:463] Detected object tssc-tas/tuf-repository-init-9t4cz-95w6d of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:13:39.634280 3383 pods.go:175] Deleting pod: tssc-tas/tuf-repository-init-9t4cz-95w6d I0703 22:13:39.635943 3383 pods.go:218] Attempting to release IPs for pod: tssc-tas/tuf-repository-init-9t4cz-95w6d, ips: 10.129.0.44 I0703 22:13:39.635979 3383 obj_retry.go:463] Detected object tssc-tas/tuf-repository-init-9t4cz-95w6d of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:13:39.800157 3383 obj_retry.go:463] Detected object tssc-tpa/pre-install-tssc-tpa of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:13:39.800824 3383 obj_retry.go:463] Detected object tssc-tpa/pre-install-tssc-tpa of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:13:39.821529 3383 obj_retry.go:457] Detected object tssc-tpa/pre-install-tssc-tpa of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:13:39.821560 3383 obj_retry.go:457] Detected object tssc-tpa/pre-install-tssc-tpa of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:13:39.828758 3383 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-tpa/pre-install-tssc-tpa I0703 22:13:39.828851 3383 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod tssc-tpa/pre-install-tssc-tpa I0703 22:13:40.525284 3383 obj_retry.go:457] Detected object tssc-tas/tuf-repository-init-9t4cz-95w6d of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:13:40.525310 3383 obj_retry.go:457] Detected object tssc-tas/tuf-repository-init-9t4cz-95w6d of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:13:41.019391 3383 reflector.go:879] github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/egressfirewall/v1/apis/informers/externalversions/factory.go:140: Watch close - *v1.EgressFirewall total 6 items received I0703 22:13:43.079772 3383 base_network_controller_pods.go:478] [default/tssc-tas/tuf-6b7c8578cb-6t497] creating logical port tssc-tas_tuf-6b7c8578cb-6t497 for pod on switch ip-10-0-1-250.ec2.internal I0703 22:13:43.079892 3383 kube.go:320] Updating pod tssc-tas/tuf-6b7c8578cb-6t497 I0703 22:13:43.095015 3383 pod.go:62] [tssc-tas/tuf-6b7c8578cb-6t497] pod update took 15.164246ms I0703 22:13:43.095179 3383 base_network_controller_pods.go:928] [default/tssc-tas/tuf-6b7c8578cb-6t497] addLogicalPort annotation time took 15.330967ms I0703 22:13:43.096713 3383 pods.go:253] [tssc-tas/tuf-6b7c8578cb-6t497] addLogicalPort took 16.958229ms, libovsdb time 858.145µs I0703 22:13:46.438084 3383 cni.go:331] [tssc-tas/tuf-6b7c8578cb-6t497 e2acb3c5c77fb561956598a8af87250eeb70d118dd111532896ebe927b50476e network default NAD default] ADD starting CNI request [tssc-tas/tuf-6b7c8578cb-6t497 e2acb3c5c77fb561956598a8af87250eeb70d118dd111532896ebe927b50476e network default NAD default] I0703 22:13:46.446937 3383 helper_linux.go:450] ConfigureOVS: namespace: tssc-tas, podName: tuf-6b7c8578cb-6t497, hostIfaceName: e2acb3c5c77fb56, network: default, NAD default, SandboxID: "e2acb3c5c77fb561956598a8af87250eeb70d118dd111532896ebe927b50476e", PCI device ID: , UID: "8567d18d-be7b-4a7f-80a3-79cb45c83511", MAC: 0a:58:0a:81:00:2e, IPs: [10.129.0.46/23] I0703 22:13:46.500473 3383 cni.go:352] [tssc-tas/tuf-6b7c8578cb-6t497 e2acb3c5c77fb561956598a8af87250eeb70d118dd111532896ebe927b50476e network default NAD default] ADD finished CNI request [tssc-tas/tuf-6b7c8578cb-6t497 e2acb3c5c77fb561956598a8af87250eeb70d118dd111532896ebe927b50476e network default NAD default], result "{\"interfaces\":[{\"name\":\"e2acb3c5c77fb56\",\"mac\":\"c2:b6:bb:80:6d:c9\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:81:00:2e\",\"sandbox\":\"/var/run/netns/5dde30d4-9f6c-4e0b-a37f-b646afe2c453\"}],\"ips\":[{\"interface\":1,\"address\":\"10.129.0.46/23\",\"gateway\":\"10.129.0.1\"}],\"dns\":{}}", err I0703 22:13:48.100063 3383 obj_retry.go:463] Detected object tssc-tpa/create-db-8r5kz of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:13:48.100685 3383 obj_retry.go:463] Detected object tssc-tpa/create-db-8r5kz of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:13:48.988755 3383 obj_retry.go:457] Detected object tssc-tpa/create-db-8r5kz of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:13:48.988781 3383 obj_retry.go:457] Detected object tssc-tpa/create-db-8r5kz of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:13:52.160617 3383 obj_retry.go:463] Detected object tssc-tpa/migrate-db-zzvsw of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:13:52.161233 3383 obj_retry.go:463] Detected object tssc-tpa/migrate-db-zzvsw of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:13:53.180720 3383 obj_retry.go:457] Detected object tssc-tpa/migrate-db-zzvsw of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:13:53.180782 3383 obj_retry.go:457] Detected object tssc-tpa/migrate-db-zzvsw of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:13:56.722231 3383 base_network_controller_pods.go:478] [default/openshift-pipelines/tkn-cli-serve-7666687fc8-rnthn] creating logical port openshift-pipelines_tkn-cli-serve-7666687fc8-rnthn for pod on switch ip-10-0-1-250.ec2.internal I0703 22:13:56.722352 3383 kube.go:320] Updating pod openshift-pipelines/tkn-cli-serve-7666687fc8-rnthn I0703 22:13:56.736359 3383 pod.go:62] [openshift-pipelines/tkn-cli-serve-7666687fc8-rnthn] pod update took 14.041238ms I0703 22:13:56.736411 3383 base_network_controller_pods.go:928] [default/openshift-pipelines/tkn-cli-serve-7666687fc8-rnthn] addLogicalPort annotation time took 14.099786ms I0703 22:13:56.737867 3383 pods.go:253] [openshift-pipelines/tkn-cli-serve-7666687fc8-rnthn] addLogicalPort took 15.655865ms, libovsdb time 926.445µs I0703 22:13:57.082197 3383 cni.go:331] [openshift-pipelines/tkn-cli-serve-7666687fc8-rnthn 0bc3414f93e74b8a27aec7233588cadad45deabede03afefdaae58915de285bb network default NAD default] ADD starting CNI request [openshift-pipelines/tkn-cli-serve-7666687fc8-rnthn 0bc3414f93e74b8a27aec7233588cadad45deabede03afefdaae58915de285bb network default NAD default] I0703 22:13:57.092272 3383 helper_linux.go:450] ConfigureOVS: namespace: openshift-pipelines, podName: tkn-cli-serve-7666687fc8-rnthn, hostIfaceName: 0bc3414f93e74b8, network: default, NAD default, SandboxID: "0bc3414f93e74b8a27aec7233588cadad45deabede03afefdaae58915de285bb", PCI device ID: , UID: "02ddf5fc-fa17-4aeb-aa14-8baf8c539e78", MAC: 0a:58:0a:81:00:2f, IPs: [10.129.0.47/23] I0703 22:13:57.146749 3383 cni.go:352] [openshift-pipelines/tkn-cli-serve-7666687fc8-rnthn 0bc3414f93e74b8a27aec7233588cadad45deabede03afefdaae58915de285bb network default NAD default] ADD finished CNI request [openshift-pipelines/tkn-cli-serve-7666687fc8-rnthn 0bc3414f93e74b8a27aec7233588cadad45deabede03afefdaae58915de285bb network default NAD default], result "{\"interfaces\":[{\"name\":\"0bc3414f93e74b8\",\"mac\":\"1a:00:98:c5:1b:23\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:81:00:2f\",\"sandbox\":\"/var/run/netns/59bc88ff-6b75-45d5-8999-ded9163de32f\"}],\"ips\":[{\"interface\":1,\"address\":\"10.129.0.47/23\",\"gateway\":\"10.129.0.1\"}],\"dns\":{}}", err I0703 22:13:58.870346 3383 obj_retry.go:463] Detected object tssc-tpa/create-importers-c49cb of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:13:58.870910 3383 obj_retry.go:463] Detected object tssc-tpa/create-importers-c49cb of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:13:59.894045 3383 obj_retry.go:457] Detected object tssc-tpa/create-importers-c49cb of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:13:59.894161 3383 obj_retry.go:457] Detected object tssc-tpa/create-importers-c49cb of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:14:11.982329 3383 base_network_controller_pods.go:478] [default/openshift-pipelines/pipelines-as-code-watcher-d4fc947b8-ptjzf] creating logical port openshift-pipelines_pipelines-as-code-watcher-d4fc947b8-ptjzf for pod on switch ip-10-0-1-250.ec2.internal I0703 22:14:11.982530 3383 kube.go:320] Updating pod openshift-pipelines/pipelines-as-code-watcher-d4fc947b8-ptjzf I0703 22:14:12.001291 3383 pod.go:62] [openshift-pipelines/pipelines-as-code-watcher-d4fc947b8-ptjzf] pod update took 18.798603ms I0703 22:14:12.001317 3383 base_network_controller_pods.go:928] [default/openshift-pipelines/pipelines-as-code-watcher-d4fc947b8-ptjzf] addLogicalPort annotation time took 18.828582ms I0703 22:14:12.002796 3383 pods.go:253] [openshift-pipelines/pipelines-as-code-watcher-d4fc947b8-ptjzf] addLogicalPort took 20.489495ms, libovsdb time 875.766µs I0703 22:14:12.086439 3383 base_network_controller_pods.go:478] [default/openshift-pipelines/pipelines-as-code-webhook-668dbb45cb-jb9cr] creating logical port openshift-pipelines_pipelines-as-code-webhook-668dbb45cb-jb9cr for pod on switch ip-10-0-1-250.ec2.internal I0703 22:14:12.086540 3383 kube.go:320] Updating pod openshift-pipelines/pipelines-as-code-webhook-668dbb45cb-jb9cr I0703 22:14:12.101230 3383 pod.go:62] [openshift-pipelines/pipelines-as-code-webhook-668dbb45cb-jb9cr] pod update took 14.713468ms I0703 22:14:12.101255 3383 base_network_controller_pods.go:928] [default/openshift-pipelines/pipelines-as-code-webhook-668dbb45cb-jb9cr] addLogicalPort annotation time took 14.743747ms I0703 22:14:12.102595 3383 pods.go:253] [openshift-pipelines/pipelines-as-code-webhook-668dbb45cb-jb9cr] addLogicalPort took 16.17962ms, libovsdb time 870.578µs I0703 22:14:12.344593 3383 cni.go:331] [openshift-pipelines/pipelines-as-code-watcher-d4fc947b8-ptjzf 9427c5d374fd94d14590b313543ee127e7030d5143e59a357f20aea8135bcf23 network default NAD default] ADD starting CNI request [openshift-pipelines/pipelines-as-code-watcher-d4fc947b8-ptjzf 9427c5d374fd94d14590b313543ee127e7030d5143e59a357f20aea8135bcf23 network default NAD default] I0703 22:14:12.353939 3383 helper_linux.go:450] ConfigureOVS: namespace: openshift-pipelines, podName: pipelines-as-code-watcher-d4fc947b8-ptjzf, hostIfaceName: 9427c5d374fd94d, network: default, NAD default, SandboxID: "9427c5d374fd94d14590b313543ee127e7030d5143e59a357f20aea8135bcf23", PCI device ID: , UID: "a91add0a-b2bf-495e-8092-c135199bb133", MAC: 0a:58:0a:81:00:30, IPs: [10.129.0.48/23] I0703 22:14:12.410955 3383 cni.go:352] [openshift-pipelines/pipelines-as-code-watcher-d4fc947b8-ptjzf 9427c5d374fd94d14590b313543ee127e7030d5143e59a357f20aea8135bcf23 network default NAD default] ADD finished CNI request [openshift-pipelines/pipelines-as-code-watcher-d4fc947b8-ptjzf 9427c5d374fd94d14590b313543ee127e7030d5143e59a357f20aea8135bcf23 network default NAD default], result "{\"interfaces\":[{\"name\":\"9427c5d374fd94d\",\"mac\":\"f2:07:5e:43:ef:8c\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:81:00:30\",\"sandbox\":\"/var/run/netns/07d65f5e-2bfc-4910-b2c9-57290b1f54da\"}],\"ips\":[{\"interface\":1,\"address\":\"10.129.0.48/23\",\"gateway\":\"10.129.0.1\"}],\"dns\":{}}", err I0703 22:14:12.454237 3383 cni.go:331] [openshift-pipelines/pipelines-as-code-webhook-668dbb45cb-jb9cr c6b9d7ede84d5b379016b353a5fb542e276774c54376534c1def90c598e3260d network default NAD default] ADD starting CNI request [openshift-pipelines/pipelines-as-code-webhook-668dbb45cb-jb9cr c6b9d7ede84d5b379016b353a5fb542e276774c54376534c1def90c598e3260d network default NAD default] I0703 22:14:12.463174 3383 helper_linux.go:450] ConfigureOVS: namespace: openshift-pipelines, podName: pipelines-as-code-webhook-668dbb45cb-jb9cr, hostIfaceName: c6b9d7ede84d5b3, network: default, NAD default, SandboxID: "c6b9d7ede84d5b379016b353a5fb542e276774c54376534c1def90c598e3260d", PCI device ID: , UID: "585a7aa2-4fb8-4eb0-8b13-b41ae5a56e3c", MAC: 0a:58:0a:81:00:31, IPs: [10.129.0.49/23] I0703 22:14:12.519866 3383 cni.go:352] [openshift-pipelines/pipelines-as-code-webhook-668dbb45cb-jb9cr c6b9d7ede84d5b379016b353a5fb542e276774c54376534c1def90c598e3260d network default NAD default] ADD finished CNI request [openshift-pipelines/pipelines-as-code-webhook-668dbb45cb-jb9cr c6b9d7ede84d5b379016b353a5fb542e276774c54376534c1def90c598e3260d network default NAD default], result "{\"interfaces\":[{\"name\":\"c6b9d7ede84d5b3\",\"mac\":\"ca:b1:7e:2b:0d:96\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:81:00:31\",\"sandbox\":\"/var/run/netns/2686f30f-4cc0-4567-87e0-6624a965559b\"}],\"ips\":[{\"interface\":1,\"address\":\"10.129.0.49/23\",\"gateway\":\"10.129.0.1\"}],\"dns\":{}}", err I0703 22:14:23.973564 3383 obj_retry.go:463] Detected object tssc-tpa/test-tssc-tpa of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:14:23.974228 3383 obj_retry.go:463] Detected object tssc-tpa/test-tssc-tpa of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:14:23.993845 3383 obj_retry.go:457] Detected object tssc-tpa/test-tssc-tpa of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:14:23.993894 3383 obj_retry.go:457] Detected object tssc-tpa/test-tssc-tpa of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:14:24.000720 3383 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-tpa/test-tssc-tpa I0703 22:14:24.000747 3383 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod tssc-tpa/test-tssc-tpa I0703 22:14:24.889345 3383 namespace.go:93] [tssc-app-stage] adding namespace I0703 22:14:24.890352 3383 namespace.go:97] [tssc-app-stage] adding namespace took 945.218µs I0703 22:14:24.896210 3383 namespace.go:93] [tssc-app-development] adding namespace I0703 22:14:24.896236 3383 namespace.go:93] [tssc-app-ci] adding namespace I0703 22:14:24.897037 3383 namespace.go:97] [tssc-app-development] adding namespace took 757.203µs I0703 22:14:24.898092 3383 namespace.go:97] [tssc-app-ci] adding namespace took 1.670505ms I0703 22:14:24.903415 3383 namespace.go:93] [tssc-app-prod] adding namespace I0703 22:14:24.904041 3383 namespace.go:97] [tssc-app-prod] adding namespace took 613.211µs I0703 22:14:24.958438 3383 namespace.go:137] [tssc-app-stage] updating namespace I0703 22:14:24.981067 3383 namespace.go:137] [tssc-app-stage] updating namespace I0703 22:14:24.994294 3383 namespace.go:137] [tssc-app-development] updating namespace I0703 22:14:25.015226 3383 namespace.go:137] [tssc-app-development] updating namespace I0703 22:14:25.052942 3383 namespace.go:137] [tssc-app-ci] updating namespace I0703 22:14:25.072020 3383 namespace.go:137] [tssc-app-ci] updating namespace I0703 22:14:25.081010 3383 namespace.go:137] [tssc-app-prod] updating namespace I0703 22:14:25.109089 3383 namespace.go:137] [tssc-app-prod] updating namespace I0703 22:14:25.843858 3383 namespace.go:137] [tssc-app-ci] updating namespace I0703 22:14:26.042614 3383 namespace.go:137] [tssc-app-development] updating namespace I0703 22:14:26.208839 3383 namespace.go:137] [tssc-app-prod] updating namespace I0703 22:14:26.412198 3383 namespace.go:137] [tssc-app-stage] updating namespace I0703 22:14:26.535943 3383 namespace.go:137] [tssc-app-ci] updating namespace I0703 22:14:26.551175 3383 namespace.go:137] [tssc-app-development] updating namespace I0703 22:14:26.565013 3383 namespace.go:137] [tssc-app-prod] updating namespace I0703 22:14:26.577509 3383 namespace.go:137] [tssc-app-stage] updating namespace I0703 22:14:26.619354 3383 namespace.go:137] [tssc-app-ci] updating namespace I0703 22:14:26.666572 3383 namespace.go:137] [tssc-app-development] updating namespace I0703 22:14:26.764781 3383 namespace.go:137] [tssc-app-prod] updating namespace I0703 22:14:26.863202 3383 namespace.go:137] [tssc-app-stage] updating namespace I0703 22:14:28.974874 3383 obj_retry.go:463] Detected object tssc-app-ci/patch-serviceaccounts of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:14:28.975516 3383 obj_retry.go:463] Detected object tssc-app-ci/patch-serviceaccounts of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:14:33.325435 3383 obj_retry.go:463] Detected object tssc-app-development/patch-serviceaccounts of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:14:33.326002 3383 obj_retry.go:463] Detected object tssc-app-development/patch-serviceaccounts of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:14:37.052566 3383 obj_retry.go:463] Detected object tssc-app-prod/patch-serviceaccounts of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:14:37.053183 3383 obj_retry.go:463] Detected object tssc-app-prod/patch-serviceaccounts of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:14:41.076526 3383 obj_retry.go:463] Detected object tssc-app-stage/patch-serviceaccounts of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:14:41.077195 3383 obj_retry.go:463] Detected object tssc-app-stage/patch-serviceaccounts of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:14:41.096037 3383 obj_retry.go:457] Detected object tssc-app-stage/patch-serviceaccounts of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:14:41.096141 3383 obj_retry.go:457] Detected object tssc-app-stage/patch-serviceaccounts of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:14:41.103339 3383 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-app-stage/patch-serviceaccounts I0703 22:14:41.103379 3383 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod tssc-app-stage/patch-serviceaccounts I0703 22:14:41.133517 3383 obj_retry.go:457] Detected object tssc-app-prod/patch-serviceaccounts of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:14:41.133540 3383 obj_retry.go:457] Detected object tssc-app-prod/patch-serviceaccounts of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:14:41.140220 3383 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-app-prod/patch-serviceaccounts I0703 22:14:41.140250 3383 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod tssc-app-prod/patch-serviceaccounts I0703 22:14:41.168087 3383 obj_retry.go:457] Detected object tssc-app-development/patch-serviceaccounts of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:14:41.168102 3383 obj_retry.go:457] Detected object tssc-app-development/patch-serviceaccounts of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:14:41.175168 3383 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-app-development/patch-serviceaccounts I0703 22:14:41.175239 3383 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod tssc-app-development/patch-serviceaccounts I0703 22:14:41.208423 3383 obj_retry.go:457] Detected object tssc-app-ci/patch-serviceaccounts of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:14:41.208445 3383 obj_retry.go:457] Detected object tssc-app-ci/patch-serviceaccounts of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:14:41.215975 3383 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-app-ci/patch-serviceaccounts I0703 22:14:41.215996 3383 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod tssc-app-ci/patch-serviceaccounts I0703 22:14:43.879253 3383 namespace.go:137] [openshift-pipelines] updating namespace I0703 22:15:01.040990 3383 reflector.go:879] github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/userdefinednetwork/v1/apis/informers/externalversions/factory.go:140: Watch close - *v1.UserDefinedNetwork total 10 items received I0703 22:16:05.818523 3383 reflector.go:879] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Node total 86 items received I0703 22:16:07.040962 3383 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 9 items received I0703 22:16:16.937974 3383 reflector.go:879] sigs.k8s.io/network-policy-api/pkg/client/informers/externalversions/factory.go:141: Watch close - *v1alpha1.BaselineAdminNetworkPolicy total 0 items received I0703 22:16:24.822500 3383 reflector.go:879] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.EndpointSlice total 80 items received I0703 22:16:40.830002 3383 reflector.go:879] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Pod total 354 items received I0703 22:16:55.843634 3383 reflector.go:879] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Service total 111 items received I0703 22:16:57.047470 3383 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 9 items received E0703 22:18:00.780558 3383 metrics.go:168] Failed to get the logfile size for .: stat : no such file or directory E0703 22:18:01.294535 3383 metrics.go:168] Failed to get the logfile size for .: stat : no such file or directory I0703 22:18:33.818778 3383 reflector.go:879] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.NetworkPolicy total 0 items received I0703 22:18:42.015568 3383 reflector.go:879] github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/egressip/v1/apis/informers/externalversions/factory.go:140: Watch close - *v1.EgressIP total 2 items received I0703 22:18:45.040231 3383 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 I0703 22:19:11.825539 3383 reflector.go:879] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Namespace total 32 items received I0703 22:20:04.430949 3383 obj_retry.go:463] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29718620-sl9tz of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:20:04.431613 3383 obj_retry.go:463] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29718620-sl9tz of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:20:05.452512 3383 obj_retry.go:457] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29718620-sl9tz of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:20:05.452592 3383 obj_retry.go:457] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29718620-sl9tz of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:20:44.586258 3383 obj_retry.go:463] Detected object tssc/test-tssc-dh of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:20:44.586866 3383 obj_retry.go:463] Detected object tssc/test-tssc-dh of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:20:44.605519 3383 obj_retry.go:457] Detected object tssc/test-tssc-dh of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:20:44.605597 3383 obj_retry.go:457] Detected object tssc/test-tssc-dh of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:20:44.614165 3383 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc/test-tssc-dh I0703 22:20:44.614258 3383 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod tssc/test-tssc-dh I0703 22:20:45.958079 3383 reflector.go:879] sigs.k8s.io/network-policy-api/pkg/client/informers/externalversions/factory.go:141: Watch close - *v1alpha1.AdminNetworkPolicy total 4 items received I0703 22:20:49.616963 3383 obj_retry.go:463] Detected object tssc/tssc-acs-integrations of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:20:49.617580 3383 obj_retry.go:463] Detected object tssc/tssc-acs-integrations of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:20:49.636410 3383 obj_retry.go:457] Detected object tssc/tssc-acs-integrations of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:20:49.636432 3383 obj_retry.go:457] Detected object tssc/tssc-acs-integrations of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:20:49.644047 3383 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc/tssc-acs-integrations I0703 22:20:49.644164 3383 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod tssc/tssc-acs-integrations I0703 22:20:50.023783 3383 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 3 items received W0703 22:21:26.301570 3383 duration.go:461] Config duration recorder: measurement expired for pod/openshift-ingress/router-default-7c95698449-94nxj I0703 22:21:39.022501 3383 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 3 items received I0703 22:21:44.833489 3383 reflector.go:879] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Pod total 33 items received I0703 22:22:01.406662 3383 namespace.go:137] [tssc-app-prod] updating namespace I0703 22:22:03.191407 3383 namespace.go:137] [tssc-app-ci] updating namespace I0703 22:22:03.373244 3383 namespace.go:137] [tssc-app-stage] updating namespace I0703 22:22:04.113213 3383 base_network_controller_pods.go:478] [default/tssc-app-prod/e2e-tests-go-nryjskcn-6d46666f68-dl5hc] creating logical port tssc-app-prod_e2e-tests-go-nryjskcn-6d46666f68-dl5hc for pod on switch ip-10-0-1-250.ec2.internal I0703 22:22:04.113409 3383 kube.go:320] Updating pod tssc-app-prod/e2e-tests-go-nryjskcn-6d46666f68-dl5hc I0703 22:22:04.130794 3383 pod.go:62] [tssc-app-prod/e2e-tests-go-nryjskcn-6d46666f68-dl5hc] pod update took 17.412662ms I0703 22:22:04.130822 3383 base_network_controller_pods.go:928] [default/tssc-app-prod/e2e-tests-go-nryjskcn-6d46666f68-dl5hc] addLogicalPort annotation time took 17.445665ms I0703 22:22:04.132376 3383 pods.go:253] [tssc-app-prod/e2e-tests-go-nryjskcn-6d46666f68-dl5hc] addLogicalPort took 19.183645ms, libovsdb time 918.857µs I0703 22:22:04.476895 3383 cni.go:331] [tssc-app-prod/e2e-tests-go-nryjskcn-6d46666f68-dl5hc 5c70acd084e93fb252049fa8b733431dd96c1ddde34cc657a867320c55250c4b network default NAD default] ADD starting CNI request [tssc-app-prod/e2e-tests-go-nryjskcn-6d46666f68-dl5hc 5c70acd084e93fb252049fa8b733431dd96c1ddde34cc657a867320c55250c4b network default NAD default] I0703 22:22:04.489233 3383 helper_linux.go:450] ConfigureOVS: namespace: tssc-app-prod, podName: e2e-tests-go-nryjskcn-6d46666f68-dl5hc, hostIfaceName: 5c70acd084e93fb, network: default, NAD default, SandboxID: "5c70acd084e93fb252049fa8b733431dd96c1ddde34cc657a867320c55250c4b", PCI device ID: , UID: "1e308776-c25c-4e1c-a223-b093f78553a5", MAC: 0a:58:0a:81:00:32, IPs: [10.129.0.50/23] I0703 22:22:04.544009 3383 cni.go:352] [tssc-app-prod/e2e-tests-go-nryjskcn-6d46666f68-dl5hc 5c70acd084e93fb252049fa8b733431dd96c1ddde34cc657a867320c55250c4b network default NAD default] ADD finished CNI request [tssc-app-prod/e2e-tests-go-nryjskcn-6d46666f68-dl5hc 5c70acd084e93fb252049fa8b733431dd96c1ddde34cc657a867320c55250c4b network default NAD default], result "{\"interfaces\":[{\"name\":\"5c70acd084e93fb\",\"mac\":\"02:54:db:18:5d:16\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:81:00:32\",\"sandbox\":\"/var/run/netns/1b8cf0e6-af8b-4bdc-a55d-76bce594cf15\"}],\"ips\":[{\"interface\":1,\"address\":\"10.129.0.50/23\",\"gateway\":\"10.129.0.1\"}],\"dns\":{}}", err I0703 22:22:06.600072 3383 base_network_controller_pods.go:478] [default/tssc-app-stage/e2e-tests-go-vwrmwbvh-876f98d57-cvl47] creating logical port tssc-app-stage_e2e-tests-go-vwrmwbvh-876f98d57-cvl47 for pod on switch ip-10-0-1-250.ec2.internal I0703 22:22:06.600308 3383 kube.go:320] Updating pod tssc-app-stage/e2e-tests-go-vwrmwbvh-876f98d57-cvl47 I0703 22:22:06.616202 3383 pod.go:62] [tssc-app-stage/e2e-tests-go-vwrmwbvh-876f98d57-cvl47] pod update took 15.934165ms I0703 22:22:06.616232 3383 base_network_controller_pods.go:928] [default/tssc-app-stage/e2e-tests-go-vwrmwbvh-876f98d57-cvl47] addLogicalPort annotation time took 15.968489ms I0703 22:22:06.617987 3383 pods.go:253] [tssc-app-stage/e2e-tests-go-vwrmwbvh-876f98d57-cvl47] addLogicalPort took 18.005472ms, libovsdb time 1.125399ms I0703 22:22:06.936883 3383 namespace.go:137] [tssc-app-development] updating namespace I0703 22:22:06.979266 3383 cni.go:331] [tssc-app-stage/e2e-tests-go-vwrmwbvh-876f98d57-cvl47 435f9375b3e3cee672b449a770007eaf2758be9731ae2086aa99d06c144cc0f0 network default NAD default] ADD starting CNI request [tssc-app-stage/e2e-tests-go-vwrmwbvh-876f98d57-cvl47 435f9375b3e3cee672b449a770007eaf2758be9731ae2086aa99d06c144cc0f0 network default NAD default] I0703 22:22:06.994916 3383 helper_linux.go:450] ConfigureOVS: namespace: tssc-app-stage, podName: e2e-tests-go-vwrmwbvh-876f98d57-cvl47, hostIfaceName: 435f9375b3e3cee, network: default, NAD default, SandboxID: "435f9375b3e3cee672b449a770007eaf2758be9731ae2086aa99d06c144cc0f0", PCI device ID: , UID: "d4f49d4e-8ac0-45cf-94b8-20e46da90705", MAC: 0a:58:0a:81:00:33, IPs: [10.129.0.51/23] I0703 22:22:07.060589 3383 cni.go:352] [tssc-app-stage/e2e-tests-go-vwrmwbvh-876f98d57-cvl47 435f9375b3e3cee672b449a770007eaf2758be9731ae2086aa99d06c144cc0f0 network default NAD default] ADD finished CNI request [tssc-app-stage/e2e-tests-go-vwrmwbvh-876f98d57-cvl47 435f9375b3e3cee672b449a770007eaf2758be9731ae2086aa99d06c144cc0f0 network default NAD default], result "{\"interfaces\":[{\"name\":\"435f9375b3e3cee\",\"mac\":\"86:16:78:75:b1:75\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:81:00:33\",\"sandbox\":\"/var/run/netns/d171f155-86a2-40cb-a7ec-e785bea44ecb\"}],\"ips\":[{\"interface\":1,\"address\":\"10.129.0.51/23\",\"gateway\":\"10.129.0.1\"}],\"dns\":{}}", err I0703 22:22:08.277521 3383 base_network_controller_pods.go:478] [default/tssc-app-prod/e2e-tests-go-vwrmwbvh-876f98d57-kfvqn] creating logical port tssc-app-prod_e2e-tests-go-vwrmwbvh-876f98d57-kfvqn for pod on switch ip-10-0-1-250.ec2.internal I0703 22:22:08.277757 3383 kube.go:320] Updating pod tssc-app-prod/e2e-tests-go-vwrmwbvh-876f98d57-kfvqn I0703 22:22:08.291719 3383 pod.go:62] [tssc-app-prod/e2e-tests-go-vwrmwbvh-876f98d57-kfvqn] pod update took 14.000626ms I0703 22:22:08.291807 3383 base_network_controller_pods.go:928] [default/tssc-app-prod/e2e-tests-go-vwrmwbvh-876f98d57-kfvqn] addLogicalPort annotation time took 14.09171ms I0703 22:22:08.294576 3383 pods.go:253] [tssc-app-prod/e2e-tests-go-vwrmwbvh-876f98d57-kfvqn] addLogicalPort took 17.079841ms, libovsdb time 2.051853ms I0703 22:22:08.661613 3383 cni.go:331] [tssc-app-prod/e2e-tests-go-vwrmwbvh-876f98d57-kfvqn e5b268b204199137452b51d3d295b18ad15efc4bfe1852c790bd7df94f44e2e2 network default NAD default] ADD starting CNI request [tssc-app-prod/e2e-tests-go-vwrmwbvh-876f98d57-kfvqn e5b268b204199137452b51d3d295b18ad15efc4bfe1852c790bd7df94f44e2e2 network default NAD default] I0703 22:22:08.674394 3383 helper_linux.go:450] ConfigureOVS: namespace: tssc-app-prod, podName: e2e-tests-go-vwrmwbvh-876f98d57-kfvqn, hostIfaceName: e5b268b20419913, network: default, NAD default, SandboxID: "e5b268b204199137452b51d3d295b18ad15efc4bfe1852c790bd7df94f44e2e2", PCI device ID: , UID: "569c83c8-50b7-4180-b6ae-25838bfac366", MAC: 0a:58:0a:81:00:34, IPs: [10.129.0.52/23] I0703 22:22:08.745598 3383 cni.go:352] [tssc-app-prod/e2e-tests-go-vwrmwbvh-876f98d57-kfvqn e5b268b204199137452b51d3d295b18ad15efc4bfe1852c790bd7df94f44e2e2 network default NAD default] ADD finished CNI request [tssc-app-prod/e2e-tests-go-vwrmwbvh-876f98d57-kfvqn e5b268b204199137452b51d3d295b18ad15efc4bfe1852c790bd7df94f44e2e2 network default NAD default], result "{\"interfaces\":[{\"name\":\"e5b268b20419913\",\"mac\":\"8a:18:0d:4f:53:1b\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:81:00:34\",\"sandbox\":\"/var/run/netns/09b20ef5-281b-4f59-8031-9b4c8dca388f\"}],\"ips\":[{\"interface\":1,\"address\":\"10.129.0.52/23\",\"gateway\":\"10.129.0.1\"}],\"dns\":{}}", err I0703 22:22:08.847579 3383 reflector.go:879] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Service total 10 items received I0703 22:22:11.210697 3383 base_network_controller_pods.go:478] [default/tssc-app-ci/affinity-assistant-09665d21b8-0] creating logical port tssc-app-ci_affinity-assistant-09665d21b8-0 for pod on switch ip-10-0-1-250.ec2.internal I0703 22:22:11.210797 3383 kube.go:320] Updating pod tssc-app-ci/affinity-assistant-09665d21b8-0 I0703 22:22:11.267833 3383 kube.go:320] Updating pod tssc-app-ci/affinity-assistant-09665d21b8-0 I0703 22:22:11.298368 3383 pod.go:62] [tssc-app-ci/affinity-assistant-09665d21b8-0] pod update took 87.591363ms I0703 22:22:11.298400 3383 base_network_controller_pods.go:928] [default/tssc-app-ci/affinity-assistant-09665d21b8-0] addLogicalPort annotation time took 87.631039ms I0703 22:22:11.302416 3383 pods.go:253] [tssc-app-ci/affinity-assistant-09665d21b8-0] addLogicalPort took 91.736103ms, libovsdb time 3.330956ms I0703 22:22:11.457797 3383 base_network_controller_pods.go:478] [default/tssc-app-ci/e2e-tests-go-rekxubns-on-push-bxrw5-clone-repository-pod] creating logical port tssc-app-ci_e2e-tests-go-rekxubns-on-push-bxrw5-clone-repository-pod for pod on switch ip-10-0-1-250.ec2.internal I0703 22:22:11.458016 3383 kube.go:320] Updating pod tssc-app-ci/e2e-tests-go-rekxubns-on-push-bxrw5-clone-repository-pod I0703 22:22:11.480229 3383 pod.go:62] [tssc-app-ci/e2e-tests-go-rekxubns-on-push-bxrw5-clone-repository-pod] pod update took 22.252616ms I0703 22:22:11.481611 3383 base_network_controller_pods.go:928] [default/tssc-app-ci/e2e-tests-go-rekxubns-on-push-bxrw5-clone-repository-pod] addLogicalPort annotation time took 23.637005ms I0703 22:22:11.485975 3383 pods.go:253] [tssc-app-ci/e2e-tests-go-rekxubns-on-push-bxrw5-clone-repository-pod] addLogicalPort took 28.18712ms, libovsdb time 3.533338ms I0703 22:22:14.036346 3383 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 I0703 22:22:15.147189 3383 cni.go:331] [tssc-app-ci/affinity-assistant-09665d21b8-0 2161f489c60308fd0bb37f97d3b4d17ac093f92c0f5506734892b2b340f0a996 network default NAD default] ADD starting CNI request [tssc-app-ci/affinity-assistant-09665d21b8-0 2161f489c60308fd0bb37f97d3b4d17ac093f92c0f5506734892b2b340f0a996 network default NAD default] I0703 22:22:15.156484 3383 helper_linux.go:450] ConfigureOVS: namespace: tssc-app-ci, podName: affinity-assistant-09665d21b8-0, hostIfaceName: 2161f489c60308f, network: default, NAD default, SandboxID: "2161f489c60308fd0bb37f97d3b4d17ac093f92c0f5506734892b2b340f0a996", PCI device ID: , UID: "4b099cee-25eb-4deb-b1fc-3b5a18baac5f", MAC: 0a:58:0a:81:00:35, IPs: [10.129.0.53/23] I0703 22:22:15.235511 3383 cni.go:352] [tssc-app-ci/affinity-assistant-09665d21b8-0 2161f489c60308fd0bb37f97d3b4d17ac093f92c0f5506734892b2b340f0a996 network default NAD default] ADD finished CNI request [tssc-app-ci/affinity-assistant-09665d21b8-0 2161f489c60308fd0bb37f97d3b4d17ac093f92c0f5506734892b2b340f0a996 network default NAD default], result "{\"interfaces\":[{\"name\":\"2161f489c60308f\",\"mac\":\"ce:d9:2c:73:58:84\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:81:00:35\",\"sandbox\":\"/var/run/netns/eecd5b67-896d-4c5e-875e-2367693111b3\"}],\"ips\":[{\"interface\":1,\"address\":\"10.129.0.53/23\",\"gateway\":\"10.129.0.1\"}],\"dns\":{}}", err I0703 22:22:17.255559 3383 cni.go:331] [tssc-app-ci/e2e-tests-go-rekxubns-on-push-bxrw5-clone-repository-pod 46c2c4ccdb35d0d2ab3d8bfe5d8affb7fee75cccc25f77849691b5022a827e27 network default NAD default] ADD starting CNI request [tssc-app-ci/e2e-tests-go-rekxubns-on-push-bxrw5-clone-repository-pod 46c2c4ccdb35d0d2ab3d8bfe5d8affb7fee75cccc25f77849691b5022a827e27 network default NAD default] I0703 22:22:17.264933 3383 helper_linux.go:450] ConfigureOVS: namespace: tssc-app-ci, podName: e2e-tests-go-rekxubns-on-push-bxrw5-clone-repository-pod, hostIfaceName: 46c2c4ccdb35d0d, network: default, NAD default, SandboxID: "46c2c4ccdb35d0d2ab3d8bfe5d8affb7fee75cccc25f77849691b5022a827e27", PCI device ID: , UID: "90886041-93af-448f-b5ab-d4dd18a839fa", MAC: 0a:58:0a:81:00:36, IPs: [10.129.0.54/23] I0703 22:22:17.525194 3383 cni.go:352] [tssc-app-ci/e2e-tests-go-rekxubns-on-push-bxrw5-clone-repository-pod 46c2c4ccdb35d0d2ab3d8bfe5d8affb7fee75cccc25f77849691b5022a827e27 network default NAD default] ADD finished CNI request [tssc-app-ci/e2e-tests-go-rekxubns-on-push-bxrw5-clone-repository-pod 46c2c4ccdb35d0d2ab3d8bfe5d8affb7fee75cccc25f77849691b5022a827e27 network default NAD default], result "{\"interfaces\":[{\"name\":\"46c2c4ccdb35d0d\",\"mac\":\"66:eb:db:90:6e:95\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:81:00:36\",\"sandbox\":\"/var/run/netns/bdc5cfb0-326f-4c72-aa11-d394232d671c\"}],\"ips\":[{\"interface\":1,\"address\":\"10.129.0.54/23\",\"gateway\":\"10.129.0.1\"}],\"dns\":{}}", err I0703 22:22:22.597626 3383 base_network_controller_pods.go:478] [default/tssc-app-ci/e2e-tests-go-rekxubns-on-push-bxrw5-build-pod] creating logical port tssc-app-ci_e2e-tests-go-rekxubns-on-push-bxrw5-build-pod for pod on switch ip-10-0-1-250.ec2.internal I0703 22:22:22.597814 3383 kube.go:320] Updating pod tssc-app-ci/e2e-tests-go-rekxubns-on-push-bxrw5-build-pod I0703 22:22:22.620673 3383 pod.go:62] [tssc-app-ci/e2e-tests-go-rekxubns-on-push-bxrw5-build-pod] pod update took 22.892194ms I0703 22:22:22.620707 3383 base_network_controller_pods.go:928] [default/tssc-app-ci/e2e-tests-go-rekxubns-on-push-bxrw5-build-pod] addLogicalPort annotation time took 22.929775ms I0703 22:22:22.622550 3383 pods.go:253] [tssc-app-ci/e2e-tests-go-rekxubns-on-push-bxrw5-build-pod] addLogicalPort took 24.945304ms, libovsdb time 1.098351ms I0703 22:22:22.962359 3383 cni.go:331] [tssc-app-ci/e2e-tests-go-rekxubns-on-push-bxrw5-build-pod 751085f7f624aea2bf6e7a1ff789f38a6969cbe2a9f339d4d6dd543da9e4d66a network default NAD default] ADD starting CNI request [tssc-app-ci/e2e-tests-go-rekxubns-on-push-bxrw5-build-pod 751085f7f624aea2bf6e7a1ff789f38a6969cbe2a9f339d4d6dd543da9e4d66a network default NAD default] I0703 22:22:22.971853 3383 helper_linux.go:450] ConfigureOVS: namespace: tssc-app-ci, podName: e2e-tests-go-rekxubns-on-push-bxrw5-build-pod, hostIfaceName: 751085f7f624aea, network: default, NAD default, SandboxID: "751085f7f624aea2bf6e7a1ff789f38a6969cbe2a9f339d4d6dd543da9e4d66a", PCI device ID: , UID: "ad620fea-9796-4e24-a0b0-4bd8b104eea3", MAC: 0a:58:0a:81:00:37, IPs: [10.129.0.55/23] I0703 22:22:23.033912 3383 cni.go:352] [tssc-app-ci/e2e-tests-go-rekxubns-on-push-bxrw5-build-pod 751085f7f624aea2bf6e7a1ff789f38a6969cbe2a9f339d4d6dd543da9e4d66a network default NAD default] ADD finished CNI request [tssc-app-ci/e2e-tests-go-rekxubns-on-push-bxrw5-build-pod 751085f7f624aea2bf6e7a1ff789f38a6969cbe2a9f339d4d6dd543da9e4d66a network default NAD default], result "{\"interfaces\":[{\"name\":\"751085f7f624aea\",\"mac\":\"1a:25:77:33:8a:0f\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:81:00:37\",\"sandbox\":\"/var/run/netns/a812bf2d-d6b9-4fb6-b1cd-e749d88a9503\"}],\"ips\":[{\"interface\":1,\"address\":\"10.129.0.55/23\",\"gateway\":\"10.129.0.1\"}],\"dns\":{}}", err I0703 22:22:23.388269 3383 cni.go:331] [tssc-app-ci/e2e-tests-go-rekxubns-on-push-bxrw5-clone-repository-pod 46c2c4ccdb35d0d2ab3d8bfe5d8affb7fee75cccc25f77849691b5022a827e27 network default NAD default] DEL starting CNI request [tssc-app-ci/e2e-tests-go-rekxubns-on-push-bxrw5-clone-repository-pod 46c2c4ccdb35d0d2ab3d8bfe5d8affb7fee75cccc25f77849691b5022a827e27 network default NAD default] I0703 22:22:23.476093 3383 cni.go:352] [tssc-app-ci/e2e-tests-go-rekxubns-on-push-bxrw5-clone-repository-pod 46c2c4ccdb35d0d2ab3d8bfe5d8affb7fee75cccc25f77849691b5022a827e27 network default NAD default] DEL finished CNI request [tssc-app-ci/e2e-tests-go-rekxubns-on-push-bxrw5-clone-repository-pod 46c2c4ccdb35d0d2ab3d8bfe5d8affb7fee75cccc25f77849691b5022a827e27 network default NAD default], result "{\"dns\":{}}", err I0703 22:22:23.560565 3383 obj_retry.go:463] Detected object tssc-app-ci/e2e-tests-go-rekxubns-on-push-bxrw5-clone-repository-pod of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:22:23.560610 3383 pods.go:175] Deleting pod: tssc-app-ci/e2e-tests-go-rekxubns-on-push-bxrw5-clone-repository-pod I0703 22:22:23.562352 3383 pods.go:218] Attempting to release IPs for pod: tssc-app-ci/e2e-tests-go-rekxubns-on-push-bxrw5-clone-repository-pod, ips: 10.129.0.54 I0703 22:22:23.562389 3383 obj_retry.go:463] Detected object tssc-app-ci/e2e-tests-go-rekxubns-on-push-bxrw5-clone-repository-pod of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:22:36.044576 3383 reflector.go:879] github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/userdefinednetwork/v1/apis/informers/externalversions/factory.go:140: Watch close - *v1.UserDefinedNetwork total 7 items received I0703 22:22:42.044573 3383 reflector.go:879] github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/adminpolicybasedroute/v1/apis/informers/externalversions/factory.go:140: Watch close - *v1.AdminPolicyBasedExternalRoute total 5 items received E0703 22:23:00.780889 3383 metrics.go:168] Failed to get the logfile size for .: stat : no such file or directory E0703 22:23:01.294458 3383 metrics.go:168] Failed to get the logfile size for .: stat : no such file or directory I0703 22:23:15.322702 3383 obj_retry.go:463] Detected object tssc-app-ci/e2e-tests-go-rekxubns-on-pu1ec09edb6f77297c1e3d999214d3facd-pod of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:23:15.323580 3383 obj_retry.go:463] Detected object tssc-app-ci/e2e-tests-go-rekxubns-on-pu1ec09edb6f77297c1e3d999214d3facd-pod of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:23:42.822087 3383 reflector.go:879] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Node total 54 items received I0703 22:23:45.997770 3383 base_network_controller_pods.go:478] [default/tssc-app-ci/e2e-tests-go-rekxubns-on-push-bxrw5-deploy-pod] creating logical port tssc-app-ci_e2e-tests-go-rekxubns-on-push-bxrw5-deploy-pod for pod on switch ip-10-0-1-250.ec2.internal I0703 22:23:45.998023 3383 kube.go:320] Updating pod tssc-app-ci/e2e-tests-go-rekxubns-on-push-bxrw5-deploy-pod I0703 22:23:46.019096 3383 base_network_controller_pods.go:478] [default/tssc-app-ci/e2e-tests-go-rekxubns-on-push-bxrw5-scan-pod] creating logical port tssc-app-ci_e2e-tests-go-rekxubns-on-push-bxrw5-scan-pod for pod on switch ip-10-0-1-250.ec2.internal I0703 22:23:46.019703 3383 kube.go:320] Updating pod tssc-app-ci/e2e-tests-go-rekxubns-on-push-bxrw5-scan-pod I0703 22:23:46.028321 3383 pod.go:62] [tssc-app-ci/e2e-tests-go-rekxubns-on-push-bxrw5-deploy-pod] pod update took 30.340412ms I0703 22:23:46.028349 3383 base_network_controller_pods.go:928] [default/tssc-app-ci/e2e-tests-go-rekxubns-on-push-bxrw5-deploy-pod] addLogicalPort annotation time took 30.370279ms I0703 22:23:46.030690 3383 pods.go:253] [tssc-app-ci/e2e-tests-go-rekxubns-on-push-bxrw5-deploy-pod] addLogicalPort took 32.939556ms, libovsdb time 1.580521ms I0703 22:23:46.045813 3383 pod.go:62] [tssc-app-ci/e2e-tests-go-rekxubns-on-push-bxrw5-scan-pod] pod update took 26.158789ms I0703 22:23:46.045886 3383 base_network_controller_pods.go:928] [default/tssc-app-ci/e2e-tests-go-rekxubns-on-push-bxrw5-scan-pod] addLogicalPort annotation time took 26.235476ms I0703 22:23:46.047822 3383 pods.go:253] [tssc-app-ci/e2e-tests-go-rekxubns-on-push-bxrw5-scan-pod] addLogicalPort took 28.744753ms, libovsdb time 1.159964ms I0703 22:23:46.381950 3383 cni.go:331] [tssc-app-ci/e2e-tests-go-rekxubns-on-push-bxrw5-deploy-pod 2df4d93d1f50008ed2b03783b6d6fa191e683f9d80023ac9fe3e0f94c6eae72c network default NAD default] ADD starting CNI request [tssc-app-ci/e2e-tests-go-rekxubns-on-push-bxrw5-deploy-pod 2df4d93d1f50008ed2b03783b6d6fa191e683f9d80023ac9fe3e0f94c6eae72c network default NAD default] I0703 22:23:46.394156 3383 helper_linux.go:450] ConfigureOVS: namespace: tssc-app-ci, podName: e2e-tests-go-rekxubns-on-push-bxrw5-deploy-pod, hostIfaceName: 2df4d93d1f50008, network: default, NAD default, SandboxID: "2df4d93d1f50008ed2b03783b6d6fa191e683f9d80023ac9fe3e0f94c6eae72c", PCI device ID: , UID: "f1bdf740-b311-4419-9346-ffab80dd3608", MAC: 0a:58:0a:81:00:38, IPs: [10.129.0.56/23] I0703 22:23:46.397155 3383 cni.go:331] [tssc-app-ci/e2e-tests-go-rekxubns-on-push-bxrw5-scan-pod e6808f362888282d294f853c03b47ffa6539a2f03349b4cefeede0d7ab5ad262 network default NAD default] ADD starting CNI request [tssc-app-ci/e2e-tests-go-rekxubns-on-push-bxrw5-scan-pod e6808f362888282d294f853c03b47ffa6539a2f03349b4cefeede0d7ab5ad262 network default NAD default] I0703 22:23:46.422991 3383 helper_linux.go:450] ConfigureOVS: namespace: tssc-app-ci, podName: e2e-tests-go-rekxubns-on-push-bxrw5-scan-pod, hostIfaceName: e6808f362888282, network: default, NAD default, SandboxID: "e6808f362888282d294f853c03b47ffa6539a2f03349b4cefeede0d7ab5ad262", PCI device ID: , UID: "b0f904c5-da9d-47a9-8baf-3f582a1447fe", MAC: 0a:58:0a:81:00:39, IPs: [10.129.0.57/23] I0703 22:23:46.479700 3383 cni.go:352] [tssc-app-ci/e2e-tests-go-rekxubns-on-push-bxrw5-deploy-pod 2df4d93d1f50008ed2b03783b6d6fa191e683f9d80023ac9fe3e0f94c6eae72c network default NAD default] ADD finished CNI request [tssc-app-ci/e2e-tests-go-rekxubns-on-push-bxrw5-deploy-pod 2df4d93d1f50008ed2b03783b6d6fa191e683f9d80023ac9fe3e0f94c6eae72c network default NAD default], result "{\"interfaces\":[{\"name\":\"2df4d93d1f50008\",\"mac\":\"16:cc:4f:d1:58:d5\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:81:00:38\",\"sandbox\":\"/var/run/netns/5213833e-72c9-4a05-8579-f77c77c4a4f8\"}],\"ips\":[{\"interface\":1,\"address\":\"10.129.0.56/23\",\"gateway\":\"10.129.0.1\"}],\"dns\":{}}", err I0703 22:23:46.506701 3383 cni.go:352] [tssc-app-ci/e2e-tests-go-rekxubns-on-push-bxrw5-scan-pod e6808f362888282d294f853c03b47ffa6539a2f03349b4cefeede0d7ab5ad262 network default NAD default] ADD finished CNI request [tssc-app-ci/e2e-tests-go-rekxubns-on-push-bxrw5-scan-pod e6808f362888282d294f853c03b47ffa6539a2f03349b4cefeede0d7ab5ad262 network default NAD default], result "{\"interfaces\":[{\"name\":\"e6808f362888282\",\"mac\":\"ca:4b:7f:0c:99:9e\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:81:00:39\",\"sandbox\":\"/var/run/netns/c59d551b-dd6d-44bd-a3de-04a186f63b2e\"}],\"ips\":[{\"interface\":1,\"address\":\"10.129.0.57/23\",\"gateway\":\"10.129.0.1\"}],\"dns\":{}}", err I0703 22:23:46.789445 3383 cni.go:331] [tssc-app-ci/e2e-tests-go-rekxubns-on-push-bxrw5-build-pod 751085f7f624aea2bf6e7a1ff789f38a6969cbe2a9f339d4d6dd543da9e4d66a network default NAD default] DEL starting CNI request [tssc-app-ci/e2e-tests-go-rekxubns-on-push-bxrw5-build-pod 751085f7f624aea2bf6e7a1ff789f38a6969cbe2a9f339d4d6dd543da9e4d66a network default NAD default] I0703 22:23:46.885570 3383 cni.go:352] [tssc-app-ci/e2e-tests-go-rekxubns-on-push-bxrw5-build-pod 751085f7f624aea2bf6e7a1ff789f38a6969cbe2a9f339d4d6dd543da9e4d66a network default NAD default] DEL finished CNI request [tssc-app-ci/e2e-tests-go-rekxubns-on-push-bxrw5-build-pod 751085f7f624aea2bf6e7a1ff789f38a6969cbe2a9f339d4d6dd543da9e4d66a network default NAD default], result "{\"dns\":{}}", err I0703 22:23:46.986472 3383 obj_retry.go:463] Detected object tssc-app-ci/e2e-tests-go-rekxubns-on-push-bxrw5-build-pod of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:23:46.986512 3383 pods.go:175] Deleting pod: tssc-app-ci/e2e-tests-go-rekxubns-on-push-bxrw5-build-pod I0703 22:23:46.988690 3383 pods.go:218] Attempting to release IPs for pod: tssc-app-ci/e2e-tests-go-rekxubns-on-push-bxrw5-build-pod, ips: 10.129.0.55 I0703 22:23:46.988733 3383 obj_retry.go:463] Detected object tssc-app-ci/e2e-tests-go-rekxubns-on-push-bxrw5-build-pod of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:23:48.892282 3383 obj_retry.go:457] Detected object tssc-tpa/create-db-8r5kz of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:23:48.892318 3383 obj_retry.go:457] Detected object tssc-tpa/create-db-8r5kz of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:23:48.895645 3383 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-tpa/create-db-8r5kz I0703 22:23:48.895727 3383 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod tssc-tpa/create-db-8r5kz I0703 22:23:52.997993 3383 base_network_controller_pods.go:478] [default/tssc-app-ci/e2e-tests-go-rekxubns-on-push-bxrw5-deployment-check-pod] creating logical port tssc-app-ci_e2e-tests-go-rekxubns-on-push-bxrw5-deployment-check-pod for pod on switch ip-10-0-1-250.ec2.internal I0703 22:23:52.998303 3383 kube.go:320] Updating pod tssc-app-ci/e2e-tests-go-rekxubns-on-push-bxrw5-deployment-check-pod I0703 22:23:53.018669 3383 pod.go:62] [tssc-app-ci/e2e-tests-go-rekxubns-on-push-bxrw5-deployment-check-pod] pod update took 20.41548ms I0703 22:23:53.018759 3383 base_network_controller_pods.go:928] [default/tssc-app-ci/e2e-tests-go-rekxubns-on-push-bxrw5-deployment-check-pod] addLogicalPort annotation time took 20.508767ms I0703 22:23:53.021032 3383 pods.go:253] [tssc-app-ci/e2e-tests-go-rekxubns-on-push-bxrw5-deployment-check-pod] addLogicalPort took 23.059345ms, libovsdb time 1.5614ms I0703 22:23:53.037267 3383 obj_retry.go:457] Detected object tssc-tpa/migrate-db-zzvsw of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:23:53.037292 3383 obj_retry.go:457] Detected object tssc-tpa/migrate-db-zzvsw of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:23:53.046103 3383 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-tpa/migrate-db-zzvsw I0703 22:23:53.046195 3383 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod tssc-tpa/migrate-db-zzvsw I0703 22:23:53.371145 3383 cni.go:331] [tssc-app-ci/e2e-tests-go-rekxubns-on-push-bxrw5-deployment-check-pod 03cef3942bd1b534ec6f1932b114abecd8bc1caca4dd9b7737ff40fac8407df1 network default NAD default] ADD starting CNI request [tssc-app-ci/e2e-tests-go-rekxubns-on-push-bxrw5-deployment-check-pod 03cef3942bd1b534ec6f1932b114abecd8bc1caca4dd9b7737ff40fac8407df1 network default NAD default] I0703 22:23:53.382542 3383 helper_linux.go:450] ConfigureOVS: namespace: tssc-app-ci, podName: e2e-tests-go-rekxubns-on-push-bxrw5-deployment-check-pod, hostIfaceName: 03cef3942bd1b53, network: default, NAD default, SandboxID: "03cef3942bd1b534ec6f1932b114abecd8bc1caca4dd9b7737ff40fac8407df1", PCI device ID: , UID: "2ce60696-926b-44af-8fd9-7235ddee4271", MAC: 0a:58:0a:81:00:3a, IPs: [10.129.0.58/23] I0703 22:23:53.443414 3383 cni.go:352] [tssc-app-ci/e2e-tests-go-rekxubns-on-push-bxrw5-deployment-check-pod 03cef3942bd1b534ec6f1932b114abecd8bc1caca4dd9b7737ff40fac8407df1 network default NAD default] ADD finished CNI request [tssc-app-ci/e2e-tests-go-rekxubns-on-push-bxrw5-deployment-check-pod 03cef3942bd1b534ec6f1932b114abecd8bc1caca4dd9b7737ff40fac8407df1 network default NAD default], result "{\"interfaces\":[{\"name\":\"03cef3942bd1b53\",\"mac\":\"26:05:ce:d8:90:e2\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:81:00:3a\",\"sandbox\":\"/var/run/netns/927f22bf-7208-4366-92c9-9dfddb90995d\"}],\"ips\":[{\"interface\":1,\"address\":\"10.129.0.58/23\",\"gateway\":\"10.129.0.1\"}],\"dns\":{}}", err I0703 22:23:53.839672 3383 cni.go:331] [tssc-app-ci/e2e-tests-go-rekxubns-on-push-bxrw5-deploy-pod 2df4d93d1f50008ed2b03783b6d6fa191e683f9d80023ac9fe3e0f94c6eae72c network default NAD default] DEL starting CNI request [tssc-app-ci/e2e-tests-go-rekxubns-on-push-bxrw5-deploy-pod 2df4d93d1f50008ed2b03783b6d6fa191e683f9d80023ac9fe3e0f94c6eae72c network default NAD default] I0703 22:23:53.919196 3383 cni.go:352] [tssc-app-ci/e2e-tests-go-rekxubns-on-push-bxrw5-deploy-pod 2df4d93d1f50008ed2b03783b6d6fa191e683f9d80023ac9fe3e0f94c6eae72c network default NAD default] DEL finished CNI request [tssc-app-ci/e2e-tests-go-rekxubns-on-push-bxrw5-deploy-pod 2df4d93d1f50008ed2b03783b6d6fa191e683f9d80023ac9fe3e0f94c6eae72c network default NAD default], result "{\"dns\":{}}", err I0703 22:23:53.986199 3383 obj_retry.go:463] Detected object tssc-app-ci/e2e-tests-go-rekxubns-on-push-bxrw5-deploy-pod of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:23:53.986323 3383 pods.go:175] Deleting pod: tssc-app-ci/e2e-tests-go-rekxubns-on-push-bxrw5-deploy-pod I0703 22:23:53.988507 3383 pods.go:218] Attempting to release IPs for pod: tssc-app-ci/e2e-tests-go-rekxubns-on-push-bxrw5-deploy-pod, ips: 10.129.0.56 I0703 22:23:53.988558 3383 obj_retry.go:463] Detected object tssc-app-ci/e2e-tests-go-rekxubns-on-push-bxrw5-deploy-pod of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:23:56.050865 3383 base_network_controller_pods.go:478] [default/tssc-app-ci/e2e-tests-go-rekxubns-on-push-bxrw5-show-sbom-pod] creating logical port tssc-app-ci_e2e-tests-go-rekxubns-on-push-bxrw5-show-sbom-pod for pod on switch ip-10-0-1-250.ec2.internal I0703 22:23:56.051111 3383 kube.go:320] Updating pod tssc-app-ci/e2e-tests-go-rekxubns-on-push-bxrw5-show-sbom-pod I0703 22:23:56.069876 3383 pod.go:62] [tssc-app-ci/e2e-tests-go-rekxubns-on-push-bxrw5-show-sbom-pod] pod update took 18.799101ms I0703 22:23:56.069953 3383 base_network_controller_pods.go:928] [default/tssc-app-ci/e2e-tests-go-rekxubns-on-push-bxrw5-show-sbom-pod] addLogicalPort annotation time took 18.879699ms I0703 22:23:56.071635 3383 pods.go:253] [tssc-app-ci/e2e-tests-go-rekxubns-on-push-bxrw5-show-sbom-pod] addLogicalPort took 20.789091ms, libovsdb time 1.075754ms I0703 22:23:56.091072 3383 base_network_controller_pods.go:478] [default/tssc-app-ci/e2e-tests-go-rekxubns-on-push-bxrw5-summarize-pod] creating logical port tssc-app-ci_e2e-tests-go-rekxubns-on-push-bxrw5-summarize-pod for pod on switch ip-10-0-1-250.ec2.internal I0703 22:23:56.091400 3383 kube.go:320] Updating pod tssc-app-ci/e2e-tests-go-rekxubns-on-push-bxrw5-summarize-pod I0703 22:23:56.115708 3383 pod.go:62] [tssc-app-ci/e2e-tests-go-rekxubns-on-push-bxrw5-summarize-pod] pod update took 24.356396ms I0703 22:23:56.115792 3383 base_network_controller_pods.go:928] [default/tssc-app-ci/e2e-tests-go-rekxubns-on-push-bxrw5-summarize-pod] addLogicalPort annotation time took 24.442587ms I0703 22:23:56.117534 3383 pods.go:253] [tssc-app-ci/e2e-tests-go-rekxubns-on-push-bxrw5-summarize-pod] addLogicalPort took 26.478817ms, libovsdb time 1.037759ms I0703 22:23:56.413475 3383 cni.go:331] [tssc-app-ci/e2e-tests-go-rekxubns-on-push-bxrw5-show-sbom-pod 62de241ef58d6e077f6a740a9752472b6728424a257a7b34ba51609f4e5cdd46 network default NAD default] ADD starting CNI request [tssc-app-ci/e2e-tests-go-rekxubns-on-push-bxrw5-show-sbom-pod 62de241ef58d6e077f6a740a9752472b6728424a257a7b34ba51609f4e5cdd46 network default NAD default] I0703 22:23:56.428028 3383 helper_linux.go:450] ConfigureOVS: namespace: tssc-app-ci, podName: e2e-tests-go-rekxubns-on-push-bxrw5-show-sbom-pod, hostIfaceName: 62de241ef58d6e0, network: default, NAD default, SandboxID: "62de241ef58d6e077f6a740a9752472b6728424a257a7b34ba51609f4e5cdd46", PCI device ID: , UID: "62cf7114-2310-4a1b-9f8c-5e13ad63c4b7", MAC: 0a:58:0a:81:00:3b, IPs: [10.129.0.59/23] I0703 22:23:56.475446 3383 cni.go:331] [tssc-app-ci/e2e-tests-go-rekxubns-on-push-bxrw5-summarize-pod b8cb951ad5e24740e8006f2c3cf94e256c82163c70fec0652fa9a8513bb20ca2 network default NAD default] ADD starting CNI request [tssc-app-ci/e2e-tests-go-rekxubns-on-push-bxrw5-summarize-pod b8cb951ad5e24740e8006f2c3cf94e256c82163c70fec0652fa9a8513bb20ca2 network default NAD default] I0703 22:23:56.494663 3383 helper_linux.go:450] ConfigureOVS: namespace: tssc-app-ci, podName: e2e-tests-go-rekxubns-on-push-bxrw5-summarize-pod, hostIfaceName: b8cb951ad5e2474, network: default, NAD default, SandboxID: "b8cb951ad5e24740e8006f2c3cf94e256c82163c70fec0652fa9a8513bb20ca2", PCI device ID: , UID: "f0cbb020-e218-4780-8205-83c0dc0cfae4", MAC: 0a:58:0a:81:00:3c, IPs: [10.129.0.60/23] I0703 22:23:56.511343 3383 cni.go:352] [tssc-app-ci/e2e-tests-go-rekxubns-on-push-bxrw5-show-sbom-pod 62de241ef58d6e077f6a740a9752472b6728424a257a7b34ba51609f4e5cdd46 network default NAD default] ADD finished CNI request [tssc-app-ci/e2e-tests-go-rekxubns-on-push-bxrw5-show-sbom-pod 62de241ef58d6e077f6a740a9752472b6728424a257a7b34ba51609f4e5cdd46 network default NAD default], result "{\"interfaces\":[{\"name\":\"62de241ef58d6e0\",\"mac\":\"72:1f:2f:8d:10:2c\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:81:00:3b\",\"sandbox\":\"/var/run/netns/ff703244-5bb3-4bb6-b491-446c5f93129b\"}],\"ips\":[{\"interface\":1,\"address\":\"10.129.0.59/23\",\"gateway\":\"10.129.0.1\"}],\"dns\":{}}", err I0703 22:23:56.584448 3383 cni.go:352] [tssc-app-ci/e2e-tests-go-rekxubns-on-push-bxrw5-summarize-pod b8cb951ad5e24740e8006f2c3cf94e256c82163c70fec0652fa9a8513bb20ca2 network default NAD default] ADD finished CNI request [tssc-app-ci/e2e-tests-go-rekxubns-on-push-bxrw5-summarize-pod b8cb951ad5e24740e8006f2c3cf94e256c82163c70fec0652fa9a8513bb20ca2 network default NAD default], result "{\"interfaces\":[{\"name\":\"b8cb951ad5e2474\",\"mac\":\"d6:2c:7d:5e:02:be\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:81:00:3c\",\"sandbox\":\"/var/run/netns/ad671c2d-eeca-4eea-93c5-8dafbaca7fb6\"}],\"ips\":[{\"interface\":1,\"address\":\"10.129.0.60/23\",\"gateway\":\"10.129.0.1\"}],\"dns\":{}}", err I0703 22:23:56.881405 3383 cni.go:331] [tssc-app-ci/e2e-tests-go-rekxubns-on-push-bxrw5-scan-pod e6808f362888282d294f853c03b47ffa6539a2f03349b4cefeede0d7ab5ad262 network default NAD default] DEL starting CNI request [tssc-app-ci/e2e-tests-go-rekxubns-on-push-bxrw5-scan-pod e6808f362888282d294f853c03b47ffa6539a2f03349b4cefeede0d7ab5ad262 network default NAD default] I0703 22:23:56.981552 3383 cni.go:352] [tssc-app-ci/e2e-tests-go-rekxubns-on-push-bxrw5-scan-pod e6808f362888282d294f853c03b47ffa6539a2f03349b4cefeede0d7ab5ad262 network default NAD default] DEL finished CNI request [tssc-app-ci/e2e-tests-go-rekxubns-on-push-bxrw5-scan-pod e6808f362888282d294f853c03b47ffa6539a2f03349b4cefeede0d7ab5ad262 network default NAD default], result "{\"dns\":{}}", err I0703 22:23:57.020282 3383 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 I0703 22:23:57.067681 3383 obj_retry.go:463] Detected object tssc-app-ci/e2e-tests-go-rekxubns-on-push-bxrw5-scan-pod of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:23:57.067800 3383 pods.go:175] Deleting pod: tssc-app-ci/e2e-tests-go-rekxubns-on-push-bxrw5-scan-pod I0703 22:23:57.069912 3383 pods.go:218] Attempting to release IPs for pod: tssc-app-ci/e2e-tests-go-rekxubns-on-push-bxrw5-scan-pod, ips: 10.129.0.57 I0703 22:23:57.069952 3383 obj_retry.go:463] Detected object tssc-app-ci/e2e-tests-go-rekxubns-on-push-bxrw5-scan-pod of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:23:59.036778 3383 obj_retry.go:457] Detected object tssc-tpa/create-importers-c49cb of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:23:59.036873 3383 obj_retry.go:457] Detected object tssc-tpa/create-importers-c49cb of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:23:59.041664 3383 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-tpa/create-importers-c49cb I0703 22:23:59.041689 3383 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod tssc-tpa/create-importers-c49cb I0703 22:24:00.906792 3383 cni.go:331] [tssc-app-ci/e2e-tests-go-rekxubns-on-push-bxrw5-deployment-check-pod 03cef3942bd1b534ec6f1932b114abecd8bc1caca4dd9b7737ff40fac8407df1 network default NAD default] DEL starting CNI request [tssc-app-ci/e2e-tests-go-rekxubns-on-push-bxrw5-deployment-check-pod 03cef3942bd1b534ec6f1932b114abecd8bc1caca4dd9b7737ff40fac8407df1 network default NAD default] I0703 22:24:01.004486 3383 cni.go:352] [tssc-app-ci/e2e-tests-go-rekxubns-on-push-bxrw5-deployment-check-pod 03cef3942bd1b534ec6f1932b114abecd8bc1caca4dd9b7737ff40fac8407df1 network default NAD default] DEL finished CNI request [tssc-app-ci/e2e-tests-go-rekxubns-on-push-bxrw5-deployment-check-pod 03cef3942bd1b534ec6f1932b114abecd8bc1caca4dd9b7737ff40fac8407df1 network default NAD default], result "{\"dns\":{}}", err I0703 22:24:01.076522 3383 obj_retry.go:463] Detected object tssc-app-ci/e2e-tests-go-rekxubns-on-push-bxrw5-deployment-check-pod of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:24:01.076579 3383 pods.go:175] Deleting pod: tssc-app-ci/e2e-tests-go-rekxubns-on-push-bxrw5-deployment-check-pod I0703 22:24:01.078434 3383 pods.go:218] Attempting to release IPs for pod: tssc-app-ci/e2e-tests-go-rekxubns-on-push-bxrw5-deployment-check-pod, ips: 10.129.0.58 I0703 22:24:01.078470 3383 obj_retry.go:463] Detected object tssc-app-ci/e2e-tests-go-rekxubns-on-push-bxrw5-deployment-check-pod of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:24:02.925925 3383 cni.go:331] [tssc-app-ci/e2e-tests-go-rekxubns-on-push-bxrw5-summarize-pod b8cb951ad5e24740e8006f2c3cf94e256c82163c70fec0652fa9a8513bb20ca2 network default NAD default] DEL starting CNI request [tssc-app-ci/e2e-tests-go-rekxubns-on-push-bxrw5-summarize-pod b8cb951ad5e24740e8006f2c3cf94e256c82163c70fec0652fa9a8513bb20ca2 network default NAD default] I0703 22:24:02.928365 3383 cni.go:331] [tssc-app-ci/e2e-tests-go-rekxubns-on-push-bxrw5-show-sbom-pod 62de241ef58d6e077f6a740a9752472b6728424a257a7b34ba51609f4e5cdd46 network default NAD default] DEL starting CNI request [tssc-app-ci/e2e-tests-go-rekxubns-on-push-bxrw5-show-sbom-pod 62de241ef58d6e077f6a740a9752472b6728424a257a7b34ba51609f4e5cdd46 network default NAD default] I0703 22:24:03.042009 3383 cni.go:352] [tssc-app-ci/e2e-tests-go-rekxubns-on-push-bxrw5-summarize-pod b8cb951ad5e24740e8006f2c3cf94e256c82163c70fec0652fa9a8513bb20ca2 network default NAD default] DEL finished CNI request [tssc-app-ci/e2e-tests-go-rekxubns-on-push-bxrw5-summarize-pod b8cb951ad5e24740e8006f2c3cf94e256c82163c70fec0652fa9a8513bb20ca2 network default NAD default], result "{\"dns\":{}}", err I0703 22:24:03.054615 3383 cni.go:352] [tssc-app-ci/e2e-tests-go-rekxubns-on-push-bxrw5-show-sbom-pod 62de241ef58d6e077f6a740a9752472b6728424a257a7b34ba51609f4e5cdd46 network default NAD default] DEL finished CNI request [tssc-app-ci/e2e-tests-go-rekxubns-on-push-bxrw5-show-sbom-pod 62de241ef58d6e077f6a740a9752472b6728424a257a7b34ba51609f4e5cdd46 network default NAD default], result "{\"dns\":{}}", err I0703 22:24:03.117263 3383 obj_retry.go:463] Detected object tssc-app-ci/e2e-tests-go-rekxubns-on-push-bxrw5-summarize-pod of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:24:03.117372 3383 pods.go:175] Deleting pod: tssc-app-ci/e2e-tests-go-rekxubns-on-push-bxrw5-summarize-pod I0703 22:24:03.119573 3383 pods.go:218] Attempting to release IPs for pod: tssc-app-ci/e2e-tests-go-rekxubns-on-push-bxrw5-summarize-pod, ips: 10.129.0.60 I0703 22:24:03.119633 3383 obj_retry.go:463] Detected object tssc-app-ci/e2e-tests-go-rekxubns-on-push-bxrw5-summarize-pod of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:24:03.150074 3383 obj_retry.go:463] Detected object tssc-app-ci/e2e-tests-go-rekxubns-on-push-bxrw5-show-sbom-pod of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:24:03.150215 3383 pods.go:175] Deleting pod: tssc-app-ci/e2e-tests-go-rekxubns-on-push-bxrw5-show-sbom-pod I0703 22:24:03.152103 3383 pods.go:218] Attempting to release IPs for pod: tssc-app-ci/e2e-tests-go-rekxubns-on-push-bxrw5-show-sbom-pod, ips: 10.129.0.59 I0703 22:24:03.152204 3383 obj_retry.go:463] Detected object tssc-app-ci/e2e-tests-go-rekxubns-on-push-bxrw5-show-sbom-pod of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:24:03.265599 3383 cni.go:331] [tssc-app-ci/affinity-assistant-09665d21b8-0 2161f489c60308fd0bb37f97d3b4d17ac093f92c0f5506734892b2b340f0a996 network default NAD default] DEL starting CNI request [tssc-app-ci/affinity-assistant-09665d21b8-0 2161f489c60308fd0bb37f97d3b4d17ac093f92c0f5506734892b2b340f0a996 network default NAD default] I0703 22:24:03.352294 3383 cni.go:352] [tssc-app-ci/affinity-assistant-09665d21b8-0 2161f489c60308fd0bb37f97d3b4d17ac093f92c0f5506734892b2b340f0a996 network default NAD default] DEL finished CNI request [tssc-app-ci/affinity-assistant-09665d21b8-0 2161f489c60308fd0bb37f97d3b4d17ac093f92c0f5506734892b2b340f0a996 network default NAD default], result "{\"dns\":{}}", err I0703 22:24:03.384781 3383 obj_retry.go:463] Detected object tssc-app-ci/affinity-assistant-09665d21b8-0 of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:24:03.384902 3383 pods.go:175] Deleting pod: tssc-app-ci/affinity-assistant-09665d21b8-0 I0703 22:24:03.386696 3383 pods.go:218] Attempting to release IPs for pod: tssc-app-ci/affinity-assistant-09665d21b8-0, ips: 10.129.0.53 I0703 22:24:03.386737 3383 obj_retry.go:463] Detected object tssc-app-ci/affinity-assistant-09665d21b8-0 of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:24:03.919858 3383 obj_retry.go:457] Detected object tssc-app-ci/affinity-assistant-09665d21b8-0 of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:24:03.919887 3383 obj_retry.go:457] Detected object tssc-app-ci/affinity-assistant-09665d21b8-0 of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:24:03.927217 3383 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-app-ci/affinity-assistant-09665d21b8-0 I0703 22:24:03.927245 3383 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod tssc-app-ci/affinity-assistant-09665d21b8-0 I0703 22:24:46.777472 3383 obj_retry.go:463] Detected object tssc-app-ci/e2e-tests-go-rekxubns-on-pull-request-k4tp4-build-pod of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:24:46.778300 3383 obj_retry.go:463] Detected object tssc-app-ci/e2e-tests-go-rekxubns-on-pull-request-k4tp4-build-pod of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:24:58.855644 3383 obj_retry.go:463] Detected object tssc-app-ci/e2e-tests-go-rekxubns-on-pull-request-k4tp4-scan-pod of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:24:58.856255 3383 obj_retry.go:463] Detected object tssc-app-ci/e2e-tests-go-rekxubns-on-pull-request-k4tp4-scan-pod of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:24:59.515018 3383 base_network_controller_pods.go:478] [default/tssc-app-development/e2e-tests-go-vwrmwbvh-75bbbc5cbb-x7h64] creating logical port tssc-app-development_e2e-tests-go-vwrmwbvh-75bbbc5cbb-x7h64 for pod on switch ip-10-0-1-250.ec2.internal I0703 22:24:59.515184 3383 kube.go:320] Updating pod tssc-app-development/e2e-tests-go-vwrmwbvh-75bbbc5cbb-x7h64 I0703 22:24:59.530104 3383 pod.go:62] [tssc-app-development/e2e-tests-go-vwrmwbvh-75bbbc5cbb-x7h64] pod update took 14.949821ms I0703 22:24:59.530220 3383 base_network_controller_pods.go:928] [default/tssc-app-development/e2e-tests-go-vwrmwbvh-75bbbc5cbb-x7h64] addLogicalPort annotation time took 15.066511ms I0703 22:24:59.531684 3383 pods.go:253] [tssc-app-development/e2e-tests-go-vwrmwbvh-75bbbc5cbb-x7h64] addLogicalPort took 16.686443ms, libovsdb time 870.996µs I0703 22:24:59.883498 3383 cni.go:331] [tssc-app-development/e2e-tests-go-vwrmwbvh-75bbbc5cbb-x7h64 2a3fd50a2a2a083cf13546bd70b6ca5f5d89f91f152074cf9492a889efe54ab5 network default NAD default] ADD starting CNI request [tssc-app-development/e2e-tests-go-vwrmwbvh-75bbbc5cbb-x7h64 2a3fd50a2a2a083cf13546bd70b6ca5f5d89f91f152074cf9492a889efe54ab5 network default NAD default] I0703 22:24:59.894828 3383 helper_linux.go:450] ConfigureOVS: namespace: tssc-app-development, podName: e2e-tests-go-vwrmwbvh-75bbbc5cbb-x7h64, hostIfaceName: 2a3fd50a2a2a083, network: default, NAD default, SandboxID: "2a3fd50a2a2a083cf13546bd70b6ca5f5d89f91f152074cf9492a889efe54ab5", PCI device ID: , UID: "50cb9219-a953-44ae-8996-e12c2ea2f27f", MAC: 0a:58:0a:81:00:3d, IPs: [10.129.0.61/23] I0703 22:24:59.959218 3383 cni.go:352] [tssc-app-development/e2e-tests-go-vwrmwbvh-75bbbc5cbb-x7h64 2a3fd50a2a2a083cf13546bd70b6ca5f5d89f91f152074cf9492a889efe54ab5 network default NAD default] ADD finished CNI request [tssc-app-development/e2e-tests-go-vwrmwbvh-75bbbc5cbb-x7h64 2a3fd50a2a2a083cf13546bd70b6ca5f5d89f91f152074cf9492a889efe54ab5 network default NAD default], result "{\"interfaces\":[{\"name\":\"2a3fd50a2a2a083\",\"mac\":\"46:2b:61:3b:26:06\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:81:00:3d\",\"sandbox\":\"/var/run/netns/fde09328-bd2f-4a04-91de-e7e6d59dfdca\"}],\"ips\":[{\"interface\":1,\"address\":\"10.129.0.61/23\",\"gateway\":\"10.129.0.1\"}],\"dns\":{}}", err I0703 22:25:04.895535 3383 obj_retry.go:463] Detected object tssc-app-ci/e2e-tests-go-rekxubns-on-pull-request-k4tp4-show-sbom-pod of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:25:04.896163 3383 obj_retry.go:463] Detected object tssc-app-ci/e2e-tests-go-rekxubns-on-pull-request-k4tp4-show-sbom-pod of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:25:05.263147 3383 obj_retry.go:463] Detected object tssc-app-ci/affinity-assistant-529616adcf-0 of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:25:05.263753 3383 obj_retry.go:463] Detected object tssc-app-ci/affinity-assistant-529616adcf-0 of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:25:05.713742 3383 obj_retry.go:457] Detected object tssc-app-ci/affinity-assistant-529616adcf-0 of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:25:05.713785 3383 obj_retry.go:457] Detected object tssc-app-ci/affinity-assistant-529616adcf-0 of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:25:05.717284 3383 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-app-ci/affinity-assistant-529616adcf-0 I0703 22:25:05.717319 3383 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod tssc-app-ci/affinity-assistant-529616adcf-0 I0703 22:25:05.892262 3383 obj_retry.go:463] Detected object tssc-app-ci/e2e-tests-go-rekxubns-on-pull-request-k4tp4-summarize-pod of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:25:05.892912 3383 obj_retry.go:463] Detected object tssc-app-ci/e2e-tests-go-rekxubns-on-pull-request-k4tp4-summarize-pod of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:25:12.528685 3383 obj_retry.go:463] Detected object tssc-app-development/e2e-tests-go-vwrmwbvh-876f98d57-2bk4x of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:25:12.529297 3383 obj_retry.go:463] Detected object tssc-app-development/e2e-tests-go-vwrmwbvh-876f98d57-2bk4x of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:25:12.745677 3383 obj_retry.go:457] Detected object tssc-app-development/e2e-tests-go-vwrmwbvh-876f98d57-2bk4x of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:25:12.745707 3383 obj_retry.go:457] Detected object tssc-app-development/e2e-tests-go-vwrmwbvh-876f98d57-2bk4x of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:25:12.752373 3383 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-app-development/e2e-tests-go-vwrmwbvh-876f98d57-2bk4x I0703 22:25:12.752412 3383 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod tssc-app-development/e2e-tests-go-vwrmwbvh-876f98d57-2bk4x I0703 22:25:19.915216 3383 base_network_controller_pods.go:478] [default/tssc-app-ci/affinity-assistant-434d8cbaa7-0] creating logical port tssc-app-ci_affinity-assistant-434d8cbaa7-0 for pod on switch ip-10-0-1-250.ec2.internal I0703 22:25:19.915335 3383 kube.go:320] Updating pod tssc-app-ci/affinity-assistant-434d8cbaa7-0 I0703 22:25:19.930574 3383 pod.go:62] [tssc-app-ci/affinity-assistant-434d8cbaa7-0] pod update took 15.27648ms I0703 22:25:19.930658 3383 base_network_controller_pods.go:928] [default/tssc-app-ci/affinity-assistant-434d8cbaa7-0] addLogicalPort annotation time took 15.365594ms I0703 22:25:19.932185 3383 pods.go:253] [tssc-app-ci/affinity-assistant-434d8cbaa7-0] addLogicalPort took 16.986019ms, libovsdb time 831.763µs I0703 22:25:20.070518 3383 base_network_controller_pods.go:478] [default/tssc-app-ci/e2e-tests-go-rekxubns-on-push-qf72n-clone-repository-pod] creating logical port tssc-app-ci_e2e-tests-go-rekxubns-on-push-qf72n-clone-repository-pod for pod on switch ip-10-0-1-250.ec2.internal I0703 22:25:20.070748 3383 kube.go:320] Updating pod tssc-app-ci/e2e-tests-go-rekxubns-on-push-qf72n-clone-repository-pod I0703 22:25:20.095970 3383 pod.go:62] [tssc-app-ci/e2e-tests-go-rekxubns-on-push-qf72n-clone-repository-pod] pod update took 25.263071ms I0703 22:25:20.095992 3383 base_network_controller_pods.go:928] [default/tssc-app-ci/e2e-tests-go-rekxubns-on-push-qf72n-clone-repository-pod] addLogicalPort annotation time took 25.289919ms I0703 22:25:20.097636 3383 pods.go:253] [tssc-app-ci/e2e-tests-go-rekxubns-on-push-qf72n-clone-repository-pod] addLogicalPort took 27.138366ms, libovsdb time 1.088454ms I0703 22:25:20.278403 3383 cni.go:331] [tssc-app-ci/affinity-assistant-434d8cbaa7-0 a078a0b7bceb96a8d00fa5f135796c37b736b03d1353f2fee2bfd918272fce04 network default NAD default] ADD starting CNI request [tssc-app-ci/affinity-assistant-434d8cbaa7-0 a078a0b7bceb96a8d00fa5f135796c37b736b03d1353f2fee2bfd918272fce04 network default NAD default] I0703 22:25:20.288054 3383 helper_linux.go:450] ConfigureOVS: namespace: tssc-app-ci, podName: affinity-assistant-434d8cbaa7-0, hostIfaceName: a078a0b7bceb96a, network: default, NAD default, SandboxID: "a078a0b7bceb96a8d00fa5f135796c37b736b03d1353f2fee2bfd918272fce04", PCI device ID: , UID: "8ff12f21-e0dc-42cf-90a0-b6b330a9d1fb", MAC: 0a:58:0a:81:00:3e, IPs: [10.129.0.62/23] I0703 22:25:20.353711 3383 cni.go:352] [tssc-app-ci/affinity-assistant-434d8cbaa7-0 a078a0b7bceb96a8d00fa5f135796c37b736b03d1353f2fee2bfd918272fce04 network default NAD default] ADD finished CNI request [tssc-app-ci/affinity-assistant-434d8cbaa7-0 a078a0b7bceb96a8d00fa5f135796c37b736b03d1353f2fee2bfd918272fce04 network default NAD default], result "{\"interfaces\":[{\"name\":\"a078a0b7bceb96a\",\"mac\":\"b6:c8:ed:8b:70:0a\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:81:00:3e\",\"sandbox\":\"/var/run/netns/510f8aa3-abdb-45a2-a54c-46d38cc8669c\"}],\"ips\":[{\"interface\":1,\"address\":\"10.129.0.62/23\",\"gateway\":\"10.129.0.1\"}],\"dns\":{}}", err I0703 22:25:20.822516 3383 reflector.go:879] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.NetworkPolicy total 5 items received I0703 22:25:22.832253 3383 cni.go:331] [tssc-app-ci/e2e-tests-go-rekxubns-on-push-qf72n-clone-repository-pod 9989de4051b14e3c61e8741bdf896f55c19695e480dc94a806279995875976e8 network default NAD default] ADD starting CNI request [tssc-app-ci/e2e-tests-go-rekxubns-on-push-qf72n-clone-repository-pod 9989de4051b14e3c61e8741bdf896f55c19695e480dc94a806279995875976e8 network default NAD default] I0703 22:25:22.843207 3383 helper_linux.go:450] ConfigureOVS: namespace: tssc-app-ci, podName: e2e-tests-go-rekxubns-on-push-qf72n-clone-repository-pod, hostIfaceName: 9989de4051b14e3, network: default, NAD default, SandboxID: "9989de4051b14e3c61e8741bdf896f55c19695e480dc94a806279995875976e8", PCI device ID: , UID: "8b09d9f5-b510-4072-a6e6-8629db9d4469", MAC: 0a:58:0a:81:00:3f, IPs: [10.129.0.63/23] I0703 22:25:22.898676 3383 cni.go:352] [tssc-app-ci/e2e-tests-go-rekxubns-on-push-qf72n-clone-repository-pod 9989de4051b14e3c61e8741bdf896f55c19695e480dc94a806279995875976e8 network default NAD default] ADD finished CNI request [tssc-app-ci/e2e-tests-go-rekxubns-on-push-qf72n-clone-repository-pod 9989de4051b14e3c61e8741bdf896f55c19695e480dc94a806279995875976e8 network default NAD default], result "{\"interfaces\":[{\"name\":\"9989de4051b14e3\",\"mac\":\"2e:1b:01:1d:14:93\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:81:00:3f\",\"sandbox\":\"/var/run/netns/56a5b4b9-d8c0-4274-85f8-fd03e49efe28\"}],\"ips\":[{\"interface\":1,\"address\":\"10.129.0.63/23\",\"gateway\":\"10.129.0.1\"}],\"dns\":{}}", err I0703 22:25:27.555896 3383 base_network_controller_pods.go:478] [default/tssc-app-ci/e2e-tests-go-rekxubns-on-push-qf72n-build-pod] creating logical port tssc-app-ci_e2e-tests-go-rekxubns-on-push-qf72n-build-pod for pod on switch ip-10-0-1-250.ec2.internal I0703 22:25:27.556198 3383 kube.go:320] Updating pod tssc-app-ci/e2e-tests-go-rekxubns-on-push-qf72n-build-pod I0703 22:25:27.580404 3383 pod.go:62] [tssc-app-ci/e2e-tests-go-rekxubns-on-push-qf72n-build-pod] pod update took 24.296348ms I0703 22:25:27.580430 3383 base_network_controller_pods.go:928] [default/tssc-app-ci/e2e-tests-go-rekxubns-on-push-qf72n-build-pod] addLogicalPort annotation time took 24.32788ms I0703 22:25:27.582243 3383 pods.go:253] [tssc-app-ci/e2e-tests-go-rekxubns-on-push-qf72n-build-pod] addLogicalPort took 26.370977ms, libovsdb time 1.173145ms I0703 22:25:27.924415 3383 cni.go:331] [tssc-app-ci/e2e-tests-go-rekxubns-on-push-qf72n-build-pod a732ae2aae7aa32ee0ee209daf61cde81019bf120838574c3609eddd5be79a3f network default NAD default] ADD starting CNI request [tssc-app-ci/e2e-tests-go-rekxubns-on-push-qf72n-build-pod a732ae2aae7aa32ee0ee209daf61cde81019bf120838574c3609eddd5be79a3f network default NAD default] I0703 22:25:27.936614 3383 helper_linux.go:450] ConfigureOVS: namespace: tssc-app-ci, podName: e2e-tests-go-rekxubns-on-push-qf72n-build-pod, hostIfaceName: a732ae2aae7aa32, network: default, NAD default, SandboxID: "a732ae2aae7aa32ee0ee209daf61cde81019bf120838574c3609eddd5be79a3f", PCI device ID: , UID: "04498f9e-7fd7-4099-91c4-1cd410caa020", MAC: 0a:58:0a:81:00:40, IPs: [10.129.0.64/23] I0703 22:25:27.992595 3383 cni.go:352] [tssc-app-ci/e2e-tests-go-rekxubns-on-push-qf72n-build-pod a732ae2aae7aa32ee0ee209daf61cde81019bf120838574c3609eddd5be79a3f network default NAD default] ADD finished CNI request [tssc-app-ci/e2e-tests-go-rekxubns-on-push-qf72n-build-pod a732ae2aae7aa32ee0ee209daf61cde81019bf120838574c3609eddd5be79a3f network default NAD default], result "{\"interfaces\":[{\"name\":\"a732ae2aae7aa32\",\"mac\":\"92:08:ef:b9:fa:91\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:81:00:40\",\"sandbox\":\"/var/run/netns/fbe4da62-d841-4daa-94bb-b2d2259d10b2\"}],\"ips\":[{\"interface\":1,\"address\":\"10.129.0.64/23\",\"gateway\":\"10.129.0.1\"}],\"dns\":{}}", err I0703 22:25:28.341109 3383 cni.go:331] [tssc-app-ci/e2e-tests-go-rekxubns-on-push-qf72n-clone-repository-pod 9989de4051b14e3c61e8741bdf896f55c19695e480dc94a806279995875976e8 network default NAD default] DEL starting CNI request [tssc-app-ci/e2e-tests-go-rekxubns-on-push-qf72n-clone-repository-pod 9989de4051b14e3c61e8741bdf896f55c19695e480dc94a806279995875976e8 network default NAD default] I0703 22:25:28.434002 3383 cni.go:352] [tssc-app-ci/e2e-tests-go-rekxubns-on-push-qf72n-clone-repository-pod 9989de4051b14e3c61e8741bdf896f55c19695e480dc94a806279995875976e8 network default NAD default] DEL finished CNI request [tssc-app-ci/e2e-tests-go-rekxubns-on-push-qf72n-clone-repository-pod 9989de4051b14e3c61e8741bdf896f55c19695e480dc94a806279995875976e8 network default NAD default], result "{\"dns\":{}}", err I0703 22:25:28.513035 3383 obj_retry.go:463] Detected object tssc-app-ci/e2e-tests-go-rekxubns-on-push-qf72n-clone-repository-pod of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:25:28.513213 3383 pods.go:175] Deleting pod: tssc-app-ci/e2e-tests-go-rekxubns-on-push-qf72n-clone-repository-pod I0703 22:25:28.515305 3383 pods.go:218] Attempting to release IPs for pod: tssc-app-ci/e2e-tests-go-rekxubns-on-push-qf72n-clone-repository-pod, ips: 10.129.0.63 I0703 22:25:28.515348 3383 obj_retry.go:463] Detected object tssc-app-ci/e2e-tests-go-rekxubns-on-push-qf72n-clone-repository-pod of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:25:42.051343 3383 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 I0703 22:25:45.941309 3383 reflector.go:879] sigs.k8s.io/network-policy-api/pkg/client/informers/externalversions/factory.go:141: Watch close - *v1alpha1.BaselineAdminNetworkPolicy total 9 items received I0703 22:26:17.826067 3383 reflector.go:879] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.EndpointSlice total 41 items received I0703 22:26:37.275764 3383 cni.go:331] [tssc-app-stage/e2e-tests-go-vwrmwbvh-876f98d57-cvl47 435f9375b3e3cee672b449a770007eaf2758be9731ae2086aa99d06c144cc0f0 network default NAD default] DEL starting CNI request [tssc-app-stage/e2e-tests-go-vwrmwbvh-876f98d57-cvl47 435f9375b3e3cee672b449a770007eaf2758be9731ae2086aa99d06c144cc0f0 network default NAD default] I0703 22:26:37.361784 3383 cni.go:352] [tssc-app-stage/e2e-tests-go-vwrmwbvh-876f98d57-cvl47 435f9375b3e3cee672b449a770007eaf2758be9731ae2086aa99d06c144cc0f0 network default NAD default] DEL finished CNI request [tssc-app-stage/e2e-tests-go-vwrmwbvh-876f98d57-cvl47 435f9375b3e3cee672b449a770007eaf2758be9731ae2086aa99d06c144cc0f0 network default NAD default], result "{\"dns\":{}}", err I0703 22:26:37.425814 3383 obj_retry.go:463] Detected object tssc-app-stage/e2e-tests-go-vwrmwbvh-876f98d57-cvl47 of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:26:37.425854 3383 pods.go:175] Deleting pod: tssc-app-stage/e2e-tests-go-vwrmwbvh-876f98d57-cvl47 I0703 22:26:37.427833 3383 pods.go:218] Attempting to release IPs for pod: tssc-app-stage/e2e-tests-go-vwrmwbvh-876f98d57-cvl47, ips: 10.129.0.51 I0703 22:26:37.427913 3383 obj_retry.go:463] Detected object tssc-app-stage/e2e-tests-go-vwrmwbvh-876f98d57-cvl47 of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:26:37.709864 3383 obj_retry.go:457] Detected object tssc-app-stage/e2e-tests-go-vwrmwbvh-876f98d57-cvl47 of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:26:37.709900 3383 obj_retry.go:457] Detected object tssc-app-stage/e2e-tests-go-vwrmwbvh-876f98d57-cvl47 of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:26:37.713582 3383 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-app-stage/e2e-tests-go-vwrmwbvh-876f98d57-cvl47 I0703 22:26:37.713675 3383 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod tssc-app-stage/e2e-tests-go-vwrmwbvh-876f98d57-cvl47 I0703 22:26:47.019080 3383 base_network_controller_pods.go:478] [default/tssc-app-ci/e2e-tests-go-rekxubns-on-push-qf72n-deploy-pod] creating logical port tssc-app-ci_e2e-tests-go-rekxubns-on-push-qf72n-deploy-pod for pod on switch ip-10-0-1-250.ec2.internal I0703 22:26:47.019390 3383 kube.go:320] Updating pod tssc-app-ci/e2e-tests-go-rekxubns-on-push-qf72n-deploy-pod I0703 22:26:47.050546 3383 pod.go:62] [tssc-app-ci/e2e-tests-go-rekxubns-on-push-qf72n-deploy-pod] pod update took 31.205787ms I0703 22:26:47.050649 3383 base_network_controller_pods.go:928] [default/tssc-app-ci/e2e-tests-go-rekxubns-on-push-qf72n-deploy-pod] addLogicalPort annotation time took 31.313675ms I0703 22:26:47.050666 3383 base_network_controller_pods.go:478] [default/tssc-app-ci/e2e-tests-go-rekxubns-on-push-qf72n-scan-pod] creating logical port tssc-app-ci_e2e-tests-go-rekxubns-on-push-qf72n-scan-pod for pod on switch ip-10-0-1-250.ec2.internal I0703 22:26:47.051552 3383 kube.go:320] Updating pod tssc-app-ci/e2e-tests-go-rekxubns-on-push-qf72n-scan-pod I0703 22:26:47.052816 3383 pods.go:253] [tssc-app-ci/e2e-tests-go-rekxubns-on-push-qf72n-deploy-pod] addLogicalPort took 33.760416ms, libovsdb time 1.424395ms I0703 22:26:47.072910 3383 pod.go:62] [tssc-app-ci/e2e-tests-go-rekxubns-on-push-qf72n-scan-pod] pod update took 21.410884ms I0703 22:26:47.072942 3383 base_network_controller_pods.go:928] [default/tssc-app-ci/e2e-tests-go-rekxubns-on-push-qf72n-scan-pod] addLogicalPort annotation time took 21.449521ms I0703 22:26:47.074701 3383 pods.go:253] [tssc-app-ci/e2e-tests-go-rekxubns-on-push-qf72n-scan-pod] addLogicalPort took 24.053951ms, libovsdb time 1.067357ms I0703 22:26:47.396942 3383 cni.go:331] [tssc-app-ci/e2e-tests-go-rekxubns-on-push-qf72n-deploy-pod e2842ccc957d03f2c2fd8120ffbccf2a84c1b46cd4abb60591289116e7910b62 network default NAD default] ADD starting CNI request [tssc-app-ci/e2e-tests-go-rekxubns-on-push-qf72n-deploy-pod e2842ccc957d03f2c2fd8120ffbccf2a84c1b46cd4abb60591289116e7910b62 network default NAD default] I0703 22:26:47.411912 3383 helper_linux.go:450] ConfigureOVS: namespace: tssc-app-ci, podName: e2e-tests-go-rekxubns-on-push-qf72n-deploy-pod, hostIfaceName: e2842ccc957d03f, network: default, NAD default, SandboxID: "e2842ccc957d03f2c2fd8120ffbccf2a84c1b46cd4abb60591289116e7910b62", PCI device ID: , UID: "d12f7fe6-0854-451f-b0ce-c7b7c2da63cf", MAC: 0a:58:0a:81:00:41, IPs: [10.129.0.65/23] I0703 22:26:47.438499 3383 cni.go:331] [tssc-app-ci/e2e-tests-go-rekxubns-on-push-qf72n-scan-pod e819ea3687c27d1c8fbbea2147bc8ec1fd63a818d984c393be768b58260a3f41 network default NAD default] ADD starting CNI request [tssc-app-ci/e2e-tests-go-rekxubns-on-push-qf72n-scan-pod e819ea3687c27d1c8fbbea2147bc8ec1fd63a818d984c393be768b58260a3f41 network default NAD default] I0703 22:26:47.456424 3383 helper_linux.go:450] ConfigureOVS: namespace: tssc-app-ci, podName: e2e-tests-go-rekxubns-on-push-qf72n-scan-pod, hostIfaceName: e819ea3687c27d1, network: default, NAD default, SandboxID: "e819ea3687c27d1c8fbbea2147bc8ec1fd63a818d984c393be768b58260a3f41", PCI device ID: , UID: "fde90a54-4004-43b8-97b0-75dd6afc6cf8", MAC: 0a:58:0a:81:00:42, IPs: [10.129.0.66/23] I0703 22:26:47.492846 3383 cni.go:352] [tssc-app-ci/e2e-tests-go-rekxubns-on-push-qf72n-deploy-pod e2842ccc957d03f2c2fd8120ffbccf2a84c1b46cd4abb60591289116e7910b62 network default NAD default] ADD finished CNI request [tssc-app-ci/e2e-tests-go-rekxubns-on-push-qf72n-deploy-pod e2842ccc957d03f2c2fd8120ffbccf2a84c1b46cd4abb60591289116e7910b62 network default NAD default], result "{\"interfaces\":[{\"name\":\"e2842ccc957d03f\",\"mac\":\"e6:a1:06:86:ec:09\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:81:00:41\",\"sandbox\":\"/var/run/netns/8ab86e94-5691-4fce-9419-4bbed0560237\"}],\"ips\":[{\"interface\":1,\"address\":\"10.129.0.65/23\",\"gateway\":\"10.129.0.1\"}],\"dns\":{}}", err I0703 22:26:47.553171 3383 cni.go:352] [tssc-app-ci/e2e-tests-go-rekxubns-on-push-qf72n-scan-pod e819ea3687c27d1c8fbbea2147bc8ec1fd63a818d984c393be768b58260a3f41 network default NAD default] ADD finished CNI request [tssc-app-ci/e2e-tests-go-rekxubns-on-push-qf72n-scan-pod e819ea3687c27d1c8fbbea2147bc8ec1fd63a818d984c393be768b58260a3f41 network default NAD default], result "{\"interfaces\":[{\"name\":\"e819ea3687c27d1\",\"mac\":\"96:69:bf:e2:ad:66\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:81:00:42\",\"sandbox\":\"/var/run/netns/c484d68b-ed0b-4edd-894f-e20965877e32\"}],\"ips\":[{\"interface\":1,\"address\":\"10.129.0.66/23\",\"gateway\":\"10.129.0.1\"}],\"dns\":{}}", err I0703 22:26:47.783714 3383 cni.go:331] [tssc-app-ci/e2e-tests-go-rekxubns-on-push-qf72n-build-pod a732ae2aae7aa32ee0ee209daf61cde81019bf120838574c3609eddd5be79a3f network default NAD default] DEL starting CNI request [tssc-app-ci/e2e-tests-go-rekxubns-on-push-qf72n-build-pod a732ae2aae7aa32ee0ee209daf61cde81019bf120838574c3609eddd5be79a3f network default NAD default] I0703 22:26:47.905227 3383 cni.go:352] [tssc-app-ci/e2e-tests-go-rekxubns-on-push-qf72n-build-pod a732ae2aae7aa32ee0ee209daf61cde81019bf120838574c3609eddd5be79a3f network default NAD default] DEL finished CNI request [tssc-app-ci/e2e-tests-go-rekxubns-on-push-qf72n-build-pod a732ae2aae7aa32ee0ee209daf61cde81019bf120838574c3609eddd5be79a3f network default NAD default], result "{\"dns\":{}}", err I0703 22:26:47.961165 3383 obj_retry.go:463] Detected object tssc-app-ci/e2e-tests-go-rekxubns-on-push-qf72n-build-pod of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:26:47.961218 3383 pods.go:175] Deleting pod: tssc-app-ci/e2e-tests-go-rekxubns-on-push-qf72n-build-pod I0703 22:26:47.963947 3383 pods.go:218] Attempting to release IPs for pod: tssc-app-ci/e2e-tests-go-rekxubns-on-push-qf72n-build-pod, ips: 10.129.0.64 I0703 22:26:47.963988 3383 obj_retry.go:463] Detected object tssc-app-ci/e2e-tests-go-rekxubns-on-push-qf72n-build-pod of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:26:53.980003 3383 base_network_controller_pods.go:478] [default/tssc-app-ci/e2e-tests-go-rekxubns-on-push-qf72n-deployment-check-pod] creating logical port tssc-app-ci_e2e-tests-go-rekxubns-on-push-qf72n-deployment-check-pod for pod on switch ip-10-0-1-250.ec2.internal I0703 22:26:53.980336 3383 kube.go:320] Updating pod tssc-app-ci/e2e-tests-go-rekxubns-on-push-qf72n-deployment-check-pod I0703 22:26:54.004096 3383 pod.go:62] [tssc-app-ci/e2e-tests-go-rekxubns-on-push-qf72n-deployment-check-pod] pod update took 23.813703ms I0703 22:26:54.004203 3383 base_network_controller_pods.go:928] [default/tssc-app-ci/e2e-tests-go-rekxubns-on-push-qf72n-deployment-check-pod] addLogicalPort annotation time took 23.937009ms I0703 22:26:54.005737 3383 pods.go:253] [tssc-app-ci/e2e-tests-go-rekxubns-on-push-qf72n-deployment-check-pod] addLogicalPort took 25.758731ms, libovsdb time 915.099µs I0703 22:26:54.356623 3383 cni.go:331] [tssc-app-ci/e2e-tests-go-rekxubns-on-push-qf72n-deployment-check-pod 9161bc742c6f32a8cd3ea5d065a283c903c9ed5350d0f1bfd1c314d17db430df network default NAD default] ADD starting CNI request [tssc-app-ci/e2e-tests-go-rekxubns-on-push-qf72n-deployment-check-pod 9161bc742c6f32a8cd3ea5d065a283c903c9ed5350d0f1bfd1c314d17db430df network default NAD default] I0703 22:26:54.366416 3383 helper_linux.go:450] ConfigureOVS: namespace: tssc-app-ci, podName: e2e-tests-go-rekxubns-on-push-qf72n-deployment-check-pod, hostIfaceName: 9161bc742c6f32a, network: default, NAD default, SandboxID: "9161bc742c6f32a8cd3ea5d065a283c903c9ed5350d0f1bfd1c314d17db430df", PCI device ID: , UID: "bb85f688-5aad-4792-a439-ea986c81b1f5", MAC: 0a:58:0a:81:00:43, IPs: [10.129.0.67/23] I0703 22:26:54.426209 3383 cni.go:352] [tssc-app-ci/e2e-tests-go-rekxubns-on-push-qf72n-deployment-check-pod 9161bc742c6f32a8cd3ea5d065a283c903c9ed5350d0f1bfd1c314d17db430df network default NAD default] ADD finished CNI request [tssc-app-ci/e2e-tests-go-rekxubns-on-push-qf72n-deployment-check-pod 9161bc742c6f32a8cd3ea5d065a283c903c9ed5350d0f1bfd1c314d17db430df network default NAD default], result "{\"interfaces\":[{\"name\":\"9161bc742c6f32a\",\"mac\":\"c6:d1:cb:a3:8d:a5\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:81:00:43\",\"sandbox\":\"/var/run/netns/38701ce1-43a1-4568-bfc6-af2d14ff5e98\"}],\"ips\":[{\"interface\":1,\"address\":\"10.129.0.67/23\",\"gateway\":\"10.129.0.1\"}],\"dns\":{}}", err I0703 22:26:54.838327 3383 cni.go:331] [tssc-app-ci/e2e-tests-go-rekxubns-on-push-qf72n-deploy-pod e2842ccc957d03f2c2fd8120ffbccf2a84c1b46cd4abb60591289116e7910b62 network default NAD default] DEL starting CNI request [tssc-app-ci/e2e-tests-go-rekxubns-on-push-qf72n-deploy-pod e2842ccc957d03f2c2fd8120ffbccf2a84c1b46cd4abb60591289116e7910b62 network default NAD default] I0703 22:26:54.928023 3383 cni.go:352] [tssc-app-ci/e2e-tests-go-rekxubns-on-push-qf72n-deploy-pod e2842ccc957d03f2c2fd8120ffbccf2a84c1b46cd4abb60591289116e7910b62 network default NAD default] DEL finished CNI request [tssc-app-ci/e2e-tests-go-rekxubns-on-push-qf72n-deploy-pod e2842ccc957d03f2c2fd8120ffbccf2a84c1b46cd4abb60591289116e7910b62 network default NAD default], result "{\"dns\":{}}", err I0703 22:26:54.999788 3383 obj_retry.go:463] Detected object tssc-app-ci/e2e-tests-go-rekxubns-on-push-qf72n-deploy-pod of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:26:54.999856 3383 pods.go:175] Deleting pod: tssc-app-ci/e2e-tests-go-rekxubns-on-push-qf72n-deploy-pod I0703 22:26:55.001810 3383 pods.go:218] Attempting to release IPs for pod: tssc-app-ci/e2e-tests-go-rekxubns-on-push-qf72n-deploy-pod, ips: 10.129.0.65 I0703 22:26:55.001853 3383 obj_retry.go:463] Detected object tssc-app-ci/e2e-tests-go-rekxubns-on-push-qf72n-deploy-pod of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:26:59.053959 3383 base_network_controller_pods.go:478] [default/tssc-app-ci/e2e-tests-go-rekxubns-on-push-qf72n-show-sbom-pod] creating logical port tssc-app-ci_e2e-tests-go-rekxubns-on-push-qf72n-show-sbom-pod for pod on switch ip-10-0-1-250.ec2.internal I0703 22:26:59.054242 3383 kube.go:320] Updating pod tssc-app-ci/e2e-tests-go-rekxubns-on-push-qf72n-show-sbom-pod I0703 22:26:59.077564 3383 pod.go:62] [tssc-app-ci/e2e-tests-go-rekxubns-on-push-qf72n-show-sbom-pod] pod update took 23.364037ms I0703 22:26:59.077645 3383 base_network_controller_pods.go:928] [default/tssc-app-ci/e2e-tests-go-rekxubns-on-push-qf72n-show-sbom-pod] addLogicalPort annotation time took 23.45039ms I0703 22:26:59.079360 3383 pods.go:253] [tssc-app-ci/e2e-tests-go-rekxubns-on-push-qf72n-show-sbom-pod] addLogicalPort took 25.429461ms, libovsdb time 932.657µs I0703 22:26:59.086358 3383 base_network_controller_pods.go:478] [default/tssc-app-ci/e2e-tests-go-rekxubns-on-push-qf72n-summarize-pod] creating logical port tssc-app-ci_e2e-tests-go-rekxubns-on-push-qf72n-summarize-pod for pod on switch ip-10-0-1-250.ec2.internal I0703 22:26:59.086666 3383 kube.go:320] Updating pod tssc-app-ci/e2e-tests-go-rekxubns-on-push-qf72n-summarize-pod I0703 22:26:59.107157 3383 pod.go:62] [tssc-app-ci/e2e-tests-go-rekxubns-on-push-qf72n-summarize-pod] pod update took 20.520445ms I0703 22:26:59.107187 3383 base_network_controller_pods.go:928] [default/tssc-app-ci/e2e-tests-go-rekxubns-on-push-qf72n-summarize-pod] addLogicalPort annotation time took 20.614661ms I0703 22:26:59.108802 3383 pods.go:253] [tssc-app-ci/e2e-tests-go-rekxubns-on-push-qf72n-summarize-pod] addLogicalPort took 22.480814ms, libovsdb time 1.107259ms I0703 22:26:59.429838 3383 cni.go:331] [tssc-app-ci/e2e-tests-go-rekxubns-on-push-qf72n-show-sbom-pod 4a9bcd96cc9d381ea4c104d50151f62b9c3740728dbf2bebe586f89d260a94d7 network default NAD default] ADD starting CNI request [tssc-app-ci/e2e-tests-go-rekxubns-on-push-qf72n-show-sbom-pod 4a9bcd96cc9d381ea4c104d50151f62b9c3740728dbf2bebe586f89d260a94d7 network default NAD default] I0703 22:26:59.465233 3383 helper_linux.go:450] ConfigureOVS: namespace: tssc-app-ci, podName: e2e-tests-go-rekxubns-on-push-qf72n-show-sbom-pod, hostIfaceName: 4a9bcd96cc9d381, network: default, NAD default, SandboxID: "4a9bcd96cc9d381ea4c104d50151f62b9c3740728dbf2bebe586f89d260a94d7", PCI device ID: , UID: "a079c430-9a1f-468a-9646-54e71984cd86", MAC: 0a:58:0a:81:00:44, IPs: [10.129.0.68/23] I0703 22:26:59.545731 3383 cni.go:352] [tssc-app-ci/e2e-tests-go-rekxubns-on-push-qf72n-show-sbom-pod 4a9bcd96cc9d381ea4c104d50151f62b9c3740728dbf2bebe586f89d260a94d7 network default NAD default] ADD finished CNI request [tssc-app-ci/e2e-tests-go-rekxubns-on-push-qf72n-show-sbom-pod 4a9bcd96cc9d381ea4c104d50151f62b9c3740728dbf2bebe586f89d260a94d7 network default NAD default], result "{\"interfaces\":[{\"name\":\"4a9bcd96cc9d381\",\"mac\":\"b6:58:9b:dd:6d:86\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:81:00:44\",\"sandbox\":\"/var/run/netns/d646d560-8455-4346-8a86-35dd2d261e77\"}],\"ips\":[{\"interface\":1,\"address\":\"10.129.0.68/23\",\"gateway\":\"10.129.0.1\"}],\"dns\":{}}", err I0703 22:26:59.756749 3383 cni.go:331] [tssc-app-ci/e2e-tests-go-rekxubns-on-push-qf72n-summarize-pod 873f324261d401074f064fa121ad4c03309ba2642ecb5d338d1adb067b03e546 network default NAD default] ADD starting CNI request [tssc-app-ci/e2e-tests-go-rekxubns-on-push-qf72n-summarize-pod 873f324261d401074f064fa121ad4c03309ba2642ecb5d338d1adb067b03e546 network default NAD default] I0703 22:26:59.769039 3383 helper_linux.go:450] ConfigureOVS: namespace: tssc-app-ci, podName: e2e-tests-go-rekxubns-on-push-qf72n-summarize-pod, hostIfaceName: 873f324261d4010, network: default, NAD default, SandboxID: "873f324261d401074f064fa121ad4c03309ba2642ecb5d338d1adb067b03e546", PCI device ID: , UID: "1d4a4482-f72b-4892-8527-92b6e3f6238b", MAC: 0a:58:0a:81:00:45, IPs: [10.129.0.69/23] I0703 22:26:59.828623 3383 reflector.go:879] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Namespace total 11 items received I0703 22:26:59.831193 3383 cni.go:352] [tssc-app-ci/e2e-tests-go-rekxubns-on-push-qf72n-summarize-pod 873f324261d401074f064fa121ad4c03309ba2642ecb5d338d1adb067b03e546 network default NAD default] ADD finished CNI request [tssc-app-ci/e2e-tests-go-rekxubns-on-push-qf72n-summarize-pod 873f324261d401074f064fa121ad4c03309ba2642ecb5d338d1adb067b03e546 network default NAD default], result "{\"interfaces\":[{\"name\":\"873f324261d4010\",\"mac\":\"f2:72:c7:be:11:e1\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:81:00:45\",\"sandbox\":\"/var/run/netns/7c487da2-bd72-4015-8211-f277b0bbd748\"}],\"ips\":[{\"interface\":1,\"address\":\"10.129.0.69/23\",\"gateway\":\"10.129.0.1\"}],\"dns\":{}}", err I0703 22:26:59.895788 3383 cni.go:331] [tssc-app-ci/e2e-tests-go-rekxubns-on-push-qf72n-scan-pod e819ea3687c27d1c8fbbea2147bc8ec1fd63a818d984c393be768b58260a3f41 network default NAD default] DEL starting CNI request [tssc-app-ci/e2e-tests-go-rekxubns-on-push-qf72n-scan-pod e819ea3687c27d1c8fbbea2147bc8ec1fd63a818d984c393be768b58260a3f41 network default NAD default] I0703 22:26:59.995791 3383 cni.go:352] [tssc-app-ci/e2e-tests-go-rekxubns-on-push-qf72n-scan-pod e819ea3687c27d1c8fbbea2147bc8ec1fd63a818d984c393be768b58260a3f41 network default NAD default] DEL finished CNI request [tssc-app-ci/e2e-tests-go-rekxubns-on-push-qf72n-scan-pod e819ea3687c27d1c8fbbea2147bc8ec1fd63a818d984c393be768b58260a3f41 network default NAD default], result "{\"dns\":{}}", err I0703 22:27:00.067471 3383 obj_retry.go:463] Detected object tssc-app-ci/e2e-tests-go-rekxubns-on-push-qf72n-scan-pod of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:27:00.067511 3383 pods.go:175] Deleting pod: tssc-app-ci/e2e-tests-go-rekxubns-on-push-qf72n-scan-pod I0703 22:27:00.069308 3383 pods.go:218] Attempting to release IPs for pod: tssc-app-ci/e2e-tests-go-rekxubns-on-push-qf72n-scan-pod, ips: 10.129.0.66 I0703 22:27:00.069348 3383 obj_retry.go:463] Detected object tssc-app-ci/e2e-tests-go-rekxubns-on-push-qf72n-scan-pod of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:27:01.909645 3383 cni.go:331] [tssc-app-ci/e2e-tests-go-rekxubns-on-push-qf72n-deployment-check-pod 9161bc742c6f32a8cd3ea5d065a283c903c9ed5350d0f1bfd1c314d17db430df network default NAD default] DEL starting CNI request [tssc-app-ci/e2e-tests-go-rekxubns-on-push-qf72n-deployment-check-pod 9161bc742c6f32a8cd3ea5d065a283c903c9ed5350d0f1bfd1c314d17db430df network default NAD default] I0703 22:27:02.014069 3383 cni.go:352] [tssc-app-ci/e2e-tests-go-rekxubns-on-push-qf72n-deployment-check-pod 9161bc742c6f32a8cd3ea5d065a283c903c9ed5350d0f1bfd1c314d17db430df network default NAD default] DEL finished CNI request [tssc-app-ci/e2e-tests-go-rekxubns-on-push-qf72n-deployment-check-pod 9161bc742c6f32a8cd3ea5d065a283c903c9ed5350d0f1bfd1c314d17db430df network default NAD default], result "{\"dns\":{}}", err I0703 22:27:02.088700 3383 obj_retry.go:463] Detected object tssc-app-ci/e2e-tests-go-rekxubns-on-push-qf72n-deployment-check-pod of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:27:02.088819 3383 pods.go:175] Deleting pod: tssc-app-ci/e2e-tests-go-rekxubns-on-push-qf72n-deployment-check-pod I0703 22:27:02.090659 3383 pods.go:218] Attempting to release IPs for pod: tssc-app-ci/e2e-tests-go-rekxubns-on-push-qf72n-deployment-check-pod, ips: 10.129.0.67 I0703 22:27:02.090695 3383 obj_retry.go:463] Detected object tssc-app-ci/e2e-tests-go-rekxubns-on-push-qf72n-deployment-check-pod of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:27:05.939985 3383 cni.go:331] [tssc-app-ci/e2e-tests-go-rekxubns-on-push-qf72n-show-sbom-pod 4a9bcd96cc9d381ea4c104d50151f62b9c3740728dbf2bebe586f89d260a94d7 network default NAD default] DEL starting CNI request [tssc-app-ci/e2e-tests-go-rekxubns-on-push-qf72n-show-sbom-pod 4a9bcd96cc9d381ea4c104d50151f62b9c3740728dbf2bebe586f89d260a94d7 network default NAD default] I0703 22:27:06.027921 3383 cni.go:352] [tssc-app-ci/e2e-tests-go-rekxubns-on-push-qf72n-show-sbom-pod 4a9bcd96cc9d381ea4c104d50151f62b9c3740728dbf2bebe586f89d260a94d7 network default NAD default] DEL finished CNI request [tssc-app-ci/e2e-tests-go-rekxubns-on-push-qf72n-show-sbom-pod 4a9bcd96cc9d381ea4c104d50151f62b9c3740728dbf2bebe586f89d260a94d7 network default NAD default], result "{\"dns\":{}}", err I0703 22:27:06.104520 3383 obj_retry.go:463] Detected object tssc-app-ci/e2e-tests-go-rekxubns-on-push-qf72n-show-sbom-pod of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:27:06.104576 3383 pods.go:175] Deleting pod: tssc-app-ci/e2e-tests-go-rekxubns-on-push-qf72n-show-sbom-pod I0703 22:27:06.106727 3383 pods.go:218] Attempting to release IPs for pod: tssc-app-ci/e2e-tests-go-rekxubns-on-push-qf72n-show-sbom-pod, ips: 10.129.0.68 I0703 22:27:06.106765 3383 obj_retry.go:463] Detected object tssc-app-ci/e2e-tests-go-rekxubns-on-push-qf72n-show-sbom-pod of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:27:06.353146 3383 cni.go:331] [tssc-app-ci/affinity-assistant-434d8cbaa7-0 a078a0b7bceb96a8d00fa5f135796c37b736b03d1353f2fee2bfd918272fce04 network default NAD default] DEL starting CNI request [tssc-app-ci/affinity-assistant-434d8cbaa7-0 a078a0b7bceb96a8d00fa5f135796c37b736b03d1353f2fee2bfd918272fce04 network default NAD default] I0703 22:27:06.441526 3383 cni.go:352] [tssc-app-ci/affinity-assistant-434d8cbaa7-0 a078a0b7bceb96a8d00fa5f135796c37b736b03d1353f2fee2bfd918272fce04 network default NAD default] DEL finished CNI request [tssc-app-ci/affinity-assistant-434d8cbaa7-0 a078a0b7bceb96a8d00fa5f135796c37b736b03d1353f2fee2bfd918272fce04 network default NAD default], result "{\"dns\":{}}", err I0703 22:27:06.475528 3383 obj_retry.go:463] Detected object tssc-app-ci/affinity-assistant-434d8cbaa7-0 of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:27:06.475651 3383 pods.go:175] Deleting pod: tssc-app-ci/affinity-assistant-434d8cbaa7-0 I0703 22:27:06.477625 3383 pods.go:218] Attempting to release IPs for pod: tssc-app-ci/affinity-assistant-434d8cbaa7-0, ips: 10.129.0.62 I0703 22:27:06.477662 3383 obj_retry.go:463] Detected object tssc-app-ci/affinity-assistant-434d8cbaa7-0 of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:27:06.940687 3383 obj_retry.go:457] Detected object tssc-app-ci/affinity-assistant-434d8cbaa7-0 of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:27:06.940781 3383 obj_retry.go:457] Detected object tssc-app-ci/affinity-assistant-434d8cbaa7-0 of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:27:06.947822 3383 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-app-ci/affinity-assistant-434d8cbaa7-0 I0703 22:27:06.947861 3383 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod tssc-app-ci/affinity-assistant-434d8cbaa7-0 I0703 22:27:06.952571 3383 cni.go:331] [tssc-app-ci/e2e-tests-go-rekxubns-on-push-qf72n-summarize-pod 873f324261d401074f064fa121ad4c03309ba2642ecb5d338d1adb067b03e546 network default NAD default] DEL starting CNI request [tssc-app-ci/e2e-tests-go-rekxubns-on-push-qf72n-summarize-pod 873f324261d401074f064fa121ad4c03309ba2642ecb5d338d1adb067b03e546 network default NAD default] I0703 22:27:07.034778 3383 cni.go:352] [tssc-app-ci/e2e-tests-go-rekxubns-on-push-qf72n-summarize-pod 873f324261d401074f064fa121ad4c03309ba2642ecb5d338d1adb067b03e546 network default NAD default] DEL finished CNI request [tssc-app-ci/e2e-tests-go-rekxubns-on-push-qf72n-summarize-pod 873f324261d401074f064fa121ad4c03309ba2642ecb5d338d1adb067b03e546 network default NAD default], result "{\"dns\":{}}", err I0703 22:27:07.109615 3383 obj_retry.go:463] Detected object tssc-app-ci/e2e-tests-go-rekxubns-on-push-qf72n-summarize-pod of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:27:07.109777 3383 pods.go:175] Deleting pod: tssc-app-ci/e2e-tests-go-rekxubns-on-push-qf72n-summarize-pod I0703 22:27:07.111632 3383 pods.go:218] Attempting to release IPs for pod: tssc-app-ci/e2e-tests-go-rekxubns-on-push-qf72n-summarize-pod, ips: 10.129.0.69 I0703 22:27:07.111663 3383 obj_retry.go:463] Detected object tssc-app-ci/e2e-tests-go-rekxubns-on-push-qf72n-summarize-pod of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:27:19.404435 3383 base_network_controller_pods.go:478] [default/tssc-app-development/e2e-tests-go-rekxubns-79874dd799-4q49s] creating logical port tssc-app-development_e2e-tests-go-rekxubns-79874dd799-4q49s for pod on switch ip-10-0-1-250.ec2.internal I0703 22:27:19.404611 3383 kube.go:320] Updating pod tssc-app-development/e2e-tests-go-rekxubns-79874dd799-4q49s I0703 22:27:19.418597 3383 pod.go:62] [tssc-app-development/e2e-tests-go-rekxubns-79874dd799-4q49s] pod update took 14.031367ms I0703 22:27:19.418690 3383 base_network_controller_pods.go:928] [default/tssc-app-development/e2e-tests-go-rekxubns-79874dd799-4q49s] addLogicalPort annotation time took 14.129999ms I0703 22:27:19.420454 3383 pods.go:253] [tssc-app-development/e2e-tests-go-rekxubns-79874dd799-4q49s] addLogicalPort took 16.044293ms, libovsdb time 1.054535ms I0703 22:27:19.771965 3383 cni.go:331] [tssc-app-development/e2e-tests-go-rekxubns-79874dd799-4q49s 3a8791b5b2d024dbc6d805bad32075e50ea3aec16fb7e091bc224feef89d24bc network default NAD default] ADD starting CNI request [tssc-app-development/e2e-tests-go-rekxubns-79874dd799-4q49s 3a8791b5b2d024dbc6d805bad32075e50ea3aec16fb7e091bc224feef89d24bc network default NAD default] I0703 22:27:19.783169 3383 helper_linux.go:450] ConfigureOVS: namespace: tssc-app-development, podName: e2e-tests-go-rekxubns-79874dd799-4q49s, hostIfaceName: 3a8791b5b2d024d, network: default, NAD default, SandboxID: "3a8791b5b2d024dbc6d805bad32075e50ea3aec16fb7e091bc224feef89d24bc", PCI device ID: , UID: "80e8da2c-44f3-4c92-b7bd-f5a59e7ee2ea", MAC: 0a:58:0a:81:00:46, IPs: [10.129.0.70/23] I0703 22:27:19.843764 3383 cni.go:352] [tssc-app-development/e2e-tests-go-rekxubns-79874dd799-4q49s 3a8791b5b2d024dbc6d805bad32075e50ea3aec16fb7e091bc224feef89d24bc network default NAD default] ADD finished CNI request [tssc-app-development/e2e-tests-go-rekxubns-79874dd799-4q49s 3a8791b5b2d024dbc6d805bad32075e50ea3aec16fb7e091bc224feef89d24bc network default NAD default], result "{\"interfaces\":[{\"name\":\"3a8791b5b2d024d\",\"mac\":\"f2:14:6f:7c:a6:aa\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:81:00:46\",\"sandbox\":\"/var/run/netns/79ba4d9b-ca0f-4ecb-8283-3c370d918a9a\"}],\"ips\":[{\"interface\":1,\"address\":\"10.129.0.70/23\",\"gateway\":\"10.129.0.1\"}],\"dns\":{}}", err I0703 22:27:27.200560 3383 base_network_controller_pods.go:478] [default/tssc-app-development/e2e-tests-go-rekxubns-7bfd7df4-lcs55] creating logical port tssc-app-development_e2e-tests-go-rekxubns-7bfd7df4-lcs55 for pod on switch ip-10-0-1-250.ec2.internal I0703 22:27:27.200756 3383 kube.go:320] Updating pod tssc-app-development/e2e-tests-go-rekxubns-7bfd7df4-lcs55 I0703 22:27:27.215092 3383 pod.go:62] [tssc-app-development/e2e-tests-go-rekxubns-7bfd7df4-lcs55] pod update took 14.372865ms I0703 22:27:27.215143 3383 base_network_controller_pods.go:928] [default/tssc-app-development/e2e-tests-go-rekxubns-7bfd7df4-lcs55] addLogicalPort annotation time took 14.427268ms I0703 22:27:27.216610 3383 pods.go:253] [tssc-app-development/e2e-tests-go-rekxubns-7bfd7df4-lcs55] addLogicalPort took 16.074117ms, libovsdb time 940.252µs I0703 22:27:27.320698 3383 cni.go:331] [tssc-app-development/e2e-tests-go-rekxubns-79874dd799-4q49s 3a8791b5b2d024dbc6d805bad32075e50ea3aec16fb7e091bc224feef89d24bc network default NAD default] DEL starting CNI request [tssc-app-development/e2e-tests-go-rekxubns-79874dd799-4q49s 3a8791b5b2d024dbc6d805bad32075e50ea3aec16fb7e091bc224feef89d24bc network default NAD default] I0703 22:27:27.406997 3383 cni.go:352] [tssc-app-development/e2e-tests-go-rekxubns-79874dd799-4q49s 3a8791b5b2d024dbc6d805bad32075e50ea3aec16fb7e091bc224feef89d24bc network default NAD default] DEL finished CNI request [tssc-app-development/e2e-tests-go-rekxubns-79874dd799-4q49s 3a8791b5b2d024dbc6d805bad32075e50ea3aec16fb7e091bc224feef89d24bc network default NAD default], result "{\"dns\":{}}", err I0703 22:27:27.463942 3383 obj_retry.go:463] Detected object tssc-app-development/e2e-tests-go-rekxubns-79874dd799-4q49s of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:27:27.464053 3383 pods.go:175] Deleting pod: tssc-app-development/e2e-tests-go-rekxubns-79874dd799-4q49s I0703 22:27:27.466063 3383 pods.go:218] Attempting to release IPs for pod: tssc-app-development/e2e-tests-go-rekxubns-79874dd799-4q49s, ips: 10.129.0.70 I0703 22:27:27.466172 3383 obj_retry.go:463] Detected object tssc-app-development/e2e-tests-go-rekxubns-79874dd799-4q49s of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:27:27.582778 3383 cni.go:331] [tssc-app-development/e2e-tests-go-rekxubns-7bfd7df4-lcs55 6dad3c6fe754b6d5b0672445b5e6d515eab3b2c4cf2b0a2cf0d42c4556d28086 network default NAD default] ADD starting CNI request [tssc-app-development/e2e-tests-go-rekxubns-7bfd7df4-lcs55 6dad3c6fe754b6d5b0672445b5e6d515eab3b2c4cf2b0a2cf0d42c4556d28086 network default NAD default] I0703 22:27:27.592872 3383 helper_linux.go:450] ConfigureOVS: namespace: tssc-app-development, podName: e2e-tests-go-rekxubns-7bfd7df4-lcs55, hostIfaceName: 6dad3c6fe754b6d, network: default, NAD default, SandboxID: "6dad3c6fe754b6d5b0672445b5e6d515eab3b2c4cf2b0a2cf0d42c4556d28086", PCI device ID: , UID: "772ebc25-e03d-493f-a5d8-e585c4325742", MAC: 0a:58:0a:81:00:47, IPs: [10.129.0.71/23] I0703 22:27:27.647213 3383 cni.go:352] [tssc-app-development/e2e-tests-go-rekxubns-7bfd7df4-lcs55 6dad3c6fe754b6d5b0672445b5e6d515eab3b2c4cf2b0a2cf0d42c4556d28086 network default NAD default] ADD finished CNI request [tssc-app-development/e2e-tests-go-rekxubns-7bfd7df4-lcs55 6dad3c6fe754b6d5b0672445b5e6d515eab3b2c4cf2b0a2cf0d42c4556d28086 network default NAD default], result "{\"interfaces\":[{\"name\":\"6dad3c6fe754b6d\",\"mac\":\"aa:c3:87:2f:57:f7\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:81:00:47\",\"sandbox\":\"/var/run/netns/7ca2929f-6bff-4d79-b70c-3cc0d62d8dcf\"}],\"ips\":[{\"interface\":1,\"address\":\"10.129.0.71/23\",\"gateway\":\"10.129.0.1\"}],\"dns\":{}}", err I0703 22:27:27.961703 3383 reflector.go:879] sigs.k8s.io/network-policy-api/pkg/client/informers/externalversions/factory.go:141: Watch close - *v1alpha1.AdminNetworkPolicy total 6 items received I0703 22:27:28.041252 3383 reflector.go:879] github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/egressservice/v1/apis/informers/externalversions/factory.go:140: Watch close - *v1.EgressService total 1 items received I0703 22:27:28.064449 3383 obj_retry.go:457] Detected object tssc-app-development/e2e-tests-go-rekxubns-79874dd799-4q49s of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:27:28.064482 3383 obj_retry.go:457] Detected object tssc-app-development/e2e-tests-go-rekxubns-79874dd799-4q49s of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:27:28.073026 3383 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-app-development/e2e-tests-go-rekxubns-79874dd799-4q49s I0703 22:27:28.073109 3383 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod tssc-app-development/e2e-tests-go-rekxubns-79874dd799-4q49s I0703 22:27:39.658990 3383 base_network_controller_pods.go:478] [default/tssc-app-prod/e2e-tests-go-vwrmwbvh-75bbbc5cbb-bq79w] creating logical port tssc-app-prod_e2e-tests-go-vwrmwbvh-75bbbc5cbb-bq79w for pod on switch ip-10-0-1-250.ec2.internal I0703 22:27:39.659194 3383 kube.go:320] Updating pod tssc-app-prod/e2e-tests-go-vwrmwbvh-75bbbc5cbb-bq79w I0703 22:27:39.676258 3383 pod.go:62] [tssc-app-prod/e2e-tests-go-vwrmwbvh-75bbbc5cbb-bq79w] pod update took 17.09276ms I0703 22:27:39.676282 3383 base_network_controller_pods.go:928] [default/tssc-app-prod/e2e-tests-go-vwrmwbvh-75bbbc5cbb-bq79w] addLogicalPort annotation time took 17.120475ms I0703 22:27:39.677718 3383 pods.go:253] [tssc-app-prod/e2e-tests-go-vwrmwbvh-75bbbc5cbb-bq79w] addLogicalPort took 18.746693ms, libovsdb time 938.191µs I0703 22:27:40.026289 3383 cni.go:331] [tssc-app-prod/e2e-tests-go-vwrmwbvh-75bbbc5cbb-bq79w b786e8a049a14200985de996750067300792771e9f34b0e25499b2f6a8b494ec network default NAD default] ADD starting CNI request [tssc-app-prod/e2e-tests-go-vwrmwbvh-75bbbc5cbb-bq79w b786e8a049a14200985de996750067300792771e9f34b0e25499b2f6a8b494ec network default NAD default] I0703 22:27:40.035588 3383 helper_linux.go:450] ConfigureOVS: namespace: tssc-app-prod, podName: e2e-tests-go-vwrmwbvh-75bbbc5cbb-bq79w, hostIfaceName: b786e8a049a1420, network: default, NAD default, SandboxID: "b786e8a049a14200985de996750067300792771e9f34b0e25499b2f6a8b494ec", PCI device ID: , UID: "db2019e6-d860-454f-afc0-3e240e7aedaf", MAC: 0a:58:0a:81:00:48, IPs: [10.129.0.72/23] I0703 22:27:40.096214 3383 cni.go:352] [tssc-app-prod/e2e-tests-go-vwrmwbvh-75bbbc5cbb-bq79w b786e8a049a14200985de996750067300792771e9f34b0e25499b2f6a8b494ec network default NAD default] ADD finished CNI request [tssc-app-prod/e2e-tests-go-vwrmwbvh-75bbbc5cbb-bq79w b786e8a049a14200985de996750067300792771e9f34b0e25499b2f6a8b494ec network default NAD default], result "{\"interfaces\":[{\"name\":\"b786e8a049a1420\",\"mac\":\"f2:02:de:9a:e3:a9\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:81:00:48\",\"sandbox\":\"/var/run/netns/34bd5926-3c88-475e-b4ca-8ca89b2b3bbf\"}],\"ips\":[{\"interface\":1,\"address\":\"10.129.0.72/23\",\"gateway\":\"10.129.0.1\"}],\"dns\":{}}", err I0703 22:27:40.460924 3383 obj_retry.go:463] Detected object tssc-app-development/e2e-tests-go-rekxubns-788dc7dfd9-mcnhk of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:27:40.461692 3383 obj_retry.go:463] Detected object tssc-app-development/e2e-tests-go-rekxubns-788dc7dfd9-mcnhk of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:27:41.027599 3383 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 I0703 22:27:41.417706 3383 obj_retry.go:457] Detected object tssc-app-development/e2e-tests-go-rekxubns-788dc7dfd9-mcnhk of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:27:41.417784 3383 obj_retry.go:457] Detected object tssc-app-development/e2e-tests-go-rekxubns-788dc7dfd9-mcnhk of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:27:41.425931 3383 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-app-development/e2e-tests-go-rekxubns-788dc7dfd9-mcnhk I0703 22:27:41.425956 3383 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod tssc-app-development/e2e-tests-go-rekxubns-788dc7dfd9-mcnhk I0703 22:27:42.043954 3383 reflector.go:879] github.com/k8snetworkplumbingwg/network-attachment-definition-client/pkg/client/informers/externalversions/factory.go:117: Watch close - *v1.NetworkAttachmentDefinition total 10 items received I0703 22:27:52.336766 3383 cni.go:331] [tssc-app-prod/e2e-tests-go-vwrmwbvh-876f98d57-kfvqn e5b268b204199137452b51d3d295b18ad15efc4bfe1852c790bd7df94f44e2e2 network default NAD default] DEL starting CNI request [tssc-app-prod/e2e-tests-go-vwrmwbvh-876f98d57-kfvqn e5b268b204199137452b51d3d295b18ad15efc4bfe1852c790bd7df94f44e2e2 network default NAD default] I0703 22:27:52.428915 3383 cni.go:352] [tssc-app-prod/e2e-tests-go-vwrmwbvh-876f98d57-kfvqn e5b268b204199137452b51d3d295b18ad15efc4bfe1852c790bd7df94f44e2e2 network default NAD default] DEL finished CNI request [tssc-app-prod/e2e-tests-go-vwrmwbvh-876f98d57-kfvqn e5b268b204199137452b51d3d295b18ad15efc4bfe1852c790bd7df94f44e2e2 network default NAD default], result "{\"dns\":{}}", err I0703 22:27:52.489971 3383 obj_retry.go:463] Detected object tssc-app-prod/e2e-tests-go-vwrmwbvh-876f98d57-kfvqn of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:27:52.490012 3383 pods.go:175] Deleting pod: tssc-app-prod/e2e-tests-go-vwrmwbvh-876f98d57-kfvqn I0703 22:27:52.491582 3383 pods.go:218] Attempting to release IPs for pod: tssc-app-prod/e2e-tests-go-vwrmwbvh-876f98d57-kfvqn, ips: 10.129.0.52 I0703 22:27:52.491619 3383 obj_retry.go:463] Detected object tssc-app-prod/e2e-tests-go-vwrmwbvh-876f98d57-kfvqn of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:27:53.198367 3383 obj_retry.go:457] Detected object tssc-app-prod/e2e-tests-go-vwrmwbvh-876f98d57-kfvqn of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:27:53.198392 3383 obj_retry.go:457] Detected object tssc-app-prod/e2e-tests-go-vwrmwbvh-876f98d57-kfvqn of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:27:53.203609 3383 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-app-prod/e2e-tests-go-vwrmwbvh-876f98d57-kfvqn I0703 22:27:53.203640 3383 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod tssc-app-prod/e2e-tests-go-vwrmwbvh-876f98d57-kfvqn E0703 22:28:00.781414 3383 metrics.go:168] Failed to get the logfile size for .: stat : no such file or directory I0703 22:28:00.814832 3383 base_network_controller_pods.go:478] [default/tssc-app-ci/affinity-assistant-a196ba10d7-0] creating logical port tssc-app-ci_affinity-assistant-a196ba10d7-0 for pod on switch ip-10-0-1-250.ec2.internal I0703 22:28:00.814966 3383 kube.go:320] Updating pod tssc-app-ci/affinity-assistant-a196ba10d7-0 I0703 22:28:00.829456 3383 pod.go:62] [tssc-app-ci/affinity-assistant-a196ba10d7-0] pod update took 14.518794ms I0703 22:28:00.829480 3383 base_network_controller_pods.go:928] [default/tssc-app-ci/affinity-assistant-a196ba10d7-0] addLogicalPort annotation time took 14.549259ms I0703 22:28:00.830890 3383 pods.go:253] [tssc-app-ci/affinity-assistant-a196ba10d7-0] addLogicalPort took 16.079621ms, libovsdb time 861.856µs I0703 22:28:00.936445 3383 base_network_controller_pods.go:478] [default/tssc-app-ci/e2e-tests-go-r3fc18c355e72cc7478b9cb97d81b666ac96ce73b982d3-pod] creating logical port tssc-app-ci_e2e-tests-go-r3fc18c355e72cc7478b9cb97d81b666ac96ce73b982d3-pod for pod on switch ip-10-0-1-250.ec2.internal I0703 22:28:00.936694 3383 kube.go:320] Updating pod tssc-app-ci/e2e-tests-go-r3fc18c355e72cc7478b9cb97d81b666ac96ce73b982d3-pod I0703 22:28:00.959671 3383 pod.go:62] [tssc-app-ci/e2e-tests-go-r3fc18c355e72cc7478b9cb97d81b666ac96ce73b982d3-pod] pod update took 23.01661ms I0703 22:28:00.959696 3383 base_network_controller_pods.go:928] [default/tssc-app-ci/e2e-tests-go-r3fc18c355e72cc7478b9cb97d81b666ac96ce73b982d3-pod] addLogicalPort annotation time took 23.046714ms I0703 22:28:00.968927 3383 pods.go:253] [tssc-app-ci/e2e-tests-go-r3fc18c355e72cc7478b9cb97d81b666ac96ce73b982d3-pod] addLogicalPort took 32.503385ms, libovsdb time 8.547064ms I0703 22:28:01.178380 3383 cni.go:331] [tssc-app-ci/affinity-assistant-a196ba10d7-0 35ea91ee15061d0f664f570a075a0bde6c134b3b8c6da873dc0873c230165628 network default NAD default] ADD starting CNI request [tssc-app-ci/affinity-assistant-a196ba10d7-0 35ea91ee15061d0f664f570a075a0bde6c134b3b8c6da873dc0873c230165628 network default NAD default] I0703 22:28:01.187043 3383 helper_linux.go:450] ConfigureOVS: namespace: tssc-app-ci, podName: affinity-assistant-a196ba10d7-0, hostIfaceName: 35ea91ee15061d0, network: default, NAD default, SandboxID: "35ea91ee15061d0f664f570a075a0bde6c134b3b8c6da873dc0873c230165628", PCI device ID: , UID: "7d48419f-2931-4682-b546-7f78c80b02b7", MAC: 0a:58:0a:81:00:49, IPs: [10.129.0.73/23] I0703 22:28:01.250364 3383 cni.go:352] [tssc-app-ci/affinity-assistant-a196ba10d7-0 35ea91ee15061d0f664f570a075a0bde6c134b3b8c6da873dc0873c230165628 network default NAD default] ADD finished CNI request [tssc-app-ci/affinity-assistant-a196ba10d7-0 35ea91ee15061d0f664f570a075a0bde6c134b3b8c6da873dc0873c230165628 network default NAD default], result "{\"interfaces\":[{\"name\":\"35ea91ee15061d0\",\"mac\":\"7e:13:d3:45:fc:27\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:81:00:49\",\"sandbox\":\"/var/run/netns/61a28681-4a44-423a-b416-a7e0a534fd59\"}],\"ips\":[{\"interface\":1,\"address\":\"10.129.0.73/23\",\"gateway\":\"10.129.0.1\"}],\"dns\":{}}", err E0703 22:28:01.293983 3383 metrics.go:168] Failed to get the logfile size for .: stat : no such file or directory I0703 22:28:04.603828 3383 cni.go:331] [tssc-app-ci/e2e-tests-go-r3fc18c355e72cc7478b9cb97d81b666ac96ce73b982d3-pod bfb40e2a6ff17c051cf6f4bb4dfb5653b1c052d2d47f6a39772b08ecde501124 network default NAD default] ADD starting CNI request [tssc-app-ci/e2e-tests-go-r3fc18c355e72cc7478b9cb97d81b666ac96ce73b982d3-pod bfb40e2a6ff17c051cf6f4bb4dfb5653b1c052d2d47f6a39772b08ecde501124 network default NAD default] I0703 22:28:04.613663 3383 helper_linux.go:450] ConfigureOVS: namespace: tssc-app-ci, podName: e2e-tests-go-r3fc18c355e72cc7478b9cb97d81b666ac96ce73b982d3-pod, hostIfaceName: bfb40e2a6ff17c0, network: default, NAD default, SandboxID: "bfb40e2a6ff17c051cf6f4bb4dfb5653b1c052d2d47f6a39772b08ecde501124", PCI device ID: , UID: "ffe3af34-4c84-429c-9d46-630050c7ea91", MAC: 0a:58:0a:81:00:4a, IPs: [10.129.0.74/23] I0703 22:28:04.668775 3383 cni.go:352] [tssc-app-ci/e2e-tests-go-r3fc18c355e72cc7478b9cb97d81b666ac96ce73b982d3-pod bfb40e2a6ff17c051cf6f4bb4dfb5653b1c052d2d47f6a39772b08ecde501124 network default NAD default] ADD finished CNI request [tssc-app-ci/e2e-tests-go-r3fc18c355e72cc7478b9cb97d81b666ac96ce73b982d3-pod bfb40e2a6ff17c051cf6f4bb4dfb5653b1c052d2d47f6a39772b08ecde501124 network default NAD default], result "{\"interfaces\":[{\"name\":\"bfb40e2a6ff17c0\",\"mac\":\"ce:f9:f7:4b:11:28\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:81:00:4a\",\"sandbox\":\"/var/run/netns/a1d6f73f-f64d-440b-8591-ccb82f7b4d5a\"}],\"ips\":[{\"interface\":1,\"address\":\"10.129.0.74/23\",\"gateway\":\"10.129.0.1\"}],\"dns\":{}}", err I0703 22:28:06.836821 3383 reflector.go:879] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Pod total 420 items received I0703 22:28:09.507029 3383 base_network_controller_pods.go:478] [default/tssc-app-ci/e2e-tests-go-rekxubns-gitopfe9b99f7039e983aaeffa3151858a90f-pod] creating logical port tssc-app-ci_e2e-tests-go-rekxubns-gitopfe9b99f7039e983aaeffa3151858a90f-pod for pod on switch ip-10-0-1-250.ec2.internal I0703 22:28:09.507346 3383 kube.go:320] Updating pod tssc-app-ci/e2e-tests-go-rekxubns-gitopfe9b99f7039e983aaeffa3151858a90f-pod I0703 22:28:09.530578 3383 pod.go:62] [tssc-app-ci/e2e-tests-go-rekxubns-gitopfe9b99f7039e983aaeffa3151858a90f-pod] pod update took 23.282703ms I0703 22:28:09.530620 3383 base_network_controller_pods.go:928] [default/tssc-app-ci/e2e-tests-go-rekxubns-gitopfe9b99f7039e983aaeffa3151858a90f-pod] addLogicalPort annotation time took 23.322824ms I0703 22:28:09.532581 3383 pods.go:253] [tssc-app-ci/e2e-tests-go-rekxubns-gitopfe9b99f7039e983aaeffa3151858a90f-pod] addLogicalPort took 25.576243ms, libovsdb time 1.23942ms I0703 22:28:09.875392 3383 cni.go:331] [tssc-app-ci/e2e-tests-go-rekxubns-gitopfe9b99f7039e983aaeffa3151858a90f-pod ee08fcb142f471b3b3afdb8358d11c9863ae65be69e9ef9a114464a99d30c4e6 network default NAD default] ADD starting CNI request [tssc-app-ci/e2e-tests-go-rekxubns-gitopfe9b99f7039e983aaeffa3151858a90f-pod ee08fcb142f471b3b3afdb8358d11c9863ae65be69e9ef9a114464a99d30c4e6 network default NAD default] I0703 22:28:09.887183 3383 helper_linux.go:450] ConfigureOVS: namespace: tssc-app-ci, podName: e2e-tests-go-rekxubns-gitopfe9b99f7039e983aaeffa3151858a90f-pod, hostIfaceName: ee08fcb142f471b, network: default, NAD default, SandboxID: "ee08fcb142f471b3b3afdb8358d11c9863ae65be69e9ef9a114464a99d30c4e6", PCI device ID: , UID: "2e905220-add5-40f4-a414-673cdb3397a5", MAC: 0a:58:0a:81:00:4b, IPs: [10.129.0.75/23] I0703 22:28:09.944168 3383 cni.go:352] [tssc-app-ci/e2e-tests-go-rekxubns-gitopfe9b99f7039e983aaeffa3151858a90f-pod ee08fcb142f471b3b3afdb8358d11c9863ae65be69e9ef9a114464a99d30c4e6 network default NAD default] ADD finished CNI request [tssc-app-ci/e2e-tests-go-rekxubns-gitopfe9b99f7039e983aaeffa3151858a90f-pod ee08fcb142f471b3b3afdb8358d11c9863ae65be69e9ef9a114464a99d30c4e6 network default NAD default], result "{\"interfaces\":[{\"name\":\"ee08fcb142f471b\",\"mac\":\"e2:24:68:22:a1:c6\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:81:00:4b\",\"sandbox\":\"/var/run/netns/5c058124-f803-46a5-b325-3bcb6cf2055b\"}],\"ips\":[{\"interface\":1,\"address\":\"10.129.0.75/23\",\"gateway\":\"10.129.0.1\"}],\"dns\":{}}", err I0703 22:28:10.345690 3383 cni.go:331] [tssc-app-ci/e2e-tests-go-r3fc18c355e72cc7478b9cb97d81b666ac96ce73b982d3-pod bfb40e2a6ff17c051cf6f4bb4dfb5653b1c052d2d47f6a39772b08ecde501124 network default NAD default] DEL starting CNI request [tssc-app-ci/e2e-tests-go-r3fc18c355e72cc7478b9cb97d81b666ac96ce73b982d3-pod bfb40e2a6ff17c051cf6f4bb4dfb5653b1c052d2d47f6a39772b08ecde501124 network default NAD default] I0703 22:28:10.449648 3383 cni.go:352] [tssc-app-ci/e2e-tests-go-r3fc18c355e72cc7478b9cb97d81b666ac96ce73b982d3-pod bfb40e2a6ff17c051cf6f4bb4dfb5653b1c052d2d47f6a39772b08ecde501124 network default NAD default] DEL finished CNI request [tssc-app-ci/e2e-tests-go-r3fc18c355e72cc7478b9cb97d81b666ac96ce73b982d3-pod bfb40e2a6ff17c051cf6f4bb4dfb5653b1c052d2d47f6a39772b08ecde501124 network default NAD default], result "{\"dns\":{}}", err I0703 22:28:10.501841 3383 obj_retry.go:463] Detected object tssc-app-ci/e2e-tests-go-r3fc18c355e72cc7478b9cb97d81b666ac96ce73b982d3-pod of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:28:10.501884 3383 pods.go:175] Deleting pod: tssc-app-ci/e2e-tests-go-r3fc18c355e72cc7478b9cb97d81b666ac96ce73b982d3-pod I0703 22:28:10.504219 3383 pods.go:218] Attempting to release IPs for pod: tssc-app-ci/e2e-tests-go-r3fc18c355e72cc7478b9cb97d81b666ac96ce73b982d3-pod, ips: 10.129.0.74 I0703 22:28:10.504316 3383 obj_retry.go:463] Detected object tssc-app-ci/e2e-tests-go-r3fc18c355e72cc7478b9cb97d81b666ac96ce73b982d3-pod of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:28:15.525539 3383 base_network_controller_pods.go:478] [default/tssc-app-ci/e2e-tests-go-re3fc18c355e72770943d495fa09139644c68d1cb51ec2-pod] creating logical port tssc-app-ci_e2e-tests-go-re3fc18c355e72770943d495fa09139644c68d1cb51ec2-pod for pod on switch ip-10-0-1-250.ec2.internal I0703 22:28:15.525825 3383 kube.go:320] Updating pod tssc-app-ci/e2e-tests-go-re3fc18c355e72770943d495fa09139644c68d1cb51ec2-pod I0703 22:28:15.548278 3383 pod.go:62] [tssc-app-ci/e2e-tests-go-re3fc18c355e72770943d495fa09139644c68d1cb51ec2-pod] pod update took 22.495721ms I0703 22:28:15.548360 3383 base_network_controller_pods.go:928] [default/tssc-app-ci/e2e-tests-go-re3fc18c355e72770943d495fa09139644c68d1cb51ec2-pod] addLogicalPort annotation time took 22.581186ms I0703 22:28:15.550055 3383 pods.go:253] [tssc-app-ci/e2e-tests-go-re3fc18c355e72770943d495fa09139644c68d1cb51ec2-pod] addLogicalPort took 24.53678ms, libovsdb time 1.019394ms I0703 22:28:15.587337 3383 base_network_controller_pods.go:478] [default/tssc-app-ci/e2e-tests-go-rek3fc18c355e707928a3cc518e38059d01a223d0e9a13-pod] creating logical port tssc-app-ci_e2e-tests-go-rek3fc18c355e707928a3cc518e38059d01a223d0e9a13-pod for pod on switch ip-10-0-1-250.ec2.internal I0703 22:28:15.587548 3383 kube.go:320] Updating pod tssc-app-ci/e2e-tests-go-rek3fc18c355e707928a3cc518e38059d01a223d0e9a13-pod I0703 22:28:15.606240 3383 pod.go:62] [tssc-app-ci/e2e-tests-go-rek3fc18c355e707928a3cc518e38059d01a223d0e9a13-pod] pod update took 18.729348ms I0703 22:28:15.606271 3383 base_network_controller_pods.go:928] [default/tssc-app-ci/e2e-tests-go-rek3fc18c355e707928a3cc518e38059d01a223d0e9a13-pod] addLogicalPort annotation time took 18.764937ms I0703 22:28:15.607955 3383 pods.go:253] [tssc-app-ci/e2e-tests-go-rek3fc18c355e707928a3cc518e38059d01a223d0e9a13-pod] addLogicalPort took 20.625121ms, libovsdb time 1.057897ms I0703 22:28:15.895675 3383 cni.go:331] [tssc-app-ci/e2e-tests-go-re3fc18c355e72770943d495fa09139644c68d1cb51ec2-pod e2376d0316639049890b2da7d7292bbb2d257b095fa1c60efe8cda64f765ef8e network default NAD default] ADD starting CNI request [tssc-app-ci/e2e-tests-go-re3fc18c355e72770943d495fa09139644c68d1cb51ec2-pod e2376d0316639049890b2da7d7292bbb2d257b095fa1c60efe8cda64f765ef8e network default NAD default] I0703 22:28:15.907302 3383 helper_linux.go:450] ConfigureOVS: namespace: tssc-app-ci, podName: e2e-tests-go-re3fc18c355e72770943d495fa09139644c68d1cb51ec2-pod, hostIfaceName: e2376d031663904, network: default, NAD default, SandboxID: "e2376d0316639049890b2da7d7292bbb2d257b095fa1c60efe8cda64f765ef8e", PCI device ID: , UID: "b22961cc-c9d6-478f-9251-7c76b03313b8", MAC: 0a:58:0a:81:00:4c, IPs: [10.129.0.76/23] I0703 22:28:15.980392 3383 cni.go:352] [tssc-app-ci/e2e-tests-go-re3fc18c355e72770943d495fa09139644c68d1cb51ec2-pod e2376d0316639049890b2da7d7292bbb2d257b095fa1c60efe8cda64f765ef8e network default NAD default] ADD finished CNI request [tssc-app-ci/e2e-tests-go-re3fc18c355e72770943d495fa09139644c68d1cb51ec2-pod e2376d0316639049890b2da7d7292bbb2d257b095fa1c60efe8cda64f765ef8e network default NAD default], result "{\"interfaces\":[{\"name\":\"e2376d031663904\",\"mac\":\"ce:87:3f:64:ba:7a\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:81:00:4c\",\"sandbox\":\"/var/run/netns/832c43ab-33ec-4700-a181-ea552927a6f5\"}],\"ips\":[{\"interface\":1,\"address\":\"10.129.0.76/23\",\"gateway\":\"10.129.0.1\"}],\"dns\":{}}", err I0703 22:28:15.984272 3383 cni.go:331] [tssc-app-ci/e2e-tests-go-rek3fc18c355e707928a3cc518e38059d01a223d0e9a13-pod 371bfcef25e66d7cd97a3c8cefed617fef18581d2a063bc5b33caec71c118ab7 network default NAD default] ADD starting CNI request [tssc-app-ci/e2e-tests-go-rek3fc18c355e707928a3cc518e38059d01a223d0e9a13-pod 371bfcef25e66d7cd97a3c8cefed617fef18581d2a063bc5b33caec71c118ab7 network default NAD default] I0703 22:28:15.994772 3383 helper_linux.go:450] ConfigureOVS: namespace: tssc-app-ci, podName: e2e-tests-go-rek3fc18c355e707928a3cc518e38059d01a223d0e9a13-pod, hostIfaceName: 371bfcef25e66d7, network: default, NAD default, SandboxID: "371bfcef25e66d7cd97a3c8cefed617fef18581d2a063bc5b33caec71c118ab7", PCI device ID: , UID: "dcbf5bfc-2b28-40ec-8b9d-9fce4f24412d", MAC: 0a:58:0a:81:00:4d, IPs: [10.129.0.77/23] I0703 22:28:16.057585 3383 cni.go:352] [tssc-app-ci/e2e-tests-go-rek3fc18c355e707928a3cc518e38059d01a223d0e9a13-pod 371bfcef25e66d7cd97a3c8cefed617fef18581d2a063bc5b33caec71c118ab7 network default NAD default] ADD finished CNI request [tssc-app-ci/e2e-tests-go-rek3fc18c355e707928a3cc518e38059d01a223d0e9a13-pod 371bfcef25e66d7cd97a3c8cefed617fef18581d2a063bc5b33caec71c118ab7 network default NAD default], result "{\"interfaces\":[{\"name\":\"371bfcef25e66d7\",\"mac\":\"a6:f0:c3:96:7e:7b\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:81:00:4d\",\"sandbox\":\"/var/run/netns/b14d24f5-a468-4d10-a9ae-cb65c2332bea\"}],\"ips\":[{\"interface\":1,\"address\":\"10.129.0.77/23\",\"gateway\":\"10.129.0.1\"}],\"dns\":{}}", err I0703 22:28:16.394639 3383 cni.go:331] [tssc-app-ci/e2e-tests-go-rekxubns-gitopfe9b99f7039e983aaeffa3151858a90f-pod ee08fcb142f471b3b3afdb8358d11c9863ae65be69e9ef9a114464a99d30c4e6 network default NAD default] DEL starting CNI request [tssc-app-ci/e2e-tests-go-rekxubns-gitopfe9b99f7039e983aaeffa3151858a90f-pod ee08fcb142f471b3b3afdb8358d11c9863ae65be69e9ef9a114464a99d30c4e6 network default NAD default] I0703 22:28:16.494842 3383 cni.go:352] [tssc-app-ci/e2e-tests-go-rekxubns-gitopfe9b99f7039e983aaeffa3151858a90f-pod ee08fcb142f471b3b3afdb8358d11c9863ae65be69e9ef9a114464a99d30c4e6 network default NAD default] DEL finished CNI request [tssc-app-ci/e2e-tests-go-rekxubns-gitopfe9b99f7039e983aaeffa3151858a90f-pod ee08fcb142f471b3b3afdb8358d11c9863ae65be69e9ef9a114464a99d30c4e6 network default NAD default], result "{\"dns\":{}}", err I0703 22:28:16.605391 3383 obj_retry.go:463] Detected object tssc-app-ci/e2e-tests-go-rekxubns-gitopfe9b99f7039e983aaeffa3151858a90f-pod of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:28:16.605491 3383 pods.go:175] Deleting pod: tssc-app-ci/e2e-tests-go-rekxubns-gitopfe9b99f7039e983aaeffa3151858a90f-pod I0703 22:28:16.607547 3383 pods.go:218] Attempting to release IPs for pod: tssc-app-ci/e2e-tests-go-rekxubns-gitopfe9b99f7039e983aaeffa3151858a90f-pod, ips: 10.129.0.75 I0703 22:28:16.607583 3383 obj_retry.go:463] Detected object tssc-app-ci/e2e-tests-go-rekxubns-gitopfe9b99f7039e983aaeffa3151858a90f-pod of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:28:23.655994 3383 base_network_controller_pods.go:478] [default/tssc-app-ci/e2e-tests-go-rekxubns-gitop7a03ae45d0e50f7fc70cc7d408480613-pod] creating logical port tssc-app-ci_e2e-tests-go-rekxubns-gitop7a03ae45d0e50f7fc70cc7d408480613-pod for pod on switch ip-10-0-1-250.ec2.internal I0703 22:28:23.656265 3383 kube.go:320] Updating pod tssc-app-ci/e2e-tests-go-rekxubns-gitop7a03ae45d0e50f7fc70cc7d408480613-pod I0703 22:28:23.680842 3383 pod.go:62] [tssc-app-ci/e2e-tests-go-rekxubns-gitop7a03ae45d0e50f7fc70cc7d408480613-pod] pod update took 24.618677ms I0703 22:28:23.680926 3383 base_network_controller_pods.go:928] [default/tssc-app-ci/e2e-tests-go-rekxubns-gitop7a03ae45d0e50f7fc70cc7d408480613-pod] addLogicalPort annotation time took 24.706297ms I0703 22:28:23.682867 3383 pods.go:253] [tssc-app-ci/e2e-tests-go-rekxubns-gitop7a03ae45d0e50f7fc70cc7d408480613-pod] addLogicalPort took 26.892693ms, libovsdb time 1.232188ms I0703 22:28:24.028048 3383 cni.go:331] [tssc-app-ci/e2e-tests-go-rekxubns-gitop7a03ae45d0e50f7fc70cc7d408480613-pod c166c7eafab14439c5ee295248b8b6aa79d73ac95b75f2722f47ad6ee79add48 network default NAD default] ADD starting CNI request [tssc-app-ci/e2e-tests-go-rekxubns-gitop7a03ae45d0e50f7fc70cc7d408480613-pod c166c7eafab14439c5ee295248b8b6aa79d73ac95b75f2722f47ad6ee79add48 network default NAD default] I0703 22:28:24.039817 3383 helper_linux.go:450] ConfigureOVS: namespace: tssc-app-ci, podName: e2e-tests-go-rekxubns-gitop7a03ae45d0e50f7fc70cc7d408480613-pod, hostIfaceName: c166c7eafab1443, network: default, NAD default, SandboxID: "c166c7eafab14439c5ee295248b8b6aa79d73ac95b75f2722f47ad6ee79add48", PCI device ID: , UID: "c35eb618-293a-4eb3-a893-d57d6da8a6bb", MAC: 0a:58:0a:81:00:4e, IPs: [10.129.0.78/23] I0703 22:28:24.311101 3383 cni.go:352] [tssc-app-ci/e2e-tests-go-rekxubns-gitop7a03ae45d0e50f7fc70cc7d408480613-pod c166c7eafab14439c5ee295248b8b6aa79d73ac95b75f2722f47ad6ee79add48 network default NAD default] ADD finished CNI request [tssc-app-ci/e2e-tests-go-rekxubns-gitop7a03ae45d0e50f7fc70cc7d408480613-pod c166c7eafab14439c5ee295248b8b6aa79d73ac95b75f2722f47ad6ee79add48 network default NAD default], result "{\"interfaces\":[{\"name\":\"c166c7eafab1443\",\"mac\":\"ea:c6:35:2a:e7:f0\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:81:00:4e\",\"sandbox\":\"/var/run/netns/5257eea0-adab-4236-8b34-1759991f6571\"}],\"ips\":[{\"interface\":1,\"address\":\"10.129.0.78/23\",\"gateway\":\"10.129.0.1\"}],\"dns\":{}}", err I0703 22:28:24.467524 3383 cni.go:331] [tssc-app-ci/e2e-tests-go-rek3fc18c355e707928a3cc518e38059d01a223d0e9a13-pod 371bfcef25e66d7cd97a3c8cefed617fef18581d2a063bc5b33caec71c118ab7 network default NAD default] DEL starting CNI request [tssc-app-ci/e2e-tests-go-rek3fc18c355e707928a3cc518e38059d01a223d0e9a13-pod 371bfcef25e66d7cd97a3c8cefed617fef18581d2a063bc5b33caec71c118ab7 network default NAD default] I0703 22:28:24.566830 3383 cni.go:352] [tssc-app-ci/e2e-tests-go-rek3fc18c355e707928a3cc518e38059d01a223d0e9a13-pod 371bfcef25e66d7cd97a3c8cefed617fef18581d2a063bc5b33caec71c118ab7 network default NAD default] DEL finished CNI request [tssc-app-ci/e2e-tests-go-rek3fc18c355e707928a3cc518e38059d01a223d0e9a13-pod 371bfcef25e66d7cd97a3c8cefed617fef18581d2a063bc5b33caec71c118ab7 network default NAD default], result "{\"dns\":{}}", err I0703 22:28:24.612720 3383 obj_retry.go:463] Detected object tssc-app-ci/e2e-tests-go-rek3fc18c355e707928a3cc518e38059d01a223d0e9a13-pod of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:28:24.612768 3383 pods.go:175] Deleting pod: tssc-app-ci/e2e-tests-go-rek3fc18c355e707928a3cc518e38059d01a223d0e9a13-pod I0703 22:28:24.614804 3383 pods.go:218] Attempting to release IPs for pod: tssc-app-ci/e2e-tests-go-rek3fc18c355e707928a3cc518e38059d01a223d0e9a13-pod, ips: 10.129.0.77 I0703 22:28:24.614843 3383 obj_retry.go:463] Detected object tssc-app-ci/e2e-tests-go-rek3fc18c355e707928a3cc518e38059d01a223d0e9a13-pod of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:28:30.511467 3383 cni.go:331] [tssc-app-ci/e2e-tests-go-rekxubns-gitop7a03ae45d0e50f7fc70cc7d408480613-pod c166c7eafab14439c5ee295248b8b6aa79d73ac95b75f2722f47ad6ee79add48 network default NAD default] DEL starting CNI request [tssc-app-ci/e2e-tests-go-rekxubns-gitop7a03ae45d0e50f7fc70cc7d408480613-pod c166c7eafab14439c5ee295248b8b6aa79d73ac95b75f2722f47ad6ee79add48 network default NAD default] I0703 22:28:30.625638 3383 cni.go:352] [tssc-app-ci/e2e-tests-go-rekxubns-gitop7a03ae45d0e50f7fc70cc7d408480613-pod c166c7eafab14439c5ee295248b8b6aa79d73ac95b75f2722f47ad6ee79add48 network default NAD default] DEL finished CNI request [tssc-app-ci/e2e-tests-go-rekxubns-gitop7a03ae45d0e50f7fc70cc7d408480613-pod c166c7eafab14439c5ee295248b8b6aa79d73ac95b75f2722f47ad6ee79add48 network default NAD default], result "{\"dns\":{}}", err I0703 22:28:30.701255 3383 obj_retry.go:463] Detected object tssc-app-ci/e2e-tests-go-rekxubns-gitop7a03ae45d0e50f7fc70cc7d408480613-pod of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:28:30.701386 3383 pods.go:175] Deleting pod: tssc-app-ci/e2e-tests-go-rekxubns-gitop7a03ae45d0e50f7fc70cc7d408480613-pod I0703 22:28:30.703611 3383 pods.go:218] Attempting to release IPs for pod: tssc-app-ci/e2e-tests-go-rekxubns-gitop7a03ae45d0e50f7fc70cc7d408480613-pod, ips: 10.129.0.78 I0703 22:28:30.703651 3383 obj_retry.go:463] Detected object tssc-app-ci/e2e-tests-go-rekxubns-gitop7a03ae45d0e50f7fc70cc7d408480613-pod of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:28:40.922073 3383 cni.go:331] [tssc-app-ci/affinity-assistant-a196ba10d7-0 35ea91ee15061d0f664f570a075a0bde6c134b3b8c6da873dc0873c230165628 network default NAD default] DEL starting CNI request [tssc-app-ci/affinity-assistant-a196ba10d7-0 35ea91ee15061d0f664f570a075a0bde6c134b3b8c6da873dc0873c230165628 network default NAD default] I0703 22:28:41.005774 3383 cni.go:352] [tssc-app-ci/affinity-assistant-a196ba10d7-0 35ea91ee15061d0f664f570a075a0bde6c134b3b8c6da873dc0873c230165628 network default NAD default] DEL finished CNI request [tssc-app-ci/affinity-assistant-a196ba10d7-0 35ea91ee15061d0f664f570a075a0bde6c134b3b8c6da873dc0873c230165628 network default NAD default], result "{\"dns\":{}}", err I0703 22:28:41.067238 3383 obj_retry.go:463] Detected object tssc-app-ci/affinity-assistant-a196ba10d7-0 of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:28:41.067305 3383 pods.go:175] Deleting pod: tssc-app-ci/affinity-assistant-a196ba10d7-0 I0703 22:28:41.069282 3383 pods.go:218] Attempting to release IPs for pod: tssc-app-ci/affinity-assistant-a196ba10d7-0, ips: 10.129.0.73 I0703 22:28:41.069317 3383 obj_retry.go:463] Detected object tssc-app-ci/affinity-assistant-a196ba10d7-0 of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:28:41.572332 3383 obj_retry.go:457] Detected object tssc-app-ci/affinity-assistant-a196ba10d7-0 of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:28:41.572363 3383 obj_retry.go:457] Detected object tssc-app-ci/affinity-assistant-a196ba10d7-0 of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:28:41.578430 3383 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-app-ci/affinity-assistant-a196ba10d7-0 I0703 22:28:41.578518 3383 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod tssc-app-ci/affinity-assistant-a196ba10d7-0 I0703 22:28:41.583472 3383 cni.go:331] [tssc-app-ci/e2e-tests-go-re3fc18c355e72770943d495fa09139644c68d1cb51ec2-pod e2376d0316639049890b2da7d7292bbb2d257b095fa1c60efe8cda64f765ef8e network default NAD default] DEL starting CNI request [tssc-app-ci/e2e-tests-go-re3fc18c355e72770943d495fa09139644c68d1cb51ec2-pod e2376d0316639049890b2da7d7292bbb2d257b095fa1c60efe8cda64f765ef8e network default NAD default] I0703 22:28:41.659712 3383 cni.go:352] [tssc-app-ci/e2e-tests-go-re3fc18c355e72770943d495fa09139644c68d1cb51ec2-pod e2376d0316639049890b2da7d7292bbb2d257b095fa1c60efe8cda64f765ef8e network default NAD default] DEL finished CNI request [tssc-app-ci/e2e-tests-go-re3fc18c355e72770943d495fa09139644c68d1cb51ec2-pod e2376d0316639049890b2da7d7292bbb2d257b095fa1c60efe8cda64f765ef8e network default NAD default], result "{\"dns\":{}}", err I0703 22:28:41.702463 3383 obj_retry.go:463] Detected object tssc-app-ci/e2e-tests-go-re3fc18c355e72770943d495fa09139644c68d1cb51ec2-pod of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:28:41.702570 3383 pods.go:175] Deleting pod: tssc-app-ci/e2e-tests-go-re3fc18c355e72770943d495fa09139644c68d1cb51ec2-pod I0703 22:28:41.704469 3383 pods.go:218] Attempting to release IPs for pod: tssc-app-ci/e2e-tests-go-re3fc18c355e72770943d495fa09139644c68d1cb51ec2-pod, ips: 10.129.0.76 I0703 22:28:41.704500 3383 obj_retry.go:463] Detected object tssc-app-ci/e2e-tests-go-re3fc18c355e72770943d495fa09139644c68d1cb51ec2-pod of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:29:07.922948 3383 base_network_controller_pods.go:478] [default/tssc-app-stage/e2e-tests-go-rekxubns-7bfd7df4-d74hk] creating logical port tssc-app-stage_e2e-tests-go-rekxubns-7bfd7df4-d74hk for pod on switch ip-10-0-1-250.ec2.internal I0703 22:29:07.923145 3383 kube.go:320] Updating pod tssc-app-stage/e2e-tests-go-rekxubns-7bfd7df4-d74hk I0703 22:29:07.942271 3383 pod.go:62] [tssc-app-stage/e2e-tests-go-rekxubns-7bfd7df4-d74hk] pod update took 19.177239ms I0703 22:29:07.942299 3383 base_network_controller_pods.go:928] [default/tssc-app-stage/e2e-tests-go-rekxubns-7bfd7df4-d74hk] addLogicalPort annotation time took 19.206295ms I0703 22:29:07.943801 3383 pods.go:253] [tssc-app-stage/e2e-tests-go-rekxubns-7bfd7df4-d74hk] addLogicalPort took 20.87204ms, libovsdb time 908.794µs I0703 22:29:08.287549 3383 cni.go:331] [tssc-app-stage/e2e-tests-go-rekxubns-7bfd7df4-d74hk 37125e7ae48405a50085d7252d96be7b116721300542f15149201d75fa958a37 network default NAD default] ADD starting CNI request [tssc-app-stage/e2e-tests-go-rekxubns-7bfd7df4-d74hk 37125e7ae48405a50085d7252d96be7b116721300542f15149201d75fa958a37 network default NAD default] I0703 22:29:08.296782 3383 helper_linux.go:450] ConfigureOVS: namespace: tssc-app-stage, podName: e2e-tests-go-rekxubns-7bfd7df4-d74hk, hostIfaceName: 37125e7ae48405a, network: default, NAD default, SandboxID: "37125e7ae48405a50085d7252d96be7b116721300542f15149201d75fa958a37", PCI device ID: , UID: "9c88308d-c1c8-4bb2-afa2-217c0814855c", MAC: 0a:58:0a:81:00:4f, IPs: [10.129.0.79/23] I0703 22:29:08.350682 3383 cni.go:352] [tssc-app-stage/e2e-tests-go-rekxubns-7bfd7df4-d74hk 37125e7ae48405a50085d7252d96be7b116721300542f15149201d75fa958a37 network default NAD default] ADD finished CNI request [tssc-app-stage/e2e-tests-go-rekxubns-7bfd7df4-d74hk 37125e7ae48405a50085d7252d96be7b116721300542f15149201d75fa958a37 network default NAD default], result "{\"interfaces\":[{\"name\":\"37125e7ae48405a\",\"mac\":\"ba:5c:0c:50:de:24\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:81:00:4f\",\"sandbox\":\"/var/run/netns/7b4b1d9c-dd40-4d7c-a0e1-a3847af2c0ac\"}],\"ips\":[{\"interface\":1,\"address\":\"10.129.0.79/23\",\"gateway\":\"10.129.0.1\"}],\"dns\":{}}", err I0703 22:29:11.863509 3383 cni.go:331] [tssc-app-stage/e2e-tests-go-rekxubns-7bfd7df4-d74hk 37125e7ae48405a50085d7252d96be7b116721300542f15149201d75fa958a37 network default NAD default] DEL starting CNI request [tssc-app-stage/e2e-tests-go-rekxubns-7bfd7df4-d74hk 37125e7ae48405a50085d7252d96be7b116721300542f15149201d75fa958a37 network default NAD default] I0703 22:29:11.944795 3383 cni.go:352] [tssc-app-stage/e2e-tests-go-rekxubns-7bfd7df4-d74hk 37125e7ae48405a50085d7252d96be7b116721300542f15149201d75fa958a37 network default NAD default] DEL finished CNI request [tssc-app-stage/e2e-tests-go-rekxubns-7bfd7df4-d74hk 37125e7ae48405a50085d7252d96be7b116721300542f15149201d75fa958a37 network default NAD default], result "{\"dns\":{}}", err I0703 22:29:12.002189 3383 obj_retry.go:463] Detected object tssc-app-stage/e2e-tests-go-rekxubns-7bfd7df4-d74hk of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:29:12.002232 3383 pods.go:175] Deleting pod: tssc-app-stage/e2e-tests-go-rekxubns-7bfd7df4-d74hk I0703 22:29:12.003808 3383 pods.go:218] Attempting to release IPs for pod: tssc-app-stage/e2e-tests-go-rekxubns-7bfd7df4-d74hk, ips: 10.129.0.79 I0703 22:29:12.003840 3383 obj_retry.go:463] Detected object tssc-app-stage/e2e-tests-go-rekxubns-7bfd7df4-d74hk of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:29:12.741175 3383 obj_retry.go:457] Detected object tssc-app-stage/e2e-tests-go-rekxubns-7bfd7df4-d74hk of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:29:12.741267 3383 obj_retry.go:457] Detected object tssc-app-stage/e2e-tests-go-rekxubns-7bfd7df4-d74hk of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:29:12.745327 3383 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-app-stage/e2e-tests-go-rekxubns-7bfd7df4-d74hk I0703 22:29:12.745406 3383 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod tssc-app-stage/e2e-tests-go-rekxubns-7bfd7df4-d74hk I0703 22:29:15.552859 3383 base_network_controller_pods.go:478] [default/tssc-app-stage/e2e-tests-go-rekxubns-7bfd7df4-pqwqb] creating logical port tssc-app-stage_e2e-tests-go-rekxubns-7bfd7df4-pqwqb for pod on switch ip-10-0-1-250.ec2.internal I0703 22:29:15.552984 3383 kube.go:320] Updating pod tssc-app-stage/e2e-tests-go-rekxubns-7bfd7df4-pqwqb I0703 22:29:15.569367 3383 pod.go:62] [tssc-app-stage/e2e-tests-go-rekxubns-7bfd7df4-pqwqb] pod update took 16.412939ms I0703 22:29:15.569490 3383 base_network_controller_pods.go:928] [default/tssc-app-stage/e2e-tests-go-rekxubns-7bfd7df4-pqwqb] addLogicalPort annotation time took 16.535545ms I0703 22:29:15.570826 3383 pods.go:253] [tssc-app-stage/e2e-tests-go-rekxubns-7bfd7df4-pqwqb] addLogicalPort took 17.986661ms, libovsdb time 815.54µs I0703 22:29:16.216639 3383 cni.go:331] [tssc-app-stage/e2e-tests-go-rekxubns-7bfd7df4-pqwqb 7149bc9dcbb77e3a896fdc2948340d331634e0b2bc790371a96fafc23a05ba00 network default NAD default] ADD starting CNI request [tssc-app-stage/e2e-tests-go-rekxubns-7bfd7df4-pqwqb 7149bc9dcbb77e3a896fdc2948340d331634e0b2bc790371a96fafc23a05ba00 network default NAD default] I0703 22:29:16.225971 3383 helper_linux.go:450] ConfigureOVS: namespace: tssc-app-stage, podName: e2e-tests-go-rekxubns-7bfd7df4-pqwqb, hostIfaceName: 7149bc9dcbb77e3, network: default, NAD default, SandboxID: "7149bc9dcbb77e3a896fdc2948340d331634e0b2bc790371a96fafc23a05ba00", PCI device ID: , UID: "bbc05f77-f06f-493b-bd21-38858b6a974c", MAC: 0a:58:0a:81:00:50, IPs: [10.129.0.80/23] I0703 22:29:16.281907 3383 cni.go:352] [tssc-app-stage/e2e-tests-go-rekxubns-7bfd7df4-pqwqb 7149bc9dcbb77e3a896fdc2948340d331634e0b2bc790371a96fafc23a05ba00 network default NAD default] ADD finished CNI request [tssc-app-stage/e2e-tests-go-rekxubns-7bfd7df4-pqwqb 7149bc9dcbb77e3a896fdc2948340d331634e0b2bc790371a96fafc23a05ba00 network default NAD default], result "{\"interfaces\":[{\"name\":\"7149bc9dcbb77e3\",\"mac\":\"8e:ca:b3:18:46:83\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:81:00:50\",\"sandbox\":\"/var/run/netns/fdf51507-cb2e-4fff-8d4f-0d25424eea50\"}],\"ips\":[{\"interface\":1,\"address\":\"10.129.0.80/23\",\"gateway\":\"10.129.0.1\"}],\"dns\":{}}", err I0703 22:29:28.181221 3383 obj_retry.go:463] Detected object tssc-app-stage/e2e-tests-go-rekxubns-788dc7dfd9-n95fs of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:29:28.181796 3383 obj_retry.go:463] Detected object tssc-app-stage/e2e-tests-go-rekxubns-788dc7dfd9-n95fs of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:29:28.887477 3383 obj_retry.go:457] Detected object tssc-app-stage/e2e-tests-go-rekxubns-788dc7dfd9-n95fs of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:29:28.887558 3383 obj_retry.go:457] Detected object tssc-app-stage/e2e-tests-go-rekxubns-788dc7dfd9-n95fs of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:29:28.893759 3383 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-app-stage/e2e-tests-go-rekxubns-788dc7dfd9-n95fs I0703 22:29:28.893786 3383 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod tssc-app-stage/e2e-tests-go-rekxubns-788dc7dfd9-n95fs I0703 22:29:44.474888 3383 base_network_controller_pods.go:478] [default/tssc-app-ci/affinity-assistant-6b1e752f01-0] creating logical port tssc-app-ci_affinity-assistant-6b1e752f01-0 for pod on switch ip-10-0-1-250.ec2.internal I0703 22:29:44.475027 3383 kube.go:320] Updating pod tssc-app-ci/affinity-assistant-6b1e752f01-0 I0703 22:29:44.490739 3383 pod.go:62] [tssc-app-ci/affinity-assistant-6b1e752f01-0] pod update took 15.764532ms I0703 22:29:44.490903 3383 base_network_controller_pods.go:928] [default/tssc-app-ci/affinity-assistant-6b1e752f01-0] addLogicalPort annotation time took 15.8661ms I0703 22:29:44.492759 3383 pods.go:253] [tssc-app-ci/affinity-assistant-6b1e752f01-0] addLogicalPort took 17.895565ms, libovsdb time 1.141086ms I0703 22:29:44.620000 3383 base_network_controller_pods.go:478] [default/tssc-app-ci/e2e-tests-go-r96a1ab83762a84db991c16a167b0d88aa498058b0bf34-pod] creating logical port tssc-app-ci_e2e-tests-go-r96a1ab83762a84db991c16a167b0d88aa498058b0bf34-pod for pod on switch ip-10-0-1-250.ec2.internal I0703 22:29:44.620241 3383 kube.go:320] Updating pod tssc-app-ci/e2e-tests-go-r96a1ab83762a84db991c16a167b0d88aa498058b0bf34-pod I0703 22:29:44.647561 3383 pod.go:62] [tssc-app-ci/e2e-tests-go-r96a1ab83762a84db991c16a167b0d88aa498058b0bf34-pod] pod update took 27.364932ms I0703 22:29:44.647590 3383 base_network_controller_pods.go:928] [default/tssc-app-ci/e2e-tests-go-r96a1ab83762a84db991c16a167b0d88aa498058b0bf34-pod] addLogicalPort annotation time took 27.398957ms I0703 22:29:44.649318 3383 pods.go:253] [tssc-app-ci/e2e-tests-go-r96a1ab83762a84db991c16a167b0d88aa498058b0bf34-pod] addLogicalPort took 29.362412ms, libovsdb time 1.017915ms I0703 22:29:44.847637 3383 cni.go:331] [tssc-app-ci/affinity-assistant-6b1e752f01-0 7e422d7eeb49859005041cf951eea5e5353ed8f81cf076cb398474efc8a10292 network default NAD default] ADD starting CNI request [tssc-app-ci/affinity-assistant-6b1e752f01-0 7e422d7eeb49859005041cf951eea5e5353ed8f81cf076cb398474efc8a10292 network default NAD default] I0703 22:29:44.858498 3383 helper_linux.go:450] ConfigureOVS: namespace: tssc-app-ci, podName: affinity-assistant-6b1e752f01-0, hostIfaceName: 7e422d7eeb49859, network: default, NAD default, SandboxID: "7e422d7eeb49859005041cf951eea5e5353ed8f81cf076cb398474efc8a10292", PCI device ID: , UID: "fb7c2857-1fe5-41a1-83c4-a8cc6d5734cc", MAC: 0a:58:0a:81:00:51, IPs: [10.129.0.81/23] I0703 22:29:44.927470 3383 cni.go:352] [tssc-app-ci/affinity-assistant-6b1e752f01-0 7e422d7eeb49859005041cf951eea5e5353ed8f81cf076cb398474efc8a10292 network default NAD default] ADD finished CNI request [tssc-app-ci/affinity-assistant-6b1e752f01-0 7e422d7eeb49859005041cf951eea5e5353ed8f81cf076cb398474efc8a10292 network default NAD default], result "{\"interfaces\":[{\"name\":\"7e422d7eeb49859\",\"mac\":\"62:dd:7d:8e:30:93\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:81:00:51\",\"sandbox\":\"/var/run/netns/ec7ce3a6-9b05-456e-b43d-9b8239d60c1c\"}],\"ips\":[{\"interface\":1,\"address\":\"10.129.0.81/23\",\"gateway\":\"10.129.0.1\"}],\"dns\":{}}", err I0703 22:29:47.384761 3383 cni.go:331] [tssc-app-ci/e2e-tests-go-r96a1ab83762a84db991c16a167b0d88aa498058b0bf34-pod 1ae000817ef0f7e09e432b57d87122531dbbcf733ce6e677c17d1a0fd144deb0 network default NAD default] ADD starting CNI request [tssc-app-ci/e2e-tests-go-r96a1ab83762a84db991c16a167b0d88aa498058b0bf34-pod 1ae000817ef0f7e09e432b57d87122531dbbcf733ce6e677c17d1a0fd144deb0 network default NAD default] I0703 22:29:47.397630 3383 helper_linux.go:450] ConfigureOVS: namespace: tssc-app-ci, podName: e2e-tests-go-r96a1ab83762a84db991c16a167b0d88aa498058b0bf34-pod, hostIfaceName: 1ae000817ef0f7e, network: default, NAD default, SandboxID: "1ae000817ef0f7e09e432b57d87122531dbbcf733ce6e677c17d1a0fd144deb0", PCI device ID: , UID: "fd6daec3-860a-4511-ab0e-b3e433b2686b", MAC: 0a:58:0a:81:00:52, IPs: [10.129.0.82/23] I0703 22:29:47.452178 3383 cni.go:352] [tssc-app-ci/e2e-tests-go-r96a1ab83762a84db991c16a167b0d88aa498058b0bf34-pod 1ae000817ef0f7e09e432b57d87122531dbbcf733ce6e677c17d1a0fd144deb0 network default NAD default] ADD finished CNI request [tssc-app-ci/e2e-tests-go-r96a1ab83762a84db991c16a167b0d88aa498058b0bf34-pod 1ae000817ef0f7e09e432b57d87122531dbbcf733ce6e677c17d1a0fd144deb0 network default NAD default], result "{\"interfaces\":[{\"name\":\"1ae000817ef0f7e\",\"mac\":\"f6:c6:c3:e5:84:23\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:81:00:52\",\"sandbox\":\"/var/run/netns/b60c456b-bc2d-4ab6-b712-a11dc061fe54\"}],\"ips\":[{\"interface\":1,\"address\":\"10.129.0.82/23\",\"gateway\":\"10.129.0.1\"}],\"dns\":{}}", err I0703 22:29:52.187486 3383 base_network_controller_pods.go:478] [default/tssc-app-ci/e2e-tests-go-rekxubns-gitop9dbf4802a7933c0e39bd5fa433bd8f77-pod] creating logical port tssc-app-ci_e2e-tests-go-rekxubns-gitop9dbf4802a7933c0e39bd5fa433bd8f77-pod for pod on switch ip-10-0-1-250.ec2.internal I0703 22:29:52.187780 3383 kube.go:320] Updating pod tssc-app-ci/e2e-tests-go-rekxubns-gitop9dbf4802a7933c0e39bd5fa433bd8f77-pod I0703 22:29:52.210068 3383 pod.go:62] [tssc-app-ci/e2e-tests-go-rekxubns-gitop9dbf4802a7933c0e39bd5fa433bd8f77-pod] pod update took 22.342276ms I0703 22:29:52.210106 3383 base_network_controller_pods.go:928] [default/tssc-app-ci/e2e-tests-go-rekxubns-gitop9dbf4802a7933c0e39bd5fa433bd8f77-pod] addLogicalPort annotation time took 22.386742ms I0703 22:29:52.212037 3383 pods.go:253] [tssc-app-ci/e2e-tests-go-rekxubns-gitop9dbf4802a7933c0e39bd5fa433bd8f77-pod] addLogicalPort took 24.572785ms, libovsdb time 1.154214ms I0703 22:29:52.566690 3383 cni.go:331] [tssc-app-ci/e2e-tests-go-rekxubns-gitop9dbf4802a7933c0e39bd5fa433bd8f77-pod 03bc6872d31dbee2d970b801e6cb838baa158cff1bc23d6078bc80660144e110 network default NAD default] ADD starting CNI request [tssc-app-ci/e2e-tests-go-rekxubns-gitop9dbf4802a7933c0e39bd5fa433bd8f77-pod 03bc6872d31dbee2d970b801e6cb838baa158cff1bc23d6078bc80660144e110 network default NAD default] I0703 22:29:52.577073 3383 helper_linux.go:450] ConfigureOVS: namespace: tssc-app-ci, podName: e2e-tests-go-rekxubns-gitop9dbf4802a7933c0e39bd5fa433bd8f77-pod, hostIfaceName: 03bc6872d31dbee, network: default, NAD default, SandboxID: "03bc6872d31dbee2d970b801e6cb838baa158cff1bc23d6078bc80660144e110", PCI device ID: , UID: "923eb85a-a92f-44f8-8015-b374f0be80e7", MAC: 0a:58:0a:81:00:53, IPs: [10.129.0.83/23] I0703 22:29:52.630962 3383 cni.go:352] [tssc-app-ci/e2e-tests-go-rekxubns-gitop9dbf4802a7933c0e39bd5fa433bd8f77-pod 03bc6872d31dbee2d970b801e6cb838baa158cff1bc23d6078bc80660144e110 network default NAD default] ADD finished CNI request [tssc-app-ci/e2e-tests-go-rekxubns-gitop9dbf4802a7933c0e39bd5fa433bd8f77-pod 03bc6872d31dbee2d970b801e6cb838baa158cff1bc23d6078bc80660144e110 network default NAD default], result "{\"interfaces\":[{\"name\":\"03bc6872d31dbee\",\"mac\":\"9e:77:53:60:7b:5a\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:81:00:53\",\"sandbox\":\"/var/run/netns/5edd5c5c-6174-4fa6-a5c0-5727868c04a0\"}],\"ips\":[{\"interface\":1,\"address\":\"10.129.0.83/23\",\"gateway\":\"10.129.0.1\"}],\"dns\":{}}", err I0703 22:29:53.007884 3383 cni.go:331] [tssc-app-ci/e2e-tests-go-r96a1ab83762a84db991c16a167b0d88aa498058b0bf34-pod 1ae000817ef0f7e09e432b57d87122531dbbcf733ce6e677c17d1a0fd144deb0 network default NAD default] DEL starting CNI request [tssc-app-ci/e2e-tests-go-r96a1ab83762a84db991c16a167b0d88aa498058b0bf34-pod 1ae000817ef0f7e09e432b57d87122531dbbcf733ce6e677c17d1a0fd144deb0 network default NAD default] I0703 22:29:53.106846 3383 cni.go:352] [tssc-app-ci/e2e-tests-go-r96a1ab83762a84db991c16a167b0d88aa498058b0bf34-pod 1ae000817ef0f7e09e432b57d87122531dbbcf733ce6e677c17d1a0fd144deb0 network default NAD default] DEL finished CNI request [tssc-app-ci/e2e-tests-go-r96a1ab83762a84db991c16a167b0d88aa498058b0bf34-pod 1ae000817ef0f7e09e432b57d87122531dbbcf733ce6e677c17d1a0fd144deb0 network default NAD default], result "{\"dns\":{}}", err I0703 22:29:53.192162 3383 obj_retry.go:463] Detected object tssc-app-ci/e2e-tests-go-r96a1ab83762a84db991c16a167b0d88aa498058b0bf34-pod of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:29:53.192233 3383 pods.go:175] Deleting pod: tssc-app-ci/e2e-tests-go-r96a1ab83762a84db991c16a167b0d88aa498058b0bf34-pod I0703 22:29:53.193967 3383 pods.go:218] Attempting to release IPs for pod: tssc-app-ci/e2e-tests-go-r96a1ab83762a84db991c16a167b0d88aa498058b0bf34-pod, ips: 10.129.0.82 I0703 22:29:53.193998 3383 obj_retry.go:463] Detected object tssc-app-ci/e2e-tests-go-r96a1ab83762a84db991c16a167b0d88aa498058b0bf34-pod of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:29:58.196681 3383 base_network_controller_pods.go:478] [default/tssc-app-ci/e2e-tests-go-re96a1ab83762aa65c9e40da900807e513121f4d762581-pod] creating logical port tssc-app-ci_e2e-tests-go-re96a1ab83762aa65c9e40da900807e513121f4d762581-pod for pod on switch ip-10-0-1-250.ec2.internal I0703 22:29:58.196915 3383 kube.go:320] Updating pod tssc-app-ci/e2e-tests-go-re96a1ab83762aa65c9e40da900807e513121f4d762581-pod I0703 22:29:58.225608 3383 pod.go:62] [tssc-app-ci/e2e-tests-go-re96a1ab83762aa65c9e40da900807e513121f4d762581-pod] pod update took 28.744732ms I0703 22:29:58.225632 3383 base_network_controller_pods.go:928] [default/tssc-app-ci/e2e-tests-go-re96a1ab83762aa65c9e40da900807e513121f4d762581-pod] addLogicalPort annotation time took 28.775053ms I0703 22:29:58.227449 3383 pods.go:253] [tssc-app-ci/e2e-tests-go-re96a1ab83762aa65c9e40da900807e513121f4d762581-pod] addLogicalPort took 30.790548ms, libovsdb time 1.131872ms I0703 22:29:58.262939 3383 base_network_controller_pods.go:478] [default/tssc-app-ci/e2e-tests-go-rek96a1ab837624f008345419ccc489cb96ec65d039801-pod] creating logical port tssc-app-ci_e2e-tests-go-rek96a1ab837624f008345419ccc489cb96ec65d039801-pod for pod on switch ip-10-0-1-250.ec2.internal I0703 22:29:58.263228 3383 kube.go:320] Updating pod tssc-app-ci/e2e-tests-go-rek96a1ab837624f008345419ccc489cb96ec65d039801-pod I0703 22:29:58.283432 3383 pod.go:62] [tssc-app-ci/e2e-tests-go-rek96a1ab837624f008345419ccc489cb96ec65d039801-pod] pod update took 20.249221ms I0703 22:29:58.283466 3383 base_network_controller_pods.go:928] [default/tssc-app-ci/e2e-tests-go-rek96a1ab837624f008345419ccc489cb96ec65d039801-pod] addLogicalPort annotation time took 20.286398ms I0703 22:29:58.285495 3383 pods.go:253] [tssc-app-ci/e2e-tests-go-rek96a1ab837624f008345419ccc489cb96ec65d039801-pod] addLogicalPort took 22.574998ms, libovsdb time 1.216776ms I0703 22:29:58.567073 3383 cni.go:331] [tssc-app-ci/e2e-tests-go-re96a1ab83762aa65c9e40da900807e513121f4d762581-pod f6ab24c5ba3dbb606a20eaefcf6a89f74c7f4357dfe41d003cec6e3d366dd14d network default NAD default] ADD starting CNI request [tssc-app-ci/e2e-tests-go-re96a1ab83762aa65c9e40da900807e513121f4d762581-pod f6ab24c5ba3dbb606a20eaefcf6a89f74c7f4357dfe41d003cec6e3d366dd14d network default NAD default] I0703 22:29:58.578163 3383 helper_linux.go:450] ConfigureOVS: namespace: tssc-app-ci, podName: e2e-tests-go-re96a1ab83762aa65c9e40da900807e513121f4d762581-pod, hostIfaceName: f6ab24c5ba3dbb6, network: default, NAD default, SandboxID: "f6ab24c5ba3dbb606a20eaefcf6a89f74c7f4357dfe41d003cec6e3d366dd14d", PCI device ID: , UID: "15e753d5-598d-4f9b-862c-51400a9225c9", MAC: 0a:58:0a:81:00:54, IPs: [10.129.0.84/23] I0703 22:29:58.640393 3383 cni.go:352] [tssc-app-ci/e2e-tests-go-re96a1ab83762aa65c9e40da900807e513121f4d762581-pod f6ab24c5ba3dbb606a20eaefcf6a89f74c7f4357dfe41d003cec6e3d366dd14d network default NAD default] ADD finished CNI request [tssc-app-ci/e2e-tests-go-re96a1ab83762aa65c9e40da900807e513121f4d762581-pod f6ab24c5ba3dbb606a20eaefcf6a89f74c7f4357dfe41d003cec6e3d366dd14d network default NAD default], result "{\"interfaces\":[{\"name\":\"f6ab24c5ba3dbb6\",\"mac\":\"de:86:71:89:01:52\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:81:00:54\",\"sandbox\":\"/var/run/netns/a1d21776-0af7-4170-af4d-6103ce65af64\"}],\"ips\":[{\"interface\":1,\"address\":\"10.129.0.84/23\",\"gateway\":\"10.129.0.1\"}],\"dns\":{}}", err I0703 22:29:58.642708 3383 cni.go:331] [tssc-app-ci/e2e-tests-go-rek96a1ab837624f008345419ccc489cb96ec65d039801-pod 739eaa3f0bc6b494734c7475ce7bd290488d361bdab049ea4546767359b4a7f9 network default NAD default] ADD starting CNI request [tssc-app-ci/e2e-tests-go-rek96a1ab837624f008345419ccc489cb96ec65d039801-pod 739eaa3f0bc6b494734c7475ce7bd290488d361bdab049ea4546767359b4a7f9 network default NAD default] I0703 22:29:58.653037 3383 helper_linux.go:450] ConfigureOVS: namespace: tssc-app-ci, podName: e2e-tests-go-rek96a1ab837624f008345419ccc489cb96ec65d039801-pod, hostIfaceName: 739eaa3f0bc6b49, network: default, NAD default, SandboxID: "739eaa3f0bc6b494734c7475ce7bd290488d361bdab049ea4546767359b4a7f9", PCI device ID: , UID: "e677677c-d88a-4f1a-b81e-e5c0c6c28359", MAC: 0a:58:0a:81:00:55, IPs: [10.129.0.85/23] I0703 22:29:58.718017 3383 cni.go:352] [tssc-app-ci/e2e-tests-go-rek96a1ab837624f008345419ccc489cb96ec65d039801-pod 739eaa3f0bc6b494734c7475ce7bd290488d361bdab049ea4546767359b4a7f9 network default NAD default] ADD finished CNI request [tssc-app-ci/e2e-tests-go-rek96a1ab837624f008345419ccc489cb96ec65d039801-pod 739eaa3f0bc6b494734c7475ce7bd290488d361bdab049ea4546767359b4a7f9 network default NAD default], result "{\"interfaces\":[{\"name\":\"739eaa3f0bc6b49\",\"mac\":\"aa:8e:b2:3e:18:22\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:81:00:55\",\"sandbox\":\"/var/run/netns/413d5bde-6fdf-4c4c-95b7-619464641f2c\"}],\"ips\":[{\"interface\":1,\"address\":\"10.129.0.85/23\",\"gateway\":\"10.129.0.1\"}],\"dns\":{}}", err I0703 22:29:59.059905 3383 cni.go:331] [tssc-app-ci/e2e-tests-go-rekxubns-gitop9dbf4802a7933c0e39bd5fa433bd8f77-pod 03bc6872d31dbee2d970b801e6cb838baa158cff1bc23d6078bc80660144e110 network default NAD default] DEL starting CNI request [tssc-app-ci/e2e-tests-go-rekxubns-gitop9dbf4802a7933c0e39bd5fa433bd8f77-pod 03bc6872d31dbee2d970b801e6cb838baa158cff1bc23d6078bc80660144e110 network default NAD default] I0703 22:29:59.149751 3383 cni.go:352] [tssc-app-ci/e2e-tests-go-rekxubns-gitop9dbf4802a7933c0e39bd5fa433bd8f77-pod 03bc6872d31dbee2d970b801e6cb838baa158cff1bc23d6078bc80660144e110 network default NAD default] DEL finished CNI request [tssc-app-ci/e2e-tests-go-rekxubns-gitop9dbf4802a7933c0e39bd5fa433bd8f77-pod 03bc6872d31dbee2d970b801e6cb838baa158cff1bc23d6078bc80660144e110 network default NAD default], result "{\"dns\":{}}", err I0703 22:29:59.247091 3383 obj_retry.go:463] Detected object tssc-app-ci/e2e-tests-go-rekxubns-gitop9dbf4802a7933c0e39bd5fa433bd8f77-pod of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:29:59.247215 3383 pods.go:175] Deleting pod: tssc-app-ci/e2e-tests-go-rekxubns-gitop9dbf4802a7933c0e39bd5fa433bd8f77-pod I0703 22:29:59.250445 3383 pods.go:218] Attempting to release IPs for pod: tssc-app-ci/e2e-tests-go-rekxubns-gitop9dbf4802a7933c0e39bd5fa433bd8f77-pod, ips: 10.129.0.83 I0703 22:29:59.250494 3383 obj_retry.go:463] Detected object tssc-app-ci/e2e-tests-go-rekxubns-gitop9dbf4802a7933c0e39bd5fa433bd8f77-pod of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:30:04.207654 3383 obj_retry.go:463] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29718630-9jmf6 of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:30:04.208423 3383 obj_retry.go:463] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29718630-9jmf6 of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:30:05.076376 3383 obj_retry.go:457] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29718630-9jmf6 of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:30:05.076406 3383 obj_retry.go:457] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29718630-9jmf6 of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:30:05.132812 3383 obj_retry.go:457] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29718600-k8k48 of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:30:05.132841 3383 obj_retry.go:457] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29718600-k8k48 of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:30:05.136492 3383 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-backplane/osd-delete-backplane-serviceaccounts-29718600-k8k48 I0703 22:30:05.136534 3383 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod openshift-backplane/osd-delete-backplane-serviceaccounts-29718600-k8k48 I0703 22:30:06.279436 3383 base_network_controller_pods.go:478] [default/tssc-app-ci/e2e-tests-go-rekxubns-gitop666f92e3352b4de237912f06fdcd75d7-pod] creating logical port tssc-app-ci_e2e-tests-go-rekxubns-gitop666f92e3352b4de237912f06fdcd75d7-pod for pod on switch ip-10-0-1-250.ec2.internal I0703 22:30:06.279638 3383 kube.go:320] Updating pod tssc-app-ci/e2e-tests-go-rekxubns-gitop666f92e3352b4de237912f06fdcd75d7-pod I0703 22:30:06.306882 3383 pod.go:62] [tssc-app-ci/e2e-tests-go-rekxubns-gitop666f92e3352b4de237912f06fdcd75d7-pod] pod update took 27.283405ms I0703 22:30:06.306913 3383 base_network_controller_pods.go:928] [default/tssc-app-ci/e2e-tests-go-rekxubns-gitop666f92e3352b4de237912f06fdcd75d7-pod] addLogicalPort annotation time took 27.318754ms I0703 22:30:06.308548 3383 pods.go:253] [tssc-app-ci/e2e-tests-go-rekxubns-gitop666f92e3352b4de237912f06fdcd75d7-pod] addLogicalPort took 29.127225ms, libovsdb time 1.086145ms I0703 22:30:06.664961 3383 cni.go:331] [tssc-app-ci/e2e-tests-go-rekxubns-gitop666f92e3352b4de237912f06fdcd75d7-pod c38f4ac133656ef0bf725bacb642a02aaa3c30098366fdbc24cf86d2b01e2d2f network default NAD default] ADD starting CNI request [tssc-app-ci/e2e-tests-go-rekxubns-gitop666f92e3352b4de237912f06fdcd75d7-pod c38f4ac133656ef0bf725bacb642a02aaa3c30098366fdbc24cf86d2b01e2d2f network default NAD default] I0703 22:30:06.676792 3383 helper_linux.go:450] ConfigureOVS: namespace: tssc-app-ci, podName: e2e-tests-go-rekxubns-gitop666f92e3352b4de237912f06fdcd75d7-pod, hostIfaceName: c38f4ac133656ef, network: default, NAD default, SandboxID: "c38f4ac133656ef0bf725bacb642a02aaa3c30098366fdbc24cf86d2b01e2d2f", PCI device ID: , UID: "84ed185c-d91d-4be8-ac2b-28f4a8365daf", MAC: 0a:58:0a:81:00:56, IPs: [10.129.0.86/23] I0703 22:30:06.749824 3383 cni.go:352] [tssc-app-ci/e2e-tests-go-rekxubns-gitop666f92e3352b4de237912f06fdcd75d7-pod c38f4ac133656ef0bf725bacb642a02aaa3c30098366fdbc24cf86d2b01e2d2f network default NAD default] ADD finished CNI request [tssc-app-ci/e2e-tests-go-rekxubns-gitop666f92e3352b4de237912f06fdcd75d7-pod c38f4ac133656ef0bf725bacb642a02aaa3c30098366fdbc24cf86d2b01e2d2f network default NAD default], result "{\"interfaces\":[{\"name\":\"c38f4ac133656ef\",\"mac\":\"62:4d:b8:b4:71:44\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:81:00:56\",\"sandbox\":\"/var/run/netns/55d4f6b1-1f5a-4b3e-a5bb-3ed4cf9415e2\"}],\"ips\":[{\"interface\":1,\"address\":\"10.129.0.86/23\",\"gateway\":\"10.129.0.1\"}],\"dns\":{}}", err I0703 22:30:07.144033 3383 cni.go:331] [tssc-app-ci/e2e-tests-go-rek96a1ab837624f008345419ccc489cb96ec65d039801-pod 739eaa3f0bc6b494734c7475ce7bd290488d361bdab049ea4546767359b4a7f9 network default NAD default] DEL starting CNI request [tssc-app-ci/e2e-tests-go-rek96a1ab837624f008345419ccc489cb96ec65d039801-pod 739eaa3f0bc6b494734c7475ce7bd290488d361bdab049ea4546767359b4a7f9 network default NAD default] I0703 22:30:07.233879 3383 cni.go:352] [tssc-app-ci/e2e-tests-go-rek96a1ab837624f008345419ccc489cb96ec65d039801-pod 739eaa3f0bc6b494734c7475ce7bd290488d361bdab049ea4546767359b4a7f9 network default NAD default] DEL finished CNI request [tssc-app-ci/e2e-tests-go-rek96a1ab837624f008345419ccc489cb96ec65d039801-pod 739eaa3f0bc6b494734c7475ce7bd290488d361bdab049ea4546767359b4a7f9 network default NAD default], result "{\"dns\":{}}", err I0703 22:30:07.299374 3383 obj_retry.go:463] Detected object tssc-app-ci/e2e-tests-go-rek96a1ab837624f008345419ccc489cb96ec65d039801-pod of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:30:07.299491 3383 pods.go:175] Deleting pod: tssc-app-ci/e2e-tests-go-rek96a1ab837624f008345419ccc489cb96ec65d039801-pod I0703 22:30:07.302355 3383 pods.go:218] Attempting to release IPs for pod: tssc-app-ci/e2e-tests-go-rek96a1ab837624f008345419ccc489cb96ec65d039801-pod, ips: 10.129.0.85 I0703 22:30:07.302402 3383 obj_retry.go:463] Detected object tssc-app-ci/e2e-tests-go-rek96a1ab837624f008345419ccc489cb96ec65d039801-pod of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:30:13.198421 3383 cni.go:331] [tssc-app-ci/e2e-tests-go-rekxubns-gitop666f92e3352b4de237912f06fdcd75d7-pod c38f4ac133656ef0bf725bacb642a02aaa3c30098366fdbc24cf86d2b01e2d2f network default NAD default] DEL starting CNI request [tssc-app-ci/e2e-tests-go-rekxubns-gitop666f92e3352b4de237912f06fdcd75d7-pod c38f4ac133656ef0bf725bacb642a02aaa3c30098366fdbc24cf86d2b01e2d2f network default NAD default] I0703 22:30:13.290712 3383 cni.go:352] [tssc-app-ci/e2e-tests-go-rekxubns-gitop666f92e3352b4de237912f06fdcd75d7-pod c38f4ac133656ef0bf725bacb642a02aaa3c30098366fdbc24cf86d2b01e2d2f network default NAD default] DEL finished CNI request [tssc-app-ci/e2e-tests-go-rekxubns-gitop666f92e3352b4de237912f06fdcd75d7-pod c38f4ac133656ef0bf725bacb642a02aaa3c30098366fdbc24cf86d2b01e2d2f network default NAD default], result "{\"dns\":{}}", err I0703 22:30:13.363784 3383 obj_retry.go:463] Detected object tssc-app-ci/e2e-tests-go-rekxubns-gitop666f92e3352b4de237912f06fdcd75d7-pod of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:30:13.363825 3383 pods.go:175] Deleting pod: tssc-app-ci/e2e-tests-go-rekxubns-gitop666f92e3352b4de237912f06fdcd75d7-pod I0703 22:30:13.366057 3383 pods.go:218] Attempting to release IPs for pod: tssc-app-ci/e2e-tests-go-rekxubns-gitop666f92e3352b4de237912f06fdcd75d7-pod, ips: 10.129.0.86 I0703 22:30:13.366173 3383 obj_retry.go:463] Detected object tssc-app-ci/e2e-tests-go-rekxubns-gitop666f92e3352b4de237912f06fdcd75d7-pod of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:30:23.607019 3383 cni.go:331] [tssc-app-ci/affinity-assistant-6b1e752f01-0 7e422d7eeb49859005041cf951eea5e5353ed8f81cf076cb398474efc8a10292 network default NAD default] DEL starting CNI request [tssc-app-ci/affinity-assistant-6b1e752f01-0 7e422d7eeb49859005041cf951eea5e5353ed8f81cf076cb398474efc8a10292 network default NAD default] I0703 22:30:23.698551 3383 cni.go:352] [tssc-app-ci/affinity-assistant-6b1e752f01-0 7e422d7eeb49859005041cf951eea5e5353ed8f81cf076cb398474efc8a10292 network default NAD default] DEL finished CNI request [tssc-app-ci/affinity-assistant-6b1e752f01-0 7e422d7eeb49859005041cf951eea5e5353ed8f81cf076cb398474efc8a10292 network default NAD default], result "{\"dns\":{}}", err I0703 22:30:23.763895 3383 obj_retry.go:463] Detected object tssc-app-ci/affinity-assistant-6b1e752f01-0 of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:30:23.763934 3383 pods.go:175] Deleting pod: tssc-app-ci/affinity-assistant-6b1e752f01-0 I0703 22:30:23.765923 3383 pods.go:218] Attempting to release IPs for pod: tssc-app-ci/affinity-assistant-6b1e752f01-0, ips: 10.129.0.81 I0703 22:30:23.765960 3383 obj_retry.go:463] Detected object tssc-app-ci/affinity-assistant-6b1e752f01-0 of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:30:24.271584 3383 obj_retry.go:457] Detected object tssc-app-ci/affinity-assistant-6b1e752f01-0 of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:30:24.271619 3383 obj_retry.go:457] Detected object tssc-app-ci/affinity-assistant-6b1e752f01-0 of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:30:24.275297 3383 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-app-ci/affinity-assistant-6b1e752f01-0 I0703 22:30:24.275333 3383 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod tssc-app-ci/affinity-assistant-6b1e752f01-0 I0703 22:30:24.282221 3383 cni.go:331] [tssc-app-ci/e2e-tests-go-re96a1ab83762aa65c9e40da900807e513121f4d762581-pod f6ab24c5ba3dbb606a20eaefcf6a89f74c7f4357dfe41d003cec6e3d366dd14d network default NAD default] DEL starting CNI request [tssc-app-ci/e2e-tests-go-re96a1ab83762aa65c9e40da900807e513121f4d762581-pod f6ab24c5ba3dbb606a20eaefcf6a89f74c7f4357dfe41d003cec6e3d366dd14d network default NAD default] I0703 22:30:24.370264 3383 cni.go:352] [tssc-app-ci/e2e-tests-go-re96a1ab83762aa65c9e40da900807e513121f4d762581-pod f6ab24c5ba3dbb606a20eaefcf6a89f74c7f4357dfe41d003cec6e3d366dd14d network default NAD default] DEL finished CNI request [tssc-app-ci/e2e-tests-go-re96a1ab83762aa65c9e40da900807e513121f4d762581-pod f6ab24c5ba3dbb606a20eaefcf6a89f74c7f4357dfe41d003cec6e3d366dd14d network default NAD default], result "{\"dns\":{}}", err I0703 22:30:24.411747 3383 obj_retry.go:463] Detected object tssc-app-ci/e2e-tests-go-re96a1ab83762aa65c9e40da900807e513121f4d762581-pod of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:30:24.411781 3383 pods.go:175] Deleting pod: tssc-app-ci/e2e-tests-go-re96a1ab83762aa65c9e40da900807e513121f4d762581-pod I0703 22:30:24.413693 3383 pods.go:218] Attempting to release IPs for pod: tssc-app-ci/e2e-tests-go-re96a1ab83762aa65c9e40da900807e513121f4d762581-pod, ips: 10.129.0.84 I0703 22:30:24.413731 3383 obj_retry.go:463] Detected object tssc-app-ci/e2e-tests-go-re96a1ab83762aa65c9e40da900807e513121f4d762581-pod of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:30:38.826273 3383 reflector.go:879] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.NetworkPolicy total 6 items received I0703 22:30:45.825843 3383 reflector.go:879] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Node total 57 items received I0703 22:30:57.048199 3383 reflector.go:879] github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/userdefinednetwork/v1/apis/informers/externalversions/factory.go:140: Watch close - *v1.UserDefinedNetwork total 6 items received I0703 22:31:01.699954 3383 base_network_controller_pods.go:478] [default/tssc-app-prod/e2e-tests-go-rekxubns-7bfd7df4-zj8z5] creating logical port tssc-app-prod_e2e-tests-go-rekxubns-7bfd7df4-zj8z5 for pod on switch ip-10-0-1-250.ec2.internal I0703 22:31:01.700076 3383 kube.go:320] Updating pod tssc-app-prod/e2e-tests-go-rekxubns-7bfd7df4-zj8z5 I0703 22:31:01.716634 3383 pod.go:62] [tssc-app-prod/e2e-tests-go-rekxubns-7bfd7df4-zj8z5] pod update took 16.589636ms I0703 22:31:01.716728 3383 base_network_controller_pods.go:928] [default/tssc-app-prod/e2e-tests-go-rekxubns-7bfd7df4-zj8z5] addLogicalPort annotation time took 16.690333ms I0703 22:31:01.718231 3383 pods.go:253] [tssc-app-prod/e2e-tests-go-rekxubns-7bfd7df4-zj8z5] addLogicalPort took 18.294436ms, libovsdb time 851.271µs I0703 22:31:02.066673 3383 cni.go:331] [tssc-app-prod/e2e-tests-go-rekxubns-7bfd7df4-zj8z5 3a77690197879e7679c3150a4a479abd7b26fa8c5fc9df49cd26bcc7bf69f36d network default NAD default] ADD starting CNI request [tssc-app-prod/e2e-tests-go-rekxubns-7bfd7df4-zj8z5 3a77690197879e7679c3150a4a479abd7b26fa8c5fc9df49cd26bcc7bf69f36d network default NAD default] I0703 22:31:02.076383 3383 helper_linux.go:450] ConfigureOVS: namespace: tssc-app-prod, podName: e2e-tests-go-rekxubns-7bfd7df4-zj8z5, hostIfaceName: 3a77690197879e7, network: default, NAD default, SandboxID: "3a77690197879e7679c3150a4a479abd7b26fa8c5fc9df49cd26bcc7bf69f36d", PCI device ID: , UID: "e4734f2c-9a7b-46e2-8483-fe0454e41b5d", MAC: 0a:58:0a:81:00:57, IPs: [10.129.0.87/23] I0703 22:31:02.133262 3383 cni.go:352] [tssc-app-prod/e2e-tests-go-rekxubns-7bfd7df4-zj8z5 3a77690197879e7679c3150a4a479abd7b26fa8c5fc9df49cd26bcc7bf69f36d network default NAD default] ADD finished CNI request [tssc-app-prod/e2e-tests-go-rekxubns-7bfd7df4-zj8z5 3a77690197879e7679c3150a4a479abd7b26fa8c5fc9df49cd26bcc7bf69f36d network default NAD default], result "{\"interfaces\":[{\"name\":\"3a77690197879e7\",\"mac\":\"e6:64:e1:9e:8a:e0\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:81:00:57\",\"sandbox\":\"/var/run/netns/5684409d-8df3-4af9-87b9-cd3b2a8e9892\"}],\"ips\":[{\"interface\":1,\"address\":\"10.129.0.87/23\",\"gateway\":\"10.129.0.1\"}],\"dns\":{}}", err I0703 22:31:14.943627 3383 obj_retry.go:463] Detected object tssc-app-prod/e2e-tests-go-rekxubns-788dc7dfd9-s6ts7 of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:31:14.944308 3383 obj_retry.go:463] Detected object tssc-app-prod/e2e-tests-go-rekxubns-788dc7dfd9-s6ts7 of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:31:15.033036 3383 obj_retry.go:463] Detected object openshift-pipelines/tekton-pipelines-webhook-6ff55d6556-qksh4 of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:31:15.033643 3383 obj_retry.go:463] Detected object openshift-pipelines/tekton-pipelines-webhook-6ff55d6556-qksh4 of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:31:15.381451 3383 obj_retry.go:457] Detected object tssc-app-prod/e2e-tests-go-rekxubns-788dc7dfd9-s6ts7 of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:31:15.381478 3383 obj_retry.go:457] Detected object tssc-app-prod/e2e-tests-go-rekxubns-788dc7dfd9-s6ts7 of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:31:15.388484 3383 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-app-prod/e2e-tests-go-rekxubns-788dc7dfd9-s6ts7 I0703 22:31:15.388562 3383 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod tssc-app-prod/e2e-tests-go-rekxubns-788dc7dfd9-s6ts7 I0703 22:31:15.403197 3383 obj_retry.go:457] Detected object openshift-pipelines/tekton-pipelines-webhook-6ff55d6556-qksh4 of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:31:15.403220 3383 obj_retry.go:457] Detected object openshift-pipelines/tekton-pipelines-webhook-6ff55d6556-qksh4 of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:31:15.410776 3383 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-pipelines/tekton-pipelines-webhook-6ff55d6556-qksh4 I0703 22:31:15.410807 3383 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod openshift-pipelines/tekton-pipelines-webhook-6ff55d6556-qksh4 I0703 22:31:19.851516 3383 reflector.go:879] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Service total 17 items received I0703 22:31:20.026481 3383 reflector.go:879] github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/egressfirewall/v1/apis/informers/externalversions/factory.go:140: Watch close - *v1.EgressFirewall total 10 items received I0703 22:31:43.048557 3383 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 2 items received I0703 22:32:06.735838 3383 base_network_controller_pods.go:478] [default/tssc-app-development/e2e-tests-go-nryjskcn-565d65f45b-k2hkx] creating logical port tssc-app-development_e2e-tests-go-nryjskcn-565d65f45b-k2hkx for pod on switch ip-10-0-1-250.ec2.internal I0703 22:32:06.735966 3383 kube.go:320] Updating pod tssc-app-development/e2e-tests-go-nryjskcn-565d65f45b-k2hkx I0703 22:32:06.753452 3383 pod.go:62] [tssc-app-development/e2e-tests-go-nryjskcn-565d65f45b-k2hkx] pod update took 17.5101ms I0703 22:32:06.753540 3383 base_network_controller_pods.go:928] [default/tssc-app-development/e2e-tests-go-nryjskcn-565d65f45b-k2hkx] addLogicalPort annotation time took 17.604179ms I0703 22:32:06.755005 3383 pods.go:253] [tssc-app-development/e2e-tests-go-nryjskcn-565d65f45b-k2hkx] addLogicalPort took 19.188719ms, libovsdb time 922.333µs I0703 22:32:07.106459 3383 cni.go:331] [tssc-app-development/e2e-tests-go-nryjskcn-565d65f45b-k2hkx 05c2fee1fc0076724b5529b7fd650c76d257784d729c1facf69c68c69d296870 network default NAD default] ADD starting CNI request [tssc-app-development/e2e-tests-go-nryjskcn-565d65f45b-k2hkx 05c2fee1fc0076724b5529b7fd650c76d257784d729c1facf69c68c69d296870 network default NAD default] I0703 22:32:07.115710 3383 helper_linux.go:450] ConfigureOVS: namespace: tssc-app-development, podName: e2e-tests-go-nryjskcn-565d65f45b-k2hkx, hostIfaceName: 05c2fee1fc00767, network: default, NAD default, SandboxID: "05c2fee1fc0076724b5529b7fd650c76d257784d729c1facf69c68c69d296870", PCI device ID: , UID: "f451b886-9d62-447c-86d5-435496535f22", MAC: 0a:58:0a:81:00:58, IPs: [10.129.0.88/23] I0703 22:32:07.169801 3383 cni.go:352] [tssc-app-development/e2e-tests-go-nryjskcn-565d65f45b-k2hkx 05c2fee1fc0076724b5529b7fd650c76d257784d729c1facf69c68c69d296870 network default NAD default] ADD finished CNI request [tssc-app-development/e2e-tests-go-nryjskcn-565d65f45b-k2hkx 05c2fee1fc0076724b5529b7fd650c76d257784d729c1facf69c68c69d296870 network default NAD default], result "{\"interfaces\":[{\"name\":\"05c2fee1fc00767\",\"mac\":\"fe:d8:c1:f0:7c:83\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:81:00:58\",\"sandbox\":\"/var/run/netns/c90f8d19-9c75-41b4-a16b-32bd82af7a92\"}],\"ips\":[{\"interface\":1,\"address\":\"10.129.0.88/23\",\"gateway\":\"10.129.0.1\"}],\"dns\":{}}", err I0703 22:32:19.273697 3383 obj_retry.go:463] Detected object tssc-app-development/e2e-tests-go-nryjskcn-6d46666f68-nsghl of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:32:19.274435 3383 obj_retry.go:463] Detected object tssc-app-development/e2e-tests-go-nryjskcn-6d46666f68-nsghl of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:32:19.651378 3383 obj_retry.go:457] Detected object tssc-app-development/e2e-tests-go-nryjskcn-6d46666f68-nsghl of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:32:19.651408 3383 obj_retry.go:457] Detected object tssc-app-development/e2e-tests-go-nryjskcn-6d46666f68-nsghl of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:32:19.654388 3383 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-app-development/e2e-tests-go-nryjskcn-6d46666f68-nsghl I0703 22:32:19.654419 3383 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod tssc-app-development/e2e-tests-go-nryjskcn-6d46666f68-nsghl I0703 22:32:49.964984 3383 reflector.go:879] sigs.k8s.io/network-policy-api/pkg/client/informers/externalversions/factory.go:141: Watch close - *v1alpha1.AdminNetworkPolicy total 5 items received E0703 22:33:00.780746 3383 metrics.go:168] Failed to get the logfile size for .: stat : no such file or directory E0703 22:33:01.294446 3383 metrics.go:168] Failed to get the logfile size for .: stat : no such file or directory I0703 22:33:03.054659 3383 reflector.go:879] github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/userdefinednetwork/v1/apis/informers/externalversions/factory.go:140: Watch close - *v1.ClusterUserDefinedNetwork total 5 items received I0703 22:33:08.028384 3383 reflector.go:879] github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/egressip/v1/apis/informers/externalversions/factory.go:140: Watch close - *v1.EgressIP total 6 items received I0703 22:33:14.944579 3383 reflector.go:879] sigs.k8s.io/network-policy-api/pkg/client/informers/externalversions/factory.go:141: Watch close - *v1alpha1.BaselineAdminNetworkPolicy total 6 items received I0703 22:33:50.044610 3383 reflector.go:879] github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/egressservice/v1/apis/informers/externalversions/factory.go:140: Watch close - *v1.EgressService total 3 items received I0703 22:34:13.829399 3383 reflector.go:879] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.EndpointSlice total 41 items received I0703 22:35:08.048190 3383 reflector.go:879] github.com/k8snetworkplumbingwg/network-attachment-definition-client/pkg/client/informers/externalversions/factory.go:117: Watch close - *v1.NetworkAttachmentDefinition total 7 items received I0703 22:35:28.696965 3383 base_network_controller_pods.go:478] [default/tssc-app-stage/e2e-tests-go-nryjskcn-565d65f45b-gwxtk] creating logical port tssc-app-stage_e2e-tests-go-nryjskcn-565d65f45b-gwxtk for pod on switch ip-10-0-1-250.ec2.internal I0703 22:35:28.697136 3383 kube.go:320] Updating pod tssc-app-stage/e2e-tests-go-nryjskcn-565d65f45b-gwxtk I0703 22:35:28.727570 3383 pod.go:62] [tssc-app-stage/e2e-tests-go-nryjskcn-565d65f45b-gwxtk] pod update took 30.486148ms I0703 22:35:28.727604 3383 base_network_controller_pods.go:928] [default/tssc-app-stage/e2e-tests-go-nryjskcn-565d65f45b-gwxtk] addLogicalPort annotation time took 30.527308ms I0703 22:35:28.729340 3383 pods.go:253] [tssc-app-stage/e2e-tests-go-nryjskcn-565d65f45b-gwxtk] addLogicalPort took 32.392069ms, libovsdb time 1.007732ms I0703 22:35:29.065020 3383 cni.go:331] [tssc-app-stage/e2e-tests-go-nryjskcn-565d65f45b-gwxtk c26291e90f0a3b0a589cb61ce0f9a750e038f13e0833246c69a99554f0650fbd network default NAD default] ADD starting CNI request [tssc-app-stage/e2e-tests-go-nryjskcn-565d65f45b-gwxtk c26291e90f0a3b0a589cb61ce0f9a750e038f13e0833246c69a99554f0650fbd network default NAD default] I0703 22:35:29.074816 3383 helper_linux.go:450] ConfigureOVS: namespace: tssc-app-stage, podName: e2e-tests-go-nryjskcn-565d65f45b-gwxtk, hostIfaceName: c26291e90f0a3b0, network: default, NAD default, SandboxID: "c26291e90f0a3b0a589cb61ce0f9a750e038f13e0833246c69a99554f0650fbd", PCI device ID: , UID: "6af7ffa2-8b7c-4eb6-8996-8cc61624b691", MAC: 0a:58:0a:81:00:59, IPs: [10.129.0.89/23] I0703 22:35:29.130966 3383 cni.go:352] [tssc-app-stage/e2e-tests-go-nryjskcn-565d65f45b-gwxtk c26291e90f0a3b0a589cb61ce0f9a750e038f13e0833246c69a99554f0650fbd network default NAD default] ADD finished CNI request [tssc-app-stage/e2e-tests-go-nryjskcn-565d65f45b-gwxtk c26291e90f0a3b0a589cb61ce0f9a750e038f13e0833246c69a99554f0650fbd network default NAD default], result "{\"interfaces\":[{\"name\":\"c26291e90f0a3b0\",\"mac\":\"aa:c1:10:e2:6e:1c\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:81:00:59\",\"sandbox\":\"/var/run/netns/e31e3829-2903-4470-ae90-3722a3ede8fd\"}],\"ips\":[{\"interface\":1,\"address\":\"10.129.0.89/23\",\"gateway\":\"10.129.0.1\"}],\"dns\":{}}", err I0703 22:35:41.524217 3383 obj_retry.go:463] Detected object tssc-app-stage/e2e-tests-go-nryjskcn-6d46666f68-hxkfr of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:35:41.524813 3383 obj_retry.go:463] Detected object tssc-app-stage/e2e-tests-go-nryjskcn-6d46666f68-hxkfr of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:35:42.508861 3383 obj_retry.go:457] Detected object tssc-app-stage/e2e-tests-go-nryjskcn-6d46666f68-hxkfr of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:35:42.508979 3383 obj_retry.go:457] Detected object tssc-app-stage/e2e-tests-go-nryjskcn-6d46666f68-hxkfr of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:35:42.512247 3383 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-app-stage/e2e-tests-go-nryjskcn-6d46666f68-hxkfr I0703 22:35:42.512279 3383 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod tssc-app-stage/e2e-tests-go-nryjskcn-6d46666f68-hxkfr I0703 22:35:45.831908 3383 reflector.go:879] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Namespace total 7 items received I0703 22:36:35.840427 3383 reflector.go:879] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Pod total 205 items received I0703 22:37:01.031291 3383 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 E0703 22:38:00.780948 3383 metrics.go:168] Failed to get the logfile size for .: stat : no such file or directory I0703 22:38:01.052061 3383 reflector.go:879] github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/adminpolicybasedroute/v1/apis/informers/externalversions/factory.go:140: Watch close - *v1.AdminPolicyBasedExternalRoute total 7 items received E0703 22:38:01.294427 3383 metrics.go:168] Failed to get the logfile size for .: stat : no such file or directory I0703 22:38:10.854910 3383 reflector.go:879] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Service total 7 items received I0703 22:38:12.052146 3383 reflector.go:879] github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/userdefinednetwork/v1/apis/informers/externalversions/factory.go:140: Watch close - *v1.UserDefinedNetwork total 8 items received I0703 22:38:21.911296 3383 obj_retry.go:463] Detected object tssc-app-prod/e2e-tests-go-nryjskcn-565d65f45b-g4ssj of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:38:21.911877 3383 obj_retry.go:463] Detected object tssc-app-prod/e2e-tests-go-nryjskcn-565d65f45b-g4ssj of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:38:22.183367 3383 obj_retry.go:457] Detected object tssc-app-prod/e2e-tests-go-nryjskcn-565d65f45b-g4ssj of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:38:22.183471 3383 obj_retry.go:457] Detected object tssc-app-prod/e2e-tests-go-nryjskcn-565d65f45b-g4ssj of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:38:22.191070 3383 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-app-prod/e2e-tests-go-nryjskcn-565d65f45b-g4ssj I0703 22:38:22.191098 3383 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod tssc-app-prod/e2e-tests-go-nryjskcn-565d65f45b-g4ssj I0703 22:38:25.471793 3383 base_network_controller_pods.go:478] [default/tssc-app-prod/e2e-tests-go-nryjskcn-565d65f45b-xp2x5] creating logical port tssc-app-prod_e2e-tests-go-nryjskcn-565d65f45b-xp2x5 for pod on switch ip-10-0-1-250.ec2.internal I0703 22:38:25.471975 3383 kube.go:320] Updating pod tssc-app-prod/e2e-tests-go-nryjskcn-565d65f45b-xp2x5 I0703 22:38:25.487706 3383 pod.go:62] [tssc-app-prod/e2e-tests-go-nryjskcn-565d65f45b-xp2x5] pod update took 15.759852ms I0703 22:38:25.487729 3383 base_network_controller_pods.go:928] [default/tssc-app-prod/e2e-tests-go-nryjskcn-565d65f45b-xp2x5] addLogicalPort annotation time took 15.790938ms I0703 22:38:25.489583 3383 pods.go:253] [tssc-app-prod/e2e-tests-go-nryjskcn-565d65f45b-xp2x5] addLogicalPort took 17.80955ms, libovsdb time 1.157111ms I0703 22:38:25.849210 3383 cni.go:331] [tssc-app-prod/e2e-tests-go-nryjskcn-565d65f45b-xp2x5 c317b2232b95150ba61dba836d0283fd92804bb1ce6496ebcddd55853bc91637 network default NAD default] ADD starting CNI request [tssc-app-prod/e2e-tests-go-nryjskcn-565d65f45b-xp2x5 c317b2232b95150ba61dba836d0283fd92804bb1ce6496ebcddd55853bc91637 network default NAD default] I0703 22:38:25.858463 3383 helper_linux.go:450] ConfigureOVS: namespace: tssc-app-prod, podName: e2e-tests-go-nryjskcn-565d65f45b-xp2x5, hostIfaceName: c317b2232b95150, network: default, NAD default, SandboxID: "c317b2232b95150ba61dba836d0283fd92804bb1ce6496ebcddd55853bc91637", PCI device ID: , UID: "98323c51-833c-4c6b-95f9-0fe2d519487a", MAC: 0a:58:0a:81:00:5a, IPs: [10.129.0.90/23] I0703 22:38:26.118494 3383 cni.go:352] [tssc-app-prod/e2e-tests-go-nryjskcn-565d65f45b-xp2x5 c317b2232b95150ba61dba836d0283fd92804bb1ce6496ebcddd55853bc91637 network default NAD default] ADD finished CNI request [tssc-app-prod/e2e-tests-go-nryjskcn-565d65f45b-xp2x5 c317b2232b95150ba61dba836d0283fd92804bb1ce6496ebcddd55853bc91637 network default NAD default], result "{\"interfaces\":[{\"name\":\"c317b2232b95150\",\"mac\":\"2a:a6:e4:65:05:f2\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:81:00:5a\",\"sandbox\":\"/var/run/netns/9897fd99-3888-4afb-b718-e5cf07ed46a4\"}],\"ips\":[{\"interface\":1,\"address\":\"10.129.0.90/23\",\"gateway\":\"10.129.0.1\"}],\"dns\":{}}", err I0703 22:38:38.466315 3383 cni.go:331] [tssc-app-prod/e2e-tests-go-nryjskcn-6d46666f68-dl5hc 5c70acd084e93fb252049fa8b733431dd96c1ddde34cc657a867320c55250c4b network default NAD default] DEL starting CNI request [tssc-app-prod/e2e-tests-go-nryjskcn-6d46666f68-dl5hc 5c70acd084e93fb252049fa8b733431dd96c1ddde34cc657a867320c55250c4b network default NAD default] I0703 22:38:38.556493 3383 cni.go:352] [tssc-app-prod/e2e-tests-go-nryjskcn-6d46666f68-dl5hc 5c70acd084e93fb252049fa8b733431dd96c1ddde34cc657a867320c55250c4b network default NAD default] DEL finished CNI request [tssc-app-prod/e2e-tests-go-nryjskcn-6d46666f68-dl5hc 5c70acd084e93fb252049fa8b733431dd96c1ddde34cc657a867320c55250c4b network default NAD default], result "{\"dns\":{}}", err I0703 22:38:38.616490 3383 obj_retry.go:463] Detected object tssc-app-prod/e2e-tests-go-nryjskcn-6d46666f68-dl5hc of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:38:38.616526 3383 pods.go:175] Deleting pod: tssc-app-prod/e2e-tests-go-nryjskcn-6d46666f68-dl5hc I0703 22:38:38.618087 3383 pods.go:218] Attempting to release IPs for pod: tssc-app-prod/e2e-tests-go-nryjskcn-6d46666f68-dl5hc, ips: 10.129.0.50 I0703 22:38:38.618152 3383 obj_retry.go:463] Detected object tssc-app-prod/e2e-tests-go-nryjskcn-6d46666f68-dl5hc of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:38:39.348987 3383 obj_retry.go:457] Detected object tssc-app-prod/e2e-tests-go-nryjskcn-6d46666f68-dl5hc of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:38:39.349138 3383 obj_retry.go:457] Detected object tssc-app-prod/e2e-tests-go-nryjskcn-6d46666f68-dl5hc of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:38:39.355625 3383 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-app-prod/e2e-tests-go-nryjskcn-6d46666f68-dl5hc I0703 22:38:39.355707 3383 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod tssc-app-prod/e2e-tests-go-nryjskcn-6d46666f68-dl5hc I0703 22:38:50.829715 3383 reflector.go:879] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Node total 38 items received I0703 22:39:03.948449 3383 reflector.go:879] sigs.k8s.io/network-policy-api/pkg/client/informers/externalversions/factory.go:141: Watch close - *v1alpha1.BaselineAdminNetworkPolicy total 1 items received I0703 22:39:38.034459 3383 reflector.go:879] github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/egressip/v1/apis/informers/externalversions/factory.go:140: Watch close - *v1.EgressIP total 2 items received I0703 22:39:51.029839 3383 reflector.go:879] github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/egressfirewall/v1/apis/informers/externalversions/factory.go:140: Watch close - *v1.EgressFirewall total 9 items received I0703 22:40:00.830224 3383 reflector.go:879] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.NetworkPolicy total 10 items received I0703 22:40:04.822565 3383 obj_retry.go:463] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29718640-b27t8 of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 22:40:04.823251 3383 obj_retry.go:463] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29718640-b27t8 of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 22:40:05.843981 3383 obj_retry.go:457] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29718640-b27t8 of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:40:05.844008 3383 obj_retry.go:457] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29718640-b27t8 of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:40:05.885034 3383 obj_retry.go:457] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29718610-gmsm8 of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:40:05.885064 3383 obj_retry.go:457] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29718610-gmsm8 of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 22:40:05.891916 3383 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-backplane/osd-delete-backplane-serviceaccounts-29718610-gmsm8 I0703 22:40:05.891954 3383 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod openshift-backplane/osd-delete-backplane-serviceaccounts-29718610-gmsm8 I0703 22:40:28.832404 3383 reflector.go:879] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.EndpointSlice total 17 items received