+ . /ovnkube-lib/ovnkube-lib.sh ++ set -x ++ K8S_NODE=ip-10-0-0-31.ec2.internal ++ [[ -n ip-10-0-0-31.ec2.internal ]] ++ [[ -f /env/ip-10-0-0-31.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' ++ ID=rhcos ++ ID_LIKE='rhel fedora' ++ VERSION=418.94.202504080525-0 ++ VERSION_ID=4.18 ++ VARIANT=CoreOS ++ VARIANT_ID=coreos ++ PLATFORM_ID=platform:el9 ++ PRETTY_NAME='Red Hat Enterprise Linux CoreOS 418.94.202504080525-0' ++ ANSI_COLOR='0;31' ++ CPE_NAME=cpe:/o:redhat:enterprise_linux:9::baseos::coreos ++ HOME_URL=https://www.redhat.com/ ++ DOCUMENTATION_URL=https://docs.okd.io/latest/welcome/index.html ++ BUG_REPORT_URL=https://access.redhat.com/labs/rhir/ ++ REDHAT_BUGZILLA_PRODUCT='OpenShift Container Platform' ++ REDHAT_BUGZILLA_PRODUCT_VERSION=4.18 ++ REDHAT_SUPPORT_PRODUCT='OpenShift Container Platform' ++ REDHAT_SUPPORT_PRODUCT_VERSION=4.18 ++ OPENSHIFT_VERSION=4.18 ++ RHEL_VERSION=9.4 ++ OSTREE_VERSION=418.94.202504080525-0 + rhelmajor= + case "${ID}" in ++ echo cpe:/o:redhat:enterprise_linux:9::baseos::coreos ++ cut -f 5 -d : + RHEL_VERSION=9 ++ echo 9 ++ sed -E 's/([0-9]+)\.{1}[0-9]+(\.[0-9]+)?/\1/' + 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 'I0702 22:36:57.888246750 - disable conntrack on geneve port' I0702 22:36:57.888246750 - 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 'I0702 22:36:57.904241141 - starting ovnkube-node' I0702 22:36:57.904241141 - 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-0-31.ec2.internal --init-node ip-10-0-0-31.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-0-31.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 I0702 22:36:57.937602 3306 config.go:2284] Parsed config file /run/ovnkube-config/ovnkube.conf I0702 22:36:57.937647 3306 config.go:2285] 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:180 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 EnableRouteAdvertisements:false DisableUDNHostIsolation:false EnableMultiNetworkPolicy:false EnableStatelessNetPol:false EnableInterconnect:false EnableMultiExternalGateway:true EnablePersistentIPs:false EnableDNSNameResolver:false EnableServiceTemplateSupport:false EnableObservability:false} Kubernetes:{BootstrapKubeconfig: CertDir: CertDuration:10m0s Kubeconfig: CACert: CAData:[] APIServer:https://api.kx-d9aae1c883.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: 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} 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}} I0702 22:36:57.941422 3306 certificate_manager.go:356] kubernetes.io/kube-apiserver-client: Certificate rotation is enabled I0702 22:36:57.941450 3306 kube.go:409] Waiting for certificate I0702 22:36:57.941507 3306 certificate_manager.go:356] kubernetes.io/kube-apiserver-client: Rotating certificates I0702 22:36:57.942512 3306 cert_rotation.go:140] Starting client certificate rotation controller I0702 22:36:57.964231 3306 envvar.go:172] "Feature gate default state" feature="WatchListClient" enabled=false I0702 22:36:57.964253 3306 envvar.go:172] "Feature gate default state" feature="InformerResourceVersion" enabled=false I0702 22:36:57.968367 3306 reflector.go:305] Starting reflector *v1.CertificateSigningRequest (0s) from k8s.io/client-go/tools/watch/informerwatcher.go:146 I0702 22:36:57.968387 3306 reflector.go:341] Listing and watching *v1.CertificateSigningRequest from k8s.io/client-go/tools/watch/informerwatcher.go:146 I0702 22:36:57.971162 3306 reflector.go:368] Caches populated for *v1.CertificateSigningRequest from k8s.io/client-go/tools/watch/informerwatcher.go:146 I0702 22:36:57.971262 3306 csr.go:261] certificate signing request csr-cnp4c is approved, waiting to be issued I0702 22:36:57.979523 3306 csr.go:257] certificate signing request csr-cnp4c is issued I0702 22:36:57.979590 3306 reflector.go:311] Stopping reflector *v1.CertificateSigningRequest (0s) from k8s.io/client-go/tools/watch/informerwatcher.go:146 I0702 22:36:58.941950 3306 kube.go:416] Certificate found I0702 22:36:58.942537 3306 cert_rotation.go:140] Starting client certificate rotation controller I0702 22:36:58.943654 3306 metrics.go:533] Starting metrics server at address "127.0.0.1:29103" I0702 22:36:58.980355 3306 certificate_manager.go:356] kubernetes.io/kube-apiserver-client: Certificate expiration is 2026-07-03 22:31:57 +0000 UTC, rotation deadline is 2026-07-03 19:42:01.246803377 +0000 UTC I0702 22:36:58.980496 3306 certificate_manager.go:356] kubernetes.io/kube-apiserver-client: Waiting 21h5m2.266314062s for next certificate rotation I0702 22:36:59.017306 3306 node_controller_manager.go:145] Starting the node network controller manager, Mode: full I0702 22:36:59.017493 3306 factory.go:522] Starting watch factory I0702 22:36:59.017576 3306 reflector.go:305] Starting reflector *v1.Node (0s) from k8s.io/client-go/informers/factory.go:160 I0702 22:36:59.017590 3306 reflector.go:341] Listing and watching *v1.Node from k8s.io/client-go/informers/factory.go:160 I0702 22:36:59.017961 3306 reflector.go:305] Starting reflector *v1.Pod (0s) from k8s.io/client-go/informers/factory.go:160 I0702 22:36:59.017997 3306 reflector.go:341] Listing and watching *v1.Pod from k8s.io/client-go/informers/factory.go:160 I0702 22:36:59.018193 3306 reflector.go:305] Starting reflector *v1.NetworkPolicy (0s) from k8s.io/client-go/informers/factory.go:160 I0702 22:36:59.018235 3306 reflector.go:305] Starting reflector *v1.EndpointSlice (0s) from k8s.io/client-go/informers/factory.go:160 I0702 22:36:59.018287 3306 reflector.go:341] Listing and watching *v1.EndpointSlice from k8s.io/client-go/informers/factory.go:160 I0702 22:36:59.017575 3306 reflector.go:305] Starting reflector *v1.Service (0s) from k8s.io/client-go/informers/factory.go:160 I0702 22:36:59.018992 3306 reflector.go:341] Listing and watching *v1.Service from k8s.io/client-go/informers/factory.go:160 I0702 22:36:59.018246 3306 reflector.go:341] Listing and watching *v1.NetworkPolicy from k8s.io/client-go/informers/factory.go:160 I0702 22:36:59.018277 3306 reflector.go:305] Starting reflector *v1.Namespace (0s) from k8s.io/client-go/informers/factory.go:160 I0702 22:36:59.022709 3306 reflector.go:341] Listing and watching *v1.Namespace from k8s.io/client-go/informers/factory.go:160 I0702 22:36:59.026048 3306 metrics.go:533] Starting metrics server at address "127.0.0.1:29105" I0702 22:36:59.033139 3306 controller_manager.go:332] Starting the ovnkube controller I0702 22:36:59.033196 3306 controller_manager.go:337] Waiting up to 5m0s for NBDB zone to match: ip-10-0-0-31.ec2.internal I0702 22:36:59.033257 3306 controller_manager.go:357] NBDB zone sync took: 48.083µs I0702 22:36:59.033269 3306 factory.go:522] Starting watch factory I0702 22:36:59.038683 3306 reflector.go:368] Caches populated for *v1.NetworkPolicy from k8s.io/client-go/informers/factory.go:160 I0702 22:36:59.039127 3306 ovn_northd.go:123] Found OVNKube Master Pod running on this node. Registering OVN North Metrics I0702 22:36:59.039857 3306 reflector.go:368] Caches populated for *v1.Node from k8s.io/client-go/informers/factory.go:160 I0702 22:36:59.041026 3306 ovn_db.go:374] Found OVN DB Pod running on this node. Registering OVN DB Metrics I0702 22:36:59.041809 3306 reflector.go:368] Caches populated for *v1.EndpointSlice from k8s.io/client-go/informers/factory.go:160 I0702 22:36:59.042928 3306 reflector.go:368] Caches populated for *v1.Namespace from k8s.io/client-go/informers/factory.go:160 I0702 22:36:59.043062 3306 reflector.go:368] Caches populated for *v1.Service from k8s.io/client-go/informers/factory.go:160 I0702 22:36:59.044906 3306 ovn_db.go:329] /var/run/openvswitch/ovnnb_db.sock getting info failed: stat /var/run/openvswitch/ovnnb_db.sock: no such file or directory I0702 22:36:59.044977 3306 ovn_db.go:326] ovnnb_db.sock found at /var/run/ovn/ I0702 22:36:59.046297 3306 reflector.go:368] Caches populated for *v1.Pod from k8s.io/client-go/informers/factory.go:160 I0702 22:36:59.066867 3306 ovn_db.go:421] Found db is standalone, don't register db_cluster metrics I0702 22:36:59.123022 3306 reflector.go:305] Starting reflector *v1alpha1.BaselineAdminNetworkPolicy (0s) from sigs.k8s.io/network-policy-api/pkg/client/informers/externalversions/factory.go:141 I0702 22:36:59.123044 3306 reflector.go:341] Listing and watching *v1alpha1.BaselineAdminNetworkPolicy from sigs.k8s.io/network-policy-api/pkg/client/informers/externalversions/factory.go:141 I0702 22:36:59.123064 3306 reflector.go:305] Starting reflector *v1alpha1.AdminNetworkPolicy (0s) from sigs.k8s.io/network-policy-api/pkg/client/informers/externalversions/factory.go:141 I0702 22:36:59.123074 3306 reflector.go:341] Listing and watching *v1alpha1.AdminNetworkPolicy from sigs.k8s.io/network-policy-api/pkg/client/informers/externalversions/factory.go:141 I0702 22:36:59.153717 3306 reflector.go:368] Caches populated for *v1alpha1.AdminNetworkPolicy from sigs.k8s.io/network-policy-api/pkg/client/informers/externalversions/factory.go:141 I0702 22:36:59.178072 3306 reflector.go:368] Caches populated for *v1alpha1.BaselineAdminNetworkPolicy from sigs.k8s.io/network-policy-api/pkg/client/informers/externalversions/factory.go:141 I0702 22:36:59.229170 3306 reflector.go:305] Starting reflector *v1.EgressIP (0s) from github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/egressip/v1/apis/informers/externalversions/factory.go:140 I0702 22:36:59.229197 3306 reflector.go:341] Listing and watching *v1.EgressIP from github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/egressip/v1/apis/informers/externalversions/factory.go:140 I0702 22:36:59.247341 3306 reflector.go:368] Caches populated for *v1.EgressIP from github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/egressip/v1/apis/informers/externalversions/factory.go:140 I0702 22:36:59.250223 3306 reflector.go:305] Starting reflector *v1.EgressFirewall (0s) from github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/egressfirewall/v1/apis/informers/externalversions/factory.go:140 I0702 22:36:59.250240 3306 reflector.go:341] Listing and watching *v1.EgressFirewall from github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/egressfirewall/v1/apis/informers/externalversions/factory.go:140 I0702 22:36:59.252455 3306 reflector.go:368] Caches populated for *v1.EgressFirewall from github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/egressfirewall/v1/apis/informers/externalversions/factory.go:140 I0702 22:36:59.255282 3306 reflector.go:305] Starting reflector *v1.EgressQoS (0s) from github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/egressqos/v1/apis/informers/externalversions/factory.go:140 I0702 22:36:59.255296 3306 reflector.go:341] Listing and watching *v1.EgressQoS from github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/egressqos/v1/apis/informers/externalversions/factory.go:140 I0702 22:36:59.257423 3306 reflector.go:368] Caches populated for *v1.EgressQoS from github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/egressqos/v1/apis/informers/externalversions/factory.go:140 I0702 22:36:59.261242 3306 reflector.go:305] Starting reflector *v1.EgressService (0s) from github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/egressservice/v1/apis/informers/externalversions/factory.go:140 I0702 22:36:59.261254 3306 reflector.go:341] Listing and watching *v1.EgressService from github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/egressservice/v1/apis/informers/externalversions/factory.go:140 I0702 22:36:59.263459 3306 reflector.go:368] Caches populated for *v1.EgressService from github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/egressservice/v1/apis/informers/externalversions/factory.go:140 I0702 22:36:59.267240 3306 reflector.go:305] Starting reflector *v1.AdminPolicyBasedExternalRoute (0s) from github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/adminpolicybasedroute/v1/apis/informers/externalversions/factory.go:140 I0702 22:36:59.267256 3306 reflector.go:341] Listing and watching *v1.AdminPolicyBasedExternalRoute from github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/adminpolicybasedroute/v1/apis/informers/externalversions/factory.go:140 I0702 22:36:59.287084 3306 reflector.go:368] Caches populated for *v1.AdminPolicyBasedExternalRoute from github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/adminpolicybasedroute/v1/apis/informers/externalversions/factory.go:140 I0702 22:36:59.355840 3306 reflector.go:305] Starting reflector *v1.NetworkAttachmentDefinition (0s) from github.com/k8snetworkplumbingwg/network-attachment-definition-client/pkg/client/informers/externalversions/factory.go:117 I0702 22:36:59.355863 3306 reflector.go:341] Listing and watching *v1.NetworkAttachmentDefinition from github.com/k8snetworkplumbingwg/network-attachment-definition-client/pkg/client/informers/externalversions/factory.go:117 I0702 22:36:59.358877 3306 reflector.go:368] Caches populated for *v1.NetworkAttachmentDefinition from github.com/k8snetworkplumbingwg/network-attachment-definition-client/pkg/client/informers/externalversions/factory.go:117 I0702 22:36:59.360707 3306 reflector.go:305] Starting reflector *v1.ClusterUserDefinedNetwork (0s) from github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/userdefinednetwork/v1/apis/informers/externalversions/factory.go:140 I0702 22:36:59.360724 3306 reflector.go:341] Listing and watching *v1.ClusterUserDefinedNetwork from github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/userdefinednetwork/v1/apis/informers/externalversions/factory.go:140 I0702 22:36:59.360751 3306 reflector.go:305] Starting reflector *v1.UserDefinedNetwork (0s) from github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/userdefinednetwork/v1/apis/informers/externalversions/factory.go:140 I0702 22:36:59.360765 3306 reflector.go:341] Listing and watching *v1.UserDefinedNetwork from github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/userdefinednetwork/v1/apis/informers/externalversions/factory.go:140 I0702 22:36:59.363387 3306 reflector.go:368] Caches populated for *v1.UserDefinedNetwork from github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/userdefinednetwork/v1/apis/informers/externalversions/factory.go:140 I0702 22:36:59.397980 3306 reflector.go:368] Caches populated for *v1.ClusterUserDefinedNetwork from github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/userdefinednetwork/v1/apis/informers/externalversions/factory.go:140 I0702 22:36:59.467318 3306 default_node_network_controller.go:163] Enable node proxy healthz server on 0.0.0.0:10256 I0702 22:36:59.467475 3306 default_node_network_controller.go:806] PreStarting the default node network controller I0702 22:36:59.473699 3306 ovs.go:162] Exec(8): stdout: "" I0702 22:36:59.473718 3306 ovs.go:163] Exec(8): stderr: "" I0702 22:36:59.473726 3306 node_controller_manager.go:335] CheckForStaleOVSInternalPorts took 6.413131ms I0702 22:36:59.473741 3306 ovs.go:159] Exec(9): /usr/bin/ovs-vsctl --timeout=15 --columns=name,external_ids --data=bare --no-headings --format=csv find Interface external_ids:sandbox!="" external_ids:vf-netdev-name!="" I0702 22:36:59.479210 3306 ovs.go:162] Exec(9): stdout: "" I0702 22:36:59.479231 3306 ovs.go:163] Exec(9): stderr: "" I0702 22:36:59.479996 3306 ovs.go:159] Exec(10): /usr/bin/ovs-vsctl --timeout=15 --no-heading --data=bare --format=csv --columns name list interface I0702 22:36:59.484213 3306 controller_manager.go:368] Waiting up to 5m0s for a node to have "ip-10-0-0-31.ec2.internal" zone I0702 22:36:59.485924 3306 ovs.go:162] Exec(10): stdout: "br-int\nbr-ex\nens5\n" I0702 22:36:59.485939 3306 ovs.go:163] Exec(10): stderr: "" I0702 22:36:59.489732 3306 ovs.go:159] Exec(11): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only get SB_Global . options:name I0702 22:36:59.494666 3306 ovs.go:162] Exec(11): stdout: "ip-10-0-0-31.ec2.internal\n" I0702 22:36:59.494684 3306 ovs.go:163] Exec(11): stderr: "" I0702 22:36:59.494714 3306 ovs.go:159] Exec(12): /usr/bin/ovs-vsctl --timeout=15 set Open_vSwitch . external_ids:ovn-encap-type=geneve external_ids:ovn-encap-ip=10.0.0.31 external_ids:ovn-remote-probe-interval=180000 external_ids:ovn-openflow-probe-interval=180 other_config:bundle-idle-timeout=180 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-0-31.ec2.internal" I0702 22:36:59.501342 3306 ovs.go:162] Exec(12): stdout: "" I0702 22:36:59.501360 3306 ovs.go:163] Exec(12): stderr: "" I0702 22:36:59.501375 3306 ovs.go:159] Exec(13): /usr/bin/ovs-vsctl --timeout=15 -- clear bridge br-int netflow -- clear bridge br-int sflow -- clear bridge br-int ipfix I0702 22:36:59.508197 3306 ovs.go:162] Exec(13): stdout: "" I0702 22:36:59.508212 3306 ovs.go:163] Exec(13): stderr: "" I0702 22:36:59.508234 3306 udn_isolation.go:101] Starting UDN host isolation manager I0702 22:36:59.515227 3306 udn_isolation.go:112] Found kubelet cgroup path: system.slice/kubelet.service I0702 22:36:59.584385 3306 controller.go:132] Adding controller udn-host-isolation-manager event handlers I0702 22:36:59.584518 3306 shared_informer.go:313] Waiting for caches to sync for udn-host-isolation-manager I0702 22:36:59.584574 3306 shared_informer.go:320] Caches are synced for udn-host-isolation-manager I0702 22:36:59.618600 3306 controller.go:156] Starting controller udn-host-isolation-manager with 1 workers I0702 22:36:59.623333 3306 default_node_network_controller.go:914] Node ip-10-0-0-31.ec2.internal ready for ovn initialization with subnet 10.128.0.0/23 I0702 22:36:59.623407 3306 ovs.go:159] Exec(14): /usr/bin/ovs-vsctl --timeout=15 --no-headings --data bare --format csv --columns type,name find Interface name=ovn-k8s-mp0 I0702 22:36:59.629767 3306 ovs.go:162] Exec(14): stdout: "" I0702 22:36:59.629783 3306 ovs.go:163] Exec(14): stderr: "" I0702 22:36:59.630332 3306 ovs.go:159] Exec(15): /usr/bin/ovs-vsctl --timeout=15 --no-headings --data bare --format csv --columns type,name find Interface name=ovn-k8s-mp0_0 I0702 22:36:59.635937 3306 ovs.go:162] Exec(15): stdout: "" I0702 22:36:59.635951 3306 ovs.go:163] Exec(15): stderr: "" I0702 22:36:59.636017 3306 ovs.go:159] Exec(16): /usr/bin/ovs-vsctl --timeout=15 -- --if-exists del-port br-int k8s-ip-10-0-0-3 -- --may-exist add-port br-int ovn-k8s-mp0 -- set interface ovn-k8s-mp0 mac="0a:58:0a:80:00:02" type=internal mtu_request=8901 external-ids:iface-id=k8s-ip-10-0-0-31.ec2.internal I0702 22:36:59.653961 3306 ovs.go:162] Exec(16): stdout: "" I0702 22:36:59.653983 3306 ovs.go:163] Exec(16): stderr: "" I0702 22:36:59.654299 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 7 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 22:36:59.654323 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 7 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0702 22:36:59.654335 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 7 Dst: 10.128.0.2/32 Src: 10.128.0.2 Gw: Flags: [] Table: 255 Realm: 0}" I0702 22:36:59.654347 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 7 Dst: 10.128.1.255/32 Src: 10.128.0.2 Gw: Flags: [] Table: 255 Realm: 0}" I0702 22:36:59.654358 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 7 Dst: 10.128.0.0/23 Src: 10.128.0.2 Gw: Flags: [] Table: 254 Realm: 0}" I0702 22:36:59.654374 3306 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0702 22:36:59.654586 3306 route_manager.go:111] Route Manager: completed adding route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 254 Realm: 0} I0702 22:36:59.654693 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 254 Realm: 0}" I0702 22:36:59.654775 3306 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0702 22:36:59.655015 3306 route_manager.go:111] Route Manager: completed adding route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 254 Realm: 0} I0702 22:36:59.655136 3306 ovs.go:159] Exec(17): /usr/sbin/sysctl -w net.ipv4.conf.ovn-k8s-mp0.forwarding=1 I0702 22:36:59.655225 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 254 Realm: 0}" I0702 22:36:59.656204 3306 ovs.go:162] Exec(17): stdout: "net.ipv4.conf.ovn-k8s-mp0.forwarding = 1\n" I0702 22:36:59.656268 3306 ovs.go:163] Exec(17): stderr: "" I0702 22:36:59.659767 3306 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-ovn\\x2dk8s\\x2dmp0.device", "/org/freedesktop/systemd1/unit/sys_2ddevices_2dvirtual_2dnet_2dovn_5cx2dk8s_5cx2dmp0_2edevice"}, Sequence:0x3} I0702 22:36:59.659854 3306 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-ovn\\x2dk8s\\x2dmp0.device", "/org/freedesktop/systemd1/unit/sys_2dsubsystem_2dnet_2ddevices_2dovn_5cx2dk8s_5cx2dmp0_2edevice"}, Sequence:0x4} I0702 22:36:59.726987 3306 kube.go:130] Setting annotations map[k8s.ovn.org/zone-name:ip-10-0-0-31.ec2.internal] on node ip-10-0-0-31.ec2.internal I0702 22:36:59.741073 3306 config.go:1669] Exec: /usr/bin/ovs-vsctl --timeout=15 set Open_vSwitch . external_ids:ovn-remote="unix:/var/run/ovn/ovnsb_db.sock" I0702 22:36:59.748363 3306 gateway_init.go:324] Initializing Gateway Functionality for Gateway PreStart I0702 22:36:59.748391 3306 ovs.go:159] Exec(18): /usr/bin/ovs-vsctl --timeout=15 port-to-br br-ex I0702 22:36:59.755225 3306 ovs.go:162] Exec(18): stdout: "" I0702 22:36:59.755253 3306 ovs.go:163] Exec(18): stderr: "ovs-vsctl: no port named br-ex\n" I0702 22:36:59.755260 3306 ovs.go:165] Exec(18): err: exit status 1 I0702 22:36:59.755343 3306 helper_linux.go:91] Provided gateway interface "br-ex", found as index: 5 I0702 22:36:59.755432 3306 helper_linux.go:116] Found default gateway interface br-ex 10.0.0.1 I0702 22:36:59.755556 3306 gateway_init.go:361] Preparing Gateway I0702 22:36:59.755573 3306 gateway_shared_intf.go:2223] Creating new gateway I0702 22:36:59.755589 3306 ovs.go:159] Exec(19): /usr/bin/ovs-vsctl --timeout=15 port-to-br br-ex I0702 22:36:59.761732 3306 ovs.go:162] Exec(19): stdout: "" I0702 22:36:59.761751 3306 ovs.go:163] Exec(19): stderr: "ovs-vsctl: no port named br-ex\n" I0702 22:36:59.761758 3306 ovs.go:165] Exec(19): err: exit status 1 I0702 22:36:59.761772 3306 ovs.go:159] Exec(20): /usr/bin/ovs-vsctl --timeout=15 br-exists br-ex I0702 22:36:59.768076 3306 ovs.go:162] Exec(20): stdout: "" I0702 22:36:59.768098 3306 ovs.go:163] Exec(20): stderr: "" I0702 22:36:59.768111 3306 ovs.go:159] Exec(21): /usr/bin/ovs-vsctl --timeout=15 list-ports br-ex I0702 22:36:59.773689 3306 ovs.go:162] Exec(21): stdout: "ens5\n" I0702 22:36:59.773709 3306 ovs.go:163] Exec(21): stderr: "" I0702 22:36:59.773723 3306 ovs.go:159] Exec(22): /usr/bin/ovs-vsctl --timeout=15 get Port ens5 Interfaces I0702 22:36:59.779221 3306 ovs.go:162] Exec(22): stdout: "[7266d62a-e4a3-4356-9efb-42b80b62b6fb]\n" I0702 22:36:59.779250 3306 ovs.go:163] Exec(22): stderr: "" I0702 22:36:59.779265 3306 ovs.go:159] Exec(23): /usr/bin/ovs-vsctl --timeout=15 get Interface 7266d62a-e4a3-4356-9efb-42b80b62b6fb Type I0702 22:36:59.784551 3306 ovs.go:162] Exec(23): stdout: "system\n" I0702 22:36:59.784570 3306 ovs.go:163] Exec(23): stderr: "" I0702 22:36:59.784583 3306 ovs.go:159] Exec(24): /usr/bin/ovs-vsctl --timeout=15 get interface ens5 ofport I0702 22:36:59.789846 3306 ovs.go:162] Exec(24): stdout: "1\n" I0702 22:36:59.789863 3306 ovs.go:163] Exec(24): stderr: "" I0702 22:36:59.789875 3306 ovs.go:159] Exec(25): /usr/bin/ovs-vsctl --timeout=15 --if-exists get interface br-ex mac_in_use I0702 22:36:59.795076 3306 ovs.go:162] Exec(25): stdout: "\"12:45:9c:21:cb:47\"\n" I0702 22:36:59.795097 3306 ovs.go:163] Exec(25): stderr: "" I0702 22:36:59.795111 3306 ovs.go:159] Exec(26): /usr/sbin/sysctl -w net.ipv4.conf.br-ex.forwarding=1 I0702 22:36:59.796020 3306 ovs.go:162] Exec(26): stdout: "net.ipv4.conf.br-ex.forwarding = 1\n" I0702 22:36:59.796032 3306 ovs.go:163] Exec(26): stderr: "" I0702 22:36:59.796055 3306 ovs.go:159] Exec(27): /usr/bin/ovs-vsctl --timeout=15 --if-exists get Open_vSwitch . external_ids:ovn-bridge-mappings I0702 22:36:59.801430 3306 ovs.go:162] Exec(27): stdout: "\n" I0702 22:36:59.801449 3306 ovs.go:163] Exec(27): stderr: "" I0702 22:36:59.801462 3306 ovs.go:159] Exec(28): /usr/bin/ovs-vsctl --timeout=15 set Open_vSwitch . external_ids:ovn-bridge-mappings=physnet:br-ex I0702 22:36:59.807512 3306 ovs.go:162] Exec(28): stdout: "" I0702 22:36:59.807529 3306 ovs.go:163] Exec(28): stderr: "" I0702 22:36:59.807542 3306 ovs.go:159] Exec(29): /usr/bin/ovs-vsctl --timeout=15 --if-exists get Open_vSwitch . external_ids:system-id I0702 22:36:59.813341 3306 ovs.go:162] Exec(29): stdout: "\"b1154d9a-9d3a-41a7-aa21-6bc419711378\"\n" I0702 22:36:59.813357 3306 ovs.go:163] Exec(29): stderr: "" I0702 22:36:59.813373 3306 ovs.go:159] Exec(30): /usr/bin/ovs-appctl --timeout=15 dpif/show-dp-features br-ex I0702 22:36:59.817275 3306 ovs.go:162] Exec(30): 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" I0702 22:36:59.817294 3306 ovs.go:163] Exec(30): stderr: "" I0702 22:36:59.817348 3306 ovs.go:159] Exec(31): /usr/bin/ovs-vsctl --timeout=15 --if-exists get Open_vSwitch . other_config:hw-offload I0702 22:36:59.823284 3306 ovs.go:162] Exec(31): stdout: "\n" I0702 22:36:59.823301 3306 ovs.go:163] Exec(31): stderr: "" I0702 22:36:59.824013 3306 iptables.go:143] Deleting rule in table: filter, chain: FORWARD with args: "-p tcp -m tcp --dport 22623 -j REJECT" for protocol: 0 I0702 22:36:59.831846 3306 iptables.go:143] Deleting rule in table: filter, chain: FORWARD with args: "-p tcp -m tcp --dport 22624 -j REJECT" for protocol: 0 I0702 22:36:59.833297 3306 iptables.go:143] Deleting rule in table: filter, chain: OUTPUT with args: "-p tcp -m tcp --dport 22623 -j REJECT" for protocol: 0 I0702 22:36:59.834795 3306 iptables.go:143] Deleting rule in table: filter, chain: OUTPUT with args: "-p tcp -m tcp --dport 22624 -j REJECT" for protocol: 0 I0702 22:36:59.836223 3306 iptables.go:107] Creating table: filter chain: FORWARD I0702 22:36:59.837472 3306 iptables.go:109] 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. I0702 22:36:59.838848 3306 iptables.go:120] Adding rule in table: filter, chain: FORWARD with args: "-p tcp -m tcp --dport 22623 --syn -j REJECT" for protocol: 0 I0702 22:36:59.841838 3306 iptables.go:120] Adding rule in table: filter, chain: FORWARD with args: "-p tcp -m tcp --dport 22624 --syn -j REJECT" for protocol: 0 I0702 22:36:59.843416 3306 iptables.go:107] Creating table: filter chain: OUTPUT I0702 22:36:59.844794 3306 iptables.go:109] 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. I0702 22:36:59.846316 3306 iptables.go:120] Adding rule in table: filter, chain: OUTPUT with args: "-p tcp -m tcp --dport 22623 --syn -j REJECT" for protocol: 0 I0702 22:36:59.849182 3306 iptables.go:120] Adding rule in table: filter, chain: OUTPUT with args: "-p tcp -m tcp --dport 22624 --syn -j REJECT" for protocol: 0 I0702 22:36:59.850546 3306 gateway_shared_intf.go:2374] Gateway Creation Complete I0702 22:36:59.850564 3306 kube.go:130] 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-0-31.ec2.internal","mac-address":"12:45:9c:21:cb:47","ip-addresses":["10.0.0.31/24"],"ip-address":"10.0.0.31/24","next-hops":["10.0.0.1"],"next-hop":"10.0.0.1","node-port-enable":"true","vlan-id":"0"}} k8s.ovn.org/node-chassis-id:b1154d9a-9d3a-41a7-aa21-6bc419711378 k8s.ovn.org/node-primary-ifaddr:{"ipv4":"10.0.0.31/24"} k8s.ovn.org/zone-name:ip-10-0-0-31.ec2.internal] on node ip-10-0-0-31.ec2.internal I0702 22:36:59.864871 3306 ovs.go:159] Exec(32): /usr/bin/ovs-appctl --timeout=15 -t /var/run/ovn/ovn-controller.3014.ctl connection-status I0702 22:36:59.869791 3306 ovs.go:162] Exec(32): stdout: "connected\n" I0702 22:36:59.869812 3306 ovs.go:163] Exec(32): stderr: "" I0702 22:36:59.869837 3306 default_node_network_controller.go:510] Node connection status = connected I0702 22:36:59.869853 3306 ovs.go:159] Exec(33): /usr/bin/ovs-vsctl --timeout=15 -- br-exists br-int I0702 22:36:59.875630 3306 ovs.go:162] Exec(33): stdout: "" I0702 22:36:59.875645 3306 ovs.go:163] Exec(33): stderr: "" I0702 22:36:59.875655 3306 ovs.go:159] Exec(34): /usr/bin/ovs-ofctl dump-aggregate br-int I0702 22:36:59.880484 3306 ovs.go:162] Exec(34): stdout: "NXST_AGGREGATE reply (xid=0x4): packet_count=1 byte_count=90 flow_count=15\n" I0702 22:36:59.880505 3306 ovs.go:163] Exec(34): stderr: "" I0702 22:36:59.880520 3306 ovs.go:159] Exec(35): /usr/bin/ovs-vsctl --timeout=15 --if-exists get interface patch-br-ex_ip-10-0-0-31.ec2.internal-to-br-int ofport I0702 22:36:59.885893 3306 ovs.go:162] Exec(35): stdout: "" I0702 22:36:59.885911 3306 ovs.go:163] Exec(35): stderr: "" I0702 22:36:59.984439 3306 controller_manager.go:391] Waiting for node in zone sync took: 500.196989ms I0702 22:36:59.984689 3306 ovs.go:159] Exec(36): /usr/bin/ovsdb-client list-columns unix:/var/run/ovn/ovnnb_db.sock --data=bare --no-heading --format=json OVN_Northbound Load_Balancer I0702 22:36:59.991616 3306 ovs.go:162] Exec(36): 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" I0702 22:36:59.991648 3306 ovs.go:163] Exec(36): stderr: "" I0702 22:36:59.991744 3306 controller_manager.go:252] SCTP support detected in OVN I0702 22:36:59.991785 3306 model_client.go:373] 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:u1983129673}] I0702 22:36:59.991856 3306 model_client.go:373] Create operations generated as: [{Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u1983129673}]} fair:{GoSet:[true]} name:acl-logging unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1983129674}] I0702 22:36:59.991890 3306 transact.go:42] Configuring OVN: [{Op:insert Table:Meter_Band Row:map[action:drop rate:20] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1983129673} {Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u1983129673}]} fair:{GoSet:[true]} name:acl-logging unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1983129674}] I0702 22:36:59.995029 3306 ovnkube_controller.go:1230] Config duration recorder: updated measurement rate to approx 1 in every 30 requests I0702 22:36:59.995190 3306 services_controller.go:70] Creating services controller for network=default I0702 22:36:59.995306 3306 udn_enabled_svc.go:79] Waiting for service informer to sync I0702 22:36:59.995387 3306 controller.go:132] Adding controller [zone-nad-controller NAD controller] event handlers I0702 22:36:59.995423 3306 shared_informer.go:313] Waiting for caches to sync for [zone-nad-controller NAD controller] I0702 22:36:59.995432 3306 shared_informer.go:320] Caches are synced for [zone-nad-controller NAD controller] I0702 22:36:59.995457 3306 controller.go:156] Starting controller [zone-nad-controller NAD controller] with 1 workers I0702 22:36:59.995508 3306 network_controller.go:244] [zone-nad-controller network controller]: syncing all networks I0702 22:36:59.995445 3306 model_client.go:373] 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:u1983129675}] I0702 22:36:59.995519 3306 network_controller.go:255] [zone-nad-controller network controller]: finished syncing all networks. Time taken: 10.888µs I0702 22:36:59.995528 3306 controller.go:156] Starting controller [zone-nad-controller network controller] with 1 workers I0702 22:36:59.995540 3306 nad_controller.go:161] [zone-nad-controller NAD controller]: started I0702 22:36:59.995527 3306 address_set.go:302] New(u1983129675/udn-enabled-svc:UDNEnabledService:udn-enabled-svc-cluster-ips:v4/a3613486944346402462) with [] I0702 22:36:59.995551 3306 default_network_controller.go:349] Starting the default network controller I0702 22:36:59.995561 3306 address_set_sync.go:395] SyncAddressSets found 0 stale address sets, 0 of them were ignored I0702 22:36:59.995554 3306 transact.go:42] 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:u1983129675}] I0702 22:36:59.995973 3306 udn_enabled_svc.go:94] Performing full resync I0702 22:36:59.996039 3306 model_client.go:382] 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 == {8a7abf7d-a608-40bc-a74e-c4156313ff09}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:36:59.996066 3306 transact.go:42] 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 == {8a7abf7d-a608-40bc-a74e-c4156313ff09}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:36:59.996410 3306 udn_enabled_svc.go:98] Waiting for handler to sync I0702 22:36:59.996425 3306 udn_enabled_svc.go:103] Starting worker I0702 22:36:59.998041 3306 acl_sync.go:167] Updating Tier of existing ACLs... I0702 22:36:59.998061 3306 acl_sync.go:192] Updating tier's of all ACLs in cluster took 3.78µs I0702 22:36:59.998076 3306 port_group_sync.go:309] SyncPortGroups found 0 stale port groups I0702 22:37:00.000849 3306 default_network_controller.go:394] Existing number of nodes: 3 I0702 22:37:00.000868 3306 ovs.go:159] Exec(37): /usr/bin/ovn-nbctl --timeout=15 --columns=_uuid list Load_Balancer_Group I0702 22:37:00.006301 3306 ovs.go:162] Exec(37): stdout: "" I0702 22:37:00.006316 3306 ovs.go:163] Exec(37): stderr: "" I0702 22:37:00.006374 3306 model_client.go:373] 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:u1983129676}] I0702 22:37:00.006411 3306 model_client.go:373] 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:u1983129677}] I0702 22:37:00.006438 3306 model_client.go:373] 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:u1983129678}] I0702 22:37:00.006463 3306 transact.go:42] Configuring OVN: [{Op:insert Table:Load_Balancer_Group Row:map[name:clusterLBGroup] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1983129676} {Op:insert Table:Load_Balancer_Group Row:map[name:clusterSwitchLBGroup] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1983129677} {Op:insert Table:Load_Balancer_Group Row:map[name:clusterRouterLBGroup] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1983129678}] I0702 22:37:00.006997 3306 model_client.go:373] 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:u1983129679}] I0702 22:37:00.007044 3306 model_client.go:373] Create operations generated as: [{Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u1983129679}]} fair:{GoSet:[true]} name:arp-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1983129680}] I0702 22:37:00.007085 3306 model_client.go:373] Create operations generated as: [{Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u1983129679}]} fair:{GoSet:[true]} name:arp-resolve-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1983129681}] I0702 22:37:00.007111 3306 model_client.go:373] Create operations generated as: [{Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u1983129679}]} fair:{GoSet:[true]} name:bfd-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1983129682}] I0702 22:37:00.007147 3306 model_client.go:373] Create operations generated as: [{Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u1983129679}]} fair:{GoSet:[true]} name:event-elb-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1983129683}] I0702 22:37:00.007179 3306 model_client.go:373] Create operations generated as: [{Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u1983129679}]} fair:{GoSet:[true]} name:icmp4-error-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1983129684}] I0702 22:37:00.007209 3306 model_client.go:373] Create operations generated as: [{Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u1983129679}]} fair:{GoSet:[true]} name:icmp6-error-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1983129685}] I0702 22:37:00.007238 3306 model_client.go:373] Create operations generated as: [{Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u1983129679}]} fair:{GoSet:[true]} name:reject-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1983129686}] I0702 22:37:00.007270 3306 model_client.go:373] Create operations generated as: [{Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u1983129679}]} fair:{GoSet:[true]} name:tcp-reset-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1983129687}] I0702 22:37:00.007296 3306 model_client.go:373] Create operations generated as: [{Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u1983129679}]} fair:{GoSet:[true]} name:svc-monitor-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1983129688}] I0702 22:37:00.007330 3306 model_client.go:373] 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:u1983129689}] I0702 22:37:00.007369 3306 transact.go:42] Configuring OVN: [{Op:insert Table:Meter_Band Row:map[action:drop rate:25] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1983129679} {Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u1983129679}]} fair:{GoSet:[true]} name:arp-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1983129680} {Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u1983129679}]} fair:{GoSet:[true]} name:arp-resolve-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1983129681} {Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u1983129679}]} fair:{GoSet:[true]} name:bfd-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1983129682} {Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u1983129679}]} fair:{GoSet:[true]} name:event-elb-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1983129683} {Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u1983129679}]} fair:{GoSet:[true]} name:icmp4-error-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1983129684} {Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u1983129679}]} fair:{GoSet:[true]} name:icmp6-error-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1983129685} {Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u1983129679}]} fair:{GoSet:[true]} name:reject-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1983129686} {Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u1983129679}]} fair:{GoSet:[true]} name:tcp-reset-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1983129687} {Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u1983129679}]} fair:{GoSet:[true]} name:svc-monitor-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1983129688} {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:u1983129689}] I0702 22:37:00.008670 3306 model_client.go:373] Create operations generated as: [{Op:insert Table:Logical_Router Row:map[copp:{GoSet:[{GoUUID:55da5ccf-f9b4-41b0-86ff-3540fccc474c}]} 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:u1983129690}] I0702 22:37:00.008702 3306 transact.go:42] Configuring OVN: [{Op:wait Table:Logical_Router Row:map[] Rows:[map[name:ovn_cluster_router]] Columns:[name] Mutations:[] Timeout:0xc009023758 Where:[where column name == ovn_cluster_router] Until:!= Durable: Comment: Lock: UUID: UUIDName:} {Op:insert Table:Logical_Router Row:map[copp:{GoSet:[{GoUUID:55da5ccf-f9b4-41b0-86ff-3540fccc474c}]} 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:u1983129690}] I0702 22:37:00.009168 3306 model_client.go:373] 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:u1983129691}] I0702 22:37:00.009200 3306 transact.go:42] 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:u1983129691}] I0702 22:37:00.009531 3306 model_client.go:373] 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:u1983129692}] I0702 22:37:00.009564 3306 transact.go:42] 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:u1983129692}] I0702 22:37:00.009898 3306 model_client.go:373] 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:u1983129693}] I0702 22:37:00.009956 3306 model_client.go:373] 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:u1983129694}] I0702 22:37:00.010012 3306 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:acls Mutator:insert Value:{GoSet:[{GoUUID:u1983129693} {GoUUID:u1983129694}]}}] Timeout: Where:[where column _uuid == {a0f73247-f464-47f2-84a4-857aa259aa77}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:00.010040 3306 transact.go:42] 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:u1983129693} {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:u1983129694} {Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:acls Mutator:insert Value:{GoSet:[{GoUUID:u1983129693} {GoUUID:u1983129694}]}}] Timeout: Where:[where column _uuid == {a0f73247-f464-47f2-84a4-857aa259aa77}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:00.010782 3306 model_client.go:373] 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:u1983129695}] I0702 22:37:00.010884 3306 model_client.go:373] 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:u1983129696}] I0702 22:37:00.010949 3306 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:acls Mutator:insert Value:{GoSet:[{GoUUID:u1983129695} {GoUUID:u1983129696}]}}] Timeout: Where:[where column _uuid == {60a7a2d8-29f7-4a3f-b0f1-617a998b6fed}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:00.010978 3306 transact.go:42] 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:u1983129695} {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:u1983129696} {Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:acls Mutator:insert Value:{GoSet:[{GoUUID:u1983129695} {GoUUID:u1983129696}]}}] Timeout: Where:[where column _uuid == {60a7a2d8-29f7-4a3f-b0f1-617a998b6fed}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:00.011707 3306 model_client.go:373] Create operations generated as: [{Op:insert Table:Logical_Switch Row:map[name:join] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1983129697}] I0702 22:37:00.011725 3306 transact.go:42] Configuring OVN: [{Op:wait Table:Logical_Switch Row:map[] Rows:[map[name:join]] Columns:[name] Mutations:[] Timeout:0xc009063b00 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:u1983129697}] I0702 22:37:00.012020 3306 model_client.go:373] 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:u1983129698}] I0702 22:37:00.012108 3306 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u1983129698}]}}] Timeout: Where:[where column _uuid == {75656b24-b078-48c3-9105-f7d2df67dfd5}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:00.012128 3306 transact.go:42] 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:u1983129698} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u1983129698}]}}] Timeout: Where:[where column _uuid == {75656b24-b078-48c3-9105-f7d2df67dfd5}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:00.012462 3306 model_client.go:373] 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:u1983129699}] I0702 22:37:00.012498 3306 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u1983129699}]}}] Timeout: Where:[where column _uuid == {53e7a62e-faaf-45f6-8495-8117e48b13fc}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:00.012515 3306 transact.go:42] 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:u1983129699} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u1983129699}]}}] Timeout: Where:[where column _uuid == {53e7a62e-faaf-45f6-8495-8117e48b13fc}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:00.012848 3306 default_network_controller.go:427] Cleaning External Gateway ECMP routes I0702 22:37:00.012931 3306 repair.go:33] Syncing exgw routes took 55.355µs I0702 22:37:00.012962 3306 default_network_controller.go:446] Starting all the Watchers... I0702 22:37:00.013134 3306 obj_retry.go:512] Add event received for *v1.Namespace openshift-monitoring I0702 22:37:00.013173 3306 obj_retry.go:512] Add event received for *v1.Namespace openshift-apiserver-operator I0702 22:37:00.013172 3306 obj_retry.go:512] Add event received for *v1.Namespace openshift-console-user-settings I0702 22:37:00.013187 3306 obj_retry.go:512] Add event received for *v1.Namespace openshift-insights I0702 22:37:00.013193 3306 namespace.go:92] [openshift-monitoring] adding namespace I0702 22:37:00.013195 3306 namespace.go:92] [openshift-apiserver-operator] adding namespace I0702 22:37:00.013134 3306 obj_retry.go:512] Add event received for *v1.Namespace openshift-route-controller-manager I0702 22:37:00.013205 3306 namespace.go:92] [openshift-console-user-settings] adding namespace I0702 22:37:00.013205 3306 namespace.go:92] [openshift-insights] adding namespace I0702 22:37:00.013212 3306 namespace.go:92] [openshift-route-controller-manager] adding namespace I0702 22:37:00.013160 3306 obj_retry.go:512] Add event received for *v1.Namespace openshift-kube-apiserver-operator I0702 22:37:00.013216 3306 obj_retry.go:512] Add event received for *v1.Namespace kube-system I0702 22:37:00.013222 3306 namespace.go:92] [openshift-kube-apiserver-operator] adding namespace I0702 22:37:00.013153 3306 obj_retry.go:512] Add event received for *v1.Namespace openshift-backplane I0702 22:37:00.013224 3306 obj_retry.go:512] Add event received for *v1.Namespace openshift-backplane-managed-scripts I0702 22:37:00.013228 3306 namespace.go:92] [kube-system] adding namespace I0702 22:37:00.013231 3306 obj_retry.go:512] Add event received for *v1.Namespace openshift-deployment-validation-operator I0702 22:37:00.013230 3306 namespace.go:92] [openshift-backplane] adding namespace I0702 22:37:00.013230 3306 obj_retry.go:512] Add event received for *v1.Namespace openshift-cluster-storage-operator I0702 22:37:00.013238 3306 namespace.go:92] [openshift-deployment-validation-operator] adding namespace I0702 22:37:00.013237 3306 namespace.go:92] [openshift-backplane-managed-scripts] adding namespace I0702 22:37:00.013244 3306 namespace.go:92] [openshift-cluster-storage-operator] adding namespace I0702 22:37:00.013175 3306 obj_retry.go:512] Add event received for *v1.Namespace openshift-operator-lifecycle-manager I0702 22:37:00.013254 3306 namespace.go:92] [openshift-operator-lifecycle-manager] adding namespace I0702 22:37:00.013152 3306 obj_retry.go:512] Add event received for *v1.Namespace default I0702 22:37:00.013260 3306 namespace.go:92] [default] adding namespace I0702 22:37:00.013134 3306 obj_retry.go:512] Add event received for *v1.Namespace openshift-dns-operator I0702 22:37:00.013284 3306 namespace.go:92] [openshift-dns-operator] adding namespace I0702 22:37:00.013135 3306 obj_retry.go:512] Add event received for *v1.Namespace openshift-backplane-mcs-tier-two I0702 22:37:00.013321 3306 namespace.go:92] [openshift-backplane-mcs-tier-two] adding namespace I0702 22:37:00.013311 3306 model_client.go:373] Create operations generated 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:u1983129700}] I0702 22:37:00.013343 3306 address_set.go:302] New(u1983129700/default-network-controller:Namespace:openshift-monitoring:v4/a5151710470485437164) with [] I0702 22:37:00.013349 3306 transact.go:42] Configuring 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:u1983129700}] I0702 22:37:00.013677 3306 model_client.go:373] 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:u1983129701}] I0702 22:37:00.013699 3306 transact.go:42] 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:u1983129701}] I0702 22:37:00.013955 3306 namespace.go:96] [openshift-monitoring] adding namespace took 748.245µs I0702 22:37:00.013966 3306 obj_retry.go:551] Creating *v1.Namespace openshift-monitoring took: 777.747µs I0702 22:37:00.013974 3306 obj_retry.go:512] Add event received for *v1.Namespace openshift-kube-controller-manager I0702 22:37:00.013980 3306 namespace.go:92] [openshift-kube-controller-manager] adding namespace I0702 22:37:00.014008 3306 model_client.go:373] Create operations generated 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:u1983129702}] I0702 22:37:00.014031 3306 address_set.go:302] New(u1983129702/default-network-controller:Namespace:openshift-kube-controller-manager:v4/a4663622633901538608) with [] I0702 22:37:00.014036 3306 transact.go:42] Configuring 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:u1983129702}] I0702 22:37:00.014374 3306 model_client.go:373] 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:u1983129703}] I0702 22:37:00.014398 3306 transact.go:42] 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:u1983129703}] I0702 22:37:00.014694 3306 namespace.go:96] [openshift-kube-controller-manager] adding namespace took 708.499µs I0702 22:37:00.014707 3306 obj_retry.go:551] Creating *v1.Namespace openshift-kube-controller-manager took: 725.255µs I0702 22:37:00.014715 3306 obj_retry.go:512] Add event received for *v1.Namespace openshift-package-operator I0702 22:37:00.014722 3306 namespace.go:92] [openshift-package-operator] adding namespace I0702 22:37:00.014760 3306 model_client.go:373] Create operations generated 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:u1983129704}] I0702 22:37:00.014784 3306 address_set.go:302] New(u1983129704/default-network-controller:Namespace:openshift-package-operator:v4/a5835920249265963763) with [] I0702 22:37:00.014790 3306 transact.go:42] Configuring 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:u1983129704}] I0702 22:37:00.015187 3306 model_client.go:373] 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:u1983129705}] I0702 22:37:00.015220 3306 transact.go:42] 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:u1983129705}] I0702 22:37:00.015595 3306 namespace.go:96] [openshift-package-operator] adding namespace took 866.428µs I0702 22:37:00.015612 3306 obj_retry.go:551] Creating *v1.Namespace openshift-package-operator took: 887.696µs I0702 22:37:00.015610 3306 model_client.go:373] Create operations generated 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:u1983129706}] I0702 22:37:00.015625 3306 obj_retry.go:512] Add event received for *v1.Namespace openshift-backplane-srep I0702 22:37:00.015632 3306 address_set.go:302] New(u1983129706/default-network-controller:Namespace:openshift-apiserver-operator:v4/a17733727332347776420) with [] I0702 22:37:00.015635 3306 namespace.go:92] [openshift-backplane-srep] adding namespace I0702 22:37:00.015638 3306 transact.go:42] Configuring 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:u1983129706}] I0702 22:37:00.015971 3306 model_client.go:373] 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:u1983129707}] I0702 22:37:00.016003 3306 transact.go:42] 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:u1983129707}] I0702 22:37:00.016388 3306 namespace.go:96] [openshift-apiserver-operator] adding namespace took 3.177793ms I0702 22:37:00.016416 3306 obj_retry.go:551] Creating *v1.Namespace openshift-apiserver-operator took: 3.216537ms I0702 22:37:00.016426 3306 obj_retry.go:512] Add event received for *v1.Namespace openshift-service-ca-operator I0702 22:37:00.016432 3306 namespace.go:92] [openshift-service-ca-operator] adding namespace I0702 22:37:00.016413 3306 model_client.go:373] Create operations generated 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:u1983129708}] I0702 22:37:00.016444 3306 address_set.go:302] New(u1983129708/default-network-controller:Namespace:openshift-insights:v4/a17978228596290493481) with [] I0702 22:37:00.016454 3306 transact.go:42] Configuring 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:u1983129708}] I0702 22:37:00.016839 3306 model_client.go:373] 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:u1983129709}] I0702 22:37:00.016860 3306 transact.go:42] 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:u1983129709}] I0702 22:37:00.017195 3306 namespace.go:96] [openshift-insights] adding namespace took 3.978288ms I0702 22:37:00.017211 3306 obj_retry.go:551] Creating *v1.Namespace openshift-insights took: 4.003718ms I0702 22:37:00.017222 3306 obj_retry.go:512] Add event received for *v1.Namespace openshift-kube-storage-version-migrator-operator I0702 22:37:00.017218 3306 model_client.go:373] Create operations generated 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:u1983129710}] I0702 22:37:00.017231 3306 namespace.go:92] [openshift-kube-storage-version-migrator-operator] adding namespace I0702 22:37:00.017237 3306 address_set.go:302] New(u1983129710/default-network-controller:Namespace:openshift-console-user-settings:v4/a17174782576849527835) with [] I0702 22:37:00.017244 3306 transact.go:42] Configuring 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:u1983129710}] I0702 22:37:00.017538 3306 model_client.go:373] 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:u1983129711}] I0702 22:37:00.017564 3306 transact.go:42] 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:u1983129711}] I0702 22:37:00.017854 3306 namespace.go:96] [openshift-console-user-settings] adding namespace took 4.638569ms I0702 22:37:00.017868 3306 obj_retry.go:551] Creating *v1.Namespace openshift-console-user-settings took: 4.663836ms I0702 22:37:00.017879 3306 obj_retry.go:512] Add event received for *v1.Namespace openshift-marketplace I0702 22:37:00.017887 3306 namespace.go:92] [openshift-marketplace] adding namespace I0702 22:37:00.017918 3306 model_client.go:373] Create operations generated 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:u1983129712}] I0702 22:37:00.017949 3306 address_set.go:302] New(u1983129712/default-network-controller:Namespace:openshift-route-controller-manager:v4/a5513313330862551964) with [] I0702 22:37:00.017957 3306 transact.go:42] Configuring 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:u1983129712}] I0702 22:37:00.018307 3306 model_client.go:373] 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:u1983129713}] I0702 22:37:00.018335 3306 transact.go:42] 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:u1983129713}] I0702 22:37:00.018701 3306 namespace.go:96] [openshift-route-controller-manager] adding namespace took 5.482511ms I0702 22:37:00.018716 3306 obj_retry.go:551] Creating *v1.Namespace openshift-route-controller-manager took: 5.500768ms I0702 22:37:00.018714 3306 model_client.go:373] Create operations generated 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:u1983129714}] I0702 22:37:00.018728 3306 obj_retry.go:512] Add event received for *v1.Namespace openshift-ovn-kubernetes I0702 22:37:00.018735 3306 address_set.go:302] New(u1983129714/default-network-controller:Namespace:openshift-kube-apiserver-operator:v4/a11465645704438275080) with [] I0702 22:37:00.018740 3306 namespace.go:92] [openshift-ovn-kubernetes] adding namespace I0702 22:37:00.018740 3306 transact.go:42] Configuring 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:u1983129714}] I0702 22:37:00.019101 3306 model_client.go:373] 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:u1983129715}] I0702 22:37:00.019135 3306 transact.go:42] 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:u1983129715}] I0702 22:37:00.019505 3306 namespace.go:96] [openshift-kube-apiserver-operator] adding namespace took 6.277289ms I0702 22:37:00.019517 3306 obj_retry.go:551] Creating *v1.Namespace openshift-kube-apiserver-operator took: 6.294497ms I0702 22:37:00.019525 3306 obj_retry.go:512] Add event received for *v1.Namespace openshift I0702 22:37:00.019531 3306 namespace.go:92] [openshift] adding namespace I0702 22:37:00.019528 3306 model_client.go:373] Create operations 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:u1983129716}] I0702 22:37:00.019554 3306 address_set.go:302] New(u1983129716/default-network-controller:Namespace:kube-system:v4/a8746611765617041202) with [] I0702 22:37:00.019560 3306 transact.go:42] 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:u1983129716}] I0702 22:37:00.019874 3306 model_client.go:373] 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:u1983129717}] I0702 22:37:00.019894 3306 transact.go:42] 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:u1983129717}] I0702 22:37:00.020234 3306 namespace.go:96] [kube-system] adding namespace took 6.99712ms I0702 22:37:00.020236 3306 model_client.go:373] Create operations generated 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:u1983129718}] I0702 22:37:00.020252 3306 obj_retry.go:551] Creating *v1.Namespace kube-system took: 7.021967ms I0702 22:37:00.020257 3306 address_set.go:302] New(u1983129718/default-network-controller:Namespace:openshift-backplane:v4/a9244104604428861879) with [] I0702 22:37:00.020262 3306 obj_retry.go:512] Add event received for *v1.Namespace open-cluster-management-2ra9b3d23jisg1nirlsuo1aqo4gngmda I0702 22:37:00.020268 3306 namespace.go:92] [open-cluster-management-2ra9b3d23jisg1nirlsuo1aqo4gngmda] adding namespace I0702 22:37:00.020263 3306 transact.go:42] Configuring 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:u1983129718}] I0702 22:37:00.020559 3306 model_client.go:373] 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:u1983129719}] I0702 22:37:00.020581 3306 transact.go:42] 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:u1983129719}] I0702 22:37:00.020935 3306 namespace.go:96] [openshift-backplane] adding namespace took 7.693546ms I0702 22:37:00.020932 3306 model_client.go:373] Create operations generated 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:u1983129720}] I0702 22:37:00.020948 3306 obj_retry.go:551] Creating *v1.Namespace openshift-backplane took: 7.716076ms I0702 22:37:00.020954 3306 address_set.go:302] New(u1983129720/default-network-controller:Namespace:openshift-backplane-managed-scripts:v4/a11237327277355820504) with [] I0702 22:37:00.020959 3306 obj_retry.go:512] Add event received for *v1.Namespace openshift-backplane-csm I0702 22:37:00.020968 3306 namespace.go:92] [openshift-backplane-csm] adding namespace I0702 22:37:00.020960 3306 transact.go:42] Configuring 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:u1983129720}] I0702 22:37:00.021232 3306 model_client.go:373] 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:u1983129721}] I0702 22:37:00.021253 3306 transact.go:42] 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:u1983129721}] I0702 22:37:00.021577 3306 namespace.go:96] [openshift-backplane-managed-scripts] adding namespace took 8.328133ms I0702 22:37:00.021592 3306 obj_retry.go:551] Creating *v1.Namespace openshift-backplane-managed-scripts took: 8.354366ms I0702 22:37:00.021601 3306 obj_retry.go:512] Add event received for *v1.Namespace openshift-cluster-node-tuning-operator I0702 22:37:00.021606 3306 namespace.go:92] [openshift-cluster-node-tuning-operator] adding namespace I0702 22:37:00.021596 3306 model_client.go:373] Create operations generated 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:u1983129722}] I0702 22:37:00.021618 3306 address_set.go:302] New(u1983129722/default-network-controller:Namespace:openshift-deployment-validation-operator:v4/a16124762520686702362) with [] I0702 22:37:00.021624 3306 transact.go:42] Configuring 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:u1983129722}] I0702 22:37:00.021987 3306 model_client.go:373] 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:u1983129723}] I0702 22:37:00.022062 3306 transact.go:42] 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:u1983129723}] I0702 22:37:00.022430 3306 namespace.go:96] [openshift-deployment-validation-operator] adding namespace took 9.184597ms I0702 22:37:00.022444 3306 obj_retry.go:551] Creating *v1.Namespace openshift-deployment-validation-operator took: 9.205004ms I0702 22:37:00.022436 3306 model_client.go:373] Create operations generated 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:u1983129724}] I0702 22:37:00.022453 3306 obj_retry.go:512] Add event received for *v1.Namespace openshift-cloud-credential-operator I0702 22:37:00.022461 3306 address_set.go:302] New(u1983129724/default-network-controller:Namespace:openshift-cluster-storage-operator:v4/a13337366700695359377) with [] I0702 22:37:00.022464 3306 namespace.go:92] [openshift-cloud-credential-operator] adding namespace I0702 22:37:00.022468 3306 transact.go:42] Configuring 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:u1983129724}] I0702 22:37:00.022806 3306 model_client.go:373] 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:u1983129725}] I0702 22:37:00.022859 3306 transact.go:42] 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:u1983129725}] I0702 22:37:00.023278 3306 namespace.go:96] [openshift-cluster-storage-operator] adding namespace took 10.027102ms I0702 22:37:00.023302 3306 obj_retry.go:551] Creating *v1.Namespace openshift-cluster-storage-operator took: 10.045794ms I0702 22:37:00.023286 3306 model_client.go:373] Create operations generated 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:u1983129726}] I0702 22:37:00.023311 3306 obj_retry.go:512] Add event received for *v1.Namespace openshift-console I0702 22:37:00.023316 3306 address_set.go:302] New(u1983129726/default-network-controller:Namespace:openshift-operator-lifecycle-manager:v4/a1482332553631220387) with [] I0702 22:37:00.023319 3306 namespace.go:92] [openshift-console] adding namespace I0702 22:37:00.023326 3306 transact.go:42] Configuring 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:u1983129726}] I0702 22:37:00.023678 3306 model_client.go:373] 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:u1983129727}] I0702 22:37:00.023702 3306 transact.go:42] 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:u1983129727}] I0702 22:37:00.024096 3306 model_client.go:373] Create operations 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:u1983129728}] I0702 22:37:00.024129 3306 address_set.go:302] New(u1983129728/default-network-controller:Namespace:default:v4/a4322231855293774466) with [] I0702 22:37:00.024135 3306 transact.go:42] 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:u1983129728}] I0702 22:37:00.024192 3306 namespace.go:96] [openshift-operator-lifecycle-manager] adding namespace took 10.933133ms I0702 22:37:00.024207 3306 obj_retry.go:551] Creating *v1.Namespace openshift-operator-lifecycle-manager took: 10.951958ms I0702 22:37:00.024217 3306 obj_retry.go:512] Add event received for *v1.Namespace openshift-host-network I0702 22:37:00.024225 3306 namespace.go:92] [openshift-host-network] adding namespace I0702 22:37:00.024456 3306 model_client.go:373] 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:u1983129729}] I0702 22:37:00.024478 3306 transact.go:42] 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:u1983129729}] I0702 22:37:00.024855 3306 namespace.go:96] [default] adding namespace took 11.589297ms I0702 22:37:00.024868 3306 obj_retry.go:551] Creating *v1.Namespace default took: 11.605875ms I0702 22:37:00.024877 3306 obj_retry.go:512] Add event received for *v1.Namespace openshift-cloud-network-config-controller I0702 22:37:00.024883 3306 namespace.go:92] [openshift-cloud-network-config-controller] adding namespace I0702 22:37:00.024881 3306 model_client.go:373] Create operations generated 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:u1983129730}] I0702 22:37:00.024901 3306 address_set.go:302] New(u1983129730/default-network-controller:Namespace:openshift-dns-operator:v4/a12081638711291249560) with [] I0702 22:37:00.024906 3306 transact.go:42] Configuring 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:u1983129730}] I0702 22:37:00.025242 3306 model_client.go:373] 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:u1983129731}] I0702 22:37:00.025271 3306 transact.go:42] 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:u1983129731}] I0702 22:37:00.026125 3306 namespace.go:96] [openshift-dns-operator] adding namespace took 12.832492ms I0702 22:37:00.026142 3306 obj_retry.go:551] Creating *v1.Namespace openshift-dns-operator took: 12.856172ms I0702 22:37:00.026131 3306 model_client.go:373] Create operations generated 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:u1983129732}] I0702 22:37:00.026151 3306 obj_retry.go:512] Add event received for *v1.Namespace openshift-controller-manager I0702 22:37:00.026158 3306 namespace.go:92] [openshift-controller-manager] adding namespace I0702 22:37:00.026158 3306 address_set.go:302] New(u1983129732/default-network-controller:Namespace:openshift-backplane-mcs-tier-two:v4/a3729672510619867801) with [] I0702 22:37:00.026167 3306 transact.go:42] Configuring 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:u1983129732}] I0702 22:37:00.026517 3306 model_client.go:373] 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:u1983129733}] I0702 22:37:00.026540 3306 transact.go:42] 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:u1983129733}] I0702 22:37:00.026850 3306 namespace.go:96] [openshift-backplane-mcs-tier-two] adding namespace took 13.521911ms I0702 22:37:00.026864 3306 obj_retry.go:551] Creating *v1.Namespace openshift-backplane-mcs-tier-two took: 13.544033ms I0702 22:37:00.026873 3306 obj_retry.go:512] Add event received for *v1.Namespace openshift-backplane-cee I0702 22:37:00.026881 3306 namespace.go:92] [openshift-backplane-cee] adding namespace I0702 22:37:00.026875 3306 model_client.go:373] Create operations generated 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:u1983129734}] I0702 22:37:00.026902 3306 address_set.go:302] New(u1983129734/default-network-controller:Namespace:openshift-backplane-srep:v4/a472588050935484448) with [] I0702 22:37:00.026909 3306 transact.go:42] Configuring 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:u1983129734}] I0702 22:37:00.027278 3306 model_client.go:373] 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:u1983129735}] I0702 22:37:00.027301 3306 transact.go:42] 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:u1983129735}] I0702 22:37:00.027627 3306 model_client.go:373] Create operations generated 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:u1983129736}] I0702 22:37:00.027658 3306 namespace.go:96] [openshift-backplane-srep] adding namespace took 12.015792ms I0702 22:37:00.027660 3306 address_set.go:302] New(u1983129736/default-network-controller:Namespace:openshift-service-ca-operator:v4/a9531058592630863333) with [] I0702 22:37:00.027669 3306 obj_retry.go:551] Creating *v1.Namespace openshift-backplane-srep took: 12.032795ms I0702 22:37:00.027677 3306 obj_retry.go:512] Add event received for *v1.Namespace openshift-console-operator I0702 22:37:00.027683 3306 namespace.go:92] [openshift-console-operator] adding namespace I0702 22:37:00.027671 3306 transact.go:42] Configuring 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:u1983129736}] I0702 22:37:00.027997 3306 model_client.go:373] 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:u1983129737}] I0702 22:37:00.028023 3306 transact.go:42] 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:u1983129737}] I0702 22:37:00.028397 3306 model_client.go:373] Create operations generated 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:u1983129738}] I0702 22:37:00.028422 3306 namespace.go:96] [openshift-service-ca-operator] adding namespace took 11.983924ms I0702 22:37:00.028438 3306 obj_retry.go:551] Creating *v1.Namespace openshift-service-ca-operator took: 12.00227ms I0702 22:37:00.028450 3306 obj_retry.go:512] Add event received for *v1.Namespace openshift-cloud-controller-manager I0702 22:37:00.028458 3306 namespace.go:92] [openshift-cloud-controller-manager] adding namespace I0702 22:37:00.028458 3306 address_set.go:302] New(u1983129738/default-network-controller:Namespace:openshift-kube-storage-version-migrator-operator:v4/a11291866915865594395) with [] I0702 22:37:00.028466 3306 transact.go:42] Configuring 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:u1983129738}] I0702 22:37:00.028872 3306 model_client.go:373] 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:u1983129739}] I0702 22:37:00.028894 3306 transact.go:42] 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:u1983129739}] I0702 22:37:00.029235 3306 model_client.go:373] Create operations generated 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:u1983129740}] I0702 22:37:00.029261 3306 address_set.go:302] New(u1983129740/default-network-controller:Namespace:openshift-marketplace:v4/a13245376580307887587) with [] I0702 22:37:00.029267 3306 transact.go:42] Configuring 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:u1983129740}] I0702 22:37:00.029278 3306 namespace.go:96] [openshift-kube-storage-version-migrator-operator] adding namespace took 12.038224ms I0702 22:37:00.029294 3306 obj_retry.go:551] Creating *v1.Namespace openshift-kube-storage-version-migrator-operator took: 12.060516ms I0702 22:37:00.029305 3306 obj_retry.go:512] Add event received for *v1.Namespace kube-public I0702 22:37:00.029313 3306 namespace.go:92] [kube-public] adding namespace I0702 22:37:00.029574 3306 model_client.go:373] 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:u1983129741}] I0702 22:37:00.029595 3306 transact.go:42] 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:u1983129741}] I0702 22:37:00.029921 3306 model_client.go:373] Create operations generated 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:u1983129742}] I0702 22:37:00.029956 3306 address_set.go:302] New(u1983129742/default-network-controller:Namespace:openshift-ovn-kubernetes:v4/a1398255725986493602) with [] I0702 22:37:00.029957 3306 namespace.go:96] [openshift-marketplace] adding namespace took 12.064309ms I0702 22:37:00.029968 3306 obj_retry.go:551] Creating *v1.Namespace openshift-marketplace took: 12.081548ms I0702 22:37:00.029965 3306 transact.go:42] Configuring 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:u1983129742}] I0702 22:37:00.029976 3306 obj_retry.go:512] Add event received for *v1.Namespace openshift-logging I0702 22:37:00.029992 3306 namespace.go:92] [openshift-logging] adding namespace I0702 22:37:00.030284 3306 model_client.go:373] 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:u1983129743}] I0702 22:37:00.030308 3306 transact.go:42] 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:u1983129743}] I0702 22:37:00.030677 3306 model_client.go:373] Create operations generated 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:u1983129744}] I0702 22:37:00.030702 3306 address_set.go:302] New(u1983129744/default-network-controller:Namespace:openshift:v4/a8611152139381270309) with [] I0702 22:37:00.030709 3306 transact.go:42] Configuring 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:u1983129744}] I0702 22:37:00.030724 3306 namespace.go:96] [openshift-ovn-kubernetes] adding namespace took 11.975481ms I0702 22:37:00.030738 3306 obj_retry.go:551] Creating *v1.Namespace openshift-ovn-kubernetes took: 11.996477ms I0702 22:37:00.030751 3306 obj_retry.go:512] Add event received for *v1.Namespace openshift-kube-controller-manager-operator I0702 22:37:00.030760 3306 namespace.go:92] [openshift-kube-controller-manager-operator] adding namespace I0702 22:37:00.031018 3306 model_client.go:373] 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:u1983129745}] I0702 22:37:00.031037 3306 transact.go:42] 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:u1983129745}] I0702 22:37:00.031362 3306 model_client.go:373] Create operations 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-2ra9b3d23jisg1nirlsuo1aqo4gngmda:v4 k8s.ovn.org/name:open-cluster-management-2ra9b3d23jisg1nirlsuo1aqo4gngmda k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a16571014056272778209] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1983129746}] I0702 22:37:00.031383 3306 address_set.go:302] New(u1983129746/default-network-controller:Namespace:open-cluster-management-2ra9b3d23jisg1nirlsuo1aqo4gngmda:v4/a16571014056272778209) with [] I0702 22:37:00.031390 3306 transact.go:42] 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-2ra9b3d23jisg1nirlsuo1aqo4gngmda:v4 k8s.ovn.org/name:open-cluster-management-2ra9b3d23jisg1nirlsuo1aqo4gngmda k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a16571014056272778209] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1983129746}] I0702 22:37:00.031401 3306 namespace.go:96] [openshift] adding namespace took 11.862929ms I0702 22:37:00.031417 3306 obj_retry.go:551] Creating *v1.Namespace openshift took: 11.882872ms I0702 22:37:00.031429 3306 obj_retry.go:512] Add event received for *v1.Namespace openshift-kube-scheduler-operator I0702 22:37:00.031444 3306 namespace.go:92] [openshift-kube-scheduler-operator] adding namespace I0702 22:37:00.031672 3306 model_client.go:373] 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-2ra9b3d23jisg1nirlsuo1aqo4gngmda k8s.ovn.org/name:open-cluster-management-2ra9b3d23jisg1nirlsuo1aqo4gngmda k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a2935916114716051755] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1983129747}] I0702 22:37:00.031690 3306 transact.go:42] Configuring OVN: [{Op:insert Table:Port_Group Row:map[external_ids:{GoMap:map[k8s.ovn.org/id:default-network-controller:Namespace:open-cluster-management-2ra9b3d23jisg1nirlsuo1aqo4gngmda k8s.ovn.org/name:open-cluster-management-2ra9b3d23jisg1nirlsuo1aqo4gngmda k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a2935916114716051755] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1983129747}] I0702 22:37:00.032015 3306 model_client.go:373] Create operations generated 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:u1983129748}] I0702 22:37:00.032038 3306 address_set.go:302] New(u1983129748/default-network-controller:Namespace:openshift-backplane-csm:v4/a11079310369539273179) with [] I0702 22:37:00.032044 3306 transact.go:42] Configuring 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:u1983129748}] I0702 22:37:00.032052 3306 namespace.go:96] [open-cluster-management-2ra9b3d23jisg1nirlsuo1aqo4gngmda] adding namespace took 11.776104ms I0702 22:37:00.032065 3306 obj_retry.go:551] Creating *v1.Namespace open-cluster-management-2ra9b3d23jisg1nirlsuo1aqo4gngmda took: 11.795546ms I0702 22:37:00.032074 3306 obj_retry.go:512] Add event received for *v1.Namespace openshift-dns I0702 22:37:00.032080 3306 namespace.go:92] [openshift-dns] adding namespace I0702 22:37:00.032330 3306 model_client.go:373] 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:u1983129749}] I0702 22:37:00.032356 3306 transact.go:42] 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:u1983129749}] I0702 22:37:00.032647 3306 model_client.go:373] Create operations generated 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:u1983129750}] I0702 22:37:00.032668 3306 address_set.go:302] New(u1983129750/default-network-controller:Namespace:openshift-cluster-node-tuning-operator:v4/a10032735054068291610) with [] I0702 22:37:00.032673 3306 transact.go:42] Configuring 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:u1983129750}] I0702 22:37:00.032694 3306 namespace.go:96] [openshift-backplane-csm] adding namespace took 11.719059ms I0702 22:37:00.032709 3306 obj_retry.go:551] Creating *v1.Namespace openshift-backplane-csm took: 11.740747ms I0702 22:37:00.032719 3306 obj_retry.go:512] Add event received for *v1.Namespace openshift-kube-apiserver I0702 22:37:00.032727 3306 namespace.go:92] [openshift-kube-apiserver] adding namespace I0702 22:37:00.033036 3306 model_client.go:373] 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:u1983129751}] I0702 22:37:00.033064 3306 transact.go:42] 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:u1983129751}] I0702 22:37:00.033404 3306 model_client.go:373] Create operations generated 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:u1983129752}] I0702 22:37:00.033429 3306 namespace.go:96] [openshift-cluster-node-tuning-operator] adding namespace took 11.816717ms I0702 22:37:00.033433 3306 address_set.go:302] New(u1983129752/default-network-controller:Namespace:openshift-cloud-credential-operator:v4/a7815234012393910246) with [] I0702 22:37:00.033443 3306 obj_retry.go:551] Creating *v1.Namespace openshift-cluster-node-tuning-operator took: 11.833531ms I0702 22:37:00.033444 3306 transact.go:42] Configuring 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:u1983129752}] I0702 22:37:00.033455 3306 obj_retry.go:512] Add event received for *v1.Namespace openshift-backplane-ai-agent I0702 22:37:00.033464 3306 namespace.go:92] [openshift-backplane-ai-agent] adding namespace I0702 22:37:00.033758 3306 model_client.go:373] 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:u1983129753}] I0702 22:37:00.033780 3306 transact.go:42] 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:u1983129753}] I0702 22:37:00.034113 3306 model_client.go:373] Create operations generated 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:u1983129754}] I0702 22:37:00.034136 3306 address_set.go:302] New(u1983129754/default-network-controller:Namespace:openshift-console:v4/a11622011068173273797) with [] I0702 22:37:00.034137 3306 namespace.go:96] [openshift-cloud-credential-operator] adding namespace took 11.667117ms I0702 22:37:00.034147 3306 obj_retry.go:551] Creating *v1.Namespace openshift-cloud-credential-operator took: 11.683875ms I0702 22:37:00.034141 3306 transact.go:42] Configuring 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:u1983129754}] I0702 22:37:00.034155 3306 obj_retry.go:512] Add event received for *v1.Namespace openshift-authentication-operator I0702 22:37:00.034161 3306 namespace.go:92] [openshift-authentication-operator] adding namespace I0702 22:37:00.034461 3306 model_client.go:373] 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:u1983129755}] I0702 22:37:00.034486 3306 transact.go:42] 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:u1983129755}] I0702 22:37:00.034865 3306 namespace.go:96] [openshift-console] adding namespace took 11.535291ms I0702 22:37:00.034885 3306 obj_retry.go:551] Creating *v1.Namespace openshift-console took: 11.560327ms I0702 22:37:00.034897 3306 obj_retry.go:512] Add event received for *v1.Namespace openshift-cluster-version I0702 22:37:00.034905 3306 namespace.go:92] [openshift-cluster-version] adding namespace I0702 22:37:00.034915 3306 model_client.go:373] Create operations generated as: [{Op:insert Table:Address_Set Row:map[addresses:{GoSet:[100.64.0.3 10.128.0.2 100.64.0.2 10.130.0.2 100.64.0.4 10.129.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:u1983129756}] I0702 22:37:00.034943 3306 address_set.go:302] New(u1983129756/default-network-controller:Namespace:openshift-host-network:v4/a6910206611978007605) with [10.128.0.2 100.64.0.2 10.130.0.2 100.64.0.4 10.129.0.2 100.64.0.3] I0702 22:37:00.034954 3306 transact.go:42] Configuring OVN: [{Op:insert Table:Address_Set Row:map[addresses:{GoSet:[100.64.0.3 10.128.0.2 100.64.0.2 10.130.0.2 100.64.0.4 10.129.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:u1983129756}] I0702 22:37:00.035296 3306 model_client.go:373] 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:u1983129757}] I0702 22:37:00.035321 3306 transact.go:42] 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:u1983129757}] I0702 22:37:00.035642 3306 model_client.go:373] Create operations generated 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:u1983129758}] I0702 22:37:00.035667 3306 namespace.go:96] [openshift-host-network] adding namespace took 11.435813ms I0702 22:37:00.035675 3306 address_set.go:302] New(u1983129758/default-network-controller:Namespace:openshift-cloud-network-config-controller:v4/a6429873968864053860) with [] I0702 22:37:00.035680 3306 obj_retry.go:551] Creating *v1.Namespace openshift-host-network took: 11.452651ms I0702 22:37:00.035691 3306 obj_retry.go:512] Add event received for *v1.Namespace openshift-ingress I0702 22:37:00.035683 3306 transact.go:42] Configuring 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:u1983129758}] I0702 22:37:00.035700 3306 namespace.go:92] [openshift-ingress] adding namespace I0702 22:37:00.036015 3306 model_client.go:373] 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:u1983129759}] I0702 22:37:00.036039 3306 transact.go:42] 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:u1983129759}] I0702 22:37:00.036379 3306 model_client.go:373] Create operations generated 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:u1983129760}] I0702 22:37:00.036409 3306 namespace.go:96] [openshift-cloud-network-config-controller] adding namespace took 11.519203ms I0702 22:37:00.036416 3306 address_set.go:302] New(u1983129760/default-network-controller:Namespace:openshift-controller-manager:v4/a10467312518402121836) with [] I0702 22:37:00.036420 3306 obj_retry.go:551] Creating *v1.Namespace openshift-cloud-network-config-controller took: 11.536125ms I0702 22:37:00.036429 3306 obj_retry.go:512] Add event received for *v1.Namespace openshift-backplane-cse I0702 22:37:00.036435 3306 namespace.go:92] [openshift-backplane-cse] adding namespace I0702 22:37:00.036424 3306 transact.go:42] Configuring 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:u1983129760}] I0702 22:37:00.036761 3306 model_client.go:373] 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:u1983129761}] I0702 22:37:00.036784 3306 transact.go:42] 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:u1983129761}] I0702 22:37:00.037126 3306 model_client.go:373] Create operations generated 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:u1983129762}] I0702 22:37:00.037156 3306 address_set.go:302] New(u1983129762/default-network-controller:Namespace:openshift-backplane-cee:v4/a16683797294909587257) with [] I0702 22:37:00.037159 3306 namespace.go:96] [openshift-controller-manager] adding namespace took 10.993505ms I0702 22:37:00.037170 3306 obj_retry.go:551] Creating *v1.Namespace openshift-controller-manager took: 11.010385ms I0702 22:37:00.037164 3306 transact.go:42] Configuring 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:u1983129762}] I0702 22:37:00.037179 3306 obj_retry.go:512] Add event received for *v1.Namespace openshift-network-operator I0702 22:37:00.037186 3306 namespace.go:92] [openshift-network-operator] adding namespace I0702 22:37:00.037482 3306 model_client.go:373] 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:u1983129763}] I0702 22:37:00.037505 3306 transact.go:42] 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:u1983129763}] I0702 22:37:00.037830 3306 model_client.go:373] Create operations generated 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:u1983129764}] I0702 22:37:00.037854 3306 address_set.go:302] New(u1983129764/default-network-controller:Namespace:openshift-console-operator:v4/a16211398687523592942) with [] I0702 22:37:00.037862 3306 namespace.go:96] [openshift-backplane-cee] adding namespace took 10.973641ms I0702 22:37:00.037859 3306 transact.go:42] Configuring 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:u1983129764}] I0702 22:37:00.037876 3306 obj_retry.go:551] Creating *v1.Namespace openshift-backplane-cee took: 10.992018ms I0702 22:37:00.037889 3306 obj_retry.go:512] Add event received for *v1.Namespace openshift-ingress-operator I0702 22:37:00.037897 3306 namespace.go:92] [openshift-ingress-operator] adding namespace I0702 22:37:00.038180 3306 model_client.go:373] 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:u1983129765}] I0702 22:37:00.038210 3306 transact.go:42] 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:u1983129765}] I0702 22:37:00.038533 3306 model_client.go:373] Create operations generated 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:u1983129766}] I0702 22:37:00.038554 3306 namespace.go:96] [openshift-console-operator] adding namespace took 10.864415ms I0702 22:37:00.038562 3306 obj_retry.go:551] Creating *v1.Namespace openshift-console-operator took: 10.877393ms I0702 22:37:00.038562 3306 address_set.go:302] New(u1983129766/default-network-controller:Namespace:openshift-cloud-controller-manager:v4/a545707041332338296) with [] I0702 22:37:00.038574 3306 transact.go:42] Configuring 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:u1983129766}] I0702 22:37:00.038921 3306 model_client.go:373] 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:u1983129767}] I0702 22:37:00.038952 3306 transact.go:42] 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:u1983129767}] I0702 22:37:00.039280 3306 model_client.go:373] Create operations 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:u1983129768}] I0702 22:37:00.039314 3306 address_set.go:302] New(u1983129768/default-network-controller:Namespace:kube-public:v4/a8590749387396730558) with [] I0702 22:37:00.039320 3306 namespace.go:96] [openshift-cloud-controller-manager] adding namespace took 10.85287ms I0702 22:37:00.039322 3306 transact.go:42] 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:u1983129768}] I0702 22:37:00.039335 3306 obj_retry.go:551] Creating *v1.Namespace openshift-cloud-controller-manager took: 10.875212ms I0702 22:37:00.039349 3306 obj_retry.go:512] Add event received for *v1.Namespace openshift-cluster-samples-operator I0702 22:37:00.039357 3306 namespace.go:92] [openshift-cluster-samples-operator] adding namespace I0702 22:37:00.039677 3306 model_client.go:373] 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:u1983129769}] I0702 22:37:00.039701 3306 transact.go:42] 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:u1983129769}] I0702 22:37:00.040034 3306 model_client.go:373] Create operations generated 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:u1983129770}] I0702 22:37:00.040059 3306 address_set.go:302] New(u1983129770/default-network-controller:Namespace:openshift-logging:v4/a279876230725367541) with [] I0702 22:37:00.040064 3306 namespace.go:96] [kube-public] adding namespace took 10.743475ms I0702 22:37:00.040066 3306 transact.go:42] Configuring 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:u1983129770}] I0702 22:37:00.040074 3306 obj_retry.go:551] Creating *v1.Namespace kube-public took: 10.760584ms I0702 22:37:00.040084 3306 obj_retry.go:512] Add event received for *v1.Namespace openshift-machine-api I0702 22:37:00.040089 3306 namespace.go:92] [openshift-machine-api] adding namespace I0702 22:37:00.040410 3306 model_client.go:373] 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:u1983129771}] I0702 22:37:00.040441 3306 transact.go:42] 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:u1983129771}] I0702 22:37:00.040797 3306 model_client.go:373] Create operations generated 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:u1983129772}] I0702 22:37:00.040848 3306 address_set.go:302] New(u1983129772/default-network-controller:Namespace:openshift-kube-controller-manager-operator:v4/a13990978431870169537) with [] I0702 22:37:00.040871 3306 namespace.go:96] [openshift-logging] adding namespace took 10.869199ms I0702 22:37:00.040857 3306 transact.go:42] Configuring 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:u1983129772}] I0702 22:37:00.040883 3306 obj_retry.go:551] Creating *v1.Namespace openshift-logging took: 10.896487ms I0702 22:37:00.040895 3306 obj_retry.go:512] Add event received for *v1.Namespace openshift-ingress-canary I0702 22:37:00.040904 3306 namespace.go:92] [openshift-ingress-canary] adding namespace I0702 22:37:00.041287 3306 model_client.go:373] 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:u1983129773}] I0702 22:37:00.041317 3306 transact.go:42] 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:u1983129773}] I0702 22:37:00.041603 3306 namespace.go:96] [openshift-kube-controller-manager-operator] adding namespace took 10.834143ms I0702 22:37:00.041621 3306 obj_retry.go:551] Creating *v1.Namespace openshift-kube-controller-manager-operator took: 10.858943ms I0702 22:37:00.041632 3306 obj_retry.go:512] Add event received for *v1.Namespace openshift-operators I0702 22:37:00.041620 3306 model_client.go:373] Create operations generated 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:u1983129774}] I0702 22:37:00.041640 3306 namespace.go:92] [openshift-operators] adding namespace I0702 22:37:00.041647 3306 address_set.go:302] New(u1983129774/default-network-controller:Namespace:openshift-kube-scheduler-operator:v4/a8446891589965341694) with [] I0702 22:37:00.041654 3306 transact.go:42] Configuring 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:u1983129774}] I0702 22:37:00.042057 3306 model_client.go:373] 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:u1983129775}] I0702 22:37:00.042136 3306 transact.go:42] 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:u1983129775}] I0702 22:37:00.042475 3306 namespace.go:96] [openshift-kube-scheduler-operator] adding namespace took 11.022703ms I0702 22:37:00.042492 3306 obj_retry.go:551] Creating *v1.Namespace openshift-kube-scheduler-operator took: 11.053688ms I0702 22:37:00.042501 3306 obj_retry.go:512] Add event received for *v1.Namespace openshift-machine-config-operator I0702 22:37:00.042509 3306 namespace.go:92] [openshift-machine-config-operator] adding namespace I0702 22:37:00.042501 3306 model_client.go:373] Create operations generated 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:u1983129776}] I0702 22:37:00.042521 3306 address_set.go:302] New(u1983129776/default-network-controller:Namespace:openshift-dns:v4/a11732331429224425771) with [] I0702 22:37:00.042527 3306 transact.go:42] Configuring 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:u1983129776}] I0702 22:37:00.042926 3306 model_client.go:373] 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:u1983129777}] I0702 22:37:00.042959 3306 transact.go:42] 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:u1983129777}] I0702 22:37:00.043318 3306 model_client.go:373] Create operations generated 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:u1983129778}] I0702 22:37:00.043343 3306 namespace.go:96] [openshift-dns] adding namespace took 11.256274ms I0702 22:37:00.043350 3306 address_set.go:302] New(u1983129778/default-network-controller:Namespace:openshift-kube-apiserver:v4/a4531626005796422843) with [] I0702 22:37:00.043358 3306 obj_retry.go:551] Creating *v1.Namespace openshift-dns took: 11.275005ms I0702 22:37:00.043370 3306 obj_retry.go:512] Add event received for *v1.Namespace openshift-etcd I0702 22:37:00.043359 3306 transact.go:42] Configuring 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:u1983129778}] I0702 22:37:00.043379 3306 namespace.go:92] [openshift-etcd] adding namespace I0702 22:37:00.043721 3306 model_client.go:373] 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:u1983129779}] I0702 22:37:00.043746 3306 transact.go:42] 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:u1983129779}] I0702 22:37:00.044044 3306 namespace.go:96] [openshift-kube-apiserver] adding namespace took 11.308884ms I0702 22:37:00.044062 3306 obj_retry.go:551] Creating *v1.Namespace openshift-kube-apiserver took: 11.332354ms I0702 22:37:00.044073 3306 obj_retry.go:512] Add event received for *v1.Namespace openshift-network-console I0702 22:37:00.044061 3306 model_client.go:373] Create operations generated 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:u1983129780}] I0702 22:37:00.044081 3306 namespace.go:92] [openshift-network-console] adding namespace I0702 22:37:00.044088 3306 address_set.go:302] New(u1983129780/default-network-controller:Namespace:openshift-backplane-ai-agent:v4/a2605025628078430682) with [] I0702 22:37:00.044096 3306 transact.go:42] Configuring 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:u1983129780}] I0702 22:37:00.044451 3306 model_client.go:373] 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:u1983129781}] I0702 22:37:00.044475 3306 transact.go:42] 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:u1983129781}] I0702 22:37:00.044914 3306 namespace.go:96] [openshift-backplane-ai-agent] adding namespace took 11.442224ms I0702 22:37:00.044930 3306 obj_retry.go:551] Creating *v1.Namespace openshift-backplane-ai-agent took: 11.464338ms I0702 22:37:00.044942 3306 obj_retry.go:512] Add event received for *v1.Namespace openshift-backplane-lpsre I0702 22:37:00.044950 3306 namespace.go:92] [openshift-backplane-lpsre] adding namespace I0702 22:37:00.044967 3306 model_client.go:373] Create operations generated 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:u1983129782}] I0702 22:37:00.044999 3306 address_set.go:302] New(u1983129782/default-network-controller:Namespace:openshift-authentication-operator:v4/a11592754075545683359) with [] I0702 22:37:00.045007 3306 transact.go:42] Configuring 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:u1983129782}] I0702 22:37:00.045395 3306 model_client.go:373] 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:u1983129783}] I0702 22:37:00.045423 3306 transact.go:42] 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:u1983129783}] I0702 22:37:00.045736 3306 model_client.go:373] Create operations generated 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:u1983129784}] I0702 22:37:00.045767 3306 address_set.go:302] New(u1983129784/default-network-controller:Namespace:openshift-cluster-version:v4/a8029920972938375443) with [] I0702 22:37:00.045771 3306 namespace.go:96] [openshift-authentication-operator] adding namespace took 11.603287ms I0702 22:37:00.045774 3306 transact.go:42] Configuring 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:u1983129784}] I0702 22:37:00.045785 3306 obj_retry.go:551] Creating *v1.Namespace openshift-authentication-operator took: 11.620107ms I0702 22:37:00.045796 3306 obj_retry.go:512] Add event received for *v1.Namespace openshift-multus I0702 22:37:00.045804 3306 namespace.go:92] [openshift-multus] adding namespace I0702 22:37:00.046142 3306 model_client.go:373] 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:u1983129785}] I0702 22:37:00.046165 3306 transact.go:42] 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:u1983129785}] I0702 22:37:00.046484 3306 model_client.go:373] Create operations generated 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:u1983129786}] I0702 22:37:00.046506 3306 namespace.go:96] [openshift-cluster-version] adding namespace took 11.594605ms I0702 22:37:00.046509 3306 address_set.go:302] New(u1983129786/default-network-controller:Namespace:openshift-ingress:v4/a9185810757115582127) with [] I0702 22:37:00.046517 3306 obj_retry.go:551] Creating *v1.Namespace openshift-cluster-version took: 11.610439ms I0702 22:37:00.046517 3306 transact.go:42] Configuring 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:u1983129786}] I0702 22:37:00.046537 3306 obj_retry.go:512] Add event received for *v1.Namespace openshift-image-registry I0702 22:37:00.046545 3306 namespace.go:92] [openshift-image-registry] adding namespace I0702 22:37:00.046842 3306 model_client.go:373] 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:u1983129787}] I0702 22:37:00.046865 3306 transact.go:42] 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:u1983129787}] I0702 22:37:00.047239 3306 namespace.go:96] [openshift-ingress] adding namespace took 11.532859ms I0702 22:37:00.047225 3306 model_client.go:373] Create operations generated 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:u1983129788}] I0702 22:37:00.047250 3306 obj_retry.go:551] Creating *v1.Namespace openshift-ingress took: 11.550405ms I0702 22:37:00.047259 3306 obj_retry.go:512] Add event received for *v1.Namespace openshift-backplane-mobb I0702 22:37:00.047258 3306 address_set.go:302] New(u1983129788/default-network-controller:Namespace:openshift-backplane-cse:v4/a5782637696158473523) with [] I0702 22:37:00.047264 3306 namespace.go:92] [openshift-backplane-mobb] adding namespace I0702 22:37:00.047268 3306 transact.go:42] Configuring 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:u1983129788}] I0702 22:37:00.047581 3306 model_client.go:373] 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:u1983129789}] I0702 22:37:00.047605 3306 transact.go:42] 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:u1983129789}] I0702 22:37:00.047910 3306 model_client.go:373] Create operations generated 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:u1983129790}] I0702 22:37:00.047938 3306 address_set.go:302] New(u1983129790/default-network-controller:Namespace:openshift-network-operator:v4/a17843891307737330665) with [] I0702 22:37:00.047947 3306 transact.go:42] Configuring 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:u1983129790}] I0702 22:37:00.047960 3306 namespace.go:96] [openshift-backplane-cse] adding namespace took 11.518546ms I0702 22:37:00.047977 3306 obj_retry.go:551] Creating *v1.Namespace openshift-backplane-cse took: 11.538427ms I0702 22:37:00.047987 3306 obj_retry.go:512] Add event received for *v1.Namespace openshift-config I0702 22:37:00.047993 3306 namespace.go:92] [openshift-config] adding namespace I0702 22:37:00.048260 3306 model_client.go:373] 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:u1983129791}] I0702 22:37:00.048286 3306 transact.go:42] 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:u1983129791}] I0702 22:37:00.048605 3306 model_client.go:373] Create operations generated 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:u1983129792}] I0702 22:37:00.048631 3306 namespace.go:96] [openshift-network-operator] adding namespace took 11.43883ms I0702 22:37:00.048640 3306 address_set.go:302] New(u1983129792/default-network-controller:Namespace:openshift-ingress-operator:v4/a12824364980436020060) with [] I0702 22:37:00.048642 3306 obj_retry.go:551] Creating *v1.Namespace openshift-network-operator took: 11.453288ms I0702 22:37:00.048653 3306 obj_retry.go:512] Add event received for *v1.Namespace openshift-kube-scheduler I0702 22:37:00.048661 3306 namespace.go:92] [openshift-kube-scheduler] adding namespace I0702 22:37:00.048649 3306 transact.go:42] Configuring 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:u1983129792}] I0702 22:37:00.048989 3306 model_client.go:373] 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:u1983129793}] I0702 22:37:00.049019 3306 transact.go:42] 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:u1983129793}] I0702 22:37:00.049367 3306 model_client.go:373] Create operations generated 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:u1983129794}] I0702 22:37:00.049385 3306 namespace.go:96] [openshift-ingress-operator] adding namespace took 11.481175ms I0702 22:37:00.049401 3306 address_set.go:302] New(u1983129794/default-network-controller:Namespace:openshift-cluster-samples-operator:v4/a3083655245828550199) with [] I0702 22:37:00.049404 3306 obj_retry.go:551] Creating *v1.Namespace openshift-ingress-operator took: 11.505057ms I0702 22:37:00.049416 3306 obj_retry.go:512] Add event received for *v1.Namespace dedicated-admin I0702 22:37:00.049425 3306 namespace.go:92] [dedicated-admin] adding namespace I0702 22:37:00.049410 3306 transact.go:42] Configuring 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:u1983129794}] I0702 22:37:00.049731 3306 model_client.go:373] 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:u1983129795}] I0702 22:37:00.049756 3306 transact.go:42] 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:u1983129795}] I0702 22:37:00.050091 3306 model_client.go:373] Create operations generated 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:u1983129796}] I0702 22:37:00.050117 3306 address_set.go:302] New(u1983129796/default-network-controller:Namespace:openshift-machine-api:v4/a8146979490545162082) with [] I0702 22:37:00.050123 3306 transact.go:42] Configuring 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:u1983129796}] I0702 22:37:00.050128 3306 namespace.go:96] [openshift-cluster-samples-operator] adding namespace took 10.763708ms I0702 22:37:00.050140 3306 obj_retry.go:551] Creating *v1.Namespace openshift-cluster-samples-operator took: 10.782899ms I0702 22:37:00.050148 3306 obj_retry.go:512] Add event received for *v1.Namespace openshift-must-gather-operator I0702 22:37:00.050156 3306 namespace.go:92] [openshift-must-gather-operator] adding namespace I0702 22:37:00.050405 3306 model_client.go:373] 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:u1983129797}] I0702 22:37:00.050434 3306 transact.go:42] 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:u1983129797}] I0702 22:37:00.050787 3306 namespace.go:96] [openshift-machine-api] adding namespace took 10.692045ms I0702 22:37:00.050773 3306 model_client.go:373] Create operations generated 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:u1983129798}] I0702 22:37:00.050798 3306 obj_retry.go:551] Creating *v1.Namespace openshift-machine-api took: 10.707308ms I0702 22:37:00.050804 3306 address_set.go:302] New(u1983129798/default-network-controller:Namespace:openshift-ingress-canary:v4/a17074529903361539284) with [] I0702 22:37:00.050807 3306 obj_retry.go:512] Add event received for *v1.Namespace openshift-operators-redhat I0702 22:37:00.050829 3306 namespace.go:92] [openshift-operators-redhat] adding namespace I0702 22:37:00.050828 3306 transact.go:42] Configuring 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:u1983129798}] I0702 22:37:00.051148 3306 model_client.go:373] 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:u1983129799}] I0702 22:37:00.051169 3306 transact.go:42] 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:u1983129799}] I0702 22:37:00.051470 3306 model_client.go:373] Create operations generated 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:u1983129800}] I0702 22:37:00.051501 3306 address_set.go:302] New(u1983129800/default-network-controller:Namespace:openshift-operators:v4/a17780485792851514981) with [] I0702 22:37:00.051505 3306 namespace.go:96] [openshift-ingress-canary] adding namespace took 10.594584ms I0702 22:37:00.051517 3306 obj_retry.go:551] Creating *v1.Namespace openshift-ingress-canary took: 10.613404ms I0702 22:37:00.051509 3306 transact.go:42] Configuring 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:u1983129800}] I0702 22:37:00.051526 3306 obj_retry.go:512] Add event received for *v1.Namespace openshift-config-operator I0702 22:37:00.051533 3306 namespace.go:92] [openshift-config-operator] adding namespace I0702 22:37:00.051858 3306 model_client.go:373] 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:u1983129801}] I0702 22:37:00.051892 3306 transact.go:42] 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:u1983129801}] I0702 22:37:00.052181 3306 model_client.go:373] Create operations generated 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:u1983129802}] I0702 22:37:00.052203 3306 address_set.go:302] New(u1983129802/default-network-controller:Namespace:openshift-machine-config-operator:v4/a1512537150246498877) with [] I0702 22:37:00.052212 3306 namespace.go:96] [openshift-operators] adding namespace took 10.564172ms I0702 22:37:00.052224 3306 obj_retry.go:551] Creating *v1.Namespace openshift-operators took: 10.582133ms I0702 22:37:00.052237 3306 obj_retry.go:512] Add event received for *v1.Namespace openshift-backplane-srep-ro I0702 22:37:00.052245 3306 namespace.go:92] [openshift-backplane-srep-ro] adding namespace I0702 22:37:00.052208 3306 transact.go:42] Configuring 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:u1983129802}] I0702 22:37:00.053009 3306 model_client.go:373] 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:u1983129803}] I0702 22:37:00.053040 3306 transact.go:42] 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:u1983129803}] I0702 22:37:00.053387 3306 model_client.go:373] Create operations generated 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:u1983129804}] I0702 22:37:00.053412 3306 address_set.go:302] New(u1983129804/default-network-controller:Namespace:openshift-etcd:v4/a1263951348256964356) with [] I0702 22:37:00.053423 3306 namespace.go:96] [openshift-machine-config-operator] adding namespace took 10.905761ms I0702 22:37:00.053417 3306 transact.go:42] Configuring 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:u1983129804}] I0702 22:37:00.053436 3306 obj_retry.go:551] Creating *v1.Namespace openshift-machine-config-operator took: 10.926207ms I0702 22:37:00.053445 3306 obj_retry.go:512] Add event received for *v1.Namespace openshift-controller-manager-operator I0702 22:37:00.053450 3306 namespace.go:92] [openshift-controller-manager-operator] adding namespace I0702 22:37:00.053756 3306 model_client.go:373] 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:u1983129805}] I0702 22:37:00.053838 3306 transact.go:42] 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:u1983129805}] I0702 22:37:00.054209 3306 namespace.go:96] [openshift-etcd] adding namespace took 10.822962ms I0702 22:37:00.054199 3306 model_client.go:373] Create operations generated 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:u1983129806}] I0702 22:37:00.054227 3306 obj_retry.go:551] Creating *v1.Namespace openshift-etcd took: 10.848594ms I0702 22:37:00.054232 3306 address_set.go:302] New(u1983129806/default-network-controller:Namespace:openshift-network-console:v4/a652560172428313020) with [] I0702 22:37:00.054236 3306 obj_retry.go:512] Add event received for *v1.Namespace openshift-cluster-machine-approver I0702 22:37:00.054242 3306 namespace.go:92] [openshift-cluster-machine-approver] adding namespace I0702 22:37:00.054240 3306 transact.go:42] Configuring 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:u1983129806}] I0702 22:37:00.054585 3306 model_client.go:373] 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:u1983129807}] I0702 22:37:00.054664 3306 transact.go:42] 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:u1983129807}] I0702 22:37:00.055012 3306 model_client.go:373] Create operations generated 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:u1983129808}] I0702 22:37:00.055036 3306 address_set.go:302] New(u1983129808/default-network-controller:Namespace:openshift-backplane-lpsre:v4/a14720488555408461788) with [] I0702 22:37:00.055044 3306 namespace.go:96] [openshift-network-console] adding namespace took 10.955343ms I0702 22:37:00.055043 3306 transact.go:42] Configuring 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:u1983129808}] I0702 22:37:00.055055 3306 obj_retry.go:551] Creating *v1.Namespace openshift-network-console took: 10.97338ms I0702 22:37:00.055076 3306 obj_retry.go:512] Add event received for *v1.Namespace openshift-config-managed I0702 22:37:00.055088 3306 namespace.go:92] [openshift-config-managed] adding namespace I0702 22:37:00.055396 3306 model_client.go:373] 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:u1983129809}] I0702 22:37:00.055424 3306 transact.go:42] 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:u1983129809}] W0702 22:37:00.055767 3306 base_network_controller_namespace.go:410] pod openshift-multus/network-metrics-daemon-c4whj: no pod IPs found W0702 22:37:00.055837 3306 base_network_controller_namespace.go:410] pod openshift-multus/network-metrics-daemon-kj85t: no pod IPs found I0702 22:37:00.055844 3306 namespace.go:96] [openshift-backplane-lpsre] adding namespace took 10.885974ms W0702 22:37:00.055849 3306 base_network_controller_namespace.go:410] pod openshift-multus/network-metrics-daemon-tgbnw: no pod IPs found I0702 22:37:00.055857 3306 obj_retry.go:551] Creating *v1.Namespace openshift-backplane-lpsre took: 10.904625ms I0702 22:37:00.055868 3306 obj_retry.go:512] Add event received for *v1.Namespace openshift-cluster-csi-drivers I0702 22:37:00.055876 3306 namespace.go:92] [openshift-cluster-csi-drivers] adding namespace I0702 22:37:00.055885 3306 model_client.go:373] Create operations generated 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:u1983129810}] I0702 22:37:00.055914 3306 address_set.go:302] New(u1983129810/default-network-controller:Namespace:openshift-multus:v4/a13687770890520536676) with [] I0702 22:37:00.055923 3306 transact.go:42] Configuring 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:u1983129810}] I0702 22:37:00.056278 3306 model_client.go:373] 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:u1983129811}] I0702 22:37:00.056306 3306 transact.go:42] 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:u1983129811}] I0702 22:37:00.056662 3306 model_client.go:373] Create operations generated 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:u1983129812}] I0702 22:37:00.056682 3306 namespace.go:96] [openshift-multus] adding namespace took 10.872186ms I0702 22:37:00.056695 3306 address_set.go:302] New(u1983129812/default-network-controller:Namespace:openshift-image-registry:v4/a65811733811199347) with [] I0702 22:37:00.056699 3306 obj_retry.go:551] Creating *v1.Namespace openshift-multus took: 10.893493ms I0702 22:37:00.056711 3306 obj_retry.go:512] Add event received for *v1.Namespace kube-node-lease I0702 22:37:00.056704 3306 transact.go:42] Configuring 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:u1983129812}] I0702 22:37:00.056721 3306 namespace.go:92] [kube-node-lease] adding namespace I0702 22:37:00.057062 3306 model_client.go:373] 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:u1983129813}] I0702 22:37:00.057083 3306 transact.go:42] 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:u1983129813}] I0702 22:37:00.057426 3306 model_client.go:373] Create operations generated 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:u1983129814}] I0702 22:37:00.057452 3306 address_set.go:302] New(u1983129814/default-network-controller:Namespace:openshift-backplane-mobb:v4/a17945876981827356512) with [] I0702 22:37:00.057456 3306 namespace.go:96] [openshift-image-registry] adding namespace took 10.904122ms I0702 22:37:00.057467 3306 obj_retry.go:551] Creating *v1.Namespace openshift-image-registry took: 10.921407ms I0702 22:37:00.057460 3306 transact.go:42] Configuring 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:u1983129814}] I0702 22:37:00.057476 3306 obj_retry.go:512] Add event received for *v1.Namespace openshift-customer-monitoring I0702 22:37:00.057485 3306 namespace.go:92] [openshift-customer-monitoring] adding namespace I0702 22:37:00.057788 3306 model_client.go:373] 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:u1983129815}] I0702 22:37:00.057830 3306 transact.go:42] 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:u1983129815}] I0702 22:37:00.058108 3306 namespace.go:96] [openshift-backplane-mobb] adding namespace took 10.837293ms I0702 22:37:00.058125 3306 obj_retry.go:551] Creating *v1.Namespace openshift-backplane-mobb took: 10.855802ms I0702 22:37:00.058136 3306 obj_retry.go:512] Add event received for *v1.Namespace openshift-node I0702 22:37:00.058144 3306 namespace.go:92] [openshift-node] adding namespace I0702 22:37:00.058135 3306 model_client.go:373] Create operations generated 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:u1983129816}] I0702 22:37:00.058161 3306 address_set.go:302] New(u1983129816/default-network-controller:Namespace:openshift-config:v4/a14322580666718461836) with [] I0702 22:37:00.058167 3306 transact.go:42] Configuring 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:u1983129816}] I0702 22:37:00.058469 3306 model_client.go:373] 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:u1983129817}] I0702 22:37:00.058491 3306 transact.go:42] 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:u1983129817}] I0702 22:37:00.058785 3306 model_client.go:373] Create operations generated 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:u1983129818}] I0702 22:37:00.058807 3306 address_set.go:302] New(u1983129818/default-network-controller:Namespace:openshift-kube-scheduler:v4/a15634036902741400949) with [] I0702 22:37:00.058833 3306 namespace.go:96] [openshift-config] adding namespace took 10.833842ms I0702 22:37:00.058827 3306 transact.go:42] Configuring 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:u1983129818}] I0702 22:37:00.058844 3306 obj_retry.go:551] Creating *v1.Namespace openshift-config took: 10.849623ms I0702 22:37:00.058852 3306 obj_retry.go:512] Add event received for *v1.Namespace openshift-backplane-tam I0702 22:37:00.058858 3306 namespace.go:92] [openshift-backplane-tam] adding namespace I0702 22:37:00.059200 3306 model_client.go:373] 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:u1983129819}] I0702 22:37:00.059230 3306 transact.go:42] 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:u1983129819}] I0702 22:37:00.059546 3306 model_client.go:373] Create operations 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:u1983129820}] I0702 22:37:00.059568 3306 address_set.go:302] New(u1983129820/default-network-controller:Namespace:dedicated-admin:v4/a12448594290086707900) with [] I0702 22:37:00.059570 3306 namespace.go:96] [openshift-kube-scheduler] adding namespace took 10.901036ms I0702 22:37:00.059574 3306 transact.go:42] 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:u1983129820}] I0702 22:37:00.059585 3306 obj_retry.go:551] Creating *v1.Namespace openshift-kube-scheduler took: 10.919908ms I0702 22:37:00.059597 3306 obj_retry.go:512] Add event received for *v1.Namespace open-cluster-management-agent-addon I0702 22:37:00.059605 3306 namespace.go:92] [open-cluster-management-agent-addon] adding namespace I0702 22:37:00.059918 3306 model_client.go:373] 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:u1983129821}] I0702 22:37:00.059942 3306 transact.go:42] 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:u1983129821}] I0702 22:37:00.060241 3306 model_client.go:373] Create operations generated 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:u1983129822}] I0702 22:37:00.060266 3306 namespace.go:96] [dedicated-admin] adding namespace took 10.834467ms I0702 22:37:00.060269 3306 address_set.go:302] New(u1983129822/default-network-controller:Namespace:openshift-must-gather-operator:v4/a9165124402651669496) with [] I0702 22:37:00.060279 3306 obj_retry.go:551] Creating *v1.Namespace dedicated-admin took: 10.852398ms I0702 22:37:00.060290 3306 obj_retry.go:512] Add event received for *v1.Namespace openshift-authentication I0702 22:37:00.060279 3306 transact.go:42] Configuring 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:u1983129822}] I0702 22:37:00.060297 3306 namespace.go:92] [openshift-authentication] adding namespace I0702 22:37:00.060629 3306 model_client.go:373] 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:u1983129823}] I0702 22:37:00.060650 3306 transact.go:42] 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:u1983129823}] I0702 22:37:00.061018 3306 namespace.go:96] [openshift-must-gather-operator] adding namespace took 10.853491ms I0702 22:37:00.061025 3306 model_client.go:373] Create operations generated 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:u1983129824}] I0702 22:37:00.061038 3306 obj_retry.go:551] Creating *v1.Namespace openshift-must-gather-operator took: 10.880674ms I0702 22:37:00.061050 3306 address_set.go:302] New(u1983129824/default-network-controller:Namespace:openshift-operators-redhat:v4/a12821998257320927754) with [] I0702 22:37:00.061058 3306 transact.go:42] Configuring 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:u1983129824}] I0702 22:37:00.061430 3306 model_client.go:373] 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:u1983129825}] I0702 22:37:00.061451 3306 transact.go:42] 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:u1983129825}] I0702 22:37:00.061803 3306 model_client.go:373] Create operations generated 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:u1983129826}] I0702 22:37:00.061854 3306 address_set.go:302] New(u1983129826/default-network-controller:Namespace:openshift-config-operator:v4/a15513656991472936797) with [] I0702 22:37:00.061858 3306 namespace.go:96] [openshift-operators-redhat] adding namespace took 11.020795ms I0702 22:37:00.061872 3306 obj_retry.go:551] Creating *v1.Namespace openshift-operators-redhat took: 11.05683ms I0702 22:37:00.061863 3306 transact.go:42] Configuring 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:u1983129826}] I0702 22:37:00.062216 3306 model_client.go:373] 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:u1983129827}] I0702 22:37:00.062240 3306 transact.go:42] 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:u1983129827}] I0702 22:37:00.062602 3306 namespace.go:96] [openshift-config-operator] adding namespace took 11.063342ms I0702 22:37:00.062615 3306 obj_retry.go:551] Creating *v1.Namespace openshift-config-operator took: 11.081363ms I0702 22:37:00.062629 3306 obj_retry.go:512] Add event received for *v1.Namespace openshift-user-workload-monitoring I0702 22:37:00.062612 3306 model_client.go:373] Create operations generated 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:u1983129828}] I0702 22:37:00.062637 3306 namespace.go:92] [openshift-user-workload-monitoring] adding namespace I0702 22:37:00.062644 3306 address_set.go:302] New(u1983129828/default-network-controller:Namespace:openshift-backplane-srep-ro:v4/a11093797821988339384) with [] I0702 22:37:00.062653 3306 transact.go:42] Configuring 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:u1983129828}] I0702 22:37:00.063043 3306 model_client.go:373] 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:u1983129829}] I0702 22:37:00.063066 3306 transact.go:42] 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:u1983129829}] I0702 22:37:00.063411 3306 namespace.go:96] [openshift-backplane-srep-ro] adding namespace took 11.159741ms I0702 22:37:00.063402 3306 model_client.go:373] Create operations generated 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:u1983129830}] I0702 22:37:00.063426 3306 obj_retry.go:551] Creating *v1.Namespace openshift-backplane-srep-ro took: 11.178797ms I0702 22:37:00.063428 3306 address_set.go:302] New(u1983129830/default-network-controller:Namespace:openshift-controller-manager-operator:v4/a14938231737766799037) with [] I0702 22:37:00.063443 3306 transact.go:42] Configuring 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:u1983129830}] I0702 22:37:00.063742 3306 model_client.go:373] 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:u1983129831}] I0702 22:37:00.063764 3306 transact.go:42] 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:u1983129831}] I0702 22:37:00.064132 3306 namespace.go:96] [openshift-controller-manager-operator] adding namespace took 10.674321ms I0702 22:37:00.064148 3306 obj_retry.go:551] Creating *v1.Namespace openshift-controller-manager-operator took: 10.695896ms I0702 22:37:00.064157 3306 obj_retry.go:512] Add event received for *v1.Namespace openshift-network-node-identity I0702 22:37:00.064142 3306 model_client.go:373] Create operations generated 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:u1983129832}] I0702 22:37:00.064164 3306 namespace.go:92] [openshift-network-node-identity] adding namespace I0702 22:37:00.064170 3306 address_set.go:302] New(u1983129832/default-network-controller:Namespace:openshift-cluster-machine-approver:v4/a8065968527448962190) with [] I0702 22:37:00.064178 3306 transact.go:42] Configuring 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:u1983129832}] I0702 22:37:00.064520 3306 model_client.go:373] 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:u1983129833}] I0702 22:37:00.064544 3306 transact.go:42] 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:u1983129833}] I0702 22:37:00.064906 3306 model_client.go:373] Create operations generated 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:u1983129834}] I0702 22:37:00.064938 3306 address_set.go:302] New(u1983129834/default-network-controller:Namespace:openshift-config-managed:v4/a6117206921658593480) with [] I0702 22:37:00.064940 3306 namespace.go:96] [openshift-cluster-machine-approver] adding namespace took 10.692029ms I0702 22:37:00.064954 3306 obj_retry.go:551] Creating *v1.Namespace openshift-cluster-machine-approver took: 10.708746ms I0702 22:37:00.064947 3306 transact.go:42] Configuring 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:u1983129834}] I0702 22:37:00.065296 3306 model_client.go:373] 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:u1983129835}] I0702 22:37:00.065318 3306 transact.go:42] 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:u1983129835}] I0702 22:37:00.065650 3306 model_client.go:373] Create operations generated 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:u1983129836}] I0702 22:37:00.065684 3306 address_set.go:302] New(u1983129836/default-network-controller:Namespace:openshift-cluster-csi-drivers:v4/a12187954455470212926) with [] I0702 22:37:00.065692 3306 transact.go:42] Configuring 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:u1983129836}] I0702 22:37:00.065795 3306 namespace.go:96] [openshift-config-managed] adding namespace took 10.700808ms I0702 22:37:00.065831 3306 obj_retry.go:551] Creating *v1.Namespace openshift-config-managed took: 10.720753ms I0702 22:37:00.065843 3306 obj_retry.go:512] Add event received for *v1.Namespace openshift-network-diagnostics I0702 22:37:00.065851 3306 namespace.go:92] [openshift-network-diagnostics] adding namespace I0702 22:37:00.066102 3306 model_client.go:373] 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:u1983129837}] I0702 22:37:00.066123 3306 transact.go:42] 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:u1983129837}] I0702 22:37:00.066417 3306 model_client.go:373] Create operations 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:u1983129838}] I0702 22:37:00.066442 3306 address_set.go:302] New(u1983129838/default-network-controller:Namespace:kube-node-lease:v4/a8945957557890443212) with [] I0702 22:37:00.066449 3306 transact.go:42] 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:u1983129838}] I0702 22:37:00.066466 3306 namespace.go:96] [openshift-cluster-csi-drivers] adding namespace took 10.584055ms I0702 22:37:00.066476 3306 obj_retry.go:551] Creating *v1.Namespace openshift-cluster-csi-drivers took: 10.600576ms I0702 22:37:00.066797 3306 model_client.go:373] 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:u1983129839}] I0702 22:37:00.066842 3306 transact.go:42] 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:u1983129839}] I0702 22:37:00.067190 3306 model_client.go:373] Create operations generated 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:u1983129840}] I0702 22:37:00.067222 3306 address_set.go:302] New(u1983129840/default-network-controller:Namespace:openshift-customer-monitoring:v4/a14127557557717756897) with [] I0702 22:37:00.067233 3306 namespace.go:96] [kube-node-lease] adding namespace took 10.502997ms I0702 22:37:00.067231 3306 transact.go:42] Configuring 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:u1983129840}] I0702 22:37:00.067246 3306 obj_retry.go:551] Creating *v1.Namespace kube-node-lease took: 10.525481ms I0702 22:37:00.067553 3306 model_client.go:373] 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:u1983129841}] I0702 22:37:00.067578 3306 transact.go:42] 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:u1983129841}] I0702 22:37:00.067899 3306 model_client.go:373] Create operations generated 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:u1983129842}] I0702 22:37:00.067921 3306 address_set.go:302] New(u1983129842/default-network-controller:Namespace:openshift-node:v4/a10320713570038180226) with [] I0702 22:37:00.067926 3306 transact.go:42] Configuring 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:u1983129842}] I0702 22:37:00.067945 3306 namespace.go:96] [openshift-customer-monitoring] adding namespace took 10.452502ms I0702 22:37:00.067960 3306 obj_retry.go:551] Creating *v1.Namespace openshift-customer-monitoring took: 10.472768ms I0702 22:37:00.067972 3306 obj_retry.go:512] Add event received for *v1.Namespace openshift-apiserver I0702 22:37:00.067982 3306 namespace.go:92] [openshift-apiserver] adding namespace I0702 22:37:00.068242 3306 model_client.go:373] 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:u1983129843}] I0702 22:37:00.068265 3306 transact.go:42] 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:u1983129843}] I0702 22:37:00.068549 3306 model_client.go:373] Create operations generated 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:u1983129844}] I0702 22:37:00.068580 3306 address_set.go:302] New(u1983129844/default-network-controller:Namespace:openshift-backplane-tam:v4/a16625094502828200430) with [] I0702 22:37:00.068590 3306 namespace.go:96] [openshift-node] adding namespace took 10.437788ms I0702 22:37:00.068587 3306 transact.go:42] Configuring 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:u1983129844}] I0702 22:37:00.068601 3306 obj_retry.go:551] Creating *v1.Namespace openshift-node took: 10.457215ms I0702 22:37:00.068893 3306 model_client.go:373] 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:u1983129845}] I0702 22:37:00.068916 3306 transact.go:42] 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:u1983129845}] I0702 22:37:00.069230 3306 model_client.go:373] Create operations 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:u1983129846}] I0702 22:37:00.069262 3306 address_set.go:302] New(u1983129846/default-network-controller:Namespace:open-cluster-management-agent-addon:v4/a14768925457034213591) with [] I0702 22:37:00.069273 3306 namespace.go:96] [openshift-backplane-tam] adding namespace took 10.407666ms I0702 22:37:00.069269 3306 transact.go:42] 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:u1983129846}] I0702 22:37:00.069285 3306 obj_retry.go:551] Creating *v1.Namespace openshift-backplane-tam took: 10.425602ms I0702 22:37:00.069572 3306 model_client.go:373] 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:u1983129847}] I0702 22:37:00.069593 3306 transact.go:42] 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:u1983129847}] I0702 22:37:00.069949 3306 model_client.go:373] Create operations generated 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:u1983129848}] I0702 22:37:00.069974 3306 address_set.go:302] New(u1983129848/default-network-controller:Namespace:openshift-authentication:v4/a5821095395710037482) with [] I0702 22:37:00.069984 3306 namespace.go:96] [open-cluster-management-agent-addon] adding namespace took 10.373869ms I0702 22:37:00.069979 3306 transact.go:42] Configuring 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:u1983129848}] I0702 22:37:00.069994 3306 obj_retry.go:551] Creating *v1.Namespace open-cluster-management-agent-addon took: 10.388843ms I0702 22:37:00.070279 3306 model_client.go:373] 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:u1983129849}] I0702 22:37:00.070305 3306 transact.go:42] 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:u1983129849}] I0702 22:37:00.070583 3306 namespace.go:96] [openshift-authentication] adding namespace took 10.279174ms I0702 22:37:00.070595 3306 obj_retry.go:551] Creating *v1.Namespace openshift-authentication took: 10.29779ms I0702 22:37:00.070604 3306 obj_retry.go:512] Add event received for *v1.Namespace openshift-infra I0702 22:37:00.070592 3306 model_client.go:373] Create operations generated 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:u1983129850}] I0702 22:37:00.070610 3306 namespace.go:92] [openshift-infra] adding namespace I0702 22:37:00.070624 3306 address_set.go:302] New(u1983129850/default-network-controller:Namespace:openshift-user-workload-monitoring:v4/a17884403498503024866) with [] I0702 22:37:00.070633 3306 transact.go:42] Configuring 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:u1983129850}] I0702 22:37:00.070949 3306 model_client.go:373] 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:u1983129851}] I0702 22:37:00.070977 3306 transact.go:42] 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:u1983129851}] I0702 22:37:00.071281 3306 model_client.go:373] Create operations generated 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:u1983129852}] I0702 22:37:00.071306 3306 address_set.go:302] New(u1983129852/default-network-controller:Namespace:openshift-network-node-identity:v4/a6647208685787594228) with [] I0702 22:37:00.071316 3306 namespace.go:96] [openshift-user-workload-monitoring] adding namespace took 8.672487ms I0702 22:37:00.071329 3306 obj_retry.go:551] Creating *v1.Namespace openshift-user-workload-monitoring took: 8.689036ms I0702 22:37:00.071315 3306 transact.go:42] Configuring 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:u1983129852}] I0702 22:37:00.071680 3306 model_client.go:373] 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:u1983129853}] I0702 22:37:00.071710 3306 transact.go:42] 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:u1983129853}] W0702 22:37:00.072058 3306 base_network_controller_namespace.go:410] pod openshift-network-diagnostics/network-check-target-42gtc: no pod IPs found W0702 22:37:00.072075 3306 base_network_controller_namespace.go:410] pod openshift-network-diagnostics/network-check-target-fwzzc: no pod IPs found W0702 22:37:00.072084 3306 base_network_controller_namespace.go:410] pod openshift-network-diagnostics/network-check-target-m7jsk: no pod IPs found I0702 22:37:00.072109 3306 namespace.go:96] [openshift-network-node-identity] adding namespace took 7.936853ms I0702 22:37:00.072123 3306 obj_retry.go:551] Creating *v1.Namespace openshift-network-node-identity took: 7.957725ms I0702 22:37:00.072117 3306 model_client.go:373] Create operations generated 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:u1983129854}] I0702 22:37:00.072141 3306 address_set.go:302] New(u1983129854/default-network-controller:Namespace:openshift-network-diagnostics:v4/a1966919964212966539) with [] I0702 22:37:00.072146 3306 transact.go:42] Configuring 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:u1983129854}] I0702 22:37:00.072433 3306 model_client.go:373] 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:u1983129855}] I0702 22:37:00.072455 3306 transact.go:42] 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:u1983129855}] I0702 22:37:00.072748 3306 model_client.go:373] Create operations generated 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:u1983129856}] I0702 22:37:00.072776 3306 address_set.go:302] New(u1983129856/default-network-controller:Namespace:openshift-apiserver:v4/a12374569603079029239) with [] I0702 22:37:00.072776 3306 namespace.go:96] [openshift-network-diagnostics] adding namespace took 6.919516ms I0702 22:37:00.072787 3306 obj_retry.go:551] Creating *v1.Namespace openshift-network-diagnostics took: 6.935392ms I0702 22:37:00.072782 3306 transact.go:42] Configuring 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:u1983129856}] I0702 22:37:00.073085 3306 model_client.go:373] 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:u1983129857}] I0702 22:37:00.073107 3306 transact.go:42] 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:u1983129857}] I0702 22:37:00.073456 3306 namespace.go:96] [openshift-apiserver] adding namespace took 5.468489ms I0702 22:37:00.073445 3306 model_client.go:373] Create operations generated 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:u1983129858}] I0702 22:37:00.073467 3306 obj_retry.go:551] Creating *v1.Namespace openshift-apiserver took: 5.485752ms I0702 22:37:00.073474 3306 address_set.go:302] New(u1983129858/default-network-controller:Namespace:openshift-infra:v4/a4190772658089390776) with [] I0702 22:37:00.073482 3306 transact.go:42] Configuring 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:u1983129858}] I0702 22:37:00.073794 3306 model_client.go:373] 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:u1983129859}] I0702 22:37:00.073869 3306 transact.go:42] 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:u1983129859}] I0702 22:37:00.074174 3306 namespace.go:96] [openshift-infra] adding namespace took 3.558063ms I0702 22:37:00.074190 3306 obj_retry.go:551] Creating *v1.Namespace openshift-infra took: 3.576477ms I0702 22:37:00.074209 3306 factory.go:1336] Added *v1.Namespace event handler 1 I0702 22:37:00.074414 3306 model_client.go:373] 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:u1983129860}] I0702 22:37:00.074442 3306 transact.go:42] Configuring OVN: [{Op:wait Table:Logical_Switch Row:map[] Rows:[map[name:transit_switch]] Columns:[name] Mutations:[] Timeout:0xc009504780 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:u1983129860}] I0702 22:37:00.074781 3306 zone_ic_handler.go:214] Time taken to create transit switch: 455.06µs I0702 22:37:00.074856 3306 obj_retry.go:512] Add event received for *v1.Node ip-10-0-0-31.ec2.internal I0702 22:37:00.074880 3306 master.go:495] Adding or Updating Node "ip-10-0-0-31.ec2.internal" I0702 22:37:00.074859 3306 obj_retry.go:512] Add event received for *v1.Node ip-10-0-2-224.ec2.internal I0702 22:37:00.075007 3306 model_client.go:373] Create operations generated as: [{Op:insert Table:Logical_Switch Row:map[load_balancer_group:{GoSet:[{GoUUID:076e2606-e33c-4f0b-9742-29df24c540d2} {GoUUID:0ae16838-728c-4ad6-b449-7255fc7be42d}]} name:ip-10-0-0-31.ec2.internal other_config:{GoMap:map[exclude_ips:10.128.0.2 mcast_eth_src:0a:58:0a:80:00:01 mcast_ip4_src:10.128.0.1 mcast_querier:true mcast_snoop:true subnet:10.128.0.0/23]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1983129861}] I0702 22:37:00.075022 3306 obj_retry.go:546] Failed to create *v1.Node ip-10-0-2-224.ec2.internal, error: adding or updating remote node chassis ip-10-0-2-224.ec2.internal failed, err - failed to create or update chassis to remote for remote node ip-10-0-2-224.ec2.internal, error: failed to parse node chassis-id for node - ip-10-0-2-224.ec2.internal, error: suppressed error logged: k8s.ovn.org/node-chassis-id annotation not found for node ip-10-0-2-224.ec2.internal I0702 22:37:00.075034 3306 transact.go:42] Configuring OVN: [{Op:wait Table:Logical_Switch Row:map[] Rows:[map[name:ip-10-0-0-31.ec2.internal]] Columns:[name] Mutations:[] Timeout:0xc009505180 Where:[where column name == ip-10-0-0-31.ec2.internal] Until:!= Durable: Comment: Lock: UUID: UUIDName:} {Op:insert Table:Logical_Switch Row:map[load_balancer_group:{GoSet:[{GoUUID:076e2606-e33c-4f0b-9742-29df24c540d2} {GoUUID:0ae16838-728c-4ad6-b449-7255fc7be42d}]} name:ip-10-0-0-31.ec2.internal other_config:{GoMap:map[exclude_ips:10.128.0.2 mcast_eth_src:0a:58:0a:80:00:01 mcast_ip4_src:10.128.0.1 mcast_querier:true mcast_snoop:true subnet:10.128.0.0/23]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1983129861}] I0702 22:37:00.074880 3306 obj_retry.go:512] Add event received for *v1.Node ip-10-0-1-191.ec2.internal I0702 22:37:00.075170 3306 obj_retry.go:546] Failed to create *v1.Node ip-10-0-1-191.ec2.internal, error: adding or updating remote node chassis ip-10-0-1-191.ec2.internal failed, err - failed to create or update chassis to remote for remote node ip-10-0-1-191.ec2.internal, error: failed to parse node chassis-id for node - ip-10-0-1-191.ec2.internal, error: suppressed error logged: k8s.ovn.org/node-chassis-id annotation not found for node ip-10-0-1-191.ec2.internal I0702 22:37:00.075491 3306 model_client.go:373] Create operations generated as: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[router]} name:stor-ip-10-0-0-31.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-0-31.ec2.internal]} type:router] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1983129862}] I0702 22:37:00.075543 3306 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u1983129862}]}}] Timeout: Where:[where column _uuid == {486dc3a4-7ac8-4ee3-bf7e-056046fe897e}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:00.075572 3306 transact.go:42] Configuring OVN: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[router]} name:stor-ip-10-0-0-31.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-0-31.ec2.internal]} type:router] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1983129862} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u1983129862}]}}] Timeout: Where:[where column _uuid == {486dc3a4-7ac8-4ee3-bf7e-056046fe897e}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:00.076070 3306 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:f0ac3c3f-0746-44b4-a722-5396798a1682}]}}] Timeout: Where:[where column _uuid == {60a7a2d8-29f7-4a3f-b0f1-617a998b6fed}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:00.076104 3306 transact.go:42] Configuring OVN: [{Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:f0ac3c3f-0746-44b4-a722-5396798a1682}]}}] Timeout: Where:[where column _uuid == {60a7a2d8-29f7-4a3f-b0f1-617a998b6fed}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:00.076508 3306 model_client.go:373] Create operations generated as: [{Op:insert Table:Gateway_Chassis Row:map[chassis_name:b1154d9a-9d3a-41a7-aa21-6bc419711378 name:rtos-ip-10-0-0-31.ec2.internal-b1154d9a-9d3a-41a7-aa21-6bc419711378 priority:1] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1983129863}] I0702 22:37:00.076566 3306 model_client.go:373] Create operations generated as: [{Op:insert Table:Logical_Router_Port Row:map[gateway_chassis:{GoSet:[{GoUUID:u1983129863}]} mac:0a:58:0a:80:00:01 name:rtos-ip-10-0-0-31.ec2.internal networks:{GoSet:[10.128.0.1/23]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1983129864}] I0702 22:37:00.076619 3306 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u1983129864}]}}] Timeout: Where:[where column _uuid == {75656b24-b078-48c3-9105-f7d2df67dfd5}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:00.076645 3306 transact.go:42] Configuring OVN: [{Op:insert Table:Gateway_Chassis Row:map[chassis_name:b1154d9a-9d3a-41a7-aa21-6bc419711378 name:rtos-ip-10-0-0-31.ec2.internal-b1154d9a-9d3a-41a7-aa21-6bc419711378 priority:1] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1983129863} {Op:insert Table:Logical_Router_Port Row:map[gateway_chassis:{GoSet:[{GoUUID:u1983129863}]} mac:0a:58:0a:80:00:01 name:rtos-ip-10-0-0-31.ec2.internal networks:{GoSet:[10.128.0.1/23]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1983129864} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u1983129864}]}}] Timeout: Where:[where column _uuid == {75656b24-b078-48c3-9105-f7d2df67dfd5}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:00.077196 3306 model_client.go:373] Create operations generated as: [{Op:insert Table:ACL Row:map[action:allow-related direction:to-lport external_ids:{GoMap:map[ip:10.128.0.2 k8s.ovn.org/id:default-network-controller:NetpolNode:ip-10-0-0-31.ec2.internal:10.128.0.2 k8s.ovn.org/name:ip-10-0-0-31.ec2.internal k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:NetpolNode]} log:false match:ip4.src==10.128.0.2 meter:{GoSet:[acl-logging]} priority:1001 tier:2] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1983129865}] I0702 22:37:00.077283 3306 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:acls Mutator:insert Value:{GoSet:[{GoUUID:u1983129865}]}}] Timeout: Where:[where column _uuid == {486dc3a4-7ac8-4ee3-bf7e-056046fe897e}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:00.077306 3306 transact.go:42] Configuring OVN: [{Op:insert Table:ACL Row:map[action:allow-related direction:to-lport external_ids:{GoMap:map[ip:10.128.0.2 k8s.ovn.org/id:default-network-controller:NetpolNode:ip-10-0-0-31.ec2.internal:10.128.0.2 k8s.ovn.org/name:ip-10-0-0-31.ec2.internal k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:NetpolNode]} log:false match:ip4.src==10.128.0.2 meter:{GoSet:[acl-logging]} priority:1001 tier:2] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1983129865} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:acls Mutator:insert Value:{GoSet:[{GoUUID:u1983129865}]}}] Timeout: Where:[where column _uuid == {486dc3a4-7ac8-4ee3-bf7e-056046fe897e}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:00.077779 3306 model_client.go:373] Create operations generated as: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[0a:58:0a:80:00:02 10.128.0.2]} name:k8s-ip-10-0-0-31.ec2.internal] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1983129866}] I0702 22:37:00.077847 3306 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u1983129866}]}}] Timeout: Where:[where column _uuid == {486dc3a4-7ac8-4ee3-bf7e-056046fe897e}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:00.077872 3306 transact.go:42] Configuring OVN: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[0a:58:0a:80:00:02 10.128.0.2]} name:k8s-ip-10-0-0-31.ec2.internal] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1983129866} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u1983129866}]}}] Timeout: Where:[where column _uuid == {486dc3a4-7ac8-4ee3-bf7e-056046fe897e}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:00.078234 3306 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:09454bd2-8710-4831-b355-8526c6b74045}]}}] Timeout: Where:[where column _uuid == {a0f73247-f464-47f2-84a4-857aa259aa77}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:00.078255 3306 transact.go:42] Configuring OVN: [{Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:09454bd2-8710-4831-b355-8526c6b74045}]}}] Timeout: Where:[where column _uuid == {a0f73247-f464-47f2-84a4-857aa259aa77}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:00.078530 3306 switch.go:50] Hybridoverlay port does not exist for node ip-10-0-0-31.ec2.internal I0702 22:37:00.078543 3306 switch.go:59] haveMP true haveHO false ManagementPortAddress 10.128.0.2/23 HybridOverlayAddressOA 10.128.0.3/23 I0702 22:37:00.078590 3306 model_client.go:382] Update operations generated as: [{Op:update Table:Logical_Switch Row:map[other_config:{GoMap:map[mcast_eth_src:0a:58:0a:80:00:01 mcast_ip4_src:10.128.0.1 mcast_querier:true mcast_snoop:true subnet:10.128.0.0/23]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {486dc3a4-7ac8-4ee3-bf7e-056046fe897e}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:00.078611 3306 transact.go:42] Configuring OVN: [{Op:update Table:Logical_Switch Row:map[other_config:{GoMap:map[mcast_eth_src:0a:58:0a:80:00:01 mcast_ip4_src:10.128.0.1 mcast_querier:true mcast_snoop:true subnet:10.128.0.0/23]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {486dc3a4-7ac8-4ee3-bf7e-056046fe897e}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:00.078915 3306 model_client.go:373] 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:u1983129867}] I0702 22:37:00.078977 3306 transact.go:42] 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:u1983129867}] I0702 22:37:00.079303 3306 model_client.go:373] 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 tier:2] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1983129868}] I0702 22:37:00.079368 3306 model_client.go:373] Create operations generated as: [{Op:insert Table:ACL Row:map[action:allow direction:from-lport external_ids:{GoMap:map[direction:Egress k8s.ovn.org/id:default-network-controller:UDNIsolation:AllowHostARPSecondary:Egress k8s.ovn.org/name:AllowHostARPSecondary k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:UDNIsolation]} log:false match:inport == @a8747502060113802905 && (( arp && arp.tpa == 10.128.0.2 )) meter:{GoSet:[acl-logging]} priority:1001 tier:2] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1983129869}] I0702 22:37:00.079406 3306 model_client.go:373] Create operations generated as: [{Op:insert Table:ACL Row:map[action:allow direction:to-lport external_ids:{GoMap:map[direction:Ingress k8s.ovn.org/id:default-network-controller:UDNIsolation:AllowHostARPSecondary:Ingress k8s.ovn.org/name:AllowHostARPSecondary k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:UDNIsolation]} log:false match:outport == @a8747502060113802905 && (( arp && arp.spa == 10.128.0.2 )) meter:{GoSet:[acl-logging]} priority:1001 tier:2] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1983129870}] I0702 22:37:00.079450 3306 model_client.go:373] 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 tier:2] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1983129871}] I0702 22:37:00.079492 3306 model_client.go:373] Create operations generated as: [{Op:insert Table:ACL Row:map[action:allow-related direction:to-lport external_ids:{GoMap:map[direction:Ingress k8s.ovn.org/id:default-network-controller:UDNIsolation:AllowHostSecondary:Ingress k8s.ovn.org/name:AllowHostSecondary k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:UDNIsolation]} log:false match:outport == @a8747502060113802905 && (ip4.src==10.128.0.2) meter:{GoSet:[acl-logging]} priority:1001 tier:2] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1983129872}] I0702 22:37:00.079530 3306 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:acls Mutator:insert Value:{GoSet:[{GoUUID:u1983129868} {GoUUID:u1983129869} {GoUUID:u1983129870} {GoUUID:u1983129871} {GoUUID:u1983129872}]}}] Timeout: Where:[where column _uuid == {45863117-93fb-4bb3-ae70-038061646f26}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:00.079555 3306 transact.go:42] 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 tier:2] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1983129868} {Op:insert Table:ACL Row:map[action:allow direction:from-lport external_ids:{GoMap:map[direction:Egress k8s.ovn.org/id:default-network-controller:UDNIsolation:AllowHostARPSecondary:Egress k8s.ovn.org/name:AllowHostARPSecondary k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:UDNIsolation]} log:false match:inport == @a8747502060113802905 && (( arp && arp.tpa == 10.128.0.2 )) meter:{GoSet:[acl-logging]} priority:1001 tier:2] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1983129869} {Op:insert Table:ACL Row:map[action:allow direction:to-lport external_ids:{GoMap:map[direction:Ingress k8s.ovn.org/id:default-network-controller:UDNIsolation:AllowHostARPSecondary:Ingress k8s.ovn.org/name:AllowHostARPSecondary k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:UDNIsolation]} log:false match:outport == @a8747502060113802905 && (( arp && arp.spa == 10.128.0.2 )) meter:{GoSet:[acl-logging]} priority:1001 tier:2] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1983129870} {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 tier:2] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1983129871} {Op:insert Table:ACL Row:map[action:allow-related direction:to-lport external_ids:{GoMap:map[direction:Ingress k8s.ovn.org/id:default-network-controller:UDNIsolation:AllowHostSecondary:Ingress k8s.ovn.org/name:AllowHostSecondary k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:UDNIsolation]} log:false match:outport == @a8747502060113802905 && (ip4.src==10.128.0.2) meter:{GoSet:[acl-logging]} priority:1001 tier:2] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1983129872} {Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:acls Mutator:insert Value:{GoSet:[{GoUUID:u1983129868} {GoUUID:u1983129869} {GoUUID:u1983129870} {GoUUID:u1983129871} {GoUUID:u1983129872}]}}] Timeout: Where:[where column _uuid == {45863117-93fb-4bb3-ae70-038061646f26}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:00.080617 3306 hybrid.go:141] Removing node ip-10-0-0-31.ec2.internal hybrid overlay port I0702 22:37:00.080800 3306 model_client.go:373] Create operations generated as: [{Op:insert Table:Logical_Router Row:map[copp:{GoSet:[{GoUUID:55da5ccf-f9b4-41b0-86ff-3540fccc474c}]} external_ids:{GoMap:map[physical_ip:10.0.0.31 physical_ips:10.0.0.31]} load_balancer_group:{GoSet:[{GoUUID:076e2606-e33c-4f0b-9742-29df24c540d2} {GoUUID:efc71876-71d6-4f8d-950e-749570475efc}]} name:GR_ip-10-0-0-31.ec2.internal options:{GoMap:map[always_learn_from_arp_request:false chassis:b1154d9a-9d3a-41a7-aa21-6bc419711378 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:u1983129873}] I0702 22:37:00.080850 3306 transact.go:42] Configuring OVN: [{Op:wait Table:Logical_Router Row:map[] Rows:[map[name:GR_ip-10-0-0-31.ec2.internal]] Columns:[name] Mutations:[] Timeout:0xc0094a1cd0 Where:[where column name == GR_ip-10-0-0-31.ec2.internal] Until:!= Durable: Comment: Lock: UUID: UUIDName:} {Op:insert Table:Logical_Router Row:map[copp:{GoSet:[{GoUUID:55da5ccf-f9b4-41b0-86ff-3540fccc474c}]} external_ids:{GoMap:map[physical_ip:10.0.0.31 physical_ips:10.0.0.31]} load_balancer_group:{GoSet:[{GoUUID:076e2606-e33c-4f0b-9742-29df24c540d2} {GoUUID:efc71876-71d6-4f8d-950e-749570475efc}]} name:GR_ip-10-0-0-31.ec2.internal options:{GoMap:map[always_learn_from_arp_request:false chassis:b1154d9a-9d3a-41a7-aa21-6bc419711378 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:u1983129873}] I0702 22:37:00.081407 3306 model_client.go:373] Create operations generated as: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[router]} name:jtor-GR_ip-10-0-0-31.ec2.internal options:{GoMap:map[router-port:rtoj-GR_ip-10-0-0-31.ec2.internal]} type:router] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1983129874}] I0702 22:37:00.081454 3306 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u1983129874}]}}] Timeout: Where:[where column _uuid == {53e7a62e-faaf-45f6-8495-8117e48b13fc}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:00.081471 3306 transact.go:42] Configuring OVN: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[router]} name:jtor-GR_ip-10-0-0-31.ec2.internal options:{GoMap:map[router-port:rtoj-GR_ip-10-0-0-31.ec2.internal]} type:router] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1983129874} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u1983129874}]}}] Timeout: Where:[where column _uuid == {53e7a62e-faaf-45f6-8495-8117e48b13fc}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:00.081882 3306 model_client.go:373] Create operations generated as: [{Op:insert Table:Logical_Router_Port Row:map[mac:0a:58:64:40:00:02 name:rtoj-GR_ip-10-0-0-31.ec2.internal networks:{GoSet:[100.64.0.2/16]} options:{GoMap:map[gateway_mtu:8901]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1983129875}] I0702 22:37:00.081919 3306 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u1983129875}]}}] Timeout: Where:[where column _uuid == {f29dabaa-74fe-45a3-b838-69f7e55aa464}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:00.081941 3306 transact.go:42] Configuring OVN: [{Op:insert Table:Logical_Router_Port Row:map[mac:0a:58:64:40:00:02 name:rtoj-GR_ip-10-0-0-31.ec2.internal networks:{GoSet:[100.64.0.2/16]} options:{GoMap:map[gateway_mtu:8901]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1983129875} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u1983129875}]}}] Timeout: Where:[where column _uuid == {f29dabaa-74fe-45a3-b838-69f7e55aa464}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:00.082303 3306 model_client.go:373] 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:u1983129876}] I0702 22:37:00.082337 3306 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u1983129876}]}}] Timeout: Where:[where column _uuid == {f29dabaa-74fe-45a3-b838-69f7e55aa464}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:00.082355 3306 transact.go:42] 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:u1983129876} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u1983129876}]}}] Timeout: Where:[where column _uuid == {f29dabaa-74fe-45a3-b838-69f7e55aa464}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:00.082700 3306 model_client.go:373] Create operations generated as: [{Op:insert Table:Logical_Router_Port Row:map[external_ids:{GoMap:map[gateway-physical-ip:yes]} mac:12:45:9c:21:cb:47 name:rtoe-GR_ip-10-0-0-31.ec2.internal networks:{GoSet:[10.0.0.31/24]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1983129877}] I0702 22:37:00.082744 3306 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u1983129877}]}}] Timeout: Where:[where column _uuid == {f29dabaa-74fe-45a3-b838-69f7e55aa464}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:00.082764 3306 transact.go:42] Configuring OVN: [{Op:insert Table:Logical_Router_Port Row:map[external_ids:{GoMap:map[gateway-physical-ip:yes]} mac:12:45:9c:21:cb:47 name:rtoe-GR_ip-10-0-0-31.ec2.internal networks:{GoSet:[10.0.0.31/24]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1983129877} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u1983129877}]}}] Timeout: Where:[where column _uuid == {f29dabaa-74fe-45a3-b838-69f7e55aa464}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:00.083221 3306 model_client.go:373] Create operations generated as: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[unknown]} name:br-ex_ip-10-0-0-31.ec2.internal options:{GoMap:map[network_name:physnet]} type:localnet] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1983129878}] I0702 22:37:00.083261 3306 model_client.go:373] Create operations generated as: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[12:45:9c:21:cb:47]} name:etor-GR_ip-10-0-0-31.ec2.internal options:{GoMap:map[exclude-lb-vips-from-garp:true nat-addresses:router router-port:rtoe-GR_ip-10-0-0-31.ec2.internal]} type:router] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1983129879}] I0702 22:37:00.083315 3306 model_client.go:373] Create operations generated as: [{Op:insert Table:Logical_Switch Row:map[name:ext_ip-10-0-0-31.ec2.internal ports:{GoSet:[{GoUUID:u1983129878} {GoUUID:u1983129879}]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1983129880}] I0702 22:37:00.083332 3306 transact.go:42] Configuring OVN: [{Op:wait Table:Logical_Switch Row:map[] Rows:[map[name:ext_ip-10-0-0-31.ec2.internal]] Columns:[name] Mutations:[] Timeout:0xc0095341f0 Where:[where column name == ext_ip-10-0-0-31.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-0-31.ec2.internal options:{GoMap:map[network_name:physnet]} type:localnet] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1983129878} {Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[12:45:9c:21:cb:47]} name:etor-GR_ip-10-0-0-31.ec2.internal options:{GoMap:map[exclude-lb-vips-from-garp:true nat-addresses:router router-port:rtoe-GR_ip-10-0-0-31.ec2.internal]} type:router] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1983129879} {Op:insert Table:Logical_Switch Row:map[name:ext_ip-10-0-0-31.ec2.internal ports:{GoSet:[{GoUUID:u1983129878} {GoUUID:u1983129879}]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1983129880}] I0702 22:37:00.083896 3306 model_client.go:373] Create operations generated as: [{Op:insert Table:Static_MAC_Binding Row:map[ip:169.254.0.4 logical_port:rtoe-GR_ip-10-0-0-31.ec2.internal mac:0a:58:a9:fe:00:04 override_dynamic_mac:true] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1983129881}] I0702 22:37:00.083961 3306 transact.go:42] Configuring OVN: [{Op:insert Table:Static_MAC_Binding Row:map[ip:169.254.0.4 logical_port:rtoe-GR_ip-10-0-0-31.ec2.internal mac:0a:58:a9:fe:00:04 override_dynamic_mac:true] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1983129881}] I0702 22:37:00.084312 3306 model_client.go:373] 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-0-31.ec2.internal]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1983129882}] I0702 22:37:00.084372 3306 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u1983129882}]}}] Timeout: Where:[where column _uuid == {f29dabaa-74fe-45a3-b838-69f7e55aa464}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:00.084399 3306 transact.go:42] 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-0-31.ec2.internal]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1983129882} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u1983129882}]}}] Timeout: Where:[where column _uuid == {f29dabaa-74fe-45a3-b838-69f7e55aa464}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:00.084956 3306 model_client.go:373] Create operations generated as: [{Op:insert Table:Logical_Router_Static_Route Row:map[ip_prefix:0.0.0.0/0 nexthop:10.0.0.1 output_port:{GoSet:[rtoe-GR_ip-10-0-0-31.ec2.internal]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1983129883}] I0702 22:37:00.085005 3306 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u1983129883}]}}] Timeout: Where:[where column _uuid == {f29dabaa-74fe-45a3-b838-69f7e55aa464}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:00.085032 3306 transact.go:42] Configuring OVN: [{Op:insert Table:Logical_Router_Static_Route Row:map[ip_prefix:0.0.0.0/0 nexthop:10.0.0.1 output_port:{GoSet:[rtoe-GR_ip-10-0-0-31.ec2.internal]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1983129883} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u1983129883}]}}] Timeout: Where:[where column _uuid == {f29dabaa-74fe-45a3-b838-69f7e55aa464}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:00.085443 3306 model_client.go:373] Create operations generated as: [{Op:insert Table:Logical_Router_Static_Route Row:map[ip_prefix:100.64.0.2 nexthop:100.64.0.2] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1983129884}] I0702 22:37:00.085484 3306 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u1983129884}]}}] Timeout: Where:[where column _uuid == {75656b24-b078-48c3-9105-f7d2df67dfd5}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:00.085505 3306 transact.go:42] Configuring OVN: [{Op:insert Table:Logical_Router_Static_Route Row:map[ip_prefix:100.64.0.2 nexthop:100.64.0.2] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1983129884} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u1983129884}]}}] Timeout: Where:[where column _uuid == {75656b24-b078-48c3-9105-f7d2df67dfd5}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:00.085937 3306 model_client.go:373] Create operations generated as: [{Op:insert Table:Logical_Router_Static_Route Row:map[ip_prefix:10.128.0.0/23 nexthop:100.64.0.2 policy:{GoSet:[src-ip]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1983129885}] I0702 22:37:00.085983 3306 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u1983129885}]}}] Timeout: Where:[where column _uuid == {75656b24-b078-48c3-9105-f7d2df67dfd5}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:00.085999 3306 transact.go:42] Configuring OVN: [{Op:insert Table:Logical_Router_Static_Route Row:map[ip_prefix:10.128.0.0/23 nexthop:100.64.0.2 policy:{GoSet:[src-ip]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1983129885} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u1983129885}]}}] Timeout: Where:[where column _uuid == {75656b24-b078-48c3-9105-f7d2df67dfd5}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:00.086391 3306 model_client.go:373] Create operations generated as: [{Op:insert Table:NAT Row:map[external_ip:10.0.0.31 logical_ip:100.64.0.2 options:{GoMap:map[stateless:false]} type:snat] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1983129886}] I0702 22:37:00.086430 3306 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:nat Mutator:insert Value:{GoSet:[{GoUUID:u1983129886}]}}] Timeout: Where:[where column _uuid == {f29dabaa-74fe-45a3-b838-69f7e55aa464}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:00.086447 3306 transact.go:42] Configuring OVN: [{Op:insert Table:NAT Row:map[external_ip:10.0.0.31 logical_ip:100.64.0.2 options:{GoMap:map[stateless:false]} type:snat] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1983129886} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:nat Mutator:insert Value:{GoSet:[{GoUUID:u1983129886}]}}] Timeout: Where:[where column _uuid == {f29dabaa-74fe-45a3-b838-69f7e55aa464}] Until: Durable: Comment: Lock: UUID: UUIDName:}] W0702 22:37:00.091548 3306 gateway.go:191] Unable to fetch podIPs for pod openshift-multus/network-metrics-daemon-tgbnw: pod openshift-multus/network-metrics-daemon-tgbnw: no pod IPs found W0702 22:37:00.091567 3306 gateway.go:191] Unable to fetch podIPs for pod openshift-network-diagnostics/network-check-target-fwzzc: pod openshift-network-diagnostics/network-check-target-fwzzc: no pod IPs found I0702 22:37:00.091677 3306 model_client.go:373] Create operations generated as: [{Op:insert Table:Logical_Router_Policy Row:map[action:reroute match:inport == "rtos-ip-10-0-0-31.ec2.internal" && ip4.dst == 10.0.0.31 /* ip-10-0-0-31.ec2.internal */ nexthops:{GoSet:[10.128.0.2]} priority:1004] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1983129887}] I0702 22:37:00.091723 3306 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:policies Mutator:insert Value:{GoSet:[{GoUUID:u1983129887}]}}] Timeout: Where:[where column _uuid == {75656b24-b078-48c3-9105-f7d2df67dfd5}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:00.091758 3306 transact.go:42] Configuring OVN: [{Op:wait Table:Logical_Router_Policy Row:map[] Rows:[map[match:inport == "rtos-ip-10-0-0-31.ec2.internal" && ip4.dst == 10.0.0.31 /* ip-10-0-0-31.ec2.internal */ priority:1004]] Columns:[priority match] Mutations:[] Timeout:0xc0097c2c08 Where:[where column priority == 1004 where column match == inport == "rtos-ip-10-0-0-31.ec2.internal" && ip4.dst == 10.0.0.31 /* ip-10-0-0-31.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-0-31.ec2.internal" && ip4.dst == 10.0.0.31 /* ip-10-0-0-31.ec2.internal */ nexthops:{GoSet:[10.128.0.2]} priority:1004] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1983129887} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:policies Mutator:insert Value:{GoSet:[{GoUUID:u1983129887}]}}] Timeout: Where:[where column _uuid == {75656b24-b078-48c3-9105-f7d2df67dfd5}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:00.096663 3306 base_network_controller.go:532] When adding node ip-10-0-0-31.ec2.internal for network default, found 12 pods to add to retryPods I0702 22:37:00.096677 3306 base_network_controller.go:538] Adding pod kube-system/konnectivity-agent-sfzxw to retryPods for network default I0702 22:37:00.096685 3306 base_network_controller.go:538] Adding pod kube-system/kube-apiserver-proxy-ip-10-0-0-31.ec2.internal to retryPods for network default I0702 22:37:00.096690 3306 base_network_controller.go:538] Adding pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-84fmb to retryPods for network default I0702 22:37:00.096695 3306 base_network_controller.go:538] Adding pod openshift-cluster-node-tuning-operator/tuned-dms5j to retryPods for network default I0702 22:37:00.096700 3306 base_network_controller.go:538] Adding pod openshift-dns/node-resolver-bjwfg to retryPods for network default I0702 22:37:00.096704 3306 base_network_controller.go:538] Adding pod openshift-image-registry/node-ca-ljfzz to retryPods for network default I0702 22:37:00.096709 3306 base_network_controller.go:538] Adding pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-31.ec2.internal to retryPods for network default I0702 22:37:00.096715 3306 base_network_controller.go:538] Adding pod openshift-multus/multus-additional-cni-plugins-fdltz to retryPods for network default I0702 22:37:00.096722 3306 base_network_controller.go:538] Adding pod openshift-multus/multus-bn64w to retryPods for network default I0702 22:37:00.096728 3306 base_network_controller.go:538] Adding pod openshift-multus/network-metrics-daemon-tgbnw to retryPods for network default I0702 22:37:00.096738 3306 base_network_controller.go:538] Adding pod openshift-network-diagnostics/network-check-target-fwzzc to retryPods for network default I0702 22:37:00.096745 3306 base_network_controller.go:538] Adding pod openshift-ovn-kubernetes/ovnkube-node-dqfjn to retryPods for network default I0702 22:37:00.096753 3306 obj_retry.go:240] Iterate retry objects requested (resource *v1.Pod) I0702 22:37:00.096812 3306 model_client.go:382] Update operations generated as: [{Op:update Table:Encap Row:map[chassis_name:b1154d9a-9d3a-41a7-aa21-6bc419711378 ip:10.0.0.31 options:{GoMap:map[csum:true]} type:geneve] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {31704ed6-883a-4782-bc90-61e596b10efe}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:00.096882 3306 model_client.go:382] Update operations generated as: [{Op:update Table:Chassis Row:map[encaps:{GoSet:[{GoUUID:31704ed6-883a-4782-bc90-61e596b10efe}]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {c7e56d17-906a-46d9-9573-b14751efba52}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:00.096909 3306 model_client.go:398] 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 == {c7e56d17-906a-46d9-9573-b14751efba52}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:00.096931 3306 transact.go:42] Configuring OVN: [{Op:update Table:Encap Row:map[chassis_name:b1154d9a-9d3a-41a7-aa21-6bc419711378 ip:10.0.0.31 options:{GoMap:map[csum:true]} type:geneve] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {31704ed6-883a-4782-bc90-61e596b10efe}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:update Table:Chassis Row:map[encaps:{GoSet:[{GoUUID:31704ed6-883a-4782-bc90-61e596b10efe}]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {c7e56d17-906a-46d9-9573-b14751efba52}] 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 == {c7e56d17-906a-46d9-9573-b14751efba52}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:00.097393 3306 zone_ic_handler.go:222] Creating interconnect resources for local zone node ip-10-0-0-31.ec2.internal for the network default I0702 22:37:00.097453 3306 model_client.go:373] Create operations generated as: [{Op:insert Table:Logical_Router_Port Row:map[mac:0a:58:64:58:00:02 name:rtots-ip-10-0-0-31.ec2.internal networks:{GoSet:[100.88.0.2/16]} options:{GoMap:map[mcast_flood:true]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1983129888}] I0702 22:37:00.097501 3306 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u1983129888}]}}] Timeout: Where:[where column _uuid == {75656b24-b078-48c3-9105-f7d2df67dfd5}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:00.097520 3306 transact.go:42] Configuring OVN: [{Op:insert Table:Logical_Router_Port Row:map[mac:0a:58:64:58:00:02 name:rtots-ip-10-0-0-31.ec2.internal networks:{GoSet:[100.88.0.2/16]} options:{GoMap:map[mcast_flood:true]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1983129888} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u1983129888}]}}] Timeout: Where:[where column _uuid == {75656b24-b078-48c3-9105-f7d2df67dfd5}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:00.097966 3306 model_client.go:373] Create operations generated as: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[router]} external_ids:{GoMap:map[node:ip-10-0-0-31.ec2.internal]} name:tstor-ip-10-0-0-31.ec2.internal options:{GoMap:map[requested-tnl-key:2 router-port:rtots-ip-10-0-0-31.ec2.internal]} type:router] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1983129889}] I0702 22:37:00.098018 3306 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u1983129889}]}}] Timeout: Where:[where column _uuid == {0ea3b666-51bf-49ea-af03-0f01b328402f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:00.098048 3306 transact.go:42] Configuring OVN: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[router]} external_ids:{GoMap:map[node:ip-10-0-0-31.ec2.internal]} name:tstor-ip-10-0-0-31.ec2.internal options:{GoMap:map[requested-tnl-key:2 router-port:rtots-ip-10-0-0-31.ec2.internal]} type:router] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1983129889} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u1983129889}]}}] Timeout: Where:[where column _uuid == {0ea3b666-51bf-49ea-af03-0f01b328402f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:00.098565 3306 obj_retry.go:551] Creating *v1.Node ip-10-0-0-31.ec2.internal took: 23.690183ms I0702 22:37:00.098608 3306 factory.go:1336] Added *v1.Node event handler 2 I0702 22:37:00.098627 3306 services_controller.go:189] Starting controller ovn-lb-controller for network=default I0702 22:37:00.098651 3306 services_controller.go:196] Waiting for node tracker handler to sync for network=default I0702 22:37:00.098662 3306 shared_informer.go:313] Waiting for caches to sync for node-tracker-controller I0702 22:37:00.098695 3306 node_tracker.go:211] Processing possible switch / router updates for node ip-10-0-0-31.ec2.internal I0702 22:37:00.098766 3306 node_tracker.go:172] Node ip-10-0-0-31.ec2.internal switch + router changed, syncing services I0702 22:37:00.098788 3306 services_controller.go:549] Full service sync requested for network=default I0702 22:37:00.098796 3306 node_tracker.go:211] Processing possible switch / router updates for node ip-10-0-1-191.ec2.internal I0702 22:37:00.098833 3306 node_tracker.go:238] Node ip-10-0-1-191.ec2.internal has invalid / no gateway config: k8s.ovn.org/l3-gateway-config annotation not found for node "ip-10-0-1-191.ec2.internal" I0702 22:37:00.098847 3306 node_tracker.go:172] Node ip-10-0-1-191.ec2.internal switch + router changed, syncing services I0702 22:37:00.098854 3306 services_controller.go:549] Full service sync requested for network=default I0702 22:37:00.098863 3306 node_tracker.go:211] Processing possible switch / router updates for node ip-10-0-2-224.ec2.internal I0702 22:37:00.098879 3306 node_tracker.go:238] Node ip-10-0-2-224.ec2.internal has invalid / no gateway config: k8s.ovn.org/l3-gateway-config annotation not found for node "ip-10-0-2-224.ec2.internal" I0702 22:37:00.098889 3306 node_tracker.go:172] Node ip-10-0-2-224.ec2.internal switch + router changed, syncing services I0702 22:37:00.098896 3306 services_controller.go:549] Full service sync requested for network=default I0702 22:37:00.198954 3306 shared_informer.go:320] Caches are synced for node-tracker-controller I0702 22:37:00.198983 3306 services_controller.go:204] Setting up event handlers for services for network=default I0702 22:37:00.199064 3306 services_controller.go:214] Setting up event handlers for endpoint slices for network=default I0702 22:37:00.199069 3306 services_controller.go:614] Adding service openshift-monitoring/cluster-monitoring-operator for network=default I0702 22:37:00.199093 3306 services_controller.go:614] Adding service openshift-config-operator/metrics for network=default I0702 22:37:00.199110 3306 services_controller.go:614] Adding service openshift-ingress/router-internal-default for network=default I0702 22:37:00.199119 3306 services_controller.go:614] Adding service openshift-machine-config-operator/machine-config-operator for network=default I0702 22:37:00.199109 3306 services_controller.go:229] Waiting for service and endpoint handlers to sync for network=default I0702 22:37:00.199127 3306 services_controller.go:614] Adding service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0702 22:37:00.199138 3306 services_controller.go:614] Adding service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0702 22:37:00.199144 3306 shared_informer.go:313] Waiting for caches to sync for ovn-lb-controller I0702 22:37:00.199147 3306 services_controller.go:614] Adding service openshift-kube-controller-manager-operator/metrics for network=default I0702 22:37:00.199155 3306 services_controller.go:614] Adding service openshift-cluster-samples-operator/metrics for network=default I0702 22:37:00.199166 3306 services_controller.go:614] Adding service openshift-console-operator/metrics for network=default I0702 22:37:00.199175 3306 services_controller.go:614] Adding service openshift-machine-config-operator/machine-config-controller for network=default I0702 22:37:00.199205 3306 services_controller.go:614] Adding service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0702 22:37:00.199220 3306 services_controller.go:614] Adding service default/openshift-apiserver for network=default I0702 22:37:00.199228 3306 services_controller.go:614] Adding service openshift-apiserver/check-endpoints for network=default I0702 22:37:00.199236 3306 services_controller.go:614] Adding service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0702 22:37:00.199243 3306 services_controller.go:614] Adding service openshift-network-diagnostics/network-check-source for network=default I0702 22:37:00.199266 3306 services_controller.go:614] Adding service default/openshift for network=default I0702 22:37:00.199278 3306 services_controller.go:614] Adding service openshift-cloud-credential-operator/cco-metrics for network=default I0702 22:37:00.199284 3306 services_controller.go:614] Adding service openshift-multus/network-metrics-service for network=default I0702 22:37:00.199292 3306 services_controller.go:614] Adding service openshift-machine-config-operator/machine-config-daemon for network=default I0702 22:37:00.199299 3306 services_controller.go:614] Adding service openshift-network-console/networking-console-plugin for network=default I0702 22:37:00.199313 3306 services_controller.go:614] Adding service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0702 22:37:00.199320 3306 services_controller.go:614] Adding service openshift-ingress-operator/metrics for network=default I0702 22:37:00.199347 3306 services_controller.go:614] Adding service openshift-insights/metrics for network=default I0702 22:37:00.199356 3306 services_controller.go:614] Adding service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0702 22:37:00.199363 3306 services_controller.go:614] Adding service openshift-dns-operator/metrics for network=default I0702 22:37:00.199370 3306 services_controller.go:614] Adding service openshift-network-operator/metrics for network=default I0702 22:37:00.199379 3306 services_controller.go:614] Adding service openshift-service-ca-operator/metrics for network=default I0702 22:37:00.199385 3306 services_controller.go:614] Adding service default/kubernetes for network=default I0702 22:37:00.199392 3306 services_controller.go:614] Adding service default/packageserver for network=default I0702 22:37:00.199405 3306 services_controller.go:614] Adding service openshift-authentication-operator/metrics for network=default I0702 22:37:00.199423 3306 services_controller.go:614] Adding service openshift-image-registry/image-registry for network=default I0702 22:37:00.199446 3306 services_controller.go:614] Adding service openshift-ingress-canary/ingress-canary for network=default I0702 22:37:00.199454 3306 services_controller.go:614] Adding service openshift-ingress/router-default for network=default I0702 22:37:00.199458 3306 services_controller.go:614] Adding service openshift-kube-storage-version-migrator-operator/metrics for network=default I0702 22:37:00.199463 3306 services_controller.go:614] Adding service openshift-cluster-machine-approver/machine-approver for network=default I0702 22:37:00.199472 3306 services_controller.go:614] Adding service openshift-cluster-version/cluster-version-operator for network=default I0702 22:37:00.199483 3306 services_controller.go:614] Adding service openshift-dns/dns-default for network=default I0702 22:37:00.199489 3306 services_controller.go:614] Adding service openshift-network-diagnostics/network-check-target for network=default I0702 22:37:00.199496 3306 services_controller.go:614] Adding service default/openshift-oauth-apiserver for network=default I0702 22:37:00.199502 3306 services_controller.go:614] Adding service openshift-apiserver-operator/metrics for network=default I0702 22:37:00.199509 3306 services_controller.go:614] Adding service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0702 22:37:00.299246 3306 shared_informer.go:320] Caches are synced for ovn-lb-controller I0702 22:37:00.299266 3306 repair.go:60] Starting repairing loop for services I0702 22:37:00.299359 3306 repair.go:131] Deleted 0 stale service LBs I0702 22:37:00.299380 3306 repair.go:137] Deleted 0 stale Chassis Template Vars I0702 22:37:00.299398 3306 repair.go:62] Finished repairing loop for services: 134.845µs I0702 22:37:00.299428 3306 services_controller.go:338] Controller cache of 0 load balancers initialized for 0 services for network=default I0702 22:37:00.299445 3306 services_controller.go:250] Starting workers for network=default I0702 22:37:00.299500 3306 services_controller.go:356] Processing sync for service openshift-config-operator/metrics for network=default I0702 22:37:00.299595 3306 services_controller.go:356] Processing sync for service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0702 22:37:00.299617 3306 services_controller.go:360] Finished syncing service node-tuning-operator on namespace openshift-cluster-node-tuning-operator for network=default : 22.435µs I0702 22:37:00.299630 3306 services_controller.go:356] Processing sync for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0702 22:37:00.299510 3306 services_controller.go:356] Processing sync for service openshift-monitoring/cluster-monitoring-operator for network=default I0702 22:37:00.299663 3306 services_controller.go:360] Finished syncing service cluster-monitoring-operator on namespace openshift-monitoring for network=default : 167.728µs I0702 22:37:00.299676 3306 services_controller.go:356] Processing sync for service default/openshift-apiserver for network=default I0702 22:37:00.299566 3306 services_controller.go:434] Service openshift-config-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-config-operator 48a09cbf-a025-4a23-bdf6-525a737c3e79 1746 0 2026-07-02 22:25:51 +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 f2a75ee6-c8ba-4210-ab75-4e7c9328338a 0xc00783b6b7 }] [] []},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.91.173,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.91.173],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:00.299511 3306 services_controller.go:356] Processing sync for service openshift-ingress/router-internal-default for network=default I0702 22:37:00.299636 3306 services_controller.go:434] 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 4560b7d5-c678-42f3-8cc3-0737cb1b10f7 1014 0 2026-07-02 22:25:37 +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 f2a75ee6-c8ba-4210-ab75-4e7c9328338a 0xc00783b4e7 }] [] []},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.212.114,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.212.114],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:00.299684 3306 services_controller.go:434] Service default/openshift-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-apiserver default 64d75c56-6170-4aa6-bf7a-3ff45e63df58 1598 0 2026-07-02 22:25:49 +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.210.245,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.210.245],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:00.299756 3306 default_network_controller.go:732] Recording add event on pod kube-system/konnectivity-agent-ckc9n I0702 22:37:00.299764 3306 lb_config.go:1031] Cluster endpoints for openshift-config-operator/metrics for network=default are: map[] I0702 22:37:00.299774 3306 obj_retry.go:512] Add event received for *v1.Pod kube-system/konnectivity-agent-ckc9n I0702 22:37:00.299768 3306 default_network_controller.go:732] Recording add event on pod openshift-ovn-kubernetes/ovnkube-node-7r2mv I0702 22:37:00.299774 3306 lb_config.go:1031] Cluster endpoints for openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default are: map[] I0702 22:37:00.299790 3306 ovn.go:138] Ensuring zone remote for Pod kube-system/konnectivity-agent-ckc9n in node ip-10-0-2-224.ec2.internal I0702 22:37:00.299794 3306 obj_retry.go:512] Add event received for *v1.Pod openshift-ovn-kubernetes/ovnkube-node-7r2mv I0702 22:37:00.299806 3306 obj_retry.go:551] Creating *v1.Pod kube-system/konnectivity-agent-ckc9n took: 12.958µs I0702 22:37:00.299800 3306 services_controller.go:443] 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.212.114"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0702 22:37:00.299841 3306 default_network_controller.go:776] Recording success event on pod kube-system/konnectivity-agent-ckc9n I0702 22:37:00.299843 3306 ovn.go:138] Ensuring zone remote for Pod openshift-ovn-kubernetes/ovnkube-node-7r2mv in node ip-10-0-1-191.ec2.internal I0702 22:37:00.299849 3306 default_network_controller.go:732] Recording add event on pod openshift-image-registry/node-ca-ztx28 I0702 22:37:00.299850 3306 services_controller.go:444] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:00.299779 3306 lb_config.go:1031] Cluster endpoints for default/openshift-apiserver for network=default are: map[TCP/https:{443 [172.30.24.132] []}] I0702 22:37:00.299854 3306 obj_retry.go:551] Creating *v1.Pod openshift-ovn-kubernetes/ovnkube-node-7r2mv took: 40.66µs I0702 22:37:00.299860 3306 default_network_controller.go:732] Recording add event on pod openshift-backplane/osd-delete-backplane-serviceaccounts-29717190-bmtmf I0702 22:37:00.299862 3306 services_controller.go:445] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:00.299783 3306 services_controller.go:443] Built service openshift-config-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.91.173"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0702 22:37:00.299869 3306 services_controller.go:443] Built service default/openshift-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0702 22:37:00.299872 3306 obj_retry.go:512] Add event received for *v1.Pod openshift-backplane/osd-delete-backplane-serviceaccounts-29717190-bmtmf I0702 22:37:00.299876 3306 default_network_controller.go:732] Recording add event on pod openshift-ovn-kubernetes/ovnkube-node-wn8j5 I0702 22:37:00.299878 3306 default_network_controller.go:732] Recording add event on pod openshift-network-diagnostics/network-check-target-fwzzc I0702 22:37:00.299866 3306 default_network_controller.go:776] Recording success event on pod openshift-ovn-kubernetes/ovnkube-node-7r2mv I0702 22:37:00.299886 3306 obj_retry.go:512] Add event received for *v1.Pod openshift-ovn-kubernetes/ovnkube-node-wn8j5 I0702 22:37:00.299889 3306 obj_retry.go:512] Add event received for *v1.Pod openshift-network-diagnostics/network-check-target-fwzzc I0702 22:37:00.299891 3306 default_network_controller.go:732] Recording add event on pod kube-system/konnectivity-agent-nrrmr I0702 22:37:00.299896 3306 ovn.go:138] Ensuring zone remote for Pod openshift-ovn-kubernetes/ovnkube-node-wn8j5 in node ip-10-0-2-224.ec2.internal I0702 22:37:00.299898 3306 default_network_controller.go:732] Recording add event on pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-4wbd9 I0702 22:37:00.299878 3306 services_controller.go:444] Built service openshift-config-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:00.299903 3306 default_network_controller.go:732] Recording add event on pod openshift-multus/multus-additional-cni-plugins-l8m59 I0702 22:37:00.299880 3306 services_controller.go:444] Built service default/openshift-apiserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.210.245"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.24.132"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0702 22:37:00.299911 3306 obj_retry.go:512] Add event received for *v1.Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-4wbd9 I0702 22:37:00.299886 3306 services_controller.go:451] 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.212.114", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:00.299860 3306 obj_retry.go:512] Add event received for *v1.Pod openshift-image-registry/node-ca-ztx28 I0702 22:37:00.299901 3306 obj_retry.go:512] Add event received for *v1.Pod kube-system/konnectivity-agent-nrrmr I0702 22:37:00.299900 3306 ovn.go:134] Ensuring zone local for Pod openshift-network-diagnostics/network-check-target-fwzzc in node ip-10-0-0-31.ec2.internal I0702 22:37:00.299928 3306 default_network_controller.go:732] Recording add event on pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-31.ec2.internal I0702 22:37:00.299882 3306 obj_retry.go:551] Creating *v1.Pod openshift-backplane/osd-delete-backplane-serviceaccounts-29717190-bmtmf took: 359ns I0702 22:37:00.299938 3306 default_network_controller.go:776] Recording success event on pod openshift-backplane/osd-delete-backplane-serviceaccounts-29717190-bmtmf I0702 22:37:00.299940 3306 obj_retry.go:512] Add event received for *v1.Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-31.ec2.internal I0702 22:37:00.299943 3306 default_network_controller.go:732] Recording add event on pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-191.ec2.internal I0702 22:37:00.299945 3306 default_network_controller.go:732] Recording add event on pod openshift-deployment-validation-operator/deployment-validation-operator-catalog-n694v I0702 22:37:00.299929 3306 ovn.go:138] Ensuring zone remote for Pod kube-system/konnectivity-agent-nrrmr in node ip-10-0-1-191.ec2.internal I0702 22:37:00.299951 3306 ovn.go:134] Ensuring zone local for Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-31.ec2.internal in node ip-10-0-0-31.ec2.internal I0702 22:37:00.299949 3306 default_network_controller.go:732] Recording add event on pod openshift-network-diagnostics/network-check-target-42gtc I0702 22:37:00.299955 3306 obj_retry.go:512] Add event received for *v1.Pod openshift-deployment-validation-operator/deployment-validation-operator-catalog-n694v I0702 22:37:00.299956 3306 obj_retry.go:512] Add event received for *v1.Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-191.ec2.internal I0702 22:37:00.299939 3306 default_network_controller.go:732] Recording add event on pod openshift-multus/multus-kfhcs I0702 22:37:00.299947 3306 default_network_controller.go:732] Recording add event on pod openshift-image-registry/image-registry-5f9cf75d7d-z6q77 I0702 22:37:00.299965 3306 obj_retry.go:551] Creating *v1.Pod openshift-deployment-validation-operator/deployment-validation-operator-catalog-n694v took: 364ns I0702 22:37:00.299970 3306 default_network_controller.go:732] Recording add event on pod openshift-multus/network-metrics-daemon-c4whj I0702 22:37:00.299915 3306 obj_retry.go:512] Add event received for *v1.Pod openshift-multus/multus-additional-cni-plugins-l8m59 I0702 22:37:00.299974 3306 obj_retry.go:512] Add event received for *v1.Pod openshift-multus/multus-kfhcs I0702 22:37:00.299981 3306 obj_retry.go:512] Add event received for *v1.Pod openshift-multus/network-metrics-daemon-c4whj I0702 22:37:00.299749 3306 services_controller.go:434] Service openshift-ingress/router-internal-default retrieved from lister for network=default: &Service{ObjectMeta:{router-internal-default openshift-ingress 467af302-1cac-4ff2-bfbf-1ff1bf3104be 2825 0 2026-07-02 22:26:00 +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 91b70309-50fc-479d-8485-c403f49ef81d 0xc00783be2e }] [] []},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.140.55,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.140.55],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:00.299991 3306 ovn.go:138] Ensuring zone remote for Pod openshift-multus/network-metrics-daemon-c4whj in node ip-10-0-2-224.ec2.internal I0702 22:37:00.300028 3306 ovn.go:138] Ensuring zone remote for Pod openshift-multus/multus-kfhcs in node ip-10-0-2-224.ec2.internal I0702 22:37:00.300046 3306 obj_retry.go:551] Creating *v1.Pod openshift-multus/multus-kfhcs took: 21.048µs I0702 22:37:00.299957 3306 obj_retry.go:551] Creating *v1.Pod kube-system/konnectivity-agent-nrrmr took: 28.033µs I0702 22:37:00.300055 3306 obj_retry.go:546] Failed to create *v1.Pod openshift-multus/network-metrics-daemon-c4whj, error: failed to obtain IPs to add remote pod openshift-multus/network-metrics-daemon-c4whj: suppressed error logged: pod openshift-multus/network-metrics-daemon-c4whj: no pod IPs found I0702 22:37:00.300065 3306 default_network_controller.go:732] Recording add event on pod kube-system/kube-apiserver-proxy-ip-10-0-0-31.ec2.internal I0702 22:37:00.300066 3306 default_network_controller.go:776] Recording success event on pod kube-system/konnectivity-agent-nrrmr I0702 22:37:00.299974 3306 obj_retry.go:512] Add event received for *v1.Pod openshift-image-registry/image-registry-5f9cf75d7d-z6q77 I0702 22:37:00.300079 3306 obj_retry.go:512] Add event received for *v1.Pod kube-system/kube-apiserver-proxy-ip-10-0-0-31.ec2.internal I0702 22:37:00.300087 3306 ovn.go:134] Ensuring zone local for Pod kube-system/kube-apiserver-proxy-ip-10-0-0-31.ec2.internal in node ip-10-0-0-31.ec2.internal I0702 22:37:00.300093 3306 obj_retry.go:551] Creating *v1.Pod kube-system/kube-apiserver-proxy-ip-10-0-0-31.ec2.internal took: 6.798µs I0702 22:37:00.300097 3306 default_network_controller.go:776] Recording success event on pod kube-system/kube-apiserver-proxy-ip-10-0-0-31.ec2.internal I0702 22:37:00.300103 3306 default_network_controller.go:732] Recording add event on pod openshift-cluster-node-tuning-operator/tuned-dms5j I0702 22:37:00.300107 3306 obj_retry.go:512] Add event received for *v1.Pod openshift-cluster-node-tuning-operator/tuned-dms5j I0702 22:37:00.299971 3306 ovn.go:138] Ensuring zone remote for Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-191.ec2.internal in node ip-10-0-1-191.ec2.internal I0702 22:37:00.300112 3306 ovn.go:134] Ensuring zone local for Pod openshift-cluster-node-tuning-operator/tuned-dms5j in node ip-10-0-0-31.ec2.internal I0702 22:37:00.300117 3306 obj_retry.go:551] Creating *v1.Pod openshift-cluster-node-tuning-operator/tuned-dms5j took: 4.921µs I0702 22:37:00.300117 3306 obj_retry.go:551] Creating *v1.Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-191.ec2.internal took: 147.899µs I0702 22:37:00.300121 3306 default_network_controller.go:776] Recording success event on pod openshift-cluster-node-tuning-operator/tuned-dms5j I0702 22:37:00.300123 3306 default_network_controller.go:776] Recording success event on pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-191.ec2.internal I0702 22:37:00.300114 3306 lb_config.go:1031] Cluster endpoints for openshift-ingress/router-internal-default for network=default are: map[] I0702 22:37:00.300128 3306 default_network_controller.go:732] Recording add event on pod openshift-ovn-kubernetes/ovnkube-node-dqfjn I0702 22:37:00.300135 3306 obj_retry.go:512] Add event received for *v1.Pod openshift-ovn-kubernetes/ovnkube-node-dqfjn I0702 22:37:00.300142 3306 ovn.go:134] Ensuring zone local for Pod openshift-ovn-kubernetes/ovnkube-node-dqfjn in node ip-10-0-0-31.ec2.internal I0702 22:37:00.300087 3306 obj_retry.go:551] Creating *v1.Pod openshift-image-registry/image-registry-5f9cf75d7d-z6q77 took: 256ns I0702 22:37:00.300161 3306 default_network_controller.go:776] Recording success event on pod openshift-image-registry/image-registry-5f9cf75d7d-z6q77 I0702 22:37:00.300169 3306 default_network_controller.go:732] Recording add event on pod openshift-dns/node-resolver-cjcpn I0702 22:37:00.300174 3306 obj_retry.go:512] Add event received for *v1.Pod openshift-dns/node-resolver-cjcpn I0702 22:37:00.300160 3306 services_controller.go:443] Built service openshift-ingress/router-internal-default LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.140.55"}, 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.140.55"}, protocol:"TCP", 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.140.55"}, 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}} I0702 22:37:00.300181 3306 ovn.go:138] Ensuring zone remote for Pod openshift-dns/node-resolver-cjcpn in node ip-10-0-2-224.ec2.internal I0702 22:37:00.300186 3306 obj_retry.go:551] Creating *v1.Pod openshift-dns/node-resolver-cjcpn took: 5.436µs I0702 22:37:00.299987 3306 ovn.go:138] Ensuring zone remote for Pod openshift-multus/multus-additional-cni-plugins-l8m59 in node ip-10-0-2-224.ec2.internal I0702 22:37:00.300189 3306 services_controller.go:444] Built service openshift-ingress/router-internal-default LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:00.300196 3306 obj_retry.go:551] Creating *v1.Pod openshift-multus/multus-additional-cni-plugins-l8m59 took: 213.371µs I0702 22:37:00.300201 3306 default_network_controller.go:776] Recording success event on pod openshift-multus/multus-additional-cni-plugins-l8m59 I0702 22:37:00.300201 3306 services_controller.go:445] Built service openshift-ingress/router-internal-default LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:00.300206 3306 default_network_controller.go:732] Recording add event on pod openshift-multus/multus-additional-cni-plugins-x9fkj I0702 22:37:00.300212 3306 obj_retry.go:512] Add event received for *v1.Pod openshift-multus/multus-additional-cni-plugins-x9fkj I0702 22:37:00.300218 3306 ovn.go:138] Ensuring zone remote for Pod openshift-multus/multus-additional-cni-plugins-x9fkj in node ip-10-0-1-191.ec2.internal I0702 22:37:00.299917 3306 services_controller.go:445] Built service default/openshift-apiserver LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:00.300246 3306 services_controller.go:451] Built service default/openshift-apiserver cluster-wide LB for network=default: []services.LB{} I0702 22:37:00.300227 3306 services_controller.go:451] 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.140.55", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.140.55", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.140.55", Port:1936, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:00.300265 3306 services_controller.go:452] Built service openshift-ingress/router-internal-default per-node LB for network=default: []services.LB{} I0702 22:37:00.300277 3306 services_controller.go:453] Built service openshift-ingress/router-internal-default template LB for network=default: []services.LB{} I0702 22:37:00.299526 3306 services_controller.go:356] Processing sync for service openshift-machine-config-operator/machine-config-operator for network=default I0702 22:37:00.300290 3306 services_controller.go:454] 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 I0702 22:37:00.300307 3306 services_controller.go:473] 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.140.55", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.140.55", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.140.55", Port:1936, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:00.299920 3306 ovn.go:138] Ensuring zone remote for Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-4wbd9 in node ip-10-0-1-191.ec2.internal I0702 22:37:00.300353 3306 obj_retry.go:551] Creating *v1.Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-4wbd9 took: 434.883µs I0702 22:37:00.300288 3306 services_controller.go:434] Service openshift-machine-config-operator/machine-config-operator retrieved from lister for network=default: &Service{ObjectMeta:{machine-config-operator openshift-machine-config-operator fc1b54bd-51c8-480d-85b1-d0ff5eb5630b 806 0 2026-07-02 22:25:32 +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 f2a75ee6-c8ba-4210-ab75-4e7c9328338a 0xc007ab426b }] [] []},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.168.17,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.168.17],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:00.300360 3306 default_network_controller.go:776] Recording success event on pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-4wbd9 I0702 22:37:00.300389 3306 lb_config.go:1031] Cluster endpoints for openshift-machine-config-operator/machine-config-operator for network=default are: map[] I0702 22:37:00.300395 3306 default_network_controller.go:732] Recording add event on pod openshift-dns/node-resolver-bjwfg I0702 22:37:00.300404 3306 obj_retry.go:512] Add event received for *v1.Pod openshift-dns/node-resolver-bjwfg I0702 22:37:00.300403 3306 services_controller.go:443] Built service openshift-machine-config-operator/machine-config-operator LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.168.17"}, 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}} I0702 22:37:00.300414 3306 ovn.go:134] Ensuring zone local for Pod openshift-dns/node-resolver-bjwfg in node ip-10-0-0-31.ec2.internal I0702 22:37:00.300418 3306 services_controller.go:444] Built service openshift-machine-config-operator/machine-config-operator LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:00.300422 3306 obj_retry.go:551] Creating *v1.Pod openshift-dns/node-resolver-bjwfg took: 8.687µs I0702 22:37:00.300262 3306 services_controller.go:452] 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-0-31.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.210.245", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.24.132", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-0-31.ec2.internal"}, Routers:[]string{"GR_ip-10-0-0-31.ec2.internal"}, Groups:[]string(nil)}} I0702 22:37:00.300428 3306 default_network_controller.go:776] Recording success event on pod openshift-dns/node-resolver-bjwfg I0702 22:37:00.300428 3306 services_controller.go:445] Built service openshift-machine-config-operator/machine-config-operator LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:00.300435 3306 default_network_controller.go:732] Recording add event on pod openshift-image-registry/node-ca-g7rk4 I0702 22:37:00.300435 3306 services_controller.go:453] Built service default/openshift-apiserver template LB for network=default: []services.LB{} I0702 22:37:00.299904 3306 obj_retry.go:551] Creating *v1.Pod openshift-ovn-kubernetes/ovnkube-node-wn8j5 took: 9.118µs I0702 22:37:00.300442 3306 obj_retry.go:512] Add event received for *v1.Pod openshift-image-registry/node-ca-g7rk4 I0702 22:37:00.300448 3306 default_network_controller.go:776] Recording success event on pod openshift-ovn-kubernetes/ovnkube-node-wn8j5 I0702 22:37:00.300451 3306 ovn.go:138] Ensuring zone remote for Pod openshift-image-registry/node-ca-g7rk4 in node ip-10-0-1-191.ec2.internal I0702 22:37:00.299931 3306 default_network_controller.go:732] Recording add event on pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-2-224.ec2.internal I0702 22:37:00.300458 3306 default_network_controller.go:732] Recording add event on pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-84fmb I0702 22:37:00.300459 3306 obj_retry.go:551] Creating *v1.Pod openshift-image-registry/node-ca-g7rk4 took: 8.219µs I0702 22:37:00.300463 3306 obj_retry.go:512] Add event received for *v1.Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-2-224.ec2.internal I0702 22:37:00.300427 3306 model_client.go:373] 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.140.55:1936: 172.30.140.55:443: 172.30.140.55:80:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1983129890}] I0702 22:37:00.300465 3306 default_network_controller.go:776] Recording success event on pod openshift-image-registry/node-ca-g7rk4 I0702 22:37:00.300468 3306 obj_retry.go:512] Add event received for *v1.Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-84fmb I0702 22:37:00.300449 3306 services_controller.go:451] 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.168.17", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:00.300478 3306 ovn.go:134] Ensuring zone local for Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-84fmb in node ip-10-0-0-31.ec2.internal I0702 22:37:00.300482 3306 services_controller.go:452] Built service openshift-machine-config-operator/machine-config-operator per-node LB for network=default: []services.LB{} I0702 22:37:00.300485 3306 obj_retry.go:551] Creating *v1.Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-84fmb took: 7.252µs I0702 22:37:00.300491 3306 services_controller.go:453] Built service openshift-machine-config-operator/machine-config-operator template LB for network=default: []services.LB{} I0702 22:37:00.300447 3306 services_controller.go:454] 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 I0702 22:37:00.300498 3306 services_controller.go:454] 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 I0702 22:37:00.300507 3306 services_controller.go:473] 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.168.17", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:00.300503 3306 services_controller.go:473] 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-0-31.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.210.245", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.24.132", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-0-31.ec2.internal"}, Routers:[]string{"GR_ip-10-0-0-31.ec2.internal"}, Groups:[]string(nil)}} I0702 22:37:00.300531 3306 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u1983129890}]}}] Timeout: Where:[where column _uuid == {076e2606-e33c-4f0b-9742-29df24c540d2}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:00.299960 3306 obj_retry.go:512] Add event received for *v1.Pod openshift-network-diagnostics/network-check-target-42gtc I0702 22:37:00.300587 3306 ovn.go:138] Ensuring zone remote for Pod openshift-network-diagnostics/network-check-target-42gtc in node ip-10-0-2-224.ec2.internal I0702 22:37:00.300469 3306 ovn.go:138] Ensuring zone remote for Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-2-224.ec2.internal in node ip-10-0-2-224.ec2.internal I0702 22:37:00.300581 3306 model_client.go:373] 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-0-31.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.210.245:443:172.30.24.132:443]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1983129891}] I0702 22:37:00.300492 3306 default_network_controller.go:776] Recording success event on pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-84fmb I0702 22:37:00.300607 3306 obj_retry.go:551] Creating *v1.Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-2-224.ec2.internal took: 135.793µs I0702 22:37:00.300613 3306 default_network_controller.go:732] Recording add event on pod kube-system/kube-apiserver-proxy-ip-10-0-1-191.ec2.internal I0702 22:37:00.300615 3306 default_network_controller.go:776] Recording success event on pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-2-224.ec2.internal I0702 22:37:00.300576 3306 transact.go:42] 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.140.55:1936: 172.30.140.55:443: 172.30.140.55:80:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1983129890} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u1983129890}]}}] Timeout: Where:[where column _uuid == {076e2606-e33c-4f0b-9742-29df24c540d2}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:00.299972 3306 base_network_controller_pods.go:477] [default/openshift-network-diagnostics/network-check-target-fwzzc] creating logical port openshift-network-diagnostics_network-check-target-fwzzc for pod on switch ip-10-0-0-31.ec2.internal I0702 22:37:00.299917 3306 default_network_controller.go:732] Recording add event on pod openshift-image-registry/image-registry-5f9cf75d7d-tdcks I0702 22:37:00.299972 3306 default_network_controller.go:776] Recording success event on pod openshift-deployment-validation-operator/deployment-validation-operator-catalog-n694v I0702 22:37:00.300633 3306 obj_retry.go:512] Add event received for *v1.Pod openshift-image-registry/image-registry-5f9cf75d7d-tdcks I0702 22:37:00.300056 3306 default_network_controller.go:776] Recording success event on pod openshift-multus/multus-kfhcs I0702 22:37:00.300643 3306 default_network_controller.go:732] Recording add event on pod openshift-cluster-node-tuning-operator/tuned-g9t2g I0702 22:37:00.300630 3306 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u1983129891}]}}] Timeout: Where:[where column _uuid == {486dc3a4-7ac8-4ee3-bf7e-056046fe897e}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:00.300189 3306 default_network_controller.go:776] Recording success event on pod openshift-dns/node-resolver-cjcpn I0702 22:37:00.300651 3306 obj_retry.go:512] Add event received for *v1.Pod openshift-cluster-node-tuning-operator/tuned-g9t2g I0702 22:37:00.300642 3306 obj_retry.go:551] Creating *v1.Pod openshift-image-registry/image-registry-5f9cf75d7d-tdcks took: 437ns I0702 22:37:00.300660 3306 ovn.go:138] Ensuring zone remote for Pod openshift-cluster-node-tuning-operator/tuned-g9t2g in node ip-10-0-1-191.ec2.internal I0702 22:37:00.300634 3306 default_network_controller.go:732] Recording add event on pod kube-system/kube-apiserver-proxy-ip-10-0-2-224.ec2.internal I0702 22:37:00.300662 3306 default_network_controller.go:776] Recording success event on pod openshift-image-registry/image-registry-5f9cf75d7d-tdcks I0702 22:37:00.300679 3306 default_network_controller.go:732] Recording add event on pod openshift-dns/node-resolver-dxzg9 I0702 22:37:00.300680 3306 obj_retry.go:512] Add event received for *v1.Pod kube-system/kube-apiserver-proxy-ip-10-0-2-224.ec2.internal I0702 22:37:00.300683 3306 obj_retry.go:512] Add event received for *v1.Pod openshift-dns/node-resolver-dxzg9 I0702 22:37:00.300690 3306 ovn.go:138] Ensuring zone remote for Pod openshift-dns/node-resolver-dxzg9 in node ip-10-0-1-191.ec2.internal I0702 22:37:00.300692 3306 ovn.go:138] Ensuring zone remote for Pod kube-system/kube-apiserver-proxy-ip-10-0-2-224.ec2.internal in node ip-10-0-2-224.ec2.internal I0702 22:37:00.300695 3306 obj_retry.go:551] Creating *v1.Pod openshift-dns/node-resolver-dxzg9 took: 6.224µs I0702 22:37:00.300699 3306 default_network_controller.go:776] Recording success event on pod openshift-dns/node-resolver-dxzg9 I0702 22:37:00.299926 3306 ovn.go:138] Ensuring zone remote for Pod openshift-image-registry/node-ca-ztx28 in node ip-10-0-2-224.ec2.internal I0702 22:37:00.300701 3306 obj_retry.go:551] Creating *v1.Pod kube-system/kube-apiserver-proxy-ip-10-0-2-224.ec2.internal took: 11.549µs I0702 22:37:00.300706 3306 default_network_controller.go:732] Recording add event on pod openshift-multus/multus-bn64w I0702 22:37:00.300580 3306 model_client.go:373] 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.168.17:9001:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1983129892}] I0702 22:37:00.300713 3306 obj_retry.go:512] Add event received for *v1.Pod openshift-multus/multus-bn64w I0702 22:37:00.300722 3306 ovn.go:134] Ensuring zone local for Pod openshift-multus/multus-bn64w in node ip-10-0-0-31.ec2.internal I0702 22:37:00.300728 3306 obj_retry.go:551] Creating *v1.Pod openshift-multus/multus-bn64w took: 7.217µs I0702 22:37:00.300734 3306 default_network_controller.go:776] Recording success event on pod openshift-multus/multus-bn64w I0702 22:37:00.300693 3306 base_network_controller_pods.go:916] Annotation values: ip=[10.128.0.3/23] ; mac=0a:58:0a:80:00:03 ; gw=[10.128.0.1] I0702 22:37:00.300623 3306 default_network_controller.go:732] Recording add event on pod kube-system/konnectivity-agent-sfzxw I0702 22:37:00.300764 3306 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u1983129892}]}}] Timeout: Where:[where column _uuid == {076e2606-e33c-4f0b-9742-29df24c540d2}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:00.300788 3306 obj_retry.go:512] Add event received for *v1.Pod kube-system/konnectivity-agent-sfzxw I0702 22:37:00.300796 3306 ovn.go:134] Ensuring zone local for Pod kube-system/konnectivity-agent-sfzxw in node ip-10-0-0-31.ec2.internal I0702 22:37:00.300801 3306 obj_retry.go:551] Creating *v1.Pod kube-system/konnectivity-agent-sfzxw took: 6.102µs I0702 22:37:00.300805 3306 default_network_controller.go:776] Recording success event on pod kube-system/konnectivity-agent-sfzxw I0702 22:37:00.300810 3306 default_network_controller.go:732] Recording add event on pod openshift-image-registry/image-registry-669cf8666f-zr8zf I0702 22:37:00.300623 3306 obj_retry.go:546] Failed to create *v1.Pod openshift-network-diagnostics/network-check-target-42gtc, error: failed to obtain IPs to add remote pod openshift-network-diagnostics/network-check-target-42gtc: suppressed error logged: pod openshift-network-diagnostics/network-check-target-42gtc: no pod IPs found I0702 22:37:00.300833 3306 obj_retry.go:512] Add event received for *v1.Pod openshift-image-registry/image-registry-669cf8666f-zr8zf I0702 22:37:00.300790 3306 transact.go:42] 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.168.17:9001:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1983129892} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u1983129892}]}}] Timeout: Where:[where column _uuid == {076e2606-e33c-4f0b-9742-29df24c540d2}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:00.300841 3306 obj_retry.go:551] Creating *v1.Pod openshift-image-registry/image-registry-669cf8666f-zr8zf took: 421ns I0702 22:37:00.300845 3306 default_network_controller.go:776] Recording success event on pod openshift-image-registry/image-registry-669cf8666f-zr8zf I0702 22:37:00.300619 3306 obj_retry.go:512] Add event received for *v1.Pod kube-system/kube-apiserver-proxy-ip-10-0-1-191.ec2.internal I0702 22:37:00.300855 3306 ovn.go:138] Ensuring zone remote for Pod kube-system/kube-apiserver-proxy-ip-10-0-1-191.ec2.internal in node ip-10-0-1-191.ec2.internal I0702 22:37:00.300861 3306 obj_retry.go:551] Creating *v1.Pod kube-system/kube-apiserver-proxy-ip-10-0-1-191.ec2.internal took: 6.453µs I0702 22:37:00.300867 3306 default_network_controller.go:776] Recording success event on pod kube-system/kube-apiserver-proxy-ip-10-0-1-191.ec2.internal I0702 22:37:00.300839 3306 default_network_controller.go:732] Recording add event on pod openshift-cluster-node-tuning-operator/tuned-rgmwc I0702 22:37:00.300882 3306 obj_retry.go:512] Add event received for *v1.Pod openshift-cluster-node-tuning-operator/tuned-rgmwc I0702 22:37:00.300884 3306 kube.go:317] Updating pod openshift-network-diagnostics/network-check-target-fwzzc I0702 22:37:00.300222 3306 obj_retry.go:551] Creating *v1.Pod openshift-multus/multus-additional-cni-plugins-x9fkj took: 5.237µs I0702 22:37:00.300902 3306 default_network_controller.go:776] Recording success event on pod openshift-multus/multus-additional-cni-plugins-x9fkj I0702 22:37:00.300669 3306 obj_retry.go:551] Creating *v1.Pod openshift-cluster-node-tuning-operator/tuned-g9t2g took: 10.648µs I0702 22:37:00.300914 3306 default_network_controller.go:776] Recording success event on pod openshift-cluster-node-tuning-operator/tuned-g9t2g I0702 22:37:00.299915 3306 services_controller.go:445] Built service openshift-config-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:00.300936 3306 services_controller.go:451] 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.91.173", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:00.300962 3306 services_controller.go:452] Built service openshift-config-operator/metrics per-node LB for network=default: []services.LB{} I0702 22:37:00.300688 3306 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u1983129891}]}}] Timeout: Where:[where column _uuid == {f29dabaa-74fe-45a3-b838-69f7e55aa464}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:00.300974 3306 services_controller.go:453] Built service openshift-config-operator/metrics template LB for network=default: []services.LB{} I0702 22:37:00.300984 3306 services_controller.go:454] 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 I0702 22:37:00.300997 3306 services_controller.go:473] 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.91.173", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:00.300983 3306 transact.go:42] 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-0-31.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.210.245:443:172.30.24.132:443]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1983129891} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u1983129891}]}}] Timeout: Where:[where column _uuid == {486dc3a4-7ac8-4ee3-bf7e-056046fe897e}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u1983129891}]}}] Timeout: Where:[where column _uuid == {f29dabaa-74fe-45a3-b838-69f7e55aa464}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:00.300709 3306 default_network_controller.go:776] Recording success event on pod kube-system/kube-apiserver-proxy-ip-10-0-2-224.ec2.internal I0702 22:37:00.301055 3306 default_network_controller.go:732] Recording add event on pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-lh7qd I0702 22:37:00.301064 3306 obj_retry.go:512] Add event received for *v1.Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-lh7qd I0702 22:37:00.301081 3306 ovn.go:138] Ensuring zone remote for Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-lh7qd in node ip-10-0-2-224.ec2.internal I0702 22:37:00.300709 3306 obj_retry.go:551] Creating *v1.Pod openshift-image-registry/node-ca-ztx28 took: 784.053µs I0702 22:37:00.301078 3306 model_client.go:373] 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.91.173:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1983129893}] I0702 22:37:00.301140 3306 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u1983129893}]}}] Timeout: Where:[where column _uuid == {076e2606-e33c-4f0b-9742-29df24c540d2}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:00.301100 3306 default_network_controller.go:776] Recording success event on pod openshift-image-registry/node-ca-ztx28 I0702 22:37:00.301172 3306 default_network_controller.go:732] Recording add event on pod openshift-image-registry/node-ca-ljfzz I0702 22:37:00.299925 3306 services_controller.go:452] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics per-node LB for network=default: []services.LB{} I0702 22:37:00.301229 3306 services_controller.go:453] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics template LB for network=default: []services.LB{} I0702 22:37:00.300154 3306 obj_retry.go:551] Creating *v1.Pod openshift-ovn-kubernetes/ovnkube-node-dqfjn took: 9.766µs I0702 22:37:00.301245 3306 services_controller.go:454] 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 I0702 22:37:00.301251 3306 default_network_controller.go:776] Recording success event on pod openshift-ovn-kubernetes/ovnkube-node-dqfjn I0702 22:37:00.301259 3306 default_network_controller.go:732] Recording add event on pod openshift-multus/multus-additional-cni-plugins-fdltz I0702 22:37:00.301270 3306 obj_retry.go:512] Add event received for *v1.Pod openshift-multus/multus-additional-cni-plugins-fdltz I0702 22:37:00.301280 3306 ovn.go:134] Ensuring zone local for Pod openshift-multus/multus-additional-cni-plugins-fdltz in node ip-10-0-0-31.ec2.internal I0702 22:37:00.301289 3306 obj_retry.go:551] Creating *v1.Pod openshift-multus/multus-additional-cni-plugins-fdltz took: 9.646µs I0702 22:37:00.301298 3306 default_network_controller.go:776] Recording success event on pod openshift-multus/multus-additional-cni-plugins-fdltz I0702 22:37:00.301260 3306 services_controller.go:473] 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.212.114", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:00.300892 3306 ovn.go:138] Ensuring zone remote for Pod openshift-cluster-node-tuning-operator/tuned-rgmwc in node ip-10-0-2-224.ec2.internal I0702 22:37:00.301325 3306 obj_retry.go:551] Creating *v1.Pod openshift-cluster-node-tuning-operator/tuned-rgmwc took: 429.746µs I0702 22:37:00.301335 3306 default_network_controller.go:776] Recording success event on pod openshift-cluster-node-tuning-operator/tuned-rgmwc I0702 22:37:00.301345 3306 default_network_controller.go:732] Recording add event on pod openshift-network-diagnostics/network-check-target-m7jsk I0702 22:37:00.301353 3306 obj_retry.go:512] Add event received for *v1.Pod openshift-network-diagnostics/network-check-target-m7jsk I0702 22:37:00.301088 3306 obj_retry.go:551] Creating *v1.Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-lh7qd took: 11.035µs I0702 22:37:00.301362 3306 ovn.go:138] Ensuring zone remote for Pod openshift-network-diagnostics/network-check-target-m7jsk in node ip-10-0-1-191.ec2.internal I0702 22:37:00.301384 3306 obj_retry.go:546] Failed to create *v1.Pod openshift-network-diagnostics/network-check-target-m7jsk, error: failed to obtain IPs to add remote pod openshift-network-diagnostics/network-check-target-m7jsk: suppressed error logged: pod openshift-network-diagnostics/network-check-target-m7jsk: no pod IPs found I0702 22:37:00.301384 3306 ovnkube_controller.go:1292] Config duration recorder: kind/namespace/name pod/openshift-cluster-node-tuning-operator/tuned-rgmwc. OVN-Kubernetes controller took 0.000463133 seconds. No OVN measurement. I0702 22:37:00.301363 3306 default_network_controller.go:776] Recording success event on pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-lh7qd I0702 22:37:00.301378 3306 model_client.go:373] 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.212.114:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1983129894}] I0702 22:37:00.301187 3306 obj_retry.go:512] Add event received for *v1.Pod openshift-image-registry/node-ca-ljfzz I0702 22:37:00.301410 3306 ovn.go:134] Ensuring zone local for Pod openshift-image-registry/node-ca-ljfzz in node ip-10-0-0-31.ec2.internal I0702 22:37:00.301418 3306 obj_retry.go:551] Creating *v1.Pod openshift-image-registry/node-ca-ljfzz took: 8.338µs I0702 22:37:00.301426 3306 default_network_controller.go:776] Recording success event on pod openshift-image-registry/node-ca-ljfzz I0702 22:37:00.301164 3306 transact.go:42] 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.91.173:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1983129893} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u1983129893}]}}] Timeout: Where:[where column _uuid == {076e2606-e33c-4f0b-9742-29df24c540d2}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:00.301431 3306 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u1983129894}]}}] Timeout: Where:[where column _uuid == {076e2606-e33c-4f0b-9742-29df24c540d2}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:00.301461 3306 transact.go:42] 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.212.114:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1983129894} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u1983129894}]}}] Timeout: Where:[where column _uuid == {076e2606-e33c-4f0b-9742-29df24c540d2}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:00.299959 3306 obj_retry.go:551] Creating *v1.Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-31.ec2.internal took: 9.544µs I0702 22:37:00.301532 3306 default_network_controller.go:776] Recording success event on pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-31.ec2.internal I0702 22:37:00.301539 3306 default_network_controller.go:732] Recording add event on pod openshift-multus/multus-nv9s5 I0702 22:37:00.301545 3306 obj_retry.go:512] Add event received for *v1.Pod openshift-multus/multus-nv9s5 I0702 22:37:00.301554 3306 ovn.go:138] Ensuring zone remote for Pod openshift-multus/multus-nv9s5 in node ip-10-0-1-191.ec2.internal I0702 22:37:00.301562 3306 obj_retry.go:551] Creating *v1.Pod openshift-multus/multus-nv9s5 took: 8.598µs I0702 22:37:00.301569 3306 default_network_controller.go:776] Recording success event on pod openshift-multus/multus-nv9s5 I0702 22:37:00.301574 3306 default_network_controller.go:732] Recording add event on pod openshift-multus/network-metrics-daemon-tgbnw I0702 22:37:00.301579 3306 obj_retry.go:512] Add event received for *v1.Pod openshift-multus/network-metrics-daemon-tgbnw I0702 22:37:00.301587 3306 ovn.go:134] Ensuring zone local for Pod openshift-multus/network-metrics-daemon-tgbnw in node ip-10-0-0-31.ec2.internal I0702 22:37:00.301614 3306 base_network_controller_pods.go:477] [default/openshift-multus/network-metrics-daemon-tgbnw] creating logical port openshift-multus_network-metrics-daemon-tgbnw for pod on switch ip-10-0-0-31.ec2.internal I0702 22:37:00.301655 3306 loadbalancer.go:304] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-ingress/router-internal-default"} I0702 22:37:00.301676 3306 services_controller.go:360] Finished syncing service router-internal-default on namespace openshift-ingress for network=default : 2.168197ms I0702 22:37:00.301692 3306 services_controller.go:356] Processing sync for service openshift-kube-controller-manager-operator/metrics for network=default I0702 22:37:00.301721 3306 loadbalancer.go:304] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-machine-config-operator/machine-config-operator"} I0702 22:37:00.301749 3306 services_controller.go:360] Finished syncing service machine-config-operator on namespace openshift-machine-config-operator for network=default : 2.222796ms I0702 22:37:00.301769 3306 services_controller.go:356] Processing sync for service openshift-authentication-operator/metrics for network=default I0702 22:37:00.301702 3306 services_controller.go:434] Service openshift-kube-controller-manager-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-kube-controller-manager-operator af1b8f60-a9f9-470a-8273-309ecb77b313 819 0 2026-07-02 22:25:33 +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 f2a75ee6-c8ba-4210-ab75-4e7c9328338a 0xc00783bfcf }] [] []},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.169,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.102.169],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:00.301686 3306 base_network_controller_pods.go:916] Annotation values: ip=[10.128.0.4/23] ; mac=0a:58:0a:80:00:04 ; gw=[10.128.0.1] I0702 22:37:00.301800 3306 lb_config.go:1031] Cluster endpoints for openshift-kube-controller-manager-operator/metrics for network=default are: map[] I0702 22:37:00.301832 3306 services_controller.go:443] Built service openshift-kube-controller-manager-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.102.169"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0702 22:37:00.301850 3306 services_controller.go:444] Built service openshift-kube-controller-manager-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:00.301857 3306 kube.go:317] Updating pod openshift-multus/network-metrics-daemon-tgbnw I0702 22:37:00.301861 3306 services_controller.go:445] Built service openshift-kube-controller-manager-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:00.301782 3306 services_controller.go:434] Service openshift-authentication-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-authentication-operator 29dbdb69-3933-4538-b127-9bf784e3a943 718 0 2026-07-02 22:25:30 +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 f2a75ee6-c8ba-4210-ab75-4e7c9328338a 0xc00783b137 }] [] []},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.127.187,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.127.187],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:00.301896 3306 lb_config.go:1031] Cluster endpoints for openshift-authentication-operator/metrics for network=default are: map[] I0702 22:37:00.301916 3306 services_controller.go:443] Built service openshift-authentication-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.127.187"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0702 22:37:00.301936 3306 services_controller.go:444] Built service openshift-authentication-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:00.301919 3306 services_controller.go:451] 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.169", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:00.301947 3306 services_controller.go:445] Built service openshift-authentication-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:00.301951 3306 services_controller.go:452] Built service openshift-kube-controller-manager-operator/metrics per-node LB for network=default: []services.LB{} I0702 22:37:00.301962 3306 services_controller.go:453] Built service openshift-kube-controller-manager-operator/metrics template LB for network=default: []services.LB{} I0702 22:37:00.301973 3306 services_controller.go:454] 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 I0702 22:37:00.301964 3306 services_controller.go:451] 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.127.187", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:00.301994 3306 services_controller.go:452] Built service openshift-authentication-operator/metrics per-node LB for network=default: []services.LB{} I0702 22:37:00.301986 3306 services_controller.go:473] 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.169", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:00.302006 3306 services_controller.go:453] Built service openshift-authentication-operator/metrics template LB for network=default: []services.LB{} I0702 22:37:00.302017 3306 services_controller.go:454] 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 I0702 22:37:00.302034 3306 services_controller.go:473] 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.127.187", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:00.302052 3306 model_client.go:373] 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.169:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1983129895}] I0702 22:37:00.302133 3306 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u1983129895}]}}] Timeout: Where:[where column _uuid == {076e2606-e33c-4f0b-9742-29df24c540d2}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:00.302159 3306 transact.go:42] 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.169:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1983129895} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u1983129895}]}}] Timeout: Where:[where column _uuid == {076e2606-e33c-4f0b-9742-29df24c540d2}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:00.302188 3306 model_client.go:373] 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.127.187:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1983129896}] I0702 22:37:00.302239 3306 loadbalancer.go:304] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"default/openshift-apiserver"} I0702 22:37:00.302256 3306 services_controller.go:360] Finished syncing service openshift-apiserver on namespace default for network=default : 2.580917ms I0702 22:37:00.302269 3306 services_controller.go:356] Processing sync for service openshift-cluster-samples-operator/metrics for network=default I0702 22:37:00.302277 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-cluster-samples-operator for network=default : 8.31µs I0702 22:37:00.302283 3306 services_controller.go:356] Processing sync for service openshift-console-operator/metrics for network=default I0702 22:37:00.302272 3306 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u1983129896}]}}] Timeout: Where:[where column _uuid == {076e2606-e33c-4f0b-9742-29df24c540d2}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:00.302298 3306 transact.go:42] 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.127.187:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1983129896} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u1983129896}]}}] Timeout: Where:[where column _uuid == {076e2606-e33c-4f0b-9742-29df24c540d2}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:00.302289 3306 services_controller.go:434] Service openshift-console-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-console-operator 3e24f3db-0dc4-4dbd-85f4-162854240be2 1933 0 2026-07-02 22:25:54 +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 f2a75ee6-c8ba-4210-ab75-4e7c9328338a 0xc00783b777 }] [] []},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.121.47,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.121.47],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:00.302371 3306 lb_config.go:1031] Cluster endpoints for openshift-console-operator/metrics for network=default are: map[] I0702 22:37:00.302385 3306 services_controller.go:443] Built service openshift-console-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.121.47"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0702 22:37:00.302395 3306 services_controller.go:444] Built service openshift-console-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:00.302402 3306 services_controller.go:445] Built service openshift-console-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:00.302424 3306 loadbalancer.go:304] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-config-operator/metrics"} I0702 22:37:00.302421 3306 services_controller.go:451] 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.121.47", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:00.302445 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-config-operator for network=default : 2.945774ms I0702 22:37:00.302446 3306 services_controller.go:452] Built service openshift-console-operator/metrics per-node LB for network=default: []services.LB{} I0702 22:37:00.302460 3306 services_controller.go:453] Built service openshift-console-operator/metrics template LB for network=default: []services.LB{} I0702 22:37:00.302464 3306 services_controller.go:356] Processing sync for service openshift-machine-config-operator/machine-config-controller for network=default I0702 22:37:00.302469 3306 services_controller.go:454] 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 I0702 22:37:00.302481 3306 services_controller.go:473] 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.121.47", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:00.302500 3306 loadbalancer.go:304] 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"} I0702 22:37:00.302518 3306 services_controller.go:360] Finished syncing service cluster-storage-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 2.884711ms I0702 22:37:00.302532 3306 services_controller.go:356] Processing sync for service openshift-ingress-canary/ingress-canary for network=default I0702 22:37:00.302558 3306 model_client.go:373] 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.121.47:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1983129897}] I0702 22:37:00.302541 3306 services_controller.go:434] Service openshift-ingress-canary/ingress-canary retrieved from lister for network=default: &Service{ObjectMeta:{ingress-canary openshift-ingress-canary a438b3ce-b871-430f-ba45-fca7e2c04840 3248 0 2026-07-02 22:26:09 +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 b7084c2d-1526-4061-966c-ead1fb84c42a 0xc00783bb90 }] [] []},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.235.135,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.235.135],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:00.302623 3306 lb_config.go:1031] Cluster endpoints for openshift-ingress-canary/ingress-canary for network=default are: map[] I0702 22:37:00.302620 3306 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u1983129897}]}}] Timeout: Where:[where column _uuid == {076e2606-e33c-4f0b-9742-29df24c540d2}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:00.302649 3306 services_controller.go:443] Built service openshift-ingress-canary/ingress-canary LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.235.135"}, 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.235.135"}, 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}} I0702 22:37:00.302671 3306 services_controller.go:444] Built service openshift-ingress-canary/ingress-canary LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:00.302682 3306 services_controller.go:445] Built service openshift-ingress-canary/ingress-canary LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:00.302648 3306 transact.go:42] 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.121.47:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1983129897} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u1983129897}]}}] Timeout: Where:[where column _uuid == {076e2606-e33c-4f0b-9742-29df24c540d2}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:00.302700 3306 services_controller.go:451] 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.235.135", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.235.135", Port:8888, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:00.302745 3306 services_controller.go:452] Built service openshift-ingress-canary/ingress-canary per-node LB for network=default: []services.LB{} I0702 22:37:00.302759 3306 services_controller.go:453] Built service openshift-ingress-canary/ingress-canary template LB for network=default: []services.LB{} I0702 22:37:00.302769 3306 services_controller.go:454] 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 I0702 22:37:00.302781 3306 services_controller.go:473] 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.235.135", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.235.135", Port:8888, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:00.302863 3306 loadbalancer.go:304] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-kube-controller-manager-operator/metrics"} I0702 22:37:00.302888 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-kube-controller-manager-operator for network=default : 1.195881ms I0702 22:37:00.302869 3306 model_client.go:373] 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.235.135:8443: 172.30.235.135:8888:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1983129898}] I0702 22:37:00.302907 3306 services_controller.go:356] Processing sync for service openshift-network-console/networking-console-plugin for network=default I0702 22:37:00.302933 3306 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u1983129898}]}}] Timeout: Where:[where column _uuid == {076e2606-e33c-4f0b-9742-29df24c540d2}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:00.302918 3306 services_controller.go:434] Service openshift-network-console/networking-console-plugin retrieved from lister for network=default: &Service{ObjectMeta:{networking-console-plugin openshift-network-console e92b099a-ee27-4b3b-89b8-5d1686ecf49f 4274 0 2026-07-02 22:26:33 +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 6a0bc3cc-c19e-4e27-8a28-64360d11a5ea 0xc007ab441e 0xc007ab441f}] [] []},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.206.143,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.206.143],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:00.302960 3306 transact.go:42] 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.235.135:8443: 172.30.235.135:8888:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1983129898} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u1983129898}]}}] Timeout: Where:[where column _uuid == {076e2606-e33c-4f0b-9742-29df24c540d2}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:00.303015 3306 lb_config.go:1031] Cluster endpoints for openshift-network-console/networking-console-plugin for network=default are: map[] I0702 22:37:00.303022 3306 loadbalancer.go:304] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-authentication-operator/metrics"} I0702 22:37:00.302476 3306 services_controller.go:434] Service openshift-machine-config-operator/machine-config-controller retrieved from lister for network=default: &Service{ObjectMeta:{machine-config-controller openshift-machine-config-operator c510d9cd-a27b-493e-81b5-1a4e61d48731 881 0 2026-07-02 22:25:34 +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 f2a75ee6-c8ba-4210-ab75-4e7c9328338a 0xc007ab410b }] [] []},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.95.223,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.95.223],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:00.303030 3306 services_controller.go:443] Built service openshift-network-console/networking-console-plugin LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.206.143"}, 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}} I0702 22:37:00.303046 3306 services_controller.go:444] Built service openshift-network-console/networking-console-plugin LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:00.303057 3306 services_controller.go:445] Built service openshift-network-console/networking-console-plugin LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:00.303067 3306 lb_config.go:1031] Cluster endpoints for openshift-machine-config-operator/machine-config-controller for network=default are: map[] I0702 22:37:00.303069 3306 services_controller.go:451] 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.206.143", Port:9443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:00.303087 3306 services_controller.go:452] Built service openshift-network-console/networking-console-plugin per-node LB for network=default: []services.LB{} I0702 22:37:00.303094 3306 services_controller.go:453] Built service openshift-network-console/networking-console-plugin template LB for network=default: []services.LB{} I0702 22:37:00.303088 3306 services_controller.go:443] Built service openshift-machine-config-operator/machine-config-controller LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.95.223"}, 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}} I0702 22:37:00.303103 3306 services_controller.go:454] 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 I0702 22:37:00.303107 3306 services_controller.go:444] Built service openshift-machine-config-operator/machine-config-controller LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:00.303037 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-authentication-operator for network=default : 1.268062ms I0702 22:37:00.303119 3306 services_controller.go:445] Built service openshift-machine-config-operator/machine-config-controller LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:00.303116 3306 services_controller.go:473] 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.206.143", Port:9443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:00.303145 3306 services_controller.go:356] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0702 22:37:00.303139 3306 services_controller.go:451] 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.95.223", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:00.303169 3306 services_controller.go:452] Built service openshift-machine-config-operator/machine-config-controller per-node LB for network=default: []services.LB{} I0702 22:37:00.303186 3306 services_controller.go:453] Built service openshift-machine-config-operator/machine-config-controller template LB for network=default: []services.LB{} I0702 22:37:00.303166 3306 model_client.go:373] 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.206.143:9443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1983129899}] I0702 22:37:00.303198 3306 services_controller.go:454] 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 I0702 22:37:00.303216 3306 services_controller.go:473] 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.95.223", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:00.303159 3306 services_controller.go:434] 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 e93ff878-886f-43b8-8096-ceaae4291868 6454 0 2026-07-02 22:28:57 +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.210.3,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.210.3],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:00.303293 3306 lb_config.go:1031] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default are: map[] I0702 22:37:00.303332 3306 services_controller.go:443] 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.210.3"}, 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}} I0702 22:37:00.303351 3306 services_controller.go:444] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:00.303360 3306 services_controller.go:445] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:00.303376 3306 services_controller.go:451] 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.210.3", Port:8383, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:00.303410 3306 services_controller.go:452] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics per-node LB for network=default: []services.LB{} I0702 22:37:00.303399 3306 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u1983129899}]}}] Timeout: Where:[where column _uuid == {076e2606-e33c-4f0b-9742-29df24c540d2}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:00.303422 3306 services_controller.go:453] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics template LB for network=default: []services.LB{} I0702 22:37:00.303412 3306 model_client.go:373] 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.95.223:9001:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1983129900}] I0702 22:37:00.303434 3306 services_controller.go:454] 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 I0702 22:37:00.303429 3306 transact.go:42] 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.206.143:9443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1983129899} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u1983129899}]}}] Timeout: Where:[where column _uuid == {076e2606-e33c-4f0b-9742-29df24c540d2}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:00.303479 3306 loadbalancer.go:304] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-console-operator/metrics"} I0702 22:37:00.303503 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-console-operator for network=default : 1.217392ms I0702 22:37:00.303457 3306 services_controller.go:473] 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.210.3", Port:8383, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:00.303523 3306 services_controller.go:356] Processing sync for service openshift-dns-operator/metrics for network=default I0702 22:37:00.303532 3306 loadbalancer.go:304] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-ingress-canary/ingress-canary"} I0702 22:37:00.303523 3306 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u1983129900}]}}] Timeout: Where:[where column _uuid == {076e2606-e33c-4f0b-9742-29df24c540d2}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:00.303547 3306 services_controller.go:360] Finished syncing service ingress-canary on namespace openshift-ingress-canary for network=default : 1.016255ms I0702 22:37:00.303559 3306 services_controller.go:356] Processing sync for service openshift-ingress-operator/metrics for network=default I0702 22:37:00.303552 3306 model_client.go:373] 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.210.3:8383:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1983129901}] I0702 22:37:00.303553 3306 transact.go:42] 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.95.223:9001:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1983129900} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u1983129900}]}}] Timeout: Where:[where column _uuid == {076e2606-e33c-4f0b-9742-29df24c540d2}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:00.303534 3306 services_controller.go:434] Service openshift-dns-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-dns-operator 71913b77-aa4f-4d40-ba75-23fb8bff13c7 1104 0 2026-07-02 22:25:39 +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 f2a75ee6-c8ba-4210-ab75-4e7c9328338a 0xc00783b947 }] [] []},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.150.92,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.150.92],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:00.303565 3306 services_controller.go:434] Service openshift-ingress-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-ingress-operator 3032ee87-933d-481d-812d-0d963661460b 1448 0 2026-07-02 22:25:48 +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 f2a75ee6-c8ba-4210-ab75-4e7c9328338a 0xc00783bc77 }] [] []},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.29.235,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.29.235],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:00.303628 3306 lb_config.go:1031] Cluster endpoints for openshift-ingress-operator/metrics for network=default are: map[] I0702 22:37:00.303632 3306 lb_config.go:1031] Cluster endpoints for openshift-dns-operator/metrics for network=default are: map[] I0702 22:37:00.303629 3306 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u1983129901}]}}] Timeout: Where:[where column _uuid == {076e2606-e33c-4f0b-9742-29df24c540d2}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:00.303640 3306 services_controller.go:443] Built service openshift-ingress-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.29.235"}, 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}} I0702 22:37:00.303654 3306 services_controller.go:444] Built service openshift-ingress-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:00.303660 3306 services_controller.go:445] Built service openshift-ingress-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:00.303672 3306 services_controller.go:451] 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.29.235", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:00.303649 3306 services_controller.go:443] Built service openshift-dns-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.150.92"}, 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}} I0702 22:37:00.303653 3306 transact.go:42] 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.210.3:8383:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1983129901} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u1983129901}]}}] Timeout: Where:[where column _uuid == {076e2606-e33c-4f0b-9742-29df24c540d2}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:00.303691 3306 services_controller.go:452] Built service openshift-ingress-operator/metrics per-node LB for network=default: []services.LB{} I0702 22:37:00.303694 3306 services_controller.go:444] Built service openshift-dns-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:00.303698 3306 services_controller.go:453] Built service openshift-ingress-operator/metrics template LB for network=default: []services.LB{} I0702 22:37:00.303702 3306 services_controller.go:445] Built service openshift-dns-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:00.303713 3306 services_controller.go:451] 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.150.92", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:00.303730 3306 services_controller.go:454] 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 I0702 22:37:00.303734 3306 services_controller.go:452] Built service openshift-dns-operator/metrics per-node LB for network=default: []services.LB{} I0702 22:37:00.303741 3306 services_controller.go:453] Built service openshift-dns-operator/metrics template LB for network=default: []services.LB{} I0702 22:37:00.303748 3306 services_controller.go:454] 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 I0702 22:37:00.303739 3306 services_controller.go:473] 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.29.235", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:00.303756 3306 services_controller.go:473] 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.150.92", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:00.303783 3306 model_client.go:373] 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.29.235:9393:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1983129902}] I0702 22:37:00.303800 3306 model_client.go:373] 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.150.92:9393:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1983129903}] I0702 22:37:00.303845 3306 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u1983129902}]}}] Timeout: Where:[where column _uuid == {076e2606-e33c-4f0b-9742-29df24c540d2}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:00.303856 3306 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u1983129903}]}}] Timeout: Where:[where column _uuid == {076e2606-e33c-4f0b-9742-29df24c540d2}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:00.303863 3306 transact.go:42] 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.29.235:9393:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1983129902} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u1983129902}]}}] Timeout: Where:[where column _uuid == {076e2606-e33c-4f0b-9742-29df24c540d2}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:00.303892 3306 transact.go:42] 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.150.92:9393:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1983129903} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u1983129903}]}}] Timeout: Where:[where column _uuid == {076e2606-e33c-4f0b-9742-29df24c540d2}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:00.304109 3306 loadbalancer.go:304] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-network-console/networking-console-plugin"} I0702 22:37:00.304123 3306 services_controller.go:360] Finished syncing service networking-console-plugin on namespace openshift-network-console for network=default : 1.216556ms I0702 22:37:00.304138 3306 services_controller.go:356] Processing sync for service openshift-network-diagnostics/network-check-target for network=default I0702 22:37:00.304145 3306 loadbalancer.go:304] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-machine-config-operator/machine-config-controller"} I0702 22:37:00.304164 3306 services_controller.go:360] Finished syncing service machine-config-controller on namespace openshift-machine-config-operator for network=default : 1.700165ms I0702 22:37:00.304198 3306 services_controller.go:356] Processing sync for service default/openshift-oauth-apiserver for network=default I0702 22:37:00.304148 3306 services_controller.go:434] Service openshift-network-diagnostics/network-check-target retrieved from lister for network=default: &Service{ObjectMeta:{network-check-target openshift-network-diagnostics be555b21-71a5-4b24-a835-13be692a05f3 4156 0 2026-07-02 22:26:30 +0000 UTC map[] map[] [{operator.openshift.io/v1 Network cluster 6a0bc3cc-c19e-4e27-8a28-64360d11a5ea 0xc007ab4517 0xc007ab4518}] [] []},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.191.130,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.191.130],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:00.304227 3306 lb_config.go:1031] Cluster endpoints for openshift-network-diagnostics/network-check-target for network=default are: map[] I0702 22:37:00.304245 3306 services_controller.go:443] Built service openshift-network-diagnostics/network-check-target LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.191.130"}, 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}} I0702 22:37:00.304263 3306 services_controller.go:444] Built service openshift-network-diagnostics/network-check-target LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:00.304212 3306 services_controller.go:434] Service default/openshift-oauth-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-oauth-apiserver default c727cef9-6f18-4ab2-b51c-76a9f3eb6eef 1640 0 2026-07-02 22:25:49 +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.4.241,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.4.241],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:00.304275 3306 services_controller.go:445] Built service openshift-network-diagnostics/network-check-target LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:00.304292 3306 services_controller.go:451] 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.191.130", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:00.304313 3306 lb_config.go:1031] Cluster endpoints for default/openshift-oauth-apiserver for network=default are: map[TCP/https:{443 [172.30.36.54] []}] I0702 22:37:00.304325 3306 services_controller.go:452] Built service openshift-network-diagnostics/network-check-target per-node LB for network=default: []services.LB{} I0702 22:37:00.304331 3306 services_controller.go:443] Built service default/openshift-oauth-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0702 22:37:00.304336 3306 services_controller.go:453] Built service openshift-network-diagnostics/network-check-target template LB for network=default: []services.LB{} I0702 22:37:00.304346 3306 services_controller.go:454] 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 I0702 22:37:00.304343 3306 services_controller.go:444] Built service default/openshift-oauth-apiserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.4.241"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.36.54"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0702 22:37:00.304360 3306 services_controller.go:445] Built service default/openshift-oauth-apiserver LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:00.304360 3306 services_controller.go:473] 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.191.130", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:00.304388 3306 services_controller.go:451] Built service default/openshift-oauth-apiserver cluster-wide LB for network=default: []services.LB{} I0702 22:37:00.304400 3306 services_controller.go:452] 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-0-31.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.4.241", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.36.54", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-0-31.ec2.internal"}, Routers:[]string{"GR_ip-10-0-0-31.ec2.internal"}, Groups:[]string(nil)}} I0702 22:37:00.304440 3306 services_controller.go:453] Built service default/openshift-oauth-apiserver template LB for network=default: []services.LB{} I0702 22:37:00.304453 3306 services_controller.go:454] 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 I0702 22:37:00.304428 3306 model_client.go:373] 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.191.130:80:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1983129904}] I0702 22:37:00.304469 3306 services_controller.go:473] 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-0-31.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.4.241", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.36.54", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-0-31.ec2.internal"}, Routers:[]string{"GR_ip-10-0-0-31.ec2.internal"}, Groups:[]string(nil)}} I0702 22:37:00.304491 3306 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u1983129904}]}}] Timeout: Where:[where column _uuid == {076e2606-e33c-4f0b-9742-29df24c540d2}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:00.304512 3306 loadbalancer.go:304] 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"} I0702 22:37:00.304530 3306 services_controller.go:360] Finished syncing service deployment-validation-operator-metrics on namespace openshift-deployment-validation-operator for network=default : 1.399322ms I0702 22:37:00.304546 3306 services_controller.go:356] Processing sync for service default/packageserver for network=default I0702 22:37:00.304514 3306 transact.go:42] 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.191.130:80:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1983129904} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u1983129904}]}}] Timeout: Where:[where column _uuid == {076e2606-e33c-4f0b-9742-29df24c540d2}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:00.304542 3306 model_client.go:373] 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-0-31.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.4.241:443:172.30.36.54:443]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1983129905}] I0702 22:37:00.304556 3306 services_controller.go:434] Service default/packageserver retrieved from lister for network=default: &Service{ObjectMeta:{packageserver default 52166ba6-13b1-4f9e-8853-e85259e10dc2 1739 0 2026-07-02 22:25:51 +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.163.92,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.163.92],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:00.304624 3306 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u1983129905}]}}] Timeout: Where:[where column _uuid == {486dc3a4-7ac8-4ee3-bf7e-056046fe897e}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:00.304677 3306 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u1983129905}]}}] Timeout: Where:[where column _uuid == {f29dabaa-74fe-45a3-b838-69f7e55aa464}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:00.304717 3306 loadbalancer.go:304] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-ingress-operator/metrics"} I0702 22:37:00.304733 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-ingress-operator for network=default : 1.17369ms I0702 22:37:00.304709 3306 transact.go:42] 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-0-31.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.4.241:443:172.30.36.54:443]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1983129905} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u1983129905}]}}] Timeout: Where:[where column _uuid == {486dc3a4-7ac8-4ee3-bf7e-056046fe897e}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u1983129905}]}}] Timeout: Where:[where column _uuid == {f29dabaa-74fe-45a3-b838-69f7e55aa464}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:00.304745 3306 services_controller.go:356] Processing sync for service openshift-cloud-credential-operator/cco-metrics for network=default I0702 22:37:00.304641 3306 lb_config.go:1031] Cluster endpoints for default/packageserver for network=default are: map[TCP/https:{443 [172.30.181.121] []}] I0702 22:37:00.304784 3306 services_controller.go:443] Built service default/packageserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0702 22:37:00.304795 3306 services_controller.go:444] Built service default/packageserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.163.92"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.181.121"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0702 22:37:00.304753 3306 services_controller.go:434] Service openshift-cloud-credential-operator/cco-metrics retrieved from lister for network=default: &Service{ObjectMeta:{cco-metrics openshift-cloud-credential-operator ec70ae15-c8de-4bb8-a058-2ff06dbbe55a 1109 0 2026-07-02 22:25:40 +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 f2a75ee6-c8ba-4210-ab75-4e7c9328338a 0xc00783b1cb }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:metrics,Protocol:TCP,Port:8443,TargetPort:{1 0 metrics},NodePort:0,AppProtocol:nil,},},Selector:map[string]string{app: cloud-credential-operator,},ClusterIP:172.30.78.196,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.78.196],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:00.304810 3306 services_controller.go:445] Built service default/packageserver LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:00.304809 3306 loadbalancer.go:304] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-dns-operator/metrics"} I0702 22:37:00.304847 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-dns-operator for network=default : 1.323518ms I0702 22:37:00.304854 3306 lb_config.go:1031] Cluster endpoints for openshift-cloud-credential-operator/cco-metrics for network=default are: map[] I0702 22:37:00.304867 3306 services_controller.go:356] Processing sync for service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0702 22:37:00.304880 3306 services_controller.go:360] Finished syncing service ovn-kubernetes-node on namespace openshift-ovn-kubernetes for network=default : 11.378µs I0702 22:37:00.304873 3306 services_controller.go:443] Built service openshift-cloud-credential-operator/cco-metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.78.196"}, 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}} I0702 22:37:00.304889 3306 services_controller.go:356] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0702 22:37:00.304892 3306 services_controller.go:444] Built service openshift-cloud-credential-operator/cco-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:00.304895 3306 services_controller.go:451] Built service default/packageserver cluster-wide LB for network=default: []services.LB{} I0702 22:37:00.304903 3306 services_controller.go:445] Built service openshift-cloud-credential-operator/cco-metrics LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:00.304907 3306 services_controller.go:452] 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-0-31.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.163.92", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.181.121", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-0-31.ec2.internal"}, Routers:[]string{"GR_ip-10-0-0-31.ec2.internal"}, Groups:[]string(nil)}} I0702 22:37:00.304920 3306 services_controller.go:451] Built service openshift-cloud-credential-operator/cco-metrics cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-cloud-credential-operator/cco-metrics_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-cloud-credential-operator/cco-metrics"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.78.196", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:00.304940 3306 services_controller.go:453] Built service default/packageserver template LB for network=default: []services.LB{} I0702 22:37:00.304949 3306 services_controller.go:452] Built service openshift-cloud-credential-operator/cco-metrics per-node LB for network=default: []services.LB{} I0702 22:37:00.304899 3306 services_controller.go:434] 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 6acba11b-8816-4aab-bdd8-a1770841eb6b 6486 0 2026-07-02 22:28:59 +0000 UTC map[olm.managed:true olm.service-spec-hash:8H7arFYfeqTDwtur5ZzpDGCqSKpg30XG9PXH2W] map[] [{operators.coreos.com/v1alpha1 CatalogSource deployment-validation-operator-catalog dc4c1225-d621-4bf5-8ced-4a9ff457d432 0xc00783b80d 0xc00783b80e}] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:grpc,Protocol:TCP,Port:50051,TargetPort:{0 50051 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{olm.catalogSource: deployment-validation-operator-catalog,olm.managed: true,},ClusterIP:172.30.171.254,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.171.254],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:00.304952 3306 services_controller.go:454] 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 I0702 22:37:00.304960 3306 services_controller.go:453] Built service openshift-cloud-credential-operator/cco-metrics template LB for network=default: []services.LB{} I0702 22:37:00.304980 3306 lb_config.go:1031] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default are: map[] I0702 22:37:00.304973 3306 services_controller.go:454] 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 I0702 22:37:00.304999 3306 services_controller.go:443] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.171.254"}, 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}} I0702 22:37:00.304996 3306 services_controller.go:473] 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-0-31.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.163.92", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.181.121", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-0-31.ec2.internal"}, Routers:[]string{"GR_ip-10-0-0-31.ec2.internal"}, Groups:[]string(nil)}} I0702 22:37:00.305003 3306 services_controller.go:473] Services do not match for network=default, existing lbs: []services.LB(nil), built lbs: []services.LB{services.LB{Name:"Service_openshift-cloud-credential-operator/cco-metrics_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-cloud-credential-operator/cco-metrics"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.78.196", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:00.305017 3306 services_controller.go:444] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:00.305031 3306 services_controller.go:445] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:00.305049 3306 services_controller.go:451] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-deployment-validation-operator/deployment-validation-operator-catalog_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-deployment-validation-operator/deployment-validation-operator-catalog"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.171.254", Port:50051, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:00.305079 3306 services_controller.go:452] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog per-node LB for network=default: []services.LB{} I0702 22:37:00.305080 3306 loadbalancer.go:304] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-network-diagnostics/network-check-target"} I0702 22:37:00.305090 3306 services_controller.go:453] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog template LB for network=default: []services.LB{} I0702 22:37:00.305093 3306 services_controller.go:360] Finished syncing service network-check-target on namespace openshift-network-diagnostics for network=default : 956.022µs I0702 22:37:00.305102 3306 services_controller.go:454] 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 I0702 22:37:00.305108 3306 services_controller.go:356] Processing sync for service openshift-apiserver/check-endpoints for network=default I0702 22:37:00.305116 3306 services_controller.go:473] Services do not match for network=default, existing lbs: []services.LB(nil), built lbs: []services.LB{services.LB{Name:"Service_openshift-deployment-validation-operator/deployment-validation-operator-catalog_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-deployment-validation-operator/deployment-validation-operator-catalog"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.171.254", Port:50051, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:00.305137 3306 model_client.go:373] Create operations generated as: [{Op:insert Table:Load_Balancer Row:map[external_ids:{GoMap:map[k8s.ovn.org/kind:Service k8s.ovn.org/owner:openshift-cloud-credential-operator/cco-metrics]} name:Service_openshift-cloud-credential-operator/cco-metrics_TCP_cluster options:{GoMap:map[event:false hairpin_snat_ip:169.254.0.5 fd69::5 neighbor_responder:none reject:true skip_snat:false]} protocol:{GoSet:[tcp]} vips:{GoMap:map[172.30.78.196:8443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1983129907}] I0702 22:37:00.305118 3306 services_controller.go:434] Service openshift-apiserver/check-endpoints retrieved from lister for network=default: &Service{ObjectMeta:{check-endpoints openshift-apiserver 1b98a1bb-2075-4f2e-a51b-02a49b3649cb 1693 0 2026-07-02 22:25:50 +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 f2a75ee6-c8ba-4210-ab75-4e7c9328338a 0xc00783b077 }] [] []},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.175.210,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.175.210],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:00.305196 3306 lb_config.go:1031] Cluster endpoints for openshift-apiserver/check-endpoints for network=default are: map[] I0702 22:37:00.305200 3306 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u1983129907}]}}] Timeout: Where:[where column _uuid == {076e2606-e33c-4f0b-9742-29df24c540d2}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:00.305211 3306 services_controller.go:443] Built service openshift-apiserver/check-endpoints LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.175.210"}, 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}} I0702 22:37:00.305194 3306 model_client.go:373] Create operations generated as: [{Op:insert Table:Load_Balancer Row:map[external_ids:{GoMap:map[k8s.ovn.org/kind:Service k8s.ovn.org/owner:openshift-deployment-validation-operator/deployment-validation-operator-catalog]} name:Service_openshift-deployment-validation-operator/deployment-validation-operator-catalog_TCP_cluster options:{GoMap:map[event:false hairpin_snat_ip:169.254.0.5 fd69::5 neighbor_responder:none reject:true skip_snat:false]} protocol:{GoSet:[tcp]} vips:{GoMap:map[172.30.171.254:50051:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1983129908}] I0702 22:37:00.305226 3306 services_controller.go:444] Built service openshift-apiserver/check-endpoints LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:00.305236 3306 services_controller.go:445] Built service openshift-apiserver/check-endpoints LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:00.305137 3306 model_client.go:373] 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-0-31.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.163.92:443:172.30.181.121:443]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1983129906}] I0702 22:37:00.305226 3306 transact.go:42] Configuring OVN: [{Op:insert Table:Load_Balancer Row:map[external_ids:{GoMap:map[k8s.ovn.org/kind:Service k8s.ovn.org/owner:openshift-cloud-credential-operator/cco-metrics]} name:Service_openshift-cloud-credential-operator/cco-metrics_TCP_cluster options:{GoMap:map[event:false hairpin_snat_ip:169.254.0.5 fd69::5 neighbor_responder:none reject:true skip_snat:false]} protocol:{GoSet:[tcp]} vips:{GoMap:map[172.30.78.196:8443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1983129907} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u1983129907}]}}] Timeout: Where:[where column _uuid == {076e2606-e33c-4f0b-9742-29df24c540d2}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:00.305255 3306 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u1983129908}]}}] Timeout: Where:[where column _uuid == {076e2606-e33c-4f0b-9742-29df24c540d2}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:00.305253 3306 services_controller.go:451] 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.175.210", Port:17698, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:00.305280 3306 services_controller.go:452] Built service openshift-apiserver/check-endpoints per-node LB for network=default: []services.LB{} I0702 22:37:00.305287 3306 services_controller.go:453] Built service openshift-apiserver/check-endpoints template LB for network=default: []services.LB{} I0702 22:37:00.305296 3306 services_controller.go:454] 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 I0702 22:37:00.305285 3306 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u1983129906}]}}] Timeout: Where:[where column _uuid == {486dc3a4-7ac8-4ee3-bf7e-056046fe897e}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:00.305280 3306 transact.go:42] Configuring OVN: [{Op:insert Table:Load_Balancer Row:map[external_ids:{GoMap:map[k8s.ovn.org/kind:Service k8s.ovn.org/owner:openshift-deployment-validation-operator/deployment-validation-operator-catalog]} name:Service_openshift-deployment-validation-operator/deployment-validation-operator-catalog_TCP_cluster options:{GoMap:map[event:false hairpin_snat_ip:169.254.0.5 fd69::5 neighbor_responder:none reject:true skip_snat:false]} protocol:{GoSet:[tcp]} vips:{GoMap:map[172.30.171.254:50051:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1983129908} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u1983129908}]}}] Timeout: Where:[where column _uuid == {076e2606-e33c-4f0b-9742-29df24c540d2}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:00.305307 3306 services_controller.go:473] 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.175.210", Port:17698, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:00.305397 3306 loadbalancer.go:304] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"default/openshift-oauth-apiserver"} I0702 22:37:00.305419 3306 services_controller.go:360] Finished syncing service openshift-oauth-apiserver on namespace default for network=default : 1.237844ms I0702 22:37:00.305434 3306 services_controller.go:356] Processing sync for service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0702 22:37:00.305439 3306 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u1983129906}]}}] Timeout: Where:[where column _uuid == {f29dabaa-74fe-45a3-b838-69f7e55aa464}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:00.305442 3306 model_client.go:373] 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.175.210:17698:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1983129909}] I0702 22:37:00.305444 3306 services_controller.go:434] 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 e4ecef98-7bbb-4422-b5a1-b29a24bf8e46 941 0 2026-07-02 22:25:36 +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 f2a75ee6-c8ba-4210-ab75-4e7c9328338a 0xc00783b597 }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 8443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{app: csi-snapshot-controller-operator,},ClusterIP:172.30.253.99,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.253.99],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:00.305494 3306 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u1983129909}]}}] Timeout: Where:[where column _uuid == {076e2606-e33c-4f0b-9742-29df24c540d2}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:00.305473 3306 transact.go:42] 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-0-31.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.163.92:443:172.30.181.121:443]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1983129906} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u1983129906}]}}] Timeout: Where:[where column _uuid == {486dc3a4-7ac8-4ee3-bf7e-056046fe897e}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u1983129906}]}}] Timeout: Where:[where column _uuid == {f29dabaa-74fe-45a3-b838-69f7e55aa464}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:00.305528 3306 lb_config.go:1031] Cluster endpoints for openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default are: map[] I0702 22:37:00.305542 3306 services_controller.go:443] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.253.99"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0702 22:37:00.305516 3306 transact.go:42] 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.175.210:17698:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1983129909} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u1983129909}]}}] Timeout: Where:[where column _uuid == {076e2606-e33c-4f0b-9742-29df24c540d2}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:00.305557 3306 services_controller.go:444] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:00.305568 3306 services_controller.go:445] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:00.305590 3306 services_controller.go:451] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.253.99", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:00.305621 3306 services_controller.go:452] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics per-node LB for network=default: []services.LB{} I0702 22:37:00.305632 3306 services_controller.go:453] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics template LB for network=default: []services.LB{} I0702 22:37:00.305643 3306 services_controller.go:454] 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 I0702 22:37:00.305661 3306 services_controller.go:473] Services do not match for network=default, existing lbs: []services.LB(nil), built lbs: []services.LB{services.LB{Name:"Service_openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.253.99", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:00.305725 3306 model_client.go:373] Create operations generated as: [{Op:insert Table:Load_Balancer Row:map[external_ids:{GoMap:map[k8s.ovn.org/kind:Service k8s.ovn.org/owner:openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics]} name:Service_openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics_TCP_cluster options:{GoMap:map[event:false hairpin_snat_ip:169.254.0.5 fd69::5 neighbor_responder:none reject:true skip_snat:false]} protocol:{GoSet:[tcp]} vips:{GoMap:map[172.30.253.99:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1983129910}] I0702 22:37:00.305799 3306 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u1983129910}]}}] Timeout: Where:[where column _uuid == {076e2606-e33c-4f0b-9742-29df24c540d2}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:00.305848 3306 transact.go:42] Configuring OVN: [{Op:insert Table:Load_Balancer Row:map[external_ids:{GoMap:map[k8s.ovn.org/kind:Service k8s.ovn.org/owner:openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics]} name:Service_openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics_TCP_cluster options:{GoMap:map[event:false hairpin_snat_ip:169.254.0.5 fd69::5 neighbor_responder:none reject:true skip_snat:false]} protocol:{GoSet:[tcp]} vips:{GoMap:map[172.30.253.99:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1983129910} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u1983129910}]}}] Timeout: Where:[where column _uuid == {076e2606-e33c-4f0b-9742-29df24c540d2}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:00.305833 3306 loadbalancer.go:304] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-cloud-credential-operator/cco-metrics"} I0702 22:37:00.305915 3306 loadbalancer.go:304] 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"} I0702 22:37:00.305930 3306 services_controller.go:360] Finished syncing service cco-metrics on namespace openshift-cloud-credential-operator for network=default : 1.180765ms I0702 22:37:00.305948 3306 services_controller.go:356] Processing sync for service openshift-cluster-version/cluster-version-operator for network=default I0702 22:37:00.305932 3306 services_controller.go:360] Finished syncing service deployment-validation-operator-catalog on namespace openshift-deployment-validation-operator for network=default : 1.04237ms I0702 22:37:00.305956 3306 services_controller.go:434] Service openshift-cluster-version/cluster-version-operator retrieved from lister for network=default: &Service{ObjectMeta:{cluster-version-operator openshift-cluster-version 26138a73-648f-4576-9555-a88b2f574032 509 0 2026-07-02 22:25:24 +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.138.55,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.138.55],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:00.306022 3306 services_controller.go:356] Processing sync for service openshift-image-registry/image-registry for network=default I0702 22:37:00.306036 3306 lb_config.go:1031] Cluster endpoints for openshift-cluster-version/cluster-version-operator for network=default are: map[] I0702 22:37:00.306054 3306 services_controller.go:443] Built service openshift-cluster-version/cluster-version-operator LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.138.55"}, 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}} I0702 22:37:00.306073 3306 services_controller.go:444] Built service openshift-cluster-version/cluster-version-operator LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:00.306032 3306 services_controller.go:434] Service openshift-image-registry/image-registry retrieved from lister for network=default: &Service{ObjectMeta:{image-registry openshift-image-registry c8c53687-972c-4f38-86fa-c90bf419e549 1786 0 2026-07-02 22:25:51 +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.75.223,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.75.223],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:00.306083 3306 services_controller.go:445] Built service openshift-cluster-version/cluster-version-operator LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:00.306096 3306 lb_config.go:1031] Cluster endpoints for openshift-image-registry/image-registry for network=default are: map[] I0702 22:37:00.306108 3306 services_controller.go:443] Built service openshift-image-registry/image-registry LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.75.223"}, 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}} I0702 22:37:00.306101 3306 services_controller.go:451] 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.138.55", Port:9099, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:00.306126 3306 services_controller.go:444] Built service openshift-image-registry/image-registry LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:00.306130 3306 services_controller.go:452] Built service openshift-cluster-version/cluster-version-operator per-node LB for network=default: []services.LB{} I0702 22:37:00.306136 3306 services_controller.go:445] Built service openshift-image-registry/image-registry LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:00.306142 3306 services_controller.go:453] Built service openshift-cluster-version/cluster-version-operator template LB for network=default: []services.LB{} I0702 22:37:00.306154 3306 services_controller.go:454] 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 I0702 22:37:00.306152 3306 services_controller.go:451] 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.75.223", Port:5000, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:00.306180 3306 services_controller.go:452] Built service openshift-image-registry/image-registry per-node LB for network=default: []services.LB{} I0702 22:37:00.306171 3306 services_controller.go:473] 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.138.55", Port:9099, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:00.306192 3306 services_controller.go:453] Built service openshift-image-registry/image-registry template LB for network=default: []services.LB{} I0702 22:37:00.306202 3306 services_controller.go:454] 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 I0702 22:37:00.306213 3306 services_controller.go:473] 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.75.223", Port:5000, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:00.306227 3306 loadbalancer.go:304] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"default/packageserver"} I0702 22:37:00.306258 3306 services_controller.go:360] Finished syncing service packageserver on namespace default for network=default : 1.7122ms I0702 22:37:00.306239 3306 model_client.go:373] 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.138.55:9099:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1983129911}] I0702 22:37:00.306270 3306 services_controller.go:356] Processing sync for service default/kubernetes for network=default I0702 22:37:00.306310 3306 loadbalancer.go:304] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-apiserver/check-endpoints"} I0702 22:37:00.306279 3306 services_controller.go:434] Service default/kubernetes retrieved from lister for network=default: &Service{ObjectMeta:{kubernetes default ab4edb38-6fb5-41ff-9e01-63c779b454a4 273 0 2026-07-02 22:24:36 +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{},},} I0702 22:37:00.306326 3306 services_controller.go:360] Finished syncing service check-endpoints on namespace openshift-apiserver for network=default : 1.218096ms I0702 22:37:00.306310 3306 model_client.go:373] 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.75.223:5000:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1983129912}] I0702 22:37:00.306338 3306 services_controller.go:356] Processing sync for service openshift-apiserver-operator/metrics for network=default I0702 22:37:00.306328 3306 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u1983129911}]}}] Timeout: Where:[where column _uuid == {076e2606-e33c-4f0b-9742-29df24c540d2}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:00.306347 3306 lb_config.go:1031] Cluster endpoints for default/kubernetes for network=default are: map[TCP/https:{6443 [172.20.0.1] []}] I0702 22:37:00.306363 3306 services_controller.go:443] Built service default/kubernetes LB cluster-wide configs for network=default: []services.lbConfig(nil) I0702 22:37:00.306348 3306 transact.go:42] 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.138.55:9099:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1983129911} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u1983129911}]}}] Timeout: Where:[where column _uuid == {076e2606-e33c-4f0b-9742-29df24c540d2}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:00.306373 3306 services_controller.go:444] 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}} I0702 22:37:00.306362 3306 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u1983129912}]}}] Timeout: Where:[where column _uuid == {076e2606-e33c-4f0b-9742-29df24c540d2}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:00.306346 3306 services_controller.go:434] Service openshift-apiserver-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-apiserver-operator 7f2599c6-19bd-4072-8445-b7a0e80b85c1 1046 0 2026-07-02 22:25:38 +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 f2a75ee6-c8ba-4210-ab75-4e7c9328338a 0xc00783afaf }] [] []},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.210.132,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.210.132],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:00.306390 3306 services_controller.go:445] Built service default/kubernetes LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:00.306407 3306 lb_config.go:1031] Cluster endpoints for openshift-apiserver-operator/metrics for network=default are: map[] I0702 22:37:00.306413 3306 services_controller.go:451] Built service default/kubernetes cluster-wide LB for network=default: []services.LB{} I0702 22:37:00.306417 3306 services_controller.go:443] Built service openshift-apiserver-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.210.132"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0702 22:37:00.306391 3306 transact.go:42] 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.75.223:5000:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1983129912} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u1983129912}]}}] Timeout: Where:[where column _uuid == {076e2606-e33c-4f0b-9742-29df24c540d2}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:00.306427 3306 services_controller.go:444] Built service openshift-apiserver-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:00.306434 3306 services_controller.go:445] Built service openshift-apiserver-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:00.306423 3306 services_controller.go:452] 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-0-31.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-0-31.ec2.internal"}, Routers:[]string{"GR_ip-10-0-0-31.ec2.internal"}, Groups:[]string(nil)}} I0702 22:37:00.306451 3306 services_controller.go:453] Built service default/kubernetes template LB for network=default: []services.LB{} I0702 22:37:00.306471 3306 services_controller.go:454] 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 I0702 22:37:00.306482 3306 services_controller.go:473] 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-0-31.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-0-31.ec2.internal"}, Routers:[]string{"GR_ip-10-0-0-31.ec2.internal"}, Groups:[]string(nil)}} I0702 22:37:00.306445 3306 services_controller.go:451] 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.210.132", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:00.306557 3306 services_controller.go:452] Built service openshift-apiserver-operator/metrics per-node LB for network=default: []services.LB{} I0702 22:37:00.306538 3306 model_client.go:373] 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-0-31.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:u1983129913}] I0702 22:37:00.306566 3306 services_controller.go:453] Built service openshift-apiserver-operator/metrics template LB for network=default: []services.LB{} I0702 22:37:00.306575 3306 services_controller.go:454] 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 I0702 22:37:00.306599 3306 services_controller.go:473] 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.210.132", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:00.306614 3306 loadbalancer.go:304] 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"} I0702 22:37:00.306632 3306 services_controller.go:360] Finished syncing service csi-snapshot-controller-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 1.197083ms I0702 22:37:00.306646 3306 services_controller.go:356] Processing sync for service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0702 22:37:00.306642 3306 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u1983129913}]}}] Timeout: Where:[where column _uuid == {486dc3a4-7ac8-4ee3-bf7e-056046fe897e}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:00.306669 3306 model_client.go:373] 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.210.132:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1983129914}] I0702 22:37:00.306687 3306 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u1983129913}]}}] Timeout: Where:[where column _uuid == {f29dabaa-74fe-45a3-b838-69f7e55aa464}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:00.306662 3306 services_controller.go:434] 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 57b8d3e8-be5d-4b86-8dc4-e36570aef4a4 1521 0 2026-07-02 22:25:48 +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 f2a75ee6-c8ba-4210-ab75-4e7c9328338a 0xc00783b3bf }] [] []},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.244.197,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.244.197],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:00.306710 3306 transact.go:42] 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-0-31.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:u1983129913} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u1983129913}]}}] Timeout: Where:[where column _uuid == {486dc3a4-7ac8-4ee3-bf7e-056046fe897e}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u1983129913}]}}] Timeout: Where:[where column _uuid == {f29dabaa-74fe-45a3-b838-69f7e55aa464}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:00.306726 3306 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u1983129914}]}}] Timeout: Where:[where column _uuid == {076e2606-e33c-4f0b-9742-29df24c540d2}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:00.306753 3306 lb_config.go:1031] Cluster endpoints for openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default are: map[] I0702 22:37:00.306747 3306 transact.go:42] 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.210.132:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1983129914} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u1983129914}]}}] Timeout: Where:[where column _uuid == {076e2606-e33c-4f0b-9742-29df24c540d2}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:00.306768 3306 services_controller.go:443] 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.244.197"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0702 22:37:00.306783 3306 services_controller.go:444] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:00.306793 3306 services_controller.go:445] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:00.306811 3306 services_controller.go:451] 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.244.197", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:00.306859 3306 loadbalancer.go:304] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-cluster-version/cluster-version-operator"} I0702 22:37:00.306866 3306 services_controller.go:452] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service per-node LB for network=default: []services.LB{} I0702 22:37:00.306874 3306 services_controller.go:360] Finished syncing service cluster-version-operator on namespace openshift-cluster-version for network=default : 928.292µs I0702 22:37:00.306882 3306 services_controller.go:453] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service template LB for network=default: []services.LB{} I0702 22:37:00.306885 3306 services_controller.go:356] Processing sync for service openshift-machine-config-operator/machine-config-daemon for network=default I0702 22:37:00.306893 3306 services_controller.go:454] 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 I0702 22:37:00.306907 3306 services_controller.go:473] 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.244.197", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:00.306893 3306 services_controller.go:434] Service openshift-machine-config-operator/machine-config-daemon retrieved from lister for network=default: &Service{ObjectMeta:{machine-config-daemon openshift-machine-config-operator 1927bb78-94c7-477c-bdb6-e82b083533bb 921 0 2026-07-02 22:25:35 +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 f2a75ee6-c8ba-4210-ab75-4e7c9328338a 0xc007ab41d7 }] [] []},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.52.152,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.52.152],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:00.306957 3306 lb_config.go:1031] Cluster endpoints for openshift-machine-config-operator/machine-config-daemon for network=default are: map[] I0702 22:37:00.306978 3306 services_controller.go:443] Built service openshift-machine-config-operator/machine-config-daemon LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.52.152"}, 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.52.152"}, 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}} I0702 22:37:00.306997 3306 services_controller.go:444] Built service openshift-machine-config-operator/machine-config-daemon LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:00.307004 3306 services_controller.go:445] Built service openshift-machine-config-operator/machine-config-daemon LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:00.306979 3306 model_client.go:373] 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.244.197:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1983129915}] I0702 22:37:00.307016 3306 services_controller.go:451] 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.52.152", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.52.152", Port:8798, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:00.307038 3306 services_controller.go:452] Built service openshift-machine-config-operator/machine-config-daemon per-node LB for network=default: []services.LB{} I0702 22:37:00.307046 3306 services_controller.go:453] Built service openshift-machine-config-operator/machine-config-daemon template LB for network=default: []services.LB{} I0702 22:37:00.307038 3306 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u1983129915}]}}] Timeout: Where:[where column _uuid == {076e2606-e33c-4f0b-9742-29df24c540d2}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:00.307053 3306 services_controller.go:454] 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 I0702 22:37:00.307064 3306 services_controller.go:473] 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.52.152", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.52.152", Port:8798, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:00.307062 3306 transact.go:42] 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.244.197:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1983129915} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u1983129915}]}}] Timeout: Where:[where column _uuid == {076e2606-e33c-4f0b-9742-29df24c540d2}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:00.307125 3306 model_client.go:373] 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.52.152:8798: 172.30.52.152:9001:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1983129916}] I0702 22:37:00.307172 3306 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u1983129916}]}}] Timeout: Where:[where column _uuid == {076e2606-e33c-4f0b-9742-29df24c540d2}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:00.307141 3306 loadbalancer.go:304] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-image-registry/image-registry"} I0702 22:37:00.307190 3306 transact.go:42] 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.52.152:8798: 172.30.52.152:9001:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1983129916} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u1983129916}]}}] Timeout: Where:[where column _uuid == {076e2606-e33c-4f0b-9742-29df24c540d2}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:00.307227 3306 services_controller.go:360] Finished syncing service image-registry on namespace openshift-image-registry for network=default : 1.204362ms I0702 22:37:00.307245 3306 services_controller.go:356] Processing sync for service openshift-service-ca-operator/metrics for network=default I0702 22:37:00.307259 3306 services_controller.go:434] Service openshift-service-ca-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-service-ca-operator 828b2c52-efe7-4125-8ca1-f7810c935ac9 901 0 2026-07-02 22:25:34 +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 f2a75ee6-c8ba-4210-ab75-4e7c9328338a 0xc007ab4707 }] [] []},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.32.220,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.32.220],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:00.307315 3306 loadbalancer.go:304] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"default/kubernetes"} I0702 22:37:00.307325 3306 services_controller.go:360] Finished syncing service kubernetes on namespace default for network=default : 1.055943ms I0702 22:37:00.307334 3306 lb_config.go:1031] Cluster endpoints for openshift-service-ca-operator/metrics for network=default are: map[] I0702 22:37:00.307346 3306 services_controller.go:356] Processing sync for service openshift-network-diagnostics/network-check-source for network=default I0702 22:37:00.307352 3306 services_controller.go:360] Finished syncing service network-check-source on namespace openshift-network-diagnostics for network=default : 6.04µs I0702 22:37:00.307358 3306 services_controller.go:356] Processing sync for service default/openshift for network=default I0702 22:37:00.307353 3306 services_controller.go:443] Built service openshift-service-ca-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.32.220"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0702 22:37:00.307364 3306 services_controller.go:360] Finished syncing service openshift on namespace default for network=default : 6.071µs I0702 22:37:00.307370 3306 services_controller.go:444] Built service openshift-service-ca-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:00.307373 3306 services_controller.go:356] Processing sync for service openshift-multus/network-metrics-service for network=default I0702 22:37:00.307381 3306 services_controller.go:360] Finished syncing service network-metrics-service on namespace openshift-multus for network=default : 8.374µs I0702 22:37:00.307383 3306 services_controller.go:445] Built service openshift-service-ca-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:00.307388 3306 services_controller.go:356] Processing sync for service openshift-ingress/router-default for network=default I0702 22:37:00.307391 3306 loadbalancer.go:304] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-apiserver-operator/metrics"} I0702 22:37:00.307404 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-apiserver-operator for network=default : 1.065536ms I0702 22:37:00.307419 3306 services_controller.go:356] Processing sync for service openshift-insights/metrics for network=default I0702 22:37:00.307402 3306 services_controller.go:451] 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.32.220", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:00.307433 3306 services_controller.go:452] Built service openshift-service-ca-operator/metrics per-node LB for network=default: []services.LB{} I0702 22:37:00.307394 3306 services_controller.go:434] Service openshift-ingress/router-default retrieved from lister for network=default: &Service{ObjectMeta:{router-default openshift-ingress 0c484d55-70b3-4e26-a227-66c9b2280077 3155 0 2026-07-02 22:26:00 +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=2ra9b3d23jisg1nirlsuo1aqo4gngmda,api.openshift.com/legal-entity-id=2h8L52xc1VHB4xLFE2YyPmAjYjI,api.openshift.com/name=kx-d9aae1c883,cluster-type=rosa-hcp,creation-date=2026-07-02,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 91b70309-50fc-479d-8485-c403f49ef81d 0xc00783bd67 }] [service.kubernetes.io/load-balancer-cleanup] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:http,Protocol:TCP,Port:80,TargetPort:{1 0 http},NodePort:31548,AppProtocol:nil,},ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{1 0 https},NodePort:32746,AppProtocol:nil,},},Selector:map[string]string{ingresscontroller.operator.openshift.io/deployment-ingresscontroller: default,},ClusterIP:172.30.159.230,Type:LoadBalancer,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:Local,HealthCheckNodePort:30574,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.159.230],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:*true,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{LoadBalancerIngress{IP:,Hostname:a0c484d5570b34e26a22766c9b228007-c2911569a02b7b64.elb.us-east-1.amazonaws.com,IPMode:nil,Ports:[]PortStatus{},},},},Conditions:[]Condition{},},} I0702 22:37:00.307451 3306 services_controller.go:453] Built service openshift-service-ca-operator/metrics template LB for network=default: []services.LB{} I0702 22:37:00.307463 3306 services_controller.go:454] 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 I0702 22:37:00.307472 3306 lb_config.go:1031] Cluster endpoints for openshift-ingress/router-default for network=default are: map[] I0702 22:37:00.307481 3306 lb_config.go:1054] Local endpoints for openshift-ingress/router-default for network=default are: map[] I0702 22:37:00.307478 3306 services_controller.go:473] 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.32.220", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:00.307498 3306 services_controller.go:443] Built service openshift-ingress/router-default LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.159.230"}, 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.159.230"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0702 22:37:00.307430 3306 services_controller.go:434] Service openshift-insights/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-insights 5210e172-1d6b-4e26-ae10-76af5d7c2537 3090 0 2026-07-02 22:26:04 +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 f2a75ee6-c8ba-4210-ab75-4e7c9328338a 0xc00783bf2b }] [] []},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.63.12,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.63.12],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:00.307514 3306 services_controller.go:444] Built service openshift-ingress/router-default LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"node"}, protocol:"TCP", inport:31548, 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:32746, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:true, internalTrafficLocal:false, hasNodePort:true}} I0702 22:37:00.307530 3306 services_controller.go:445] Built service openshift-ingress/router-default LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:00.307535 3306 lb_config.go:1031] Cluster endpoints for openshift-insights/metrics for network=default are: map[] I0702 22:37:00.307553 3306 services_controller.go:443] Built service openshift-insights/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.63.12"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0702 22:37:00.307572 3306 services_controller.go:444] Built service openshift-insights/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:00.307557 3306 services_controller.go:451] 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.159.230", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.159.230", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:00.307583 3306 services_controller.go:445] Built service openshift-insights/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:00.307587 3306 services_controller.go:452] Built service openshift-ingress/router-default per-node LB for network=default: []services.LB{} I0702 22:37:00.307565 3306 model_client.go:373] 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.32.220:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1983129917}] I0702 22:37:00.307599 3306 services_controller.go:453] Built service openshift-ingress/router-default template LB for network=default: []services.LB{} I0702 22:37:00.307610 3306 services_controller.go:454] 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 I0702 22:37:00.307600 3306 services_controller.go:451] 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.63.12", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:00.307632 3306 services_controller.go:452] Built service openshift-insights/metrics per-node LB for network=default: []services.LB{} I0702 22:37:00.307628 3306 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u1983129917}]}}] Timeout: Where:[where column _uuid == {076e2606-e33c-4f0b-9742-29df24c540d2}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:00.307628 3306 services_controller.go:473] 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.159.230", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.159.230", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:00.307650 3306 services_controller.go:453] Built service openshift-insights/metrics template LB for network=default: []services.LB{} I0702 22:37:00.307661 3306 services_controller.go:454] 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 I0702 22:37:00.307653 3306 transact.go:42] 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.32.220:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1983129917} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u1983129917}]}}] Timeout: Where:[where column _uuid == {076e2606-e33c-4f0b-9742-29df24c540d2}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:00.307675 3306 services_controller.go:473] 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.63.12", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:00.307696 3306 model_client.go:373] 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.159.230:443: 172.30.159.230:80:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1983129918}] I0702 22:37:00.307749 3306 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u1983129918}]}}] Timeout: Where:[where column _uuid == {076e2606-e33c-4f0b-9742-29df24c540d2}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:00.307777 3306 transact.go:42] 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.159.230:443: 172.30.159.230:80:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1983129918} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u1983129918}]}}] Timeout: Where:[where column _uuid == {076e2606-e33c-4f0b-9742-29df24c540d2}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:00.307810 3306 loadbalancer.go:304] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-machine-config-operator/machine-config-daemon"} I0702 22:37:00.307738 3306 model_client.go:373] 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.63.12:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1983129919}] I0702 22:37:00.307847 3306 services_controller.go:360] Finished syncing service machine-config-daemon on namespace openshift-machine-config-operator for network=default : 959.851µs I0702 22:37:00.307860 3306 services_controller.go:356] Processing sync for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0702 22:37:00.307885 3306 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u1983129919}]}}] Timeout: Where:[where column _uuid == {076e2606-e33c-4f0b-9742-29df24c540d2}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:00.307875 3306 services_controller.go:434] Service openshift-kube-storage-version-migrator-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-kube-storage-version-migrator-operator ec5eab1a-42a7-419c-b049-97a142f05e45 3100 0 2026-07-02 22:26:04 +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 f2a75ee6-c8ba-4210-ab75-4e7c9328338a 0xc007ab4087 }] [] []},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.62.168,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.62.168],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:00.307914 3306 transact.go:42] 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.63.12:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1983129919} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u1983129919}]}}] Timeout: Where:[where column _uuid == {076e2606-e33c-4f0b-9742-29df24c540d2}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:00.307970 3306 lb_config.go:1031] Cluster endpoints for openshift-kube-storage-version-migrator-operator/metrics for network=default are: map[] I0702 22:37:00.307987 3306 services_controller.go:443] Built service openshift-kube-storage-version-migrator-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.62.168"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0702 22:37:00.308005 3306 services_controller.go:444] Built service openshift-kube-storage-version-migrator-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:00.308015 3306 services_controller.go:445] Built service openshift-kube-storage-version-migrator-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:00.308032 3306 services_controller.go:451] 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.62.168", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:00.308055 3306 services_controller.go:452] Built service openshift-kube-storage-version-migrator-operator/metrics per-node LB for network=default: []services.LB{} I0702 22:37:00.308062 3306 services_controller.go:453] Built service openshift-kube-storage-version-migrator-operator/metrics template LB for network=default: []services.LB{} I0702 22:37:00.308069 3306 services_controller.go:454] 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 I0702 22:37:00.308076 3306 services_controller.go:473] 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.62.168", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:00.308124 3306 model_client.go:373] 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.62.168:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1983129920}] I0702 22:37:00.308173 3306 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u1983129920}]}}] Timeout: Where:[where column _uuid == {076e2606-e33c-4f0b-9742-29df24c540d2}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:00.308198 3306 transact.go:42] 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.62.168:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1983129920} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u1983129920}]}}] Timeout: Where:[where column _uuid == {076e2606-e33c-4f0b-9742-29df24c540d2}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:00.308269 3306 loadbalancer.go:304] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-service-ca-operator/metrics"} I0702 22:37:00.308302 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-service-ca-operator for network=default : 1.057486ms I0702 22:37:00.308317 3306 services_controller.go:356] Processing sync for service openshift-dns/dns-default for network=default I0702 22:37:00.308326 3306 services_controller.go:434] Service openshift-dns/dns-default retrieved from lister for network=default: &Service{ObjectMeta:{dns-default openshift-dns f6a0133c-8ad5-4487-abca-430aaaf6defd 1585 0 2026-07-02 22:25:49 +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 d8f1ae50-fd45-42e8-9b4c-fe8ed1c4e95b 0xc00783ba07 }] [] []},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{},},} I0702 22:37:00.308410 3306 lb_config.go:1031] Cluster endpoints for openshift-dns/dns-default for network=default are: map[] I0702 22:37:00.308429 3306 services_controller.go:443] Built service openshift-dns/dns-default LB cluster-wide configs for network=default: []services.lbConfig(nil) I0702 22:37:00.308440 3306 loadbalancer.go:304] 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"} I0702 22:37:00.308439 3306 services_controller.go:444] 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}} I0702 22:37:00.308458 3306 loadbalancer.go:304] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-ingress/router-default"} I0702 22:37:00.308468 3306 services_controller.go:360] Finished syncing service performance-addon-operator-service on namespace openshift-cluster-node-tuning-operator for network=default : 1.820367ms I0702 22:37:00.308470 3306 services_controller.go:445] Built service openshift-dns/dns-default LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:00.308473 3306 services_controller.go:360] Finished syncing service router-default on namespace openshift-ingress for network=default : 1.083422ms I0702 22:37:00.308483 3306 services_controller.go:356] Processing sync for service openshift-network-operator/metrics for network=default I0702 22:37:00.308486 3306 services_controller.go:356] Processing sync for service openshift-cluster-machine-approver/machine-approver for network=default I0702 22:37:00.308491 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-network-operator for network=default : 9.172µs I0702 22:37:00.308494 3306 services_controller.go:360] Finished syncing service machine-approver on namespace openshift-cluster-machine-approver for network=default : 7.962µs I0702 22:37:00.308509 3306 services_controller.go:451] Built service openshift-dns/dns-default cluster-wide LB for network=default: []services.LB{} I0702 22:37:00.308534 3306 loadbalancer.go:304] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-insights/metrics"} I0702 22:37:00.308546 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-insights for network=default : 1.128614ms I0702 22:37:00.308524 3306 services_controller.go:452] 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-0-31.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-0-31.ec2.internal"}, Routers:[]string{"GR_ip-10-0-0-31.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-dns/dns-default_UDP_node_router+switch_ip-10-0-0-31.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-0-31.ec2.internal"}, Routers:[]string{"GR_ip-10-0-0-31.ec2.internal"}, Groups:[]string(nil)}} I0702 22:37:00.308570 3306 services_controller.go:453] Built service openshift-dns/dns-default template LB for network=default: []services.LB{} I0702 22:37:00.308584 3306 services_controller.go:454] 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 I0702 22:37:00.308599 3306 services_controller.go:473] 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-0-31.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-0-31.ec2.internal"}, Routers:[]string{"GR_ip-10-0-0-31.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-dns/dns-default_UDP_node_router+switch_ip-10-0-0-31.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-0-31.ec2.internal"}, Routers:[]string{"GR_ip-10-0-0-31.ec2.internal"}, Groups:[]string(nil)}} I0702 22:37:00.308623 3306 loadbalancer.go:304] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-kube-storage-version-migrator-operator/metrics"} I0702 22:37:00.308640 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-kube-storage-version-migrator-operator for network=default : 778.846µs I0702 22:37:00.308676 3306 model_client.go:373] 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-0-31.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:u1983129921}] I0702 22:37:00.308723 3306 model_client.go:373] 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-0-31.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:u1983129922}] I0702 22:37:00.308771 3306 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u1983129921} {GoUUID:u1983129922}]}}] Timeout: Where:[where column _uuid == {486dc3a4-7ac8-4ee3-bf7e-056046fe897e}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:00.308835 3306 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u1983129921} {GoUUID:u1983129922}]}}] Timeout: Where:[where column _uuid == {f29dabaa-74fe-45a3-b838-69f7e55aa464}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:00.308856 3306 transact.go:42] 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-0-31.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:u1983129921} {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-0-31.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:u1983129922} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u1983129921} {GoUUID:u1983129922}]}}] Timeout: Where:[where column _uuid == {486dc3a4-7ac8-4ee3-bf7e-056046fe897e}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u1983129921} {GoUUID:u1983129922}]}}] Timeout: Where:[where column _uuid == {f29dabaa-74fe-45a3-b838-69f7e55aa464}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:00.309493 3306 loadbalancer.go:304] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-dns/dns-default"} I0702 22:37:00.309512 3306 services_controller.go:360] Finished syncing service dns-default on namespace openshift-dns for network=default : 1.193576ms I0702 22:37:00.317440 3306 pod.go:62] [openshift-network-diagnostics/network-check-target-fwzzc] pod update took 16.688889ms I0702 22:37:00.317460 3306 base_network_controller_pods.go:921] [default/openshift-network-diagnostics/network-check-target-fwzzc] addLogicalPort annotation time took 16.71264ms I0702 22:37:00.317484 3306 pod.go:62] [openshift-multus/network-metrics-daemon-tgbnw] pod update took 15.680673ms I0702 22:37:00.317502 3306 base_network_controller_pods.go:921] [default/openshift-multus/network-metrics-daemon-tgbnw] addLogicalPort annotation time took 15.700603ms I0702 22:37:00.317528 3306 model_client.go:373] Create operations generated as: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[0a:58:0a:80:00:03 10.128.0.3]} external_ids:{GoMap:map[namespace:openshift-network-diagnostics pod:true]} name:openshift-network-diagnostics_network-check-target-fwzzc options:{GoMap:map[iface-id-ver:1f6e6c4d-1352-4442-8b42-876976662421 requested-chassis:ip-10-0-0-31.ec2.internal]} port_security:{GoSet:[0a:58:0a:80:00:03 10.128.0.3]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1983129923}] I0702 22:37:00.317558 3306 model_client.go:373] Create operations generated as: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[0a:58:0a:80:00:04 10.128.0.4]} external_ids:{GoMap:map[namespace:openshift-multus pod:true]} name:openshift-multus_network-metrics-daemon-tgbnw options:{GoMap:map[iface-id-ver:20b86f61-c40a-4a8b-96eb-4392a54f3430 requested-chassis:ip-10-0-0-31.ec2.internal]} port_security:{GoSet:[0a:58:0a:80:00:04 10.128.0.4]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1983129924}] I0702 22:37:00.317617 3306 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u1983129923}]}}] Timeout: Where:[where column _uuid == {486dc3a4-7ac8-4ee3-bf7e-056046fe897e}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:00.317622 3306 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u1983129924}]}}] Timeout: Where:[where column _uuid == {486dc3a4-7ac8-4ee3-bf7e-056046fe897e}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:00.317672 3306 address_set.go:575] (u1983129854/default-network-controller:Namespace:openshift-network-diagnostics:v4/a1966919964212966539) adding Addresses ([10.128.0.3]) to address set I0702 22:37:00.317673 3306 address_set.go:575] (u1983129810/default-network-controller:Namespace:openshift-multus:v4/a13687770890520536676) adding Addresses ([10.128.0.4]) to address set I0702 22:37:00.317708 3306 model_client.go:398] 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 == {64495526-b56e-4db4-89b5-0f41da75ce58}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:00.317713 3306 model_client.go:398] 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 == {ef499fe6-e3a2-4565-a6bf-dfcf74b301d1}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:00.317752 3306 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u1983129924}]}}] Timeout: Where:[where column _uuid == {2f8ca2e8-6e7b-4de7-9443-70140d5d3c81}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:00.317797 3306 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u1983129923}]}}] Timeout: Where:[where column _uuid == {04d4c1d9-414b-402d-a42e-6d05f13b1108}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:00.317926 3306 model_client.go:373] Create operations generated as: [{Op:insert Table:NAT Row:map[external_ip:10.0.0.31 logical_ip:10.128.0.4 options:{GoMap:map[stateless:false]} type:snat] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1983129925}] I0702 22:37:00.318009 3306 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:nat Mutator:insert Value:{GoSet:[{GoUUID:u1983129925}]}}] Timeout: Where:[where column _uuid == {f29dabaa-74fe-45a3-b838-69f7e55aa464}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:00.317955 3306 model_client.go:373] Create operations generated as: [{Op:insert Table:NAT Row:map[external_ip:10.0.0.31 logical_ip:10.128.0.3 options:{GoMap:map[stateless:false]} type:snat] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1983129926}] I0702 22:37:00.318058 3306 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:nat Mutator:insert Value:{GoSet:[{GoUUID:u1983129926}]}}] Timeout: Where:[where column _uuid == {f29dabaa-74fe-45a3-b838-69f7e55aa464}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:00.318038 3306 transact.go:42] Configuring OVN: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[0a:58:0a:80:00:04 10.128.0.4]} external_ids:{GoMap:map[namespace:openshift-multus pod:true]} name:openshift-multus_network-metrics-daemon-tgbnw options:{GoMap:map[iface-id-ver:20b86f61-c40a-4a8b-96eb-4392a54f3430 requested-chassis:ip-10-0-0-31.ec2.internal]} port_security:{GoSet:[0a:58:0a:80:00:04 10.128.0.4]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1983129924} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u1983129924}]}}] Timeout: Where:[where column _uuid == {486dc3a4-7ac8-4ee3-bf7e-056046fe897e}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Address_Set Row:map[] Rows:[] Columns:[] Mutations:[{Column:addresses Mutator:insert Value:{GoSet:[10.128.0.4]}}] Timeout: Where:[where column _uuid == {ef499fe6-e3a2-4565-a6bf-dfcf74b301d1}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u1983129924}]}}] Timeout: Where:[where column _uuid == {2f8ca2e8-6e7b-4de7-9443-70140d5d3c81}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:insert Table:NAT Row:map[external_ip:10.0.0.31 logical_ip:10.128.0.4 options:{GoMap:map[stateless:false]} type:snat] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1983129925} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:nat Mutator:insert Value:{GoSet:[{GoUUID:u1983129925}]}}] Timeout: Where:[where column _uuid == {f29dabaa-74fe-45a3-b838-69f7e55aa464}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:00.318094 3306 transact.go:42] Configuring OVN: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[0a:58:0a:80:00:03 10.128.0.3]} external_ids:{GoMap:map[namespace:openshift-network-diagnostics pod:true]} name:openshift-network-diagnostics_network-check-target-fwzzc options:{GoMap:map[iface-id-ver:1f6e6c4d-1352-4442-8b42-876976662421 requested-chassis:ip-10-0-0-31.ec2.internal]} port_security:{GoSet:[0a:58:0a:80:00:03 10.128.0.3]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1983129923} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u1983129923}]}}] Timeout: Where:[where column _uuid == {486dc3a4-7ac8-4ee3-bf7e-056046fe897e}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Address_Set Row:map[] Rows:[] Columns:[] Mutations:[{Column:addresses Mutator:insert Value:{GoSet:[10.128.0.3]}}] Timeout: Where:[where column _uuid == {64495526-b56e-4db4-89b5-0f41da75ce58}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u1983129923}]}}] Timeout: Where:[where column _uuid == {04d4c1d9-414b-402d-a42e-6d05f13b1108}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:insert Table:NAT Row:map[external_ip:10.0.0.31 logical_ip:10.128.0.3 options:{GoMap:map[stateless:false]} type:snat] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1983129926} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:nat Mutator:insert Value:{GoSet:[{GoUUID:u1983129926}]}}] Timeout: Where:[where column _uuid == {f29dabaa-74fe-45a3-b838-69f7e55aa464}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:00.318719 3306 port_cache.go:96] port-cache(openshift-multus_network-metrics-daemon-tgbnw): added port &{name:openshift-multus_network-metrics-daemon-tgbnw uuid:a4176075-f969-4c28-a941-4c9dbc90e99e logicalSwitch:ip-10-0-0-31.ec2.internal ips:[0xc009589590] mac:[10 88 10 128 0 4] expires:{wall:0 ext:0 loc:}} with IP: [10.128.0.4/23] and MAC: 0a:58:0a:80:00:04 I0702 22:37:00.318752 3306 pods.go:252] [openshift-multus/network-metrics-daemon-tgbnw] addLogicalPort took 17.148094ms, libovsdb time 671.713µs I0702 22:37:00.318800 3306 obj_retry.go:551] Creating *v1.Pod openshift-multus/network-metrics-daemon-tgbnw took: 17.175156ms I0702 22:37:00.318829 3306 default_network_controller.go:776] Recording success event on pod openshift-multus/network-metrics-daemon-tgbnw I0702 22:37:00.319063 3306 port_cache.go:96] port-cache(openshift-network-diagnostics_network-check-target-fwzzc): added port &{name:openshift-network-diagnostics_network-check-target-fwzzc uuid:1ed02286-d512-402c-a2ec-9585b264b89b logicalSwitch:ip-10-0-0-31.ec2.internal ips:[0xc0098f5710] mac:[10 88 10 128 0 3] expires:{wall:0 ext:0 loc:}} with IP: [10.128.0.3/23] and MAC: 0a:58:0a:80:00:03 I0702 22:37:00.319082 3306 pods.go:252] [openshift-network-diagnostics/network-check-target-fwzzc] addLogicalPort took 19.132679ms, libovsdb time 963.775µs I0702 22:37:00.319089 3306 obj_retry.go:551] Creating *v1.Pod openshift-network-diagnostics/network-check-target-fwzzc took: 19.191762ms I0702 22:37:00.319095 3306 default_network_controller.go:776] Recording success event on pod openshift-network-diagnostics/network-check-target-fwzzc I0702 22:37:00.319102 3306 default_network_controller.go:732] Recording add event on pod openshift-multus/network-metrics-daemon-kj85t I0702 22:37:00.319108 3306 obj_retry.go:512] Add event received for *v1.Pod openshift-multus/network-metrics-daemon-kj85t I0702 22:37:00.319119 3306 ovn.go:138] Ensuring zone remote for Pod openshift-multus/network-metrics-daemon-kj85t in node ip-10-0-1-191.ec2.internal I0702 22:37:00.319140 3306 obj_retry.go:546] Failed to create *v1.Pod openshift-multus/network-metrics-daemon-kj85t, error: failed to obtain IPs to add remote pod openshift-multus/network-metrics-daemon-kj85t: suppressed error logged: pod openshift-multus/network-metrics-daemon-kj85t: no pod IPs found I0702 22:37:00.319155 3306 factory.go:1336] Added *v1.Pod event handler 3 I0702 22:37:00.319174 3306 admin_network_policy_controller.go:133] Setting up event handlers for Admin Network Policy I0702 22:37:00.319188 3306 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0702 22:37:00.319204 3306 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0702 22:37:00.319206 3306 default_network_controller.go:747] Recording update event on pod openshift-network-diagnostics/network-check-target-fwzzc I0702 22:37:00.319212 3306 default_network_controller.go:747] Recording update event on pod openshift-multus/network-metrics-daemon-tgbnw I0702 22:37:00.319225 3306 obj_retry.go:620] Update event received for *v1.Pod openshift-network-diagnostics/network-check-target-fwzzc I0702 22:37:00.319228 3306 admin_network_policy_controller.go:151] Setting up event handlers for Baseline Admin Network Policy I0702 22:37:00.319225 3306 obj_retry.go:434] periodicallyRetryResources: Retry channel got triggered: retrying failed objects of type *v1.Pod I0702 22:37:00.319240 3306 obj_retry.go:409] Going to retry *v1.Pod resource setup for 4 objects: [openshift-multus/network-metrics-daemon-kj85t openshift-multus/network-metrics-daemon-c4whj openshift-network-diagnostics/network-check-target-m7jsk openshift-network-diagnostics/network-check-target-42gtc] I0702 22:37:00.319248 3306 ovn.go:134] Ensuring zone local for Pod openshift-network-diagnostics/network-check-target-fwzzc in node ip-10-0-0-31.ec2.internal I0702 22:37:00.319251 3306 obj_retry.go:418] Waiting for all the *v1.Pod retry setup to complete in iterateRetryResources I0702 22:37:00.319255 3306 default_network_controller.go:776] Recording success event on pod openshift-network-diagnostics/network-check-target-fwzzc I0702 22:37:00.319258 3306 obj_retry.go:620] Update event received for *v1.Pod openshift-multus/network-metrics-daemon-tgbnw I0702 22:37:00.319263 3306 admin_network_policy_controller.go:168] Setting up event handlers for Namespaces in Admin Network Policy controller I0702 22:37:00.319267 3306 obj_retry.go:285] Attempting retry of *v1.Pod openshift-network-diagnostics/network-check-target-42gtc before timer (time: 2026-07-02 22:37:01.664582007 +0000 UTC m=+3.754168976): skip I0702 22:37:00.319276 3306 obj_retry.go:285] Attempting retry of *v1.Pod openshift-multus/network-metrics-daemon-c4whj before timer (time: 2026-07-02 22:37:01.495986081 +0000 UTC m=+3.585573056): skip I0702 22:37:00.319285 3306 ovn.go:134] Ensuring zone local for Pod openshift-multus/network-metrics-daemon-tgbnw in node ip-10-0-0-31.ec2.internal I0702 22:37:00.319290 3306 obj_retry.go:285] Attempting retry of *v1.Pod openshift-network-diagnostics/network-check-target-m7jsk before timer (time: 2026-07-02 22:37:01.577357034 +0000 UTC m=+3.666944008): skip I0702 22:37:00.319293 3306 default_network_controller.go:776] Recording success event on pod openshift-multus/network-metrics-daemon-tgbnw I0702 22:37:00.319292 3306 obj_retry.go:285] Attempting retry of *v1.Pod openshift-multus/network-metrics-daemon-kj85t before timer (time: 2026-07-02 22:37:01.516112383 +0000 UTC m=+3.605699354): skip I0702 22:37:00.319308 3306 obj_retry.go:420] Function iterateRetryResources for *v1.Pod ended (in 66.018µs) I0702 22:37:00.319320 3306 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-cloud-credential-operator I0702 22:37:00.319338 3306 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-cloud-network-config-controller I0702 22:37:00.319360 3306 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-console I0702 22:37:00.319370 3306 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-marketplace I0702 22:37:00.319380 3306 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller kube-system I0702 22:37:00.319389 3306 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller open-cluster-management-2ra9b3d23jisg1nirlsuo1aqo4gngmda I0702 22:37:00.319394 3306 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-ovn-kubernetes I0702 22:37:00.319398 3306 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-package-operator I0702 22:37:00.319402 3306 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-controller-manager I0702 22:37:00.319408 3306 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-kube-controller-manager I0702 22:37:00.319412 3306 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-dns I0702 22:37:00.319416 3306 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-kube-controller-manager-operator I0702 22:37:00.319420 3306 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-kube-scheduler-operator I0702 22:37:00.319424 3306 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-logging I0702 22:37:00.319430 3306 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-authentication-operator I0702 22:37:00.319433 3306 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-cloud-controller-manager I0702 22:37:00.319448 3306 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-cluster-version I0702 22:37:00.319456 3306 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-ingress I0702 22:37:00.319474 3306 admin_network_policy_controller.go:184] Setting up event handlers for Pods in Admin Network Policy controller I0702 22:37:00.319521 3306 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-ingress-operator I0702 22:37:00.319529 3306 admin_network_policy_controller.go:200] Setting up event handlers for Nodes in Admin Network Policy controller I0702 22:37:00.319531 3306 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-kube-apiserver I0702 22:37:00.319539 3306 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller kube-public I0702 22:37:00.319546 3306 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-backplane-cse I0702 22:37:00.319548 3306 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-multus/multus-additional-cni-plugins-l8m59 I0702 22:37:00.319553 3306 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-etcd I0702 22:37:00.319557 3306 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-multus/multus-kfhcs I0702 22:37:00.319560 3306 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-network-console I0702 22:37:00.319561 3306 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-network-diagnostics/network-check-target-fwzzc I0702 22:37:00.319573 3306 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-network-operator I0702 22:37:00.319574 3306 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-4wbd9 I0702 22:37:00.319578 3306 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-backplane-ai-agent I0702 22:37:00.319583 3306 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-multus/network-metrics-daemon-c4whj I0702 22:37:00.319583 3306 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-backplane-srep I0702 22:37:00.319590 3306 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-network-diagnostics/network-check-target-42gtc I0702 22:37:00.319597 3306 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-ovn-kubernetes/ovnkube-node-wn8j5 I0702 22:37:00.319604 3306 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-backplane/osd-delete-backplane-serviceaccounts-29717190-bmtmf I0702 22:37:00.319612 3306 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-image-registry/image-registry-5f9cf75d7d-tdcks I0702 22:37:00.319617 3306 admin_network_policy_controller.go:557] Adding Node in Admin Network Policy controller ip-10-0-2-224.ec2.internal I0702 22:37:00.319622 3306 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-31.ec2.internal I0702 22:37:00.319625 3306 admin_network_policy_controller.go:557] Adding Node in Admin Network Policy controller ip-10-0-0-31.ec2.internal I0702 22:37:00.319629 3306 admin_network_policy_controller.go:557] Adding Node in Admin Network Policy controller ip-10-0-1-191.ec2.internal I0702 22:37:00.319630 3306 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-ovn-kubernetes/ovnkube-node-7r2mv I0702 22:37:00.319597 3306 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-ingress-canary I0702 22:37:00.319636 3306 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-deployment-validation-operator/deployment-validation-operator-catalog-n694v I0702 22:37:00.319640 3306 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-machine-config-operator I0702 22:37:00.319643 3306 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller kube-system/konnectivity-agent-sfzxw I0702 22:37:00.319645 3306 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-multus I0702 22:37:00.319650 3306 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller kube-system/kube-apiserver-proxy-ip-10-0-2-224.ec2.internal I0702 22:37:00.319652 3306 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-backplane-lpsre I0702 22:37:00.319659 3306 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-image-registry I0702 22:37:00.319661 3306 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-84fmb I0702 22:37:00.319665 3306 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-machine-api I0702 22:37:00.319669 3306 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-dns/node-resolver-bjwfg I0702 22:37:00.319673 3306 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller dedicated-admin I0702 22:37:00.319676 3306 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-image-registry/image-registry-5f9cf75d7d-z6q77 I0702 22:37:00.319683 3306 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-191.ec2.internal I0702 22:37:00.319690 3306 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-2-224.ec2.internal I0702 22:37:00.319696 3306 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller kube-system/konnectivity-agent-ckc9n I0702 22:37:00.319704 3306 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-multus/network-metrics-daemon-kj85t I0702 22:37:00.319709 3306 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-ovn-kubernetes/ovnkube-node-dqfjn I0702 22:37:00.319716 3306 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-multus/multus-additional-cni-plugins-x9fkj I0702 22:37:00.319724 3306 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-cluster-node-tuning-operator/tuned-g9t2g I0702 22:37:00.319677 3306 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-cluster-samples-operator I0702 22:37:00.319728 3306 admin_network_policy_controller.go:226] Starting controller default-network-controller I0702 22:37:00.319731 3306 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-cluster-node-tuning-operator/tuned-rgmwc I0702 22:37:00.319738 3306 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-kube-scheduler I0702 22:37:00.319738 3306 admin_network_policy_controller.go:229] Waiting for informer caches to sync I0702 22:37:00.319747 3306 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-operators I0702 22:37:00.319750 3306 shared_informer.go:313] Waiting for caches to sync for default-network-controller I0702 22:37:00.319752 3306 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-backplane-mobb I0702 22:37:00.319756 3306 shared_informer.go:320] Caches are synced for default-network-controller I0702 22:37:00.319759 3306 admin_network_policy_controller.go:236] Repairing Admin Network Policies I0702 22:37:00.319760 3306 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-config I0702 22:37:00.319766 3306 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-cluster-csi-drivers I0702 22:37:00.319772 3306 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-config-managed I0702 22:37:00.319778 3306 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-console-operator I0702 22:37:00.319784 3306 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-node I0702 22:37:00.319790 3306 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-operators-redhat I0702 22:37:00.319796 3306 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-authentication I0702 22:37:00.319801 3306 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-backplane-tam I0702 22:37:00.319741 3306 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-dns/node-resolver-dxzg9 I0702 22:37:00.319808 3306 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-backplane-srep-ro I0702 22:37:00.319788 3306 model_client.go:373] 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:u1983129927}] I0702 22:37:00.319838 3306 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-cluster-machine-approver I0702 22:37:00.319846 3306 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-config-operator I0702 22:37:00.319851 3306 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-controller-manager-operator I0702 22:37:00.319858 3306 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-customer-monitoring I0702 22:37:00.319863 3306 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-must-gather-operator I0702 22:37:00.319869 3306 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller kube-node-lease I0702 22:37:00.319881 3306 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller open-cluster-management-agent-addon I0702 22:37:00.319894 3306 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-network-node-identity I0702 22:37:00.319832 3306 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-image-registry/node-ca-ztx28 I0702 22:37:00.319874 3306 model_client.go:373] 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:u1983129928}] I0702 22:37:00.319914 3306 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-multus/multus-nv9s5 I0702 22:37:00.319925 3306 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller kube-system/konnectivity-agent-nrrmr I0702 22:37:00.319934 3306 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller kube-system/kube-apiserver-proxy-ip-10-0-1-191.ec2.internal I0702 22:37:00.319942 3306 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-lh7qd I0702 22:37:00.319933 3306 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:acls Mutator:insert Value:{GoSet:[{GoUUID:u1983129927} {GoUUID:u1983129928}]}}] Timeout: Where:[where column _uuid == {a0f73247-f464-47f2-84a4-857aa259aa77}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:00.319947 3306 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-dns/node-resolver-cjcpn I0702 22:37:00.319954 3306 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-image-registry/image-registry-669cf8666f-zr8zf I0702 22:37:00.319902 3306 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-user-workload-monitoring I0702 22:37:00.319960 3306 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-network-diagnostics/network-check-target-m7jsk I0702 22:37:00.319968 3306 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller kube-system/kube-apiserver-proxy-ip-10-0-0-31.ec2.internal I0702 22:37:00.319967 3306 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-network-diagnostics I0702 22:37:00.319981 3306 repair.go:27] Repairing admin network policies took 216.479µs I0702 22:37:00.319991 3306 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-apiserver I0702 22:37:00.319950 3306 transact.go:42] 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:u1983129927} {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:u1983129928} {Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:acls Mutator:insert Value:{GoSet:[{GoUUID:u1983129927} {GoUUID:u1983129928}]}}] Timeout: Where:[where column _uuid == {a0f73247-f464-47f2-84a4-857aa259aa77}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:00.320000 3306 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-infra I0702 22:37:00.320004 3306 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-backplane-csm I0702 22:37:00.320009 3306 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-backplane-mcs-tier-two I0702 22:37:00.320015 3306 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-dns-operator I0702 22:37:00.320019 3306 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-monitoring I0702 22:37:00.320023 3306 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-route-controller-manager I0702 22:37:00.320027 3306 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller default I0702 22:37:00.320030 3306 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-backplane I0702 22:37:00.319975 3306 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-multus/multus-bn64w I0702 22:37:00.320037 3306 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-console-user-settings I0702 22:37:00.320043 3306 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-kube-apiserver-operator I0702 22:37:00.320047 3306 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-multus/network-metrics-daemon-tgbnw I0702 22:37:00.320049 3306 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-service-ca-operator I0702 22:37:00.320056 3306 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-multus/multus-additional-cni-plugins-fdltz I0702 22:37:00.320057 3306 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-apiserver-operator I0702 22:37:00.320062 3306 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-image-registry/node-ca-g7rk4 I0702 22:37:00.320065 3306 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-backplane-cee I0702 22:37:00.320070 3306 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-image-registry/node-ca-ljfzz I0702 22:37:00.320072 3306 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-kube-storage-version-migrator-operator I0702 22:37:00.320076 3306 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-cluster-node-tuning-operator/tuned-dms5j I0702 22:37:00.320078 3306 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-operator-lifecycle-manager I0702 22:37:00.320084 3306 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-backplane-managed-scripts I0702 22:37:00.320090 3306 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-insights I0702 22:37:00.320095 3306 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-cluster-storage-operator I0702 22:37:00.320101 3306 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-deployment-validation-operator I0702 22:37:00.320105 3306 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-host-network I0702 22:37:00.320111 3306 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift I0702 22:37:00.320114 3306 repair.go:90] Repairing baseline admin network policies took 124.66µs I0702 22:37:00.320123 3306 admin_network_policy_controller.go:249] Starting Admin Network Policy workers I0702 22:37:00.320129 3306 admin_network_policy_controller.go:260] Starting Baseline Admin Network Policy workers I0702 22:37:00.320135 3306 admin_network_policy_controller.go:271] Starting Namespace Admin Network Policy workers I0702 22:37:00.320144 3306 admin_network_policy_controller.go:282] Starting Pod Admin Network Policy workers I0702 22:37:00.320154 3306 admin_network_policy_controller.go:293] Starting Node Admin Network Policy workers I0702 22:37:00.320116 3306 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-cluster-node-tuning-operator I0702 22:37:00.320176 3306 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-cloud-credential-operator in Admin Network Policy controller I0702 22:37:00.320190 3306 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-cloud-credential-operator Admin Network Policy controller: took 14.34µs I0702 22:37:00.320237 3306 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-cloud-network-config-controller in Admin Network Policy controller I0702 22:37:00.320250 3306 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-cloud-network-config-controller Admin Network Policy controller: took 13.601µs I0702 22:37:00.320266 3306 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-console in Admin Network Policy controller I0702 22:37:00.320274 3306 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-console Admin Network Policy controller: took 9.155µs I0702 22:37:00.320280 3306 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-marketplace in Admin Network Policy controller I0702 22:37:00.320283 3306 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-marketplace Admin Network Policy controller: took 3.266µs I0702 22:37:00.320288 3306 admin_network_policy_namespace.go:53] Processing sync for Namespace kube-system in Admin Network Policy controller I0702 22:37:00.320291 3306 admin_network_policy_namespace.go:56] Finished syncing Namespace kube-system Admin Network Policy controller: took 3.567µs I0702 22:37:00.320295 3306 admin_network_policy_namespace.go:53] Processing sync for Namespace open-cluster-management-2ra9b3d23jisg1nirlsuo1aqo4gngmda in Admin Network Policy controller I0702 22:37:00.320298 3306 admin_network_policy_namespace.go:56] Finished syncing Namespace open-cluster-management-2ra9b3d23jisg1nirlsuo1aqo4gngmda Admin Network Policy controller: took 3.094µs I0702 22:37:00.320302 3306 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-ovn-kubernetes in Admin Network Policy controller I0702 22:37:00.320305 3306 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-ovn-kubernetes Admin Network Policy controller: took 2.954µs I0702 22:37:00.320309 3306 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-package-operator in Admin Network Policy controller I0702 22:37:00.320312 3306 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-package-operator Admin Network Policy controller: took 2.915µs I0702 22:37:00.320320 3306 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-controller-manager in Admin Network Policy controller I0702 22:37:00.320325 3306 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-controller-manager Admin Network Policy controller: took 7.101µs I0702 22:37:00.320333 3306 admin_network_policy_node.go:55] Processing sync for Node ip-10-0-2-224.ec2.internal in Admin Network Policy controller I0702 22:37:00.320341 3306 admin_network_policy_node.go:58] Finished syncing Node ip-10-0-2-224.ec2.internal Admin Network Policy controller: took 8.239µs I0702 22:37:00.320356 3306 admin_network_policy_node.go:55] Processing sync for Node ip-10-0-0-31.ec2.internal in Admin Network Policy controller I0702 22:37:00.320363 3306 admin_network_policy_node.go:58] Finished syncing Node ip-10-0-0-31.ec2.internal Admin Network Policy controller: took 7.148µs I0702 22:37:00.320367 3306 admin_network_policy_node.go:55] Processing sync for Node ip-10-0-1-191.ec2.internal in Admin Network Policy controller I0702 22:37:00.320371 3306 admin_network_policy_node.go:58] Finished syncing Node ip-10-0-1-191.ec2.internal Admin Network Policy controller: took 3.168µs I0702 22:37:00.320377 3306 admin_network_policy_pod.go:56] Processing sync for Pod openshift-multus/multus-additional-cni-plugins-l8m59 in Admin Network Policy controller I0702 22:37:00.320382 3306 admin_network_policy_pod.go:59] Finished syncing Pod openshift-multus/multus-additional-cni-plugins-l8m59 Admin Network Policy controller: took 6.36µs I0702 22:37:00.320390 3306 admin_network_policy_pod.go:56] Processing sync for Pod openshift-multus/multus-kfhcs in Admin Network Policy controller I0702 22:37:00.320398 3306 admin_network_policy_pod.go:59] Finished syncing Pod openshift-multus/multus-kfhcs Admin Network Policy controller: took 8.537µs I0702 22:37:00.320406 3306 admin_network_policy_pod.go:56] Processing sync for Pod openshift-network-diagnostics/network-check-target-fwzzc in Admin Network Policy controller I0702 22:37:00.320412 3306 admin_network_policy_pod.go:59] Finished syncing Pod openshift-network-diagnostics/network-check-target-fwzzc Admin Network Policy controller: took 6.745µs I0702 22:37:00.320419 3306 admin_network_policy_pod.go:56] Processing sync for Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-4wbd9 in Admin Network Policy controller I0702 22:37:00.320424 3306 admin_network_policy_pod.go:59] Finished syncing Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-4wbd9 Admin Network Policy controller: took 5.508µs I0702 22:37:00.320431 3306 admin_network_policy_pod.go:56] Processing sync for Pod openshift-multus/network-metrics-daemon-c4whj in Admin Network Policy controller I0702 22:37:00.320437 3306 admin_network_policy_pod.go:59] Finished syncing Pod openshift-multus/network-metrics-daemon-c4whj Admin Network Policy controller: took 5.681µs I0702 22:37:00.320443 3306 admin_network_policy_pod.go:56] Processing sync for Pod openshift-network-diagnostics/network-check-target-42gtc in Admin Network Policy controller I0702 22:37:00.320450 3306 admin_network_policy_pod.go:59] Finished syncing Pod openshift-network-diagnostics/network-check-target-42gtc Admin Network Policy controller: took 5.56µs I0702 22:37:00.320457 3306 admin_network_policy_pod.go:56] Processing sync for Pod openshift-ovn-kubernetes/ovnkube-node-wn8j5 in Admin Network Policy controller I0702 22:37:00.320463 3306 admin_network_policy_pod.go:59] Finished syncing Pod openshift-ovn-kubernetes/ovnkube-node-wn8j5 Admin Network Policy controller: took 5.659µs I0702 22:37:00.320469 3306 admin_network_policy_pod.go:56] Processing sync for Pod openshift-backplane/osd-delete-backplane-serviceaccounts-29717190-bmtmf in Admin Network Policy controller I0702 22:37:00.320475 3306 admin_network_policy_pod.go:59] Finished syncing Pod openshift-backplane/osd-delete-backplane-serviceaccounts-29717190-bmtmf Admin Network Policy controller: took 5.888µs I0702 22:37:00.320483 3306 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-kube-controller-manager in Admin Network Policy controller I0702 22:37:00.320495 3306 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-kube-controller-manager Admin Network Policy controller: took 15.31µs I0702 22:37:00.320512 3306 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-dns in Admin Network Policy controller I0702 22:37:00.320520 3306 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-dns Admin Network Policy controller: took 8.646µs I0702 22:37:00.320527 3306 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-kube-controller-manager-operator in Admin Network Policy controller I0702 22:37:00.320532 3306 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-kube-controller-manager-operator Admin Network Policy controller: took 4.757µs I0702 22:37:00.320537 3306 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-kube-scheduler-operator in Admin Network Policy controller I0702 22:37:00.320542 3306 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-kube-scheduler-operator Admin Network Policy controller: took 4.819µs I0702 22:37:00.320549 3306 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-logging in Admin Network Policy controller I0702 22:37:00.320554 3306 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-logging Admin Network Policy controller: took 4.932µs I0702 22:37:00.320560 3306 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-authentication-operator in Admin Network Policy controller I0702 22:37:00.320565 3306 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-authentication-operator Admin Network Policy controller: took 4.507µs I0702 22:37:00.320571 3306 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-cloud-controller-manager in Admin Network Policy controller I0702 22:37:00.320576 3306 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-cloud-controller-manager Admin Network Policy controller: took 4.514µs I0702 22:37:00.320584 3306 admin_network_policy_pod.go:56] Processing sync for Pod openshift-image-registry/image-registry-5f9cf75d7d-tdcks in Admin Network Policy controller I0702 22:37:00.320589 3306 default_network_controller.go:737] Recording add event on network policy openshift-deployment-validation-operator/allow-from-openshift-insights I0702 22:37:00.320596 3306 admin_network_policy_pod.go:59] Finished syncing Pod openshift-image-registry/image-registry-5f9cf75d7d-tdcks Admin Network Policy controller: took 13.562µs I0702 22:37:00.320599 3306 obj_retry.go:512] Add event received for *v1.NetworkPolicy openshift-deployment-validation-operator/allow-from-openshift-insights I0702 22:37:00.320607 3306 admin_network_policy_pod.go:56] Processing sync for Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-31.ec2.internal in Admin Network Policy controller I0702 22:37:00.320611 3306 admin_network_policy_pod.go:59] Finished syncing Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-31.ec2.internal Admin Network Policy controller: took 4.325µs I0702 22:37:00.320617 3306 admin_network_policy_pod.go:56] Processing sync for Pod openshift-ovn-kubernetes/ovnkube-node-7r2mv in Admin Network Policy controller I0702 22:37:00.320621 3306 base_network_controller_policy.go:1172] Adding network policy openshift-deployment-validation-operator/allow-from-openshift-insights for network default I0702 22:37:00.320623 3306 admin_network_policy_pod.go:59] Finished syncing Pod openshift-ovn-kubernetes/ovnkube-node-7r2mv Admin Network Policy controller: took 5.763µs I0702 22:37:00.320635 3306 admin_network_policy_pod.go:56] Processing sync for Pod openshift-deployment-validation-operator/deployment-validation-operator-catalog-n694v in Admin Network Policy controller I0702 22:37:00.320645 3306 admin_network_policy_pod.go:59] Finished syncing Pod openshift-deployment-validation-operator/deployment-validation-operator-catalog-n694v Admin Network Policy controller: took 9.633µs I0702 22:37:00.320652 3306 admin_network_policy_pod.go:56] Processing sync for Pod kube-system/konnectivity-agent-sfzxw in Admin Network Policy controller I0702 22:37:00.320656 3306 admin_network_policy_pod.go:59] Finished syncing Pod kube-system/konnectivity-agent-sfzxw Admin Network Policy controller: took 4.136µs I0702 22:37:00.320660 3306 admin_network_policy_pod.go:56] Processing sync for Pod kube-system/kube-apiserver-proxy-ip-10-0-2-224.ec2.internal in Admin Network Policy controller I0702 22:37:00.320663 3306 admin_network_policy_pod.go:59] Finished syncing Pod kube-system/kube-apiserver-proxy-ip-10-0-2-224.ec2.internal Admin Network Policy controller: took 3.447µs I0702 22:37:00.320667 3306 admin_network_policy_pod.go:56] Processing sync for Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-84fmb in Admin Network Policy controller I0702 22:37:00.320671 3306 admin_network_policy_pod.go:59] Finished syncing Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-84fmb Admin Network Policy controller: took 3.408µs I0702 22:37:00.320632 3306 base_network_controller_policy.go:999] Network policy ingress is {Ports:[] From:[{PodSelector:nil NamespaceSelector:&LabelSelector{MatchLabels:map[string]string{name: openshift-insights,},MatchExpressions:[]LabelSelectorRequirement{},} IPBlock:nil}]} I0702 22:37:00.320675 3306 admin_network_policy_pod.go:56] Processing sync for Pod openshift-dns/node-resolver-bjwfg in Admin Network Policy controller I0702 22:37:00.320679 3306 admin_network_policy_pod.go:59] Finished syncing Pod openshift-dns/node-resolver-bjwfg Admin Network Policy controller: took 4.127µs I0702 22:37:00.320680 3306 base_network_controller_policy.go:1047] Policy openshift-deployment-validation-operator/allow-from-openshift-insights added to peer address sets [] I0702 22:37:00.320683 3306 admin_network_policy_pod.go:56] Processing sync for Pod openshift-image-registry/image-registry-5f9cf75d7d-z6q77 in Admin Network Policy controller I0702 22:37:00.320687 3306 admin_network_policy_pod.go:59] Finished syncing Pod openshift-image-registry/image-registry-5f9cf75d7d-z6q77 Admin Network Policy controller: took 3.65µs I0702 22:37:00.320691 3306 admin_network_policy_pod.go:56] Processing sync for Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-191.ec2.internal in Admin Network Policy controller I0702 22:37:00.320694 3306 admin_network_policy_pod.go:59] Finished syncing Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-191.ec2.internal Admin Network Policy controller: took 3.669µs I0702 22:37:00.320699 3306 admin_network_policy_pod.go:56] Processing sync for Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-2-224.ec2.internal in Admin Network Policy controller I0702 22:37:00.320702 3306 admin_network_policy_pod.go:59] Finished syncing Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-2-224.ec2.internal Admin Network Policy controller: took 3.88µs I0702 22:37:00.320707 3306 admin_network_policy_pod.go:56] Processing sync for Pod kube-system/konnectivity-agent-ckc9n in Admin Network Policy controller I0702 22:37:00.320710 3306 admin_network_policy_pod.go:59] Finished syncing Pod kube-system/konnectivity-agent-ckc9n Admin Network Policy controller: took 3.657µs I0702 22:37:00.320715 3306 admin_network_policy_pod.go:56] Processing sync for Pod openshift-multus/network-metrics-daemon-kj85t in Admin Network Policy controller I0702 22:37:00.320719 3306 admin_network_policy_pod.go:59] Finished syncing Pod openshift-multus/network-metrics-daemon-kj85t Admin Network Policy controller: took 4.513µs I0702 22:37:00.320728 3306 admin_network_policy_pod.go:56] Processing sync for Pod openshift-ovn-kubernetes/ovnkube-node-dqfjn in Admin Network Policy controller I0702 22:37:00.320732 3306 admin_network_policy_pod.go:59] Finished syncing Pod openshift-ovn-kubernetes/ovnkube-node-dqfjn Admin Network Policy controller: took 3.828µs I0702 22:37:00.320736 3306 admin_network_policy_pod.go:56] Processing sync for Pod openshift-multus/multus-additional-cni-plugins-x9fkj in Admin Network Policy controller I0702 22:37:00.320739 3306 admin_network_policy_pod.go:59] Finished syncing Pod openshift-multus/multus-additional-cni-plugins-x9fkj Admin Network Policy controller: took 3.638µs I0702 22:37:00.320743 3306 admin_network_policy_pod.go:56] Processing sync for Pod openshift-cluster-node-tuning-operator/tuned-g9t2g in Admin Network Policy controller I0702 22:37:00.320748 3306 admin_network_policy_pod.go:59] Finished syncing Pod openshift-cluster-node-tuning-operator/tuned-g9t2g Admin Network Policy controller: took 3.749µs I0702 22:37:00.320752 3306 admin_network_policy_pod.go:56] Processing sync for Pod openshift-cluster-node-tuning-operator/tuned-rgmwc in Admin Network Policy controller I0702 22:37:00.320756 3306 admin_network_policy_pod.go:59] Finished syncing Pod openshift-cluster-node-tuning-operator/tuned-rgmwc Admin Network Policy controller: took 3.365µs I0702 22:37:00.320760 3306 admin_network_policy_pod.go:56] Processing sync for Pod openshift-dns/node-resolver-dxzg9 in Admin Network Policy controller I0702 22:37:00.320743 3306 model_client.go:373] 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:u1983129929}] I0702 22:37:00.320764 3306 admin_network_policy_pod.go:59] Finished syncing Pod openshift-dns/node-resolver-dxzg9 Admin Network Policy controller: took 3.885µs I0702 22:37:00.320768 3306 admin_network_policy_pod.go:56] Processing sync for Pod openshift-image-registry/node-ca-ztx28 in Admin Network Policy controller I0702 22:37:00.320771 3306 admin_network_policy_pod.go:59] Finished syncing Pod openshift-image-registry/node-ca-ztx28 Admin Network Policy controller: took 3.448µs I0702 22:37:00.320776 3306 admin_network_policy_pod.go:56] Processing sync for Pod openshift-multus/multus-nv9s5 in Admin Network Policy controller I0702 22:37:00.320779 3306 admin_network_policy_pod.go:59] Finished syncing Pod openshift-multus/multus-nv9s5 Admin Network Policy controller: took 3.567µs I0702 22:37:00.320783 3306 admin_network_policy_pod.go:56] Processing sync for Pod kube-system/konnectivity-agent-nrrmr in Admin Network Policy controller I0702 22:37:00.320786 3306 admin_network_policy_pod.go:59] Finished syncing Pod kube-system/konnectivity-agent-nrrmr Admin Network Policy controller: took 3.488µs I0702 22:37:00.320791 3306 admin_network_policy_pod.go:56] Processing sync for Pod kube-system/kube-apiserver-proxy-ip-10-0-1-191.ec2.internal in Admin Network Policy controller I0702 22:37:00.320796 3306 admin_network_policy_pod.go:59] Finished syncing Pod kube-system/kube-apiserver-proxy-ip-10-0-1-191.ec2.internal Admin Network Policy controller: took 4.68µs I0702 22:37:00.320784 3306 model_client.go:373] 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:u1983129930}] I0702 22:37:00.320806 3306 admin_network_policy_pod.go:56] Processing sync for Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-lh7qd in Admin Network Policy controller I0702 22:37:00.320810 3306 admin_network_policy_pod.go:59] Finished syncing Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-lh7qd Admin Network Policy controller: took 4.382µs I0702 22:37:00.320835 3306 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-cluster-version in Admin Network Policy controller I0702 22:37:00.320843 3306 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-cluster-version Admin Network Policy controller: took 9.335µs I0702 22:37:00.320857 3306 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-ingress in Admin Network Policy controller I0702 22:37:00.320845 3306 model_client.go:373] 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:u1983129931}] I0702 22:37:00.320864 3306 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-ingress Admin Network Policy controller: took 6.96µs I0702 22:37:00.320870 3306 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-ingress-operator in Admin Network Policy controller I0702 22:37:00.320874 3306 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-ingress-operator Admin Network Policy controller: took 4.104µs I0702 22:37:00.320879 3306 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-kube-apiserver in Admin Network Policy controller I0702 22:37:00.320883 3306 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-kube-apiserver Admin Network Policy controller: took 3.76µs I0702 22:37:00.320889 3306 admin_network_policy_namespace.go:53] Processing sync for Namespace kube-public in Admin Network Policy controller I0702 22:37:00.320892 3306 admin_network_policy_namespace.go:56] Finished syncing Namespace kube-public Admin Network Policy controller: took 3.801µs I0702 22:37:00.320898 3306 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-backplane-cse in Admin Network Policy controller I0702 22:37:00.320885 3306 model_client.go:373] 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:u1983129932}] I0702 22:37:00.320904 3306 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-backplane-cse Admin Network Policy controller: took 4.008µs I0702 22:37:00.320910 3306 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-etcd in Admin Network Policy controller I0702 22:37:00.320913 3306 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-etcd Admin Network Policy controller: took 3.871µs I0702 22:37:00.320919 3306 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-network-console in Admin Network Policy controller I0702 22:37:00.320923 3306 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-network-console Admin Network Policy controller: took 4.053µs I0702 22:37:00.320929 3306 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-network-operator in Admin Network Policy controller I0702 22:37:00.320920 3306 model_client.go:373] Create operations generated as: [{Op:insert Table:Port_Group Row:map[acls:{GoSet:[{GoUUID:u1983129929} {GoUUID:u1983129930}]} 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:u1983129933}] I0702 22:37:00.320933 3306 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-network-operator Admin Network Policy controller: took 4.248µs I0702 22:37:00.320939 3306 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-backplane-ai-agent in Admin Network Policy controller I0702 22:37:00.320943 3306 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-backplane-ai-agent Admin Network Policy controller: took 4.078µs I0702 22:37:00.320948 3306 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-backplane-srep in Admin Network Policy controller I0702 22:37:00.320952 3306 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-backplane-srep Admin Network Policy controller: took 3.837µs I0702 22:37:00.320946 3306 model_client.go:373] Create operations generated as: [{Op:insert Table:Port_Group Row:map[acls:{GoSet:[{GoUUID:u1983129931} {GoUUID:u1983129932}]} 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:u1983129934}] I0702 22:37:00.320957 3306 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-ingress-canary in Admin Network Policy controller I0702 22:37:00.320962 3306 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-ingress-canary Admin Network Policy controller: took 4.005µs I0702 22:37:00.320967 3306 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-machine-config-operator in Admin Network Policy controller I0702 22:37:00.320972 3306 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-machine-config-operator Admin Network Policy controller: took 4.437µs I0702 22:37:00.320977 3306 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-multus in Admin Network Policy controller I0702 22:37:00.320981 3306 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-multus Admin Network Policy controller: took 3.824µs I0702 22:37:00.320986 3306 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-backplane-lpsre in Admin Network Policy controller I0702 22:37:00.320990 3306 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-backplane-lpsre Admin Network Policy controller: took 3.63µs I0702 22:37:00.320997 3306 admin_network_policy_pod.go:56] Processing sync for Pod openshift-dns/node-resolver-cjcpn in Admin Network Policy controller I0702 22:37:00.321002 3306 admin_network_policy_pod.go:59] Finished syncing Pod openshift-dns/node-resolver-cjcpn Admin Network Policy controller: took 6.981µs I0702 22:37:00.321012 3306 admin_network_policy_pod.go:56] Processing sync for Pod openshift-image-registry/image-registry-669cf8666f-zr8zf in Admin Network Policy controller I0702 22:37:00.321018 3306 admin_network_policy_pod.go:59] Finished syncing Pod openshift-image-registry/image-registry-669cf8666f-zr8zf Admin Network Policy controller: took 6.193µs I0702 22:37:00.321023 3306 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-image-registry in Admin Network Policy controller I0702 22:37:00.321028 3306 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-image-registry Admin Network Policy controller: took 4.825µs I0702 22:37:00.320962 3306 transact.go:42] 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:u1983129929} {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:u1983129930} {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:u1983129931} {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:u1983129932} {Op:insert Table:Port_Group Row:map[acls:{GoSet:[{GoUUID:u1983129929} {GoUUID:u1983129930}]} 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:u1983129933} {Op:insert Table:Port_Group Row:map[acls:{GoSet:[{GoUUID:u1983129931} {GoUUID:u1983129932}]} 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:u1983129934}] I0702 22:37:00.321038 3306 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-machine-api in Admin Network Policy controller I0702 22:37:00.321045 3306 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-machine-api Admin Network Policy controller: took 6.999µs I0702 22:37:00.321051 3306 admin_network_policy_namespace.go:53] Processing sync for Namespace dedicated-admin in Admin Network Policy controller I0702 22:37:00.321055 3306 admin_network_policy_namespace.go:56] Finished syncing Namespace dedicated-admin Admin Network Policy controller: took 4.545µs I0702 22:37:00.321061 3306 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-cluster-samples-operator in Admin Network Policy controller I0702 22:37:00.321065 3306 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-cluster-samples-operator Admin Network Policy controller: took 4.07µs I0702 22:37:00.321070 3306 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-kube-scheduler in Admin Network Policy controller I0702 22:37:00.321075 3306 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-kube-scheduler Admin Network Policy controller: took 4.486µs I0702 22:37:00.321080 3306 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-operators in Admin Network Policy controller I0702 22:37:00.321084 3306 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-operators Admin Network Policy controller: took 4.243µs I0702 22:37:00.321090 3306 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-backplane-mobb in Admin Network Policy controller I0702 22:37:00.321094 3306 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-backplane-mobb Admin Network Policy controller: took 4.124µs I0702 22:37:00.321099 3306 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-config in Admin Network Policy controller I0702 22:37:00.321103 3306 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-config Admin Network Policy controller: took 4.099µs I0702 22:37:00.321110 3306 admin_network_policy_pod.go:56] Processing sync for Pod openshift-network-diagnostics/network-check-target-m7jsk in Admin Network Policy controller I0702 22:37:00.321115 3306 admin_network_policy_pod.go:59] Finished syncing Pod openshift-network-diagnostics/network-check-target-m7jsk Admin Network Policy controller: took 7.24µs I0702 22:37:00.321124 3306 admin_network_policy_pod.go:56] Processing sync for Pod kube-system/kube-apiserver-proxy-ip-10-0-0-31.ec2.internal in Admin Network Policy controller I0702 22:37:00.321130 3306 admin_network_policy_pod.go:59] Finished syncing Pod kube-system/kube-apiserver-proxy-ip-10-0-0-31.ec2.internal Admin Network Policy controller: took 5.818µs I0702 22:37:00.321136 3306 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-cluster-csi-drivers in Admin Network Policy controller I0702 22:37:00.321143 3306 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-cluster-csi-drivers Admin Network Policy controller: took 5.933µs I0702 22:37:00.321155 3306 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-config-managed in Admin Network Policy controller I0702 22:37:00.321160 3306 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-config-managed Admin Network Policy controller: took 4.884µs I0702 22:37:00.321166 3306 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-console-operator in Admin Network Policy controller I0702 22:37:00.321171 3306 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-console-operator Admin Network Policy controller: took 4.602µs I0702 22:37:00.321177 3306 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-node in Admin Network Policy controller I0702 22:37:00.321181 3306 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-node Admin Network Policy controller: took 4.585µs I0702 22:37:00.321187 3306 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-operators-redhat in Admin Network Policy controller I0702 22:37:00.321191 3306 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-operators-redhat Admin Network Policy controller: took 4.269µs I0702 22:37:00.321198 3306 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-authentication in Admin Network Policy controller I0702 22:37:00.321202 3306 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-authentication Admin Network Policy controller: took 4.477µs I0702 22:37:00.321208 3306 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-backplane-tam in Admin Network Policy controller I0702 22:37:00.321213 3306 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-backplane-tam Admin Network Policy controller: took 4.192µs I0702 22:37:00.321219 3306 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-backplane-srep-ro in Admin Network Policy controller I0702 22:37:00.321224 3306 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-backplane-srep-ro Admin Network Policy controller: took 4.897µs I0702 22:37:00.321230 3306 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-cluster-machine-approver in Admin Network Policy controller I0702 22:37:00.321234 3306 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-cluster-machine-approver Admin Network Policy controller: took 4.413µs I0702 22:37:00.321241 3306 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-config-operator in Admin Network Policy controller I0702 22:37:00.321245 3306 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-config-operator Admin Network Policy controller: took 4.56µs I0702 22:37:00.321254 3306 admin_network_policy_pod.go:56] Processing sync for Pod openshift-multus/multus-bn64w in Admin Network Policy controller I0702 22:37:00.321266 3306 admin_network_policy_pod.go:59] Finished syncing Pod openshift-multus/multus-bn64w Admin Network Policy controller: took 13.052µs I0702 22:37:00.321287 3306 admin_network_policy_pod.go:56] Processing sync for Pod openshift-multus/network-metrics-daemon-tgbnw in Admin Network Policy controller I0702 22:37:00.321297 3306 admin_network_policy_pod.go:59] Finished syncing Pod openshift-multus/network-metrics-daemon-tgbnw Admin Network Policy controller: took 10.091µs I0702 22:37:00.321303 3306 admin_network_policy_pod.go:56] Processing sync for Pod openshift-multus/multus-additional-cni-plugins-fdltz in Admin Network Policy controller I0702 22:37:00.321307 3306 admin_network_policy_pod.go:59] Finished syncing Pod openshift-multus/multus-additional-cni-plugins-fdltz Admin Network Policy controller: took 3.779µs I0702 22:37:00.321312 3306 admin_network_policy_pod.go:56] Processing sync for Pod openshift-image-registry/node-ca-g7rk4 in Admin Network Policy controller I0702 22:37:00.321316 3306 admin_network_policy_pod.go:59] Finished syncing Pod openshift-image-registry/node-ca-g7rk4 Admin Network Policy controller: took 4.157µs I0702 22:37:00.321323 3306 admin_network_policy_pod.go:56] Processing sync for Pod openshift-image-registry/node-ca-ljfzz in Admin Network Policy controller I0702 22:37:00.321328 3306 admin_network_policy_pod.go:59] Finished syncing Pod openshift-image-registry/node-ca-ljfzz Admin Network Policy controller: took 5.507µs I0702 22:37:00.321333 3306 admin_network_policy_pod.go:56] Processing sync for Pod openshift-cluster-node-tuning-operator/tuned-dms5j in Admin Network Policy controller I0702 22:37:00.321336 3306 admin_network_policy_pod.go:59] Finished syncing Pod openshift-cluster-node-tuning-operator/tuned-dms5j Admin Network Policy controller: took 3.944µs I0702 22:37:00.321343 3306 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-controller-manager-operator in Admin Network Policy controller I0702 22:37:00.321349 3306 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-controller-manager-operator Admin Network Policy controller: took 6.385µs I0702 22:37:00.321357 3306 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-customer-monitoring in Admin Network Policy controller I0702 22:37:00.321361 3306 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-customer-monitoring Admin Network Policy controller: took 4.047µs I0702 22:37:00.321365 3306 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-must-gather-operator in Admin Network Policy controller I0702 22:37:00.321369 3306 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-must-gather-operator Admin Network Policy controller: took 3.028µs I0702 22:37:00.321374 3306 admin_network_policy_namespace.go:53] Processing sync for Namespace kube-node-lease in Admin Network Policy controller I0702 22:37:00.321377 3306 admin_network_policy_namespace.go:56] Finished syncing Namespace kube-node-lease Admin Network Policy controller: took 4.275µs I0702 22:37:00.321382 3306 admin_network_policy_namespace.go:53] Processing sync for Namespace open-cluster-management-agent-addon in Admin Network Policy controller I0702 22:37:00.321385 3306 admin_network_policy_namespace.go:56] Finished syncing Namespace open-cluster-management-agent-addon Admin Network Policy controller: took 2.96µs I0702 22:37:00.321389 3306 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-network-node-identity in Admin Network Policy controller I0702 22:37:00.321392 3306 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-network-node-identity Admin Network Policy controller: took 2.82µs I0702 22:37:00.321397 3306 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-user-workload-monitoring in Admin Network Policy controller I0702 22:37:00.321399 3306 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-user-workload-monitoring Admin Network Policy controller: took 3.128µs I0702 22:37:00.321404 3306 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-network-diagnostics in Admin Network Policy controller I0702 22:37:00.321406 3306 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-network-diagnostics Admin Network Policy controller: took 3.112µs I0702 22:37:00.321410 3306 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-apiserver in Admin Network Policy controller I0702 22:37:00.321413 3306 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-apiserver Admin Network Policy controller: took 2.881µs I0702 22:37:00.321417 3306 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-infra in Admin Network Policy controller I0702 22:37:00.321420 3306 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-infra Admin Network Policy controller: took 2.861µs I0702 22:37:00.321424 3306 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-backplane-csm in Admin Network Policy controller I0702 22:37:00.321427 3306 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-backplane-csm Admin Network Policy controller: took 2.945µs I0702 22:37:00.321431 3306 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-backplane-mcs-tier-two in Admin Network Policy controller I0702 22:37:00.321434 3306 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-backplane-mcs-tier-two Admin Network Policy controller: took 2.813µs I0702 22:37:00.321438 3306 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-dns-operator in Admin Network Policy controller I0702 22:37:00.321441 3306 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-dns-operator Admin Network Policy controller: took 2.846µs I0702 22:37:00.321445 3306 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-monitoring in Admin Network Policy controller I0702 22:37:00.321447 3306 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-monitoring Admin Network Policy controller: took 2.953µs I0702 22:37:00.321452 3306 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-route-controller-manager in Admin Network Policy controller I0702 22:37:00.321455 3306 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-route-controller-manager Admin Network Policy controller: took 2.94µs I0702 22:37:00.321459 3306 admin_network_policy_namespace.go:53] Processing sync for Namespace default in Admin Network Policy controller I0702 22:37:00.321462 3306 admin_network_policy_namespace.go:56] Finished syncing Namespace default Admin Network Policy controller: took 2.922µs I0702 22:37:00.321465 3306 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-backplane in Admin Network Policy controller I0702 22:37:00.321468 3306 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-backplane Admin Network Policy controller: took 2.811µs I0702 22:37:00.321472 3306 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-console-user-settings in Admin Network Policy controller I0702 22:37:00.321475 3306 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-console-user-settings Admin Network Policy controller: took 2.932µs I0702 22:37:00.321479 3306 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-kube-apiserver-operator in Admin Network Policy controller I0702 22:37:00.321482 3306 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-kube-apiserver-operator Admin Network Policy controller: took 2.84µs I0702 22:37:00.321486 3306 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-service-ca-operator in Admin Network Policy controller I0702 22:37:00.321488 3306 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-service-ca-operator Admin Network Policy controller: took 2.816µs I0702 22:37:00.321492 3306 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-apiserver-operator in Admin Network Policy controller I0702 22:37:00.321495 3306 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-apiserver-operator Admin Network Policy controller: took 2.802µs I0702 22:37:00.321500 3306 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-backplane-cee in Admin Network Policy controller I0702 22:37:00.321503 3306 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-backplane-cee Admin Network Policy controller: took 3.897µs I0702 22:37:00.321507 3306 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-kube-storage-version-migrator-operator in Admin Network Policy controller I0702 22:37:00.321509 3306 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-kube-storage-version-migrator-operator Admin Network Policy controller: took 2.871µs I0702 22:37:00.321513 3306 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-operator-lifecycle-manager in Admin Network Policy controller I0702 22:37:00.321516 3306 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-operator-lifecycle-manager Admin Network Policy controller: took 2.981µs I0702 22:37:00.321520 3306 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-backplane-managed-scripts in Admin Network Policy controller I0702 22:37:00.321523 3306 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-backplane-managed-scripts Admin Network Policy controller: took 2.818µs I0702 22:37:00.321527 3306 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-insights in Admin Network Policy controller I0702 22:37:00.321530 3306 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-insights Admin Network Policy controller: took 2.715µs I0702 22:37:00.321534 3306 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-cluster-storage-operator in Admin Network Policy controller I0702 22:37:00.321537 3306 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-cluster-storage-operator Admin Network Policy controller: took 2.8µs I0702 22:37:00.321540 3306 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-deployment-validation-operator in Admin Network Policy controller I0702 22:37:00.321543 3306 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-deployment-validation-operator Admin Network Policy controller: took 2.848µs I0702 22:37:00.321547 3306 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-host-network in Admin Network Policy controller I0702 22:37:00.321550 3306 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-host-network Admin Network Policy controller: took 3.19µs I0702 22:37:00.321554 3306 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift in Admin Network Policy controller I0702 22:37:00.321557 3306 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift Admin Network Policy controller: took 2.897µs I0702 22:37:00.321561 3306 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-cluster-node-tuning-operator in Admin Network Policy controller I0702 22:37:00.321563 3306 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-cluster-node-tuning-operator Admin Network Policy controller: took 2.741µs I0702 22:37:00.322447 3306 model_client.go:373] 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:u1983129935}] I0702 22:37:00.322479 3306 transact.go:42] 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:u1983129935}] I0702 22:37:00.322966 3306 model_client.go:373] 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:u1983129936}] I0702 22:37:00.323015 3306 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:acls Mutator:insert Value:{GoSet:[{GoUUID:u1983129936}]}}] Timeout: Where:[where column _uuid == {101e84e2-7125-491c-b4c0-8617ace5c69e}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:00.323033 3306 transact.go:42] 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:u1983129936} {Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:acls Mutator:insert Value:{GoSet:[{GoUUID:u1983129936}]}}] Timeout: Where:[where column _uuid == {101e84e2-7125-491c-b4c0-8617ace5c69e}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:00.323536 3306 obj_retry.go:512] Add event received for *factory.peerNamespaceSelector openshift-insights I0702 22:37:00.323662 3306 obj_retry.go:551] Creating *factory.peerNamespaceSelector openshift-insights took: 108.975µs I0702 22:37:00.323684 3306 factory.go:1336] Added *v1.Namespace event handler 5 I0702 22:37:00.323740 3306 obj_retry.go:512] Add event received for *factory.localPodSelector openshift-deployment-validation-operator/deployment-validation-operator-catalog-n694v I0702 22:37:00.323754 3306 obj_retry.go:551] Creating *factory.localPodSelector openshift-deployment-validation-operator/deployment-validation-operator-catalog-n694v took: 583ns I0702 22:37:00.323771 3306 factory.go:1336] Added *v1.Pod event handler 6 I0702 22:37:00.323787 3306 base_network_controller_policy.go:1225] Create network policy openshift-deployment-validation-operator/allow-from-openshift-insights resources completed, update namespace loglevel I0702 22:37:00.323797 3306 obj_retry.go:551] Creating *v1.NetworkPolicy openshift-deployment-validation-operator/allow-from-openshift-insights took: 3.189662ms I0702 22:37:00.323804 3306 default_network_controller.go:780] Recording success event on network policy openshift-deployment-validation-operator/allow-from-openshift-insights I0702 22:37:00.323828 3306 default_network_controller.go:737] Recording add event on network policy openshift-deployment-validation-operator/allow-from-openshift-olm I0702 22:37:00.323835 3306 obj_retry.go:512] Add event received for *v1.NetworkPolicy openshift-deployment-validation-operator/allow-from-openshift-olm I0702 22:37:00.323843 3306 base_network_controller_policy.go:1172] Adding network policy openshift-deployment-validation-operator/allow-from-openshift-olm for network default I0702 22:37:00.323851 3306 base_network_controller_policy.go:999] Network policy ingress is {Ports:[] From:[]} I0702 22:37:00.323858 3306 base_network_controller_policy.go:1047] Policy openshift-deployment-validation-operator/allow-from-openshift-olm added to peer address sets [] I0702 22:37:00.323903 3306 model_client.go:373] 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:u1983129937}] I0702 22:37:00.323945 3306 model_client.go:373] Create operations generated as: [{Op:insert Table:Port_Group Row:map[acls:{GoSet:[{GoUUID:u1983129937}]} 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:u1983129938}] I0702 22:37:00.323965 3306 transact.go:42] 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:u1983129937} {Op:insert Table:Port_Group Row:map[acls:{GoSet:[{GoUUID:u1983129937}]} 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:u1983129938}] I0702 22:37:00.324462 3306 obj_retry.go:512] Add event received for *factory.localPodSelector openshift-deployment-validation-operator/deployment-validation-operator-catalog-n694v I0702 22:37:00.324486 3306 obj_retry.go:551] Creating *factory.localPodSelector openshift-deployment-validation-operator/deployment-validation-operator-catalog-n694v took: 892ns I0702 22:37:00.324503 3306 factory.go:1336] Added *v1.Pod event handler 7 I0702 22:37:00.324520 3306 base_network_controller_policy.go:1225] Create network policy openshift-deployment-validation-operator/allow-from-openshift-olm resources completed, update namespace loglevel I0702 22:37:00.324531 3306 obj_retry.go:551] Creating *v1.NetworkPolicy openshift-deployment-validation-operator/allow-from-openshift-olm took: 689.302µs I0702 22:37:00.324539 3306 default_network_controller.go:780] Recording success event on network policy openshift-deployment-validation-operator/allow-from-openshift-olm I0702 22:37:00.324552 3306 factory.go:1336] Added *v1.NetworkPolicy event handler 4 I0702 22:37:00.324724 3306 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-operators-redhat I0702 22:37:00.324736 3306 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-backplane-tam I0702 22:37:00.324731 3306 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-node I0702 22:37:00.324750 3306 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-controller-manager-operator I0702 22:37:00.324765 3306 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-config-operator I0702 22:37:00.324766 3306 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-node took: 12.884µs I0702 22:37:00.324766 3306 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-operators-redhat took: 21.154µs I0702 22:37:00.324781 3306 obj_retry.go:512] Add event received for *factory.egressIPNamespace open-cluster-management-agent-addon I0702 22:37:00.324785 3306 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-network-node-identity I0702 22:37:00.324796 3306 obj_retry.go:551] Creating *factory.egressIPNamespace open-cluster-management-agent-addon took: 6.208µs I0702 22:37:00.324796 3306 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-authentication I0702 22:37:00.324803 3306 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-cluster-storage-operator I0702 22:37:00.324811 3306 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-apiserver I0702 22:37:00.324828 3306 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-console-operator I0702 22:37:00.324839 3306 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-authentication took: 31.002µs I0702 22:37:00.324842 3306 obj_retry.go:512] Add event received for *factory.egressIPNamespace kube-node-lease I0702 22:37:00.324844 3306 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-user-workload-monitoring I0702 22:37:00.324847 3306 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-apiserver took: 10.336µs I0702 22:37:00.324856 3306 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-console-user-settings I0702 22:37:00.324861 3306 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-network-diagnostics I0702 22:37:00.324869 3306 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-user-workload-monitoring took: 11.587µs I0702 22:37:00.324870 3306 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-backplane-srep-ro I0702 22:37:00.324877 3306 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-backplane I0702 22:37:00.324878 3306 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-console-user-settings took: 10.293µs I0702 22:37:00.324881 3306 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-network-diagnostics took: 10.019µs I0702 22:37:00.324886 3306 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-kube-apiserver-operator I0702 22:37:00.324889 3306 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-dns-operator I0702 22:37:00.324887 3306 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-backplane took: 1.974µs I0702 22:37:00.324891 3306 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-backplane-srep-ro took: 9.542µs I0702 22:37:00.324897 3306 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-host-network I0702 22:37:00.324899 3306 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-dns-operator took: 2.527µs I0702 22:37:00.324781 3306 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-backplane-mcs-tier-two I0702 22:37:00.324900 3306 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-infra I0702 22:37:00.324906 3306 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-insights I0702 22:37:00.324906 3306 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-host-network took: 2.328µs I0702 22:37:00.324858 3306 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-monitoring I0702 22:37:00.324913 3306 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-infra took: 2.757µs I0702 22:37:00.324915 3306 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-authentication-operator I0702 22:37:00.324915 3306 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-insights took: 2.828µs I0702 22:37:00.324920 3306 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-backplane-mcs-tier-two took: 9.234µs I0702 22:37:00.324922 3306 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-monitoring took: 3.363µs I0702 22:37:00.324907 3306 obj_retry.go:512] Add event received for *factory.egressIPNamespace default I0702 22:37:00.324924 3306 obj_retry.go:512] Add event received for *factory.egressIPNamespace kube-public I0702 22:37:00.324886 3306 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-console-operator took: 43.85µs I0702 22:37:00.324930 3306 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-cloud-network-config-controller I0702 22:37:00.324936 3306 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-customer-monitoring I0702 22:37:00.324939 3306 obj_retry.go:551] Creating *factory.egressIPNamespace kube-public took: 4.262µs I0702 22:37:00.324941 3306 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-cloud-network-config-controller took: 2.257µs I0702 22:37:00.324945 3306 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-multus I0702 22:37:00.324945 3306 obj_retry.go:551] Creating *factory.egressIPNamespace default took: 10.799µs I0702 22:37:00.324948 3306 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-customer-monitoring took: 3.933µs I0702 22:37:00.324956 3306 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-backplane-csm I0702 22:37:00.324957 3306 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-service-ca-operator I0702 22:37:00.324965 3306 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-backplane-csm took: 1.903µs I0702 22:37:00.324967 3306 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-service-ca-operator took: 2.584µs I0702 22:37:00.324972 3306 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-backplane-cee I0702 22:37:00.324974 3306 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-backplane-cse I0702 22:37:00.324981 3306 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-backplane-cse took: 1.697µs I0702 22:37:00.324982 3306 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-backplane-cee took: 2.171µs I0702 22:37:00.324988 3306 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-cluster-samples-operator I0702 22:37:00.324989 3306 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-logging I0702 22:37:00.324797 3306 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-network-node-identity took: 3.526µs I0702 22:37:00.324996 3306 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-cluster-samples-operator took: 2.305µs I0702 22:37:00.324998 3306 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-logging took: 2.539µs I0702 22:37:00.325000 3306 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-backplane-managed-scripts I0702 22:37:00.324947 3306 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-kube-controller-manager-operator I0702 22:37:00.325005 3306 obj_retry.go:512] Add event received for *factory.egressIPNamespace dedicated-admin I0702 22:37:00.325009 3306 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-backplane-managed-scripts took: 2.076µs I0702 22:37:00.325012 3306 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-kube-controller-manager-operator took: 2.519µs I0702 22:37:00.324798 3306 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-controller-manager-operator took: 33.337µs I0702 22:37:00.324951 3306 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-multus took: 1.876µs I0702 22:37:00.324921 3306 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-operator-lifecycle-manager I0702 22:37:00.325022 3306 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-must-gather-operator I0702 22:37:00.325032 3306 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-operator-lifecycle-manager took: 4.612µs I0702 22:37:00.324766 3306 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-backplane-tam took: 17.745µs I0702 22:37:00.325041 3306 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-cluster-version I0702 22:37:00.325042 3306 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-cluster-csi-drivers I0702 22:37:00.325048 3306 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-cluster-version took: 2.513µs I0702 22:37:00.325048 3306 obj_retry.go:551] Creating *factory.egressIPNamespace kube-node-lease took: 194.814µs I0702 22:37:00.324848 3306 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-config-managed I0702 22:37:00.325060 3306 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-config-managed took: 1.255µs I0702 22:37:00.325064 3306 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-deployment-validation-operator I0702 22:37:00.325070 3306 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-deployment-validation-operator took: 1.24µs I0702 22:37:00.325073 3306 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-kube-controller-manager I0702 22:37:00.325080 3306 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-kube-controller-manager took: 1.677µs I0702 22:37:00.324829 3306 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-cluster-storage-operator took: 2.63µs I0702 22:37:00.325095 3306 obj_retry.go:512] Add event received for *factory.egressIPNamespace open-cluster-management-2ra9b3d23jisg1nirlsuo1aqo4gngmda I0702 22:37:00.325107 3306 obj_retry.go:551] Creating *factory.egressIPNamespace open-cluster-management-2ra9b3d23jisg1nirlsuo1aqo4gngmda took: 4.092µs I0702 22:37:00.325111 3306 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-kube-scheduler-operator I0702 22:37:00.325117 3306 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-kube-scheduler-operator took: 2.224µs I0702 22:37:00.325121 3306 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-ingress I0702 22:37:00.325128 3306 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-ingress took: 2.985µs I0702 22:37:00.325132 3306 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-backplane-ai-agent I0702 22:37:00.325138 3306 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-backplane-ai-agent took: 1.38µs I0702 22:37:00.325053 3306 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-machine-api I0702 22:37:00.325148 3306 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-machine-api took: 3.529µs I0702 22:37:00.325033 3306 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-must-gather-operator took: 2.867µs I0702 22:37:00.325157 3306 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-marketplace I0702 22:37:00.325166 3306 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-marketplace took: 3.208µs I0702 22:37:00.325170 3306 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-cloud-controller-manager I0702 22:37:00.325175 3306 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-cloud-controller-manager took: 1.664µs I0702 22:37:00.325179 3306 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-machine-config-operator I0702 22:37:00.325186 3306 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-machine-config-operator took: 3.832µs I0702 22:37:00.325059 3306 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-cluster-machine-approver I0702 22:37:00.325195 3306 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-cluster-machine-approver took: 1.794µs I0702 22:37:00.325199 3306 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-cluster-node-tuning-operator I0702 22:37:00.325204 3306 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-cluster-node-tuning-operator took: 2.168µs I0702 22:37:00.325209 3306 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-package-operator I0702 22:37:00.325219 3306 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-package-operator took: 3.741µs I0702 22:37:00.325232 3306 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-network-operator I0702 22:37:00.325238 3306 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-network-operator took: 2.386µs I0702 22:37:00.325014 3306 obj_retry.go:551] Creating *factory.egressIPNamespace dedicated-admin took: 2.878µs I0702 22:37:00.324811 3306 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-config-operator took: 31.355µs I0702 22:37:00.325248 3306 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-route-controller-manager I0702 22:37:00.325254 3306 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-route-controller-manager took: 1.311µs I0702 22:37:00.325258 3306 obj_retry.go:512] Add event received for *factory.egressIPNamespace kube-system I0702 22:37:00.325264 3306 obj_retry.go:551] Creating *factory.egressIPNamespace kube-system took: 2.409µs I0702 22:37:00.325269 3306 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-console I0702 22:37:00.325278 3306 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-console took: 2.95µs I0702 22:37:00.325288 3306 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-backplane-mobb I0702 22:37:00.325295 3306 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-backplane-mobb took: 1.585µs I0702 22:37:00.325298 3306 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-kube-scheduler I0702 22:37:00.325303 3306 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-kube-scheduler took: 1.212µs I0702 22:37:00.324897 3306 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-kube-apiserver-operator took: 3.519µs I0702 22:37:00.325310 3306 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-apiserver-operator I0702 22:37:00.325315 3306 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-apiserver-operator took: 1.498µs I0702 22:37:00.325319 3306 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-kube-apiserver I0702 22:37:00.325323 3306 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-kube-apiserver took: 1.379µs I0702 22:37:00.325327 3306 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-backplane-srep I0702 22:37:00.325333 3306 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-backplane-srep took: 1.453µs I0702 22:37:00.324925 3306 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-authentication-operator took: 3.153µs I0702 22:37:00.325344 3306 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-ingress-canary I0702 22:37:00.325351 3306 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-ingress-canary took: 1.386µs I0702 22:37:00.324929 3306 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift I0702 22:37:00.325359 3306 obj_retry.go:551] Creating *factory.egressIPNamespace openshift took: 1.112µs I0702 22:37:00.325363 3306 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-cloud-credential-operator I0702 22:37:00.325368 3306 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-cloud-credential-operator took: 1.474µs I0702 22:37:00.325371 3306 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-dns I0702 22:37:00.325377 3306 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-dns took: 1.946µs I0702 22:37:00.325381 3306 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-config I0702 22:37:00.325387 3306 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-config took: 2.291µs I0702 22:37:00.325016 3306 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-controller-manager I0702 22:37:00.325396 3306 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-controller-manager took: 2.047µs I0702 22:37:00.325405 3306 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-ingress-operator I0702 22:37:00.325413 3306 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-ingress-operator took: 1.778µs I0702 22:37:00.325417 3306 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-image-registry I0702 22:37:00.325423 3306 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-image-registry took: 1.974µs I0702 22:37:00.325020 3306 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-backplane-lpsre I0702 22:37:00.325430 3306 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-backplane-lpsre took: 2.02µs I0702 22:37:00.325054 3306 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-cluster-csi-drivers took: 4.358µs I0702 22:37:00.325436 3306 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-kube-storage-version-migrator-operator I0702 22:37:00.325442 3306 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-kube-storage-version-migrator-operator took: 1.716µs I0702 22:37:00.325446 3306 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-ovn-kubernetes I0702 22:37:00.325452 3306 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-ovn-kubernetes took: 2.299µs I0702 22:37:00.325457 3306 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-network-console I0702 22:37:00.325466 3306 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-network-console took: 2.222µs I0702 22:37:00.325086 3306 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-etcd I0702 22:37:00.325475 3306 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-etcd took: 1.55µs I0702 22:37:00.325479 3306 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-operators I0702 22:37:00.325485 3306 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-operators took: 1.517µs I0702 22:37:00.325492 3306 factory.go:1336] Added *v1.Namespace event handler 8 I0702 22:37:00.325552 3306 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-multus/network-metrics-daemon-tgbnw I0702 22:37:00.325565 3306 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-fdltz I0702 22:37:00.325569 3306 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-image-registry/node-ca-ljfzz I0702 22:37:00.325581 3306 obj_retry.go:551] Creating *factory.egressIPPod openshift-multus/network-metrics-daemon-tgbnw took: 15.132µs I0702 22:37:00.325581 3306 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-multus/multus-kfhcs I0702 22:37:00.325589 3306 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-deployment-validation-operator/deployment-validation-operator-catalog-n694v I0702 22:37:00.325591 3306 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-multus/network-metrics-daemon-c4whj I0702 22:37:00.325592 3306 obj_retry.go:551] Creating *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-fdltz took: 15.823µs I0702 22:37:00.325598 3306 obj_retry.go:551] Creating *factory.egressIPPod openshift-deployment-validation-operator/deployment-validation-operator-catalog-n694v took: 2.721µs I0702 22:37:00.325604 3306 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-image-registry/image-registry-5f9cf75d7d-tdcks I0702 22:37:00.325555 3306 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-image-registry/node-ca-g7rk4 I0702 22:37:00.325608 3306 obj_retry.go:512] Add event received for *factory.egressIPPod kube-system/konnectivity-agent-ckc9n I0702 22:37:00.325612 3306 obj_retry.go:551] Creating *factory.egressIPPod openshift-multus/multus-kfhcs took: 16.961µs I0702 22:37:00.325616 3306 obj_retry.go:551] Creating *factory.egressIPPod openshift-image-registry/image-registry-5f9cf75d7d-tdcks took: 3.138µs I0702 22:37:00.325617 3306 obj_retry.go:551] Creating *factory.egressIPPod openshift-multus/network-metrics-daemon-c4whj took: 14.974µs I0702 22:37:00.325592 3306 obj_retry.go:551] Creating *factory.egressIPPod openshift-image-registry/node-ca-ljfzz took: 12.563µs I0702 22:37:00.325621 3306 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-2-224.ec2.internal I0702 22:37:00.325627 3306 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-191.ec2.internal I0702 22:37:00.325627 3306 obj_retry.go:551] Creating *factory.egressIPPod openshift-image-registry/node-ca-g7rk4 took: 12.429µs I0702 22:37:00.325627 3306 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-cluster-node-tuning-operator/tuned-dms5j I0702 22:37:00.325635 3306 obj_retry.go:551] Creating *factory.egressIPPod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-2-224.ec2.internal took: 3.465µs I0702 22:37:00.325639 3306 obj_retry.go:551] Creating *factory.egressIPPod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-191.ec2.internal took: 3.445µs I0702 22:37:00.325640 3306 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-ovn-kubernetes/ovnkube-node-7r2mv I0702 22:37:00.325640 3306 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-31.ec2.internal I0702 22:37:00.325646 3306 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-multus/network-metrics-daemon-kj85t I0702 22:37:00.325648 3306 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-ovn-kubernetes/ovnkube-node-wn8j5 I0702 22:37:00.325653 3306 obj_retry.go:551] Creating *factory.egressIPPod openshift-cluster-node-tuning-operator/tuned-dms5j took: 11.114µs I0702 22:37:00.325657 3306 obj_retry.go:551] Creating *factory.egressIPPod openshift-multus/network-metrics-daemon-kj85t took: 3.082µs I0702 22:37:00.325657 3306 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-dns/node-resolver-bjwfg I0702 22:37:00.325661 3306 obj_retry.go:512] Add event received for *factory.egressIPPod kube-system/konnectivity-agent-nrrmr I0702 22:37:00.325616 3306 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-multus/multus-bn64w I0702 22:37:00.325661 3306 obj_retry.go:551] Creating *factory.egressIPPod openshift-ovn-kubernetes/ovnkube-node-7r2mv took: 11.376µs I0702 22:37:00.325669 3306 obj_retry.go:551] Creating *factory.egressIPPod openshift-ovn-kubernetes/ovnkube-node-wn8j5 took: 12.739µs I0702 22:37:00.325672 3306 obj_retry.go:551] Creating *factory.egressIPPod kube-system/konnectivity-agent-nrrmr took: 2.92µs I0702 22:37:00.325636 3306 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-network-diagnostics/network-check-target-fwzzc I0702 22:37:00.325677 3306 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-l8m59 I0702 22:37:00.325677 3306 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-backplane/osd-delete-backplane-serviceaccounts-29717190-bmtmf I0702 22:37:00.325681 3306 obj_retry.go:551] Creating *factory.egressIPPod openshift-dns/node-resolver-bjwfg took: 12.527µs I0702 22:37:00.325683 3306 obj_retry.go:551] Creating *factory.egressIPPod openshift-multus/multus-bn64w took: 10.675µs I0702 22:37:00.325688 3306 obj_retry.go:551] Creating *factory.egressIPPod openshift-backplane/osd-delete-backplane-serviceaccounts-29717190-bmtmf took: 1.656µs I0702 22:37:00.325692 3306 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-dns/node-resolver-dxzg9 I0702 22:37:00.325698 3306 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-dns/node-resolver-cjcpn I0702 22:37:00.325698 3306 obj_retry.go:551] Creating *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-l8m59 took: 11.715µs I0702 22:37:00.325703 3306 obj_retry.go:551] Creating *factory.egressIPPod openshift-dns/node-resolver-dxzg9 took: 2.995µs I0702 22:37:00.325706 3306 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-network-diagnostics/network-check-target-42gtc I0702 22:37:00.325707 3306 obj_retry.go:551] Creating *factory.egressIPPod openshift-dns/node-resolver-cjcpn took: 2.811µs I0702 22:37:00.325674 3306 obj_retry.go:512] Add event received for *factory.egressIPPod kube-system/konnectivity-agent-sfzxw I0702 22:37:00.325713 3306 obj_retry.go:551] Creating *factory.egressIPPod openshift-network-diagnostics/network-check-target-42gtc took: 1.642µs I0702 22:37:00.325718 3306 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-image-registry/image-registry-669cf8666f-zr8zf I0702 22:37:00.325720 3306 obj_retry.go:551] Creating *factory.egressIPPod kube-system/konnectivity-agent-sfzxw took: 3.578µs I0702 22:37:00.325724 3306 obj_retry.go:551] Creating *factory.egressIPPod openshift-image-registry/image-registry-669cf8666f-zr8zf took: 1.9µs I0702 22:37:00.325726 3306 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-cluster-node-tuning-operator/tuned-g9t2g I0702 22:37:00.325733 3306 obj_retry.go:551] Creating *factory.egressIPPod openshift-cluster-node-tuning-operator/tuned-g9t2g took: 1.956µs I0702 22:37:00.325628 3306 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-4wbd9 I0702 22:37:00.325763 3306 obj_retry.go:551] Creating *factory.egressIPPod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-4wbd9 took: 2.289µs I0702 22:37:00.325770 3306 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-cluster-node-tuning-operator/tuned-rgmwc I0702 22:37:00.325777 3306 obj_retry.go:551] Creating *factory.egressIPPod openshift-cluster-node-tuning-operator/tuned-rgmwc took: 1.733µs I0702 22:37:00.325604 3306 obj_retry.go:512] Add event received for *factory.egressIPPod kube-system/kube-apiserver-proxy-ip-10-0-2-224.ec2.internal I0702 22:37:00.325791 3306 obj_retry.go:551] Creating *factory.egressIPPod kube-system/kube-apiserver-proxy-ip-10-0-2-224.ec2.internal took: 6.67µs I0702 22:37:00.325795 3306 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-multus/multus-nv9s5 I0702 22:37:00.325802 3306 obj_retry.go:551] Creating *factory.egressIPPod openshift-multus/multus-nv9s5 took: 2.056µs I0702 22:37:00.325688 3306 obj_retry.go:551] Creating *factory.egressIPPod openshift-network-diagnostics/network-check-target-fwzzc took: 2.642µs I0702 22:37:00.325629 3306 obj_retry.go:551] Creating *factory.egressIPPod kube-system/konnectivity-agent-ckc9n took: 11.682µs I0702 22:37:00.325810 3306 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-x9fkj I0702 22:37:00.325605 3306 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-ovn-kubernetes/ovnkube-node-dqfjn I0702 22:37:00.325834 3306 obj_retry.go:551] Creating *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-x9fkj took: 3.045µs I0702 22:37:00.325843 3306 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-image-registry/node-ca-ztx28 I0702 22:37:00.325846 3306 obj_retry.go:551] Creating *factory.egressIPPod openshift-ovn-kubernetes/ovnkube-node-dqfjn took: 3.177µs I0702 22:37:00.325849 3306 obj_retry.go:551] Creating *factory.egressIPPod openshift-image-registry/node-ca-ztx28 took: 2.089µs I0702 22:37:00.325644 3306 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-lh7qd I0702 22:37:00.325852 3306 obj_retry.go:512] Add event received for *factory.egressIPPod kube-system/kube-apiserver-proxy-ip-10-0-1-191.ec2.internal I0702 22:37:00.325858 3306 obj_retry.go:551] Creating *factory.egressIPPod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-lh7qd took: 2.185µs I0702 22:37:00.325861 3306 obj_retry.go:551] Creating *factory.egressIPPod kube-system/kube-apiserver-proxy-ip-10-0-1-191.ec2.internal took: 1.707µs I0702 22:37:00.325665 3306 obj_retry.go:551] Creating *factory.egressIPPod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-31.ec2.internal took: 11.883µs I0702 22:37:00.325869 3306 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-84fmb I0702 22:37:00.325875 3306 obj_retry.go:551] Creating *factory.egressIPPod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-84fmb took: 2.002µs I0702 22:37:00.325879 3306 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-network-diagnostics/network-check-target-m7jsk I0702 22:37:00.325886 3306 obj_retry.go:551] Creating *factory.egressIPPod openshift-network-diagnostics/network-check-target-m7jsk took: 2.132µs I0702 22:37:00.325689 3306 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-image-registry/image-registry-5f9cf75d7d-z6q77 I0702 22:37:00.325898 3306 obj_retry.go:551] Creating *factory.egressIPPod openshift-image-registry/image-registry-5f9cf75d7d-z6q77 took: 2.707µs I0702 22:37:00.325902 3306 obj_retry.go:512] Add event received for *factory.egressIPPod kube-system/kube-apiserver-proxy-ip-10-0-0-31.ec2.internal I0702 22:37:00.325908 3306 obj_retry.go:551] Creating *factory.egressIPPod kube-system/kube-apiserver-proxy-ip-10-0-0-31.ec2.internal took: 1.531µs I0702 22:37:00.325922 3306 factory.go:1336] Added *v1.Pod event handler 9 I0702 22:37:00.326041 3306 model_client.go:373] 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:u1983129939}] I0702 22:37:00.326085 3306 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:policies Mutator:insert Value:{GoSet:[{GoUUID:u1983129939}]}}] Timeout: Where:[where column _uuid == {75656b24-b078-48c3-9105-f7d2df67dfd5}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:00.326103 3306 transact.go:42] 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:0xc009b32bb0 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:u1983129939} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:policies Mutator:insert Value:{GoSet:[{GoUUID:u1983129939}]}}] Timeout: Where:[where column _uuid == {75656b24-b078-48c3-9105-f7d2df67dfd5}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:00.326675 3306 model_client.go:373] 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:u1983129940}] I0702 22:37:00.326725 3306 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:policies Mutator:insert Value:{GoSet:[{GoUUID:u1983129940}]}}] Timeout: Where:[where column _uuid == {75656b24-b078-48c3-9105-f7d2df67dfd5}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:00.326743 3306 transact.go:42] 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:0xc009b33850 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:u1983129940} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:policies Mutator:insert Value:{GoSet:[{GoUUID:u1983129940}]}}] Timeout: Where:[where column _uuid == {75656b24-b078-48c3-9105-f7d2df67dfd5}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:00.327257 3306 model_client.go:373] 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:u1983129941}] I0702 22:37:00.327299 3306 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:policies Mutator:insert Value:{GoSet:[{GoUUID:u1983129941}]}}] Timeout: Where:[where column _uuid == {75656b24-b078-48c3-9105-f7d2df67dfd5}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:00.327316 3306 transact.go:42] Configuring OVN: [{Op:wait Table:Logical_Router_Policy Row:map[] Rows:[map[match:pkt.mark == 42 priority:102]] Columns:[priority match] Mutations:[] Timeout:0xc009b744d0 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:u1983129941} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:policies Mutator:insert Value:{GoSet:[{GoUUID:u1983129941}]}}] Timeout: Where:[where column _uuid == {75656b24-b078-48c3-9105-f7d2df67dfd5}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:00.327720 3306 model_client.go:373] Create 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:u1983129942}] I0702 22:37:00.327744 3306 address_set.go:302] New(u1983129942/default-network-controller:EgressIP:node-ips:v4:default/a712973235162149816) with [] I0702 22:37:00.327752 3306 transact.go:42] 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:u1983129942}] I0702 22:37:00.328135 3306 model_client.go:373] Create 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:u1983129943}] I0702 22:37:00.328160 3306 address_set.go:302] New(u1983129943/default-network-controller:EgressIP:egressip-served-pods:v4:default/a8519615025667110816) with [] I0702 22:37:00.328166 3306 transact.go:42] 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:u1983129943}] I0702 22:37:00.328469 3306 model_client.go:373] Create 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:u1983129944}] I0702 22:37:00.328493 3306 address_set.go:302] New(u1983129944/default-network-controller:EgressService:egresssvc-served-pods:v4/a13607449821398607916) with [] I0702 22:37:00.328498 3306 transact.go:42] 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:u1983129944}] I0702 22:37:00.328809 3306 obj_retry.go:512] Add event received for *factory.egressNode ip-10-0-0-31.ec2.internal I0702 22:37:00.328851 3306 obj_retry.go:512] Add event received for *factory.egressNode ip-10-0-2-224.ec2.internal I0702 22:37:00.328857 3306 obj_retry.go:512] Add event received for *factory.egressNode ip-10-0-1-191.ec2.internal I0702 22:37:00.328990 3306 model_client.go:373] 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:u1983129945}] I0702 22:37:00.329053 3306 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:qos_rules Mutator:insert Value:{GoSet:[{GoUUID:u1983129945}]}}] Timeout: Where:[where column _uuid == {486dc3a4-7ac8-4ee3-bf7e-056046fe897e}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:00.329072 3306 transact.go:42] 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:u1983129945} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:qos_rules Mutator:insert Value:{GoSet:[{GoUUID:u1983129945}]}}] Timeout: Where:[where column _uuid == {486dc3a4-7ac8-4ee3-bf7e-056046fe897e}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:00.329571 3306 model_client.go:382] Update operations generated as: [{Op:update Table:Address_Set Row:map[addresses:{GoSet:[]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {ccc3d1fd-16e9-4be4-b3ff-f8f4c591e7ed}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:00.329592 3306 transact.go:42] Configuring OVN: [{Op:update Table:Address_Set Row:map[addresses:{GoSet:[]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {ccc3d1fd-16e9-4be4-b3ff-f8f4c591e7ed}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:00.329864 3306 egressip.go:1976] Egress node: ip-10-0-0-31.ec2.internal about to be initialized I0702 22:37:00.329916 3306 model_client.go:373] Create operations generated as: [{Op:insert Table:Logical_Router_Static_Route Row:map[ip_prefix:10.128.0.0/14 nexthop:100.64.0.2 policy:{GoSet:[src-ip]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1983129946}] I0702 22:37:00.329948 3306 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u1983129946}]}}] Timeout: Where:[where column _uuid == {75656b24-b078-48c3-9105-f7d2df67dfd5}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:00.329965 3306 transact.go:42] Configuring OVN: [{Op:insert Table:Logical_Router_Static_Route Row:map[ip_prefix:10.128.0.0/14 nexthop:100.64.0.2 policy:{GoSet:[src-ip]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1983129946} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u1983129946}]}}] Timeout: Where:[where column _uuid == {75656b24-b078-48c3-9105-f7d2df67dfd5}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:00.330086 3306 model_client.go:382] Update operations generated as: [{Op:update Table:Address_Set Row:map[addresses:{GoSet:[]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {ccc3d1fd-16e9-4be4-b3ff-f8f4c591e7ed}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:00.330115 3306 transact.go:42] Configuring OVN: [{Op:update Table:Address_Set Row:map[addresses:{GoSet:[]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {ccc3d1fd-16e9-4be4-b3ff-f8f4c591e7ed}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:00.330721 3306 obj_retry.go:551] Creating *factory.egressNode ip-10-0-0-31.ec2.internal took: 1.877285ms I0702 22:37:00.330759 3306 obj_retry.go:551] Creating *factory.egressNode ip-10-0-2-224.ec2.internal took: 1.892842ms I0702 22:37:00.330893 3306 model_client.go:382] Update operations generated as: [{Op:update Table:Address_Set Row:map[addresses:{GoSet:[]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {ccc3d1fd-16e9-4be4-b3ff-f8f4c591e7ed}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:00.330911 3306 transact.go:42] Configuring OVN: [{Op:update Table:Address_Set Row:map[addresses:{GoSet:[]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {ccc3d1fd-16e9-4be4-b3ff-f8f4c591e7ed}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:00.331157 3306 obj_retry.go:551] Creating *factory.egressNode ip-10-0-1-191.ec2.internal took: 2.287737ms I0702 22:37:00.331176 3306 factory.go:1336] Added *v1.Node event handler 10 I0702 22:37:00.331202 3306 factory.go:1336] Added *v1.EgressIP event handler 11 I0702 22:37:00.331377 3306 factory.go:1336] Added *v1.EgressFirewall event handler 12 I0702 22:37:00.331433 3306 controller.go:132] Adding controller ef_node_controller event handlers I0702 22:37:00.331463 3306 shared_informer.go:313] Waiting for caches to sync for ef_node_controller I0702 22:37:00.331471 3306 shared_informer.go:320] Caches are synced for ef_node_controller I0702 22:37:00.331475 3306 controller.go:156] Starting controller ef_node_controller with 1 workers I0702 22:37:00.331485 3306 egressqos.go:192] Setting up event handlers for EgressQoS I0702 22:37:00.331578 3306 egressqos.go:244] Starting EgressQoS Controller I0702 22:37:00.331587 3306 shared_informer.go:313] Waiting for caches to sync for egressqosnodes I0702 22:37:00.331591 3306 shared_informer.go:320] Caches are synced for egressqosnodes I0702 22:37:00.331595 3306 shared_informer.go:313] Waiting for caches to sync for egressqospods I0702 22:37:00.331598 3306 shared_informer.go:320] Caches are synced for egressqospods I0702 22:37:00.331602 3306 shared_informer.go:313] Waiting for caches to sync for egressqos I0702 22:37:00.331605 3306 shared_informer.go:320] Caches are synced for egressqos I0702 22:37:00.331608 3306 egressqos.go:258] Repairing EgressQoSes I0702 22:37:00.331612 3306 egressqos.go:398] Starting repairing loop for egressqos I0702 22:37:00.331695 3306 egressqos.go:400] Finished repairing loop for egressqos: 82.438µs I0702 22:37:00.331714 3306 egressservice_zone.go:130] Setting up event handlers for Egress Services I0702 22:37:00.331746 3306 egressqos.go:1006] Processing sync for EgressQoS node ip-10-0-0-31.ec2.internal I0702 22:37:00.331849 3306 egressservice_zone_endpointslice.go:80] Ignoring updating openshift-ingress/router-internal-default for endpointslice openshift-ingress/router-internal-default-qvs9d as it is not a known egress service I0702 22:37:00.331862 3306 egressservice_zone.go:208] Starting Egress Services Controller I0702 22:37:00.331866 3306 egressservice_zone_endpointslice.go:80] Ignoring updating openshift-insights/metrics for endpointslice openshift-insights/metrics-t28rt as it is not a known egress service I0702 22:37:00.331871 3306 shared_informer.go:313] Waiting for caches to sync for egressservices I0702 22:37:00.331875 3306 egressservice_zone_endpointslice.go:80] Ignoring updating openshift-kube-storage-version-migrator-operator/metrics for endpointslice openshift-kube-storage-version-migrator-operator/metrics-fgz7h as it is not a known egress service I0702 22:37:00.331877 3306 shared_informer.go:320] Caches are synced for egressservices I0702 22:37:00.331883 3306 shared_informer.go:313] Waiting for caches to sync for egressservices_services I0702 22:37:00.331882 3306 egressservice_zone_endpointslice.go:80] Ignoring updating openshift-dns/dns-default for endpointslice openshift-dns/dns-default-rhhhg as it is not a known egress service I0702 22:37:00.331888 3306 shared_informer.go:320] Caches are synced for egressservices_services I0702 22:37:00.331891 3306 egressservice_zone_endpointslice.go:80] Ignoring updating default/openshift-apiserver for endpointslice default/openshift-apiserver-p2dtk as it is not a known egress service I0702 22:37:00.331895 3306 shared_informer.go:313] Waiting for caches to sync for egressservices_endpointslices I0702 22:37:00.331897 3306 egressservice_zone_endpointslice.go:80] Ignoring updating openshift-authentication-operator/metrics for endpointslice openshift-authentication-operator/metrics-cjp9b as it is not a known egress service I0702 22:37:00.331901 3306 shared_informer.go:320] Caches are synced for egressservices_endpointslices I0702 22:37:00.331903 3306 egressservice_zone_endpointslice.go:80] Ignoring updating openshift-ingress-canary/ingress-canary for endpointslice openshift-ingress-canary/ingress-canary-tnh4p as it is not a known egress service I0702 22:37:00.331907 3306 shared_informer.go:313] Waiting for caches to sync for egressservices_nodes I0702 22:37:00.331908 3306 egressservice_zone_endpointslice.go:80] Ignoring updating openshift-network-console/networking-console-plugin for endpointslice openshift-network-console/networking-console-plugin-qcfj5 as it is not a known egress service I0702 22:37:00.331912 3306 shared_informer.go:320] Caches are synced for egressservices_nodes I0702 22:37:00.331914 3306 egressservice_zone_endpointslice.go:80] Ignoring updating openshift-config-operator/metrics for endpointslice openshift-config-operator/metrics-lx22v as it is not a known egress service I0702 22:37:00.331917 3306 egressservice_zone.go:226] Repairing Egress Services I0702 22:37:00.331918 3306 egressservice_zone_endpointslice.go:80] Ignoring updating openshift-deployment-validation-operator/deployment-validation-operator-metrics for endpointslice openshift-deployment-validation-operator/deployment-validation-operator-metrics-j7wkt as it is not a known egress service I0702 22:37:00.331923 3306 egressservice_zone_endpointslice.go:80] Ignoring updating openshift-dns-operator/metrics for endpointslice openshift-dns-operator/metrics-2rddl as it is not a known egress service I0702 22:37:00.331928 3306 egressservice_zone_endpointslice.go:80] Ignoring updating openshift-ingress-operator/metrics for endpointslice openshift-ingress-operator/metrics-8prm8 as it is not a known egress service I0702 22:37:00.331932 3306 egressservice_zone_endpointslice.go:80] Ignoring updating openshift-network-diagnostics/network-check-target for endpointslice openshift-network-diagnostics/network-check-target-p9czb as it is not a known egress service I0702 22:37:00.331935 3306 egressservice_zone_endpointslice.go:80] Ignoring updating default/openshift-oauth-apiserver for endpointslice default/openshift-oauth-apiserver-pdsd5 as it is not a known egress service I0702 22:37:00.331938 3306 egressservice_zone_endpointslice.go:80] Ignoring updating default/packageserver for endpointslice default/packageserver-mqgcw as it is not a known egress service I0702 22:37:00.331943 3306 egressservice_zone_endpointslice.go:80] Ignoring updating openshift-cloud-credential-operator/cco-metrics for endpointslice openshift-cloud-credential-operator/cco-metrics-nvm8w as it is not a known egress service I0702 22:37:00.331946 3306 egressservice_zone_endpointslice.go:80] Ignoring updating openshift-deployment-validation-operator/deployment-validation-operator-catalog for endpointslice openshift-deployment-validation-operator/deployment-validation-operator-catalog-c966j as it is not a known egress service I0702 22:37:00.331950 3306 egressservice_zone_endpointslice.go:80] Ignoring updating openshift-machine-config-operator/machine-config-operator for endpointslice openshift-machine-config-operator/machine-config-operator-cnkj8 as it is not a known egress service I0702 22:37:00.331957 3306 egressservice_zone_endpointslice.go:80] Ignoring updating openshift-apiserver/check-endpoints for endpointslice openshift-apiserver/check-endpoints-45bqn as it is not a known egress service I0702 22:37:00.331758 3306 egressqos.go:1021] EgressQoS ip-10-0-0-31.ec2.internal node retrieved from lister: &Node{ObjectMeta:{ip-10-0-0-31.ec2.internal 7b1d26f1-4224-4248-a927-f0ca6a7866a1 9233 0 2026-07-02 22:36:33 +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-1c hypershift.openshift.io/managed:true hypershift.openshift.io/nodePool:kx-d9aae1c883-workers-0 hypershift.openshift.io/nodepool-globalps-enabled:true kubernetes.io/arch:amd64 kubernetes.io/hostname:ip-10-0-0-31.ec2.internal kubernetes.io/os:linux node-role.kubernetes.io/worker: node.kubernetes.io/instance-type:m5.2xlarge node.openshift.io/os_id:rhcos 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] map[cloud.network.openshift.io/egress-ipconfig:[{"interface":"eni-063ffaa1622f4bf84","ifaddr":{"ipv4":"10.0.0.0/24"},"capacity":{"ipv4":14,"ipv6":15}}] cluster.x-k8s.io/cluster-name:2ra9b3d23jisg1nirlsuo1aqo4gngmda cluster.x-k8s.io/cluster-namespace:ocm-production-2ra9b3d23jisg1nirlsuo1aqo4gngmda-kx-d9aae1c883 cluster.x-k8s.io/labels-from-machine: cluster.x-k8s.io/machine:kx-d9aae1c883-workers-0-fs9rh-lnnq8 cluster.x-k8s.io/owner-kind:MachineSet cluster.x-k8s.io/owner-name:kx-d9aae1c883-workers-0-fs9rh csi.volume.kubernetes.io/nodeid:{"ebs.csi.aws.com":"i-02fb48d25dd5e2960"} 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-0-31.ec2.internal","mac-address":"12:45:9c:21:cb:47","ip-addresses":["10.0.0.31/24"],"ip-address":"10.0.0.31/24","next-hops":["10.0.0.1"],"next-hop":"10.0.0.1","node-port-enable":"true","vlan-id":"0"}} k8s.ovn.org/network-ids:{"default":"0"} k8s.ovn.org/node-chassis-id:b1154d9a-9d3a-41a7-aa21-6bc419711378 k8s.ovn.org/node-gateway-router-lrp-ifaddrs:{"default":{"ipv4":"100.64.0.2/16"}} k8s.ovn.org/node-id:2 k8s.ovn.org/node-primary-ifaddr:{"ipv4":"10.0.0.31/24"} k8s.ovn.org/node-subnets:{"default":["10.128.0.0/23"]} k8s.ovn.org/node-transit-switch-port-ifaddr:{"ipv4":"100.88.0.2/16"} k8s.ovn.org/zone-name:ip-10-0-0-31.ec2.internal volumes.kubernetes.io/controller-managed-attach-detach:true] [] [] []},Spec:NodeSpec{PodCIDR:,DoNotUseExternalID:,ProviderID:aws:///us-east-1c/i-02fb48d25dd5e2960,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: {{32816381952 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: {{31637782528 0} {} BinarySI},pods: {{250 0} {} 250 DecimalSI},},Phase:,Conditions:[]NodeCondition{NodeCondition{Type:MemoryPressure,Status:False,LastHeartbeatTime:2026-07-02 22:36:44 +0000 UTC,LastTransitionTime:2026-07-02 22:36:33 +0000 UTC,Reason:KubeletHasSufficientMemory,Message:kubelet has sufficient memory available,},NodeCondition{Type:DiskPressure,Status:False,LastHeartbeatTime:2026-07-02 22:36:44 +0000 UTC,LastTransitionTime:2026-07-02 22:36:33 +0000 UTC,Reason:KubeletHasNoDiskPressure,Message:kubelet has no disk pressure,},NodeCondition{Type:PIDPressure,Status:False,LastHeartbeatTime:2026-07-02 22:36:44 +0000 UTC,LastTransitionTime:2026-07-02 22:36:33 +0000 UTC,Reason:KubeletHasSufficientPID,Message:kubelet has sufficient PID available,},NodeCondition{Type:Ready,Status:False,LastHeartbeatTime:2026-07-02 22:36:44 +0000 UTC,LastTransitionTime:2026-07-02 22:36:33 +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.0.31,},NodeAddress{Type:InternalDNS,Address:ip-10-0-0-31.ec2.internal,},NodeAddress{Type:Hostname,Address:ip-10-0-0-31.ec2.internal,},},DaemonEndpoints:NodeDaemonEndpoints{KubeletEndpoint:DaemonEndpoint{Port:10250,},},NodeInfo:NodeSystemInfo{MachineID:ec2f520702fc9b93dff167bb37ead34a,SystemUUID:ec2f5207-02fc-9b93-dff1-67bb37ead34a,BootID:47f374c8-590f-4865-ba77-d65aec700732,KernelVersion:5.14.0-427.64.1.el9_4.x86_64,OSImage:Red Hat Enterprise Linux CoreOS 418.94.202504080525-0,ContainerRuntimeVersion:cri-o://1.31.7-2.rhaos4.18.git83d6749.el9,KubeletVersion:v1.31.7,KubeProxyVersion:v1.31.7,OperatingSystem:linux,Architecture:amd64,},Images:[]ContainerImage{ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:29f88823eab1dc07562475d151749a4a5aed38c797e2590fec08532b3bc64d58 quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:6c0ecff4ad3e4e3068f5e29ece3ffbe5247bca5b3df265785443d017ee305078],SizeBytes:972684065,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:28346d15c1b6f96096ac293846fbda9efbff284e9629d10b1aa17aff18b5511c quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:7f0ae3d37210e1f93482a418b6b18feb886a6b3d617e1612b5b6b0a6e94f3547],SizeBytes:602325208,},},VolumesInUse:[],VolumesAttached:[]AttachedVolume{},Config:nil,RuntimeHandlers:[]NodeRuntimeHandler{NodeRuntimeHandler{Name:runc,Features:&NodeRuntimeHandlerFeatures{RecursiveReadOnlyMounts:*true,UserNamespaces:*false,},},NodeRuntimeHandler{Name:crun,Features:&NodeRuntimeHandlerFeatures{RecursiveReadOnlyMounts:*true,UserNamespaces:*true,},},NodeRuntimeHandler{Name:,Features:&NodeRuntimeHandlerFeatures{RecursiveReadOnlyMounts:*true,UserNamespaces:*true,},},},Features:nil,},} I0702 22:37:00.332018 3306 egressqos.go:1009] Finished syncing EgressQoS node ip-10-0-0-31.ec2.internal : 272.763µs I0702 22:37:00.332093 3306 model_client.go:382] Update operations generated as: [{Op:update Table:Address_Set Row:map[addresses:{GoSet:[]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {f852ff34-bb01-41ef-8cd9-9c0de1ca4987}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:00.332113 3306 transact.go:42] Configuring OVN: [{Op:update Table:Address_Set Row:map[addresses:{GoSet:[]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {f852ff34-bb01-41ef-8cd9-9c0de1ca4987}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:00.332263 3306 master_controller.go:87] Starting Admin Policy Based Route Controller I0702 22:37:00.332272 3306 external_controller.go:276] Starting Admin Policy Based Route Controller I0702 22:37:00.332330 3306 egressservice_zone_endpointslice.go:80] Ignoring updating openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for endpointslice openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics-5xs42 as it is not a known egress service I0702 22:37:00.332344 3306 egressservice_zone_endpointslice.go:80] Ignoring updating openshift-cluster-version/cluster-version-operator for endpointslice openshift-cluster-version/cluster-version-operator-h8zdc as it is not a known egress service I0702 22:37:00.332355 3306 egressservice_zone_node.go:110] Processing sync for Egress Service node ip-10-0-1-191.ec2.internal I0702 22:37:00.332366 3306 egressservice_zone_node.go:113] Finished syncing Egress Service node ip-10-0-1-191.ec2.internal: 12.815µs I0702 22:37:00.332398 3306 egressservice_zone_node.go:110] Processing sync for Egress Service node ip-10-0-2-224.ec2.internal I0702 22:37:00.332405 3306 egressservice_zone_node.go:113] Finished syncing Egress Service node ip-10-0-2-224.ec2.internal: 7.627µs I0702 22:37:00.332407 3306 default_network_controller.go:588] Completing all the Watchers took 319.436211ms I0702 22:37:00.332413 3306 egressservice_zone_node.go:110] Processing sync for Egress Service node ip-10-0-0-31.ec2.internal I0702 22:37:00.332418 3306 egressservice_zone_node.go:113] Finished syncing Egress Service node ip-10-0-0-31.ec2.internal: 5.963µs I0702 22:37:00.332419 3306 default_network_controller.go:592] Starting unidling controllers I0702 22:37:00.332442 3306 unidle.go:45] Registering OVN SB ControllerEvent handler I0702 22:37:00.332453 3306 unidle.go:62] Populating Initial ContollerEvent events I0702 22:37:00.332469 3306 unidle.go:78] Setting up event handlers for services I0702 22:37:00.332471 3306 egressservice_zone_endpointslice.go:80] Ignoring updating openshift-console-operator/metrics for endpointslice openshift-console-operator/metrics-8trvm as it is not a known egress service I0702 22:37:00.332479 3306 egressservice_zone_endpointslice.go:80] Ignoring updating openshift-image-registry/image-registry for endpointslice openshift-image-registry/image-registry-89jxv as it is not a known egress service I0702 22:37:00.332486 3306 egressservice_zone_endpointslice.go:80] Ignoring updating openshift-kube-controller-manager-operator/metrics for endpointslice openshift-kube-controller-manager-operator/metrics-g6kx5 as it is not a known egress service I0702 22:37:00.332491 3306 egressservice_zone_endpointslice.go:80] Ignoring updating openshift-machine-config-operator/machine-config-controller for endpointslice openshift-machine-config-operator/machine-config-controller-lf2sl as it is not a known egress service I0702 22:37:00.332497 3306 egressservice_zone_endpointslice.go:80] Ignoring updating default/kubernetes for endpointslice default/kubernetes as it is not a known egress service I0702 22:37:00.332503 3306 egressservice_zone_endpointslice.go:80] Ignoring updating openshift-apiserver-operator/metrics for endpointslice openshift-apiserver-operator/metrics-v87mj as it is not a known egress service I0702 22:37:00.332508 3306 egressservice_zone_endpointslice.go:80] Ignoring updating openshift-cluster-node-tuning-operator/performance-addon-operator-service for endpointslice openshift-cluster-node-tuning-operator/performance-addon-operator-service-4dmm6 as it is not a known egress service I0702 22:37:00.332512 3306 egressservice_zone_endpointslice.go:80] Ignoring updating openshift-cluster-storage-operator/cluster-storage-operator-metrics for endpointslice openshift-cluster-storage-operator/cluster-storage-operator-metrics-jmcjd as it is not a known egress service I0702 22:37:00.332517 3306 egressservice_zone_endpointslice.go:80] Ignoring updating openshift-machine-config-operator/machine-config-daemon for endpointslice openshift-machine-config-operator/machine-config-daemon-ztq6l as it is not a known egress service I0702 22:37:00.332522 3306 egressservice_zone_endpointslice.go:80] Ignoring updating openshift-service-ca-operator/metrics for endpointslice openshift-service-ca-operator/metrics-d2hj4 as it is not a known egress service I0702 22:37:00.332527 3306 egressservice_zone_endpointslice.go:80] Ignoring updating openshift-ingress/router-default for endpointslice openshift-ingress/router-default-kwrrc as it is not a known egress service I0702 22:37:00.332448 3306 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-authentication-operator I0702 22:37:00.332489 3306 external_controller_pod.go:21] APB queuing policies: map[] for pod: openshift-ovn-kubernetes/ovnkube-node-wn8j5 I0702 22:37:00.332589 3306 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-cloud-controller-manager I0702 22:37:00.332591 3306 external_controller_pod.go:21] APB queuing policies: map[] for pod: openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-31.ec2.internal I0702 22:37:00.332597 3306 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-dns I0702 22:37:00.332599 3306 external_controller_pod.go:21] APB queuing policies: map[] for pod: openshift-ovn-kubernetes/ovnkube-node-7r2mv I0702 22:37:00.332604 3306 external_controller_pod.go:21] APB queuing policies: map[] for pod: openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-2-224.ec2.internal I0702 22:37:00.332605 3306 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-kube-controller-manager-operator I0702 22:37:00.332608 3306 external_controller_pod.go:21] APB queuing policies: map[] for pod: kube-system/konnectivity-agent-ckc9n I0702 22:37:00.332610 3306 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-kube-scheduler-operator I0702 22:37:00.332612 3306 external_controller_pod.go:21] APB queuing policies: map[] for pod: kube-system/konnectivity-agent-sfzxw I0702 22:37:00.332615 3306 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-logging I0702 22:37:00.332617 3306 external_controller_pod.go:21] APB queuing policies: map[] for pod: kube-system/kube-apiserver-proxy-ip-10-0-2-224.ec2.internal I0702 22:37:00.332619 3306 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: kube-public I0702 22:37:00.332621 3306 external_controller_pod.go:21] APB queuing policies: map[] for pod: openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-84fmb I0702 22:37:00.332623 3306 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-backplane-cse I0702 22:37:00.332625 3306 external_controller_pod.go:21] APB queuing policies: map[] for pod: openshift-dns/node-resolver-bjwfg I0702 22:37:00.332627 3306 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-cluster-version I0702 22:37:00.332629 3306 external_controller_pod.go:21] APB queuing policies: map[] for pod: openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-191.ec2.internal I0702 22:37:00.332631 3306 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-ingress I0702 22:37:00.332633 3306 external_controller_pod.go:21] APB queuing policies: map[] for pod: openshift-multus/multus-additional-cni-plugins-x9fkj I0702 22:37:00.332635 3306 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-ingress-operator I0702 22:37:00.332638 3306 external_controller_pod.go:21] APB queuing policies: map[] for pod: openshift-ovn-kubernetes/ovnkube-node-dqfjn I0702 22:37:00.332639 3306 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-kube-apiserver I0702 22:37:00.332643 3306 external_controller_pod.go:21] APB queuing policies: map[] for pod: kube-system/konnectivity-agent-nrrmr I0702 22:37:00.332644 3306 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-backplane-ai-agent I0702 22:37:00.332647 3306 external_controller_pod.go:21] APB queuing policies: map[] for pod: openshift-cluster-node-tuning-operator/tuned-g9t2g I0702 22:37:00.332648 3306 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-backplane-srep I0702 22:37:00.332651 3306 external_controller_pod.go:21] APB queuing policies: map[] for pod: openshift-cluster-node-tuning-operator/tuned-rgmwc I0702 22:37:00.332653 3306 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-etcd I0702 22:37:00.332655 3306 external_controller_pod.go:21] APB queuing policies: map[] for pod: openshift-dns/node-resolver-dxzg9 I0702 22:37:00.332657 3306 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-network-console I0702 22:37:00.332660 3306 external_controller_pod.go:21] APB queuing policies: map[] for pod: openshift-image-registry/node-ca-ztx28 I0702 22:37:00.332662 3306 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-network-operator I0702 22:37:00.332664 3306 external_controller_pod.go:21] APB queuing policies: map[] for pod: openshift-multus/multus-nv9s5 I0702 22:37:00.332666 3306 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-backplane-lpsre I0702 22:37:00.332668 3306 external_controller_pod.go:21] APB queuing policies: map[] for pod: kube-system/kube-apiserver-proxy-ip-10-0-0-31.ec2.internal I0702 22:37:00.332670 3306 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-image-registry I0702 22:37:00.332673 3306 external_controller_pod.go:21] APB queuing policies: map[] for pod: kube-system/kube-apiserver-proxy-ip-10-0-1-191.ec2.internal I0702 22:37:00.332674 3306 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-ingress-canary I0702 22:37:00.332678 3306 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-machine-config-operator I0702 22:37:00.332681 3306 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-multus I0702 22:37:00.332687 3306 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: dedicated-admin I0702 22:37:00.332688 3306 external_controller_pod.go:21] APB queuing policies: map[] for pod: openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-lh7qd I0702 22:37:00.332691 3306 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-cluster-samples-operator I0702 22:37:00.332693 3306 external_controller_pod.go:21] APB queuing policies: map[] for pod: openshift-dns/node-resolver-cjcpn I0702 22:37:00.332695 3306 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-machine-api I0702 22:37:00.332697 3306 external_controller_pod.go:21] APB queuing policies: map[] for pod: openshift-multus/multus-additional-cni-plugins-fdltz I0702 22:37:00.332698 3306 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-backplane-mobb I0702 22:37:00.332702 3306 external_controller_pod.go:21] APB queuing policies: map[] for pod: openshift-multus/multus-bn64w I0702 22:37:00.332702 3306 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-config I0702 22:37:00.332706 3306 external_controller_pod.go:21] APB queuing policies: map[] for pod: openshift-cluster-node-tuning-operator/tuned-dms5j I0702 22:37:00.332708 3306 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-kube-scheduler I0702 22:37:00.332710 3306 external_controller_pod.go:21] APB queuing policies: map[] for pod: openshift-image-registry/node-ca-g7rk4 I0702 22:37:00.332712 3306 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-operators I0702 22:37:00.332714 3306 external_controller_pod.go:21] APB queuing policies: map[] for pod: openshift-image-registry/node-ca-ljfzz I0702 22:37:00.332715 3306 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-authentication I0702 22:37:00.332718 3306 external_controller_pod.go:21] APB queuing policies: map[] for pod: openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-4wbd9 I0702 22:37:00.332719 3306 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-backplane-tam I0702 22:37:00.332722 3306 external_controller_pod.go:21] APB queuing policies: map[] for pod: openshift-multus/multus-additional-cni-plugins-l8m59 I0702 22:37:00.332725 3306 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-cluster-csi-drivers I0702 22:37:00.332726 3306 external_controller_pod.go:21] APB queuing policies: map[] for pod: openshift-multus/multus-kfhcs I0702 22:37:00.332729 3306 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-config-managed I0702 22:37:00.332732 3306 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-console-operator I0702 22:37:00.332736 3306 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-node I0702 22:37:00.332740 3306 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-operators-redhat I0702 22:37:00.332743 3306 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: kube-node-lease I0702 22:37:00.332747 3306 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: open-cluster-management-agent-addon I0702 22:37:00.332750 3306 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-backplane-srep-ro I0702 22:37:00.332754 3306 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-cluster-machine-approver I0702 22:37:00.332757 3306 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-config-operator I0702 22:37:00.332761 3306 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-controller-manager-operator I0702 22:37:00.332764 3306 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-customer-monitoring I0702 22:37:00.332767 3306 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-must-gather-operator I0702 22:37:00.332770 3306 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-network-node-identity I0702 22:37:00.332773 3306 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-user-workload-monitoring I0702 22:37:00.332777 3306 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-apiserver I0702 22:37:00.332780 3306 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-infra I0702 22:37:00.332783 3306 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-network-diagnostics I0702 22:37:00.332787 3306 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: default I0702 22:37:00.332790 3306 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-backplane I0702 22:37:00.332794 3306 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-backplane-csm I0702 22:37:00.332798 3306 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-backplane-mcs-tier-two I0702 22:37:00.332801 3306 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-dns-operator I0702 22:37:00.332804 3306 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-monitoring I0702 22:37:00.332807 3306 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-route-controller-manager I0702 22:37:00.332810 3306 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-console-user-settings I0702 22:37:00.332830 3306 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-kube-apiserver-operator I0702 22:37:00.332834 3306 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-apiserver-operator I0702 22:37:00.332837 3306 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-backplane-cee I0702 22:37:00.332841 3306 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-service-ca-operator I0702 22:37:00.332844 3306 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-backplane-managed-scripts I0702 22:37:00.332847 3306 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-insights I0702 22:37:00.332851 3306 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-kube-storage-version-migrator-operator I0702 22:37:00.332854 3306 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-operator-lifecycle-manager I0702 22:37:00.332857 3306 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift I0702 22:37:00.332860 3306 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-cluster-node-tuning-operator I0702 22:37:00.332864 3306 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-cluster-storage-operator I0702 22:37:00.332867 3306 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-deployment-validation-operator I0702 22:37:00.332870 3306 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-host-network I0702 22:37:00.332874 3306 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: kube-system I0702 22:37:00.332877 3306 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: open-cluster-management-2ra9b3d23jisg1nirlsuo1aqo4gngmda I0702 22:37:00.332880 3306 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-cloud-credential-operator I0702 22:37:00.332884 3306 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-cloud-network-config-controller I0702 22:37:00.332887 3306 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-console I0702 22:37:00.332891 3306 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-marketplace I0702 22:37:00.332895 3306 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-controller-manager I0702 22:37:00.332898 3306 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-kube-controller-manager I0702 22:37:00.332901 3306 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-ovn-kubernetes I0702 22:37:00.332905 3306 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-package-operator I0702 22:37:00.353848 3306 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-afdb17c6dc10e9b5f4a076d3b82bc9beaadd8c090900ec52ff170b7fb82ccbdb.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2dcontainers_2dstorage_2doverlay_2dafdb17c6dc10e9b5f4a076d3b82bc9beaadd8c090900ec52ff170b7fb82ccbdb_2emount"}, Sequence:0x5} I0702 22:37:00.353941 3306 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-afdb17c6dc10e9b5f4a076d3b82bc9beaadd8c090900ec52ff170b7fb82ccbdb.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2dcontainers_2dstorage_2doverlay_2dafdb17c6dc10e9b5f4a076d3b82bc9beaadd8c090900ec52ff170b7fb82ccbdb_2emount"}, Sequence:0x6} I0702 22:37:00.353963 3306 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:0x7} I0702 22:37:00.354039 3306 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:0x8} I0702 22:37:00.354118 3306 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:0x9} I0702 22:37:00.354168 3306 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:0xa} I0702 22:37:00.354316 3306 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:0xb} I0702 22:37:00.354340 3306 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:0xc} I0702 22:37:00.354915 3306 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:0xd} I0702 22:37:00.354936 3306 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:0xe} I0702 22:37:00.354945 3306 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:"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:0xf} I0702 22:37:00.354970 3306 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:0x10} I0702 22:37:00.355032 3306 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:0x11} I0702 22:37:00.355054 3306 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:0x655a870002a18}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7368ab}, "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:0x655a86fffc047}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x72feda}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a86fffc01f}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x72feb4}, "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:0x655a870000c4b}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x734adf}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xfa, 0x9d, 0x1d, 0x62, 0xcc, 0xf7, 0x40, 0x98, 0xb3, 0xfe, 0xf8, 0x3a, 0xe1, 0x7b, 0x92, 0xc0}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a870002a18}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7368ab}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"mounted"}}, []string{"Conditions", "Asserts"}}, Sequence:0x12} I0702 22:37:00.355253 3306 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:0x655a86fa8bcd9}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1bfb6c}, "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:0x655a86fa8bcd9}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1bfb6c}, "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:0x655a86fa8bcd9}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1bfb6c}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0x13} I0702 22:37:00.355310 3306 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:0x14} I0702 22:37:00.355475 3306 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:0x655a86fab1a79}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1e590c}, "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:0x655a86fab1a22}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1e58b6}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a86fab1a21}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1e58b5}, "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:0x655a86fab1a79}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1e590c}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x6a, 0x4e, 0x4b, 0x8c, 0xa2, 0xa6, 0x4d, 0x54, 0xb8, 0xe5, 0x7, 0x79, 0x40, 0x8, 0x85, 0xa4}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a86ff105fe}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x644491}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x15} I0702 22:37:00.355523 3306 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-afdb17c6dc10e9b5f4a076d3b82bc9beaadd8c090900ec52ff170b7fb82ccbdb-merged.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2dcontainers_2dstorage_2doverlay_2dafdb17c6dc10e9b5f4a076d3b82bc9beaadd8c090900ec52ff170b7fb82ccbdb_2dmerged_2emount"}, Sequence:0x16} I0702 22:37:00.355715 3306 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:0x655a86fe7f927}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x5b37bb}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0x17} I0702 22:37:00.355799 3306 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:0x655a86fffb57d}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x72f410}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a86fd0e985}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x442819}, "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:0x655a86fffb577}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x72f40a}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a86fffb576}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x72f40a}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a86fd0e985}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x442819}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a86fffb57d}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x72f410}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x57, 0xf9, 0x49, 0x7e, 0x54, 0x50, 0x45, 0x1e, 0x98, 0x47, 0xff, 0xb1, 0x30, 0xe3, 0xd6, 0xce}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a86fffb57d}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x72f410}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0x18} I0702 22:37:00.355971 3306 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:0x655a8700368b3}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x76a746}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a86fd0d78e}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x441621}, "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:0x655a8700368ac}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x76a73f}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a8700368aa}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x76a73d}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a86fd0d78e}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x441621}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a8700368b3}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x76a746}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x18, 0x41, 0x2b, 0x68, 0xbc, 0xea, 0x45, 0x5c, 0xb4, 0x95, 0x2a, 0x0, 0xb4, 0xcf, 0xc6, 0x28}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a8700368b3}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x76a746}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0x19} I0702 22:37:00.365561 3306 ovs.go:159] Exec(38): /usr/bin/ovs-appctl --timeout=15 -t /var/run/ovn/ovn-controller.3014.ctl connection-status I0702 22:37:00.370648 3306 ovs.go:162] Exec(38): stdout: "connected\n" I0702 22:37:00.370662 3306 ovs.go:163] Exec(38): stderr: "" I0702 22:37:00.370671 3306 default_node_network_controller.go:510] Node connection status = connected I0702 22:37:00.370680 3306 ovs.go:159] Exec(39): /usr/bin/ovs-vsctl --timeout=15 -- br-exists br-int I0702 22:37:00.376595 3306 ovs.go:162] Exec(39): stdout: "" I0702 22:37:00.376615 3306 ovs.go:163] Exec(39): stderr: "" I0702 22:37:00.376627 3306 ovs.go:159] Exec(40): /usr/bin/ovs-ofctl dump-aggregate br-int I0702 22:37:00.382169 3306 ovs.go:162] Exec(40): stdout: "NXST_AGGREGATE reply (xid=0x4): packet_count=2 byte_count=176 flow_count=15\n" I0702 22:37:00.382185 3306 ovs.go:163] Exec(40): stderr: "" I0702 22:37:00.382201 3306 ovs.go:159] Exec(41): /usr/bin/ovs-vsctl --timeout=15 --if-exists get interface patch-br-ex_ip-10-0-0-31.ec2.internal-to-br-int ofport I0702 22:37:00.388034 3306 ovs.go:162] Exec(41): stdout: "" I0702 22:37:00.388053 3306 ovs.go:163] Exec(41): stderr: "" I0702 22:37:00.414755 3306 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-20b47954a67a931b1bdd8ba2388cfd52349ccef714294efc97009bbac1551301.scope", "/org/freedesktop/systemd1/unit/crio_2dconmon_2d20b47954a67a931b1bdd8ba2388cfd52349ccef714294efc97009bbac1551301_2escope"}, Sequence:0x1a} I0702 22:37:00.414797 3306 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 {}{0x3a1, "/org/freedesktop/systemd1/job/929", "crio-conmon-20b47954a67a931b1bdd8ba2388cfd52349ccef714294efc97009bbac1551301.scope"}, Sequence:0x1b} I0702 22:37:00.414872 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/kubepods_2dburstable_2dpod81b21489_5f0186_5f45b9_5fbdfc_5f0475c503bc9d_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:0x655a870bd9b58}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x130d9eb}, "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:0x655a870bd98f1}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x130d784}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a870bd98ee}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x130d781}, "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:0x655a870bd9b58}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x130d9eb}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x9e, 0xf2, 0x3, 0x96, 0x1d, 0xf1, 0x4e, 0xb8, 0xab, 0xda, 0xa, 0x84, 0x9b, 0xd0, 0xc4, 0xf6}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a870bd9b58}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x130d9eb}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0x1c} I0702 22:37:00.414957 3306 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:0x9c5}, "ExecMainStartTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a8709a21ad}, "ExecMainStartTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x10d6040}, "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:0x9c5}, "NRestarts":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0x0}, "ReloadResult":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}, "Result":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}, "StatusErrno":dbus.Variant{sig:dbus.Signature{str:"i"}, value:0}, "StatusText":dbus.Variant{sig:dbus.Signature{str:"s"}, value:""}, "UID":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0xffffffff}}, []string{"ExecCondition", "ExecConditionEx", "ExecStartPre", "ExecStartPreEx", "ExecStart", "ExecStartEx", "ExecStartPost", "ExecStartPostEx", "ExecReload", "ExecReloadEx", "ExecStop", "ExecStopEx", "ExecStopPost", "ExecStopPostEx"}}, Sequence:0x1d} I0702 22:37:00.415035 3306 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:0x655a870a41185}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1175019}, "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:0x655a87099efae}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x10d2e42}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a87099efac}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x10d2e40}, "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:0x655a8709a229c}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x10d6130}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xe6, 0xf3, 0x8c, 0x50, 0x24, 0x8f, 0x4f, 0xda, 0x8f, 0x45, 0x7e, 0x74, 0x12, 0xba, 0xa8, 0x45}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a870a41185}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1175019}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x1e} I0702 22:37:00.425376 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2d20b47954a67a931b1bdd8ba2388cfd52349ccef714294efc97009bbac1551301_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} I0702 22:37:00.425420 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2d20b47954a67a931b1bdd8ba2388cfd52349ccef714294efc97009bbac1551301_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:0x655a872476f30}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2baadc3}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a872476f2d}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2baadc1}, "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{0x71, 0x47, 0x5d, 0xfa, 0x86, 0x8, 0x4a, 0x15, 0x86, 0x1e, 0xb0, 0xf3, 0x99, 0x2c, 0x27, 0x88}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x3a1, "/org/freedesktop/systemd1/job/929"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0x20} I0702 22:37:00.425628 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2d20b47954a67a931b1bdd8ba2388cfd52349ccef714294efc97009bbac1551301_2escope", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Scope", map[string]dbus.Variant{"Controller":dbus.Variant{sig:dbus.Signature{str:"s"}, value:""}, "Result":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}}, []string{}}, Sequence:0x21} I0702 22:37:00.425799 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2d20b47954a67a931b1bdd8ba2388cfd52349ccef714294efc97009bbac1551301_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:0x655a87247980b}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2bad69f}, "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:0x655a872476f30}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2baadc3}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a872476f2d}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2baadc1}, "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:0x655a87247980b}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2bad69f}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x71, 0x47, 0x5d, 0xfa, 0x86, 0x8, 0x4a, 0x15, 0x86, 0x1e, 0xb0, 0xf3, 0x99, 0x2c, 0x27, 0x88}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x3a1, "/org/freedesktop/systemd1/job/929"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a87247980b}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2bad69f}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x22} I0702 22:37:00.425876 3306 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 {}{0x3a1, "/org/freedesktop/systemd1/job/929", "crio-conmon-20b47954a67a931b1bdd8ba2388cfd52349ccef714294efc97009bbac1551301.scope", "done"}, Sequence:0x23} I0702 22:37:00.425969 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2d20b47954a67a931b1bdd8ba2388cfd52349ccef714294efc97009bbac1551301_2escope", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Scope", map[string]dbus.Variant{"Controller":dbus.Variant{sig:dbus.Signature{str:"s"}, value:""}, "Result":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}}, []string{}}, Sequence:0x24} I0702 22:37:00.426005 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2d20b47954a67a931b1bdd8ba2388cfd52349ccef714294efc97009bbac1551301_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:0x655a87247980b}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2bad69f}, "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:0x655a872476f30}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2baadc3}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a872476f2d}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2baadc1}, "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:0x655a87247980b}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2bad69f}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x71, 0x47, 0x5d, 0xfa, 0x86, 0x8, 0x4a, 0x15, 0x86, 0x1e, 0xb0, 0xf3, 0x99, 0x2c, 0x27, 0x88}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a87247980b}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2bad69f}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x25} I0702 22:37:00.430987 3306 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-20b47954a67a931b1bdd8ba2388cfd52349ccef714294efc97009bbac1551301.scope", "/org/freedesktop/systemd1/unit/crio_2d20b47954a67a931b1bdd8ba2388cfd52349ccef714294efc97009bbac1551301_2escope"}, Sequence:0x26} I0702 22:37:00.431023 3306 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 {}{0x3a7, "/org/freedesktop/systemd1/job/935", "crio-20b47954a67a931b1bdd8ba2388cfd52349ccef714294efc97009bbac1551301.scope"}, Sequence:0x27} I0702 22:37:00.431035 3306 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:0x655a86fe7ede1}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x5b2c74}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0x28} I0702 22:37:00.431179 3306 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:0x9c5}, "ExecMainStartTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a8709a21ad}, "ExecMainStartTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x10d6040}, "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:0x9c5}, "NRestarts":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0x0}, "ReloadResult":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}, "Result":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}, "StatusErrno":dbus.Variant{sig:dbus.Signature{str:"i"}, value:0}, "StatusText":dbus.Variant{sig:dbus.Signature{str:"s"}, value:""}, "UID":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0xffffffff}}, []string{"ExecCondition", "ExecConditionEx", "ExecStartPre", "ExecStartPreEx", "ExecStart", "ExecStartEx", "ExecStartPost", "ExecStartPostEx", "ExecReload", "ExecReloadEx", "ExecStop", "ExecStopEx", "ExecStopPost", "ExecStopPostEx"}}, Sequence:0x29} I0702 22:37:00.431218 3306 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:0x655a870a41185}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1175019}, "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:0x655a87099efae}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x10d2e42}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a87099efac}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x10d2e40}, "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:0x655a8709a229c}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x10d6130}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xe6, 0xf3, 0x8c, 0x50, 0x24, 0x8f, 0x4f, 0xda, 0x8f, 0x45, 0x7e, 0x74, 0x12, 0xba, 0xa8, 0x45}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a870a41185}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1175019}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x2a} I0702 22:37:00.431280 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/kubepods_2dburstable_2dpod81b21489_5f0186_5f45b9_5fbdfc_5f0475c503bc9d_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:0x655a870bd9b58}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x130d9eb}, "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:0x655a870bd98f1}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x130d784}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a870bd98ee}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x130d781}, "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:0x655a870bd9b58}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x130d9eb}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x9e, 0xf2, 0x3, 0x96, 0x1d, 0xf1, 0x4e, 0xb8, 0xab, 0xda, 0xa, 0x84, 0x9b, 0xd0, 0xc4, 0xf6}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a870bd9b58}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x130d9eb}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0x2b} I0702 22:37:00.432547 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2d20b47954a67a931b1bdd8ba2388cfd52349ccef714294efc97009bbac1551301_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} I0702 22:37:00.432693 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2d20b47954a67a931b1bdd8ba2388cfd52349ccef714294efc97009bbac1551301_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:0x655a87247aed8}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2baed6b}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a87247aed6}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2baed69}, "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{0x53, 0x6a, 0xc0, 0x99, 0xae, 0x20, 0x42, 0x22, 0xbe, 0xf3, 0x40, 0xb9, 0x4d, 0x2b, 0x52, 0xa0}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x3a7, "/org/freedesktop/systemd1/job/935"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0x2d} I0702 22:37:00.432773 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2d20b47954a67a931b1bdd8ba2388cfd52349ccef714294efc97009bbac1551301_2escope", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Scope", map[string]dbus.Variant{"Controller":dbus.Variant{sig:dbus.Signature{str:"s"}, value:""}, "Result":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}}, []string{}}, Sequence:0x2e} I0702 22:37:00.432925 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2d20b47954a67a931b1bdd8ba2388cfd52349ccef714294efc97009bbac1551301_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:0x655a87247b411}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2baf2a5}, "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:0x655a87247aed8}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2baed6b}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a87247aed6}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2baed69}, "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:0x655a87247b411}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2baf2a5}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x53, 0x6a, 0xc0, 0x99, 0xae, 0x20, 0x42, 0x22, 0xbe, 0xf3, 0x40, 0xb9, 0x4d, 0x2b, 0x52, 0xa0}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x3a7, "/org/freedesktop/systemd1/job/935"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a87247b411}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2baf2a5}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x2f} I0702 22:37:00.432985 3306 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 {}{0x3a7, "/org/freedesktop/systemd1/job/935", "crio-20b47954a67a931b1bdd8ba2388cfd52349ccef714294efc97009bbac1551301.scope", "done"}, Sequence:0x30} I0702 22:37:00.432994 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2d20b47954a67a931b1bdd8ba2388cfd52349ccef714294efc97009bbac1551301_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} I0702 22:37:00.433099 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2d20b47954a67a931b1bdd8ba2388cfd52349ccef714294efc97009bbac1551301_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:0x655a87247b411}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2baf2a5}, "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:0x655a87247aed8}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2baed6b}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a87247aed6}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2baed69}, "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:0x655a87247b411}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2baf2a5}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x53, 0x6a, 0xc0, 0x99, 0xae, 0x20, 0x42, 0x22, 0xbe, 0xf3, 0x40, 0xb9, 0x4d, 0x2b, 0x52, 0xa0}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a87247b411}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2baf2a5}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x32} I0702 22:37:00.509260 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2d20b47954a67a931b1bdd8ba2388cfd52349ccef714294efc97009bbac1551301_2escope", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Scope", map[string]dbus.Variant{"Controller":dbus.Variant{sig:dbus.Signature{str:"s"}, value:""}, "Result":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}}, []string{}}, Sequence:0x33} I0702 22:37:00.509307 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2d20b47954a67a931b1bdd8ba2388cfd52349ccef714294efc97009bbac1551301_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:0x655a87247b411}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2baf2a5}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a87248de19}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2bc1cad}, "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:0x655a87247aed8}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2baed6b}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a87247aed6}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2baed69}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a87248de19}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2bc1cad}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a87247b411}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2baf2a5}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x53, 0x6a, 0xc0, 0x99, 0xae, 0x20, 0x42, 0x22, 0xbe, 0xf3, 0x40, 0xb9, 0x4d, 0x2b, 0x52, 0xa0}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a87248de19}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2bc1cad}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0x34} I0702 22:37:00.509370 3306 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-20b47954a67a931b1bdd8ba2388cfd52349ccef714294efc97009bbac1551301.scope", "/org/freedesktop/systemd1/unit/crio_2d20b47954a67a931b1bdd8ba2388cfd52349ccef714294efc97009bbac1551301_2escope"}, Sequence:0x35} I0702 22:37:00.510759 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2d20b47954a67a931b1bdd8ba2388cfd52349ccef714294efc97009bbac1551301_2escope", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Scope", map[string]dbus.Variant{"Controller":dbus.Variant{sig:dbus.Signature{str:"s"}, value:""}, "Result":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}}, []string{}}, Sequence:0x36} I0702 22:37:00.510795 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2d20b47954a67a931b1bdd8ba2388cfd52349ccef714294efc97009bbac1551301_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:0x655a87247980b}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2bad69f}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a87248e46a}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2bc22fd}, "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:0x655a872476f30}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2baadc3}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a872476f2d}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2baadc1}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a87248e46a}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2bc22fd}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a87247980b}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2bad69f}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x71, 0x47, 0x5d, 0xfa, 0x86, 0x8, 0x4a, 0x15, 0x86, 0x1e, 0xb0, 0xf3, 0x99, 0x2c, 0x27, 0x88}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a87248e46a}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2bc22fd}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0x37} I0702 22:37:00.510916 3306 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-20b47954a67a931b1bdd8ba2388cfd52349ccef714294efc97009bbac1551301.scope", "/org/freedesktop/systemd1/unit/crio_2dconmon_2d20b47954a67a931b1bdd8ba2388cfd52349ccef714294efc97009bbac1551301_2escope"}, Sequence:0x38} I0702 22:37:00.864939 3306 ovs.go:159] Exec(42): /usr/bin/ovs-appctl --timeout=15 -t /var/run/ovn/ovn-controller.3014.ctl connection-status I0702 22:37:00.869314 3306 ovs.go:162] Exec(42): stdout: "connected\n" I0702 22:37:00.869330 3306 ovs.go:163] Exec(42): stderr: "" I0702 22:37:00.869338 3306 default_node_network_controller.go:510] Node connection status = connected I0702 22:37:00.869351 3306 ovs.go:159] Exec(43): /usr/bin/ovs-vsctl --timeout=15 -- br-exists br-int I0702 22:37:00.874890 3306 ovs.go:162] Exec(43): stdout: "" I0702 22:37:00.874904 3306 ovs.go:163] Exec(43): stderr: "" I0702 22:37:00.874912 3306 ovs.go:159] Exec(44): /usr/bin/ovs-ofctl dump-aggregate br-int I0702 22:37:00.879429 3306 ovs.go:162] Exec(44): stdout: "NXST_AGGREGATE reply (xid=0x4): packet_count=2 byte_count=176 flow_count=15\n" I0702 22:37:00.879454 3306 ovs.go:163] Exec(44): stderr: "" I0702 22:37:00.879474 3306 ovs.go:159] Exec(45): /usr/bin/ovs-vsctl --timeout=15 --if-exists get interface patch-br-ex_ip-10-0-0-31.ec2.internal-to-br-int ofport I0702 22:37:00.884428 3306 ovs.go:162] Exec(45): stdout: "" I0702 22:37:00.884445 3306 ovs.go:163] Exec(45): stderr: "" I0702 22:37:00.886105 3306 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0702 22:37:00.886170 3306 default_network_controller.go:747] Recording update event on pod openshift-multus/multus-additional-cni-plugins-fdltz I0702 22:37:00.886195 3306 obj_retry.go:620] Update event received for *v1.Pod openshift-multus/multus-additional-cni-plugins-fdltz I0702 22:37:00.886222 3306 ovn.go:134] Ensuring zone local for Pod openshift-multus/multus-additional-cni-plugins-fdltz in node ip-10-0-0-31.ec2.internal I0702 22:37:00.886230 3306 default_network_controller.go:776] Recording success event on pod openshift-multus/multus-additional-cni-plugins-fdltz I0702 22:37:00.886236 3306 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0702 22:37:00.886244 3306 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-fdltz I0702 22:37:01.082967 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 7 Dst: fe80::858:aff:fe80:2/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 22:37:01.365355 3306 ovs.go:159] Exec(46): /usr/bin/ovs-appctl --timeout=15 -t /var/run/ovn/ovn-controller.3014.ctl connection-status I0702 22:37:01.369638 3306 ovs.go:162] Exec(46): stdout: "connected\n" I0702 22:37:01.369656 3306 ovs.go:163] Exec(46): stderr: "" I0702 22:37:01.369664 3306 default_node_network_controller.go:510] Node connection status = connected I0702 22:37:01.369672 3306 ovs.go:159] Exec(47): /usr/bin/ovs-vsctl --timeout=15 -- br-exists br-int I0702 22:37:01.375011 3306 ovs.go:162] Exec(47): stdout: "" I0702 22:37:01.375027 3306 ovs.go:163] Exec(47): stderr: "" I0702 22:37:01.375036 3306 ovs.go:159] Exec(48): /usr/bin/ovs-ofctl dump-aggregate br-int I0702 22:37:01.379344 3306 ovs.go:162] Exec(48): stdout: "NXST_AGGREGATE reply (xid=0x4): packet_count=4 byte_count=336 flow_count=15\n" I0702 22:37:01.379355 3306 ovs.go:163] Exec(48): stderr: "" I0702 22:37:01.379366 3306 ovs.go:159] Exec(49): /usr/bin/ovs-vsctl --timeout=15 --if-exists get interface patch-br-ex_ip-10-0-0-31.ec2.internal-to-br-int ofport I0702 22:37:01.384303 3306 ovs.go:162] Exec(49): stdout: "" I0702 22:37:01.384323 3306 ovs.go:163] Exec(49): stderr: "" I0702 22:37:01.754034 3306 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-bc9a9f2b7711e2599fb93e9764f87fb11cf2268afacd2e8a749ff786413121ae.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2dcontainers_2dstorage_2doverlay_2dbc9a9f2b7711e2599fb93e9764f87fb11cf2268afacd2e8a749ff786413121ae_2emount"}, Sequence:0x39} I0702 22:37:01.754071 3306 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-bc9a9f2b7711e2599fb93e9764f87fb11cf2268afacd2e8a749ff786413121ae.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2dcontainers_2dstorage_2doverlay_2dbc9a9f2b7711e2599fb93e9764f87fb11cf2268afacd2e8a749ff786413121ae_2emount"}, Sequence:0x3a} I0702 22:37:01.754188 3306 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:0x3b} I0702 22:37:01.754220 3306 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:0x3c} I0702 22:37:01.754241 3306 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:0x3d} I0702 22:37:01.754358 3306 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:0x3e} I0702 22:37:01.754391 3306 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:0x3f} I0702 22:37:01.754534 3306 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:0x40} I0702 22:37:01.754551 3306 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:0x41} I0702 22:37:01.754562 3306 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:0x42} I0702 22:37:01.754751 3306 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:"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:0x43} I0702 22:37:01.754796 3306 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:0x44} I0702 22:37:01.754885 3306 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:0x45} I0702 22:37:01.755570 3306 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:0x655a870002a18}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7368ab}, "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:0x655a86fffc047}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x72feda}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a86fffc01f}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x72feb4}, "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:0x655a870000c4b}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x734adf}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xfa, 0x9d, 0x1d, 0x62, 0xcc, 0xf7, 0x40, 0x98, 0xb3, 0xfe, 0xf8, 0x3a, 0xe1, 0x7b, 0x92, 0xc0}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a870002a18}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7368ab}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"mounted"}}, []string{"Conditions", "Asserts"}}, Sequence:0x46} I0702 22:37:01.755624 3306 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:0x655a86fa8bcd9}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1bfb6c}, "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:0x655a86fa8bcd9}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1bfb6c}, "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:0x655a86fa8bcd9}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1bfb6c}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0x47} I0702 22:37:01.755676 3306 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:0x48} I0702 22:37:01.755702 3306 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:0x655a86fab1a79}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1e590c}, "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:0x655a86fab1a22}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1e58b6}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a86fab1a21}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1e58b5}, "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:0x655a86fab1a79}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1e590c}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x6a, 0x4e, 0x4b, 0x8c, 0xa2, 0xa6, 0x4d, 0x54, 0xb8, 0xe5, 0x7, 0x79, 0x40, 0x8, 0x85, 0xa4}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a86ff105fe}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x644491}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x49} I0702 22:37:01.755749 3306 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-bc9a9f2b7711e2599fb93e9764f87fb11cf2268afacd2e8a749ff786413121ae-merged.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2dcontainers_2dstorage_2doverlay_2dbc9a9f2b7711e2599fb93e9764f87fb11cf2268afacd2e8a749ff786413121ae_2dmerged_2emount"}, Sequence:0x4a} I0702 22:37:01.755766 3306 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:0x655a86fe7f927}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x5b37bb}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0x4b} I0702 22:37:01.755810 3306 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:0x655a86fffb57d}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x72f410}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a86fd0e985}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x442819}, "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:0x655a86fffb577}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x72f40a}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a86fffb576}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x72f40a}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a86fd0e985}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x442819}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a86fffb57d}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x72f410}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x57, 0xf9, 0x49, 0x7e, 0x54, 0x50, 0x45, 0x1e, 0x98, 0x47, 0xff, 0xb1, 0x30, 0xe3, 0xd6, 0xce}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a86fffb57d}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x72f410}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0x4c} I0702 22:37:01.755879 3306 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:0x655a8700368b3}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x76a746}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a86fd0d78e}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x441621}, "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:0x655a8700368ac}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x76a73f}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a8700368aa}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x76a73d}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a86fd0d78e}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x441621}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a8700368b3}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x76a746}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x18, 0x41, 0x2b, 0x68, 0xbc, 0xea, 0x45, 0x5c, 0xb4, 0x95, 0x2a, 0x0, 0xb4, 0xcf, 0xc6, 0x28}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a8700368b3}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x76a746}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0x4d} I0702 22:37:01.813809 3306 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-33dd20d415b3166e694290993f231be56550a8a767fe0077ec71b0baf7316ce9.scope", "/org/freedesktop/systemd1/unit/crio_2dconmon_2d33dd20d415b3166e694290993f231be56550a8a767fe0077ec71b0baf7316ce9_2escope"}, Sequence:0x4e} I0702 22:37:01.813876 3306 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 {}{0x3ad, "/org/freedesktop/systemd1/job/941", "crio-conmon-33dd20d415b3166e694290993f231be56550a8a767fe0077ec71b0baf7316ce9.scope"}, Sequence:0x4f} I0702 22:37:01.814031 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/kubepods_2dburstable_2dpod81b21489_5f0186_5f45b9_5fbdfc_5f0475c503bc9d_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:0x655a870bd9b58}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x130d9eb}, "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:0x655a870bd98f1}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x130d784}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a870bd98ee}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x130d781}, "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:0x655a870bd9b58}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x130d9eb}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x9e, 0xf2, 0x3, 0x96, 0x1d, 0xf1, 0x4e, 0xb8, 0xab, 0xda, 0xa, 0x84, 0x9b, 0xd0, 0xc4, 0xf6}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a870bd9b58}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x130d9eb}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0x50} I0702 22:37:01.814093 3306 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:0x9c5}, "ExecMainStartTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a8709a21ad}, "ExecMainStartTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x10d6040}, "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:0x9c5}, "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} I0702 22:37:01.814177 3306 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:0x655a870a41185}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1175019}, "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:0x655a87099efae}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x10d2e42}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a87099efac}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x10d2e40}, "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:0x655a8709a229c}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x10d6130}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xe6, 0xf3, 0x8c, 0x50, 0x24, 0x8f, 0x4f, 0xda, 0x8f, 0x45, 0x7e, 0x74, 0x12, 0xba, 0xa8, 0x45}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a870a41185}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1175019}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x52} I0702 22:37:01.826176 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2d33dd20d415b3166e694290993f231be56550a8a767fe0077ec71b0baf7316ce9_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} I0702 22:37:01.826278 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2d33dd20d415b3166e694290993f231be56550a8a767fe0077ec71b0baf7316ce9_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:0x655a8725cc8b2}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2d00746}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a8725cc8ae}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2d00742}, "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{0x8a, 0x32, 0x28, 0xba, 0xf8, 0xab, 0x48, 0x12, 0xaa, 0x8, 0x9e, 0x9d, 0xa8, 0x4f, 0x93, 0xfb}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x3ad, "/org/freedesktop/systemd1/job/941"}}, "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} I0702 22:37:01.826365 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2d33dd20d415b3166e694290993f231be56550a8a767fe0077ec71b0baf7316ce9_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} I0702 22:37:01.826514 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2d33dd20d415b3166e694290993f231be56550a8a767fe0077ec71b0baf7316ce9_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:0x655a8725cf7f6}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2d0368a}, "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:0x655a8725cc8b2}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2d00746}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a8725cc8ae}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2d00742}, "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:0x655a8725cf7f6}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2d0368a}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x8a, 0x32, 0x28, 0xba, 0xf8, 0xab, 0x48, 0x12, 0xaa, 0x8, 0x9e, 0x9d, 0xa8, 0x4f, 0x93, 0xfb}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x3ad, "/org/freedesktop/systemd1/job/941"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a8725cf7f6}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2d0368a}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x56} I0702 22:37:01.826599 3306 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 {}{0x3ad, "/org/freedesktop/systemd1/job/941", "crio-conmon-33dd20d415b3166e694290993f231be56550a8a767fe0077ec71b0baf7316ce9.scope", "done"}, Sequence:0x57} I0702 22:37:01.826679 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2d33dd20d415b3166e694290993f231be56550a8a767fe0077ec71b0baf7316ce9_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} I0702 22:37:01.826843 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2d33dd20d415b3166e694290993f231be56550a8a767fe0077ec71b0baf7316ce9_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:0x655a8725cf7f6}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2d0368a}, "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:0x655a8725cc8b2}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2d00746}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a8725cc8ae}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2d00742}, "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:0x655a8725cf7f6}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2d0368a}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x8a, 0x32, 0x28, 0xba, 0xf8, 0xab, 0x48, 0x12, 0xaa, 0x8, 0x9e, 0x9d, 0xa8, 0x4f, 0x93, 0xfb}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a8725cf7f6}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2d0368a}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x59} I0702 22:37:01.831736 3306 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-33dd20d415b3166e694290993f231be56550a8a767fe0077ec71b0baf7316ce9.scope", "/org/freedesktop/systemd1/unit/crio_2d33dd20d415b3166e694290993f231be56550a8a767fe0077ec71b0baf7316ce9_2escope"}, Sequence:0x5a} I0702 22:37:01.831842 3306 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 {}{0x3b3, "/org/freedesktop/systemd1/job/947", "crio-33dd20d415b3166e694290993f231be56550a8a767fe0077ec71b0baf7316ce9.scope"}, Sequence:0x5b} I0702 22:37:01.831969 3306 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:0x655a86fe7ede1}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x5b2c74}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0x5c} I0702 22:37:01.832055 3306 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:0x9c5}, "ExecMainStartTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a8709a21ad}, "ExecMainStartTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x10d6040}, "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:0x9c5}, "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} I0702 22:37:01.832149 3306 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:0x655a870a41185}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1175019}, "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:0x655a87099efae}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x10d2e42}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a87099efac}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x10d2e40}, "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:0x655a8709a229c}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x10d6130}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xe6, 0xf3, 0x8c, 0x50, 0x24, 0x8f, 0x4f, 0xda, 0x8f, 0x45, 0x7e, 0x74, 0x12, 0xba, 0xa8, 0x45}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a870a41185}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1175019}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x5e} I0702 22:37:01.832283 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/kubepods_2dburstable_2dpod81b21489_5f0186_5f45b9_5fbdfc_5f0475c503bc9d_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:0x655a870bd9b58}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x130d9eb}, "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:0x655a870bd98f1}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x130d784}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a870bd98ee}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x130d781}, "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:0x655a870bd9b58}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x130d9eb}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x9e, 0xf2, 0x3, 0x96, 0x1d, 0xf1, 0x4e, 0xb8, 0xab, 0xda, 0xa, 0x84, 0x9b, 0xd0, 0xc4, 0xf6}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a870bd9b58}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x130d9eb}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0x5f} I0702 22:37:01.833482 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2d33dd20d415b3166e694290993f231be56550a8a767fe0077ec71b0baf7316ce9_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} I0702 22:37:01.833612 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2d33dd20d415b3166e694290993f231be56550a8a767fe0077ec71b0baf7316ce9_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:0x655a8725d0ee0}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2d04d73}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a8725d0edd}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2d04d70}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x88, 0xd7, 0xac, 0x2b, 0x5f, 0x14, 0x45, 0xaa, 0x95, 0x9c, 0xcf, 0xef, 0x93, 0xf1, 0xb9, 0x1d}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x3b3, "/org/freedesktop/systemd1/job/947"}}, "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} I0702 22:37:01.833734 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2d33dd20d415b3166e694290993f231be56550a8a767fe0077ec71b0baf7316ce9_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} I0702 22:37:01.833774 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2d33dd20d415b3166e694290993f231be56550a8a767fe0077ec71b0baf7316ce9_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:0x655a8725d1466}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2d052fa}, "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:0x655a8725d0ee0}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2d04d73}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a8725d0edd}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2d04d70}, "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:0x655a8725d1466}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2d052fa}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x88, 0xd7, 0xac, 0x2b, 0x5f, 0x14, 0x45, 0xaa, 0x95, 0x9c, 0xcf, 0xef, 0x93, 0xf1, 0xb9, 0x1d}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x3b3, "/org/freedesktop/systemd1/job/947"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a8725d1466}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2d052fa}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x63} I0702 22:37:01.833842 3306 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 {}{0x3b3, "/org/freedesktop/systemd1/job/947", "crio-33dd20d415b3166e694290993f231be56550a8a767fe0077ec71b0baf7316ce9.scope", "done"}, Sequence:0x64} I0702 22:37:01.833915 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2d33dd20d415b3166e694290993f231be56550a8a767fe0077ec71b0baf7316ce9_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} I0702 22:37:01.834044 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2d33dd20d415b3166e694290993f231be56550a8a767fe0077ec71b0baf7316ce9_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:0x655a8725d1466}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2d052fa}, "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:0x655a8725d0ee0}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2d04d73}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a8725d0edd}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2d04d70}, "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:0x655a8725d1466}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2d052fa}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x88, 0xd7, 0xac, 0x2b, 0x5f, 0x14, 0x45, 0xaa, 0x95, 0x9c, 0xcf, 0xef, 0x93, 0xf1, 0xb9, 0x1d}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a8725d1466}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2d052fa}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x66} I0702 22:37:01.865342 3306 ovs.go:159] Exec(50): /usr/bin/ovs-appctl --timeout=15 -t /var/run/ovn/ovn-controller.3014.ctl connection-status I0702 22:37:01.867588 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2d33dd20d415b3166e694290993f231be56550a8a767fe0077ec71b0baf7316ce9_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} I0702 22:37:01.867638 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2d33dd20d415b3166e694290993f231be56550a8a767fe0077ec71b0baf7316ce9_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:0x655a8725d1466}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2d052fa}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a8725d984d}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2d0d6e1}, "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:0x655a8725d0ee0}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2d04d73}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a8725d0edd}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2d04d70}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a8725d984d}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2d0d6e1}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a8725d1466}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2d052fa}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x88, 0xd7, 0xac, 0x2b, 0x5f, 0x14, 0x45, 0xaa, 0x95, 0x9c, 0xcf, 0xef, 0x93, 0xf1, 0xb9, 0x1d}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a8725d984d}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2d0d6e1}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0x68} I0702 22:37:01.867686 3306 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-33dd20d415b3166e694290993f231be56550a8a767fe0077ec71b0baf7316ce9.scope", "/org/freedesktop/systemd1/unit/crio_2d33dd20d415b3166e694290993f231be56550a8a767fe0077ec71b0baf7316ce9_2escope"}, Sequence:0x69} I0702 22:37:01.869843 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2d33dd20d415b3166e694290993f231be56550a8a767fe0077ec71b0baf7316ce9_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} I0702 22:37:01.869922 3306 ovs.go:162] Exec(50): stdout: "connected\n" I0702 22:37:01.869938 3306 ovs.go:163] Exec(50): stderr: "" I0702 22:37:01.869883 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2d33dd20d415b3166e694290993f231be56550a8a767fe0077ec71b0baf7316ce9_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:0x655a8725cf7f6}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2d0368a}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a8725da08b}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2d0df1e}, "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:0x655a8725cc8b2}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2d00746}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a8725cc8ae}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2d00742}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a8725da08b}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2d0df1e}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a8725cf7f6}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2d0368a}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x8a, 0x32, 0x28, 0xba, 0xf8, 0xab, 0x48, 0x12, 0xaa, 0x8, 0x9e, 0x9d, 0xa8, 0x4f, 0x93, 0xfb}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a8725da08b}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2d0df1e}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0x6b} I0702 22:37:01.869949 3306 default_node_network_controller.go:510] Node connection status = connected I0702 22:37:01.869951 3306 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-33dd20d415b3166e694290993f231be56550a8a767fe0077ec71b0baf7316ce9.scope", "/org/freedesktop/systemd1/unit/crio_2dconmon_2d33dd20d415b3166e694290993f231be56550a8a767fe0077ec71b0baf7316ce9_2escope"}, Sequence:0x6c} I0702 22:37:01.869963 3306 ovs.go:159] Exec(51): /usr/bin/ovs-vsctl --timeout=15 -- br-exists br-int I0702 22:37:01.875714 3306 ovs.go:162] Exec(51): stdout: "" I0702 22:37:01.875733 3306 ovs.go:163] Exec(51): stderr: "" I0702 22:37:01.875744 3306 ovs.go:159] Exec(52): /usr/bin/ovs-ofctl dump-aggregate br-int I0702 22:37:01.888256 3306 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0702 22:37:01.888318 3306 default_network_controller.go:747] Recording update event on pod openshift-multus/multus-additional-cni-plugins-fdltz I0702 22:37:01.888349 3306 obj_retry.go:620] Update event received for *v1.Pod openshift-multus/multus-additional-cni-plugins-fdltz I0702 22:37:01.888386 3306 ovn.go:134] Ensuring zone local for Pod openshift-multus/multus-additional-cni-plugins-fdltz in node ip-10-0-0-31.ec2.internal I0702 22:37:01.888399 3306 default_network_controller.go:776] Recording success event on pod openshift-multus/multus-additional-cni-plugins-fdltz I0702 22:37:01.888410 3306 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0702 22:37:01.888423 3306 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-fdltz I0702 22:37:01.909738 3306 ovs.go:162] Exec(52): stdout: "NXST_AGGREGATE reply (xid=0x4): packet_count=6 byte_count=472 flow_count=15\n" I0702 22:37:01.909765 3306 ovs.go:163] Exec(52): stderr: "" I0702 22:37:01.909778 3306 ovs.go:159] Exec(53): /usr/bin/ovs-vsctl --timeout=15 --if-exists get interface patch-br-ex_ip-10-0-0-31.ec2.internal-to-br-int ofport I0702 22:37:01.915421 3306 ovs.go:162] Exec(53): stdout: "2\n" I0702 22:37:01.915446 3306 ovs.go:163] Exec(53): stderr: "" I0702 22:37:01.915453 3306 gateway.go:452] Gateway is ready I0702 22:37:01.915464 3306 gateway_shared_intf.go:2284] Creating Gateway Openflow Manager I0702 22:37:01.915474 3306 ovs.go:159] Exec(54): /usr/bin/ovs-vsctl --timeout=15 get Interface patch-br-ex_ip-10-0-0-31.ec2.internal-to-br-int ofport I0702 22:37:01.918883 3306 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0702 22:37:01.918906 3306 default_network_controller.go:747] Recording update event on pod openshift-image-registry/node-ca-ztx28 I0702 22:37:01.918923 3306 obj_retry.go:620] Update event received for *v1.Pod openshift-image-registry/node-ca-ztx28 I0702 22:37:01.918953 3306 ovn.go:138] Ensuring zone remote for Pod openshift-image-registry/node-ca-ztx28 in node ip-10-0-2-224.ec2.internal I0702 22:37:01.918965 3306 default_network_controller.go:776] Recording success event on pod openshift-image-registry/node-ca-ztx28 I0702 22:37:01.918973 3306 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0702 22:37:01.918981 3306 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-image-registry/node-ca-ztx28 I0702 22:37:01.918962 3306 admin_network_policy_controller.go:532] Updating Pod in Admin Network Policy controller openshift-image-registry/node-ca-ztx28: podLabels controller-revision-hash=597b746d65,name=node-ca,pod-template-generation=1, podIPs: [10.0.2.224], PodStatus: true, PodCompleted?: false I0702 22:37:01.919039 3306 admin_network_policy_pod.go:56] Processing sync for Pod openshift-image-registry/node-ca-ztx28 in Admin Network Policy controller I0702 22:37:01.919055 3306 admin_network_policy_pod.go:59] Finished syncing Pod openshift-image-registry/node-ca-ztx28 Admin Network Policy controller: took 14.927µs I0702 22:37:01.920799 3306 ovs.go:162] Exec(54): stdout: "2\n" I0702 22:37:01.920827 3306 ovs.go:163] Exec(54): stderr: "" I0702 22:37:01.920837 3306 ovs.go:159] Exec(55): /usr/bin/ovs-vsctl --timeout=15 get interface ens5 ofport I0702 22:37:01.926160 3306 ovs.go:162] Exec(55): stdout: "1\n" I0702 22:37:01.926173 3306 ovs.go:163] Exec(55): stderr: "" I0702 22:37:01.926493 3306 node_ip_handler_linux.go:494] Skipping non-useable IP address for host: 127.0.0.1/8 lo I0702 22:37:01.926568 3306 node_ip_handler_linux.go:494] Skipping non-useable IP address for host: 10.128.0.2/23 ovn-k8s-mp0 I0702 22:37:01.926580 3306 node_ip_handler_linux.go:259] Node primary address changed to 10.0.0.31. Updating OVN encap IP. I0702 22:37:01.926589 3306 ovs.go:159] Exec(56): /usr/bin/ovs-vsctl --timeout=15 get Open_vSwitch . external_ids:ovn-encap-ip I0702 22:37:01.931593 3306 ovs.go:162] Exec(56): stdout: "\"10.0.0.31\"\n" I0702 22:37:01.931606 3306 ovs.go:163] Exec(56): stderr: "" I0702 22:37:01.931613 3306 node_ip_handler_linux.go:561] Will not update encap IP 10.0.0.31 - it is already configured I0702 22:37:01.931621 3306 node_ip_handler_linux.go:504] Node address changed to map[10.0.0.31/24:{} 172.20.0.1/32:{}]. Updating annotations. I0702 22:37:01.931784 3306 kube.go:130] Setting annotations map[k8s.ovn.org/host-cidrs:["10.0.0.31/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-0-31.ec2.internal","mac-address":"12:45:9c:21:cb:47","ip-addresses":["10.0.0.31/24"],"ip-address":"10.0.0.31/24","next-hops":["10.0.0.1"],"next-hop":"10.0.0.1","node-port-enable":"true","vlan-id":"0"}} k8s.ovn.org/node-chassis-id:b1154d9a-9d3a-41a7-aa21-6bc419711378 k8s.ovn.org/node-primary-ifaddr:{"ipv4":"10.0.0.31/24"}] on node ip-10-0-0-31.ec2.internal I0702 22:37:01.948145 3306 admin_network_policy_controller.go:532] Updating Pod in Admin Network Policy controller openshift-dns/node-resolver-cjcpn: podLabels controller-revision-hash=5fb84c8569,dns.operator.openshift.io/daemonset-node-resolver=,pod-template-generation=1, podIPs: [10.0.2.224], PodStatus: true, PodCompleted?: false I0702 22:37:01.948183 3306 admin_network_policy_pod.go:56] Processing sync for Pod openshift-dns/node-resolver-cjcpn in Admin Network Policy controller I0702 22:37:01.948199 3306 admin_network_policy_pod.go:59] Finished syncing Pod openshift-dns/node-resolver-cjcpn Admin Network Policy controller: took 16.644µs I0702 22:37:01.948226 3306 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0702 22:37:01.948238 3306 default_network_controller.go:747] Recording update event on pod openshift-dns/node-resolver-cjcpn I0702 22:37:01.948251 3306 obj_retry.go:620] Update event received for *v1.Pod openshift-dns/node-resolver-cjcpn I0702 22:37:01.948266 3306 ovn.go:138] Ensuring zone remote for Pod openshift-dns/node-resolver-cjcpn in node ip-10-0-2-224.ec2.internal I0702 22:37:01.948271 3306 default_network_controller.go:776] Recording success event on pod openshift-dns/node-resolver-cjcpn I0702 22:37:01.948280 3306 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0702 22:37:01.948287 3306 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-dns/node-resolver-cjcpn I0702 22:37:01.956882 3306 egressservice_zone_node.go:110] Processing sync for Egress Service node ip-10-0-0-31.ec2.internal I0702 22:37:01.956948 3306 obj_retry.go:568] Update event received for resource *v1.Node, old object is equal to new: false I0702 22:37:01.956955 3306 egressservice_zone_node.go:113] Finished syncing Egress Service node ip-10-0-0-31.ec2.internal: 78.16µs I0702 22:37:01.956894 3306 admin_network_policy_controller.go:581] Updating Node in Admin Network Policy controller ip-10-0-0-31.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-d9aae1c883-workers-0,hypershift.openshift.io/nodepool-globalps-enabled=true,kubernetes.io/arch=amd64,kubernetes.io/hostname=ip-10-0-0-31.ec2.internal,kubernetes.io/os=linux,node-role.kubernetes.io/worker=,node.kubernetes.io/instance-type=m5.2xlarge,node.openshift.io/os_id=rhcos,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 I0702 22:37:01.956970 3306 obj_retry.go:620] Update event received for *v1.Node ip-10-0-0-31.ec2.internal I0702 22:37:01.956977 3306 admin_network_policy_node.go:55] Processing sync for Node ip-10-0-0-31.ec2.internal in Admin Network Policy controller I0702 22:37:01.956984 3306 admin_network_policy_node.go:58] Finished syncing Node ip-10-0-0-31.ec2.internal Admin Network Policy controller: took 7.858µs I0702 22:37:01.956922 3306 node_tracker.go:211] Processing possible switch / router updates for node ip-10-0-0-31.ec2.internal E0702 22:37:01.957010 3306 ovn.go:423] Failed to unmarshal old node ip-10-0-0-31.ec2.internal annotation: unexpected end of JSON input I0702 22:37:01.957030 3306 master.go:495] Adding or Updating Node "ip-10-0-0-31.ec2.internal" I0702 22:37:01.957036 3306 hybrid.go:141] Removing node ip-10-0-0-31.ec2.internal hybrid overlay port I0702 22:37:01.957044 3306 node_tracker.go:172] Node ip-10-0-0-31.ec2.internal switch + router changed, syncing services I0702 22:37:01.957056 3306 services_controller.go:549] Full service sync requested for network=default I0702 22:37:01.957075 3306 services_controller.go:614] Adding service default/openshift-oauth-apiserver for network=default I0702 22:37:01.957088 3306 services_controller.go:614] Adding service openshift-apiserver-operator/metrics for network=default I0702 22:37:01.957094 3306 services_controller.go:614] Adding service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0702 22:37:01.957100 3306 services_controller.go:614] Adding service openshift-network-diagnostics/network-check-target for network=default I0702 22:37:01.957105 3306 services_controller.go:614] Adding service openshift-config-operator/metrics for network=default I0702 22:37:01.957120 3306 services_controller.go:356] Processing sync for service openshift-apiserver-operator/metrics for network=default I0702 22:37:01.957123 3306 services_controller.go:356] Processing sync for service default/openshift-oauth-apiserver for network=default I0702 22:37:01.957130 3306 services_controller.go:434] Service openshift-apiserver-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-apiserver-operator 7f2599c6-19bd-4072-8445-b7a0e80b85c1 1046 0 2026-07-02 22:25:38 +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 f2a75ee6-c8ba-4210-ab75-4e7c9328338a 0xc00783afaf }] [] []},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.210.132,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.210.132],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:01.957200 3306 services_controller.go:614] Adding service openshift-ingress/router-internal-default for network=default I0702 22:37:01.957140 3306 services_controller.go:434] Service default/openshift-oauth-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-oauth-apiserver default c727cef9-6f18-4ab2-b51c-76a9f3eb6eef 1640 0 2026-07-02 22:25:49 +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.4.241,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.4.241],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:01.957203 3306 services_controller.go:356] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0702 22:37:01.957212 3306 services_controller.go:614] Adding service openshift-machine-config-operator/machine-config-operator for network=default I0702 22:37:01.957219 3306 services_controller.go:614] Adding service openshift-monitoring/cluster-monitoring-operator for network=default I0702 22:37:01.957226 3306 services_controller.go:614] Adding service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0702 22:37:01.957230 3306 lb_config.go:1031] Cluster endpoints for openshift-apiserver-operator/metrics for network=default are: map[] I0702 22:37:01.957240 3306 services_controller.go:356] Processing sync for service openshift-network-diagnostics/network-check-target for network=default I0702 22:37:01.957242 3306 services_controller.go:443] Built service openshift-apiserver-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.210.132"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0702 22:37:01.957254 3306 services_controller.go:444] Built service openshift-apiserver-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:01.957250 3306 lb_config.go:1031] Cluster endpoints for default/openshift-oauth-apiserver for network=default are: map[TCP/https:{443 [172.30.36.54] []}] I0702 22:37:01.957263 3306 services_controller.go:445] Built service openshift-apiserver-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:01.957218 3306 services_controller.go:434] 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 6acba11b-8816-4aab-bdd8-a1770841eb6b 6486 0 2026-07-02 22:28:59 +0000 UTC map[olm.managed:true olm.service-spec-hash:8H7arFYfeqTDwtur5ZzpDGCqSKpg30XG9PXH2W] map[] [{operators.coreos.com/v1alpha1 CatalogSource deployment-validation-operator-catalog dc4c1225-d621-4bf5-8ced-4a9ff457d432 0xc00783b80d 0xc00783b80e}] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:grpc,Protocol:TCP,Port:50051,TargetPort:{0 50051 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{olm.catalogSource: deployment-validation-operator-catalog,olm.managed: true,},ClusterIP:172.30.171.254,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.171.254],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:01.957275 3306 services_controller.go:443] Built service default/openshift-oauth-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0702 22:37:01.957290 3306 lb_config.go:1031] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default are: map[] I0702 22:37:01.957286 3306 services_controller.go:444] Built service default/openshift-oauth-apiserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.4.241"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.36.54"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0702 22:37:01.957300 3306 services_controller.go:443] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.171.254"}, 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}} I0702 22:37:01.957306 3306 services_controller.go:445] Built service default/openshift-oauth-apiserver LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:01.957311 3306 services_controller.go:444] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:01.957318 3306 services_controller.go:445] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:01.957252 3306 services_controller.go:434] Service openshift-network-diagnostics/network-check-target retrieved from lister for network=default: &Service{ObjectMeta:{network-check-target openshift-network-diagnostics be555b21-71a5-4b24-a835-13be692a05f3 4156 0 2026-07-02 22:26:30 +0000 UTC map[] map[] [{operator.openshift.io/v1 Network cluster 6a0bc3cc-c19e-4e27-8a28-64360d11a5ea 0xc007ab4517 0xc007ab4518}] [] []},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.191.130,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.191.130],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:01.957341 3306 services_controller.go:356] Processing sync for service openshift-config-operator/metrics for network=default I0702 22:37:01.957334 3306 services_controller.go:451] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-deployment-validation-operator/deployment-validation-operator-catalog_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-deployment-validation-operator/deployment-validation-operator-catalog"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.171.254", Port:50051, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:01.957362 3306 services_controller.go:452] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog per-node LB for network=default: []services.LB{} I0702 22:37:01.957326 3306 model_client.go:382] Update operations generated as: [{Op:update Table:Logical_Router Row:map[copp:{GoSet:[{GoUUID:55da5ccf-f9b4-41b0-86ff-3540fccc474c}]} external_ids:{GoMap:map[physical_ip:10.0.0.31 physical_ips:10.0.0.31]} load_balancer_group:{GoSet:[{GoUUID:076e2606-e33c-4f0b-9742-29df24c540d2} {GoUUID:efc71876-71d6-4f8d-950e-749570475efc}]} options:{GoMap:map[always_learn_from_arp_request:false chassis:b1154d9a-9d3a-41a7-aa21-6bc419711378 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 == {f29dabaa-74fe-45a3-b838-69f7e55aa464}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:01.957371 3306 services_controller.go:453] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog template LB for network=default: []services.LB{} I0702 22:37:01.957372 3306 lb_config.go:1031] Cluster endpoints for openshift-network-diagnostics/network-check-target for network=default are: map[] I0702 22:37:01.957378 3306 services_controller.go:454] 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 I0702 22:37:01.957387 3306 services_controller.go:443] Built service openshift-network-diagnostics/network-check-target LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.191.130"}, 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}} I0702 22:37:01.957394 3306 services_controller.go:471] Skipping no-op change for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0702 22:37:01.957281 3306 services_controller.go:451] 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.210.132", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:01.957376 3306 transact.go:42] Configuring OVN: [{Op:update Table:Logical_Router Row:map[copp:{GoSet:[{GoUUID:55da5ccf-f9b4-41b0-86ff-3540fccc474c}]} external_ids:{GoMap:map[physical_ip:10.0.0.31 physical_ips:10.0.0.31]} load_balancer_group:{GoSet:[{GoUUID:076e2606-e33c-4f0b-9742-29df24c540d2} {GoUUID:efc71876-71d6-4f8d-950e-749570475efc}]} options:{GoMap:map[always_learn_from_arp_request:false chassis:b1154d9a-9d3a-41a7-aa21-6bc419711378 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 == {f29dabaa-74fe-45a3-b838-69f7e55aa464}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:01.957406 3306 services_controller.go:360] Finished syncing service deployment-validation-operator-catalog on namespace openshift-deployment-validation-operator for network=default : 205.322µs I0702 22:37:01.957406 3306 services_controller.go:444] Built service openshift-network-diagnostics/network-check-target LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:01.957414 3306 services_controller.go:452] Built service openshift-apiserver-operator/metrics per-node LB for network=default: []services.LB{} I0702 22:37:01.957364 3306 services_controller.go:434] Service openshift-config-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-config-operator 48a09cbf-a025-4a23-bdf6-525a737c3e79 1746 0 2026-07-02 22:25:51 +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 f2a75ee6-c8ba-4210-ab75-4e7c9328338a 0xc00783b6b7 }] [] []},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.91.173,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.91.173],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:01.957419 3306 services_controller.go:445] Built service openshift-network-diagnostics/network-check-target LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:01.957422 3306 services_controller.go:356] Processing sync for service openshift-ingress/router-internal-default for network=default I0702 22:37:01.957425 3306 services_controller.go:453] Built service openshift-apiserver-operator/metrics template LB for network=default: []services.LB{} I0702 22:37:01.957436 3306 services_controller.go:454] 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 I0702 22:37:01.957440 3306 lb_config.go:1031] Cluster endpoints for openshift-config-operator/metrics for network=default are: map[] I0702 22:37:01.957453 3306 services_controller.go:443] Built service openshift-config-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.91.173"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0702 22:37:01.957461 3306 services_controller.go:471] Skipping no-op change for service openshift-apiserver-operator/metrics for network=default I0702 22:37:01.957430 3306 services_controller.go:434] Service openshift-ingress/router-internal-default retrieved from lister for network=default: &Service{ObjectMeta:{router-internal-default openshift-ingress 467af302-1cac-4ff2-bfbf-1ff1bf3104be 2825 0 2026-07-02 22:26:00 +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 91b70309-50fc-479d-8485-c403f49ef81d 0xc00783be2e }] [] []},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.140.55,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.140.55],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:01.957471 3306 services_controller.go:444] Built service openshift-config-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:01.957472 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-apiserver-operator for network=default : 352.349µs I0702 22:37:01.957481 3306 services_controller.go:445] Built service openshift-config-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:01.957485 3306 lb_config.go:1031] Cluster endpoints for openshift-ingress/router-internal-default for network=default are: map[] I0702 22:37:01.957489 3306 services_controller.go:356] Processing sync for service openshift-machine-config-operator/machine-config-operator for network=default I0702 22:37:01.957436 3306 services_controller.go:451] 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.191.130", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:01.957512 3306 services_controller.go:452] Built service openshift-network-diagnostics/network-check-target per-node LB for network=default: []services.LB{} I0702 22:37:01.957501 3306 services_controller.go:443] Built service openshift-ingress/router-internal-default LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.140.55"}, 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.140.55"}, protocol:"TCP", 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.140.55"}, 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}} I0702 22:37:01.957498 3306 services_controller.go:451] 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.91.173", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:01.957523 3306 services_controller.go:453] Built service openshift-network-diagnostics/network-check-target template LB for network=default: []services.LB{} I0702 22:37:01.957336 3306 services_controller.go:451] Built service default/openshift-oauth-apiserver cluster-wide LB for network=default: []services.LB{} I0702 22:37:01.957530 3306 services_controller.go:452] Built service openshift-config-operator/metrics per-node LB for network=default: []services.LB{} I0702 22:37:01.957535 3306 services_controller.go:454] 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 I0702 22:37:01.957541 3306 services_controller.go:453] Built service openshift-config-operator/metrics template LB for network=default: []services.LB{} I0702 22:37:01.957498 3306 services_controller.go:434] Service openshift-machine-config-operator/machine-config-operator retrieved from lister for network=default: &Service{ObjectMeta:{machine-config-operator openshift-machine-config-operator fc1b54bd-51c8-480d-85b1-d0ff5eb5630b 806 0 2026-07-02 22:25:32 +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 f2a75ee6-c8ba-4210-ab75-4e7c9328338a 0xc007ab426b }] [] []},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.168.17,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.168.17],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:01.957538 3306 services_controller.go:452] 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-0-31.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.4.241", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.36.54", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-0-31.ec2.internal"}, Routers:[]string{"GR_ip-10-0-0-31.ec2.internal"}, Groups:[]string(nil)}} I0702 22:37:01.957553 3306 services_controller.go:454] 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 I0702 22:37:01.957558 3306 services_controller.go:453] Built service default/openshift-oauth-apiserver template LB for network=default: []services.LB{} I0702 22:37:01.957559 3306 services_controller.go:471] Skipping no-op change for service openshift-network-diagnostics/network-check-target for network=default I0702 22:37:01.957565 3306 services_controller.go:454] 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 I0702 22:37:01.957570 3306 lb_config.go:1031] Cluster endpoints for openshift-machine-config-operator/machine-config-operator for network=default are: map[] I0702 22:37:01.957523 3306 services_controller.go:444] Built service openshift-ingress/router-internal-default LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:01.957584 3306 services_controller.go:445] Built service openshift-ingress/router-internal-default LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:01.957585 3306 services_controller.go:471] Skipping no-op change for service default/openshift-oauth-apiserver for network=default I0702 22:37:01.957584 3306 services_controller.go:443] Built service openshift-machine-config-operator/machine-config-operator LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.168.17"}, 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}} I0702 22:37:01.957592 3306 services_controller.go:360] Finished syncing service openshift-oauth-apiserver on namespace default for network=default : 476.642µs I0702 22:37:01.957599 3306 services_controller.go:444] Built service openshift-machine-config-operator/machine-config-operator LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:01.957603 3306 services_controller.go:356] Processing sync for service openshift-monitoring/cluster-monitoring-operator for network=default I0702 22:37:01.957606 3306 services_controller.go:445] Built service openshift-machine-config-operator/machine-config-operator LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:01.957609 3306 services_controller.go:360] Finished syncing service cluster-monitoring-operator on namespace openshift-monitoring for network=default : 6.859µs I0702 22:37:01.957603 3306 services_controller.go:451] 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.140.55", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.140.55", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.140.55", Port:1936, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:01.957617 3306 services_controller.go:356] Processing sync for service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0702 22:37:01.957624 3306 services_controller.go:360] Finished syncing service node-tuning-operator on namespace openshift-cluster-node-tuning-operator for network=default : 7.157µs I0702 22:37:01.957618 3306 services_controller.go:451] 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.168.17", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:01.957636 3306 services_controller.go:452] Built service openshift-machine-config-operator/machine-config-operator per-node LB for network=default: []services.LB{} I0702 22:37:01.957566 3306 services_controller.go:360] Finished syncing service network-check-target on namespace openshift-network-diagnostics for network=default : 327.104µs I0702 22:37:01.957648 3306 services_controller.go:453] Built service openshift-machine-config-operator/machine-config-operator template LB for network=default: []services.LB{} I0702 22:37:01.957232 3306 services_controller.go:614] Adding service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0702 22:37:01.957658 3306 services_controller.go:454] 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 I0702 22:37:01.957576 3306 services_controller.go:471] Skipping no-op change for service openshift-config-operator/metrics for network=default I0702 22:37:01.957666 3306 services_controller.go:614] Adding service openshift-kube-controller-manager-operator/metrics for network=default I0702 22:37:01.957672 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-config-operator for network=default : 329.99µs I0702 22:37:01.957675 3306 services_controller.go:614] Adding service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0702 22:37:01.957644 3306 services_controller.go:452] Built service openshift-ingress/router-internal-default per-node LB for network=default: []services.LB{} I0702 22:37:01.957679 3306 services_controller.go:471] Skipping no-op change for service openshift-machine-config-operator/machine-config-operator for network=default I0702 22:37:01.957688 3306 services_controller.go:360] Finished syncing service machine-config-operator on namespace openshift-machine-config-operator for network=default : 199.299µs I0702 22:37:01.957689 3306 services_controller.go:453] Built service openshift-ingress/router-internal-default template LB for network=default: []services.LB{} I0702 22:37:01.957689 3306 services_controller.go:356] Processing sync for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0702 22:37:01.957701 3306 services_controller.go:356] Processing sync for service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0702 22:37:01.957701 3306 services_controller.go:454] 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 I0702 22:37:01.957702 3306 services_controller.go:356] Processing sync for service openshift-kube-controller-manager-operator/metrics for network=default I0702 22:37:01.957710 3306 services_controller.go:360] Finished syncing service ovn-kubernetes-node on namespace openshift-ovn-kubernetes for network=default : 8.774µs I0702 22:37:01.957682 3306 services_controller.go:614] Adding service default/openshift-apiserver for network=default I0702 22:37:01.957728 3306 services_controller.go:614] Adding service openshift-apiserver/check-endpoints for network=default I0702 22:37:01.957735 3306 services_controller.go:471] Skipping no-op change for service openshift-ingress/router-internal-default for network=default I0702 22:37:01.957742 3306 services_controller.go:356] Processing sync for service default/openshift-apiserver for network=default I0702 22:37:01.957751 3306 services_controller.go:356] Processing sync for service openshift-apiserver/check-endpoints for network=default I0702 22:37:01.957703 3306 services_controller.go:434] 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 4560b7d5-c678-42f3-8cc3-0737cb1b10f7 1014 0 2026-07-02 22:25:37 +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 f2a75ee6-c8ba-4210-ab75-4e7c9328338a 0xc00783b4e7 }] [] []},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.212.114,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.212.114],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:01.957777 3306 lb_config.go:1031] Cluster endpoints for openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default are: map[] I0702 22:37:01.957719 3306 services_controller.go:434] Service openshift-kube-controller-manager-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-kube-controller-manager-operator af1b8f60-a9f9-470a-8273-309ecb77b313 819 0 2026-07-02 22:25:33 +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 f2a75ee6-c8ba-4210-ab75-4e7c9328338a 0xc00783bfcf }] [] []},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.169,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.102.169],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:01.957794 3306 services_controller.go:443] 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.212.114"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0702 22:37:01.957808 3306 services_controller.go:444] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:01.957831 3306 lb_config.go:1031] Cluster endpoints for openshift-kube-controller-manager-operator/metrics for network=default are: map[] I0702 22:37:01.957838 3306 services_controller.go:445] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:01.957761 3306 services_controller.go:434] Service openshift-apiserver/check-endpoints retrieved from lister for network=default: &Service{ObjectMeta:{check-endpoints openshift-apiserver 1b98a1bb-2075-4f2e-a51b-02a49b3649cb 1693 0 2026-07-02 22:25:50 +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 f2a75ee6-c8ba-4210-ab75-4e7c9328338a 0xc00783b077 }] [] []},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.175.210,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.175.210],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:01.957742 3306 services_controller.go:360] Finished syncing service router-internal-default on namespace openshift-ingress for network=default : 320.706µs I0702 22:37:01.957847 3306 services_controller.go:443] Built service openshift-kube-controller-manager-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.102.169"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0702 22:37:01.957736 3306 services_controller.go:614] Adding service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0702 22:37:01.957866 3306 services_controller.go:444] Built service openshift-kube-controller-manager-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:01.957865 3306 lb_config.go:1031] Cluster endpoints for openshift-apiserver/check-endpoints for network=default are: map[] I0702 22:37:01.957855 3306 services_controller.go:451] 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.212.114", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:01.957877 3306 services_controller.go:445] Built service openshift-kube-controller-manager-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:01.957879 3306 services_controller.go:356] Processing sync for service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0702 22:37:01.957883 3306 services_controller.go:452] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics per-node LB for network=default: []services.LB{} I0702 22:37:01.957880 3306 services_controller.go:443] Built service openshift-apiserver/check-endpoints LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.175.210"}, 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}} I0702 22:37:01.957894 3306 services_controller.go:453] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics template LB for network=default: []services.LB{} I0702 22:37:01.957894 3306 services_controller.go:444] Built service openshift-apiserver/check-endpoints LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:01.957903 3306 services_controller.go:445] Built service openshift-apiserver/check-endpoints LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:01.957904 3306 services_controller.go:454] 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 I0702 22:37:01.957898 3306 services_controller.go:451] 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.169", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:01.957929 3306 services_controller.go:471] Skipping no-op change for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0702 22:37:01.957930 3306 services_controller.go:452] Built service openshift-kube-controller-manager-operator/metrics per-node LB for network=default: []services.LB{} I0702 22:37:01.957917 3306 services_controller.go:451] 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.175.210", Port:17698, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:01.957942 3306 services_controller.go:360] Finished syncing service cluster-storage-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 252.905µs I0702 22:37:01.957949 3306 services_controller.go:452] Built service openshift-apiserver/check-endpoints per-node LB for network=default: []services.LB{} I0702 22:37:01.957950 3306 services_controller.go:453] Built service openshift-kube-controller-manager-operator/metrics template LB for network=default: []services.LB{} I0702 22:37:01.957872 3306 services_controller.go:614] Adding service openshift-cluster-samples-operator/metrics for network=default I0702 22:37:01.957956 3306 services_controller.go:453] Built service openshift-apiserver/check-endpoints template LB for network=default: []services.LB{} I0702 22:37:01.957891 3306 services_controller.go:434] 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 57b8d3e8-be5d-4b86-8dc4-e36570aef4a4 1521 0 2026-07-02 22:25:48 +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 f2a75ee6-c8ba-4210-ab75-4e7c9328338a 0xc00783b3bf }] [] []},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.244.197,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.244.197],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:01.957963 3306 services_controller.go:454] 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 I0702 22:37:01.957963 3306 services_controller.go:454] 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 I0702 22:37:01.957971 3306 services_controller.go:356] Processing sync for service openshift-cluster-samples-operator/metrics for network=default I0702 22:37:01.957979 3306 services_controller.go:471] Skipping no-op change for service openshift-apiserver/check-endpoints for network=default I0702 22:37:01.957979 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-cluster-samples-operator for network=default : 7.871µs I0702 22:37:01.957983 3306 services_controller.go:360] Finished syncing service check-endpoints on namespace openshift-apiserver for network=default : 233.05µs I0702 22:37:01.957751 3306 services_controller.go:434] Service default/openshift-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-apiserver default 64d75c56-6170-4aa6-bf7a-3ff45e63df58 1598 0 2026-07-02 22:25:49 +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.210.245,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.210.245],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:01.957985 3306 lb_config.go:1031] Cluster endpoints for openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default are: map[] I0702 22:37:01.957992 3306 services_controller.go:471] Skipping no-op change for service openshift-kube-controller-manager-operator/metrics for network=default I0702 22:37:01.958001 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-kube-controller-manager-operator for network=default : 301.31µs I0702 22:37:01.958001 3306 services_controller.go:443] 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.244.197"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0702 22:37:01.958013 3306 lb_config.go:1031] Cluster endpoints for default/openshift-apiserver for network=default are: map[TCP/https:{443 [172.30.24.132] []}] I0702 22:37:01.958015 3306 services_controller.go:444] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:01.958028 3306 services_controller.go:443] Built service default/openshift-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0702 22:37:01.957965 3306 services_controller.go:614] Adding service openshift-console-operator/metrics for network=default I0702 22:37:01.958041 3306 services_controller.go:614] Adding service openshift-machine-config-operator/machine-config-controller for network=default I0702 22:37:01.958054 3306 services_controller.go:614] Adding service default/openshift for network=default I0702 22:37:01.958029 3306 services_controller.go:445] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:01.958063 3306 services_controller.go:356] Processing sync for service openshift-console-operator/metrics for network=default I0702 22:37:01.958076 3306 services_controller.go:614] Adding service openshift-cloud-credential-operator/cco-metrics for network=default I0702 22:37:01.958087 3306 services_controller.go:614] Adding service openshift-multus/network-metrics-service for network=default I0702 22:37:01.958091 3306 services_controller.go:614] Adding service openshift-network-diagnostics/network-check-source for network=default I0702 22:37:01.958075 3306 services_controller.go:451] 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.244.197", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:01.958073 3306 services_controller.go:434] Service openshift-console-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-console-operator 3e24f3db-0dc4-4dbd-85f4-162854240be2 1933 0 2026-07-02 22:25:54 +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 f2a75ee6-c8ba-4210-ab75-4e7c9328338a 0xc00783b777 }] [] []},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.121.47,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.121.47],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:01.958117 3306 services_controller.go:356] Processing sync for service default/openshift for network=default I0702 22:37:01.958133 3306 services_controller.go:360] Finished syncing service openshift on namespace default for network=default : 16.084µs I0702 22:37:01.958156 3306 services_controller.go:356] Processing sync for service openshift-cloud-credential-operator/cco-metrics for network=default I0702 22:37:01.958170 3306 services_controller.go:434] Service openshift-cloud-credential-operator/cco-metrics retrieved from lister for network=default: &Service{ObjectMeta:{cco-metrics openshift-cloud-credential-operator ec70ae15-c8de-4bb8-a058-2ff06dbbe55a 1109 0 2026-07-02 22:25:40 +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 f2a75ee6-c8ba-4210-ab75-4e7c9328338a 0xc00783b1cb }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:metrics,Protocol:TCP,Port:8443,TargetPort:{1 0 metrics},NodePort:0,AppProtocol:nil,},},Selector:map[string]string{app: cloud-credential-operator,},ClusterIP:172.30.78.196,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.78.196],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:01.958271 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 5 Dst: 169.254.0.2/32 Src: 169.254.0.2 Gw: Flags: [] Table: 255 Realm: 0}" I0702 22:37:01.958304 3306 gateway_shared_intf.go:2573] Setting OVN Masquerade route with source: 10.0.0.31 I0702 22:37:01.958315 3306 lb_config.go:1031] Cluster endpoints for openshift-cloud-credential-operator/cco-metrics for network=default are: map[] I0702 22:37:01.958320 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 5 Dst: 169.254.127.255/32 Src: 169.254.0.2 Gw: Flags: [] Table: 255 Realm: 0}" I0702 22:37:01.958096 3306 services_controller.go:614] Adding service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0702 22:37:01.958333 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 5 Dst: 169.254.0.0/17 Src: 169.254.0.2 Gw: Flags: [] Table: 254 Realm: 0}" I0702 22:37:01.958338 3306 services_controller.go:614] Adding service openshift-ingress-operator/metrics for network=default I0702 22:37:01.958332 3306 services_controller.go:443] Built service openshift-cloud-credential-operator/cco-metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.78.196"}, 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}} I0702 22:37:01.958345 3306 services_controller.go:614] Adding service openshift-insights/metrics for network=default I0702 22:37:01.958347 3306 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 5 Dst: 169.254.0.1/32 Src: 10.0.0.31 Gw: Flags: [] Table: 0 Realm: 0} I0702 22:37:01.958350 3306 services_controller.go:444] Built service openshift-cloud-credential-operator/cco-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:01.958362 3306 services_controller.go:445] Built service openshift-cloud-credential-operator/cco-metrics LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:01.958381 3306 services_controller.go:451] Built service openshift-cloud-credential-operator/cco-metrics cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-cloud-credential-operator/cco-metrics_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-cloud-credential-operator/cco-metrics"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.78.196", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:01.958417 3306 services_controller.go:452] Built service openshift-cloud-credential-operator/cco-metrics per-node LB for network=default: []services.LB{} I0702 22:37:01.958037 3306 services_controller.go:444] Built service default/openshift-apiserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.210.245"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.24.132"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0702 22:37:01.958430 3306 services_controller.go:453] Built service openshift-cloud-credential-operator/cco-metrics template LB for network=default: []services.LB{} I0702 22:37:01.958435 3306 services_controller.go:445] Built service default/openshift-apiserver LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:01.958442 3306 services_controller.go:454] 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 I0702 22:37:01.958463 3306 services_controller.go:451] Built service default/openshift-apiserver cluster-wide LB for network=default: []services.LB{} I0702 22:37:01.958534 3306 route_manager.go:111] Route Manager: completed adding route: {Ifindex: 5 Dst: 169.254.0.1/32 Src: 10.0.0.31 Gw: Flags: [] Table: 254 Realm: 0} I0702 22:37:01.958102 3306 services_controller.go:356] Processing sync for service openshift-machine-config-operator/machine-config-controller for network=default I0702 22:37:01.958352 3306 services_controller.go:614] Adding service openshift-machine-config-operator/machine-config-daemon for network=default I0702 22:37:01.958556 3306 kube.go:130] Setting annotations map[k8s.ovn.org/node-masquerade-subnet:{"ipv4":"169.254.0.0/17","ipv6":"fd69::/112"}] on node ip-10-0-0-31.ec2.internal I0702 22:37:01.958535 3306 services_controller.go:452] 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-0-31.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.210.245", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.24.132", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-0-31.ec2.internal"}, Routers:[]string{"GR_ip-10-0-0-31.ec2.internal"}, Groups:[]string(nil)}} I0702 22:37:01.958570 3306 services_controller.go:614] Adding service openshift-network-console/networking-console-plugin for network=default I0702 22:37:01.958571 3306 services_controller.go:453] Built service default/openshift-apiserver template LB for network=default: []services.LB{} I0702 22:37:01.958575 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 5 Dst: 169.254.0.1/32 Src: 10.0.0.31 Gw: Flags: [] Table: 254 Realm: 0}" I0702 22:37:01.958466 3306 services_controller.go:471] Skipping no-op change for service openshift-cloud-credential-operator/cco-metrics for network=default I0702 22:37:01.958583 3306 services_controller.go:454] 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 I0702 22:37:01.958588 3306 services_controller.go:360] Finished syncing service cco-metrics on namespace openshift-cloud-credential-operator for network=default : 431.76µs I0702 22:37:01.958603 3306 services_controller.go:356] Processing sync for service openshift-multus/network-metrics-service for network=default I0702 22:37:01.958605 3306 services_controller.go:471] Skipping no-op change for service default/openshift-apiserver for network=default I0702 22:37:01.958556 3306 services_controller.go:434] Service openshift-machine-config-operator/machine-config-controller retrieved from lister for network=default: &Service{ObjectMeta:{machine-config-controller openshift-machine-config-operator c510d9cd-a27b-493e-81b5-1a4e61d48731 881 0 2026-07-02 22:25:34 +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 f2a75ee6-c8ba-4210-ab75-4e7c9328338a 0xc007ab410b }] [] []},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.95.223,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.95.223],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:01.958612 3306 services_controller.go:360] Finished syncing service network-metrics-service on namespace openshift-multus for network=default : 9.376µs I0702 22:37:01.958613 3306 services_controller.go:360] Finished syncing service openshift-apiserver on namespace default for network=default : 870.885µs I0702 22:37:01.958621 3306 services_controller.go:356] Processing sync for service openshift-network-diagnostics/network-check-source for network=default I0702 22:37:01.958626 3306 lb_config.go:1031] Cluster endpoints for openshift-machine-config-operator/machine-config-controller for network=default are: map[] I0702 22:37:01.958628 3306 services_controller.go:356] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0702 22:37:01.958631 3306 services_controller.go:360] Finished syncing service network-check-source on namespace openshift-network-diagnostics for network=default : 9.558µs I0702 22:37:01.958634 3306 services_controller.go:443] Built service openshift-machine-config-operator/machine-config-controller LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.95.223"}, 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}} I0702 22:37:01.958641 3306 services_controller.go:356] Processing sync for service openshift-ingress-operator/metrics for network=default I0702 22:37:01.958578 3306 services_controller.go:614] Adding service openshift-service-ca-operator/metrics for network=default I0702 22:37:01.958649 3306 services_controller.go:444] Built service openshift-machine-config-operator/machine-config-controller LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:01.958662 3306 services_controller.go:614] Adding service default/kubernetes for network=default I0702 22:37:01.958669 3306 services_controller.go:614] Adding service default/packageserver for network=default I0702 22:37:01.958676 3306 services_controller.go:614] Adding service openshift-authentication-operator/metrics for network=default I0702 22:37:01.958686 3306 services_controller.go:614] Adding service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0702 22:37:01.958692 3306 services_controller.go:614] Adding service openshift-dns-operator/metrics for network=default I0702 22:37:01.958697 3306 services_controller.go:614] Adding service openshift-network-operator/metrics for network=default I0702 22:37:01.958639 3306 services_controller.go:434] 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 e93ff878-886f-43b8-8096-ceaae4291868 6454 0 2026-07-02 22:28:57 +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.210.3,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.210.3],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:01.958652 3306 services_controller.go:434] Service openshift-ingress-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-ingress-operator 3032ee87-933d-481d-812d-0d963661460b 1448 0 2026-07-02 22:25:48 +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 f2a75ee6-c8ba-4210-ab75-4e7c9328338a 0xc00783bc77 }] [] []},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.29.235,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.29.235],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:01.958791 3306 lb_config.go:1031] Cluster endpoints for openshift-ingress-operator/metrics for network=default are: map[] I0702 22:37:01.958037 3306 model_client.go:382] 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-0-31.ec2.internal]} port_security:{GoSet:[]} tag_request:{GoSet:[]} type:router] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {a32708b0-a91e-4ea7-abfd-a7ba4719095a}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:01.958838 3306 services_controller.go:443] Built service openshift-ingress-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.29.235"}, 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}} I0702 22:37:01.958857 3306 services_controller.go:444] Built service openshift-ingress-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:01.958867 3306 services_controller.go:445] Built service openshift-ingress-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:01.958875 3306 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:a32708b0-a91e-4ea7-abfd-a7ba4719095a}]}}] Timeout: Where:[where column _uuid == {53e7a62e-faaf-45f6-8495-8117e48b13fc}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:01.958886 3306 services_controller.go:451] 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.29.235", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:01.958731 3306 lb_config.go:1031] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default are: map[] I0702 22:37:01.958917 3306 services_controller.go:452] Built service openshift-ingress-operator/metrics per-node LB for network=default: []services.LB{} I0702 22:37:01.958900 3306 transact.go:42] Configuring OVN: [{Op:update Table:Logical_Switch_Port Row:map[addresses:{GoSet:[router]} options:{GoMap:map[router-port:rtoj-GR_ip-10-0-0-31.ec2.internal]} port_security:{GoSet:[]} tag_request:{GoSet:[]} type:router] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {a32708b0-a91e-4ea7-abfd-a7ba4719095a}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:a32708b0-a91e-4ea7-abfd-a7ba4719095a}]}}] Timeout: Where:[where column _uuid == {53e7a62e-faaf-45f6-8495-8117e48b13fc}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:01.958933 3306 services_controller.go:453] Built service openshift-ingress-operator/metrics template LB for network=default: []services.LB{} I0702 22:37:01.958933 3306 services_controller.go:443] 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.210.3"}, 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}} I0702 22:37:01.958944 3306 services_controller.go:454] 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 I0702 22:37:01.958953 3306 services_controller.go:444] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:01.958965 3306 services_controller.go:445] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:01.958971 3306 services_controller.go:471] Skipping no-op change for service openshift-ingress-operator/metrics for network=default I0702 22:37:01.958978 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-ingress-operator for network=default : 335.933µs I0702 22:37:01.958702 3306 services_controller.go:614] Adding service openshift-kube-storage-version-migrator-operator/metrics for network=default I0702 22:37:01.958992 3306 services_controller.go:356] Processing sync for service openshift-insights/metrics for network=default I0702 22:37:01.959001 3306 services_controller.go:614] Adding service openshift-cluster-machine-approver/machine-approver for network=default I0702 22:37:01.959008 3306 services_controller.go:614] Adding service openshift-cluster-version/cluster-version-operator for network=default I0702 22:37:01.958987 3306 services_controller.go:451] 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.210.3", Port:8383, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:01.959013 3306 services_controller.go:614] Adding service openshift-dns/dns-default for network=default I0702 22:37:01.959018 3306 services_controller.go:614] Adding service openshift-image-registry/image-registry for network=default I0702 22:37:01.959020 3306 services_controller.go:452] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics per-node LB for network=default: []services.LB{} I0702 22:37:01.959033 3306 services_controller.go:453] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics template LB for network=default: []services.LB{} I0702 22:37:01.959046 3306 services_controller.go:454] 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 I0702 22:37:01.959002 3306 services_controller.go:434] Service openshift-insights/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-insights 5210e172-1d6b-4e26-ae10-76af5d7c2537 3090 0 2026-07-02 22:26:04 +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 f2a75ee6-c8ba-4210-ab75-4e7c9328338a 0xc00783bf2b }] [] []},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.63.12,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.63.12],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:01.959075 3306 services_controller.go:471] Skipping no-op change for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0702 22:37:01.958662 3306 services_controller.go:445] Built service openshift-machine-config-operator/machine-config-controller LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:01.959080 3306 lb_config.go:1031] Cluster endpoints for openshift-insights/metrics for network=default are: map[] I0702 22:37:01.959084 3306 services_controller.go:360] Finished syncing service deployment-validation-operator-metrics on namespace openshift-deployment-validation-operator for network=default : 455.437µs I0702 22:37:01.959098 3306 services_controller.go:443] Built service openshift-insights/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.63.12"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0702 22:37:01.959099 3306 services_controller.go:451] 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.95.223", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:01.959118 3306 services_controller.go:444] Built service openshift-insights/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:01.959124 3306 services_controller.go:452] Built service openshift-machine-config-operator/machine-config-controller per-node LB for network=default: []services.LB{} I0702 22:37:01.959128 3306 services_controller.go:445] Built service openshift-insights/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:01.959135 3306 services_controller.go:453] Built service openshift-machine-config-operator/machine-config-controller template LB for network=default: []services.LB{} I0702 22:37:01.959145 3306 services_controller.go:454] 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 I0702 22:37:01.959145 3306 services_controller.go:451] 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.63.12", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:01.959171 3306 services_controller.go:471] Skipping no-op change for service openshift-machine-config-operator/machine-config-controller for network=default I0702 22:37:01.959180 3306 services_controller.go:360] Finished syncing service machine-config-controller on namespace openshift-machine-config-operator for network=default : 1.076681ms I0702 22:37:01.959197 3306 services_controller.go:356] Processing sync for service openshift-network-console/networking-console-plugin for network=default I0702 22:37:01.959022 3306 services_controller.go:614] Adding service openshift-ingress-canary/ingress-canary for network=default I0702 22:37:01.959259 3306 services_controller.go:614] Adding service openshift-ingress/router-default for network=default I0702 22:37:01.959209 3306 services_controller.go:434] Service openshift-network-console/networking-console-plugin retrieved from lister for network=default: &Service{ObjectMeta:{networking-console-plugin openshift-network-console e92b099a-ee27-4b3b-89b8-5d1686ecf49f 4274 0 2026-07-02 22:26:33 +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 6a0bc3cc-c19e-4e27-8a28-64360d11a5ea 0xc007ab441e 0xc007ab441f}] [] []},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.206.143,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.206.143],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:01.959171 3306 services_controller.go:452] Built service openshift-insights/metrics per-node LB for network=default: []services.LB{} I0702 22:37:01.959278 3306 services_controller.go:453] Built service openshift-insights/metrics template LB for network=default: []services.LB{} I0702 22:37:01.959289 3306 services_controller.go:454] 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 I0702 22:37:01.959288 3306 lb_config.go:1031] Cluster endpoints for openshift-network-console/networking-console-plugin for network=default are: map[] I0702 22:37:01.959304 3306 services_controller.go:443] Built service openshift-network-console/networking-console-plugin LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.206.143"}, 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}} I0702 22:37:01.959296 3306 model_client.go:382] Update operations generated as: [{Op:update Table:Logical_Router_Port Row:map[mac:0a:58:64:40:00:02 networks:{GoSet:[100.64.0.2/16]} options:{GoMap:map[gateway_mtu:8901]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {195e7a3b-3ecc-4cda-95e3-938b3118ace2}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:01.959321 3306 services_controller.go:444] Built service openshift-network-console/networking-console-plugin LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:01.959334 3306 services_controller.go:445] Built service openshift-network-console/networking-console-plugin LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:01.959349 3306 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:195e7a3b-3ecc-4cda-95e3-938b3118ace2}]}}] Timeout: Where:[where column _uuid == {f29dabaa-74fe-45a3-b838-69f7e55aa464}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:01.959353 3306 services_controller.go:451] 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.206.143", Port:9443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:01.959378 3306 services_controller.go:452] Built service openshift-network-console/networking-console-plugin per-node LB for network=default: []services.LB{} I0702 22:37:01.959105 3306 services_controller.go:356] Processing sync for service openshift-machine-config-operator/machine-config-daemon for network=default I0702 22:37:01.959370 3306 transact.go:42] Configuring OVN: [{Op:update Table:Logical_Router_Port Row:map[mac:0a:58:64:40:00:02 networks:{GoSet:[100.64.0.2/16]} options:{GoMap:map[gateway_mtu:8901]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {195e7a3b-3ecc-4cda-95e3-938b3118ace2}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:195e7a3b-3ecc-4cda-95e3-938b3118ace2}]}}] Timeout: Where:[where column _uuid == {f29dabaa-74fe-45a3-b838-69f7e55aa464}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:01.959391 3306 services_controller.go:453] Built service openshift-network-console/networking-console-plugin template LB for network=default: []services.LB{} I0702 22:37:01.959404 3306 services_controller.go:454] 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 I0702 22:37:01.959425 3306 services_controller.go:471] Skipping no-op change for service openshift-network-console/networking-console-plugin for network=default I0702 22:37:01.959443 3306 services_controller.go:360] Finished syncing service networking-console-plugin on namespace openshift-network-console for network=default : 238.341µs I0702 22:37:01.959397 3306 services_controller.go:434] Service openshift-machine-config-operator/machine-config-daemon retrieved from lister for network=default: &Service{ObjectMeta:{machine-config-daemon openshift-machine-config-operator 1927bb78-94c7-477c-bdb6-e82b083533bb 921 0 2026-07-02 22:25:35 +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 f2a75ee6-c8ba-4210-ab75-4e7c9328338a 0xc007ab41d7 }] [] []},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.52.152,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.52.152],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:01.959312 3306 services_controller.go:471] Skipping no-op change for service openshift-insights/metrics for network=default I0702 22:37:01.959468 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-insights for network=default : 474.876µs I0702 22:37:01.958135 3306 lb_config.go:1031] Cluster endpoints for openshift-console-operator/metrics for network=default are: map[] I0702 22:37:01.959478 3306 lb_config.go:1031] Cluster endpoints for openshift-machine-config-operator/machine-config-daemon for network=default are: map[] I0702 22:37:01.959488 3306 services_controller.go:443] Built service openshift-machine-config-operator/machine-config-daemon LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.52.152"}, 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.52.152"}, 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}} I0702 22:37:01.959489 3306 services_controller.go:443] Built service openshift-console-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.121.47"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0702 22:37:01.959500 3306 services_controller.go:444] Built service openshift-machine-config-operator/machine-config-daemon LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:01.959506 3306 services_controller.go:356] Processing sync for service openshift-service-ca-operator/metrics for network=default I0702 22:37:01.959507 3306 services_controller.go:445] Built service openshift-machine-config-operator/machine-config-daemon LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:01.959527 3306 services_controller.go:451] 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.52.152", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.52.152", Port:8798, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:01.959556 3306 services_controller.go:452] Built service openshift-machine-config-operator/machine-config-daemon per-node LB for network=default: []services.LB{} I0702 22:37:01.959517 3306 services_controller.go:434] Service openshift-service-ca-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-service-ca-operator 828b2c52-efe7-4125-8ca1-f7810c935ac9 901 0 2026-07-02 22:25:34 +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 f2a75ee6-c8ba-4210-ab75-4e7c9328338a 0xc007ab4707 }] [] []},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.32.220,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.32.220],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:01.959585 3306 lb_config.go:1031] Cluster endpoints for openshift-service-ca-operator/metrics for network=default are: map[] I0702 22:37:01.959587 3306 services_controller.go:356] Processing sync for service default/kubernetes for network=default I0702 22:37:01.959505 3306 services_controller.go:444] Built service openshift-console-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:01.959602 3306 services_controller.go:443] Built service openshift-service-ca-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.32.220"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0702 22:37:01.959611 3306 services_controller.go:445] Built service openshift-console-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:01.959618 3306 services_controller.go:444] Built service openshift-service-ca-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:01.959631 3306 services_controller.go:445] Built service openshift-service-ca-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:01.959631 3306 services_controller.go:451] 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.121.47", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:01.959603 3306 services_controller.go:434] Service default/kubernetes retrieved from lister for network=default: &Service{ObjectMeta:{kubernetes default ab4edb38-6fb5-41ff-9e01-63c779b454a4 273 0 2026-07-02 22:24:36 +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{},},} I0702 22:37:01.959649 3306 services_controller.go:451] 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.32.220", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:01.959564 3306 services_controller.go:453] Built service openshift-machine-config-operator/machine-config-daemon template LB for network=default: []services.LB{} I0702 22:37:01.959675 3306 services_controller.go:452] Built service openshift-service-ca-operator/metrics per-node LB for network=default: []services.LB{} I0702 22:37:01.959663 3306 services_controller.go:452] Built service openshift-console-operator/metrics per-node LB for network=default: []services.LB{} I0702 22:37:01.959678 3306 lb_config.go:1031] Cluster endpoints for default/kubernetes for network=default are: map[TCP/https:{6443 [172.20.0.1] []}] I0702 22:37:01.959688 3306 services_controller.go:453] Built service openshift-service-ca-operator/metrics template LB for network=default: []services.LB{} I0702 22:37:01.959691 3306 services_controller.go:453] Built service openshift-console-operator/metrics template LB for network=default: []services.LB{} I0702 22:37:01.959692 3306 services_controller.go:443] Built service default/kubernetes LB cluster-wide configs for network=default: []services.lbConfig(nil) I0702 22:37:01.959699 3306 services_controller.go:454] 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 I0702 22:37:01.959701 3306 services_controller.go:454] 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 I0702 22:37:01.959701 3306 services_controller.go:444] 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}} I0702 22:37:01.959711 3306 services_controller.go:445] Built service default/kubernetes LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:01.959701 3306 model_client.go:382] 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 == {a81a7c05-fca3-4943-909d-a08c9949aba9}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:01.959722 3306 services_controller.go:471] Skipping no-op change for service openshift-console-operator/metrics for network=default I0702 22:37:01.959725 3306 services_controller.go:471] Skipping no-op change for service openshift-service-ca-operator/metrics for network=default I0702 22:37:01.959727 3306 services_controller.go:451] Built service default/kubernetes cluster-wide LB for network=default: []services.LB{} I0702 22:37:01.959729 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-console-operator for network=default : 1.665851ms I0702 22:37:01.959732 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-service-ca-operator for network=default : 225.836µs I0702 22:37:01.959676 3306 services_controller.go:454] 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 I0702 22:37:01.959743 3306 services_controller.go:356] Processing sync for service default/packageserver for network=default I0702 22:37:01.959734 3306 services_controller.go:452] 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-0-31.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-0-31.ec2.internal"}, Routers:[]string{"GR_ip-10-0-0-31.ec2.internal"}, Groups:[]string(nil)}} I0702 22:37:01.959754 3306 services_controller.go:453] Built service default/kubernetes template LB for network=default: []services.LB{} I0702 22:37:01.959760 3306 services_controller.go:471] Skipping no-op change for service openshift-machine-config-operator/machine-config-daemon for network=default I0702 22:37:01.959763 3306 services_controller.go:454] 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 I0702 22:37:01.958139 3306 services_controller.go:452] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service per-node LB for network=default: []services.LB{} I0702 22:37:01.959779 3306 services_controller.go:471] Skipping no-op change for service default/kubernetes for network=default I0702 22:37:01.959788 3306 services_controller.go:360] Finished syncing service kubernetes on namespace default for network=default : 203.91µs I0702 22:37:01.959754 3306 services_controller.go:434] Service default/packageserver retrieved from lister for network=default: &Service{ObjectMeta:{packageserver default 52166ba6-13b1-4f9e-8853-e85259e10dc2 1739 0 2026-07-02 22:25:51 +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.163.92,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.163.92],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:01.959746 3306 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:a81a7c05-fca3-4943-909d-a08c9949aba9}]}}] Timeout: Where:[where column _uuid == {f29dabaa-74fe-45a3-b838-69f7e55aa464}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:01.959837 3306 services_controller.go:356] Processing sync for service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0702 22:37:01.959806 3306 transact.go:42] Configuring OVN: [{Op:update Table:Logical_Router_Static_Route Row:map[nexthop:100.64.0.1] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {a81a7c05-fca3-4943-909d-a08c9949aba9}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:a81a7c05-fca3-4943-909d-a08c9949aba9}]}}] Timeout: Where:[where column _uuid == {f29dabaa-74fe-45a3-b838-69f7e55aa464}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:01.959849 3306 lb_config.go:1031] Cluster endpoints for default/packageserver for network=default are: map[TCP/https:{443 [172.30.181.121] []}] I0702 22:37:01.959862 3306 services_controller.go:443] Built service default/packageserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0702 22:37:01.959868 3306 services_controller.go:444] Built service default/packageserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.163.92"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.181.121"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0702 22:37:01.959878 3306 services_controller.go:445] Built service default/packageserver LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:01.959895 3306 services_controller.go:451] Built service default/packageserver cluster-wide LB for network=default: []services.LB{} I0702 22:37:01.959778 3306 services_controller.go:453] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service template LB for network=default: []services.LB{} I0702 22:37:01.959850 3306 services_controller.go:434] 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 e4ecef98-7bbb-4422-b5a1-b29a24bf8e46 941 0 2026-07-02 22:25:36 +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 f2a75ee6-c8ba-4210-ab75-4e7c9328338a 0xc00783b597 }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 8443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{app: csi-snapshot-controller-operator,},ClusterIP:172.30.253.99,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.253.99],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:01.959913 3306 services_controller.go:454] 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 I0702 22:37:01.959910 3306 services_controller.go:452] 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-0-31.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.163.92", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.181.121", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-0-31.ec2.internal"}, Routers:[]string{"GR_ip-10-0-0-31.ec2.internal"}, Groups:[]string(nil)}} I0702 22:37:01.959938 3306 services_controller.go:471] Skipping no-op change for service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0702 22:37:01.959940 3306 services_controller.go:453] Built service default/packageserver template LB for network=default: []services.LB{} I0702 22:37:01.959946 3306 services_controller.go:360] Finished syncing service performance-addon-operator-service on namespace openshift-cluster-node-tuning-operator for network=default : 2.067463ms I0702 22:37:01.959798 3306 services_controller.go:356] Processing sync for service openshift-authentication-operator/metrics for network=default I0702 22:37:01.959952 3306 services_controller.go:454] 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 I0702 22:37:01.959960 3306 services_controller.go:356] Processing sync for service openshift-dns-operator/metrics for network=default I0702 22:37:01.959970 3306 services_controller.go:471] Skipping no-op change for service default/packageserver for network=default I0702 22:37:01.959979 3306 services_controller.go:360] Finished syncing service packageserver on namespace default for network=default : 235.665µs I0702 22:37:01.959992 3306 services_controller.go:356] Processing sync for service openshift-network-operator/metrics for network=default I0702 22:37:01.959998 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-network-operator for network=default : 6.78µs I0702 22:37:01.959928 3306 lb_config.go:1031] Cluster endpoints for openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default are: map[] I0702 22:37:01.960003 3306 services_controller.go:356] Processing sync for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0702 22:37:01.959968 3306 services_controller.go:434] Service openshift-dns-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-dns-operator 71913b77-aa4f-4d40-ba75-23fb8bff13c7 1104 0 2026-07-02 22:25:39 +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 f2a75ee6-c8ba-4210-ab75-4e7c9328338a 0xc00783b947 }] [] []},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.150.92,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.150.92],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:01.960015 3306 services_controller.go:443] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.253.99"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0702 22:37:01.959981 3306 services_controller.go:434] Service openshift-authentication-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-authentication-operator 29dbdb69-3933-4538-b127-9bf784e3a943 718 0 2026-07-02 22:25:30 +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 f2a75ee6-c8ba-4210-ab75-4e7c9328338a 0xc00783b137 }] [] []},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.127.187,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.127.187],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:01.960037 3306 services_controller.go:444] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:01.960009 3306 services_controller.go:434] Service openshift-kube-storage-version-migrator-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-kube-storage-version-migrator-operator ec5eab1a-42a7-419c-b049-97a142f05e45 3100 0 2026-07-02 22:26:04 +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 f2a75ee6-c8ba-4210-ab75-4e7c9328338a 0xc007ab4087 }] [] []},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.62.168,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.62.168],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:01.959766 3306 services_controller.go:360] Finished syncing service machine-config-daemon on namespace openshift-machine-config-operator for network=default : 662.296µs I0702 22:37:01.960047 3306 lb_config.go:1031] Cluster endpoints for openshift-dns-operator/metrics for network=default are: map[] I0702 22:37:01.960060 3306 services_controller.go:445] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:01.960062 3306 services_controller.go:356] Processing sync for service openshift-cluster-machine-approver/machine-approver for network=default I0702 22:37:01.960062 3306 lb_config.go:1031] Cluster endpoints for openshift-authentication-operator/metrics for network=default are: map[] I0702 22:37:01.960066 3306 lb_config.go:1031] Cluster endpoints for openshift-kube-storage-version-migrator-operator/metrics for network=default are: map[] I0702 22:37:01.960071 3306 services_controller.go:360] Finished syncing service machine-approver on namespace openshift-cluster-machine-approver for network=default : 10.426µs I0702 22:37:01.960064 3306 services_controller.go:443] Built service openshift-dns-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.150.92"}, 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}} I0702 22:37:01.960081 3306 services_controller.go:356] Processing sync for service openshift-cluster-version/cluster-version-operator for network=default I0702 22:37:01.960077 3306 services_controller.go:443] Built service openshift-authentication-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.127.187"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0702 22:37:01.960082 3306 services_controller.go:444] Built service openshift-dns-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:01.960083 3306 services_controller.go:443] Built service openshift-kube-storage-version-migrator-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.62.168"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0702 22:37:01.960090 3306 services_controller.go:444] Built service openshift-authentication-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:01.960094 3306 services_controller.go:445] Built service openshift-dns-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:01.960097 3306 services_controller.go:445] Built service openshift-authentication-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:01.960097 3306 services_controller.go:444] Built service openshift-kube-storage-version-migrator-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:01.960084 3306 services_controller.go:451] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.253.99", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:01.960107 3306 services_controller.go:445] Built service openshift-kube-storage-version-migrator-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:01.960117 3306 services_controller.go:452] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics per-node LB for network=default: []services.LB{} I0702 22:37:01.960108 3306 services_controller.go:451] 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.127.187", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:01.960114 3306 services_controller.go:451] 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.150.92", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:01.960129 3306 services_controller.go:452] Built service openshift-authentication-operator/metrics per-node LB for network=default: []services.LB{} I0702 22:37:01.960130 3306 services_controller.go:453] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics template LB for network=default: []services.LB{} I0702 22:37:01.960133 3306 services_controller.go:452] Built service openshift-dns-operator/metrics per-node LB for network=default: []services.LB{} I0702 22:37:01.960136 3306 services_controller.go:453] Built service openshift-authentication-operator/metrics template LB for network=default: []services.LB{} I0702 22:37:01.960089 3306 services_controller.go:434] Service openshift-cluster-version/cluster-version-operator retrieved from lister for network=default: &Service{ObjectMeta:{cluster-version-operator openshift-cluster-version 26138a73-648f-4576-9555-a88b2f574032 509 0 2026-07-02 22:25:24 +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.138.55,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.138.55],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:01.960124 3306 services_controller.go:451] 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.62.168", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:01.960140 3306 services_controller.go:453] Built service openshift-dns-operator/metrics template LB for network=default: []services.LB{} I0702 22:37:01.960143 3306 services_controller.go:454] 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 I0702 22:37:01.960143 3306 services_controller.go:454] 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 I0702 22:37:01.960150 3306 services_controller.go:454] 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 I0702 22:37:01.960151 3306 services_controller.go:452] Built service openshift-kube-storage-version-migrator-operator/metrics per-node LB for network=default: []services.LB{} I0702 22:37:01.960158 3306 lb_config.go:1031] Cluster endpoints for openshift-cluster-version/cluster-version-operator for network=default are: map[] I0702 22:37:01.960161 3306 services_controller.go:471] Skipping no-op change for service openshift-authentication-operator/metrics for network=default I0702 22:37:01.960164 3306 services_controller.go:453] Built service openshift-kube-storage-version-migrator-operator/metrics template LB for network=default: []services.LB{} I0702 22:37:01.960165 3306 services_controller.go:471] Skipping no-op change for service openshift-dns-operator/metrics for network=default I0702 22:37:01.960167 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-authentication-operator for network=default : 368.453µs I0702 22:37:01.960171 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-dns-operator for network=default : 212.42µs I0702 22:37:01.960172 3306 services_controller.go:471] Skipping no-op change for service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0702 22:37:01.960175 3306 services_controller.go:454] 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 I0702 22:37:01.960170 3306 services_controller.go:443] Built service openshift-cluster-version/cluster-version-operator LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.138.55"}, 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}} I0702 22:37:01.960181 3306 services_controller.go:360] Finished syncing service csi-snapshot-controller-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 343.502µs I0702 22:37:01.960179 3306 services_controller.go:356] Processing sync for service openshift-dns/dns-default for network=default I0702 22:37:01.960186 3306 services_controller.go:356] Processing sync for service openshift-image-registry/image-registry for network=default I0702 22:37:01.960188 3306 services_controller.go:444] Built service openshift-cluster-version/cluster-version-operator LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:01.960196 3306 services_controller.go:356] Processing sync for service openshift-ingress-canary/ingress-canary for network=default I0702 22:37:01.960199 3306 services_controller.go:445] Built service openshift-cluster-version/cluster-version-operator LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:01.960200 3306 services_controller.go:471] Skipping no-op change for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0702 22:37:01.960207 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-kube-storage-version-migrator-operator for network=default : 202.527µs I0702 22:37:01.960220 3306 services_controller.go:356] Processing sync for service openshift-ingress/router-default for network=default I0702 22:37:01.960191 3306 services_controller.go:434] Service openshift-dns/dns-default retrieved from lister for network=default: &Service{ObjectMeta:{dns-default openshift-dns f6a0133c-8ad5-4487-abca-430aaaf6defd 1585 0 2026-07-02 22:25:49 +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 d8f1ae50-fd45-42e8-9b4c-fe8ed1c4e95b 0xc00783ba07 }] [] []},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{},},} I0702 22:37:01.960215 3306 services_controller.go:451] 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.138.55", Port:9099, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:01.960194 3306 services_controller.go:434] Service openshift-image-registry/image-registry retrieved from lister for network=default: &Service{ObjectMeta:{image-registry openshift-image-registry c8c53687-972c-4f38-86fa-c90bf419e549 1786 0 2026-07-02 22:25:51 +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.75.223,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.75.223],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:01.960244 3306 services_controller.go:452] Built service openshift-cluster-version/cluster-version-operator per-node LB for network=default: []services.LB{} I0702 22:37:01.960246 3306 lb_config.go:1031] Cluster endpoints for openshift-dns/dns-default for network=default are: map[] I0702 22:37:01.960251 3306 lb_config.go:1031] Cluster endpoints for openshift-image-registry/image-registry for network=default are: map[] I0702 22:37:01.960256 3306 services_controller.go:453] Built service openshift-cluster-version/cluster-version-operator template LB for network=default: []services.LB{} I0702 22:37:01.960257 3306 services_controller.go:443] Built service openshift-dns/dns-default LB cluster-wide configs for network=default: []services.lbConfig(nil) I0702 22:37:01.960207 3306 services_controller.go:434] Service openshift-ingress-canary/ingress-canary retrieved from lister for network=default: &Service{ObjectMeta:{ingress-canary openshift-ingress-canary a438b3ce-b871-430f-ba45-fca7e2c04840 3248 0 2026-07-02 22:26:09 +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 b7084c2d-1526-4061-966c-ead1fb84c42a 0xc00783bb90 }] [] []},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.235.135,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.235.135],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:01.960267 3306 services_controller.go:454] 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 I0702 22:37:01.960263 3306 services_controller.go:443] Built service openshift-image-registry/image-registry LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.75.223"}, 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}} I0702 22:37:01.960264 3306 services_controller.go:444] 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}} I0702 22:37:01.960277 3306 services_controller.go:444] Built service openshift-image-registry/image-registry LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:01.960278 3306 services_controller.go:445] Built service openshift-dns/dns-default LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:01.960283 3306 services_controller.go:445] Built service openshift-image-registry/image-registry LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:01.960285 3306 lb_config.go:1031] Cluster endpoints for openshift-ingress-canary/ingress-canary for network=default are: map[] I0702 22:37:01.960230 3306 services_controller.go:434] Service openshift-ingress/router-default retrieved from lister for network=default: &Service{ObjectMeta:{router-default openshift-ingress 0c484d55-70b3-4e26-a227-66c9b2280077 3155 0 2026-07-02 22:26:00 +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=2ra9b3d23jisg1nirlsuo1aqo4gngmda,api.openshift.com/legal-entity-id=2h8L52xc1VHB4xLFE2YyPmAjYjI,api.openshift.com/name=kx-d9aae1c883,cluster-type=rosa-hcp,creation-date=2026-07-02,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 91b70309-50fc-479d-8485-c403f49ef81d 0xc00783bd67 }] [service.kubernetes.io/load-balancer-cleanup] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:http,Protocol:TCP,Port:80,TargetPort:{1 0 http},NodePort:31548,AppProtocol:nil,},ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{1 0 https},NodePort:32746,AppProtocol:nil,},},Selector:map[string]string{ingresscontroller.operator.openshift.io/deployment-ingresscontroller: default,},ClusterIP:172.30.159.230,Type:LoadBalancer,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:Local,HealthCheckNodePort:30574,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.159.230],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:*true,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{LoadBalancerIngress{IP:,Hostname:a0c484d5570b34e26a22766c9b228007-c2911569a02b7b64.elb.us-east-1.amazonaws.com,IPMode:nil,Ports:[]PortStatus{},},},},Conditions:[]Condition{},},} I0702 22:37:01.960287 3306 services_controller.go:471] Skipping no-op change for service openshift-cluster-version/cluster-version-operator for network=default I0702 22:37:01.960299 3306 services_controller.go:451] Built service openshift-dns/dns-default cluster-wide LB for network=default: []services.LB{} I0702 22:37:01.960298 3306 services_controller.go:360] Finished syncing service cluster-version-operator on namespace openshift-cluster-version for network=default : 217.916µs I0702 22:37:01.960295 3306 services_controller.go:451] 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.75.223", Port:5000, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:01.960309 3306 lb_config.go:1031] Cluster endpoints for openshift-ingress/router-default for network=default are: map[] I0702 22:37:01.960312 3306 services_controller.go:452] Built service openshift-image-registry/image-registry per-node LB for network=default: []services.LB{} I0702 22:37:01.960308 3306 services_controller.go:443] Built service openshift-ingress-canary/ingress-canary LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.235.135"}, 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.235.135"}, 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}} I0702 22:37:01.960320 3306 services_controller.go:453] Built service openshift-image-registry/image-registry template LB for network=default: []services.LB{} I0702 22:37:01.960319 3306 lb_config.go:1054] Local endpoints for openshift-ingress/router-default for network=default are: map[] I0702 22:37:01.960306 3306 services_controller.go:452] 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-0-31.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-0-31.ec2.internal"}, Routers:[]string{"GR_ip-10-0-0-31.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-dns/dns-default_UDP_node_router+switch_ip-10-0-0-31.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-0-31.ec2.internal"}, Routers:[]string{"GR_ip-10-0-0-31.ec2.internal"}, Groups:[]string(nil)}} I0702 22:37:01.960328 3306 services_controller.go:454] 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 I0702 22:37:01.960328 3306 services_controller.go:444] Built service openshift-ingress-canary/ingress-canary LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:01.960334 3306 services_controller.go:453] Built service openshift-dns/dns-default template LB for network=default: []services.LB{} I0702 22:37:01.960341 3306 services_controller.go:445] Built service openshift-ingress-canary/ingress-canary LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:01.960334 3306 services_controller.go:443] Built service openshift-ingress/router-default LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.159.230"}, 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.159.230"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0702 22:37:01.960342 3306 services_controller.go:454] 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 I0702 22:37:01.960350 3306 services_controller.go:471] Skipping no-op change for service openshift-image-registry/image-registry for network=default I0702 22:37:01.960354 3306 services_controller.go:360] Finished syncing service image-registry on namespace openshift-image-registry for network=default : 169.432µs I0702 22:37:01.960352 3306 services_controller.go:444] Built service openshift-ingress/router-default LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"node"}, protocol:"TCP", inport:31548, 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:32746, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:true, internalTrafficLocal:false, hasNodePort:true}} I0702 22:37:01.960365 3306 services_controller.go:471] Skipping no-op change for service openshift-dns/dns-default for network=default I0702 22:37:01.960369 3306 services_controller.go:360] Finished syncing service dns-default on namespace openshift-dns for network=default : 189.528µs I0702 22:37:01.960369 3306 services_controller.go:445] Built service openshift-ingress/router-default LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:01.960363 3306 services_controller.go:451] 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.235.135", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.235.135", Port:8888, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:01.960399 3306 services_controller.go:452] Built service openshift-ingress-canary/ingress-canary per-node LB for network=default: []services.LB{} I0702 22:37:01.960416 3306 services_controller.go:453] Built service openshift-ingress-canary/ingress-canary template LB for network=default: []services.LB{} I0702 22:37:01.960431 3306 services_controller.go:454] 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 I0702 22:37:01.960453 3306 services_controller.go:471] Skipping no-op change for service openshift-ingress-canary/ingress-canary for network=default I0702 22:37:01.960437 3306 services_controller.go:451] 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.159.230", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.159.230", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:01.960461 3306 services_controller.go:360] Finished syncing service ingress-canary on namespace openshift-ingress-canary for network=default : 265.938µs I0702 22:37:01.960465 3306 model_client.go:382] Update operations generated as: [{Op:update Table:Logical_Router_Port Row:map[external_ids:{GoMap:map[gateway-physical-ip:yes]} mac:12:45:9c:21:cb:47 networks:{GoSet:[10.0.0.31/24]} options:{GoMap:map[]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {9140fa2d-8552-4cbf-9945-f735d44f71fe}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:01.960469 3306 services_controller.go:452] 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-0-31.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.0.31", Port:31548, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:31548, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.0.31", Port:32746, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:32746, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string(nil), Routers:[]string{"GR_ip-10-0-0-31.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-ingress/router-default_TCP_node_switch_ip-10-0-0-31.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:31548, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.0.31", Port:31548, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:31548, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:31548, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:32746, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.0.31", Port:32746, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:32746, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:32746, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-0-31.ec2.internal"}, Routers:[]string(nil), Groups:[]string(nil)}} I0702 22:37:01.960527 3306 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:9140fa2d-8552-4cbf-9945-f735d44f71fe}]}}] Timeout: Where:[where column _uuid == {f29dabaa-74fe-45a3-b838-69f7e55aa464}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:01.960544 3306 services_controller.go:453] Built service openshift-ingress/router-default template LB for network=default: []services.LB{} I0702 22:37:01.960557 3306 services_controller.go:454] 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 I0702 22:37:01.960549 3306 transact.go:42] Configuring OVN: [{Op:update Table:Logical_Router_Port Row:map[external_ids:{GoMap:map[gateway-physical-ip:yes]} mac:12:45:9c:21:cb:47 networks:{GoSet:[10.0.0.31/24]} options:{GoMap:map[]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {9140fa2d-8552-4cbf-9945-f735d44f71fe}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:9140fa2d-8552-4cbf-9945-f735d44f71fe}]}}] Timeout: Where:[where column _uuid == {f29dabaa-74fe-45a3-b838-69f7e55aa464}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:01.960575 3306 services_controller.go:473] Services do not match for network=default, existing lbs: []services.LB{services.LB{Name:"Service_openshift-ingress/router-default_TCP_cluster", UUID:"6f7a852a-711e-4bb5-8919-eedf76194c9e", 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.159.230", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.159.230", 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.159.230", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.159.230", 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-0-31.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.0.31", Port:31548, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:31548, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.0.31", Port:32746, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:32746, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string(nil), Routers:[]string{"GR_ip-10-0-0-31.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-ingress/router-default_TCP_node_switch_ip-10-0-0-31.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:31548, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.0.31", Port:31548, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:31548, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:31548, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:32746, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.0.31", Port:32746, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:32746, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:32746, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-0-31.ec2.internal"}, Routers:[]string(nil), Groups:[]string(nil)}} I0702 22:37:01.960757 3306 model_client.go:382] 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.159.230:443: 172.30.159.230:80:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {6f7a852a-711e-4bb5-8919-eedf76194c9e}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:01.960808 3306 model_client.go:373] 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-0-31.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.0.31:31548: 10.0.0.31:32746: 172.20.0.1:31548: 172.20.0.1:32746:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1983129947}] I0702 22:37:01.960876 3306 model_client.go:373] 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-0-31.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.0.31:31548: 10.0.0.31:32746: 169.254.0.3:31548: 169.254.0.3:32746: 172.20.0.1:31548: 172.20.0.1:32746:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1983129948}] I0702 22:37:01.960918 3306 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u1983129948}]}}] Timeout: Where:[where column _uuid == {486dc3a4-7ac8-4ee3-bf7e-056046fe897e}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:01.960926 3306 model_client.go:382] 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 == {7b01a741-f930-4eb3-ace8-e92cfca71716}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:01.960953 3306 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u1983129947}]}}] Timeout: Where:[where column _uuid == {f29dabaa-74fe-45a3-b838-69f7e55aa464}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:01.960969 3306 transact.go:42] 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.159.230:443: 172.30.159.230:80:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {6f7a852a-711e-4bb5-8919-eedf76194c9e}] 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-0-31.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.0.31:31548: 10.0.0.31:32746: 172.20.0.1:31548: 172.20.0.1:32746:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1983129947} {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-0-31.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.0.31:31548: 10.0.0.31:32746: 169.254.0.3:31548: 169.254.0.3:32746: 172.20.0.1:31548: 172.20.0.1:32746:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1983129948} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u1983129948}]}}] Timeout: Where:[where column _uuid == {486dc3a4-7ac8-4ee3-bf7e-056046fe897e}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u1983129947}]}}] Timeout: Where:[where column _uuid == {f29dabaa-74fe-45a3-b838-69f7e55aa464}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:01.961047 3306 model_client.go:382] Update operations generated as: [{Op:update Table:Logical_Switch_Port Row:map[addresses:{GoSet:[12:45:9c:21:cb:47]} options:{GoMap:map[exclude-lb-vips-from-garp:true nat-addresses:router router-port:rtoe-GR_ip-10-0-0-31.ec2.internal]} port_security:{GoSet:[]} tag_request:{GoSet:[]} type:router] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {8c0ff445-18bb-4cae-98c1-d4e24bfdc880}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:01.961087 3306 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:7b01a741-f930-4eb3-ace8-e92cfca71716} {GoUUID:8c0ff445-18bb-4cae-98c1-d4e24bfdc880}]}}] Timeout: Where:[where column _uuid == {65ba2050-4ef9-4d3e-89fc-a161ee32ba04}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:01.961104 3306 transact.go:42] 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 == {7b01a741-f930-4eb3-ace8-e92cfca71716}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:update Table:Logical_Switch_Port Row:map[addresses:{GoSet:[12:45:9c:21:cb:47]} options:{GoMap:map[exclude-lb-vips-from-garp:true nat-addresses:router router-port:rtoe-GR_ip-10-0-0-31.ec2.internal]} port_security:{GoSet:[]} tag_request:{GoSet:[]} type:router] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {8c0ff445-18bb-4cae-98c1-d4e24bfdc880}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:7b01a741-f930-4eb3-ace8-e92cfca71716} {GoUUID:8c0ff445-18bb-4cae-98c1-d4e24bfdc880}]}}] Timeout: Where:[where column _uuid == {65ba2050-4ef9-4d3e-89fc-a161ee32ba04}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:01.961783 3306 model_client.go:382] Update operations generated as: [{Op:update Table:Static_MAC_Binding Row:map[ip:169.254.0.4 logical_port:rtoe-GR_ip-10-0-0-31.ec2.internal mac:0a:58:a9:fe:00:04 override_dynamic_mac:true] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {715fb330-6988-4b41-bbdc-2a0909228959}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:01.961811 3306 transact.go:42] Configuring OVN: [{Op:update Table:Static_MAC_Binding Row:map[ip:169.254.0.4 logical_port:rtoe-GR_ip-10-0-0-31.ec2.internal mac:0a:58:a9:fe:00:04 override_dynamic_mac:true] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {715fb330-6988-4b41-bbdc-2a0909228959}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:01.961841 3306 loadbalancer.go:304] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-ingress/router-default"} I0702 22:37:01.961858 3306 services_controller.go:360] Finished syncing service router-default on namespace openshift-ingress for network=default : 1.637209ms I0702 22:37:01.962020 3306 model_client.go:382] 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 == {1a66aa0d-2fb4-4355-8ee8-5292a4719624}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:01.962062 3306 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:1a66aa0d-2fb4-4355-8ee8-5292a4719624}]}}] Timeout: Where:[where column _uuid == {f29dabaa-74fe-45a3-b838-69f7e55aa464}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:01.962079 3306 transact.go:42] Configuring OVN: [{Op:update Table:Logical_Router_Static_Route Row:map[nexthop:169.254.0.4] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {1a66aa0d-2fb4-4355-8ee8-5292a4719624}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:1a66aa0d-2fb4-4355-8ee8-5292a4719624}]}}] Timeout: Where:[where column _uuid == {f29dabaa-74fe-45a3-b838-69f7e55aa464}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:01.962287 3306 model_client.go:382] Update operations generated as: [{Op:update Table:Logical_Router_Static_Route Row:map[nexthop:10.0.0.1] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {82b8bab4-24f6-4e26-a328-0e12ee125057}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:01.962328 3306 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:82b8bab4-24f6-4e26-a328-0e12ee125057}]}}] Timeout: Where:[where column _uuid == {f29dabaa-74fe-45a3-b838-69f7e55aa464}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:01.962344 3306 transact.go:42] Configuring OVN: [{Op:update Table:Logical_Router_Static_Route Row:map[nexthop:10.0.0.1] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {82b8bab4-24f6-4e26-a328-0e12ee125057}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:82b8bab4-24f6-4e26-a328-0e12ee125057}]}}] Timeout: Where:[where column _uuid == {f29dabaa-74fe-45a3-b838-69f7e55aa464}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:01.962535 3306 model_client.go:382] Update operations generated as: [{Op:update Table:Logical_Router_Static_Route Row:map[nexthop:100.64.0.2] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {8312e22e-1ac4-4871-ab53-fe622b7ce7a0}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:01.962569 3306 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:8312e22e-1ac4-4871-ab53-fe622b7ce7a0}]}}] Timeout: Where:[where column _uuid == {75656b24-b078-48c3-9105-f7d2df67dfd5}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:01.962585 3306 transact.go:42] Configuring OVN: [{Op:update Table:Logical_Router_Static_Route Row:map[nexthop:100.64.0.2] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {8312e22e-1ac4-4871-ab53-fe622b7ce7a0}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:8312e22e-1ac4-4871-ab53-fe622b7ce7a0}]}}] Timeout: Where:[where column _uuid == {75656b24-b078-48c3-9105-f7d2df67dfd5}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:01.962789 3306 model_client.go:382] Update operations generated as: [{Op:update Table:Logical_Router_Static_Route Row:map[nexthop:100.64.0.2] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {63b3c65d-bf41-46f3-a815-000afa3e167d}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:01.962853 3306 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:63b3c65d-bf41-46f3-a815-000afa3e167d}]}}] Timeout: Where:[where column _uuid == {75656b24-b078-48c3-9105-f7d2df67dfd5}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:01.962870 3306 transact.go:42] Configuring OVN: [{Op:update Table:Logical_Router_Static_Route Row:map[nexthop:100.64.0.2] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {63b3c65d-bf41-46f3-a815-000afa3e167d}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:63b3c65d-bf41-46f3-a815-000afa3e167d}]}}] Timeout: Where:[where column _uuid == {75656b24-b078-48c3-9105-f7d2df67dfd5}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:01.963123 3306 model_client.go:382] Update operations generated as: [{Op:update Table:NAT Row:map[external_ip:10.0.0.31 logical_ip:100.64.0.2 options:{GoMap:map[stateless:false]} type:snat] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {b75349b2-d376-4493-9dec-5ed93664f4dd}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:01.963159 3306 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:nat Mutator:insert Value:{GoSet:[{GoUUID:b75349b2-d376-4493-9dec-5ed93664f4dd}]}}] Timeout: Where:[where column _uuid == {f29dabaa-74fe-45a3-b838-69f7e55aa464}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:01.963174 3306 transact.go:42] Configuring OVN: [{Op:update Table:NAT Row:map[external_ip:10.0.0.31 logical_ip:100.64.0.2 options:{GoMap:map[stateless:false]} type:snat] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {b75349b2-d376-4493-9dec-5ed93664f4dd}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:nat Mutator:insert Value:{GoSet:[{GoUUID:b75349b2-d376-4493-9dec-5ed93664f4dd}]}}] Timeout: Where:[where column _uuid == {f29dabaa-74fe-45a3-b838-69f7e55aa464}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:01.968399 3306 model_client.go:373] Create operations generated as: [{Op:insert Table:Logical_Router_Policy Row:map[action:reroute match:inport == "rtos-ip-10-0-0-31.ec2.internal" && ip4.dst == 172.20.0.1 /* ip-10-0-0-31.ec2.internal */ nexthops:{GoSet:[10.128.0.2]} priority:1004] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1983129949}] I0702 22:37:01.968444 3306 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:policies Mutator:insert Value:{GoSet:[{GoUUID:u1983129949}]}}] Timeout: Where:[where column _uuid == {75656b24-b078-48c3-9105-f7d2df67dfd5}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:01.968462 3306 transact.go:42] Configuring OVN: [{Op:wait Table:Logical_Router_Policy Row:map[] Rows:[map[match:inport == "rtos-ip-10-0-0-31.ec2.internal" && ip4.dst == 172.20.0.1 /* ip-10-0-0-31.ec2.internal */ priority:1004]] Columns:[priority match] Mutations:[] Timeout:0xc00a41f940 Where:[where column priority == 1004 where column match == inport == "rtos-ip-10-0-0-31.ec2.internal" && ip4.dst == 172.20.0.1 /* ip-10-0-0-31.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-0-31.ec2.internal" && ip4.dst == 172.20.0.1 /* ip-10-0-0-31.ec2.internal */ nexthops:{GoSet:[10.128.0.2]} priority:1004] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1983129949} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:policies Mutator:insert Value:{GoSet:[{GoUUID:u1983129949}]}}] Timeout: Where:[where column _uuid == {75656b24-b078-48c3-9105-f7d2df67dfd5}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:01.972655 3306 base_network_controller.go:532] When adding node ip-10-0-0-31.ec2.internal for network default, found 12 pods to add to retryPods I0702 22:37:01.972680 3306 base_network_controller.go:538] Adding pod kube-system/konnectivity-agent-sfzxw to retryPods for network default I0702 22:37:01.972691 3306 base_network_controller.go:538] Adding pod kube-system/kube-apiserver-proxy-ip-10-0-0-31.ec2.internal to retryPods for network default I0702 22:37:01.972715 3306 base_network_controller.go:538] Adding pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-84fmb to retryPods for network default I0702 22:37:01.972722 3306 base_network_controller.go:538] Adding pod openshift-cluster-node-tuning-operator/tuned-dms5j to retryPods for network default I0702 22:37:01.972727 3306 base_network_controller.go:538] Adding pod openshift-dns/node-resolver-bjwfg to retryPods for network default I0702 22:37:01.972732 3306 base_network_controller.go:538] Adding pod openshift-image-registry/node-ca-ljfzz to retryPods for network default I0702 22:37:01.972736 3306 base_network_controller.go:538] Adding pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-31.ec2.internal to retryPods for network default I0702 22:37:01.972740 3306 base_network_controller.go:538] Adding pod openshift-multus/multus-additional-cni-plugins-fdltz to retryPods for network default I0702 22:37:01.972745 3306 base_network_controller.go:538] Adding pod openshift-multus/multus-bn64w to retryPods for network default I0702 22:37:01.972749 3306 base_network_controller.go:538] Adding pod openshift-multus/network-metrics-daemon-tgbnw to retryPods for network default I0702 22:37:01.972754 3306 base_network_controller.go:538] Adding pod openshift-network-diagnostics/network-check-target-fwzzc to retryPods for network default I0702 22:37:01.972759 3306 base_network_controller.go:538] Adding pod openshift-ovn-kubernetes/ovnkube-node-dqfjn to retryPods for network default I0702 22:37:01.972768 3306 obj_retry.go:240] Iterate retry objects requested (resource *v1.Pod) I0702 22:37:01.972785 3306 obj_retry.go:568] Update event received for resource *factory.egressNode, old object is equal to new: false I0702 22:37:01.972798 3306 obj_retry.go:620] Update event received for *factory.egressNode ip-10-0-0-31.ec2.internal I0702 22:37:01.972854 3306 obj_retry.go:434] periodicallyRetryResources: Retry channel got triggered: retrying failed objects of type *v1.Pod I0702 22:37:01.972872 3306 default_network_controller.go:1081] Egress IP detected IP address change for node ip-10-0-0-31.ec2.internal. Updating no re-route policies I0702 22:37:01.972873 3306 obj_retry.go:409] Going to retry *v1.Pod resource setup for 16 objects: [openshift-multus/network-metrics-daemon-kj85t openshift-image-registry/node-ca-ljfzz openshift-multus/multus-bn64w openshift-multus/network-metrics-daemon-c4whj openshift-ovn-kubernetes/ovnkube-node-dqfjn openshift-dns/node-resolver-bjwfg openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-31.ec2.internal openshift-multus/multus-additional-cni-plugins-fdltz openshift-multus/network-metrics-daemon-tgbnw openshift-network-diagnostics/network-check-target-fwzzc openshift-network-diagnostics/network-check-target-m7jsk kube-system/konnectivity-agent-sfzxw openshift-network-diagnostics/network-check-target-42gtc kube-system/kube-apiserver-proxy-ip-10-0-0-31.ec2.internal openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-84fmb openshift-cluster-node-tuning-operator/tuned-dms5j] I0702 22:37:01.972908 3306 obj_retry.go:418] Waiting for all the *v1.Pod retry setup to complete in iterateRetryResources I0702 22:37:01.972924 3306 obj_retry.go:303] Retry object setup: *v1.Pod openshift-multus/network-metrics-daemon-kj85t I0702 22:37:01.972940 3306 obj_retry.go:303] Retry object setup: *v1.Pod openshift-multus/network-metrics-daemon-tgbnw I0702 22:37:01.972944 3306 obj_retry.go:303] Retry object setup: *v1.Pod openshift-ovn-kubernetes/ovnkube-node-dqfjn I0702 22:37:01.972947 3306 obj_retry.go:365] Adding new object: *v1.Pod openshift-multus/network-metrics-daemon-kj85t I0702 22:37:01.972953 3306 obj_retry.go:365] Adding new object: *v1.Pod openshift-multus/network-metrics-daemon-tgbnw I0702 22:37:01.972953 3306 obj_retry.go:303] Retry object setup: *v1.Pod openshift-multus/network-metrics-daemon-c4whj I0702 22:37:01.972963 3306 obj_retry.go:303] Retry object setup: *v1.Pod openshift-dns/node-resolver-bjwfg I0702 22:37:01.972930 3306 obj_retry.go:303] Retry object setup: *v1.Pod openshift-cluster-node-tuning-operator/tuned-dms5j I0702 22:37:01.972972 3306 obj_retry.go:365] Adding new object: *v1.Pod openshift-dns/node-resolver-bjwfg I0702 22:37:01.972970 3306 obj_retry.go:303] Retry object setup: *v1.Pod kube-system/konnectivity-agent-sfzxw I0702 22:37:01.972975 3306 obj_retry.go:303] Retry object setup: *v1.Pod openshift-image-registry/node-ca-ljfzz I0702 22:37:01.972976 3306 obj_retry.go:303] Retry object setup: *v1.Pod openshift-multus/multus-bn64w I0702 22:37:01.972981 3306 ovn.go:134] Ensuring zone local for Pod openshift-dns/node-resolver-bjwfg in node ip-10-0-0-31.ec2.internal I0702 22:37:01.972981 3306 obj_retry.go:303] Retry object setup: *v1.Pod openshift-network-diagnostics/network-check-target-42gtc I0702 22:37:01.972986 3306 obj_retry.go:365] Adding new object: *v1.Pod openshift-multus/multus-bn64w I0702 22:37:01.972986 3306 obj_retry.go:365] Adding new object: *v1.Pod openshift-image-registry/node-ca-ljfzz I0702 22:37:01.972992 3306 obj_retry.go:365] Adding new object: *v1.Pod openshift-cluster-node-tuning-operator/tuned-dms5j I0702 22:37:01.972996 3306 ovn.go:134] Ensuring zone local for Pod openshift-multus/multus-bn64w in node ip-10-0-0-31.ec2.internal I0702 22:37:01.972996 3306 obj_retry.go:303] Retry object setup: *v1.Pod openshift-network-diagnostics/network-check-target-fwzzc I0702 22:37:01.972998 3306 obj_retry.go:303] Retry object setup: *v1.Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-31.ec2.internal I0702 22:37:01.973004 3306 obj_retry.go:386] Retry successful for *v1.Pod openshift-multus/multus-bn64w after 0 failed attempt(s) I0702 22:37:01.973006 3306 obj_retry.go:365] Adding new object: *v1.Pod openshift-network-diagnostics/network-check-target-fwzzc I0702 22:37:01.973005 3306 obj_retry.go:303] Retry object setup: *v1.Pod kube-system/kube-apiserver-proxy-ip-10-0-0-31.ec2.internal I0702 22:37:01.973007 3306 obj_retry.go:303] Retry object setup: *v1.Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-84fmb I0702 22:37:01.972988 3306 obj_retry.go:386] Retry successful for *v1.Pod openshift-dns/node-resolver-bjwfg after 0 failed attempt(s) I0702 22:37:01.973010 3306 obj_retry.go:365] Adding new object: *v1.Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-31.ec2.internal I0702 22:37:01.972954 3306 obj_retry.go:365] Adding new object: *v1.Pod openshift-ovn-kubernetes/ovnkube-node-dqfjn I0702 22:37:01.973019 3306 default_network_controller.go:776] Recording success event on pod openshift-dns/node-resolver-bjwfg I0702 22:37:01.973018 3306 obj_retry.go:365] Adding new object: *v1.Pod kube-system/kube-apiserver-proxy-ip-10-0-0-31.ec2.internal I0702 22:37:01.973024 3306 ovn.go:134] Ensuring zone local for Pod openshift-ovn-kubernetes/ovnkube-node-dqfjn in node ip-10-0-0-31.ec2.internal I0702 22:37:01.973025 3306 ovn.go:134] Ensuring zone local for Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-31.ec2.internal in node ip-10-0-0-31.ec2.internal I0702 22:37:01.973031 3306 ovn.go:134] Ensuring zone local for Pod kube-system/kube-apiserver-proxy-ip-10-0-0-31.ec2.internal in node ip-10-0-0-31.ec2.internal I0702 22:37:01.973033 3306 obj_retry.go:386] Retry successful for *v1.Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-31.ec2.internal after 0 failed attempt(s) I0702 22:37:01.973031 3306 obj_retry.go:386] Retry successful for *v1.Pod openshift-ovn-kubernetes/ovnkube-node-dqfjn after 0 failed attempt(s) I0702 22:37:01.973038 3306 default_network_controller.go:776] Recording success event on pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-31.ec2.internal I0702 22:37:01.973039 3306 obj_retry.go:386] Retry successful for *v1.Pod kube-system/kube-apiserver-proxy-ip-10-0-0-31.ec2.internal after 0 failed attempt(s) I0702 22:37:01.973042 3306 default_network_controller.go:776] Recording success event on pod openshift-ovn-kubernetes/ovnkube-node-dqfjn I0702 22:37:01.973011 3306 default_network_controller.go:776] Recording success event on pod openshift-multus/multus-bn64w I0702 22:37:01.973047 3306 default_network_controller.go:776] Recording success event on pod kube-system/kube-apiserver-proxy-ip-10-0-0-31.ec2.internal I0702 22:37:01.973005 3306 ovn.go:134] Ensuring zone local for Pod openshift-cluster-node-tuning-operator/tuned-dms5j in node ip-10-0-0-31.ec2.internal I0702 22:37:01.973054 3306 obj_retry.go:386] Retry successful for *v1.Pod openshift-cluster-node-tuning-operator/tuned-dms5j after 0 failed attempt(s) I0702 22:37:01.973058 3306 default_network_controller.go:776] Recording success event on pod openshift-cluster-node-tuning-operator/tuned-dms5j I0702 22:37:01.972984 3306 obj_retry.go:365] Adding new object: *v1.Pod kube-system/konnectivity-agent-sfzxw I0702 22:37:01.973065 3306 ovn.go:134] Ensuring zone local for Pod kube-system/konnectivity-agent-sfzxw in node ip-10-0-0-31.ec2.internal I0702 22:37:01.973053 3306 model_client.go:382] Update operations generated as: [{Op:update Table:Address_Set Row:map[addresses:{GoSet:[10.0.0.31 172.20.0.1]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {ccc3d1fd-16e9-4be4-b3ff-f8f4c591e7ed}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:01.973074 3306 transact.go:42] Configuring OVN: [{Op:update Table:Address_Set Row:map[addresses:{GoSet:[10.0.0.31 172.20.0.1]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {ccc3d1fd-16e9-4be4-b3ff-f8f4c591e7ed}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:01.972996 3306 ovn.go:134] Ensuring zone local for Pod openshift-image-registry/node-ca-ljfzz in node ip-10-0-0-31.ec2.internal I0702 22:37:01.973097 3306 obj_retry.go:386] Retry successful for *v1.Pod openshift-image-registry/node-ca-ljfzz after 0 failed attempt(s) I0702 22:37:01.973069 3306 obj_retry.go:386] Retry successful for *v1.Pod kube-system/konnectivity-agent-sfzxw after 0 failed attempt(s) I0702 22:37:01.973107 3306 default_network_controller.go:776] Recording success event on pod openshift-image-registry/node-ca-ljfzz I0702 22:37:01.973111 3306 default_network_controller.go:776] Recording success event on pod kube-system/konnectivity-agent-sfzxw I0702 22:37:01.972993 3306 obj_retry.go:365] Adding new object: *v1.Pod openshift-network-diagnostics/network-check-target-42gtc I0702 22:37:01.973121 3306 ovn.go:138] Ensuring zone remote for Pod openshift-network-diagnostics/network-check-target-42gtc in node ip-10-0-2-224.ec2.internal I0702 22:37:01.973149 3306 obj_retry.go:377] Retry add failed for *v1.Pod openshift-network-diagnostics/network-check-target-42gtc, will try again later: failed to obtain IPs to add remote pod openshift-network-diagnostics/network-check-target-42gtc: suppressed error logged: pod openshift-network-diagnostics/network-check-target-42gtc: no pod IPs found I0702 22:37:01.972964 3306 ovn.go:138] Ensuring zone remote for Pod openshift-multus/network-metrics-daemon-kj85t in node ip-10-0-1-191.ec2.internal I0702 22:37:01.973173 3306 obj_retry.go:377] Retry add failed for *v1.Pod openshift-multus/network-metrics-daemon-kj85t, will try again later: failed to obtain IPs to add remote pod openshift-multus/network-metrics-daemon-kj85t: suppressed error logged: pod openshift-multus/network-metrics-daemon-kj85t: no pod IPs found I0702 22:37:01.972931 3306 obj_retry.go:303] Retry object setup: *v1.Pod openshift-multus/multus-additional-cni-plugins-fdltz I0702 22:37:01.973188 3306 obj_retry.go:365] Adding new object: *v1.Pod openshift-multus/multus-additional-cni-plugins-fdltz I0702 22:37:01.973193 3306 ovn.go:134] Ensuring zone local for Pod openshift-multus/multus-additional-cni-plugins-fdltz in node ip-10-0-0-31.ec2.internal I0702 22:37:01.973197 3306 obj_retry.go:386] Retry successful for *v1.Pod openshift-multus/multus-additional-cni-plugins-fdltz after 0 failed attempt(s) I0702 22:37:01.973201 3306 default_network_controller.go:776] Recording success event on pod openshift-multus/multus-additional-cni-plugins-fdltz I0702 22:37:01.972967 3306 obj_retry.go:365] Adding new object: *v1.Pod openshift-multus/network-metrics-daemon-c4whj I0702 22:37:01.973209 3306 ovn.go:138] Ensuring zone remote for Pod openshift-multus/network-metrics-daemon-c4whj in node ip-10-0-2-224.ec2.internal I0702 22:37:01.973223 3306 obj_retry.go:377] Retry add failed for *v1.Pod openshift-multus/network-metrics-daemon-c4whj, will try again later: failed to obtain IPs to add remote pod openshift-multus/network-metrics-daemon-c4whj: suppressed error logged: pod openshift-multus/network-metrics-daemon-c4whj: no pod IPs found I0702 22:37:01.972968 3306 ovn.go:134] Ensuring zone local for Pod openshift-multus/network-metrics-daemon-tgbnw in node ip-10-0-0-31.ec2.internal I0702 22:37:01.973016 3306 ovn.go:134] Ensuring zone local for Pod openshift-network-diagnostics/network-check-target-fwzzc in node ip-10-0-0-31.ec2.internal I0702 22:37:01.973262 3306 base_network_controller_pods.go:477] [default/openshift-multus/network-metrics-daemon-tgbnw] creating logical port openshift-multus_network-metrics-daemon-tgbnw for pod on switch ip-10-0-0-31.ec2.internal I0702 22:37:01.973288 3306 base_network_controller_pods.go:477] [default/openshift-network-diagnostics/network-check-target-fwzzc] creating logical port openshift-network-diagnostics_network-check-target-fwzzc for pod on switch ip-10-0-0-31.ec2.internal I0702 22:37:01.973019 3306 obj_retry.go:365] Adding new object: *v1.Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-84fmb I0702 22:37:01.973353 3306 ovn.go:134] Ensuring zone local for Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-84fmb in node ip-10-0-0-31.ec2.internal I0702 22:37:01.973360 3306 obj_retry.go:386] Retry successful for *v1.Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-84fmb after 0 failed attempt(s) I0702 22:37:01.973367 3306 default_network_controller.go:776] Recording success event on pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-84fmb I0702 22:37:01.973018 3306 obj_retry.go:303] Retry object setup: *v1.Pod openshift-network-diagnostics/network-check-target-m7jsk I0702 22:37:01.973379 3306 obj_retry.go:365] Adding new object: *v1.Pod openshift-network-diagnostics/network-check-target-m7jsk I0702 22:37:01.973386 3306 ovn.go:138] Ensuring zone remote for Pod openshift-network-diagnostics/network-check-target-m7jsk in node ip-10-0-1-191.ec2.internal I0702 22:37:01.973420 3306 obj_retry.go:377] Retry add failed for *v1.Pod openshift-network-diagnostics/network-check-target-m7jsk, will try again later: failed to obtain IPs to add remote pod openshift-network-diagnostics/network-check-target-m7jsk: suppressed error logged: pod openshift-network-diagnostics/network-check-target-m7jsk: no pod IPs found I0702 22:37:01.973462 3306 model_client.go:382] Update operations generated as: [{Op:update Table:Logical_Switch_Port Row:map[addresses:{GoSet:[0a:58:0a:80:00:03 10.128.0.3]} options:{GoMap:map[iface-id-ver:1f6e6c4d-1352-4442-8b42-876976662421 requested-chassis:ip-10-0-0-31.ec2.internal]} port_security:{GoSet:[0a:58:0a:80:00:03 10.128.0.3]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {1ed02286-d512-402c-a2ec-9585b264b89b}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:01.973472 3306 model_client.go:382] Update operations generated as: [{Op:update Table:Logical_Switch_Port Row:map[addresses:{GoSet:[0a:58:0a:80:00:04 10.128.0.4]} options:{GoMap:map[iface-id-ver:20b86f61-c40a-4a8b-96eb-4392a54f3430 requested-chassis:ip-10-0-0-31.ec2.internal]} port_security:{GoSet:[0a:58:0a:80:00:04 10.128.0.4]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {a4176075-f969-4c28-a941-4c9dbc90e99e}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:01.973512 3306 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:a4176075-f969-4c28-a941-4c9dbc90e99e}]}}] Timeout: Where:[where column _uuid == {486dc3a4-7ac8-4ee3-bf7e-056046fe897e}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:01.973510 3306 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:1ed02286-d512-402c-a2ec-9585b264b89b}]}}] Timeout: Where:[where column _uuid == {486dc3a4-7ac8-4ee3-bf7e-056046fe897e}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:01.973568 3306 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:1ed02286-d512-402c-a2ec-9585b264b89b}]}}] Timeout: Where:[where column _uuid == {04d4c1d9-414b-402d-a42e-6d05f13b1108}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:01.973567 3306 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:a4176075-f969-4c28-a941-4c9dbc90e99e}]}}] Timeout: Where:[where column _uuid == {2f8ca2e8-6e7b-4de7-9443-70140d5d3c81}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:01.973666 3306 model_client.go:382] Update operations generated as: [{Op:update Table:NAT Row:map[external_ip:10.0.0.31 logical_ip:10.128.0.4 options:{GoMap:map[stateless:false]} type:snat] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {5651d29b-5b5b-491e-9a69-a884df18adc1}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:01.973677 3306 model_client.go:382] Update operations generated as: [{Op:update Table:NAT Row:map[external_ip:10.0.0.31 logical_ip:10.128.0.3 options:{GoMap:map[stateless:false]} type:snat] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {6092e25a-bc90-41d4-b079-249befd5f25c}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:01.973676 3306 model_client.go:373] 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:u1983129950}] I0702 22:37:01.973702 3306 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:nat Mutator:insert Value:{GoSet:[{GoUUID:5651d29b-5b5b-491e-9a69-a884df18adc1}]}}] Timeout: Where:[where column _uuid == {f29dabaa-74fe-45a3-b838-69f7e55aa464}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:01.973706 3306 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:nat Mutator:insert Value:{GoSet:[{GoUUID:6092e25a-bc90-41d4-b079-249befd5f25c}]}}] Timeout: Where:[where column _uuid == {f29dabaa-74fe-45a3-b838-69f7e55aa464}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:01.973717 3306 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:policies Mutator:insert Value:{GoSet:[{GoUUID:u1983129950}]}}] Timeout: Where:[where column _uuid == {75656b24-b078-48c3-9105-f7d2df67dfd5}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:01.973721 3306 transact.go:42] Configuring OVN: [{Op:update Table:Logical_Switch_Port Row:map[addresses:{GoSet:[0a:58:0a:80:00:03 10.128.0.3]} options:{GoMap:map[iface-id-ver:1f6e6c4d-1352-4442-8b42-876976662421 requested-chassis:ip-10-0-0-31.ec2.internal]} port_security:{GoSet:[0a:58:0a:80:00:03 10.128.0.3]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {1ed02286-d512-402c-a2ec-9585b264b89b}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:1ed02286-d512-402c-a2ec-9585b264b89b}]}}] Timeout: Where:[where column _uuid == {486dc3a4-7ac8-4ee3-bf7e-056046fe897e}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:1ed02286-d512-402c-a2ec-9585b264b89b}]}}] Timeout: Where:[where column _uuid == {04d4c1d9-414b-402d-a42e-6d05f13b1108}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:update Table:NAT Row:map[external_ip:10.0.0.31 logical_ip:10.128.0.3 options:{GoMap:map[stateless:false]} type:snat] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {6092e25a-bc90-41d4-b079-249befd5f25c}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:nat Mutator:insert Value:{GoSet:[{GoUUID:6092e25a-bc90-41d4-b079-249befd5f25c}]}}] Timeout: Where:[where column _uuid == {f29dabaa-74fe-45a3-b838-69f7e55aa464}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:01.973739 3306 transact.go:42] 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:0xc00a1fe240 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:u1983129950} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:policies Mutator:insert Value:{GoSet:[{GoUUID:u1983129950}]}}] Timeout: Where:[where column _uuid == {75656b24-b078-48c3-9105-f7d2df67dfd5}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:01.973741 3306 transact.go:42] Configuring OVN: [{Op:update Table:Logical_Switch_Port Row:map[addresses:{GoSet:[0a:58:0a:80:00:04 10.128.0.4]} options:{GoMap:map[iface-id-ver:20b86f61-c40a-4a8b-96eb-4392a54f3430 requested-chassis:ip-10-0-0-31.ec2.internal]} port_security:{GoSet:[0a:58:0a:80:00:04 10.128.0.4]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {a4176075-f969-4c28-a941-4c9dbc90e99e}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:a4176075-f969-4c28-a941-4c9dbc90e99e}]}}] Timeout: Where:[where column _uuid == {486dc3a4-7ac8-4ee3-bf7e-056046fe897e}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:a4176075-f969-4c28-a941-4c9dbc90e99e}]}}] Timeout: Where:[where column _uuid == {2f8ca2e8-6e7b-4de7-9443-70140d5d3c81}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:update Table:NAT Row:map[external_ip:10.0.0.31 logical_ip:10.128.0.4 options:{GoMap:map[stateless:false]} type:snat] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {5651d29b-5b5b-491e-9a69-a884df18adc1}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:nat Mutator:insert Value:{GoSet:[{GoUUID:5651d29b-5b5b-491e-9a69-a884df18adc1}]}}] Timeout: Where:[where column _uuid == {f29dabaa-74fe-45a3-b838-69f7e55aa464}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:01.974098 3306 port_cache.go:96] port-cache(openshift-network-diagnostics_network-check-target-fwzzc): added port &{name:openshift-network-diagnostics_network-check-target-fwzzc uuid:1ed02286-d512-402c-a2ec-9585b264b89b logicalSwitch:ip-10-0-0-31.ec2.internal ips:[0xc00a52d890] mac:[10 88 10 128 0 3] expires:{wall:0 ext:0 loc:}} with IP: [10.128.0.3/23] and MAC: 0a:58:0a:80:00:03 I0702 22:37:01.974124 3306 pods.go:252] [openshift-network-diagnostics/network-check-target-fwzzc] addLogicalPort took 841.482µs, libovsdb time 366.185µs I0702 22:37:01.974135 3306 obj_retry.go:386] Retry successful for *v1.Pod openshift-network-diagnostics/network-check-target-fwzzc after 0 failed attempt(s) I0702 22:37:01.974142 3306 default_network_controller.go:776] Recording success event on pod openshift-network-diagnostics/network-check-target-fwzzc I0702 22:37:01.974164 3306 ovnkube_controller.go:808] Unexpected last event type (2) in cache for pod with UID "1f6e6c4d-1352-4442-8b42-876976662421" I0702 22:37:01.974470 3306 port_cache.go:96] port-cache(openshift-multus_network-metrics-daemon-tgbnw): added port &{name:openshift-multus_network-metrics-daemon-tgbnw uuid:a4176075-f969-4c28-a941-4c9dbc90e99e logicalSwitch:ip-10-0-0-31.ec2.internal ips:[0xc009dfac60] mac:[10 88 10 128 0 4] expires:{wall:0 ext:0 loc:}} with IP: [10.128.0.4/23] and MAC: 0a:58:0a:80:00:04 I0702 22:37:01.974491 3306 pods.go:252] [openshift-multus/network-metrics-daemon-tgbnw] addLogicalPort took 1.241967ms, libovsdb time 717.612µs I0702 22:37:01.974495 3306 egressip.go:1976] Egress node: ip-10-0-0-31.ec2.internal about to be initialized I0702 22:37:01.974506 3306 ovnkube_controller.go:808] Unexpected last event type (2) in cache for pod with UID "20b86f61-c40a-4a8b-96eb-4392a54f3430" I0702 22:37:01.974499 3306 obj_retry.go:386] Retry successful for *v1.Pod openshift-multus/network-metrics-daemon-tgbnw after 0 failed attempt(s) I0702 22:37:01.974538 3306 default_network_controller.go:776] Recording success event on pod openshift-multus/network-metrics-daemon-tgbnw I0702 22:37:01.974549 3306 obj_retry.go:420] Function iterateRetryResources for *v1.Pod ended (in 1.676674ms) I0702 22:37:01.974575 3306 model_client.go:382] Update operations generated as: [{Op:update Table:Logical_Router_Static_Route Row:map[ip_prefix:10.128.0.0/14 nexthop:100.64.0.2 policy:{GoSet:[src-ip]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {30831608-d2b1-4f00-ad74-595744cec13d}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:01.974619 3306 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:30831608-d2b1-4f00-ad74-595744cec13d}]}}] Timeout: Where:[where column _uuid == {75656b24-b078-48c3-9105-f7d2df67dfd5}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:01.974636 3306 transact.go:42] Configuring OVN: [{Op:update Table:Logical_Router_Static_Route Row:map[ip_prefix:10.128.0.0/14 nexthop:100.64.0.2 policy:{GoSet:[src-ip]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {30831608-d2b1-4f00-ad74-595744cec13d}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:30831608-d2b1-4f00-ad74-595744cec13d}]}}] Timeout: Where:[where column _uuid == {75656b24-b078-48c3-9105-f7d2df67dfd5}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:01.977509 3306 ovs.go:159] Exec(57): /usr/sbin/ip route replace table 7 172.30.0.0/16 via 10.128.0.1 dev ovn-k8s-mp0 I0702 22:37:01.978456 3306 obj_retry.go:568] Update event received for resource *v1.Node, old object is equal to new: false I0702 22:37:01.978500 3306 obj_retry.go:620] Update event received for *v1.Node ip-10-0-0-31.ec2.internal E0702 22:37:01.978577 3306 ovn.go:423] Failed to unmarshal old node ip-10-0-0-31.ec2.internal annotation: unexpected end of JSON input I0702 22:37:01.978595 3306 master.go:495] Adding or Updating Node "ip-10-0-0-31.ec2.internal" I0702 22:37:01.978605 3306 hybrid.go:141] Removing node ip-10-0-0-31.ec2.internal hybrid overlay port I0702 22:37:01.978721 3306 obj_retry.go:568] Update event received for resource *factory.egressNode, old object is equal to new: false I0702 22:37:01.978738 3306 obj_retry.go:620] Update event received for *factory.egressNode ip-10-0-0-31.ec2.internal I0702 22:37:01.978783 3306 egressip.go:1976] Egress node: ip-10-0-0-31.ec2.internal about to be initialized I0702 22:37:01.978863 3306 model_client.go:382] Update operations generated as: [{Op:update Table:Logical_Router_Static_Route Row:map[ip_prefix:10.128.0.0/14 nexthop:100.64.0.2 policy:{GoSet:[src-ip]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {30831608-d2b1-4f00-ad74-595744cec13d}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:01.978910 3306 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:30831608-d2b1-4f00-ad74-595744cec13d}]}}] Timeout: Where:[where column _uuid == {75656b24-b078-48c3-9105-f7d2df67dfd5}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:01.978931 3306 transact.go:42] Configuring OVN: [{Op:update Table:Logical_Router_Static_Route Row:map[ip_prefix:10.128.0.0/14 nexthop:100.64.0.2 policy:{GoSet:[src-ip]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {30831608-d2b1-4f00-ad74-595744cec13d}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:30831608-d2b1-4f00-ad74-595744cec13d}]}}] Timeout: Where:[where column _uuid == {75656b24-b078-48c3-9105-f7d2df67dfd5}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:01.980778 3306 admin_network_policy_controller.go:532] Updating Pod in Admin Network Policy controller openshift-cluster-node-tuning-operator/tuned-rgmwc: podLabels controller-revision-hash=6ddf65cd,openshift-app=tuned,pod-template-generation=1, podIPs: [10.0.2.224], PodStatus: true, PodCompleted?: false I0702 22:37:01.980796 3306 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0702 22:37:01.980831 3306 admin_network_policy_pod.go:56] Processing sync for Pod openshift-cluster-node-tuning-operator/tuned-rgmwc in Admin Network Policy controller I0702 22:37:01.980835 3306 default_network_controller.go:747] Recording update event on pod openshift-cluster-node-tuning-operator/tuned-rgmwc I0702 22:37:01.980843 3306 admin_network_policy_pod.go:59] Finished syncing Pod openshift-cluster-node-tuning-operator/tuned-rgmwc Admin Network Policy controller: took 31.168µs I0702 22:37:01.980855 3306 obj_retry.go:620] Update event received for *v1.Pod openshift-cluster-node-tuning-operator/tuned-rgmwc I0702 22:37:01.980872 3306 ovn.go:138] Ensuring zone remote for Pod openshift-cluster-node-tuning-operator/tuned-rgmwc in node ip-10-0-2-224.ec2.internal I0702 22:37:01.980888 3306 default_network_controller.go:776] Recording success event on pod openshift-cluster-node-tuning-operator/tuned-rgmwc I0702 22:37:01.980906 3306 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0702 22:37:01.980924 3306 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-cluster-node-tuning-operator/tuned-rgmwc I0702 22:37:01.980959 3306 ovnkube_controller.go:1292] Config duration recorder: kind/namespace/name pod/openshift-cluster-node-tuning-operator/tuned-rgmwc. OVN-Kubernetes controller took 5.5098e-05 seconds. No OVN measurement. I0702 22:37:01.988122 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 7 Dst: 172.30.0.0/16 Src: Gw: 10.128.0.1 Flags: [] Table: 7 Realm: 0}" I0702 22:37:01.989377 3306 ovs.go:162] Exec(57): stdout: "" I0702 22:37:01.989390 3306 ovs.go:163] Exec(57): stderr: "" I0702 22:37:01.989398 3306 gateway_shared_intf.go:2164] Successfully added route into custom routing table: 7 I0702 22:37:01.989407 3306 ovs.go:159] Exec(58): /usr/sbin/ip -4 rule I0702 22:37:01.990861 3306 ovs.go:162] Exec(58): stdout: "0:\tfrom all lookup local\n32766:\tfrom all lookup main\n32767:\tfrom all lookup default\n" I0702 22:37:01.990874 3306 ovs.go:163] Exec(58): stderr: "" I0702 22:37:01.990883 3306 ovs.go:159] Exec(59): /usr/sbin/ip -4 rule add fwmark 0x1745ec lookup 7 prio 30 I0702 22:37:01.992209 3306 ovs.go:162] Exec(59): stdout: "" I0702 22:37:01.992223 3306 ovs.go:163] Exec(59): stderr: "" I0702 22:37:01.992231 3306 ovs.go:159] Exec(60): /usr/sbin/sysctl -w net.ipv4.conf.ovn-k8s-mp0.rp_filter=2 I0702 22:37:01.993101 3306 ovs.go:162] Exec(60): stdout: "net.ipv4.conf.ovn-k8s-mp0.rp_filter = 2\n" I0702 22:37:01.993111 3306 ovs.go:163] Exec(60): stderr: "" I0702 22:37:01.993119 3306 gateway_shared_intf.go:2357] Creating Gateway Node Port Watcher I0702 22:37:01.993127 3306 ovs.go:159] Exec(61): /usr/bin/ovs-vsctl --timeout=15 --if-exists get interface ens5 ofport I0702 22:37:01.998412 3306 ovs.go:162] Exec(61): stdout: "1\n" I0702 22:37:01.998425 3306 ovs.go:163] Exec(61): stderr: "" I0702 22:37:02.003249 3306 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0702 22:37:02.003275 3306 admin_network_policy_controller.go:532] Updating Pod in Admin Network Policy controller openshift-multus/multus-kfhcs: podLabels app=multus,component=network,controller-revision-hash=7c7477bd84,openshift.io/component=network,pod-template-generation=1,type=infra, podIPs: [10.0.2.224], PodStatus: true, PodCompleted?: false I0702 22:37:02.003287 3306 default_network_controller.go:747] Recording update event on pod openshift-multus/multus-kfhcs I0702 22:37:02.003310 3306 obj_retry.go:620] Update event received for *v1.Pod openshift-multus/multus-kfhcs I0702 22:37:02.003309 3306 admin_network_policy_pod.go:56] Processing sync for Pod openshift-multus/multus-kfhcs in Admin Network Policy controller I0702 22:37:02.003324 3306 admin_network_policy_pod.go:59] Finished syncing Pod openshift-multus/multus-kfhcs Admin Network Policy controller: took 15.835µs I0702 22:37:02.003343 3306 ovn.go:138] Ensuring zone remote for Pod openshift-multus/multus-kfhcs in node ip-10-0-2-224.ec2.internal I0702 22:37:02.003358 3306 default_network_controller.go:776] Recording success event on pod openshift-multus/multus-kfhcs I0702 22:37:02.003369 3306 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0702 22:37:02.003383 3306 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-multus/multus-kfhcs I0702 22:37:02.004303 3306 iptables.go:107] Creating table: mangle chain: OUTPUT I0702 22:37:02.005451 3306 iptables.go:109] 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. I0702 22:37:02.006626 3306 iptables.go:120] Adding rule in table: mangle, chain: OUTPUT with args: "-j OVN-KUBE-ITP" for protocol: 0 I0702 22:37:02.007773 3306 iptables.go:107] Creating table: nat chain: OUTPUT I0702 22:37:02.008877 3306 iptables.go:109] 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. I0702 22:37:02.010015 3306 iptables.go:120] Adding rule in table: nat, chain: OUTPUT with args: "-j OVN-KUBE-ITP" for protocol: 0 I0702 22:37:02.011151 3306 iptables.go:107] Creating table: nat chain: PREROUTING I0702 22:37:02.012260 3306 iptables.go:109] 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. I0702 22:37:02.013425 3306 iptables.go:120] Adding rule in table: nat, chain: PREROUTING with args: "-j OVN-KUBE-NODEPORT" for protocol: 0 I0702 22:37:02.015729 3306 iptables.go:120] Adding rule in table: nat, chain: OUTPUT with args: "-j OVN-KUBE-NODEPORT" for protocol: 0 I0702 22:37:02.017979 3306 iptables.go:120] Adding rule in table: nat, chain: PREROUTING with args: "-j OVN-KUBE-EXTERNALIP" for protocol: 0 I0702 22:37:02.020246 3306 iptables.go:120] Adding rule in table: nat, chain: OUTPUT with args: "-j OVN-KUBE-EXTERNALIP" for protocol: 0 I0702 22:37:02.022526 3306 iptables.go:120] Adding rule in table: nat, chain: PREROUTING with args: "-j OVN-KUBE-ETP" for protocol: 0 I0702 22:37:02.030867 3306 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0702 22:37:02.030887 3306 default_network_controller.go:747] Recording update event on pod openshift-multus/multus-additional-cni-plugins-l8m59 I0702 22:37:02.030903 3306 obj_retry.go:620] Update event received for *v1.Pod openshift-multus/multus-additional-cni-plugins-l8m59 I0702 22:37:02.030934 3306 ovn.go:138] Ensuring zone remote for Pod openshift-multus/multus-additional-cni-plugins-l8m59 in node ip-10-0-2-224.ec2.internal I0702 22:37:02.030945 3306 default_network_controller.go:776] Recording success event on pod openshift-multus/multus-additional-cni-plugins-l8m59 I0702 22:37:02.030955 3306 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0702 22:37:02.030970 3306 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-l8m59 I0702 22:37:02.048656 3306 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0702 22:37:02.048743 3306 default_network_controller.go:747] Recording update event on pod kube-system/konnectivity-agent-ckc9n I0702 22:37:02.048758 3306 obj_retry.go:620] Update event received for *v1.Pod kube-system/konnectivity-agent-ckc9n I0702 22:37:02.048769 3306 ovn.go:138] Ensuring zone remote for Pod kube-system/konnectivity-agent-ckc9n in node ip-10-0-2-224.ec2.internal I0702 22:37:02.048774 3306 default_network_controller.go:776] Recording success event on pod kube-system/konnectivity-agent-ckc9n I0702 22:37:02.048780 3306 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0702 22:37:02.048788 3306 obj_retry.go:620] Update event received for *factory.egressIPPod kube-system/konnectivity-agent-ckc9n I0702 22:37:02.048667 3306 admin_network_policy_controller.go:532] Updating Pod in Admin Network Policy controller kube-system/konnectivity-agent-ckc9n: podLabels app=konnectivity-agent,controller-revision-hash=5d659854bd,pod-template-generation=1, podIPs: [10.0.2.224], PodStatus: true, PodCompleted?: false I0702 22:37:02.048841 3306 admin_network_policy_pod.go:56] Processing sync for Pod kube-system/konnectivity-agent-ckc9n in Admin Network Policy controller I0702 22:37:02.048852 3306 admin_network_policy_pod.go:59] Finished syncing Pod kube-system/konnectivity-agent-ckc9n Admin Network Policy controller: took 11.691µs I0702 22:37:02.062075 3306 iptables.go:107] Creating table: filter chain: FORWARD I0702 22:37:02.063420 3306 iptables.go:109] 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. I0702 22:37:02.064969 3306 iptables.go:120] Adding rule in table: filter, chain: FORWARD with args: "-s 10.128.0.0/14 -j ACCEPT" for protocol: 0 I0702 22:37:02.067695 3306 iptables.go:120] Adding rule in table: filter, chain: FORWARD with args: "-d 10.128.0.0/14 -j ACCEPT" for protocol: 0 I0702 22:37:02.070365 3306 iptables.go:120] Adding rule in table: filter, chain: FORWARD with args: "-s 172.30.0.0/16 -j ACCEPT" for protocol: 0 I0702 22:37:02.073016 3306 iptables.go:120] Adding rule in table: filter, chain: FORWARD with args: "-d 172.30.0.0/16 -j ACCEPT" for protocol: 0 I0702 22:37:02.075758 3306 iptables.go:120] Adding rule in table: filter, chain: FORWARD with args: "-s 169.254.0.1 -j ACCEPT" for protocol: 0 I0702 22:37:02.078539 3306 iptables.go:120] Adding rule in table: filter, chain: FORWARD with args: "-d 169.254.0.1 -j ACCEPT" for protocol: 0 I0702 22:37:02.079828 3306 gateway_shared_intf.go:2674] Ensuring IP Neighbor entry for: 169.254.0.1 W0702 22:37:02.079923 3306 gateway_shared_intf.go:2680] 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 I0702 22:37:02.079967 3306 gateway_shared_intf.go:2674] Ensuring IP Neighbor entry for: 169.254.0.4 W0702 22:37:02.080032 3306 gateway_shared_intf.go:2680] 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 I0702 22:37:02.080084 3306 gateway_init.go:423] Gateway and management port readiness took 2.215302288s I0702 22:37:02.080121 3306 controller.go:132] Adding controller [node-nad-controller NAD controller] event handlers I0702 22:37:02.080154 3306 shared_informer.go:313] Waiting for caches to sync for [node-nad-controller NAD controller] I0702 22:37:02.080165 3306 shared_informer.go:320] Caches are synced for [node-nad-controller NAD controller] I0702 22:37:02.080176 3306 controller.go:156] Starting controller [node-nad-controller NAD controller] with 1 workers I0702 22:37:02.080302 3306 network_controller.go:244] [node-nad-controller network controller]: syncing all networks I0702 22:37:02.080313 3306 network_controller.go:255] [node-nad-controller network controller]: finished syncing all networks. Time taken: 10.313µs I0702 22:37:02.080321 3306 controller.go:156] Starting controller [node-nad-controller network controller] with 1 workers I0702 22:37:02.080335 3306 nad_controller.go:161] [node-nad-controller NAD controller]: started I0702 22:37:02.080343 3306 default_node_network_controller.go:988] Starting the default node network controller I0702 22:37:02.084657 3306 gateway_init.go:433] Initializing Gateway Functionality for gateway Start I0702 22:37:02.084803 3306 gateway_localnet.go:68] Node local addresses initialized to: map[10.0.0.31:{10.0.0.0 ffffff00} 10.128.0.2:{10.128.0.0 fffffe00} 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::858:aff:fe80:2:{fe80:: ffffffffffffffff0000000000000000} fe80::bb27:cfa3:d5d:6972:{fe80:: ffffffffffffffff0000000000000000}] I0702 22:37:02.084986 3306 default_node_network_controller.go:1514] MTU (9001) of network interface br-ex is big enough to deal with Geneve header overhead (sum 8959). I0702 22:37:02.085005 3306 default_node_network_controller.go:1078] Upgrade Hack: Interconnect is enabled I0702 22:37:02.087622 3306 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-1-191.ec2.internal, subnet 10.130.0.0/23 I0702 22:37:02.087643 3306 ovs.go:159] Exec(62): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns _uuid find logical_flow match="reg7 == 0 && ip4.dst == 10.130.0.0/23" I0702 22:37:02.096922 3306 ovs.go:162] Exec(62): stdout: "" I0702 22:37:02.096936 3306 ovs.go:163] Exec(62): stderr: "" I0702 22:37:02.096945 3306 default_node_network_controller.go:766] Upgrade Hack: checkOVNSBNodeLRSR for node - 10.130.0.0/23 : match match="reg7 == 0 && ip4.dst == 10.130.0.0/23" : stdout - : stderr - : err I0702 22:37:02.588494 3306 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-1-191.ec2.internal, subnet 10.130.0.0/23 I0702 22:37:02.588518 3306 ovs.go:159] Exec(63): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns _uuid find logical_flow match="reg7 == 0 && ip4.dst == 10.130.0.0/23" I0702 22:37:02.597865 3306 ovs.go:162] Exec(63): stdout: "" I0702 22:37:02.597881 3306 ovs.go:163] Exec(63): stderr: "" I0702 22:37:02.597889 3306 default_node_network_controller.go:766] Upgrade Hack: checkOVNSBNodeLRSR for node - 10.130.0.0/23 : match match="reg7 == 0 && ip4.dst == 10.130.0.0/23" : stdout - : stderr - : err I0702 22:37:02.825674 3306 obj_retry.go:568] Update event received for resource *v1.Node, old object is equal to new: false I0702 22:37:02.825751 3306 egressservice_zone_node.go:110] Processing sync for Egress Service node ip-10-0-2-224.ec2.internal I0702 22:37:02.825763 3306 obj_retry.go:620] Update event received for *v1.Node ip-10-0-2-224.ec2.internal I0702 22:37:02.825772 3306 egressservice_zone_node.go:113] Finished syncing Egress Service node ip-10-0-2-224.ec2.internal: 26.473µs I0702 22:37:02.825747 3306 admin_network_policy_controller.go:581] Updating Node in Admin Network Policy controller ip-10-0-2-224.ec2.internal: nodeLabels beta.kubernetes.io/arch=amd64,beta.kubernetes.io/instance-type=m5.2xlarge,beta.kubernetes.io/os=linux,failure-domain.beta.kubernetes.io/region=us-east-1,failure-domain.beta.kubernetes.io/zone=us-east-1a,hypershift.openshift.io/managed=true,hypershift.openshift.io/nodePool=kx-d9aae1c883-workers-2,hypershift.openshift.io/nodepool-globalps-enabled=true,kubernetes.io/arch=amd64,kubernetes.io/hostname=ip-10-0-2-224.ec2.internal,kubernetes.io/os=linux,node-role.kubernetes.io/worker=,node.kubernetes.io/instance-type=m5.2xlarge,node.openshift.io/os_id=rhcos,topology.ebs.csi.aws.com/zone=us-east-1a,topology.k8s.aws/zone-id=use1-az6,topology.kubernetes.io/region=us-east-1,topology.kubernetes.io/zone=us-east-1a, isHostCIDRsAltered?: false I0702 22:37:02.825796 3306 admin_network_policy_node.go:55] Processing sync for Node ip-10-0-2-224.ec2.internal in Admin Network Policy controller I0702 22:37:02.825807 3306 admin_network_policy_node.go:58] Finished syncing Node ip-10-0-2-224.ec2.internal Admin Network Policy controller: took 12.446µs I0702 22:37:02.825833 3306 default_network_controller.go:1028] Node ip-10-0-2-224.ec2.internal in remote zone global needs interconnect zone sync up. Zone cluster changed: false I0702 22:37:02.825866 3306 obj_retry.go:688] Failed to update *v1.Node, old=ip-10-0-2-224.ec2.internal, new=ip-10-0-2-224.ec2.internal, error: adding or updating remote node chassis ip-10-0-2-224.ec2.internal failed, err - failed to create or update chassis to remote for remote node ip-10-0-2-224.ec2.internal, error: failed to parse node chassis-id for node - ip-10-0-2-224.ec2.internal, error: suppressed error logged: k8s.ovn.org/node-chassis-id annotation not found for node ip-10-0-2-224.ec2.internal I0702 22:37:02.825883 3306 obj_retry.go:568] Update event received for resource *factory.egressNode, old object is equal to new: false I0702 22:37:02.825898 3306 obj_retry.go:620] Update event received for *factory.egressNode ip-10-0-2-224.ec2.internal I0702 22:37:02.896231 3306 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0702 22:37:02.896255 3306 default_network_controller.go:747] Recording update event on pod openshift-multus/multus-additional-cni-plugins-fdltz I0702 22:37:02.896267 3306 obj_retry.go:620] Update event received for *v1.Pod openshift-multus/multus-additional-cni-plugins-fdltz I0702 22:37:02.896292 3306 ovn.go:134] Ensuring zone local for Pod openshift-multus/multus-additional-cni-plugins-fdltz in node ip-10-0-0-31.ec2.internal I0702 22:37:02.896298 3306 default_network_controller.go:776] Recording success event on pod openshift-multus/multus-additional-cni-plugins-fdltz I0702 22:37:02.896305 3306 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0702 22:37:02.896312 3306 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-fdltz I0702 22:37:02.975024 3306 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0702 22:37:02.975091 3306 default_network_controller.go:747] Recording update event on pod kube-system/konnectivity-agent-ckc9n I0702 22:37:02.975108 3306 obj_retry.go:620] Update event received for *v1.Pod kube-system/konnectivity-agent-ckc9n I0702 22:37:02.975124 3306 ovn.go:138] Ensuring zone remote for Pod kube-system/konnectivity-agent-ckc9n in node ip-10-0-2-224.ec2.internal I0702 22:37:02.975136 3306 default_network_controller.go:776] Recording success event on pod kube-system/konnectivity-agent-ckc9n I0702 22:37:02.975158 3306 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0702 22:37:02.975175 3306 obj_retry.go:620] Update event received for *factory.egressIPPod kube-system/konnectivity-agent-ckc9n I0702 22:37:03.087865 3306 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-1-191.ec2.internal, subnet 10.130.0.0/23 I0702 22:37:03.087891 3306 ovs.go:159] Exec(64): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns _uuid find logical_flow match="reg7 == 0 && ip4.dst == 10.130.0.0/23" I0702 22:37:03.097423 3306 ovs.go:162] Exec(64): stdout: "" I0702 22:37:03.097440 3306 ovs.go:163] Exec(64): stderr: "" I0702 22:37:03.097450 3306 default_node_network_controller.go:766] Upgrade Hack: checkOVNSBNodeLRSR for node - 10.130.0.0/23 : match match="reg7 == 0 && ip4.dst == 10.130.0.0/23" : stdout - : stderr - : err I0702 22:37:03.589124 3306 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-1-191.ec2.internal, subnet 10.130.0.0/23 I0702 22:37:03.589153 3306 ovs.go:159] Exec(65): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns _uuid find logical_flow match="reg7 == 0 && ip4.dst == 10.130.0.0/23" I0702 22:37:03.599093 3306 ovs.go:162] Exec(65): stdout: "" I0702 22:37:03.599113 3306 ovs.go:163] Exec(65): stderr: "" I0702 22:37:03.599122 3306 default_node_network_controller.go:766] Upgrade Hack: checkOVNSBNodeLRSR for node - 10.130.0.0/23 : match match="reg7 == 0 && ip4.dst == 10.130.0.0/23" : stdout - : stderr - : err I0702 22:37:03.944651 3306 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0702 22:37:03.944749 3306 default_network_controller.go:747] Recording update event on pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-lh7qd I0702 22:37:03.944769 3306 obj_retry.go:620] Update event received for *v1.Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-lh7qd I0702 22:37:03.944785 3306 ovn.go:138] Ensuring zone remote for Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-lh7qd in node ip-10-0-2-224.ec2.internal I0702 22:37:03.944794 3306 default_network_controller.go:776] Recording success event on pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-lh7qd I0702 22:37:03.944802 3306 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0702 22:37:03.944832 3306 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-lh7qd I0702 22:37:03.944694 3306 admin_network_policy_controller.go:532] Updating Pod in Admin Network Policy controller openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-lh7qd: podLabels app=aws-ebs-csi-driver-node,controller-revision-hash=85b6f7df8,pod-template-generation=1, podIPs: [10.0.2.224], PodStatus: true, PodCompleted?: false I0702 22:37:03.944858 3306 admin_network_policy_pod.go:56] Processing sync for Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-lh7qd in Admin Network Policy controller I0702 22:37:03.944871 3306 admin_network_policy_pod.go:59] Finished syncing Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-lh7qd Admin Network Policy controller: took 15.586µs I0702 22:37:04.035180 3306 ovs.go:159] Exec(66): /usr/bin/ovn-appctl -t /var/run/ovn/ovn-controller.3014.ctl connection-status I0702 22:37:04.038532 3306 ovs.go:162] Exec(66): stdout: "connected\n" I0702 22:37:04.038551 3306 ovs.go:163] Exec(66): stderr: "" I0702 22:37:04.088288 3306 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-1-191.ec2.internal, subnet 10.130.0.0/23 I0702 22:37:04.088316 3306 ovs.go:159] Exec(67): /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" I0702 22:37:04.097437 3306 ovs.go:162] Exec(67): stdout: "" I0702 22:37:04.097455 3306 ovs.go:163] Exec(67): stderr: "" I0702 22:37:04.097464 3306 default_node_network_controller.go:766] Upgrade Hack: checkOVNSBNodeLRSR for node - 10.130.0.0/23 : match match="reg7 == 0 && ip4.dst == 10.130.0.0/23" : stdout - : stderr - : err I0702 22:37:04.588662 3306 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-1-191.ec2.internal, subnet 10.130.0.0/23 I0702 22:37:04.588693 3306 ovs.go:159] Exec(68): /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" I0702 22:37:04.597934 3306 ovs.go:162] Exec(68): stdout: "" I0702 22:37:04.597955 3306 ovs.go:163] Exec(68): stderr: "" I0702 22:37:04.597964 3306 default_node_network_controller.go:766] Upgrade Hack: checkOVNSBNodeLRSR for node - 10.130.0.0/23 : match match="reg7 == 0 && ip4.dst == 10.130.0.0/23" : stdout - : stderr - : err I0702 22:37:04.621686 3306 obj_retry.go:568] Update event received for resource *v1.Node, old object is equal to new: false I0702 22:37:04.621768 3306 obj_retry.go:620] Update event received for *v1.Node ip-10-0-0-31.ec2.internal E0702 22:37:04.621847 3306 ovn.go:423] Failed to unmarshal old node ip-10-0-0-31.ec2.internal annotation: unexpected end of JSON input I0702 22:37:04.621864 3306 master.go:495] Adding or Updating Node "ip-10-0-0-31.ec2.internal" I0702 22:37:04.621871 3306 hybrid.go:141] Removing node ip-10-0-0-31.ec2.internal hybrid overlay port I0702 22:37:04.622054 3306 obj_retry.go:568] Update event received for resource *factory.egressNode, old object is equal to new: false I0702 22:37:04.622072 3306 obj_retry.go:620] Update event received for *factory.egressNode ip-10-0-0-31.ec2.internal I0702 22:37:04.622123 3306 egressip.go:1976] Egress node: ip-10-0-0-31.ec2.internal about to be initialized I0702 22:37:04.622267 3306 model_client.go:382] Update operations generated as: [{Op:update Table:Logical_Router_Static_Route Row:map[ip_prefix:10.128.0.0/14 nexthop:100.64.0.2 policy:{GoSet:[src-ip]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {30831608-d2b1-4f00-ad74-595744cec13d}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:04.622338 3306 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:30831608-d2b1-4f00-ad74-595744cec13d}]}}] Timeout: Where:[where column _uuid == {75656b24-b078-48c3-9105-f7d2df67dfd5}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:04.622364 3306 transact.go:42] Configuring OVN: [{Op:update Table:Logical_Router_Static_Route Row:map[ip_prefix:10.128.0.0/14 nexthop:100.64.0.2 policy:{GoSet:[src-ip]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {30831608-d2b1-4f00-ad74-595744cec13d}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:30831608-d2b1-4f00-ad74-595744cec13d}]}}] Timeout: Where:[where column _uuid == {75656b24-b078-48c3-9105-f7d2df67dfd5}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:04.856100 3306 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0702 22:37:04.856184 3306 default_network_controller.go:747] Recording update event on pod kube-system/konnectivity-agent-ckc9n I0702 22:37:04.856204 3306 obj_retry.go:620] Update event received for *v1.Pod kube-system/konnectivity-agent-ckc9n I0702 22:37:04.856234 3306 ovn.go:138] Ensuring zone remote for Pod kube-system/konnectivity-agent-ckc9n in node ip-10-0-2-224.ec2.internal I0702 22:37:04.856247 3306 default_network_controller.go:776] Recording success event on pod kube-system/konnectivity-agent-ckc9n I0702 22:37:04.856260 3306 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0702 22:37:04.856272 3306 obj_retry.go:620] Update event received for *factory.egressIPPod kube-system/konnectivity-agent-ckc9n I0702 22:37:05.088732 3306 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-1-191.ec2.internal, subnet 10.130.0.0/23 I0702 22:37:05.088761 3306 ovs.go:159] Exec(69): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns _uuid find logical_flow match="reg7 == 0 && ip4.dst == 10.130.0.0/23" I0702 22:37:05.099526 3306 ovs.go:162] Exec(69): stdout: "" I0702 22:37:05.099551 3306 ovs.go:163] Exec(69): stderr: "" I0702 22:37:05.099563 3306 default_node_network_controller.go:766] Upgrade Hack: checkOVNSBNodeLRSR for node - 10.130.0.0/23 : match match="reg7 == 0 && ip4.dst == 10.130.0.0/23" : stdout - : stderr - : err I0702 22:37:05.588520 3306 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-1-191.ec2.internal, subnet 10.130.0.0/23 I0702 22:37:05.588552 3306 ovs.go:159] Exec(70): /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" I0702 22:37:05.601320 3306 ovs.go:162] Exec(70): stdout: "" I0702 22:37:05.601343 3306 ovs.go:163] Exec(70): stderr: "" I0702 22:37:05.601356 3306 default_node_network_controller.go:766] Upgrade Hack: checkOVNSBNodeLRSR for node - 10.130.0.0/23 : match match="reg7 == 0 && ip4.dst == 10.130.0.0/23" : stdout - : stderr - : err I0702 22:37:05.987324 3306 admin_network_policy_controller.go:532] Updating Pod in Admin Network Policy controller openshift-ovn-kubernetes/ovnkube-node-wn8j5: podLabels app=ovnkube-node,component=network,controller-revision-hash=675fb9b997,kubernetes.io/os=linux,openshift.io/component=network,ovn-db-pod=true,pod-template-generation=2,type=infra, podIPs: [10.0.2.224], PodStatus: true, PodCompleted?: false I0702 22:37:05.987355 3306 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0702 22:37:05.987451 3306 admin_network_policy_pod.go:56] Processing sync for Pod openshift-ovn-kubernetes/ovnkube-node-wn8j5 in Admin Network Policy controller I0702 22:37:05.987461 3306 default_network_controller.go:747] Recording update event on pod openshift-ovn-kubernetes/ovnkube-node-wn8j5 I0702 22:37:05.987469 3306 admin_network_policy_pod.go:59] Finished syncing Pod openshift-ovn-kubernetes/ovnkube-node-wn8j5 Admin Network Policy controller: took 21.208µs I0702 22:37:05.987481 3306 obj_retry.go:620] Update event received for *v1.Pod openshift-ovn-kubernetes/ovnkube-node-wn8j5 I0702 22:37:05.987496 3306 ovn.go:138] Ensuring zone remote for Pod openshift-ovn-kubernetes/ovnkube-node-wn8j5 in node ip-10-0-2-224.ec2.internal I0702 22:37:05.987505 3306 default_network_controller.go:776] Recording success event on pod openshift-ovn-kubernetes/ovnkube-node-wn8j5 I0702 22:37:05.987514 3306 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0702 22:37:05.987526 3306 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-ovn-kubernetes/ovnkube-node-wn8j5 I0702 22:37:06.088738 3306 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-1-191.ec2.internal, subnet 10.130.0.0/23 I0702 22:37:06.088769 3306 ovs.go:159] Exec(71): /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" I0702 22:37:06.098345 3306 ovs.go:162] Exec(71): stdout: "" I0702 22:37:06.098364 3306 ovs.go:163] Exec(71): stderr: "" I0702 22:37:06.098373 3306 default_node_network_controller.go:766] Upgrade Hack: checkOVNSBNodeLRSR for node - 10.130.0.0/23 : match match="reg7 == 0 && ip4.dst == 10.130.0.0/23" : stdout - : stderr - : err I0702 22:37:06.588640 3306 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-1-191.ec2.internal, subnet 10.130.0.0/23 I0702 22:37:06.588673 3306 ovs.go:159] Exec(72): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns _uuid find logical_flow match="reg7 == 0 && ip4.dst == 10.130.0.0/23" I0702 22:37:06.599853 3306 ovs.go:162] Exec(72): stdout: "" I0702 22:37:06.599871 3306 ovs.go:163] Exec(72): stderr: "" I0702 22:37:06.599885 3306 default_node_network_controller.go:766] Upgrade Hack: checkOVNSBNodeLRSR for node - 10.130.0.0/23 : match match="reg7 == 0 && ip4.dst == 10.130.0.0/23" : stdout - : stderr - : err I0702 22:37:06.959060 3306 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0702 22:37:06.959103 3306 default_network_controller.go:747] Recording update event on pod openshift-multus/multus-additional-cni-plugins-l8m59 I0702 22:37:06.959121 3306 obj_retry.go:620] Update event received for *v1.Pod openshift-multus/multus-additional-cni-plugins-l8m59 I0702 22:37:06.959136 3306 ovn.go:138] Ensuring zone remote for Pod openshift-multus/multus-additional-cni-plugins-l8m59 in node ip-10-0-2-224.ec2.internal I0702 22:37:06.959145 3306 default_network_controller.go:776] Recording success event on pod openshift-multus/multus-additional-cni-plugins-l8m59 I0702 22:37:06.959156 3306 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0702 22:37:06.959167 3306 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-l8m59 I0702 22:37:07.069194 3306 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-f38ec244db76fb92c50aa7c00eb64cf03dc0d67d10a3c91f32ed0326f83b8acb.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2dcontainers_2dstorage_2doverlay_2df38ec244db76fb92c50aa7c00eb64cf03dc0d67d10a3c91f32ed0326f83b8acb_2emount"}, Sequence:0x6d} I0702 22:37:07.069243 3306 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-f38ec244db76fb92c50aa7c00eb64cf03dc0d67d10a3c91f32ed0326f83b8acb.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2dcontainers_2dstorage_2doverlay_2df38ec244db76fb92c50aa7c00eb64cf03dc0d67d10a3c91f32ed0326f83b8acb_2emount"}, Sequence:0x6e} I0702 22:37:07.069265 3306 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:0x6f} I0702 22:37:07.069279 3306 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:0x70} I0702 22:37:07.069425 3306 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:0x71} I0702 22:37:07.069487 3306 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:0x72} I0702 22:37:07.069524 3306 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:0x73} I0702 22:37:07.069540 3306 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:0x74} I0702 22:37:07.069671 3306 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:0x75} I0702 22:37:07.069696 3306 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:0x76} I0702 22:37:07.069845 3306 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:"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:0x77} I0702 22:37:07.069978 3306 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:0x78} I0702 22:37:07.070030 3306 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:0x79} I0702 22:37:07.070135 3306 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:0x655a870002a18}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7368ab}, "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:0x655a86fffc047}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x72feda}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a86fffc01f}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x72feb4}, "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:0x655a870000c4b}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x734adf}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xfa, 0x9d, 0x1d, 0x62, 0xcc, 0xf7, 0x40, 0x98, 0xb3, 0xfe, 0xf8, 0x3a, 0xe1, 0x7b, 0x92, 0xc0}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a870002a18}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7368ab}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"mounted"}}, []string{"Conditions", "Asserts"}}, Sequence:0x7a} I0702 22:37:07.070183 3306 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:0x655a86fa8bcd9}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1bfb6c}, "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:0x655a86fa8bcd9}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1bfb6c}, "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:0x655a86fa8bcd9}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1bfb6c}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0x7b} I0702 22:37:07.070237 3306 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:0x7c} I0702 22:37:07.070314 3306 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:0x655a86fab1a79}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1e590c}, "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:0x655a86fab1a22}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1e58b6}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a86fab1a21}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1e58b5}, "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:0x655a86fab1a79}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1e590c}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x6a, 0x4e, 0x4b, 0x8c, 0xa2, 0xa6, 0x4d, 0x54, 0xb8, 0xe5, 0x7, 0x79, 0x40, 0x8, 0x85, 0xa4}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a86ff105fe}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x644491}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x7d} I0702 22:37:07.070377 3306 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-f38ec244db76fb92c50aa7c00eb64cf03dc0d67d10a3c91f32ed0326f83b8acb-merged.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2dcontainers_2dstorage_2doverlay_2df38ec244db76fb92c50aa7c00eb64cf03dc0d67d10a3c91f32ed0326f83b8acb_2dmerged_2emount"}, Sequence:0x7e} I0702 22:37:07.070466 3306 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:0x655a86fe7f927}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x5b37bb}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0x7f} I0702 22:37:07.070556 3306 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:0x655a86fffb57d}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x72f410}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a86fd0e985}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x442819}, "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:0x655a86fffb577}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x72f40a}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a86fffb576}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x72f40a}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a86fd0e985}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x442819}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a86fffb57d}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x72f410}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x57, 0xf9, 0x49, 0x7e, 0x54, 0x50, 0x45, 0x1e, 0x98, 0x47, 0xff, 0xb1, 0x30, 0xe3, 0xd6, 0xce}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a86fffb57d}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x72f410}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0x80} I0702 22:37:07.070677 3306 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:0x655a8700368b3}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x76a746}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a86fd0d78e}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x441621}, "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:0x655a8700368ac}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x76a73f}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a8700368aa}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x76a73d}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a86fd0d78e}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x441621}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a8700368b3}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x76a746}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x18, 0x41, 0x2b, 0x68, 0xbc, 0xea, 0x45, 0x5c, 0xb4, 0x95, 0x2a, 0x0, 0xb4, 0xcf, 0xc6, 0x28}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a8700368b3}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x76a746}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0x81} I0702 22:37:07.088514 3306 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-1-191.ec2.internal, subnet 10.130.0.0/23 I0702 22:37:07.088550 3306 ovs.go:159] Exec(73): /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" I0702 22:37:07.099596 3306 ovs.go:162] Exec(73): stdout: "" I0702 22:37:07.099618 3306 ovs.go:163] Exec(73): stderr: "" I0702 22:37:07.099631 3306 default_node_network_controller.go:766] Upgrade Hack: checkOVNSBNodeLRSR for node - 10.130.0.0/23 : match match="reg7 == 0 && ip4.dst == 10.130.0.0/23" : stdout - : stderr - : err I0702 22:37:07.126383 3306 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-fb8945044016edeeb60428cd3e0f584f98ac38028631d398cdd42db990c237ac.scope", "/org/freedesktop/systemd1/unit/crio_2dconmon_2dfb8945044016edeeb60428cd3e0f584f98ac38028631d398cdd42db990c237ac_2escope"}, Sequence:0x82} I0702 22:37:07.126424 3306 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 {}{0x3b9, "/org/freedesktop/systemd1/job/953", "crio-conmon-fb8945044016edeeb60428cd3e0f584f98ac38028631d398cdd42db990c237ac.scope"}, Sequence:0x83} I0702 22:37:07.126550 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/kubepods_2dburstable_2dpod81b21489_5f0186_5f45b9_5fbdfc_5f0475c503bc9d_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:0x655a870bd9b58}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x130d9eb}, "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:0x655a870bd98f1}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x130d784}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a870bd98ee}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x130d781}, "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:0x655a870bd9b58}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x130d9eb}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x9e, 0xf2, 0x3, 0x96, 0x1d, 0xf1, 0x4e, 0xb8, 0xab, 0xda, 0xa, 0x84, 0x9b, 0xd0, 0xc4, 0xf6}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a870bd9b58}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x130d9eb}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0x84} I0702 22:37:07.126628 3306 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:0x9c5}, "ExecMainStartTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a8709a21ad}, "ExecMainStartTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x10d6040}, "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:0x9c5}, "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:0x85} I0702 22:37:07.126677 3306 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:0x655a870a41185}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1175019}, "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:0x655a87099efae}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x10d2e42}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a87099efac}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x10d2e40}, "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:0x655a8709a229c}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x10d6130}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xe6, 0xf3, 0x8c, 0x50, 0x24, 0x8f, 0x4f, 0xda, 0x8f, 0x45, 0x7e, 0x74, 0x12, 0xba, 0xa8, 0x45}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a870a41185}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1175019}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x86} I0702 22:37:07.140146 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2dfb8945044016edeeb60428cd3e0f584f98ac38028631d398cdd42db990c237ac_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:0x87} I0702 22:37:07.140201 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2dfb8945044016edeeb60428cd3e0f584f98ac38028631d398cdd42db990c237ac_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:0x655a872add86c}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3211700}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a872add869}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x32116fd}, "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{0x55, 0xf2, 0x7e, 0x75, 0x72, 0x90, 0x41, 0x0, 0xbe, 0x45, 0x80, 0x1c, 0x25, 0xd5, 0x8a, 0xe5}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x3b9, "/org/freedesktop/systemd1/job/953"}}, "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:0x88} I0702 22:37:07.140273 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2dfb8945044016edeeb60428cd3e0f584f98ac38028631d398cdd42db990c237ac_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:0x89} I0702 22:37:07.140410 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2dfb8945044016edeeb60428cd3e0f584f98ac38028631d398cdd42db990c237ac_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:0x655a872ae0d8d}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3214c20}, "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:0x655a872add86c}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3211700}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a872add869}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x32116fd}, "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:0x655a872ae0d8d}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3214c20}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x55, 0xf2, 0x7e, 0x75, 0x72, 0x90, 0x41, 0x0, 0xbe, 0x45, 0x80, 0x1c, 0x25, 0xd5, 0x8a, 0xe5}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x3b9, "/org/freedesktop/systemd1/job/953"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a872ae0d8d}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3214c20}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x8a} I0702 22:37:07.140474 3306 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 {}{0x3b9, "/org/freedesktop/systemd1/job/953", "crio-conmon-fb8945044016edeeb60428cd3e0f584f98ac38028631d398cdd42db990c237ac.scope", "done"}, Sequence:0x8b} I0702 22:37:07.140537 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2dfb8945044016edeeb60428cd3e0f584f98ac38028631d398cdd42db990c237ac_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:0x8c} I0702 22:37:07.140616 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2dfb8945044016edeeb60428cd3e0f584f98ac38028631d398cdd42db990c237ac_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:0x655a872ae0d8d}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3214c20}, "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:0x655a872add86c}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3211700}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a872add869}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x32116fd}, "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:0x655a872ae0d8d}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3214c20}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x55, 0xf2, 0x7e, 0x75, 0x72, 0x90, 0x41, 0x0, 0xbe, 0x45, 0x80, 0x1c, 0x25, 0xd5, 0x8a, 0xe5}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a872ae0d8d}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3214c20}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x8d} I0702 22:37:07.145099 3306 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-fb8945044016edeeb60428cd3e0f584f98ac38028631d398cdd42db990c237ac.scope", "/org/freedesktop/systemd1/unit/crio_2dfb8945044016edeeb60428cd3e0f584f98ac38028631d398cdd42db990c237ac_2escope"}, Sequence:0x8e} I0702 22:37:07.145118 3306 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 {}{0x3bf, "/org/freedesktop/systemd1/job/959", "crio-fb8945044016edeeb60428cd3e0f584f98ac38028631d398cdd42db990c237ac.scope"}, Sequence:0x8f} I0702 22:37:07.145278 3306 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:0x655a86fe7ede1}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x5b2c74}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0x90} I0702 22:37:07.145335 3306 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:0x9c5}, "ExecMainStartTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a8709a21ad}, "ExecMainStartTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x10d6040}, "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:0x9c5}, "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:0x91} I0702 22:37:07.145409 3306 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:0x655a870a41185}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1175019}, "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:0x655a87099efae}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x10d2e42}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a87099efac}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x10d2e40}, "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:0x655a8709a229c}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x10d6130}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xe6, 0xf3, 0x8c, 0x50, 0x24, 0x8f, 0x4f, 0xda, 0x8f, 0x45, 0x7e, 0x74, 0x12, 0xba, 0xa8, 0x45}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a870a41185}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1175019}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x92} I0702 22:37:07.145498 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/kubepods_2dburstable_2dpod81b21489_5f0186_5f45b9_5fbdfc_5f0475c503bc9d_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:0x655a870bd9b58}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x130d9eb}, "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:0x655a870bd98f1}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x130d784}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a870bd98ee}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x130d781}, "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:0x655a870bd9b58}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x130d9eb}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x9e, 0xf2, 0x3, 0x96, 0x1d, 0xf1, 0x4e, 0xb8, 0xab, 0xda, 0xa, 0x84, 0x9b, 0xd0, 0xc4, 0xf6}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a870bd9b58}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x130d9eb}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0x93} I0702 22:37:07.146579 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dfb8945044016edeeb60428cd3e0f584f98ac38028631d398cdd42db990c237ac_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:0x94} I0702 22:37:07.146732 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dfb8945044016edeeb60428cd3e0f584f98ac38028631d398cdd42db990c237ac_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:0x655a872ae21f6}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3216089}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a872ae21f3}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3216087}, "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{0x8d, 0xd8, 0xcd, 0x9b, 0x89, 0xd2, 0x4b, 0xf9, 0xad, 0x8b, 0xfb, 0xb4, 0x86, 0x55, 0x81, 0x1c}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x3bf, "/org/freedesktop/systemd1/job/959"}}, "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:0x95} I0702 22:37:07.146860 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dfb8945044016edeeb60428cd3e0f584f98ac38028631d398cdd42db990c237ac_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:0x96} I0702 22:37:07.146889 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dfb8945044016edeeb60428cd3e0f584f98ac38028631d398cdd42db990c237ac_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:0x655a872ae2700}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3216593}, "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:0x655a872ae21f6}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3216089}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a872ae21f3}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3216087}, "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:0x655a872ae2700}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3216593}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x8d, 0xd8, 0xcd, 0x9b, 0x89, 0xd2, 0x4b, 0xf9, 0xad, 0x8b, 0xfb, 0xb4, 0x86, 0x55, 0x81, 0x1c}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x3bf, "/org/freedesktop/systemd1/job/959"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a872ae2700}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3216593}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x97} I0702 22:37:07.146955 3306 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 {}{0x3bf, "/org/freedesktop/systemd1/job/959", "crio-fb8945044016edeeb60428cd3e0f584f98ac38028631d398cdd42db990c237ac.scope", "done"}, Sequence:0x98} I0702 22:37:07.147053 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dfb8945044016edeeb60428cd3e0f584f98ac38028631d398cdd42db990c237ac_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:0x99} I0702 22:37:07.147085 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dfb8945044016edeeb60428cd3e0f584f98ac38028631d398cdd42db990c237ac_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:0x655a872ae2700}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3216593}, "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:0x655a872ae21f6}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3216089}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a872ae21f3}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3216087}, "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:0x655a872ae2700}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3216593}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x8d, 0xd8, 0xcd, 0x9b, 0x89, 0xd2, 0x4b, 0xf9, 0xad, 0x8b, 0xfb, 0xb4, 0x86, 0x55, 0x81, 0x1c}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a872ae2700}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3216593}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x9a} I0702 22:37:07.204850 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dfb8945044016edeeb60428cd3e0f584f98ac38028631d398cdd42db990c237ac_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:0x9b} I0702 22:37:07.204893 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dfb8945044016edeeb60428cd3e0f584f98ac38028631d398cdd42db990c237ac_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:0x655a872ae2700}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3216593}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a872af08dc}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x322476f}, "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:0x655a872ae21f6}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3216089}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a872ae21f3}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3216087}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a872af08dc}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x322476f}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a872ae2700}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3216593}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x8d, 0xd8, 0xcd, 0x9b, 0x89, 0xd2, 0x4b, 0xf9, 0xad, 0x8b, 0xfb, 0xb4, 0x86, 0x55, 0x81, 0x1c}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a872af08dc}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x322476f}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0x9c} I0702 22:37:07.204934 3306 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-fb8945044016edeeb60428cd3e0f584f98ac38028631d398cdd42db990c237ac.scope", "/org/freedesktop/systemd1/unit/crio_2dfb8945044016edeeb60428cd3e0f584f98ac38028631d398cdd42db990c237ac_2escope"}, Sequence:0x9d} I0702 22:37:07.221857 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2dfb8945044016edeeb60428cd3e0f584f98ac38028631d398cdd42db990c237ac_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:0x9e} I0702 22:37:07.221993 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2dfb8945044016edeeb60428cd3e0f584f98ac38028631d398cdd42db990c237ac_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:0x655a872ae0d8d}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3214c20}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a872af4b3f}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x32289d2}, "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:0x655a872add86c}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3211700}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a872add869}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x32116fd}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a872af4b3f}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x32289d2}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a872ae0d8d}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3214c20}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x55, 0xf2, 0x7e, 0x75, 0x72, 0x90, 0x41, 0x0, 0xbe, 0x45, 0x80, 0x1c, 0x25, 0xd5, 0x8a, 0xe5}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a872af4b3f}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x32289d2}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0x9f} I0702 22:37:07.222044 3306 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-fb8945044016edeeb60428cd3e0f584f98ac38028631d398cdd42db990c237ac.scope", "/org/freedesktop/systemd1/unit/crio_2dconmon_2dfb8945044016edeeb60428cd3e0f584f98ac38028631d398cdd42db990c237ac_2escope"}, Sequence:0xa0} I0702 22:37:07.374454 3306 node_tracker.go:211] Processing possible switch / router updates for node ip-10-0-2-224.ec2.internal I0702 22:37:07.374503 3306 node_tracker.go:238] Node ip-10-0-2-224.ec2.internal has invalid / no gateway config: k8s.ovn.org/l3-gateway-config annotation not found for node "ip-10-0-2-224.ec2.internal" I0702 22:37:07.374520 3306 node_tracker.go:172] Node ip-10-0-2-224.ec2.internal switch + router changed, syncing services I0702 22:37:07.374537 3306 services_controller.go:549] Full service sync requested for network=default I0702 22:37:07.374558 3306 services_controller.go:614] Adding service openshift-service-ca-operator/metrics for network=default I0702 22:37:07.374571 3306 services_controller.go:614] Adding service default/kubernetes for network=default I0702 22:37:07.374579 3306 services_controller.go:614] Adding service default/packageserver for network=default I0702 22:37:07.374585 3306 services_controller.go:614] Adding service openshift-authentication-operator/metrics for network=default I0702 22:37:07.374590 3306 services_controller.go:614] Adding service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0702 22:37:07.374595 3306 services_controller.go:614] Adding service openshift-dns-operator/metrics for network=default I0702 22:37:07.374590 3306 obj_retry.go:568] Update event received for resource *v1.Node, old object is equal to new: false I0702 22:37:07.374608 3306 services_controller.go:356] Processing sync for service openshift-service-ca-operator/metrics for network=default I0702 22:37:07.374648 3306 services_controller.go:356] Processing sync for service default/kubernetes for network=default I0702 22:37:07.374649 3306 services_controller.go:356] Processing sync for service default/packageserver for network=default I0702 22:37:07.374656 3306 services_controller.go:356] Processing sync for service openshift-authentication-operator/metrics for network=default I0702 22:37:07.374668 3306 services_controller.go:356] Processing sync for service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0702 22:37:07.374668 3306 services_controller.go:434] Service default/packageserver retrieved from lister for network=default: &Service{ObjectMeta:{packageserver default 52166ba6-13b1-4f9e-8853-e85259e10dc2 1739 0 2026-07-02 22:25:51 +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.163.92,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.163.92],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:07.374668 3306 services_controller.go:434] Service default/kubernetes retrieved from lister for network=default: &Service{ObjectMeta:{kubernetes default ab4edb38-6fb5-41ff-9e01-63c779b454a4 273 0 2026-07-02 22:24:36 +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{},},} I0702 22:37:07.374682 3306 services_controller.go:434] 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 e4ecef98-7bbb-4422-b5a1-b29a24bf8e46 941 0 2026-07-02 22:25:36 +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 f2a75ee6-c8ba-4210-ab75-4e7c9328338a 0xc00783b597 }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 8443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{app: csi-snapshot-controller-operator,},ClusterIP:172.30.253.99,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.253.99],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:07.374760 3306 lb_config.go:1031] Cluster endpoints for default/packageserver for network=default are: map[TCP/https:{443 [172.30.181.121] []}] I0702 22:37:07.374673 3306 services_controller.go:434] Service openshift-authentication-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-authentication-operator 29dbdb69-3933-4538-b127-9bf784e3a943 718 0 2026-07-02 22:25:30 +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 f2a75ee6-c8ba-4210-ab75-4e7c9328338a 0xc00783b137 }] [] []},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.127.187,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.127.187],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:07.374772 3306 lb_config.go:1031] Cluster endpoints for openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default are: map[] I0702 22:37:07.374776 3306 services_controller.go:443] Built service default/packageserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0702 22:37:07.374599 3306 services_controller.go:614] Adding service openshift-network-operator/metrics for network=default I0702 22:37:07.374782 3306 lb_config.go:1031] Cluster endpoints for default/kubernetes for network=default are: map[TCP/https:{6443 [172.20.0.1] []}] I0702 22:37:07.374783 3306 services_controller.go:443] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.253.99"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0702 22:37:07.374787 3306 services_controller.go:444] Built service default/packageserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.163.92"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.181.121"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0702 22:37:07.374797 3306 services_controller.go:614] Adding service openshift-kube-storage-version-migrator-operator/metrics for network=default I0702 22:37:07.374610 3306 obj_retry.go:620] Update event received for *v1.Node ip-10-0-2-224.ec2.internal I0702 22:37:07.374796 3306 lb_config.go:1031] Cluster endpoints for openshift-authentication-operator/metrics for network=default are: map[] I0702 22:37:07.374801 3306 services_controller.go:444] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:07.374804 3306 services_controller.go:443] Built service default/kubernetes LB cluster-wide configs for network=default: []services.lbConfig(nil) I0702 22:37:07.374806 3306 services_controller.go:445] Built service default/packageserver LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:07.374834 3306 services_controller.go:445] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:07.374837 3306 services_controller.go:443] Built service openshift-authentication-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.127.187"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0702 22:37:07.374838 3306 services_controller.go:444] 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}} I0702 22:37:07.374852 3306 services_controller.go:444] Built service openshift-authentication-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:07.374859 3306 services_controller.go:445] Built service openshift-authentication-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:07.374857 3306 services_controller.go:445] Built service default/kubernetes LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:07.374869 3306 services_controller.go:451] Built service default/packageserver cluster-wide LB for network=default: []services.LB{} I0702 22:37:07.374857 3306 services_controller.go:451] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.253.99", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:07.374887 3306 services_controller.go:451] Built service default/kubernetes cluster-wide LB for network=default: []services.LB{} I0702 22:37:07.374889 3306 default_network_controller.go:1028] Node ip-10-0-2-224.ec2.internal in remote zone ip-10-0-2-224.ec2.internal needs interconnect zone sync up. Zone cluster changed: false I0702 22:37:07.374892 3306 services_controller.go:452] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics per-node LB for network=default: []services.LB{} I0702 22:37:07.374877 3306 services_controller.go:451] 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.127.187", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:07.374618 3306 services_controller.go:434] Service openshift-service-ca-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-service-ca-operator 828b2c52-efe7-4125-8ca1-f7810c935ac9 901 0 2026-07-02 22:25:34 +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 f2a75ee6-c8ba-4210-ab75-4e7c9328338a 0xc007ab4707 }] [] []},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.32.220,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.32.220],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:07.374903 3306 services_controller.go:453] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics template LB for network=default: []services.LB{} I0702 22:37:07.374886 3306 services_controller.go:452] 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-0-31.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.163.92", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.181.121", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-0-31.ec2.internal"}, Routers:[]string{"GR_ip-10-0-0-31.ec2.internal"}, Groups:[]string(nil)}} I0702 22:37:07.374906 3306 services_controller.go:452] Built service openshift-authentication-operator/metrics per-node LB for network=default: []services.LB{} I0702 22:37:07.374913 3306 services_controller.go:454] 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 I0702 22:37:07.374917 3306 services_controller.go:453] Built service default/packageserver template LB for network=default: []services.LB{} I0702 22:37:07.374920 3306 services_controller.go:453] Built service openshift-authentication-operator/metrics template LB for network=default: []services.LB{} I0702 22:37:07.374900 3306 services_controller.go:452] 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-0-31.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-0-31.ec2.internal"}, Routers:[]string{"GR_ip-10-0-0-31.ec2.internal"}, Groups:[]string(nil)}} I0702 22:37:07.374918 3306 obj_retry.go:688] Failed to update *v1.Node, old=ip-10-0-2-224.ec2.internal, new=ip-10-0-2-224.ec2.internal, error: adding or updating remote node chassis ip-10-0-2-224.ec2.internal failed, err - failed to create or update chassis to remote for remote node ip-10-0-2-224.ec2.internal, error: failed to parse node chassis-id for node - ip-10-0-2-224.ec2.internal, error: suppressed error logged: k8s.ovn.org/node-chassis-id annotation not found for node ip-10-0-2-224.ec2.internal I0702 22:37:07.374806 3306 services_controller.go:614] Adding service openshift-cluster-machine-approver/machine-approver for network=default I0702 22:37:07.374930 3306 services_controller.go:454] 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 I0702 22:37:07.374932 3306 services_controller.go:454] 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 I0702 22:37:07.374935 3306 services_controller.go:471] Skipping no-op change for service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0702 22:37:07.374936 3306 services_controller.go:453] Built service default/kubernetes template LB for network=default: []services.LB{} I0702 22:37:07.374940 3306 obj_retry.go:568] Update event received for resource *factory.egressNode, old object is equal to new: false I0702 22:37:07.374943 3306 services_controller.go:614] Adding service openshift-cluster-version/cluster-version-operator for network=default I0702 22:37:07.374944 3306 services_controller.go:360] Finished syncing service csi-snapshot-controller-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 277.886µs I0702 22:37:07.374947 3306 services_controller.go:471] Skipping no-op change for service default/packageserver for network=default I0702 22:37:07.374953 3306 services_controller.go:614] Adding service openshift-dns/dns-default for network=default I0702 22:37:07.374955 3306 obj_retry.go:620] Update event received for *factory.egressNode ip-10-0-2-224.ec2.internal I0702 22:37:07.374952 3306 services_controller.go:454] 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 I0702 22:37:07.374957 3306 services_controller.go:471] Skipping no-op change for service openshift-authentication-operator/metrics for network=default I0702 22:37:07.374954 3306 services_controller.go:360] Finished syncing service packageserver on namespace default for network=default : 307.6µs I0702 22:37:07.374963 3306 services_controller.go:356] Processing sync for service openshift-dns-operator/metrics for network=default I0702 22:37:07.374963 3306 services_controller.go:614] Adding service openshift-image-registry/image-registry for network=default I0702 22:37:07.374966 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-authentication-operator for network=default : 309.939µs I0702 22:37:07.374974 3306 services_controller.go:614] Adding service openshift-ingress-canary/ingress-canary for network=default I0702 22:37:07.374976 3306 services_controller.go:356] Processing sync for service openshift-network-operator/metrics for network=default I0702 22:37:07.374982 3306 services_controller.go:471] Skipping no-op change for service default/kubernetes for network=default I0702 22:37:07.374984 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-network-operator for network=default : 8.386µs I0702 22:37:07.374983 3306 services_controller.go:614] Adding service openshift-ingress/router-default for network=default I0702 22:37:07.374990 3306 services_controller.go:360] Finished syncing service kubernetes on namespace default for network=default : 347.37µs I0702 22:37:07.374994 3306 services_controller.go:356] Processing sync for service openshift-cluster-machine-approver/machine-approver for network=default I0702 22:37:07.374999 3306 services_controller.go:360] Finished syncing service machine-approver on namespace openshift-cluster-machine-approver for network=default : 6.15µs I0702 22:37:07.375002 3306 services_controller.go:614] Adding service default/openshift-oauth-apiserver for network=default I0702 22:37:07.374926 3306 lb_config.go:1031] Cluster endpoints for openshift-service-ca-operator/metrics for network=default are: map[] I0702 22:37:07.375008 3306 services_controller.go:356] Processing sync for service openshift-dns/dns-default for network=default I0702 22:37:07.375007 3306 services_controller.go:356] Processing sync for service openshift-cluster-version/cluster-version-operator for network=default I0702 22:37:07.374973 3306 services_controller.go:434] Service openshift-dns-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-dns-operator 71913b77-aa4f-4d40-ba75-23fb8bff13c7 1104 0 2026-07-02 22:25:39 +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 f2a75ee6-c8ba-4210-ab75-4e7c9328338a 0xc00783b947 }] [] []},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.150.92,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.150.92],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:07.375015 3306 services_controller.go:443] Built service openshift-service-ca-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.32.220"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0702 22:37:07.375027 3306 services_controller.go:444] Built service openshift-service-ca-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:07.375029 3306 lb_config.go:1031] Cluster endpoints for openshift-dns-operator/metrics for network=default are: map[] I0702 22:37:07.375032 3306 services_controller.go:445] Built service openshift-service-ca-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:07.375038 3306 services_controller.go:443] Built service openshift-dns-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.150.92"}, 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}} I0702 22:37:07.375047 3306 services_controller.go:444] Built service openshift-dns-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:07.375014 3306 services_controller.go:434] Service openshift-dns/dns-default retrieved from lister for network=default: &Service{ObjectMeta:{dns-default openshift-dns f6a0133c-8ad5-4487-abca-430aaaf6defd 1585 0 2026-07-02 22:25:49 +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 d8f1ae50-fd45-42e8-9b4c-fe8ed1c4e95b 0xc00783ba07 }] [] []},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{},},} I0702 22:37:07.375044 3306 services_controller.go:451] 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.32.220", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:07.375055 3306 services_controller.go:445] Built service openshift-dns-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:07.375067 3306 services_controller.go:452] Built service openshift-service-ca-operator/metrics per-node LB for network=default: []services.LB{} I0702 22:37:07.375069 3306 lb_config.go:1031] Cluster endpoints for openshift-dns/dns-default for network=default are: map[] I0702 22:37:07.375022 3306 services_controller.go:434] Service openshift-cluster-version/cluster-version-operator retrieved from lister for network=default: &Service{ObjectMeta:{cluster-version-operator openshift-cluster-version 26138a73-648f-4576-9555-a88b2f574032 509 0 2026-07-02 22:25:24 +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.138.55,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.138.55],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:07.375076 3306 services_controller.go:453] Built service openshift-service-ca-operator/metrics template LB for network=default: []services.LB{} I0702 22:37:07.375081 3306 services_controller.go:443] Built service openshift-dns/dns-default LB cluster-wide configs for network=default: []services.lbConfig(nil) I0702 22:37:07.375073 3306 services_controller.go:451] 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.150.92", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:07.375085 3306 services_controller.go:454] 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 I0702 22:37:07.375090 3306 services_controller.go:452] Built service openshift-dns-operator/metrics per-node LB for network=default: []services.LB{} I0702 22:37:07.375088 3306 services_controller.go:444] 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}} I0702 22:37:07.375097 3306 services_controller.go:453] Built service openshift-dns-operator/metrics template LB for network=default: []services.LB{} I0702 22:37:07.375100 3306 services_controller.go:471] Skipping no-op change for service openshift-service-ca-operator/metrics for network=default I0702 22:37:07.375099 3306 lb_config.go:1031] Cluster endpoints for openshift-cluster-version/cluster-version-operator for network=default are: map[] I0702 22:37:07.375105 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-service-ca-operator for network=default : 498.02µs I0702 22:37:07.375105 3306 services_controller.go:454] 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 I0702 22:37:07.375109 3306 services_controller.go:614] Adding service openshift-apiserver-operator/metrics for network=default I0702 22:37:07.375113 3306 services_controller.go:356] Processing sync for service openshift-image-registry/image-registry for network=default I0702 22:37:07.375115 3306 services_controller.go:614] Adding service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0702 22:37:07.375121 3306 services_controller.go:614] Adding service openshift-network-diagnostics/network-check-target for network=default I0702 22:37:07.375115 3306 services_controller.go:443] Built service openshift-cluster-version/cluster-version-operator LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.138.55"}, 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}} I0702 22:37:07.375122 3306 services_controller.go:471] Skipping no-op change for service openshift-dns-operator/metrics for network=default I0702 22:37:07.375126 3306 services_controller.go:614] Adding service openshift-config-operator/metrics for network=default I0702 22:37:07.374982 3306 services_controller.go:356] Processing sync for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0702 22:37:07.375129 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-dns-operator for network=default : 166.877µs I0702 22:37:07.375134 3306 services_controller.go:614] Adding service openshift-ingress/router-internal-default for network=default I0702 22:37:07.375134 3306 services_controller.go:444] Built service openshift-cluster-version/cluster-version-operator LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:07.375145 3306 services_controller.go:614] Adding service openshift-machine-config-operator/machine-config-operator for network=default I0702 22:37:07.375144 3306 services_controller.go:356] Processing sync for service openshift-ingress-canary/ingress-canary for network=default I0702 22:37:07.375148 3306 services_controller.go:445] Built service openshift-cluster-version/cluster-version-operator LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:07.375149 3306 services_controller.go:614] Adding service openshift-monitoring/cluster-monitoring-operator for network=default I0702 22:37:07.375155 3306 services_controller.go:614] Adding service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0702 22:37:07.375160 3306 services_controller.go:614] Adding service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0702 22:37:07.375165 3306 services_controller.go:614] Adding service openshift-kube-controller-manager-operator/metrics for network=default I0702 22:37:07.375169 3306 services_controller.go:614] Adding service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0702 22:37:07.375122 3306 services_controller.go:434] Service openshift-image-registry/image-registry retrieved from lister for network=default: &Service{ObjectMeta:{image-registry openshift-image-registry c8c53687-972c-4f38-86fa-c90bf419e549 1786 0 2026-07-02 22:25:51 +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.75.223,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.75.223],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:07.375173 3306 services_controller.go:614] Adding service default/openshift-apiserver for network=default I0702 22:37:07.375177 3306 services_controller.go:614] Adding service openshift-apiserver/check-endpoints for network=default I0702 22:37:07.375181 3306 services_controller.go:614] Adding service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0702 22:37:07.375185 3306 services_controller.go:614] Adding service openshift-cluster-samples-operator/metrics for network=default I0702 22:37:07.375141 3306 services_controller.go:434] Service openshift-kube-storage-version-migrator-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-kube-storage-version-migrator-operator ec5eab1a-42a7-419c-b049-97a142f05e45 3100 0 2026-07-02 22:26:04 +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 f2a75ee6-c8ba-4210-ab75-4e7c9328338a 0xc007ab4087 }] [] []},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.62.168,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.62.168],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:07.375191 3306 services_controller.go:614] Adding service openshift-console-operator/metrics for network=default I0702 22:37:07.375153 3306 services_controller.go:434] Service openshift-ingress-canary/ingress-canary retrieved from lister for network=default: &Service{ObjectMeta:{ingress-canary openshift-ingress-canary a438b3ce-b871-430f-ba45-fca7e2c04840 3248 0 2026-07-02 22:26:09 +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 b7084c2d-1526-4061-966c-ead1fb84c42a 0xc00783bb90 }] [] []},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.235.135,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.235.135],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:07.375190 3306 lb_config.go:1031] Cluster endpoints for openshift-image-registry/image-registry for network=default are: map[] I0702 22:37:07.375102 3306 services_controller.go:445] Built service openshift-dns/dns-default LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:07.375197 3306 services_controller.go:614] Adding service openshift-machine-config-operator/machine-config-controller for network=default I0702 22:37:07.375206 3306 services_controller.go:614] Adding service default/openshift for network=default I0702 22:37:07.375205 3306 lb_config.go:1031] Cluster endpoints for openshift-kube-storage-version-migrator-operator/metrics for network=default are: map[] I0702 22:37:07.375210 3306 services_controller.go:614] Adding service openshift-cloud-credential-operator/cco-metrics for network=default I0702 22:37:07.375166 3306 services_controller.go:451] 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.138.55", Port:9099, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:07.375207 3306 services_controller.go:443] Built service openshift-image-registry/image-registry LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.75.223"}, 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}} I0702 22:37:07.375216 3306 services_controller.go:614] Adding service openshift-multus/network-metrics-service for network=default I0702 22:37:07.375221 3306 services_controller.go:614] Adding service openshift-network-diagnostics/network-check-source for network=default I0702 22:37:07.375219 3306 services_controller.go:443] Built service openshift-kube-storage-version-migrator-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.62.168"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0702 22:37:07.375226 3306 services_controller.go:614] Adding service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0702 22:37:07.375223 3306 services_controller.go:452] Built service openshift-cluster-version/cluster-version-operator per-node LB for network=default: []services.LB{} I0702 22:37:07.375223 3306 services_controller.go:444] Built service openshift-image-registry/image-registry LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:07.375231 3306 services_controller.go:444] Built service openshift-kube-storage-version-migrator-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:07.375230 3306 services_controller.go:614] Adding service openshift-ingress-operator/metrics for network=default I0702 22:37:07.375228 3306 services_controller.go:451] Built service openshift-dns/dns-default cluster-wide LB for network=default: []services.LB{} I0702 22:37:07.375239 3306 services_controller.go:614] Adding service openshift-insights/metrics for network=default I0702 22:37:07.375235 3306 services_controller.go:453] Built service openshift-cluster-version/cluster-version-operator template LB for network=default: []services.LB{} I0702 22:37:07.375241 3306 services_controller.go:445] Built service openshift-kube-storage-version-migrator-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:07.375239 3306 services_controller.go:445] Built service openshift-image-registry/image-registry LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:07.375243 3306 services_controller.go:614] Adding service openshift-machine-config-operator/machine-config-daemon for network=default I0702 22:37:07.375247 3306 services_controller.go:454] 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 I0702 22:37:07.375252 3306 services_controller.go:614] Adding service openshift-network-console/networking-console-plugin for network=default I0702 22:37:07.375262 3306 services_controller.go:471] Skipping no-op change for service openshift-cluster-version/cluster-version-operator for network=default I0702 22:37:07.375266 3306 services_controller.go:360] Finished syncing service cluster-version-operator on namespace openshift-cluster-version for network=default : 261.207µs I0702 22:37:07.375274 3306 services_controller.go:356] Processing sync for service openshift-ingress/router-default for network=default I0702 22:37:07.375258 3306 services_controller.go:451] 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.62.168", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:07.375260 3306 services_controller.go:451] 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.75.223", Port:5000, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:07.375247 3306 services_controller.go:452] 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-0-31.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-0-31.ec2.internal"}, Routers:[]string{"GR_ip-10-0-0-31.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-dns/dns-default_UDP_node_router+switch_ip-10-0-0-31.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-0-31.ec2.internal"}, Routers:[]string{"GR_ip-10-0-0-31.ec2.internal"}, Groups:[]string(nil)}} I0702 22:37:07.375287 3306 services_controller.go:452] Built service openshift-image-registry/image-registry per-node LB for network=default: []services.LB{} I0702 22:37:07.375300 3306 services_controller.go:453] Built service openshift-image-registry/image-registry template LB for network=default: []services.LB{} I0702 22:37:07.375208 3306 lb_config.go:1031] Cluster endpoints for openshift-ingress-canary/ingress-canary for network=default are: map[] I0702 22:37:07.375308 3306 services_controller.go:454] 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 I0702 22:37:07.375322 3306 services_controller.go:471] Skipping no-op change for service openshift-image-registry/image-registry for network=default I0702 22:37:07.375314 3306 services_controller.go:443] Built service openshift-ingress-canary/ingress-canary LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.235.135"}, 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.235.135"}, 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}} I0702 22:37:07.375326 3306 services_controller.go:360] Finished syncing service image-registry on namespace openshift-image-registry for network=default : 213.066µs I0702 22:37:07.375280 3306 services_controller.go:434] Service openshift-ingress/router-default retrieved from lister for network=default: &Service{ObjectMeta:{router-default openshift-ingress 0c484d55-70b3-4e26-a227-66c9b2280077 3155 0 2026-07-02 22:26:00 +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=2ra9b3d23jisg1nirlsuo1aqo4gngmda,api.openshift.com/legal-entity-id=2h8L52xc1VHB4xLFE2YyPmAjYjI,api.openshift.com/name=kx-d9aae1c883,cluster-type=rosa-hcp,creation-date=2026-07-02,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 91b70309-50fc-479d-8485-c403f49ef81d 0xc00783bd67 }] [service.kubernetes.io/load-balancer-cleanup] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:http,Protocol:TCP,Port:80,TargetPort:{1 0 http},NodePort:31548,AppProtocol:nil,},ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{1 0 https},NodePort:32746,AppProtocol:nil,},},Selector:map[string]string{ingresscontroller.operator.openshift.io/deployment-ingresscontroller: default,},ClusterIP:172.30.159.230,Type:LoadBalancer,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:Local,HealthCheckNodePort:30574,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.159.230],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:*true,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{LoadBalancerIngress{IP:,Hostname:a0c484d5570b34e26a22766c9b228007-c2911569a02b7b64.elb.us-east-1.amazonaws.com,IPMode:nil,Ports:[]PortStatus{},},},},Conditions:[]Condition{},},} I0702 22:37:07.375335 3306 services_controller.go:356] Processing sync for service default/openshift-oauth-apiserver for network=default I0702 22:37:07.375286 3306 services_controller.go:452] Built service openshift-kube-storage-version-migrator-operator/metrics per-node LB for network=default: []services.LB{} I0702 22:37:07.375343 3306 lb_config.go:1031] Cluster endpoints for openshift-ingress/router-default for network=default are: map[] I0702 22:37:07.375347 3306 services_controller.go:453] Built service openshift-kube-storage-version-migrator-operator/metrics template LB for network=default: []services.LB{} I0702 22:37:07.375349 3306 lb_config.go:1054] Local endpoints for openshift-ingress/router-default for network=default are: map[] I0702 22:37:07.375299 3306 services_controller.go:453] Built service openshift-dns/dns-default template LB for network=default: []services.LB{} I0702 22:37:07.375359 3306 services_controller.go:454] 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 I0702 22:37:07.375359 3306 services_controller.go:443] Built service openshift-ingress/router-default LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.159.230"}, 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.159.230"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0702 22:37:07.375367 3306 services_controller.go:454] 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 I0702 22:37:07.375341 3306 services_controller.go:434] Service default/openshift-oauth-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-oauth-apiserver default c727cef9-6f18-4ab2-b51c-76a9f3eb6eef 1640 0 2026-07-02 22:25:49 +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.4.241,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.4.241],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:07.375375 3306 services_controller.go:444] Built service openshift-ingress/router-default LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"node"}, protocol:"TCP", inport:31548, 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:32746, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:true, internalTrafficLocal:false, hasNodePort:true}} I0702 22:37:07.375334 3306 services_controller.go:444] Built service openshift-ingress-canary/ingress-canary LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:07.375388 3306 services_controller.go:471] Skipping no-op change for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0702 22:37:07.375391 3306 services_controller.go:445] Built service openshift-ingress/router-default LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:07.375393 3306 services_controller.go:445] Built service openshift-ingress-canary/ingress-canary LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:07.375396 3306 services_controller.go:471] Skipping no-op change for service openshift-dns/dns-default for network=default I0702 22:37:07.375395 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-kube-storage-version-migrator-operator for network=default : 413.293µs I0702 22:37:07.375403 3306 services_controller.go:360] Finished syncing service dns-default on namespace openshift-dns for network=default : 392.973µs I0702 22:37:07.375406 3306 lb_config.go:1031] Cluster endpoints for default/openshift-oauth-apiserver for network=default are: map[TCP/https:{443 [172.30.36.54] []}] I0702 22:37:07.375413 3306 services_controller.go:356] Processing sync for service openshift-apiserver-operator/metrics for network=default I0702 22:37:07.375417 3306 services_controller.go:356] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0702 22:37:07.375407 3306 services_controller.go:451] 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.235.135", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.235.135", Port:8888, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:07.375421 3306 services_controller.go:443] Built service default/openshift-oauth-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0702 22:37:07.375414 3306 services_controller.go:451] 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.159.230", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.159.230", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:07.375426 3306 services_controller.go:452] Built service openshift-ingress-canary/ingress-canary per-node LB for network=default: []services.LB{} I0702 22:37:07.375438 3306 services_controller.go:444] Built service default/openshift-oauth-apiserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.4.241"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.36.54"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0702 22:37:07.375444 3306 services_controller.go:453] Built service openshift-ingress-canary/ingress-canary template LB for network=default: []services.LB{} I0702 22:37:07.375453 3306 services_controller.go:445] Built service default/openshift-oauth-apiserver LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:07.375454 3306 services_controller.go:454] 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 I0702 22:37:07.375473 3306 services_controller.go:471] Skipping no-op change for service openshift-ingress-canary/ingress-canary for network=default I0702 22:37:07.375476 3306 services_controller.go:451] Built service default/openshift-oauth-apiserver cluster-wide LB for network=default: []services.LB{} I0702 22:37:07.375477 3306 services_controller.go:360] Finished syncing service ingress-canary on namespace openshift-ingress-canary for network=default : 334.526µs I0702 22:37:07.375426 3306 services_controller.go:434] 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 6acba11b-8816-4aab-bdd8-a1770841eb6b 6486 0 2026-07-02 22:28:59 +0000 UTC map[olm.managed:true olm.service-spec-hash:8H7arFYfeqTDwtur5ZzpDGCqSKpg30XG9PXH2W] map[] [{operators.coreos.com/v1alpha1 CatalogSource deployment-validation-operator-catalog dc4c1225-d621-4bf5-8ced-4a9ff457d432 0xc00783b80d 0xc00783b80e}] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:grpc,Protocol:TCP,Port:50051,TargetPort:{0 50051 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{olm.catalogSource: deployment-validation-operator-catalog,olm.managed: true,},ClusterIP:172.30.171.254,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.171.254],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:07.375442 3306 services_controller.go:452] 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-0-31.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.0.31", Port:31548, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:31548, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.0.31", Port:32746, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:32746, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string(nil), Routers:[]string{"GR_ip-10-0-0-31.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-ingress/router-default_TCP_node_switch_ip-10-0-0-31.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:31548, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.0.31", Port:31548, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:31548, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:31548, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:32746, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.0.31", Port:32746, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:32746, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:32746, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-0-31.ec2.internal"}, Routers:[]string(nil), Groups:[]string(nil)}} I0702 22:37:07.375487 3306 services_controller.go:356] Processing sync for service openshift-network-diagnostics/network-check-target for network=default I0702 22:37:07.375424 3306 services_controller.go:434] Service openshift-apiserver-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-apiserver-operator 7f2599c6-19bd-4072-8445-b7a0e80b85c1 1046 0 2026-07-02 22:25:38 +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 f2a75ee6-c8ba-4210-ab75-4e7c9328338a 0xc00783afaf }] [] []},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.210.132,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.210.132],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:07.375493 3306 services_controller.go:453] Built service openshift-ingress/router-default template LB for network=default: []services.LB{} I0702 22:37:07.375500 3306 services_controller.go:454] 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 I0702 22:37:07.375485 3306 services_controller.go:452] 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-0-31.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.4.241", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.36.54", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-0-31.ec2.internal"}, Routers:[]string{"GR_ip-10-0-0-31.ec2.internal"}, Groups:[]string(nil)}} I0702 22:37:07.375501 3306 lb_config.go:1031] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default are: map[] I0702 22:37:07.375512 3306 lb_config.go:1031] Cluster endpoints for openshift-apiserver-operator/metrics for network=default are: map[] I0702 22:37:07.375515 3306 services_controller.go:453] Built service default/openshift-oauth-apiserver template LB for network=default: []services.LB{} I0702 22:37:07.375516 3306 services_controller.go:443] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.171.254"}, 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}} I0702 22:37:07.375493 3306 services_controller.go:434] Service openshift-network-diagnostics/network-check-target retrieved from lister for network=default: &Service{ObjectMeta:{network-check-target openshift-network-diagnostics be555b21-71a5-4b24-a835-13be692a05f3 4156 0 2026-07-02 22:26:30 +0000 UTC map[] map[] [{operator.openshift.io/v1 Network cluster 6a0bc3cc-c19e-4e27-8a28-64360d11a5ea 0xc007ab4517 0xc007ab4518}] [] []},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.191.130,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.191.130],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:07.375528 3306 services_controller.go:471] Skipping no-op change for service openshift-ingress/router-default for network=default I0702 22:37:07.375528 3306 services_controller.go:454] 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 I0702 22:37:07.375526 3306 services_controller.go:443] Built service openshift-apiserver-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.210.132"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0702 22:37:07.375531 3306 services_controller.go:444] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:07.375535 3306 services_controller.go:360] Finished syncing service router-default on namespace openshift-ingress for network=default : 259.849µs I0702 22:37:07.375540 3306 lb_config.go:1031] Cluster endpoints for openshift-network-diagnostics/network-check-target for network=default are: map[] I0702 22:37:07.375544 3306 services_controller.go:445] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:07.375544 3306 services_controller.go:444] Built service openshift-apiserver-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:07.375548 3306 services_controller.go:356] Processing sync for service openshift-config-operator/metrics for network=default I0702 22:37:07.375548 3306 services_controller.go:443] Built service openshift-network-diagnostics/network-check-target LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.191.130"}, 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}} I0702 22:37:07.375552 3306 services_controller.go:471] Skipping no-op change for service default/openshift-oauth-apiserver for network=default I0702 22:37:07.375557 3306 services_controller.go:445] Built service openshift-apiserver-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:07.375558 3306 services_controller.go:444] Built service openshift-network-diagnostics/network-check-target LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:07.375561 3306 services_controller.go:360] Finished syncing service openshift-oauth-apiserver on namespace default for network=default : 224.961µs I0702 22:37:07.375568 3306 services_controller.go:445] Built service openshift-network-diagnostics/network-check-target LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:07.375575 3306 services_controller.go:356] Processing sync for service openshift-ingress/router-internal-default for network=default I0702 22:37:07.375558 3306 services_controller.go:451] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-deployment-validation-operator/deployment-validation-operator-catalog_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-deployment-validation-operator/deployment-validation-operator-catalog"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.171.254", Port:50051, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:07.375557 3306 services_controller.go:434] Service openshift-config-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-config-operator 48a09cbf-a025-4a23-bdf6-525a737c3e79 1746 0 2026-07-02 22:25:51 +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 f2a75ee6-c8ba-4210-ab75-4e7c9328338a 0xc00783b6b7 }] [] []},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.91.173,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.91.173],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:07.375587 3306 services_controller.go:452] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog per-node LB for network=default: []services.LB{} I0702 22:37:07.375578 3306 services_controller.go:451] 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.191.130", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:07.375576 3306 services_controller.go:451] 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.210.132", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:07.375597 3306 services_controller.go:452] Built service openshift-network-diagnostics/network-check-target per-node LB for network=default: []services.LB{} I0702 22:37:07.375599 3306 lb_config.go:1031] Cluster endpoints for openshift-config-operator/metrics for network=default are: map[] I0702 22:37:07.375598 3306 services_controller.go:453] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog template LB for network=default: []services.LB{} I0702 22:37:07.375604 3306 services_controller.go:453] Built service openshift-network-diagnostics/network-check-target template LB for network=default: []services.LB{} I0702 22:37:07.375605 3306 services_controller.go:452] Built service openshift-apiserver-operator/metrics per-node LB for network=default: []services.LB{} I0702 22:37:07.375611 3306 services_controller.go:454] 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 I0702 22:37:07.375607 3306 services_controller.go:443] Built service openshift-config-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.91.173"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0702 22:37:07.375612 3306 services_controller.go:454] 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 I0702 22:37:07.375618 3306 services_controller.go:453] Built service openshift-apiserver-operator/metrics template LB for network=default: []services.LB{} I0702 22:37:07.375623 3306 services_controller.go:444] Built service openshift-config-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:07.375625 3306 services_controller.go:471] Skipping no-op change for service openshift-network-diagnostics/network-check-target for network=default I0702 22:37:07.375630 3306 services_controller.go:445] Built service openshift-config-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:07.375630 3306 services_controller.go:360] Finished syncing service network-check-target on namespace openshift-network-diagnostics for network=default : 142.731µs I0702 22:37:07.375631 3306 services_controller.go:454] 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 I0702 22:37:07.375636 3306 services_controller.go:471] Skipping no-op change for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0702 22:37:07.375640 3306 services_controller.go:356] Processing sync for service openshift-machine-config-operator/machine-config-operator for network=default I0702 22:37:07.375584 3306 services_controller.go:434] Service openshift-ingress/router-internal-default retrieved from lister for network=default: &Service{ObjectMeta:{router-internal-default openshift-ingress 467af302-1cac-4ff2-bfbf-1ff1bf3104be 2825 0 2026-07-02 22:26:00 +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 91b70309-50fc-479d-8485-c403f49ef81d 0xc00783be2e }] [] []},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.140.55,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.140.55],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:07.375643 3306 services_controller.go:360] Finished syncing service deployment-validation-operator-catalog on namespace openshift-deployment-validation-operator for network=default : 226.331µs I0702 22:37:07.375655 3306 services_controller.go:356] Processing sync for service openshift-monitoring/cluster-monitoring-operator for network=default I0702 22:37:07.375657 3306 services_controller.go:471] Skipping no-op change for service openshift-apiserver-operator/metrics for network=default I0702 22:37:07.375661 3306 services_controller.go:360] Finished syncing service cluster-monitoring-operator on namespace openshift-monitoring for network=default : 7.161µs I0702 22:37:07.375664 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-apiserver-operator for network=default : 251.138µs I0702 22:37:07.375663 3306 lb_config.go:1031] Cluster endpoints for openshift-ingress/router-internal-default for network=default are: map[] I0702 22:37:07.375670 3306 services_controller.go:356] Processing sync for service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0702 22:37:07.375678 3306 services_controller.go:356] Processing sync for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0702 22:37:07.375684 3306 services_controller.go:360] Finished syncing service node-tuning-operator on namespace openshift-cluster-node-tuning-operator for network=default : 14.116µs I0702 22:37:07.375645 3306 services_controller.go:434] Service openshift-machine-config-operator/machine-config-operator retrieved from lister for network=default: &Service{ObjectMeta:{machine-config-operator openshift-machine-config-operator fc1b54bd-51c8-480d-85b1-d0ff5eb5630b 806 0 2026-07-02 22:25:32 +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 f2a75ee6-c8ba-4210-ab75-4e7c9328338a 0xc007ab426b }] [] []},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.168.17,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.168.17],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:07.375694 3306 services_controller.go:356] Processing sync for service openshift-kube-controller-manager-operator/metrics for network=default I0702 22:37:07.375684 3306 services_controller.go:443] Built service openshift-ingress/router-internal-default LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.140.55"}, 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.140.55"}, protocol:"TCP", 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.140.55"}, 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}} I0702 22:37:07.375701 3306 lb_config.go:1031] Cluster endpoints for openshift-machine-config-operator/machine-config-operator for network=default are: map[] I0702 22:37:07.375706 3306 services_controller.go:444] Built service openshift-ingress/router-internal-default LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:07.375710 3306 services_controller.go:443] Built service openshift-machine-config-operator/machine-config-operator LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.168.17"}, 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}} I0702 22:37:07.375717 3306 services_controller.go:445] Built service openshift-ingress/router-internal-default LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:07.375718 3306 services_controller.go:444] Built service openshift-machine-config-operator/machine-config-operator LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:07.375727 3306 services_controller.go:445] Built service openshift-machine-config-operator/machine-config-operator LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:07.375688 3306 services_controller.go:434] 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 4560b7d5-c678-42f3-8cc3-0737cb1b10f7 1014 0 2026-07-02 22:25:37 +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 f2a75ee6-c8ba-4210-ab75-4e7c9328338a 0xc00783b4e7 }] [] []},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.212.114,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.212.114],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:07.375702 3306 services_controller.go:434] Service openshift-kube-controller-manager-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-kube-controller-manager-operator af1b8f60-a9f9-470a-8273-309ecb77b313 819 0 2026-07-02 22:25:33 +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 f2a75ee6-c8ba-4210-ab75-4e7c9328338a 0xc00783bfcf }] [] []},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.169,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.102.169],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:07.375736 3306 services_controller.go:451] 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.168.17", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:07.375755 3306 services_controller.go:452] Built service openshift-machine-config-operator/machine-config-operator per-node LB for network=default: []services.LB{} I0702 22:37:07.375736 3306 services_controller.go:451] 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.140.55", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.140.55", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.140.55", Port:1936, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:07.375762 3306 services_controller.go:453] Built service openshift-machine-config-operator/machine-config-operator template LB for network=default: []services.LB{} I0702 22:37:07.375760 3306 lb_config.go:1031] Cluster endpoints for openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default are: map[] I0702 22:37:07.375762 3306 lb_config.go:1031] Cluster endpoints for openshift-kube-controller-manager-operator/metrics for network=default are: map[] I0702 22:37:07.375767 3306 services_controller.go:452] Built service openshift-ingress/router-internal-default per-node LB for network=default: []services.LB{} I0702 22:37:07.375769 3306 services_controller.go:454] 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 I0702 22:37:07.375781 3306 services_controller.go:453] Built service openshift-ingress/router-internal-default template LB for network=default: []services.LB{} I0702 22:37:07.375778 3306 services_controller.go:443] Built service openshift-kube-controller-manager-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.102.169"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0702 22:37:07.375776 3306 services_controller.go:443] 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.212.114"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0702 22:37:07.375787 3306 services_controller.go:471] Skipping no-op change for service openshift-machine-config-operator/machine-config-operator for network=default I0702 22:37:07.375792 3306 services_controller.go:454] 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 I0702 22:37:07.375793 3306 services_controller.go:360] Finished syncing service machine-config-operator on namespace openshift-machine-config-operator for network=default : 153.301µs I0702 22:37:07.375792 3306 services_controller.go:444] Built service openshift-kube-controller-manager-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:07.375796 3306 services_controller.go:444] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:07.375803 3306 services_controller.go:356] Processing sync for service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0702 22:37:07.375806 3306 services_controller.go:445] Built service openshift-kube-controller-manager-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:07.375807 3306 services_controller.go:360] Finished syncing service ovn-kubernetes-node on namespace openshift-ovn-kubernetes for network=default : 5.205µs I0702 22:37:07.375809 3306 services_controller.go:445] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:07.375835 3306 services_controller.go:471] Skipping no-op change for service openshift-ingress/router-internal-default for network=default I0702 22:37:07.375836 3306 services_controller.go:356] Processing sync for service default/openshift-apiserver for network=default I0702 22:37:07.375842 3306 services_controller.go:360] Finished syncing service router-internal-default on namespace openshift-ingress for network=default : 267.951µs I0702 22:37:07.375854 3306 services_controller.go:356] Processing sync for service openshift-apiserver/check-endpoints for network=default I0702 22:37:07.375847 3306 services_controller.go:451] 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.169", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:07.375845 3306 services_controller.go:434] Service default/openshift-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-apiserver default 64d75c56-6170-4aa6-bf7a-3ff45e63df58 1598 0 2026-07-02 22:25:49 +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.210.245,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.210.245],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:07.375849 3306 services_controller.go:451] 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.212.114", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:07.375875 3306 services_controller.go:452] Built service openshift-kube-controller-manager-operator/metrics per-node LB for network=default: []services.LB{} I0702 22:37:07.375884 3306 services_controller.go:452] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics per-node LB for network=default: []services.LB{} I0702 22:37:07.375885 3306 lb_config.go:1031] Cluster endpoints for default/openshift-apiserver for network=default are: map[TCP/https:{443 [172.30.24.132] []}] I0702 22:37:07.375887 3306 services_controller.go:453] Built service openshift-kube-controller-manager-operator/metrics template LB for network=default: []services.LB{} I0702 22:37:07.375895 3306 services_controller.go:443] Built service default/openshift-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0702 22:37:07.375897 3306 services_controller.go:453] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics template LB for network=default: []services.LB{} I0702 22:37:07.375900 3306 services_controller.go:454] 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 I0702 22:37:07.375901 3306 services_controller.go:444] Built service default/openshift-apiserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.210.245"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.24.132"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0702 22:37:07.375863 3306 services_controller.go:434] Service openshift-apiserver/check-endpoints retrieved from lister for network=default: &Service{ObjectMeta:{check-endpoints openshift-apiserver 1b98a1bb-2075-4f2e-a51b-02a49b3649cb 1693 0 2026-07-02 22:25:50 +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 f2a75ee6-c8ba-4210-ab75-4e7c9328338a 0xc00783b077 }] [] []},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.175.210,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.175.210],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:07.375910 3306 services_controller.go:445] Built service default/openshift-apiserver LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:07.375910 3306 services_controller.go:454] 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 I0702 22:37:07.375922 3306 services_controller.go:471] Skipping no-op change for service openshift-kube-controller-manager-operator/metrics for network=default I0702 22:37:07.375924 3306 services_controller.go:451] Built service default/openshift-apiserver cluster-wide LB for network=default: []services.LB{} I0702 22:37:07.375925 3306 lb_config.go:1031] Cluster endpoints for openshift-apiserver/check-endpoints for network=default are: map[] I0702 22:37:07.375929 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-kube-controller-manager-operator for network=default : 234.502µs I0702 22:37:07.375937 3306 services_controller.go:471] Skipping no-op change for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0702 22:37:07.375940 3306 services_controller.go:356] Processing sync for service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0702 22:37:07.375938 3306 services_controller.go:443] Built service openshift-apiserver/check-endpoints LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.175.210"}, 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}} I0702 22:37:07.375945 3306 services_controller.go:360] Finished syncing service cluster-storage-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 267.565µs I0702 22:37:07.375932 3306 services_controller.go:452] 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-0-31.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.210.245", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.24.132", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-0-31.ec2.internal"}, Routers:[]string{"GR_ip-10-0-0-31.ec2.internal"}, Groups:[]string(nil)}} I0702 22:37:07.375953 3306 services_controller.go:444] Built service openshift-apiserver/check-endpoints LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:07.375956 3306 services_controller.go:453] Built service default/openshift-apiserver template LB for network=default: []services.LB{} I0702 22:37:07.375959 3306 services_controller.go:356] Processing sync for service openshift-cluster-samples-operator/metrics for network=default I0702 22:37:07.375963 3306 services_controller.go:445] Built service openshift-apiserver/check-endpoints LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:07.375963 3306 services_controller.go:454] 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 I0702 22:37:07.375968 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-cluster-samples-operator for network=default : 8.502µs I0702 22:37:07.375979 3306 services_controller.go:471] Skipping no-op change for service default/openshift-apiserver for network=default I0702 22:37:07.375979 3306 services_controller.go:356] Processing sync for service openshift-console-operator/metrics for network=default I0702 22:37:07.375982 3306 services_controller.go:360] Finished syncing service openshift-apiserver on namespace default for network=default : 147.354µs I0702 22:37:07.375992 3306 services_controller.go:356] Processing sync for service openshift-machine-config-operator/machine-config-controller for network=default I0702 22:37:07.375979 3306 services_controller.go:451] 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.175.210", Port:17698, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:07.375950 3306 services_controller.go:434] 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 57b8d3e8-be5d-4b86-8dc4-e36570aef4a4 1521 0 2026-07-02 22:25:48 +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 f2a75ee6-c8ba-4210-ab75-4e7c9328338a 0xc00783b3bf }] [] []},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.244.197,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.244.197],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:07.376004 3306 services_controller.go:452] Built service openshift-apiserver/check-endpoints per-node LB for network=default: []services.LB{} I0702 22:37:07.376013 3306 lb_config.go:1031] Cluster endpoints for openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default are: map[] I0702 22:37:07.376015 3306 services_controller.go:453] Built service openshift-apiserver/check-endpoints template LB for network=default: []services.LB{} I0702 22:37:07.375998 3306 services_controller.go:434] Service openshift-machine-config-operator/machine-config-controller retrieved from lister for network=default: &Service{ObjectMeta:{machine-config-controller openshift-machine-config-operator c510d9cd-a27b-493e-81b5-1a4e61d48731 881 0 2026-07-02 22:25:34 +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 f2a75ee6-c8ba-4210-ab75-4e7c9328338a 0xc007ab410b }] [] []},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.95.223,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.95.223],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:07.376028 3306 services_controller.go:454] 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 I0702 22:37:07.376026 3306 services_controller.go:443] 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.244.197"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0702 22:37:07.376036 3306 lb_config.go:1031] Cluster endpoints for openshift-machine-config-operator/machine-config-controller for network=default are: map[] I0702 22:37:07.375991 3306 services_controller.go:434] Service openshift-console-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-console-operator 3e24f3db-0dc4-4dbd-85f4-162854240be2 1933 0 2026-07-02 22:25:54 +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 f2a75ee6-c8ba-4210-ab75-4e7c9328338a 0xc00783b777 }] [] []},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.121.47,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.121.47],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:07.376040 3306 services_controller.go:444] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:07.376044 3306 services_controller.go:443] Built service openshift-machine-config-operator/machine-config-controller LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.95.223"}, 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}} I0702 22:37:07.376050 3306 services_controller.go:471] Skipping no-op change for service openshift-apiserver/check-endpoints for network=default I0702 22:37:07.376053 3306 services_controller.go:445] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:07.376053 3306 services_controller.go:444] Built service openshift-machine-config-operator/machine-config-controller LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:07.376056 3306 services_controller.go:360] Finished syncing service check-endpoints on namespace openshift-apiserver for network=default : 201.808µs I0702 22:37:07.376060 3306 services_controller.go:445] Built service openshift-machine-config-operator/machine-config-controller LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:07.376061 3306 lb_config.go:1031] Cluster endpoints for openshift-console-operator/metrics for network=default are: map[] I0702 22:37:07.376067 3306 services_controller.go:356] Processing sync for service default/openshift for network=default I0702 22:37:07.376074 3306 services_controller.go:360] Finished syncing service openshift on namespace default for network=default : 7.409µs I0702 22:37:07.376075 3306 services_controller.go:443] Built service openshift-console-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.121.47"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0702 22:37:07.376071 3306 services_controller.go:451] 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.95.223", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:07.376068 3306 services_controller.go:451] 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.244.197", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:07.376084 3306 services_controller.go:356] Processing sync for service openshift-cloud-credential-operator/cco-metrics for network=default I0702 22:37:07.376070 3306 services_controller.go:451] 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.91.173", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:07.376089 3306 services_controller.go:444] Built service openshift-console-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:07.376090 3306 services_controller.go:452] Built service openshift-machine-config-operator/machine-config-controller per-node LB for network=default: []services.LB{} I0702 22:37:07.376097 3306 services_controller.go:452] Built service openshift-config-operator/metrics per-node LB for network=default: []services.LB{} I0702 22:37:07.376097 3306 services_controller.go:452] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service per-node LB for network=default: []services.LB{} I0702 22:37:07.376103 3306 services_controller.go:453] Built service openshift-machine-config-operator/machine-config-controller template LB for network=default: []services.LB{} I0702 22:37:07.376105 3306 services_controller.go:453] Built service openshift-config-operator/metrics template LB for network=default: []services.LB{} I0702 22:37:07.376103 3306 services_controller.go:445] Built service openshift-console-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:07.376109 3306 services_controller.go:454] 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 I0702 22:37:07.376111 3306 services_controller.go:453] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service template LB for network=default: []services.LB{} I0702 22:37:07.376111 3306 services_controller.go:454] 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 I0702 22:37:07.376123 3306 services_controller.go:454] 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 I0702 22:37:07.376125 3306 services_controller.go:471] Skipping no-op change for service openshift-machine-config-operator/machine-config-controller for network=default I0702 22:37:07.376127 3306 services_controller.go:471] Skipping no-op change for service openshift-config-operator/metrics for network=default I0702 22:37:07.376132 3306 services_controller.go:360] Finished syncing service machine-config-controller on namespace openshift-machine-config-operator for network=default : 139.792µs I0702 22:37:07.376134 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-config-operator for network=default : 586.847µs I0702 22:37:07.376095 3306 services_controller.go:434] Service openshift-cloud-credential-operator/cco-metrics retrieved from lister for network=default: &Service{ObjectMeta:{cco-metrics openshift-cloud-credential-operator ec70ae15-c8de-4bb8-a058-2ff06dbbe55a 1109 0 2026-07-02 22:25:40 +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 f2a75ee6-c8ba-4210-ab75-4e7c9328338a 0xc00783b1cb }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:metrics,Protocol:TCP,Port:8443,TargetPort:{1 0 metrics},NodePort:0,AppProtocol:nil,},},Selector:map[string]string{app: cloud-credential-operator,},ClusterIP:172.30.78.196,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.78.196],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:07.376141 3306 services_controller.go:356] Processing sync for service openshift-multus/network-metrics-service for network=default I0702 22:37:07.376126 3306 services_controller.go:451] 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.121.47", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:07.376145 3306 services_controller.go:360] Finished syncing service network-metrics-service on namespace openshift-multus for network=default : 5.054µs I0702 22:37:07.376143 3306 services_controller.go:471] Skipping no-op change for service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0702 22:37:07.376145 3306 services_controller.go:356] Processing sync for service openshift-network-diagnostics/network-check-source for network=default I0702 22:37:07.376154 3306 services_controller.go:356] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0702 22:37:07.376155 3306 services_controller.go:360] Finished syncing service performance-addon-operator-service on namespace openshift-cluster-node-tuning-operator for network=default : 215.078µs I0702 22:37:07.376153 3306 lb_config.go:1031] Cluster endpoints for openshift-cloud-credential-operator/cco-metrics for network=default are: map[] I0702 22:37:07.376156 3306 services_controller.go:452] Built service openshift-console-operator/metrics per-node LB for network=default: []services.LB{} I0702 22:37:07.376158 3306 services_controller.go:360] Finished syncing service network-check-source on namespace openshift-network-diagnostics for network=default : 12.796µs I0702 22:37:07.376167 3306 services_controller.go:356] Processing sync for service openshift-ingress-operator/metrics for network=default I0702 22:37:07.376171 3306 services_controller.go:356] Processing sync for service openshift-insights/metrics for network=default I0702 22:37:07.376172 3306 services_controller.go:453] Built service openshift-console-operator/metrics template LB for network=default: []services.LB{} I0702 22:37:07.376169 3306 services_controller.go:443] Built service openshift-cloud-credential-operator/cco-metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.78.196"}, 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}} I0702 22:37:07.376159 3306 services_controller.go:434] 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 e93ff878-886f-43b8-8096-ceaae4291868 6454 0 2026-07-02 22:28:57 +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.210.3,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.210.3],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:07.376184 3306 services_controller.go:444] Built service openshift-cloud-credential-operator/cco-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:07.376184 3306 services_controller.go:454] 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 I0702 22:37:07.376196 3306 services_controller.go:445] Built service openshift-cloud-credential-operator/cco-metrics LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:07.376198 3306 lb_config.go:1031] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default are: map[] I0702 22:37:07.376206 3306 services_controller.go:443] 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.210.3"}, 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}} I0702 22:37:07.376177 3306 services_controller.go:434] Service openshift-insights/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-insights 5210e172-1d6b-4e26-ae10-76af5d7c2537 3090 0 2026-07-02 22:26:04 +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 f2a75ee6-c8ba-4210-ab75-4e7c9328338a 0xc00783bf2b }] [] []},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.63.12,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.63.12],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:07.376214 3306 services_controller.go:471] Skipping no-op change for service openshift-console-operator/metrics for network=default I0702 22:37:07.376214 3306 services_controller.go:444] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:07.376176 3306 services_controller.go:434] Service openshift-ingress-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-ingress-operator 3032ee87-933d-481d-812d-0d963661460b 1448 0 2026-07-02 22:25:48 +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 f2a75ee6-c8ba-4210-ab75-4e7c9328338a 0xc00783bc77 }] [] []},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.29.235,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.29.235],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:07.376223 3306 services_controller.go:445] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:07.376221 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-console-operator for network=default : 241.52µs I0702 22:37:07.376212 3306 services_controller.go:451] Built service openshift-cloud-credential-operator/cco-metrics cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-cloud-credential-operator/cco-metrics_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-cloud-credential-operator/cco-metrics"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.78.196", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:07.376224 3306 lb_config.go:1031] Cluster endpoints for openshift-insights/metrics for network=default are: map[] I0702 22:37:07.376238 3306 services_controller.go:356] Processing sync for service openshift-machine-config-operator/machine-config-daemon for network=default I0702 22:37:07.376238 3306 services_controller.go:452] Built service openshift-cloud-credential-operator/cco-metrics per-node LB for network=default: []services.LB{} I0702 22:37:07.376238 3306 lb_config.go:1031] Cluster endpoints for openshift-ingress-operator/metrics for network=default are: map[] I0702 22:37:07.376240 3306 services_controller.go:443] Built service openshift-insights/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.63.12"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0702 22:37:07.376234 3306 services_controller.go:451] 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.210.3", Port:8383, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:07.376251 3306 services_controller.go:453] Built service openshift-cloud-credential-operator/cco-metrics template LB for network=default: []services.LB{} I0702 22:37:07.376251 3306 services_controller.go:444] Built service openshift-insights/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:07.376253 3306 services_controller.go:452] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics per-node LB for network=default: []services.LB{} I0702 22:37:07.376252 3306 services_controller.go:443] Built service openshift-ingress-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.29.235"}, 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}} I0702 22:37:07.376259 3306 services_controller.go:445] Built service openshift-insights/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:07.376262 3306 services_controller.go:453] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics template LB for network=default: []services.LB{} I0702 22:37:07.376262 3306 services_controller.go:454] 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 I0702 22:37:07.376265 3306 services_controller.go:444] Built service openshift-ingress-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:07.376269 3306 services_controller.go:454] 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 I0702 22:37:07.376275 3306 services_controller.go:445] Built service openshift-ingress-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:07.376268 3306 services_controller.go:451] 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.63.12", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:07.376283 3306 services_controller.go:471] Skipping no-op change for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0702 22:37:07.376284 3306 services_controller.go:452] Built service openshift-insights/metrics per-node LB for network=default: []services.LB{} I0702 22:37:07.376286 3306 services_controller.go:471] Skipping no-op change for service openshift-cloud-credential-operator/cco-metrics for network=default I0702 22:37:07.376287 3306 services_controller.go:360] Finished syncing service deployment-validation-operator-metrics on namespace openshift-deployment-validation-operator for network=default : 133.129µs I0702 22:37:07.376291 3306 services_controller.go:453] Built service openshift-insights/metrics template LB for network=default: []services.LB{} I0702 22:37:07.376294 3306 services_controller.go:360] Finished syncing service cco-metrics on namespace openshift-cloud-credential-operator for network=default : 209.148µs I0702 22:37:07.376297 3306 services_controller.go:356] Processing sync for service openshift-network-console/networking-console-plugin for network=default I0702 22:37:07.376298 3306 services_controller.go:454] 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 I0702 22:37:07.376247 3306 services_controller.go:434] Service openshift-machine-config-operator/machine-config-daemon retrieved from lister for network=default: &Service{ObjectMeta:{machine-config-daemon openshift-machine-config-operator 1927bb78-94c7-477c-bdb6-e82b083533bb 921 0 2026-07-02 22:25:35 +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 f2a75ee6-c8ba-4210-ab75-4e7c9328338a 0xc007ab41d7 }] [] []},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.52.152,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.52.152],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:07.376291 3306 services_controller.go:451] 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.29.235", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:07.376314 3306 services_controller.go:452] Built service openshift-ingress-operator/metrics per-node LB for network=default: []services.LB{} I0702 22:37:07.376319 3306 services_controller.go:471] Skipping no-op change for service openshift-insights/metrics for network=default I0702 22:37:07.376322 3306 services_controller.go:453] Built service openshift-ingress-operator/metrics template LB for network=default: []services.LB{} I0702 22:37:07.376323 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-insights for network=default : 152.061µs I0702 22:37:07.376323 3306 lb_config.go:1031] Cluster endpoints for openshift-machine-config-operator/machine-config-daemon for network=default are: map[] I0702 22:37:07.376328 3306 services_controller.go:454] 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 I0702 22:37:07.376343 3306 services_controller.go:471] Skipping no-op change for service openshift-ingress-operator/metrics for network=default I0702 22:37:07.376303 3306 services_controller.go:434] Service openshift-network-console/networking-console-plugin retrieved from lister for network=default: &Service{ObjectMeta:{networking-console-plugin openshift-network-console e92b099a-ee27-4b3b-89b8-5d1686ecf49f 4274 0 2026-07-02 22:26:33 +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 6a0bc3cc-c19e-4e27-8a28-64360d11a5ea 0xc007ab441e 0xc007ab441f}] [] []},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.206.143,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.206.143],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:07.376349 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-ingress-operator for network=default : 181.177µs I0702 22:37:07.376339 3306 services_controller.go:443] Built service openshift-machine-config-operator/machine-config-daemon LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.52.152"}, 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.52.152"}, 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}} I0702 22:37:07.376361 3306 lb_config.go:1031] Cluster endpoints for openshift-network-console/networking-console-plugin for network=default are: map[] I0702 22:37:07.376363 3306 services_controller.go:444] Built service openshift-machine-config-operator/machine-config-daemon LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:07.376369 3306 services_controller.go:443] Built service openshift-network-console/networking-console-plugin LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.206.143"}, 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}} I0702 22:37:07.376375 3306 services_controller.go:445] Built service openshift-machine-config-operator/machine-config-daemon LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:07.376378 3306 services_controller.go:444] Built service openshift-network-console/networking-console-plugin LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:07.376385 3306 services_controller.go:445] Built service openshift-network-console/networking-console-plugin LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:07.376394 3306 services_controller.go:451] 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.206.143", Port:9443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:07.376411 3306 services_controller.go:452] Built service openshift-network-console/networking-console-plugin per-node LB for network=default: []services.LB{} I0702 22:37:07.376393 3306 services_controller.go:451] 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.52.152", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.52.152", Port:8798, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:07.376418 3306 services_controller.go:453] Built service openshift-network-console/networking-console-plugin template LB for network=default: []services.LB{} I0702 22:37:07.376425 3306 services_controller.go:454] 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 I0702 22:37:07.376425 3306 services_controller.go:452] Built service openshift-machine-config-operator/machine-config-daemon per-node LB for network=default: []services.LB{} I0702 22:37:07.376438 3306 services_controller.go:453] Built service openshift-machine-config-operator/machine-config-daemon template LB for network=default: []services.LB{} I0702 22:37:07.376439 3306 services_controller.go:471] Skipping no-op change for service openshift-network-console/networking-console-plugin for network=default I0702 22:37:07.376444 3306 services_controller.go:360] Finished syncing service networking-console-plugin on namespace openshift-network-console for network=default : 147.63µs I0702 22:37:07.376450 3306 services_controller.go:454] 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 I0702 22:37:07.376472 3306 services_controller.go:471] Skipping no-op change for service openshift-machine-config-operator/machine-config-daemon for network=default I0702 22:37:07.376483 3306 services_controller.go:360] Finished syncing service machine-config-daemon on namespace openshift-machine-config-operator for network=default : 245.686µs I0702 22:37:07.509962 3306 obj_retry.go:568] Update event received for resource *v1.Node, old object is equal to new: false I0702 22:37:07.509992 3306 obj_retry.go:620] Update event received for *v1.Node ip-10-0-2-224.ec2.internal I0702 22:37:07.510041 3306 default_network_controller.go:1028] Node ip-10-0-2-224.ec2.internal in remote zone ip-10-0-2-224.ec2.internal needs interconnect zone sync up. Zone cluster changed: false I0702 22:37:07.509968 3306 node_tracker.go:211] Processing possible switch / router updates for node ip-10-0-2-224.ec2.internal I0702 22:37:07.510113 3306 node_tracker.go:172] Node ip-10-0-2-224.ec2.internal switch + router changed, syncing services I0702 22:37:07.510127 3306 services_controller.go:549] Full service sync requested for network=default I0702 22:37:07.510124 3306 model_client.go:373] Create operations generated as: [{Op:insert Table:Encap Row:map[chassis_name:2c4980b7-7e41-4333-b481-1c311e1a5b01 ip:10.0.2.224 options:{GoMap:map[csum:true]} type:geneve] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1983129951}] I0702 22:37:07.510142 3306 services_controller.go:614] Adding service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0702 22:37:07.510156 3306 services_controller.go:614] Adding service openshift-ingress-operator/metrics for network=default I0702 22:37:07.510161 3306 services_controller.go:614] Adding service openshift-insights/metrics for network=default I0702 22:37:07.510168 3306 services_controller.go:614] Adding service openshift-machine-config-operator/machine-config-daemon for network=default I0702 22:37:07.510179 3306 services_controller.go:356] Processing sync for service openshift-ingress-operator/metrics for network=default I0702 22:37:07.510180 3306 services_controller.go:356] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0702 22:37:07.510183 3306 services_controller.go:356] Processing sync for service openshift-insights/metrics for network=default I0702 22:37:07.510192 3306 model_client.go:373] Create operations generated as: [{Op:insert Table:Chassis Row:map[encaps:{GoSet:[{GoUUID:u1983129951}]} hostname:ip-10-0-2-224.ec2.internal name:2c4980b7-7e41-4333-b481-1c311e1a5b01 other_config:{GoMap:map[is-remote:true]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1983129952}] I0702 22:37:07.510213 3306 transact.go:42] Configuring OVN: [{Op:insert Table:Encap Row:map[chassis_name:2c4980b7-7e41-4333-b481-1c311e1a5b01 ip:10.0.2.224 options:{GoMap:map[csum:true]} type:geneve] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1983129951} {Op:insert Table:Chassis Row:map[encaps:{GoSet:[{GoUUID:u1983129951}]} hostname:ip-10-0-2-224.ec2.internal name:2c4980b7-7e41-4333-b481-1c311e1a5b01 other_config:{GoMap:map[is-remote:true]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1983129952}] I0702 22:37:07.510192 3306 services_controller.go:434] 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 e93ff878-886f-43b8-8096-ceaae4291868 6454 0 2026-07-02 22:28:57 +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.210.3,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.210.3],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:07.510195 3306 services_controller.go:434] Service openshift-insights/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-insights 5210e172-1d6b-4e26-ae10-76af5d7c2537 3090 0 2026-07-02 22:26:04 +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 f2a75ee6-c8ba-4210-ab75-4e7c9328338a 0xc00783bf2b }] [] []},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.63.12,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.63.12],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:07.510275 3306 services_controller.go:356] Processing sync for service openshift-machine-config-operator/machine-config-daemon for network=default I0702 22:37:07.510190 3306 services_controller.go:434] Service openshift-ingress-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-ingress-operator 3032ee87-933d-481d-812d-0d963661460b 1448 0 2026-07-02 22:25:48 +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 f2a75ee6-c8ba-4210-ab75-4e7c9328338a 0xc00783bc77 }] [] []},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.29.235,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.29.235],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:07.510297 3306 lb_config.go:1031] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default are: map[] I0702 22:37:07.510298 3306 lb_config.go:1031] Cluster endpoints for openshift-insights/metrics for network=default are: map[] I0702 22:37:07.510301 3306 lb_config.go:1031] Cluster endpoints for openshift-ingress-operator/metrics for network=default are: map[] I0702 22:37:07.510318 3306 services_controller.go:443] Built service openshift-insights/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.63.12"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0702 22:37:07.510318 3306 services_controller.go:443] Built service openshift-ingress-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.29.235"}, 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}} I0702 22:37:07.510337 3306 services_controller.go:444] Built service openshift-insights/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:07.510337 3306 services_controller.go:444] Built service openshift-ingress-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:07.510288 3306 services_controller.go:434] Service openshift-machine-config-operator/machine-config-daemon retrieved from lister for network=default: &Service{ObjectMeta:{machine-config-daemon openshift-machine-config-operator 1927bb78-94c7-477c-bdb6-e82b083533bb 921 0 2026-07-02 22:25:35 +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 f2a75ee6-c8ba-4210-ab75-4e7c9328338a 0xc007ab41d7 }] [] []},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.52.152,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.52.152],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:07.510351 3306 services_controller.go:445] Built service openshift-insights/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:07.510354 3306 services_controller.go:445] Built service openshift-ingress-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:07.510369 3306 lb_config.go:1031] Cluster endpoints for openshift-machine-config-operator/machine-config-daemon for network=default are: map[] I0702 22:37:07.510372 3306 services_controller.go:451] 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.63.12", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:07.510372 3306 services_controller.go:451] 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.29.235", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:07.510388 3306 services_controller.go:443] Built service openshift-machine-config-operator/machine-config-daemon LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.52.152"}, 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.52.152"}, 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}} I0702 22:37:07.510410 3306 services_controller.go:452] Built service openshift-insights/metrics per-node LB for network=default: []services.LB{} I0702 22:37:07.510412 3306 services_controller.go:444] Built service openshift-machine-config-operator/machine-config-daemon LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:07.510314 3306 services_controller.go:443] 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.210.3"}, 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}} I0702 22:37:07.510422 3306 services_controller.go:445] Built service openshift-machine-config-operator/machine-config-daemon LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:07.510412 3306 services_controller.go:452] Built service openshift-ingress-operator/metrics per-node LB for network=default: []services.LB{} I0702 22:37:07.510425 3306 services_controller.go:444] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:07.510431 3306 services_controller.go:453] Built service openshift-ingress-operator/metrics template LB for network=default: []services.LB{} I0702 22:37:07.510433 3306 services_controller.go:445] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:07.510442 3306 services_controller.go:454] 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 I0702 22:37:07.510442 3306 services_controller.go:451] 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.52.152", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.52.152", Port:8798, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:07.510449 3306 services_controller.go:451] 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.210.3", Port:8383, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:07.510467 3306 services_controller.go:471] Skipping no-op change for service openshift-ingress-operator/metrics for network=default I0702 22:37:07.510474 3306 services_controller.go:452] Built service openshift-machine-config-operator/machine-config-daemon per-node LB for network=default: []services.LB{} I0702 22:37:07.510475 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-ingress-operator for network=default : 295.145µs I0702 22:37:07.510265 3306 services_controller.go:614] Adding service openshift-network-console/networking-console-plugin for network=default I0702 22:37:07.510488 3306 services_controller.go:453] Built service openshift-machine-config-operator/machine-config-daemon template LB for network=default: []services.LB{} I0702 22:37:07.510492 3306 services_controller.go:356] Processing sync for service openshift-network-console/networking-console-plugin for network=default I0702 22:37:07.510502 3306 services_controller.go:454] 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 I0702 22:37:07.510528 3306 services_controller.go:471] Skipping no-op change for service openshift-machine-config-operator/machine-config-daemon for network=default I0702 22:37:07.510423 3306 services_controller.go:453] Built service openshift-insights/metrics template LB for network=default: []services.LB{} I0702 22:37:07.510541 3306 services_controller.go:360] Finished syncing service machine-config-daemon on namespace openshift-machine-config-operator for network=default : 265.986µs I0702 22:37:07.510490 3306 services_controller.go:614] Adding service default/kubernetes for network=default I0702 22:37:07.510562 3306 services_controller.go:454] 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 I0702 22:37:07.510573 3306 services_controller.go:614] Adding service default/packageserver for network=default I0702 22:37:07.510583 3306 services_controller.go:614] Adding service openshift-authentication-operator/metrics for network=default I0702 22:37:07.510584 3306 services_controller.go:471] Skipping no-op change for service openshift-insights/metrics for network=default I0702 22:37:07.510591 3306 services_controller.go:614] Adding service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0702 22:37:07.510590 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-insights for network=default : 409.644µs I0702 22:37:07.510599 3306 services_controller.go:614] Adding service openshift-dns-operator/metrics for network=default I0702 22:37:07.510606 3306 services_controller.go:356] Processing sync for service default/kubernetes for network=default I0702 22:37:07.510610 3306 services_controller.go:356] Processing sync for service default/packageserver for network=default I0702 22:37:07.510476 3306 services_controller.go:452] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics per-node LB for network=default: []services.LB{} I0702 22:37:07.510626 3306 services_controller.go:453] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics template LB for network=default: []services.LB{} I0702 22:37:07.510636 3306 services_controller.go:454] 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 I0702 22:37:07.510639 3306 services_controller.go:356] Processing sync for service openshift-authentication-operator/metrics for network=default I0702 22:37:07.510659 3306 services_controller.go:471] Skipping no-op change for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0702 22:37:07.510614 3306 services_controller.go:434] Service default/kubernetes retrieved from lister for network=default: &Service{ObjectMeta:{kubernetes default ab4edb38-6fb5-41ff-9e01-63c779b454a4 273 0 2026-07-02 22:24:36 +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{},},} I0702 22:37:07.510620 3306 services_controller.go:434] Service default/packageserver retrieved from lister for network=default: &Service{ObjectMeta:{packageserver default 52166ba6-13b1-4f9e-8853-e85259e10dc2 1739 0 2026-07-02 22:25:51 +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.163.92,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.163.92],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:07.510673 3306 services_controller.go:360] Finished syncing service deployment-validation-operator-metrics on namespace openshift-deployment-validation-operator for network=default : 497.039µs I0702 22:37:07.510687 3306 services_controller.go:356] Processing sync for service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0702 22:37:07.510651 3306 services_controller.go:434] Service openshift-authentication-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-authentication-operator 29dbdb69-3933-4538-b127-9bf784e3a943 718 0 2026-07-02 22:25:30 +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 f2a75ee6-c8ba-4210-ab75-4e7c9328338a 0xc00783b137 }] [] []},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.127.187,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.127.187],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:07.510702 3306 lb_config.go:1031] Cluster endpoints for default/packageserver for network=default are: map[TCP/https:{443 [172.30.181.121] []}] I0702 22:37:07.510702 3306 lb_config.go:1031] Cluster endpoints for default/kubernetes for network=default are: map[TCP/https:{6443 [172.20.0.1] []}] I0702 22:37:07.510721 3306 services_controller.go:443] Built service default/packageserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0702 22:37:07.510722 3306 services_controller.go:443] Built service default/kubernetes LB cluster-wide configs for network=default: []services.lbConfig(nil) I0702 22:37:07.510724 3306 lb_config.go:1031] Cluster endpoints for openshift-authentication-operator/metrics for network=default are: map[] I0702 22:37:07.510733 3306 services_controller.go:444] 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}} I0702 22:37:07.510695 3306 services_controller.go:434] 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 e4ecef98-7bbb-4422-b5a1-b29a24bf8e46 941 0 2026-07-02 22:25:36 +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 f2a75ee6-c8ba-4210-ab75-4e7c9328338a 0xc00783b597 }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 8443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{app: csi-snapshot-controller-operator,},ClusterIP:172.30.253.99,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.253.99],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:07.510731 3306 services_controller.go:444] Built service default/packageserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.163.92"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.181.121"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0702 22:37:07.510738 3306 services_controller.go:443] Built service openshift-authentication-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.127.187"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0702 22:37:07.510747 3306 services_controller.go:445] Built service default/kubernetes LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:07.510754 3306 services_controller.go:445] Built service default/packageserver LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:07.510755 3306 services_controller.go:444] Built service openshift-authentication-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:07.510765 3306 lb_config.go:1031] Cluster endpoints for openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default are: map[] I0702 22:37:07.510767 3306 services_controller.go:445] Built service openshift-authentication-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:07.510771 3306 services_controller.go:451] Built service default/kubernetes cluster-wide LB for network=default: []services.LB{} I0702 22:37:07.510780 3306 services_controller.go:451] Built service default/packageserver cluster-wide LB for network=default: []services.LB{} I0702 22:37:07.510778 3306 services_controller.go:443] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.253.99"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0702 22:37:07.510791 3306 services_controller.go:444] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:07.510800 3306 services_controller.go:445] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:07.510832 3306 services_controller.go:614] Adding service openshift-network-operator/metrics for network=default I0702 22:37:07.510897 3306 services_controller.go:614] Adding service openshift-service-ca-operator/metrics for network=default I0702 22:37:07.510908 3306 services_controller.go:614] Adding service openshift-cluster-machine-approver/machine-approver for network=default I0702 22:37:07.510912 3306 services_controller.go:614] Adding service openshift-cluster-version/cluster-version-operator for network=default I0702 22:37:07.510917 3306 services_controller.go:614] Adding service openshift-dns/dns-default for network=default I0702 22:37:07.510782 3306 services_controller.go:452] 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-0-31.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-0-31.ec2.internal"}, Routers:[]string{"GR_ip-10-0-0-31.ec2.internal"}, Groups:[]string(nil)}} I0702 22:37:07.510922 3306 services_controller.go:614] Adding service openshift-image-registry/image-registry for network=default I0702 22:37:07.510930 3306 services_controller.go:614] Adding service openshift-ingress-canary/ingress-canary for network=default I0702 22:37:07.510791 3306 services_controller.go:452] 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-0-31.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.163.92", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.181.121", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-0-31.ec2.internal"}, Routers:[]string{"GR_ip-10-0-0-31.ec2.internal"}, Groups:[]string(nil)}} I0702 22:37:07.510933 3306 services_controller.go:453] Built service default/kubernetes template LB for network=default: []services.LB{} I0702 22:37:07.510937 3306 services_controller.go:614] Adding service openshift-ingress/router-default for network=default I0702 22:37:07.510947 3306 services_controller.go:614] Adding service openshift-kube-storage-version-migrator-operator/metrics for network=default I0702 22:37:07.510945 3306 services_controller.go:453] Built service default/packageserver template LB for network=default: []services.LB{} I0702 22:37:07.510948 3306 services_controller.go:454] 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 I0702 22:37:07.510953 3306 services_controller.go:614] Adding service default/openshift-oauth-apiserver for network=default I0702 22:37:07.510959 3306 services_controller.go:614] Adding service openshift-apiserver-operator/metrics for network=default I0702 22:37:07.510959 3306 services_controller.go:454] 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 I0702 22:37:07.510966 3306 services_controller.go:614] Adding service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0702 22:37:07.510972 3306 services_controller.go:614] Adding service openshift-network-diagnostics/network-check-target for network=default I0702 22:37:07.510977 3306 services_controller.go:471] Skipping no-op change for service default/kubernetes for network=default I0702 22:37:07.510978 3306 services_controller.go:614] Adding service openshift-config-operator/metrics for network=default I0702 22:37:07.510985 3306 services_controller.go:471] Skipping no-op change for service default/packageserver for network=default I0702 22:37:07.510986 3306 services_controller.go:360] Finished syncing service kubernetes on namespace default for network=default : 377.774µs I0702 22:37:07.510987 3306 services_controller.go:614] Adding service openshift-ingress/router-internal-default for network=default I0702 22:37:07.510991 3306 services_controller.go:360] Finished syncing service packageserver on namespace default for network=default : 382.035µs I0702 22:37:07.510997 3306 services_controller.go:614] Adding service openshift-machine-config-operator/machine-config-operator for network=default I0702 22:37:07.510502 3306 services_controller.go:434] Service openshift-network-console/networking-console-plugin retrieved from lister for network=default: &Service{ObjectMeta:{networking-console-plugin openshift-network-console e92b099a-ee27-4b3b-89b8-5d1686ecf49f 4274 0 2026-07-02 22:26:33 +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 6a0bc3cc-c19e-4e27-8a28-64360d11a5ea 0xc007ab441e 0xc007ab441f}] [] []},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.206.143,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.206.143],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:07.511002 3306 services_controller.go:356] Processing sync for service openshift-dns-operator/metrics for network=default I0702 22:37:07.511004 3306 services_controller.go:614] Adding service openshift-monitoring/cluster-monitoring-operator for network=default I0702 22:37:07.511007 3306 services_controller.go:356] Processing sync for service openshift-network-operator/metrics for network=default I0702 22:37:07.511013 3306 services_controller.go:614] Adding service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0702 22:37:07.511015 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-network-operator for network=default : 7.433µs I0702 22:37:07.511019 3306 services_controller.go:614] Adding service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0702 22:37:07.511024 3306 services_controller.go:356] Processing sync for service openshift-service-ca-operator/metrics for network=default I0702 22:37:07.510839 3306 services_controller.go:451] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.253.99", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:07.511026 3306 services_controller.go:614] Adding service openshift-kube-controller-manager-operator/metrics for network=default I0702 22:37:07.511033 3306 services_controller.go:452] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics per-node LB for network=default: []services.LB{} I0702 22:37:07.511036 3306 services_controller.go:614] Adding service default/openshift-apiserver for network=default I0702 22:37:07.511041 3306 services_controller.go:453] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics template LB for network=default: []services.LB{} I0702 22:37:07.511043 3306 services_controller.go:614] Adding service openshift-apiserver/check-endpoints for network=default I0702 22:37:07.511050 3306 services_controller.go:614] Adding service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0702 22:37:07.511051 3306 services_controller.go:454] 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 I0702 22:37:07.511057 3306 services_controller.go:614] Adding service openshift-cluster-samples-operator/metrics for network=default I0702 22:37:07.511063 3306 services_controller.go:614] Adding service openshift-console-operator/metrics for network=default I0702 22:37:07.511069 3306 services_controller.go:614] Adding service openshift-machine-config-operator/machine-config-controller for network=default I0702 22:37:07.511013 3306 services_controller.go:434] Service openshift-dns-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-dns-operator 71913b77-aa4f-4d40-ba75-23fb8bff13c7 1104 0 2026-07-02 22:25:39 +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 f2a75ee6-c8ba-4210-ab75-4e7c9328338a 0xc00783b947 }] [] []},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.150.92,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.150.92],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:07.511076 3306 services_controller.go:614] Adding service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0702 22:37:07.511075 3306 services_controller.go:471] Skipping no-op change for service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0702 22:37:07.511082 3306 services_controller.go:614] Adding service default/openshift for network=default I0702 22:37:07.511083 3306 services_controller.go:360] Finished syncing service csi-snapshot-controller-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 396.497µs I0702 22:37:07.511088 3306 services_controller.go:614] Adding service openshift-cloud-credential-operator/cco-metrics for network=default I0702 22:37:07.510835 3306 services_controller.go:451] 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.127.187", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:07.511095 3306 lb_config.go:1031] Cluster endpoints for openshift-dns-operator/metrics for network=default are: map[] I0702 22:37:07.511103 3306 services_controller.go:452] Built service openshift-authentication-operator/metrics per-node LB for network=default: []services.LB{} I0702 22:37:07.511108 3306 services_controller.go:614] Adding service openshift-multus/network-metrics-service for network=default I0702 22:37:07.511113 3306 services_controller.go:453] Built service openshift-authentication-operator/metrics template LB for network=default: []services.LB{} I0702 22:37:07.511115 3306 services_controller.go:614] Adding service openshift-network-diagnostics/network-check-source for network=default I0702 22:37:07.511111 3306 services_controller.go:443] Built service openshift-dns-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.150.92"}, 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}} I0702 22:37:07.511120 3306 services_controller.go:454] 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 I0702 22:37:07.511023 3306 lb_config.go:1031] Cluster endpoints for openshift-network-console/networking-console-plugin for network=default are: map[] I0702 22:37:07.511127 3306 services_controller.go:444] Built service openshift-dns-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:07.511135 3306 services_controller.go:471] Skipping no-op change for service openshift-authentication-operator/metrics for network=default I0702 22:37:07.511132 3306 services_controller.go:443] Built service openshift-network-console/networking-console-plugin LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.206.143"}, 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}} I0702 22:37:07.511139 3306 services_controller.go:445] Built service openshift-dns-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:07.511139 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-authentication-operator for network=default : 506.241µs I0702 22:37:07.511145 3306 services_controller.go:444] Built service openshift-network-console/networking-console-plugin LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:07.511151 3306 services_controller.go:356] Processing sync for service openshift-cluster-version/cluster-version-operator for network=default I0702 22:37:07.511156 3306 services_controller.go:445] Built service openshift-network-console/networking-console-plugin LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:07.511157 3306 services_controller.go:451] 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.150.92", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:07.511174 3306 services_controller.go:451] 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.206.143", Port:9443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:07.511161 3306 services_controller.go:434] Service openshift-cluster-version/cluster-version-operator retrieved from lister for network=default: &Service{ObjectMeta:{cluster-version-operator openshift-cluster-version 26138a73-648f-4576-9555-a88b2f574032 509 0 2026-07-02 22:25:24 +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.138.55,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.138.55],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:07.511193 3306 services_controller.go:452] Built service openshift-network-console/networking-console-plugin per-node LB for network=default: []services.LB{} I0702 22:37:07.511098 3306 services_controller.go:356] Processing sync for service openshift-cluster-machine-approver/machine-approver for network=default I0702 22:37:07.511201 3306 services_controller.go:453] Built service openshift-network-console/networking-console-plugin template LB for network=default: []services.LB{} I0702 22:37:07.511206 3306 services_controller.go:360] Finished syncing service machine-approver on namespace openshift-cluster-machine-approver for network=default : 108.036µs I0702 22:37:07.511210 3306 lb_config.go:1031] Cluster endpoints for openshift-cluster-version/cluster-version-operator for network=default are: map[] I0702 22:37:07.511035 3306 services_controller.go:434] Service openshift-service-ca-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-service-ca-operator 828b2c52-efe7-4125-8ca1-f7810c935ac9 901 0 2026-07-02 22:25:34 +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 f2a75ee6-c8ba-4210-ab75-4e7c9328338a 0xc007ab4707 }] [] []},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.32.220,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.32.220],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:07.511221 3306 services_controller.go:356] Processing sync for service openshift-dns/dns-default for network=default I0702 22:37:07.511223 3306 services_controller.go:443] Built service openshift-cluster-version/cluster-version-operator LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.138.55"}, 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}} I0702 22:37:07.511238 3306 services_controller.go:444] Built service openshift-cluster-version/cluster-version-operator LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:07.511242 3306 lb_config.go:1031] Cluster endpoints for openshift-service-ca-operator/metrics for network=default are: map[] I0702 22:37:07.511207 3306 services_controller.go:454] 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 I0702 22:37:07.511251 3306 services_controller.go:445] Built service openshift-cluster-version/cluster-version-operator LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:07.511254 3306 services_controller.go:443] Built service openshift-service-ca-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.32.220"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0702 22:37:07.511263 3306 services_controller.go:471] Skipping no-op change for service openshift-network-console/networking-console-plugin for network=default I0702 22:37:07.511268 3306 services_controller.go:360] Finished syncing service networking-console-plugin on namespace openshift-network-console for network=default : 777.425µs I0702 22:37:07.511268 3306 services_controller.go:444] Built service openshift-service-ca-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:07.511277 3306 services_controller.go:356] Processing sync for service openshift-image-registry/image-registry for network=default I0702 22:37:07.511280 3306 services_controller.go:445] Built service openshift-service-ca-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:07.511270 3306 services_controller.go:451] 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.138.55", Port:9099, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:07.511231 3306 services_controller.go:434] Service openshift-dns/dns-default retrieved from lister for network=default: &Service{ObjectMeta:{dns-default openshift-dns f6a0133c-8ad5-4487-abca-430aaaf6defd 1585 0 2026-07-02 22:25:49 +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 d8f1ae50-fd45-42e8-9b4c-fe8ed1c4e95b 0xc00783ba07 }] [] []},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{},},} I0702 22:37:07.511190 3306 services_controller.go:452] Built service openshift-dns-operator/metrics per-node LB for network=default: []services.LB{} I0702 22:37:07.511298 3306 services_controller.go:452] Built service openshift-cluster-version/cluster-version-operator per-node LB for network=default: []services.LB{} I0702 22:37:07.511311 3306 services_controller.go:453] Built service openshift-cluster-version/cluster-version-operator template LB for network=default: []services.LB{} I0702 22:37:07.511311 3306 services_controller.go:453] Built service openshift-dns-operator/metrics template LB for network=default: []services.LB{} I0702 22:37:07.511297 3306 services_controller.go:451] 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.32.220", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:07.510888 3306 zone_ic_handler.go:240] Creating interconnect resources for remote zone node ip-10-0-2-224.ec2.internal for the network default I0702 22:37:07.511322 3306 services_controller.go:454] 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 I0702 22:37:07.511325 3306 services_controller.go:454] 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 I0702 22:37:07.511328 3306 services_controller.go:452] Built service openshift-service-ca-operator/metrics per-node LB for network=default: []services.LB{} I0702 22:37:07.511286 3306 services_controller.go:434] Service openshift-image-registry/image-registry retrieved from lister for network=default: &Service{ObjectMeta:{image-registry openshift-image-registry c8c53687-972c-4f38-86fa-c90bf419e549 1786 0 2026-07-02 22:25:51 +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.75.223,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.75.223],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:07.511340 3306 services_controller.go:453] Built service openshift-service-ca-operator/metrics template LB for network=default: []services.LB{} I0702 22:37:07.511344 3306 services_controller.go:471] Skipping no-op change for service openshift-cluster-version/cluster-version-operator for network=default I0702 22:37:07.511347 3306 services_controller.go:471] Skipping no-op change for service openshift-dns-operator/metrics for network=default I0702 22:37:07.511350 3306 services_controller.go:360] Finished syncing service cluster-version-operator on namespace openshift-cluster-version for network=default : 199.01µs I0702 22:37:07.511351 3306 services_controller.go:454] 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 I0702 22:37:07.511354 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-dns-operator for network=default : 351.874µs I0702 22:37:07.511353 3306 lb_config.go:1031] Cluster endpoints for openshift-image-registry/image-registry for network=default are: map[] I0702 22:37:07.511362 3306 services_controller.go:356] Processing sync for service openshift-ingress-canary/ingress-canary for network=default I0702 22:37:07.511366 3306 services_controller.go:356] Processing sync for service openshift-ingress/router-default for network=default I0702 22:37:07.511369 3306 services_controller.go:443] Built service openshift-image-registry/image-registry LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.75.223"}, 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}} I0702 22:37:07.511383 3306 services_controller.go:444] Built service openshift-image-registry/image-registry LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:07.511398 3306 services_controller.go:445] Built service openshift-image-registry/image-registry LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:07.511371 3306 services_controller.go:434] Service openshift-ingress-canary/ingress-canary retrieved from lister for network=default: &Service{ObjectMeta:{ingress-canary openshift-ingress-canary a438b3ce-b871-430f-ba45-fca7e2c04840 3248 0 2026-07-02 22:26:09 +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 b7084c2d-1526-4061-966c-ead1fb84c42a 0xc00783bb90 }] [] []},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.235.135,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.235.135],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:07.511422 3306 lb_config.go:1031] Cluster endpoints for openshift-ingress-canary/ingress-canary for network=default are: map[] I0702 22:37:07.511402 3306 model_client.go:373] Create operations generated as: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[0a:58:64:58:00:03 100.88.0.3/16]} external_ids:{GoMap:map[node:ip-10-0-2-224.ec2.internal]} name:tstor-ip-10-0-2-224.ec2.internal options:{GoMap:map[requested-chassis:ip-10-0-2-224.ec2.internal requested-tnl-key:3]} type:remote] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1983129953}] I0702 22:37:07.511417 3306 services_controller.go:451] 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.75.223", Port:5000, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:07.511315 3306 lb_config.go:1031] Cluster endpoints for openshift-dns/dns-default for network=default are: map[] I0702 22:37:07.511443 3306 services_controller.go:443] Built service openshift-ingress-canary/ingress-canary LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.235.135"}, 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.235.135"}, 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}} I0702 22:37:07.511376 3306 services_controller.go:434] Service openshift-ingress/router-default retrieved from lister for network=default: &Service{ObjectMeta:{router-default openshift-ingress 0c484d55-70b3-4e26-a227-66c9b2280077 3155 0 2026-07-02 22:26:00 +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=2ra9b3d23jisg1nirlsuo1aqo4gngmda,api.openshift.com/legal-entity-id=2h8L52xc1VHB4xLFE2YyPmAjYjI,api.openshift.com/name=kx-d9aae1c883,cluster-type=rosa-hcp,creation-date=2026-07-02,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 91b70309-50fc-479d-8485-c403f49ef81d 0xc00783bd67 }] [service.kubernetes.io/load-balancer-cleanup] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:http,Protocol:TCP,Port:80,TargetPort:{1 0 http},NodePort:31548,AppProtocol:nil,},ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{1 0 https},NodePort:32746,AppProtocol:nil,},},Selector:map[string]string{ingresscontroller.operator.openshift.io/deployment-ingresscontroller: default,},ClusterIP:172.30.159.230,Type:LoadBalancer,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:Local,HealthCheckNodePort:30574,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.159.230],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:*true,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{LoadBalancerIngress{IP:,Hostname:a0c484d5570b34e26a22766c9b228007-c2911569a02b7b64.elb.us-east-1.amazonaws.com,IPMode:nil,Ports:[]PortStatus{},},},},Conditions:[]Condition{},},} I0702 22:37:07.511452 3306 services_controller.go:452] Built service openshift-image-registry/image-registry per-node LB for network=default: []services.LB{} I0702 22:37:07.511460 3306 services_controller.go:444] Built service openshift-ingress-canary/ingress-canary LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:07.511462 3306 services_controller.go:443] Built service openshift-dns/dns-default LB cluster-wide configs for network=default: []services.lbConfig(nil) I0702 22:37:07.511467 3306 services_controller.go:453] Built service openshift-image-registry/image-registry template LB for network=default: []services.LB{} I0702 22:37:07.511472 3306 services_controller.go:445] Built service openshift-ingress-canary/ingress-canary LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:07.511476 3306 lb_config.go:1031] Cluster endpoints for openshift-ingress/router-default for network=default are: map[] I0702 22:37:07.511478 3306 services_controller.go:454] 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 I0702 22:37:07.511473 3306 services_controller.go:444] 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}} I0702 22:37:07.511487 3306 lb_config.go:1054] Local endpoints for openshift-ingress/router-default for network=default are: map[] I0702 22:37:07.511495 3306 services_controller.go:445] Built service openshift-dns/dns-default LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:07.511501 3306 services_controller.go:471] Skipping no-op change for service openshift-image-registry/image-registry for network=default I0702 22:37:07.511484 3306 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u1983129953}]}}] Timeout: Where:[where column _uuid == {0ea3b666-51bf-49ea-af03-0f01b328402f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:07.511490 3306 services_controller.go:451] 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.235.135", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.235.135", Port:8888, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:07.511508 3306 services_controller.go:360] Finished syncing service image-registry on namespace openshift-image-registry for network=default : 229.645µs I0702 22:37:07.511501 3306 services_controller.go:443] Built service openshift-ingress/router-default LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.159.230"}, 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.159.230"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0702 22:37:07.511519 3306 services_controller.go:452] Built service openshift-ingress-canary/ingress-canary per-node LB for network=default: []services.LB{} I0702 22:37:07.511521 3306 services_controller.go:356] Processing sync for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0702 22:37:07.511526 3306 services_controller.go:451] Built service openshift-dns/dns-default cluster-wide LB for network=default: []services.LB{} I0702 22:37:07.511521 3306 services_controller.go:444] Built service openshift-ingress/router-default LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"node"}, protocol:"TCP", inport:31548, 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:32746, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:true, internalTrafficLocal:false, hasNodePort:true}} I0702 22:37:07.511531 3306 services_controller.go:453] Built service openshift-ingress-canary/ingress-canary template LB for network=default: []services.LB{} I0702 22:37:07.511540 3306 services_controller.go:445] Built service openshift-ingress/router-default LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:07.511543 3306 services_controller.go:454] 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 I0702 22:37:07.511515 3306 transact.go:42] Configuring OVN: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[0a:58:64:58:00:03 100.88.0.3/16]} external_ids:{GoMap:map[node:ip-10-0-2-224.ec2.internal]} name:tstor-ip-10-0-2-224.ec2.internal options:{GoMap:map[requested-chassis:ip-10-0-2-224.ec2.internal requested-tnl-key:3]} type:remote] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1983129953} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u1983129953}]}}] Timeout: Where:[where column _uuid == {0ea3b666-51bf-49ea-af03-0f01b328402f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:07.511566 3306 services_controller.go:471] Skipping no-op change for service openshift-ingress-canary/ingress-canary for network=default I0702 22:37:07.511536 3306 services_controller.go:452] 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-0-31.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-0-31.ec2.internal"}, Routers:[]string{"GR_ip-10-0-0-31.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-dns/dns-default_UDP_node_router+switch_ip-10-0-0-31.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-0-31.ec2.internal"}, Routers:[]string{"GR_ip-10-0-0-31.ec2.internal"}, Groups:[]string(nil)}} I0702 22:37:07.511576 3306 services_controller.go:360] Finished syncing service ingress-canary on namespace openshift-ingress-canary for network=default : 214.384µs I0702 22:37:07.511534 3306 services_controller.go:434] Service openshift-kube-storage-version-migrator-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-kube-storage-version-migrator-operator ec5eab1a-42a7-419c-b049-97a142f05e45 3100 0 2026-07-02 22:26:04 +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 f2a75ee6-c8ba-4210-ab75-4e7c9328338a 0xc007ab4087 }] [] []},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.62.168,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.62.168],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:07.511586 3306 services_controller.go:453] Built service openshift-dns/dns-default template LB for network=default: []services.LB{} I0702 22:37:07.511590 3306 services_controller.go:356] Processing sync for service default/openshift-oauth-apiserver for network=default I0702 22:37:07.511577 3306 services_controller.go:451] 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.159.230", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.159.230", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:07.511598 3306 services_controller.go:454] 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 I0702 22:37:07.511598 3306 lb_config.go:1031] Cluster endpoints for openshift-kube-storage-version-migrator-operator/metrics for network=default are: map[] I0702 22:37:07.511614 3306 services_controller.go:443] Built service openshift-kube-storage-version-migrator-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.62.168"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0702 22:37:07.511627 3306 services_controller.go:471] Skipping no-op change for service openshift-dns/dns-default for network=default I0702 22:37:07.511628 3306 services_controller.go:444] Built service openshift-kube-storage-version-migrator-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:07.511634 3306 services_controller.go:360] Finished syncing service dns-default on namespace openshift-dns for network=default : 413.496µs I0702 22:37:07.511599 3306 services_controller.go:434] Service default/openshift-oauth-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-oauth-apiserver default c727cef9-6f18-4ab2-b51c-76a9f3eb6eef 1640 0 2026-07-02 22:25:49 +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.4.241,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.4.241],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:07.511374 3306 services_controller.go:471] Skipping no-op change for service openshift-service-ca-operator/metrics for network=default I0702 22:37:07.511640 3306 services_controller.go:445] Built service openshift-kube-storage-version-migrator-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:07.511645 3306 services_controller.go:356] Processing sync for service openshift-apiserver-operator/metrics for network=default I0702 22:37:07.511649 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-service-ca-operator for network=default : 622.759µs I0702 22:37:07.511607 3306 services_controller.go:452] 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-0-31.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.0.31", Port:31548, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:31548, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.0.31", Port:32746, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:32746, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string(nil), Routers:[]string{"GR_ip-10-0-0-31.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-ingress/router-default_TCP_node_switch_ip-10-0-0-31.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:31548, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.0.31", Port:31548, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:31548, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:31548, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:32746, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.0.31", Port:32746, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:32746, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:32746, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-0-31.ec2.internal"}, Routers:[]string(nil), Groups:[]string(nil)}} I0702 22:37:07.511665 3306 services_controller.go:356] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0702 22:37:07.511659 3306 services_controller.go:451] 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.62.168", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:07.511681 3306 services_controller.go:453] Built service openshift-ingress/router-default template LB for network=default: []services.LB{} I0702 22:37:07.511685 3306 services_controller.go:452] Built service openshift-kube-storage-version-migrator-operator/metrics per-node LB for network=default: []services.LB{} I0702 22:37:07.511654 3306 services_controller.go:434] Service openshift-apiserver-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-apiserver-operator 7f2599c6-19bd-4072-8445-b7a0e80b85c1 1046 0 2026-07-02 22:25:38 +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 f2a75ee6-c8ba-4210-ab75-4e7c9328338a 0xc00783afaf }] [] []},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.210.132,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.210.132],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:07.511697 3306 services_controller.go:453] Built service openshift-kube-storage-version-migrator-operator/metrics template LB for network=default: []services.LB{} I0702 22:37:07.511693 3306 services_controller.go:454] 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 I0702 22:37:07.511707 3306 services_controller.go:454] 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 I0702 22:37:07.511708 3306 lb_config.go:1031] Cluster endpoints for openshift-apiserver-operator/metrics for network=default are: map[] I0702 22:37:07.511718 3306 services_controller.go:443] Built service openshift-apiserver-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.210.132"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0702 22:37:07.511727 3306 services_controller.go:444] Built service openshift-apiserver-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:07.511731 3306 services_controller.go:471] Skipping no-op change for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0702 22:37:07.511736 3306 services_controller.go:445] Built service openshift-apiserver-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:07.511738 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-kube-storage-version-migrator-operator for network=default : 217.027µs I0702 22:37:07.511740 3306 services_controller.go:471] Skipping no-op change for service openshift-ingress/router-default for network=default I0702 22:37:07.511664 3306 lb_config.go:1031] Cluster endpoints for default/openshift-oauth-apiserver for network=default are: map[TCP/https:{443 [172.30.36.54] []}] I0702 22:37:07.511746 3306 services_controller.go:360] Finished syncing service router-default on namespace openshift-ingress for network=default : 380.72µs I0702 22:37:07.511681 3306 services_controller.go:434] 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 6acba11b-8816-4aab-bdd8-a1770841eb6b 6486 0 2026-07-02 22:28:59 +0000 UTC map[olm.managed:true olm.service-spec-hash:8H7arFYfeqTDwtur5ZzpDGCqSKpg30XG9PXH2W] map[] [{operators.coreos.com/v1alpha1 CatalogSource deployment-validation-operator-catalog dc4c1225-d621-4bf5-8ced-4a9ff457d432 0xc00783b80d 0xc00783b80e}] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:grpc,Protocol:TCP,Port:50051,TargetPort:{0 50051 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{olm.catalogSource: deployment-validation-operator-catalog,olm.managed: true,},ClusterIP:172.30.171.254,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.171.254],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:07.511753 3306 services_controller.go:356] Processing sync for service openshift-network-diagnostics/network-check-target for network=default I0702 22:37:07.511757 3306 services_controller.go:443] Built service default/openshift-oauth-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0702 22:37:07.511760 3306 services_controller.go:356] Processing sync for service openshift-config-operator/metrics for network=default I0702 22:37:07.511755 3306 services_controller.go:451] 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.210.132", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:07.511769 3306 services_controller.go:444] Built service default/openshift-oauth-apiserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.4.241"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.36.54"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0702 22:37:07.511776 3306 lb_config.go:1031] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default are: map[] I0702 22:37:07.511783 3306 services_controller.go:452] Built service openshift-apiserver-operator/metrics per-node LB for network=default: []services.LB{} I0702 22:37:07.511783 3306 services_controller.go:445] Built service default/openshift-oauth-apiserver LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:07.511794 3306 services_controller.go:453] Built service openshift-apiserver-operator/metrics template LB for network=default: []services.LB{} I0702 22:37:07.511790 3306 services_controller.go:443] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.171.254"}, 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}} I0702 22:37:07.511765 3306 services_controller.go:434] Service openshift-network-diagnostics/network-check-target retrieved from lister for network=default: &Service{ObjectMeta:{network-check-target openshift-network-diagnostics be555b21-71a5-4b24-a835-13be692a05f3 4156 0 2026-07-02 22:26:30 +0000 UTC map[] map[] [{operator.openshift.io/v1 Network cluster 6a0bc3cc-c19e-4e27-8a28-64360d11a5ea 0xc007ab4517 0xc007ab4518}] [] []},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.191.130,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.191.130],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:07.511805 3306 services_controller.go:454] 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 I0702 22:37:07.511806 3306 services_controller.go:444] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:07.511805 3306 services_controller.go:451] Built service default/openshift-oauth-apiserver cluster-wide LB for network=default: []services.LB{} I0702 22:37:07.511771 3306 services_controller.go:434] Service openshift-config-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-config-operator 48a09cbf-a025-4a23-bdf6-525a737c3e79 1746 0 2026-07-02 22:25:51 +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 f2a75ee6-c8ba-4210-ab75-4e7c9328338a 0xc00783b6b7 }] [] []},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.91.173,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.91.173],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:07.511839 3306 services_controller.go:445] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:07.511843 3306 lb_config.go:1031] Cluster endpoints for openshift-network-diagnostics/network-check-target for network=default are: map[] I0702 22:37:07.511847 3306 services_controller.go:471] Skipping no-op change for service openshift-apiserver-operator/metrics for network=default I0702 22:37:07.511837 3306 services_controller.go:452] 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-0-31.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.4.241", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.36.54", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-0-31.ec2.internal"}, Routers:[]string{"GR_ip-10-0-0-31.ec2.internal"}, Groups:[]string(nil)}} I0702 22:37:07.511857 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-apiserver-operator for network=default : 210.67µs I0702 22:37:07.511854 3306 lb_config.go:1031] Cluster endpoints for openshift-config-operator/metrics for network=default are: map[] I0702 22:37:07.511858 3306 services_controller.go:443] Built service openshift-network-diagnostics/network-check-target LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.191.130"}, 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}} I0702 22:37:07.511868 3306 services_controller.go:453] Built service default/openshift-oauth-apiserver template LB for network=default: []services.LB{} I0702 22:37:07.511870 3306 services_controller.go:356] Processing sync for service openshift-ingress/router-internal-default for network=default I0702 22:37:07.511872 3306 services_controller.go:444] Built service openshift-network-diagnostics/network-check-target LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:07.511872 3306 services_controller.go:443] Built service openshift-config-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.91.173"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0702 22:37:07.511856 3306 services_controller.go:451] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-deployment-validation-operator/deployment-validation-operator-catalog_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-deployment-validation-operator/deployment-validation-operator-catalog"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.171.254", Port:50051, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:07.511881 3306 services_controller.go:454] 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 I0702 22:37:07.511884 3306 services_controller.go:445] Built service openshift-network-diagnostics/network-check-target LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:07.511886 3306 services_controller.go:444] Built service openshift-config-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:07.511893 3306 services_controller.go:452] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog per-node LB for network=default: []services.LB{} I0702 22:37:07.511901 3306 services_controller.go:445] Built service openshift-config-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:07.511903 3306 services_controller.go:453] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog template LB for network=default: []services.LB{} I0702 22:37:07.511908 3306 services_controller.go:471] Skipping no-op change for service default/openshift-oauth-apiserver for network=default I0702 22:37:07.511913 3306 services_controller.go:454] 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 I0702 22:37:07.511914 3306 services_controller.go:360] Finished syncing service openshift-oauth-apiserver on namespace default for network=default : 325.956µs I0702 22:37:07.511904 3306 services_controller.go:451] 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.191.130", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:07.511926 3306 services_controller.go:356] Processing sync for service openshift-machine-config-operator/machine-config-operator for network=default I0702 22:37:07.511918 3306 services_controller.go:451] 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.91.173", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:07.511935 3306 services_controller.go:471] Skipping no-op change for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0702 22:37:07.511933 3306 services_controller.go:452] Built service openshift-network-diagnostics/network-check-target per-node LB for network=default: []services.LB{} I0702 22:37:07.511943 3306 services_controller.go:452] Built service openshift-config-operator/metrics per-node LB for network=default: []services.LB{} I0702 22:37:07.511881 3306 services_controller.go:434] Service openshift-ingress/router-internal-default retrieved from lister for network=default: &Service{ObjectMeta:{router-internal-default openshift-ingress 467af302-1cac-4ff2-bfbf-1ff1bf3104be 2825 0 2026-07-02 22:26:00 +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 91b70309-50fc-479d-8485-c403f49ef81d 0xc00783be2e }] [] []},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.140.55,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.140.55],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:07.511945 3306 services_controller.go:360] Finished syncing service deployment-validation-operator-catalog on namespace openshift-deployment-validation-operator for network=default : 277.893µs I0702 22:37:07.511956 3306 services_controller.go:453] Built service openshift-config-operator/metrics template LB for network=default: []services.LB{} I0702 22:37:07.511954 3306 services_controller.go:453] Built service openshift-network-diagnostics/network-check-target template LB for network=default: []services.LB{} I0702 22:37:07.511968 3306 services_controller.go:356] Processing sync for service openshift-monitoring/cluster-monitoring-operator for network=default I0702 22:37:07.511968 3306 services_controller.go:454] 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 I0702 22:37:07.511970 3306 services_controller.go:454] 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 I0702 22:37:07.511972 3306 lb_config.go:1031] Cluster endpoints for openshift-ingress/router-internal-default for network=default are: map[] I0702 22:37:07.511975 3306 services_controller.go:360] Finished syncing service cluster-monitoring-operator on namespace openshift-monitoring for network=default : 8.155µs I0702 22:37:07.511935 3306 services_controller.go:434] Service openshift-machine-config-operator/machine-config-operator retrieved from lister for network=default: &Service{ObjectMeta:{machine-config-operator openshift-machine-config-operator fc1b54bd-51c8-480d-85b1-d0ff5eb5630b 806 0 2026-07-02 22:25:32 +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 f2a75ee6-c8ba-4210-ab75-4e7c9328338a 0xc007ab426b }] [] []},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.168.17,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.168.17],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:07.511987 3306 services_controller.go:356] Processing sync for service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0702 22:37:07.511992 3306 services_controller.go:471] Skipping no-op change for service openshift-config-operator/metrics for network=default I0702 22:37:07.511992 3306 services_controller.go:471] Skipping no-op change for service openshift-network-diagnostics/network-check-target for network=default I0702 22:37:07.511994 3306 services_controller.go:360] Finished syncing service node-tuning-operator on namespace openshift-cluster-node-tuning-operator for network=default : 8.337µs I0702 22:37:07.511998 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-config-operator for network=default : 237.747µs I0702 22:37:07.512000 3306 services_controller.go:360] Finished syncing service network-check-target on namespace openshift-network-diagnostics for network=default : 247.586µs I0702 22:37:07.512000 3306 lb_config.go:1031] Cluster endpoints for openshift-machine-config-operator/machine-config-operator for network=default are: map[] I0702 22:37:07.512005 3306 services_controller.go:356] Processing sync for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0702 22:37:07.511989 3306 services_controller.go:443] Built service openshift-ingress/router-internal-default LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.140.55"}, 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.140.55"}, protocol:"TCP", 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.140.55"}, 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}} I0702 22:37:07.512010 3306 services_controller.go:356] Processing sync for service openshift-kube-controller-manager-operator/metrics for network=default I0702 22:37:07.512014 3306 services_controller.go:356] Processing sync for service default/openshift-apiserver for network=default I0702 22:37:07.512016 3306 services_controller.go:444] Built service openshift-ingress/router-internal-default LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:07.512014 3306 services_controller.go:443] Built service openshift-machine-config-operator/machine-config-operator LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.168.17"}, 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}} I0702 22:37:07.512027 3306 services_controller.go:445] Built service openshift-ingress/router-internal-default LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:07.512029 3306 services_controller.go:444] Built service openshift-machine-config-operator/machine-config-operator LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:07.512039 3306 services_controller.go:445] Built service openshift-machine-config-operator/machine-config-operator LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:07.512023 3306 services_controller.go:434] Service default/openshift-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-apiserver default 64d75c56-6170-4aa6-bf7a-3ff45e63df58 1598 0 2026-07-02 22:25:49 +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.210.245,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.210.245],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:07.512020 3306 services_controller.go:434] Service openshift-kube-controller-manager-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-kube-controller-manager-operator af1b8f60-a9f9-470a-8273-309ecb77b313 819 0 2026-07-02 22:25:33 +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 f2a75ee6-c8ba-4210-ab75-4e7c9328338a 0xc00783bfcf }] [] []},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.169,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.102.169],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:07.512013 3306 services_controller.go:434] 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 4560b7d5-c678-42f3-8cc3-0737cb1b10f7 1014 0 2026-07-02 22:25:37 +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 f2a75ee6-c8ba-4210-ab75-4e7c9328338a 0xc00783b4e7 }] [] []},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.212.114,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.212.114],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:07.512045 3306 services_controller.go:451] 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.140.55", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.140.55", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.140.55", Port:1936, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:07.512055 3306 services_controller.go:451] 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.168.17", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:07.512080 3306 lb_config.go:1031] Cluster endpoints for openshift-kube-controller-manager-operator/metrics for network=default are: map[] I0702 22:37:07.512081 3306 services_controller.go:452] Built service openshift-ingress/router-internal-default per-node LB for network=default: []services.LB{} I0702 22:37:07.512085 3306 services_controller.go:452] Built service openshift-machine-config-operator/machine-config-operator per-node LB for network=default: []services.LB{} I0702 22:37:07.512080 3306 lb_config.go:1031] Cluster endpoints for default/openshift-apiserver for network=default are: map[TCP/https:{443 [172.30.24.132] []}] I0702 22:37:07.512091 3306 lb_config.go:1031] Cluster endpoints for openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default are: map[] I0702 22:37:07.512095 3306 services_controller.go:453] Built service openshift-ingress/router-internal-default template LB for network=default: []services.LB{} I0702 22:37:07.512096 3306 services_controller.go:453] Built service openshift-machine-config-operator/machine-config-operator template LB for network=default: []services.LB{} I0702 22:37:07.512091 3306 services_controller.go:443] Built service openshift-kube-controller-manager-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.102.169"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0702 22:37:07.512100 3306 services_controller.go:443] Built service default/openshift-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0702 22:37:07.512107 3306 services_controller.go:454] 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 I0702 22:37:07.512108 3306 services_controller.go:444] Built service openshift-kube-controller-manager-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:07.512109 3306 services_controller.go:454] 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 I0702 22:37:07.512105 3306 services_controller.go:443] 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.212.114"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0702 22:37:07.512112 3306 services_controller.go:444] Built service default/openshift-apiserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.210.245"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.24.132"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0702 22:37:07.512118 3306 services_controller.go:445] Built service openshift-kube-controller-manager-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:07.512123 3306 services_controller.go:444] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:07.512126 3306 services_controller.go:445] Built service default/openshift-apiserver LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:07.512131 3306 services_controller.go:471] Skipping no-op change for service openshift-ingress/router-internal-default for network=default I0702 22:37:07.512132 3306 services_controller.go:445] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:07.512133 3306 services_controller.go:471] Skipping no-op change for service openshift-machine-config-operator/machine-config-operator for network=default I0702 22:37:07.512138 3306 services_controller.go:360] Finished syncing service router-internal-default on namespace openshift-ingress for network=default : 269.474µs I0702 22:37:07.512143 3306 services_controller.go:360] Finished syncing service machine-config-operator on namespace openshift-machine-config-operator for network=default : 216.446µs I0702 22:37:07.512147 3306 services_controller.go:451] Built service default/openshift-apiserver cluster-wide LB for network=default: []services.LB{} I0702 22:37:07.512152 3306 services_controller.go:356] Processing sync for service openshift-apiserver/check-endpoints for network=default I0702 22:37:07.512137 3306 services_controller.go:451] 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.169", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:07.512155 3306 services_controller.go:356] Processing sync for service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0702 22:37:07.512166 3306 services_controller.go:452] Built service openshift-kube-controller-manager-operator/metrics per-node LB for network=default: []services.LB{} I0702 22:37:07.512151 3306 services_controller.go:451] 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.212.114", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:07.512157 3306 services_controller.go:452] 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-0-31.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.210.245", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.24.132", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-0-31.ec2.internal"}, Routers:[]string{"GR_ip-10-0-0-31.ec2.internal"}, Groups:[]string(nil)}} I0702 22:37:07.512179 3306 services_controller.go:453] Built service openshift-kube-controller-manager-operator/metrics template LB for network=default: []services.LB{} I0702 22:37:07.512181 3306 services_controller.go:452] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics per-node LB for network=default: []services.LB{} I0702 22:37:07.512186 3306 services_controller.go:453] Built service default/openshift-apiserver template LB for network=default: []services.LB{} I0702 22:37:07.512190 3306 services_controller.go:454] 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 I0702 22:37:07.512193 3306 services_controller.go:453] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics template LB for network=default: []services.LB{} I0702 22:37:07.512197 3306 services_controller.go:454] 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 I0702 22:37:07.512160 3306 services_controller.go:434] Service openshift-apiserver/check-endpoints retrieved from lister for network=default: &Service{ObjectMeta:{check-endpoints openshift-apiserver 1b98a1bb-2075-4f2e-a51b-02a49b3649cb 1693 0 2026-07-02 22:25:50 +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 f2a75ee6-c8ba-4210-ab75-4e7c9328338a 0xc00783b077 }] [] []},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.175.210,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.175.210],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:07.512165 3306 services_controller.go:434] 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 57b8d3e8-be5d-4b86-8dc4-e36570aef4a4 1521 0 2026-07-02 22:25:48 +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 f2a75ee6-c8ba-4210-ab75-4e7c9328338a 0xc00783b3bf }] [] []},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.244.197,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.244.197],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:07.512203 3306 services_controller.go:454] 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 I0702 22:37:07.512211 3306 services_controller.go:471] Skipping no-op change for service openshift-kube-controller-manager-operator/metrics for network=default I0702 22:37:07.512220 3306 services_controller.go:471] Skipping no-op change for service default/openshift-apiserver for network=default I0702 22:37:07.512220 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-kube-controller-manager-operator for network=default : 208.124µs I0702 22:37:07.512222 3306 lb_config.go:1031] Cluster endpoints for openshift-apiserver/check-endpoints for network=default are: map[] I0702 22:37:07.512224 3306 lb_config.go:1031] Cluster endpoints for openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default are: map[] I0702 22:37:07.512225 3306 services_controller.go:360] Finished syncing service openshift-apiserver on namespace default for network=default : 212.124µs I0702 22:37:07.512231 3306 services_controller.go:471] Skipping no-op change for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0702 22:37:07.512233 3306 services_controller.go:356] Processing sync for service openshift-cluster-samples-operator/metrics for network=default I0702 22:37:07.512238 3306 services_controller.go:356] Processing sync for service openshift-console-operator/metrics for network=default I0702 22:37:07.512236 3306 services_controller.go:443] 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.244.197"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0702 22:37:07.512235 3306 services_controller.go:443] Built service openshift-apiserver/check-endpoints LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.175.210"}, 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}} I0702 22:37:07.512241 3306 services_controller.go:360] Finished syncing service cluster-storage-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 235.085µs I0702 22:37:07.512244 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-cluster-samples-operator for network=default : 11.149µs I0702 22:37:07.512249 3306 services_controller.go:444] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:07.512251 3306 services_controller.go:444] Built service openshift-apiserver/check-endpoints LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:07.512257 3306 services_controller.go:356] Processing sync for service openshift-machine-config-operator/machine-config-controller for network=default I0702 22:37:07.512259 3306 services_controller.go:445] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:07.512260 3306 services_controller.go:356] Processing sync for service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0702 22:37:07.512262 3306 services_controller.go:445] Built service openshift-apiserver/check-endpoints LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:07.512268 3306 services_controller.go:360] Finished syncing service ovn-kubernetes-node on namespace openshift-ovn-kubernetes for network=default : 7.991µs I0702 22:37:07.512277 3306 services_controller.go:356] Processing sync for service default/openshift for network=default I0702 22:37:07.512283 3306 services_controller.go:360] Finished syncing service openshift on namespace default for network=default : 6.198µs I0702 22:37:07.512246 3306 services_controller.go:434] Service openshift-console-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-console-operator 3e24f3db-0dc4-4dbd-85f4-162854240be2 1933 0 2026-07-02 22:25:54 +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 f2a75ee6-c8ba-4210-ab75-4e7c9328338a 0xc00783b777 }] [] []},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.121.47,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.121.47],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:07.512290 3306 services_controller.go:356] Processing sync for service openshift-cloud-credential-operator/cco-metrics for network=default I0702 22:37:07.512276 3306 services_controller.go:451] 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.244.197", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:07.512283 3306 services_controller.go:451] 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.175.210", Port:17698, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:07.512304 3306 lb_config.go:1031] Cluster endpoints for openshift-console-operator/metrics for network=default are: map[] I0702 22:37:07.512308 3306 services_controller.go:452] Built service openshift-apiserver/check-endpoints per-node LB for network=default: []services.LB{} I0702 22:37:07.512305 3306 services_controller.go:452] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service per-node LB for network=default: []services.LB{} I0702 22:37:07.512319 3306 services_controller.go:453] Built service openshift-apiserver/check-endpoints template LB for network=default: []services.LB{} I0702 22:37:07.512322 3306 services_controller.go:453] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service template LB for network=default: []services.LB{} I0702 22:37:07.512317 3306 services_controller.go:443] Built service openshift-console-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.121.47"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0702 22:37:07.512266 3306 services_controller.go:434] Service openshift-machine-config-operator/machine-config-controller retrieved from lister for network=default: &Service{ObjectMeta:{machine-config-controller openshift-machine-config-operator c510d9cd-a27b-493e-81b5-1a4e61d48731 881 0 2026-07-02 22:25:34 +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 f2a75ee6-c8ba-4210-ab75-4e7c9328338a 0xc007ab410b }] [] []},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.95.223,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.95.223],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:07.512330 3306 services_controller.go:454] 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 I0702 22:37:07.512333 3306 services_controller.go:454] 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 I0702 22:37:07.512333 3306 services_controller.go:444] Built service openshift-console-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:07.512299 3306 services_controller.go:434] Service openshift-cloud-credential-operator/cco-metrics retrieved from lister for network=default: &Service{ObjectMeta:{cco-metrics openshift-cloud-credential-operator ec70ae15-c8de-4bb8-a058-2ff06dbbe55a 1109 0 2026-07-02 22:25:40 +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 f2a75ee6-c8ba-4210-ab75-4e7c9328338a 0xc00783b1cb }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:metrics,Protocol:TCP,Port:8443,TargetPort:{1 0 metrics},NodePort:0,AppProtocol:nil,},},Selector:map[string]string{app: cloud-credential-operator,},ClusterIP:172.30.78.196,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.78.196],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:07.512345 3306 services_controller.go:445] Built service openshift-console-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:07.512352 3306 services_controller.go:471] Skipping no-op change for service openshift-apiserver/check-endpoints for network=default I0702 22:37:07.512354 3306 services_controller.go:471] Skipping no-op change for service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0702 22:37:07.512357 3306 lb_config.go:1031] Cluster endpoints for openshift-cloud-credential-operator/cco-metrics for network=default are: map[] I0702 22:37:07.512351 3306 lb_config.go:1031] Cluster endpoints for openshift-machine-config-operator/machine-config-controller for network=default are: map[] I0702 22:37:07.512360 3306 services_controller.go:360] Finished syncing service performance-addon-operator-service on namespace openshift-cluster-node-tuning-operator for network=default : 205.998µs I0702 22:37:07.512358 3306 services_controller.go:360] Finished syncing service check-endpoints on namespace openshift-apiserver for network=default : 206.565µs I0702 22:37:07.512369 3306 services_controller.go:443] Built service openshift-cloud-credential-operator/cco-metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.78.196"}, 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}} I0702 22:37:07.512374 3306 services_controller.go:356] Processing sync for service openshift-multus/network-metrics-service for network=default I0702 22:37:07.512361 3306 services_controller.go:451] 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.121.47", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:07.512373 3306 services_controller.go:443] Built service openshift-machine-config-operator/machine-config-controller LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.95.223"}, 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}} I0702 22:37:07.512382 3306 services_controller.go:444] Built service openshift-cloud-credential-operator/cco-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:07.512382 3306 services_controller.go:360] Finished syncing service network-metrics-service on namespace openshift-multus for network=default : 9.306µs I0702 22:37:07.512376 3306 services_controller.go:356] Processing sync for service openshift-network-diagnostics/network-check-source for network=default I0702 22:37:07.512389 3306 services_controller.go:452] Built service openshift-console-operator/metrics per-node LB for network=default: []services.LB{} I0702 22:37:07.512390 3306 services_controller.go:444] Built service openshift-machine-config-operator/machine-config-controller LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:07.512392 3306 services_controller.go:445] Built service openshift-cloud-credential-operator/cco-metrics LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:07.512395 3306 services_controller.go:360] Finished syncing service network-check-source on namespace openshift-network-diagnostics for network=default : 18.912µs I0702 22:37:07.512400 3306 services_controller.go:453] Built service openshift-console-operator/metrics template LB for network=default: []services.LB{} I0702 22:37:07.512401 3306 services_controller.go:445] Built service openshift-machine-config-operator/machine-config-controller LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:07.512411 3306 services_controller.go:454] 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 I0702 22:37:07.512410 3306 services_controller.go:451] Built service openshift-cloud-credential-operator/cco-metrics cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-cloud-credential-operator/cco-metrics_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-cloud-credential-operator/cco-metrics"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.78.196", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:07.512434 3306 services_controller.go:471] Skipping no-op change for service openshift-console-operator/metrics for network=default I0702 22:37:07.512421 3306 services_controller.go:451] 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.95.223", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:07.512440 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-console-operator for network=default : 201.972µs I0702 22:37:07.512442 3306 services_controller.go:452] Built service openshift-cloud-credential-operator/cco-metrics per-node LB for network=default: []services.LB{} I0702 22:37:07.512449 3306 services_controller.go:452] Built service openshift-machine-config-operator/machine-config-controller per-node LB for network=default: []services.LB{} I0702 22:37:07.512453 3306 services_controller.go:453] Built service openshift-cloud-credential-operator/cco-metrics template LB for network=default: []services.LB{} I0702 22:37:07.512462 3306 services_controller.go:453] Built service openshift-machine-config-operator/machine-config-controller template LB for network=default: []services.LB{} I0702 22:37:07.512464 3306 services_controller.go:454] 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 I0702 22:37:07.512474 3306 services_controller.go:454] 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 I0702 22:37:07.512486 3306 services_controller.go:471] Skipping no-op change for service openshift-cloud-credential-operator/cco-metrics for network=default I0702 22:37:07.512493 3306 services_controller.go:360] Finished syncing service cco-metrics on namespace openshift-cloud-credential-operator for network=default : 202.473µs I0702 22:37:07.512499 3306 services_controller.go:471] Skipping no-op change for service openshift-machine-config-operator/machine-config-controller for network=default I0702 22:37:07.512506 3306 services_controller.go:360] Finished syncing service machine-config-controller on namespace openshift-machine-config-operator for network=default : 249.177µs I0702 22:37:07.512606 3306 model_client.go:373] Create operations generated as: [{Op:insert Table:Logical_Router_Static_Route Row:map[external_ids:{GoMap:map[ic-node:ip-10-0-2-224.ec2.internal]} ip_prefix:10.129.0.0/23 nexthop:100.88.0.3] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1983129954}] I0702 22:37:07.512648 3306 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u1983129954}]}}] Timeout: Where:[where column _uuid == {75656b24-b078-48c3-9105-f7d2df67dfd5}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:07.512668 3306 transact.go:42] Configuring OVN: [{Op:insert Table:Logical_Router_Static_Route Row:map[external_ids:{GoMap:map[ic-node:ip-10-0-2-224.ec2.internal]} ip_prefix:10.129.0.0/23 nexthop:100.88.0.3] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1983129954} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u1983129954}]}}] Timeout: Where:[where column _uuid == {75656b24-b078-48c3-9105-f7d2df67dfd5}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:07.513142 3306 model_client.go:373] Create operations generated as: [{Op:insert Table:Logical_Router_Static_Route Row:map[external_ids:{GoMap:map[ic-node:ip-10-0-2-224.ec2.internal]} ip_prefix:100.64.0.3/32 nexthop:100.88.0.3] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1983129955}] I0702 22:37:07.513186 3306 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u1983129955}]}}] Timeout: Where:[where column _uuid == {75656b24-b078-48c3-9105-f7d2df67dfd5}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:07.513210 3306 transact.go:42] Configuring OVN: [{Op:insert Table:Logical_Router_Static_Route Row:map[external_ids:{GoMap:map[ic-node:ip-10-0-2-224.ec2.internal]} ip_prefix:100.64.0.3/32 nexthop:100.88.0.3] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1983129955} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u1983129955}]}}] Timeout: Where:[where column _uuid == {75656b24-b078-48c3-9105-f7d2df67dfd5}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:07.513540 3306 zone_ic_handler.go:257] Creating Interconnect resources for node ip-10-0-2-224.ec2.internal took: 2.652024ms I0702 22:37:07.513553 3306 master.go:657] Creating Interconnect resources for node ip-10-0-2-224.ec2.internal took: 3.505359ms I0702 22:37:07.513566 3306 obj_retry.go:568] Update event received for resource *factory.egressNode, old object is equal to new: false I0702 22:37:07.513578 3306 obj_retry.go:620] Update event received for *factory.egressNode ip-10-0-2-224.ec2.internal I0702 22:37:07.578427 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 8 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 22:37:07.578453 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 8 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0702 22:37:07.587268 3306 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:0xa1} I0702 22:37:07.587295 3306 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:0xa2} I0702 22:37:07.593773 3306 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-1-191.ec2.internal, subnet 10.130.0.0/23 I0702 22:37:07.593796 3306 ovs.go:159] Exec(74): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns _uuid find logical_flow match="reg7 == 0 && ip4.dst == 10.130.0.0/23" I0702 22:37:07.603339 3306 ovs.go:162] Exec(74): stdout: "" I0702 22:37:07.603352 3306 ovs.go:163] Exec(74): stderr: "" I0702 22:37:07.603361 3306 default_node_network_controller.go:766] Upgrade Hack: checkOVNSBNodeLRSR for node - 10.130.0.0/23 : match match="reg7 == 0 && ip4.dst == 10.130.0.0/23" : stdout - : stderr - : err I0702 22:37:07.631973 3306 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0702 22:37:07.631998 3306 default_network_controller.go:747] Recording update event on pod kube-system/konnectivity-agent-nrrmr I0702 22:37:07.632016 3306 obj_retry.go:620] Update event received for *v1.Pod kube-system/konnectivity-agent-nrrmr I0702 22:37:07.632031 3306 ovn.go:138] Ensuring zone remote for Pod kube-system/konnectivity-agent-nrrmr in node ip-10-0-1-191.ec2.internal I0702 22:37:07.632039 3306 default_network_controller.go:776] Recording success event on pod kube-system/konnectivity-agent-nrrmr I0702 22:37:07.632032 3306 admin_network_policy_controller.go:532] Updating Pod in Admin Network Policy controller kube-system/konnectivity-agent-nrrmr: podLabels app=konnectivity-agent,controller-revision-hash=5d659854bd,pod-template-generation=1, podIPs: [10.0.1.191], PodStatus: true, PodCompleted?: false I0702 22:37:07.632048 3306 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0702 22:37:07.632060 3306 obj_retry.go:620] Update event received for *factory.egressIPPod kube-system/konnectivity-agent-nrrmr I0702 22:37:07.632062 3306 admin_network_policy_pod.go:56] Processing sync for Pod kube-system/konnectivity-agent-nrrmr in Admin Network Policy controller I0702 22:37:07.632077 3306 admin_network_policy_pod.go:59] Finished syncing Pod kube-system/konnectivity-agent-nrrmr Admin Network Policy controller: took 15.399µs I0702 22:37:07.661147 3306 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0702 22:37:07.661175 3306 default_network_controller.go:747] Recording update event on pod openshift-multus/multus-additional-cni-plugins-x9fkj I0702 22:37:07.661190 3306 obj_retry.go:620] Update event received for *v1.Pod openshift-multus/multus-additional-cni-plugins-x9fkj I0702 22:37:07.661203 3306 ovn.go:138] Ensuring zone remote for Pod openshift-multus/multus-additional-cni-plugins-x9fkj in node ip-10-0-1-191.ec2.internal I0702 22:37:07.661211 3306 default_network_controller.go:776] Recording success event on pod openshift-multus/multus-additional-cni-plugins-x9fkj I0702 22:37:07.661217 3306 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0702 22:37:07.661225 3306 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-x9fkj I0702 22:37:07.694117 3306 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0702 22:37:07.694150 3306 default_network_controller.go:747] Recording update event on pod openshift-multus/multus-nv9s5 I0702 22:37:07.694164 3306 obj_retry.go:620] Update event received for *v1.Pod openshift-multus/multus-nv9s5 I0702 22:37:07.694197 3306 ovn.go:138] Ensuring zone remote for Pod openshift-multus/multus-nv9s5 in node ip-10-0-1-191.ec2.internal I0702 22:37:07.694205 3306 default_network_controller.go:776] Recording success event on pod openshift-multus/multus-nv9s5 I0702 22:37:07.694215 3306 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0702 22:37:07.694225 3306 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-multus/multus-nv9s5 I0702 22:37:07.694668 3306 admin_network_policy_controller.go:532] Updating Pod in Admin Network Policy controller openshift-multus/multus-nv9s5: podLabels app=multus,component=network,controller-revision-hash=7c7477bd84,openshift.io/component=network,pod-template-generation=1,type=infra, podIPs: [10.0.1.191], PodStatus: true, PodCompleted?: false I0702 22:37:07.694730 3306 admin_network_policy_pod.go:56] Processing sync for Pod openshift-multus/multus-nv9s5 in Admin Network Policy controller I0702 22:37:07.694760 3306 admin_network_policy_pod.go:59] Finished syncing Pod openshift-multus/multus-nv9s5 Admin Network Policy controller: took 30.984µs I0702 22:37:07.720831 3306 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0702 22:37:07.720864 3306 default_network_controller.go:747] Recording update event on pod openshift-dns/node-resolver-dxzg9 I0702 22:37:07.720882 3306 obj_retry.go:620] Update event received for *v1.Pod openshift-dns/node-resolver-dxzg9 I0702 22:37:07.720919 3306 ovn.go:138] Ensuring zone remote for Pod openshift-dns/node-resolver-dxzg9 in node ip-10-0-1-191.ec2.internal I0702 22:37:07.720927 3306 default_network_controller.go:776] Recording success event on pod openshift-dns/node-resolver-dxzg9 I0702 22:37:07.720938 3306 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0702 22:37:07.720951 3306 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-dns/node-resolver-dxzg9 I0702 22:37:07.720975 3306 admin_network_policy_controller.go:532] Updating Pod in Admin Network Policy controller openshift-dns/node-resolver-dxzg9: podLabels controller-revision-hash=5fb84c8569,dns.operator.openshift.io/daemonset-node-resolver=,pod-template-generation=1, podIPs: [10.0.1.191], PodStatus: true, PodCompleted?: false I0702 22:37:07.721033 3306 admin_network_policy_pod.go:56] Processing sync for Pod openshift-dns/node-resolver-dxzg9 in Admin Network Policy controller I0702 22:37:07.721044 3306 admin_network_policy_pod.go:59] Finished syncing Pod openshift-dns/node-resolver-dxzg9 Admin Network Policy controller: took 13.874µs I0702 22:37:07.745998 3306 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0702 22:37:07.746019 3306 admin_network_policy_controller.go:532] Updating Pod in Admin Network Policy controller openshift-image-registry/node-ca-g7rk4: podLabels controller-revision-hash=597b746d65,name=node-ca,pod-template-generation=1, podIPs: [10.0.1.191], PodStatus: true, PodCompleted?: false I0702 22:37:07.746036 3306 default_network_controller.go:747] Recording update event on pod openshift-image-registry/node-ca-g7rk4 I0702 22:37:07.746052 3306 admin_network_policy_pod.go:56] Processing sync for Pod openshift-image-registry/node-ca-g7rk4 in Admin Network Policy controller I0702 22:37:07.746062 3306 admin_network_policy_pod.go:59] Finished syncing Pod openshift-image-registry/node-ca-g7rk4 Admin Network Policy controller: took 11.611µs I0702 22:37:07.746073 3306 obj_retry.go:620] Update event received for *v1.Pod openshift-image-registry/node-ca-g7rk4 I0702 22:37:07.746090 3306 ovn.go:138] Ensuring zone remote for Pod openshift-image-registry/node-ca-g7rk4 in node ip-10-0-1-191.ec2.internal I0702 22:37:07.746100 3306 default_network_controller.go:776] Recording success event on pod openshift-image-registry/node-ca-g7rk4 I0702 22:37:07.746113 3306 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0702 22:37:07.746126 3306 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-image-registry/node-ca-g7rk4 I0702 22:37:07.773931 3306 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0702 22:37:07.773979 3306 default_network_controller.go:747] Recording update event on pod openshift-cluster-node-tuning-operator/tuned-g9t2g I0702 22:37:07.773994 3306 obj_retry.go:620] Update event received for *v1.Pod openshift-cluster-node-tuning-operator/tuned-g9t2g I0702 22:37:07.774033 3306 ovn.go:138] Ensuring zone remote for Pod openshift-cluster-node-tuning-operator/tuned-g9t2g in node ip-10-0-1-191.ec2.internal I0702 22:37:07.773932 3306 admin_network_policy_controller.go:532] Updating Pod in Admin Network Policy controller openshift-cluster-node-tuning-operator/tuned-g9t2g: podLabels controller-revision-hash=6ddf65cd,openshift-app=tuned,pod-template-generation=1, podIPs: [10.0.1.191], PodStatus: true, PodCompleted?: false I0702 22:37:07.774045 3306 default_network_controller.go:776] Recording success event on pod openshift-cluster-node-tuning-operator/tuned-g9t2g I0702 22:37:07.774057 3306 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0702 22:37:07.774059 3306 admin_network_policy_pod.go:56] Processing sync for Pod openshift-cluster-node-tuning-operator/tuned-g9t2g in Admin Network Policy controller I0702 22:37:07.774070 3306 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-cluster-node-tuning-operator/tuned-g9t2g I0702 22:37:07.774070 3306 admin_network_policy_pod.go:59] Finished syncing Pod openshift-cluster-node-tuning-operator/tuned-g9t2g Admin Network Policy controller: took 12.547µs I0702 22:37:07.861128 3306 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0702 22:37:07.861149 3306 default_network_controller.go:747] Recording update event on pod openshift-network-diagnostics/network-check-target-42gtc I0702 22:37:07.861142 3306 admin_network_policy_controller.go:532] Updating Pod in Admin Network Policy controller openshift-network-diagnostics/network-check-target-42gtc: podLabels app=network-check-target,controller-revision-hash=5f8ccf7c87,kubernetes.io/os=linux,pod-template-generation=1, podIPs: [10.129.0.4], PodStatus: false, PodCompleted?: false I0702 22:37:07.861164 3306 obj_retry.go:620] Update event received for *v1.Pod openshift-network-diagnostics/network-check-target-42gtc I0702 22:37:07.861172 3306 admin_network_policy_pod.go:56] Processing sync for Pod openshift-network-diagnostics/network-check-target-42gtc in Admin Network Policy controller I0702 22:37:07.861184 3306 admin_network_policy_pod.go:59] Finished syncing Pod openshift-network-diagnostics/network-check-target-42gtc Admin Network Policy controller: took 13.011µs I0702 22:37:07.861198 3306 ovn.go:138] Ensuring zone remote for Pod openshift-network-diagnostics/network-check-target-42gtc in node ip-10-0-2-224.ec2.internal I0702 22:37:07.861288 3306 address_set.go:575] (u1983129854/default-network-controller:Namespace:openshift-network-diagnostics:v4/a1966919964212966539) adding Addresses ([10.129.0.4]) to address set I0702 22:37:07.861322 3306 model_client.go:398] 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 == {64495526-b56e-4db4-89b5-0f41da75ce58}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:07.861373 3306 transact.go:42] Configuring OVN: [{Op:mutate Table:Address_Set Row:map[] Rows:[] Columns:[] Mutations:[{Column:addresses Mutator:insert Value:{GoSet:[10.129.0.4]}}] Timeout: Where:[where column _uuid == {64495526-b56e-4db4-89b5-0f41da75ce58}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:07.861557 3306 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0702 22:37:07.861606 3306 default_network_controller.go:747] Recording update event on pod openshift-multus/network-metrics-daemon-c4whj I0702 22:37:07.861626 3306 obj_retry.go:620] Update event received for *v1.Pod openshift-multus/network-metrics-daemon-c4whj I0702 22:37:07.861643 3306 admin_network_policy_controller.go:532] Updating Pod in Admin Network Policy controller openshift-multus/network-metrics-daemon-c4whj: podLabels app=network-metrics-daemon,component=network,controller-revision-hash=8d675bf88,openshift.io/component=network,pod-template-generation=1,type=infra, podIPs: [10.129.0.3], PodStatus: false, PodCompleted?: false I0702 22:37:07.861657 3306 ovn.go:138] Ensuring zone remote for Pod openshift-multus/network-metrics-daemon-c4whj in node ip-10-0-2-224.ec2.internal I0702 22:37:07.861673 3306 admin_network_policy_pod.go:56] Processing sync for Pod openshift-multus/network-metrics-daemon-c4whj in Admin Network Policy controller I0702 22:37:07.861685 3306 admin_network_policy_pod.go:59] Finished syncing Pod openshift-multus/network-metrics-daemon-c4whj Admin Network Policy controller: took 12.659µs I0702 22:37:07.861745 3306 address_set.go:575] (u1983129810/default-network-controller:Namespace:openshift-multus:v4/a13687770890520536676) adding Addresses ([10.129.0.3]) to address set I0702 22:37:07.861847 3306 default_network_controller.go:776] Recording success event on pod openshift-network-diagnostics/network-check-target-42gtc I0702 22:37:07.861835 3306 model_client.go:398] 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 == {ef499fe6-e3a2-4565-a6bf-dfcf74b301d1}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:07.861865 3306 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0702 22:37:07.861865 3306 transact.go:42] Configuring OVN: [{Op:mutate Table:Address_Set Row:map[] Rows:[] Columns:[] Mutations:[{Column:addresses Mutator:insert Value:{GoSet:[10.129.0.3]}}] Timeout: Where:[where column _uuid == {ef499fe6-e3a2-4565-a6bf-dfcf74b301d1}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:07.861880 3306 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-network-diagnostics/network-check-target-42gtc I0702 22:37:07.862129 3306 default_network_controller.go:776] Recording success event on pod openshift-multus/network-metrics-daemon-c4whj I0702 22:37:07.862145 3306 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0702 22:37:07.862159 3306 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-multus/network-metrics-daemon-c4whj I0702 22:37:07.904989 3306 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0702 22:37:07.905018 3306 default_network_controller.go:747] Recording update event on pod openshift-multus/multus-additional-cni-plugins-fdltz I0702 22:37:07.905034 3306 obj_retry.go:620] Update event received for *v1.Pod openshift-multus/multus-additional-cni-plugins-fdltz I0702 22:37:07.905068 3306 ovn.go:134] Ensuring zone local for Pod openshift-multus/multus-additional-cni-plugins-fdltz in node ip-10-0-0-31.ec2.internal I0702 22:37:07.905076 3306 default_network_controller.go:776] Recording success event on pod openshift-multus/multus-additional-cni-plugins-fdltz I0702 22:37:07.905084 3306 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0702 22:37:07.905092 3306 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-fdltz I0702 22:37:07.965009 3306 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0702 22:37:07.965044 3306 default_network_controller.go:747] Recording update event on pod openshift-multus/multus-additional-cni-plugins-l8m59 I0702 22:37:07.965059 3306 obj_retry.go:620] Update event received for *v1.Pod openshift-multus/multus-additional-cni-plugins-l8m59 I0702 22:37:07.965090 3306 ovn.go:138] Ensuring zone remote for Pod openshift-multus/multus-additional-cni-plugins-l8m59 in node ip-10-0-2-224.ec2.internal I0702 22:37:07.965099 3306 default_network_controller.go:776] Recording success event on pod openshift-multus/multus-additional-cni-plugins-l8m59 I0702 22:37:07.965108 3306 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0702 22:37:07.965121 3306 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-l8m59 I0702 22:37:08.088359 3306 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-1-191.ec2.internal, subnet 10.130.0.0/23 I0702 22:37:08.088387 3306 ovs.go:159] Exec(75): /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" I0702 22:37:08.097983 3306 ovs.go:162] Exec(75): stdout: "" I0702 22:37:08.098000 3306 ovs.go:163] Exec(75): stderr: "" I0702 22:37:08.098009 3306 default_node_network_controller.go:766] Upgrade Hack: checkOVNSBNodeLRSR for node - 10.130.0.0/23 : match match="reg7 == 0 && ip4.dst == 10.130.0.0/23" : stdout - : stderr - : err I0702 22:37:08.324240 3306 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0702 22:37:08.324264 3306 default_network_controller.go:747] Recording update event on pod openshift-ovn-kubernetes/ovnkube-node-dqfjn I0702 22:37:08.324282 3306 obj_retry.go:620] Update event received for *v1.Pod openshift-ovn-kubernetes/ovnkube-node-dqfjn I0702 22:37:08.324298 3306 ovn.go:134] Ensuring zone local for Pod openshift-ovn-kubernetes/ovnkube-node-dqfjn in node ip-10-0-0-31.ec2.internal I0702 22:37:08.324308 3306 default_network_controller.go:776] Recording success event on pod openshift-ovn-kubernetes/ovnkube-node-dqfjn I0702 22:37:08.324316 3306 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0702 22:37:08.324328 3306 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-ovn-kubernetes/ovnkube-node-dqfjn I0702 22:37:08.358547 3306 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0702 22:37:08.358572 3306 default_network_controller.go:747] Recording update event on pod openshift-ovn-kubernetes/ovnkube-node-dqfjn I0702 22:37:08.358589 3306 obj_retry.go:620] Update event received for *v1.Pod openshift-ovn-kubernetes/ovnkube-node-dqfjn I0702 22:37:08.358605 3306 ovn.go:134] Ensuring zone local for Pod openshift-ovn-kubernetes/ovnkube-node-dqfjn in node ip-10-0-0-31.ec2.internal I0702 22:37:08.358614 3306 default_network_controller.go:776] Recording success event on pod openshift-ovn-kubernetes/ovnkube-node-dqfjn I0702 22:37:08.358622 3306 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0702 22:37:08.358631 3306 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-ovn-kubernetes/ovnkube-node-dqfjn I0702 22:37:08.492461 3306 obj_retry.go:568] Update event received for resource *v1.Node, old object is equal to new: false I0702 22:37:08.492486 3306 obj_retry.go:620] Update event received for *v1.Node ip-10-0-1-191.ec2.internal I0702 22:37:08.492493 3306 egressservice_zone_node.go:110] Processing sync for Egress Service node ip-10-0-1-191.ec2.internal I0702 22:37:08.492512 3306 egressservice_zone_node.go:113] Finished syncing Egress Service node ip-10-0-1-191.ec2.internal: 24.159µs I0702 22:37:08.492535 3306 default_network_controller.go:1028] Node ip-10-0-1-191.ec2.internal in remote zone global needs interconnect zone sync up. Zone cluster changed: false I0702 22:37:08.492570 3306 obj_retry.go:688] Failed to update *v1.Node, old=ip-10-0-1-191.ec2.internal, new=ip-10-0-1-191.ec2.internal, error: adding or updating remote node chassis ip-10-0-1-191.ec2.internal failed, err - failed to create or update chassis to remote for remote node ip-10-0-1-191.ec2.internal, error: failed to parse node chassis-id for node - ip-10-0-1-191.ec2.internal, error: suppressed error logged: k8s.ovn.org/node-chassis-id annotation not found for node ip-10-0-1-191.ec2.internal I0702 22:37:08.492586 3306 obj_retry.go:568] Update event received for resource *factory.egressNode, old object is equal to new: false I0702 22:37:08.492602 3306 obj_retry.go:620] Update event received for *factory.egressNode ip-10-0-1-191.ec2.internal I0702 22:37:08.492577 3306 admin_network_policy_controller.go:581] Updating Node in Admin Network Policy controller ip-10-0-1-191.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-d9aae1c883-workers-1,hypershift.openshift.io/nodepool-globalps-enabled=true,kubernetes.io/arch=amd64,kubernetes.io/hostname=ip-10-0-1-191.ec2.internal,kubernetes.io/os=linux,node-role.kubernetes.io/worker=,node.kubernetes.io/instance-type=m5.2xlarge,node.openshift.io/os_id=rhcos,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?: false I0702 22:37:08.492622 3306 admin_network_policy_node.go:55] Processing sync for Node ip-10-0-1-191.ec2.internal in Admin Network Policy controller I0702 22:37:08.492637 3306 admin_network_policy_node.go:58] Finished syncing Node ip-10-0-1-191.ec2.internal Admin Network Policy controller: took 15.88µs I0702 22:37:08.588743 3306 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-1-191.ec2.internal, subnet 10.130.0.0/23 I0702 22:37:08.588773 3306 ovs.go:159] Exec(76): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns _uuid find logical_flow match="reg7 == 0 && ip4.dst == 10.130.0.0/23" I0702 22:37:08.600457 3306 ovs.go:162] Exec(76): stdout: "" I0702 22:37:08.600476 3306 ovs.go:163] Exec(76): stderr: "" I0702 22:37:08.600486 3306 default_node_network_controller.go:766] Upgrade Hack: checkOVNSBNodeLRSR for node - 10.130.0.0/23 : match match="reg7 == 0 && ip4.dst == 10.130.0.0/23" : stdout - : stderr - : err I0702 22:37:08.892025 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 8 Dst: fe80::fc1f:a7ff:fecc:4f05/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 22:37:09.088999 3306 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-1-191.ec2.internal, subnet 10.130.0.0/23 I0702 22:37:09.089025 3306 ovs.go:159] Exec(77): /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" I0702 22:37:09.098369 3306 ovs.go:162] Exec(77): stdout: "" I0702 22:37:09.098387 3306 ovs.go:163] Exec(77): stderr: "" I0702 22:37:09.098399 3306 default_node_network_controller.go:766] Upgrade Hack: checkOVNSBNodeLRSR for node - 10.130.0.0/23 : match match="reg7 == 0 && ip4.dst == 10.130.0.0/23" : stdout - : stderr - : err I0702 22:37:09.588891 3306 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-1-191.ec2.internal, subnet 10.130.0.0/23 I0702 22:37:09.588918 3306 ovs.go:159] Exec(78): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns _uuid find logical_flow match="reg7 == 0 && ip4.dst == 10.130.0.0/23" I0702 22:37:09.598397 3306 ovs.go:162] Exec(78): stdout: "" I0702 22:37:09.598414 3306 ovs.go:163] Exec(78): stderr: "" I0702 22:37:09.598423 3306 default_node_network_controller.go:766] Upgrade Hack: checkOVNSBNodeLRSR for node - 10.130.0.0/23 : match match="reg7 == 0 && ip4.dst == 10.130.0.0/23" : stdout - : stderr - : err I0702 22:37:09.650059 3306 admin_network_policy_controller.go:532] Updating Pod in Admin Network Policy controller openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-4wbd9: podLabels app=aws-ebs-csi-driver-node,controller-revision-hash=85b6f7df8,pod-template-generation=1, podIPs: [10.0.1.191], PodStatus: true, PodCompleted?: false I0702 22:37:09.650172 3306 admin_network_policy_pod.go:56] Processing sync for Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-4wbd9 in Admin Network Policy controller I0702 22:37:09.650194 3306 admin_network_policy_pod.go:59] Finished syncing Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-4wbd9 Admin Network Policy controller: took 23.767µs I0702 22:37:09.650108 3306 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0702 22:37:09.650213 3306 default_network_controller.go:747] Recording update event on pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-4wbd9 I0702 22:37:09.650231 3306 obj_retry.go:620] Update event received for *v1.Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-4wbd9 I0702 22:37:09.650271 3306 ovn.go:138] Ensuring zone remote for Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-4wbd9 in node ip-10-0-1-191.ec2.internal I0702 22:37:09.650286 3306 default_network_controller.go:776] Recording success event on pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-4wbd9 I0702 22:37:09.650297 3306 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0702 22:37:09.650309 3306 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-4wbd9 I0702 22:37:09.794059 3306 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0702 22:37:09.794084 3306 default_network_controller.go:747] Recording update event on pod kube-system/konnectivity-agent-nrrmr I0702 22:37:09.794101 3306 obj_retry.go:620] Update event received for *v1.Pod kube-system/konnectivity-agent-nrrmr I0702 22:37:09.794140 3306 ovn.go:138] Ensuring zone remote for Pod kube-system/konnectivity-agent-nrrmr in node ip-10-0-1-191.ec2.internal I0702 22:37:09.794149 3306 default_network_controller.go:776] Recording success event on pod kube-system/konnectivity-agent-nrrmr I0702 22:37:09.794163 3306 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0702 22:37:09.794176 3306 obj_retry.go:620] Update event received for *factory.egressIPPod kube-system/konnectivity-agent-nrrmr I0702 22:37:10.066360 3306 egressservice_zone_node.go:110] Processing sync for Egress Service node ip-10-0-2-224.ec2.internal I0702 22:37:10.066376 3306 node_tracker.go:211] Processing possible switch / router updates for node ip-10-0-2-224.ec2.internal I0702 22:37:10.066386 3306 egressservice_zone_node.go:113] Finished syncing Egress Service node ip-10-0-2-224.ec2.internal: 32.697µs I0702 22:37:10.066402 3306 obj_retry.go:568] Update event received for resource *v1.Node, old object is equal to new: false I0702 22:37:10.066423 3306 obj_retry.go:620] Update event received for *v1.Node ip-10-0-2-224.ec2.internal I0702 22:37:10.066409 3306 admin_network_policy_controller.go:581] Updating Node in Admin Network Policy controller ip-10-0-2-224.ec2.internal: nodeLabels beta.kubernetes.io/arch=amd64,beta.kubernetes.io/instance-type=m5.2xlarge,beta.kubernetes.io/os=linux,failure-domain.beta.kubernetes.io/region=us-east-1,failure-domain.beta.kubernetes.io/zone=us-east-1a,hypershift.openshift.io/managed=true,hypershift.openshift.io/nodePool=kx-d9aae1c883-workers-2,hypershift.openshift.io/nodepool-globalps-enabled=true,kubernetes.io/arch=amd64,kubernetes.io/hostname=ip-10-0-2-224.ec2.internal,kubernetes.io/os=linux,node-role.kubernetes.io/worker=,node.kubernetes.io/instance-type=m5.2xlarge,node.openshift.io/os_id=rhcos,topology.ebs.csi.aws.com/zone=us-east-1a,topology.k8s.aws/zone-id=use1-az6,topology.kubernetes.io/region=us-east-1,topology.kubernetes.io/zone=us-east-1a, isHostCIDRsAltered?: true I0702 22:37:10.066444 3306 admin_network_policy_node.go:55] Processing sync for Node ip-10-0-2-224.ec2.internal in Admin Network Policy controller I0702 22:37:10.066455 3306 admin_network_policy_node.go:58] Finished syncing Node ip-10-0-2-224.ec2.internal Admin Network Policy controller: took 11.331µs I0702 22:37:10.066473 3306 node_tracker.go:172] Node ip-10-0-2-224.ec2.internal switch + router changed, syncing services I0702 22:37:10.066488 3306 services_controller.go:549] Full service sync requested for network=default I0702 22:37:10.066492 3306 master.go:657] Creating Interconnect resources for node ip-10-0-2-224.ec2.internal took: 1.059µs I0702 22:37:10.066508 3306 obj_retry.go:568] Update event received for resource *factory.egressNode, old object is equal to new: false I0702 22:37:10.066515 3306 services_controller.go:614] Adding service openshift-cluster-machine-approver/machine-approver for network=default I0702 22:37:10.066517 3306 obj_retry.go:620] Update event received for *factory.egressNode ip-10-0-2-224.ec2.internal I0702 22:37:10.066531 3306 services_controller.go:614] Adding service openshift-cluster-version/cluster-version-operator for network=default I0702 22:37:10.066533 3306 default_network_controller.go:1081] Egress IP detected IP address change for node ip-10-0-2-224.ec2.internal. Updating no re-route policies I0702 22:37:10.066538 3306 services_controller.go:614] Adding service openshift-dns/dns-default for network=default I0702 22:37:10.066545 3306 services_controller.go:614] Adding service openshift-image-registry/image-registry for network=default I0702 22:37:10.066551 3306 services_controller.go:614] Adding service openshift-ingress-canary/ingress-canary for network=default I0702 22:37:10.066557 3306 services_controller.go:614] Adding service openshift-ingress/router-default for network=default I0702 22:37:10.066566 3306 services_controller.go:614] Adding service openshift-kube-storage-version-migrator-operator/metrics for network=default I0702 22:37:10.066572 3306 services_controller.go:614] Adding service default/openshift-oauth-apiserver for network=default I0702 22:37:10.066579 3306 services_controller.go:614] Adding service openshift-apiserver-operator/metrics for network=default I0702 22:37:10.066586 3306 services_controller.go:614] Adding service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0702 22:37:10.066594 3306 services_controller.go:614] Adding service openshift-network-diagnostics/network-check-target for network=default I0702 22:37:10.066602 3306 services_controller.go:614] Adding service openshift-config-operator/metrics for network=default I0702 22:37:10.066608 3306 services_controller.go:356] Processing sync for service openshift-cluster-machine-approver/machine-approver for network=default I0702 22:37:10.066622 3306 services_controller.go:356] Processing sync for service openshift-cluster-version/cluster-version-operator for network=default I0702 22:37:10.066625 3306 services_controller.go:356] Processing sync for service openshift-dns/dns-default for network=default I0702 22:37:10.066694 3306 services_controller.go:356] Processing sync for service openshift-image-registry/image-registry for network=default I0702 22:37:10.066635 3306 services_controller.go:434] Service openshift-cluster-version/cluster-version-operator retrieved from lister for network=default: &Service{ObjectMeta:{cluster-version-operator openshift-cluster-version 26138a73-648f-4576-9555-a88b2f574032 509 0 2026-07-02 22:25:24 +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.138.55,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.138.55],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:10.066639 3306 services_controller.go:434] Service openshift-dns/dns-default retrieved from lister for network=default: &Service{ObjectMeta:{dns-default openshift-dns f6a0133c-8ad5-4487-abca-430aaaf6defd 1585 0 2026-07-02 22:25:49 +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 d8f1ae50-fd45-42e8-9b4c-fe8ed1c4e95b 0xc00783ba07 }] [] []},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{},},} I0702 22:37:10.066621 3306 services_controller.go:360] Finished syncing service machine-approver on namespace openshift-cluster-machine-approver for network=default : 14.86µs I0702 22:37:10.066775 3306 services_controller.go:356] Processing sync for service openshift-ingress-canary/ingress-canary for network=default I0702 22:37:10.066777 3306 lb_config.go:1031] Cluster endpoints for openshift-cluster-version/cluster-version-operator for network=default are: map[] I0702 22:37:10.066778 3306 lb_config.go:1031] Cluster endpoints for openshift-dns/dns-default for network=default are: map[] I0702 22:37:10.066783 3306 services_controller.go:356] Processing sync for service openshift-ingress/router-default for network=default I0702 22:37:10.066799 3306 services_controller.go:443] Built service openshift-dns/dns-default LB cluster-wide configs for network=default: []services.lbConfig(nil) I0702 22:37:10.066792 3306 services_controller.go:443] Built service openshift-cluster-version/cluster-version-operator LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.138.55"}, 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}} I0702 22:37:10.066781 3306 model_client.go:382] Update operations generated as: [{Op:update Table:Address_Set Row:map[addresses:{GoSet:[172.20.0.1 10.0.2.224 10.0.0.31]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {ccc3d1fd-16e9-4be4-b3ff-f8f4c591e7ed}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:10.066835 3306 services_controller.go:444] Built service openshift-cluster-version/cluster-version-operator LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:10.066847 3306 services_controller.go:445] Built service openshift-cluster-version/cluster-version-operator LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:10.066834 3306 services_controller.go:444] 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}} I0702 22:37:10.066839 3306 transact.go:42] Configuring OVN: [{Op:update Table:Address_Set Row:map[addresses:{GoSet:[172.20.0.1 10.0.2.224 10.0.0.31]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {ccc3d1fd-16e9-4be4-b3ff-f8f4c591e7ed}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:10.066863 3306 services_controller.go:445] Built service openshift-dns/dns-default LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:10.066791 3306 services_controller.go:434] Service openshift-ingress/router-default retrieved from lister for network=default: &Service{ObjectMeta:{router-default openshift-ingress 0c484d55-70b3-4e26-a227-66c9b2280077 3155 0 2026-07-02 22:26:00 +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=2ra9b3d23jisg1nirlsuo1aqo4gngmda,api.openshift.com/legal-entity-id=2h8L52xc1VHB4xLFE2YyPmAjYjI,api.openshift.com/name=kx-d9aae1c883,cluster-type=rosa-hcp,creation-date=2026-07-02,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 91b70309-50fc-479d-8485-c403f49ef81d 0xc00783bd67 }] [service.kubernetes.io/load-balancer-cleanup] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:http,Protocol:TCP,Port:80,TargetPort:{1 0 http},NodePort:31548,AppProtocol:nil,},ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{1 0 https},NodePort:32746,AppProtocol:nil,},},Selector:map[string]string{ingresscontroller.operator.openshift.io/deployment-ingresscontroller: default,},ClusterIP:172.30.159.230,Type:LoadBalancer,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:Local,HealthCheckNodePort:30574,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.159.230],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:*true,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{LoadBalancerIngress{IP:,Hostname:a0c484d5570b34e26a22766c9b228007-c2911569a02b7b64.elb.us-east-1.amazonaws.com,IPMode:nil,Ports:[]PortStatus{},},},},Conditions:[]Condition{},},} I0702 22:37:10.066789 3306 services_controller.go:434] Service openshift-ingress-canary/ingress-canary retrieved from lister for network=default: &Service{ObjectMeta:{ingress-canary openshift-ingress-canary a438b3ce-b871-430f-ba45-fca7e2c04840 3248 0 2026-07-02 22:26:09 +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 b7084c2d-1526-4061-966c-ead1fb84c42a 0xc00783bb90 }] [] []},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.235.135,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.235.135],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:10.066870 3306 services_controller.go:451] 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.138.55", Port:9099, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:10.066897 3306 lb_config.go:1031] Cluster endpoints for openshift-ingress/router-default for network=default are: map[] I0702 22:37:10.066901 3306 services_controller.go:452] Built service openshift-cluster-version/cluster-version-operator per-node LB for network=default: []services.LB{} I0702 22:37:10.066903 3306 services_controller.go:451] Built service openshift-dns/dns-default cluster-wide LB for network=default: []services.LB{} I0702 22:37:10.066905 3306 lb_config.go:1054] Local endpoints for openshift-ingress/router-default for network=default are: map[] I0702 22:37:10.066912 3306 services_controller.go:453] Built service openshift-cluster-version/cluster-version-operator template LB for network=default: []services.LB{} I0702 22:37:10.066912 3306 lb_config.go:1031] Cluster endpoints for openshift-ingress-canary/ingress-canary for network=default are: map[] I0702 22:37:10.066921 3306 services_controller.go:454] 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 I0702 22:37:10.066923 3306 services_controller.go:443] Built service openshift-ingress/router-default LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.159.230"}, 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.159.230"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0702 22:37:10.066609 3306 services_controller.go:614] Adding service openshift-ingress/router-internal-default for network=default I0702 22:37:10.066912 3306 services_controller.go:452] 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-0-31.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-0-31.ec2.internal"}, Routers:[]string{"GR_ip-10-0-0-31.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-dns/dns-default_UDP_node_router+switch_ip-10-0-0-31.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-0-31.ec2.internal"}, Routers:[]string{"GR_ip-10-0-0-31.ec2.internal"}, Groups:[]string(nil)}} I0702 22:37:10.066939 3306 services_controller.go:444] Built service openshift-ingress/router-default LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"node"}, protocol:"TCP", inport:31548, 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:32746, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:true, internalTrafficLocal:false, hasNodePort:true}} I0702 22:37:10.066708 3306 services_controller.go:434] Service openshift-image-registry/image-registry retrieved from lister for network=default: &Service{ObjectMeta:{image-registry openshift-image-registry c8c53687-972c-4f38-86fa-c90bf419e549 1786 0 2026-07-02 22:25:51 +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.75.223,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.75.223],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:10.066948 3306 services_controller.go:614] Adding service openshift-machine-config-operator/machine-config-operator for network=default I0702 22:37:10.066946 3306 services_controller.go:471] Skipping no-op change for service openshift-cluster-version/cluster-version-operator for network=default I0702 22:37:10.066949 3306 services_controller.go:453] Built service openshift-dns/dns-default template LB for network=default: []services.LB{} I0702 22:37:10.066955 3306 services_controller.go:614] Adding service openshift-monitoring/cluster-monitoring-operator for network=default I0702 22:37:10.066959 3306 services_controller.go:360] Finished syncing service cluster-version-operator on namespace openshift-cluster-version for network=default : 338.469µs I0702 22:37:10.066963 3306 services_controller.go:614] Adding service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0702 22:37:10.066931 3306 services_controller.go:443] Built service openshift-ingress-canary/ingress-canary LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.235.135"}, 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.235.135"}, 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}} I0702 22:37:10.066966 3306 lb_config.go:1031] Cluster endpoints for openshift-image-registry/image-registry for network=default are: map[] I0702 22:37:10.066971 3306 services_controller.go:614] Adding service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0702 22:37:10.066973 3306 services_controller.go:444] Built service openshift-ingress-canary/ingress-canary LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:10.066975 3306 services_controller.go:356] Processing sync for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0702 22:37:10.066978 3306 services_controller.go:614] Adding service openshift-kube-controller-manager-operator/metrics for network=default I0702 22:37:10.066981 3306 services_controller.go:445] Built service openshift-ingress-canary/ingress-canary LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:10.066978 3306 services_controller.go:443] Built service openshift-image-registry/image-registry LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.75.223"}, 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}} I0702 22:37:10.066986 3306 services_controller.go:614] Adding service default/openshift-apiserver for network=default I0702 22:37:10.066993 3306 services_controller.go:614] Adding service openshift-apiserver/check-endpoints for network=default I0702 22:37:10.066994 3306 services_controller.go:444] Built service openshift-image-registry/image-registry LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:10.067001 3306 services_controller.go:614] Adding service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0702 22:37:10.067007 3306 services_controller.go:614] Adding service openshift-cluster-samples-operator/metrics for network=default I0702 22:37:10.067006 3306 services_controller.go:445] Built service openshift-image-registry/image-registry LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:10.066996 3306 services_controller.go:451] 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.235.135", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.235.135", Port:8888, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:10.066962 3306 services_controller.go:454] 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 I0702 22:37:10.067021 3306 services_controller.go:452] Built service openshift-ingress-canary/ingress-canary per-node LB for network=default: []services.LB{} I0702 22:37:10.067032 3306 services_controller.go:453] Built service openshift-ingress-canary/ingress-canary template LB for network=default: []services.LB{} I0702 22:37:10.066950 3306 services_controller.go:445] Built service openshift-ingress/router-default LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:10.067041 3306 services_controller.go:454] 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 I0702 22:37:10.067043 3306 services_controller.go:471] Skipping no-op change for service openshift-dns/dns-default for network=default I0702 22:37:10.067029 3306 services_controller.go:451] 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.75.223", Port:5000, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:10.067054 3306 services_controller.go:360] Finished syncing service dns-default on namespace openshift-dns for network=default : 429.456µs I0702 22:37:10.066985 3306 services_controller.go:434] Service openshift-kube-storage-version-migrator-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-kube-storage-version-migrator-operator ec5eab1a-42a7-419c-b049-97a142f05e45 3100 0 2026-07-02 22:26:04 +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 f2a75ee6-c8ba-4210-ab75-4e7c9328338a 0xc007ab4087 }] [] []},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.62.168,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.62.168],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:10.067064 3306 services_controller.go:452] Built service openshift-image-registry/image-registry per-node LB for network=default: []services.LB{} I0702 22:37:10.067065 3306 services_controller.go:356] Processing sync for service default/openshift-oauth-apiserver for network=default I0702 22:37:10.067078 3306 services_controller.go:453] Built service openshift-image-registry/image-registry template LB for network=default: []services.LB{} I0702 22:37:10.067084 3306 lb_config.go:1031] Cluster endpoints for openshift-kube-storage-version-migrator-operator/metrics for network=default are: map[] I0702 22:37:10.067090 3306 services_controller.go:454] 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 I0702 22:37:10.067075 3306 services_controller.go:451] 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.159.230", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.159.230", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:10.067098 3306 services_controller.go:443] Built service openshift-kube-storage-version-migrator-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.62.168"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0702 22:37:10.067113 3306 services_controller.go:444] Built service openshift-kube-storage-version-migrator-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:10.067118 3306 services_controller.go:471] Skipping no-op change for service openshift-image-registry/image-registry for network=default I0702 22:37:10.067079 3306 services_controller.go:434] Service default/openshift-oauth-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-oauth-apiserver default c727cef9-6f18-4ab2-b51c-76a9f3eb6eef 1640 0 2026-07-02 22:25:49 +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.4.241,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.4.241],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:10.067123 3306 services_controller.go:445] Built service openshift-kube-storage-version-migrator-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:10.067126 3306 services_controller.go:360] Finished syncing service image-registry on namespace openshift-image-registry for network=default : 430.035µs I0702 22:37:10.067101 3306 services_controller.go:452] 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-0-31.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.0.31", Port:31548, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:31548, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.0.31", Port:32746, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:32746, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string(nil), Routers:[]string{"GR_ip-10-0-0-31.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-ingress/router-default_TCP_node_switch_ip-10-0-0-31.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:31548, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.0.31", Port:31548, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:31548, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:31548, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:32746, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.0.31", Port:32746, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:32746, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:32746, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-0-31.ec2.internal"}, Routers:[]string(nil), Groups:[]string(nil)}} I0702 22:37:10.067141 3306 services_controller.go:356] Processing sync for service openshift-apiserver-operator/metrics for network=default I0702 22:37:10.067148 3306 services_controller.go:453] Built service openshift-ingress/router-default template LB for network=default: []services.LB{} I0702 22:37:10.067150 3306 lb_config.go:1031] Cluster endpoints for default/openshift-oauth-apiserver for network=default are: map[TCP/https:{443 [172.30.36.54] []}] I0702 22:37:10.067142 3306 services_controller.go:451] 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.62.168", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:10.067160 3306 services_controller.go:454] 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 I0702 22:37:10.067168 3306 services_controller.go:443] Built service default/openshift-oauth-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0702 22:37:10.067170 3306 services_controller.go:452] Built service openshift-kube-storage-version-migrator-operator/metrics per-node LB for network=default: []services.LB{} I0702 22:37:10.067182 3306 services_controller.go:453] Built service openshift-kube-storage-version-migrator-operator/metrics template LB for network=default: []services.LB{} I0702 22:37:10.067178 3306 services_controller.go:444] Built service default/openshift-oauth-apiserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.4.241"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.36.54"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0702 22:37:10.067192 3306 services_controller.go:471] Skipping no-op change for service openshift-ingress/router-default for network=default I0702 22:37:10.067195 3306 services_controller.go:445] Built service default/openshift-oauth-apiserver LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:10.067195 3306 services_controller.go:454] 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 I0702 22:37:10.067196 3306 services_controller.go:360] Finished syncing service router-default on namespace openshift-ingress for network=default : 413.376µs I0702 22:37:10.067151 3306 services_controller.go:434] Service openshift-apiserver-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-apiserver-operator 7f2599c6-19bd-4072-8445-b7a0e80b85c1 1046 0 2026-07-02 22:25:38 +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 f2a75ee6-c8ba-4210-ab75-4e7c9328338a 0xc00783afaf }] [] []},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.210.132,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.210.132],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:10.067210 3306 services_controller.go:356] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0702 22:37:10.067218 3306 services_controller.go:451] Built service default/openshift-oauth-apiserver cluster-wide LB for network=default: []services.LB{} I0702 22:37:10.067221 3306 services_controller.go:471] Skipping no-op change for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0702 22:37:10.067228 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-kube-storage-version-migrator-operator for network=default : 252.898µs I0702 22:37:10.067228 3306 lb_config.go:1031] Cluster endpoints for openshift-apiserver-operator/metrics for network=default are: map[] I0702 22:37:10.067240 3306 services_controller.go:356] Processing sync for service openshift-network-diagnostics/network-check-target for network=default I0702 22:37:10.067228 3306 services_controller.go:452] 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-0-31.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.4.241", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.36.54", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-0-31.ec2.internal"}, Routers:[]string{"GR_ip-10-0-0-31.ec2.internal"}, Groups:[]string(nil)}} I0702 22:37:10.067246 3306 services_controller.go:443] Built service openshift-apiserver-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.210.132"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0702 22:37:10.067218 3306 services_controller.go:434] 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 6acba11b-8816-4aab-bdd8-a1770841eb6b 6486 0 2026-07-02 22:28:59 +0000 UTC map[olm.managed:true olm.service-spec-hash:8H7arFYfeqTDwtur5ZzpDGCqSKpg30XG9PXH2W] map[] [{operators.coreos.com/v1alpha1 CatalogSource deployment-validation-operator-catalog dc4c1225-d621-4bf5-8ced-4a9ff457d432 0xc00783b80d 0xc00783b80e}] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:grpc,Protocol:TCP,Port:50051,TargetPort:{0 50051 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{olm.catalogSource: deployment-validation-operator-catalog,olm.managed: true,},ClusterIP:172.30.171.254,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.171.254],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:10.067259 3306 services_controller.go:453] Built service default/openshift-oauth-apiserver template LB for network=default: []services.LB{} I0702 22:37:10.067262 3306 services_controller.go:444] Built service openshift-apiserver-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:10.067272 3306 services_controller.go:445] Built service openshift-apiserver-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:10.067013 3306 services_controller.go:614] Adding service openshift-console-operator/metrics for network=default I0702 22:37:10.067277 3306 lb_config.go:1031] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default are: map[] I0702 22:37:10.067284 3306 services_controller.go:614] Adding service openshift-machine-config-operator/machine-config-controller for network=default I0702 22:37:10.067291 3306 services_controller.go:614] Adding service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0702 22:37:10.067249 3306 services_controller.go:434] Service openshift-network-diagnostics/network-check-target retrieved from lister for network=default: &Service{ObjectMeta:{network-check-target openshift-network-diagnostics be555b21-71a5-4b24-a835-13be692a05f3 4156 0 2026-07-02 22:26:30 +0000 UTC map[] map[] [{operator.openshift.io/v1 Network cluster 6a0bc3cc-c19e-4e27-8a28-64360d11a5ea 0xc007ab4517 0xc007ab4518}] [] []},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.191.130,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.191.130],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:10.067298 3306 services_controller.go:614] Adding service default/openshift for network=default I0702 22:37:10.067305 3306 services_controller.go:614] Adding service openshift-cloud-credential-operator/cco-metrics for network=default I0702 22:37:10.067313 3306 services_controller.go:614] Adding service openshift-multus/network-metrics-service for network=default I0702 22:37:10.067306 3306 services_controller.go:443] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.171.254"}, 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}} I0702 22:37:10.067315 3306 lb_config.go:1031] Cluster endpoints for openshift-network-diagnostics/network-check-target for network=default are: map[] I0702 22:37:10.067321 3306 services_controller.go:614] Adding service openshift-network-diagnostics/network-check-source for network=default I0702 22:37:10.067325 3306 services_controller.go:444] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:10.067328 3306 services_controller.go:614] Adding service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0702 22:37:10.067334 3306 services_controller.go:445] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:10.067294 3306 services_controller.go:451] 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.210.132", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:10.067330 3306 services_controller.go:443] Built service openshift-network-diagnostics/network-check-target LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.191.130"}, 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}} I0702 22:37:10.067063 3306 services_controller.go:471] Skipping no-op change for service openshift-ingress-canary/ingress-canary for network=default I0702 22:37:10.067346 3306 services_controller.go:360] Finished syncing service ingress-canary on namespace openshift-ingress-canary for network=default : 575.018µs I0702 22:37:10.067348 3306 services_controller.go:452] Built service openshift-apiserver-operator/metrics per-node LB for network=default: []services.LB{} I0702 22:37:10.067348 3306 services_controller.go:444] Built service openshift-network-diagnostics/network-check-target LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:10.067357 3306 services_controller.go:356] Processing sync for service openshift-config-operator/metrics for network=default I0702 22:37:10.067361 3306 services_controller.go:453] Built service openshift-apiserver-operator/metrics template LB for network=default: []services.LB{} I0702 22:37:10.067362 3306 services_controller.go:445] Built service openshift-network-diagnostics/network-check-target LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:10.067335 3306 services_controller.go:614] Adding service openshift-ingress-operator/metrics for network=default I0702 22:37:10.067374 3306 services_controller.go:454] 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 I0702 22:37:10.067380 3306 services_controller.go:614] Adding service openshift-insights/metrics for network=default I0702 22:37:10.067387 3306 services_controller.go:614] Adding service openshift-machine-config-operator/machine-config-daemon for network=default I0702 22:37:10.067393 3306 services_controller.go:614] Adding service openshift-network-console/networking-console-plugin for network=default I0702 22:37:10.067399 3306 services_controller.go:614] Adding service default/kubernetes for network=default I0702 22:37:10.067271 3306 services_controller.go:454] 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 I0702 22:37:10.067405 3306 services_controller.go:614] Adding service default/packageserver for network=default I0702 22:37:10.067365 3306 services_controller.go:434] Service openshift-config-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-config-operator 48a09cbf-a025-4a23-bdf6-525a737c3e79 1746 0 2026-07-02 22:25:51 +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 f2a75ee6-c8ba-4210-ab75-4e7c9328338a 0xc00783b6b7 }] [] []},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.91.173,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.91.173],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:10.067412 3306 services_controller.go:614] Adding service openshift-authentication-operator/metrics for network=default I0702 22:37:10.067419 3306 services_controller.go:614] Adding service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0702 22:37:10.067381 3306 services_controller.go:451] 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.191.130", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:10.067434 3306 services_controller.go:614] Adding service openshift-dns-operator/metrics for network=default I0702 22:37:10.067436 3306 lb_config.go:1031] Cluster endpoints for openshift-config-operator/metrics for network=default are: map[] I0702 22:37:10.067419 3306 services_controller.go:471] Skipping no-op change for service default/openshift-oauth-apiserver for network=default I0702 22:37:10.067447 3306 services_controller.go:360] Finished syncing service openshift-oauth-apiserver on namespace default for network=default : 382.898µs I0702 22:37:10.067450 3306 services_controller.go:443] Built service openshift-config-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.91.173"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0702 22:37:10.067459 3306 services_controller.go:356] Processing sync for service openshift-ingress/router-internal-default for network=default I0702 22:37:10.067464 3306 services_controller.go:444] Built service openshift-config-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:10.067474 3306 services_controller.go:445] Built service openshift-config-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:10.067349 3306 services_controller.go:451] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-deployment-validation-operator/deployment-validation-operator-catalog_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-deployment-validation-operator/deployment-validation-operator-catalog"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.171.254", Port:50051, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:10.067494 3306 services_controller.go:452] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog per-node LB for network=default: []services.LB{} I0702 22:37:10.067489 3306 services_controller.go:451] 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.91.173", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:10.067519 3306 services_controller.go:453] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog template LB for network=default: []services.LB{} I0702 22:37:10.067521 3306 services_controller.go:452] Built service openshift-config-operator/metrics per-node LB for network=default: []services.LB{} I0702 22:37:10.067468 3306 services_controller.go:434] Service openshift-ingress/router-internal-default retrieved from lister for network=default: &Service{ObjectMeta:{router-internal-default openshift-ingress 467af302-1cac-4ff2-bfbf-1ff1bf3104be 2825 0 2026-07-02 22:26:00 +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 91b70309-50fc-479d-8485-c403f49ef81d 0xc00783be2e }] [] []},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.140.55,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.140.55],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:10.067531 3306 services_controller.go:453] Built service openshift-config-operator/metrics template LB for network=default: []services.LB{} I0702 22:37:10.067531 3306 services_controller.go:454] 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 I0702 22:37:10.067538 3306 services_controller.go:454] 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 I0702 22:37:10.067550 3306 lb_config.go:1031] Cluster endpoints for openshift-ingress/router-internal-default for network=default are: map[] I0702 22:37:10.067558 3306 services_controller.go:471] Skipping no-op change for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0702 22:37:10.067558 3306 services_controller.go:471] Skipping no-op change for service openshift-config-operator/metrics for network=default I0702 22:37:10.067566 3306 services_controller.go:360] Finished syncing service deployment-validation-operator-catalog on namespace openshift-deployment-validation-operator for network=default : 354.47µs I0702 22:37:10.067567 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-config-operator for network=default : 210.862µs I0702 22:37:10.067568 3306 services_controller.go:443] Built service openshift-ingress/router-internal-default LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.140.55"}, 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.140.55"}, protocol:"TCP", 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.140.55"}, 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}} I0702 22:37:10.067582 3306 services_controller.go:356] Processing sync for service openshift-machine-config-operator/machine-config-operator for network=default I0702 22:37:10.067583 3306 services_controller.go:444] Built service openshift-ingress/router-internal-default LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:10.067552 3306 model_client.go:382] 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 == {44528d9c-6730-4654-a09f-c215a4f362f1}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:10.067584 3306 services_controller.go:356] Processing sync for service openshift-monitoring/cluster-monitoring-operator for network=default I0702 22:37:10.067590 3306 services_controller.go:445] Built service openshift-ingress/router-internal-default LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:10.067596 3306 services_controller.go:360] Finished syncing service cluster-monitoring-operator on namespace openshift-monitoring for network=default : 12.356µs I0702 22:37:10.067602 3306 services_controller.go:356] Processing sync for service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0702 22:37:10.067606 3306 services_controller.go:360] Finished syncing service node-tuning-operator on namespace openshift-cluster-node-tuning-operator for network=default : 4.147µs I0702 22:37:10.067611 3306 services_controller.go:356] Processing sync for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0702 22:37:10.067440 3306 services_controller.go:614] Adding service openshift-network-operator/metrics for network=default I0702 22:37:10.067606 3306 services_controller.go:451] 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.140.55", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.140.55", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.140.55", Port:1936, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:10.067635 3306 services_controller.go:452] Built service openshift-ingress/router-internal-default per-node LB for network=default: []services.LB{} I0702 22:37:10.067638 3306 services_controller.go:614] Adding service openshift-service-ca-operator/metrics for network=default I0702 22:37:10.067643 3306 services_controller.go:453] Built service openshift-ingress/router-internal-default template LB for network=default: []services.LB{} I0702 22:37:10.067399 3306 services_controller.go:471] Skipping no-op change for service openshift-apiserver-operator/metrics for network=default I0702 22:37:10.067628 3306 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:policies Mutator:insert Value:{GoSet:[{GoUUID:44528d9c-6730-4654-a09f-c215a4f362f1}]}}] Timeout: Where:[where column _uuid == {75656b24-b078-48c3-9105-f7d2df67dfd5}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:10.067592 3306 services_controller.go:434] Service openshift-machine-config-operator/machine-config-operator retrieved from lister for network=default: &Service{ObjectMeta:{machine-config-operator openshift-machine-config-operator fc1b54bd-51c8-480d-85b1-d0ff5eb5630b 806 0 2026-07-02 22:25:32 +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 f2a75ee6-c8ba-4210-ab75-4e7c9328338a 0xc007ab426b }] [] []},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.168.17,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.168.17],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:10.067651 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-apiserver-operator for network=default : 510.492µs I0702 22:37:10.067664 3306 services_controller.go:356] Processing sync for service openshift-kube-controller-manager-operator/metrics for network=default I0702 22:37:10.067619 3306 services_controller.go:434] 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 4560b7d5-c678-42f3-8cc3-0737cb1b10f7 1014 0 2026-07-02 22:25:37 +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 f2a75ee6-c8ba-4210-ab75-4e7c9328338a 0xc00783b4e7 }] [] []},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.212.114,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.212.114],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:10.067676 3306 lb_config.go:1031] Cluster endpoints for openshift-machine-config-operator/machine-config-operator for network=default are: map[] I0702 22:37:10.067657 3306 transact.go:42] 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 == {44528d9c-6730-4654-a09f-c215a4f362f1}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:policies Mutator:insert Value:{GoSet:[{GoUUID:44528d9c-6730-4654-a09f-c215a4f362f1}]}}] Timeout: Where:[where column _uuid == {75656b24-b078-48c3-9105-f7d2df67dfd5}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:10.067691 3306 lb_config.go:1031] Cluster endpoints for openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default are: map[] I0702 22:37:10.067691 3306 services_controller.go:443] Built service openshift-machine-config-operator/machine-config-operator LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.168.17"}, 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}} I0702 22:37:10.067708 3306 services_controller.go:444] Built service openshift-machine-config-operator/machine-config-operator LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:10.067704 3306 services_controller.go:443] 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.212.114"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0702 22:37:10.067718 3306 services_controller.go:445] Built service openshift-machine-config-operator/machine-config-operator LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:10.067720 3306 services_controller.go:444] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:10.067672 3306 services_controller.go:434] Service openshift-kube-controller-manager-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-kube-controller-manager-operator af1b8f60-a9f9-470a-8273-309ecb77b313 819 0 2026-07-02 22:25:33 +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 f2a75ee6-c8ba-4210-ab75-4e7c9328338a 0xc00783bfcf }] [] []},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.169,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.102.169],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:10.067730 3306 services_controller.go:445] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:10.067747 3306 lb_config.go:1031] Cluster endpoints for openshift-kube-controller-manager-operator/metrics for network=default are: map[] I0702 22:37:10.067739 3306 services_controller.go:451] 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.168.17", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:10.067747 3306 services_controller.go:451] 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.212.114", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:10.067767 3306 services_controller.go:452] Built service openshift-machine-config-operator/machine-config-operator per-node LB for network=default: []services.LB{} I0702 22:37:10.067766 3306 services_controller.go:443] Built service openshift-kube-controller-manager-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.102.169"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0702 22:37:10.067775 3306 services_controller.go:452] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics per-node LB for network=default: []services.LB{} I0702 22:37:10.067777 3306 services_controller.go:453] Built service openshift-machine-config-operator/machine-config-operator template LB for network=default: []services.LB{} I0702 22:37:10.067783 3306 services_controller.go:444] Built service openshift-kube-controller-manager-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:10.067787 3306 services_controller.go:453] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics template LB for network=default: []services.LB{} I0702 22:37:10.067788 3306 services_controller.go:454] 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 I0702 22:37:10.067793 3306 services_controller.go:445] Built service openshift-kube-controller-manager-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:10.067798 3306 services_controller.go:454] 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 I0702 22:37:10.067806 3306 services_controller.go:471] Skipping no-op change for service openshift-machine-config-operator/machine-config-operator for network=default I0702 22:37:10.067650 3306 services_controller.go:454] 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 I0702 22:37:10.067840 3306 services_controller.go:471] Skipping no-op change for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0702 22:37:10.067810 3306 services_controller.go:451] 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.169", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:10.067847 3306 services_controller.go:360] Finished syncing service cluster-storage-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 234.807µs I0702 22:37:10.067862 3306 services_controller.go:356] Processing sync for service default/openshift-apiserver for network=default I0702 22:37:10.067830 3306 services_controller.go:360] Finished syncing service machine-config-operator on namespace openshift-machine-config-operator for network=default : 231.735µs I0702 22:37:10.067440 3306 services_controller.go:452] Built service openshift-network-diagnostics/network-check-target per-node LB for network=default: []services.LB{} I0702 22:37:10.067881 3306 services_controller.go:356] Processing sync for service openshift-apiserver/check-endpoints for network=default I0702 22:37:10.067881 3306 services_controller.go:453] Built service openshift-network-diagnostics/network-check-target template LB for network=default: []services.LB{} I0702 22:37:10.067894 3306 services_controller.go:454] 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 I0702 22:37:10.067871 3306 services_controller.go:434] Service default/openshift-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-apiserver default 64d75c56-6170-4aa6-bf7a-3ff45e63df58 1598 0 2026-07-02 22:25:49 +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.210.245,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.210.245],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:10.067909 3306 services_controller.go:452] Built service openshift-kube-controller-manager-operator/metrics per-node LB for network=default: []services.LB{} I0702 22:37:10.067926 3306 services_controller.go:453] Built service openshift-kube-controller-manager-operator/metrics template LB for network=default: []services.LB{} I0702 22:37:10.067927 3306 services_controller.go:471] Skipping no-op change for service openshift-network-diagnostics/network-check-target for network=default I0702 22:37:10.067940 3306 services_controller.go:360] Finished syncing service network-check-target on namespace openshift-network-diagnostics for network=default : 700.033µs I0702 22:37:10.067943 3306 services_controller.go:454] 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 I0702 22:37:10.067937 3306 lb_config.go:1031] Cluster endpoints for default/openshift-apiserver for network=default are: map[TCP/https:{443 [172.30.24.132] []}] I0702 22:37:10.067955 3306 services_controller.go:356] Processing sync for service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0702 22:37:10.067868 3306 services_controller.go:471] Skipping no-op change for service openshift-ingress/router-internal-default for network=default I0702 22:37:10.067960 3306 services_controller.go:443] Built service default/openshift-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0702 22:37:10.067964 3306 services_controller.go:360] Finished syncing service router-internal-default on namespace openshift-ingress for network=default : 504.421µs I0702 22:37:10.067969 3306 services_controller.go:471] Skipping no-op change for service openshift-kube-controller-manager-operator/metrics for network=default I0702 22:37:10.067975 3306 services_controller.go:356] Processing sync for service openshift-cluster-samples-operator/metrics for network=default I0702 22:37:10.067976 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-kube-controller-manager-operator for network=default : 312.758µs I0702 22:37:10.067969 3306 services_controller.go:444] Built service default/openshift-apiserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.210.245"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.24.132"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0702 22:37:10.067983 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-cluster-samples-operator for network=default : 7.953µs I0702 22:37:10.067989 3306 services_controller.go:356] Processing sync for service openshift-console-operator/metrics for network=default I0702 22:37:10.067988 3306 services_controller.go:445] Built service default/openshift-apiserver LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:10.067993 3306 services_controller.go:356] Processing sync for service openshift-machine-config-operator/machine-config-controller for network=default I0702 22:37:10.068011 3306 services_controller.go:451] Built service default/openshift-apiserver cluster-wide LB for network=default: []services.LB{} I0702 22:37:10.067965 3306 services_controller.go:434] 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 57b8d3e8-be5d-4b86-8dc4-e36570aef4a4 1521 0 2026-07-02 22:25:48 +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 f2a75ee6-c8ba-4210-ab75-4e7c9328338a 0xc00783b3bf }] [] []},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.244.197,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.244.197],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:10.068001 3306 services_controller.go:434] Service openshift-machine-config-operator/machine-config-controller retrieved from lister for network=default: &Service{ObjectMeta:{machine-config-controller openshift-machine-config-operator c510d9cd-a27b-493e-81b5-1a4e61d48731 881 0 2026-07-02 22:25:34 +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 f2a75ee6-c8ba-4210-ab75-4e7c9328338a 0xc007ab410b }] [] []},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.95.223,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.95.223],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:10.068081 3306 lb_config.go:1031] Cluster endpoints for openshift-machine-config-operator/machine-config-controller for network=default are: map[] I0702 22:37:10.068098 3306 services_controller.go:443] Built service openshift-machine-config-operator/machine-config-controller LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.95.223"}, 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}} I0702 22:37:10.068126 3306 services_controller.go:444] Built service openshift-machine-config-operator/machine-config-controller LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:10.068137 3306 services_controller.go:445] Built service openshift-machine-config-operator/machine-config-controller LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:10.068156 3306 services_controller.go:451] 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.95.223", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:10.067891 3306 services_controller.go:434] Service openshift-apiserver/check-endpoints retrieved from lister for network=default: &Service{ObjectMeta:{check-endpoints openshift-apiserver 1b98a1bb-2075-4f2e-a51b-02a49b3649cb 1693 0 2026-07-02 22:25:50 +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 f2a75ee6-c8ba-4210-ab75-4e7c9328338a 0xc00783b077 }] [] []},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.175.210,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.175.210],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:10.068182 3306 services_controller.go:452] Built service openshift-machine-config-operator/machine-config-controller per-node LB for network=default: []services.LB{} I0702 22:37:10.068195 3306 services_controller.go:453] Built service openshift-machine-config-operator/machine-config-controller template LB for network=default: []services.LB{} I0702 22:37:10.068200 3306 lb_config.go:1031] Cluster endpoints for openshift-apiserver/check-endpoints for network=default are: map[] I0702 22:37:10.068207 3306 services_controller.go:454] 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 I0702 22:37:10.068213 3306 services_controller.go:443] Built service openshift-apiserver/check-endpoints LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.175.210"}, 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}} I0702 22:37:10.068225 3306 services_controller.go:444] Built service openshift-apiserver/check-endpoints LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:10.068232 3306 services_controller.go:445] Built service openshift-apiserver/check-endpoints LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:10.068234 3306 services_controller.go:471] Skipping no-op change for service openshift-machine-config-operator/machine-config-controller for network=default I0702 22:37:10.068242 3306 services_controller.go:360] Finished syncing service machine-config-controller on namespace openshift-machine-config-operator for network=default : 247.795µs I0702 22:37:10.068041 3306 lb_config.go:1031] Cluster endpoints for openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default are: map[] I0702 22:37:10.068254 3306 services_controller.go:356] Processing sync for service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0702 22:37:10.068244 3306 services_controller.go:451] 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.175.210", Port:17698, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:10.068263 3306 services_controller.go:360] Finished syncing service ovn-kubernetes-node on namespace openshift-ovn-kubernetes for network=default : 8.56µs I0702 22:37:10.068262 3306 services_controller.go:443] 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.244.197"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0702 22:37:10.068269 3306 services_controller.go:452] Built service openshift-apiserver/check-endpoints per-node LB for network=default: []services.LB{} I0702 22:37:10.068273 3306 services_controller.go:356] Processing sync for service default/openshift for network=default I0702 22:37:10.068277 3306 services_controller.go:453] Built service openshift-apiserver/check-endpoints template LB for network=default: []services.LB{} I0702 22:37:10.068281 3306 services_controller.go:360] Finished syncing service openshift on namespace default for network=default : 7.902µs I0702 22:37:10.068284 3306 services_controller.go:454] 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 I0702 22:37:10.068291 3306 services_controller.go:356] Processing sync for service openshift-cloud-credential-operator/cco-metrics for network=default I0702 22:37:10.068301 3306 services_controller.go:471] Skipping no-op change for service openshift-apiserver/check-endpoints for network=default I0702 22:37:10.068305 3306 services_controller.go:360] Finished syncing service check-endpoints on namespace openshift-apiserver for network=default : 425.592µs I0702 22:37:10.068319 3306 services_controller.go:356] Processing sync for service openshift-multus/network-metrics-service for network=default I0702 22:37:10.068330 3306 services_controller.go:360] Finished syncing service network-metrics-service on namespace openshift-multus for network=default : 13.068µs I0702 22:37:10.068272 3306 services_controller.go:444] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:10.068338 3306 services_controller.go:356] Processing sync for service openshift-network-diagnostics/network-check-source for network=default I0702 22:37:10.068343 3306 services_controller.go:445] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:10.068345 3306 services_controller.go:360] Finished syncing service network-check-source on namespace openshift-network-diagnostics for network=default : 7.315µs I0702 22:37:10.068301 3306 services_controller.go:434] Service openshift-cloud-credential-operator/cco-metrics retrieved from lister for network=default: &Service{ObjectMeta:{cco-metrics openshift-cloud-credential-operator ec70ae15-c8de-4bb8-a058-2ff06dbbe55a 1109 0 2026-07-02 22:25:40 +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 f2a75ee6-c8ba-4210-ab75-4e7c9328338a 0xc00783b1cb }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:metrics,Protocol:TCP,Port:8443,TargetPort:{1 0 metrics},NodePort:0,AppProtocol:nil,},},Selector:map[string]string{app: cloud-credential-operator,},ClusterIP:172.30.78.196,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.78.196],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:10.068351 3306 services_controller.go:356] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0702 22:37:10.068357 3306 services_controller.go:451] 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.244.197", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:10.068371 3306 lb_config.go:1031] Cluster endpoints for openshift-cloud-credential-operator/cco-metrics for network=default are: map[] I0702 22:37:10.068374 3306 services_controller.go:452] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service per-node LB for network=default: []services.LB{} I0702 22:37:10.068382 3306 services_controller.go:453] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service template LB for network=default: []services.LB{} I0702 22:37:10.068389 3306 services_controller.go:454] 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 I0702 22:37:10.068385 3306 services_controller.go:443] Built service openshift-cloud-credential-operator/cco-metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.78.196"}, 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}} I0702 22:37:10.068358 3306 services_controller.go:434] 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 e93ff878-886f-43b8-8096-ceaae4291868 6454 0 2026-07-02 22:28:57 +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.210.3,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.210.3],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:10.068403 3306 services_controller.go:471] Skipping no-op change for service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0702 22:37:10.068401 3306 services_controller.go:444] Built service openshift-cloud-credential-operator/cco-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:10.068408 3306 services_controller.go:360] Finished syncing service performance-addon-operator-service on namespace openshift-cluster-node-tuning-operator for network=default : 454.555µs I0702 22:37:10.068415 3306 services_controller.go:445] Built service openshift-cloud-credential-operator/cco-metrics LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:10.067998 3306 services_controller.go:434] Service openshift-console-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-console-operator 3e24f3db-0dc4-4dbd-85f4-162854240be2 1933 0 2026-07-02 22:25:54 +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 f2a75ee6-c8ba-4210-ab75-4e7c9328338a 0xc00783b777 }] [] []},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.121.47,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.121.47],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:10.068418 3306 lb_config.go:1031] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default are: map[] I0702 22:37:10.068429 3306 services_controller.go:443] 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.210.3"}, 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}} I0702 22:37:10.068432 3306 lb_config.go:1031] Cluster endpoints for openshift-console-operator/metrics for network=default are: map[] I0702 22:37:10.068439 3306 services_controller.go:444] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:10.068441 3306 services_controller.go:443] Built service openshift-console-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.121.47"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0702 22:37:10.068449 3306 services_controller.go:444] Built service openshift-console-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:10.068026 3306 services_controller.go:452] 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-0-31.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.210.245", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.24.132", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-0-31.ec2.internal"}, Routers:[]string{"GR_ip-10-0-0-31.ec2.internal"}, Groups:[]string(nil)}} I0702 22:37:10.068436 3306 services_controller.go:451] Built service openshift-cloud-credential-operator/cco-metrics cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-cloud-credential-operator/cco-metrics_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-cloud-credential-operator/cco-metrics"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.78.196", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:10.068459 3306 services_controller.go:453] Built service default/openshift-apiserver template LB for network=default: []services.LB{} I0702 22:37:10.068467 3306 services_controller.go:454] 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 I0702 22:37:10.068468 3306 services_controller.go:452] Built service openshift-cloud-credential-operator/cco-metrics per-node LB for network=default: []services.LB{} I0702 22:37:10.068481 3306 services_controller.go:453] Built service openshift-cloud-credential-operator/cco-metrics template LB for network=default: []services.LB{} I0702 22:37:10.068483 3306 services_controller.go:471] Skipping no-op change for service default/openshift-apiserver for network=default I0702 22:37:10.068487 3306 services_controller.go:360] Finished syncing service openshift-apiserver on namespace default for network=default : 626.576µs I0702 22:37:10.068493 3306 services_controller.go:454] 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 I0702 22:37:10.068495 3306 services_controller.go:356] Processing sync for service openshift-insights/metrics for network=default I0702 22:37:10.068417 3306 services_controller.go:356] Processing sync for service openshift-ingress-operator/metrics for network=default I0702 22:37:10.068519 3306 services_controller.go:471] Skipping no-op change for service openshift-cloud-credential-operator/cco-metrics for network=default I0702 22:37:10.068526 3306 services_controller.go:360] Finished syncing service cco-metrics on namespace openshift-cloud-credential-operator for network=default : 234.979µs I0702 22:37:10.068541 3306 services_controller.go:356] Processing sync for service openshift-machine-config-operator/machine-config-daemon for network=default I0702 22:37:10.068505 3306 services_controller.go:434] Service openshift-insights/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-insights 5210e172-1d6b-4e26-ae10-76af5d7c2537 3090 0 2026-07-02 22:26:04 +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 f2a75ee6-c8ba-4210-ab75-4e7c9328338a 0xc00783bf2b }] [] []},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.63.12,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.63.12],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:10.068570 3306 lb_config.go:1031] Cluster endpoints for openshift-insights/metrics for network=default are: map[] I0702 22:37:10.068450 3306 services_controller.go:445] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:10.068589 3306 services_controller.go:443] Built service openshift-insights/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.63.12"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0702 22:37:10.068551 3306 services_controller.go:434] Service openshift-machine-config-operator/machine-config-daemon retrieved from lister for network=default: &Service{ObjectMeta:{machine-config-daemon openshift-machine-config-operator 1927bb78-94c7-477c-bdb6-e82b083533bb 921 0 2026-07-02 22:25:35 +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 f2a75ee6-c8ba-4210-ab75-4e7c9328338a 0xc007ab41d7 }] [] []},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.52.152,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.52.152],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:10.068603 3306 services_controller.go:444] Built service openshift-insights/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:10.068609 3306 services_controller.go:445] Built service openshift-insights/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:10.068622 3306 lb_config.go:1031] Cluster endpoints for openshift-machine-config-operator/machine-config-daemon for network=default are: map[] I0702 22:37:10.068622 3306 services_controller.go:451] 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.63.12", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:10.068456 3306 services_controller.go:445] Built service openshift-console-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:10.068641 3306 services_controller.go:443] Built service openshift-machine-config-operator/machine-config-daemon LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.52.152"}, 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.52.152"}, 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}} I0702 22:37:10.068671 3306 services_controller.go:444] Built service openshift-machine-config-operator/machine-config-daemon LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:10.068663 3306 services_controller.go:451] 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.121.47", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:10.068684 3306 services_controller.go:445] Built service openshift-machine-config-operator/machine-config-daemon LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:10.068689 3306 services_controller.go:452] Built service openshift-console-operator/metrics per-node LB for network=default: []services.LB{} I0702 22:37:10.068703 3306 services_controller.go:453] Built service openshift-console-operator/metrics template LB for network=default: []services.LB{} I0702 22:37:10.068710 3306 services_controller.go:454] 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 I0702 22:37:10.068525 3306 services_controller.go:434] Service openshift-ingress-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-ingress-operator 3032ee87-933d-481d-812d-0d963661460b 1448 0 2026-07-02 22:25:48 +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 f2a75ee6-c8ba-4210-ab75-4e7c9328338a 0xc00783bc77 }] [] []},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.29.235,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.29.235],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:10.068725 3306 services_controller.go:471] Skipping no-op change for service openshift-console-operator/metrics for network=default I0702 22:37:10.068703 3306 services_controller.go:451] 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.52.152", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.52.152", Port:8798, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:10.068729 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-console-operator for network=default : 741.936µs I0702 22:37:10.068739 3306 services_controller.go:356] Processing sync for service openshift-network-console/networking-console-plugin for network=default I0702 22:37:10.068740 3306 services_controller.go:452] Built service openshift-machine-config-operator/machine-config-daemon per-node LB for network=default: []services.LB{} I0702 22:37:10.068744 3306 lb_config.go:1031] Cluster endpoints for openshift-ingress-operator/metrics for network=default are: map[] I0702 22:37:10.068752 3306 services_controller.go:453] Built service openshift-machine-config-operator/machine-config-daemon template LB for network=default: []services.LB{} I0702 22:37:10.068754 3306 services_controller.go:443] Built service openshift-ingress-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.29.235"}, 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}} I0702 22:37:10.068764 3306 services_controller.go:444] Built service openshift-ingress-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:10.068765 3306 services_controller.go:454] 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 I0702 22:37:10.068771 3306 services_controller.go:445] Built service openshift-ingress-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:10.068746 3306 services_controller.go:434] Service openshift-network-console/networking-console-plugin retrieved from lister for network=default: &Service{ObjectMeta:{networking-console-plugin openshift-network-console e92b099a-ee27-4b3b-89b8-5d1686ecf49f 4274 0 2026-07-02 22:26:33 +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 6a0bc3cc-c19e-4e27-8a28-64360d11a5ea 0xc007ab441e 0xc007ab441f}] [] []},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.206.143,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.206.143],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:10.068789 3306 services_controller.go:471] Skipping no-op change for service openshift-machine-config-operator/machine-config-daemon for network=default I0702 22:37:10.068801 3306 services_controller.go:360] Finished syncing service machine-config-daemon on namespace openshift-machine-config-operator for network=default : 260.796µs I0702 22:37:10.068831 3306 lb_config.go:1031] Cluster endpoints for openshift-network-console/networking-console-plugin for network=default are: map[] I0702 22:37:10.068835 3306 services_controller.go:356] Processing sync for service default/kubernetes for network=default I0702 22:37:10.068599 3306 services_controller.go:451] 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.210.3", Port:8383, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:10.068845 3306 services_controller.go:443] Built service openshift-network-console/networking-console-plugin LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.206.143"}, 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}} I0702 22:37:10.068856 3306 services_controller.go:444] Built service openshift-network-console/networking-console-plugin LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:10.068858 3306 services_controller.go:452] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics per-node LB for network=default: []services.LB{} I0702 22:37:10.068863 3306 services_controller.go:445] Built service openshift-network-console/networking-console-plugin LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:10.068870 3306 services_controller.go:453] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics template LB for network=default: []services.LB{} I0702 22:37:10.068880 3306 services_controller.go:454] 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 I0702 22:37:10.068846 3306 services_controller.go:434] Service default/kubernetes retrieved from lister for network=default: &Service{ObjectMeta:{kubernetes default ab4edb38-6fb5-41ff-9e01-63c779b454a4 273 0 2026-07-02 22:24:36 +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{},},} I0702 22:37:10.068880 3306 services_controller.go:451] 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.206.143", Port:9443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:10.068905 3306 services_controller.go:452] Built service openshift-network-console/networking-console-plugin per-node LB for network=default: []services.LB{} I0702 22:37:10.068915 3306 services_controller.go:453] Built service openshift-network-console/networking-console-plugin template LB for network=default: []services.LB{} I0702 22:37:10.068917 3306 lb_config.go:1031] Cluster endpoints for default/kubernetes for network=default are: map[TCP/https:{6443 [172.20.0.1] []}] I0702 22:37:10.068926 3306 services_controller.go:454] 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 I0702 22:37:10.068934 3306 services_controller.go:443] Built service default/kubernetes LB cluster-wide configs for network=default: []services.lbConfig(nil) I0702 22:37:10.068941 3306 services_controller.go:471] Skipping no-op change for service openshift-network-console/networking-console-plugin for network=default I0702 22:37:10.068946 3306 services_controller.go:360] Finished syncing service networking-console-plugin on namespace openshift-network-console for network=default : 206.897µs I0702 22:37:10.068945 3306 services_controller.go:444] 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}} I0702 22:37:10.068955 3306 services_controller.go:356] Processing sync for service default/packageserver for network=default I0702 22:37:10.068783 3306 services_controller.go:451] 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.29.235", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:10.068963 3306 services_controller.go:445] Built service default/kubernetes LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:10.068969 3306 services_controller.go:452] Built service openshift-ingress-operator/metrics per-node LB for network=default: []services.LB{} I0702 22:37:10.068977 3306 services_controller.go:453] Built service openshift-ingress-operator/metrics template LB for network=default: []services.LB{} I0702 22:37:10.068982 3306 services_controller.go:454] 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 I0702 22:37:10.068988 3306 services_controller.go:451] Built service default/kubernetes cluster-wide LB for network=default: []services.LB{} I0702 22:37:10.068961 3306 services_controller.go:434] Service default/packageserver retrieved from lister for network=default: &Service{ObjectMeta:{packageserver default 52166ba6-13b1-4f9e-8853-e85259e10dc2 1739 0 2026-07-02 22:25:51 +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.163.92,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.163.92],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:10.068997 3306 services_controller.go:471] Skipping no-op change for service openshift-ingress-operator/metrics for network=default I0702 22:37:10.069001 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-ingress-operator for network=default : 584.069µs I0702 22:37:10.069011 3306 services_controller.go:356] Processing sync for service openshift-authentication-operator/metrics for network=default I0702 22:37:10.069013 3306 lb_config.go:1031] Cluster endpoints for default/packageserver for network=default are: map[TCP/https:{443 [172.30.181.121] []}] I0702 22:37:10.069000 3306 services_controller.go:452] 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-0-31.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-0-31.ec2.internal"}, Routers:[]string{"GR_ip-10-0-0-31.ec2.internal"}, Groups:[]string(nil)}} I0702 22:37:10.069023 3306 services_controller.go:443] Built service default/packageserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0702 22:37:10.069029 3306 services_controller.go:444] Built service default/packageserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.163.92"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.181.121"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0702 22:37:10.069035 3306 services_controller.go:453] Built service default/kubernetes template LB for network=default: []services.LB{} I0702 22:37:10.069041 3306 services_controller.go:445] Built service default/packageserver LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:10.069048 3306 services_controller.go:454] 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 I0702 22:37:10.068896 3306 services_controller.go:471] Skipping no-op change for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0702 22:37:10.069018 3306 services_controller.go:434] Service openshift-authentication-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-authentication-operator 29dbdb69-3933-4538-b127-9bf784e3a943 718 0 2026-07-02 22:25:30 +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 f2a75ee6-c8ba-4210-ab75-4e7c9328338a 0xc00783b137 }] [] []},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.127.187,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.127.187],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:10.069061 3306 services_controller.go:360] Finished syncing service deployment-validation-operator-metrics on namespace openshift-deployment-validation-operator for network=default : 706.336µs I0702 22:37:10.069065 3306 services_controller.go:451] Built service default/packageserver cluster-wide LB for network=default: []services.LB{} I0702 22:37:10.068643 3306 services_controller.go:452] Built service openshift-insights/metrics per-node LB for network=default: []services.LB{} I0702 22:37:10.069076 3306 services_controller.go:356] Processing sync for service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0702 22:37:10.069073 3306 services_controller.go:471] Skipping no-op change for service default/kubernetes for network=default I0702 22:37:10.069075 3306 lb_config.go:1031] Cluster endpoints for openshift-authentication-operator/metrics for network=default are: map[] I0702 22:37:10.069085 3306 services_controller.go:360] Finished syncing service kubernetes on namespace default for network=default : 270.377µs I0702 22:37:10.069087 3306 services_controller.go:453] Built service openshift-insights/metrics template LB for network=default: []services.LB{} I0702 22:37:10.069091 3306 services_controller.go:443] Built service openshift-authentication-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.127.187"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0702 22:37:10.069077 3306 services_controller.go:452] 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-0-31.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.163.92", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.181.121", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-0-31.ec2.internal"}, Routers:[]string{"GR_ip-10-0-0-31.ec2.internal"}, Groups:[]string(nil)}} I0702 22:37:10.069097 3306 services_controller.go:454] 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 I0702 22:37:10.069100 3306 services_controller.go:356] Processing sync for service openshift-dns-operator/metrics for network=default I0702 22:37:10.069100 3306 services_controller.go:444] Built service openshift-authentication-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:10.069130 3306 services_controller.go:445] Built service openshift-authentication-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:10.069086 3306 services_controller.go:434] 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 e4ecef98-7bbb-4422-b5a1-b29a24bf8e46 941 0 2026-07-02 22:25:36 +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 f2a75ee6-c8ba-4210-ab75-4e7c9328338a 0xc00783b597 }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 8443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{app: csi-snapshot-controller-operator,},ClusterIP:172.30.253.99,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.253.99],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:10.069151 3306 lb_config.go:1031] Cluster endpoints for openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default are: map[] I0702 22:37:10.069112 3306 services_controller.go:434] Service openshift-dns-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-dns-operator 71913b77-aa4f-4d40-ba75-23fb8bff13c7 1104 0 2026-07-02 22:25:39 +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 f2a75ee6-c8ba-4210-ab75-4e7c9328338a 0xc00783b947 }] [] []},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.150.92,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.150.92],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:10.069163 3306 services_controller.go:443] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.253.99"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0702 22:37:10.069173 3306 services_controller.go:444] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:10.069179 3306 services_controller.go:445] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:10.069183 3306 lb_config.go:1031] Cluster endpoints for openshift-dns-operator/metrics for network=default are: map[] I0702 22:37:10.069190 3306 services_controller.go:451] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.253.99", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:10.069198 3306 services_controller.go:443] Built service openshift-dns-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.150.92"}, 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}} I0702 22:37:10.069209 3306 services_controller.go:452] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics per-node LB for network=default: []services.LB{} I0702 22:37:10.069216 3306 services_controller.go:453] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics template LB for network=default: []services.LB{} I0702 22:37:10.069215 3306 services_controller.go:444] Built service openshift-dns-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:10.069222 3306 services_controller.go:454] 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 I0702 22:37:10.069228 3306 services_controller.go:445] Built service openshift-dns-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:10.069237 3306 services_controller.go:471] Skipping no-op change for service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0702 22:37:10.069242 3306 services_controller.go:360] Finished syncing service csi-snapshot-controller-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 167.855µs I0702 22:37:10.069251 3306 services_controller.go:356] Processing sync for service openshift-network-operator/metrics for network=default I0702 22:37:10.069256 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-network-operator for network=default : 4.902µs I0702 22:37:10.069144 3306 services_controller.go:451] 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.127.187", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:10.069262 3306 services_controller.go:356] Processing sync for service openshift-service-ca-operator/metrics for network=default I0702 22:37:10.069247 3306 services_controller.go:451] 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.150.92", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:10.069267 3306 services_controller.go:452] Built service openshift-authentication-operator/metrics per-node LB for network=default: []services.LB{} I0702 22:37:10.069276 3306 services_controller.go:453] Built service openshift-authentication-operator/metrics template LB for network=default: []services.LB{} I0702 22:37:10.069275 3306 services_controller.go:452] Built service openshift-dns-operator/metrics per-node LB for network=default: []services.LB{} I0702 22:37:10.069283 3306 services_controller.go:454] 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 I0702 22:37:10.069290 3306 services_controller.go:453] Built service openshift-dns-operator/metrics template LB for network=default: []services.LB{} I0702 22:37:10.069301 3306 services_controller.go:471] Skipping no-op change for service openshift-authentication-operator/metrics for network=default I0702 22:37:10.069302 3306 services_controller.go:454] 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 I0702 22:37:10.069311 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-authentication-operator for network=default : 297.597µs I0702 22:37:10.069267 3306 services_controller.go:434] Service openshift-service-ca-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-service-ca-operator 828b2c52-efe7-4125-8ca1-f7810c935ac9 901 0 2026-07-02 22:25:34 +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 f2a75ee6-c8ba-4210-ab75-4e7c9328338a 0xc007ab4707 }] [] []},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.32.220,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.32.220],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:10.069118 3306 services_controller.go:471] Skipping no-op change for service openshift-insights/metrics for network=default I0702 22:37:10.069333 3306 services_controller.go:471] Skipping no-op change for service openshift-dns-operator/metrics for network=default I0702 22:37:10.069335 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-insights for network=default : 839.854µs I0702 22:37:10.069337 3306 lb_config.go:1031] Cluster endpoints for openshift-service-ca-operator/metrics for network=default are: map[] I0702 22:37:10.069107 3306 services_controller.go:453] Built service default/packageserver template LB for network=default: []services.LB{} I0702 22:37:10.069340 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-dns-operator for network=default : 240.617µs I0702 22:37:10.069348 3306 services_controller.go:443] Built service openshift-service-ca-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.32.220"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0702 22:37:10.069354 3306 services_controller.go:454] 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 I0702 22:37:10.069360 3306 services_controller.go:444] Built service openshift-service-ca-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:10.069367 3306 services_controller.go:445] Built service openshift-service-ca-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:10.069376 3306 services_controller.go:471] Skipping no-op change for service default/packageserver for network=default I0702 22:37:10.069381 3306 services_controller.go:360] Finished syncing service packageserver on namespace default for network=default : 425.385µs I0702 22:37:10.069378 3306 services_controller.go:451] 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.32.220", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:10.069393 3306 services_controller.go:452] Built service openshift-service-ca-operator/metrics per-node LB for network=default: []services.LB{} I0702 22:37:10.069403 3306 services_controller.go:453] Built service openshift-service-ca-operator/metrics template LB for network=default: []services.LB{} I0702 22:37:10.069409 3306 services_controller.go:454] 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 I0702 22:37:10.069423 3306 services_controller.go:471] Skipping no-op change for service openshift-service-ca-operator/metrics for network=default I0702 22:37:10.069430 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-service-ca-operator for network=default : 167.649µs I0702 22:37:10.082442 3306 obj_retry.go:568] Update event received for resource *v1.Node, old object is equal to new: false I0702 22:37:10.082468 3306 obj_retry.go:620] Update event received for *v1.Node ip-10-0-2-224.ec2.internal I0702 22:37:10.082516 3306 master.go:657] Creating Interconnect resources for node ip-10-0-2-224.ec2.internal took: 726ns I0702 22:37:10.082527 3306 obj_retry.go:568] Update event received for resource *factory.egressNode, old object is equal to new: false I0702 22:37:10.082537 3306 obj_retry.go:620] Update event received for *factory.egressNode ip-10-0-2-224.ec2.internal I0702 22:37:10.087937 3306 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-1-191.ec2.internal, subnet 10.130.0.0/23 I0702 22:37:10.087960 3306 ovs.go:159] Exec(79): /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" I0702 22:37:10.098155 3306 ovs.go:162] Exec(79): stdout: "" I0702 22:37:10.098168 3306 ovs.go:163] Exec(79): stderr: "" I0702 22:37:10.098177 3306 default_node_network_controller.go:766] Upgrade Hack: checkOVNSBNodeLRSR for node - 10.130.0.0/23 : match match="reg7 == 0 && ip4.dst == 10.130.0.0/23" : stdout - : stderr - : err I0702 22:37:10.588698 3306 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-1-191.ec2.internal, subnet 10.130.0.0/23 I0702 22:37:10.588724 3306 ovs.go:159] Exec(80): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns _uuid find logical_flow match="reg7 == 0 && ip4.dst == 10.130.0.0/23" I0702 22:37:10.597983 3306 ovs.go:162] Exec(80): stdout: "" I0702 22:37:10.597999 3306 ovs.go:163] Exec(80): stderr: "" I0702 22:37:10.598009 3306 default_node_network_controller.go:766] Upgrade Hack: checkOVNSBNodeLRSR for node - 10.130.0.0/23 : match match="reg7 == 0 && ip4.dst == 10.130.0.0/23" : stdout - : stderr - : err I0702 22:37:10.649658 3306 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0702 22:37:10.649685 3306 default_network_controller.go:747] Recording update event on pod kube-system/konnectivity-agent-nrrmr I0702 22:37:10.649703 3306 obj_retry.go:620] Update event received for *v1.Pod kube-system/konnectivity-agent-nrrmr I0702 22:37:10.649718 3306 ovn.go:138] Ensuring zone remote for Pod kube-system/konnectivity-agent-nrrmr in node ip-10-0-1-191.ec2.internal I0702 22:37:10.649727 3306 default_network_controller.go:776] Recording success event on pod kube-system/konnectivity-agent-nrrmr I0702 22:37:10.649739 3306 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0702 22:37:10.649748 3306 obj_retry.go:620] Update event received for *factory.egressIPPod kube-system/konnectivity-agent-nrrmr I0702 22:37:11.089390 3306 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-1-191.ec2.internal, subnet 10.130.0.0/23 I0702 22:37:11.089424 3306 ovs.go:159] Exec(81): /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" I0702 22:37:11.100692 3306 ovs.go:162] Exec(81): stdout: "" I0702 22:37:11.100709 3306 ovs.go:163] Exec(81): stderr: "" I0702 22:37:11.100719 3306 default_node_network_controller.go:766] Upgrade Hack: checkOVNSBNodeLRSR for node - 10.130.0.0/23 : match match="reg7 == 0 && ip4.dst == 10.130.0.0/23" : stdout - : stderr - : err I0702 22:37:11.587986 3306 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-1-191.ec2.internal, subnet 10.130.0.0/23 I0702 22:37:11.588016 3306 ovs.go:159] Exec(82): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns _uuid find logical_flow match="reg7 == 0 && ip4.dst == 10.130.0.0/23" I0702 22:37:11.599053 3306 ovs.go:162] Exec(82): stdout: "" I0702 22:37:11.599100 3306 ovs.go:163] Exec(82): stderr: "" I0702 22:37:11.599112 3306 default_node_network_controller.go:766] Upgrade Hack: checkOVNSBNodeLRSR for node - 10.130.0.0/23 : match match="reg7 == 0 && ip4.dst == 10.130.0.0/23" : stdout - : stderr - : err I0702 22:37:11.668329 3306 admin_network_policy_controller.go:532] Updating Pod in Admin Network Policy controller openshift-ovn-kubernetes/ovnkube-node-7r2mv: podLabels app=ovnkube-node,component=network,controller-revision-hash=675fb9b997,kubernetes.io/os=linux,openshift.io/component=network,ovn-db-pod=true,pod-template-generation=2,type=infra, podIPs: [10.0.1.191], PodStatus: true, PodCompleted?: false I0702 22:37:11.668376 3306 admin_network_policy_pod.go:56] Processing sync for Pod openshift-ovn-kubernetes/ovnkube-node-7r2mv in Admin Network Policy controller I0702 22:37:11.668389 3306 admin_network_policy_pod.go:59] Finished syncing Pod openshift-ovn-kubernetes/ovnkube-node-7r2mv Admin Network Policy controller: took 15.134µs I0702 22:37:11.668406 3306 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0702 22:37:11.668422 3306 default_network_controller.go:747] Recording update event on pod openshift-ovn-kubernetes/ovnkube-node-7r2mv I0702 22:37:11.668435 3306 obj_retry.go:620] Update event received for *v1.Pod openshift-ovn-kubernetes/ovnkube-node-7r2mv I0702 22:37:11.668448 3306 ovn.go:138] Ensuring zone remote for Pod openshift-ovn-kubernetes/ovnkube-node-7r2mv in node ip-10-0-1-191.ec2.internal I0702 22:37:11.668455 3306 default_network_controller.go:776] Recording success event on pod openshift-ovn-kubernetes/ovnkube-node-7r2mv I0702 22:37:11.668463 3306 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0702 22:37:11.668475 3306 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-ovn-kubernetes/ovnkube-node-7r2mv I0702 22:37:11.691751 3306 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0702 22:37:11.691775 3306 default_network_controller.go:747] Recording update event on pod openshift-multus/multus-additional-cni-plugins-x9fkj I0702 22:37:11.691789 3306 obj_retry.go:620] Update event received for *v1.Pod openshift-multus/multus-additional-cni-plugins-x9fkj I0702 22:37:11.691801 3306 ovn.go:138] Ensuring zone remote for Pod openshift-multus/multus-additional-cni-plugins-x9fkj in node ip-10-0-1-191.ec2.internal I0702 22:37:11.691808 3306 default_network_controller.go:776] Recording success event on pod openshift-multus/multus-additional-cni-plugins-x9fkj I0702 22:37:11.691832 3306 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0702 22:37:11.691845 3306 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-x9fkj I0702 22:37:11.971062 3306 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0702 22:37:11.971159 3306 default_network_controller.go:747] Recording update event on pod openshift-multus/multus-additional-cni-plugins-l8m59 I0702 22:37:11.971185 3306 obj_retry.go:620] Update event received for *v1.Pod openshift-multus/multus-additional-cni-plugins-l8m59 I0702 22:37:11.971201 3306 ovn.go:138] Ensuring zone remote for Pod openshift-multus/multus-additional-cni-plugins-l8m59 in node ip-10-0-2-224.ec2.internal I0702 22:37:11.971212 3306 default_network_controller.go:776] Recording success event on pod openshift-multus/multus-additional-cni-plugins-l8m59 I0702 22:37:11.971223 3306 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0702 22:37:11.971235 3306 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-l8m59 I0702 22:37:12.088092 3306 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-1-191.ec2.internal, subnet 10.130.0.0/23 I0702 22:37:12.088125 3306 ovs.go:159] Exec(83): /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" I0702 22:37:12.101150 3306 ovs.go:162] Exec(83): stdout: "" I0702 22:37:12.101171 3306 ovs.go:163] Exec(83): stderr: "" I0702 22:37:12.101184 3306 default_node_network_controller.go:766] Upgrade Hack: checkOVNSBNodeLRSR for node - 10.130.0.0/23 : match match="reg7 == 0 && ip4.dst == 10.130.0.0/23" : stdout - : stderr - : err I0702 22:37:12.479685 3306 obj_retry.go:568] Update event received for resource *v1.Node, old object is equal to new: false I0702 22:37:12.479710 3306 obj_retry.go:620] Update event received for *v1.Node ip-10-0-2-224.ec2.internal I0702 22:37:12.479751 3306 master.go:657] Creating Interconnect resources for node ip-10-0-2-224.ec2.internal took: 749ns I0702 22:37:12.479761 3306 obj_retry.go:568] Update event received for resource *factory.egressNode, old object is equal to new: false I0702 22:37:12.479769 3306 obj_retry.go:620] Update event received for *factory.egressNode ip-10-0-2-224.ec2.internal I0702 22:37:12.570947 3306 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-72f20bb45bae1ca35bab61d7ac78c4da5cede0c9f65db2c0785aafb368aa7d65.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2dcontainers_2dstorage_2doverlay_2d72f20bb45bae1ca35bab61d7ac78c4da5cede0c9f65db2c0785aafb368aa7d65_2emount"}, Sequence:0xa3} I0702 22:37:12.571077 3306 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-72f20bb45bae1ca35bab61d7ac78c4da5cede0c9f65db2c0785aafb368aa7d65.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2dcontainers_2dstorage_2doverlay_2d72f20bb45bae1ca35bab61d7ac78c4da5cede0c9f65db2c0785aafb368aa7d65_2emount"}, Sequence:0xa4} I0702 22:37:12.571104 3306 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:0xa5} I0702 22:37:12.571118 3306 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:0xa6} I0702 22:37:12.571255 3306 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:0xa7} I0702 22:37:12.571313 3306 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:0xa8} I0702 22:37:12.571351 3306 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:0xa9} I0702 22:37:12.571456 3306 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:0xaa} I0702 22:37:12.571495 3306 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:0xab} I0702 22:37:12.571550 3306 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:0xac} I0702 22:37:12.571690 3306 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:"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:0xad} I0702 22:37:12.571729 3306 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:0xae} I0702 22:37:12.571842 3306 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:0xaf} I0702 22:37:12.571928 3306 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:0x655a870002a18}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7368ab}, "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:0x655a86fffc047}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x72feda}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a86fffc01f}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x72feb4}, "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:0x655a870000c4b}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x734adf}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xfa, 0x9d, 0x1d, 0x62, 0xcc, 0xf7, 0x40, 0x98, 0xb3, 0xfe, 0xf8, 0x3a, 0xe1, 0x7b, 0x92, 0xc0}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a870002a18}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7368ab}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"mounted"}}, []string{"Conditions", "Asserts"}}, Sequence:0xb0} I0702 22:37:12.572076 3306 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:0x655a86fa8bcd9}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1bfb6c}, "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:0x655a86fa8bcd9}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1bfb6c}, "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:0x655a86fa8bcd9}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1bfb6c}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0xb1} I0702 22:37:12.572118 3306 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:0xb2} I0702 22:37:12.572167 3306 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:0x655a86fab1a79}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1e590c}, "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:0x655a86fab1a22}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1e58b6}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a86fab1a21}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1e58b5}, "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:0x655a86fab1a79}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1e590c}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x6a, 0x4e, 0x4b, 0x8c, 0xa2, 0xa6, 0x4d, 0x54, 0xb8, 0xe5, 0x7, 0x79, 0x40, 0x8, 0x85, 0xa4}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a86ff105fe}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x644491}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0xb3} I0702 22:37:12.572226 3306 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-72f20bb45bae1ca35bab61d7ac78c4da5cede0c9f65db2c0785aafb368aa7d65-merged.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2dcontainers_2dstorage_2doverlay_2d72f20bb45bae1ca35bab61d7ac78c4da5cede0c9f65db2c0785aafb368aa7d65_2dmerged_2emount"}, Sequence:0xb4} I0702 22:37:12.572308 3306 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:0x655a86fe7f927}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x5b37bb}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0xb5} I0702 22:37:12.572454 3306 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:0x655a86fffb57d}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x72f410}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a86fd0e985}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x442819}, "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:0x655a86fffb577}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x72f40a}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a86fffb576}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x72f40a}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a86fd0e985}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x442819}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a86fffb57d}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x72f410}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x57, 0xf9, 0x49, 0x7e, 0x54, 0x50, 0x45, 0x1e, 0x98, 0x47, 0xff, 0xb1, 0x30, 0xe3, 0xd6, 0xce}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a86fffb57d}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x72f410}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0xb6} I0702 22:37:12.572514 3306 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:0x655a8700368b3}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x76a746}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a86fd0d78e}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x441621}, "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:0x655a8700368ac}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x76a73f}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a8700368aa}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x76a73d}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a86fd0d78e}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x441621}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a8700368b3}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x76a746}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x18, 0x41, 0x2b, 0x68, 0xbc, 0xea, 0x45, 0x5c, 0xb4, 0x95, 0x2a, 0x0, 0xb4, 0xcf, 0xc6, 0x28}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a8700368b3}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x76a746}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0xb7} I0702 22:37:12.588320 3306 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-1-191.ec2.internal, subnet 10.130.0.0/23 I0702 22:37:12.588349 3306 ovs.go:159] Exec(84): /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" I0702 22:37:12.599438 3306 ovs.go:162] Exec(84): stdout: "" I0702 22:37:12.599455 3306 ovs.go:163] Exec(84): stderr: "" I0702 22:37:12.599465 3306 default_node_network_controller.go:766] Upgrade Hack: checkOVNSBNodeLRSR for node - 10.130.0.0/23 : match match="reg7 == 0 && ip4.dst == 10.130.0.0/23" : stdout - : stderr - : err I0702 22:37:12.627180 3306 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-db256c97d12b78d22a1099b1545cd9db0679d2ba6557f72ce975c293997fda78.scope", "/org/freedesktop/systemd1/unit/crio_2dconmon_2ddb256c97d12b78d22a1099b1545cd9db0679d2ba6557f72ce975c293997fda78_2escope"}, Sequence:0xb8} I0702 22:37:12.627225 3306 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 {}{0x3c5, "/org/freedesktop/systemd1/job/965", "crio-conmon-db256c97d12b78d22a1099b1545cd9db0679d2ba6557f72ce975c293997fda78.scope"}, Sequence:0xb9} I0702 22:37:12.627243 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/kubepods_2dburstable_2dpod81b21489_5f0186_5f45b9_5fbdfc_5f0475c503bc9d_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:0x655a870bd9b58}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x130d9eb}, "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:0x655a870bd98f1}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x130d784}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a870bd98ee}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x130d781}, "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:0x655a870bd9b58}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x130d9eb}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x9e, 0xf2, 0x3, 0x96, 0x1d, 0xf1, 0x4e, 0xb8, 0xab, 0xda, 0xa, 0x84, 0x9b, 0xd0, 0xc4, 0xf6}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a870bd9b58}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x130d9eb}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0xba} I0702 22:37:12.627321 3306 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:0x9c5}, "ExecMainStartTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a8709a21ad}, "ExecMainStartTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x10d6040}, "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:0x9c5}, "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:0xbb} I0702 22:37:12.627393 3306 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:0x655a870a41185}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1175019}, "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:0x655a87099efae}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x10d2e42}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a87099efac}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x10d2e40}, "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:0x655a8709a229c}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x10d6130}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xe6, 0xf3, 0x8c, 0x50, 0x24, 0x8f, 0x4f, 0xda, 0x8f, 0x45, 0x7e, 0x74, 0x12, 0xba, 0xa8, 0x45}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a870a41185}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1175019}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0xbc} I0702 22:37:12.643202 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2ddb256c97d12b78d22a1099b1545cd9db0679d2ba6557f72ce975c293997fda78_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:0xbd} I0702 22:37:12.643255 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2ddb256c97d12b78d22a1099b1545cd9db0679d2ba6557f72ce975c293997fda78_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:0x655a87301c7fd}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3750690}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a87301c7fa}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x375068d}, "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{0xbb, 0xa3, 0xea, 0x77, 0x2d, 0xdb, 0x4c, 0xa4, 0xaf, 0xcc, 0xc5, 0xa7, 0x8, 0x7, 0x6d, 0xe3}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x3c5, "/org/freedesktop/systemd1/job/965"}}, "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:0xbe} I0702 22:37:12.643360 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2ddb256c97d12b78d22a1099b1545cd9db0679d2ba6557f72ce975c293997fda78_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:0xbf} I0702 22:37:12.643505 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2ddb256c97d12b78d22a1099b1545cd9db0679d2ba6557f72ce975c293997fda78_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:0x655a8730205c6}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3754459}, "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:0x655a87301c7fd}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3750690}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a87301c7fa}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x375068d}, "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:0x655a8730205c6}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3754459}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xbb, 0xa3, 0xea, 0x77, 0x2d, 0xdb, 0x4c, 0xa4, 0xaf, 0xcc, 0xc5, 0xa7, 0x8, 0x7, 0x6d, 0xe3}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x3c5, "/org/freedesktop/systemd1/job/965"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a8730205c6}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3754459}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0xc0} I0702 22:37:12.643599 3306 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 {}{0x3c5, "/org/freedesktop/systemd1/job/965", "crio-conmon-db256c97d12b78d22a1099b1545cd9db0679d2ba6557f72ce975c293997fda78.scope", "done"}, Sequence:0xc1} I0702 22:37:12.643635 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2ddb256c97d12b78d22a1099b1545cd9db0679d2ba6557f72ce975c293997fda78_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:0xc2} I0702 22:37:12.643724 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2ddb256c97d12b78d22a1099b1545cd9db0679d2ba6557f72ce975c293997fda78_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:0x655a8730205c6}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3754459}, "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:0x655a87301c7fd}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3750690}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a87301c7fa}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x375068d}, "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:0x655a8730205c6}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3754459}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xbb, 0xa3, 0xea, 0x77, 0x2d, 0xdb, 0x4c, 0xa4, 0xaf, 0xcc, 0xc5, 0xa7, 0x8, 0x7, 0x6d, 0xe3}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a8730205c6}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3754459}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0xc3} I0702 22:37:12.648489 3306 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-db256c97d12b78d22a1099b1545cd9db0679d2ba6557f72ce975c293997fda78.scope", "/org/freedesktop/systemd1/unit/crio_2ddb256c97d12b78d22a1099b1545cd9db0679d2ba6557f72ce975c293997fda78_2escope"}, Sequence:0xc4} I0702 22:37:12.648526 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.JobNew", Body:[]interface {}{0x3cb, "/org/freedesktop/systemd1/job/971", "crio-db256c97d12b78d22a1099b1545cd9db0679d2ba6557f72ce975c293997fda78.scope"}, Sequence:0xc5} I0702 22:37:12.648700 3306 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:0x655a86fe7ede1}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x5b2c74}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0xc6} I0702 22:37:12.648833 3306 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:0x9c5}, "ExecMainStartTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a8709a21ad}, "ExecMainStartTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x10d6040}, "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:0x9c5}, "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:0xc7} I0702 22:37:12.648919 3306 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:0x655a870a41185}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1175019}, "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:0x655a87099efae}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x10d2e42}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a87099efac}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x10d2e40}, "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:0x655a8709a229c}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x10d6130}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xe6, 0xf3, 0x8c, 0x50, 0x24, 0x8f, 0x4f, 0xda, 0x8f, 0x45, 0x7e, 0x74, 0x12, 0xba, 0xa8, 0x45}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a870a41185}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1175019}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0xc8} I0702 22:37:12.649076 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/kubepods_2dburstable_2dpod81b21489_5f0186_5f45b9_5fbdfc_5f0475c503bc9d_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:0x655a870bd9b58}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x130d9eb}, "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:0x655a870bd98f1}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x130d784}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a870bd98ee}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x130d781}, "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:0x655a870bd9b58}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x130d9eb}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x9e, 0xf2, 0x3, 0x96, 0x1d, 0xf1, 0x4e, 0xb8, 0xab, 0xda, 0xa, 0x84, 0x9b, 0xd0, 0xc4, 0xf6}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a870bd9b58}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x130d9eb}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0xc9} I0702 22:37:12.650325 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2ddb256c97d12b78d22a1099b1545cd9db0679d2ba6557f72ce975c293997fda78_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:0xca} I0702 22:37:12.650359 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2ddb256c97d12b78d22a1099b1545cd9db0679d2ba6557f72ce975c293997fda78_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:0x655a873021be3}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3755a76}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a873021be0}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3755a74}, "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{0xf5, 0x1d, 0x21, 0x5a, 0x48, 0x47, 0x43, 0x3a, 0xa1, 0xcc, 0x1, 0x81, 0x24, 0x94, 0xc9, 0x27}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x3cb, "/org/freedesktop/systemd1/job/971"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0xcb} I0702 22:37:12.650481 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2ddb256c97d12b78d22a1099b1545cd9db0679d2ba6557f72ce975c293997fda78_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:0xcc} I0702 22:37:12.650641 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2ddb256c97d12b78d22a1099b1545cd9db0679d2ba6557f72ce975c293997fda78_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:0x655a8730221d1}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3756065}, "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:0x655a873021be3}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3755a76}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a873021be0}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3755a74}, "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:0x655a8730221d1}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3756065}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xf5, 0x1d, 0x21, 0x5a, 0x48, 0x47, 0x43, 0x3a, 0xa1, 0xcc, 0x1, 0x81, 0x24, 0x94, 0xc9, 0x27}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x3cb, "/org/freedesktop/systemd1/job/971"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a8730221d1}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3756065}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0xcd} I0702 22:37:12.650690 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.JobRemoved", Body:[]interface {}{0x3cb, "/org/freedesktop/systemd1/job/971", "crio-db256c97d12b78d22a1099b1545cd9db0679d2ba6557f72ce975c293997fda78.scope", "done"}, Sequence:0xce} I0702 22:37:12.650699 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2ddb256c97d12b78d22a1099b1545cd9db0679d2ba6557f72ce975c293997fda78_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:0xcf} I0702 22:37:12.650771 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2ddb256c97d12b78d22a1099b1545cd9db0679d2ba6557f72ce975c293997fda78_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:0x655a8730221d1}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3756065}, "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:0x655a873021be3}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3755a76}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a873021be0}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3755a74}, "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:0x655a8730221d1}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3756065}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xf5, 0x1d, 0x21, 0x5a, 0x48, 0x47, 0x43, 0x3a, 0xa1, 0xcc, 0x1, 0x81, 0x24, 0x94, 0xc9, 0x27}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a8730221d1}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3756065}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0xd0} I0702 22:37:12.666215 3306 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0702 22:37:12.666236 3306 default_network_controller.go:747] Recording update event on pod openshift-multus/multus-additional-cni-plugins-x9fkj I0702 22:37:12.666252 3306 obj_retry.go:620] Update event received for *v1.Pod openshift-multus/multus-additional-cni-plugins-x9fkj I0702 22:37:12.666267 3306 ovn.go:138] Ensuring zone remote for Pod openshift-multus/multus-additional-cni-plugins-x9fkj in node ip-10-0-1-191.ec2.internal I0702 22:37:12.666278 3306 default_network_controller.go:776] Recording success event on pod openshift-multus/multus-additional-cni-plugins-x9fkj I0702 22:37:12.666287 3306 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0702 22:37:12.666301 3306 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-x9fkj I0702 22:37:12.697281 3306 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0702 22:37:12.697304 3306 default_network_controller.go:747] Recording update event on pod openshift-ovn-kubernetes/ovnkube-node-7r2mv I0702 22:37:12.697322 3306 obj_retry.go:620] Update event received for *v1.Pod openshift-ovn-kubernetes/ovnkube-node-7r2mv I0702 22:37:12.697338 3306 ovn.go:138] Ensuring zone remote for Pod openshift-ovn-kubernetes/ovnkube-node-7r2mv in node ip-10-0-1-191.ec2.internal I0702 22:37:12.697348 3306 default_network_controller.go:776] Recording success event on pod openshift-ovn-kubernetes/ovnkube-node-7r2mv I0702 22:37:12.697357 3306 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0702 22:37:12.697367 3306 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-ovn-kubernetes/ovnkube-node-7r2mv I0702 22:37:12.759947 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2ddb256c97d12b78d22a1099b1545cd9db0679d2ba6557f72ce975c293997fda78_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:0xd1} I0702 22:37:12.759994 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2ddb256c97d12b78d22a1099b1545cd9db0679d2ba6557f72ce975c293997fda78_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:0x655a8730221d1}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3756065}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a87303cc63}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3770af6}, "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:0x655a873021be3}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3755a76}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a873021be0}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3755a74}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a87303cc63}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3770af6}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a8730221d1}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3756065}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xf5, 0x1d, 0x21, 0x5a, 0x48, 0x47, 0x43, 0x3a, 0xa1, 0xcc, 0x1, 0x81, 0x24, 0x94, 0xc9, 0x27}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a87303cc63}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3770af6}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0xd2} I0702 22:37:12.760066 3306 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-db256c97d12b78d22a1099b1545cd9db0679d2ba6557f72ce975c293997fda78.scope", "/org/freedesktop/systemd1/unit/crio_2ddb256c97d12b78d22a1099b1545cd9db0679d2ba6557f72ce975c293997fda78_2escope"}, Sequence:0xd3} I0702 22:37:12.781940 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2ddb256c97d12b78d22a1099b1545cd9db0679d2ba6557f72ce975c293997fda78_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:0xd4} I0702 22:37:12.782075 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2ddb256c97d12b78d22a1099b1545cd9db0679d2ba6557f72ce975c293997fda78_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:0x655a8730205c6}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3754459}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a87304227a}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x377610e}, "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:0x655a87301c7fd}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3750690}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a87301c7fa}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x375068d}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a87304227a}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x377610e}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a8730205c6}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3754459}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xbb, 0xa3, 0xea, 0x77, 0x2d, 0xdb, 0x4c, 0xa4, 0xaf, 0xcc, 0xc5, 0xa7, 0x8, 0x7, 0x6d, 0xe3}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a87304227a}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x377610e}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0xd5} I0702 22:37:12.782130 3306 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-db256c97d12b78d22a1099b1545cd9db0679d2ba6557f72ce975c293997fda78.scope", "/org/freedesktop/systemd1/unit/crio_2dconmon_2ddb256c97d12b78d22a1099b1545cd9db0679d2ba6557f72ce975c293997fda78_2escope"}, Sequence:0xd6} I0702 22:37:12.906809 3306 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-5b8d2de8858e86dd1ad21c5f4f5b7c17f80bf10cf5219c617cf12022c8f661f2.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2dcontainers_2dstorage_2doverlay_2d5b8d2de8858e86dd1ad21c5f4f5b7c17f80bf10cf5219c617cf12022c8f661f2_2emount"}, Sequence:0xd7} I0702 22:37:12.907044 3306 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-5b8d2de8858e86dd1ad21c5f4f5b7c17f80bf10cf5219c617cf12022c8f661f2.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2dcontainers_2dstorage_2doverlay_2d5b8d2de8858e86dd1ad21c5f4f5b7c17f80bf10cf5219c617cf12022c8f661f2_2emount"}, Sequence:0xd8} I0702 22:37:12.907409 3306 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:0xd9} I0702 22:37:12.907442 3306 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:0xda} I0702 22:37:12.907456 3306 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:0xdb} I0702 22:37:12.907582 3306 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:0xdc} I0702 22:37:12.907615 3306 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:0xdd} I0702 22:37:12.907635 3306 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:0xde} I0702 22:37:12.907685 3306 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:0xdf} I0702 22:37:12.907832 3306 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:0xe0} I0702 22:37:12.907857 3306 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:"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:0xe1} I0702 22:37:12.907966 3306 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:0xe2} I0702 22:37:12.908056 3306 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:0xe3} I0702 22:37:12.908221 3306 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:0x655a870002a18}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7368ab}, "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:0x655a86fffc047}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x72feda}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a86fffc01f}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x72feb4}, "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:0x655a870000c4b}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x734adf}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xfa, 0x9d, 0x1d, 0x62, 0xcc, 0xf7, 0x40, 0x98, 0xb3, 0xfe, 0xf8, 0x3a, 0xe1, 0x7b, 0x92, 0xc0}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a870002a18}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7368ab}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"mounted"}}, []string{"Conditions", "Asserts"}}, Sequence:0xe4} I0702 22:37:12.908288 3306 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:0x655a86fa8bcd9}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1bfb6c}, "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:0x655a86fa8bcd9}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1bfb6c}, "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:0x655a86fa8bcd9}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1bfb6c}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0xe5} I0702 22:37:12.908349 3306 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:0xe6} I0702 22:37:12.908445 3306 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:0x655a86fab1a79}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1e590c}, "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:0x655a86fab1a22}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1e58b6}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a86fab1a21}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1e58b5}, "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:0x655a86fab1a79}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1e590c}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x6a, 0x4e, 0x4b, 0x8c, 0xa2, 0xa6, 0x4d, 0x54, 0xb8, 0xe5, 0x7, 0x79, 0x40, 0x8, 0x85, 0xa4}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a86ff105fe}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x644491}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0xe7} I0702 22:37:12.908586 3306 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-5b8d2de8858e86dd1ad21c5f4f5b7c17f80bf10cf5219c617cf12022c8f661f2-merged.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2dcontainers_2dstorage_2doverlay_2d5b8d2de8858e86dd1ad21c5f4f5b7c17f80bf10cf5219c617cf12022c8f661f2_2dmerged_2emount"}, Sequence:0xe8} I0702 22:37:12.908620 3306 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:0x655a86fe7f927}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x5b37bb}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0xe9} I0702 22:37:12.908805 3306 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:0x655a86fffb57d}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x72f410}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a86fd0e985}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x442819}, "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:0x655a86fffb577}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x72f40a}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a86fffb576}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x72f40a}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a86fd0e985}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x442819}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a86fffb57d}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x72f410}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x57, 0xf9, 0x49, 0x7e, 0x54, 0x50, 0x45, 0x1e, 0x98, 0x47, 0xff, 0xb1, 0x30, 0xe3, 0xd6, 0xce}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a86fffb57d}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x72f410}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0xea} I0702 22:37:12.908880 3306 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:0x655a8700368b3}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x76a746}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a86fd0d78e}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x441621}, "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:0x655a8700368ac}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x76a73f}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a8700368aa}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x76a73d}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a86fd0d78e}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x441621}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a8700368b3}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x76a746}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x18, 0x41, 0x2b, 0x68, 0xbc, 0xea, 0x45, 0x5c, 0xb4, 0x95, 0x2a, 0x0, 0xb4, 0xcf, 0xc6, 0x28}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a8700368b3}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x76a746}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0xeb} I0702 22:37:12.915108 3306 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0702 22:37:12.915174 3306 default_network_controller.go:747] Recording update event on pod openshift-multus/multus-additional-cni-plugins-fdltz I0702 22:37:12.915199 3306 obj_retry.go:620] Update event received for *v1.Pod openshift-multus/multus-additional-cni-plugins-fdltz I0702 22:37:12.915216 3306 ovn.go:134] Ensuring zone local for Pod openshift-multus/multus-additional-cni-plugins-fdltz in node ip-10-0-0-31.ec2.internal I0702 22:37:12.915225 3306 default_network_controller.go:776] Recording success event on pod openshift-multus/multus-additional-cni-plugins-fdltz I0702 22:37:12.915233 3306 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0702 22:37:12.915272 3306 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-fdltz I0702 22:37:12.964332 3306 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-4f511814e0d279ed01c0371262b4b4116d87b23abfa8ab3810151e0482e7403b.scope", "/org/freedesktop/systemd1/unit/crio_2dconmon_2d4f511814e0d279ed01c0371262b4b4116d87b23abfa8ab3810151e0482e7403b_2escope"}, Sequence:0xec} I0702 22:37:12.964375 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.JobNew", Body:[]interface {}{0x3d1, "/org/freedesktop/systemd1/job/977", "crio-conmon-4f511814e0d279ed01c0371262b4b4116d87b23abfa8ab3810151e0482e7403b.scope"}, Sequence:0xed} I0702 22:37:12.964532 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/kubepods_2dburstable_2dpod81b21489_5f0186_5f45b9_5fbdfc_5f0475c503bc9d_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:0x655a870bd9b58}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x130d9eb}, "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:0x655a870bd98f1}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x130d784}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a870bd98ee}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x130d781}, "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:0x655a870bd9b58}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x130d9eb}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x9e, 0xf2, 0x3, 0x96, 0x1d, 0xf1, 0x4e, 0xb8, 0xab, 0xda, 0xa, 0x84, 0x9b, 0xd0, 0xc4, 0xf6}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a870bd9b58}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x130d9eb}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0xee} I0702 22:37:12.964610 3306 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:0x9c5}, "ExecMainStartTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a8709a21ad}, "ExecMainStartTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x10d6040}, "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:0x9c5}, "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:0xef} I0702 22:37:12.964658 3306 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:0x655a870a41185}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1175019}, "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:0x655a87099efae}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x10d2e42}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a87099efac}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x10d2e40}, "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:0x655a8709a229c}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x10d6130}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xe6, 0xf3, 0x8c, 0x50, 0x24, 0x8f, 0x4f, 0xda, 0x8f, 0x45, 0x7e, 0x74, 0x12, 0xba, 0xa8, 0x45}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a870a41185}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1175019}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0xf0} I0702 22:37:12.974105 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2d4f511814e0d279ed01c0371262b4b4116d87b23abfa8ab3810151e0482e7403b_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:0xf1} I0702 22:37:12.974147 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2d4f511814e0d279ed01c0371262b4b4116d87b23abfa8ab3810151e0482e7403b_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:0x655a87306ed44}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x37a2bd8}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a87306ed42}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x37a2bd5}, "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{0x2, 0x3f, 0x48, 0x9d, 0x6, 0xc2, 0x4c, 0x8d, 0xb3, 0x42, 0x4f, 0x52, 0x52, 0x57, 0xda, 0xa3}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x3d1, "/org/freedesktop/systemd1/job/977"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0xf2} I0702 22:37:12.974211 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2d4f511814e0d279ed01c0371262b4b4116d87b23abfa8ab3810151e0482e7403b_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:0xf3} I0702 22:37:12.974376 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2d4f511814e0d279ed01c0371262b4b4116d87b23abfa8ab3810151e0482e7403b_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:0x655a873071299}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x37a512d}, "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:0x655a87306ed44}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x37a2bd8}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a87306ed42}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x37a2bd5}, "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:0x655a873071299}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x37a512d}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x2, 0x3f, 0x48, 0x9d, 0x6, 0xc2, 0x4c, 0x8d, 0xb3, 0x42, 0x4f, 0x52, 0x52, 0x57, 0xda, 0xa3}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x3d1, "/org/freedesktop/systemd1/job/977"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a873071299}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x37a512d}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0xf4} I0702 22:37:12.974448 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.JobRemoved", Body:[]interface {}{0x3d1, "/org/freedesktop/systemd1/job/977", "crio-conmon-4f511814e0d279ed01c0371262b4b4116d87b23abfa8ab3810151e0482e7403b.scope", "done"}, Sequence:0xf5} I0702 22:37:12.974461 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2d4f511814e0d279ed01c0371262b4b4116d87b23abfa8ab3810151e0482e7403b_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:0xf6} I0702 22:37:12.974529 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2d4f511814e0d279ed01c0371262b4b4116d87b23abfa8ab3810151e0482e7403b_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:0x655a873071299}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x37a512d}, "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:0x655a87306ed44}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x37a2bd8}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a87306ed42}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x37a2bd5}, "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:0x655a873071299}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x37a512d}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x2, 0x3f, 0x48, 0x9d, 0x6, 0xc2, 0x4c, 0x8d, 0xb3, 0x42, 0x4f, 0x52, 0x52, 0x57, 0xda, 0xa3}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a873071299}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x37a512d}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0xf7} I0702 22:37:12.978968 3306 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-4f511814e0d279ed01c0371262b4b4116d87b23abfa8ab3810151e0482e7403b.scope", "/org/freedesktop/systemd1/unit/crio_2d4f511814e0d279ed01c0371262b4b4116d87b23abfa8ab3810151e0482e7403b_2escope"}, Sequence:0xf8} I0702 22:37:12.978992 3306 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-4f511814e0d279ed01c0371262b4b4116d87b23abfa8ab3810151e0482e7403b.scope"}, Sequence:0xf9} I0702 22:37:12.979146 3306 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:0x655a86fe7ede1}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x5b2c74}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0xfa} I0702 22:37:12.979197 3306 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:0x9c5}, "ExecMainStartTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a8709a21ad}, "ExecMainStartTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x10d6040}, "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:0x9c5}, "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:0xfb} I0702 22:37:12.979328 3306 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:0x655a870a41185}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1175019}, "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:0x655a87099efae}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x10d2e42}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a87099efac}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x10d2e40}, "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:0x655a8709a229c}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x10d6130}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xe6, 0xf3, 0x8c, 0x50, 0x24, 0x8f, 0x4f, 0xda, 0x8f, 0x45, 0x7e, 0x74, 0x12, 0xba, 0xa8, 0x45}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a870a41185}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1175019}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0xfc} I0702 22:37:12.979372 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/kubepods_2dburstable_2dpod81b21489_5f0186_5f45b9_5fbdfc_5f0475c503bc9d_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:0x655a870bd9b58}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x130d9eb}, "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:0x655a870bd98f1}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x130d784}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a870bd98ee}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x130d781}, "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:0x655a870bd9b58}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x130d9eb}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x9e, 0xf2, 0x3, 0x96, 0x1d, 0xf1, 0x4e, 0xb8, 0xab, 0xda, 0xa, 0x84, 0x9b, 0xd0, 0xc4, 0xf6}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a870bd9b58}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x130d9eb}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0xfd} I0702 22:37:12.980408 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2d4f511814e0d279ed01c0371262b4b4116d87b23abfa8ab3810151e0482e7403b_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:0xfe} I0702 22:37:12.980460 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2d4f511814e0d279ed01c0371262b4b4116d87b23abfa8ab3810151e0482e7403b_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:0x655a8730726ba}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x37a654e}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a8730726b8}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x37a654c}, "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{0xce, 0x91, 0x7c, 0xd0, 0xcb, 0x71, 0x44, 0x77, 0x9c, 0x81, 0x64, 0x3f, 0x1, 0xfd, 0x8c, 0x66}}, "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:0xff} I0702 22:37:12.980555 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2d4f511814e0d279ed01c0371262b4b4116d87b23abfa8ab3810151e0482e7403b_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:0x100} I0702 22:37:12.980685 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2d4f511814e0d279ed01c0371262b4b4116d87b23abfa8ab3810151e0482e7403b_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:0x655a873072b36}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x37a69ca}, "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:0x655a8730726ba}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x37a654e}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a8730726b8}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x37a654c}, "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:0x655a873072b36}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x37a69ca}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xce, 0x91, 0x7c, 0xd0, 0xcb, 0x71, 0x44, 0x77, 0x9c, 0x81, 0x64, 0x3f, 0x1, 0xfd, 0x8c, 0x66}}, "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:0x655a873072b36}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x37a69ca}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x101} I0702 22:37:12.980742 3306 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-4f511814e0d279ed01c0371262b4b4116d87b23abfa8ab3810151e0482e7403b.scope", "done"}, Sequence:0x102} I0702 22:37:12.980844 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2d4f511814e0d279ed01c0371262b4b4116d87b23abfa8ab3810151e0482e7403b_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:0x103} I0702 22:37:12.980912 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2d4f511814e0d279ed01c0371262b4b4116d87b23abfa8ab3810151e0482e7403b_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:0x655a873072b36}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x37a69ca}, "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:0x655a8730726ba}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x37a654e}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a8730726b8}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x37a654c}, "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:0x655a873072b36}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x37a69ca}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xce, 0x91, 0x7c, 0xd0, 0xcb, 0x71, 0x44, 0x77, 0x9c, 0x81, 0x64, 0x3f, 0x1, 0xfd, 0x8c, 0x66}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a873072b36}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x37a69ca}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x104} I0702 22:37:13.053700 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2d4f511814e0d279ed01c0371262b4b4116d87b23abfa8ab3810151e0482e7403b_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:0x105} I0702 22:37:13.053753 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2d4f511814e0d279ed01c0371262b4b4116d87b23abfa8ab3810151e0482e7403b_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:0x655a873072b36}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x37a69ca}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a8730847db}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x37b866f}, "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:0x655a8730726ba}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x37a654e}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a8730726b8}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x37a654c}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a8730847db}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x37b866f}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a873072b36}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x37a69ca}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xce, 0x91, 0x7c, 0xd0, 0xcb, 0x71, 0x44, 0x77, 0x9c, 0x81, 0x64, 0x3f, 0x1, 0xfd, 0x8c, 0x66}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a8730847db}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x37b866f}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0x106} I0702 22:37:13.053835 3306 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-4f511814e0d279ed01c0371262b4b4116d87b23abfa8ab3810151e0482e7403b.scope", "/org/freedesktop/systemd1/unit/crio_2d4f511814e0d279ed01c0371262b4b4116d87b23abfa8ab3810151e0482e7403b_2escope"}, Sequence:0x107} I0702 22:37:13.076995 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2d4f511814e0d279ed01c0371262b4b4116d87b23abfa8ab3810151e0482e7403b_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:0x108} I0702 22:37:13.077042 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2d4f511814e0d279ed01c0371262b4b4116d87b23abfa8ab3810151e0482e7403b_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:0x655a873071299}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x37a512d}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a87308a2fb}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x37be18f}, "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:0x655a87306ed44}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x37a2bd8}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a87306ed42}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x37a2bd5}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a87308a2fb}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x37be18f}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a873071299}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x37a512d}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x2, 0x3f, 0x48, 0x9d, 0x6, 0xc2, 0x4c, 0x8d, 0xb3, 0x42, 0x4f, 0x52, 0x52, 0x57, 0xda, 0xa3}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655a87308a2fb}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x37be18f}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0x109} I0702 22:37:13.077109 3306 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-4f511814e0d279ed01c0371262b4b4116d87b23abfa8ab3810151e0482e7403b.scope", "/org/freedesktop/systemd1/unit/crio_2dconmon_2d4f511814e0d279ed01c0371262b4b4116d87b23abfa8ab3810151e0482e7403b_2escope"}, Sequence:0x10a} I0702 22:37:13.087543 3306 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-1-191.ec2.internal, subnet 10.130.0.0/23 I0702 22:37:13.087569 3306 ovs.go:159] Exec(85): /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" I0702 22:37:13.097057 3306 ovs.go:162] Exec(85): stdout: "" I0702 22:37:13.097074 3306 ovs.go:163] Exec(85): stderr: "" I0702 22:37:13.097086 3306 default_node_network_controller.go:766] Upgrade Hack: checkOVNSBNodeLRSR for node - 10.130.0.0/23 : match match="reg7 == 0 && ip4.dst == 10.130.0.0/23" : stdout - : stderr - : err I0702 22:37:13.116533 3306 obj_retry.go:568] Update event received for resource *v1.Node, old object is equal to new: false I0702 22:37:13.116557 3306 node_tracker.go:211] Processing possible switch / router updates for node ip-10-0-1-191.ec2.internal I0702 22:37:13.116566 3306 obj_retry.go:620] Update event received for *v1.Node ip-10-0-1-191.ec2.internal I0702 22:37:13.116594 3306 node_tracker.go:238] Node ip-10-0-1-191.ec2.internal has invalid / no gateway config: k8s.ovn.org/l3-gateway-config annotation not found for node "ip-10-0-1-191.ec2.internal" I0702 22:37:13.116608 3306 node_tracker.go:172] Node ip-10-0-1-191.ec2.internal switch + router changed, syncing services I0702 22:37:13.116622 3306 default_network_controller.go:1028] Node ip-10-0-1-191.ec2.internal in remote zone ip-10-0-1-191.ec2.internal needs interconnect zone sync up. Zone cluster changed: false I0702 22:37:13.116626 3306 services_controller.go:549] Full service sync requested for network=default I0702 22:37:13.116648 3306 services_controller.go:614] Adding service default/openshift for network=default I0702 22:37:13.116652 3306 obj_retry.go:688] Failed to update *v1.Node, old=ip-10-0-1-191.ec2.internal, new=ip-10-0-1-191.ec2.internal, error: adding or updating remote node chassis ip-10-0-1-191.ec2.internal failed, err - failed to create or update chassis to remote for remote node ip-10-0-1-191.ec2.internal, error: failed to parse node chassis-id for node - ip-10-0-1-191.ec2.internal, error: suppressed error logged: k8s.ovn.org/node-chassis-id annotation not found for node ip-10-0-1-191.ec2.internal I0702 22:37:13.116664 3306 obj_retry.go:568] Update event received for resource *factory.egressNode, old object is equal to new: false I0702 22:37:13.116670 3306 services_controller.go:614] Adding service openshift-cloud-credential-operator/cco-metrics for network=default I0702 22:37:13.116679 3306 services_controller.go:614] Adding service openshift-multus/network-metrics-service for network=default I0702 22:37:13.116679 3306 obj_retry.go:620] Update event received for *factory.egressNode ip-10-0-1-191.ec2.internal I0702 22:37:13.116698 3306 services_controller.go:356] Processing sync for service openshift-cloud-credential-operator/cco-metrics for network=default I0702 22:37:13.116695 3306 services_controller.go:356] Processing sync for service default/openshift for network=default I0702 22:37:13.116718 3306 services_controller.go:360] Finished syncing service openshift on namespace default for network=default : 30.339µs I0702 22:37:13.116768 3306 services_controller.go:614] Adding service openshift-network-diagnostics/network-check-source for network=default I0702 22:37:13.116782 3306 services_controller.go:614] Adding service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0702 22:37:13.116789 3306 services_controller.go:614] Adding service openshift-ingress-operator/metrics for network=default I0702 22:37:13.116797 3306 services_controller.go:614] Adding service openshift-insights/metrics for network=default I0702 22:37:13.116710 3306 services_controller.go:434] Service openshift-cloud-credential-operator/cco-metrics retrieved from lister for network=default: &Service{ObjectMeta:{cco-metrics openshift-cloud-credential-operator ec70ae15-c8de-4bb8-a058-2ff06dbbe55a 1109 0 2026-07-02 22:25:40 +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 f2a75ee6-c8ba-4210-ab75-4e7c9328338a 0xc00783b1cb }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:metrics,Protocol:TCP,Port:8443,TargetPort:{1 0 metrics},NodePort:0,AppProtocol:nil,},},Selector:map[string]string{app: cloud-credential-operator,},ClusterIP:172.30.78.196,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.78.196],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:13.116812 3306 services_controller.go:356] Processing sync for service openshift-multus/network-metrics-service for network=default I0702 22:37:13.116838 3306 services_controller.go:360] Finished syncing service network-metrics-service on namespace openshift-multus for network=default : 25.045µs I0702 22:37:13.116841 3306 services_controller.go:356] Processing sync for service openshift-network-diagnostics/network-check-source for network=default I0702 22:37:13.116853 3306 services_controller.go:356] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0702 22:37:13.116854 3306 services_controller.go:356] Processing sync for service openshift-ingress-operator/metrics for network=default I0702 22:37:13.116855 3306 services_controller.go:360] Finished syncing service network-check-source on namespace openshift-network-diagnostics for network=default : 17.476µs I0702 22:37:13.116859 3306 lb_config.go:1031] Cluster endpoints for openshift-cloud-credential-operator/cco-metrics for network=default are: map[] I0702 22:37:13.116874 3306 services_controller.go:356] Processing sync for service openshift-insights/metrics for network=default I0702 22:37:13.116885 3306 services_controller.go:443] Built service openshift-cloud-credential-operator/cco-metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.78.196"}, 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}} I0702 22:37:13.116868 3306 services_controller.go:434] Service openshift-ingress-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-ingress-operator 3032ee87-933d-481d-812d-0d963661460b 1448 0 2026-07-02 22:25:48 +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 f2a75ee6-c8ba-4210-ab75-4e7c9328338a 0xc00783bc77 }] [] []},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.29.235,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.29.235],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:13.116912 3306 services_controller.go:444] Built service openshift-cloud-credential-operator/cco-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:13.116922 3306 services_controller.go:445] Built service openshift-cloud-credential-operator/cco-metrics LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:13.116928 3306 lb_config.go:1031] Cluster endpoints for openshift-ingress-operator/metrics for network=default are: map[] I0702 22:37:13.116866 3306 services_controller.go:434] 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 e93ff878-886f-43b8-8096-ceaae4291868 6454 0 2026-07-02 22:28:57 +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.210.3,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.210.3],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:13.116941 3306 services_controller.go:443] Built service openshift-ingress-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.29.235"}, 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}} I0702 22:37:13.116955 3306 services_controller.go:444] Built service openshift-ingress-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:13.116961 3306 services_controller.go:445] Built service openshift-ingress-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:13.116963 3306 lb_config.go:1031] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default are: map[] I0702 22:37:13.116805 3306 services_controller.go:614] Adding service openshift-machine-config-operator/machine-config-daemon for network=default I0702 22:37:13.116980 3306 services_controller.go:614] Adding service openshift-network-console/networking-console-plugin for network=default I0702 22:37:13.116974 3306 services_controller.go:451] 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.29.235", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:13.116992 3306 services_controller.go:356] Processing sync for service openshift-machine-config-operator/machine-config-daemon for network=default I0702 22:37:13.116891 3306 services_controller.go:434] Service openshift-insights/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-insights 5210e172-1d6b-4e26-ae10-76af5d7c2537 3090 0 2026-07-02 22:26:04 +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 f2a75ee6-c8ba-4210-ab75-4e7c9328338a 0xc00783bf2b }] [] []},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.63.12,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.63.12],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:13.117001 3306 services_controller.go:452] Built service openshift-ingress-operator/metrics per-node LB for network=default: []services.LB{} I0702 22:37:13.116943 3306 services_controller.go:451] Built service openshift-cloud-credential-operator/cco-metrics cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-cloud-credential-operator/cco-metrics_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-cloud-credential-operator/cco-metrics"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.78.196", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:13.117009 3306 services_controller.go:453] Built service openshift-ingress-operator/metrics template LB for network=default: []services.LB{} I0702 22:37:13.117016 3306 services_controller.go:454] 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 I0702 22:37:13.117014 3306 services_controller.go:452] Built service openshift-cloud-credential-operator/cco-metrics per-node LB for network=default: []services.LB{} I0702 22:37:13.117029 3306 services_controller.go:453] Built service openshift-cloud-credential-operator/cco-metrics template LB for network=default: []services.LB{} I0702 22:37:13.117032 3306 services_controller.go:471] Skipping no-op change for service openshift-ingress-operator/metrics for network=default I0702 22:37:13.117028 3306 lb_config.go:1031] Cluster endpoints for openshift-insights/metrics for network=default are: map[] I0702 22:37:13.117039 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-ingress-operator for network=default : 185.876µs I0702 22:37:13.117044 3306 services_controller.go:454] 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 I0702 22:37:13.117054 3306 services_controller.go:356] Processing sync for service openshift-network-console/networking-console-plugin for network=default I0702 22:37:13.117051 3306 services_controller.go:443] Built service openshift-insights/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.63.12"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0702 22:37:13.117067 3306 services_controller.go:471] Skipping no-op change for service openshift-cloud-credential-operator/cco-metrics for network=default I0702 22:37:13.117005 3306 services_controller.go:434] Service openshift-machine-config-operator/machine-config-daemon retrieved from lister for network=default: &Service{ObjectMeta:{machine-config-daemon openshift-machine-config-operator 1927bb78-94c7-477c-bdb6-e82b083533bb 921 0 2026-07-02 22:25:35 +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 f2a75ee6-c8ba-4210-ab75-4e7c9328338a 0xc007ab41d7 }] [] []},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.52.152,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.52.152],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:13.117062 3306 services_controller.go:434] Service openshift-network-console/networking-console-plugin retrieved from lister for network=default: &Service{ObjectMeta:{networking-console-plugin openshift-network-console e92b099a-ee27-4b3b-89b8-5d1686ecf49f 4274 0 2026-07-02 22:26:33 +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 6a0bc3cc-c19e-4e27-8a28-64360d11a5ea 0xc007ab441e 0xc007ab441f}] [] []},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.206.143,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.206.143],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:13.117125 3306 lb_config.go:1031] Cluster endpoints for openshift-network-console/networking-console-plugin for network=default are: map[] I0702 22:37:13.117126 3306 lb_config.go:1031] Cluster endpoints for openshift-machine-config-operator/machine-config-daemon for network=default are: map[] I0702 22:37:13.117137 3306 services_controller.go:443] Built service openshift-network-console/networking-console-plugin LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.206.143"}, 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}} I0702 22:37:13.117141 3306 services_controller.go:443] Built service openshift-machine-config-operator/machine-config-daemon LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.52.152"}, 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.52.152"}, 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}} I0702 22:37:13.117148 3306 services_controller.go:444] Built service openshift-network-console/networking-console-plugin LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:13.117153 3306 services_controller.go:444] Built service openshift-machine-config-operator/machine-config-daemon LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:13.116998 3306 services_controller.go:614] Adding service default/kubernetes for network=default I0702 22:37:13.117163 3306 services_controller.go:445] Built service openshift-machine-config-operator/machine-config-daemon LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:13.117154 3306 services_controller.go:445] Built service openshift-network-console/networking-console-plugin LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:13.117163 3306 services_controller.go:614] Adding service default/packageserver for network=default I0702 22:37:13.117176 3306 services_controller.go:451] 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.52.152", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.52.152", Port:8798, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:13.117195 3306 services_controller.go:452] Built service openshift-machine-config-operator/machine-config-daemon per-node LB for network=default: []services.LB{} I0702 22:37:13.117075 3306 services_controller.go:360] Finished syncing service cco-metrics on namespace openshift-cloud-credential-operator for network=default : 378.019µs I0702 22:37:13.117182 3306 services_controller.go:451] 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.206.143", Port:9443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:13.117203 3306 services_controller.go:453] Built service openshift-machine-config-operator/machine-config-daemon template LB for network=default: []services.LB{} I0702 22:37:13.117209 3306 services_controller.go:356] Processing sync for service default/kubernetes for network=default I0702 22:37:13.116977 3306 services_controller.go:443] 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.210.3"}, 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}} I0702 22:37:13.117211 3306 services_controller.go:452] Built service openshift-network-console/networking-console-plugin per-node LB for network=default: []services.LB{} I0702 22:37:13.117217 3306 services_controller.go:444] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:13.117223 3306 services_controller.go:445] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:13.117225 3306 services_controller.go:453] Built service openshift-network-console/networking-console-plugin template LB for network=default: []services.LB{} I0702 22:37:13.117235 3306 services_controller.go:454] 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 I0702 22:37:13.117233 3306 services_controller.go:451] 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.210.3", Port:8383, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:13.117260 3306 services_controller.go:452] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics per-node LB for network=default: []services.LB{} I0702 22:37:13.117219 3306 services_controller.go:434] Service default/kubernetes retrieved from lister for network=default: &Service{ObjectMeta:{kubernetes default ab4edb38-6fb5-41ff-9e01-63c779b454a4 273 0 2026-07-02 22:24:36 +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{},},} I0702 22:37:13.117264 3306 services_controller.go:471] Skipping no-op change for service openshift-network-console/networking-console-plugin for network=default I0702 22:37:13.117267 3306 services_controller.go:453] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics template LB for network=default: []services.LB{} I0702 22:37:13.117273 3306 services_controller.go:360] Finished syncing service networking-console-plugin on namespace openshift-network-console for network=default : 220.345µs I0702 22:37:13.117275 3306 services_controller.go:454] 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 I0702 22:37:13.117283 3306 services_controller.go:356] Processing sync for service default/packageserver for network=default I0702 22:37:13.117292 3306 services_controller.go:471] Skipping no-op change for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0702 22:37:13.117296 3306 services_controller.go:360] Finished syncing service deployment-validation-operator-metrics on namespace openshift-deployment-validation-operator for network=default : 445.265µs I0702 22:37:13.117293 3306 lb_config.go:1031] Cluster endpoints for default/kubernetes for network=default are: map[TCP/https:{6443 [172.20.0.1] []}] I0702 22:37:13.117095 3306 services_controller.go:444] Built service openshift-insights/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:13.117310 3306 services_controller.go:445] Built service openshift-insights/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:13.117311 3306 services_controller.go:443] Built service default/kubernetes LB cluster-wide configs for network=default: []services.lbConfig(nil) I0702 22:37:13.117210 3306 services_controller.go:454] 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 I0702 22:37:13.117321 3306 services_controller.go:444] 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}} I0702 22:37:13.117292 3306 services_controller.go:434] Service default/packageserver retrieved from lister for network=default: &Service{ObjectMeta:{packageserver default 52166ba6-13b1-4f9e-8853-e85259e10dc2 1739 0 2026-07-02 22:25:51 +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.163.92,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.163.92],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:13.117335 3306 services_controller.go:445] Built service default/kubernetes LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:13.117325 3306 services_controller.go:451] 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.63.12", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:13.117346 3306 services_controller.go:452] Built service openshift-insights/metrics per-node LB for network=default: []services.LB{} I0702 22:37:13.117348 3306 services_controller.go:471] Skipping no-op change for service openshift-machine-config-operator/machine-config-daemon for network=default I0702 22:37:13.117353 3306 services_controller.go:453] Built service openshift-insights/metrics template LB for network=default: []services.LB{} I0702 22:37:13.117352 3306 lb_config.go:1031] Cluster endpoints for default/packageserver for network=default are: map[TCP/https:{443 [172.30.181.121] []}] I0702 22:37:13.117359 3306 services_controller.go:451] Built service default/kubernetes cluster-wide LB for network=default: []services.LB{} I0702 22:37:13.117360 3306 services_controller.go:454] 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 I0702 22:37:13.117357 3306 services_controller.go:360] Finished syncing service machine-config-daemon on namespace openshift-machine-config-operator for network=default : 364.419µs I0702 22:37:13.117368 3306 services_controller.go:443] Built service default/packageserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0702 22:37:13.117373 3306 services_controller.go:471] Skipping no-op change for service openshift-insights/metrics for network=default I0702 22:37:13.117377 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-insights for network=default : 509.596µs I0702 22:37:13.117377 3306 services_controller.go:444] Built service default/packageserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.163.92"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.181.121"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0702 22:37:13.117369 3306 services_controller.go:452] 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-0-31.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-0-31.ec2.internal"}, Routers:[]string{"GR_ip-10-0-0-31.ec2.internal"}, Groups:[]string(nil)}} I0702 22:37:13.117391 3306 services_controller.go:445] Built service default/packageserver LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:13.117196 3306 services_controller.go:614] Adding service openshift-authentication-operator/metrics for network=default I0702 22:37:13.117401 3306 services_controller.go:453] Built service default/kubernetes template LB for network=default: []services.LB{} I0702 22:37:13.117406 3306 services_controller.go:614] Adding service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0702 22:37:13.117412 3306 services_controller.go:614] Adding service openshift-dns-operator/metrics for network=default I0702 22:37:13.117413 3306 services_controller.go:451] Built service default/packageserver cluster-wide LB for network=default: []services.LB{} I0702 22:37:13.117414 3306 services_controller.go:454] 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 I0702 22:37:13.117422 3306 services_controller.go:356] Processing sync for service openshift-authentication-operator/metrics for network=default I0702 22:37:13.117417 3306 services_controller.go:614] Adding service openshift-network-operator/metrics for network=default I0702 22:37:13.117439 3306 services_controller.go:471] Skipping no-op change for service default/kubernetes for network=default I0702 22:37:13.117423 3306 services_controller.go:452] 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-0-31.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.163.92", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.181.121", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-0-31.ec2.internal"}, Routers:[]string{"GR_ip-10-0-0-31.ec2.internal"}, Groups:[]string(nil)}} I0702 22:37:13.117450 3306 services_controller.go:360] Finished syncing service kubernetes on namespace default for network=default : 239.715µs I0702 22:37:13.117454 3306 services_controller.go:614] Adding service openshift-service-ca-operator/metrics for network=default I0702 22:37:13.117456 3306 services_controller.go:453] Built service default/packageserver template LB for network=default: []services.LB{} I0702 22:37:13.117460 3306 services_controller.go:356] Processing sync for service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0702 22:37:13.117463 3306 services_controller.go:356] Processing sync for service openshift-dns-operator/metrics for network=default I0702 22:37:13.117467 3306 services_controller.go:614] Adding service openshift-cluster-machine-approver/machine-approver for network=default I0702 22:37:13.117468 3306 services_controller.go:454] 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 I0702 22:37:13.117478 3306 services_controller.go:614] Adding service openshift-cluster-version/cluster-version-operator for network=default I0702 22:37:13.117479 3306 services_controller.go:356] Processing sync for service openshift-network-operator/metrics for network=default I0702 22:37:13.117429 3306 services_controller.go:434] Service openshift-authentication-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-authentication-operator 29dbdb69-3933-4538-b127-9bf784e3a943 718 0 2026-07-02 22:25:30 +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 f2a75ee6-c8ba-4210-ab75-4e7c9328338a 0xc00783b137 }] [] []},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.127.187,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.127.187],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:13.117486 3306 services_controller.go:614] Adding service openshift-dns/dns-default for network=default I0702 22:37:13.117491 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-network-operator for network=default : 16.247µs I0702 22:37:13.117492 3306 services_controller.go:471] Skipping no-op change for service default/packageserver for network=default I0702 22:37:13.117496 3306 services_controller.go:614] Adding service openshift-image-registry/image-registry for network=default I0702 22:37:13.117500 3306 services_controller.go:360] Finished syncing service packageserver on namespace default for network=default : 215.72µs I0702 22:37:13.117502 3306 services_controller.go:356] Processing sync for service openshift-service-ca-operator/metrics for network=default I0702 22:37:13.117505 3306 services_controller.go:614] Adding service openshift-ingress-canary/ingress-canary for network=default I0702 22:37:13.117505 3306 lb_config.go:1031] Cluster endpoints for openshift-authentication-operator/metrics for network=default are: map[] I0702 22:37:13.117511 3306 services_controller.go:356] Processing sync for service openshift-cluster-machine-approver/machine-approver for network=default I0702 22:37:13.117513 3306 services_controller.go:614] Adding service openshift-ingress/router-default for network=default I0702 22:37:13.117472 3306 services_controller.go:434] Service openshift-dns-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-dns-operator 71913b77-aa4f-4d40-ba75-23fb8bff13c7 1104 0 2026-07-02 22:25:39 +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 f2a75ee6-c8ba-4210-ab75-4e7c9328338a 0xc00783b947 }] [] []},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.150.92,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.150.92],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:13.117470 3306 services_controller.go:434] 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 e4ecef98-7bbb-4422-b5a1-b29a24bf8e46 941 0 2026-07-02 22:25:36 +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 f2a75ee6-c8ba-4210-ab75-4e7c9328338a 0xc00783b597 }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 8443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{app: csi-snapshot-controller-operator,},ClusterIP:172.30.253.99,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.253.99],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:13.117518 3306 services_controller.go:360] Finished syncing service machine-approver on namespace openshift-cluster-machine-approver for network=default : 7.278µs I0702 22:37:13.117522 3306 services_controller.go:614] Adding service openshift-kube-storage-version-migrator-operator/metrics for network=default I0702 22:37:13.117519 3306 services_controller.go:443] Built service openshift-authentication-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.127.187"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0702 22:37:13.117531 3306 services_controller.go:356] Processing sync for service openshift-cluster-version/cluster-version-operator for network=default I0702 22:37:13.117534 3306 services_controller.go:614] Adding service default/openshift-oauth-apiserver for network=default I0702 22:37:13.117534 3306 lb_config.go:1031] Cluster endpoints for openshift-dns-operator/metrics for network=default are: map[] I0702 22:37:13.117535 3306 services_controller.go:444] Built service openshift-authentication-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:13.117541 3306 services_controller.go:614] Adding service openshift-apiserver-operator/metrics for network=default I0702 22:37:13.117539 3306 lb_config.go:1031] Cluster endpoints for openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default are: map[] I0702 22:37:13.117547 3306 services_controller.go:445] Built service openshift-authentication-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:13.117549 3306 services_controller.go:614] Adding service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0702 22:37:13.117547 3306 services_controller.go:443] Built service openshift-dns-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.150.92"}, 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}} I0702 22:37:13.117556 3306 services_controller.go:614] Adding service openshift-network-diagnostics/network-check-target for network=default I0702 22:37:13.117554 3306 services_controller.go:443] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.253.99"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0702 22:37:13.117561 3306 services_controller.go:444] Built service openshift-dns-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:13.117564 3306 services_controller.go:614] Adding service openshift-config-operator/metrics for network=default I0702 22:37:13.117567 3306 services_controller.go:444] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:13.117510 3306 services_controller.go:434] Service openshift-service-ca-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-service-ca-operator 828b2c52-efe7-4125-8ca1-f7810c935ac9 901 0 2026-07-02 22:25:34 +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 f2a75ee6-c8ba-4210-ab75-4e7c9328338a 0xc007ab4707 }] [] []},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.32.220,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.32.220],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:13.117571 3306 services_controller.go:445] Built service openshift-dns-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:13.117571 3306 services_controller.go:614] Adding service openshift-ingress/router-internal-default for network=default I0702 22:37:13.117578 3306 services_controller.go:445] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:13.117564 3306 services_controller.go:451] 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.127.187", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:13.117540 3306 services_controller.go:434] Service openshift-cluster-version/cluster-version-operator retrieved from lister for network=default: &Service{ObjectMeta:{cluster-version-operator openshift-cluster-version 26138a73-648f-4576-9555-a88b2f574032 509 0 2026-07-02 22:25:24 +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.138.55,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.138.55],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:13.117583 3306 services_controller.go:614] Adding service openshift-machine-config-operator/machine-config-operator for network=default I0702 22:37:13.117591 3306 services_controller.go:452] Built service openshift-authentication-operator/metrics per-node LB for network=default: []services.LB{} I0702 22:37:13.117592 3306 services_controller.go:614] Adding service openshift-monitoring/cluster-monitoring-operator for network=default I0702 22:37:13.117589 3306 lb_config.go:1031] Cluster endpoints for openshift-service-ca-operator/metrics for network=default are: map[] I0702 22:37:13.117601 3306 services_controller.go:614] Adding service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0702 22:37:13.117602 3306 services_controller.go:453] Built service openshift-authentication-operator/metrics template LB for network=default: []services.LB{} I0702 22:37:13.117602 3306 lb_config.go:1031] Cluster endpoints for openshift-cluster-version/cluster-version-operator for network=default are: map[] I0702 22:37:13.117608 3306 services_controller.go:614] Adding service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0702 22:37:13.117589 3306 services_controller.go:451] 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.150.92", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:13.117614 3306 services_controller.go:454] 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 I0702 22:37:13.117608 3306 services_controller.go:443] Built service openshift-service-ca-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.32.220"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0702 22:37:13.117616 3306 services_controller.go:614] Adding service openshift-kube-controller-manager-operator/metrics for network=default I0702 22:37:13.117622 3306 services_controller.go:452] Built service openshift-dns-operator/metrics per-node LB for network=default: []services.LB{} I0702 22:37:13.117615 3306 services_controller.go:443] Built service openshift-cluster-version/cluster-version-operator LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.138.55"}, 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}} I0702 22:37:13.117624 3306 services_controller.go:444] Built service openshift-service-ca-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:13.117594 3306 services_controller.go:451] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.253.99", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:13.117628 3306 services_controller.go:614] Adding service default/openshift-apiserver for network=default I0702 22:37:13.117636 3306 services_controller.go:453] Built service openshift-dns-operator/metrics template LB for network=default: []services.LB{} I0702 22:37:13.117635 3306 services_controller.go:445] Built service openshift-service-ca-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:13.117639 3306 services_controller.go:471] Skipping no-op change for service openshift-authentication-operator/metrics for network=default I0702 22:37:13.117636 3306 services_controller.go:444] Built service openshift-cluster-version/cluster-version-operator LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:13.117642 3306 services_controller.go:452] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics per-node LB for network=default: []services.LB{} I0702 22:37:13.117642 3306 services_controller.go:614] Adding service openshift-apiserver/check-endpoints for network=default I0702 22:37:13.117645 3306 services_controller.go:454] 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 I0702 22:37:13.117650 3306 services_controller.go:445] Built service openshift-cluster-version/cluster-version-operator LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:13.117645 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-authentication-operator for network=default : 222.512µs I0702 22:37:13.117652 3306 services_controller.go:453] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics template LB for network=default: []services.LB{} I0702 22:37:13.117654 3306 services_controller.go:614] Adding service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0702 22:37:13.117650 3306 services_controller.go:451] 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.32.220", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:13.117664 3306 services_controller.go:356] Processing sync for service openshift-dns/dns-default for network=default I0702 22:37:13.117666 3306 services_controller.go:614] Adding service openshift-cluster-samples-operator/metrics for network=default I0702 22:37:13.117664 3306 services_controller.go:454] 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 I0702 22:37:13.117669 3306 services_controller.go:471] Skipping no-op change for service openshift-dns-operator/metrics for network=default I0702 22:37:13.117673 3306 services_controller.go:614] Adding service openshift-console-operator/metrics for network=default I0702 22:37:13.117668 3306 services_controller.go:452] Built service openshift-service-ca-operator/metrics per-node LB for network=default: []services.LB{} I0702 22:37:13.117677 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-dns-operator for network=default : 214.365µs I0702 22:37:13.117680 3306 services_controller.go:614] Adding service openshift-machine-config-operator/machine-config-controller for network=default I0702 22:37:13.117668 3306 services_controller.go:451] 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.138.55", Port:9099, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:13.117686 3306 services_controller.go:453] Built service openshift-service-ca-operator/metrics template LB for network=default: []services.LB{} I0702 22:37:13.117687 3306 services_controller.go:614] Adding service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0702 22:37:13.117690 3306 services_controller.go:356] Processing sync for service openshift-image-registry/image-registry for network=default I0702 22:37:13.117689 3306 services_controller.go:471] Skipping no-op change for service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0702 22:37:13.117693 3306 services_controller.go:452] Built service openshift-cluster-version/cluster-version-operator per-node LB for network=default: []services.LB{} I0702 22:37:13.117696 3306 services_controller.go:454] 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 I0702 22:37:13.117699 3306 services_controller.go:360] Finished syncing service csi-snapshot-controller-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 239.909µs I0702 22:37:13.117707 3306 services_controller.go:453] Built service openshift-cluster-version/cluster-version-operator template LB for network=default: []services.LB{} I0702 22:37:13.117712 3306 services_controller.go:356] Processing sync for service openshift-ingress-canary/ingress-canary for network=default I0702 22:37:13.117716 3306 services_controller.go:471] Skipping no-op change for service openshift-service-ca-operator/metrics for network=default I0702 22:37:13.117719 3306 services_controller.go:454] 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 I0702 22:37:13.117672 3306 services_controller.go:434] Service openshift-dns/dns-default retrieved from lister for network=default: &Service{ObjectMeta:{dns-default openshift-dns f6a0133c-8ad5-4487-abca-430aaaf6defd 1585 0 2026-07-02 22:25:49 +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 d8f1ae50-fd45-42e8-9b4c-fe8ed1c4e95b 0xc00783ba07 }] [] []},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{},},} I0702 22:37:13.117721 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-service-ca-operator for network=default : 219.313µs I0702 22:37:13.117735 3306 services_controller.go:356] Processing sync for service openshift-ingress/router-default for network=default I0702 22:37:13.117699 3306 services_controller.go:434] Service openshift-image-registry/image-registry retrieved from lister for network=default: &Service{ObjectMeta:{image-registry openshift-image-registry c8c53687-972c-4f38-86fa-c90bf419e549 1786 0 2026-07-02 22:25:51 +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.75.223,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.75.223],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:13.117744 3306 services_controller.go:471] Skipping no-op change for service openshift-cluster-version/cluster-version-operator for network=default I0702 22:37:13.117749 3306 lb_config.go:1031] Cluster endpoints for openshift-dns/dns-default for network=default are: map[] I0702 22:37:13.117751 3306 services_controller.go:360] Finished syncing service cluster-version-operator on namespace openshift-cluster-version for network=default : 220.246µs I0702 22:37:13.117761 3306 lb_config.go:1031] Cluster endpoints for openshift-image-registry/image-registry for network=default are: map[] I0702 22:37:13.117764 3306 services_controller.go:356] Processing sync for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0702 22:37:13.117767 3306 services_controller.go:443] Built service openshift-dns/dns-default LB cluster-wide configs for network=default: []services.lbConfig(nil) I0702 22:37:13.117773 3306 services_controller.go:443] Built service openshift-image-registry/image-registry LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.75.223"}, 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}} I0702 22:37:13.117778 3306 services_controller.go:444] 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}} I0702 22:37:13.117792 3306 services_controller.go:444] Built service openshift-image-registry/image-registry LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:13.117747 3306 services_controller.go:434] Service openshift-ingress/router-default retrieved from lister for network=default: &Service{ObjectMeta:{router-default openshift-ingress 0c484d55-70b3-4e26-a227-66c9b2280077 3155 0 2026-07-02 22:26:00 +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=2ra9b3d23jisg1nirlsuo1aqo4gngmda,api.openshift.com/legal-entity-id=2h8L52xc1VHB4xLFE2YyPmAjYjI,api.openshift.com/name=kx-d9aae1c883,cluster-type=rosa-hcp,creation-date=2026-07-02,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 91b70309-50fc-479d-8485-c403f49ef81d 0xc00783bd67 }] [service.kubernetes.io/load-balancer-cleanup] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:http,Protocol:TCP,Port:80,TargetPort:{1 0 http},NodePort:31548,AppProtocol:nil,},ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{1 0 https},NodePort:32746,AppProtocol:nil,},},Selector:map[string]string{ingresscontroller.operator.openshift.io/deployment-ingresscontroller: default,},ClusterIP:172.30.159.230,Type:LoadBalancer,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:Local,HealthCheckNodePort:30574,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.159.230],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:*true,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{LoadBalancerIngress{IP:,Hostname:a0c484d5570b34e26a22766c9b228007-c2911569a02b7b64.elb.us-east-1.amazonaws.com,IPMode:nil,Ports:[]PortStatus{},},},},Conditions:[]Condition{},},} I0702 22:37:13.117805 3306 services_controller.go:445] Built service openshift-image-registry/image-registry LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:13.117802 3306 services_controller.go:445] Built service openshift-dns/dns-default LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:13.117745 3306 services_controller.go:434] Service openshift-ingress-canary/ingress-canary retrieved from lister for network=default: &Service{ObjectMeta:{ingress-canary openshift-ingress-canary a438b3ce-b871-430f-ba45-fca7e2c04840 3248 0 2026-07-02 22:26:09 +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 b7084c2d-1526-4061-966c-ead1fb84c42a 0xc00783bb90 }] [] []},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.235.135,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.235.135],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:13.117774 3306 services_controller.go:434] Service openshift-kube-storage-version-migrator-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-kube-storage-version-migrator-operator ec5eab1a-42a7-419c-b049-97a142f05e45 3100 0 2026-07-02 22:26:04 +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 f2a75ee6-c8ba-4210-ab75-4e7c9328338a 0xc007ab4087 }] [] []},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.62.168,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.62.168],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:13.117840 3306 lb_config.go:1031] Cluster endpoints for openshift-ingress/router-default for network=default are: map[] I0702 22:37:13.117849 3306 lb_config.go:1054] Local endpoints for openshift-ingress/router-default for network=default are: map[] I0702 22:37:13.117854 3306 lb_config.go:1031] Cluster endpoints for openshift-ingress-canary/ingress-canary for network=default are: map[] I0702 22:37:13.117859 3306 lb_config.go:1031] Cluster endpoints for openshift-kube-storage-version-migrator-operator/metrics for network=default are: map[] I0702 22:37:13.117863 3306 services_controller.go:451] Built service openshift-dns/dns-default cluster-wide LB for network=default: []services.LB{} I0702 22:37:13.117858 3306 services_controller.go:443] Built service openshift-ingress/router-default LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.159.230"}, 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.159.230"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0702 22:37:13.117849 3306 services_controller.go:451] 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.75.223", Port:5000, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:13.117871 3306 services_controller.go:443] Built service openshift-kube-storage-version-migrator-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.62.168"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0702 22:37:13.117868 3306 services_controller.go:443] Built service openshift-ingress-canary/ingress-canary LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.235.135"}, 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.235.135"}, 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}} I0702 22:37:13.117880 3306 services_controller.go:452] Built service openshift-image-registry/image-registry per-node LB for network=default: []services.LB{} I0702 22:37:13.117873 3306 services_controller.go:444] Built service openshift-ingress/router-default LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"node"}, protocol:"TCP", inport:31548, 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:32746, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:true, internalTrafficLocal:false, hasNodePort:true}} I0702 22:37:13.117884 3306 services_controller.go:444] Built service openshift-kube-storage-version-migrator-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:13.117888 3306 services_controller.go:444] Built service openshift-ingress-canary/ingress-canary LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:13.117890 3306 services_controller.go:445] Built service openshift-ingress/router-default LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:13.117893 3306 services_controller.go:453] Built service openshift-image-registry/image-registry template LB for network=default: []services.LB{} I0702 22:37:13.117895 3306 services_controller.go:445] Built service openshift-kube-storage-version-migrator-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:13.117898 3306 services_controller.go:445] Built service openshift-ingress-canary/ingress-canary LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:13.117905 3306 services_controller.go:454] 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 I0702 22:37:13.117874 3306 services_controller.go:452] 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-0-31.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-0-31.ec2.internal"}, Routers:[]string{"GR_ip-10-0-0-31.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-dns/dns-default_UDP_node_router+switch_ip-10-0-0-31.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-0-31.ec2.internal"}, Routers:[]string{"GR_ip-10-0-0-31.ec2.internal"}, Groups:[]string(nil)}} I0702 22:37:13.117921 3306 services_controller.go:453] Built service openshift-dns/dns-default template LB for network=default: []services.LB{} I0702 22:37:13.117926 3306 services_controller.go:471] Skipping no-op change for service openshift-image-registry/image-registry for network=default I0702 22:37:13.117915 3306 services_controller.go:451] 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.62.168", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:13.117916 3306 services_controller.go:451] 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.235.135", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.235.135", Port:8888, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:13.117934 3306 services_controller.go:454] 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 I0702 22:37:13.117923 3306 services_controller.go:451] 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.159.230", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.159.230", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:13.117932 3306 services_controller.go:360] Finished syncing service image-registry on namespace openshift-image-registry for network=default : 242.196µs I0702 22:37:13.117939 3306 services_controller.go:452] Built service openshift-kube-storage-version-migrator-operator/metrics per-node LB for network=default: []services.LB{} I0702 22:37:13.117944 3306 services_controller.go:452] Built service openshift-ingress-canary/ingress-canary per-node LB for network=default: []services.LB{} I0702 22:37:13.117950 3306 services_controller.go:356] Processing sync for service default/openshift-oauth-apiserver for network=default I0702 22:37:13.117952 3306 services_controller.go:453] Built service openshift-kube-storage-version-migrator-operator/metrics template LB for network=default: []services.LB{} I0702 22:37:13.117955 3306 services_controller.go:453] Built service openshift-ingress-canary/ingress-canary template LB for network=default: []services.LB{} I0702 22:37:13.117963 3306 services_controller.go:471] Skipping no-op change for service openshift-dns/dns-default for network=default I0702 22:37:13.117963 3306 services_controller.go:454] 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 I0702 22:37:13.117966 3306 services_controller.go:454] 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 I0702 22:37:13.117970 3306 services_controller.go:360] Finished syncing service dns-default on namespace openshift-dns for network=default : 305.998µs I0702 22:37:13.117944 3306 services_controller.go:452] 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-0-31.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.0.31", Port:31548, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:31548, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.0.31", Port:32746, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:32746, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string(nil), Routers:[]string{"GR_ip-10-0-0-31.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-ingress/router-default_TCP_node_switch_ip-10-0-0-31.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:31548, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.0.31", Port:31548, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:31548, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:31548, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:32746, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.0.31", Port:32746, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:32746, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:32746, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-0-31.ec2.internal"}, Routers:[]string(nil), Groups:[]string(nil)}} I0702 22:37:13.117982 3306 services_controller.go:356] Processing sync for service openshift-apiserver-operator/metrics for network=default I0702 22:37:13.117987 3306 services_controller.go:471] Skipping no-op change for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0702 22:37:13.117988 3306 services_controller.go:471] Skipping no-op change for service openshift-ingress-canary/ingress-canary for network=default I0702 22:37:13.117991 3306 services_controller.go:453] Built service openshift-ingress/router-default template LB for network=default: []services.LB{} I0702 22:37:13.117994 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-kube-storage-version-migrator-operator for network=default : 230.202µs I0702 22:37:13.117997 3306 services_controller.go:360] Finished syncing service ingress-canary on namespace openshift-ingress-canary for network=default : 284.752µs I0702 22:37:13.117959 3306 services_controller.go:434] Service default/openshift-oauth-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-oauth-apiserver default c727cef9-6f18-4ab2-b51c-76a9f3eb6eef 1640 0 2026-07-02 22:25:49 +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.4.241,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.4.241],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:13.118001 3306 services_controller.go:454] 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 I0702 22:37:13.118007 3306 services_controller.go:356] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0702 22:37:13.118010 3306 services_controller.go:356] Processing sync for service openshift-network-diagnostics/network-check-target for network=default I0702 22:37:13.118024 3306 lb_config.go:1031] Cluster endpoints for default/openshift-oauth-apiserver for network=default are: map[TCP/https:{443 [172.30.36.54] []}] I0702 22:37:13.118047 3306 services_controller.go:443] Built service default/openshift-oauth-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0702 22:37:13.117991 3306 services_controller.go:434] Service openshift-apiserver-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-apiserver-operator 7f2599c6-19bd-4072-8445-b7a0e80b85c1 1046 0 2026-07-02 22:25:38 +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 f2a75ee6-c8ba-4210-ab75-4e7c9328338a 0xc00783afaf }] [] []},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.210.132,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.210.132],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:13.118056 3306 services_controller.go:471] Skipping no-op change for service openshift-ingress/router-default for network=default I0702 22:37:13.118019 3306 services_controller.go:434] Service openshift-network-diagnostics/network-check-target retrieved from lister for network=default: &Service{ObjectMeta:{network-check-target openshift-network-diagnostics be555b21-71a5-4b24-a835-13be692a05f3 4156 0 2026-07-02 22:26:30 +0000 UTC map[] map[] [{operator.openshift.io/v1 Network cluster 6a0bc3cc-c19e-4e27-8a28-64360d11a5ea 0xc007ab4517 0xc007ab4518}] [] []},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.191.130,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.191.130],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:13.118067 3306 services_controller.go:360] Finished syncing service router-default on namespace openshift-ingress for network=default : 330.169µs I0702 22:37:13.118062 3306 services_controller.go:444] Built service default/openshift-oauth-apiserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.4.241"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.36.54"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0702 22:37:13.118077 3306 lb_config.go:1031] Cluster endpoints for openshift-apiserver-operator/metrics for network=default are: map[] I0702 22:37:13.118081 3306 services_controller.go:356] Processing sync for service openshift-config-operator/metrics for network=default I0702 22:37:13.118082 3306 services_controller.go:445] Built service default/openshift-oauth-apiserver LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:13.118083 3306 lb_config.go:1031] Cluster endpoints for openshift-network-diagnostics/network-check-target for network=default are: map[] I0702 22:37:13.118016 3306 services_controller.go:434] 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 6acba11b-8816-4aab-bdd8-a1770841eb6b 6486 0 2026-07-02 22:28:59 +0000 UTC map[olm.managed:true olm.service-spec-hash:8H7arFYfeqTDwtur5ZzpDGCqSKpg30XG9PXH2W] map[] [{operators.coreos.com/v1alpha1 CatalogSource deployment-validation-operator-catalog dc4c1225-d621-4bf5-8ced-4a9ff457d432 0xc00783b80d 0xc00783b80e}] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:grpc,Protocol:TCP,Port:50051,TargetPort:{0 50051 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{olm.catalogSource: deployment-validation-operator-catalog,olm.managed: true,},ClusterIP:172.30.171.254,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.171.254],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:13.118092 3306 services_controller.go:443] Built service openshift-apiserver-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.210.132"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0702 22:37:13.118106 3306 services_controller.go:451] Built service default/openshift-oauth-apiserver cluster-wide LB for network=default: []services.LB{} I0702 22:37:13.118107 3306 services_controller.go:444] Built service openshift-apiserver-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:13.118113 3306 lb_config.go:1031] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default are: map[] I0702 22:37:13.118117 3306 services_controller.go:445] Built service openshift-apiserver-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:13.118099 3306 services_controller.go:443] Built service openshift-network-diagnostics/network-check-target LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.191.130"}, 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}} I0702 22:37:13.118090 3306 services_controller.go:434] Service openshift-config-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-config-operator 48a09cbf-a025-4a23-bdf6-525a737c3e79 1746 0 2026-07-02 22:25:51 +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 f2a75ee6-c8ba-4210-ab75-4e7c9328338a 0xc00783b6b7 }] [] []},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.91.173,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.91.173],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:13.118128 3306 services_controller.go:443] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.171.254"}, 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}} I0702 22:37:13.118133 3306 services_controller.go:444] Built service openshift-network-diagnostics/network-check-target LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:13.118116 3306 services_controller.go:452] 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-0-31.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.4.241", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.36.54", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-0-31.ec2.internal"}, Routers:[]string{"GR_ip-10-0-0-31.ec2.internal"}, Groups:[]string(nil)}} I0702 22:37:13.118143 3306 services_controller.go:444] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:13.118143 3306 lb_config.go:1031] Cluster endpoints for openshift-config-operator/metrics for network=default are: map[] I0702 22:37:13.118145 3306 services_controller.go:445] Built service openshift-network-diagnostics/network-check-target LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:13.118148 3306 services_controller.go:453] Built service default/openshift-oauth-apiserver template LB for network=default: []services.LB{} I0702 22:37:13.118136 3306 services_controller.go:451] 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.210.132", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:13.118152 3306 services_controller.go:445] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:13.118157 3306 services_controller.go:443] Built service openshift-config-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.91.173"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0702 22:37:13.118161 3306 services_controller.go:454] 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 I0702 22:37:13.118165 3306 services_controller.go:452] Built service openshift-apiserver-operator/metrics per-node LB for network=default: []services.LB{} I0702 22:37:13.118166 3306 services_controller.go:444] Built service openshift-config-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:13.118176 3306 services_controller.go:445] Built service openshift-config-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:13.118177 3306 services_controller.go:453] Built service openshift-apiserver-operator/metrics template LB for network=default: []services.LB{} I0702 22:37:13.118165 3306 services_controller.go:451] 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.191.130", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:13.118183 3306 services_controller.go:471] Skipping no-op change for service default/openshift-oauth-apiserver for network=default I0702 22:37:13.118171 3306 services_controller.go:451] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-deployment-validation-operator/deployment-validation-operator-catalog_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-deployment-validation-operator/deployment-validation-operator-catalog"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.171.254", Port:50051, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:13.118188 3306 services_controller.go:454] 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 I0702 22:37:13.118192 3306 services_controller.go:360] Finished syncing service openshift-oauth-apiserver on namespace default for network=default : 239.646µs I0702 22:37:13.118192 3306 services_controller.go:452] Built service openshift-network-diagnostics/network-check-target per-node LB for network=default: []services.LB{} I0702 22:37:13.118187 3306 services_controller.go:451] 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.91.173", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:13.118198 3306 services_controller.go:452] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog per-node LB for network=default: []services.LB{} I0702 22:37:13.118204 3306 services_controller.go:452] Built service openshift-config-operator/metrics per-node LB for network=default: []services.LB{} I0702 22:37:13.118206 3306 services_controller.go:453] Built service openshift-network-diagnostics/network-check-target template LB for network=default: []services.LB{} I0702 22:37:13.118205 3306 services_controller.go:356] Processing sync for service openshift-ingress/router-internal-default for network=default I0702 22:37:13.118209 3306 services_controller.go:453] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog template LB for network=default: []services.LB{} I0702 22:37:13.118211 3306 services_controller.go:453] Built service openshift-config-operator/metrics template LB for network=default: []services.LB{} I0702 22:37:13.118212 3306 services_controller.go:471] Skipping no-op change for service openshift-apiserver-operator/metrics for network=default I0702 22:37:13.118216 3306 services_controller.go:454] 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 I0702 22:37:13.118221 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-apiserver-operator for network=default : 239.171µs I0702 22:37:13.118221 3306 services_controller.go:454] 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 I0702 22:37:13.118221 3306 services_controller.go:454] 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 I0702 22:37:13.118232 3306 services_controller.go:356] Processing sync for service openshift-machine-config-operator/machine-config-operator for network=default I0702 22:37:13.118241 3306 services_controller.go:471] Skipping no-op change for service openshift-network-diagnostics/network-check-target for network=default I0702 22:37:13.118246 3306 services_controller.go:471] Skipping no-op change for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0702 22:37:13.118252 3306 services_controller.go:360] Finished syncing service network-check-target on namespace openshift-network-diagnostics for network=default : 241.712µs I0702 22:37:13.118256 3306 services_controller.go:360] Finished syncing service deployment-validation-operator-catalog on namespace openshift-deployment-validation-operator for network=default : 248.829µs I0702 22:37:13.118265 3306 services_controller.go:356] Processing sync for service openshift-monitoring/cluster-monitoring-operator for network=default I0702 22:37:13.118245 3306 services_controller.go:471] Skipping no-op change for service openshift-config-operator/metrics for network=default I0702 22:37:13.118275 3306 services_controller.go:360] Finished syncing service cluster-monitoring-operator on namespace openshift-monitoring for network=default : 10.652µs I0702 22:37:13.118276 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-config-operator for network=default : 196.025µs I0702 22:37:13.118242 3306 services_controller.go:434] Service openshift-machine-config-operator/machine-config-operator retrieved from lister for network=default: &Service{ObjectMeta:{machine-config-operator openshift-machine-config-operator fc1b54bd-51c8-480d-85b1-d0ff5eb5630b 806 0 2026-07-02 22:25:32 +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 f2a75ee6-c8ba-4210-ab75-4e7c9328338a 0xc007ab426b }] [] []},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.168.17,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.168.17],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:13.118289 3306 services_controller.go:356] Processing sync for service openshift-kube-controller-manager-operator/metrics for network=default I0702 22:37:13.118250 3306 services_controller.go:434] Service openshift-ingress/router-internal-default retrieved from lister for network=default: &Service{ObjectMeta:{router-internal-default openshift-ingress 467af302-1cac-4ff2-bfbf-1ff1bf3104be 2825 0 2026-07-02 22:26:00 +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 91b70309-50fc-479d-8485-c403f49ef81d 0xc00783be2e }] [] []},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.140.55,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.140.55],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:13.118309 3306 lb_config.go:1031] Cluster endpoints for openshift-machine-config-operator/machine-config-operator for network=default are: map[] I0702 22:37:13.118318 3306 services_controller.go:443] Built service openshift-machine-config-operator/machine-config-operator LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.168.17"}, 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}} I0702 22:37:13.118322 3306 lb_config.go:1031] Cluster endpoints for openshift-ingress/router-internal-default for network=default are: map[] I0702 22:37:13.118330 3306 services_controller.go:444] Built service openshift-machine-config-operator/machine-config-operator LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:13.118337 3306 services_controller.go:445] Built service openshift-machine-config-operator/machine-config-operator LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:13.118301 3306 services_controller.go:434] Service openshift-kube-controller-manager-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-kube-controller-manager-operator af1b8f60-a9f9-470a-8273-309ecb77b313 819 0 2026-07-02 22:25:33 +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 f2a75ee6-c8ba-4210-ab75-4e7c9328338a 0xc00783bfcf }] [] []},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.169,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.102.169],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:13.118340 3306 services_controller.go:443] Built service openshift-ingress/router-internal-default LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.140.55"}, 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.140.55"}, protocol:"TCP", 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.140.55"}, 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}} I0702 22:37:13.118347 3306 services_controller.go:451] 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.168.17", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:13.118361 3306 lb_config.go:1031] Cluster endpoints for openshift-kube-controller-manager-operator/metrics for network=default are: map[] I0702 22:37:13.118362 3306 services_controller.go:444] Built service openshift-ingress/router-internal-default LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:13.118363 3306 services_controller.go:452] Built service openshift-machine-config-operator/machine-config-operator per-node LB for network=default: []services.LB{} I0702 22:37:13.118374 3306 services_controller.go:453] Built service openshift-machine-config-operator/machine-config-operator template LB for network=default: []services.LB{} I0702 22:37:13.118374 3306 services_controller.go:445] Built service openshift-ingress/router-internal-default LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:13.118373 3306 services_controller.go:443] Built service openshift-kube-controller-manager-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.102.169"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0702 22:37:13.118268 3306 services_controller.go:356] Processing sync for service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0702 22:37:13.118381 3306 services_controller.go:454] 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 I0702 22:37:13.118387 3306 services_controller.go:444] Built service openshift-kube-controller-manager-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:13.118390 3306 services_controller.go:360] Finished syncing service node-tuning-operator on namespace openshift-cluster-node-tuning-operator for network=default : 121.917µs I0702 22:37:13.118398 3306 services_controller.go:445] Built service openshift-kube-controller-manager-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:13.118401 3306 services_controller.go:356] Processing sync for service default/openshift-apiserver for network=default I0702 22:37:13.118403 3306 services_controller.go:471] Skipping no-op change for service openshift-machine-config-operator/machine-config-operator for network=default I0702 22:37:13.118408 3306 services_controller.go:360] Finished syncing service machine-config-operator on namespace openshift-machine-config-operator for network=default : 176.618µs I0702 22:37:13.118416 3306 services_controller.go:356] Processing sync for service openshift-apiserver/check-endpoints for network=default I0702 22:37:13.118394 3306 services_controller.go:451] 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.140.55", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.140.55", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.140.55", Port:1936, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:13.118414 3306 services_controller.go:451] 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.169", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:13.118429 3306 services_controller.go:452] Built service openshift-ingress/router-internal-default per-node LB for network=default: []services.LB{} I0702 22:37:13.118441 3306 services_controller.go:453] Built service openshift-ingress/router-internal-default template LB for network=default: []services.LB{} I0702 22:37:13.118443 3306 services_controller.go:452] Built service openshift-kube-controller-manager-operator/metrics per-node LB for network=default: []services.LB{} I0702 22:37:13.118421 3306 services_controller.go:434] Service openshift-apiserver/check-endpoints retrieved from lister for network=default: &Service{ObjectMeta:{check-endpoints openshift-apiserver 1b98a1bb-2075-4f2e-a51b-02a49b3649cb 1693 0 2026-07-02 22:25:50 +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 f2a75ee6-c8ba-4210-ab75-4e7c9328338a 0xc00783b077 }] [] []},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.175.210,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.175.210],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:13.118459 3306 services_controller.go:454] 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 I0702 22:37:13.118475 3306 lb_config.go:1031] Cluster endpoints for openshift-apiserver/check-endpoints for network=default are: map[] I0702 22:37:13.118483 3306 services_controller.go:471] Skipping no-op change for service openshift-ingress/router-internal-default for network=default I0702 22:37:13.118487 3306 services_controller.go:360] Finished syncing service router-internal-default on namespace openshift-ingress for network=default : 283.338µs I0702 22:37:13.118486 3306 services_controller.go:443] Built service openshift-apiserver/check-endpoints LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.175.210"}, 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}} I0702 22:37:13.118495 3306 services_controller.go:356] Processing sync for service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0702 22:37:13.118495 3306 services_controller.go:444] Built service openshift-apiserver/check-endpoints LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:13.118503 3306 services_controller.go:445] Built service openshift-apiserver/check-endpoints LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:13.118514 3306 services_controller.go:451] 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.175.210", Port:17698, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:13.118501 3306 services_controller.go:434] 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 57b8d3e8-be5d-4b86-8dc4-e36570aef4a4 1521 0 2026-07-02 22:25:48 +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 f2a75ee6-c8ba-4210-ab75-4e7c9328338a 0xc00783b3bf }] [] []},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.244.197,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.244.197],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:13.118541 3306 services_controller.go:452] Built service openshift-apiserver/check-endpoints per-node LB for network=default: []services.LB{} I0702 22:37:13.118548 3306 services_controller.go:453] Built service openshift-apiserver/check-endpoints template LB for network=default: []services.LB{} I0702 22:37:13.118551 3306 lb_config.go:1031] Cluster endpoints for openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default are: map[] I0702 22:37:13.118556 3306 services_controller.go:454] 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 I0702 22:37:13.118559 3306 services_controller.go:443] 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.244.197"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0702 22:37:13.118568 3306 services_controller.go:444] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:13.118570 3306 services_controller.go:471] Skipping no-op change for service openshift-apiserver/check-endpoints for network=default I0702 22:37:13.118575 3306 services_controller.go:445] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:13.118577 3306 services_controller.go:360] Finished syncing service check-endpoints on namespace openshift-apiserver for network=default : 160.682µs I0702 22:37:13.118286 3306 services_controller.go:356] Processing sync for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0702 22:37:13.118590 3306 services_controller.go:356] Processing sync for service openshift-cluster-samples-operator/metrics for network=default I0702 22:37:13.118585 3306 services_controller.go:451] 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.244.197", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:13.118606 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-cluster-samples-operator for network=default : 17.058µs I0702 22:37:13.118611 3306 services_controller.go:452] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service per-node LB for network=default: []services.LB{} I0702 22:37:13.118616 3306 services_controller.go:356] Processing sync for service openshift-console-operator/metrics for network=default I0702 22:37:13.118620 3306 services_controller.go:453] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service template LB for network=default: []services.LB{} I0702 22:37:13.118627 3306 services_controller.go:454] 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 I0702 22:37:13.118641 3306 services_controller.go:471] Skipping no-op change for service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0702 22:37:13.118649 3306 services_controller.go:360] Finished syncing service performance-addon-operator-service on namespace openshift-cluster-node-tuning-operator for network=default : 153.839µs I0702 22:37:13.118602 3306 services_controller.go:434] 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 4560b7d5-c678-42f3-8cc3-0737cb1b10f7 1014 0 2026-07-02 22:25:37 +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 f2a75ee6-c8ba-4210-ab75-4e7c9328338a 0xc00783b4e7 }] [] []},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.212.114,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.212.114],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:13.118658 3306 services_controller.go:356] Processing sync for service openshift-machine-config-operator/machine-config-controller for network=default I0702 22:37:13.118626 3306 services_controller.go:434] Service openshift-console-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-console-operator 3e24f3db-0dc4-4dbd-85f4-162854240be2 1933 0 2026-07-02 22:25:54 +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 f2a75ee6-c8ba-4210-ab75-4e7c9328338a 0xc00783b777 }] [] []},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.121.47,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.121.47],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:13.118671 3306 lb_config.go:1031] Cluster endpoints for openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default are: map[] I0702 22:37:13.118461 3306 services_controller.go:453] Built service openshift-kube-controller-manager-operator/metrics template LB for network=default: []services.LB{} I0702 22:37:13.118683 3306 lb_config.go:1031] Cluster endpoints for openshift-console-operator/metrics for network=default are: map[] I0702 22:37:13.118688 3306 services_controller.go:454] 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 I0702 22:37:13.118684 3306 services_controller.go:443] 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.212.114"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0702 22:37:13.118702 3306 services_controller.go:444] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:13.118699 3306 services_controller.go:443] Built service openshift-console-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.121.47"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0702 22:37:13.118666 3306 services_controller.go:434] Service openshift-machine-config-operator/machine-config-controller retrieved from lister for network=default: &Service{ObjectMeta:{machine-config-controller openshift-machine-config-operator c510d9cd-a27b-493e-81b5-1a4e61d48731 881 0 2026-07-02 22:25:34 +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 f2a75ee6-c8ba-4210-ab75-4e7c9328338a 0xc007ab410b }] [] []},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.95.223,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.95.223],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:13.118711 3306 services_controller.go:471] Skipping no-op change for service openshift-kube-controller-manager-operator/metrics for network=default I0702 22:37:13.118714 3306 services_controller.go:444] Built service openshift-console-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:13.118712 3306 services_controller.go:445] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:13.118718 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-kube-controller-manager-operator for network=default : 428.895µs I0702 22:37:13.118724 3306 services_controller.go:445] Built service openshift-console-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:13.118727 3306 lb_config.go:1031] Cluster endpoints for openshift-machine-config-operator/machine-config-controller for network=default are: map[] I0702 22:37:13.118407 3306 services_controller.go:434] Service default/openshift-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-apiserver default 64d75c56-6170-4aa6-bf7a-3ff45e63df58 1598 0 2026-07-02 22:25:49 +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.210.245,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.210.245],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:13.118740 3306 services_controller.go:443] Built service openshift-machine-config-operator/machine-config-controller LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.95.223"}, 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}} I0702 22:37:13.118736 3306 services_controller.go:451] 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.212.114", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:13.118740 3306 services_controller.go:451] 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.121.47", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:13.118757 3306 services_controller.go:444] Built service openshift-machine-config-operator/machine-config-controller LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:13.118760 3306 lb_config.go:1031] Cluster endpoints for default/openshift-apiserver for network=default are: map[TCP/https:{443 [172.30.24.132] []}] I0702 22:37:13.118766 3306 services_controller.go:452] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics per-node LB for network=default: []services.LB{} I0702 22:37:13.118768 3306 services_controller.go:445] Built service openshift-machine-config-operator/machine-config-controller LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:13.118767 3306 services_controller.go:452] Built service openshift-console-operator/metrics per-node LB for network=default: []services.LB{} I0702 22:37:13.118776 3306 services_controller.go:443] Built service default/openshift-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0702 22:37:13.118776 3306 services_controller.go:453] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics template LB for network=default: []services.LB{} I0702 22:37:13.118782 3306 services_controller.go:453] Built service openshift-console-operator/metrics template LB for network=default: []services.LB{} I0702 22:37:13.118785 3306 services_controller.go:444] Built service default/openshift-apiserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.210.245"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.24.132"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0702 22:37:13.118790 3306 services_controller.go:454] 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 I0702 22:37:13.118794 3306 services_controller.go:454] 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 I0702 22:37:13.118800 3306 services_controller.go:445] Built service default/openshift-apiserver LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:13.118730 3306 services_controller.go:356] Processing sync for service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0702 22:37:13.118831 3306 services_controller.go:471] Skipping no-op change for service openshift-console-operator/metrics for network=default I0702 22:37:13.118785 3306 services_controller.go:451] 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.95.223", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:13.118833 3306 services_controller.go:360] Finished syncing service ovn-kubernetes-node on namespace openshift-ovn-kubernetes for network=default : 102.102µs I0702 22:37:13.118838 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-console-operator for network=default : 222.329µs I0702 22:37:13.118835 3306 services_controller.go:471] Skipping no-op change for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0702 22:37:13.118842 3306 services_controller.go:451] Built service default/openshift-apiserver cluster-wide LB for network=default: []services.LB{} I0702 22:37:13.118845 3306 services_controller.go:452] Built service openshift-machine-config-operator/machine-config-controller per-node LB for network=default: []services.LB{} I0702 22:37:13.118851 3306 services_controller.go:360] Finished syncing service cluster-storage-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 563.142µs I0702 22:37:13.118860 3306 services_controller.go:453] Built service openshift-machine-config-operator/machine-config-controller template LB for network=default: []services.LB{} I0702 22:37:13.118871 3306 services_controller.go:454] 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 I0702 22:37:13.118855 3306 services_controller.go:452] 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-0-31.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.210.245", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.24.132", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-0-31.ec2.internal"}, Routers:[]string{"GR_ip-10-0-0-31.ec2.internal"}, Groups:[]string(nil)}} I0702 22:37:13.118888 3306 services_controller.go:453] Built service default/openshift-apiserver template LB for network=default: []services.LB{} I0702 22:37:13.118896 3306 services_controller.go:471] Skipping no-op change for service openshift-machine-config-operator/machine-config-controller for network=default I0702 22:37:13.118903 3306 services_controller.go:454] 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 I0702 22:37:13.118904 3306 services_controller.go:360] Finished syncing service machine-config-controller on namespace openshift-machine-config-operator for network=default : 245.756µs I0702 22:37:13.118923 3306 services_controller.go:471] Skipping no-op change for service default/openshift-apiserver for network=default I0702 22:37:13.118930 3306 services_controller.go:360] Finished syncing service openshift-apiserver on namespace default for network=default : 529.875µs I0702 22:37:13.257334 3306 obj_retry.go:568] Update event received for resource *v1.Node, old object is equal to new: false I0702 22:37:13.257437 3306 obj_retry.go:620] Update event received for *v1.Node ip-10-0-1-191.ec2.internal I0702 22:37:13.257506 3306 default_network_controller.go:1028] Node ip-10-0-1-191.ec2.internal in remote zone ip-10-0-1-191.ec2.internal needs interconnect zone sync up. Zone cluster changed: false I0702 22:37:13.257363 3306 node_tracker.go:211] Processing possible switch / router updates for node ip-10-0-1-191.ec2.internal I0702 22:37:13.257594 3306 node_tracker.go:172] Node ip-10-0-1-191.ec2.internal switch + router changed, syncing services I0702 22:37:13.257608 3306 services_controller.go:549] Full service sync requested for network=default I0702 22:37:13.257622 3306 services_controller.go:614] Adding service openshift-apiserver-operator/metrics for network=default I0702 22:37:13.257638 3306 services_controller.go:614] Adding service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0702 22:37:13.257643 3306 services_controller.go:614] Adding service openshift-network-diagnostics/network-check-target for network=default I0702 22:37:13.257655 3306 services_controller.go:356] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0702 22:37:13.257655 3306 services_controller.go:356] Processing sync for service openshift-apiserver-operator/metrics for network=default I0702 22:37:13.257648 3306 model_client.go:373] Create operations generated as: [{Op:insert Table:Encap Row:map[chassis_name:c041fdbb-9cba-4b7b-ab55-1ce12704e18a ip:10.0.1.191 options:{GoMap:map[csum:true]} type:geneve] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1983129956}] I0702 22:37:13.257664 3306 services_controller.go:434] 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 6acba11b-8816-4aab-bdd8-a1770841eb6b 6486 0 2026-07-02 22:28:59 +0000 UTC map[olm.managed:true olm.service-spec-hash:8H7arFYfeqTDwtur5ZzpDGCqSKpg30XG9PXH2W] map[] [{operators.coreos.com/v1alpha1 CatalogSource deployment-validation-operator-catalog dc4c1225-d621-4bf5-8ced-4a9ff457d432 0xc00783b80d 0xc00783b80e}] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:grpc,Protocol:TCP,Port:50051,TargetPort:{0 50051 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{olm.catalogSource: deployment-validation-operator-catalog,olm.managed: true,},ClusterIP:172.30.171.254,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.171.254],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:13.257737 3306 services_controller.go:614] Adding service default/openshift-oauth-apiserver for network=default I0702 22:37:13.257671 3306 services_controller.go:434] Service openshift-apiserver-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-apiserver-operator 7f2599c6-19bd-4072-8445-b7a0e80b85c1 1046 0 2026-07-02 22:25:38 +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 f2a75ee6-c8ba-4210-ab75-4e7c9328338a 0xc00783afaf }] [] []},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.210.132,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.210.132],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:13.257750 3306 services_controller.go:614] Adding service openshift-ingress/router-internal-default for network=default I0702 22:37:13.257757 3306 services_controller.go:614] Adding service openshift-machine-config-operator/machine-config-operator for network=default I0702 22:37:13.257758 3306 lb_config.go:1031] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default are: map[] I0702 22:37:13.257748 3306 model_client.go:373] Create operations generated as: [{Op:insert Table:Chassis Row:map[encaps:{GoSet:[{GoUUID:u1983129956}]} hostname:ip-10-0-1-191.ec2.internal name:c041fdbb-9cba-4b7b-ab55-1ce12704e18a other_config:{GoMap:map[is-remote:true]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1983129957}] I0702 22:37:13.257767 3306 lb_config.go:1031] Cluster endpoints for openshift-apiserver-operator/metrics for network=default are: map[] I0702 22:37:13.257773 3306 services_controller.go:356] Processing sync for service default/openshift-oauth-apiserver for network=default I0702 22:37:13.257770 3306 services_controller.go:443] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.171.254"}, 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}} I0702 22:37:13.257783 3306 services_controller.go:444] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:13.257785 3306 services_controller.go:443] Built service openshift-apiserver-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.210.132"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0702 22:37:13.257768 3306 services_controller.go:356] Processing sync for service openshift-network-diagnostics/network-check-target for network=default I0702 22:37:13.257801 3306 services_controller.go:356] Processing sync for service openshift-ingress/router-internal-default for network=default I0702 22:37:13.257794 3306 services_controller.go:445] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:13.257778 3306 transact.go:42] Configuring OVN: [{Op:insert Table:Encap Row:map[chassis_name:c041fdbb-9cba-4b7b-ab55-1ce12704e18a ip:10.0.1.191 options:{GoMap:map[csum:true]} type:geneve] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1983129956} {Op:insert Table:Chassis Row:map[encaps:{GoSet:[{GoUUID:u1983129956}]} hostname:ip-10-0-1-191.ec2.internal name:c041fdbb-9cba-4b7b-ab55-1ce12704e18a other_config:{GoMap:map[is-remote:true]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1983129957}] I0702 22:37:13.257761 3306 services_controller.go:614] Adding service openshift-monitoring/cluster-monitoring-operator for network=default I0702 22:37:13.257781 3306 services_controller.go:434] Service default/openshift-oauth-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-oauth-apiserver default c727cef9-6f18-4ab2-b51c-76a9f3eb6eef 1640 0 2026-07-02 22:25:49 +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.4.241,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.4.241],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:13.257854 3306 services_controller.go:614] Adding service openshift-config-operator/metrics for network=default I0702 22:37:13.257806 3306 services_controller.go:434] Service openshift-network-diagnostics/network-check-target retrieved from lister for network=default: &Service{ObjectMeta:{network-check-target openshift-network-diagnostics be555b21-71a5-4b24-a835-13be692a05f3 4156 0 2026-07-02 22:26:30 +0000 UTC map[] map[] [{operator.openshift.io/v1 Network cluster 6a0bc3cc-c19e-4e27-8a28-64360d11a5ea 0xc007ab4517 0xc007ab4518}] [] []},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.191.130,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.191.130],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:13.257863 3306 services_controller.go:614] Adding service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0702 22:37:13.257870 3306 services_controller.go:614] Adding service openshift-kube-controller-manager-operator/metrics for network=default I0702 22:37:13.257849 3306 services_controller.go:451] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-deployment-validation-operator/deployment-validation-operator-catalog_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-deployment-validation-operator/deployment-validation-operator-catalog"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.171.254", Port:50051, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:13.257872 3306 lb_config.go:1031] Cluster endpoints for default/openshift-oauth-apiserver for network=default are: map[TCP/https:{443 [172.30.36.54] []}] I0702 22:37:13.257878 3306 services_controller.go:614] Adding service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0702 22:37:13.257881 3306 lb_config.go:1031] Cluster endpoints for openshift-network-diagnostics/network-check-target for network=default are: map[] I0702 22:37:13.257886 3306 services_controller.go:452] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog per-node LB for network=default: []services.LB{} I0702 22:37:13.257890 3306 services_controller.go:614] Adding service openshift-apiserver/check-endpoints for network=default I0702 22:37:13.257892 3306 services_controller.go:443] Built service default/openshift-oauth-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0702 22:37:13.257803 3306 services_controller.go:444] Built service openshift-apiserver-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:13.257901 3306 services_controller.go:453] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog template LB for network=default: []services.LB{} I0702 22:37:13.257894 3306 services_controller.go:443] Built service openshift-network-diagnostics/network-check-target LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.191.130"}, 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}} I0702 22:37:13.257831 3306 services_controller.go:434] Service openshift-ingress/router-internal-default retrieved from lister for network=default: &Service{ObjectMeta:{router-internal-default openshift-ingress 467af302-1cac-4ff2-bfbf-1ff1bf3104be 2825 0 2026-07-02 22:26:00 +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 91b70309-50fc-479d-8485-c403f49ef81d 0xc00783be2e }] [] []},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.140.55,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.140.55],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:13.257915 3306 services_controller.go:445] Built service openshift-apiserver-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:13.257917 3306 services_controller.go:444] Built service openshift-network-diagnostics/network-check-target LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:13.257926 3306 services_controller.go:445] Built service openshift-network-diagnostics/network-check-target LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:13.257906 3306 services_controller.go:444] Built service default/openshift-oauth-apiserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.4.241"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.36.54"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0702 22:37:13.257938 3306 lb_config.go:1031] Cluster endpoints for openshift-ingress/router-internal-default for network=default are: map[] I0702 22:37:13.257948 3306 services_controller.go:445] Built service default/openshift-oauth-apiserver LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:13.257941 3306 services_controller.go:451] 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.191.130", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:13.257962 3306 services_controller.go:452] Built service openshift-network-diagnostics/network-check-target per-node LB for network=default: []services.LB{} I0702 22:37:13.257953 3306 services_controller.go:443] Built service openshift-ingress/router-internal-default LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.140.55"}, 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.140.55"}, protocol:"TCP", 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.140.55"}, 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}} I0702 22:37:13.257941 3306 services_controller.go:451] 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.210.132", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:13.257974 3306 services_controller.go:444] Built service openshift-ingress/router-internal-default LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:13.257973 3306 services_controller.go:451] Built service default/openshift-oauth-apiserver cluster-wide LB for network=default: []services.LB{} I0702 22:37:13.257984 3306 services_controller.go:445] Built service openshift-ingress/router-internal-default LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:13.257984 3306 services_controller.go:452] Built service openshift-apiserver-operator/metrics per-node LB for network=default: []services.LB{} I0702 22:37:13.257996 3306 services_controller.go:453] Built service openshift-apiserver-operator/metrics template LB for network=default: []services.LB{} I0702 22:37:13.258008 3306 services_controller.go:454] 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 I0702 22:37:13.257916 3306 services_controller.go:454] 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 I0702 22:37:13.258002 3306 services_controller.go:451] 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.140.55", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.140.55", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.140.55", Port:1936, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:13.258030 3306 services_controller.go:452] Built service openshift-ingress/router-internal-default per-node LB for network=default: []services.LB{} I0702 22:37:13.258045 3306 services_controller.go:453] Built service openshift-ingress/router-internal-default template LB for network=default: []services.LB{} I0702 22:37:13.258055 3306 services_controller.go:454] 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 I0702 22:37:13.258079 3306 services_controller.go:471] Skipping no-op change for service openshift-ingress/router-internal-default for network=default I0702 22:37:13.258089 3306 services_controller.go:360] Finished syncing service router-internal-default on namespace openshift-ingress for network=default : 289.5µs I0702 22:37:13.257990 3306 services_controller.go:452] 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-0-31.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.4.241", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.36.54", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-0-31.ec2.internal"}, Routers:[]string{"GR_ip-10-0-0-31.ec2.internal"}, Groups:[]string(nil)}} I0702 22:37:13.258105 3306 services_controller.go:356] Processing sync for service openshift-machine-config-operator/machine-config-operator for network=default I0702 22:37:13.258111 3306 services_controller.go:453] Built service default/openshift-oauth-apiserver template LB for network=default: []services.LB{} I0702 22:37:13.258120 3306 services_controller.go:454] 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 I0702 22:37:13.258144 3306 services_controller.go:471] Skipping no-op change for service default/openshift-oauth-apiserver for network=default I0702 22:37:13.258153 3306 services_controller.go:360] Finished syncing service openshift-oauth-apiserver on namespace default for network=default : 378.356µs I0702 22:37:13.258113 3306 services_controller.go:434] Service openshift-machine-config-operator/machine-config-operator retrieved from lister for network=default: &Service{ObjectMeta:{machine-config-operator openshift-machine-config-operator fc1b54bd-51c8-480d-85b1-d0ff5eb5630b 806 0 2026-07-02 22:25:32 +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 f2a75ee6-c8ba-4210-ab75-4e7c9328338a 0xc007ab426b }] [] []},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.168.17,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.168.17],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:13.258184 3306 lb_config.go:1031] Cluster endpoints for openshift-machine-config-operator/machine-config-operator for network=default are: map[] I0702 22:37:13.257974 3306 services_controller.go:453] Built service openshift-network-diagnostics/network-check-target template LB for network=default: []services.LB{} I0702 22:37:13.258200 3306 services_controller.go:443] Built service openshift-machine-config-operator/machine-config-operator LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.168.17"}, 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}} I0702 22:37:13.258206 3306 services_controller.go:454] 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 I0702 22:37:13.258164 3306 services_controller.go:356] Processing sync for service openshift-monitoring/cluster-monitoring-operator for network=default I0702 22:37:13.258213 3306 services_controller.go:444] Built service openshift-machine-config-operator/machine-config-operator LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:13.258223 3306 services_controller.go:471] Skipping no-op change for service openshift-network-diagnostics/network-check-target for network=default I0702 22:37:13.258222 3306 services_controller.go:360] Finished syncing service cluster-monitoring-operator on namespace openshift-monitoring for network=default : 57.299µs I0702 22:37:13.258231 3306 services_controller.go:360] Finished syncing service network-check-target on namespace openshift-network-diagnostics for network=default : 463.619µs I0702 22:37:13.258236 3306 services_controller.go:356] Processing sync for service openshift-config-operator/metrics for network=default I0702 22:37:13.258243 3306 services_controller.go:356] Processing sync for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0702 22:37:13.258241 3306 services_controller.go:434] Service openshift-config-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-config-operator 48a09cbf-a025-4a23-bdf6-525a737c3e79 1746 0 2026-07-02 22:25:51 +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 f2a75ee6-c8ba-4210-ab75-4e7c9328338a 0xc00783b6b7 }] [] []},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.91.173,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.91.173],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:13.258033 3306 services_controller.go:471] Skipping no-op change for service openshift-apiserver-operator/metrics for network=default I0702 22:37:13.258251 3306 services_controller.go:434] 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 4560b7d5-c678-42f3-8cc3-0737cb1b10f7 1014 0 2026-07-02 22:25:37 +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 f2a75ee6-c8ba-4210-ab75-4e7c9328338a 0xc00783b4e7 }] [] []},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.212.114,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.212.114],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:13.258306 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-apiserver-operator for network=default : 653.091µs I0702 22:37:13.258321 3306 services_controller.go:356] Processing sync for service openshift-kube-controller-manager-operator/metrics for network=default I0702 22:37:13.258324 3306 lb_config.go:1031] Cluster endpoints for openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default are: map[] I0702 22:37:13.258334 3306 services_controller.go:443] 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.212.114"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0702 22:37:13.258349 3306 services_controller.go:444] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:13.258358 3306 services_controller.go:445] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:13.258332 3306 services_controller.go:434] Service openshift-kube-controller-manager-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-kube-controller-manager-operator af1b8f60-a9f9-470a-8273-309ecb77b313 819 0 2026-07-02 22:25:33 +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 f2a75ee6-c8ba-4210-ab75-4e7c9328338a 0xc00783bfcf }] [] []},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.169,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.102.169],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:13.258479 3306 lb_config.go:1031] Cluster endpoints for openshift-kube-controller-manager-operator/metrics for network=default are: map[] I0702 22:37:13.258495 3306 services_controller.go:443] Built service openshift-kube-controller-manager-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.102.169"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0702 22:37:13.258512 3306 services_controller.go:444] Built service openshift-kube-controller-manager-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:13.258521 3306 zone_ic_handler.go:240] Creating interconnect resources for remote zone node ip-10-0-1-191.ec2.internal for the network default I0702 22:37:13.258524 3306 services_controller.go:445] Built service openshift-kube-controller-manager-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:13.258225 3306 services_controller.go:445] Built service openshift-machine-config-operator/machine-config-operator LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:13.258546 3306 services_controller.go:451] 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.169", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:13.258557 3306 services_controller.go:451] 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.168.17", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:13.258576 3306 services_controller.go:452] Built service openshift-kube-controller-manager-operator/metrics per-node LB for network=default: []services.LB{} I0702 22:37:13.258588 3306 services_controller.go:452] Built service openshift-machine-config-operator/machine-config-operator per-node LB for network=default: []services.LB{} I0702 22:37:13.258591 3306 services_controller.go:453] Built service openshift-kube-controller-manager-operator/metrics template LB for network=default: []services.LB{} I0702 22:37:13.258580 3306 model_client.go:373] 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-1-191.ec2.internal]} name:tstor-ip-10-0-1-191.ec2.internal options:{GoMap:map[requested-chassis:ip-10-0-1-191.ec2.internal requested-tnl-key:4]} type:remote] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1983129958}] I0702 22:37:13.258599 3306 services_controller.go:453] Built service openshift-machine-config-operator/machine-config-operator template LB for network=default: []services.LB{} I0702 22:37:13.258606 3306 services_controller.go:454] 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 I0702 22:37:13.258609 3306 services_controller.go:454] 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 I0702 22:37:13.258631 3306 services_controller.go:471] Skipping no-op change for service openshift-kube-controller-manager-operator/metrics for network=default I0702 22:37:13.258642 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-kube-controller-manager-operator for network=default : 321.697µs I0702 22:37:13.258635 3306 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u1983129958}]}}] Timeout: Where:[where column _uuid == {0ea3b666-51bf-49ea-af03-0f01b328402f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:13.258655 3306 services_controller.go:356] Processing sync for service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0702 22:37:13.258662 3306 services_controller.go:360] Finished syncing service node-tuning-operator on namespace openshift-cluster-node-tuning-operator for network=default : 7.637µs I0702 22:37:13.258672 3306 services_controller.go:356] Processing sync for service openshift-apiserver/check-endpoints for network=default I0702 22:37:13.258654 3306 transact.go:42] 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-1-191.ec2.internal]} name:tstor-ip-10-0-1-191.ec2.internal options:{GoMap:map[requested-chassis:ip-10-0-1-191.ec2.internal requested-tnl-key:4]} type:remote] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1983129958} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u1983129958}]}}] Timeout: Where:[where column _uuid == {0ea3b666-51bf-49ea-af03-0f01b328402f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:13.258679 3306 services_controller.go:434] Service openshift-apiserver/check-endpoints retrieved from lister for network=default: &Service{ObjectMeta:{check-endpoints openshift-apiserver 1b98a1bb-2075-4f2e-a51b-02a49b3649cb 1693 0 2026-07-02 22:25:50 +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 f2a75ee6-c8ba-4210-ab75-4e7c9328338a 0xc00783b077 }] [] []},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.175.210,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.175.210],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:13.258745 3306 lb_config.go:1031] Cluster endpoints for openshift-apiserver/check-endpoints for network=default are: map[] I0702 22:37:13.258631 3306 services_controller.go:471] Skipping no-op change for service openshift-machine-config-operator/machine-config-operator for network=default I0702 22:37:13.258763 3306 services_controller.go:360] Finished syncing service machine-config-operator on namespace openshift-machine-config-operator for network=default : 656.135µs I0702 22:37:13.258760 3306 services_controller.go:443] Built service openshift-apiserver/check-endpoints LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.175.210"}, 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}} I0702 22:37:13.257900 3306 services_controller.go:614] Adding service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0702 22:37:13.258774 3306 services_controller.go:444] Built service openshift-apiserver/check-endpoints LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:13.258785 3306 services_controller.go:445] Built service openshift-apiserver/check-endpoints LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:13.258787 3306 services_controller.go:614] Adding service openshift-cluster-samples-operator/metrics for network=default I0702 22:37:13.258794 3306 services_controller.go:614] Adding service openshift-console-operator/metrics for network=default I0702 22:37:13.258801 3306 services_controller.go:614] Adding service openshift-machine-config-operator/machine-config-controller for network=default I0702 22:37:13.258799 3306 services_controller.go:451] 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.175.210", Port:17698, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:13.258840 3306 services_controller.go:452] Built service openshift-apiserver/check-endpoints per-node LB for network=default: []services.LB{} I0702 22:37:13.258852 3306 services_controller.go:453] Built service openshift-apiserver/check-endpoints template LB for network=default: []services.LB{} I0702 22:37:13.258858 3306 services_controller.go:614] Adding service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0702 22:37:13.258862 3306 services_controller.go:454] 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 I0702 22:37:13.258867 3306 services_controller.go:614] Adding service default/openshift-apiserver for network=default I0702 22:37:13.258874 3306 services_controller.go:614] Adding service openshift-cloud-credential-operator/cco-metrics for network=default I0702 22:37:13.258881 3306 services_controller.go:614] Adding service openshift-multus/network-metrics-service for network=default I0702 22:37:13.258883 3306 services_controller.go:471] Skipping no-op change for service openshift-apiserver/check-endpoints for network=default I0702 22:37:13.258887 3306 services_controller.go:614] Adding service openshift-network-diagnostics/network-check-source for network=default I0702 22:37:13.258889 3306 services_controller.go:360] Finished syncing service check-endpoints on namespace openshift-apiserver for network=default : 218.638µs I0702 22:37:13.258895 3306 services_controller.go:614] Adding service default/openshift for network=default I0702 22:37:13.258900 3306 services_controller.go:356] Processing sync for service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0702 22:37:13.258908 3306 services_controller.go:614] Adding service openshift-ingress-operator/metrics for network=default I0702 22:37:13.258297 3306 lb_config.go:1031] Cluster endpoints for openshift-config-operator/metrics for network=default are: map[] I0702 22:37:13.258914 3306 services_controller.go:614] Adding service openshift-insights/metrics for network=default I0702 22:37:13.258908 3306 services_controller.go:356] Processing sync for service openshift-cluster-samples-operator/metrics for network=default I0702 22:37:13.258923 3306 services_controller.go:614] Adding service openshift-machine-config-operator/machine-config-daemon for network=default I0702 22:37:13.258929 3306 services_controller.go:614] Adding service openshift-network-console/networking-console-plugin for network=default I0702 22:37:13.258929 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-cluster-samples-operator for network=default : 23.345µs I0702 22:37:13.258936 3306 services_controller.go:614] Adding service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0702 22:37:13.258928 3306 services_controller.go:443] Built service openshift-config-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.91.173"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0702 22:37:13.258944 3306 services_controller.go:614] Adding service default/packageserver for network=default I0702 22:37:13.258948 3306 services_controller.go:444] Built service openshift-config-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:13.258952 3306 services_controller.go:614] Adding service openshift-authentication-operator/metrics for network=default I0702 22:37:13.258909 3306 services_controller.go:434] 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 57b8d3e8-be5d-4b86-8dc4-e36570aef4a4 1521 0 2026-07-02 22:25:48 +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 f2a75ee6-c8ba-4210-ab75-4e7c9328338a 0xc00783b3bf }] [] []},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.244.197,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.244.197],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:13.258959 3306 services_controller.go:445] Built service openshift-config-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:13.258961 3306 services_controller.go:614] Adding service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0702 22:37:13.258967 3306 services_controller.go:614] Adding service openshift-dns-operator/metrics for network=default I0702 22:37:13.258973 3306 services_controller.go:614] Adding service openshift-network-operator/metrics for network=default I0702 22:37:13.258979 3306 services_controller.go:614] Adding service openshift-service-ca-operator/metrics for network=default I0702 22:37:13.258977 3306 lb_config.go:1031] Cluster endpoints for openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default are: map[] I0702 22:37:13.258972 3306 services_controller.go:451] 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.91.173", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:13.258986 3306 services_controller.go:614] Adding service default/kubernetes for network=default I0702 22:37:13.258991 3306 services_controller.go:452] Built service openshift-config-operator/metrics per-node LB for network=default: []services.LB{} I0702 22:37:13.258993 3306 services_controller.go:614] Adding service openshift-cluster-version/cluster-version-operator for network=default I0702 22:37:13.258991 3306 services_controller.go:443] 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.244.197"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0702 22:37:13.258998 3306 services_controller.go:453] Built service openshift-config-operator/metrics template LB for network=default: []services.LB{} I0702 22:37:13.258033 3306 services_controller.go:471] Skipping no-op change for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0702 22:37:13.259004 3306 services_controller.go:444] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:13.259007 3306 services_controller.go:360] Finished syncing service deployment-validation-operator-catalog on namespace openshift-deployment-validation-operator for network=default : 1.352248ms I0702 22:37:13.258944 3306 services_controller.go:356] Processing sync for service openshift-console-operator/metrics for network=default I0702 22:37:13.259015 3306 services_controller.go:445] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:13.259021 3306 services_controller.go:356] Processing sync for service openshift-machine-config-operator/machine-config-controller for network=default I0702 22:37:13.259031 3306 services_controller.go:451] 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.244.197", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:13.259064 3306 services_controller.go:452] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service per-node LB for network=default: []services.LB{} I0702 22:37:13.259023 3306 services_controller.go:434] Service openshift-console-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-console-operator 3e24f3db-0dc4-4dbd-85f4-162854240be2 1933 0 2026-07-02 22:25:54 +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 f2a75ee6-c8ba-4210-ab75-4e7c9328338a 0xc00783b777 }] [] []},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.121.47,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.121.47],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:13.259074 3306 services_controller.go:453] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service template LB for network=default: []services.LB{} I0702 22:37:13.258375 3306 services_controller.go:451] 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.212.114", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:13.259030 3306 services_controller.go:434] Service openshift-machine-config-operator/machine-config-controller retrieved from lister for network=default: &Service{ObjectMeta:{machine-config-controller openshift-machine-config-operator c510d9cd-a27b-493e-81b5-1a4e61d48731 881 0 2026-07-02 22:25:34 +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 f2a75ee6-c8ba-4210-ab75-4e7c9328338a 0xc007ab410b }] [] []},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.95.223,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.95.223],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:13.259094 3306 lb_config.go:1031] Cluster endpoints for openshift-console-operator/metrics for network=default are: map[] I0702 22:37:13.259084 3306 services_controller.go:454] 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 I0702 22:37:13.259107 3306 services_controller.go:443] Built service openshift-console-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.121.47"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0702 22:37:13.259122 3306 services_controller.go:471] Skipping no-op change for service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0702 22:37:13.259121 3306 lb_config.go:1031] Cluster endpoints for openshift-machine-config-operator/machine-config-controller for network=default are: map[] I0702 22:37:13.259121 3306 services_controller.go:444] Built service openshift-console-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:13.259129 3306 services_controller.go:360] Finished syncing service performance-addon-operator-service on namespace openshift-cluster-node-tuning-operator for network=default : 228.564µs I0702 22:37:13.259139 3306 services_controller.go:445] Built service openshift-console-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:13.259137 3306 services_controller.go:443] Built service openshift-machine-config-operator/machine-config-controller LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.95.223"}, 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}} I0702 22:37:13.258999 3306 services_controller.go:614] Adding service openshift-dns/dns-default for network=default I0702 22:37:13.259153 3306 services_controller.go:444] Built service openshift-machine-config-operator/machine-config-controller LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:13.259159 3306 services_controller.go:614] Adding service openshift-image-registry/image-registry for network=default I0702 22:37:13.259163 3306 services_controller.go:445] Built service openshift-machine-config-operator/machine-config-controller LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:13.259167 3306 services_controller.go:614] Adding service openshift-ingress-canary/ingress-canary for network=default I0702 22:37:13.259156 3306 services_controller.go:451] 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.121.47", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:13.259010 3306 services_controller.go:454] 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 I0702 22:37:13.259184 3306 services_controller.go:452] Built service openshift-console-operator/metrics per-node LB for network=default: []services.LB{} I0702 22:37:13.259194 3306 services_controller.go:471] Skipping no-op change for service openshift-config-operator/metrics for network=default I0702 22:37:13.259196 3306 services_controller.go:453] Built service openshift-console-operator/metrics template LB for network=default: []services.LB{} I0702 22:37:13.259098 3306 services_controller.go:452] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics per-node LB for network=default: []services.LB{} I0702 22:37:13.259180 3306 services_controller.go:451] 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.95.223", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:13.259207 3306 services_controller.go:454] 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 I0702 22:37:13.259173 3306 services_controller.go:614] Adding service openshift-ingress/router-default for network=default I0702 22:37:13.259218 3306 services_controller.go:614] Adding service openshift-kube-storage-version-migrator-operator/metrics for network=default I0702 22:37:13.259224 3306 services_controller.go:614] Adding service openshift-cluster-machine-approver/machine-approver for network=default I0702 22:37:13.259144 3306 services_controller.go:356] Processing sync for service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0702 22:37:13.259231 3306 services_controller.go:471] Skipping no-op change for service openshift-console-operator/metrics for network=default I0702 22:37:13.259209 3306 services_controller.go:453] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics template LB for network=default: []services.LB{} I0702 22:37:13.259238 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-console-operator for network=default : 294.349µs I0702 22:37:13.259242 3306 services_controller.go:454] 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 I0702 22:37:13.259251 3306 services_controller.go:356] Processing sync for service default/openshift-apiserver for network=default I0702 22:37:13.259267 3306 services_controller.go:434] Service default/openshift-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-apiserver default 64d75c56-6170-4aa6-bf7a-3ff45e63df58 1598 0 2026-07-02 22:25:49 +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.210.245,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.210.245],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:13.259232 3306 services_controller.go:360] Finished syncing service ovn-kubernetes-node on namespace openshift-ovn-kubernetes for network=default : 89.273µs I0702 22:37:13.259341 3306 lb_config.go:1031] Cluster endpoints for default/openshift-apiserver for network=default are: map[TCP/https:{443 [172.30.24.132] []}] I0702 22:37:13.259358 3306 services_controller.go:356] Processing sync for service openshift-cloud-credential-operator/cco-metrics for network=default I0702 22:37:13.259374 3306 model_client.go:373] Create operations generated as: [{Op:insert Table:Logical_Router_Static_Route Row:map[external_ids:{GoMap:map[ic-node:ip-10-0-1-191.ec2.internal]} ip_prefix:10.130.0.0/23 nexthop:100.88.0.4] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1983129959}] I0702 22:37:13.259368 3306 services_controller.go:434] Service openshift-cloud-credential-operator/cco-metrics retrieved from lister for network=default: &Service{ObjectMeta:{cco-metrics openshift-cloud-credential-operator ec70ae15-c8de-4bb8-a058-2ff06dbbe55a 1109 0 2026-07-02 22:25:40 +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 f2a75ee6-c8ba-4210-ab75-4e7c9328338a 0xc00783b1cb }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:metrics,Protocol:TCP,Port:8443,TargetPort:{1 0 metrics},NodePort:0,AppProtocol:nil,},},Selector:map[string]string{app: cloud-credential-operator,},ClusterIP:172.30.78.196,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.78.196],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:13.259255 3306 services_controller.go:471] Skipping no-op change for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0702 22:37:13.259429 3306 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u1983129959}]}}] Timeout: Where:[where column _uuid == {75656b24-b078-48c3-9105-f7d2df67dfd5}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:13.259444 3306 services_controller.go:360] Finished syncing service cluster-storage-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 1.19903ms I0702 22:37:13.259447 3306 lb_config.go:1031] Cluster endpoints for openshift-cloud-credential-operator/cco-metrics for network=default are: map[] I0702 22:37:13.259358 3306 services_controller.go:443] Built service default/openshift-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0702 22:37:13.259460 3306 services_controller.go:356] Processing sync for service openshift-multus/network-metrics-service for network=default I0702 22:37:13.259461 3306 services_controller.go:444] Built service default/openshift-apiserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.210.245"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.24.132"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0702 22:37:13.259468 3306 services_controller.go:360] Finished syncing service network-metrics-service on namespace openshift-multus for network=default : 8.392µs I0702 22:37:13.259461 3306 services_controller.go:443] Built service openshift-cloud-credential-operator/cco-metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.78.196"}, 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}} I0702 22:37:13.259473 3306 services_controller.go:445] Built service default/openshift-apiserver LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:13.259453 3306 transact.go:42] Configuring OVN: [{Op:insert Table:Logical_Router_Static_Route Row:map[external_ids:{GoMap:map[ic-node:ip-10-0-1-191.ec2.internal]} ip_prefix:10.130.0.0/23 nexthop:100.88.0.4] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1983129959} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u1983129959}]}}] Timeout: Where:[where column _uuid == {75656b24-b078-48c3-9105-f7d2df67dfd5}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:13.259208 3306 services_controller.go:452] Built service openshift-machine-config-operator/machine-config-controller per-node LB for network=default: []services.LB{} I0702 22:37:13.259479 3306 services_controller.go:444] Built service openshift-cloud-credential-operator/cco-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:13.259491 3306 services_controller.go:451] Built service default/openshift-apiserver cluster-wide LB for network=default: []services.LB{} I0702 22:37:13.259200 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-config-operator for network=default : 963.265µs I0702 22:37:13.259491 3306 services_controller.go:453] Built service openshift-machine-config-operator/machine-config-controller template LB for network=default: []services.LB{} I0702 22:37:13.259505 3306 services_controller.go:356] Processing sync for service default/openshift for network=default I0702 22:37:13.259508 3306 services_controller.go:454] 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 I0702 22:37:13.259513 3306 services_controller.go:360] Finished syncing service openshift on namespace default for network=default : 8.571µs I0702 22:37:13.259498 3306 services_controller.go:452] 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-0-31.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.210.245", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.24.132", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-0-31.ec2.internal"}, Routers:[]string{"GR_ip-10-0-0-31.ec2.internal"}, Groups:[]string(nil)}} I0702 22:37:13.259526 3306 services_controller.go:356] Processing sync for service openshift-ingress-operator/metrics for network=default I0702 22:37:13.259529 3306 services_controller.go:453] Built service default/openshift-apiserver template LB for network=default: []services.LB{} I0702 22:37:13.259537 3306 services_controller.go:454] 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 I0702 22:37:13.259539 3306 services_controller.go:471] Skipping no-op change for service openshift-machine-config-operator/machine-config-controller for network=default I0702 22:37:13.259547 3306 services_controller.go:360] Finished syncing service machine-config-controller on namespace openshift-machine-config-operator for network=default : 525.879µs I0702 22:37:13.259553 3306 services_controller.go:471] Skipping no-op change for service default/openshift-apiserver for network=default I0702 22:37:13.259477 3306 services_controller.go:356] Processing sync for service openshift-network-diagnostics/network-check-source for network=default I0702 22:37:13.259559 3306 services_controller.go:356] Processing sync for service openshift-insights/metrics for network=default I0702 22:37:13.259566 3306 services_controller.go:360] Finished syncing service network-check-source on namespace openshift-network-diagnostics for network=default : 88.366µs I0702 22:37:13.259577 3306 services_controller.go:356] Processing sync for service openshift-machine-config-operator/machine-config-daemon for network=default I0702 22:37:13.259534 3306 services_controller.go:434] Service openshift-ingress-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-ingress-operator 3032ee87-933d-481d-812d-0d963661460b 1448 0 2026-07-02 22:25:48 +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 f2a75ee6-c8ba-4210-ab75-4e7c9328338a 0xc00783bc77 }] [] []},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.29.235,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.29.235],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:13.259597 3306 lb_config.go:1031] Cluster endpoints for openshift-ingress-operator/metrics for network=default are: map[] I0702 22:37:13.259614 3306 services_controller.go:443] Built service openshift-ingress-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.29.235"}, 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}} I0702 22:37:13.259570 3306 services_controller.go:434] Service openshift-insights/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-insights 5210e172-1d6b-4e26-ae10-76af5d7c2537 3090 0 2026-07-02 22:26:04 +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 f2a75ee6-c8ba-4210-ab75-4e7c9328338a 0xc00783bf2b }] [] []},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.63.12,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.63.12],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:13.259629 3306 services_controller.go:444] Built service openshift-ingress-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:13.259586 3306 services_controller.go:434] Service openshift-machine-config-operator/machine-config-daemon retrieved from lister for network=default: &Service{ObjectMeta:{machine-config-daemon openshift-machine-config-operator 1927bb78-94c7-477c-bdb6-e82b083533bb 921 0 2026-07-02 22:25:35 +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 f2a75ee6-c8ba-4210-ab75-4e7c9328338a 0xc007ab41d7 }] [] []},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.52.152,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.52.152],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:13.259639 3306 services_controller.go:445] Built service openshift-ingress-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:13.259647 3306 lb_config.go:1031] Cluster endpoints for openshift-insights/metrics for network=default are: map[] I0702 22:37:13.259655 3306 lb_config.go:1031] Cluster endpoints for openshift-machine-config-operator/machine-config-daemon for network=default are: map[] I0702 22:37:13.259492 3306 services_controller.go:445] Built service openshift-cloud-credential-operator/cco-metrics LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:13.259661 3306 services_controller.go:443] Built service openshift-insights/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.63.12"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0702 22:37:13.259654 3306 services_controller.go:451] 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.29.235", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:13.259669 3306 services_controller.go:443] Built service openshift-machine-config-operator/machine-config-daemon LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.52.152"}, 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.52.152"}, 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}} I0702 22:37:13.259677 3306 services_controller.go:444] Built service openshift-insights/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:13.259682 3306 services_controller.go:452] Built service openshift-ingress-operator/metrics per-node LB for network=default: []services.LB{} I0702 22:37:13.259687 3306 services_controller.go:444] Built service openshift-machine-config-operator/machine-config-daemon LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:13.259690 3306 services_controller.go:445] Built service openshift-insights/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:13.259693 3306 services_controller.go:453] Built service openshift-ingress-operator/metrics template LB for network=default: []services.LB{} I0702 22:37:13.259697 3306 services_controller.go:445] Built service openshift-machine-config-operator/machine-config-daemon LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:13.259681 3306 services_controller.go:451] Built service openshift-cloud-credential-operator/cco-metrics cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-cloud-credential-operator/cco-metrics_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-cloud-credential-operator/cco-metrics"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.78.196", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:13.259703 3306 services_controller.go:454] 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 I0702 22:37:13.259714 3306 services_controller.go:452] Built service openshift-cloud-credential-operator/cco-metrics per-node LB for network=default: []services.LB{} I0702 22:37:13.259707 3306 services_controller.go:451] 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.63.12", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:13.259726 3306 services_controller.go:453] Built service openshift-cloud-credential-operator/cco-metrics template LB for network=default: []services.LB{} I0702 22:37:13.259727 3306 services_controller.go:471] Skipping no-op change for service openshift-ingress-operator/metrics for network=default I0702 22:37:13.259734 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-ingress-operator for network=default : 208.993µs I0702 22:37:13.259735 3306 services_controller.go:452] Built service openshift-insights/metrics per-node LB for network=default: []services.LB{} I0702 22:37:13.259717 3306 services_controller.go:451] 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.52.152", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.52.152", Port:8798, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:13.259558 3306 services_controller.go:360] Finished syncing service openshift-apiserver on namespace default for network=default : 307.701µs I0702 22:37:13.259746 3306 services_controller.go:356] Processing sync for service openshift-network-console/networking-console-plugin for network=default I0702 22:37:13.259748 3306 services_controller.go:453] Built service openshift-insights/metrics template LB for network=default: []services.LB{} I0702 22:37:13.259750 3306 services_controller.go:452] Built service openshift-machine-config-operator/machine-config-daemon per-node LB for network=default: []services.LB{} I0702 22:37:13.259756 3306 services_controller.go:356] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0702 22:37:13.259760 3306 services_controller.go:454] 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 I0702 22:37:13.259764 3306 services_controller.go:453] Built service openshift-machine-config-operator/machine-config-daemon template LB for network=default: []services.LB{} I0702 22:37:13.259775 3306 services_controller.go:454] 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 I0702 22:37:13.259783 3306 services_controller.go:471] Skipping no-op change for service openshift-insights/metrics for network=default I0702 22:37:13.259789 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-insights for network=default : 230.162µs I0702 22:37:13.259796 3306 services_controller.go:471] Skipping no-op change for service openshift-machine-config-operator/machine-config-daemon for network=default I0702 22:37:13.259800 3306 services_controller.go:356] Processing sync for service default/packageserver for network=default I0702 22:37:13.259803 3306 services_controller.go:360] Finished syncing service machine-config-daemon on namespace openshift-machine-config-operator for network=default : 225.806µs I0702 22:37:13.259755 3306 services_controller.go:434] Service openshift-network-console/networking-console-plugin retrieved from lister for network=default: &Service{ObjectMeta:{networking-console-plugin openshift-network-console e92b099a-ee27-4b3b-89b8-5d1686ecf49f 4274 0 2026-07-02 22:26:33 +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 6a0bc3cc-c19e-4e27-8a28-64360d11a5ea 0xc007ab441e 0xc007ab441f}] [] []},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.206.143,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.206.143],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:13.259837 3306 services_controller.go:356] Processing sync for service openshift-authentication-operator/metrics for network=default I0702 22:37:13.259766 3306 services_controller.go:434] 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 e93ff878-886f-43b8-8096-ceaae4291868 6454 0 2026-07-02 22:28:57 +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.210.3,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.210.3],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:13.259857 3306 lb_config.go:1031] Cluster endpoints for openshift-network-console/networking-console-plugin for network=default are: map[] I0702 22:37:13.259809 3306 services_controller.go:434] Service default/packageserver retrieved from lister for network=default: &Service{ObjectMeta:{packageserver default 52166ba6-13b1-4f9e-8853-e85259e10dc2 1739 0 2026-07-02 22:25:51 +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.163.92,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.163.92],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:13.259871 3306 lb_config.go:1031] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default are: map[] I0702 22:37:13.259869 3306 services_controller.go:443] Built service openshift-network-console/networking-console-plugin LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.206.143"}, 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}} I0702 22:37:13.259883 3306 services_controller.go:443] 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.210.3"}, 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}} I0702 22:37:13.259887 3306 services_controller.go:444] Built service openshift-network-console/networking-console-plugin LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:13.259847 3306 services_controller.go:434] Service openshift-authentication-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-authentication-operator 29dbdb69-3933-4538-b127-9bf784e3a943 718 0 2026-07-02 22:25:30 +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 f2a75ee6-c8ba-4210-ab75-4e7c9328338a 0xc00783b137 }] [] []},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.127.187,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.127.187],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:13.259893 3306 services_controller.go:444] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:13.259898 3306 services_controller.go:445] Built service openshift-network-console/networking-console-plugin LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:13.259900 3306 services_controller.go:445] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:13.259898 3306 lb_config.go:1031] Cluster endpoints for default/packageserver for network=default are: map[TCP/https:{443 [172.30.181.121] []}] I0702 22:37:13.259909 3306 lb_config.go:1031] Cluster endpoints for openshift-authentication-operator/metrics for network=default are: map[] I0702 22:37:13.259914 3306 services_controller.go:443] Built service default/packageserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0702 22:37:13.259911 3306 services_controller.go:451] 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.210.3", Port:8383, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:13.259922 3306 services_controller.go:443] Built service openshift-authentication-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.127.187"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0702 22:37:13.259924 3306 services_controller.go:444] Built service default/packageserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.163.92"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.181.121"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0702 22:37:13.259915 3306 services_controller.go:451] 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.206.143", Port:9443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:13.259935 3306 services_controller.go:452] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics per-node LB for network=default: []services.LB{} I0702 22:37:13.259938 3306 services_controller.go:444] Built service openshift-authentication-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:13.259939 3306 services_controller.go:445] Built service default/packageserver LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:13.259942 3306 services_controller.go:452] Built service openshift-network-console/networking-console-plugin per-node LB for network=default: []services.LB{} I0702 22:37:13.259944 3306 services_controller.go:453] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics template LB for network=default: []services.LB{} I0702 22:37:13.259948 3306 services_controller.go:445] Built service openshift-authentication-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:13.259952 3306 services_controller.go:453] Built service openshift-network-console/networking-console-plugin template LB for network=default: []services.LB{} I0702 22:37:13.259953 3306 services_controller.go:454] 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 I0702 22:37:13.259962 3306 services_controller.go:451] Built service default/packageserver cluster-wide LB for network=default: []services.LB{} I0702 22:37:13.259962 3306 services_controller.go:454] 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 I0702 22:37:13.259971 3306 services_controller.go:471] Skipping no-op change for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0702 22:37:13.259976 3306 services_controller.go:360] Finished syncing service deployment-validation-operator-metrics on namespace openshift-deployment-validation-operator for network=default : 220.931µs I0702 22:37:13.259966 3306 services_controller.go:451] 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.127.187", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:13.259985 3306 services_controller.go:471] Skipping no-op change for service openshift-network-console/networking-console-plugin for network=default I0702 22:37:13.259987 3306 services_controller.go:356] Processing sync for service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0702 22:37:13.259737 3306 services_controller.go:454] 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 I0702 22:37:13.259993 3306 services_controller.go:360] Finished syncing service networking-console-plugin on namespace openshift-network-console for network=default : 247.939µs I0702 22:37:13.259995 3306 services_controller.go:452] Built service openshift-authentication-operator/metrics per-node LB for network=default: []services.LB{} I0702 22:37:13.260005 3306 services_controller.go:356] Processing sync for service openshift-dns-operator/metrics for network=default I0702 22:37:13.260008 3306 services_controller.go:453] Built service openshift-authentication-operator/metrics template LB for network=default: []services.LB{} I0702 22:37:13.260014 3306 services_controller.go:471] Skipping no-op change for service openshift-cloud-credential-operator/cco-metrics for network=default I0702 22:37:13.260019 3306 services_controller.go:454] 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 I0702 22:37:13.260021 3306 services_controller.go:360] Finished syncing service cco-metrics on namespace openshift-cloud-credential-operator for network=default : 663.441µs I0702 22:37:13.259996 3306 services_controller.go:434] 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 e4ecef98-7bbb-4422-b5a1-b29a24bf8e46 941 0 2026-07-02 22:25:36 +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 f2a75ee6-c8ba-4210-ab75-4e7c9328338a 0xc00783b597 }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 8443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{app: csi-snapshot-controller-operator,},ClusterIP:172.30.253.99,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.253.99],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:13.260033 3306 services_controller.go:356] Processing sync for service openshift-network-operator/metrics for network=default I0702 22:37:13.260040 3306 services_controller.go:471] Skipping no-op change for service openshift-authentication-operator/metrics for network=default I0702 22:37:13.260041 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-network-operator for network=default : 8.81µs I0702 22:37:13.260046 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-authentication-operator for network=default : 232.422µs I0702 22:37:13.259972 3306 services_controller.go:452] 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-0-31.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.163.92", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.181.121", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-0-31.ec2.internal"}, Routers:[]string{"GR_ip-10-0-0-31.ec2.internal"}, Groups:[]string(nil)}} I0702 22:37:13.260050 3306 services_controller.go:356] Processing sync for service openshift-service-ca-operator/metrics for network=default I0702 22:37:13.260013 3306 services_controller.go:434] Service openshift-dns-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-dns-operator 71913b77-aa4f-4d40-ba75-23fb8bff13c7 1104 0 2026-07-02 22:25:39 +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 f2a75ee6-c8ba-4210-ab75-4e7c9328338a 0xc00783b947 }] [] []},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.150.92,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.150.92],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:13.260056 3306 services_controller.go:453] Built service default/packageserver template LB for network=default: []services.LB{} I0702 22:37:13.260047 3306 lb_config.go:1031] Cluster endpoints for openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default are: map[] I0702 22:37:13.260064 3306 services_controller.go:454] 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 I0702 22:37:13.260071 3306 lb_config.go:1031] Cluster endpoints for openshift-dns-operator/metrics for network=default are: map[] I0702 22:37:13.260069 3306 services_controller.go:443] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.253.99"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0702 22:37:13.260079 3306 services_controller.go:471] Skipping no-op change for service default/packageserver for network=default I0702 22:37:13.260083 3306 services_controller.go:360] Finished syncing service packageserver on namespace default for network=default : 284.079µs I0702 22:37:13.260085 3306 services_controller.go:444] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:13.260083 3306 services_controller.go:443] Built service openshift-dns-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.150.92"}, 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}} I0702 22:37:13.260091 3306 services_controller.go:356] Processing sync for service openshift-cluster-version/cluster-version-operator for network=default I0702 22:37:13.260095 3306 services_controller.go:445] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:13.260096 3306 services_controller.go:444] Built service openshift-dns-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:13.260059 3306 services_controller.go:434] Service openshift-service-ca-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-service-ca-operator 828b2c52-efe7-4125-8ca1-f7810c935ac9 901 0 2026-07-02 22:25:34 +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 f2a75ee6-c8ba-4210-ab75-4e7c9328338a 0xc007ab4707 }] [] []},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.32.220,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.32.220],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:13.260105 3306 services_controller.go:445] Built service openshift-dns-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:13.260120 3306 lb_config.go:1031] Cluster endpoints for openshift-service-ca-operator/metrics for network=default are: map[] I0702 22:37:13.260111 3306 services_controller.go:451] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.253.99", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:13.260119 3306 services_controller.go:451] 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.150.92", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:13.260141 3306 services_controller.go:452] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics per-node LB for network=default: []services.LB{} I0702 22:37:13.260138 3306 services_controller.go:443] Built service openshift-service-ca-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.32.220"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0702 22:37:13.260141 3306 services_controller.go:452] Built service openshift-dns-operator/metrics per-node LB for network=default: []services.LB{} I0702 22:37:13.260157 3306 services_controller.go:453] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics template LB for network=default: []services.LB{} I0702 22:37:13.260159 3306 services_controller.go:444] Built service openshift-service-ca-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:13.260163 3306 services_controller.go:453] Built service openshift-dns-operator/metrics template LB for network=default: []services.LB{} I0702 22:37:13.260169 3306 services_controller.go:445] Built service openshift-service-ca-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:13.260172 3306 services_controller.go:454] 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 I0702 22:37:13.260191 3306 services_controller.go:471] Skipping no-op change for service openshift-dns-operator/metrics for network=default I0702 22:37:13.260185 3306 services_controller.go:451] 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.32.220", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:13.260202 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-dns-operator for network=default : 197.051µs I0702 22:37:13.260209 3306 services_controller.go:452] Built service openshift-service-ca-operator/metrics per-node LB for network=default: []services.LB{} I0702 22:37:13.260213 3306 services_controller.go:356] Processing sync for service openshift-dns/dns-default for network=default I0702 22:37:13.260220 3306 services_controller.go:453] Built service openshift-service-ca-operator/metrics template LB for network=default: []services.LB{} I0702 22:37:13.260231 3306 services_controller.go:454] 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 I0702 22:37:13.260057 3306 services_controller.go:356] Processing sync for service default/kubernetes for network=default I0702 22:37:13.260252 3306 services_controller.go:471] Skipping no-op change for service openshift-service-ca-operator/metrics for network=default I0702 22:37:13.260261 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-service-ca-operator for network=default : 211.479µs I0702 22:37:13.260221 3306 services_controller.go:434] Service openshift-dns/dns-default retrieved from lister for network=default: &Service{ObjectMeta:{dns-default openshift-dns f6a0133c-8ad5-4487-abca-430aaaf6defd 1585 0 2026-07-02 22:25:49 +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 d8f1ae50-fd45-42e8-9b4c-fe8ed1c4e95b 0xc00783ba07 }] [] []},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{},},} I0702 22:37:13.260270 3306 services_controller.go:356] Processing sync for service openshift-image-registry/image-registry for network=default I0702 22:37:13.260282 3306 lb_config.go:1031] Cluster endpoints for openshift-dns/dns-default for network=default are: map[] I0702 22:37:13.260301 3306 services_controller.go:443] Built service openshift-dns/dns-default LB cluster-wide configs for network=default: []services.lbConfig(nil) I0702 22:37:13.260275 3306 services_controller.go:434] Service openshift-image-registry/image-registry retrieved from lister for network=default: &Service{ObjectMeta:{image-registry openshift-image-registry c8c53687-972c-4f38-86fa-c90bf419e549 1786 0 2026-07-02 22:25:51 +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.75.223,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.75.223],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:13.260265 3306 services_controller.go:434] Service default/kubernetes retrieved from lister for network=default: &Service{ObjectMeta:{kubernetes default ab4edb38-6fb5-41ff-9e01-63c779b454a4 273 0 2026-07-02 22:24:36 +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{},},} I0702 22:37:13.260303 3306 model_client.go:373] Create operations generated as: [{Op:insert Table:Logical_Router_Static_Route Row:map[external_ids:{GoMap:map[ic-node:ip-10-0-1-191.ec2.internal]} ip_prefix:100.64.0.4/32 nexthop:100.88.0.4] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1983129960}] I0702 22:37:13.260313 3306 services_controller.go:444] 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}} I0702 22:37:13.260326 3306 lb_config.go:1031] Cluster endpoints for openshift-image-registry/image-registry for network=default are: map[] I0702 22:37:13.260097 3306 services_controller.go:434] Service openshift-cluster-version/cluster-version-operator retrieved from lister for network=default: &Service{ObjectMeta:{cluster-version-operator openshift-cluster-version 26138a73-648f-4576-9555-a88b2f574032 509 0 2026-07-02 22:25:24 +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.138.55,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.138.55],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:13.260335 3306 services_controller.go:445] Built service openshift-dns/dns-default LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:13.260338 3306 services_controller.go:443] Built service openshift-image-registry/image-registry LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.75.223"}, 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}} I0702 22:37:13.260338 3306 lb_config.go:1031] Cluster endpoints for default/kubernetes for network=default are: map[TCP/https:{6443 [172.20.0.1] []}] I0702 22:37:13.260351 3306 services_controller.go:444] Built service openshift-image-registry/image-registry LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:13.260353 3306 lb_config.go:1031] Cluster endpoints for openshift-cluster-version/cluster-version-operator for network=default are: map[] I0702 22:37:13.260356 3306 services_controller.go:443] Built service default/kubernetes LB cluster-wide configs for network=default: []services.lbConfig(nil) I0702 22:37:13.260362 3306 services_controller.go:445] Built service openshift-image-registry/image-registry LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:13.260366 3306 services_controller.go:451] Built service openshift-dns/dns-default cluster-wide LB for network=default: []services.LB{} I0702 22:37:13.260368 3306 services_controller.go:444] 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}} I0702 22:37:13.260369 3306 services_controller.go:443] Built service openshift-cluster-version/cluster-version-operator LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.138.55"}, 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}} I0702 22:37:13.260383 3306 services_controller.go:445] Built service default/kubernetes LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:13.260377 3306 services_controller.go:451] 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.75.223", Port:5000, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:13.260395 3306 services_controller.go:444] Built service openshift-cluster-version/cluster-version-operator LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:13.260402 3306 services_controller.go:451] Built service default/kubernetes cluster-wide LB for network=default: []services.LB{} I0702 22:37:13.260405 3306 services_controller.go:445] Built service openshift-cluster-version/cluster-version-operator LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:13.260406 3306 services_controller.go:452] Built service openshift-image-registry/image-registry per-node LB for network=default: []services.LB{} I0702 22:37:13.260377 3306 services_controller.go:452] 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-0-31.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-0-31.ec2.internal"}, Routers:[]string{"GR_ip-10-0-0-31.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-dns/dns-default_UDP_node_router+switch_ip-10-0-0-31.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-0-31.ec2.internal"}, Routers:[]string{"GR_ip-10-0-0-31.ec2.internal"}, Groups:[]string(nil)}} I0702 22:37:13.260418 3306 services_controller.go:453] Built service openshift-image-registry/image-registry template LB for network=default: []services.LB{} I0702 22:37:13.260409 3306 services_controller.go:452] 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-0-31.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-0-31.ec2.internal"}, Routers:[]string{"GR_ip-10-0-0-31.ec2.internal"}, Groups:[]string(nil)}} I0702 22:37:13.260425 3306 services_controller.go:453] Built service openshift-dns/dns-default template LB for network=default: []services.LB{} I0702 22:37:13.260428 3306 services_controller.go:453] Built service default/kubernetes template LB for network=default: []services.LB{} I0702 22:37:13.260422 3306 services_controller.go:451] 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.138.55", Port:9099, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:13.260351 3306 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u1983129960}]}}] Timeout: Where:[where column _uuid == {75656b24-b078-48c3-9105-f7d2df67dfd5}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:13.260440 3306 services_controller.go:454] 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 I0702 22:37:13.260447 3306 services_controller.go:452] Built service openshift-cluster-version/cluster-version-operator per-node LB for network=default: []services.LB{} I0702 22:37:13.260456 3306 services_controller.go:453] Built service openshift-cluster-version/cluster-version-operator template LB for network=default: []services.LB{} I0702 22:37:13.260459 3306 services_controller.go:471] Skipping no-op change for service default/kubernetes for network=default I0702 22:37:13.260462 3306 services_controller.go:454] 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 I0702 22:37:13.260463 3306 services_controller.go:360] Finished syncing service kubernetes on namespace default for network=default : 407.369µs I0702 22:37:13.260478 3306 services_controller.go:471] Skipping no-op change for service openshift-cluster-version/cluster-version-operator for network=default I0702 22:37:13.260429 3306 services_controller.go:454] 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 I0702 22:37:13.260485 3306 services_controller.go:360] Finished syncing service cluster-version-operator on namespace openshift-cluster-version for network=default : 392.294µs I0702 22:37:13.260494 3306 services_controller.go:356] Processing sync for service openshift-ingress-canary/ingress-canary for network=default I0702 22:37:13.260437 3306 services_controller.go:454] 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 I0702 22:37:13.260501 3306 services_controller.go:356] Processing sync for service openshift-ingress/router-default for network=default I0702 22:37:13.260169 3306 services_controller.go:454] 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 I0702 22:37:13.260506 3306 services_controller.go:471] Skipping no-op change for service openshift-image-registry/image-registry for network=default I0702 22:37:13.260514 3306 services_controller.go:360] Finished syncing service image-registry on namespace openshift-image-registry for network=default : 243.588µs I0702 22:37:13.260529 3306 services_controller.go:356] Processing sync for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0702 22:37:13.260529 3306 services_controller.go:471] Skipping no-op change for service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0702 22:37:13.260529 3306 services_controller.go:471] Skipping no-op change for service openshift-dns/dns-default for network=default I0702 22:37:13.260539 3306 services_controller.go:360] Finished syncing service csi-snapshot-controller-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 551.325µs I0702 22:37:13.260542 3306 services_controller.go:360] Finished syncing service dns-default on namespace openshift-dns for network=default : 329.226µs I0702 22:37:13.260503 3306 services_controller.go:434] Service openshift-ingress-canary/ingress-canary retrieved from lister for network=default: &Service{ObjectMeta:{ingress-canary openshift-ingress-canary a438b3ce-b871-430f-ba45-fca7e2c04840 3248 0 2026-07-02 22:26:09 +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 b7084c2d-1526-4061-966c-ead1fb84c42a 0xc00783bb90 }] [] []},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.235.135,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.235.135],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:13.260552 3306 services_controller.go:356] Processing sync for service openshift-cluster-machine-approver/machine-approver for network=default I0702 22:37:13.260561 3306 services_controller.go:360] Finished syncing service machine-approver on namespace openshift-cluster-machine-approver for network=default : 9.617µs I0702 22:37:13.260510 3306 services_controller.go:434] Service openshift-ingress/router-default retrieved from lister for network=default: &Service{ObjectMeta:{router-default openshift-ingress 0c484d55-70b3-4e26-a227-66c9b2280077 3155 0 2026-07-02 22:26:00 +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=2ra9b3d23jisg1nirlsuo1aqo4gngmda,api.openshift.com/legal-entity-id=2h8L52xc1VHB4xLFE2YyPmAjYjI,api.openshift.com/name=kx-d9aae1c883,cluster-type=rosa-hcp,creation-date=2026-07-02,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 91b70309-50fc-479d-8485-c403f49ef81d 0xc00783bd67 }] [service.kubernetes.io/load-balancer-cleanup] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:http,Protocol:TCP,Port:80,TargetPort:{1 0 http},NodePort:31548,AppProtocol:nil,},ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{1 0 https},NodePort:32746,AppProtocol:nil,},},Selector:map[string]string{ingresscontroller.operator.openshift.io/deployment-ingresscontroller: default,},ClusterIP:172.30.159.230,Type:LoadBalancer,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:Local,HealthCheckNodePort:30574,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.159.230],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:*true,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{LoadBalancerIngress{IP:,Hostname:a0c484d5570b34e26a22766c9b228007-c2911569a02b7b64.elb.us-east-1.amazonaws.com,IPMode:nil,Ports:[]PortStatus{},},},},Conditions:[]Condition{},},} I0702 22:37:13.260450 3306 transact.go:42] Configuring OVN: [{Op:insert Table:Logical_Router_Static_Route Row:map[external_ids:{GoMap:map[ic-node:ip-10-0-1-191.ec2.internal]} ip_prefix:100.64.0.4/32 nexthop:100.88.0.4] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1983129960} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u1983129960}]}}] Timeout: Where:[where column _uuid == {75656b24-b078-48c3-9105-f7d2df67dfd5}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:13.260571 3306 lb_config.go:1031] Cluster endpoints for openshift-ingress-canary/ingress-canary for network=default are: map[] I0702 22:37:13.260582 3306 lb_config.go:1031] Cluster endpoints for openshift-ingress/router-default for network=default are: map[] I0702 22:37:13.260540 3306 services_controller.go:434] Service openshift-kube-storage-version-migrator-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-kube-storage-version-migrator-operator ec5eab1a-42a7-419c-b049-97a142f05e45 3100 0 2026-07-02 22:26:04 +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 f2a75ee6-c8ba-4210-ab75-4e7c9328338a 0xc007ab4087 }] [] []},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.62.168,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.62.168],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:13.260589 3306 lb_config.go:1054] Local endpoints for openshift-ingress/router-default for network=default are: map[] I0702 22:37:13.260586 3306 services_controller.go:443] Built service openshift-ingress-canary/ingress-canary LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.235.135"}, 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.235.135"}, 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}} I0702 22:37:13.260598 3306 services_controller.go:443] Built service openshift-ingress/router-default LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.159.230"}, 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.159.230"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0702 22:37:13.260605 3306 lb_config.go:1031] Cluster endpoints for openshift-kube-storage-version-migrator-operator/metrics for network=default are: map[] I0702 22:37:13.260606 3306 services_controller.go:444] Built service openshift-ingress-canary/ingress-canary LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:13.260620 3306 services_controller.go:445] Built service openshift-ingress-canary/ingress-canary LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:13.260614 3306 services_controller.go:444] Built service openshift-ingress/router-default LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"node"}, protocol:"TCP", inport:31548, 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:32746, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:true, internalTrafficLocal:false, hasNodePort:true}} I0702 22:37:13.260619 3306 services_controller.go:443] Built service openshift-kube-storage-version-migrator-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.62.168"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0702 22:37:13.260629 3306 services_controller.go:445] Built service openshift-ingress/router-default LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:13.260633 3306 services_controller.go:444] Built service openshift-kube-storage-version-migrator-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:13.260644 3306 services_controller.go:445] Built service openshift-kube-storage-version-migrator-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:13.260639 3306 services_controller.go:451] 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.235.135", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.235.135", Port:8888, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:13.260662 3306 services_controller.go:452] Built service openshift-ingress-canary/ingress-canary per-node LB for network=default: []services.LB{} I0702 22:37:13.260669 3306 services_controller.go:453] Built service openshift-ingress-canary/ingress-canary template LB for network=default: []services.LB{} I0702 22:37:13.260660 3306 services_controller.go:451] 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.159.230", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.159.230", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:13.260661 3306 services_controller.go:451] 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.62.168", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:13.260676 3306 services_controller.go:454] 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 I0702 22:37:13.260689 3306 services_controller.go:452] Built service openshift-kube-storage-version-migrator-operator/metrics per-node LB for network=default: []services.LB{} I0702 22:37:13.260695 3306 services_controller.go:471] Skipping no-op change for service openshift-ingress-canary/ingress-canary for network=default I0702 22:37:13.260700 3306 services_controller.go:453] Built service openshift-kube-storage-version-migrator-operator/metrics template LB for network=default: []services.LB{} I0702 22:37:13.260700 3306 services_controller.go:360] Finished syncing service ingress-canary on namespace openshift-ingress-canary for network=default : 225.57µs I0702 22:37:13.260711 3306 services_controller.go:454] 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 I0702 22:37:13.260733 3306 services_controller.go:471] Skipping no-op change for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0702 22:37:13.260686 3306 services_controller.go:452] 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-0-31.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.0.31", Port:31548, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:31548, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.0.31", Port:32746, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:32746, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string(nil), Routers:[]string{"GR_ip-10-0-0-31.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-ingress/router-default_TCP_node_switch_ip-10-0-0-31.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:31548, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.0.31", Port:31548, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:31548, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:31548, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:32746, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.0.31", Port:32746, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:32746, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:32746, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-0-31.ec2.internal"}, Routers:[]string(nil), Groups:[]string(nil)}} I0702 22:37:13.260746 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-kube-storage-version-migrator-operator for network=default : 218.149µs I0702 22:37:13.260756 3306 services_controller.go:453] Built service openshift-ingress/router-default template LB for network=default: []services.LB{} I0702 22:37:13.260769 3306 services_controller.go:454] 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 I0702 22:37:13.260807 3306 services_controller.go:471] Skipping no-op change for service openshift-ingress/router-default for network=default I0702 22:37:13.260838 3306 services_controller.go:360] Finished syncing service router-default on namespace openshift-ingress for network=default : 336.406µs I0702 22:37:13.261019 3306 zone_ic_handler.go:257] Creating Interconnect resources for node ip-10-0-1-191.ec2.internal took: 2.496529ms I0702 22:37:13.261035 3306 master.go:657] Creating Interconnect resources for node ip-10-0-1-191.ec2.internal took: 3.516488ms I0702 22:37:13.261048 3306 obj_retry.go:568] Update event received for resource *factory.egressNode, old object is equal to new: false I0702 22:37:13.261057 3306 obj_retry.go:620] Update event received for *factory.egressNode ip-10-0-1-191.ec2.internal I0702 22:37:13.348369 3306 obj_retry.go:568] Update event received for resource *v1.Node, old object is equal to new: false I0702 22:37:13.348402 3306 obj_retry.go:620] Update event received for *v1.Node ip-10-0-2-224.ec2.internal I0702 22:37:13.348405 3306 node_tracker.go:211] Processing possible switch / router updates for node ip-10-0-2-224.ec2.internal I0702 22:37:13.348447 3306 master.go:657] Creating Interconnect resources for node ip-10-0-2-224.ec2.internal took: 896ns I0702 22:37:13.348458 3306 obj_retry.go:568] Update event received for resource *factory.egressNode, old object is equal to new: false I0702 22:37:13.348466 3306 obj_retry.go:620] Update event received for *factory.egressNode ip-10-0-2-224.ec2.internal I0702 22:37:13.348475 3306 node_tracker.go:172] Node ip-10-0-2-224.ec2.internal switch + router changed, syncing services I0702 22:37:13.348494 3306 services_controller.go:549] Full service sync requested for network=default I0702 22:37:13.348514 3306 services_controller.go:614] Adding service default/openshift for network=default I0702 22:37:13.348531 3306 services_controller.go:614] Adding service openshift-cloud-credential-operator/cco-metrics for network=default I0702 22:37:13.348538 3306 services_controller.go:614] Adding service openshift-multus/network-metrics-service for network=default I0702 22:37:13.348542 3306 services_controller.go:614] Adding service openshift-network-diagnostics/network-check-source for network=default I0702 22:37:13.348551 3306 services_controller.go:356] Processing sync for service default/openshift for network=default I0702 22:37:13.348552 3306 services_controller.go:356] Processing sync for service openshift-cloud-credential-operator/cco-metrics for network=default I0702 22:37:13.348561 3306 services_controller.go:360] Finished syncing service openshift on namespace default for network=default : 11.672µs I0702 22:37:13.348564 3306 services_controller.go:356] Processing sync for service openshift-multus/network-metrics-service for network=default I0702 22:37:13.348578 3306 services_controller.go:614] Adding service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0702 22:37:13.348579 3306 services_controller.go:360] Finished syncing service network-metrics-service on namespace openshift-multus for network=default : 19.874µs I0702 22:37:13.348584 3306 services_controller.go:614] Adding service openshift-ingress-operator/metrics for network=default I0702 22:37:13.348590 3306 services_controller.go:614] Adding service openshift-insights/metrics for network=default I0702 22:37:13.348593 3306 services_controller.go:356] Processing sync for service openshift-network-diagnostics/network-check-source for network=default I0702 22:37:13.348595 3306 services_controller.go:614] Adding service openshift-machine-config-operator/machine-config-daemon for network=default I0702 22:37:13.348598 3306 services_controller.go:360] Finished syncing service network-check-source on namespace openshift-network-diagnostics for network=default : 5.991µs I0702 22:37:13.348600 3306 services_controller.go:614] Adding service openshift-network-console/networking-console-plugin for network=default I0702 22:37:13.348606 3306 services_controller.go:356] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0702 22:37:13.348612 3306 services_controller.go:356] Processing sync for service openshift-ingress-operator/metrics for network=default I0702 22:37:13.348560 3306 services_controller.go:434] Service openshift-cloud-credential-operator/cco-metrics retrieved from lister for network=default: &Service{ObjectMeta:{cco-metrics openshift-cloud-credential-operator ec70ae15-c8de-4bb8-a058-2ff06dbbe55a 1109 0 2026-07-02 22:25:40 +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 f2a75ee6-c8ba-4210-ab75-4e7c9328338a 0xc00783b1cb }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:metrics,Protocol:TCP,Port:8443,TargetPort:{1 0 metrics},NodePort:0,AppProtocol:nil,},},Selector:map[string]string{app: cloud-credential-operator,},ClusterIP:172.30.78.196,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.78.196],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:13.348636 3306 services_controller.go:356] Processing sync for service openshift-insights/metrics for network=default I0702 22:37:13.348661 3306 lb_config.go:1031] Cluster endpoints for openshift-cloud-credential-operator/cco-metrics for network=default are: map[] I0702 22:37:13.348621 3306 services_controller.go:434] Service openshift-ingress-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-ingress-operator 3032ee87-933d-481d-812d-0d963661460b 1448 0 2026-07-02 22:25:48 +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 f2a75ee6-c8ba-4210-ab75-4e7c9328338a 0xc00783bc77 }] [] []},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.29.235,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.29.235],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:13.348614 3306 services_controller.go:434] 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 e93ff878-886f-43b8-8096-ceaae4291868 6454 0 2026-07-02 22:28:57 +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.210.3,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.210.3],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:13.348675 3306 services_controller.go:443] Built service openshift-cloud-credential-operator/cco-metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.78.196"}, 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}} I0702 22:37:13.348690 3306 services_controller.go:444] Built service openshift-cloud-credential-operator/cco-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:13.348697 3306 services_controller.go:445] Built service openshift-cloud-credential-operator/cco-metrics LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:13.348648 3306 services_controller.go:434] Service openshift-insights/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-insights 5210e172-1d6b-4e26-ae10-76af5d7c2537 3090 0 2026-07-02 22:26:04 +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 f2a75ee6-c8ba-4210-ab75-4e7c9328338a 0xc00783bf2b }] [] []},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.63.12,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.63.12],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:13.348702 3306 lb_config.go:1031] Cluster endpoints for openshift-ingress-operator/metrics for network=default are: map[] I0702 22:37:13.348707 3306 lb_config.go:1031] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default are: map[] I0702 22:37:13.348714 3306 services_controller.go:443] Built service openshift-ingress-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.29.235"}, 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}} I0702 22:37:13.348722 3306 lb_config.go:1031] Cluster endpoints for openshift-insights/metrics for network=default are: map[] I0702 22:37:13.348726 3306 services_controller.go:444] Built service openshift-ingress-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:13.348728 3306 services_controller.go:614] Adding service default/kubernetes for network=default I0702 22:37:13.348721 3306 services_controller.go:443] 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.210.3"}, 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}} I0702 22:37:13.348733 3306 services_controller.go:445] Built service openshift-ingress-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:13.348715 3306 services_controller.go:451] Built service openshift-cloud-credential-operator/cco-metrics cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-cloud-credential-operator/cco-metrics_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-cloud-credential-operator/cco-metrics"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.78.196", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:13.348734 3306 services_controller.go:443] Built service openshift-insights/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.63.12"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0702 22:37:13.348742 3306 services_controller.go:444] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:13.348745 3306 services_controller.go:452] Built service openshift-cloud-credential-operator/cco-metrics per-node LB for network=default: []services.LB{} I0702 22:37:13.348750 3306 services_controller.go:444] Built service openshift-insights/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:13.348751 3306 services_controller.go:356] Processing sync for service openshift-machine-config-operator/machine-config-daemon for network=default I0702 22:37:13.348754 3306 services_controller.go:453] Built service openshift-cloud-credential-operator/cco-metrics template LB for network=default: []services.LB{} I0702 22:37:13.348753 3306 services_controller.go:445] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:13.348740 3306 services_controller.go:614] Adding service default/packageserver for network=default I0702 22:37:13.348749 3306 services_controller.go:451] 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.29.235", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:13.348764 3306 services_controller.go:454] 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 I0702 22:37:13.348772 3306 services_controller.go:614] Adding service openshift-authentication-operator/metrics for network=default I0702 22:37:13.348773 3306 services_controller.go:452] Built service openshift-ingress-operator/metrics per-node LB for network=default: []services.LB{} I0702 22:37:13.348779 3306 services_controller.go:614] Adding service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0702 22:37:13.348782 3306 services_controller.go:453] Built service openshift-ingress-operator/metrics template LB for network=default: []services.LB{} I0702 22:37:13.348787 3306 services_controller.go:614] Adding service openshift-dns-operator/metrics for network=default I0702 22:37:13.348786 3306 services_controller.go:471] Skipping no-op change for service openshift-cloud-credential-operator/cco-metrics for network=default I0702 22:37:13.348791 3306 services_controller.go:454] 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 I0702 22:37:13.348793 3306 services_controller.go:614] Adding service openshift-network-operator/metrics for network=default I0702 22:37:13.348794 3306 services_controller.go:360] Finished syncing service cco-metrics on namespace openshift-cloud-credential-operator for network=default : 243.81µs I0702 22:37:13.348802 3306 services_controller.go:614] Adding service openshift-service-ca-operator/metrics for network=default I0702 22:37:13.348808 3306 services_controller.go:356] Processing sync for service openshift-network-console/networking-console-plugin for network=default I0702 22:37:13.348810 3306 services_controller.go:614] Adding service openshift-cluster-machine-approver/machine-approver for network=default I0702 22:37:13.348837 3306 services_controller.go:614] Adding service openshift-cluster-version/cluster-version-operator for network=default I0702 22:37:13.348837 3306 services_controller.go:471] Skipping no-op change for service openshift-ingress-operator/metrics for network=default I0702 22:37:13.348844 3306 services_controller.go:614] Adding service openshift-dns/dns-default for network=default I0702 22:37:13.348847 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-ingress-operator for network=default : 239.317µs I0702 22:37:13.348849 3306 services_controller.go:614] Adding service openshift-image-registry/image-registry for network=default I0702 22:37:13.348857 3306 services_controller.go:356] Processing sync for service default/kubernetes for network=default I0702 22:37:13.348858 3306 services_controller.go:614] Adding service openshift-ingress-canary/ingress-canary for network=default I0702 22:37:13.348864 3306 services_controller.go:614] Adding service openshift-ingress/router-default for network=default I0702 22:37:13.348868 3306 services_controller.go:614] Adding service openshift-kube-storage-version-migrator-operator/metrics for network=default I0702 22:37:13.348874 3306 services_controller.go:614] Adding service default/openshift-oauth-apiserver for network=default I0702 22:37:13.348765 3306 services_controller.go:434] Service openshift-machine-config-operator/machine-config-daemon retrieved from lister for network=default: &Service{ObjectMeta:{machine-config-daemon openshift-machine-config-operator 1927bb78-94c7-477c-bdb6-e82b083533bb 921 0 2026-07-02 22:25:35 +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 f2a75ee6-c8ba-4210-ab75-4e7c9328338a 0xc007ab41d7 }] [] []},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.52.152,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.52.152],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:13.348879 3306 services_controller.go:614] Adding service openshift-apiserver-operator/metrics for network=default I0702 22:37:13.348837 3306 services_controller.go:434] Service openshift-network-console/networking-console-plugin retrieved from lister for network=default: &Service{ObjectMeta:{networking-console-plugin openshift-network-console e92b099a-ee27-4b3b-89b8-5d1686ecf49f 4274 0 2026-07-02 22:26:33 +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 6a0bc3cc-c19e-4e27-8a28-64360d11a5ea 0xc007ab441e 0xc007ab441f}] [] []},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.206.143,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.206.143],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:13.348883 3306 services_controller.go:614] Adding service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0702 22:37:13.348889 3306 services_controller.go:614] Adding service openshift-network-diagnostics/network-check-target for network=default I0702 22:37:13.348893 3306 services_controller.go:614] Adding service openshift-config-operator/metrics for network=default I0702 22:37:13.348863 3306 services_controller.go:434] Service default/kubernetes retrieved from lister for network=default: &Service{ObjectMeta:{kubernetes default ab4edb38-6fb5-41ff-9e01-63c779b454a4 273 0 2026-07-02 22:24:36 +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{},},} I0702 22:37:13.348897 3306 services_controller.go:614] Adding service openshift-ingress/router-internal-default for network=default I0702 22:37:13.348759 3306 services_controller.go:445] Built service openshift-insights/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:13.348904 3306 lb_config.go:1031] Cluster endpoints for openshift-network-console/networking-console-plugin for network=default are: map[] I0702 22:37:13.348903 3306 services_controller.go:614] Adding service openshift-machine-config-operator/machine-config-operator for network=default I0702 22:37:13.348905 3306 lb_config.go:1031] Cluster endpoints for openshift-machine-config-operator/machine-config-daemon for network=default are: map[] I0702 22:37:13.348914 3306 services_controller.go:614] Adding service openshift-monitoring/cluster-monitoring-operator for network=default I0702 22:37:13.348921 3306 services_controller.go:614] Adding service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0702 22:37:13.348916 3306 services_controller.go:443] Built service openshift-network-console/networking-console-plugin LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.206.143"}, 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}} I0702 22:37:13.348919 3306 lb_config.go:1031] Cluster endpoints for default/kubernetes for network=default are: map[TCP/https:{6443 [172.20.0.1] []}] I0702 22:37:13.348927 3306 services_controller.go:614] Adding service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0702 22:37:13.348933 3306 services_controller.go:614] Adding service openshift-kube-controller-manager-operator/metrics for network=default I0702 22:37:13.348934 3306 services_controller.go:443] Built service default/kubernetes LB cluster-wide configs for network=default: []services.lbConfig(nil) I0702 22:37:13.348934 3306 services_controller.go:444] Built service openshift-network-console/networking-console-plugin LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:13.348937 3306 services_controller.go:614] Adding service default/openshift-apiserver for network=default I0702 22:37:13.348930 3306 services_controller.go:443] Built service openshift-machine-config-operator/machine-config-daemon LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.52.152"}, 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.52.152"}, 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}} I0702 22:37:13.348926 3306 services_controller.go:451] 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.63.12", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:13.348945 3306 services_controller.go:445] Built service openshift-network-console/networking-console-plugin LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:13.348943 3306 services_controller.go:614] Adding service openshift-apiserver/check-endpoints for network=default I0702 22:37:13.348940 3306 services_controller.go:444] 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}} I0702 22:37:13.348953 3306 services_controller.go:614] Adding service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0702 22:37:13.348953 3306 services_controller.go:444] Built service openshift-machine-config-operator/machine-config-daemon LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:13.348958 3306 services_controller.go:614] Adding service openshift-cluster-samples-operator/metrics for network=default I0702 22:37:13.348956 3306 services_controller.go:452] Built service openshift-insights/metrics per-node LB for network=default: []services.LB{} I0702 22:37:13.348962 3306 services_controller.go:614] Adding service openshift-console-operator/metrics for network=default I0702 22:37:13.348957 3306 services_controller.go:445] Built service default/kubernetes LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:13.348965 3306 services_controller.go:445] Built service openshift-machine-config-operator/machine-config-daemon LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:13.348966 3306 services_controller.go:614] Adding service openshift-machine-config-operator/machine-config-controller for network=default I0702 22:37:13.348970 3306 services_controller.go:453] Built service openshift-insights/metrics template LB for network=default: []services.LB{} I0702 22:37:13.348973 3306 services_controller.go:614] Adding service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0702 22:37:13.348962 3306 services_controller.go:451] 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.206.143", Port:9443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:13.348979 3306 services_controller.go:451] Built service default/kubernetes cluster-wide LB for network=default: []services.LB{} I0702 22:37:13.348981 3306 services_controller.go:454] 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 I0702 22:37:13.348776 3306 services_controller.go:451] 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.210.3", Port:8383, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:13.348987 3306 services_controller.go:452] Built service openshift-network-console/networking-console-plugin per-node LB for network=default: []services.LB{} I0702 22:37:13.348997 3306 services_controller.go:452] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics per-node LB for network=default: []services.LB{} I0702 22:37:13.349001 3306 services_controller.go:453] Built service openshift-network-console/networking-console-plugin template LB for network=default: []services.LB{} I0702 22:37:13.349003 3306 services_controller.go:471] Skipping no-op change for service openshift-insights/metrics for network=default I0702 22:37:13.348988 3306 services_controller.go:452] 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-0-31.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-0-31.ec2.internal"}, Routers:[]string{"GR_ip-10-0-0-31.ec2.internal"}, Groups:[]string(nil)}} I0702 22:37:13.349006 3306 services_controller.go:453] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics template LB for network=default: []services.LB{} I0702 22:37:13.348986 3306 services_controller.go:451] 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.52.152", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.52.152", Port:8798, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:13.349012 3306 services_controller.go:454] 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 I0702 22:37:13.349014 3306 services_controller.go:453] Built service default/kubernetes template LB for network=default: []services.LB{} I0702 22:37:13.349011 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-insights for network=default : 376.389µs I0702 22:37:13.349016 3306 services_controller.go:454] 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 I0702 22:37:13.349023 3306 services_controller.go:454] 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 I0702 22:37:13.349022 3306 services_controller.go:452] Built service openshift-machine-config-operator/machine-config-daemon per-node LB for network=default: []services.LB{} I0702 22:37:13.349030 3306 services_controller.go:356] Processing sync for service default/packageserver for network=default I0702 22:37:13.349034 3306 services_controller.go:471] Skipping no-op change for service openshift-network-console/networking-console-plugin for network=default I0702 22:37:13.349038 3306 services_controller.go:471] Skipping no-op change for service default/kubernetes for network=default I0702 22:37:13.349038 3306 services_controller.go:453] Built service openshift-machine-config-operator/machine-config-daemon template LB for network=default: []services.LB{} I0702 22:37:13.349041 3306 services_controller.go:360] Finished syncing service networking-console-plugin on namespace openshift-network-console for network=default : 231.903µs I0702 22:37:13.349042 3306 services_controller.go:360] Finished syncing service kubernetes on namespace default for network=default : 185.359µs I0702 22:37:13.349041 3306 services_controller.go:471] Skipping no-op change for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0702 22:37:13.349052 3306 services_controller.go:356] Processing sync for service openshift-authentication-operator/metrics for network=default I0702 22:37:13.349052 3306 services_controller.go:360] Finished syncing service deployment-validation-operator-metrics on namespace openshift-deployment-validation-operator for network=default : 446.034µs I0702 22:37:13.349052 3306 services_controller.go:454] 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 I0702 22:37:13.349057 3306 services_controller.go:356] Processing sync for service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0702 22:37:13.349066 3306 services_controller.go:356] Processing sync for service openshift-dns-operator/metrics for network=default I0702 22:37:13.349083 3306 services_controller.go:471] Skipping no-op change for service openshift-machine-config-operator/machine-config-daemon for network=default I0702 22:37:13.349039 3306 services_controller.go:434] Service default/packageserver retrieved from lister for network=default: &Service{ObjectMeta:{packageserver default 52166ba6-13b1-4f9e-8853-e85259e10dc2 1739 0 2026-07-02 22:25:51 +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.163.92,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.163.92],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:13.349092 3306 services_controller.go:360] Finished syncing service machine-config-daemon on namespace openshift-machine-config-operator for network=default : 341.892µs I0702 22:37:13.349058 3306 services_controller.go:434] Service openshift-authentication-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-authentication-operator 29dbdb69-3933-4538-b127-9bf784e3a943 718 0 2026-07-02 22:25:30 +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 f2a75ee6-c8ba-4210-ab75-4e7c9328338a 0xc00783b137 }] [] []},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.127.187,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.127.187],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:13.349073 3306 services_controller.go:434] Service openshift-dns-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-dns-operator 71913b77-aa4f-4d40-ba75-23fb8bff13c7 1104 0 2026-07-02 22:25:39 +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 f2a75ee6-c8ba-4210-ab75-4e7c9328338a 0xc00783b947 }] [] []},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.150.92,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.150.92],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:13.349108 3306 services_controller.go:356] Processing sync for service openshift-network-operator/metrics for network=default I0702 22:37:13.349109 3306 lb_config.go:1031] Cluster endpoints for openshift-authentication-operator/metrics for network=default are: map[] I0702 22:37:13.349118 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-network-operator for network=default : 10.835µs I0702 22:37:13.349114 3306 lb_config.go:1031] Cluster endpoints for default/packageserver for network=default are: map[TCP/https:{443 [172.30.181.121] []}] I0702 22:37:13.349119 3306 services_controller.go:443] Built service openshift-authentication-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.127.187"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0702 22:37:13.349122 3306 lb_config.go:1031] Cluster endpoints for openshift-dns-operator/metrics for network=default are: map[] I0702 22:37:13.349128 3306 services_controller.go:356] Processing sync for service openshift-service-ca-operator/metrics for network=default I0702 22:37:13.349129 3306 services_controller.go:444] Built service openshift-authentication-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:13.349131 3306 services_controller.go:443] Built service default/packageserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0702 22:37:13.349135 3306 services_controller.go:443] Built service openshift-dns-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.150.92"}, 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}} I0702 22:37:13.349139 3306 services_controller.go:445] Built service openshift-authentication-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:13.349069 3306 services_controller.go:434] 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 e4ecef98-7bbb-4422-b5a1-b29a24bf8e46 941 0 2026-07-02 22:25:36 +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 f2a75ee6-c8ba-4210-ab75-4e7c9328338a 0xc00783b597 }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 8443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{app: csi-snapshot-controller-operator,},ClusterIP:172.30.253.99,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.253.99],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:13.349144 3306 services_controller.go:444] Built service openshift-dns-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:13.349144 3306 services_controller.go:444] Built service default/packageserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.163.92"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.181.121"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0702 22:37:13.349151 3306 services_controller.go:445] Built service openshift-dns-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:13.349159 3306 services_controller.go:445] Built service default/packageserver LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:13.349163 3306 lb_config.go:1031] Cluster endpoints for openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default are: map[] I0702 22:37:13.349155 3306 services_controller.go:451] 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.127.187", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:13.349164 3306 services_controller.go:451] 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.150.92", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:13.349175 3306 services_controller.go:452] Built service openshift-authentication-operator/metrics per-node LB for network=default: []services.LB{} I0702 22:37:13.349175 3306 services_controller.go:443] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.253.99"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0702 22:37:13.349181 3306 services_controller.go:452] Built service openshift-dns-operator/metrics per-node LB for network=default: []services.LB{} I0702 22:37:13.349184 3306 services_controller.go:453] Built service openshift-authentication-operator/metrics template LB for network=default: []services.LB{} I0702 22:37:13.349182 3306 services_controller.go:451] Built service default/packageserver cluster-wide LB for network=default: []services.LB{} I0702 22:37:13.349189 3306 services_controller.go:453] Built service openshift-dns-operator/metrics template LB for network=default: []services.LB{} I0702 22:37:13.349191 3306 services_controller.go:454] 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 I0702 22:37:13.349188 3306 services_controller.go:444] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:13.349140 3306 services_controller.go:434] Service openshift-service-ca-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-service-ca-operator 828b2c52-efe7-4125-8ca1-f7810c935ac9 901 0 2026-07-02 22:25:34 +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 f2a75ee6-c8ba-4210-ab75-4e7c9328338a 0xc007ab4707 }] [] []},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.32.220,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.32.220],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:13.349196 3306 services_controller.go:454] 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 I0702 22:37:13.349202 3306 services_controller.go:445] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:13.349205 3306 services_controller.go:471] Skipping no-op change for service openshift-authentication-operator/metrics for network=default I0702 22:37:13.349209 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-authentication-operator for network=default : 157.012µs I0702 22:37:13.349214 3306 services_controller.go:471] Skipping no-op change for service openshift-dns-operator/metrics for network=default I0702 22:37:13.349195 3306 services_controller.go:452] 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-0-31.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.163.92", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.181.121", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-0-31.ec2.internal"}, Routers:[]string{"GR_ip-10-0-0-31.ec2.internal"}, Groups:[]string(nil)}} I0702 22:37:13.349218 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-dns-operator for network=default : 154.218µs I0702 22:37:13.349222 3306 services_controller.go:356] Processing sync for service openshift-cluster-machine-approver/machine-approver for network=default I0702 22:37:13.349219 3306 lb_config.go:1031] Cluster endpoints for openshift-service-ca-operator/metrics for network=default are: map[] I0702 22:37:13.349226 3306 services_controller.go:356] Processing sync for service openshift-cluster-version/cluster-version-operator for network=default I0702 22:37:13.349228 3306 services_controller.go:360] Finished syncing service machine-approver on namespace openshift-cluster-machine-approver for network=default : 9.951µs I0702 22:37:13.349227 3306 services_controller.go:453] Built service default/packageserver template LB for network=default: []services.LB{} I0702 22:37:13.349219 3306 services_controller.go:451] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.253.99", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:13.349239 3306 services_controller.go:356] Processing sync for service openshift-dns/dns-default for network=default I0702 22:37:13.349235 3306 services_controller.go:443] Built service openshift-service-ca-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.32.220"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0702 22:37:13.349243 3306 services_controller.go:454] 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 I0702 22:37:13.349245 3306 services_controller.go:452] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics per-node LB for network=default: []services.LB{} I0702 22:37:13.349252 3306 services_controller.go:444] Built service openshift-service-ca-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:13.349257 3306 services_controller.go:453] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics template LB for network=default: []services.LB{} I0702 22:37:13.349233 3306 services_controller.go:434] Service openshift-cluster-version/cluster-version-operator retrieved from lister for network=default: &Service{ObjectMeta:{cluster-version-operator openshift-cluster-version 26138a73-648f-4576-9555-a88b2f574032 509 0 2026-07-02 22:25:24 +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.138.55,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.138.55],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:13.349264 3306 services_controller.go:445] Built service openshift-service-ca-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:13.349266 3306 services_controller.go:471] Skipping no-op change for service default/packageserver for network=default I0702 22:37:13.349268 3306 services_controller.go:454] 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 I0702 22:37:13.349272 3306 services_controller.go:360] Finished syncing service packageserver on namespace default for network=default : 241.6µs I0702 22:37:13.349274 3306 lb_config.go:1031] Cluster endpoints for openshift-cluster-version/cluster-version-operator for network=default are: map[] I0702 22:37:13.349246 3306 services_controller.go:434] Service openshift-dns/dns-default retrieved from lister for network=default: &Service{ObjectMeta:{dns-default openshift-dns f6a0133c-8ad5-4487-abca-430aaaf6defd 1585 0 2026-07-02 22:25:49 +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 d8f1ae50-fd45-42e8-9b4c-fe8ed1c4e95b 0xc00783ba07 }] [] []},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{},},} I0702 22:37:13.349283 3306 services_controller.go:356] Processing sync for service openshift-image-registry/image-registry for network=default I0702 22:37:13.349282 3306 services_controller.go:443] Built service openshift-cluster-version/cluster-version-operator LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.138.55"}, 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}} I0702 22:37:13.349290 3306 services_controller.go:471] Skipping no-op change for service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0702 22:37:13.349291 3306 services_controller.go:444] Built service openshift-cluster-version/cluster-version-operator LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:13.349293 3306 lb_config.go:1031] Cluster endpoints for openshift-dns/dns-default for network=default are: map[] I0702 22:37:13.349297 3306 services_controller.go:360] Finished syncing service csi-snapshot-controller-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 240.85µs I0702 22:37:13.349299 3306 services_controller.go:445] Built service openshift-cluster-version/cluster-version-operator LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:13.349306 3306 services_controller.go:443] Built service openshift-dns/dns-default LB cluster-wide configs for network=default: []services.lbConfig(nil) I0702 22:37:13.349284 3306 services_controller.go:451] 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.32.220", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:13.349308 3306 services_controller.go:356] Processing sync for service openshift-ingress-canary/ingress-canary for network=default I0702 22:37:13.349310 3306 services_controller.go:451] 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.138.55", Port:9099, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:13.349320 3306 services_controller.go:452] Built service openshift-service-ca-operator/metrics per-node LB for network=default: []services.LB{} I0702 22:37:13.349316 3306 services_controller.go:444] 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}} I0702 22:37:13.349327 3306 services_controller.go:452] Built service openshift-cluster-version/cluster-version-operator per-node LB for network=default: []services.LB{} I0702 22:37:13.349292 3306 services_controller.go:434] Service openshift-image-registry/image-registry retrieved from lister for network=default: &Service{ObjectMeta:{image-registry openshift-image-registry c8c53687-972c-4f38-86fa-c90bf419e549 1786 0 2026-07-02 22:25:51 +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.75.223,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.75.223],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:13.349333 3306 services_controller.go:445] Built service openshift-dns/dns-default LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:13.349335 3306 services_controller.go:453] Built service openshift-cluster-version/cluster-version-operator template LB for network=default: []services.LB{} I0702 22:37:13.349345 3306 services_controller.go:454] 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 I0702 22:37:13.349353 3306 services_controller.go:453] Built service openshift-service-ca-operator/metrics template LB for network=default: []services.LB{} I0702 22:37:13.349356 3306 services_controller.go:451] Built service openshift-dns/dns-default cluster-wide LB for network=default: []services.LB{} I0702 22:37:13.349353 3306 lb_config.go:1031] Cluster endpoints for openshift-image-registry/image-registry for network=default are: map[] I0702 22:37:13.349359 3306 services_controller.go:471] Skipping no-op change for service openshift-cluster-version/cluster-version-operator for network=default I0702 22:37:13.349365 3306 services_controller.go:360] Finished syncing service cluster-version-operator on namespace openshift-cluster-version for network=default : 139.805µs I0702 22:37:13.349366 3306 services_controller.go:454] 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 I0702 22:37:13.349375 3306 services_controller.go:356] Processing sync for service openshift-ingress/router-default for network=default I0702 22:37:13.349369 3306 services_controller.go:443] Built service openshift-image-registry/image-registry LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.75.223"}, 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}} I0702 22:37:13.349386 3306 services_controller.go:444] Built service openshift-image-registry/image-registry LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:13.349363 3306 services_controller.go:452] 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-0-31.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-0-31.ec2.internal"}, Routers:[]string{"GR_ip-10-0-0-31.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-dns/dns-default_UDP_node_router+switch_ip-10-0-0-31.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-0-31.ec2.internal"}, Routers:[]string{"GR_ip-10-0-0-31.ec2.internal"}, Groups:[]string(nil)}} I0702 22:37:13.349320 3306 services_controller.go:434] Service openshift-ingress-canary/ingress-canary retrieved from lister for network=default: &Service{ObjectMeta:{ingress-canary openshift-ingress-canary a438b3ce-b871-430f-ba45-fca7e2c04840 3248 0 2026-07-02 22:26:09 +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 b7084c2d-1526-4061-966c-ead1fb84c42a 0xc00783bb90 }] [] []},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.235.135,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.235.135],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:13.349399 3306 services_controller.go:471] Skipping no-op change for service openshift-service-ca-operator/metrics for network=default I0702 22:37:13.349401 3306 services_controller.go:453] Built service openshift-dns/dns-default template LB for network=default: []services.LB{} I0702 22:37:13.349406 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-service-ca-operator for network=default : 277.716µs I0702 22:37:13.349408 3306 services_controller.go:454] 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 I0702 22:37:13.349413 3306 lb_config.go:1031] Cluster endpoints for openshift-ingress-canary/ingress-canary for network=default are: map[] I0702 22:37:13.349415 3306 services_controller.go:445] Built service openshift-image-registry/image-registry LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:13.349419 3306 services_controller.go:356] Processing sync for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0702 22:37:13.349381 3306 services_controller.go:434] Service openshift-ingress/router-default retrieved from lister for network=default: &Service{ObjectMeta:{router-default openshift-ingress 0c484d55-70b3-4e26-a227-66c9b2280077 3155 0 2026-07-02 22:26:00 +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=2ra9b3d23jisg1nirlsuo1aqo4gngmda,api.openshift.com/legal-entity-id=2h8L52xc1VHB4xLFE2YyPmAjYjI,api.openshift.com/name=kx-d9aae1c883,cluster-type=rosa-hcp,creation-date=2026-07-02,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 91b70309-50fc-479d-8485-c403f49ef81d 0xc00783bd67 }] [service.kubernetes.io/load-balancer-cleanup] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:http,Protocol:TCP,Port:80,TargetPort:{1 0 http},NodePort:31548,AppProtocol:nil,},ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{1 0 https},NodePort:32746,AppProtocol:nil,},},Selector:map[string]string{ingresscontroller.operator.openshift.io/deployment-ingresscontroller: default,},ClusterIP:172.30.159.230,Type:LoadBalancer,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:Local,HealthCheckNodePort:30574,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.159.230],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:*true,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{LoadBalancerIngress{IP:,Hostname:a0c484d5570b34e26a22766c9b228007-c2911569a02b7b64.elb.us-east-1.amazonaws.com,IPMode:nil,Ports:[]PortStatus{},},},},Conditions:[]Condition{},},} I0702 22:37:13.349428 3306 services_controller.go:471] Skipping no-op change for service openshift-dns/dns-default for network=default I0702 22:37:13.349432 3306 services_controller.go:360] Finished syncing service dns-default on namespace openshift-dns for network=default : 194.129µs I0702 22:37:13.349435 3306 lb_config.go:1031] Cluster endpoints for openshift-ingress/router-default for network=default are: map[] I0702 22:37:13.349428 3306 services_controller.go:443] Built service openshift-ingress-canary/ingress-canary LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.235.135"}, 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.235.135"}, 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}} I0702 22:37:13.349440 3306 services_controller.go:356] Processing sync for service default/openshift-oauth-apiserver for network=default I0702 22:37:13.349442 3306 lb_config.go:1054] Local endpoints for openshift-ingress/router-default for network=default are: map[] I0702 22:37:13.349448 3306 services_controller.go:444] Built service openshift-ingress-canary/ingress-canary LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:13.349433 3306 services_controller.go:451] 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.75.223", Port:5000, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:13.349453 3306 services_controller.go:443] Built service openshift-ingress/router-default LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.159.230"}, 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.159.230"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0702 22:37:13.349458 3306 services_controller.go:445] Built service openshift-ingress-canary/ingress-canary LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:13.349461 3306 services_controller.go:452] Built service openshift-image-registry/image-registry per-node LB for network=default: []services.LB{} I0702 22:37:13.349464 3306 services_controller.go:444] Built service openshift-ingress/router-default LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"node"}, protocol:"TCP", inport:31548, 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:32746, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:true, internalTrafficLocal:false, hasNodePort:true}} I0702 22:37:13.349472 3306 services_controller.go:453] Built service openshift-image-registry/image-registry template LB for network=default: []services.LB{} I0702 22:37:13.349474 3306 services_controller.go:445] Built service openshift-ingress/router-default LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:13.349448 3306 services_controller.go:434] Service default/openshift-oauth-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-oauth-apiserver default c727cef9-6f18-4ab2-b51c-76a9f3eb6eef 1640 0 2026-07-02 22:25:49 +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.4.241,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.4.241],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:13.349429 3306 services_controller.go:434] Service openshift-kube-storage-version-migrator-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-kube-storage-version-migrator-operator ec5eab1a-42a7-419c-b049-97a142f05e45 3100 0 2026-07-02 22:26:04 +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 f2a75ee6-c8ba-4210-ab75-4e7c9328338a 0xc007ab4087 }] [] []},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.62.168,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.62.168],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:13.349483 3306 services_controller.go:454] 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 I0702 22:37:13.349478 3306 services_controller.go:451] 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.235.135", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.235.135", Port:8888, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:13.349496 3306 lb_config.go:1031] Cluster endpoints for default/openshift-oauth-apiserver for network=default are: map[TCP/https:{443 [172.30.36.54] []}] I0702 22:37:13.349501 3306 lb_config.go:1031] Cluster endpoints for openshift-kube-storage-version-migrator-operator/metrics for network=default are: map[] I0702 22:37:13.349505 3306 services_controller.go:471] Skipping no-op change for service openshift-image-registry/image-registry for network=default I0702 22:37:13.349510 3306 services_controller.go:443] Built service default/openshift-oauth-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0702 22:37:13.349510 3306 services_controller.go:452] Built service openshift-ingress-canary/ingress-canary per-node LB for network=default: []services.LB{} I0702 22:37:13.349513 3306 services_controller.go:360] Finished syncing service image-registry on namespace openshift-image-registry for network=default : 230.003µs I0702 22:37:13.349516 3306 services_controller.go:444] Built service default/openshift-oauth-apiserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.4.241"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.36.54"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0702 22:37:13.349517 3306 services_controller.go:443] Built service openshift-kube-storage-version-migrator-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.62.168"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0702 22:37:13.349523 3306 services_controller.go:453] Built service openshift-ingress-canary/ingress-canary template LB for network=default: []services.LB{} I0702 22:37:13.349525 3306 services_controller.go:445] Built service default/openshift-oauth-apiserver LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:13.349530 3306 services_controller.go:356] Processing sync for service openshift-apiserver-operator/metrics for network=default I0702 22:37:13.349532 3306 services_controller.go:444] Built service openshift-kube-storage-version-migrator-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:13.349536 3306 services_controller.go:454] 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 I0702 22:37:13.349540 3306 services_controller.go:451] Built service default/openshift-oauth-apiserver cluster-wide LB for network=default: []services.LB{} I0702 22:37:13.349544 3306 services_controller.go:445] Built service openshift-kube-storage-version-migrator-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:13.349558 3306 services_controller.go:471] Skipping no-op change for service openshift-ingress-canary/ingress-canary for network=default I0702 22:37:13.349550 3306 services_controller.go:452] 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-0-31.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.4.241", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.36.54", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-0-31.ec2.internal"}, Routers:[]string{"GR_ip-10-0-0-31.ec2.internal"}, Groups:[]string(nil)}} I0702 22:37:13.349564 3306 services_controller.go:360] Finished syncing service ingress-canary on namespace openshift-ingress-canary for network=default : 256.429µs I0702 22:37:13.349571 3306 services_controller.go:453] Built service default/openshift-oauth-apiserver template LB for network=default: []services.LB{} I0702 22:37:13.349575 3306 services_controller.go:356] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0702 22:37:13.349578 3306 services_controller.go:454] 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 I0702 22:37:13.349562 3306 services_controller.go:451] 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.62.168", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:13.349538 3306 services_controller.go:434] Service openshift-apiserver-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-apiserver-operator 7f2599c6-19bd-4072-8445-b7a0e80b85c1 1046 0 2026-07-02 22:25:38 +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 f2a75ee6-c8ba-4210-ab75-4e7c9328338a 0xc00783afaf }] [] []},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.210.132,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.210.132],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:13.349592 3306 services_controller.go:471] Skipping no-op change for service default/openshift-oauth-apiserver for network=default I0702 22:37:13.349591 3306 services_controller.go:452] Built service openshift-kube-storage-version-migrator-operator/metrics per-node LB for network=default: []services.LB{} I0702 22:37:13.349497 3306 services_controller.go:451] 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.159.230", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.159.230", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:13.349596 3306 services_controller.go:360] Finished syncing service openshift-oauth-apiserver on namespace default for network=default : 156.277µs I0702 22:37:13.349603 3306 lb_config.go:1031] Cluster endpoints for openshift-apiserver-operator/metrics for network=default are: map[] I0702 22:37:13.349607 3306 services_controller.go:356] Processing sync for service openshift-network-diagnostics/network-check-target for network=default I0702 22:37:13.349606 3306 services_controller.go:453] Built service openshift-kube-storage-version-migrator-operator/metrics template LB for network=default: []services.LB{} I0702 22:37:13.349616 3306 services_controller.go:443] Built service openshift-apiserver-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.210.132"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0702 22:37:13.349621 3306 services_controller.go:454] 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 I0702 22:37:13.349584 3306 services_controller.go:434] 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 6acba11b-8816-4aab-bdd8-a1770841eb6b 6486 0 2026-07-02 22:28:59 +0000 UTC map[olm.managed:true olm.service-spec-hash:8H7arFYfeqTDwtur5ZzpDGCqSKpg30XG9PXH2W] map[] [{operators.coreos.com/v1alpha1 CatalogSource deployment-validation-operator-catalog dc4c1225-d621-4bf5-8ced-4a9ff457d432 0xc00783b80d 0xc00783b80e}] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:grpc,Protocol:TCP,Port:50051,TargetPort:{0 50051 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{olm.catalogSource: deployment-validation-operator-catalog,olm.managed: true,},ClusterIP:172.30.171.254,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.171.254],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:13.349629 3306 services_controller.go:444] Built service openshift-apiserver-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:13.349639 3306 services_controller.go:445] Built service openshift-apiserver-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:13.349613 3306 services_controller.go:434] Service openshift-network-diagnostics/network-check-target retrieved from lister for network=default: &Service{ObjectMeta:{network-check-target openshift-network-diagnostics be555b21-71a5-4b24-a835-13be692a05f3 4156 0 2026-07-02 22:26:30 +0000 UTC map[] map[] [{operator.openshift.io/v1 Network cluster 6a0bc3cc-c19e-4e27-8a28-64360d11a5ea 0xc007ab4517 0xc007ab4518}] [] []},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.191.130,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.191.130],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:13.349648 3306 lb_config.go:1031] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default are: map[] I0702 22:37:13.349607 3306 services_controller.go:452] 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-0-31.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.0.31", Port:31548, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:31548, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.0.31", Port:32746, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:32746, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string(nil), Routers:[]string{"GR_ip-10-0-0-31.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-ingress/router-default_TCP_node_switch_ip-10-0-0-31.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:31548, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.0.31", Port:31548, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:31548, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:31548, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:32746, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.0.31", Port:32746, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:32746, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:32746, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-0-31.ec2.internal"}, Routers:[]string(nil), Groups:[]string(nil)}} I0702 22:37:13.349661 3306 lb_config.go:1031] Cluster endpoints for openshift-network-diagnostics/network-check-target for network=default are: map[] I0702 22:37:13.349663 3306 services_controller.go:453] Built service openshift-ingress/router-default template LB for network=default: []services.LB{} I0702 22:37:13.349662 3306 services_controller.go:443] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.171.254"}, 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}} I0702 22:37:13.349665 3306 services_controller.go:471] Skipping no-op change for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0702 22:37:13.349656 3306 services_controller.go:451] 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.210.132", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:13.349673 3306 services_controller.go:454] 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 I0702 22:37:13.349668 3306 services_controller.go:443] Built service openshift-network-diagnostics/network-check-target LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.191.130"}, 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}} I0702 22:37:13.349677 3306 services_controller.go:444] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:13.349677 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-kube-storage-version-migrator-operator for network=default : 257.65µs I0702 22:37:13.349683 3306 services_controller.go:444] Built service openshift-network-diagnostics/network-check-target LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:13.349684 3306 services_controller.go:452] Built service openshift-apiserver-operator/metrics per-node LB for network=default: []services.LB{} I0702 22:37:13.349687 3306 services_controller.go:445] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:13.349690 3306 services_controller.go:445] Built service openshift-network-diagnostics/network-check-target LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:13.349695 3306 services_controller.go:356] Processing sync for service openshift-config-operator/metrics for network=default I0702 22:37:13.349696 3306 services_controller.go:453] Built service openshift-apiserver-operator/metrics template LB for network=default: []services.LB{} I0702 22:37:13.349702 3306 services_controller.go:471] Skipping no-op change for service openshift-ingress/router-default for network=default I0702 22:37:13.349706 3306 services_controller.go:360] Finished syncing service router-default on namespace openshift-ingress for network=default : 331.37µs I0702 22:37:13.349709 3306 services_controller.go:454] 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 I0702 22:37:13.349715 3306 services_controller.go:356] Processing sync for service openshift-ingress/router-internal-default for network=default I0702 22:37:13.349703 3306 services_controller.go:451] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-deployment-validation-operator/deployment-validation-operator-catalog_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-deployment-validation-operator/deployment-validation-operator-catalog"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.171.254", Port:50051, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:13.349707 3306 services_controller.go:451] 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.191.130", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:13.349730 3306 services_controller.go:452] Built service openshift-network-diagnostics/network-check-target per-node LB for network=default: []services.LB{} I0702 22:37:13.349732 3306 services_controller.go:471] Skipping no-op change for service openshift-apiserver-operator/metrics for network=default I0702 22:37:13.349731 3306 services_controller.go:452] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog per-node LB for network=default: []services.LB{} I0702 22:37:13.349738 3306 services_controller.go:453] Built service openshift-network-diagnostics/network-check-target template LB for network=default: []services.LB{} I0702 22:37:13.349740 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-apiserver-operator for network=default : 210.218µs I0702 22:37:13.349745 3306 services_controller.go:454] 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 I0702 22:37:13.349746 3306 services_controller.go:453] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog template LB for network=default: []services.LB{} I0702 22:37:13.349751 3306 services_controller.go:356] Processing sync for service openshift-machine-config-operator/machine-config-operator for network=default I0702 22:37:13.349705 3306 services_controller.go:434] Service openshift-config-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-config-operator 48a09cbf-a025-4a23-bdf6-525a737c3e79 1746 0 2026-07-02 22:25:51 +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 f2a75ee6-c8ba-4210-ab75-4e7c9328338a 0xc00783b6b7 }] [] []},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.91.173,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.91.173],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:13.349758 3306 services_controller.go:454] 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 I0702 22:37:13.349763 3306 services_controller.go:471] Skipping no-op change for service openshift-network-diagnostics/network-check-target for network=default I0702 22:37:13.349769 3306 services_controller.go:360] Finished syncing service network-check-target on namespace openshift-network-diagnostics for network=default : 161.469µs I0702 22:37:13.349721 3306 services_controller.go:434] Service openshift-ingress/router-internal-default retrieved from lister for network=default: &Service{ObjectMeta:{router-internal-default openshift-ingress 467af302-1cac-4ff2-bfbf-1ff1bf3104be 2825 0 2026-07-02 22:26:00 +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 91b70309-50fc-479d-8485-c403f49ef81d 0xc00783be2e }] [] []},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.140.55,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.140.55],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:13.349777 3306 services_controller.go:356] Processing sync for service openshift-monitoring/cluster-monitoring-operator for network=default I0702 22:37:13.349777 3306 lb_config.go:1031] Cluster endpoints for openshift-config-operator/metrics for network=default are: map[] I0702 22:37:13.349783 3306 services_controller.go:360] Finished syncing service cluster-monitoring-operator on namespace openshift-monitoring for network=default : 5.822µs I0702 22:37:13.349783 3306 services_controller.go:471] Skipping no-op change for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0702 22:37:13.349788 3306 lb_config.go:1031] Cluster endpoints for openshift-ingress/router-internal-default for network=default are: map[] I0702 22:37:13.349792 3306 services_controller.go:356] Processing sync for service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0702 22:37:13.349792 3306 services_controller.go:360] Finished syncing service deployment-validation-operator-catalog on namespace openshift-deployment-validation-operator for network=default : 216.936µs I0702 22:37:13.349791 3306 services_controller.go:443] Built service openshift-config-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.91.173"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0702 22:37:13.349797 3306 services_controller.go:360] Finished syncing service node-tuning-operator on namespace openshift-cluster-node-tuning-operator for network=default : 6.097µs I0702 22:37:13.349761 3306 services_controller.go:434] Service openshift-machine-config-operator/machine-config-operator retrieved from lister for network=default: &Service{ObjectMeta:{machine-config-operator openshift-machine-config-operator fc1b54bd-51c8-480d-85b1-d0ff5eb5630b 806 0 2026-07-02 22:25:32 +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 f2a75ee6-c8ba-4210-ab75-4e7c9328338a 0xc007ab426b }] [] []},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.168.17,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.168.17],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:13.349805 3306 services_controller.go:356] Processing sync for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0702 22:37:13.349798 3306 services_controller.go:443] Built service openshift-ingress/router-internal-default LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.140.55"}, 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.140.55"}, protocol:"TCP", 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.140.55"}, 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}} I0702 22:37:13.349807 3306 services_controller.go:444] Built service openshift-config-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:13.349832 3306 services_controller.go:444] Built service openshift-ingress/router-internal-default LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:13.349839 3306 services_controller.go:445] Built service openshift-config-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:13.349841 3306 services_controller.go:445] Built service openshift-ingress/router-internal-default LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:13.349844 3306 lb_config.go:1031] Cluster endpoints for openshift-machine-config-operator/machine-config-operator for network=default are: map[] I0702 22:37:13.349858 3306 services_controller.go:443] Built service openshift-machine-config-operator/machine-config-operator LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.168.17"}, 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}} I0702 22:37:13.349854 3306 services_controller.go:451] 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.140.55", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.140.55", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.140.55", Port:1936, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:13.349856 3306 services_controller.go:451] 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.91.173", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:13.349874 3306 services_controller.go:452] Built service openshift-ingress/router-internal-default per-node LB for network=default: []services.LB{} I0702 22:37:13.349873 3306 services_controller.go:444] Built service openshift-machine-config-operator/machine-config-operator LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:13.349838 3306 services_controller.go:434] 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 4560b7d5-c678-42f3-8cc3-0737cb1b10f7 1014 0 2026-07-02 22:25:37 +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 f2a75ee6-c8ba-4210-ab75-4e7c9328338a 0xc00783b4e7 }] [] []},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.212.114,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.212.114],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:13.349884 3306 services_controller.go:452] Built service openshift-config-operator/metrics per-node LB for network=default: []services.LB{} I0702 22:37:13.349886 3306 services_controller.go:445] Built service openshift-machine-config-operator/machine-config-operator LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:13.349883 3306 services_controller.go:453] Built service openshift-ingress/router-internal-default template LB for network=default: []services.LB{} I0702 22:37:13.349896 3306 services_controller.go:453] Built service openshift-config-operator/metrics template LB for network=default: []services.LB{} I0702 22:37:13.349807 3306 services_controller.go:356] Processing sync for service openshift-kube-controller-manager-operator/metrics for network=default I0702 22:37:13.349899 3306 services_controller.go:454] 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 I0702 22:37:13.349902 3306 lb_config.go:1031] Cluster endpoints for openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default are: map[] I0702 22:37:13.349909 3306 services_controller.go:454] 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 I0702 22:37:13.349904 3306 services_controller.go:451] 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.168.17", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:13.349926 3306 services_controller.go:471] Skipping no-op change for service openshift-ingress/router-internal-default for network=default I0702 22:37:13.349916 3306 services_controller.go:443] 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.212.114"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0702 22:37:13.349932 3306 services_controller.go:360] Finished syncing service router-internal-default on namespace openshift-ingress for network=default : 216.938µs I0702 22:37:13.349937 3306 services_controller.go:452] Built service openshift-machine-config-operator/machine-config-operator per-node LB for network=default: []services.LB{} I0702 22:37:13.349940 3306 services_controller.go:444] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:13.349942 3306 services_controller.go:356] Processing sync for service default/openshift-apiserver for network=default I0702 22:37:13.349909 3306 services_controller.go:434] Service openshift-kube-controller-manager-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-kube-controller-manager-operator af1b8f60-a9f9-470a-8273-309ecb77b313 819 0 2026-07-02 22:25:33 +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 f2a75ee6-c8ba-4210-ab75-4e7c9328338a 0xc00783bfcf }] [] []},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.169,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.102.169],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:13.349951 3306 services_controller.go:453] Built service openshift-machine-config-operator/machine-config-operator template LB for network=default: []services.LB{} I0702 22:37:13.349952 3306 services_controller.go:445] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:13.349959 3306 lb_config.go:1031] Cluster endpoints for openshift-kube-controller-manager-operator/metrics for network=default are: map[] I0702 22:37:13.349962 3306 services_controller.go:471] Skipping no-op change for service openshift-config-operator/metrics for network=default I0702 22:37:13.349961 3306 services_controller.go:454] 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 I0702 22:37:13.349969 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-config-operator for network=default : 275.221µs I0702 22:37:13.349968 3306 services_controller.go:443] Built service openshift-kube-controller-manager-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.102.169"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0702 22:37:13.349951 3306 services_controller.go:434] Service default/openshift-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-apiserver default 64d75c56-6170-4aa6-bf7a-3ff45e63df58 1598 0 2026-07-02 22:25:49 +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.210.245,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.210.245],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:13.349981 3306 services_controller.go:444] Built service openshift-kube-controller-manager-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:13.349982 3306 services_controller.go:356] Processing sync for service openshift-apiserver/check-endpoints for network=default I0702 22:37:13.349986 3306 services_controller.go:471] Skipping no-op change for service openshift-machine-config-operator/machine-config-operator for network=default I0702 22:37:13.349968 3306 services_controller.go:451] 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.212.114", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:13.349991 3306 services_controller.go:445] Built service openshift-kube-controller-manager-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:13.349993 3306 services_controller.go:360] Finished syncing service machine-config-operator on namespace openshift-machine-config-operator for network=default : 242.083µs I0702 22:37:13.349992 3306 lb_config.go:1031] Cluster endpoints for default/openshift-apiserver for network=default are: map[TCP/https:{443 [172.30.24.132] []}] I0702 22:37:13.349999 3306 services_controller.go:452] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics per-node LB for network=default: []services.LB{} I0702 22:37:13.350005 3306 services_controller.go:443] Built service default/openshift-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0702 22:37:13.350006 3306 services_controller.go:356] Processing sync for service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0702 22:37:13.350011 3306 services_controller.go:453] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics template LB for network=default: []services.LB{} I0702 22:37:13.350004 3306 services_controller.go:451] 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.169", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:13.350011 3306 services_controller.go:444] Built service default/openshift-apiserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.210.245"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.24.132"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0702 22:37:13.350020 3306 services_controller.go:452] Built service openshift-kube-controller-manager-operator/metrics per-node LB for network=default: []services.LB{} I0702 22:37:13.350022 3306 services_controller.go:454] 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 I0702 22:37:13.350021 3306 services_controller.go:445] Built service default/openshift-apiserver LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:13.350027 3306 services_controller.go:453] Built service openshift-kube-controller-manager-operator/metrics template LB for network=default: []services.LB{} I0702 22:37:13.350034 3306 services_controller.go:454] 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 I0702 22:37:13.350039 3306 services_controller.go:451] Built service default/openshift-apiserver cluster-wide LB for network=default: []services.LB{} I0702 22:37:13.350044 3306 services_controller.go:471] Skipping no-op change for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0702 22:37:13.349995 3306 services_controller.go:434] Service openshift-apiserver/check-endpoints retrieved from lister for network=default: &Service{ObjectMeta:{check-endpoints openshift-apiserver 1b98a1bb-2075-4f2e-a51b-02a49b3649cb 1693 0 2026-07-02 22:25:50 +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 f2a75ee6-c8ba-4210-ab75-4e7c9328338a 0xc00783b077 }] [] []},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.175.210,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.175.210],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:13.350049 3306 services_controller.go:471] Skipping no-op change for service openshift-kube-controller-manager-operator/metrics for network=default I0702 22:37:13.350051 3306 services_controller.go:360] Finished syncing service cluster-storage-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 246.308µs I0702 22:37:13.350055 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-kube-controller-manager-operator for network=default : 247.766µs I0702 22:37:13.350045 3306 services_controller.go:452] 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-0-31.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.210.245", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.24.132", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-0-31.ec2.internal"}, Routers:[]string{"GR_ip-10-0-0-31.ec2.internal"}, Groups:[]string(nil)}} I0702 22:37:13.350017 3306 services_controller.go:434] 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 57b8d3e8-be5d-4b86-8dc4-e36570aef4a4 1521 0 2026-07-02 22:25:48 +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 f2a75ee6-c8ba-4210-ab75-4e7c9328338a 0xc00783b3bf }] [] []},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.244.197,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.244.197],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:13.350062 3306 services_controller.go:356] Processing sync for service openshift-cluster-samples-operator/metrics for network=default I0702 22:37:13.350066 3306 services_controller.go:453] Built service default/openshift-apiserver template LB for network=default: []services.LB{} I0702 22:37:13.350069 3306 services_controller.go:356] Processing sync for service openshift-console-operator/metrics for network=default I0702 22:37:13.350070 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-cluster-samples-operator for network=default : 8.804µs I0702 22:37:13.350073 3306 services_controller.go:454] 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 I0702 22:37:13.350069 3306 lb_config.go:1031] Cluster endpoints for openshift-apiserver/check-endpoints for network=default are: map[] I0702 22:37:13.350081 3306 services_controller.go:356] Processing sync for service openshift-machine-config-operator/machine-config-controller for network=default I0702 22:37:13.350080 3306 lb_config.go:1031] Cluster endpoints for openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default are: map[] I0702 22:37:13.350087 3306 services_controller.go:471] Skipping no-op change for service default/openshift-apiserver for network=default I0702 22:37:13.350091 3306 services_controller.go:360] Finished syncing service openshift-apiserver on namespace default for network=default : 149.339µs I0702 22:37:13.350087 3306 services_controller.go:443] Built service openshift-apiserver/check-endpoints LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.175.210"}, 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}} I0702 22:37:13.350099 3306 services_controller.go:356] Processing sync for service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0702 22:37:13.350094 3306 services_controller.go:443] 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.244.197"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0702 22:37:13.350076 3306 services_controller.go:434] Service openshift-console-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-console-operator 3e24f3db-0dc4-4dbd-85f4-162854240be2 1933 0 2026-07-02 22:25:54 +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 f2a75ee6-c8ba-4210-ab75-4e7c9328338a 0xc00783b777 }] [] []},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.121.47,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.121.47],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:13.350104 3306 services_controller.go:360] Finished syncing service ovn-kubernetes-node on namespace openshift-ovn-kubernetes for network=default : 4.727µs I0702 22:37:13.350104 3306 services_controller.go:444] Built service openshift-apiserver/check-endpoints LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:13.350109 3306 services_controller.go:444] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:13.350115 3306 lb_config.go:1031] Cluster endpoints for openshift-console-operator/metrics for network=default are: map[] I0702 22:37:13.350118 3306 services_controller.go:445] Built service openshift-apiserver/check-endpoints LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:13.350121 3306 services_controller.go:445] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:13.350123 3306 services_controller.go:443] Built service openshift-console-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.121.47"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0702 22:37:13.350132 3306 services_controller.go:444] Built service openshift-console-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:13.350089 3306 services_controller.go:434] Service openshift-machine-config-operator/machine-config-controller retrieved from lister for network=default: &Service{ObjectMeta:{machine-config-controller openshift-machine-config-operator c510d9cd-a27b-493e-81b5-1a4e61d48731 881 0 2026-07-02 22:25:34 +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 f2a75ee6-c8ba-4210-ab75-4e7c9328338a 0xc007ab410b }] [] []},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.95.223,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.95.223],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:13.350140 3306 services_controller.go:445] Built service openshift-console-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:13.350136 3306 services_controller.go:451] 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.175.210", Port:17698, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:13.350154 3306 lb_config.go:1031] Cluster endpoints for openshift-machine-config-operator/machine-config-controller for network=default are: map[] I0702 22:37:13.350136 3306 services_controller.go:451] 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.244.197", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:13.350154 3306 services_controller.go:451] 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.121.47", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:13.350164 3306 services_controller.go:452] Built service openshift-apiserver/check-endpoints per-node LB for network=default: []services.LB{} I0702 22:37:13.350168 3306 services_controller.go:452] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service per-node LB for network=default: []services.LB{} I0702 22:37:13.350170 3306 services_controller.go:452] Built service openshift-console-operator/metrics per-node LB for network=default: []services.LB{} I0702 22:37:13.350167 3306 services_controller.go:443] Built service openshift-machine-config-operator/machine-config-controller LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.95.223"}, 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}} I0702 22:37:13.350178 3306 services_controller.go:453] Built service openshift-console-operator/metrics template LB for network=default: []services.LB{} I0702 22:37:13.350179 3306 services_controller.go:453] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service template LB for network=default: []services.LB{} I0702 22:37:13.350182 3306 services_controller.go:444] Built service openshift-machine-config-operator/machine-config-controller LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:13.350187 3306 services_controller.go:454] 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 I0702 22:37:13.350195 3306 services_controller.go:445] Built service openshift-machine-config-operator/machine-config-controller LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:13.350196 3306 services_controller.go:454] 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 I0702 22:37:13.350206 3306 services_controller.go:471] Skipping no-op change for service openshift-console-operator/metrics for network=default I0702 22:37:13.350210 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-console-operator for network=default : 144.531µs I0702 22:37:13.350215 3306 services_controller.go:453] Built service openshift-apiserver/check-endpoints template LB for network=default: []services.LB{} I0702 22:37:13.350221 3306 services_controller.go:471] Skipping no-op change for service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0702 22:37:13.350213 3306 services_controller.go:451] 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.95.223", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:13.350229 3306 services_controller.go:454] 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 I0702 22:37:13.350228 3306 services_controller.go:360] Finished syncing service performance-addon-operator-service on namespace openshift-cluster-node-tuning-operator for network=default : 222.256µs I0702 22:37:13.350237 3306 services_controller.go:452] Built service openshift-machine-config-operator/machine-config-controller per-node LB for network=default: []services.LB{} I0702 22:37:13.350248 3306 services_controller.go:453] Built service openshift-machine-config-operator/machine-config-controller template LB for network=default: []services.LB{} I0702 22:37:13.350254 3306 services_controller.go:471] Skipping no-op change for service openshift-apiserver/check-endpoints for network=default I0702 22:37:13.350258 3306 services_controller.go:454] 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 I0702 22:37:13.350260 3306 services_controller.go:360] Finished syncing service check-endpoints on namespace openshift-apiserver for network=default : 277.635µs I0702 22:37:13.350271 3306 services_controller.go:471] Skipping no-op change for service openshift-machine-config-operator/machine-config-controller for network=default I0702 22:37:13.350279 3306 services_controller.go:360] Finished syncing service machine-config-controller on namespace openshift-machine-config-operator for network=default : 199.101µs I0702 22:37:13.486515 3306 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0702 22:37:13.486589 3306 default_network_controller.go:747] Recording update event on pod openshift-ovn-kubernetes/ovnkube-node-wn8j5 I0702 22:37:13.486610 3306 obj_retry.go:620] Update event received for *v1.Pod openshift-ovn-kubernetes/ovnkube-node-wn8j5 I0702 22:37:13.486641 3306 ovn.go:138] Ensuring zone remote for Pod openshift-ovn-kubernetes/ovnkube-node-wn8j5 in node ip-10-0-2-224.ec2.internal I0702 22:37:13.486653 3306 default_network_controller.go:776] Recording success event on pod openshift-ovn-kubernetes/ovnkube-node-wn8j5 I0702 22:37:13.486666 3306 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0702 22:37:13.486680 3306 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-ovn-kubernetes/ovnkube-node-wn8j5 I0702 22:37:13.519873 3306 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0702 22:37:13.519897 3306 default_network_controller.go:747] Recording update event on pod openshift-ovn-kubernetes/ovnkube-node-wn8j5 I0702 22:37:13.519910 3306 obj_retry.go:620] Update event received for *v1.Pod openshift-ovn-kubernetes/ovnkube-node-wn8j5 I0702 22:37:13.519924 3306 ovn.go:138] Ensuring zone remote for Pod openshift-ovn-kubernetes/ovnkube-node-wn8j5 in node ip-10-0-2-224.ec2.internal I0702 22:37:13.519932 3306 default_network_controller.go:776] Recording success event on pod openshift-ovn-kubernetes/ovnkube-node-wn8j5 I0702 22:37:13.519939 3306 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0702 22:37:13.519946 3306 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-ovn-kubernetes/ovnkube-node-wn8j5 I0702 22:37:13.588938 3306 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-1-191.ec2.internal, subnet 10.130.0.0/23 I0702 22:37:13.588965 3306 ovs.go:159] Exec(86): /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" I0702 22:37:13.594752 3306 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0702 22:37:13.594839 3306 default_network_controller.go:747] Recording update event on pod openshift-multus/network-metrics-daemon-kj85t I0702 22:37:13.594881 3306 obj_retry.go:620] Update event received for *v1.Pod openshift-multus/network-metrics-daemon-kj85t I0702 22:37:13.594892 3306 admin_network_policy_controller.go:532] Updating Pod in Admin Network Policy controller openshift-multus/network-metrics-daemon-kj85t: podLabels app=network-metrics-daemon,component=network,controller-revision-hash=8d675bf88,openshift.io/component=network,pod-template-generation=1,type=infra, podIPs: [10.130.0.3], PodStatus: false, PodCompleted?: false I0702 22:37:13.594919 3306 ovn.go:138] Ensuring zone remote for Pod openshift-multus/network-metrics-daemon-kj85t in node ip-10-0-1-191.ec2.internal I0702 22:37:13.594932 3306 admin_network_policy_pod.go:56] Processing sync for Pod openshift-multus/network-metrics-daemon-kj85t in Admin Network Policy controller I0702 22:37:13.594949 3306 admin_network_policy_pod.go:59] Finished syncing Pod openshift-multus/network-metrics-daemon-kj85t Admin Network Policy controller: took 16.872µs I0702 22:37:13.595035 3306 address_set.go:575] (u1983129810/default-network-controller:Namespace:openshift-multus:v4/a13687770890520536676) adding Addresses ([10.130.0.3]) to address set I0702 22:37:13.595080 3306 model_client.go:398] 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 == {ef499fe6-e3a2-4565-a6bf-dfcf74b301d1}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:13.595116 3306 transact.go:42] 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 == {ef499fe6-e3a2-4565-a6bf-dfcf74b301d1}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:13.595126 3306 admin_network_policy_controller.go:532] Updating Pod in Admin Network Policy controller openshift-network-diagnostics/network-check-target-m7jsk: podLabels app=network-check-target,controller-revision-hash=5f8ccf7c87,kubernetes.io/os=linux,pod-template-generation=1, podIPs: [10.130.0.4], PodStatus: false, PodCompleted?: false I0702 22:37:13.595143 3306 admin_network_policy_pod.go:56] Processing sync for Pod openshift-network-diagnostics/network-check-target-m7jsk in Admin Network Policy controller I0702 22:37:13.595152 3306 admin_network_policy_pod.go:59] Finished syncing Pod openshift-network-diagnostics/network-check-target-m7jsk Admin Network Policy controller: took 9.013µs I0702 22:37:13.595103 3306 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0702 22:37:13.595208 3306 default_network_controller.go:747] Recording update event on pod openshift-network-diagnostics/network-check-target-m7jsk I0702 22:37:13.595223 3306 obj_retry.go:620] Update event received for *v1.Pod openshift-network-diagnostics/network-check-target-m7jsk I0702 22:37:13.595235 3306 ovn.go:138] Ensuring zone remote for Pod openshift-network-diagnostics/network-check-target-m7jsk in node ip-10-0-1-191.ec2.internal I0702 22:37:13.595301 3306 address_set.go:575] (u1983129854/default-network-controller:Namespace:openshift-network-diagnostics:v4/a1966919964212966539) adding Addresses ([10.130.0.4]) to address set I0702 22:37:13.595327 3306 model_client.go:398] 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 == {64495526-b56e-4db4-89b5-0f41da75ce58}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:13.595355 3306 transact.go:42] 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 == {64495526-b56e-4db4-89b5-0f41da75ce58}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:13.595642 3306 default_network_controller.go:776] Recording success event on pod openshift-network-diagnostics/network-check-target-m7jsk I0702 22:37:13.595659 3306 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0702 22:37:13.595670 3306 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-network-diagnostics/network-check-target-m7jsk I0702 22:37:13.595698 3306 default_network_controller.go:776] Recording success event on pod openshift-multus/network-metrics-daemon-kj85t I0702 22:37:13.595709 3306 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0702 22:37:13.595719 3306 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-multus/network-metrics-daemon-kj85t I0702 22:37:13.598767 3306 ovs.go:162] Exec(86): stdout: "c8947dc9-e953-49a4-b53a-5df9e51c638b\n" I0702 22:37:13.598782 3306 ovs.go:163] Exec(86): stderr: "" I0702 22:37:13.598793 3306 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 - c8947dc9-e953-49a4-b53a-5df9e51c638b : stderr - : err I0702 22:37:13.598841 3306 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-2-224.ec2.internal, subnet 10.129.0.0/23 I0702 22:37:13.598861 3306 ovs.go:159] Exec(87): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns _uuid find logical_flow match="reg7 == 0 && ip4.dst == 10.129.0.0/23" I0702 22:37:13.607769 3306 ovs.go:162] Exec(87): stdout: "ed48d48e-7125-45a0-a4b8-092fc7d7cf43\n" I0702 22:37:13.607784 3306 ovs.go:163] Exec(87): stderr: "" I0702 22:37:13.607794 3306 default_node_network_controller.go:766] Upgrade Hack: checkOVNSBNodeLRSR for node - 10.129.0.0/23 : match match="reg7 == 0 && ip4.dst == 10.129.0.0/23" : stdout - ed48d48e-7125-45a0-a4b8-092fc7d7cf43 : stderr - : err I0702 22:37:13.607803 3306 default_node_network_controller.go:1110] Upgrade Hack: Syncing nodes took 11.522791366s I0702 22:37:13.607834 3306 ovs.go:159] Exec(88): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns name find Load_Balancer I0702 22:37:13.612241 3306 ovs.go:162] Exec(88): stdout: "Service_openshift-deployment-validation-operator/deployment-validation-operator-metrics_TCP_cluster\n\nService_openshift-ingress/router-default_TCP_node_router_ip-10-0-0-31.ec2.internal\n\nService_openshift-dns-operator/metrics_TCP_cluster\n\nService_openshift-ingress/router-internal-default_TCP_cluster\n\nService_openshift-cloud-credential-operator/cco-metrics_TCP_cluster\n\nService_openshift-deployment-validation-operator/deployment-validation-operator-catalog_TCP_cluster\n\nService_openshift-network-console/networking-console-plugin_TCP_cluster\n\nService_default/kubernetes_TCP_node_router+switch_ip-10-0-0-31.ec2.internal\n\nService_default/openshift-apiserver_TCP_node_router+switch_ip-10-0-0-31.ec2.internal\n\nService_openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics_TCP_cluster\n\nService_openshift-console-operator/metrics_TCP_cluster\n\nService_openshift-ingress/router-default_TCP_node_switch_ip-10-0-0-31.ec2.internal\n\nService_default/openshift-oauth-apiserver_TCP_node_router+switch_ip-10-0-0-31.ec2.internal\n\nService_openshift-ingress-operator/metrics_TCP_cluster\n\nService_openshift-machine-config-operator/machine-config-daemon_TCP_cluster\n\nService_openshift-cluster-node-tuning-operator/performance-addon-operator-service_TCP_cluster\n\nService_openshift-network-diagnostics/network-check-target_TCP_cluster\n\nService_openshift-kube-controller-manager-operator/metrics_TCP_cluster\n\nService_default/packageserver_TCP_node_router+switch_ip-10-0-0-31.ec2.internal\n\nService_openshift-authentication-operator/metrics_TCP_cluster\n\nService_openshift-dns/dns-default_TCP_node_router+switch_ip-10-0-0-31.ec2.internal\n\nService_openshift-ingress/router-default_TCP_cluster\n\nService_openshift-cluster-storage-operator/cluster-storage-operator-metrics_TCP_cluster\n\nService_openshift-image-registry/image-registry_TCP_cluster\n\nService_openshift-dns/dns-default_UDP_node_router+switch_ip-10-0-0-31.ec2.internal\n\nService_openshift-machine-config-operator/machine-config-controller_TCP_cluster\n\nService_openshift-insights/metrics_TCP_cluster\n\nService_openshift-apiserver/check-endpoints_TCP_cluster\n\nService_openshift-machine-config-operator/machine-config-operator_TCP_cluster\n\nService_openshift-config-operator/metrics_TCP_cluster\n\nService_openshift-ingress-canary/ingress-canary_TCP_cluster\n\nService_openshift-cluster-version/cluster-version-operator_TCP_cluster\n\nService_openshift-kube-storage-version-migrator-operator/metrics_TCP_cluster\n\nService_openshift-service-ca-operator/metrics_TCP_cluster\n\nService_openshift-apiserver-operator/metrics_TCP_cluster\n" I0702 22:37:13.612281 3306 ovs.go:163] Exec(88): stderr: "" I0702 22:37:13.612292 3306 default_node_network_controller.go:779] Upgrade Hack: fetchLBNames: stdout - Service_openshift-deployment-validation-operator/deployment-validation-operator-metrics_TCP_cluster Service_openshift-ingress/router-default_TCP_node_router_ip-10-0-0-31.ec2.internal Service_openshift-dns-operator/metrics_TCP_cluster Service_openshift-ingress/router-internal-default_TCP_cluster Service_openshift-cloud-credential-operator/cco-metrics_TCP_cluster Service_openshift-deployment-validation-operator/deployment-validation-operator-catalog_TCP_cluster Service_openshift-network-console/networking-console-plugin_TCP_cluster Service_default/kubernetes_TCP_node_router+switch_ip-10-0-0-31.ec2.internal Service_default/openshift-apiserver_TCP_node_router+switch_ip-10-0-0-31.ec2.internal Service_openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics_TCP_cluster Service_openshift-console-operator/metrics_TCP_cluster Service_openshift-ingress/router-default_TCP_node_switch_ip-10-0-0-31.ec2.internal Service_default/openshift-oauth-apiserver_TCP_node_router+switch_ip-10-0-0-31.ec2.internal Service_openshift-ingress-operator/metrics_TCP_cluster Service_openshift-machine-config-operator/machine-config-daemon_TCP_cluster Service_openshift-cluster-node-tuning-operator/performance-addon-operator-service_TCP_cluster Service_openshift-network-diagnostics/network-check-target_TCP_cluster Service_openshift-kube-controller-manager-operator/metrics_TCP_cluster Service_default/packageserver_TCP_node_router+switch_ip-10-0-0-31.ec2.internal Service_openshift-authentication-operator/metrics_TCP_cluster Service_openshift-dns/dns-default_TCP_node_router+switch_ip-10-0-0-31.ec2.internal Service_openshift-ingress/router-default_TCP_cluster Service_openshift-cluster-storage-operator/cluster-storage-operator-metrics_TCP_cluster Service_openshift-image-registry/image-registry_TCP_cluster Service_openshift-dns/dns-default_UDP_node_router+switch_ip-10-0-0-31.ec2.internal Service_openshift-machine-config-operator/machine-config-controller_TCP_cluster Service_openshift-insights/metrics_TCP_cluster Service_openshift-apiserver/check-endpoints_TCP_cluster Service_openshift-machine-config-operator/machine-config-operator_TCP_cluster Service_openshift-config-operator/metrics_TCP_cluster Service_openshift-ingress-canary/ingress-canary_TCP_cluster Service_openshift-cluster-version/cluster-version-operator_TCP_cluster Service_openshift-kube-storage-version-migrator-operator/metrics_TCP_cluster Service_openshift-service-ca-operator/metrics_TCP_cluster Service_openshift-apiserver-operator/metrics_TCP_cluster : stderr - : err I0702 22:37:13.612303 3306 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-config-operator/metrics/Service_openshift-config-operator/metrics : match - true I0702 22:37:13.612311 3306 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-ingress/router-internal-default/Service_openshift-ingress/router-internal-default : match - true I0702 22:37:13.612317 3306 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 I0702 22:37:13.612323 3306 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 I0702 22:37:13.612329 3306 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 I0702 22:37:13.612335 3306 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - default/openshift-apiserver/Service_default/openshift-apiserver : match - true I0702 22:37:13.612340 3306 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-apiserver/check-endpoints/Service_openshift-apiserver/check-endpoints : match - true I0702 22:37:13.612345 3306 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 I0702 22:37:13.612350 3306 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-console-operator/metrics/Service_openshift-console-operator/metrics : match - true I0702 22:37:13.612357 3306 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 I0702 22:37:13.612362 3306 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 I0702 22:37:13.612369 3306 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 I0702 22:37:13.612374 3306 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-ingress-operator/metrics/Service_openshift-ingress-operator/metrics : match - true I0702 22:37:13.612381 3306 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-insights/metrics/Service_openshift-insights/metrics : match - true I0702 22:37:13.612386 3306 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 I0702 22:37:13.612391 3306 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 I0702 22:37:13.612397 3306 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-service-ca-operator/metrics/Service_openshift-service-ca-operator/metrics : match - true I0702 22:37:13.612404 3306 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - default/kubernetes/Service_default/kubernetes : match - true I0702 22:37:13.612409 3306 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - default/packageserver/Service_default/packageserver : match - true I0702 22:37:13.612414 3306 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-authentication-operator/metrics/Service_openshift-authentication-operator/metrics : match - true I0702 22:37:13.612419 3306 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 I0702 22:37:13.612424 3306 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-dns-operator/metrics/Service_openshift-dns-operator/metrics : match - true I0702 22:37:13.612431 3306 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 I0702 22:37:13.612437 3306 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 I0702 22:37:13.612443 3306 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-dns/dns-default/Service_openshift-dns/dns-default : match - true I0702 22:37:13.612448 3306 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-image-registry/image-registry/Service_openshift-image-registry/image-registry : match - true I0702 22:37:13.612454 3306 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-ingress-canary/ingress-canary/Service_openshift-ingress-canary/ingress-canary : match - true I0702 22:37:13.612459 3306 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-ingress/router-default/Service_openshift-ingress/router-default : match - true I0702 22:37:13.612464 3306 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - default/openshift-oauth-apiserver/Service_default/openshift-oauth-apiserver : match - true I0702 22:37:13.612470 3306 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-apiserver-operator/metrics/Service_openshift-apiserver-operator/metrics : match - true I0702 22:37:13.612475 3306 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 I0702 22:37:13.612486 3306 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 I0702 22:37:13.612496 3306 default_node_network_controller.go:1130] Upgrade Hack: Syncing services took 11.527481684s I0702 22:37:13.612521 3306 ovs.go:159] Exec(89): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns _uuid find Port_Binding logical_port=openshift-multus_network-metrics-daemon-tgbnw I0702 22:37:13.616621 3306 ovs.go:162] Exec(89): stdout: "1f9fe514-0853-4d55-be5d-2d11943f8d6f\n" I0702 22:37:13.616634 3306 ovs.go:163] Exec(89): stderr: "" I0702 22:37:13.616642 3306 default_node_network_controller.go:796] Upgrade Hack: portExists for pod - openshift-multus/network-metrics-daemon-tgbnw : stdout - 1f9fe514-0853-4d55-be5d-2d11943f8d6f : stderr - I0702 22:37:13.616654 3306 ovs.go:159] Exec(90): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns _uuid find Port_Binding logical_port=openshift-network-diagnostics_network-check-target-fwzzc I0702 22:37:13.620805 3306 ovs.go:162] Exec(90): stdout: "f9b7cdcf-b847-441e-9a9b-03a5e5b3be42\n" I0702 22:37:13.620833 3306 ovs.go:163] Exec(90): stderr: "" I0702 22:37:13.620840 3306 default_node_network_controller.go:796] Upgrade Hack: portExists for pod - openshift-network-diagnostics/network-check-target-fwzzc : stdout - f9b7cdcf-b847-441e-9a9b-03a5e5b3be42 : stderr - I0702 22:37:13.620848 3306 default_node_network_controller.go:1151] Upgrade Hack: Syncing pods took 11.5358351s I0702 22:37:13.620867 3306 kube.go:130] Setting annotations map[k8s.ovn.org/remote-zone-migrated:ip-10-0-0-31.ec2.internal] on node ip-10-0-0-31.ec2.internal I0702 22:37:13.645548 3306 default_node_network_controller.go:1165] ovnkube-node ip-10-0-0-31.ec2.internal finished annotating node with remote-zone-migrated; took: 11.560533474s I0702 22:37:13.645590 3306 config.go:1669] Exec: /usr/bin/ovs-vsctl --timeout=15 set Open_vSwitch . external_ids:ovn-remote="unix:/var/run/ovn/ovnsb_db.sock" I0702 22:37:13.646294 3306 node_tracker.go:211] Processing possible switch / router updates for node ip-10-0-0-31.ec2.internal I0702 22:37:13.646295 3306 obj_retry.go:568] Update event received for resource *v1.Node, old object is equal to new: false I0702 22:37:13.646319 3306 obj_retry.go:620] Update event received for *v1.Node ip-10-0-0-31.ec2.internal E0702 22:37:13.646359 3306 ovn.go:423] Failed to unmarshal old node ip-10-0-0-31.ec2.internal annotation: unexpected end of JSON input I0702 22:37:13.646411 3306 master.go:495] Adding or Updating Node "ip-10-0-0-31.ec2.internal" I0702 22:37:13.646424 3306 hybrid.go:141] Removing node ip-10-0-0-31.ec2.internal hybrid overlay port I0702 22:37:13.646367 3306 node_tracker.go:172] Node ip-10-0-0-31.ec2.internal switch + router changed, syncing services I0702 22:37:13.646496 3306 services_controller.go:549] Full service sync requested for network=default I0702 22:37:13.646515 3306 services_controller.go:614] Adding service default/openshift for network=default I0702 22:37:13.646530 3306 services_controller.go:614] Adding service openshift-cloud-credential-operator/cco-metrics for network=default I0702 22:37:13.646539 3306 services_controller.go:614] Adding service openshift-multus/network-metrics-service for network=default I0702 22:37:13.646546 3306 services_controller.go:614] Adding service openshift-network-diagnostics/network-check-source for network=default I0702 22:37:13.646556 3306 services_controller.go:356] Processing sync for service openshift-cloud-credential-operator/cco-metrics for network=default I0702 22:37:13.646560 3306 services_controller.go:356] Processing sync for service default/openshift for network=default I0702 22:37:13.646565 3306 services_controller.go:356] Processing sync for service openshift-multus/network-metrics-service for network=default I0702 22:37:13.646577 3306 services_controller.go:360] Finished syncing service network-metrics-service on namespace openshift-multus for network=default : 15.913µs I0702 22:37:13.646594 3306 services_controller.go:356] Processing sync for service openshift-network-diagnostics/network-check-source for network=default I0702 22:37:13.646594 3306 services_controller.go:614] Adding service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0702 22:37:13.646599 3306 services_controller.go:360] Finished syncing service network-check-source on namespace openshift-network-diagnostics for network=default : 6.732µs I0702 22:37:13.646605 3306 services_controller.go:356] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0702 22:37:13.646578 3306 services_controller.go:360] Finished syncing service openshift on namespace default for network=default : 22.537µs I0702 22:37:13.646563 3306 services_controller.go:434] Service openshift-cloud-credential-operator/cco-metrics retrieved from lister for network=default: &Service{ObjectMeta:{cco-metrics openshift-cloud-credential-operator ec70ae15-c8de-4bb8-a058-2ff06dbbe55a 1109 0 2026-07-02 22:25:40 +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 f2a75ee6-c8ba-4210-ab75-4e7c9328338a 0xc00783b1cb }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:metrics,Protocol:TCP,Port:8443,TargetPort:{1 0 metrics},NodePort:0,AppProtocol:nil,},},Selector:map[string]string{app: cloud-credential-operator,},ClusterIP:172.30.78.196,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.78.196],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:13.646663 3306 lb_config.go:1031] Cluster endpoints for openshift-cloud-credential-operator/cco-metrics for network=default are: map[] I0702 22:37:13.646677 3306 services_controller.go:443] Built service openshift-cloud-credential-operator/cco-metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.78.196"}, 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}} I0702 22:37:13.646688 3306 obj_retry.go:568] Update event received for resource *factory.egressNode, old object is equal to new: false I0702 22:37:13.646698 3306 services_controller.go:444] Built service openshift-cloud-credential-operator/cco-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:13.646706 3306 services_controller.go:445] Built service openshift-cloud-credential-operator/cco-metrics LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:13.646705 3306 obj_retry.go:620] Update event received for *factory.egressNode ip-10-0-0-31.ec2.internal I0702 22:37:13.646719 3306 services_controller.go:451] Built service openshift-cloud-credential-operator/cco-metrics cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-cloud-credential-operator/cco-metrics_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-cloud-credential-operator/cco-metrics"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.78.196", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:13.646605 3306 services_controller.go:614] Adding service openshift-ingress-operator/metrics for network=default I0702 22:37:13.646745 3306 services_controller.go:452] Built service openshift-cloud-credential-operator/cco-metrics per-node LB for network=default: []services.LB{} I0702 22:37:13.646751 3306 egressip.go:1976] Egress node: ip-10-0-0-31.ec2.internal about to be initialized I0702 22:37:13.646754 3306 services_controller.go:453] Built service openshift-cloud-credential-operator/cco-metrics template LB for network=default: []services.LB{} I0702 22:37:13.646616 3306 services_controller.go:434] 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 e93ff878-886f-43b8-8096-ceaae4291868 6454 0 2026-07-02 22:28:57 +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.210.3,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.210.3],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:13.646762 3306 services_controller.go:614] Adding service openshift-insights/metrics for network=default I0702 22:37:13.646764 3306 services_controller.go:454] 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 I0702 22:37:13.646771 3306 services_controller.go:614] Adding service openshift-machine-config-operator/machine-config-daemon for network=default I0702 22:37:13.646778 3306 services_controller.go:614] Adding service openshift-network-console/networking-console-plugin for network=default I0702 22:37:13.646783 3306 services_controller.go:614] Adding service default/kubernetes for network=default I0702 22:37:13.646784 3306 services_controller.go:471] Skipping no-op change for service openshift-cloud-credential-operator/cco-metrics for network=default I0702 22:37:13.646791 3306 services_controller.go:360] Finished syncing service cco-metrics on namespace openshift-cloud-credential-operator for network=default : 236.323µs I0702 22:37:13.646797 3306 services_controller.go:356] Processing sync for service openshift-insights/metrics for network=default I0702 22:37:13.646798 3306 lb_config.go:1031] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default are: map[] I0702 22:37:13.646792 3306 services_controller.go:356] Processing sync for service openshift-ingress-operator/metrics for network=default I0702 22:37:13.646833 3306 services_controller.go:443] 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.210.3"}, 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}} I0702 22:37:13.646809 3306 services_controller.go:434] Service openshift-ingress-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-ingress-operator 3032ee87-933d-481d-812d-0d963661460b 1448 0 2026-07-02 22:25:48 +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 f2a75ee6-c8ba-4210-ab75-4e7c9328338a 0xc00783bc77 }] [] []},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.29.235,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.29.235],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:13.646872 3306 services_controller.go:444] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:13.646804 3306 services_controller.go:434] Service openshift-insights/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-insights 5210e172-1d6b-4e26-ae10-76af5d7c2537 3090 0 2026-07-02 22:26:04 +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 f2a75ee6-c8ba-4210-ab75-4e7c9328338a 0xc00783bf2b }] [] []},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.63.12,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.63.12],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:13.646885 3306 services_controller.go:445] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:13.646892 3306 lb_config.go:1031] Cluster endpoints for openshift-ingress-operator/metrics for network=default are: map[] I0702 22:37:13.646879 3306 model_client.go:382] Update operations generated as: [{Op:update Table:Logical_Router_Static_Route Row:map[ip_prefix:10.128.0.0/14 nexthop:100.64.0.2 policy:{GoSet:[src-ip]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {30831608-d2b1-4f00-ad74-595744cec13d}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:13.646901 3306 lb_config.go:1031] Cluster endpoints for openshift-insights/metrics for network=default are: map[] I0702 22:37:13.646906 3306 services_controller.go:443] Built service openshift-ingress-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.29.235"}, 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}} I0702 22:37:13.646911 3306 services_controller.go:443] Built service openshift-insights/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.63.12"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0702 22:37:13.646921 3306 services_controller.go:444] Built service openshift-ingress-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:13.646923 3306 services_controller.go:444] Built service openshift-insights/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:13.646905 3306 services_controller.go:451] 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.210.3", Port:8383, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:13.646933 3306 services_controller.go:445] Built service openshift-ingress-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:13.646932 3306 services_controller.go:445] Built service openshift-insights/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:13.646928 3306 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:30831608-d2b1-4f00-ad74-595744cec13d}]}}] Timeout: Where:[where column _uuid == {75656b24-b078-48c3-9105-f7d2df67dfd5}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:13.646802 3306 services_controller.go:356] Processing sync for service openshift-machine-config-operator/machine-config-daemon for network=default I0702 22:37:13.646943 3306 services_controller.go:452] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics per-node LB for network=default: []services.LB{} I0702 22:37:13.646968 3306 services_controller.go:453] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics template LB for network=default: []services.LB{} I0702 22:37:13.646953 3306 services_controller.go:451] 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.29.235", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:13.646947 3306 transact.go:42] Configuring OVN: [{Op:update Table:Logical_Router_Static_Route Row:map[ip_prefix:10.128.0.0/14 nexthop:100.64.0.2 policy:{GoSet:[src-ip]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {30831608-d2b1-4f00-ad74-595744cec13d}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:30831608-d2b1-4f00-ad74-595744cec13d}]}}] Timeout: Where:[where column _uuid == {75656b24-b078-48c3-9105-f7d2df67dfd5}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 22:37:13.646983 3306 services_controller.go:454] 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 I0702 22:37:13.646985 3306 services_controller.go:452] Built service openshift-ingress-operator/metrics per-node LB for network=default: []services.LB{} I0702 22:37:13.646846 3306 services_controller.go:356] Processing sync for service openshift-network-console/networking-console-plugin for network=default I0702 22:37:13.647000 3306 services_controller.go:453] Built service openshift-ingress-operator/metrics template LB for network=default: []services.LB{} I0702 22:37:13.646956 3306 services_controller.go:434] Service openshift-machine-config-operator/machine-config-daemon retrieved from lister for network=default: &Service{ObjectMeta:{machine-config-daemon openshift-machine-config-operator 1927bb78-94c7-477c-bdb6-e82b083533bb 921 0 2026-07-02 22:25:35 +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 f2a75ee6-c8ba-4210-ab75-4e7c9328338a 0xc007ab41d7 }] [] []},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.52.152,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.52.152],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:13.647010 3306 services_controller.go:471] Skipping no-op change for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0702 22:37:13.647013 3306 services_controller.go:454] 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 I0702 22:37:13.647018 3306 services_controller.go:360] Finished syncing service deployment-validation-operator-metrics on namespace openshift-deployment-validation-operator for network=default : 411.096µs I0702 22:37:13.647035 3306 services_controller.go:356] Processing sync for service default/kubernetes for network=default I0702 22:37:13.647033 3306 lb_config.go:1031] Cluster endpoints for openshift-machine-config-operator/machine-config-daemon for network=default are: map[] I0702 22:37:13.647040 3306 services_controller.go:471] Skipping no-op change for service openshift-ingress-operator/metrics for network=default I0702 22:37:13.647049 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-ingress-operator for network=default : 254.391µs I0702 22:37:13.646786 3306 services_controller.go:614] Adding service default/packageserver for network=default I0702 22:37:13.647053 3306 services_controller.go:443] Built service openshift-machine-config-operator/machine-config-daemon LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.52.152"}, 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.52.152"}, 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}} I0702 22:37:13.647074 3306 services_controller.go:444] Built service openshift-machine-config-operator/machine-config-daemon LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:13.647084 3306 services_controller.go:445] Built service openshift-machine-config-operator/machine-config-daemon LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:13.647083 3306 services_controller.go:356] Processing sync for service default/packageserver for network=default I0702 22:37:13.647044 3306 services_controller.go:434] Service default/kubernetes retrieved from lister for network=default: &Service{ObjectMeta:{kubernetes default ab4edb38-6fb5-41ff-9e01-63c779b454a4 273 0 2026-07-02 22:24:36 +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{},},} I0702 22:37:13.647009 3306 services_controller.go:434] Service openshift-network-console/networking-console-plugin retrieved from lister for network=default: &Service{ObjectMeta:{networking-console-plugin openshift-network-console e92b099a-ee27-4b3b-89b8-5d1686ecf49f 4274 0 2026-07-02 22:26:33 +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 6a0bc3cc-c19e-4e27-8a28-64360d11a5ea 0xc007ab441e 0xc007ab441f}] [] []},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.206.143,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.206.143],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:13.647101 3306 services_controller.go:451] 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.52.152", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.52.152", Port:8798, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:13.647125 3306 lb_config.go:1031] Cluster endpoints for openshift-network-console/networking-console-plugin for network=default are: map[] I0702 22:37:13.647122 3306 lb_config.go:1031] Cluster endpoints for default/kubernetes for network=default are: map[TCP/https:{6443 [172.20.0.1] []}] I0702 22:37:13.646953 3306 services_controller.go:451] 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.63.12", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:13.647075 3306 services_controller.go:614] Adding service openshift-authentication-operator/metrics for network=default I0702 22:37:13.647095 3306 services_controller.go:434] Service default/packageserver retrieved from lister for network=default: &Service{ObjectMeta:{packageserver default 52166ba6-13b1-4f9e-8853-e85259e10dc2 1739 0 2026-07-02 22:25:51 +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.163.92,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.163.92],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:13.647139 3306 services_controller.go:443] Built service openshift-network-console/networking-console-plugin LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.206.143"}, 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}} I0702 22:37:13.647143 3306 services_controller.go:443] Built service default/kubernetes LB cluster-wide configs for network=default: []services.lbConfig(nil) I0702 22:37:13.647150 3306 services_controller.go:614] Adding service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0702 22:37:13.647154 3306 services_controller.go:444] Built service openshift-network-console/networking-console-plugin LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:13.647158 3306 services_controller.go:614] Adding service openshift-dns-operator/metrics for network=default I0702 22:37:13.647156 3306 services_controller.go:444] 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}} I0702 22:37:13.647165 3306 services_controller.go:614] Adding service openshift-network-operator/metrics for network=default I0702 22:37:13.647165 3306 services_controller.go:445] Built service openshift-network-console/networking-console-plugin LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:13.647171 3306 services_controller.go:445] Built service default/kubernetes LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:13.647171 3306 lb_config.go:1031] Cluster endpoints for default/packageserver for network=default are: map[TCP/https:{443 [172.30.181.121] []}] I0702 22:37:13.647186 3306 services_controller.go:443] Built service default/packageserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0702 22:37:13.647183 3306 services_controller.go:451] 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.206.143", Port:9443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:13.647149 3306 services_controller.go:452] Built service openshift-insights/metrics per-node LB for network=default: []services.LB{} I0702 22:37:13.647203 3306 services_controller.go:452] Built service openshift-network-console/networking-console-plugin per-node LB for network=default: []services.LB{} I0702 22:37:13.647200 3306 services_controller.go:444] Built service default/packageserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.163.92"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.181.121"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0702 22:37:13.647209 3306 services_controller.go:453] Built service openshift-insights/metrics template LB for network=default: []services.LB{} I0702 22:37:13.647214 3306 services_controller.go:453] Built service openshift-network-console/networking-console-plugin template LB for network=default: []services.LB{} I0702 22:37:13.647215 3306 services_controller.go:445] Built service default/packageserver LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:13.647220 3306 services_controller.go:454] 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 I0702 22:37:13.647222 3306 services_controller.go:454] 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 I0702 22:37:13.647238 3306 services_controller.go:451] Built service default/packageserver cluster-wide LB for network=default: []services.LB{} I0702 22:37:13.647172 3306 services_controller.go:614] Adding service openshift-service-ca-operator/metrics for network=default I0702 22:37:13.647243 3306 services_controller.go:471] Skipping no-op change for service openshift-insights/metrics for network=default I0702 22:37:13.647254 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-insights for network=default : 455.556µs I0702 22:37:13.647257 3306 services_controller.go:614] Adding service openshift-cluster-machine-approver/machine-approver for network=default I0702 22:37:13.647267 3306 services_controller.go:356] Processing sync for service openshift-authentication-operator/metrics for network=default I0702 22:37:13.647271 3306 services_controller.go:614] Adding service openshift-cluster-version/cluster-version-operator for network=default I0702 22:37:13.647251 3306 services_controller.go:452] 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-0-31.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.163.92", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.181.121", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-0-31.ec2.internal"}, Routers:[]string{"GR_ip-10-0-0-31.ec2.internal"}, Groups:[]string(nil)}} I0702 22:37:13.647286 3306 services_controller.go:453] Built service default/packageserver template LB for network=default: []services.LB{} I0702 22:37:13.647278 3306 services_controller.go:614] Adding service openshift-dns/dns-default for network=default I0702 22:37:13.647298 3306 services_controller.go:614] Adding service openshift-image-registry/image-registry for network=default I0702 22:37:13.647298 3306 services_controller.go:454] 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 I0702 22:37:13.647306 3306 services_controller.go:614] Adding service openshift-ingress-canary/ingress-canary for network=default I0702 22:37:13.647313 3306 services_controller.go:614] Adding service openshift-ingress/router-default for network=default I0702 22:37:13.647195 3306 services_controller.go:451] Built service default/kubernetes cluster-wide LB for network=default: []services.LB{} I0702 22:37:13.647321 3306 services_controller.go:614] Adding service openshift-kube-storage-version-migrator-operator/metrics for network=default I0702 22:37:13.647322 3306 services_controller.go:471] Skipping no-op change for service default/packageserver for network=default I0702 22:37:13.647276 3306 services_controller.go:434] Service openshift-authentication-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-authentication-operator 29dbdb69-3933-4538-b127-9bf784e3a943 718 0 2026-07-02 22:25:30 +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 f2a75ee6-c8ba-4210-ab75-4e7c9328338a 0xc00783b137 }] [] []},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.127.187,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.127.187],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:13.647328 3306 services_controller.go:614] Adding service default/openshift-oauth-apiserver for network=default I0702 22:37:13.647330 3306 services_controller.go:360] Finished syncing service packageserver on namespace default for network=default : 246.394µs I0702 22:37:13.647324 3306 services_controller.go:452] 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-0-31.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-0-31.ec2.internal"}, Routers:[]string{"GR_ip-10-0-0-31.ec2.internal"}, Groups:[]string(nil)}} I0702 22:37:13.647336 3306 services_controller.go:614] Adding service openshift-apiserver-operator/metrics for network=default I0702 22:37:13.647343 3306 services_controller.go:453] Built service default/kubernetes template LB for network=default: []services.LB{} I0702 22:37:13.647344 3306 services_controller.go:356] Processing sync for service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0702 22:37:13.647346 3306 lb_config.go:1031] Cluster endpoints for openshift-authentication-operator/metrics for network=default are: map[] I0702 22:37:13.647350 3306 services_controller.go:454] 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 I0702 22:37:13.647349 3306 services_controller.go:614] Adding service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0702 22:37:13.647360 3306 services_controller.go:614] Adding service openshift-network-diagnostics/network-check-target for network=default I0702 22:37:13.647360 3306 services_controller.go:443] Built service openshift-authentication-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.127.187"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0702 22:37:13.647367 3306 services_controller.go:614] Adding service openshift-config-operator/metrics for network=default I0702 22:37:13.647373 3306 services_controller.go:471] Skipping no-op change for service default/kubernetes for network=default I0702 22:37:13.647374 3306 services_controller.go:444] Built service openshift-authentication-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:13.647373 3306 services_controller.go:614] Adding service openshift-ingress/router-internal-default for network=default I0702 22:37:13.647380 3306 services_controller.go:360] Finished syncing service kubernetes on namespace default for network=default : 345.277µs I0702 22:37:13.647384 3306 services_controller.go:445] Built service openshift-authentication-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:13.647389 3306 services_controller.go:614] Adding service openshift-machine-config-operator/machine-config-operator for network=default I0702 22:37:13.647394 3306 services_controller.go:356] Processing sync for service openshift-dns-operator/metrics for network=default I0702 22:37:13.647397 3306 services_controller.go:614] Adding service openshift-monitoring/cluster-monitoring-operator for network=default I0702 22:37:13.647355 3306 services_controller.go:434] 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 e4ecef98-7bbb-4422-b5a1-b29a24bf8e46 941 0 2026-07-02 22:25:36 +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 f2a75ee6-c8ba-4210-ab75-4e7c9328338a 0xc00783b597 }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 8443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{app: csi-snapshot-controller-operator,},ClusterIP:172.30.253.99,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.253.99],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:13.647405 3306 services_controller.go:614] Adding service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0702 22:37:13.647413 3306 services_controller.go:614] Adding service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0702 22:37:13.647136 3306 services_controller.go:452] Built service openshift-machine-config-operator/machine-config-daemon per-node LB for network=default: []services.LB{} I0702 22:37:13.647420 3306 services_controller.go:614] Adding service openshift-kube-controller-manager-operator/metrics for network=default I0702 22:37:13.647401 3306 services_controller.go:451] 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.127.187", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:13.647433 3306 services_controller.go:614] Adding service default/openshift-apiserver for network=default I0702 22:37:13.647433 3306 lb_config.go:1031] Cluster endpoints for openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default are: map[] I0702 22:37:13.647437 3306 services_controller.go:453] Built service openshift-machine-config-operator/machine-config-daemon template LB for network=default: []services.LB{} I0702 22:37:13.647440 3306 services_controller.go:614] Adding service openshift-apiserver/check-endpoints for network=default I0702 22:37:13.647246 3306 services_controller.go:471] Skipping no-op change for service openshift-network-console/networking-console-plugin for network=default I0702 22:37:13.647450 3306 services_controller.go:614] Adding service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0702 22:37:13.647451 3306 services_controller.go:360] Finished syncing service networking-console-plugin on namespace openshift-network-console for network=default : 605.012µs I0702 22:37:13.647447 3306 services_controller.go:443] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.253.99"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0702 22:37:13.647458 3306 services_controller.go:614] Adding service openshift-cluster-samples-operator/metrics for network=default I0702 22:37:13.647401 3306 services_controller.go:434] Service openshift-dns-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-dns-operator 71913b77-aa4f-4d40-ba75-23fb8bff13c7 1104 0 2026-07-02 22:25:39 +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 f2a75ee6-c8ba-4210-ab75-4e7c9328338a 0xc00783b947 }] [] []},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.150.92,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.150.92],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:13.647441 3306 services_controller.go:452] Built service openshift-authentication-operator/metrics per-node LB for network=default: []services.LB{} I0702 22:37:13.647465 3306 services_controller.go:356] Processing sync for service openshift-network-operator/metrics for network=default I0702 22:37:13.647465 3306 services_controller.go:444] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:13.647452 3306 services_controller.go:454] 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 I0702 22:37:13.647474 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-network-operator for network=default : 9.166µs I0702 22:37:13.647475 3306 services_controller.go:453] Built service openshift-authentication-operator/metrics template LB for network=default: []services.LB{} I0702 22:37:13.647478 3306 lb_config.go:1031] Cluster endpoints for openshift-dns-operator/metrics for network=default are: map[] I0702 22:37:13.647476 3306 services_controller.go:445] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:13.647483 3306 services_controller.go:356] Processing sync for service openshift-service-ca-operator/metrics for network=default I0702 22:37:13.647488 3306 services_controller.go:454] 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 I0702 22:37:13.647487 3306 services_controller.go:443] Built service openshift-dns-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.150.92"}, 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}} I0702 22:37:13.647493 3306 services_controller.go:471] Skipping no-op change for service openshift-machine-config-operator/machine-config-daemon for network=default I0702 22:37:13.647498 3306 services_controller.go:444] Built service openshift-dns-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:13.647501 3306 services_controller.go:360] Finished syncing service machine-config-daemon on namespace openshift-machine-config-operator for network=default : 697.531µs I0702 22:37:13.647508 3306 services_controller.go:445] Built service openshift-dns-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:13.647515 3306 services_controller.go:356] Processing sync for service openshift-cluster-machine-approver/machine-approver for network=default I0702 22:37:13.647498 3306 services_controller.go:451] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.253.99", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:13.647516 3306 services_controller.go:471] Skipping no-op change for service openshift-authentication-operator/metrics for network=default I0702 22:37:13.647523 3306 services_controller.go:360] Finished syncing service machine-approver on namespace openshift-cluster-machine-approver for network=default : 8.44µs I0702 22:37:13.647527 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-authentication-operator for network=default : 260.242µs I0702 22:37:13.647528 3306 services_controller.go:452] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics per-node LB for network=default: []services.LB{} I0702 22:37:13.647533 3306 services_controller.go:356] Processing sync for service openshift-cluster-version/cluster-version-operator for network=default I0702 22:37:13.647525 3306 services_controller.go:451] 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.150.92", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:13.647541 3306 services_controller.go:453] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics template LB for network=default: []services.LB{} I0702 22:37:13.647542 3306 services_controller.go:452] Built service openshift-dns-operator/metrics per-node LB for network=default: []services.LB{} I0702 22:37:13.647542 3306 services_controller.go:356] Processing sync for service openshift-dns/dns-default for network=default I0702 22:37:13.647551 3306 services_controller.go:453] Built service openshift-dns-operator/metrics template LB for network=default: []services.LB{} I0702 22:37:13.647551 3306 services_controller.go:454] 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 I0702 22:37:13.647558 3306 services_controller.go:454] 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 I0702 22:37:13.647558 3306 services_controller.go:614] Adding service openshift-console-operator/metrics for network=default I0702 22:37:13.647569 3306 services_controller.go:614] Adding service openshift-machine-config-operator/machine-config-controller for network=default I0702 22:37:13.647573 3306 services_controller.go:471] Skipping no-op change for service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0702 22:37:13.647577 3306 services_controller.go:471] Skipping no-op change for service openshift-dns-operator/metrics for network=default I0702 22:37:13.647580 3306 services_controller.go:614] Adding service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0702 22:37:13.647580 3306 services_controller.go:360] Finished syncing service csi-snapshot-controller-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 235.651µs I0702 22:37:13.647583 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-dns-operator for network=default : 189.328µs I0702 22:37:13.647541 3306 services_controller.go:434] Service openshift-cluster-version/cluster-version-operator retrieved from lister for network=default: &Service{ObjectMeta:{cluster-version-operator openshift-cluster-version 26138a73-648f-4576-9555-a88b2f574032 509 0 2026-07-02 22:25:24 +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.138.55,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.138.55],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:13.647593 3306 services_controller.go:356] Processing sync for service openshift-image-registry/image-registry for network=default I0702 22:37:13.647597 3306 services_controller.go:356] Processing sync for service openshift-ingress-canary/ingress-canary for network=default I0702 22:37:13.647612 3306 lb_config.go:1031] Cluster endpoints for openshift-cluster-version/cluster-version-operator for network=default are: map[] I0702 22:37:13.647556 3306 services_controller.go:434] Service openshift-dns/dns-default retrieved from lister for network=default: &Service{ObjectMeta:{dns-default openshift-dns f6a0133c-8ad5-4487-abca-430aaaf6defd 1585 0 2026-07-02 22:25:49 +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 d8f1ae50-fd45-42e8-9b4c-fe8ed1c4e95b 0xc00783ba07 }] [] []},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{},},} I0702 22:37:13.647631 3306 services_controller.go:443] Built service openshift-cluster-version/cluster-version-operator LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.138.55"}, 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}} I0702 22:37:13.647603 3306 services_controller.go:434] Service openshift-ingress-canary/ingress-canary retrieved from lister for network=default: &Service{ObjectMeta:{ingress-canary openshift-ingress-canary a438b3ce-b871-430f-ba45-fca7e2c04840 3248 0 2026-07-02 22:26:09 +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 b7084c2d-1526-4061-966c-ead1fb84c42a 0xc00783bb90 }] [] []},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.235.135,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.235.135],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:13.647645 3306 services_controller.go:444] Built service openshift-cluster-version/cluster-version-operator LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:13.647647 3306 lb_config.go:1031] Cluster endpoints for openshift-dns/dns-default for network=default are: map[] I0702 22:37:13.647602 3306 services_controller.go:434] Service openshift-image-registry/image-registry retrieved from lister for network=default: &Service{ObjectMeta:{image-registry openshift-image-registry c8c53687-972c-4f38-86fa-c90bf419e549 1786 0 2026-07-02 22:25:51 +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.75.223,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.75.223],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:13.647492 3306 services_controller.go:434] Service openshift-service-ca-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-service-ca-operator 828b2c52-efe7-4125-8ca1-f7810c935ac9 901 0 2026-07-02 22:25:34 +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 f2a75ee6-c8ba-4210-ab75-4e7c9328338a 0xc007ab4707 }] [] []},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.32.220,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.32.220],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:13.647654 3306 services_controller.go:445] Built service openshift-cluster-version/cluster-version-operator LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:13.647659 3306 lb_config.go:1031] Cluster endpoints for openshift-ingress-canary/ingress-canary for network=default are: map[] I0702 22:37:13.647670 3306 lb_config.go:1031] Cluster endpoints for openshift-image-registry/image-registry for network=default are: map[] I0702 22:37:13.647676 3306 lb_config.go:1031] Cluster endpoints for openshift-service-ca-operator/metrics for network=default are: map[] I0702 22:37:13.647672 3306 services_controller.go:443] Built service openshift-ingress-canary/ingress-canary LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.235.135"}, 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.235.135"}, 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}} I0702 22:37:13.647683 3306 services_controller.go:443] Built service openshift-dns/dns-default LB cluster-wide configs for network=default: []services.lbConfig(nil) I0702 22:37:13.647683 3306 services_controller.go:443] Built service openshift-image-registry/image-registry LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.75.223"}, 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}} I0702 22:37:13.647675 3306 services_controller.go:451] 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.138.55", Port:9099, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:13.647689 3306 services_controller.go:443] Built service openshift-service-ca-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.32.220"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0702 22:37:13.647690 3306 services_controller.go:444] Built service openshift-ingress-canary/ingress-canary LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:13.647697 3306 services_controller.go:444] Built service openshift-image-registry/image-registry LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:13.647703 3306 services_controller.go:444] Built service openshift-service-ca-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:13.647707 3306 services_controller.go:445] Built service openshift-image-registry/image-registry LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:13.647705 3306 services_controller.go:445] Built service openshift-ingress-canary/ingress-canary LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:13.647702 3306 services_controller.go:452] Built service openshift-cluster-version/cluster-version-operator per-node LB for network=default: []services.LB{} I0702 22:37:13.647694 3306 services_controller.go:444] 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}} I0702 22:37:13.647712 3306 services_controller.go:445] Built service openshift-service-ca-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:13.647722 3306 services_controller.go:453] Built service openshift-cluster-version/cluster-version-operator template LB for network=default: []services.LB{} I0702 22:37:13.647724 3306 services_controller.go:445] Built service openshift-dns/dns-default LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:13.647733 3306 services_controller.go:454] 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 I0702 22:37:13.647722 3306 services_controller.go:451] 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.75.223", Port:5000, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:13.647724 3306 services_controller.go:451] 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.235.135", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.235.135", Port:8888, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:13.647731 3306 services_controller.go:451] 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.32.220", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:13.647748 3306 services_controller.go:452] Built service openshift-image-registry/image-registry per-node LB for network=default: []services.LB{} I0702 22:37:13.647755 3306 services_controller.go:471] Skipping no-op change for service openshift-cluster-version/cluster-version-operator for network=default I0702 22:37:13.647756 3306 services_controller.go:452] Built service openshift-ingress-canary/ingress-canary per-node LB for network=default: []services.LB{} I0702 22:37:13.647758 3306 services_controller.go:452] Built service openshift-service-ca-operator/metrics per-node LB for network=default: []services.LB{} I0702 22:37:13.647761 3306 services_controller.go:360] Finished syncing service cluster-version-operator on namespace openshift-cluster-version for network=default : 229.103µs I0702 22:37:13.647763 3306 services_controller.go:453] Built service openshift-image-registry/image-registry template LB for network=default: []services.LB{} I0702 22:37:13.647763 3306 services_controller.go:451] Built service openshift-dns/dns-default cluster-wide LB for network=default: []services.LB{} I0702 22:37:13.647770 3306 services_controller.go:453] Built service openshift-service-ca-operator/metrics template LB for network=default: []services.LB{} I0702 22:37:13.647768 3306 services_controller.go:453] Built service openshift-ingress-canary/ingress-canary template LB for network=default: []services.LB{} I0702 22:37:13.647773 3306 services_controller.go:356] Processing sync for service openshift-ingress/router-default for network=default I0702 22:37:13.647775 3306 services_controller.go:454] 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 I0702 22:37:13.647781 3306 services_controller.go:454] 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 I0702 22:37:13.647783 3306 services_controller.go:454] 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 I0702 22:37:13.647795 3306 services_controller.go:471] Skipping no-op change for service openshift-image-registry/image-registry for network=default I0702 22:37:13.647801 3306 services_controller.go:360] Finished syncing service image-registry on namespace openshift-image-registry for network=default : 208.214µs I0702 22:37:13.647805 3306 services_controller.go:471] Skipping no-op change for service openshift-service-ca-operator/metrics for network=default I0702 22:37:13.647805 3306 services_controller.go:471] Skipping no-op change for service openshift-ingress-canary/ingress-canary for network=default I0702 22:37:13.647811 3306 services_controller.go:356] Processing sync for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0702 22:37:13.647832 3306 services_controller.go:360] Finished syncing service ingress-canary on namespace openshift-ingress-canary for network=default : 214.844µs I0702 22:37:13.647811 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-service-ca-operator for network=default : 327.786µs I0702 22:37:13.647778 3306 services_controller.go:452] 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-0-31.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-0-31.ec2.internal"}, Routers:[]string{"GR_ip-10-0-0-31.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-dns/dns-default_UDP_node_router+switch_ip-10-0-0-31.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-0-31.ec2.internal"}, Routers:[]string{"GR_ip-10-0-0-31.ec2.internal"}, Groups:[]string(nil)}} I0702 22:37:13.647844 3306 services_controller.go:356] Processing sync for service default/openshift-oauth-apiserver for network=default I0702 22:37:13.647848 3306 services_controller.go:356] Processing sync for service openshift-apiserver-operator/metrics for network=default I0702 22:37:13.647851 3306 services_controller.go:453] Built service openshift-dns/dns-default template LB for network=default: []services.LB{} I0702 22:37:13.647783 3306 services_controller.go:434] Service openshift-ingress/router-default retrieved from lister for network=default: &Service{ObjectMeta:{router-default openshift-ingress 0c484d55-70b3-4e26-a227-66c9b2280077 3155 0 2026-07-02 22:26:00 +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=2ra9b3d23jisg1nirlsuo1aqo4gngmda,api.openshift.com/legal-entity-id=2h8L52xc1VHB4xLFE2YyPmAjYjI,api.openshift.com/name=kx-d9aae1c883,cluster-type=rosa-hcp,creation-date=2026-07-02,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 91b70309-50fc-479d-8485-c403f49ef81d 0xc00783bd67 }] [service.kubernetes.io/load-balancer-cleanup] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:http,Protocol:TCP,Port:80,TargetPort:{1 0 http},NodePort:31548,AppProtocol:nil,},ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{1 0 https},NodePort:32746,AppProtocol:nil,},},Selector:map[string]string{ingresscontroller.operator.openshift.io/deployment-ingresscontroller: default,},ClusterIP:172.30.159.230,Type:LoadBalancer,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:Local,HealthCheckNodePort:30574,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.159.230],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:*true,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{LoadBalancerIngress{IP:,Hostname:a0c484d5570b34e26a22766c9b228007-c2911569a02b7b64.elb.us-east-1.amazonaws.com,IPMode:nil,Ports:[]PortStatus{},},},},Conditions:[]Condition{},},} I0702 22:37:13.647865 3306 services_controller.go:454] 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 I0702 22:37:13.647839 3306 services_controller.go:434] Service openshift-kube-storage-version-migrator-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-kube-storage-version-migrator-operator ec5eab1a-42a7-419c-b049-97a142f05e45 3100 0 2026-07-02 22:26:04 +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 f2a75ee6-c8ba-4210-ab75-4e7c9328338a 0xc007ab4087 }] [] []},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.62.168,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.62.168],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:13.647883 3306 lb_config.go:1031] Cluster endpoints for openshift-ingress/router-default for network=default are: map[] I0702 22:37:13.647854 3306 services_controller.go:434] Service default/openshift-oauth-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-oauth-apiserver default c727cef9-6f18-4ab2-b51c-76a9f3eb6eef 1640 0 2026-07-02 22:25:49 +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.4.241,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.4.241],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:13.647892 3306 lb_config.go:1054] Local endpoints for openshift-ingress/router-default for network=default are: map[] I0702 22:37:13.647895 3306 lb_config.go:1031] Cluster endpoints for openshift-kube-storage-version-migrator-operator/metrics for network=default are: map[] I0702 22:37:13.647897 3306 services_controller.go:471] Skipping no-op change for service openshift-dns/dns-default for network=default I0702 22:37:13.647856 3306 services_controller.go:434] Service openshift-apiserver-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-apiserver-operator 7f2599c6-19bd-4072-8445-b7a0e80b85c1 1046 0 2026-07-02 22:25:38 +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 f2a75ee6-c8ba-4210-ab75-4e7c9328338a 0xc00783afaf }] [] []},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.210.132,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.210.132],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:13.647906 3306 services_controller.go:360] Finished syncing service dns-default on namespace openshift-dns for network=default : 364.655µs I0702 22:37:13.647908 3306 services_controller.go:443] Built service openshift-kube-storage-version-migrator-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.62.168"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0702 22:37:13.647908 3306 services_controller.go:443] Built service openshift-ingress/router-default LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.159.230"}, 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.159.230"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0702 22:37:13.647916 3306 lb_config.go:1031] Cluster endpoints for default/openshift-oauth-apiserver for network=default are: map[TCP/https:{443 [172.30.36.54] []}] I0702 22:37:13.647921 3306 lb_config.go:1031] Cluster endpoints for openshift-apiserver-operator/metrics for network=default are: map[] I0702 22:37:13.647921 3306 services_controller.go:356] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0702 22:37:13.647923 3306 services_controller.go:444] Built service openshift-kube-storage-version-migrator-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:13.647932 3306 services_controller.go:443] Built service default/openshift-oauth-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0702 22:37:13.647926 3306 services_controller.go:444] Built service openshift-ingress/router-default LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"node"}, protocol:"TCP", inport:31548, 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:32746, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:true, internalTrafficLocal:false, hasNodePort:true}} I0702 22:37:13.647936 3306 services_controller.go:445] Built service openshift-kube-storage-version-migrator-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:13.647934 3306 services_controller.go:443] Built service openshift-apiserver-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.210.132"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0702 22:37:13.647944 3306 services_controller.go:445] Built service openshift-ingress/router-default LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:13.647941 3306 services_controller.go:444] Built service default/openshift-oauth-apiserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.4.241"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.36.54"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0702 22:37:13.647948 3306 services_controller.go:444] Built service openshift-apiserver-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:13.647958 3306 services_controller.go:445] Built service default/openshift-oauth-apiserver LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:13.647959 3306 services_controller.go:445] Built service openshift-apiserver-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:13.647954 3306 services_controller.go:451] 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.62.168", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:13.647979 3306 services_controller.go:451] Built service default/openshift-oauth-apiserver cluster-wide LB for network=default: []services.LB{} I0702 22:37:13.647982 3306 services_controller.go:452] Built service openshift-kube-storage-version-migrator-operator/metrics per-node LB for network=default: []services.LB{} I0702 22:37:13.647935 3306 services_controller.go:434] 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 6acba11b-8816-4aab-bdd8-a1770841eb6b 6486 0 2026-07-02 22:28:59 +0000 UTC map[olm.managed:true olm.service-spec-hash:8H7arFYfeqTDwtur5ZzpDGCqSKpg30XG9PXH2W] map[] [{operators.coreos.com/v1alpha1 CatalogSource deployment-validation-operator-catalog dc4c1225-d621-4bf5-8ced-4a9ff457d432 0xc00783b80d 0xc00783b80e}] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:grpc,Protocol:TCP,Port:50051,TargetPort:{0 50051 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{olm.catalogSource: deployment-validation-operator-catalog,olm.managed: true,},ClusterIP:172.30.171.254,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.171.254],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:13.647977 3306 services_controller.go:451] 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.210.132", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:13.647995 3306 services_controller.go:453] Built service openshift-kube-storage-version-migrator-operator/metrics template LB for network=default: []services.LB{} I0702 22:37:13.647981 3306 services_controller.go:451] 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.159.230", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.159.230", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:13.648005 3306 services_controller.go:452] Built service openshift-apiserver-operator/metrics per-node LB for network=default: []services.LB{} I0702 22:37:13.648008 3306 services_controller.go:454] 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 I0702 22:37:13.647990 3306 services_controller.go:452] 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-0-31.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.4.241", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.36.54", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-0-31.ec2.internal"}, Routers:[]string{"GR_ip-10-0-0-31.ec2.internal"}, Groups:[]string(nil)}} I0702 22:37:13.648012 3306 lb_config.go:1031] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default are: map[] I0702 22:37:13.648017 3306 services_controller.go:453] Built service openshift-apiserver-operator/metrics template LB for network=default: []services.LB{} I0702 22:37:13.648022 3306 services_controller.go:453] Built service default/openshift-oauth-apiserver template LB for network=default: []services.LB{} I0702 22:37:13.648028 3306 services_controller.go:454] 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 I0702 22:37:13.648030 3306 services_controller.go:471] Skipping no-op change for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0702 22:37:13.648034 3306 services_controller.go:454] 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 I0702 22:37:13.648027 3306 services_controller.go:443] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.171.254"}, 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}} I0702 22:37:13.648038 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-kube-storage-version-migrator-operator for network=default : 226.321µs I0702 22:37:13.648047 3306 services_controller.go:444] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:13.648050 3306 services_controller.go:356] Processing sync for service openshift-network-diagnostics/network-check-target for network=default I0702 22:37:13.648051 3306 services_controller.go:471] Skipping no-op change for service openshift-apiserver-operator/metrics for network=default I0702 22:37:13.648055 3306 services_controller.go:471] Skipping no-op change for service default/openshift-oauth-apiserver for network=default I0702 22:37:13.648059 3306 services_controller.go:445] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:13.648061 3306 services_controller.go:360] Finished syncing service openshift-oauth-apiserver on namespace default for network=default : 217.131µs I0702 22:37:13.648059 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-apiserver-operator for network=default : 211.965µs I0702 22:37:13.648073 3306 services_controller.go:356] Processing sync for service openshift-config-operator/metrics for network=default I0702 22:37:13.648075 3306 services_controller.go:356] Processing sync for service openshift-ingress/router-internal-default for network=default I0702 22:37:13.648010 3306 services_controller.go:452] 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-0-31.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.0.31", Port:31548, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:31548, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.0.31", Port:32746, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:32746, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string(nil), Routers:[]string{"GR_ip-10-0-0-31.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-ingress/router-default_TCP_node_switch_ip-10-0-0-31.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:31548, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.0.31", Port:31548, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:31548, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:31548, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:32746, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.0.31", Port:32746, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:32746, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:32746, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-0-31.ec2.internal"}, Routers:[]string(nil), Groups:[]string(nil)}} I0702 22:37:13.648060 3306 services_controller.go:434] Service openshift-network-diagnostics/network-check-target retrieved from lister for network=default: &Service{ObjectMeta:{network-check-target openshift-network-diagnostics be555b21-71a5-4b24-a835-13be692a05f3 4156 0 2026-07-02 22:26:30 +0000 UTC map[] map[] [{operator.openshift.io/v1 Network cluster 6a0bc3cc-c19e-4e27-8a28-64360d11a5ea 0xc007ab4517 0xc007ab4518}] [] []},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.191.130,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.191.130],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:13.648109 3306 services_controller.go:453] Built service openshift-ingress/router-default template LB for network=default: []services.LB{} I0702 22:37:13.648121 3306 services_controller.go:454] 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 I0702 22:37:13.648082 3306 services_controller.go:434] Service openshift-config-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-config-operator 48a09cbf-a025-4a23-bdf6-525a737c3e79 1746 0 2026-07-02 22:25:51 +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 f2a75ee6-c8ba-4210-ab75-4e7c9328338a 0xc00783b6b7 }] [] []},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.91.173,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.91.173],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:13.648124 3306 lb_config.go:1031] Cluster endpoints for openshift-network-diagnostics/network-check-target for network=default are: map[] I0702 22:37:13.648142 3306 lb_config.go:1031] Cluster endpoints for openshift-config-operator/metrics for network=default are: map[] I0702 22:37:13.648083 3306 services_controller.go:434] Service openshift-ingress/router-internal-default retrieved from lister for network=default: &Service{ObjectMeta:{router-internal-default openshift-ingress 467af302-1cac-4ff2-bfbf-1ff1bf3104be 2825 0 2026-07-02 22:26:00 +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 91b70309-50fc-479d-8485-c403f49ef81d 0xc00783be2e }] [] []},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.140.55,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.140.55],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:13.648163 3306 services_controller.go:471] Skipping no-op change for service openshift-ingress/router-default for network=default I0702 22:37:13.648173 3306 services_controller.go:360] Finished syncing service router-default on namespace openshift-ingress for network=default : 400.658µs I0702 22:37:13.648173 3306 lb_config.go:1031] Cluster endpoints for openshift-ingress/router-internal-default for network=default are: map[] I0702 22:37:13.648182 3306 services_controller.go:356] Processing sync for service openshift-machine-config-operator/machine-config-operator for network=default I0702 22:37:13.648187 3306 services_controller.go:443] Built service openshift-ingress/router-internal-default LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.140.55"}, 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.140.55"}, protocol:"TCP", 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.140.55"}, 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}} I0702 22:37:13.648188 3306 services_controller.go:434] Service openshift-machine-config-operator/machine-config-operator retrieved from lister for network=default: &Service{ObjectMeta:{machine-config-operator openshift-machine-config-operator fc1b54bd-51c8-480d-85b1-d0ff5eb5630b 806 0 2026-07-02 22:25:32 +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 f2a75ee6-c8ba-4210-ab75-4e7c9328338a 0xc007ab426b }] [] []},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.168.17,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.168.17],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:13.648204 3306 services_controller.go:444] Built service openshift-ingress/router-internal-default LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:13.648235 3306 lb_config.go:1031] Cluster endpoints for openshift-machine-config-operator/machine-config-operator for network=default are: map[] I0702 22:37:13.648235 3306 services_controller.go:445] Built service openshift-ingress/router-internal-default LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:13.648138 3306 services_controller.go:443] Built service openshift-network-diagnostics/network-check-target LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.191.130"}, 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}} I0702 22:37:13.648243 3306 services_controller.go:443] Built service openshift-machine-config-operator/machine-config-operator LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.168.17"}, 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}} I0702 22:37:13.648253 3306 services_controller.go:444] Built service openshift-machine-config-operator/machine-config-operator LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:13.648256 3306 services_controller.go:444] Built service openshift-network-diagnostics/network-check-target LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:13.648259 3306 services_controller.go:445] Built service openshift-machine-config-operator/machine-config-operator LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:13.648268 3306 services_controller.go:445] Built service openshift-network-diagnostics/network-check-target LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:13.648256 3306 services_controller.go:451] 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.140.55", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.140.55", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.140.55", Port:1936, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:13.648271 3306 services_controller.go:451] 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.168.17", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:13.648289 3306 services_controller.go:452] Built service openshift-machine-config-operator/machine-config-operator per-node LB for network=default: []services.LB{} I0702 22:37:13.648291 3306 services_controller.go:452] Built service openshift-ingress/router-internal-default per-node LB for network=default: []services.LB{} I0702 22:37:13.648297 3306 services_controller.go:453] Built service openshift-machine-config-operator/machine-config-operator template LB for network=default: []services.LB{} I0702 22:37:13.648303 3306 services_controller.go:453] Built service openshift-ingress/router-internal-default template LB for network=default: []services.LB{} I0702 22:37:13.648303 3306 services_controller.go:454] 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 I0702 22:37:13.648291 3306 services_controller.go:451] 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.191.130", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:13.648315 3306 services_controller.go:454] 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 I0702 22:37:13.648318 3306 services_controller.go:471] Skipping no-op change for service openshift-machine-config-operator/machine-config-operator for network=default I0702 22:37:13.648318 3306 services_controller.go:452] Built service openshift-network-diagnostics/network-check-target per-node LB for network=default: []services.LB{} I0702 22:37:13.648324 3306 services_controller.go:360] Finished syncing service machine-config-operator on namespace openshift-machine-config-operator for network=default : 141.227µs I0702 22:37:13.648162 3306 services_controller.go:443] Built service openshift-config-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.91.173"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0702 22:37:13.648332 3306 services_controller.go:453] Built service openshift-network-diagnostics/network-check-target template LB for network=default: []services.LB{} I0702 22:37:13.648334 3306 services_controller.go:356] Processing sync for service openshift-monitoring/cluster-monitoring-operator for network=default I0702 22:37:13.648340 3306 services_controller.go:471] Skipping no-op change for service openshift-ingress/router-internal-default for network=default I0702 22:37:13.648340 3306 services_controller.go:360] Finished syncing service cluster-monitoring-operator on namespace openshift-monitoring for network=default : 7.007µs I0702 22:37:13.648343 3306 services_controller.go:454] 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 I0702 22:37:13.648346 3306 services_controller.go:360] Finished syncing service router-internal-default on namespace openshift-ingress for network=default : 271.518µs I0702 22:37:13.648079 3306 services_controller.go:451] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog cluster-wide LB for network=default: []services.LB{services.LB{Name:"Service_openshift-deployment-validation-operator/deployment-validation-operator-catalog_TCP_cluster", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-deployment-validation-operator/deployment-validation-operator-catalog"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.171.254", Port:50051, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:13.648349 3306 services_controller.go:356] Processing sync for service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0702 22:37:13.648358 3306 services_controller.go:360] Finished syncing service node-tuning-operator on namespace openshift-cluster-node-tuning-operator for network=default : 8.849µs I0702 22:37:13.648360 3306 services_controller.go:356] Processing sync for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0702 22:37:13.648364 3306 services_controller.go:356] Processing sync for service openshift-kube-controller-manager-operator/metrics for network=default I0702 22:37:13.648362 3306 services_controller.go:452] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog per-node LB for network=default: []services.LB{} I0702 22:37:13.648366 3306 services_controller.go:471] Skipping no-op change for service openshift-network-diagnostics/network-check-target for network=default I0702 22:37:13.648374 3306 services_controller.go:360] Finished syncing service network-check-target on namespace openshift-network-diagnostics for network=default : 323.551µs I0702 22:37:13.648377 3306 services_controller.go:453] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog template LB for network=default: []services.LB{} I0702 22:37:13.648386 3306 services_controller.go:356] Processing sync for service default/openshift-apiserver for network=default I0702 22:37:13.648390 3306 services_controller.go:454] 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 I0702 22:37:13.648369 3306 services_controller.go:434] Service openshift-kube-controller-manager-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-kube-controller-manager-operator af1b8f60-a9f9-470a-8273-309ecb77b313 819 0 2026-07-02 22:25:33 +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 f2a75ee6-c8ba-4210-ab75-4e7c9328338a 0xc00783bfcf }] [] []},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.169,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.102.169],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:13.648369 3306 services_controller.go:434] 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 4560b7d5-c678-42f3-8cc3-0737cb1b10f7 1014 0 2026-07-02 22:25:37 +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 f2a75ee6-c8ba-4210-ab75-4e7c9328338a 0xc00783b4e7 }] [] []},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.212.114,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.212.114],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:13.648417 3306 lb_config.go:1031] Cluster endpoints for openshift-kube-controller-manager-operator/metrics for network=default are: map[] I0702 22:37:13.648418 3306 services_controller.go:471] Skipping no-op change for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0702 22:37:13.648425 3306 services_controller.go:443] Built service openshift-kube-controller-manager-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.102.169"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0702 22:37:13.648394 3306 services_controller.go:434] Service default/openshift-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-apiserver default 64d75c56-6170-4aa6-bf7a-3ff45e63df58 1598 0 2026-07-02 22:25:49 +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.210.245,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.210.245],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:13.648428 3306 services_controller.go:360] Finished syncing service deployment-validation-operator-catalog on namespace openshift-deployment-validation-operator for network=default : 507.045µs I0702 22:37:13.648434 3306 services_controller.go:444] Built service openshift-kube-controller-manager-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:13.648436 3306 lb_config.go:1031] Cluster endpoints for openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default are: map[] I0702 22:37:13.648441 3306 services_controller.go:445] Built service openshift-kube-controller-manager-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:13.648447 3306 services_controller.go:356] Processing sync for service openshift-apiserver/check-endpoints for network=default I0702 22:37:13.648448 3306 services_controller.go:443] 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.212.114"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0702 22:37:13.648454 3306 lb_config.go:1031] Cluster endpoints for default/openshift-apiserver for network=default are: map[TCP/https:{443 [172.30.24.132] []}] I0702 22:37:13.648346 3306 services_controller.go:444] Built service openshift-config-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:13.648462 3306 services_controller.go:444] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:13.648469 3306 services_controller.go:443] Built service default/openshift-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0702 22:37:13.648473 3306 services_controller.go:445] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:13.648472 3306 services_controller.go:445] Built service openshift-config-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:13.648459 3306 services_controller.go:451] 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.169", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:13.648478 3306 services_controller.go:444] Built service default/openshift-apiserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.210.245"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.24.132"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0702 22:37:13.648487 3306 services_controller.go:452] Built service openshift-kube-controller-manager-operator/metrics per-node LB for network=default: []services.LB{} I0702 22:37:13.648492 3306 services_controller.go:445] Built service default/openshift-apiserver LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:13.648499 3306 services_controller.go:453] Built service openshift-kube-controller-manager-operator/metrics template LB for network=default: []services.LB{} I0702 22:37:13.648491 3306 services_controller.go:451] 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.212.114", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:13.648494 3306 services_controller.go:451] 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.91.173", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:13.648513 3306 services_controller.go:451] Built service default/openshift-apiserver cluster-wide LB for network=default: []services.LB{} I0702 22:37:13.648511 3306 services_controller.go:454] 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 I0702 22:37:13.648458 3306 services_controller.go:434] Service openshift-apiserver/check-endpoints retrieved from lister for network=default: &Service{ObjectMeta:{check-endpoints openshift-apiserver 1b98a1bb-2075-4f2e-a51b-02a49b3649cb 1693 0 2026-07-02 22:25:50 +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 f2a75ee6-c8ba-4210-ab75-4e7c9328338a 0xc00783b077 }] [] []},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.175.210,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.175.210],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:13.648519 3306 services_controller.go:452] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics per-node LB for network=default: []services.LB{} I0702 22:37:13.648519 3306 services_controller.go:452] Built service openshift-config-operator/metrics per-node LB for network=default: []services.LB{} I0702 22:37:13.648532 3306 services_controller.go:453] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics template LB for network=default: []services.LB{} I0702 22:37:13.648533 3306 services_controller.go:453] Built service openshift-config-operator/metrics template LB for network=default: []services.LB{} I0702 22:37:13.648539 3306 services_controller.go:471] Skipping no-op change for service openshift-kube-controller-manager-operator/metrics for network=default I0702 22:37:13.648523 3306 services_controller.go:452] 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-0-31.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.210.245", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.24.132", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-0-31.ec2.internal"}, Routers:[]string{"GR_ip-10-0-0-31.ec2.internal"}, Groups:[]string(nil)}} I0702 22:37:13.648543 3306 services_controller.go:454] 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 I0702 22:37:13.648545 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-kube-controller-manager-operator for network=default : 180.231µs I0702 22:37:13.648545 3306 services_controller.go:454] 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 I0702 22:37:13.648541 3306 lb_config.go:1031] Cluster endpoints for openshift-apiserver/check-endpoints for network=default are: map[] I0702 22:37:13.648552 3306 services_controller.go:453] Built service default/openshift-apiserver template LB for network=default: []services.LB{} I0702 22:37:13.648557 3306 services_controller.go:356] Processing sync for service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0702 22:37:13.648565 3306 services_controller.go:454] 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 I0702 22:37:13.648567 3306 services_controller.go:471] Skipping no-op change for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0702 22:37:13.648569 3306 services_controller.go:471] Skipping no-op change for service openshift-config-operator/metrics for network=default I0702 22:37:13.648563 3306 services_controller.go:443] Built service openshift-apiserver/check-endpoints LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.175.210"}, 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}} I0702 22:37:13.648574 3306 services_controller.go:360] Finished syncing service cluster-storage-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 214.189µs I0702 22:37:13.648577 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-config-operator for network=default : 503.888µs I0702 22:37:13.648583 3306 services_controller.go:444] Built service openshift-apiserver/check-endpoints LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:13.648587 3306 services_controller.go:356] Processing sync for service openshift-cluster-samples-operator/metrics for network=default I0702 22:37:13.648586 3306 services_controller.go:471] Skipping no-op change for service default/openshift-apiserver for network=default I0702 22:37:13.648591 3306 services_controller.go:356] Processing sync for service openshift-console-operator/metrics for network=default I0702 22:37:13.648594 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-cluster-samples-operator for network=default : 7.997µs I0702 22:37:13.648594 3306 services_controller.go:445] Built service openshift-apiserver/check-endpoints LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:13.648594 3306 services_controller.go:360] Finished syncing service openshift-apiserver on namespace default for network=default : 208.911µs I0702 22:37:13.648604 3306 services_controller.go:356] Processing sync for service openshift-machine-config-operator/machine-config-controller for network=default I0702 22:37:13.648610 3306 services_controller.go:356] Processing sync for service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0702 22:37:13.648566 3306 services_controller.go:434] 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 57b8d3e8-be5d-4b86-8dc4-e36570aef4a4 1521 0 2026-07-02 22:25:48 +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 f2a75ee6-c8ba-4210-ab75-4e7c9328338a 0xc00783b3bf }] [] []},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.244.197,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.244.197],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:13.648617 3306 services_controller.go:360] Finished syncing service ovn-kubernetes-node on namespace openshift-ovn-kubernetes for network=default : 7.282µs I0702 22:37:13.648631 3306 lb_config.go:1031] Cluster endpoints for openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default are: map[] I0702 22:37:13.648616 3306 services_controller.go:451] 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.175.210", Port:17698, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:13.648600 3306 services_controller.go:434] Service openshift-console-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-console-operator 3e24f3db-0dc4-4dbd-85f4-162854240be2 1933 0 2026-07-02 22:25:54 +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 f2a75ee6-c8ba-4210-ab75-4e7c9328338a 0xc00783b777 }] [] []},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.121.47,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.121.47],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:13.648646 3306 services_controller.go:452] Built service openshift-apiserver/check-endpoints per-node LB for network=default: []services.LB{} I0702 22:37:13.648612 3306 services_controller.go:434] Service openshift-machine-config-operator/machine-config-controller retrieved from lister for network=default: &Service{ObjectMeta:{machine-config-controller openshift-machine-config-operator c510d9cd-a27b-493e-81b5-1a4e61d48731 881 0 2026-07-02 22:25:34 +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 f2a75ee6-c8ba-4210-ab75-4e7c9328338a 0xc007ab410b }] [] []},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.95.223,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.95.223],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 22:37:13.648643 3306 services_controller.go:443] 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.244.197"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0702 22:37:13.648661 3306 services_controller.go:453] Built service openshift-apiserver/check-endpoints template LB for network=default: []services.LB{} I0702 22:37:13.648663 3306 lb_config.go:1031] Cluster endpoints for openshift-console-operator/metrics for network=default are: map[] I0702 22:37:13.648664 3306 services_controller.go:444] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:13.648666 3306 lb_config.go:1031] Cluster endpoints for openshift-machine-config-operator/machine-config-controller for network=default are: map[] I0702 22:37:13.648673 3306 services_controller.go:454] 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 I0702 22:37:13.648676 3306 services_controller.go:445] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:13.648676 3306 services_controller.go:443] Built service openshift-machine-config-operator/machine-config-controller LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.95.223"}, 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}} I0702 22:37:13.648676 3306 services_controller.go:443] Built service openshift-console-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.121.47"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0702 22:37:13.648685 3306 services_controller.go:444] Built service openshift-machine-config-operator/machine-config-controller LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:13.648689 3306 services_controller.go:444] Built service openshift-console-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 22:37:13.648692 3306 services_controller.go:445] Built service openshift-machine-config-operator/machine-config-controller LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:13.648698 3306 services_controller.go:471] Skipping no-op change for service openshift-apiserver/check-endpoints for network=default I0702 22:37:13.648700 3306 services_controller.go:445] Built service openshift-console-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 22:37:13.648705 3306 services_controller.go:360] Finished syncing service check-endpoints on namespace openshift-apiserver for network=default : 257.863µs I0702 22:37:13.648692 3306 services_controller.go:451] 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.244.197", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:13.648703 3306 services_controller.go:451] 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.95.223", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:13.648719 3306 services_controller.go:452] Built service openshift-machine-config-operator/machine-config-controller per-node LB for network=default: []services.LB{} I0702 22:37:13.648719 3306 services_controller.go:452] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service per-node LB for network=default: []services.LB{} I0702 22:37:13.648726 3306 services_controller.go:453] Built service openshift-machine-config-operator/machine-config-controller template LB for network=default: []services.LB{} I0702 22:37:13.648731 3306 services_controller.go:453] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service template LB for network=default: []services.LB{} I0702 22:37:13.648733 3306 services_controller.go:454] 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 I0702 22:37:13.648718 3306 services_controller.go:451] 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.121.47", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 22:37:13.648743 3306 services_controller.go:454] 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 I0702 22:37:13.648746 3306 services_controller.go:471] Skipping no-op change for service openshift-machine-config-operator/machine-config-controller for network=default I0702 22:37:13.648746 3306 services_controller.go:452] Built service openshift-console-operator/metrics per-node LB for network=default: []services.LB{} I0702 22:37:13.648751 3306 services_controller.go:360] Finished syncing service machine-config-controller on namespace openshift-machine-config-operator for network=default : 147.723µs I0702 22:37:13.648760 3306 services_controller.go:453] Built service openshift-console-operator/metrics template LB for network=default: []services.LB{} I0702 22:37:13.648764 3306 services_controller.go:471] Skipping no-op change for service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0702 22:37:13.648771 3306 services_controller.go:360] Finished syncing service performance-addon-operator-service on namespace openshift-cluster-node-tuning-operator for network=default : 214.001µs I0702 22:37:13.648771 3306 services_controller.go:454] 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 I0702 22:37:13.648790 3306 services_controller.go:471] Skipping no-op change for service openshift-console-operator/metrics for network=default I0702 22:37:13.648798 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-console-operator for network=default : 209.141µs I0702 22:37:13.651222 3306 default_node_network_controller.go:1171] Upgrade hack: ovnkube-node ip-10-0-0-31.ec2.internal finished setting DB Auth; took: 11.566204907s I0702 22:37:13.651238 3306 default_node_network_controller.go:1176] Waiting for gateway and management port readiness... I0702 22:37:13.651269 3306 obj_retry_gateway.go:33] [newRetryFrameworkNodeWithParameters] g.watchFactory=&{0xc00024f1d0 0xc0000ff880 0xc0000ff8f0 0xc0000ff9d0 0xc0000ffa40 0xc0000ffab0 0xc0000ffb20 0xc00039eeb0 0xc0000ffb90 0xc0000ffc00 0xc0000c3ae0 0xc00027e070 map[0x2933060:0xc00477d380 0x29335a0:0xc003eb54a0 0x2933840:0xc0043f63c0 0x2933ae0:0xc004d36360 0x2933d80:0xc005101440 0x2934020:0xc005a2f680 0x2934560:0xc0056c0480 0x2934aa0:0xc005eff200 0x2934d40:0xc0062e56e0 0x295eda0:0xc001793e60 0x295f140:0xc002e76d20 0x295fc20:0xc00073efc0 0x2961580:0xc00169b080 0x2961cc0:0xc001f31bc0 0x29627a0:0xc001b7e180] 0xc0000c5500 0} I0702 22:37:13.651325 3306 gateway.go:147] Starting gateway service sync I0702 22:37:13.651645 3306 openflow_manager.go:108] Gateway OpenFlow sync requested I0702 22:37:13.651654 3306 gateway_iptables.go:609] Recreating iptables rules for table: nat, chain: OVN-KUBE-ITP I0702 22:37:13.651664 3306 iptables.go:53] Ignoring processing rule in table due to filtering: nat, chain: OVN-KUBE-NODEPORT with args: "-p TCP -m addrtype --dst-type LOCAL --dport 31548 -j DNAT --to-destination 172.30.159.230:80" for protocol: 0 I0702 22:37:13.651669 3306 iptables.go:53] Ignoring processing rule in table due to filtering: nat, chain: OVN-KUBE-NODEPORT with args: "-p TCP -m addrtype --dst-type LOCAL --dport 32746 -j DNAT --to-destination 172.30.159.230:443" for protocol: 0 I0702 22:37:13.653089 3306 gateway_iptables.go:609] Recreating iptables rules for table: nat, chain: OVN-KUBE-NODEPORT I0702 22:37:13.675634 3306 gateway_iptables.go:609] Recreating iptables rules for table: nat, chain: OVN-KUBE-EXTERNALIP I0702 22:37:13.675656 3306 iptables.go:53] Ignoring processing rule in table due to filtering: nat, chain: OVN-KUBE-NODEPORT with args: "-p TCP -m addrtype --dst-type LOCAL --dport 31548 -j DNAT --to-destination 172.30.159.230:80" for protocol: 0 I0702 22:37:13.675664 3306 iptables.go:53] Ignoring processing rule in table due to filtering: nat, chain: OVN-KUBE-NODEPORT with args: "-p TCP -m addrtype --dst-type LOCAL --dport 32746 -j DNAT --to-destination 172.30.159.230:443" for protocol: 0 I0702 22:37:13.677014 3306 gateway_iptables.go:609] Recreating iptables rules for table: nat, chain: OVN-KUBE-ETP I0702 22:37:13.677026 3306 iptables.go:53] Ignoring processing rule in table due to filtering: nat, chain: OVN-KUBE-NODEPORT with args: "-p TCP -m addrtype --dst-type LOCAL --dport 31548 -j DNAT --to-destination 172.30.159.230:80" for protocol: 0 I0702 22:37:13.677032 3306 iptables.go:53] Ignoring processing rule in table due to filtering: nat, chain: OVN-KUBE-NODEPORT with args: "-p TCP -m addrtype --dst-type LOCAL --dport 32746 -j DNAT --to-destination 172.30.159.230:443" for protocol: 0 I0702 22:37:13.678288 3306 gateway_iptables.go:609] Recreating iptables rules for table: mangle, chain: OVN-KUBE-ITP I0702 22:37:13.678303 3306 iptables.go:53] Ignoring processing rule in table due to filtering: nat, chain: OVN-KUBE-NODEPORT with args: "-p TCP -m addrtype --dst-type LOCAL --dport 31548 -j DNAT --to-destination 172.30.159.230:80" for protocol: 0 I0702 22:37:13.678309 3306 iptables.go:53] Ignoring processing rule in table due to filtering: nat, chain: OVN-KUBE-NODEPORT with args: "-p TCP -m addrtype --dst-type LOCAL --dport 32746 -j DNAT --to-destination 172.30.159.230:443" for protocol: 0 I0702 22:37:13.712118 3306 gateway.go:164] Gateway service sync done. Time taken: 60.778106ms I0702 22:37:13.712206 3306 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics I0702 22:37:13.712220 3306 gateway_shared_intf.go:827] Adding service csi-snapshot-controller-operator-metrics in namespace openshift-cluster-storage-operator I0702 22:37:13.712270 3306 gateway_shared_intf.go:860] Updating already programmed rules for csi-snapshot-controller-operator-metrics in namespace openshift-cluster-storage-operator I0702 22:37:13.712282 3306 openflow_manager.go:110] Gateway OpenFlow sync already requested I0702 22:37:13.712287 3306 obj_retry.go:551] Creating *factory.serviceForGateway openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics took: 68.5µs I0702 22:37:13.712294 3306 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-dns-operator/metrics I0702 22:37:13.712299 3306 gateway_shared_intf.go:827] Adding service metrics in namespace openshift-dns-operator I0702 22:37:13.712312 3306 gateway_shared_intf.go:860] Updating already programmed rules for metrics in namespace openshift-dns-operator I0702 22:37:13.712319 3306 openflow_manager.go:110] Gateway OpenFlow sync already requested I0702 22:37:13.712324 3306 obj_retry.go:551] Creating *factory.serviceForGateway openshift-dns-operator/metrics took: 24.133µs I0702 22:37:13.712329 3306 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-network-operator/metrics I0702 22:37:13.712333 3306 obj_retry.go:551] Creating *factory.serviceForGateway openshift-network-operator/metrics took: 352ns I0702 22:37:13.712337 3306 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-service-ca-operator/metrics I0702 22:37:13.712341 3306 gateway_shared_intf.go:827] Adding service metrics in namespace openshift-service-ca-operator I0702 22:37:13.712352 3306 gateway_shared_intf.go:860] Updating already programmed rules for metrics in namespace openshift-service-ca-operator I0702 22:37:13.712360 3306 openflow_manager.go:110] Gateway OpenFlow sync already requested I0702 22:37:13.712364 3306 obj_retry.go:551] Creating *factory.serviceForGateway openshift-service-ca-operator/metrics took: 22.378µs I0702 22:37:13.712368 3306 obj_retry.go:512] Add event received for *factory.serviceForGateway default/kubernetes I0702 22:37:13.712372 3306 gateway_shared_intf.go:827] Adding service kubernetes in namespace default I0702 22:37:13.712385 3306 gateway_shared_intf.go:860] Updating already programmed rules for kubernetes in namespace default I0702 22:37:13.712397 3306 openflow_manager.go:110] Gateway OpenFlow sync already requested I0702 22:37:13.712401 3306 obj_retry.go:551] Creating *factory.serviceForGateway default/kubernetes took: 28.011µs I0702 22:37:13.712405 3306 obj_retry.go:512] Add event received for *factory.serviceForGateway default/packageserver I0702 22:37:13.712409 3306 gateway_shared_intf.go:827] Adding service packageserver in namespace default I0702 22:37:13.712421 3306 gateway_shared_intf.go:860] Updating already programmed rules for packageserver in namespace default I0702 22:37:13.712427 3306 openflow_manager.go:110] Gateway OpenFlow sync already requested I0702 22:37:13.712431 3306 obj_retry.go:551] Creating *factory.serviceForGateway default/packageserver took: 21.065µs I0702 22:37:13.712435 3306 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-authentication-operator/metrics I0702 22:37:13.712439 3306 gateway_shared_intf.go:827] Adding service metrics in namespace openshift-authentication-operator I0702 22:37:13.712450 3306 gateway_shared_intf.go:860] Updating already programmed rules for metrics in namespace openshift-authentication-operator I0702 22:37:13.712457 3306 openflow_manager.go:110] Gateway OpenFlow sync already requested I0702 22:37:13.712460 3306 obj_retry.go:551] Creating *factory.serviceForGateway openshift-authentication-operator/metrics took: 21.126µs I0702 22:37:13.712465 3306 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-image-registry/image-registry I0702 22:37:13.712469 3306 gateway_shared_intf.go:827] Adding service image-registry in namespace openshift-image-registry I0702 22:37:13.712479 3306 gateway_shared_intf.go:860] Updating already programmed rules for image-registry in namespace openshift-image-registry I0702 22:37:13.712486 3306 openflow_manager.go:110] Gateway OpenFlow sync already requested I0702 22:37:13.712489 3306 obj_retry.go:551] Creating *factory.serviceForGateway openshift-image-registry/image-registry took: 20.646µs I0702 22:37:13.712494 3306 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-ingress-canary/ingress-canary I0702 22:37:13.712499 3306 gateway_shared_intf.go:827] Adding service ingress-canary in namespace openshift-ingress-canary I0702 22:37:13.712510 3306 gateway_shared_intf.go:860] Updating already programmed rules for ingress-canary in namespace openshift-ingress-canary I0702 22:37:13.712514 3306 openflow_manager.go:110] Gateway OpenFlow sync already requested I0702 22:37:13.712518 3306 obj_retry.go:551] Creating *factory.serviceForGateway openshift-ingress-canary/ingress-canary took: 20.306µs I0702 22:37:13.712523 3306 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-ingress/router-default I0702 22:37:13.712529 3306 port_claim.go:197] Handle NodePort service router-default port 31548 I0702 22:37:13.712536 3306 port_claim.go:41] Opening socket for service: openshift-ingress/router-default, port: 31548 and protocol TCP I0702 22:37:13.712541 3306 port_claim.go:64] Opening socket for LocalPort "nodePort for openshift-ingress/router-default:http" (:31548/tcp) I0702 22:37:13.712723 3306 port_claim.go:197] Handle NodePort service router-default port 32746 I0702 22:37:13.712731 3306 port_claim.go:41] Opening socket for service: openshift-ingress/router-default, port: 32746 and protocol TCP I0702 22:37:13.712736 3306 port_claim.go:64] Opening socket for LocalPort "nodePort for openshift-ingress/router-default:https" (:32746/tcp) I0702 22:37:13.712765 3306 healthcheck.go:145] Opening healthcheck "openshift-ingress/router-default" on port 30574 I0702 22:37:13.712805 3306 healthcheck.go:224] Reporting 0 endpoints for healthcheck "openshift-ingress/router-default" I0702 22:37:13.712835 3306 gateway_shared_intf.go:827] Adding service router-default in namespace openshift-ingress I0702 22:37:13.712845 3306 healthcheck.go:169] Starting goroutine for healthcheck "openshift-ingress/router-default" on port 30574 I0702 22:37:13.712851 3306 gateway_shared_intf.go:860] Updating already programmed rules for router-default in namespace openshift-ingress I0702 22:37:13.712871 3306 openflow_manager.go:110] Gateway OpenFlow sync already requested I0702 22:37:13.712879 3306 obj_retry.go:551] Creating *factory.serviceForGateway openshift-ingress/router-default took: 350.727µs I0702 22:37:13.712886 3306 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-kube-storage-version-migrator-operator/metrics I0702 22:37:13.712891 3306 gateway_shared_intf.go:827] Adding service metrics in namespace openshift-kube-storage-version-migrator-operator I0702 22:37:13.712903 3306 gateway_shared_intf.go:860] Updating already programmed rules for metrics in namespace openshift-kube-storage-version-migrator-operator I0702 22:37:13.712909 3306 openflow_manager.go:110] Gateway OpenFlow sync already requested I0702 22:37:13.712913 3306 obj_retry.go:551] Creating *factory.serviceForGateway openshift-kube-storage-version-migrator-operator/metrics took: 21.74µs I0702 22:37:13.712918 3306 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-cluster-machine-approver/machine-approver I0702 22:37:13.712923 3306 obj_retry.go:551] Creating *factory.serviceForGateway openshift-cluster-machine-approver/machine-approver took: 455ns I0702 22:37:13.712927 3306 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-cluster-version/cluster-version-operator I0702 22:37:13.712931 3306 gateway_shared_intf.go:827] Adding service cluster-version-operator in namespace openshift-cluster-version I0702 22:37:13.712942 3306 gateway_shared_intf.go:860] Updating already programmed rules for cluster-version-operator in namespace openshift-cluster-version I0702 22:37:13.712949 3306 openflow_manager.go:110] Gateway OpenFlow sync already requested I0702 22:37:13.712953 3306 obj_retry.go:551] Creating *factory.serviceForGateway openshift-cluster-version/cluster-version-operator took: 21.364µs I0702 22:37:13.712957 3306 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-dns/dns-default I0702 22:37:13.712962 3306 gateway_shared_intf.go:827] Adding service dns-default in namespace openshift-dns I0702 22:37:13.712973 3306 gateway_shared_intf.go:860] Updating already programmed rules for dns-default in namespace openshift-dns I0702 22:37:13.712983 3306 openflow_manager.go:110] Gateway OpenFlow sync already requested I0702 22:37:13.712988 3306 obj_retry.go:551] Creating *factory.serviceForGateway openshift-dns/dns-default took: 24.56µs I0702 22:37:13.712992 3306 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-network-diagnostics/network-check-target I0702 22:37:13.712996 3306 gateway_shared_intf.go:827] Adding service network-check-target in namespace openshift-network-diagnostics I0702 22:37:13.713007 3306 gateway_shared_intf.go:860] Updating already programmed rules for network-check-target in namespace openshift-network-diagnostics I0702 22:37:13.713013 3306 openflow_manager.go:110] Gateway OpenFlow sync already requested I0702 22:37:13.713017 3306 obj_retry.go:551] Creating *factory.serviceForGateway openshift-network-diagnostics/network-check-target took: 20.577µs I0702 22:37:13.713022 3306 obj_retry.go:512] Add event received for *factory.serviceForGateway default/openshift-oauth-apiserver I0702 22:37:13.713026 3306 gateway_shared_intf.go:827] Adding service openshift-oauth-apiserver in namespace default I0702 22:37:13.713038 3306 gateway_shared_intf.go:860] Updating already programmed rules for openshift-oauth-apiserver in namespace default I0702 22:37:13.713044 3306 openflow_manager.go:110] Gateway OpenFlow sync already requested I0702 22:37:13.713048 3306 obj_retry.go:551] Creating *factory.serviceForGateway default/openshift-oauth-apiserver took: 21.709µs I0702 22:37:13.713053 3306 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-apiserver-operator/metrics I0702 22:37:13.713057 3306 gateway_shared_intf.go:827] Adding service metrics in namespace openshift-apiserver-operator I0702 22:37:13.713067 3306 gateway_shared_intf.go:860] Updating already programmed rules for metrics in namespace openshift-apiserver-operator I0702 22:37:13.713073 3306 openflow_manager.go:110] Gateway OpenFlow sync already requested I0702 22:37:13.713077 3306 obj_retry.go:551] Creating *factory.serviceForGateway openshift-apiserver-operator/metrics took: 19.321µs I0702 22:37:13.713081 3306 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-deployment-validation-operator/deployment-validation-operator-catalog I0702 22:37:13.713085 3306 gateway_shared_intf.go:827] Adding service deployment-validation-operator-catalog in namespace openshift-deployment-validation-operator I0702 22:37:13.713097 3306 gateway_shared_intf.go:860] Updating already programmed rules for deployment-validation-operator-catalog in namespace openshift-deployment-validation-operator I0702 22:37:13.713104 3306 openflow_manager.go:110] Gateway OpenFlow sync already requested I0702 22:37:13.713108 3306 obj_retry.go:551] Creating *factory.serviceForGateway openshift-deployment-validation-operator/deployment-validation-operator-catalog took: 22.369µs I0702 22:37:13.713112 3306 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-monitoring/cluster-monitoring-operator I0702 22:37:13.713116 3306 obj_retry.go:551] Creating *factory.serviceForGateway openshift-monitoring/cluster-monitoring-operator took: 216ns I0702 22:37:13.713122 3306 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-config-operator/metrics I0702 22:37:13.713126 3306 gateway_shared_intf.go:827] Adding service metrics in namespace openshift-config-operator I0702 22:37:13.713136 3306 gateway_shared_intf.go:860] Updating already programmed rules for metrics in namespace openshift-config-operator I0702 22:37:13.713141 3306 openflow_manager.go:110] Gateway OpenFlow sync already requested I0702 22:37:13.713145 3306 obj_retry.go:551] Creating *factory.serviceForGateway openshift-config-operator/metrics took: 18.356µs I0702 22:37:13.713149 3306 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-ingress/router-internal-default I0702 22:37:13.713153 3306 gateway_shared_intf.go:827] Adding service router-internal-default in namespace openshift-ingress I0702 22:37:13.713163 3306 gateway_shared_intf.go:860] Updating already programmed rules for router-internal-default in namespace openshift-ingress I0702 22:37:13.713167 3306 openflow_manager.go:110] Gateway OpenFlow sync already requested I0702 22:37:13.713171 3306 obj_retry.go:551] Creating *factory.serviceForGateway openshift-ingress/router-internal-default took: 17.741µs I0702 22:37:13.713175 3306 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-machine-config-operator/machine-config-operator I0702 22:37:13.713179 3306 gateway_shared_intf.go:827] Adding service machine-config-operator in namespace openshift-machine-config-operator I0702 22:37:13.713191 3306 gateway_shared_intf.go:860] Updating already programmed rules for machine-config-operator in namespace openshift-machine-config-operator I0702 22:37:13.713198 3306 openflow_manager.go:110] Gateway OpenFlow sync already requested I0702 22:37:13.713202 3306 obj_retry.go:551] Creating *factory.serviceForGateway openshift-machine-config-operator/machine-config-operator took: 22.6µs I0702 22:37:13.713206 3306 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-cluster-node-tuning-operator/node-tuning-operator I0702 22:37:13.713210 3306 obj_retry.go:551] Creating *factory.serviceForGateway openshift-cluster-node-tuning-operator/node-tuning-operator took: 237ns I0702 22:37:13.713214 3306 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-cluster-storage-operator/cluster-storage-operator-metrics I0702 22:37:13.713218 3306 gateway_shared_intf.go:827] Adding service cluster-storage-operator-metrics in namespace openshift-cluster-storage-operator I0702 22:37:13.713229 3306 gateway_shared_intf.go:860] Updating already programmed rules for cluster-storage-operator-metrics in namespace openshift-cluster-storage-operator I0702 22:37:13.713233 3306 openflow_manager.go:110] Gateway OpenFlow sync already requested I0702 22:37:13.713237 3306 obj_retry.go:551] Creating *factory.serviceForGateway openshift-cluster-storage-operator/cluster-storage-operator-metrics took: 18.25µs I0702 22:37:13.713242 3306 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-kube-controller-manager-operator/metrics I0702 22:37:13.713246 3306 gateway_shared_intf.go:827] Adding service metrics in namespace openshift-kube-controller-manager-operator I0702 22:37:13.713256 3306 gateway_shared_intf.go:860] Updating already programmed rules for metrics in namespace openshift-kube-controller-manager-operator I0702 22:37:13.713260 3306 openflow_manager.go:110] Gateway OpenFlow sync already requested I0702 22:37:13.713264 3306 obj_retry.go:551] Creating *factory.serviceForGateway openshift-kube-controller-manager-operator/metrics took: 18.091µs I0702 22:37:13.713268 3306 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-cluster-samples-operator/metrics I0702 22:37:13.713272 3306 obj_retry.go:551] Creating *factory.serviceForGateway openshift-cluster-samples-operator/metrics took: 222ns I0702 22:37:13.713276 3306 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-console-operator/metrics I0702 22:37:13.713280 3306 gateway_shared_intf.go:827] Adding service metrics in namespace openshift-console-operator I0702 22:37:13.713290 3306 gateway_shared_intf.go:860] Updating already programmed rules for metrics in namespace openshift-console-operator I0702 22:37:13.713294 3306 openflow_manager.go:110] Gateway OpenFlow sync already requested I0702 22:37:13.713298 3306 obj_retry.go:551] Creating *factory.serviceForGateway openshift-console-operator/metrics took: 17.829µs I0702 22:37:13.713302 3306 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-machine-config-operator/machine-config-controller I0702 22:37:13.713306 3306 gateway_shared_intf.go:827] Adding service machine-config-controller in namespace openshift-machine-config-operator I0702 22:37:13.713315 3306 gateway_shared_intf.go:860] Updating already programmed rules for machine-config-controller in namespace openshift-machine-config-operator I0702 22:37:13.713320 3306 openflow_manager.go:110] Gateway OpenFlow sync already requested I0702 22:37:13.713324 3306 obj_retry.go:551] Creating *factory.serviceForGateway openshift-machine-config-operator/machine-config-controller took: 17.114µs I0702 22:37:13.713328 3306 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-ovn-kubernetes/ovn-kubernetes-node I0702 22:37:13.713331 3306 obj_retry.go:551] Creating *factory.serviceForGateway openshift-ovn-kubernetes/ovn-kubernetes-node took: 226ns I0702 22:37:13.713335 3306 obj_retry.go:512] Add event received for *factory.serviceForGateway default/openshift-apiserver I0702 22:37:13.713339 3306 gateway_shared_intf.go:827] Adding service openshift-apiserver in namespace default I0702 22:37:13.713349 3306 gateway_shared_intf.go:860] Updating already programmed rules for openshift-apiserver in namespace default I0702 22:37:13.713352 3306 openflow_manager.go:110] Gateway OpenFlow sync already requested I0702 22:37:13.713356 3306 obj_retry.go:551] Creating *factory.serviceForGateway default/openshift-apiserver took: 16.743µs I0702 22:37:13.713360 3306 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-apiserver/check-endpoints I0702 22:37:13.713364 3306 gateway_shared_intf.go:827] Adding service check-endpoints in namespace openshift-apiserver I0702 22:37:13.713373 3306 gateway_shared_intf.go:860] Updating already programmed rules for check-endpoints in namespace openshift-apiserver I0702 22:37:13.713381 3306 openflow_manager.go:110] Gateway OpenFlow sync already requested I0702 22:37:13.713385 3306 obj_retry.go:551] Creating *factory.serviceForGateway openshift-apiserver/check-endpoints took: 20.175µs I0702 22:37:13.713389 3306 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-cluster-node-tuning-operator/performance-addon-operator-service I0702 22:37:13.713393 3306 gateway_shared_intf.go:827] Adding service performance-addon-operator-service in namespace openshift-cluster-node-tuning-operator I0702 22:37:13.713403 3306 gateway_shared_intf.go:860] Updating already programmed rules for performance-addon-operator-service in namespace openshift-cluster-node-tuning-operator I0702 22:37:13.713410 3306 openflow_manager.go:110] Gateway OpenFlow sync already requested I0702 22:37:13.713414 3306 obj_retry.go:551] Creating *factory.serviceForGateway openshift-cluster-node-tuning-operator/performance-addon-operator-service took: 20.072µs I0702 22:37:13.713418 3306 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-network-diagnostics/network-check-source I0702 22:37:13.713422 3306 obj_retry.go:551] Creating *factory.serviceForGateway openshift-network-diagnostics/network-check-source took: 316ns I0702 22:37:13.713426 3306 obj_retry.go:512] Add event received for *factory.serviceForGateway default/openshift I0702 22:37:13.713430 3306 obj_retry.go:551] Creating *factory.serviceForGateway default/openshift took: 243ns I0702 22:37:13.713434 3306 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-cloud-credential-operator/cco-metrics I0702 22:37:13.713437 3306 gateway_shared_intf.go:827] Adding service cco-metrics in namespace openshift-cloud-credential-operator I0702 22:37:13.713448 3306 gateway_shared_intf.go:860] Updating already programmed rules for cco-metrics in namespace openshift-cloud-credential-operator I0702 22:37:13.713452 3306 openflow_manager.go:110] Gateway OpenFlow sync already requested I0702 22:37:13.713456 3306 obj_retry.go:551] Creating *factory.serviceForGateway openshift-cloud-credential-operator/cco-metrics took: 17.985µs I0702 22:37:13.713460 3306 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-multus/network-metrics-service I0702 22:37:13.713464 3306 obj_retry.go:551] Creating *factory.serviceForGateway openshift-multus/network-metrics-service took: 197ns I0702 22:37:13.713468 3306 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-machine-config-operator/machine-config-daemon I0702 22:37:13.713472 3306 gateway_shared_intf.go:827] Adding service machine-config-daemon in namespace openshift-machine-config-operator I0702 22:37:13.713524 3306 gateway_shared_intf.go:860] Updating already programmed rules for machine-config-daemon in namespace openshift-machine-config-operator I0702 22:37:13.713532 3306 openflow_manager.go:110] Gateway OpenFlow sync already requested I0702 22:37:13.713537 3306 obj_retry.go:551] Creating *factory.serviceForGateway openshift-machine-config-operator/machine-config-daemon took: 64.027µs I0702 22:37:13.713542 3306 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-network-console/networking-console-plugin I0702 22:37:13.713546 3306 gateway_shared_intf.go:827] Adding service networking-console-plugin in namespace openshift-network-console I0702 22:37:13.713557 3306 gateway_shared_intf.go:860] Updating already programmed rules for networking-console-plugin in namespace openshift-network-console I0702 22:37:13.713563 3306 openflow_manager.go:110] Gateway OpenFlow sync already requested I0702 22:37:13.713567 3306 obj_retry.go:551] Creating *factory.serviceForGateway openshift-network-console/networking-console-plugin took: 20.96µs I0702 22:37:13.713571 3306 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-deployment-validation-operator/deployment-validation-operator-metrics I0702 22:37:13.713575 3306 gateway_shared_intf.go:827] Adding service deployment-validation-operator-metrics in namespace openshift-deployment-validation-operator I0702 22:37:13.713587 3306 gateway_shared_intf.go:860] Updating already programmed rules for deployment-validation-operator-metrics in namespace openshift-deployment-validation-operator I0702 22:37:13.713593 3306 openflow_manager.go:110] Gateway OpenFlow sync already requested I0702 22:37:13.713597 3306 obj_retry.go:551] Creating *factory.serviceForGateway openshift-deployment-validation-operator/deployment-validation-operator-metrics took: 21.157µs I0702 22:37:13.713601 3306 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-ingress-operator/metrics I0702 22:37:13.713605 3306 gateway_shared_intf.go:827] Adding service metrics in namespace openshift-ingress-operator I0702 22:37:13.713615 3306 gateway_shared_intf.go:860] Updating already programmed rules for metrics in namespace openshift-ingress-operator I0702 22:37:13.713622 3306 openflow_manager.go:110] Gateway OpenFlow sync already requested I0702 22:37:13.713626 3306 obj_retry.go:551] Creating *factory.serviceForGateway openshift-ingress-operator/metrics took: 20.282µs I0702 22:37:13.713630 3306 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-insights/metrics I0702 22:37:13.713634 3306 gateway_shared_intf.go:827] Adding service metrics in namespace openshift-insights I0702 22:37:13.713644 3306 gateway_shared_intf.go:860] Updating already programmed rules for metrics in namespace openshift-insights I0702 22:37:13.713651 3306 openflow_manager.go:110] Gateway OpenFlow sync already requested I0702 22:37:13.713655 3306 obj_retry.go:551] Creating *factory.serviceForGateway openshift-insights/metrics took: 19.93µs I0702 22:37:13.713668 3306 factory.go:1336] Added *v1.Service event handler 13 I0702 22:37:13.713680 3306 obj_retry_gateway.go:33] [newRetryFrameworkNodeWithParameters] g.watchFactory=&{0xc00024f1d0 0xc0000ff880 0xc0000ff8f0 0xc0000ff9d0 0xc0000ffa40 0xc0000ffab0 0xc0000ffb20 0xc00039eeb0 0xc0000ffb90 0xc0000ffc00 0xc0000c3ae0 0xc00027e070 map[0x2933060:0xc00477d380 0x29335a0:0xc003eb54a0 0x2933840:0xc0043f63c0 0x2933ae0:0xc004d36360 0x2933d80:0xc005101440 0x2934020:0xc005a2f680 0x2934560:0xc0056c0480 0x2934aa0:0xc005eff200 0x2934d40:0xc0062e56e0 0x295eda0:0xc001793e60 0x295f140:0xc002e76d20 0x295fc20:0xc00073efc0 0x2961580:0xc00169b080 0x2961cc0:0xc001f31bc0 0x29627a0:0xc001b7e180] 0xc0000c5500 0} I0702 22:37:13.713757 3306 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway openshift-ingress/router-default-kwrrc I0702 22:37:13.713784 3306 healthcheck.go:224] Reporting 0 endpoints for healthcheck "openshift-ingress/router-default" I0702 22:37:13.713796 3306 gateway_shared_intf.go:1116] Adding endpointslice router-default-kwrrc in namespace openshift-ingress I0702 22:37:13.713806 3306 obj_retry.go:551] Creating *factory.endpointSliceForGateway openshift-ingress/router-default-kwrrc took: 39.132µs I0702 22:37:13.713838 3306 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway openshift-ingress/router-internal-default-qvs9d I0702 22:37:13.713845 3306 gateway_shared_intf.go:1116] Adding endpointslice router-internal-default-qvs9d in namespace openshift-ingress I0702 22:37:13.713857 3306 obj_retry.go:551] Creating *factory.endpointSliceForGateway openshift-ingress/router-internal-default-qvs9d took: 12.402µs I0702 22:37:13.713861 3306 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway openshift-insights/metrics-t28rt I0702 22:37:13.713867 3306 gateway_shared_intf.go:1116] Adding endpointslice metrics-t28rt in namespace openshift-insights I0702 22:37:13.713881 3306 obj_retry.go:551] Creating *factory.endpointSliceForGateway openshift-insights/metrics-t28rt took: 15.66µs I0702 22:37:13.713889 3306 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway openshift-kube-storage-version-migrator-operator/metrics-fgz7h I0702 22:37:13.713895 3306 gateway_shared_intf.go:1116] Adding endpointslice metrics-fgz7h in namespace openshift-kube-storage-version-migrator-operator I0702 22:37:13.713904 3306 obj_retry.go:551] Creating *factory.endpointSliceForGateway openshift-kube-storage-version-migrator-operator/metrics-fgz7h took: 10.346µs I0702 22:37:13.713911 3306 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway openshift-dns/dns-default-rhhhg I0702 22:37:13.713917 3306 gateway_shared_intf.go:1116] Adding endpointslice dns-default-rhhhg in namespace openshift-dns I0702 22:37:13.713926 3306 obj_retry.go:551] Creating *factory.endpointSliceForGateway openshift-dns/dns-default-rhhhg took: 10.157µs I0702 22:37:13.713932 3306 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway default/openshift-apiserver-p2dtk I0702 22:37:13.713937 3306 gateway_shared_intf.go:1116] Adding endpointslice openshift-apiserver-p2dtk in namespace default I0702 22:37:13.713949 3306 obj_retry.go:551] Creating *factory.endpointSliceForGateway default/openshift-apiserver-p2dtk took: 12.082µs I0702 22:37:13.713955 3306 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway openshift-authentication-operator/metrics-cjp9b I0702 22:37:13.713961 3306 gateway_shared_intf.go:1116] Adding endpointslice metrics-cjp9b in namespace openshift-authentication-operator I0702 22:37:13.713970 3306 obj_retry.go:551] Creating *factory.endpointSliceForGateway openshift-authentication-operator/metrics-cjp9b took: 10.23µs I0702 22:37:13.713974 3306 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway openshift-ingress-canary/ingress-canary-tnh4p I0702 22:37:13.713979 3306 gateway_shared_intf.go:1116] Adding endpointslice ingress-canary-tnh4p in namespace openshift-ingress-canary I0702 22:37:13.713988 3306 obj_retry.go:551] Creating *factory.endpointSliceForGateway openshift-ingress-canary/ingress-canary-tnh4p took: 9.568µs I0702 22:37:13.713994 3306 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway openshift-network-console/networking-console-plugin-qcfj5 I0702 22:37:13.713999 3306 gateway_shared_intf.go:1116] Adding endpointslice networking-console-plugin-qcfj5 in namespace openshift-network-console I0702 22:37:13.714009 3306 obj_retry.go:551] Creating *factory.endpointSliceForGateway openshift-network-console/networking-console-plugin-qcfj5 took: 10.101µs I0702 22:37:13.714015 3306 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway openshift-config-operator/metrics-lx22v I0702 22:37:13.714021 3306 gateway_shared_intf.go:1116] Adding endpointslice metrics-lx22v in namespace openshift-config-operator I0702 22:37:13.714030 3306 obj_retry.go:551] Creating *factory.endpointSliceForGateway openshift-config-operator/metrics-lx22v took: 9.751µs I0702 22:37:13.714034 3306 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway openshift-deployment-validation-operator/deployment-validation-operator-metrics-j7wkt I0702 22:37:13.714039 3306 gateway_shared_intf.go:1116] Adding endpointslice deployment-validation-operator-metrics-j7wkt in namespace openshift-deployment-validation-operator I0702 22:37:13.714049 3306 obj_retry.go:551] Creating *factory.endpointSliceForGateway openshift-deployment-validation-operator/deployment-validation-operator-metrics-j7wkt took: 9.75µs I0702 22:37:13.714052 3306 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway openshift-dns-operator/metrics-2rddl I0702 22:37:13.714057 3306 gateway_shared_intf.go:1116] Adding endpointslice metrics-2rddl in namespace openshift-dns-operator I0702 22:37:13.714067 3306 obj_retry.go:551] Creating *factory.endpointSliceForGateway openshift-dns-operator/metrics-2rddl took: 9.864µs I0702 22:37:13.714074 3306 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway openshift-ingress-operator/metrics-8prm8 I0702 22:37:13.714078 3306 gateway_shared_intf.go:1116] Adding endpointslice metrics-8prm8 in namespace openshift-ingress-operator I0702 22:37:13.714087 3306 obj_retry.go:551] Creating *factory.endpointSliceForGateway openshift-ingress-operator/metrics-8prm8 took: 8.637µs I0702 22:37:13.714091 3306 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway openshift-network-diagnostics/network-check-target-p9czb I0702 22:37:13.714096 3306 gateway_shared_intf.go:1116] Adding endpointslice network-check-target-p9czb in namespace openshift-network-diagnostics I0702 22:37:13.714104 3306 obj_retry.go:551] Creating *factory.endpointSliceForGateway openshift-network-diagnostics/network-check-target-p9czb took: 9.744µs I0702 22:37:13.714108 3306 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway default/openshift-oauth-apiserver-pdsd5 I0702 22:37:13.714114 3306 gateway_shared_intf.go:1116] Adding endpointslice openshift-oauth-apiserver-pdsd5 in namespace default I0702 22:37:13.714124 3306 obj_retry.go:551] Creating *factory.endpointSliceForGateway default/openshift-oauth-apiserver-pdsd5 took: 11.399µs I0702 22:37:13.714130 3306 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway default/packageserver-mqgcw I0702 22:37:13.714135 3306 gateway_shared_intf.go:1116] Adding endpointslice packageserver-mqgcw in namespace default I0702 22:37:13.714143 3306 obj_retry.go:551] Creating *factory.endpointSliceForGateway default/packageserver-mqgcw took: 9.625µs I0702 22:37:13.714148 3306 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway openshift-cloud-credential-operator/cco-metrics-nvm8w I0702 22:37:13.714153 3306 gateway_shared_intf.go:1116] Adding endpointslice cco-metrics-nvm8w in namespace openshift-cloud-credential-operator I0702 22:37:13.714162 3306 obj_retry.go:551] Creating *factory.endpointSliceForGateway openshift-cloud-credential-operator/cco-metrics-nvm8w took: 10.238µs I0702 22:37:13.714166 3306 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway openshift-deployment-validation-operator/deployment-validation-operator-catalog-c966j I0702 22:37:13.714171 3306 gateway_shared_intf.go:1116] Adding endpointslice deployment-validation-operator-catalog-c966j in namespace openshift-deployment-validation-operator I0702 22:37:13.714180 3306 obj_retry.go:551] Creating *factory.endpointSliceForGateway openshift-deployment-validation-operator/deployment-validation-operator-catalog-c966j took: 9.692µs I0702 22:37:13.714185 3306 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway openshift-machine-config-operator/machine-config-operator-cnkj8 I0702 22:37:13.714190 3306 gateway_shared_intf.go:1116] Adding endpointslice machine-config-operator-cnkj8 in namespace openshift-machine-config-operator I0702 22:37:13.714200 3306 obj_retry.go:551] Creating *factory.endpointSliceForGateway openshift-machine-config-operator/machine-config-operator-cnkj8 took: 10.384µs I0702 22:37:13.714204 3306 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway openshift-kube-controller-manager-operator/metrics-g6kx5 I0702 22:37:13.714209 3306 gateway_shared_intf.go:1116] Adding endpointslice metrics-g6kx5 in namespace openshift-kube-controller-manager-operator I0702 22:37:13.714219 3306 obj_retry.go:551] Creating *factory.endpointSliceForGateway openshift-kube-controller-manager-operator/metrics-g6kx5 took: 10.167µs I0702 22:37:13.714225 3306 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway openshift-machine-config-operator/machine-config-controller-lf2sl I0702 22:37:13.714230 3306 gateway_shared_intf.go:1116] Adding endpointslice machine-config-controller-lf2sl in namespace openshift-machine-config-operator I0702 22:37:13.714240 3306 obj_retry.go:551] Creating *factory.endpointSliceForGateway openshift-machine-config-operator/machine-config-controller-lf2sl took: 9.692µs I0702 22:37:13.714247 3306 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway openshift-apiserver/check-endpoints-45bqn I0702 22:37:13.714252 3306 gateway_shared_intf.go:1116] Adding endpointslice check-endpoints-45bqn in namespace openshift-apiserver I0702 22:37:13.714261 3306 obj_retry.go:551] Creating *factory.endpointSliceForGateway openshift-apiserver/check-endpoints-45bqn took: 9.616µs I0702 22:37:13.714267 3306 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics-5xs42 I0702 22:37:13.714272 3306 gateway_shared_intf.go:1116] Adding endpointslice csi-snapshot-controller-operator-metrics-5xs42 in namespace openshift-cluster-storage-operator I0702 22:37:13.714282 3306 obj_retry.go:551] Creating *factory.endpointSliceForGateway openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics-5xs42 took: 10.404µs I0702 22:37:13.714288 3306 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway openshift-cluster-version/cluster-version-operator-h8zdc I0702 22:37:13.714293 3306 gateway_shared_intf.go:1116] Adding endpointslice cluster-version-operator-h8zdc in namespace openshift-cluster-version I0702 22:37:13.714303 3306 obj_retry.go:551] Creating *factory.endpointSliceForGateway openshift-cluster-version/cluster-version-operator-h8zdc took: 9.881µs I0702 22:37:13.714309 3306 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway openshift-console-operator/metrics-8trvm I0702 22:37:13.714314 3306 gateway_shared_intf.go:1116] Adding endpointslice metrics-8trvm in namespace openshift-console-operator I0702 22:37:13.714323 3306 obj_retry.go:551] Creating *factory.endpointSliceForGateway openshift-console-operator/metrics-8trvm took: 9.294µs I0702 22:37:13.714330 3306 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway openshift-image-registry/image-registry-89jxv I0702 22:37:13.714335 3306 gateway_shared_intf.go:1116] Adding endpointslice image-registry-89jxv in namespace openshift-image-registry I0702 22:37:13.714344 3306 obj_retry.go:551] Creating *factory.endpointSliceForGateway openshift-image-registry/image-registry-89jxv took: 9.878µs I0702 22:37:13.714350 3306 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway openshift-service-ca-operator/metrics-d2hj4 I0702 22:37:13.714356 3306 gateway_shared_intf.go:1116] Adding endpointslice metrics-d2hj4 in namespace openshift-service-ca-operator I0702 22:37:13.714364 3306 obj_retry.go:551] Creating *factory.endpointSliceForGateway openshift-service-ca-operator/metrics-d2hj4 took: 9.406µs I0702 22:37:13.714369 3306 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway default/kubernetes I0702 22:37:13.714374 3306 gateway_shared_intf.go:1116] Adding endpointslice kubernetes in namespace default I0702 22:37:13.714383 3306 obj_retry.go:551] Creating *factory.endpointSliceForGateway default/kubernetes took: 9.631µs I0702 22:37:13.714387 3306 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway openshift-apiserver-operator/metrics-v87mj I0702 22:37:13.714392 3306 gateway_shared_intf.go:1116] Adding endpointslice metrics-v87mj in namespace openshift-apiserver-operator I0702 22:37:13.714401 3306 obj_retry.go:551] Creating *factory.endpointSliceForGateway openshift-apiserver-operator/metrics-v87mj took: 9.147µs I0702 22:37:13.714407 3306 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway openshift-cluster-node-tuning-operator/performance-addon-operator-service-4dmm6 I0702 22:37:13.714412 3306 gateway_shared_intf.go:1116] Adding endpointslice performance-addon-operator-service-4dmm6 in namespace openshift-cluster-node-tuning-operator I0702 22:37:13.714422 3306 obj_retry.go:551] Creating *factory.endpointSliceForGateway openshift-cluster-node-tuning-operator/performance-addon-operator-service-4dmm6 took: 10.437µs I0702 22:37:13.714428 3306 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway openshift-cluster-storage-operator/cluster-storage-operator-metrics-jmcjd I0702 22:37:13.714433 3306 gateway_shared_intf.go:1116] Adding endpointslice cluster-storage-operator-metrics-jmcjd in namespace openshift-cluster-storage-operator I0702 22:37:13.714444 3306 obj_retry.go:551] Creating *factory.endpointSliceForGateway openshift-cluster-storage-operator/cluster-storage-operator-metrics-jmcjd took: 10.921µs I0702 22:37:13.714450 3306 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway openshift-machine-config-operator/machine-config-daemon-ztq6l I0702 22:37:13.714455 3306 gateway_shared_intf.go:1116] Adding endpointslice machine-config-daemon-ztq6l in namespace openshift-machine-config-operator I0702 22:37:13.714464 3306 obj_retry.go:551] Creating *factory.endpointSliceForGateway openshift-machine-config-operator/machine-config-daemon-ztq6l took: 9.374µs I0702 22:37:13.714478 3306 factory.go:1336] Added *v1.EndpointSlice event handler 14 I0702 22:37:13.714488 3306 obj_retry_gateway.go:33] [newRetryFrameworkNodeWithParameters] g.watchFactory=&{0xc00024f1d0 0xc0000ff880 0xc0000ff8f0 0xc0000ff9d0 0xc0000ffa40 0xc0000ffab0 0xc0000ffb20 0xc00039eeb0 0xc0000ffb90 0xc0000ffc00 0xc0000c3ae0 0xc00027e070 map[0x2933060:0xc00477d380 0x29335a0:0xc003eb54a0 0x2933840:0xc0043f63c0 0x2933ae0:0xc004d36360 0x2933d80:0xc005101440 0x2934020:0xc005a2f680 0x2934560:0xc0056c0480 0x2934aa0:0xc005eff200 0x2934d40:0xc0062e56e0 0x295eda0:0xc001793e60 0x295f140:0xc002e76d20 0x295fc20:0xc00073efc0 0x2961580:0xc00169b080 0x2961cc0:0xc001f31bc0 0x29627a0:0xc001b7e180] 0xc0000c5500 0} I0702 22:37:13.714524 3306 gateway.go:479] Reconciling gateway with updates I0702 22:37:13.714595 3306 iptables.go:143] Deleting rule in table: nat, chain: POSTROUTING with args: "-s 10.128.0.0/23 -j MASQUERADE" for protocol: 0 I0702 22:37:13.723150 3306 gateway.go:513] Adding service openshift-dns/dns-default to retryServices I0702 22:37:13.723172 3306 gateway.go:513] Adding service openshift-image-registry/image-registry to retryServices I0702 22:37:13.723180 3306 gateway.go:513] Adding service openshift-ingress-canary/ingress-canary to retryServices I0702 22:37:13.723187 3306 gateway.go:513] Adding service openshift-ingress/router-default to retryServices I0702 22:37:13.723192 3306 gateway.go:513] Adding service openshift-kube-storage-version-migrator-operator/metrics to retryServices I0702 22:37:13.723198 3306 gateway.go:513] Adding service openshift-cluster-machine-approver/machine-approver to retryServices I0702 22:37:13.723205 3306 gateway.go:513] Adding service openshift-cluster-version/cluster-version-operator to retryServices I0702 22:37:13.723212 3306 gateway.go:513] Adding service openshift-deployment-validation-operator/deployment-validation-operator-catalog to retryServices I0702 22:37:13.723218 3306 gateway.go:513] Adding service openshift-network-diagnostics/network-check-target to retryServices I0702 22:37:13.723238 3306 gateway.go:513] Adding service default/openshift-oauth-apiserver to retryServices I0702 22:37:13.723248 3306 gateway.go:513] Adding service openshift-apiserver-operator/metrics to retryServices I0702 22:37:13.723253 3306 gateway.go:513] Adding service openshift-machine-config-operator/machine-config-operator to retryServices I0702 22:37:13.723259 3306 gateway.go:513] Adding service openshift-monitoring/cluster-monitoring-operator to retryServices I0702 22:37:13.723266 3306 gateway.go:513] Adding service openshift-config-operator/metrics to retryServices I0702 22:37:13.723273 3306 gateway.go:513] Adding service openshift-ingress/router-internal-default to retryServices I0702 22:37:13.723278 3306 gateway.go:513] Adding service openshift-kube-controller-manager-operator/metrics to retryServices I0702 22:37:13.723284 3306 gateway.go:513] Adding service openshift-cluster-node-tuning-operator/node-tuning-operator to retryServices I0702 22:37:13.723290 3306 gateway.go:513] Adding service openshift-cluster-storage-operator/cluster-storage-operator-metrics to retryServices I0702 22:37:13.723297 3306 gateway.go:513] Adding service openshift-cluster-node-tuning-operator/performance-addon-operator-service to retryServices I0702 22:37:13.723303 3306 gateway.go:513] Adding service openshift-cluster-samples-operator/metrics to retryServices I0702 22:37:13.723307 3306 gateway.go:513] Adding service openshift-console-operator/metrics to retryServices I0702 22:37:13.723313 3306 gateway.go:513] Adding service openshift-machine-config-operator/machine-config-controller to retryServices I0702 22:37:13.723318 3306 gateway.go:513] Adding service openshift-ovn-kubernetes/ovn-kubernetes-node to retryServices I0702 22:37:13.723323 3306 gateway.go:513] Adding service default/openshift-apiserver to retryServices I0702 22:37:13.723328 3306 gateway.go:513] Adding service openshift-apiserver/check-endpoints to retryServices I0702 22:37:13.723334 3306 gateway.go:513] Adding service openshift-multus/network-metrics-service to retryServices I0702 22:37:13.723340 3306 gateway.go:513] Adding service openshift-network-diagnostics/network-check-source to retryServices I0702 22:37:13.723347 3306 gateway.go:513] Adding service default/openshift to retryServices I0702 22:37:13.723353 3306 gateway.go:513] Adding service openshift-cloud-credential-operator/cco-metrics to retryServices I0702 22:37:13.723360 3306 gateway.go:513] Adding service openshift-insights/metrics to retryServices I0702 22:37:13.723366 3306 gateway.go:513] Adding service openshift-machine-config-operator/machine-config-daemon to retryServices I0702 22:37:13.723372 3306 gateway.go:513] Adding service openshift-network-console/networking-console-plugin to retryServices I0702 22:37:13.723377 3306 gateway.go:513] Adding service openshift-deployment-validation-operator/deployment-validation-operator-metrics to retryServices I0702 22:37:13.723383 3306 gateway.go:513] Adding service openshift-ingress-operator/metrics to retryServices I0702 22:37:13.723390 3306 gateway.go:513] Adding service openshift-authentication-operator/metrics to retryServices I0702 22:37:13.723395 3306 gateway.go:513] Adding service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics to retryServices I0702 22:37:13.723400 3306 gateway.go:513] Adding service openshift-dns-operator/metrics to retryServices I0702 22:37:13.723405 3306 gateway.go:513] Adding service openshift-network-operator/metrics to retryServices I0702 22:37:13.723411 3306 gateway.go:513] Adding service openshift-service-ca-operator/metrics to retryServices I0702 22:37:13.723416 3306 gateway.go:513] Adding service default/kubernetes to retryServices I0702 22:37:13.723429 3306 gateway.go:513] Adding service default/packageserver to retryServices I0702 22:37:13.723443 3306 obj_retry.go:240] Iterate retry objects requested (resource *factory.serviceForGateway) I0702 22:37:13.723457 3306 openflow_manager.go:110] Gateway OpenFlow sync already requested I0702 22:37:13.723476 3306 factory.go:1336] Added *v1.EgressIP event handler 15 I0702 22:37:13.723516 3306 gateway.go:330] Spawning Conntrack Rule Check Thread I0702 22:37:13.723534 3306 default_node_network_controller.go:1182] Gateway and management port readiness took 72.284249ms I0702 22:37:13.723537 3306 obj_retry.go:434] periodicallyRetryResources: Retry channel got triggered: retrying failed objects of type *factory.serviceForGateway I0702 22:37:13.723554 3306 obj_retry.go:409] Going to retry *factory.serviceForGateway resource setup for 41 objects: [openshift-dns-operator/metrics openshift-service-ca-operator/metrics openshift-ovn-kubernetes/ovn-kubernetes-node openshift-authentication-operator/metrics openshift-deployment-validation-operator/deployment-validation-operator-catalog openshift-network-diagnostics/network-check-target openshift-cluster-node-tuning-operator/performance-addon-operator-service openshift-network-console/networking-console-plugin openshift-kube-storage-version-migrator-operator/metrics openshift-cluster-machine-approver/machine-approver openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics default/packageserver openshift-ingress-canary/ingress-canary openshift-deployment-validation-operator/deployment-validation-operator-metrics default/openshift-oauth-apiserver openshift-kube-controller-manager-operator/metrics openshift-cluster-node-tuning-operator/node-tuning-operator openshift-cluster-storage-operator/cluster-storage-operator-metrics openshift-cluster-samples-operator/metrics openshift-image-registry/image-registry openshift-cluster-version/cluster-version-operator openshift-network-diagnostics/network-check-source openshift-apiserver/check-endpoints openshift-multus/network-metrics-service openshift-ingress/router-internal-default openshift-console-operator/metrics default/openshift-apiserver openshift-insights/metrics openshift-ingress-operator/metrics default/kubernetes openshift-ingress/router-default openshift-machine-config-operator/machine-config-operator default/openshift openshift-monitoring/cluster-monitoring-operator openshift-config-operator/metrics openshift-machine-config-operator/machine-config-controller openshift-cloud-credential-operator/cco-metrics openshift-machine-config-operator/machine-config-daemon openshift-network-operator/metrics openshift-dns/dns-default openshift-apiserver-operator/metrics] I0702 22:37:13.723618 3306 obj_retry.go:418] Waiting for all the *factory.serviceForGateway retry setup to complete in iterateRetryResources I0702 22:37:13.723673 3306 obj_retry.go:303] Retry object setup: *factory.serviceForGateway default/openshift-oauth-apiserver I0702 22:37:13.723704 3306 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 5 Dst: 172.30.0.0/16 Src: 169.254.0.2 Gw: 169.254.0.4 Flags: [] Table: 0 Realm: 0} I0702 22:37:13.723762 3306 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-apiserver-operator/metrics I0702 22:37:13.723802 3306 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-cloud-credential-operator/cco-metrics I0702 22:37:13.723809 3306 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-apiserver-operator/metrics I0702 22:37:13.723835 3306 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-cloud-credential-operator/cco-metrics I0702 22:37:13.723840 3306 gateway_shared_intf.go:827] Adding service metrics in namespace openshift-apiserver-operator I0702 22:37:13.723845 3306 gateway_shared_intf.go:827] Adding service cco-metrics in namespace openshift-cloud-credential-operator I0702 22:37:13.723887 3306 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-deployment-validation-operator/deployment-validation-operator-metrics I0702 22:37:13.723901 3306 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-deployment-validation-operator/deployment-validation-operator-metrics I0702 22:37:13.723635 3306 ovs.go:159] Exec(91): /usr/bin/ovs-ofctl -O OpenFlow13 --bundle replace-flows br-ex - I0702 22:37:13.723908 3306 gateway_shared_intf.go:827] Adding service deployment-validation-operator-metrics in namespace openshift-deployment-validation-operator I0702 22:37:13.723892 3306 gateway_shared_intf.go:860] Updating already programmed rules for metrics in namespace openshift-apiserver-operator I0702 22:37:13.723765 3306 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-network-operator/metrics I0702 22:37:13.723962 3306 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-network-operator/metrics I0702 22:37:13.723972 3306 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-network-operator/metrics after 0 failed attempt(s) I0702 22:37:13.723906 3306 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-cluster-node-tuning-operator/performance-addon-operator-service I0702 22:37:13.723991 3306 route_manager.go:111] Route Manager: completed adding route: {Ifindex: 5 Dst: 172.30.0.0/16 Src: 169.254.0.2 Gw: 169.254.0.4 Flags: [] Table: 254 Realm: 0} I0702 22:37:13.723998 3306 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-cluster-node-tuning-operator/performance-addon-operator-service I0702 22:37:13.724006 3306 ovs.go:159] Exec(92): /usr/bin/ovs-vsctl --timeout=15 --if-exists del-br br-ext I0702 22:37:13.723901 3306 gateway_shared_intf.go:860] Updating already programmed rules for cco-metrics in namespace openshift-cloud-credential-operator I0702 22:37:13.724007 3306 gateway_shared_intf.go:827] Adding service performance-addon-operator-service in namespace openshift-cluster-node-tuning-operator I0702 22:37:13.724060 3306 gateway_shared_intf.go:860] Updating already programmed rules for performance-addon-operator-service in namespace openshift-cluster-node-tuning-operator I0702 22:37:13.723653 3306 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-image-registry/image-registry I0702 22:37:13.724081 3306 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-image-registry/image-registry I0702 22:37:13.724088 3306 gateway_shared_intf.go:827] Adding service image-registry in namespace openshift-image-registry I0702 22:37:13.724114 3306 gateway_shared_intf.go:860] Updating already programmed rules for image-registry in namespace openshift-image-registry I0702 22:37:13.723666 3306 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-kube-controller-manager-operator/metrics I0702 22:37:13.724119 3306 node_ip_handler_linux.go:494] Skipping non-useable IP address for host: 127.0.0.1/8 lo I0702 22:37:13.724131 3306 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-kube-controller-manager-operator/metrics I0702 22:37:13.724141 3306 gateway_shared_intf.go:827] Adding service metrics in namespace openshift-kube-controller-manager-operator I0702 22:37:13.724172 3306 gateway_shared_intf.go:860] Updating already programmed rules for metrics in namespace openshift-kube-controller-manager-operator I0702 22:37:13.724170 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 5 Dst: 172.30.0.0/16 Src: 169.254.0.2 Gw: 169.254.0.4 Flags: [] Table: 254 Realm: 0}" I0702 22:37:13.724227 3306 node_ip_handler_linux.go:494] Skipping non-useable IP address for host: 169.254.0.2/17 br-ex I0702 22:37:13.724245 3306 node_ip_handler_linux.go:494] Skipping non-useable IP address for host: 10.128.0.2/23 ovn-k8s-mp0 I0702 22:37:13.723680 3306 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-cluster-node-tuning-operator/node-tuning-operator I0702 22:37:13.724260 3306 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-cluster-node-tuning-operator/node-tuning-operator I0702 22:37:13.724264 3306 node_ip_handler_linux.go:172] Node IP manager is running I0702 22:37:13.724269 3306 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-cluster-node-tuning-operator/node-tuning-operator after 0 failed attempt(s) I0702 22:37:13.723683 3306 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-cluster-machine-approver/machine-approver I0702 22:37:13.724283 3306 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-cluster-machine-approver/machine-approver I0702 22:37:13.724289 3306 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-cluster-machine-approver/machine-approver after 0 failed attempt(s) I0702 22:37:13.723689 3306 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-cluster-storage-operator/cluster-storage-operator-metrics I0702 22:37:13.724301 3306 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-cluster-storage-operator/cluster-storage-operator-metrics I0702 22:37:13.724308 3306 gateway_shared_intf.go:827] Adding service cluster-storage-operator-metrics in namespace openshift-cluster-storage-operator I0702 22:37:13.723694 3306 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-ingress/router-default I0702 22:37:13.724466 3306 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-ingress/router-default I0702 22:37:13.724499 3306 port_claim.go:197] Handle NodePort service router-default port 31548 I0702 22:37:13.723699 3306 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-dns-operator/metrics I0702 22:37:13.724587 3306 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-dns-operator/metrics I0702 22:37:13.724602 3306 gateway_shared_intf.go:827] Adding service metrics in namespace openshift-dns-operator I0702 22:37:13.724642 3306 gateway_shared_intf.go:860] Updating already programmed rules for metrics in namespace openshift-dns-operator I0702 22:37:13.724502 3306 gateway_shared_intf.go:860] Updating already programmed rules for cluster-storage-operator-metrics in namespace openshift-cluster-storage-operator I0702 22:37:13.723704 3306 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-machine-config-operator/machine-config-operator I0702 22:37:13.724663 3306 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-machine-config-operator/machine-config-operator I0702 22:37:13.724670 3306 gateway_shared_intf.go:827] Adding service machine-config-operator in namespace openshift-machine-config-operator I0702 22:37:13.724703 3306 gateway_shared_intf.go:860] Updating already programmed rules for machine-config-operator in namespace openshift-machine-config-operator I0702 22:37:13.723699 3306 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-cluster-samples-operator/metrics I0702 22:37:13.724719 3306 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-cluster-samples-operator/metrics I0702 22:37:13.724726 3306 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-cluster-samples-operator/metrics after 0 failed attempt(s) I0702 22:37:13.723711 3306 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-service-ca-operator/metrics I0702 22:37:13.724739 3306 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-service-ca-operator/metrics I0702 22:37:13.724746 3306 gateway_shared_intf.go:827] Adding service metrics in namespace openshift-service-ca-operator I0702 22:37:13.723714 3306 obj_retry.go:303] Retry object setup: *factory.serviceForGateway default/openshift I0702 22:37:13.724761 3306 obj_retry.go:365] Adding new object: *factory.serviceForGateway default/openshift I0702 22:37:13.724771 3306 obj_retry.go:386] Retry successful for *factory.serviceForGateway default/openshift after 0 failed attempt(s) I0702 22:37:13.724774 3306 gateway_shared_intf.go:860] Updating already programmed rules for metrics in namespace openshift-service-ca-operator I0702 22:37:13.723712 3306 obj_retry.go:303] Retry object setup: *factory.serviceForGateway default/kubernetes I0702 22:37:13.724786 3306 obj_retry.go:365] Adding new object: *factory.serviceForGateway default/kubernetes I0702 22:37:13.724793 3306 gateway_shared_intf.go:827] Adding service kubernetes in namespace default I0702 22:37:13.723717 3306 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-ingress/router-internal-default I0702 22:37:13.724852 3306 gateway_shared_intf.go:860] Updating already programmed rules for kubernetes in namespace default I0702 22:37:13.724855 3306 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-ingress/router-internal-default I0702 22:37:13.724864 3306 gateway_shared_intf.go:827] Adding service router-internal-default in namespace openshift-ingress I0702 22:37:13.724899 3306 gateway_shared_intf.go:860] Updating already programmed rules for router-internal-default in namespace openshift-ingress I0702 22:37:13.723718 3306 obj_retry.go:365] Adding new object: *factory.serviceForGateway default/openshift-oauth-apiserver I0702 22:37:13.724909 3306 gateway_shared_intf.go:827] Adding service openshift-oauth-apiserver in namespace default I0702 22:37:13.724939 3306 gateway_shared_intf.go:860] Updating already programmed rules for openshift-oauth-apiserver in namespace default I0702 22:37:13.723721 3306 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-ovn-kubernetes/ovn-kubernetes-node I0702 22:37:13.724954 3306 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-ovn-kubernetes/ovn-kubernetes-node I0702 22:37:13.724961 3306 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-ovn-kubernetes/ovn-kubernetes-node after 0 failed attempt(s) I0702 22:37:13.723724 3306 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-monitoring/cluster-monitoring-operator I0702 22:37:13.724977 3306 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-monitoring/cluster-monitoring-operator I0702 22:37:13.724984 3306 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-monitoring/cluster-monitoring-operator after 0 failed attempt(s) I0702 22:37:13.723726 3306 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-console-operator/metrics I0702 22:37:13.725001 3306 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-console-operator/metrics I0702 22:37:13.725011 3306 gateway_shared_intf.go:827] Adding service metrics in namespace openshift-console-operator I0702 22:37:13.725041 3306 gateway_shared_intf.go:860] Updating already programmed rules for metrics in namespace openshift-console-operator I0702 22:37:13.723727 3306 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-cluster-version/cluster-version-operator I0702 22:37:13.725055 3306 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-cluster-version/cluster-version-operator I0702 22:37:13.725061 3306 gateway_shared_intf.go:827] Adding service cluster-version-operator in namespace openshift-cluster-version I0702 22:37:13.723729 3306 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics I0702 22:37:13.725081 3306 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics I0702 22:37:13.725090 3306 gateway_shared_intf.go:827] Adding service csi-snapshot-controller-operator-metrics in namespace openshift-cluster-storage-operator I0702 22:37:13.725090 3306 gateway_shared_intf.go:860] Updating already programmed rules for cluster-version-operator in namespace openshift-cluster-version I0702 22:37:13.725125 3306 gateway_shared_intf.go:860] Updating already programmed rules for csi-snapshot-controller-operator-metrics in namespace openshift-cluster-storage-operator I0702 22:37:13.723734 3306 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-authentication-operator/metrics I0702 22:37:13.725143 3306 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-authentication-operator/metrics I0702 22:37:13.725150 3306 gateway_shared_intf.go:827] Adding service metrics in namespace openshift-authentication-operator I0702 22:37:13.725180 3306 gateway_shared_intf.go:860] Updating already programmed rules for metrics in namespace openshift-authentication-operator I0702 22:37:13.723735 3306 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-config-operator/metrics I0702 22:37:13.725196 3306 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-config-operator/metrics I0702 22:37:13.725202 3306 gateway_shared_intf.go:827] Adding service metrics in namespace openshift-config-operator I0702 22:37:13.725227 3306 gateway_shared_intf.go:860] Updating already programmed rules for metrics in namespace openshift-config-operator I0702 22:37:13.723736 3306 obj_retry.go:303] Retry object setup: *factory.serviceForGateway default/openshift-apiserver I0702 22:37:13.723737 3306 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-network-diagnostics/network-check-source I0702 22:37:13.723739 3306 obj_retry.go:303] Retry object setup: *factory.serviceForGateway default/packageserver I0702 22:37:13.723743 3306 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-deployment-validation-operator/deployment-validation-operator-catalog I0702 22:37:13.723745 3306 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-machine-config-operator/machine-config-controller I0702 22:37:13.723764 3306 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-kube-storage-version-migrator-operator/metrics I0702 22:37:13.723766 3306 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-ingress-operator/metrics I0702 22:37:13.723774 3306 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-apiserver/check-endpoints I0702 22:37:13.723782 3306 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-ingress-canary/ingress-canary I0702 22:37:13.723762 3306 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-insights/metrics I0702 22:37:13.723791 3306 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-network-diagnostics/network-check-target I0702 22:37:13.723797 3306 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-multus/network-metrics-service I0702 22:37:13.723918 3306 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-machine-config-operator/machine-config-daemon I0702 22:37:13.723928 3306 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-network-console/networking-console-plugin I0702 22:37:13.723942 3306 gateway_shared_intf.go:860] Updating already programmed rules for deployment-validation-operator-metrics in namespace openshift-deployment-validation-operator I0702 22:37:13.723936 3306 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-dns/dns-default I0702 22:37:13.724530 3306 port_claim.go:41] Opening socket for service: openshift-ingress/router-default, port: 31548 and protocol TCP I0702 22:37:13.725325 3306 obj_retry.go:365] Adding new object: *factory.serviceForGateway default/packageserver I0702 22:37:13.725335 3306 gateway_shared_intf.go:827] Adding service packageserver in namespace default I0702 22:37:13.725331 3306 port_claim.go:64] Opening socket for LocalPort "nodePort for openshift-ingress/router-default:http" (:31548/tcp) I0702 22:37:13.725349 3306 port_claim.go:71] Svc openshift-ingress/router-default: port 31548 is already open, no action needed I0702 22:37:13.725357 3306 port_claim.go:197] Handle NodePort service router-default port 32746 I0702 22:37:13.725365 3306 port_claim.go:41] Opening socket for service: openshift-ingress/router-default, port: 32746 and protocol TCP I0702 22:37:13.725373 3306 port_claim.go:64] Opening socket for LocalPort "nodePort for openshift-ingress/router-default:https" (:32746/tcp) I0702 22:37:13.725382 3306 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-deployment-validation-operator/deployment-validation-operator-catalog I0702 22:37:13.725390 3306 gateway_shared_intf.go:827] Adding service deployment-validation-operator-catalog in namespace openshift-deployment-validation-operator I0702 22:37:13.725392 3306 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-kube-storage-version-migrator-operator/metrics I0702 22:37:13.725399 3306 gateway_shared_intf.go:827] Adding service metrics in namespace openshift-kube-storage-version-migrator-operator I0702 22:37:13.725421 3306 gateway_shared_intf.go:860] Updating already programmed rules for deployment-validation-operator-catalog in namespace openshift-deployment-validation-operator I0702 22:37:13.725376 3306 gateway_shared_intf.go:860] Updating already programmed rules for packageserver in namespace default I0702 22:37:13.725383 3306 port_claim.go:71] Svc openshift-ingress/router-default: port 32746 is already open, no action needed I0702 22:37:13.725442 3306 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-ingress-operator/metrics I0702 22:37:13.725445 3306 healthcheck.go:141] Existing healthcheck "openshift-ingress/router-default" on port 30574 I0702 22:37:13.725451 3306 gateway_shared_intf.go:827] Adding service metrics in namespace openshift-ingress-operator I0702 22:37:13.725464 3306 healthcheck.go:224] Reporting 0 endpoints for healthcheck "openshift-ingress/router-default" I0702 22:37:13.725475 3306 gateway_shared_intf.go:827] Adding service router-default in namespace openshift-ingress I0702 22:37:13.725476 3306 gateway_shared_intf.go:860] Updating already programmed rules for metrics in namespace openshift-ingress-operator I0702 22:37:13.725484 3306 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-apiserver/check-endpoints I0702 22:37:13.725489 3306 gateway_shared_intf.go:827] Adding service check-endpoints in namespace openshift-apiserver I0702 22:37:13.725490 3306 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-machine-config-operator/machine-config-daemon I0702 22:37:13.725500 3306 gateway_shared_intf.go:827] Adding service machine-config-daemon in namespace openshift-machine-config-operator I0702 22:37:13.725504 3306 gateway_shared_intf.go:860] Updating already programmed rules for router-default in namespace openshift-ingress I0702 22:37:13.725312 3306 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-machine-config-operator/machine-config-controller I0702 22:37:13.725513 3306 gateway_shared_intf.go:860] Updating already programmed rules for check-endpoints in namespace openshift-apiserver I0702 22:37:13.725514 3306 gateway_shared_intf.go:827] Adding service machine-config-controller in namespace openshift-machine-config-operator I0702 22:37:13.725522 3306 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-network-console/networking-console-plugin I0702 22:37:13.725527 3306 gateway_shared_intf.go:827] Adding service networking-console-plugin in namespace openshift-network-console I0702 22:37:13.725536 3306 gateway_shared_intf.go:860] Updating already programmed rules for machine-config-daemon in namespace openshift-machine-config-operator I0702 22:37:13.725542 3306 gateway_shared_intf.go:860] Updating already programmed rules for machine-config-controller in namespace openshift-machine-config-operator I0702 22:37:13.725435 3306 gateway_shared_intf.go:860] Updating already programmed rules for metrics in namespace openshift-kube-storage-version-migrator-operator I0702 22:37:13.725546 3306 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-ingress-canary/ingress-canary I0702 22:37:13.725552 3306 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-dns/dns-default I0702 22:37:13.725555 3306 gateway_shared_intf.go:860] Updating already programmed rules for networking-console-plugin in namespace openshift-network-console I0702 22:37:13.725559 3306 gateway_shared_intf.go:827] Adding service dns-default in namespace openshift-dns I0702 22:37:13.725565 3306 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-network-diagnostics/network-check-target I0702 22:37:13.725301 3306 obj_retry.go:365] Adding new object: *factory.serviceForGateway default/openshift-apiserver I0702 22:37:13.725570 3306 gateway_shared_intf.go:827] Adding service network-check-target in namespace openshift-network-diagnostics I0702 22:37:13.725574 3306 gateway_shared_intf.go:827] Adding service openshift-apiserver in namespace default I0702 22:37:13.725586 3306 gateway_shared_intf.go:860] Updating already programmed rules for dns-default in namespace openshift-dns I0702 22:37:13.725559 3306 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-insights/metrics I0702 22:37:13.725595 3306 gateway_shared_intf.go:827] Adding service metrics in namespace openshift-insights I0702 22:37:13.725597 3306 gateway_shared_intf.go:860] Updating already programmed rules for network-check-target in namespace openshift-network-diagnostics I0702 22:37:13.725602 3306 gateway_shared_intf.go:860] Updating already programmed rules for openshift-apiserver in namespace default I0702 22:37:13.725553 3306 gateway_shared_intf.go:827] Adding service ingress-canary in namespace openshift-ingress-canary I0702 22:37:13.725605 3306 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-multus/network-metrics-service I0702 22:37:13.725613 3306 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-multus/network-metrics-service after 0 failed attempt(s) I0702 22:37:13.725318 3306 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-network-diagnostics/network-check-source I0702 22:37:13.725618 3306 gateway_shared_intf.go:860] Updating already programmed rules for metrics in namespace openshift-insights I0702 22:37:13.725624 3306 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-network-diagnostics/network-check-source after 0 failed attempt(s) I0702 22:37:13.725629 3306 gateway_shared_intf.go:860] Updating already programmed rules for ingress-canary in namespace openshift-ingress-canary I0702 22:37:13.729996 3306 ovs.go:162] Exec(92): stdout: "" I0702 22:37:13.730011 3306 ovs.go:163] Exec(92): stderr: "" I0702 22:37:13.730024 3306 ovs.go:159] Exec(93): /usr/bin/ovs-vsctl --timeout=15 --if-exists del-port br-int int I0702 22:37:13.735177 3306 ovs.go:162] Exec(93): stdout: "" I0702 22:37:13.735191 3306 ovs.go:163] Exec(93): stderr: "" I0702 22:37:13.735363 3306 healthcheck_node.go:124] "Starting node proxy healthz server" address="0.0.0.0:10256" W0702 22:37:13.735369 3306 egressip_healthcheck.go:74] Health checking using insecure connection I0702 22:37:13.735409 3306 egressip_healthcheck.go:107] Starting Egress IP Health Server on 10.128.0.2:9107 I0702 22:37:13.735735 3306 egressservice_node.go:93] Setting up event handlers for Egress Services I0702 22:37:13.735872 3306 egressservice_node.go:183] Starting Egress Services Controller I0702 22:37:13.735889 3306 shared_informer.go:313] Waiting for caches to sync for egressservices I0702 22:37:13.735895 3306 shared_informer.go:320] Caches are synced for egressservices I0702 22:37:13.735900 3306 shared_informer.go:313] Waiting for caches to sync for egressservices_services I0702 22:37:13.735903 3306 shared_informer.go:320] Caches are synced for egressservices_services I0702 22:37:13.735907 3306 shared_informer.go:313] Waiting for caches to sync for egressservices_endpointslices I0702 22:37:13.735910 3306 shared_informer.go:320] Caches are synced for egressservices_endpointslices I0702 22:37:13.735914 3306 egressservice_node.go:197] Repairing Egress Services I0702 22:37:13.743613 3306 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-apiserver-operator/metrics after 0 failed attempt(s) I0702 22:37:13.745574 3306 node_controller.go:43] Starting Admin Policy Based Route Node Controller I0702 22:37:13.745587 3306 external_controller.go:276] Starting Admin Policy Based Route Controller I0702 22:37:13.745715 3306 default_node_network_controller.go:1316] Egress IP for secondary host network is disabled I0702 22:37:13.745733 3306 link_network_manager.go:115] Link manager is running I0702 22:37:13.745748 3306 default_node_network_controller.go:1327] Default node network controller initialized and ready. I0702 22:37:13.745826 3306 ovspinning_linux.go:39] OVS CPU affinity pinning disabled I0702 22:37:13.746031 3306 vrf_manager.go:128] VRF manager is running I0702 22:37:13.762139 3306 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-image-registry/image-registry after 0 failed attempt(s) I0702 22:37:13.762139 3306 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-dns-operator/metrics after 0 failed attempt(s) I0702 22:37:13.762154 3306 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics after 0 failed attempt(s) I0702 22:37:13.762162 3306 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-cluster-node-tuning-operator/performance-addon-operator-service after 0 failed attempt(s) I0702 22:37:13.798745 3306 obj_retry.go:386] Retry successful for *factory.serviceForGateway default/kubernetes after 0 failed attempt(s) I0702 22:37:13.798758 3306 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-ingress/router-internal-default after 0 failed attempt(s) I0702 22:37:13.798781 3306 obj_retry.go:386] Retry successful for *factory.serviceForGateway default/openshift-oauth-apiserver after 0 failed attempt(s) I0702 22:37:13.798791 3306 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-console-operator/metrics after 0 failed attempt(s) I0702 22:37:13.798802 3306 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-cluster-storage-operator/cluster-storage-operator-metrics after 0 failed attempt(s) I0702 22:37:13.798811 3306 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-machine-config-operator/machine-config-operator after 0 failed attempt(s) I0702 22:37:13.798843 3306 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-cluster-version/cluster-version-operator after 0 failed attempt(s) I0702 22:37:13.798850 3306 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-service-ca-operator/metrics after 0 failed attempt(s) I0702 22:37:13.798862 3306 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-machine-config-operator/machine-config-daemon after 0 failed attempt(s) I0702 22:37:13.798873 3306 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-ingress-operator/metrics after 0 failed attempt(s) I0702 22:37:13.798879 3306 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-config-operator/metrics after 0 failed attempt(s) I0702 22:37:13.798885 3306 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-authentication-operator/metrics after 0 failed attempt(s) I0702 22:37:13.835152 3306 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-ingress/router-default after 0 failed attempt(s) I0702 22:37:13.835165 3306 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-deployment-validation-operator/deployment-validation-operator-catalog after 0 failed attempt(s) I0702 22:37:13.835188 3306 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-apiserver/check-endpoints after 0 failed attempt(s) I0702 22:37:13.835199 3306 obj_retry.go:386] Retry successful for *factory.serviceForGateway default/packageserver after 0 failed attempt(s) I0702 22:37:13.871776 3306 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-dns/dns-default after 0 failed attempt(s) I0702 22:37:13.871851 3306 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-deployment-validation-operator/deployment-validation-operator-metrics after 0 failed attempt(s) I0702 22:37:13.871870 3306 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-machine-config-operator/machine-config-controller after 0 failed attempt(s) I0702 22:37:13.871881 3306 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-kube-storage-version-migrator-operator/metrics after 0 failed attempt(s) I0702 22:37:13.871888 3306 obj_retry.go:386] Retry successful for *factory.serviceForGateway default/openshift-apiserver after 0 failed attempt(s) I0702 22:37:13.871897 3306 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-kube-controller-manager-operator/metrics after 0 failed attempt(s) I0702 22:37:13.871903 3306 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-network-console/networking-console-plugin after 0 failed attempt(s) I0702 22:37:13.871918 3306 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-network-diagnostics/network-check-target after 0 failed attempt(s) I0702 22:37:13.871934 3306 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-insights/metrics after 0 failed attempt(s) I0702 22:37:13.871941 3306 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-ingress-canary/ingress-canary after 0 failed attempt(s) I0702 22:37:13.871948 3306 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-cloud-credential-operator/cco-metrics after 0 failed attempt(s) I0702 22:37:15.595278 3306 egressservice_zone_node.go:110] Processing sync for Egress Service node ip-10-0-2-224.ec2.internal I0702 22:37:15.595350 3306 egressservice_zone_node.go:113] Finished syncing Egress Service node ip-10-0-2-224.ec2.internal: 78.181µs I0702 22:37:15.809410 3306 egressservice_zone_node.go:110] Processing sync for Egress Service node ip-10-0-1-191.ec2.internal I0702 22:37:15.809425 3306 node_tracker.go:211] Processing possible switch / router updates for node ip-10-0-1-191.ec2.internal I0702 22:37:15.809437 3306 egressservice_zone_node.go:113] Finished syncing Egress Service node ip-10-0-1-191.ec2.internal: 33.799µs I0702 22:37:15.809492 3306 default_network_controller.go:1081] Egress IP detected IP address change for node ip-10-0-1-191.ec2.internal. Updating no re-route policies I0702 22:37:15.809503 3306 node_tracker.go:172] Node ip-10-0-1-191.ec2.internal switch + router changed, syncing services I0702 22:37:15.809518 3306 services_controller.go:549] Full service sync requested for network=default I0702 22:37:15.979341 3306 node_tracker.go:211] Processing possible switch / router updates for node ip-10-0-1-191.ec2.internal I0702 22:37:15.979428 3306 node_tracker.go:172] Node ip-10-0-1-191.ec2.internal switch + router changed, syncing services I0702 22:37:15.979449 3306 services_controller.go:549] Full service sync requested for network=default E0702 22:37:16.015277 3306 ovn.go:423] Failed to unmarshal old node ip-10-0-0-31.ec2.internal annotation: unexpected end of JSON input I0702 22:37:16.015344 3306 egressservice_zone_node.go:110] Processing sync for Egress Service node ip-10-0-0-31.ec2.internal I0702 22:37:16.015360 3306 master.go:495] Adding or Updating Node "ip-10-0-0-31.ec2.internal" I0702 22:37:16.015368 3306 egressservice_zone_node.go:113] Finished syncing Egress Service node ip-10-0-0-31.ec2.internal: 29.947µs I0702 22:37:16.015372 3306 hybrid.go:141] Removing node ip-10-0-0-31.ec2.internal hybrid overlay port E0702 22:37:16.032797 3306 ovn.go:423] Failed to unmarshal old node ip-10-0-0-31.ec2.internal annotation: unexpected end of JSON input I0702 22:37:16.032841 3306 master.go:495] Adding or Updating Node "ip-10-0-0-31.ec2.internal" I0702 22:37:16.032850 3306 hybrid.go:141] Removing node ip-10-0-0-31.ec2.internal hybrid overlay port I0702 22:37:16.061967 3306 base_network_controller_pods.go:477] [default/openshift-dns/dns-default-7s2tp] creating logical port openshift-dns_dns-default-7s2tp for pod on switch ip-10-0-0-31.ec2.internal I0702 22:37:16.062083 3306 kube.go:317] Updating pod openshift-dns/dns-default-7s2tp I0702 22:37:16.077880 3306 pod.go:62] [openshift-dns/dns-default-7s2tp] pod update took 15.816993ms I0702 22:37:16.077907 3306 base_network_controller_pods.go:921] [default/openshift-dns/dns-default-7s2tp] addLogicalPort annotation time took 15.849227ms I0702 22:37:16.079105 3306 pods.go:252] [openshift-dns/dns-default-7s2tp] addLogicalPort took 17.164219ms, libovsdb time 859.945µs I0702 22:37:16.094210 3306 base_network_controller_pods.go:477] [default/openshift-ingress-canary/ingress-canary-kqtsn] creating logical port openshift-ingress-canary_ingress-canary-kqtsn for pod on switch ip-10-0-0-31.ec2.internal I0702 22:37:16.094331 3306 kube.go:317] Updating pod openshift-ingress-canary/ingress-canary-kqtsn I0702 22:37:16.109931 3306 pod.go:62] [openshift-ingress-canary/ingress-canary-kqtsn] pod update took 15.623585ms I0702 22:37:16.109959 3306 base_network_controller_pods.go:921] [default/openshift-ingress-canary/ingress-canary-kqtsn] addLogicalPort annotation time took 15.655759ms I0702 22:37:16.111151 3306 pods.go:252] [openshift-ingress-canary/ingress-canary-kqtsn] addLogicalPort took 16.968766ms, libovsdb time 821.28µs I0702 22:37:17.362798 3306 egressservice_zone_node.go:110] Processing sync for Egress Service node ip-10-0-1-191.ec2.internal I0702 22:37:17.362840 3306 egressservice_zone_node.go:113] Finished syncing Egress Service node ip-10-0-1-191.ec2.internal: 48.787µs I0702 22:37:17.852503 3306 base_network_controller_pods.go:477] [default/openshift-image-registry/image-registry-669cf8666f-zr8zf] creating logical port openshift-image-registry_image-registry-669cf8666f-zr8zf for pod on switch ip-10-0-0-31.ec2.internal I0702 22:37:17.852687 3306 kube.go:317] Updating pod openshift-image-registry/image-registry-669cf8666f-zr8zf I0702 22:37:17.871605 3306 pod.go:62] [openshift-image-registry/image-registry-669cf8666f-zr8zf] pod update took 18.956841ms I0702 22:37:17.871632 3306 base_network_controller_pods.go:921] [default/openshift-image-registry/image-registry-669cf8666f-zr8zf] addLogicalPort annotation time took 18.988145ms I0702 22:37:17.872737 3306 pods.go:252] [openshift-image-registry/image-registry-669cf8666f-zr8zf] addLogicalPort took 20.262963ms, libovsdb time 741.327µs I0702 22:37:19.586957 3306 base_network_controller_pods.go:477] [default/openshift-kube-storage-version-migrator-operator/kube-storage-version-migrator-operator-66d58888b9-h4xb7] creating logical port openshift-kube-storage-version-migrator-operator_kube-storage-version-migrator-operator-66d58888b9-h4xb7 for pod on switch ip-10-0-0-31.ec2.internal I0702 22:37:19.587087 3306 kube.go:317] Updating pod openshift-kube-storage-version-migrator-operator/kube-storage-version-migrator-operator-66d58888b9-h4xb7 I0702 22:37:19.589477 3306 base_network_controller_pods.go:477] [default/openshift-monitoring/cluster-monitoring-operator-5bfb944964-gr48j] creating logical port openshift-monitoring_cluster-monitoring-operator-5bfb944964-gr48j for pod on switch ip-10-0-0-31.ec2.internal I0702 22:37:19.589591 3306 kube.go:317] Updating pod openshift-monitoring/cluster-monitoring-operator-5bfb944964-gr48j I0702 22:37:19.610076 3306 pod.go:62] [openshift-kube-storage-version-migrator-operator/kube-storage-version-migrator-operator-66d58888b9-h4xb7] pod update took 23.025708ms I0702 22:37:19.610100 3306 base_network_controller_pods.go:921] [default/openshift-kube-storage-version-migrator-operator/kube-storage-version-migrator-operator-66d58888b9-h4xb7] addLogicalPort annotation time took 23.05595ms I0702 22:37:19.611104 3306 pods.go:252] [openshift-kube-storage-version-migrator-operator/kube-storage-version-migrator-operator-66d58888b9-h4xb7] addLogicalPort took 24.179811ms, libovsdb time 723.516µs I0702 22:37:19.611976 3306 pod.go:62] [openshift-monitoring/cluster-monitoring-operator-5bfb944964-gr48j] pod update took 22.402927ms I0702 22:37:19.611996 3306 base_network_controller_pods.go:921] [default/openshift-monitoring/cluster-monitoring-operator-5bfb944964-gr48j] addLogicalPort annotation time took 22.426469ms I0702 22:37:19.612961 3306 pods.go:252] [openshift-monitoring/cluster-monitoring-operator-5bfb944964-gr48j] addLogicalPort took 23.498781ms, libovsdb time 740.607µs I0702 22:37:19.705114 3306 base_network_controller_pods.go:477] [default/openshift-service-ca-operator/service-ca-operator-565f7cf679-6t2j5] creating logical port openshift-service-ca-operator_service-ca-operator-565f7cf679-6t2j5 for pod on switch ip-10-0-0-31.ec2.internal I0702 22:37:19.705270 3306 kube.go:317] Updating pod openshift-service-ca-operator/service-ca-operator-565f7cf679-6t2j5 I0702 22:37:19.726042 3306 pod.go:62] [openshift-service-ca-operator/service-ca-operator-565f7cf679-6t2j5] pod update took 20.798972ms I0702 22:37:19.726128 3306 base_network_controller_pods.go:921] [default/openshift-service-ca-operator/service-ca-operator-565f7cf679-6t2j5] addLogicalPort annotation time took 20.890229ms I0702 22:37:19.727190 3306 pods.go:252] [openshift-service-ca-operator/service-ca-operator-565f7cf679-6t2j5] addLogicalPort took 22.1098ms, libovsdb time 750.51µs I0702 22:37:19.929494 3306 cni.go:312] [openshift-kube-storage-version-migrator-operator/kube-storage-version-migrator-operator-66d58888b9-h4xb7 f51aed4231ac0a756a7c11e2524b63207c6acafbe8e515b0913eda4f45abf119 network default NAD default] ADD starting CNI request [openshift-kube-storage-version-migrator-operator/kube-storage-version-migrator-operator-66d58888b9-h4xb7 f51aed4231ac0a756a7c11e2524b63207c6acafbe8e515b0913eda4f45abf119 network default NAD default] I0702 22:37:19.949137 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 9 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 22:37:19.949168 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 9 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0702 22:37:19.955139 3306 helper_linux.go:442] ConfigureOVS: namespace: openshift-kube-storage-version-migrator-operator, podName: kube-storage-version-migrator-operator-66d58888b9-h4xb7, hostIfaceName: f51aed4231ac0a7, network: default, NAD default, SandboxID: "f51aed4231ac0a756a7c11e2524b63207c6acafbe8e515b0913eda4f45abf119", PCI device ID: , UID: "e5458215-c494-468d-a296-db054402d5bc", MAC: 0a:58:0a:80:00:08, IPs: [10.128.0.8/23] I0702 22:37:20.007836 3306 cni.go:333] [openshift-kube-storage-version-migrator-operator/kube-storage-version-migrator-operator-66d58888b9-h4xb7 f51aed4231ac0a756a7c11e2524b63207c6acafbe8e515b0913eda4f45abf119 network default NAD default] ADD finished CNI request [openshift-kube-storage-version-migrator-operator/kube-storage-version-migrator-operator-66d58888b9-h4xb7 f51aed4231ac0a756a7c11e2524b63207c6acafbe8e515b0913eda4f45abf119 network default NAD default], result "{\"interfaces\":[{\"name\":\"f51aed4231ac0a7\",\"mac\":\"6a:8b:d7:ff:7f:59\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:08\",\"sandbox\":\"/var/run/netns/42b6053c-1b20-4fcd-b2c6-b3b309420aaf\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.8/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0702 22:37:20.055478 3306 cni.go:312] [openshift-service-ca-operator/service-ca-operator-565f7cf679-6t2j5 84ab6e8e46621138aa5570dd85a386a8ef9f5931bda659e374329d6c1ef1f19a network default NAD default] ADD starting CNI request [openshift-service-ca-operator/service-ca-operator-565f7cf679-6t2j5 84ab6e8e46621138aa5570dd85a386a8ef9f5931bda659e374329d6c1ef1f19a network default NAD default] I0702 22:37:20.058122 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 10 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 22:37:20.058214 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 10 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0702 22:37:20.067161 3306 helper_linux.go:442] ConfigureOVS: namespace: openshift-service-ca-operator, podName: service-ca-operator-565f7cf679-6t2j5, hostIfaceName: 84ab6e8e4662113, network: default, NAD default, SandboxID: "84ab6e8e46621138aa5570dd85a386a8ef9f5931bda659e374329d6c1ef1f19a", PCI device ID: , UID: "d30254e6-907b-4439-bc72-bb8112e4e24c", MAC: 0a:58:0a:80:00:0a, IPs: [10.128.0.10/23] I0702 22:37:20.107788 3306 cni.go:333] [openshift-service-ca-operator/service-ca-operator-565f7cf679-6t2j5 84ab6e8e46621138aa5570dd85a386a8ef9f5931bda659e374329d6c1ef1f19a network default NAD default] ADD finished CNI request [openshift-service-ca-operator/service-ca-operator-565f7cf679-6t2j5 84ab6e8e46621138aa5570dd85a386a8ef9f5931bda659e374329d6c1ef1f19a network default NAD default], result "{\"interfaces\":[{\"name\":\"84ab6e8e4662113\",\"mac\":\"96:67:04:96:d7:71\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:0a\",\"sandbox\":\"/var/run/netns/f6996709-39de-49ea-8e11-3018e25cf18b\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.10/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0702 22:37:21.306989 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 9 Dst: fe80::688b:d7ff:feff:7f59/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 22:37:22.075004 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 10 Dst: fe80::9467:4ff:fe96:d771/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 22:37:23.902886 3306 namespace.go:92] [openshift-kube-storage-version-migrator] adding namespace I0702 22:37:23.903808 3306 namespace.go:96] [openshift-kube-storage-version-migrator] adding namespace took 887.83µs I0702 22:37:23.925622 3306 namespace.go:136] [openshift-kube-storage-version-migrator] updating namespace I0702 22:37:24.440780 3306 namespace.go:92] [openshift-service-ca] adding namespace I0702 22:37:24.441769 3306 namespace.go:96] [openshift-service-ca] adding namespace took 867.31µs I0702 22:37:24.461280 3306 namespace.go:136] [openshift-service-ca] updating namespace I0702 22:37:24.629067 3306 base_network_controller_pods.go:477] [default/openshift-network-diagnostics/network-check-source-658d84f764-9bwdp] creating logical port openshift-network-diagnostics_network-check-source-658d84f764-9bwdp for pod on switch ip-10-0-0-31.ec2.internal I0702 22:37:24.629166 3306 kube.go:317] Updating pod openshift-network-diagnostics/network-check-source-658d84f764-9bwdp I0702 22:37:24.646194 3306 pod.go:62] [openshift-network-diagnostics/network-check-source-658d84f764-9bwdp] pod update took 17.051811ms I0702 22:37:24.646219 3306 base_network_controller_pods.go:921] [default/openshift-network-diagnostics/network-check-source-658d84f764-9bwdp] addLogicalPort annotation time took 17.081469ms I0702 22:37:24.647397 3306 pods.go:252] [openshift-network-diagnostics/network-check-source-658d84f764-9bwdp] addLogicalPort took 18.359408ms, libovsdb time 855.956µs I0702 22:37:24.980145 3306 base_network_controller_pods.go:477] [default/openshift-kube-storage-version-migrator/migrator-6cf78d8f89-kv5d6] creating logical port openshift-kube-storage-version-migrator_migrator-6cf78d8f89-kv5d6 for pod on switch ip-10-0-0-31.ec2.internal I0702 22:37:24.980351 3306 kube.go:317] Updating pod openshift-kube-storage-version-migrator/migrator-6cf78d8f89-kv5d6 I0702 22:37:24.980458 3306 cni.go:312] [openshift-network-diagnostics/network-check-source-658d84f764-9bwdp 95fbc68b51ba40163e2e8886be22df97fae8274f5113db410d1173ab5e7f842a network default NAD default] ADD starting CNI request [openshift-network-diagnostics/network-check-source-658d84f764-9bwdp 95fbc68b51ba40163e2e8886be22df97fae8274f5113db410d1173ab5e7f842a network default NAD default] I0702 22:37:24.982421 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 11 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 22:37:24.982497 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 11 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0702 22:37:24.990040 3306 helper_linux.go:442] ConfigureOVS: namespace: openshift-network-diagnostics, podName: network-check-source-658d84f764-9bwdp, hostIfaceName: 95fbc68b51ba401, network: default, NAD default, SandboxID: "95fbc68b51ba40163e2e8886be22df97fae8274f5113db410d1173ab5e7f842a", PCI device ID: , UID: "cf84c313-f4f6-4ed7-9ade-55d25703bbef", MAC: 0a:58:0a:80:00:0b, IPs: [10.128.0.11/23] I0702 22:37:24.998441 3306 pod.go:62] [openshift-kube-storage-version-migrator/migrator-6cf78d8f89-kv5d6] pod update took 18.125901ms I0702 22:37:24.998525 3306 base_network_controller_pods.go:921] [default/openshift-kube-storage-version-migrator/migrator-6cf78d8f89-kv5d6] addLogicalPort annotation time took 18.217071ms I0702 22:37:24.999955 3306 pods.go:252] [openshift-kube-storage-version-migrator/migrator-6cf78d8f89-kv5d6] addLogicalPort took 19.831186ms, libovsdb time 998.489µs I0702 22:37:25.036584 3306 cni.go:333] [openshift-network-diagnostics/network-check-source-658d84f764-9bwdp 95fbc68b51ba40163e2e8886be22df97fae8274f5113db410d1173ab5e7f842a network default NAD default] ADD finished CNI request [openshift-network-diagnostics/network-check-source-658d84f764-9bwdp 95fbc68b51ba40163e2e8886be22df97fae8274f5113db410d1173ab5e7f842a network default NAD default], result "{\"interfaces\":[{\"name\":\"95fbc68b51ba401\",\"mac\":\"ee:96:6e:c5:ea:12\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:0b\",\"sandbox\":\"/var/run/netns/95f1efe6-e19c-4833-95b7-91480d918c61\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.11/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0702 22:37:25.330434 3306 cni.go:312] [openshift-kube-storage-version-migrator/migrator-6cf78d8f89-kv5d6 3606e527093da34bb0403e1836e24a3f8890d3aaaeae3b49a8b84fddc5ae60ea network default NAD default] ADD starting CNI request [openshift-kube-storage-version-migrator/migrator-6cf78d8f89-kv5d6 3606e527093da34bb0403e1836e24a3f8890d3aaaeae3b49a8b84fddc5ae60ea network default NAD default] I0702 22:37:25.332999 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 12 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 22:37:25.333028 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 12 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0702 22:37:25.338282 3306 helper_linux.go:442] ConfigureOVS: namespace: openshift-kube-storage-version-migrator, podName: migrator-6cf78d8f89-kv5d6, hostIfaceName: 3606e527093da34, network: default, NAD default, SandboxID: "3606e527093da34bb0403e1836e24a3f8890d3aaaeae3b49a8b84fddc5ae60ea", PCI device ID: , UID: "d2299844-b70a-4cb5-b3d0-d53b4b35aa73", MAC: 0a:58:0a:80:00:0c, IPs: [10.128.0.12/23] I0702 22:37:25.381461 3306 cni.go:333] [openshift-kube-storage-version-migrator/migrator-6cf78d8f89-kv5d6 3606e527093da34bb0403e1836e24a3f8890d3aaaeae3b49a8b84fddc5ae60ea network default NAD default] ADD finished CNI request [openshift-kube-storage-version-migrator/migrator-6cf78d8f89-kv5d6 3606e527093da34bb0403e1836e24a3f8890d3aaaeae3b49a8b84fddc5ae60ea network default NAD default], result "{\"interfaces\":[{\"name\":\"3606e527093da34\",\"mac\":\"9a:25:b6:fe:cd:3e\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:0c\",\"sandbox\":\"/var/run/netns/43bab40f-a6b9-423f-bd23-2f6e69a48ec9\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.12/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0702 22:37:26.810993 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 11 Dst: fe80::ec96:6eff:fec5:ea12/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 22:37:26.811983 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 12 Dst: fe80::9825:b6ff:fefe:cd3e/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 22:37:29.219235 3306 base_network_controller_pods.go:477] [default/openshift-network-console/networking-console-plugin-6d95f7dc7-9z26k] creating logical port openshift-network-console_networking-console-plugin-6d95f7dc7-9z26k for pod on switch ip-10-0-0-31.ec2.internal I0702 22:37:29.219402 3306 kube.go:317] Updating pod openshift-network-console/networking-console-plugin-6d95f7dc7-9z26k I0702 22:37:29.237144 3306 pod.go:62] [openshift-network-console/networking-console-plugin-6d95f7dc7-9z26k] pod update took 17.773243ms I0702 22:37:29.237169 3306 base_network_controller_pods.go:921] [default/openshift-network-console/networking-console-plugin-6d95f7dc7-9z26k] addLogicalPort annotation time took 17.802347ms I0702 22:37:29.238270 3306 pods.go:252] [openshift-network-console/networking-console-plugin-6d95f7dc7-9z26k] addLogicalPort took 19.07591ms, libovsdb time 800.622µs I0702 22:37:33.810953 3306 cni.go:312] [openshift-image-registry/image-registry-669cf8666f-zr8zf 79144c1108679f249f6eb821fb04e326d4767acc960069ba018d484671ce083a network default NAD default] ADD starting CNI request [openshift-image-registry/image-registry-669cf8666f-zr8zf 79144c1108679f249f6eb821fb04e326d4767acc960069ba018d484671ce083a network default NAD default] I0702 22:37:33.813225 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 13 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 22:37:33.813250 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 13 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0702 22:37:33.818952 3306 helper_linux.go:442] ConfigureOVS: namespace: openshift-image-registry, podName: image-registry-669cf8666f-zr8zf, hostIfaceName: 79144c1108679f2, network: default, NAD default, SandboxID: "79144c1108679f249f6eb821fb04e326d4767acc960069ba018d484671ce083a", PCI device ID: , UID: "61fa8109-dc4c-4e2e-bd98-a3fe3f5e22ac", MAC: 0a:58:0a:80:00:07, IPs: [10.128.0.7/23] I0702 22:37:33.859468 3306 cni.go:333] [openshift-image-registry/image-registry-669cf8666f-zr8zf 79144c1108679f249f6eb821fb04e326d4767acc960069ba018d484671ce083a network default NAD default] ADD finished CNI request [openshift-image-registry/image-registry-669cf8666f-zr8zf 79144c1108679f249f6eb821fb04e326d4767acc960069ba018d484671ce083a network default NAD default], result "{\"interfaces\":[{\"name\":\"79144c1108679f2\",\"mac\":\"06:da:22:ec:7a:7f\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:07\",\"sandbox\":\"/var/run/netns/34c1b281-a4c3-487a-8671-247586257ba0\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.7/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err E0702 22:37:35.228482 3306 ovn.go:423] Failed to unmarshal old node ip-10-0-0-31.ec2.internal annotation: unexpected end of JSON input I0702 22:37:35.228583 3306 master.go:495] Adding or Updating Node "ip-10-0-0-31.ec2.internal" I0702 22:37:35.228597 3306 hybrid.go:141] Removing node ip-10-0-0-31.ec2.internal hybrid overlay port I0702 22:37:35.770978 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 13 Dst: fe80::4da:22ff:feec:7a7f/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 22:37:38.456554 3306 cni.go:312] [openshift-multus/network-metrics-daemon-tgbnw ebb92cd11fa14cfecf0b1d34c11e8ff3496e05a15e77d5588b552f37a1b10e78 network default NAD default] ADD starting CNI request [openshift-multus/network-metrics-daemon-tgbnw ebb92cd11fa14cfecf0b1d34c11e8ff3496e05a15e77d5588b552f37a1b10e78 network default NAD default] I0702 22:37:38.458168 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 14 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 22:37:38.458197 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 14 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0702 22:37:38.467380 3306 helper_linux.go:442] ConfigureOVS: namespace: openshift-multus, podName: network-metrics-daemon-tgbnw, hostIfaceName: ebb92cd11fa14cf, network: default, NAD default, SandboxID: "ebb92cd11fa14cfecf0b1d34c11e8ff3496e05a15e77d5588b552f37a1b10e78", PCI device ID: , UID: "20b86f61-c40a-4a8b-96eb-4392a54f3430", MAC: 0a:58:0a:80:00:04, IPs: [10.128.0.4/23] I0702 22:37:38.511032 3306 cni.go:333] [openshift-multus/network-metrics-daemon-tgbnw ebb92cd11fa14cfecf0b1d34c11e8ff3496e05a15e77d5588b552f37a1b10e78 network default NAD default] ADD finished CNI request [openshift-multus/network-metrics-daemon-tgbnw ebb92cd11fa14cfecf0b1d34c11e8ff3496e05a15e77d5588b552f37a1b10e78 network default NAD default], result "{\"interfaces\":[{\"name\":\"ebb92cd11fa14cf\",\"mac\":\"8a:d6:69:ff:14:87\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:04\",\"sandbox\":\"/var/run/netns/6fe026e6-06ce-4240-8cb5-c1521deda5ec\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.4/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0702 22:37:38.750018 3306 cni.go:312] [openshift-network-diagnostics/network-check-target-fwzzc 47132e95846447e47da1e23e2f0a5fcbbc53cfc80d665fb687dbf920862d79b5 network default NAD default] ADD starting CNI request [openshift-network-diagnostics/network-check-target-fwzzc 47132e95846447e47da1e23e2f0a5fcbbc53cfc80d665fb687dbf920862d79b5 network default NAD default] I0702 22:37:38.753033 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 15 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 22:37:38.753058 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 15 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0702 22:37:38.761130 3306 helper_linux.go:442] ConfigureOVS: namespace: openshift-network-diagnostics, podName: network-check-target-fwzzc, hostIfaceName: 47132e95846447e, network: default, NAD default, SandboxID: "47132e95846447e47da1e23e2f0a5fcbbc53cfc80d665fb687dbf920862d79b5", PCI device ID: , UID: "1f6e6c4d-1352-4442-8b42-876976662421", MAC: 0a:58:0a:80:00:03, IPs: [10.128.0.3/23] I0702 22:37:38.802327 3306 cni.go:333] [openshift-network-diagnostics/network-check-target-fwzzc 47132e95846447e47da1e23e2f0a5fcbbc53cfc80d665fb687dbf920862d79b5 network default NAD default] ADD finished CNI request [openshift-network-diagnostics/network-check-target-fwzzc 47132e95846447e47da1e23e2f0a5fcbbc53cfc80d665fb687dbf920862d79b5 network default NAD default], result "{\"interfaces\":[{\"name\":\"47132e95846447e\",\"mac\":\"22:2f:d1:5a:92:f6\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:03\",\"sandbox\":\"/var/run/netns/8d0ef2ea-0bc8-4983-bc82-8eda943b26f3\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.3/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0702 22:37:39.804044 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 15 Dst: fe80::202f:d1ff:fe5a:92f6/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 22:37:40.314987 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 14 Dst: fe80::88d6:69ff:feff:1487/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 22:37:43.735911 3306 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0702 22:37:43.735970 3306 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0702 22:37:45.181370 3306 cni.go:312] [openshift-network-console/networking-console-plugin-6d95f7dc7-9z26k 1b61ce3b9d671a92a3669e5797c6046565ab6d5b2c5e25577f7eecd884d7f3c8 network default NAD default] ADD starting CNI request [openshift-network-console/networking-console-plugin-6d95f7dc7-9z26k 1b61ce3b9d671a92a3669e5797c6046565ab6d5b2c5e25577f7eecd884d7f3c8 network default NAD default] I0702 22:37:45.183058 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 16 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 22:37:45.183084 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 16 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0702 22:37:45.189937 3306 helper_linux.go:442] ConfigureOVS: namespace: openshift-network-console, podName: networking-console-plugin-6d95f7dc7-9z26k, hostIfaceName: 1b61ce3b9d671a9, network: default, NAD default, SandboxID: "1b61ce3b9d671a92a3669e5797c6046565ab6d5b2c5e25577f7eecd884d7f3c8", PCI device ID: , UID: "d2bd7ca9-9ec5-482f-97ce-4675837fd8ff", MAC: 0a:58:0a:80:00:0d, IPs: [10.128.0.13/23] I0702 22:37:45.233937 3306 cni.go:333] [openshift-network-console/networking-console-plugin-6d95f7dc7-9z26k 1b61ce3b9d671a92a3669e5797c6046565ab6d5b2c5e25577f7eecd884d7f3c8 network default NAD default] ADD finished CNI request [openshift-network-console/networking-console-plugin-6d95f7dc7-9z26k 1b61ce3b9d671a92a3669e5797c6046565ab6d5b2c5e25577f7eecd884d7f3c8 network default NAD default], result "{\"interfaces\":[{\"name\":\"1b61ce3b9d671a9\",\"mac\":\"4e:2d:b4:80:1a:7f\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:0d\",\"sandbox\":\"/var/run/netns/c7b32d2f-25f1-4fea-a7f3-4866f01acbf0\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.13/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0702 22:37:46.136162 3306 obj_retry.go:466] Detected object openshift-image-registry/image-registry-5f9cf75d7d-z6q77 of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0702 22:37:46.136805 3306 obj_retry.go:466] Detected object openshift-image-registry/image-registry-5f9cf75d7d-z6q77 of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0702 22:37:46.166212 3306 obj_retry.go:460] Detected object openshift-image-registry/image-registry-5f9cf75d7d-z6q77 of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0702 22:37:46.166235 3306 obj_retry.go:460] Detected object openshift-image-registry/image-registry-5f9cf75d7d-z6q77 of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0702 22:37:46.170727 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-image-registry/image-registry-5f9cf75d7d-z6q77 I0702 22:37:46.170793 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod openshift-image-registry/image-registry-5f9cf75d7d-z6q77 I0702 22:37:46.331010 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 16 Dst: fe80::4c2d:b4ff:fe80:1a7f/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 22:37:47.927243 3306 cni.go:312] [openshift-dns/dns-default-7s2tp ce37f81f8fc8cc41ca1d70bbfdc1ad76a1a81c4a0edddafe3206a17c837fa780 network default NAD default] ADD starting CNI request [openshift-dns/dns-default-7s2tp ce37f81f8fc8cc41ca1d70bbfdc1ad76a1a81c4a0edddafe3206a17c837fa780 network default NAD default] I0702 22:37:47.928775 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 17 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 22:37:47.928801 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 17 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0702 22:37:47.936100 3306 helper_linux.go:442] ConfigureOVS: namespace: openshift-dns, podName: dns-default-7s2tp, hostIfaceName: ce37f81f8fc8cc4, network: default, NAD default, SandboxID: "ce37f81f8fc8cc41ca1d70bbfdc1ad76a1a81c4a0edddafe3206a17c837fa780", PCI device ID: , UID: "563f5a29-fb67-411b-8b7b-4d0cb01321c8", MAC: 0a:58:0a:80:00:05, IPs: [10.128.0.5/23] I0702 22:37:47.977998 3306 cni.go:333] [openshift-dns/dns-default-7s2tp ce37f81f8fc8cc41ca1d70bbfdc1ad76a1a81c4a0edddafe3206a17c837fa780 network default NAD default] ADD finished CNI request [openshift-dns/dns-default-7s2tp ce37f81f8fc8cc41ca1d70bbfdc1ad76a1a81c4a0edddafe3206a17c837fa780 network default NAD default], result "{\"interfaces\":[{\"name\":\"ce37f81f8fc8cc4\",\"mac\":\"7e:ca:78:69:69:22\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:05\",\"sandbox\":\"/var/run/netns/82f9404f-3561-4d40-90b1-416fe9025dc8\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.5/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0702 22:37:48.252681 3306 cni.go:312] [openshift-ingress-canary/ingress-canary-kqtsn 149ba6790cf48372e63f14d2b9913f42023f5ded2a4692edaae1df285de93f6a network default NAD default] ADD starting CNI request [openshift-ingress-canary/ingress-canary-kqtsn 149ba6790cf48372e63f14d2b9913f42023f5ded2a4692edaae1df285de93f6a network default NAD default] I0702 22:37:48.255192 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 18 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 22:37:48.255222 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 18 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0702 22:37:48.262078 3306 helper_linux.go:442] ConfigureOVS: namespace: openshift-ingress-canary, podName: ingress-canary-kqtsn, hostIfaceName: 149ba6790cf4837, network: default, NAD default, SandboxID: "149ba6790cf48372e63f14d2b9913f42023f5ded2a4692edaae1df285de93f6a", PCI device ID: , UID: "766dce1e-fd42-4670-94a1-1a25f9dc27f9", MAC: 0a:58:0a:80:00:06, IPs: [10.128.0.6/23] I0702 22:37:48.305227 3306 cni.go:333] [openshift-ingress-canary/ingress-canary-kqtsn 149ba6790cf48372e63f14d2b9913f42023f5ded2a4692edaae1df285de93f6a network default NAD default] ADD finished CNI request [openshift-ingress-canary/ingress-canary-kqtsn 149ba6790cf48372e63f14d2b9913f42023f5ded2a4692edaae1df285de93f6a network default NAD default], result "{\"interfaces\":[{\"name\":\"149ba6790cf4837\",\"mac\":\"d6:2d:66:a1:87:94\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:06\",\"sandbox\":\"/var/run/netns/82ce5911-852f-4d3c-aa72-0e6ce19d1ca3\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.6/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0702 22:37:49.147007 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 17 Dst: fe80::7cca:78ff:fe69:6922/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 22:37:49.788034 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 18 Dst: fe80::d42d:66ff:fea1:8794/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 22:37:51.450924 3306 cni.go:312] [openshift-monitoring/cluster-monitoring-operator-5bfb944964-gr48j af4d488ec6fa5060fc38dfa042b9f2d97e1e0549ed3871c9d35108568e49ce6f network default NAD default] ADD starting CNI request [openshift-monitoring/cluster-monitoring-operator-5bfb944964-gr48j af4d488ec6fa5060fc38dfa042b9f2d97e1e0549ed3871c9d35108568e49ce6f network default NAD default] I0702 22:37:51.452831 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 19 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 22:37:51.452912 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 19 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0702 22:37:51.460078 3306 helper_linux.go:442] ConfigureOVS: namespace: openshift-monitoring, podName: cluster-monitoring-operator-5bfb944964-gr48j, hostIfaceName: af4d488ec6fa506, network: default, NAD default, SandboxID: "af4d488ec6fa5060fc38dfa042b9f2d97e1e0549ed3871c9d35108568e49ce6f", PCI device ID: , UID: "f587fdf3-3363-45c9-9c04-7daeb1011b8f", MAC: 0a:58:0a:80:00:09, IPs: [10.128.0.9/23] I0702 22:37:51.504222 3306 cni.go:333] [openshift-monitoring/cluster-monitoring-operator-5bfb944964-gr48j af4d488ec6fa5060fc38dfa042b9f2d97e1e0549ed3871c9d35108568e49ce6f network default NAD default] ADD finished CNI request [openshift-monitoring/cluster-monitoring-operator-5bfb944964-gr48j af4d488ec6fa5060fc38dfa042b9f2d97e1e0549ed3871c9d35108568e49ce6f network default NAD default], result "{\"interfaces\":[{\"name\":\"af4d488ec6fa506\",\"mac\":\"6a:8f:d4:83:b6:96\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:09\",\"sandbox\":\"/var/run/netns/1c90e0d8-5393-46e2-9677-41320e1e27fd\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.9/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0702 22:37:53.179971 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 19 Dst: fe80::688f:d4ff:fe83:b696/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 22:37:53.757141 3306 base_network_controller_pods.go:477] [default/openshift-monitoring/prometheus-operator-admission-webhook-7d979c648b-fgr5m] creating logical port openshift-monitoring_prometheus-operator-admission-webhook-7d979c648b-fgr5m for pod on switch ip-10-0-0-31.ec2.internal I0702 22:37:53.757289 3306 kube.go:317] Updating pod openshift-monitoring/prometheus-operator-admission-webhook-7d979c648b-fgr5m I0702 22:37:53.771120 3306 pod.go:62] [openshift-monitoring/prometheus-operator-admission-webhook-7d979c648b-fgr5m] pod update took 13.859724ms I0702 22:37:53.771213 3306 base_network_controller_pods.go:921] [default/openshift-monitoring/prometheus-operator-admission-webhook-7d979c648b-fgr5m] addLogicalPort annotation time took 13.956722ms I0702 22:37:53.772603 3306 pods.go:252] [openshift-monitoring/prometheus-operator-admission-webhook-7d979c648b-fgr5m] addLogicalPort took 15.492785ms, libovsdb time 963.368µs I0702 22:37:54.112222 3306 cni.go:312] [openshift-monitoring/prometheus-operator-admission-webhook-7d979c648b-fgr5m 862f4428fa6d43c857559088201d0056763058e1c87bd7262f7f510cf82c31e4 network default NAD default] ADD starting CNI request [openshift-monitoring/prometheus-operator-admission-webhook-7d979c648b-fgr5m 862f4428fa6d43c857559088201d0056763058e1c87bd7262f7f510cf82c31e4 network default NAD default] I0702 22:37:54.114298 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 20 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 22:37:54.114324 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 20 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0702 22:37:54.121539 3306 helper_linux.go:442] ConfigureOVS: namespace: openshift-monitoring, podName: prometheus-operator-admission-webhook-7d979c648b-fgr5m, hostIfaceName: 862f4428fa6d43c, network: default, NAD default, SandboxID: "862f4428fa6d43c857559088201d0056763058e1c87bd7262f7f510cf82c31e4", PCI device ID: , UID: "30dc2839-a459-498c-b389-0aeea47ce868", MAC: 0a:58:0a:80:00:0e, IPs: [10.128.0.14/23] I0702 22:37:54.164225 3306 cni.go:333] [openshift-monitoring/prometheus-operator-admission-webhook-7d979c648b-fgr5m 862f4428fa6d43c857559088201d0056763058e1c87bd7262f7f510cf82c31e4 network default NAD default] ADD finished CNI request [openshift-monitoring/prometheus-operator-admission-webhook-7d979c648b-fgr5m 862f4428fa6d43c857559088201d0056763058e1c87bd7262f7f510cf82c31e4 network default NAD default], result "{\"interfaces\":[{\"name\":\"862f4428fa6d43c\",\"mac\":\"92:6a:67:d1:05:a6\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:0e\",\"sandbox\":\"/var/run/netns/2ce58e2e-a6d1-4ea9-9121-784de4720a63\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.14/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0702 22:37:55.867033 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 20 Dst: fe80::906a:67ff:fed1:5a6/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 22:37:57.820385 3306 base_network_controller_pods.go:477] [default/openshift-monitoring/prometheus-operator-6995c4db54-z42q5] creating logical port openshift-monitoring_prometheus-operator-6995c4db54-z42q5 for pod on switch ip-10-0-0-31.ec2.internal I0702 22:37:57.820508 3306 kube.go:317] Updating pod openshift-monitoring/prometheus-operator-6995c4db54-z42q5 I0702 22:37:57.839152 3306 pod.go:62] [openshift-monitoring/prometheus-operator-6995c4db54-z42q5] pod update took 18.674898ms I0702 22:37:57.839176 3306 base_network_controller_pods.go:921] [default/openshift-monitoring/prometheus-operator-6995c4db54-z42q5] addLogicalPort annotation time took 18.70523ms I0702 22:37:57.840405 3306 pods.go:252] [openshift-monitoring/prometheus-operator-6995c4db54-z42q5] addLogicalPort took 20.041965ms, libovsdb time 810.815µs I0702 22:37:58.172075 3306 cni.go:312] [openshift-monitoring/prometheus-operator-6995c4db54-z42q5 5ad1a88f3d2b58769c831cbb490954a820e1be464ecfe07f13ef5224626b291b network default NAD default] ADD starting CNI request [openshift-monitoring/prometheus-operator-6995c4db54-z42q5 5ad1a88f3d2b58769c831cbb490954a820e1be464ecfe07f13ef5224626b291b network default NAD default] I0702 22:37:58.174669 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 21 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 22:37:58.174856 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 21 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0702 22:37:58.180137 3306 helper_linux.go:442] ConfigureOVS: namespace: openshift-monitoring, podName: prometheus-operator-6995c4db54-z42q5, hostIfaceName: 5ad1a88f3d2b587, network: default, NAD default, SandboxID: "5ad1a88f3d2b58769c831cbb490954a820e1be464ecfe07f13ef5224626b291b", PCI device ID: , UID: "9c34a8d7-b5cb-4e6d-95d3-54180318e8d2", MAC: 0a:58:0a:80:00:0f, IPs: [10.128.0.15/23] I0702 22:37:58.224983 3306 cni.go:333] [openshift-monitoring/prometheus-operator-6995c4db54-z42q5 5ad1a88f3d2b58769c831cbb490954a820e1be464ecfe07f13ef5224626b291b network default NAD default] ADD finished CNI request [openshift-monitoring/prometheus-operator-6995c4db54-z42q5 5ad1a88f3d2b58769c831cbb490954a820e1be464ecfe07f13ef5224626b291b network default NAD default], result "{\"interfaces\":[{\"name\":\"5ad1a88f3d2b587\",\"mac\":\"52:4b:aa:24:bb:7c\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:0f\",\"sandbox\":\"/var/run/netns/55828c99-44b3-4b8b-bedb-59b9d0126508\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.15/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0702 22:37:59.772007 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 21 Dst: fe80::504b:aaff:fe24:bb7c/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 22:38:02.244411 3306 base_network_controller_pods.go:477] [default/openshift-monitoring/openshift-state-metrics-774bc9686d-vv96f] creating logical port openshift-monitoring_openshift-state-metrics-774bc9686d-vv96f for pod on switch ip-10-0-0-31.ec2.internal I0702 22:38:02.244546 3306 kube.go:317] Updating pod openshift-monitoring/openshift-state-metrics-774bc9686d-vv96f I0702 22:38:02.267449 3306 pod.go:62] [openshift-monitoring/openshift-state-metrics-774bc9686d-vv96f] pod update took 22.930068ms I0702 22:38:02.267483 3306 base_network_controller_pods.go:921] [default/openshift-monitoring/openshift-state-metrics-774bc9686d-vv96f] addLogicalPort annotation time took 22.967166ms I0702 22:38:02.268717 3306 pods.go:252] [openshift-monitoring/openshift-state-metrics-774bc9686d-vv96f] addLogicalPort took 24.334525ms, libovsdb time 832.197µs I0702 22:38:02.599367 3306 cni.go:312] [openshift-monitoring/openshift-state-metrics-774bc9686d-vv96f ca0a56010bfc1000c065764c67e80e1d7178b7d91bb87f6d74a1e5ae57d4b595 network default NAD default] ADD starting CNI request [openshift-monitoring/openshift-state-metrics-774bc9686d-vv96f ca0a56010bfc1000c065764c67e80e1d7178b7d91bb87f6d74a1e5ae57d4b595 network default NAD default] I0702 22:38:02.601876 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 22 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 22:38:02.601901 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 22 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0702 22:38:02.607215 3306 helper_linux.go:442] ConfigureOVS: namespace: openshift-monitoring, podName: openshift-state-metrics-774bc9686d-vv96f, hostIfaceName: ca0a56010bfc100, network: default, NAD default, SandboxID: "ca0a56010bfc1000c065764c67e80e1d7178b7d91bb87f6d74a1e5ae57d4b595", PCI device ID: , UID: "6ec16068-f8c9-4d4e-95a3-95f538ab8b20", MAC: 0a:58:0a:80:00:10, IPs: [10.128.0.16/23] I0702 22:38:02.651025 3306 cni.go:333] [openshift-monitoring/openshift-state-metrics-774bc9686d-vv96f ca0a56010bfc1000c065764c67e80e1d7178b7d91bb87f6d74a1e5ae57d4b595 network default NAD default] ADD finished CNI request [openshift-monitoring/openshift-state-metrics-774bc9686d-vv96f ca0a56010bfc1000c065764c67e80e1d7178b7d91bb87f6d74a1e5ae57d4b595 network default NAD default], result "{\"interfaces\":[{\"name\":\"ca0a56010bfc100\",\"mac\":\"fe:1c:eb:9b:79:84\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:10\",\"sandbox\":\"/var/run/netns/835c38e0-7870-4880-9884-0392acc5f2fa\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.16/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0702 22:38:04.316224 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 22 Dst: fe80::fc1c:ebff:fe9b:7984/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 22:38:04.319029 3306 base_network_controller_pods.go:477] [default/openshift-monitoring/thanos-querier-6767f85f64-vzgg8] creating logical port openshift-monitoring_thanos-querier-6767f85f64-vzgg8 for pod on switch ip-10-0-0-31.ec2.internal I0702 22:38:04.319280 3306 kube.go:317] Updating pod openshift-monitoring/thanos-querier-6767f85f64-vzgg8 I0702 22:38:04.338587 3306 pod.go:62] [openshift-monitoring/thanos-querier-6767f85f64-vzgg8] pod update took 19.359791ms I0702 22:38:04.338617 3306 base_network_controller_pods.go:921] [default/openshift-monitoring/thanos-querier-6767f85f64-vzgg8] addLogicalPort annotation time took 19.396315ms I0702 22:38:04.340081 3306 pods.go:252] [openshift-monitoring/thanos-querier-6767f85f64-vzgg8] addLogicalPort took 21.06978ms, libovsdb time 945.301µs I0702 22:38:04.674847 3306 cni.go:312] [openshift-monitoring/thanos-querier-6767f85f64-vzgg8 87471e3403d1109e318d4bb8bc70c813752668c413fcd48a81e77a16abb2573e network default NAD default] ADD starting CNI request [openshift-monitoring/thanos-querier-6767f85f64-vzgg8 87471e3403d1109e318d4bb8bc70c813752668c413fcd48a81e77a16abb2573e network default NAD default] I0702 22:38:04.677390 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 23 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 22:38:04.677414 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 23 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0702 22:38:04.684600 3306 helper_linux.go:442] ConfigureOVS: namespace: openshift-monitoring, podName: thanos-querier-6767f85f64-vzgg8, hostIfaceName: 87471e3403d1109, network: default, NAD default, SandboxID: "87471e3403d1109e318d4bb8bc70c813752668c413fcd48a81e77a16abb2573e", PCI device ID: , UID: "7674995b-c795-45ba-a480-5eb54ba94452", MAC: 0a:58:0a:80:00:11, IPs: [10.128.0.17/23] I0702 22:38:04.727273 3306 cni.go:333] [openshift-monitoring/thanos-querier-6767f85f64-vzgg8 87471e3403d1109e318d4bb8bc70c813752668c413fcd48a81e77a16abb2573e network default NAD default] ADD finished CNI request [openshift-monitoring/thanos-querier-6767f85f64-vzgg8 87471e3403d1109e318d4bb8bc70c813752668c413fcd48a81e77a16abb2573e network default NAD default], result "{\"interfaces\":[{\"name\":\"87471e3403d1109\",\"mac\":\"ba:8f:69:90:03:16\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:11\",\"sandbox\":\"/var/run/netns/7833b9f1-edff-43f9-b588-b5dccddd3e29\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.17/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0702 22:38:05.518732 3306 base_network_controller_pods.go:477] [default/openshift-console/downloads-6d4c9b4b6c-z6tzn] creating logical port openshift-console_downloads-6d4c9b4b6c-z6tzn for pod on switch ip-10-0-0-31.ec2.internal I0702 22:38:05.518945 3306 kube.go:317] Updating pod openshift-console/downloads-6d4c9b4b6c-z6tzn I0702 22:38:05.533052 3306 pod.go:62] [openshift-console/downloads-6d4c9b4b6c-z6tzn] pod update took 14.136046ms I0702 22:38:05.533141 3306 base_network_controller_pods.go:921] [default/openshift-console/downloads-6d4c9b4b6c-z6tzn] addLogicalPort annotation time took 14.229299ms I0702 22:38:05.534587 3306 pods.go:252] [openshift-console/downloads-6d4c9b4b6c-z6tzn] addLogicalPort took 15.875373ms, libovsdb time 1.021201ms E0702 22:38:05.618607 3306 ovn.go:423] Failed to unmarshal old node ip-10-0-0-31.ec2.internal annotation: unexpected end of JSON input I0702 22:38:05.618637 3306 master.go:495] Adding or Updating Node "ip-10-0-0-31.ec2.internal" I0702 22:38:05.618646 3306 hybrid.go:141] Removing node ip-10-0-0-31.ec2.internal hybrid overlay port I0702 22:38:05.879963 3306 cni.go:312] [openshift-console/downloads-6d4c9b4b6c-z6tzn 85a0f03410cd34ada311ef021681c215435d493dcbbdca7246b3fd2fe98530ee network default NAD default] ADD starting CNI request [openshift-console/downloads-6d4c9b4b6c-z6tzn 85a0f03410cd34ada311ef021681c215435d493dcbbdca7246b3fd2fe98530ee network default NAD default] I0702 22:38:05.883008 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 24 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 22:38:05.883094 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 24 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0702 22:38:05.890974 3306 helper_linux.go:442] ConfigureOVS: namespace: openshift-console, podName: downloads-6d4c9b4b6c-z6tzn, hostIfaceName: 85a0f03410cd34a, network: default, NAD default, SandboxID: "85a0f03410cd34ada311ef021681c215435d493dcbbdca7246b3fd2fe98530ee", PCI device ID: , UID: "e2661a16-46f8-45f4-a684-d4ee798d10cb", MAC: 0a:58:0a:80:00:12, IPs: [10.128.0.18/23] I0702 22:38:05.940066 3306 cni.go:333] [openshift-console/downloads-6d4c9b4b6c-z6tzn 85a0f03410cd34ada311ef021681c215435d493dcbbdca7246b3fd2fe98530ee network default NAD default] ADD finished CNI request [openshift-console/downloads-6d4c9b4b6c-z6tzn 85a0f03410cd34ada311ef021681c215435d493dcbbdca7246b3fd2fe98530ee network default NAD default], result "{\"interfaces\":[{\"name\":\"85a0f03410cd34a\",\"mac\":\"3e:b2:a8:31:e1:08\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:12\",\"sandbox\":\"/var/run/netns/3a8b4bde-f861-4575-a390-090a97fb6501\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.18/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0702 22:38:06.061688 3306 base_network_controller_pods.go:477] [default/openshift-deployment-validation-operator/304f2b55651df42bb2d4d5d48244ba48d7d4f273b8a1576cda30f66644g8rdl] creating logical port openshift-deployment-validation-operator_304f2b55651df42bb2d4d5d48244ba48d7d4f273b8a1576cda30f66644g8rdl for pod on switch ip-10-0-0-31.ec2.internal I0702 22:38:06.061829 3306 kube.go:317] Updating pod openshift-deployment-validation-operator/304f2b55651df42bb2d4d5d48244ba48d7d4f273b8a1576cda30f66644g8rdl I0702 22:38:06.078292 3306 pod.go:62] [openshift-deployment-validation-operator/304f2b55651df42bb2d4d5d48244ba48d7d4f273b8a1576cda30f66644g8rdl] pod update took 16.521132ms I0702 22:38:06.078321 3306 base_network_controller_pods.go:921] [default/openshift-deployment-validation-operator/304f2b55651df42bb2d4d5d48244ba48d7d4f273b8a1576cda30f66644g8rdl] addLogicalPort annotation time took 16.555452ms I0702 22:38:06.079712 3306 pods.go:252] [openshift-deployment-validation-operator/304f2b55651df42bb2d4d5d48244ba48d7d4f273b8a1576cda30f66644g8rdl] addLogicalPort took 18.056634ms, libovsdb time 944.445µs I0702 22:38:06.415952 3306 cni.go:312] [openshift-deployment-validation-operator/304f2b55651df42bb2d4d5d48244ba48d7d4f273b8a1576cda30f66644g8rdl 88b4914706d14a7f7253bd4d19df8013347482b790e90e72a30536b247e0a7dd network default NAD default] ADD starting CNI request [openshift-deployment-validation-operator/304f2b55651df42bb2d4d5d48244ba48d7d4f273b8a1576cda30f66644g8rdl 88b4914706d14a7f7253bd4d19df8013347482b790e90e72a30536b247e0a7dd network default NAD default] I0702 22:38:06.418695 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 25 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 22:38:06.418716 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 25 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0702 22:38:06.423965 3306 helper_linux.go:442] ConfigureOVS: namespace: openshift-deployment-validation-operator, podName: 304f2b55651df42bb2d4d5d48244ba48d7d4f273b8a1576cda30f66644g8rdl, hostIfaceName: 88b4914706d14a7, network: default, NAD default, SandboxID: "88b4914706d14a7f7253bd4d19df8013347482b790e90e72a30536b247e0a7dd", PCI device ID: , UID: "f72ef70b-9919-4772-b9b0-96425d51cb5b", MAC: 0a:58:0a:80:00:13, IPs: [10.128.0.19/23] I0702 22:38:06.471724 3306 cni.go:333] [openshift-deployment-validation-operator/304f2b55651df42bb2d4d5d48244ba48d7d4f273b8a1576cda30f66644g8rdl 88b4914706d14a7f7253bd4d19df8013347482b790e90e72a30536b247e0a7dd network default NAD default] ADD finished CNI request [openshift-deployment-validation-operator/304f2b55651df42bb2d4d5d48244ba48d7d4f273b8a1576cda30f66644g8rdl 88b4914706d14a7f7253bd4d19df8013347482b790e90e72a30536b247e0a7dd network default NAD default], result "{\"interfaces\":[{\"name\":\"88b4914706d14a7\",\"mac\":\"16:15:3b:0f:2c:f1\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:13\",\"sandbox\":\"/var/run/netns/a4fe2689-72f8-4dc1-8c70-5fd7f318defe\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.19/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0702 22:38:06.683046 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 23 Dst: fe80::b88f:69ff:fe90:316/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 22:38:07.067060 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 24 Dst: fe80::3cb2:a8ff:fe31:e108/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 22:38:07.845122 3306 base_network_controller_pods.go:477] [default/openshift-monitoring/metrics-server-b45ddbfff-dlwb6] creating logical port openshift-monitoring_metrics-server-b45ddbfff-dlwb6 for pod on switch ip-10-0-0-31.ec2.internal I0702 22:38:07.845509 3306 kube.go:317] Updating pod openshift-monitoring/metrics-server-b45ddbfff-dlwb6 I0702 22:38:07.861615 3306 pod.go:62] [openshift-monitoring/metrics-server-b45ddbfff-dlwb6] pod update took 16.282382ms I0702 22:38:07.861644 3306 base_network_controller_pods.go:921] [default/openshift-monitoring/metrics-server-b45ddbfff-dlwb6] addLogicalPort annotation time took 16.334127ms I0702 22:38:07.863388 3306 pods.go:252] [openshift-monitoring/metrics-server-b45ddbfff-dlwb6] addLogicalPort took 18.291371ms, libovsdb time 1.274512ms I0702 22:38:08.017493 3306 base_network_controller_pods.go:477] [default/openshift-monitoring/monitoring-plugin-5f7c688689-7drw8] creating logical port openshift-monitoring_monitoring-plugin-5f7c688689-7drw8 for pod on switch ip-10-0-0-31.ec2.internal I0702 22:38:08.017612 3306 kube.go:317] Updating pod openshift-monitoring/monitoring-plugin-5f7c688689-7drw8 I0702 22:38:08.030270 3306 pod.go:62] [openshift-monitoring/monitoring-plugin-5f7c688689-7drw8] pod update took 12.695987ms I0702 22:38:08.030350 3306 base_network_controller_pods.go:921] [default/openshift-monitoring/monitoring-plugin-5f7c688689-7drw8] addLogicalPort annotation time took 12.778736ms I0702 22:38:08.031870 3306 pods.go:252] [openshift-monitoring/monitoring-plugin-5f7c688689-7drw8] addLogicalPort took 14.407495ms, libovsdb time 1.128515ms I0702 22:38:08.212624 3306 cni.go:312] [openshift-monitoring/metrics-server-b45ddbfff-dlwb6 c059e6e6f444f73209fd275ebc5ea9044de1c541186d48fcba2f92de6d0b9d44 network default NAD default] ADD starting CNI request [openshift-monitoring/metrics-server-b45ddbfff-dlwb6 c059e6e6f444f73209fd275ebc5ea9044de1c541186d48fcba2f92de6d0b9d44 network default NAD default] I0702 22:38:08.214535 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 26 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 22:38:08.214564 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 26 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0702 22:38:08.223616 3306 helper_linux.go:442] ConfigureOVS: namespace: openshift-monitoring, podName: metrics-server-b45ddbfff-dlwb6, hostIfaceName: c059e6e6f444f73, network: default, NAD default, SandboxID: "c059e6e6f444f73209fd275ebc5ea9044de1c541186d48fcba2f92de6d0b9d44", PCI device ID: , UID: "ff58c893-7661-4bfd-a3dc-d868387cb865", MAC: 0a:58:0a:80:00:14, IPs: [10.128.0.20/23] I0702 22:38:08.279521 3306 cni.go:333] [openshift-monitoring/metrics-server-b45ddbfff-dlwb6 c059e6e6f444f73209fd275ebc5ea9044de1c541186d48fcba2f92de6d0b9d44 network default NAD default] ADD finished CNI request [openshift-monitoring/metrics-server-b45ddbfff-dlwb6 c059e6e6f444f73209fd275ebc5ea9044de1c541186d48fcba2f92de6d0b9d44 network default NAD default], result "{\"interfaces\":[{\"name\":\"c059e6e6f444f73\",\"mac\":\"26:4c:2d:47:67:e3\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:14\",\"sandbox\":\"/var/run/netns/78cfd910-6a56-48ff-a1f2-166fee77f221\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.20/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0702 22:38:08.284023 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 25 Dst: fe80::1415:3bff:fe0f:2cf1/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 22:38:08.347752 3306 base_network_controller_pods.go:477] [default/openshift-console/console-85f549b6d-wmltx] creating logical port openshift-console_console-85f549b6d-wmltx for pod on switch ip-10-0-0-31.ec2.internal I0702 22:38:08.347950 3306 kube.go:317] Updating pod openshift-console/console-85f549b6d-wmltx I0702 22:38:08.378449 3306 pod.go:62] [openshift-console/console-85f549b6d-wmltx] pod update took 30.540493ms I0702 22:38:08.378474 3306 base_network_controller_pods.go:921] [default/openshift-console/console-85f549b6d-wmltx] addLogicalPort annotation time took 30.574501ms I0702 22:38:08.382118 3306 pods.go:252] [openshift-console/console-85f549b6d-wmltx] addLogicalPort took 34.392576ms, libovsdb time 3.302638ms I0702 22:38:08.412676 3306 cni.go:312] [openshift-monitoring/monitoring-plugin-5f7c688689-7drw8 79f4f8bb4cc5b8e316d2955c1f4f58dfb6205970199b47de98c3cbbcccc68b16 network default NAD default] ADD starting CNI request [openshift-monitoring/monitoring-plugin-5f7c688689-7drw8 79f4f8bb4cc5b8e316d2955c1f4f58dfb6205970199b47de98c3cbbcccc68b16 network default NAD default] I0702 22:38:08.415704 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 27 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 22:38:08.415784 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 27 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0702 22:38:08.425882 3306 helper_linux.go:442] ConfigureOVS: namespace: openshift-monitoring, podName: monitoring-plugin-5f7c688689-7drw8, hostIfaceName: 79f4f8bb4cc5b8e, network: default, NAD default, SandboxID: "79f4f8bb4cc5b8e316d2955c1f4f58dfb6205970199b47de98c3cbbcccc68b16", PCI device ID: , UID: "a96ca46a-bbf8-4c22-adc4-64213d291ee7", MAC: 0a:58:0a:80:00:15, IPs: [10.128.0.21/23] I0702 22:38:08.491968 3306 cni.go:333] [openshift-monitoring/monitoring-plugin-5f7c688689-7drw8 79f4f8bb4cc5b8e316d2955c1f4f58dfb6205970199b47de98c3cbbcccc68b16 network default NAD default] ADD finished CNI request [openshift-monitoring/monitoring-plugin-5f7c688689-7drw8 79f4f8bb4cc5b8e316d2955c1f4f58dfb6205970199b47de98c3cbbcccc68b16 network default NAD default], result "{\"interfaces\":[{\"name\":\"79f4f8bb4cc5b8e\",\"mac\":\"be:0d:85:e4:b7:c3\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:15\",\"sandbox\":\"/var/run/netns/ac4f0bfc-0e50-4b0c-8bef-d76ba298b04b\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.21/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0702 22:38:08.736239 3306 cni.go:312] [openshift-console/console-85f549b6d-wmltx 675409721c7ae3c0344ae015e008ac9f201641cdeb5b6aa755792dd8a054b3d2 network default NAD default] ADD starting CNI request [openshift-console/console-85f549b6d-wmltx 675409721c7ae3c0344ae015e008ac9f201641cdeb5b6aa755792dd8a054b3d2 network default NAD default] I0702 22:38:08.739366 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 28 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 22:38:08.739437 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 28 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0702 22:38:08.748057 3306 helper_linux.go:442] ConfigureOVS: namespace: openshift-console, podName: console-85f549b6d-wmltx, hostIfaceName: 675409721c7ae3c, network: default, NAD default, SandboxID: "675409721c7ae3c0344ae015e008ac9f201641cdeb5b6aa755792dd8a054b3d2", PCI device ID: , UID: "7a186db0-85ef-416e-8f4e-a79738f8fc43", MAC: 0a:58:0a:80:00:16, IPs: [10.128.0.22/23] I0702 22:38:08.813551 3306 cni.go:333] [openshift-console/console-85f549b6d-wmltx 675409721c7ae3c0344ae015e008ac9f201641cdeb5b6aa755792dd8a054b3d2 network default NAD default] ADD finished CNI request [openshift-console/console-85f549b6d-wmltx 675409721c7ae3c0344ae015e008ac9f201641cdeb5b6aa755792dd8a054b3d2 network default NAD default], result "{\"interfaces\":[{\"name\":\"675409721c7ae3c\",\"mac\":\"3e:28:76:ab:38:ea\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:16\",\"sandbox\":\"/var/run/netns/c1df7451-d4ea-4736-864a-23f0a8aac386\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.22/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0702 22:38:09.819048 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 26 Dst: fe80::244c:2dff:fe47:67e3/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 22:38:09.884127 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 27 Dst: fe80::bc0d:85ff:fee4:b7c3/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 22:38:09.947180 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 28 Dst: fe80::3c28:76ff:feab:38ea/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 22:38:10.415240 3306 cni.go:312] [openshift-image-registry/image-registry-669cf8666f-zr8zf 79144c1108679f249f6eb821fb04e326d4767acc960069ba018d484671ce083a network default NAD default] DEL starting CNI request [openshift-image-registry/image-registry-669cf8666f-zr8zf 79144c1108679f249f6eb821fb04e326d4767acc960069ba018d484671ce083a network default NAD default] I0702 22:38:10.509096 3306 cni.go:333] [openshift-image-registry/image-registry-669cf8666f-zr8zf 79144c1108679f249f6eb821fb04e326d4767acc960069ba018d484671ce083a network default NAD default] DEL finished CNI request [openshift-image-registry/image-registry-669cf8666f-zr8zf 79144c1108679f249f6eb821fb04e326d4767acc960069ba018d484671ce083a network default NAD default], result "{\"dns\":{}}", err I0702 22:38:10.993515 3306 obj_retry.go:466] Detected object openshift-image-registry/image-registry-669cf8666f-zr8zf of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0702 22:38:10.993553 3306 pods.go:174] Deleting pod: openshift-image-registry/image-registry-669cf8666f-zr8zf I0702 22:38:10.995604 3306 pods.go:217] Attempting to release IPs for pod: openshift-image-registry/image-registry-669cf8666f-zr8zf, ips: 10.128.0.7 I0702 22:38:10.995647 3306 obj_retry.go:466] Detected object openshift-image-registry/image-registry-669cf8666f-zr8zf of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0702 22:38:11.003765 3306 base_network_controller_pods.go:477] [default/openshift-image-registry/image-registry-5b877fdc6d-qxztc] creating logical port openshift-image-registry_image-registry-5b877fdc6d-qxztc for pod on switch ip-10-0-0-31.ec2.internal I0702 22:38:11.003968 3306 kube.go:317] Updating pod openshift-image-registry/image-registry-5b877fdc6d-qxztc I0702 22:38:11.022947 3306 pod.go:62] [openshift-image-registry/image-registry-5b877fdc6d-qxztc] pod update took 19.022487ms I0702 22:38:11.022980 3306 base_network_controller_pods.go:921] [default/openshift-image-registry/image-registry-5b877fdc6d-qxztc] addLogicalPort annotation time took 19.05857ms I0702 22:38:11.024747 3306 pods.go:252] [openshift-image-registry/image-registry-5b877fdc6d-qxztc] addLogicalPort took 20.996703ms, libovsdb time 1.282262ms I0702 22:38:11.132340 3306 obj_retry.go:460] Detected object openshift-image-registry/image-registry-669cf8666f-zr8zf of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0702 22:38:11.132447 3306 obj_retry.go:460] Detected object openshift-image-registry/image-registry-669cf8666f-zr8zf of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0702 22:38:11.144487 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-image-registry/image-registry-669cf8666f-zr8zf I0702 22:38:11.144519 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod openshift-image-registry/image-registry-669cf8666f-zr8zf I0702 22:38:11.488422 3306 cni.go:312] [openshift-image-registry/image-registry-5b877fdc6d-qxztc 8f6628e5a88f1edbded31532eb21c719de1a2cdb1fd10a4d8b9b895c11f3b033 network default NAD default] ADD starting CNI request [openshift-image-registry/image-registry-5b877fdc6d-qxztc 8f6628e5a88f1edbded31532eb21c719de1a2cdb1fd10a4d8b9b895c11f3b033 network default NAD default] I0702 22:38:11.492398 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 29 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 22:38:11.492422 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 29 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0702 22:38:11.500907 3306 helper_linux.go:442] ConfigureOVS: namespace: openshift-image-registry, podName: image-registry-5b877fdc6d-qxztc, hostIfaceName: 8f6628e5a88f1ed, network: default, NAD default, SandboxID: "8f6628e5a88f1edbded31532eb21c719de1a2cdb1fd10a4d8b9b895c11f3b033", PCI device ID: , UID: "3dd50c53-1dab-4555-ba3d-642e1b1dc11a", MAC: 0a:58:0a:80:00:17, IPs: [10.128.0.23/23] I0702 22:38:11.569350 3306 cni.go:333] [openshift-image-registry/image-registry-5b877fdc6d-qxztc 8f6628e5a88f1edbded31532eb21c719de1a2cdb1fd10a4d8b9b895c11f3b033 network default NAD default] ADD finished CNI request [openshift-image-registry/image-registry-5b877fdc6d-qxztc 8f6628e5a88f1edbded31532eb21c719de1a2cdb1fd10a4d8b9b895c11f3b033 network default NAD default], result "{\"interfaces\":[{\"name\":\"8f6628e5a88f1ed\",\"mac\":\"be:19:de:7b:2f:94\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:17\",\"sandbox\":\"/var/run/netns/54074db6-2077-4c72-9041-1d9106614ab9\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.23/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0702 22:38:13.339007 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 29 Dst: fe80::bc19:deff:fe7b:2f94/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 22:38:13.756902 3306 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0702 22:38:13.756981 3306 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0702 22:38:31.999102 3306 obj_retry.go:466] Detected object openshift-image-registry/image-registry-5f9cf75d7d-tdcks of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0702 22:38:31.999833 3306 obj_retry.go:466] Detected object openshift-image-registry/image-registry-5f9cf75d7d-tdcks of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0702 22:38:32.999928 3306 obj_retry.go:460] Detected object openshift-image-registry/image-registry-5f9cf75d7d-tdcks of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0702 22:38:32.999958 3306 obj_retry.go:460] Detected object openshift-image-registry/image-registry-5f9cf75d7d-tdcks of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0702 22:38:33.005882 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-image-registry/image-registry-5f9cf75d7d-tdcks I0702 22:38:33.005910 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod openshift-image-registry/image-registry-5f9cf75d7d-tdcks I0702 22:38:35.228686 3306 cni.go:312] [openshift-deployment-validation-operator/304f2b55651df42bb2d4d5d48244ba48d7d4f273b8a1576cda30f66644g8rdl 88b4914706d14a7f7253bd4d19df8013347482b790e90e72a30536b247e0a7dd network default NAD default] DEL starting CNI request [openshift-deployment-validation-operator/304f2b55651df42bb2d4d5d48244ba48d7d4f273b8a1576cda30f66644g8rdl 88b4914706d14a7f7253bd4d19df8013347482b790e90e72a30536b247e0a7dd network default NAD default] I0702 22:38:35.296444 3306 cni.go:333] [openshift-deployment-validation-operator/304f2b55651df42bb2d4d5d48244ba48d7d4f273b8a1576cda30f66644g8rdl 88b4914706d14a7f7253bd4d19df8013347482b790e90e72a30536b247e0a7dd network default NAD default] DEL finished CNI request [openshift-deployment-validation-operator/304f2b55651df42bb2d4d5d48244ba48d7d4f273b8a1576cda30f66644g8rdl 88b4914706d14a7f7253bd4d19df8013347482b790e90e72a30536b247e0a7dd network default NAD default], result "{\"dns\":{}}", err I0702 22:38:35.342420 3306 obj_retry.go:466] Detected object openshift-deployment-validation-operator/304f2b55651df42bb2d4d5d48244ba48d7d4f273b8a1576cda30f66644g8rdl of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0702 22:38:35.342456 3306 pods.go:174] Deleting pod: openshift-deployment-validation-operator/304f2b55651df42bb2d4d5d48244ba48d7d4f273b8a1576cda30f66644g8rdl I0702 22:38:35.344184 3306 pods.go:217] Attempting to release IPs for pod: openshift-deployment-validation-operator/304f2b55651df42bb2d4d5d48244ba48d7d4f273b8a1576cda30f66644g8rdl, ips: 10.128.0.19 I0702 22:38:35.344227 3306 obj_retry.go:466] Detected object openshift-deployment-validation-operator/304f2b55651df42bb2d4d5d48244ba48d7d4f273b8a1576cda30f66644g8rdl of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0702 22:38:35.344251 3306 obj_retry.go:466] Detected object openshift-deployment-validation-operator/304f2b55651df42bb2d4d5d48244ba48d7d4f273b8a1576cda30f66644g8rdl of type *factory.localPodSelector in terminal state (e.g. completed) during update event: will remove it I0702 22:38:35.344264 3306 base_network_controller_policy.go:635] Processing NetworkPolicy openshift-deployment-validation-operator/allow-from-openshift-insights to delete 1 local pods... E0702 22:38:36.187922 3306 ovn.go:423] Failed to unmarshal old node ip-10-0-0-31.ec2.internal annotation: unexpected end of JSON input I0702 22:38:36.187949 3306 master.go:495] Adding or Updating Node "ip-10-0-0-31.ec2.internal" I0702 22:38:36.187956 3306 hybrid.go:141] Removing node ip-10-0-0-31.ec2.internal hybrid overlay port I0702 22:38:36.365541 3306 obj_retry.go:460] Detected object openshift-deployment-validation-operator/304f2b55651df42bb2d4d5d48244ba48d7d4f273b8a1576cda30f66644g8rdl of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0702 22:38:36.365570 3306 obj_retry.go:460] Detected object openshift-deployment-validation-operator/304f2b55651df42bb2d4d5d48244ba48d7d4f273b8a1576cda30f66644g8rdl of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0702 22:38:36.365587 3306 obj_retry.go:460] Detected object openshift-deployment-validation-operator/304f2b55651df42bb2d4d5d48244ba48d7d4f273b8a1576cda30f66644g8rdl of type *factory.localPodSelector in terminal state (e.g. completed) will be ignored as it has already been processed I0702 22:38:39.328095 3306 cni.go:312] [openshift-console/console-85f549b6d-wmltx 675409721c7ae3c0344ae015e008ac9f201641cdeb5b6aa755792dd8a054b3d2 network default NAD default] DEL starting CNI request [openshift-console/console-85f549b6d-wmltx 675409721c7ae3c0344ae015e008ac9f201641cdeb5b6aa755792dd8a054b3d2 network default NAD default] I0702 22:38:39.398955 3306 cni.go:333] [openshift-console/console-85f549b6d-wmltx 675409721c7ae3c0344ae015e008ac9f201641cdeb5b6aa755792dd8a054b3d2 network default NAD default] DEL finished CNI request [openshift-console/console-85f549b6d-wmltx 675409721c7ae3c0344ae015e008ac9f201641cdeb5b6aa755792dd8a054b3d2 network default NAD default], result "{\"dns\":{}}", err I0702 22:38:39.443656 3306 obj_retry.go:466] Detected object openshift-console/console-85f549b6d-wmltx of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0702 22:38:39.443691 3306 pods.go:174] Deleting pod: openshift-console/console-85f549b6d-wmltx I0702 22:38:39.445199 3306 pods.go:217] Attempting to release IPs for pod: openshift-console/console-85f549b6d-wmltx, ips: 10.128.0.22 I0702 22:38:39.445230 3306 obj_retry.go:466] Detected object openshift-console/console-85f549b6d-wmltx of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0702 22:38:40.268359 3306 obj_retry.go:460] Detected object openshift-console/console-85f549b6d-wmltx of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0702 22:38:40.268387 3306 obj_retry.go:460] Detected object openshift-console/console-85f549b6d-wmltx of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0702 22:38:40.273890 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-console/console-85f549b6d-wmltx I0702 22:38:40.273982 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod openshift-console/console-85f549b6d-wmltx I0702 22:38:41.168778 3306 namespace.go:136] [openshift-deployment-validation-operator] updating namespace I0702 22:38:41.178367 3306 namespace.go:136] [openshift-deployment-validation-operator] updating namespace I0702 22:38:43.774780 3306 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0702 22:38:43.774860 3306 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0702 22:38:43.847552 3306 base_network_controller_pods.go:477] [default/openshift-deployment-validation-operator/deployment-validation-operator-59ccb886c6-ptt8z] creating logical port openshift-deployment-validation-operator_deployment-validation-operator-59ccb886c6-ptt8z for pod on switch ip-10-0-0-31.ec2.internal I0702 22:38:43.847779 3306 kube.go:317] Updating pod openshift-deployment-validation-operator/deployment-validation-operator-59ccb886c6-ptt8z I0702 22:38:43.864009 3306 pod.go:62] [openshift-deployment-validation-operator/deployment-validation-operator-59ccb886c6-ptt8z] pod update took 16.263603ms I0702 22:38:43.864031 3306 base_network_controller_pods.go:921] [default/openshift-deployment-validation-operator/deployment-validation-operator-59ccb886c6-ptt8z] addLogicalPort annotation time took 16.29032ms I0702 22:38:43.865460 3306 pods.go:252] [openshift-deployment-validation-operator/deployment-validation-operator-59ccb886c6-ptt8z] addLogicalPort took 17.924814ms, libovsdb time 945.977µs I0702 22:38:44.200713 3306 cni.go:312] [openshift-deployment-validation-operator/deployment-validation-operator-59ccb886c6-ptt8z a0e72c1b9d985202f7986125b52cc267d99559cfe385fcf099297c30a940acc6 network default NAD default] ADD starting CNI request [openshift-deployment-validation-operator/deployment-validation-operator-59ccb886c6-ptt8z a0e72c1b9d985202f7986125b52cc267d99559cfe385fcf099297c30a940acc6 network default NAD default] I0702 22:38:44.202304 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 30 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 22:38:44.202350 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 30 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0702 22:38:44.209079 3306 helper_linux.go:442] ConfigureOVS: namespace: openshift-deployment-validation-operator, podName: deployment-validation-operator-59ccb886c6-ptt8z, hostIfaceName: a0e72c1b9d98520, network: default, NAD default, SandboxID: "a0e72c1b9d985202f7986125b52cc267d99559cfe385fcf099297c30a940acc6", PCI device ID: , UID: "0491bb78-7959-4285-95fa-576ac7d70b18", MAC: 0a:58:0a:80:00:18, IPs: [10.128.0.24/23] I0702 22:38:44.253501 3306 cni.go:333] [openshift-deployment-validation-operator/deployment-validation-operator-59ccb886c6-ptt8z a0e72c1b9d985202f7986125b52cc267d99559cfe385fcf099297c30a940acc6 network default NAD default] ADD finished CNI request [openshift-deployment-validation-operator/deployment-validation-operator-59ccb886c6-ptt8z a0e72c1b9d985202f7986125b52cc267d99559cfe385fcf099297c30a940acc6 network default NAD default], result "{\"interfaces\":[{\"name\":\"a0e72c1b9d98520\",\"mac\":\"46:9a:bd:c8:9b:a4\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:18\",\"sandbox\":\"/var/run/netns/01bc673f-cad8-4604-813b-272c48726c18\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.24/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0702 22:38:44.899766 3306 base_network_controller_pods.go:477] [default/openshift-console/console-8559786877-k6plm] creating logical port openshift-console_console-8559786877-k6plm for pod on switch ip-10-0-0-31.ec2.internal I0702 22:38:44.899964 3306 kube.go:317] Updating pod openshift-console/console-8559786877-k6plm I0702 22:38:44.916138 3306 pod.go:62] [openshift-console/console-8559786877-k6plm] pod update took 16.214279ms I0702 22:38:44.916165 3306 base_network_controller_pods.go:921] [default/openshift-console/console-8559786877-k6plm] addLogicalPort annotation time took 16.245647ms I0702 22:38:44.917525 3306 pods.go:252] [openshift-console/console-8559786877-k6plm] addLogicalPort took 17.813091ms, libovsdb time 882.511µs I0702 22:38:45.260902 3306 cni.go:312] [openshift-console/console-8559786877-k6plm 7a8f72bcd616c1417dc679e0445be112067353e2eb9f0be2815a12d8f7c2ab22 network default NAD default] ADD starting CNI request [openshift-console/console-8559786877-k6plm 7a8f72bcd616c1417dc679e0445be112067353e2eb9f0be2815a12d8f7c2ab22 network default NAD default] I0702 22:38:45.265654 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 31 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 22:38:45.265719 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 31 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0702 22:38:45.273163 3306 helper_linux.go:442] ConfigureOVS: namespace: openshift-console, podName: console-8559786877-k6plm, hostIfaceName: 7a8f72bcd616c14, network: default, NAD default, SandboxID: "7a8f72bcd616c1417dc679e0445be112067353e2eb9f0be2815a12d8f7c2ab22", PCI device ID: , UID: "ea42cc0f-b122-4aa5-b313-bdcaf5cf311d", MAC: 0a:58:0a:80:00:19, IPs: [10.128.0.25/23] I0702 22:38:45.334153 3306 cni.go:333] [openshift-console/console-8559786877-k6plm 7a8f72bcd616c1417dc679e0445be112067353e2eb9f0be2815a12d8f7c2ab22 network default NAD default] ADD finished CNI request [openshift-console/console-8559786877-k6plm 7a8f72bcd616c1417dc679e0445be112067353e2eb9f0be2815a12d8f7c2ab22 network default NAD default], result "{\"interfaces\":[{\"name\":\"7a8f72bcd616c14\",\"mac\":\"9a:58:fd:fb:c2:fd\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:19\",\"sandbox\":\"/var/run/netns/b43b3e76-af2c-4d75-9ed3-c51b4da438dd\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.25/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0702 22:38:45.467024 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 30 Dst: fe80::449a:bdff:fec8:9ba4/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 22:38:47.258981 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 31 Dst: fe80::9858:fdff:fefb:c2fd/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 22:38:47.284788 3306 obj_retry.go:466] Detected object openshift-console/console-85f549b6d-jgktr of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0702 22:38:47.285353 3306 obj_retry.go:466] Detected object openshift-console/console-85f549b6d-jgktr of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0702 22:38:48.273265 3306 obj_retry.go:460] Detected object openshift-console/console-85f549b6d-jgktr of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0702 22:38:48.273296 3306 obj_retry.go:460] Detected object openshift-console/console-85f549b6d-jgktr of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0702 22:38:48.278904 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-console/console-85f549b6d-jgktr I0702 22:38:48.278956 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod openshift-console/console-85f549b6d-jgktr E0702 22:39:06.899211 3306 ovn.go:423] Failed to unmarshal old node ip-10-0-0-31.ec2.internal annotation: unexpected end of JSON input I0702 22:39:06.899237 3306 master.go:495] Adding or Updating Node "ip-10-0-0-31.ec2.internal" I0702 22:39:06.899245 3306 hybrid.go:141] Removing node ip-10-0-0-31.ec2.internal hybrid overlay port I0702 22:39:13.794103 3306 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0702 22:39:13.794159 3306 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0702 22:39:24.116440 3306 obj_retry.go:466] Detected object openshift-monitoring/alertmanager-main-1 of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0702 22:39:24.117092 3306 obj_retry.go:466] Detected object openshift-monitoring/alertmanager-main-1 of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0702 22:39:24.437230 3306 obj_retry.go:460] 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 I0702 22:39:24.437255 3306 obj_retry.go:460] 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 I0702 22:39:24.445181 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-monitoring/alertmanager-main-1 I0702 22:39:24.445237 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod openshift-monitoring/alertmanager-main-1 I0702 22:39:28.420234 3306 obj_retry.go:466] Detected object openshift-monitoring/prometheus-k8s-1 of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0702 22:39:28.420891 3306 obj_retry.go:466] Detected object openshift-monitoring/prometheus-k8s-1 of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0702 22:39:29.173249 3306 obj_retry.go:460] 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 I0702 22:39:29.173346 3306 obj_retry.go:460] 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 I0702 22:39:29.180293 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-monitoring/prometheus-k8s-1 I0702 22:39:29.180318 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod openshift-monitoring/prometheus-k8s-1 I0702 22:39:43.817062 3306 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0702 22:39:43.817120 3306 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0702 22:39:55.672254 3306 cni.go:312] [openshift-console/console-8559786877-k6plm 7a8f72bcd616c1417dc679e0445be112067353e2eb9f0be2815a12d8f7c2ab22 network default NAD default] DEL starting CNI request [openshift-console/console-8559786877-k6plm 7a8f72bcd616c1417dc679e0445be112067353e2eb9f0be2815a12d8f7c2ab22 network default NAD default] I0702 22:39:55.743058 3306 cni.go:333] [openshift-console/console-8559786877-k6plm 7a8f72bcd616c1417dc679e0445be112067353e2eb9f0be2815a12d8f7c2ab22 network default NAD default] DEL finished CNI request [openshift-console/console-8559786877-k6plm 7a8f72bcd616c1417dc679e0445be112067353e2eb9f0be2815a12d8f7c2ab22 network default NAD default], result "{\"dns\":{}}", err I0702 22:39:55.786912 3306 obj_retry.go:466] Detected object openshift-console/console-8559786877-k6plm of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0702 22:39:55.786952 3306 pods.go:174] Deleting pod: openshift-console/console-8559786877-k6plm I0702 22:39:55.788259 3306 pods.go:217] Attempting to release IPs for pod: openshift-console/console-8559786877-k6plm, ips: 10.128.0.25 I0702 22:39:55.788294 3306 obj_retry.go:466] Detected object openshift-console/console-8559786877-k6plm of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0702 22:39:55.794181 3306 base_network_controller_pods.go:477] [default/openshift-console/console-64f47d4d8c-x8z4b] creating logical port openshift-console_console-64f47d4d8c-x8z4b for pod on switch ip-10-0-0-31.ec2.internal I0702 22:39:55.794297 3306 kube.go:317] Updating pod openshift-console/console-64f47d4d8c-x8z4b I0702 22:39:55.809989 3306 pod.go:62] [openshift-console/console-64f47d4d8c-x8z4b] pod update took 15.728703ms I0702 22:39:55.810084 3306 base_network_controller_pods.go:921] [default/openshift-console/console-64f47d4d8c-x8z4b] addLogicalPort annotation time took 15.829184ms I0702 22:39:55.811553 3306 pods.go:252] [openshift-console/console-64f47d4d8c-x8z4b] addLogicalPort took 17.387509ms, libovsdb time 938.725µs I0702 22:39:56.152594 3306 cni.go:312] [openshift-console/console-64f47d4d8c-x8z4b 2d2b9a8b9e08bd63b62d5ad3bde8bd67a0c8c4f3216985bf864ac873dae48185 network default NAD default] ADD starting CNI request [openshift-console/console-64f47d4d8c-x8z4b 2d2b9a8b9e08bd63b62d5ad3bde8bd67a0c8c4f3216985bf864ac873dae48185 network default NAD default] I0702 22:39:56.155532 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 32 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 22:39:56.155609 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 32 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0702 22:39:56.161138 3306 helper_linux.go:442] ConfigureOVS: namespace: openshift-console, podName: console-64f47d4d8c-x8z4b, hostIfaceName: 2d2b9a8b9e08bd6, network: default, NAD default, SandboxID: "2d2b9a8b9e08bd63b62d5ad3bde8bd67a0c8c4f3216985bf864ac873dae48185", PCI device ID: , UID: "9081a026-c312-4f05-bca1-a6ca320cf76a", MAC: 0a:58:0a:80:00:1a, IPs: [10.128.0.26/23] I0702 22:39:56.196179 3306 obj_retry.go:466] Detected object openshift-monitoring/alertmanager-main-0 of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0702 22:39:56.196656 3306 obj_retry.go:466] Detected object openshift-monitoring/alertmanager-main-0 of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0702 22:39:56.205591 3306 cni.go:333] [openshift-console/console-64f47d4d8c-x8z4b 2d2b9a8b9e08bd63b62d5ad3bde8bd67a0c8c4f3216985bf864ac873dae48185 network default NAD default] ADD finished CNI request [openshift-console/console-64f47d4d8c-x8z4b 2d2b9a8b9e08bd63b62d5ad3bde8bd67a0c8c4f3216985bf864ac873dae48185 network default NAD default], result "{\"interfaces\":[{\"name\":\"2d2b9a8b9e08bd6\",\"mac\":\"86:62:4a:ea:2a:4d\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:1a\",\"sandbox\":\"/var/run/netns/a2bb5742-a24f-43a9-b971-aff8db027ddf\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.26/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0702 22:39:56.466254 3306 obj_retry.go:460] 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 I0702 22:39:56.466353 3306 obj_retry.go:460] 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 I0702 22:39:56.472944 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-monitoring/alertmanager-main-0 I0702 22:39:56.472977 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod openshift-monitoring/alertmanager-main-0 I0702 22:39:56.483419 3306 obj_retry.go:460] Detected object openshift-console/console-8559786877-k6plm of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0702 22:39:56.483504 3306 obj_retry.go:460] Detected object openshift-console/console-8559786877-k6plm of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0702 22:39:56.488958 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-console/console-8559786877-k6plm I0702 22:39:56.489095 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod openshift-console/console-8559786877-k6plm I0702 22:39:57.722971 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 32 Dst: fe80::8462:4aff:feea:2a4d/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 22:40:00.202272 3306 base_network_controller_pods.go:477] [default/openshift-backplane/osd-delete-backplane-serviceaccounts-29717200-nsbj2] creating logical port openshift-backplane_osd-delete-backplane-serviceaccounts-29717200-nsbj2 for pod on switch ip-10-0-0-31.ec2.internal I0702 22:40:00.202412 3306 kube.go:317] Updating pod openshift-backplane/osd-delete-backplane-serviceaccounts-29717200-nsbj2 I0702 22:40:00.213934 3306 pod.go:62] [openshift-backplane/osd-delete-backplane-serviceaccounts-29717200-nsbj2] pod update took 11.548135ms I0702 22:40:00.213958 3306 base_network_controller_pods.go:921] [default/openshift-backplane/osd-delete-backplane-serviceaccounts-29717200-nsbj2] addLogicalPort annotation time took 11.588351ms I0702 22:40:00.215167 3306 pods.go:252] [openshift-backplane/osd-delete-backplane-serviceaccounts-29717200-nsbj2] addLogicalPort took 12.926246ms, libovsdb time 795.209µs I0702 22:40:00.477696 3306 obj_retry.go:466] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29717190-bmtmf of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0702 22:40:00.478283 3306 obj_retry.go:466] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29717190-bmtmf of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0702 22:40:00.486670 3306 obj_retry.go:460] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29717190-bmtmf of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0702 22:40:00.486699 3306 obj_retry.go:460] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29717190-bmtmf of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0702 22:40:00.492315 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-backplane/osd-delete-backplane-serviceaccounts-29717190-bmtmf I0702 22:40:00.492378 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod openshift-backplane/osd-delete-backplane-serviceaccounts-29717190-bmtmf I0702 22:40:00.566938 3306 cni.go:312] [openshift-backplane/osd-delete-backplane-serviceaccounts-29717200-nsbj2 640629cee6f8756b673394d8c84a52e4e0e113efd1e7984d63f293a99f478e20 network default NAD default] ADD starting CNI request [openshift-backplane/osd-delete-backplane-serviceaccounts-29717200-nsbj2 640629cee6f8756b673394d8c84a52e4e0e113efd1e7984d63f293a99f478e20 network default NAD default] I0702 22:40:00.568675 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 33 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 22:40:00.568698 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 33 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0702 22:40:00.575861 3306 helper_linux.go:442] ConfigureOVS: namespace: openshift-backplane, podName: osd-delete-backplane-serviceaccounts-29717200-nsbj2, hostIfaceName: 640629cee6f8756, network: default, NAD default, SandboxID: "640629cee6f8756b673394d8c84a52e4e0e113efd1e7984d63f293a99f478e20", PCI device ID: , UID: "ac521eac-efe2-424b-8109-e10363e9c5c3", MAC: 0a:58:0a:80:00:1b, IPs: [10.128.0.27/23] I0702 22:40:00.620468 3306 cni.go:333] [openshift-backplane/osd-delete-backplane-serviceaccounts-29717200-nsbj2 640629cee6f8756b673394d8c84a52e4e0e113efd1e7984d63f293a99f478e20 network default NAD default] ADD finished CNI request [openshift-backplane/osd-delete-backplane-serviceaccounts-29717200-nsbj2 640629cee6f8756b673394d8c84a52e4e0e113efd1e7984d63f293a99f478e20 network default NAD default], result "{\"interfaces\":[{\"name\":\"640629cee6f8756\",\"mac\":\"5a:b9:a1:57:2a:80\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:1b\",\"sandbox\":\"/var/run/netns/e9f11731-63fb-459b-9c91-58c202077199\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.27/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0702 22:40:02.587014 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 33 Dst: fe80::58b9:a1ff:fe57:2a80/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 22:40:05.492539 3306 cni.go:312] [openshift-backplane/osd-delete-backplane-serviceaccounts-29717200-nsbj2 640629cee6f8756b673394d8c84a52e4e0e113efd1e7984d63f293a99f478e20 network default NAD default] DEL starting CNI request [openshift-backplane/osd-delete-backplane-serviceaccounts-29717200-nsbj2 640629cee6f8756b673394d8c84a52e4e0e113efd1e7984d63f293a99f478e20 network default NAD default] I0702 22:40:05.576165 3306 cni.go:333] [openshift-backplane/osd-delete-backplane-serviceaccounts-29717200-nsbj2 640629cee6f8756b673394d8c84a52e4e0e113efd1e7984d63f293a99f478e20 network default NAD default] DEL finished CNI request [openshift-backplane/osd-delete-backplane-serviceaccounts-29717200-nsbj2 640629cee6f8756b673394d8c84a52e4e0e113efd1e7984d63f293a99f478e20 network default NAD default], result "{\"dns\":{}}", err I0702 22:40:05.615488 3306 obj_retry.go:466] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29717200-nsbj2 of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0702 22:40:05.615523 3306 pods.go:174] Deleting pod: openshift-backplane/osd-delete-backplane-serviceaccounts-29717200-nsbj2 I0702 22:40:05.616999 3306 pods.go:217] Attempting to release IPs for pod: openshift-backplane/osd-delete-backplane-serviceaccounts-29717200-nsbj2, ips: 10.128.0.27 I0702 22:40:05.617028 3306 obj_retry.go:466] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29717200-nsbj2 of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0702 22:40:06.635088 3306 obj_retry.go:460] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29717200-nsbj2 of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0702 22:40:06.635182 3306 obj_retry.go:460] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29717200-nsbj2 of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0702 22:40:06.733538 3306 obj_retry.go:466] Detected object openshift-console/console-8559786877-dp986 of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0702 22:40:06.734138 3306 obj_retry.go:466] Detected object openshift-console/console-8559786877-dp986 of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0702 22:40:07.289951 3306 obj_retry.go:460] Detected object openshift-console/console-8559786877-dp986 of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0702 22:40:07.290001 3306 obj_retry.go:460] Detected object openshift-console/console-8559786877-dp986 of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0702 22:40:07.297757 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-console/console-8559786877-dp986 I0702 22:40:07.297786 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod openshift-console/console-8559786877-dp986 E0702 22:40:07.889774 3306 ovn.go:423] Failed to unmarshal old node ip-10-0-0-31.ec2.internal annotation: unexpected end of JSON input I0702 22:40:07.889800 3306 master.go:495] Adding or Updating Node "ip-10-0-0-31.ec2.internal" I0702 22:40:07.889807 3306 hybrid.go:141] Removing node ip-10-0-0-31.ec2.internal hybrid overlay port I0702 22:40:13.836145 3306 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0702 22:40:13.836205 3306 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0702 22:40:31.694129 3306 obj_retry.go:466] Detected object openshift-monitoring/prometheus-k8s-0 of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0702 22:40:31.694773 3306 obj_retry.go:466] Detected object openshift-monitoring/prometheus-k8s-0 of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0702 22:40:32.570176 3306 obj_retry.go:460] 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 I0702 22:40:32.570199 3306 obj_retry.go:460] 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 I0702 22:40:32.573290 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-monitoring/prometheus-k8s-0 I0702 22:40:32.573316 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod openshift-monitoring/prometheus-k8s-0 I0702 22:40:43.855062 3306 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0702 22:40:43.855128 3306 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} E0702 22:41:10.078691 3306 ovn.go:423] Failed to unmarshal old node ip-10-0-0-31.ec2.internal annotation: unexpected end of JSON input I0702 22:41:10.078721 3306 master.go:495] Adding or Updating Node "ip-10-0-0-31.ec2.internal" I0702 22:41:10.078730 3306 hybrid.go:141] Removing node ip-10-0-0-31.ec2.internal hybrid overlay port I0702 22:41:13.872233 3306 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0702 22:41:13.872297 3306 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} E0702 22:41:20.426803 3306 ovn.go:423] Failed to unmarshal old node ip-10-0-0-31.ec2.internal annotation: unexpected end of JSON input I0702 22:41:20.426867 3306 master.go:495] Adding or Updating Node "ip-10-0-0-31.ec2.internal" I0702 22:41:20.426878 3306 hybrid.go:141] Removing node ip-10-0-0-31.ec2.internal hybrid overlay port E0702 22:41:30.674862 3306 ovn.go:423] Failed to unmarshal old node ip-10-0-0-31.ec2.internal annotation: unexpected end of JSON input I0702 22:41:30.674886 3306 master.go:495] Adding or Updating Node "ip-10-0-0-31.ec2.internal" I0702 22:41:30.674893 3306 hybrid.go:141] Removing node ip-10-0-0-31.ec2.internal hybrid overlay port I0702 22:41:43.904315 3306 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0702 22:41:43.904386 3306 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0702 22:41:45.134413 3306 namespace.go:92] [tssc] adding namespace I0702 22:41:45.135453 3306 namespace.go:96] [tssc] adding namespace took 1.016382ms I0702 22:41:45.151839 3306 namespace.go:136] [tssc] updating namespace I0702 22:41:45.162469 3306 namespace.go:136] [tssc] updating namespace I0702 22:41:45.417902 3306 namespace.go:92] [null] adding namespace I0702 22:41:45.418922 3306 namespace.go:96] [null] adding namespace took 995.746µs I0702 22:41:45.437481 3306 namespace.go:136] [null] updating namespace I0702 22:41:45.449407 3306 namespace.go:136] [null] updating namespace I0702 22:41:52.687860 3306 namespace.go:92] [tssc-tas] adding namespace I0702 22:41:52.688845 3306 namespace.go:96] [tssc-tas] adding namespace took 877.388µs I0702 22:41:52.692771 3306 namespace.go:92] [rhtpa-operator] adding namespace I0702 22:41:52.692934 3306 namespace.go:92] [tssc-tpa] adding namespace I0702 22:41:52.693513 3306 namespace.go:96] [rhtpa-operator] adding namespace took 721.552µs I0702 22:41:52.694251 3306 namespace.go:96] [tssc-tpa] adding namespace took 1.299477ms I0702 22:41:52.695592 3306 namespace.go:92] [tssc-gitops] adding namespace I0702 22:41:52.695718 3306 namespace.go:92] [rhbk-operator] adding namespace I0702 22:41:52.695783 3306 namespace.go:92] [tssc-dh] adding namespace I0702 22:41:52.695851 3306 namespace.go:92] [tssc-keycloak] adding namespace I0702 22:41:52.696488 3306 namespace.go:96] [tssc-gitops] adding namespace took 841.274µs I0702 22:41:52.697236 3306 namespace.go:96] [rhbk-operator] adding namespace took 1.503865ms I0702 22:41:52.697738 3306 namespace.go:96] [tssc-dh] adding namespace took 1.770635ms I0702 22:41:52.698341 3306 namespace.go:96] [tssc-keycloak] adding namespace took 2.364378ms I0702 22:41:52.716438 3306 namespace.go:136] [tssc-tas] updating namespace I0702 22:41:52.730435 3306 namespace.go:136] [tssc-tas] updating namespace I0702 22:41:52.744181 3306 namespace.go:136] [rhtpa-operator] updating namespace I0702 22:41:52.748860 3306 namespace.go:136] [rhbk-operator] updating namespace I0702 22:41:52.748953 3306 namespace.go:136] [tssc-tpa] updating namespace I0702 22:41:52.749108 3306 namespace.go:136] [tssc-gitops] updating namespace I0702 22:41:52.762720 3306 namespace.go:136] [rhtpa-operator] updating namespace I0702 22:41:52.762912 3306 namespace.go:136] [tssc-dh] updating namespace I0702 22:41:52.769750 3306 namespace.go:136] [tssc-tpa] updating namespace I0702 22:41:52.769753 3306 namespace.go:136] [tssc-keycloak] updating namespace I0702 22:41:52.780614 3306 namespace.go:136] [tssc-tas] updating namespace I0702 22:41:52.783771 3306 namespace.go:136] [tssc-tpa] updating namespace I0702 22:41:52.783806 3306 namespace.go:136] [rhtpa-operator] updating namespace I0702 22:41:52.801570 3306 namespace.go:136] [tssc-gitops] updating namespace I0702 22:41:52.821931 3306 namespace.go:136] [tssc-gitops] updating namespace I0702 22:41:52.846853 3306 namespace.go:136] [rhbk-operator] updating namespace I0702 22:41:52.859172 3306 namespace.go:136] [rhbk-operator] updating namespace I0702 22:41:52.888019 3306 namespace.go:136] [tssc-dh] updating namespace I0702 22:41:52.908734 3306 namespace.go:136] [tssc-dh] updating namespace I0702 22:41:52.917572 3306 namespace.go:136] [tssc-keycloak] updating namespace I0702 22:41:52.929609 3306 namespace.go:136] [tssc-keycloak] updating namespace I0702 22:41:53.813844 3306 namespace.go:136] [tssc-keycloak] updating namespace I0702 22:41:53.817631 3306 namespace.go:136] [tssc-tpa] updating namespace I0702 22:41:53.975258 3306 base_network_controller_pods.go:477] [default/tssc/test-tssc-subscriptions] creating logical port tssc_test-tssc-subscriptions for pod on switch ip-10-0-0-31.ec2.internal I0702 22:41:53.975388 3306 kube.go:317] Updating pod tssc/test-tssc-subscriptions I0702 22:41:53.992066 3306 pod.go:62] [tssc/test-tssc-subscriptions] pod update took 16.706397ms I0702 22:41:53.992160 3306 base_network_controller_pods.go:921] [default/tssc/test-tssc-subscriptions] addLogicalPort annotation time took 16.802515ms I0702 22:41:53.993405 3306 pods.go:252] [tssc/test-tssc-subscriptions] addLogicalPort took 18.167307ms, libovsdb time 867.773µs I0702 22:41:54.340132 3306 cni.go:312] [tssc/test-tssc-subscriptions 8926f30c319fc979b51dea871ea4208cd19437d0296147c4163bd08ec40ded3f network default NAD default] ADD starting CNI request [tssc/test-tssc-subscriptions 8926f30c319fc979b51dea871ea4208cd19437d0296147c4163bd08ec40ded3f network default NAD default] I0702 22:41:54.341720 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 34 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 22:41:54.341756 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 34 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0702 22:41:54.348650 3306 helper_linux.go:442] ConfigureOVS: namespace: tssc, podName: test-tssc-subscriptions, hostIfaceName: 8926f30c319fc97, network: default, NAD default, SandboxID: "8926f30c319fc979b51dea871ea4208cd19437d0296147c4163bd08ec40ded3f", PCI device ID: , UID: "2e1c46db-fc2a-4040-9bdd-ea078581fbdc", MAC: 0a:58:0a:80:00:1c, IPs: [10.128.0.28/23] I0702 22:41:54.393802 3306 cni.go:333] [tssc/test-tssc-subscriptions 8926f30c319fc979b51dea871ea4208cd19437d0296147c4163bd08ec40ded3f network default NAD default] ADD finished CNI request [tssc/test-tssc-subscriptions 8926f30c319fc979b51dea871ea4208cd19437d0296147c4163bd08ec40ded3f network default NAD default], result "{\"interfaces\":[{\"name\":\"8926f30c319fc97\",\"mac\":\"36:a3:6f:f9:d4:0c\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:1c\",\"sandbox\":\"/var/run/netns/8d511376-a9d9-4665-9c81-5d3a7f820a25\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.28/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0702 22:41:55.611028 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 34 Dst: fe80::34a3:6fff:fef9:d40c/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 22:41:55.939465 3306 base_network_controller_pods.go:477] [default/openshift-marketplace/12ab9910d6dd8fd3d10840595e6d43c3bda9f778d4f4c233c8f5ce7c0565dwj] creating logical port openshift-marketplace_12ab9910d6dd8fd3d10840595e6d43c3bda9f778d4f4c233c8f5ce7c0565dwj for pod on switch ip-10-0-0-31.ec2.internal I0702 22:41:55.939643 3306 kube.go:317] Updating pod openshift-marketplace/12ab9910d6dd8fd3d10840595e6d43c3bda9f778d4f4c233c8f5ce7c0565dwj I0702 22:41:55.951842 3306 pod.go:62] [openshift-marketplace/12ab9910d6dd8fd3d10840595e6d43c3bda9f778d4f4c233c8f5ce7c0565dwj] pod update took 12.219377ms I0702 22:41:55.951927 3306 base_network_controller_pods.go:921] [default/openshift-marketplace/12ab9910d6dd8fd3d10840595e6d43c3bda9f778d4f4c233c8f5ce7c0565dwj] addLogicalPort annotation time took 12.331707ms I0702 22:41:55.953617 3306 pods.go:252] [openshift-marketplace/12ab9910d6dd8fd3d10840595e6d43c3bda9f778d4f4c233c8f5ce7c0565dwj] addLogicalPort took 14.169303ms, libovsdb time 1.138021ms I0702 22:41:56.033709 3306 base_network_controller_pods.go:477] [default/openshift-marketplace/feaa2cc5ab798811e5a3e42345d816d37ed53fdb0f4c52211549e0706cc4wcp] creating logical port openshift-marketplace_feaa2cc5ab798811e5a3e42345d816d37ed53fdb0f4c52211549e0706cc4wcp for pod on switch ip-10-0-0-31.ec2.internal I0702 22:41:56.033874 3306 kube.go:317] Updating pod openshift-marketplace/feaa2cc5ab798811e5a3e42345d816d37ed53fdb0f4c52211549e0706cc4wcp I0702 22:41:56.047208 3306 pod.go:62] [openshift-marketplace/feaa2cc5ab798811e5a3e42345d816d37ed53fdb0f4c52211549e0706cc4wcp] pod update took 13.386739ms I0702 22:41:56.047235 3306 base_network_controller_pods.go:921] [default/openshift-marketplace/feaa2cc5ab798811e5a3e42345d816d37ed53fdb0f4c52211549e0706cc4wcp] addLogicalPort annotation time took 13.417281ms I0702 22:41:56.048705 3306 pods.go:252] [openshift-marketplace/feaa2cc5ab798811e5a3e42345d816d37ed53fdb0f4c52211549e0706cc4wcp] addLogicalPort took 15.028994ms, libovsdb time 806.655µs I0702 22:41:56.294636 3306 cni.go:312] [openshift-marketplace/12ab9910d6dd8fd3d10840595e6d43c3bda9f778d4f4c233c8f5ce7c0565dwj 2506807c037057f777275905cb5b04334d5fff2c54c57db728497f74546e0d1c network default NAD default] ADD starting CNI request [openshift-marketplace/12ab9910d6dd8fd3d10840595e6d43c3bda9f778d4f4c233c8f5ce7c0565dwj 2506807c037057f777275905cb5b04334d5fff2c54c57db728497f74546e0d1c network default NAD default] I0702 22:41:56.297226 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 35 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 22:41:56.297271 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 35 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0702 22:41:56.305797 3306 helper_linux.go:442] ConfigureOVS: namespace: openshift-marketplace, podName: 12ab9910d6dd8fd3d10840595e6d43c3bda9f778d4f4c233c8f5ce7c0565dwj, hostIfaceName: 2506807c037057f, network: default, NAD default, SandboxID: "2506807c037057f777275905cb5b04334d5fff2c54c57db728497f74546e0d1c", PCI device ID: , UID: "adbdf706-3d7e-4e14-afee-574709e6d3a6", MAC: 0a:58:0a:80:00:1d, IPs: [10.128.0.29/23] I0702 22:41:56.353380 3306 cni.go:333] [openshift-marketplace/12ab9910d6dd8fd3d10840595e6d43c3bda9f778d4f4c233c8f5ce7c0565dwj 2506807c037057f777275905cb5b04334d5fff2c54c57db728497f74546e0d1c network default NAD default] ADD finished CNI request [openshift-marketplace/12ab9910d6dd8fd3d10840595e6d43c3bda9f778d4f4c233c8f5ce7c0565dwj 2506807c037057f777275905cb5b04334d5fff2c54c57db728497f74546e0d1c network default NAD default], result "{\"interfaces\":[{\"name\":\"2506807c037057f\",\"mac\":\"2a:25:80:e0:30:37\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:1d\",\"sandbox\":\"/var/run/netns/6af132ef-c005-44c4-8f91-bc4b2e17f25d\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.29/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0702 22:41:56.393689 3306 cni.go:312] [openshift-marketplace/feaa2cc5ab798811e5a3e42345d816d37ed53fdb0f4c52211549e0706cc4wcp 3275ae40c4941818edbeea9cf15378d5c8fd11670fd65fa920bd52555402e059 network default NAD default] ADD starting CNI request [openshift-marketplace/feaa2cc5ab798811e5a3e42345d816d37ed53fdb0f4c52211549e0706cc4wcp 3275ae40c4941818edbeea9cf15378d5c8fd11670fd65fa920bd52555402e059 network default NAD default] I0702 22:41:56.396693 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 36 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 22:41:56.396766 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 36 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0702 22:41:56.405273 3306 helper_linux.go:442] ConfigureOVS: namespace: openshift-marketplace, podName: feaa2cc5ab798811e5a3e42345d816d37ed53fdb0f4c52211549e0706cc4wcp, hostIfaceName: 3275ae40c494181, network: default, NAD default, SandboxID: "3275ae40c4941818edbeea9cf15378d5c8fd11670fd65fa920bd52555402e059", PCI device ID: , UID: "c8a0f06e-b25e-4289-8393-ff68b23288a3", MAC: 0a:58:0a:80:00:1e, IPs: [10.128.0.30/23] I0702 22:41:56.460031 3306 cni.go:333] [openshift-marketplace/feaa2cc5ab798811e5a3e42345d816d37ed53fdb0f4c52211549e0706cc4wcp 3275ae40c4941818edbeea9cf15378d5c8fd11670fd65fa920bd52555402e059 network default NAD default] ADD finished CNI request [openshift-marketplace/feaa2cc5ab798811e5a3e42345d816d37ed53fdb0f4c52211549e0706cc4wcp 3275ae40c4941818edbeea9cf15378d5c8fd11670fd65fa920bd52555402e059 network default NAD default], result "{\"interfaces\":[{\"name\":\"3275ae40c494181\",\"mac\":\"6e:f9:91:12:62:09\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:1e\",\"sandbox\":\"/var/run/netns/050af2dc-5cde-400b-94d6-2c8eee633494\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.30/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0702 22:41:57.467017 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 36 Dst: fe80::6cf9:91ff:fe12:6209/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 22:41:57.979042 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 35 Dst: fe80::2825:80ff:fee0:3037/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" E0702 22:41:59.017590 3306 metrics.go:176] Failed to get the logfile size for .: stat : no such file or directory I0702 22:41:59.829922 3306 cni.go:312] [openshift-marketplace/feaa2cc5ab798811e5a3e42345d816d37ed53fdb0f4c52211549e0706cc4wcp 3275ae40c4941818edbeea9cf15378d5c8fd11670fd65fa920bd52555402e059 network default NAD default] DEL starting CNI request [openshift-marketplace/feaa2cc5ab798811e5a3e42345d816d37ed53fdb0f4c52211549e0706cc4wcp 3275ae40c4941818edbeea9cf15378d5c8fd11670fd65fa920bd52555402e059 network default NAD default] I0702 22:41:59.911664 3306 cni.go:333] [openshift-marketplace/feaa2cc5ab798811e5a3e42345d816d37ed53fdb0f4c52211549e0706cc4wcp 3275ae40c4941818edbeea9cf15378d5c8fd11670fd65fa920bd52555402e059 network default NAD default] DEL finished CNI request [openshift-marketplace/feaa2cc5ab798811e5a3e42345d816d37ed53fdb0f4c52211549e0706cc4wcp 3275ae40c4941818edbeea9cf15378d5c8fd11670fd65fa920bd52555402e059 network default NAD default], result "{\"dns\":{}}", err I0702 22:41:59.972321 3306 obj_retry.go:466] Detected object openshift-marketplace/feaa2cc5ab798811e5a3e42345d816d37ed53fdb0f4c52211549e0706cc4wcp of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0702 22:41:59.972364 3306 pods.go:174] Deleting pod: openshift-marketplace/feaa2cc5ab798811e5a3e42345d816d37ed53fdb0f4c52211549e0706cc4wcp I0702 22:41:59.974271 3306 pods.go:217] Attempting to release IPs for pod: openshift-marketplace/feaa2cc5ab798811e5a3e42345d816d37ed53fdb0f4c52211549e0706cc4wcp, ips: 10.128.0.30 I0702 22:41:59.974339 3306 obj_retry.go:466] Detected object openshift-marketplace/feaa2cc5ab798811e5a3e42345d816d37ed53fdb0f4c52211549e0706cc4wcp of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it E0702 22:41:59.984966 3306 metrics.go:176] Failed to get the logfile size for .: stat : no such file or directory I0702 22:42:01.003307 3306 obj_retry.go:460] Detected object openshift-marketplace/feaa2cc5ab798811e5a3e42345d816d37ed53fdb0f4c52211549e0706cc4wcp of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0702 22:42:01.003338 3306 obj_retry.go:460] Detected object openshift-marketplace/feaa2cc5ab798811e5a3e42345d816d37ed53fdb0f4c52211549e0706cc4wcp of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0702 22:42:01.035470 3306 base_network_controller_pods.go:477] [default/openshift-marketplace/04d37b3636a37e486cd1ed7560224b2a1a2ceeab0a7b54f891f368430csnjvp] creating logical port openshift-marketplace_04d37b3636a37e486cd1ed7560224b2a1a2ceeab0a7b54f891f368430csnjvp for pod on switch ip-10-0-0-31.ec2.internal I0702 22:42:01.035573 3306 kube.go:317] Updating pod openshift-marketplace/04d37b3636a37e486cd1ed7560224b2a1a2ceeab0a7b54f891f368430csnjvp I0702 22:42:01.050172 3306 pod.go:62] [openshift-marketplace/04d37b3636a37e486cd1ed7560224b2a1a2ceeab0a7b54f891f368430csnjvp] pod update took 14.633163ms I0702 22:42:01.050263 3306 base_network_controller_pods.go:921] [default/openshift-marketplace/04d37b3636a37e486cd1ed7560224b2a1a2ceeab0a7b54f891f368430csnjvp] addLogicalPort annotation time took 14.730615ms I0702 22:42:01.051878 3306 pods.go:252] [openshift-marketplace/04d37b3636a37e486cd1ed7560224b2a1a2ceeab0a7b54f891f368430csnjvp] addLogicalPort took 16.434814ms, libovsdb time 1.080197ms I0702 22:42:01.129652 3306 base_network_controller_pods.go:477] [default/openshift-marketplace/237adb895ab966e9bd78a11dc51e53db067035dbec500547b241808cb2f974z] creating logical port openshift-marketplace_237adb895ab966e9bd78a11dc51e53db067035dbec500547b241808cb2f974z for pod on switch ip-10-0-0-31.ec2.internal I0702 22:42:01.129851 3306 kube.go:317] Updating pod openshift-marketplace/237adb895ab966e9bd78a11dc51e53db067035dbec500547b241808cb2f974z I0702 22:42:01.141399 3306 pod.go:62] [openshift-marketplace/237adb895ab966e9bd78a11dc51e53db067035dbec500547b241808cb2f974z] pod update took 11.601071ms I0702 22:42:01.141486 3306 base_network_controller_pods.go:921] [default/openshift-marketplace/237adb895ab966e9bd78a11dc51e53db067035dbec500547b241808cb2f974z] addLogicalPort annotation time took 11.691328ms I0702 22:42:01.143119 3306 pods.go:252] [openshift-marketplace/237adb895ab966e9bd78a11dc51e53db067035dbec500547b241808cb2f974z] addLogicalPort took 13.494957ms, libovsdb time 1.00956ms E0702 22:42:01.189875 3306 ovn.go:423] Failed to unmarshal old node ip-10-0-0-31.ec2.internal annotation: unexpected end of JSON input I0702 22:42:01.189901 3306 master.go:495] Adding or Updating Node "ip-10-0-0-31.ec2.internal" I0702 22:42:01.189908 3306 hybrid.go:141] Removing node ip-10-0-0-31.ec2.internal hybrid overlay port I0702 22:42:01.245869 3306 base_network_controller_pods.go:477] [default/openshift-marketplace/5268a4ced5d800be16754fa0e728697b3e3cfdde89993e5dd11005c615bvcjw] creating logical port openshift-marketplace_5268a4ced5d800be16754fa0e728697b3e3cfdde89993e5dd11005c615bvcjw for pod on switch ip-10-0-0-31.ec2.internal I0702 22:42:01.246100 3306 kube.go:317] Updating pod openshift-marketplace/5268a4ced5d800be16754fa0e728697b3e3cfdde89993e5dd11005c615bvcjw I0702 22:42:01.261050 3306 pod.go:62] [openshift-marketplace/5268a4ced5d800be16754fa0e728697b3e3cfdde89993e5dd11005c615bvcjw] pod update took 15.002099ms I0702 22:42:01.261133 3306 base_network_controller_pods.go:921] [default/openshift-marketplace/5268a4ced5d800be16754fa0e728697b3e3cfdde89993e5dd11005c615bvcjw] addLogicalPort annotation time took 15.091383ms I0702 22:42:01.262570 3306 pods.go:252] [openshift-marketplace/5268a4ced5d800be16754fa0e728697b3e3cfdde89993e5dd11005c615bvcjw] addLogicalPort took 16.725155ms, libovsdb time 932.731µs I0702 22:42:01.386978 3306 base_network_controller_pods.go:477] [default/openshift-marketplace/09e34ea817cdfe261a58e31acae4e4784f6378fed0964f51f7ea9571ba28c6q] creating logical port openshift-marketplace_09e34ea817cdfe261a58e31acae4e4784f6378fed0964f51f7ea9571ba28c6q for pod on switch ip-10-0-0-31.ec2.internal I0702 22:42:01.387147 3306 kube.go:317] Updating pod openshift-marketplace/09e34ea817cdfe261a58e31acae4e4784f6378fed0964f51f7ea9571ba28c6q I0702 22:42:01.405318 3306 pod.go:62] [openshift-marketplace/09e34ea817cdfe261a58e31acae4e4784f6378fed0964f51f7ea9571ba28c6q] pod update took 18.216357ms I0702 22:42:01.405406 3306 base_network_controller_pods.go:921] [default/openshift-marketplace/09e34ea817cdfe261a58e31acae4e4784f6378fed0964f51f7ea9571ba28c6q] addLogicalPort annotation time took 18.31092ms I0702 22:42:01.407062 3306 pods.go:252] [openshift-marketplace/09e34ea817cdfe261a58e31acae4e4784f6378fed0964f51f7ea9571ba28c6q] addLogicalPort took 20.110751ms, libovsdb time 1.095059ms I0702 22:42:02.786983 3306 cni.go:312] [openshift-marketplace/04d37b3636a37e486cd1ed7560224b2a1a2ceeab0a7b54f891f368430csnjvp f0ab0625b48487841336ea964d24a9940d62e06adf8cb0ea50c53bb74a52eb75 network default NAD default] ADD starting CNI request [openshift-marketplace/04d37b3636a37e486cd1ed7560224b2a1a2ceeab0a7b54f891f368430csnjvp f0ab0625b48487841336ea964d24a9940d62e06adf8cb0ea50c53bb74a52eb75 network default NAD default] I0702 22:42:02.787127 3306 cni.go:312] [openshift-marketplace/09e34ea817cdfe261a58e31acae4e4784f6378fed0964f51f7ea9571ba28c6q 953dd75074f08aeaff5646c75e39ffb8f325b4aba5c3e9ccab7baa1ae2669709 network default NAD default] ADD starting CNI request [openshift-marketplace/09e34ea817cdfe261a58e31acae4e4784f6378fed0964f51f7ea9571ba28c6q 953dd75074f08aeaff5646c75e39ffb8f325b4aba5c3e9ccab7baa1ae2669709 network default NAD default] I0702 22:42:02.791545 3306 cni.go:312] [openshift-marketplace/5268a4ced5d800be16754fa0e728697b3e3cfdde89993e5dd11005c615bvcjw a4a4b78773ac6791aa7374e3f3d36fc66d4eb361e5bd7acc93b0a1a5bbf68339 network default NAD default] ADD starting CNI request [openshift-marketplace/5268a4ced5d800be16754fa0e728697b3e3cfdde89993e5dd11005c615bvcjw a4a4b78773ac6791aa7374e3f3d36fc66d4eb361e5bd7acc93b0a1a5bbf68339 network default NAD default] I0702 22:42:02.792785 3306 cni.go:312] [openshift-marketplace/237adb895ab966e9bd78a11dc51e53db067035dbec500547b241808cb2f974z 8b3bd7c014b8ced9cb0b77a949e889ba031a28ec9b6fcecef9ee70f108830124 network default NAD default] ADD starting CNI request [openshift-marketplace/237adb895ab966e9bd78a11dc51e53db067035dbec500547b241808cb2f974z 8b3bd7c014b8ced9cb0b77a949e889ba031a28ec9b6fcecef9ee70f108830124 network default NAD default] I0702 22:42:02.794317 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 37 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 22:42:02.794382 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 37 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0702 22:42:02.796583 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 39 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 22:42:02.796646 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 39 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0702 22:42:02.796680 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 40 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 22:42:02.796709 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 40 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0702 22:42:02.796738 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 38 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 22:42:02.796768 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 38 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0702 22:42:02.807862 3306 helper_linux.go:442] ConfigureOVS: namespace: openshift-marketplace, podName: 04d37b3636a37e486cd1ed7560224b2a1a2ceeab0a7b54f891f368430csnjvp, hostIfaceName: f0ab0625b484878, network: default, NAD default, SandboxID: "f0ab0625b48487841336ea964d24a9940d62e06adf8cb0ea50c53bb74a52eb75", PCI device ID: , UID: "e00c44ed-abcd-465e-8925-d07622908d02", MAC: 0a:58:0a:80:00:1f, IPs: [10.128.0.31/23] I0702 22:42:02.809988 3306 helper_linux.go:442] ConfigureOVS: namespace: openshift-marketplace, podName: 09e34ea817cdfe261a58e31acae4e4784f6378fed0964f51f7ea9571ba28c6q, hostIfaceName: 953dd75074f08ae, network: default, NAD default, SandboxID: "953dd75074f08aeaff5646c75e39ffb8f325b4aba5c3e9ccab7baa1ae2669709", PCI device ID: , UID: "087888ba-ce1e-41f7-852f-6eb8b59a9ce7", MAC: 0a:58:0a:80:00:22, IPs: [10.128.0.34/23] I0702 22:42:02.810403 3306 helper_linux.go:442] ConfigureOVS: namespace: openshift-marketplace, podName: 237adb895ab966e9bd78a11dc51e53db067035dbec500547b241808cb2f974z, hostIfaceName: 8b3bd7c014b8ced, network: default, NAD default, SandboxID: "8b3bd7c014b8ced9cb0b77a949e889ba031a28ec9b6fcecef9ee70f108830124", PCI device ID: , UID: "ff156793-d5a5-409e-bac3-c452f3eb76db", MAC: 0a:58:0a:80:00:20, IPs: [10.128.0.32/23] I0702 22:42:02.822671 3306 helper_linux.go:442] ConfigureOVS: namespace: openshift-marketplace, podName: 5268a4ced5d800be16754fa0e728697b3e3cfdde89993e5dd11005c615bvcjw, hostIfaceName: a4a4b78773ac679, network: default, NAD default, SandboxID: "a4a4b78773ac6791aa7374e3f3d36fc66d4eb361e5bd7acc93b0a1a5bbf68339", PCI device ID: , UID: "4c898bd5-d938-4f1a-b8fa-58b2ace6a2d4", MAC: 0a:58:0a:80:00:21, IPs: [10.128.0.33/23] I0702 22:42:02.875198 3306 cni.go:333] [openshift-marketplace/09e34ea817cdfe261a58e31acae4e4784f6378fed0964f51f7ea9571ba28c6q 953dd75074f08aeaff5646c75e39ffb8f325b4aba5c3e9ccab7baa1ae2669709 network default NAD default] ADD finished CNI request [openshift-marketplace/09e34ea817cdfe261a58e31acae4e4784f6378fed0964f51f7ea9571ba28c6q 953dd75074f08aeaff5646c75e39ffb8f325b4aba5c3e9ccab7baa1ae2669709 network default NAD default], result "{\"interfaces\":[{\"name\":\"953dd75074f08ae\",\"mac\":\"46:1f:8e:54:97:9a\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:22\",\"sandbox\":\"/var/run/netns/165ee7ff-6d45-4f8d-9489-c5ba053261e7\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.34/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0702 22:42:02.936853 3306 cni.go:333] [openshift-marketplace/5268a4ced5d800be16754fa0e728697b3e3cfdde89993e5dd11005c615bvcjw a4a4b78773ac6791aa7374e3f3d36fc66d4eb361e5bd7acc93b0a1a5bbf68339 network default NAD default] ADD finished CNI request [openshift-marketplace/5268a4ced5d800be16754fa0e728697b3e3cfdde89993e5dd11005c615bvcjw a4a4b78773ac6791aa7374e3f3d36fc66d4eb361e5bd7acc93b0a1a5bbf68339 network default NAD default], result "{\"interfaces\":[{\"name\":\"a4a4b78773ac679\",\"mac\":\"02:85:06:1e:06:86\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:21\",\"sandbox\":\"/var/run/netns/a5efa973-eb98-4a84-979d-f40411c86a0f\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.33/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0702 22:42:03.098778 3306 cni.go:333] [openshift-marketplace/04d37b3636a37e486cd1ed7560224b2a1a2ceeab0a7b54f891f368430csnjvp f0ab0625b48487841336ea964d24a9940d62e06adf8cb0ea50c53bb74a52eb75 network default NAD default] ADD finished CNI request [openshift-marketplace/04d37b3636a37e486cd1ed7560224b2a1a2ceeab0a7b54f891f368430csnjvp f0ab0625b48487841336ea964d24a9940d62e06adf8cb0ea50c53bb74a52eb75 network default NAD default], result "{\"interfaces\":[{\"name\":\"f0ab0625b484878\",\"mac\":\"4a:db:66:64:90:b3\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:1f\",\"sandbox\":\"/var/run/netns/4126c2db-cf1d-41e6-8d29-fa70bc6c9cbe\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.31/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0702 22:42:03.098987 3306 cni.go:333] [openshift-marketplace/237adb895ab966e9bd78a11dc51e53db067035dbec500547b241808cb2f974z 8b3bd7c014b8ced9cb0b77a949e889ba031a28ec9b6fcecef9ee70f108830124 network default NAD default] ADD finished CNI request [openshift-marketplace/237adb895ab966e9bd78a11dc51e53db067035dbec500547b241808cb2f974z 8b3bd7c014b8ced9cb0b77a949e889ba031a28ec9b6fcecef9ee70f108830124 network default NAD default], result "{\"interfaces\":[{\"name\":\"8b3bd7c014b8ced\",\"mac\":\"8a:e6:c7:4c:33:be\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:20\",\"sandbox\":\"/var/run/netns/fb09f22f-67af-4e96-adc6-83a7681fe692\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.32/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0702 22:42:04.058977 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 37 Dst: fe80::48db:66ff:fe64:90b3/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 22:42:04.571026 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 40 Dst: fe80::88e6:c7ff:fe4c:33be/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 22:42:04.698960 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 39 Dst: fe80::85:6ff:fe1e:686/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 22:42:04.828012 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 38 Dst: fe80::441f:8eff:fe54:979a/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 22:42:06.876428 3306 cni.go:312] [openshift-marketplace/09e34ea817cdfe261a58e31acae4e4784f6378fed0964f51f7ea9571ba28c6q 953dd75074f08aeaff5646c75e39ffb8f325b4aba5c3e9ccab7baa1ae2669709 network default NAD default] DEL starting CNI request [openshift-marketplace/09e34ea817cdfe261a58e31acae4e4784f6378fed0964f51f7ea9571ba28c6q 953dd75074f08aeaff5646c75e39ffb8f325b4aba5c3e9ccab7baa1ae2669709 network default NAD default] I0702 22:42:06.877704 3306 cni.go:312] [openshift-marketplace/5268a4ced5d800be16754fa0e728697b3e3cfdde89993e5dd11005c615bvcjw a4a4b78773ac6791aa7374e3f3d36fc66d4eb361e5bd7acc93b0a1a5bbf68339 network default NAD default] DEL starting CNI request [openshift-marketplace/5268a4ced5d800be16754fa0e728697b3e3cfdde89993e5dd11005c615bvcjw a4a4b78773ac6791aa7374e3f3d36fc66d4eb361e5bd7acc93b0a1a5bbf68339 network default NAD default] I0702 22:42:06.879909 3306 cni.go:312] [openshift-marketplace/04d37b3636a37e486cd1ed7560224b2a1a2ceeab0a7b54f891f368430csnjvp f0ab0625b48487841336ea964d24a9940d62e06adf8cb0ea50c53bb74a52eb75 network default NAD default] DEL starting CNI request [openshift-marketplace/04d37b3636a37e486cd1ed7560224b2a1a2ceeab0a7b54f891f368430csnjvp f0ab0625b48487841336ea964d24a9940d62e06adf8cb0ea50c53bb74a52eb75 network default NAD default] I0702 22:42:06.884337 3306 cni.go:312] [openshift-marketplace/237adb895ab966e9bd78a11dc51e53db067035dbec500547b241808cb2f974z 8b3bd7c014b8ced9cb0b77a949e889ba031a28ec9b6fcecef9ee70f108830124 network default NAD default] DEL starting CNI request [openshift-marketplace/237adb895ab966e9bd78a11dc51e53db067035dbec500547b241808cb2f974z 8b3bd7c014b8ced9cb0b77a949e889ba031a28ec9b6fcecef9ee70f108830124 network default NAD default] I0702 22:42:06.986693 3306 cni.go:333] [openshift-marketplace/09e34ea817cdfe261a58e31acae4e4784f6378fed0964f51f7ea9571ba28c6q 953dd75074f08aeaff5646c75e39ffb8f325b4aba5c3e9ccab7baa1ae2669709 network default NAD default] DEL finished CNI request [openshift-marketplace/09e34ea817cdfe261a58e31acae4e4784f6378fed0964f51f7ea9571ba28c6q 953dd75074f08aeaff5646c75e39ffb8f325b4aba5c3e9ccab7baa1ae2669709 network default NAD default], result "{\"dns\":{}}", err I0702 22:42:06.997586 3306 cni.go:333] [openshift-marketplace/04d37b3636a37e486cd1ed7560224b2a1a2ceeab0a7b54f891f368430csnjvp f0ab0625b48487841336ea964d24a9940d62e06adf8cb0ea50c53bb74a52eb75 network default NAD default] DEL finished CNI request [openshift-marketplace/04d37b3636a37e486cd1ed7560224b2a1a2ceeab0a7b54f891f368430csnjvp f0ab0625b48487841336ea964d24a9940d62e06adf8cb0ea50c53bb74a52eb75 network default NAD default], result "{\"dns\":{}}", err I0702 22:42:07.031375 3306 cni.go:333] [openshift-marketplace/5268a4ced5d800be16754fa0e728697b3e3cfdde89993e5dd11005c615bvcjw a4a4b78773ac6791aa7374e3f3d36fc66d4eb361e5bd7acc93b0a1a5bbf68339 network default NAD default] DEL finished CNI request [openshift-marketplace/5268a4ced5d800be16754fa0e728697b3e3cfdde89993e5dd11005c615bvcjw a4a4b78773ac6791aa7374e3f3d36fc66d4eb361e5bd7acc93b0a1a5bbf68339 network default NAD default], result "{\"dns\":{}}", err I0702 22:42:07.041553 3306 cni.go:333] [openshift-marketplace/237adb895ab966e9bd78a11dc51e53db067035dbec500547b241808cb2f974z 8b3bd7c014b8ced9cb0b77a949e889ba031a28ec9b6fcecef9ee70f108830124 network default NAD default] DEL finished CNI request [openshift-marketplace/237adb895ab966e9bd78a11dc51e53db067035dbec500547b241808cb2f974z 8b3bd7c014b8ced9cb0b77a949e889ba031a28ec9b6fcecef9ee70f108830124 network default NAD default], result "{\"dns\":{}}", err I0702 22:42:07.047101 3306 obj_retry.go:466] Detected object openshift-marketplace/09e34ea817cdfe261a58e31acae4e4784f6378fed0964f51f7ea9571ba28c6q of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0702 22:42:07.047192 3306 pods.go:174] Deleting pod: openshift-marketplace/09e34ea817cdfe261a58e31acae4e4784f6378fed0964f51f7ea9571ba28c6q I0702 22:42:07.048865 3306 pods.go:217] Attempting to release IPs for pod: openshift-marketplace/09e34ea817cdfe261a58e31acae4e4784f6378fed0964f51f7ea9571ba28c6q, ips: 10.128.0.34 I0702 22:42:07.048949 3306 obj_retry.go:466] Detected object openshift-marketplace/09e34ea817cdfe261a58e31acae4e4784f6378fed0964f51f7ea9571ba28c6q of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0702 22:42:07.071921 3306 obj_retry.go:466] Detected object openshift-marketplace/04d37b3636a37e486cd1ed7560224b2a1a2ceeab0a7b54f891f368430csnjvp of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0702 22:42:07.071965 3306 pods.go:174] Deleting pod: openshift-marketplace/04d37b3636a37e486cd1ed7560224b2a1a2ceeab0a7b54f891f368430csnjvp I0702 22:42:07.073695 3306 pods.go:217] Attempting to release IPs for pod: openshift-marketplace/04d37b3636a37e486cd1ed7560224b2a1a2ceeab0a7b54f891f368430csnjvp, ips: 10.128.0.31 I0702 22:42:07.073731 3306 obj_retry.go:466] Detected object openshift-marketplace/04d37b3636a37e486cd1ed7560224b2a1a2ceeab0a7b54f891f368430csnjvp of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0702 22:42:07.092038 3306 obj_retry.go:466] Detected object openshift-marketplace/237adb895ab966e9bd78a11dc51e53db067035dbec500547b241808cb2f974z of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0702 22:42:07.092083 3306 pods.go:174] Deleting pod: openshift-marketplace/237adb895ab966e9bd78a11dc51e53db067035dbec500547b241808cb2f974z I0702 22:42:07.093696 3306 pods.go:217] Attempting to release IPs for pod: openshift-marketplace/237adb895ab966e9bd78a11dc51e53db067035dbec500547b241808cb2f974z, ips: 10.128.0.32 I0702 22:42:07.093733 3306 obj_retry.go:466] Detected object openshift-marketplace/237adb895ab966e9bd78a11dc51e53db067035dbec500547b241808cb2f974z of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0702 22:42:07.112988 3306 obj_retry.go:466] Detected object openshift-marketplace/5268a4ced5d800be16754fa0e728697b3e3cfdde89993e5dd11005c615bvcjw of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0702 22:42:07.113029 3306 pods.go:174] Deleting pod: openshift-marketplace/5268a4ced5d800be16754fa0e728697b3e3cfdde89993e5dd11005c615bvcjw I0702 22:42:07.114474 3306 pods.go:217] Attempting to release IPs for pod: openshift-marketplace/5268a4ced5d800be16754fa0e728697b3e3cfdde89993e5dd11005c615bvcjw, ips: 10.128.0.33 I0702 22:42:07.114506 3306 obj_retry.go:466] Detected object openshift-marketplace/5268a4ced5d800be16754fa0e728697b3e3cfdde89993e5dd11005c615bvcjw of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0702 22:42:08.074782 3306 obj_retry.go:460] Detected object openshift-marketplace/09e34ea817cdfe261a58e31acae4e4784f6378fed0964f51f7ea9571ba28c6q of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0702 22:42:08.074812 3306 obj_retry.go:460] Detected object openshift-marketplace/09e34ea817cdfe261a58e31acae4e4784f6378fed0964f51f7ea9571ba28c6q of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0702 22:42:08.102132 3306 obj_retry.go:460] Detected object openshift-marketplace/04d37b3636a37e486cd1ed7560224b2a1a2ceeab0a7b54f891f368430csnjvp of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0702 22:42:08.102160 3306 obj_retry.go:460] Detected object openshift-marketplace/04d37b3636a37e486cd1ed7560224b2a1a2ceeab0a7b54f891f368430csnjvp of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0702 22:42:08.121166 3306 obj_retry.go:460] Detected object openshift-marketplace/237adb895ab966e9bd78a11dc51e53db067035dbec500547b241808cb2f974z of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0702 22:42:08.121249 3306 obj_retry.go:460] Detected object openshift-marketplace/237adb895ab966e9bd78a11dc51e53db067035dbec500547b241808cb2f974z of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0702 22:42:08.137987 3306 obj_retry.go:460] Detected object openshift-marketplace/5268a4ced5d800be16754fa0e728697b3e3cfdde89993e5dd11005c615bvcjw of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0702 22:42:08.138065 3306 obj_retry.go:460] Detected object openshift-marketplace/5268a4ced5d800be16754fa0e728697b3e3cfdde89993e5dd11005c615bvcjw of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed E0702 22:42:11.483659 3306 ovn.go:423] Failed to unmarshal old node ip-10-0-0-31.ec2.internal annotation: unexpected end of JSON input I0702 22:42:11.483693 3306 master.go:495] Adding or Updating Node "ip-10-0-0-31.ec2.internal" I0702 22:42:11.483704 3306 hybrid.go:141] Removing node ip-10-0-0-31.ec2.internal hybrid overlay port I0702 22:42:13.044653 3306 reflector.go:871] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.EndpointSlice total 131 items received I0702 22:42:13.922986 3306 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0702 22:42:13.923045 3306 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0702 22:42:14.482570 3306 namespace.go:136] [openshift-operators] updating namespace I0702 22:42:14.509673 3306 namespace.go:136] [openshift-operators] updating namespace I0702 22:42:17.046510 3306 namespace.go:136] [openshift-kube-storage-version-migrator] updating namespace I0702 22:42:21.045394 3306 reflector.go:871] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Namespace total 51 items received I0702 22:42:26.473500 3306 cni.go:312] [openshift-console/console-64f47d4d8c-x8z4b 2d2b9a8b9e08bd63b62d5ad3bde8bd67a0c8c4f3216985bf864ac873dae48185 network default NAD default] DEL starting CNI request [openshift-console/console-64f47d4d8c-x8z4b 2d2b9a8b9e08bd63b62d5ad3bde8bd67a0c8c4f3216985bf864ac873dae48185 network default NAD default] I0702 22:42:26.546207 3306 cni.go:333] [openshift-console/console-64f47d4d8c-x8z4b 2d2b9a8b9e08bd63b62d5ad3bde8bd67a0c8c4f3216985bf864ac873dae48185 network default NAD default] DEL finished CNI request [openshift-console/console-64f47d4d8c-x8z4b 2d2b9a8b9e08bd63b62d5ad3bde8bd67a0c8c4f3216985bf864ac873dae48185 network default NAD default], result "{\"dns\":{}}", err I0702 22:42:26.592936 3306 obj_retry.go:466] Detected object openshift-console/console-64f47d4d8c-x8z4b of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0702 22:42:26.593014 3306 pods.go:174] Deleting pod: openshift-console/console-64f47d4d8c-x8z4b I0702 22:42:26.594544 3306 pods.go:217] Attempting to release IPs for pod: openshift-console/console-64f47d4d8c-x8z4b, ips: 10.128.0.26 I0702 22:42:26.594584 3306 obj_retry.go:466] Detected object openshift-console/console-64f47d4d8c-x8z4b of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0702 22:42:26.601180 3306 base_network_controller_pods.go:477] [default/openshift-console/console-59c467fb9f-84x2m] creating logical port openshift-console_console-59c467fb9f-84x2m for pod on switch ip-10-0-0-31.ec2.internal I0702 22:42:26.601294 3306 kube.go:317] Updating pod openshift-console/console-59c467fb9f-84x2m I0702 22:42:26.622957 3306 pod.go:62] [openshift-console/console-59c467fb9f-84x2m] pod update took 21.69867ms I0702 22:42:26.622983 3306 base_network_controller_pods.go:921] [default/openshift-console/console-59c467fb9f-84x2m] addLogicalPort annotation time took 21.732457ms I0702 22:42:26.624349 3306 pods.go:252] [openshift-console/console-59c467fb9f-84x2m] addLogicalPort took 23.205561ms, libovsdb time 868.272µs I0702 22:42:26.939550 3306 obj_retry.go:460] Detected object openshift-console/console-64f47d4d8c-x8z4b of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0702 22:42:26.939635 3306 obj_retry.go:460] Detected object openshift-console/console-64f47d4d8c-x8z4b of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0702 22:42:26.961881 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-console/console-64f47d4d8c-x8z4b I0702 22:42:26.961913 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod openshift-console/console-64f47d4d8c-x8z4b I0702 22:42:26.966153 3306 cni.go:312] [openshift-console/console-59c467fb9f-84x2m df42f2c04c89a4e0fa16abde63ec751c51c1e527a5cc8381f12b9a2f4106ca52 network default NAD default] ADD starting CNI request [openshift-console/console-59c467fb9f-84x2m df42f2c04c89a4e0fa16abde63ec751c51c1e527a5cc8381f12b9a2f4106ca52 network default NAD default] I0702 22:42:26.968399 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 41 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 22:42:26.968467 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 41 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0702 22:42:26.977751 3306 helper_linux.go:442] ConfigureOVS: namespace: openshift-console, podName: console-59c467fb9f-84x2m, hostIfaceName: df42f2c04c89a4e, network: default, NAD default, SandboxID: "df42f2c04c89a4e0fa16abde63ec751c51c1e527a5cc8381f12b9a2f4106ca52", PCI device ID: , UID: "49d9de9f-e687-4ac2-b130-5a5436b63094", MAC: 0a:58:0a:80:00:23, IPs: [10.128.0.35/23] I0702 22:42:27.026324 3306 cni.go:333] [openshift-console/console-59c467fb9f-84x2m df42f2c04c89a4e0fa16abde63ec751c51c1e527a5cc8381f12b9a2f4106ca52 network default NAD default] ADD finished CNI request [openshift-console/console-59c467fb9f-84x2m df42f2c04c89a4e0fa16abde63ec751c51c1e527a5cc8381f12b9a2f4106ca52 network default NAD default], result "{\"interfaces\":[{\"name\":\"df42f2c04c89a4e\",\"mac\":\"7a:b0:80:49:b8:5a\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:23\",\"sandbox\":\"/var/run/netns/ff3b5bce-337a-4ff4-acc3-d8a68701929b\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.35/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0702 22:42:28.763027 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 41 Dst: fe80::78b0:80ff:fe49:b85a/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 22:42:28.869618 3306 namespace.go:136] [openshift-operators] updating namespace I0702 22:42:28.953894 3306 cni.go:312] [openshift-marketplace/12ab9910d6dd8fd3d10840595e6d43c3bda9f778d4f4c233c8f5ce7c0565dwj 2506807c037057f777275905cb5b04334d5fff2c54c57db728497f74546e0d1c network default NAD default] DEL starting CNI request [openshift-marketplace/12ab9910d6dd8fd3d10840595e6d43c3bda9f778d4f4c233c8f5ce7c0565dwj 2506807c037057f777275905cb5b04334d5fff2c54c57db728497f74546e0d1c network default NAD default] I0702 22:42:29.029205 3306 cni.go:333] [openshift-marketplace/12ab9910d6dd8fd3d10840595e6d43c3bda9f778d4f4c233c8f5ce7c0565dwj 2506807c037057f777275905cb5b04334d5fff2c54c57db728497f74546e0d1c network default NAD default] DEL finished CNI request [openshift-marketplace/12ab9910d6dd8fd3d10840595e6d43c3bda9f778d4f4c233c8f5ce7c0565dwj 2506807c037057f777275905cb5b04334d5fff2c54c57db728497f74546e0d1c network default NAD default], result "{\"dns\":{}}", err I0702 22:42:29.124543 3306 namespace.go:92] [openshift-gitops] adding namespace I0702 22:42:29.125465 3306 namespace.go:96] [openshift-gitops] adding namespace took 864.591µs I0702 22:42:29.128752 3306 obj_retry.go:466] Detected object openshift-marketplace/12ab9910d6dd8fd3d10840595e6d43c3bda9f778d4f4c233c8f5ce7c0565dwj of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0702 22:42:29.128785 3306 pods.go:174] Deleting pod: openshift-marketplace/12ab9910d6dd8fd3d10840595e6d43c3bda9f778d4f4c233c8f5ce7c0565dwj I0702 22:42:29.130027 3306 pods.go:217] Attempting to release IPs for pod: openshift-marketplace/12ab9910d6dd8fd3d10840595e6d43c3bda9f778d4f4c233c8f5ce7c0565dwj, ips: 10.128.0.29 I0702 22:42:29.130063 3306 obj_retry.go:466] Detected object openshift-marketplace/12ab9910d6dd8fd3d10840595e6d43c3bda9f778d4f4c233c8f5ce7c0565dwj of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0702 22:42:29.160645 3306 namespace.go:136] [openshift-gitops] updating namespace I0702 22:42:29.179470 3306 namespace.go:136] [openshift-gitops] updating namespace I0702 22:42:30.156515 3306 obj_retry.go:460] Detected object openshift-marketplace/12ab9910d6dd8fd3d10840595e6d43c3bda9f778d4f4c233c8f5ce7c0565dwj of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0702 22:42:30.156713 3306 obj_retry.go:460] Detected object openshift-marketplace/12ab9910d6dd8fd3d10840595e6d43c3bda9f778d4f4c233c8f5ce7c0565dwj of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0702 22:42:32.691466 3306 base_network_controller_policy.go:1172] Adding network policy openshift-gitops/openshift-gitops-redis-network-policy for network default I0702 22:42:32.692565 3306 pod_selector_address_set.go:213] Created shared address set for pod selector openshift-gitops_LS{ML:{app.kubernetes.io/name: openshift-gitops-application-controller,},} I0702 22:42:32.693337 3306 pod_selector_address_set.go:213] Created shared address set for pod selector openshift-gitops_LS{ML:{app.kubernetes.io/name: openshift-gitops-repo-server,},} I0702 22:42:32.693996 3306 pod_selector_address_set.go:213] Created shared address set for pod selector openshift-gitops_LS{ML:{app.kubernetes.io/name: openshift-gitops-server,},} I0702 22:42:32.694018 3306 base_network_controller_policy.go:1047] 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,},}] I0702 22:42:32.695891 3306 base_network_controller_policy.go:1225] Create network policy openshift-gitops/openshift-gitops-redis-network-policy resources completed, update namespace loglevel I0702 22:42:32.706193 3306 base_network_controller_policy.go:1172] Adding network policy openshift-gitops/openshift-gitops-redis-ha-network-policy for network default I0702 22:42:32.706275 3306 base_network_controller_policy.go:1047] 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,},}] I0702 22:42:32.706894 3306 base_network_controller_policy.go:1225] Create network policy openshift-gitops/openshift-gitops-redis-ha-network-policy resources completed, update namespace loglevel I0702 22:42:32.715766 3306 base_network_controller_policy.go:1172] Adding network policy openshift-gitops/openshift-gitops-dex-server-network-policy for network default I0702 22:42:32.715873 3306 base_network_controller_policy.go:1047] 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,},}] I0702 22:42:32.725042 3306 base_network_controller_policy.go:1225] Create network policy openshift-gitops/openshift-gitops-dex-server-network-policy resources completed, update namespace loglevel I0702 22:42:32.725075 3306 base_network_controller_policy.go:1172] Adding network policy openshift-gitops/openshift-gitops-applicationset-controller-network-policy for network default I0702 22:42:32.725086 3306 base_network_controller_policy.go:1047] Policy openshift-gitops/openshift-gitops-applicationset-controller-network-policy added to peer address sets [] I0702 22:42:32.734157 3306 base_network_controller_policy.go:1225] Create network policy openshift-gitops/openshift-gitops-applicationset-controller-network-policy resources completed, update namespace loglevel I0702 22:42:32.734190 3306 base_network_controller_policy.go:1172] Adding network policy openshift-gitops/openshift-gitops-server-network-policy for network default I0702 22:42:32.734201 3306 base_network_controller_policy.go:1047] Policy openshift-gitops/openshift-gitops-server-network-policy added to peer address sets [] I0702 22:42:32.734924 3306 base_network_controller_policy.go:1225] Create network policy openshift-gitops/openshift-gitops-server-network-policy resources completed, update namespace loglevel I0702 22:42:32.741949 3306 base_network_controller_policy.go:1172] Adding network policy openshift-gitops/openshift-gitops-application-controller-network-policy for network default I0702 22:42:32.741970 3306 base_network_controller_policy.go:1047] Policy openshift-gitops/openshift-gitops-application-controller-network-policy added to peer address sets [] I0702 22:42:32.750474 3306 base_network_controller_policy.go:1225] Create network policy openshift-gitops/openshift-gitops-application-controller-network-policy resources completed, update namespace loglevel I0702 22:42:32.750885 3306 base_network_controller_policy.go:1172] Adding network policy openshift-gitops/openshift-gitops-repo-server-network-policy for network default I0702 22:42:32.751292 3306 pod_selector_address_set.go:213] Created shared address set for pod selector openshift-gitops_LS{ML:{app.kubernetes.io/name: openshift-gitops-notifications-controller,},} I0702 22:42:32.751675 3306 pod_selector_address_set.go:213] Created shared address set for pod selector openshift-gitops_LS{ML:{app.kubernetes.io/name: argocd-applicationset-controller,},} I0702 22:42:32.752365 3306 pod_selector_address_set.go:213] Created shared address set for pod selector openshift-gitops_LS{ML:{app.kubernetes.io/name: openshift-gitops-applicationset-controller,},} I0702 22:42:32.752383 3306 base_network_controller_policy.go:1047] 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,},}] I0702 22:42:32.762684 3306 base_network_controller_policy.go:1225] Create network policy openshift-gitops/openshift-gitops-repo-server-network-policy resources completed, update namespace loglevel I0702 22:42:32.867571 3306 base_network_controller_pods.go:477] [default/openshift-gitops/openshift-gitops-dex-server-56c774d5d4-4ctgg] creating logical port openshift-gitops_openshift-gitops-dex-server-56c774d5d4-4ctgg for pod on switch ip-10-0-0-31.ec2.internal I0702 22:42:32.867704 3306 kube.go:317] Updating pod openshift-gitops/openshift-gitops-dex-server-56c774d5d4-4ctgg I0702 22:42:32.881561 3306 pod.go:62] [openshift-gitops/openshift-gitops-dex-server-56c774d5d4-4ctgg] pod update took 13.883909ms I0702 22:42:32.881582 3306 base_network_controller_pods.go:921] [default/openshift-gitops/openshift-gitops-dex-server-56c774d5d4-4ctgg] addLogicalPort annotation time took 13.912038ms I0702 22:42:32.882758 3306 pods.go:252] [openshift-gitops/openshift-gitops-dex-server-56c774d5d4-4ctgg] addLogicalPort took 15.216802ms, libovsdb time 758.915µs I0702 22:42:33.222957 3306 cni.go:312] [openshift-gitops/openshift-gitops-dex-server-56c774d5d4-4ctgg f3ea52944aae1d3cd2c8621b16c6b666bdb7236204e45c6efca6d483e11520c2 network default NAD default] ADD starting CNI request [openshift-gitops/openshift-gitops-dex-server-56c774d5d4-4ctgg f3ea52944aae1d3cd2c8621b16c6b666bdb7236204e45c6efca6d483e11520c2 network default NAD default] I0702 22:42:33.225495 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 42 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 22:42:33.225519 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 42 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0702 22:42:33.231119 3306 helper_linux.go:442] ConfigureOVS: namespace: openshift-gitops, podName: openshift-gitops-dex-server-56c774d5d4-4ctgg, hostIfaceName: f3ea52944aae1d3, network: default, NAD default, SandboxID: "f3ea52944aae1d3cd2c8621b16c6b666bdb7236204e45c6efca6d483e11520c2", PCI device ID: , UID: "50411cea-2720-4c61-a928-af64b4652c53", MAC: 0a:58:0a:80:00:24, IPs: [10.128.0.36/23] I0702 22:42:33.277466 3306 cni.go:333] [openshift-gitops/openshift-gitops-dex-server-56c774d5d4-4ctgg f3ea52944aae1d3cd2c8621b16c6b666bdb7236204e45c6efca6d483e11520c2 network default NAD default] ADD finished CNI request [openshift-gitops/openshift-gitops-dex-server-56c774d5d4-4ctgg f3ea52944aae1d3cd2c8621b16c6b666bdb7236204e45c6efca6d483e11520c2 network default NAD default], result "{\"interfaces\":[{\"name\":\"f3ea52944aae1d3\",\"mac\":\"3e:91:a3:01:78:47\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:24\",\"sandbox\":\"/var/run/netns/55d61c8f-e38a-41fa-8d0c-1f12d7426502\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.36/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0702 22:42:34.254641 3306 reflector.go:871] github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/egressfirewall/v1/apis/informers/externalversions/factory.go:140: Watch close - *v1.EgressFirewall total 7 items received I0702 22:42:34.971012 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 42 Dst: fe80::3c91:a3ff:fe01:7847/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 22:42:37.624765 3306 base_network_controller_pods.go:477] [default/openshift-operators/rhtas-operator-controller-manager-79fcc9dbb-55ns2] creating logical port openshift-operators_rhtas-operator-controller-manager-79fcc9dbb-55ns2 for pod on switch ip-10-0-0-31.ec2.internal I0702 22:42:37.624974 3306 kube.go:317] Updating pod openshift-operators/rhtas-operator-controller-manager-79fcc9dbb-55ns2 I0702 22:42:37.650727 3306 pod.go:62] [openshift-operators/rhtas-operator-controller-manager-79fcc9dbb-55ns2] pod update took 25.790843ms I0702 22:42:37.650751 3306 base_network_controller_pods.go:921] [default/openshift-operators/rhtas-operator-controller-manager-79fcc9dbb-55ns2] addLogicalPort annotation time took 25.825684ms I0702 22:42:37.652449 3306 pods.go:252] [openshift-operators/rhtas-operator-controller-manager-79fcc9dbb-55ns2] addLogicalPort took 27.712693ms, libovsdb time 1.211894ms I0702 22:42:38.581367 3306 cni.go:312] [openshift-operators/rhtas-operator-controller-manager-79fcc9dbb-55ns2 8a5ef54e7fc6fc0f24b6e6978cd2f3b2a27acbeab9969dc841eea670508cba65 network default NAD default] ADD starting CNI request [openshift-operators/rhtas-operator-controller-manager-79fcc9dbb-55ns2 8a5ef54e7fc6fc0f24b6e6978cd2f3b2a27acbeab9969dc841eea670508cba65 network default NAD default] I0702 22:42:38.589351 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 43 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 22:42:38.589475 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 43 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0702 22:42:38.591206 3306 helper_linux.go:442] ConfigureOVS: namespace: openshift-operators, podName: rhtas-operator-controller-manager-79fcc9dbb-55ns2, hostIfaceName: 8a5ef54e7fc6fc0, network: default, NAD default, SandboxID: "8a5ef54e7fc6fc0f24b6e6978cd2f3b2a27acbeab9969dc841eea670508cba65", PCI device ID: , UID: "2b29542e-08c8-4a96-a61d-5722e5dd0c7f", MAC: 0a:58:0a:80:00:25, IPs: [10.128.0.37/23] I0702 22:42:38.643709 3306 cni.go:333] [openshift-operators/rhtas-operator-controller-manager-79fcc9dbb-55ns2 8a5ef54e7fc6fc0f24b6e6978cd2f3b2a27acbeab9969dc841eea670508cba65 network default NAD default] ADD finished CNI request [openshift-operators/rhtas-operator-controller-manager-79fcc9dbb-55ns2 8a5ef54e7fc6fc0f24b6e6978cd2f3b2a27acbeab9969dc841eea670508cba65 network default NAD default], result "{\"interfaces\":[{\"name\":\"8a5ef54e7fc6fc0\",\"mac\":\"f6:87:4d:c3:03:c1\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:25\",\"sandbox\":\"/var/run/netns/9557da74-d8bc-4ff2-b0b2-269aa70f4883\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.37/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0702 22:42:39.772030 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 43 Dst: fe80::f487:4dff:fec3:3c1/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 22:42:41.024850 3306 base_network_controller_pods.go:477] [default/openshift-operators/rhdh-operator-7fd46469bf-jjwfp] creating logical port openshift-operators_rhdh-operator-7fd46469bf-jjwfp for pod on switch ip-10-0-0-31.ec2.internal I0702 22:42:41.025054 3306 kube.go:317] Updating pod openshift-operators/rhdh-operator-7fd46469bf-jjwfp I0702 22:42:41.040091 3306 pod.go:62] [openshift-operators/rhdh-operator-7fd46469bf-jjwfp] pod update took 15.072828ms I0702 22:42:41.040124 3306 base_network_controller_pods.go:921] [default/openshift-operators/rhdh-operator-7fd46469bf-jjwfp] addLogicalPort annotation time took 15.111468ms I0702 22:42:41.041675 3306 pods.go:252] [openshift-operators/rhdh-operator-7fd46469bf-jjwfp] addLogicalPort took 16.87006ms, libovsdb time 974.428µs I0702 22:42:41.418680 3306 cni.go:312] [openshift-operators/rhdh-operator-7fd46469bf-jjwfp eedcd9dba3e93b2f7b45c97f776df5e274ccdc5ef2e764e2ea75c94bc0de0d37 network default NAD default] ADD starting CNI request [openshift-operators/rhdh-operator-7fd46469bf-jjwfp eedcd9dba3e93b2f7b45c97f776df5e274ccdc5ef2e764e2ea75c94bc0de0d37 network default NAD default] I0702 22:42:41.421458 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 44 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 22:42:41.421538 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 44 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0702 22:42:41.427327 3306 helper_linux.go:442] ConfigureOVS: namespace: openshift-operators, podName: rhdh-operator-7fd46469bf-jjwfp, hostIfaceName: eedcd9dba3e93b2, network: default, NAD default, SandboxID: "eedcd9dba3e93b2f7b45c97f776df5e274ccdc5ef2e764e2ea75c94bc0de0d37", PCI device ID: , UID: "d2dc5d23-4d6d-4b01-88ea-df846c9e8947", MAC: 0a:58:0a:80:00:26, IPs: [10.128.0.38/23] I0702 22:42:41.483486 3306 cni.go:333] [openshift-operators/rhdh-operator-7fd46469bf-jjwfp eedcd9dba3e93b2f7b45c97f776df5e274ccdc5ef2e764e2ea75c94bc0de0d37 network default NAD default] ADD finished CNI request [openshift-operators/rhdh-operator-7fd46469bf-jjwfp eedcd9dba3e93b2f7b45c97f776df5e274ccdc5ef2e764e2ea75c94bc0de0d37 network default NAD default], result "{\"interfaces\":[{\"name\":\"eedcd9dba3e93b2\",\"mac\":\"5e:58:5c:c1:ae:67\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:26\",\"sandbox\":\"/var/run/netns/2b23f395-46b0-47a9-b169-5ef705624cc0\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.38/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0702 22:42:41.763683 3306 namespace.go:92] [trusted-artifact-signer] adding namespace I0702 22:42:41.764915 3306 namespace.go:96] [trusted-artifact-signer] adding namespace took 1.128878ms I0702 22:42:41.792176 3306 obj_retry.go:466] Detected object openshift-console/console-64f47d4d8c-wc8q6 of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0702 22:42:41.792921 3306 obj_retry.go:466] Detected object openshift-console/console-64f47d4d8c-wc8q6 of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0702 22:42:41.820945 3306 namespace.go:136] [trusted-artifact-signer] updating namespace I0702 22:42:41.842863 3306 namespace.go:136] [trusted-artifact-signer] updating namespace I0702 22:42:41.949328 3306 obj_retry.go:460] Detected object openshift-console/console-64f47d4d8c-wc8q6 of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0702 22:42:41.949419 3306 obj_retry.go:460] Detected object openshift-console/console-64f47d4d8c-wc8q6 of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed E0702 22:42:41.995391 3306 ovn.go:423] Failed to unmarshal old node ip-10-0-0-31.ec2.internal annotation: unexpected end of JSON input I0702 22:42:41.995425 3306 master.go:495] Adding or Updating Node "ip-10-0-0-31.ec2.internal" I0702 22:42:41.995434 3306 hybrid.go:141] Removing node ip-10-0-0-31.ec2.internal hybrid overlay port I0702 22:42:42.361724 3306 obj_retry.go:460] Detected object openshift-console/console-64f47d4d8c-wc8q6 of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0702 22:42:42.361808 3306 obj_retry.go:460] Detected object openshift-console/console-64f47d4d8c-wc8q6 of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0702 22:42:42.378965 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-console/console-64f47d4d8c-wc8q6 I0702 22:42:42.378991 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod openshift-console/console-64f47d4d8c-wc8q6 I0702 22:42:42.942254 3306 base_network_controller_pods.go:477] [default/trusted-artifact-signer/cli-server-9c7494b5b-mrthw] creating logical port trusted-artifact-signer_cli-server-9c7494b5b-mrthw for pod on switch ip-10-0-0-31.ec2.internal I0702 22:42:42.942366 3306 kube.go:317] Updating pod trusted-artifact-signer/cli-server-9c7494b5b-mrthw I0702 22:42:42.964743 3306 pod.go:62] [trusted-artifact-signer/cli-server-9c7494b5b-mrthw] pod update took 22.411569ms I0702 22:42:42.964764 3306 base_network_controller_pods.go:921] [default/trusted-artifact-signer/cli-server-9c7494b5b-mrthw] addLogicalPort annotation time took 22.438318ms I0702 22:42:42.965924 3306 pods.go:252] [trusted-artifact-signer/cli-server-9c7494b5b-mrthw] addLogicalPort took 23.686217ms, libovsdb time 768.235µs I0702 22:42:43.418970 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 44 Dst: fe80::5c58:5cff:fec1:ae67/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 22:42:43.601860 3306 cni.go:312] [trusted-artifact-signer/cli-server-9c7494b5b-mrthw d14ed81c33f907964a2037c2feb0302d0e953f953b318ef282ca6dd91e5424a2 network default NAD default] ADD starting CNI request [trusted-artifact-signer/cli-server-9c7494b5b-mrthw d14ed81c33f907964a2037c2feb0302d0e953f953b318ef282ca6dd91e5424a2 network default NAD default] I0702 22:42:43.603415 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 45 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 22:42:43.603445 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 45 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0702 22:42:43.610233 3306 helper_linux.go:442] ConfigureOVS: namespace: trusted-artifact-signer, podName: cli-server-9c7494b5b-mrthw, hostIfaceName: d14ed81c33f9079, network: default, NAD default, SandboxID: "d14ed81c33f907964a2037c2feb0302d0e953f953b318ef282ca6dd91e5424a2", PCI device ID: , UID: "42c13f51-7af5-436b-b8ae-96cb4e703c3e", MAC: 0a:58:0a:80:00:27, IPs: [10.128.0.39/23] I0702 22:42:43.658810 3306 cni.go:333] [trusted-artifact-signer/cli-server-9c7494b5b-mrthw d14ed81c33f907964a2037c2feb0302d0e953f953b318ef282ca6dd91e5424a2 network default NAD default] ADD finished CNI request [trusted-artifact-signer/cli-server-9c7494b5b-mrthw d14ed81c33f907964a2037c2feb0302d0e953f953b318ef282ca6dd91e5424a2 network default NAD default], result "{\"interfaces\":[{\"name\":\"d14ed81c33f9079\",\"mac\":\"f2:0c:0b:30:09:b5\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:27\",\"sandbox\":\"/var/run/netns/67870136-1748-4e48-82cf-1b3ae4b1b3e4\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.39/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0702 22:42:43.938058 3306 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0702 22:42:43.938116 3306 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0702 22:42:44.698997 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 45 Dst: fe80::f00c:bff:fe30:9b5/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 22:42:51.905684 3306 base_network_controller_pods.go:477] [default/rhbk-operator/rhbk-operator-7968cb5986-rddc7] creating logical port rhbk-operator_rhbk-operator-7968cb5986-rddc7 for pod on switch ip-10-0-0-31.ec2.internal I0702 22:42:51.905966 3306 kube.go:317] Updating pod rhbk-operator/rhbk-operator-7968cb5986-rddc7 I0702 22:42:51.938339 3306 pod.go:62] [rhbk-operator/rhbk-operator-7968cb5986-rddc7] pod update took 32.41215ms I0702 22:42:51.938371 3306 base_network_controller_pods.go:921] [default/rhbk-operator/rhbk-operator-7968cb5986-rddc7] addLogicalPort annotation time took 32.451225ms I0702 22:42:51.940066 3306 pods.go:252] [rhbk-operator/rhbk-operator-7968cb5986-rddc7] addLogicalPort took 34.412491ms, libovsdb time 1.109916ms I0702 22:42:53.559349 3306 cni.go:312] [rhbk-operator/rhbk-operator-7968cb5986-rddc7 b4f174cc0a010df47c8a704a7ab39b9428766dbfcf6ff4397964661bd1639e09 network default NAD default] ADD starting CNI request [rhbk-operator/rhbk-operator-7968cb5986-rddc7 b4f174cc0a010df47c8a704a7ab39b9428766dbfcf6ff4397964661bd1639e09 network default NAD default] I0702 22:42:53.562186 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 46 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 22:42:53.562227 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 46 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0702 22:42:53.569304 3306 helper_linux.go:442] ConfigureOVS: namespace: rhbk-operator, podName: rhbk-operator-7968cb5986-rddc7, hostIfaceName: b4f174cc0a010df, network: default, NAD default, SandboxID: "b4f174cc0a010df47c8a704a7ab39b9428766dbfcf6ff4397964661bd1639e09", PCI device ID: , UID: "fdd6e788-97df-4e37-80dd-3e9117039d4b", MAC: 0a:58:0a:80:00:28, IPs: [10.128.0.40/23] I0702 22:42:53.621767 3306 cni.go:333] [rhbk-operator/rhbk-operator-7968cb5986-rddc7 b4f174cc0a010df47c8a704a7ab39b9428766dbfcf6ff4397964661bd1639e09 network default NAD default] ADD finished CNI request [rhbk-operator/rhbk-operator-7968cb5986-rddc7 b4f174cc0a010df47c8a704a7ab39b9428766dbfcf6ff4397964661bd1639e09 network default NAD default], result "{\"interfaces\":[{\"name\":\"b4f174cc0a010df\",\"mac\":\"be:9c:46:fc:98:5f\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:28\",\"sandbox\":\"/var/run/netns/0182a75e-88c3-4744-87ae-3cf09d50d289\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.40/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0702 22:42:55.578981 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 46 Dst: fe80::bc9c:46ff:fefc:985f/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 22:43:04.130052 3306 cni.go:312] [tssc/test-tssc-subscriptions 8926f30c319fc979b51dea871ea4208cd19437d0296147c4163bd08ec40ded3f network default NAD default] DEL starting CNI request [tssc/test-tssc-subscriptions 8926f30c319fc979b51dea871ea4208cd19437d0296147c4163bd08ec40ded3f network default NAD default] I0702 22:43:04.197386 3306 cni.go:333] [tssc/test-tssc-subscriptions 8926f30c319fc979b51dea871ea4208cd19437d0296147c4163bd08ec40ded3f network default NAD default] DEL finished CNI request [tssc/test-tssc-subscriptions 8926f30c319fc979b51dea871ea4208cd19437d0296147c4163bd08ec40ded3f network default NAD default], result "{\"dns\":{}}", err I0702 22:43:04.262714 3306 obj_retry.go:466] Detected object tssc/test-tssc-subscriptions of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0702 22:43:04.262846 3306 pods.go:174] Deleting pod: tssc/test-tssc-subscriptions I0702 22:43:04.264134 3306 pods.go:217] Attempting to release IPs for pod: tssc/test-tssc-subscriptions, ips: 10.128.0.28 I0702 22:43:04.264161 3306 obj_retry.go:466] Detected object tssc/test-tssc-subscriptions of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0702 22:43:04.292948 3306 obj_retry.go:460] 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 I0702 22:43:04.293023 3306 obj_retry.go:460] 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 I0702 22:43:04.296712 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc/test-tssc-subscriptions I0702 22:43:04.296807 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod tssc/test-tssc-subscriptions I0702 22:43:05.616524 3306 namespace.go:136] [tssc-gitops] updating namespace I0702 22:43:05.698232 3306 namespace.go:136] [tssc-gitops] updating namespace I0702 22:43:05.844867 3306 base_network_controller_pods.go:477] [default/tssc-gitops/tssc-gitops-post-deploy-f68mq] creating logical port tssc-gitops_tssc-gitops-post-deploy-f68mq for pod on switch ip-10-0-0-31.ec2.internal I0702 22:43:05.845042 3306 kube.go:317] Updating pod tssc-gitops/tssc-gitops-post-deploy-f68mq I0702 22:43:05.861595 3306 pod.go:62] [tssc-gitops/tssc-gitops-post-deploy-f68mq] pod update took 16.57694ms I0702 22:43:05.861623 3306 base_network_controller_pods.go:921] [default/tssc-gitops/tssc-gitops-post-deploy-f68mq] addLogicalPort annotation time took 16.611356ms I0702 22:43:05.862835 3306 pods.go:252] [tssc-gitops/tssc-gitops-post-deploy-f68mq] addLogicalPort took 18.002762ms, libovsdb time 734.822µs I0702 22:43:06.206288 3306 cni.go:312] [tssc-gitops/tssc-gitops-post-deploy-f68mq e9cbab4c61b1f295c030c2cb28c4fd4fec53178a8b5b1c23970e6effda66e1cf network default NAD default] ADD starting CNI request [tssc-gitops/tssc-gitops-post-deploy-f68mq e9cbab4c61b1f295c030c2cb28c4fd4fec53178a8b5b1c23970e6effda66e1cf network default NAD default] I0702 22:43:06.208262 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 47 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 22:43:06.208286 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 47 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0702 22:43:06.214897 3306 helper_linux.go:442] ConfigureOVS: namespace: tssc-gitops, podName: tssc-gitops-post-deploy-f68mq, hostIfaceName: e9cbab4c61b1f29, network: default, NAD default, SandboxID: "e9cbab4c61b1f295c030c2cb28c4fd4fec53178a8b5b1c23970e6effda66e1cf", PCI device ID: , UID: "fcfa6ed6-ee6f-4f78-bdec-096fa5ddfc45", MAC: 0a:58:0a:80:00:29, IPs: [10.128.0.41/23] I0702 22:43:06.263394 3306 cni.go:333] [tssc-gitops/tssc-gitops-post-deploy-f68mq e9cbab4c61b1f295c030c2cb28c4fd4fec53178a8b5b1c23970e6effda66e1cf network default NAD default] ADD finished CNI request [tssc-gitops/tssc-gitops-post-deploy-f68mq e9cbab4c61b1f295c030c2cb28c4fd4fec53178a8b5b1c23970e6effda66e1cf network default NAD default], result "{\"interfaces\":[{\"name\":\"e9cbab4c61b1f29\",\"mac\":\"f2:9c:46:b2:df:ea\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:29\",\"sandbox\":\"/var/run/netns/df7707b9-fae9-4003-a8bf-829f6b7f7a3c\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.41/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0702 22:43:07.001129 3306 base_network_controller_pods.go:477] [default/tssc-gitops/tssc-gitops-redis-9b74744d6-skp59] creating logical port tssc-gitops_tssc-gitops-redis-9b74744d6-skp59 for pod on switch ip-10-0-0-31.ec2.internal I0702 22:43:07.001311 3306 kube.go:317] Updating pod tssc-gitops/tssc-gitops-redis-9b74744d6-skp59 I0702 22:43:07.017893 3306 pod.go:62] [tssc-gitops/tssc-gitops-redis-9b74744d6-skp59] pod update took 16.609014ms I0702 22:43:07.017915 3306 base_network_controller_pods.go:921] [default/tssc-gitops/tssc-gitops-redis-9b74744d6-skp59] addLogicalPort annotation time took 16.636019ms I0702 22:43:07.019137 3306 pods.go:252] [tssc-gitops/tssc-gitops-redis-9b74744d6-skp59] addLogicalPort took 18.028638ms, libovsdb time 820.006µs I0702 22:43:07.219051 3306 base_network_controller_policy.go:1172] Adding network policy tssc-gitops/tssc-gitops-redis-network-policy for network default I0702 22:43:07.220150 3306 pod_selector_address_set.go:213] Created shared address set for pod selector tssc-gitops_LS{ML:{app.kubernetes.io/name: tssc-gitops-application-controller,},} I0702 22:43:07.221037 3306 pod_selector_address_set.go:213] Created shared address set for pod selector tssc-gitops_LS{ML:{app.kubernetes.io/name: tssc-gitops-repo-server,},} I0702 22:43:07.221869 3306 pod_selector_address_set.go:213] Created shared address set for pod selector tssc-gitops_LS{ML:{app.kubernetes.io/name: tssc-gitops-server,},} I0702 22:43:07.221891 3306 base_network_controller_policy.go:1047] 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,},}] I0702 22:43:07.223930 3306 base_network_controller_policy.go:1225] Create network policy tssc-gitops/tssc-gitops-redis-network-policy resources completed, update namespace loglevel I0702 22:43:07.234712 3306 base_network_controller_policy.go:1172] Adding network policy tssc-gitops/tssc-gitops-redis-ha-network-policy for network default I0702 22:43:07.234847 3306 base_network_controller_policy.go:1047] 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,},}] I0702 22:43:07.235537 3306 base_network_controller_policy.go:1225] Create network policy tssc-gitops/tssc-gitops-redis-ha-network-policy resources completed, update namespace loglevel I0702 22:43:07.242715 3306 base_network_controller_policy.go:1172] Adding network policy tssc-gitops/tssc-gitops-dex-server-network-policy for network default I0702 22:43:07.243089 3306 base_network_controller_policy.go:1047] 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,},}] I0702 22:43:07.254680 3306 base_network_controller_policy.go:1225] Create network policy tssc-gitops/tssc-gitops-dex-server-network-policy resources completed, update namespace loglevel I0702 22:43:07.257338 3306 base_network_controller_policy.go:1172] Adding network policy tssc-gitops/tssc-gitops-applicationset-controller-network-policy for network default I0702 22:43:07.257390 3306 base_network_controller_policy.go:1047] Policy tssc-gitops/tssc-gitops-applicationset-controller-network-policy added to peer address sets [] I0702 22:43:07.266233 3306 base_network_controller_policy.go:1225] Create network policy tssc-gitops/tssc-gitops-applicationset-controller-network-policy resources completed, update namespace loglevel I0702 22:43:07.266301 3306 base_network_controller_policy.go:1172] Adding network policy tssc-gitops/tssc-gitops-server-network-policy for network default I0702 22:43:07.266323 3306 base_network_controller_policy.go:1047] Policy tssc-gitops/tssc-gitops-server-network-policy added to peer address sets [] I0702 22:43:07.266967 3306 base_network_controller_policy.go:1225] Create network policy tssc-gitops/tssc-gitops-server-network-policy resources completed, update namespace loglevel I0702 22:43:07.276364 3306 base_network_controller_policy.go:1172] Adding network policy tssc-gitops/tssc-gitops-application-controller-network-policy for network default I0702 22:43:07.276430 3306 base_network_controller_policy.go:1047] Policy tssc-gitops/tssc-gitops-application-controller-network-policy added to peer address sets [] I0702 22:43:07.286257 3306 base_network_controller_policy.go:1225] Create network policy tssc-gitops/tssc-gitops-application-controller-network-policy resources completed, update namespace loglevel I0702 22:43:07.287458 3306 base_network_controller_policy.go:1172] Adding network policy tssc-gitops/tssc-gitops-repo-server-network-policy for network default I0702 22:43:07.287943 3306 pod_selector_address_set.go:213] Created shared address set for pod selector tssc-gitops_LS{ML:{app.kubernetes.io/name: tssc-gitops-notifications-controller,},} I0702 22:43:07.288344 3306 pod_selector_address_set.go:213] Created shared address set for pod selector tssc-gitops_LS{ML:{app.kubernetes.io/name: argocd-applicationset-controller,},} I0702 22:43:07.289016 3306 pod_selector_address_set.go:213] Created shared address set for pod selector tssc-gitops_LS{ML:{app.kubernetes.io/name: tssc-gitops-applicationset-controller,},} I0702 22:43:07.289033 3306 base_network_controller_policy.go:1047] 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,},}] I0702 22:43:07.298994 3306 base_network_controller_policy.go:1225] Create network policy tssc-gitops/tssc-gitops-repo-server-network-policy resources completed, update namespace loglevel I0702 22:43:07.356180 3306 cni.go:312] [tssc-gitops/tssc-gitops-redis-9b74744d6-skp59 08fa5a9c63149cd1e94e4348e4895a2cc4b99513d4160035ec4eb4fb8fe6bf44 network default NAD default] ADD starting CNI request [tssc-gitops/tssc-gitops-redis-9b74744d6-skp59 08fa5a9c63149cd1e94e4348e4895a2cc4b99513d4160035ec4eb4fb8fe6bf44 network default NAD default] I0702 22:43:07.358087 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 48 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 22:43:07.358107 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 48 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0702 22:43:07.364887 3306 helper_linux.go:442] ConfigureOVS: namespace: tssc-gitops, podName: tssc-gitops-redis-9b74744d6-skp59, hostIfaceName: 08fa5a9c63149cd, network: default, NAD default, SandboxID: "08fa5a9c63149cd1e94e4348e4895a2cc4b99513d4160035ec4eb4fb8fe6bf44", PCI device ID: , UID: "ac606c52-f6dd-44ab-bf78-3ba2feae5724", MAC: 0a:58:0a:80:00:2a, IPs: [10.128.0.42/23] I0702 22:43:07.411128 3306 cni.go:333] [tssc-gitops/tssc-gitops-redis-9b74744d6-skp59 08fa5a9c63149cd1e94e4348e4895a2cc4b99513d4160035ec4eb4fb8fe6bf44 network default NAD default] ADD finished CNI request [tssc-gitops/tssc-gitops-redis-9b74744d6-skp59 08fa5a9c63149cd1e94e4348e4895a2cc4b99513d4160035ec4eb4fb8fe6bf44 network default NAD default], result "{\"interfaces\":[{\"name\":\"08fa5a9c63149cd\",\"mac\":\"42:e6:82:62:28:65\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:2a\",\"sandbox\":\"/var/run/netns/31c194b7-d9f9-4028-84d9-7cdee4713349\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.42/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0702 22:43:07.611069 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 47 Dst: fe80::f09c:46ff:feb2:dfea/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 22:43:09.042166 3306 reflector.go:871] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Node total 60 items received I0702 22:43:09.146990 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 48 Dst: fe80::40e6:82ff:fe62:2865/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" E0702 22:43:12.615154 3306 ovn.go:423] Failed to unmarshal old node ip-10-0-0-31.ec2.internal annotation: unexpected end of JSON input I0702 22:43:12.615180 3306 master.go:495] Adding or Updating Node "ip-10-0-0-31.ec2.internal" I0702 22:43:12.615191 3306 hybrid.go:141] Removing node ip-10-0-0-31.ec2.internal hybrid overlay port I0702 22:43:13.400754 3306 obj_retry.go:466] Detected object tssc-gitops/tssc-gitops-dex-server-79bcdc956f-mfkqq of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0702 22:43:13.401460 3306 obj_retry.go:466] Detected object tssc-gitops/tssc-gitops-dex-server-79bcdc956f-mfkqq of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0702 22:43:13.401504 3306 obj_retry.go:466] Detected object tssc-gitops/tssc-gitops-dex-server-79bcdc956f-mfkqq of type *factory.localPodSelector in terminal state (e.g. completed) during update event: will remove it I0702 22:43:13.401514 3306 base_network_controller_policy.go:635] Processing NetworkPolicy tssc-gitops/tssc-gitops-dex-server-network-policy to delete 1 local pods... I0702 22:43:13.951364 3306 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0702 22:43:13.951420 3306 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0702 22:43:14.068838 3306 obj_retry.go:460] Detected object tssc-gitops/tssc-gitops-dex-server-79bcdc956f-mfkqq of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0702 22:43:14.068859 3306 obj_retry.go:460] Detected object tssc-gitops/tssc-gitops-dex-server-79bcdc956f-mfkqq of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0702 22:43:14.068878 3306 obj_retry.go:460] Detected object tssc-gitops/tssc-gitops-dex-server-79bcdc956f-mfkqq of type *factory.localPodSelector in terminal state (e.g. completed) will be ignored as it has already been processed I0702 22:43:14.071495 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.localPodSelector tssc-gitops/tssc-gitops-dex-server-79bcdc956f-mfkqq I0702 22:43:14.071540 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-gitops/tssc-gitops-dex-server-79bcdc956f-mfkqq I0702 22:43:14.071556 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod tssc-gitops/tssc-gitops-dex-server-79bcdc956f-mfkqq I0702 22:43:16.145244 3306 obj_retry.go:466] Detected object openshift-gitops/openshift-gitops-dex-server-6f5b5b68d-k4fms of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0702 22:43:16.145900 3306 obj_retry.go:466] Detected object openshift-gitops/openshift-gitops-dex-server-6f5b5b68d-k4fms of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0702 22:43:16.145946 3306 obj_retry.go:466] Detected object openshift-gitops/openshift-gitops-dex-server-6f5b5b68d-k4fms of type *factory.localPodSelector in terminal state (e.g. completed) during update event: will remove it I0702 22:43:16.145958 3306 base_network_controller_policy.go:635] Processing NetworkPolicy openshift-gitops/openshift-gitops-dex-server-network-policy to delete 1 local pods... I0702 22:43:17.074982 3306 obj_retry.go:460] Detected object openshift-gitops/openshift-gitops-dex-server-6f5b5b68d-k4fms of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0702 22:43:17.075007 3306 obj_retry.go:460] Detected object openshift-gitops/openshift-gitops-dex-server-6f5b5b68d-k4fms of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0702 22:43:17.075023 3306 obj_retry.go:460] Detected object openshift-gitops/openshift-gitops-dex-server-6f5b5b68d-k4fms of type *factory.localPodSelector in terminal state (e.g. completed) will be ignored as it has already been processed I0702 22:43:17.077720 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.localPodSelector openshift-gitops/openshift-gitops-dex-server-6f5b5b68d-k4fms I0702 22:43:17.077744 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-gitops/openshift-gitops-dex-server-6f5b5b68d-k4fms I0702 22:43:17.077762 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod openshift-gitops/openshift-gitops-dex-server-6f5b5b68d-k4fms I0702 22:43:29.289910 3306 reflector.go:871] 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 E0702 22:43:43.294147 3306 ovn.go:423] Failed to unmarshal old node ip-10-0-0-31.ec2.internal annotation: unexpected end of JSON input I0702 22:43:43.294172 3306 master.go:495] Adding or Updating Node "ip-10-0-0-31.ec2.internal" I0702 22:43:43.294179 3306 hybrid.go:141] Removing node ip-10-0-0-31.ec2.internal hybrid overlay port I0702 22:43:43.967752 3306 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0702 22:43:43.967833 3306 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0702 22:43:52.266381 3306 reflector.go:871] github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/egressservice/v1/apis/informers/externalversions/factory.go:140: Watch close - *v1.EgressService total 8 items received I0702 22:43:54.250332 3306 reflector.go:871] 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 I0702 22:43:59.351604 3306 cni.go:312] [tssc-gitops/tssc-gitops-post-deploy-f68mq e9cbab4c61b1f295c030c2cb28c4fd4fec53178a8b5b1c23970e6effda66e1cf network default NAD default] DEL starting CNI request [tssc-gitops/tssc-gitops-post-deploy-f68mq e9cbab4c61b1f295c030c2cb28c4fd4fec53178a8b5b1c23970e6effda66e1cf network default NAD default] I0702 22:43:59.420807 3306 cni.go:333] [tssc-gitops/tssc-gitops-post-deploy-f68mq e9cbab4c61b1f295c030c2cb28c4fd4fec53178a8b5b1c23970e6effda66e1cf network default NAD default] DEL finished CNI request [tssc-gitops/tssc-gitops-post-deploy-f68mq e9cbab4c61b1f295c030c2cb28c4fd4fec53178a8b5b1c23970e6effda66e1cf network default NAD default], result "{\"dns\":{}}", err I0702 22:43:59.470615 3306 obj_retry.go:466] Detected object tssc-gitops/tssc-gitops-post-deploy-f68mq of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0702 22:43:59.470660 3306 pods.go:174] Deleting pod: tssc-gitops/tssc-gitops-post-deploy-f68mq I0702 22:43:59.472442 3306 pods.go:217] Attempting to release IPs for pod: tssc-gitops/tssc-gitops-post-deploy-f68mq, ips: 10.128.0.41 I0702 22:43:59.472476 3306 obj_retry.go:466] Detected object tssc-gitops/tssc-gitops-post-deploy-f68mq of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0702 22:44:00.500980 3306 obj_retry.go:460] Detected object tssc-gitops/tssc-gitops-post-deploy-f68mq of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0702 22:44:00.501004 3306 obj_retry.go:460] Detected object tssc-gitops/tssc-gitops-post-deploy-f68mq of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0702 22:44:00.701770 3306 base_network_controller_pods.go:477] [default/tssc-gitops/test-tssc-gitops] creating logical port tssc-gitops_test-tssc-gitops for pod on switch ip-10-0-0-31.ec2.internal I0702 22:44:00.701930 3306 kube.go:317] Updating pod tssc-gitops/test-tssc-gitops I0702 22:44:00.718138 3306 pod.go:62] [tssc-gitops/test-tssc-gitops] pod update took 16.232059ms I0702 22:44:00.718227 3306 base_network_controller_pods.go:921] [default/tssc-gitops/test-tssc-gitops] addLogicalPort annotation time took 16.326024ms I0702 22:44:00.719411 3306 pods.go:252] [tssc-gitops/test-tssc-gitops] addLogicalPort took 17.673234ms, libovsdb time 784.645µs I0702 22:44:01.057329 3306 cni.go:312] [tssc-gitops/test-tssc-gitops 0a070833710cbb9c6180c0e23c85d5c2bc3678261dcc0dfbef076332a825f524 network default NAD default] ADD starting CNI request [tssc-gitops/test-tssc-gitops 0a070833710cbb9c6180c0e23c85d5c2bc3678261dcc0dfbef076332a825f524 network default NAD default] I0702 22:44:01.060488 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 49 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 22:44:01.060593 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 49 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0702 22:44:01.067443 3306 helper_linux.go:442] ConfigureOVS: namespace: tssc-gitops, podName: test-tssc-gitops, hostIfaceName: 0a070833710cbb9, network: default, NAD default, SandboxID: "0a070833710cbb9c6180c0e23c85d5c2bc3678261dcc0dfbef076332a825f524", PCI device ID: , UID: "f5034dd4-bc9b-4347-83b0-50fd255a4b8b", MAC: 0a:58:0a:80:00:2b, IPs: [10.128.0.43/23] I0702 22:44:01.112192 3306 cni.go:333] [tssc-gitops/test-tssc-gitops 0a070833710cbb9c6180c0e23c85d5c2bc3678261dcc0dfbef076332a825f524 network default NAD default] ADD finished CNI request [tssc-gitops/test-tssc-gitops 0a070833710cbb9c6180c0e23c85d5c2bc3678261dcc0dfbef076332a825f524 network default NAD default], result "{\"interfaces\":[{\"name\":\"0a070833710cbb9\",\"mac\":\"e2:ac:ed:35:6d:71\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:2b\",\"sandbox\":\"/var/run/netns/520c2937-a412-49c6-a4b7-7fb74adc2f1f\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.43/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0702 22:44:02.266965 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 49 Dst: fe80::e0ac:edff:fe35:6d71/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 22:44:10.404887 3306 cni.go:312] [tssc-gitops/test-tssc-gitops 0a070833710cbb9c6180c0e23c85d5c2bc3678261dcc0dfbef076332a825f524 network default NAD default] DEL starting CNI request [tssc-gitops/test-tssc-gitops 0a070833710cbb9c6180c0e23c85d5c2bc3678261dcc0dfbef076332a825f524 network default NAD default] I0702 22:44:10.484165 3306 cni.go:333] [tssc-gitops/test-tssc-gitops 0a070833710cbb9c6180c0e23c85d5c2bc3678261dcc0dfbef076332a825f524 network default NAD default] DEL finished CNI request [tssc-gitops/test-tssc-gitops 0a070833710cbb9c6180c0e23c85d5c2bc3678261dcc0dfbef076332a825f524 network default NAD default], result "{\"dns\":{}}", err I0702 22:44:10.537756 3306 obj_retry.go:466] Detected object tssc-gitops/test-tssc-gitops of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0702 22:44:10.537879 3306 pods.go:174] Deleting pod: tssc-gitops/test-tssc-gitops I0702 22:44:10.539434 3306 pods.go:217] Attempting to release IPs for pod: tssc-gitops/test-tssc-gitops, ips: 10.128.0.43 I0702 22:44:10.539468 3306 obj_retry.go:466] Detected object tssc-gitops/test-tssc-gitops of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0702 22:44:10.561994 3306 obj_retry.go:460] 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 I0702 22:44:10.562021 3306 obj_retry.go:460] 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 I0702 22:44:10.568296 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-gitops/test-tssc-gitops I0702 22:44:10.568326 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod tssc-gitops/test-tssc-gitops I0702 22:44:10.766163 3306 namespace.go:136] [tssc-gitops] updating namespace I0702 22:44:12.366088 3306 reflector.go:871] github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/userdefinednetwork/v1/apis/informers/externalversions/factory.go:140: Watch close - *v1.UserDefinedNetwork total 9 items received I0702 22:44:14.003460 3306 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0702 22:44:14.003516 3306 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0702 22:44:14.446426 3306 base_network_controller_pods.go:477] [default/tssc-keycloak/keycloak-pgsql-bee-7875bcd9bc-dgv4h] creating logical port tssc-keycloak_keycloak-pgsql-bee-7875bcd9bc-dgv4h for pod on switch ip-10-0-0-31.ec2.internal I0702 22:44:14.446609 3306 kube.go:317] Updating pod tssc-keycloak/keycloak-pgsql-bee-7875bcd9bc-dgv4h I0702 22:44:14.458728 3306 pod.go:62] [tssc-keycloak/keycloak-pgsql-bee-7875bcd9bc-dgv4h] pod update took 12.150576ms I0702 22:44:14.458761 3306 base_network_controller_pods.go:921] [default/tssc-keycloak/keycloak-pgsql-bee-7875bcd9bc-dgv4h] addLogicalPort annotation time took 12.189687ms I0702 22:44:14.460145 3306 pods.go:252] [tssc-keycloak/keycloak-pgsql-bee-7875bcd9bc-dgv4h] addLogicalPort took 13.739848ms, libovsdb time 882.329µs I0702 22:44:14.480850 3306 base_network_controller_pods.go:477] [default/tssc-tpa/tpa-pgsql-bee-7c6bf4d9f7-jmqqn] creating logical port tssc-tpa_tpa-pgsql-bee-7c6bf4d9f7-jmqqn for pod on switch ip-10-0-0-31.ec2.internal I0702 22:44:14.481054 3306 kube.go:317] Updating pod tssc-tpa/tpa-pgsql-bee-7c6bf4d9f7-jmqqn I0702 22:44:14.499283 3306 pod.go:62] [tssc-tpa/tpa-pgsql-bee-7c6bf4d9f7-jmqqn] pod update took 18.260472ms I0702 22:44:14.499308 3306 base_network_controller_pods.go:921] [default/tssc-tpa/tpa-pgsql-bee-7c6bf4d9f7-jmqqn] addLogicalPort annotation time took 18.289734ms I0702 22:44:14.500543 3306 pods.go:252] [tssc-tpa/tpa-pgsql-bee-7c6bf4d9f7-jmqqn] addLogicalPort took 19.736656ms, libovsdb time 773.844µs E0702 22:44:18.744790 3306 ovn.go:423] Failed to unmarshal old node ip-10-0-0-31.ec2.internal annotation: unexpected end of JSON input I0702 22:44:18.744842 3306 master.go:495] Adding or Updating Node "ip-10-0-0-31.ec2.internal" I0702 22:44:18.744852 3306 hybrid.go:141] Removing node ip-10-0-0-31.ec2.internal hybrid overlay port E0702 22:44:18.867377 3306 ovn.go:423] Failed to unmarshal old node ip-10-0-0-31.ec2.internal annotation: unexpected end of JSON input I0702 22:44:18.867404 3306 master.go:495] Adding or Updating Node "ip-10-0-0-31.ec2.internal" I0702 22:44:18.867410 3306 hybrid.go:141] Removing node ip-10-0-0-31.ec2.internal hybrid overlay port E0702 22:44:24.019486 3306 ovn.go:423] Failed to unmarshal old node ip-10-0-0-31.ec2.internal annotation: unexpected end of JSON input I0702 22:44:24.019549 3306 master.go:495] Adding or Updating Node "ip-10-0-0-31.ec2.internal" I0702 22:44:24.019559 3306 hybrid.go:141] Removing node ip-10-0-0-31.ec2.internal hybrid overlay port I0702 22:44:25.601581 3306 cni.go:312] [tssc-keycloak/keycloak-pgsql-bee-7875bcd9bc-dgv4h f7ffc8d9c823e358558c6a2f2471be558328a5913047cfb176deb75d625fce4f network default NAD default] ADD starting CNI request [tssc-keycloak/keycloak-pgsql-bee-7875bcd9bc-dgv4h f7ffc8d9c823e358558c6a2f2471be558328a5913047cfb176deb75d625fce4f network default NAD default] I0702 22:44:25.603443 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 50 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 22:44:25.603521 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 50 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0702 22:44:25.610752 3306 helper_linux.go:442] ConfigureOVS: namespace: tssc-keycloak, podName: keycloak-pgsql-bee-7875bcd9bc-dgv4h, hostIfaceName: f7ffc8d9c823e35, network: default, NAD default, SandboxID: "f7ffc8d9c823e358558c6a2f2471be558328a5913047cfb176deb75d625fce4f", PCI device ID: , UID: "15afc176-0297-4bc5-a201-28c8e0095d76", MAC: 0a:58:0a:80:00:2c, IPs: [10.128.0.44/23] I0702 22:44:25.641967 3306 cni.go:312] [tssc-tpa/tpa-pgsql-bee-7c6bf4d9f7-jmqqn 0e41d7ba1fc085729f03ab3e021f71f0abfee39866c0afbe58100f8bcb3509f3 network default NAD default] ADD starting CNI request [tssc-tpa/tpa-pgsql-bee-7c6bf4d9f7-jmqqn 0e41d7ba1fc085729f03ab3e021f71f0abfee39866c0afbe58100f8bcb3509f3 network default NAD default] I0702 22:44:25.647131 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 51 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 22:44:25.647217 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 51 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0702 22:44:25.654260 3306 helper_linux.go:442] ConfigureOVS: namespace: tssc-tpa, podName: tpa-pgsql-bee-7c6bf4d9f7-jmqqn, hostIfaceName: 0e41d7ba1fc0857, network: default, NAD default, SandboxID: "0e41d7ba1fc085729f03ab3e021f71f0abfee39866c0afbe58100f8bcb3509f3", PCI device ID: , UID: "dc2e69e5-82f6-45bf-8865-d4f99ca9b907", MAC: 0a:58:0a:80:00:2d, IPs: [10.128.0.45/23] I0702 22:44:25.663275 3306 cni.go:333] [tssc-keycloak/keycloak-pgsql-bee-7875bcd9bc-dgv4h f7ffc8d9c823e358558c6a2f2471be558328a5913047cfb176deb75d625fce4f network default NAD default] ADD finished CNI request [tssc-keycloak/keycloak-pgsql-bee-7875bcd9bc-dgv4h f7ffc8d9c823e358558c6a2f2471be558328a5913047cfb176deb75d625fce4f network default NAD default], result "{\"interfaces\":[{\"name\":\"f7ffc8d9c823e35\",\"mac\":\"22:d8:71:e8:e1:fa\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:2c\",\"sandbox\":\"/var/run/netns/fc3bd34b-cb8a-456c-ae68-e88e2400fef5\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.44/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0702 22:44:25.704761 3306 cni.go:333] [tssc-tpa/tpa-pgsql-bee-7c6bf4d9f7-jmqqn 0e41d7ba1fc085729f03ab3e021f71f0abfee39866c0afbe58100f8bcb3509f3 network default NAD default] ADD finished CNI request [tssc-tpa/tpa-pgsql-bee-7c6bf4d9f7-jmqqn 0e41d7ba1fc085729f03ab3e021f71f0abfee39866c0afbe58100f8bcb3509f3 network default NAD default], result "{\"interfaces\":[{\"name\":\"0e41d7ba1fc0857\",\"mac\":\"86:ea:90:4e:39:2a\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:2d\",\"sandbox\":\"/var/run/netns/f607538e-3f54-4b6f-9c8e-d46d7bf08247\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.45/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0702 22:44:26.779108 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 51 Dst: fe80::84ea:90ff:fe4e:392a/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 22:44:27.035041 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 50 Dst: fe80::20d8:71ff:fee8:e1fa/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 22:44:44.026036 3306 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0702 22:44:44.026112 3306 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} E0702 22:44:44.232172 3306 ovn.go:423] Failed to unmarshal old node ip-10-0-0-31.ec2.internal annotation: unexpected end of JSON input I0702 22:44:44.232199 3306 master.go:495] Adding or Updating Node "ip-10-0-0-31.ec2.internal" I0702 22:44:44.232206 3306 hybrid.go:141] Removing node ip-10-0-0-31.ec2.internal hybrid overlay port I0702 22:44:48.474621 3306 obj_retry.go:466] Detected object tssc/test-tssc-infrastructure of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0702 22:44:48.475217 3306 obj_retry.go:466] Detected object tssc/test-tssc-infrastructure of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0702 22:44:48.493221 3306 obj_retry.go:460] 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 I0702 22:44:48.493245 3306 obj_retry.go:460] 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 I0702 22:44:48.498152 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc/test-tssc-infrastructure I0702 22:44:48.498214 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod tssc/test-tssc-infrastructure I0702 22:44:49.543917 3306 base_network_controller_pods.go:477] [default/tssc/test-tssc-iam] creating logical port tssc_test-tssc-iam for pod on switch ip-10-0-0-31.ec2.internal I0702 22:44:49.544172 3306 kube.go:317] Updating pod tssc/test-tssc-iam I0702 22:44:49.561026 3306 pod.go:62] [tssc/test-tssc-iam] pod update took 16.892287ms I0702 22:44:49.561048 3306 base_network_controller_pods.go:921] [default/tssc/test-tssc-iam] addLogicalPort annotation time took 16.919535ms I0702 22:44:49.562389 3306 pods.go:252] [tssc/test-tssc-iam] addLogicalPort took 18.504105ms, libovsdb time 836.625µs I0702 22:44:49.899731 3306 cni.go:312] [tssc/test-tssc-iam a6d9b3c9ba0243747000db7888e80b48e2b0c90d9d9d04e4e24980ee8c218383 network default NAD default] ADD starting CNI request [tssc/test-tssc-iam a6d9b3c9ba0243747000db7888e80b48e2b0c90d9d9d04e4e24980ee8c218383 network default NAD default] I0702 22:44:49.901443 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 52 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 22:44:49.901471 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 52 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0702 22:44:49.908136 3306 helper_linux.go:442] ConfigureOVS: namespace: tssc, podName: test-tssc-iam, hostIfaceName: a6d9b3c9ba02437, network: default, NAD default, SandboxID: "a6d9b3c9ba0243747000db7888e80b48e2b0c90d9d9d04e4e24980ee8c218383", PCI device ID: , UID: "4a8803c6-5908-456e-b2db-68f91bdd8821", MAC: 0a:58:0a:80:00:2e, IPs: [10.128.0.46/23] I0702 22:44:49.965836 3306 cni.go:333] [tssc/test-tssc-iam a6d9b3c9ba0243747000db7888e80b48e2b0c90d9d9d04e4e24980ee8c218383 network default NAD default] ADD finished CNI request [tssc/test-tssc-iam a6d9b3c9ba0243747000db7888e80b48e2b0c90d9d9d04e4e24980ee8c218383 network default NAD default], result "{\"interfaces\":[{\"name\":\"a6d9b3c9ba02437\",\"mac\":\"7e:e9:d5:6f:a2:c1\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:2e\",\"sandbox\":\"/var/run/netns/83f24bbb-7201-40d8-825c-33dbbc9b447f\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.46/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0702 22:44:50.547125 3306 base_network_controller_policy.go:1172] Adding network policy tssc-keycloak/keycloak-network-policy for network default I0702 22:44:50.547928 3306 pod_selector_address_set.go:213] 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,},} I0702 22:44:50.547955 3306 base_network_controller_policy.go:1047] 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,},}] I0702 22:44:50.550963 3306 base_network_controller_policy.go:1225] Create network policy tssc-keycloak/keycloak-network-policy resources completed, update namespace loglevel I0702 22:44:51.037470 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 52 Dst: fe80::7ce9:d5ff:fe6f:a2c1/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 22:45:07.180741 3306 reflector.go:871] sigs.k8s.io/network-policy-api/pkg/client/informers/externalversions/factory.go:141: Watch close - *v1alpha1.BaselineAdminNetworkPolicy total 0 items received I0702 22:45:13.041553 3306 reflector.go:871] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.NetworkPolicy total 24 items received I0702 22:45:14.045688 3306 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0702 22:45:14.045746 3306 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} E0702 22:45:15.032728 3306 ovn.go:423] Failed to unmarshal old node ip-10-0-0-31.ec2.internal annotation: unexpected end of JSON input I0702 22:45:15.032807 3306 master.go:495] Adding or Updating Node "ip-10-0-0-31.ec2.internal" I0702 22:45:15.032836 3306 hybrid.go:141] Removing node ip-10-0-0-31.ec2.internal hybrid overlay port E0702 22:45:25.179856 3306 ovn.go:423] Failed to unmarshal old node ip-10-0-0-31.ec2.internal annotation: unexpected end of JSON input I0702 22:45:25.179920 3306 master.go:495] Adding or Updating Node "ip-10-0-0-31.ec2.internal" I0702 22:45:25.179932 3306 hybrid.go:141] Removing node ip-10-0-0-31.ec2.internal hybrid overlay port I0702 22:45:30.260355 3306 reflector.go:871] github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/egressqos/v1/apis/informers/externalversions/factory.go:140: Watch close - *v1.EgressQoS total 10 items received I0702 22:45:40.400675 3306 reflector.go:871] 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 I0702 22:45:40.756877 3306 cni.go:312] [tssc/test-tssc-iam a6d9b3c9ba0243747000db7888e80b48e2b0c90d9d9d04e4e24980ee8c218383 network default NAD default] DEL starting CNI request [tssc/test-tssc-iam a6d9b3c9ba0243747000db7888e80b48e2b0c90d9d9d04e4e24980ee8c218383 network default NAD default] I0702 22:45:40.840313 3306 cni.go:333] [tssc/test-tssc-iam a6d9b3c9ba0243747000db7888e80b48e2b0c90d9d9d04e4e24980ee8c218383 network default NAD default] DEL finished CNI request [tssc/test-tssc-iam a6d9b3c9ba0243747000db7888e80b48e2b0c90d9d9d04e4e24980ee8c218383 network default NAD default], result "{\"dns\":{}}", err I0702 22:45:40.890687 3306 obj_retry.go:466] Detected object tssc/test-tssc-iam of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0702 22:45:40.890723 3306 pods.go:174] Deleting pod: tssc/test-tssc-iam I0702 22:45:40.892170 3306 pods.go:217] Attempting to release IPs for pod: tssc/test-tssc-iam, ips: 10.128.0.46 I0702 22:45:40.892205 3306 obj_retry.go:466] Detected object tssc/test-tssc-iam of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0702 22:45:40.910188 3306 obj_retry.go:460] 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 I0702 22:45:40.910268 3306 obj_retry.go:460] 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 I0702 22:45:40.917342 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc/test-tssc-iam I0702 22:45:40.917369 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod tssc/test-tssc-iam I0702 22:45:41.780886 3306 base_network_controller_pods.go:477] [default/tssc-tas/test-tssc-tas] creating logical port tssc-tas_test-tssc-tas for pod on switch ip-10-0-0-31.ec2.internal I0702 22:45:41.781030 3306 kube.go:317] Updating pod tssc-tas/test-tssc-tas I0702 22:45:41.802834 3306 pod.go:62] [tssc-tas/test-tssc-tas] pod update took 21.816269ms I0702 22:45:41.802866 3306 base_network_controller_pods.go:921] [default/tssc-tas/test-tssc-tas] addLogicalPort annotation time took 21.869238ms I0702 22:45:41.804137 3306 pods.go:252] [tssc-tas/test-tssc-tas] addLogicalPort took 23.272537ms, libovsdb time 830.217µs I0702 22:45:42.139285 3306 cni.go:312] [tssc-tas/test-tssc-tas d4865ba7bac750ce262ba4dd8b66b3d45f43538457878ecba0125192cdb75633 network default NAD default] ADD starting CNI request [tssc-tas/test-tssc-tas d4865ba7bac750ce262ba4dd8b66b3d45f43538457878ecba0125192cdb75633 network default NAD default] I0702 22:45:42.141219 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 53 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 22:45:42.141305 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 53 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0702 22:45:42.148107 3306 helper_linux.go:442] ConfigureOVS: namespace: tssc-tas, podName: test-tssc-tas, hostIfaceName: d4865ba7bac750c, network: default, NAD default, SandboxID: "d4865ba7bac750ce262ba4dd8b66b3d45f43538457878ecba0125192cdb75633", PCI device ID: , UID: "dc868015-657e-42c6-b7da-bf68a81f7e2d", MAC: 0a:58:0a:80:00:2f, IPs: [10.128.0.47/23] I0702 22:45:42.195312 3306 cni.go:333] [tssc-tas/test-tssc-tas d4865ba7bac750ce262ba4dd8b66b3d45f43538457878ecba0125192cdb75633 network default NAD default] ADD finished CNI request [tssc-tas/test-tssc-tas d4865ba7bac750ce262ba4dd8b66b3d45f43538457878ecba0125192cdb75633 network default NAD default], result "{\"interfaces\":[{\"name\":\"d4865ba7bac750c\",\"mac\":\"8e:ec:00:97:b9:a3\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:2f\",\"sandbox\":\"/var/run/netns/2e8fd285-da06-4ad2-9ea8-e7aed77e4b23\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.47/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0702 22:45:42.565228 3306 base_network_controller_pods.go:477] [default/tssc-tas/segment-backup-installation-tjfcb-btgf4] creating logical port tssc-tas_segment-backup-installation-tjfcb-btgf4 for pod on switch ip-10-0-0-31.ec2.internal I0702 22:45:42.565318 3306 kube.go:317] Updating pod tssc-tas/segment-backup-installation-tjfcb-btgf4 I0702 22:45:42.580068 3306 pod.go:62] [tssc-tas/segment-backup-installation-tjfcb-btgf4] pod update took 14.774247ms I0702 22:45:42.580091 3306 base_network_controller_pods.go:921] [default/tssc-tas/segment-backup-installation-tjfcb-btgf4] addLogicalPort annotation time took 14.801795ms I0702 22:45:42.581300 3306 pods.go:252] [tssc-tas/segment-backup-installation-tjfcb-btgf4] addLogicalPort took 16.101494ms, libovsdb time 806.711µs I0702 22:45:42.923610 3306 cni.go:312] [tssc-tas/segment-backup-installation-tjfcb-btgf4 2b3e74de14c4578877318ee91180a63c239079b754094b733afa3918382c46be network default NAD default] ADD starting CNI request [tssc-tas/segment-backup-installation-tjfcb-btgf4 2b3e74de14c4578877318ee91180a63c239079b754094b733afa3918382c46be network default NAD default] I0702 22:45:42.925927 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 54 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 22:45:42.926026 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 54 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0702 22:45:42.935391 3306 helper_linux.go:442] ConfigureOVS: namespace: tssc-tas, podName: segment-backup-installation-tjfcb-btgf4, hostIfaceName: 2b3e74de14c4578, network: default, NAD default, SandboxID: "2b3e74de14c4578877318ee91180a63c239079b754094b733afa3918382c46be", PCI device ID: , UID: "6d203cce-6851-4da7-855d-a70c8a2292a6", MAC: 0a:58:0a:80:00:30, IPs: [10.128.0.48/23] I0702 22:45:42.987190 3306 cni.go:333] [tssc-tas/segment-backup-installation-tjfcb-btgf4 2b3e74de14c4578877318ee91180a63c239079b754094b733afa3918382c46be network default NAD default] ADD finished CNI request [tssc-tas/segment-backup-installation-tjfcb-btgf4 2b3e74de14c4578877318ee91180a63c239079b754094b733afa3918382c46be network default NAD default], result "{\"interfaces\":[{\"name\":\"2b3e74de14c4578\",\"mac\":\"ce:31:f8:c0:66:bf\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:30\",\"sandbox\":\"/var/run/netns/bf704dab-0f1c-42cb-9cd0-d54d143b08fc\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.48/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0702 22:45:43.236135 3306 base_network_controller_pods.go:477] [default/tssc-tas/ctlog-createtree-job-w5nm9-685gv] creating logical port tssc-tas_ctlog-createtree-job-w5nm9-685gv for pod on switch ip-10-0-0-31.ec2.internal I0702 22:45:43.236295 3306 kube.go:317] Updating pod tssc-tas/ctlog-createtree-job-w5nm9-685gv I0702 22:45:43.251488 3306 pod.go:62] [tssc-tas/ctlog-createtree-job-w5nm9-685gv] pod update took 15.214754ms I0702 22:45:43.251583 3306 base_network_controller_pods.go:921] [default/tssc-tas/ctlog-createtree-job-w5nm9-685gv] addLogicalPort annotation time took 15.313298ms I0702 22:45:43.252977 3306 pods.go:252] [tssc-tas/ctlog-createtree-job-w5nm9-685gv] addLogicalPort took 16.862306ms, libovsdb time 924.679µs I0702 22:45:43.325166 3306 base_network_controller_pods.go:477] [default/tssc-tas/fulcio-server-74c7cc64b5-98vmp] creating logical port tssc-tas_fulcio-server-74c7cc64b5-98vmp for pod on switch ip-10-0-0-31.ec2.internal I0702 22:45:43.325277 3306 kube.go:317] Updating pod tssc-tas/fulcio-server-74c7cc64b5-98vmp I0702 22:45:43.342041 3306 pod.go:62] [tssc-tas/fulcio-server-74c7cc64b5-98vmp] pod update took 16.781819ms I0702 22:45:43.342139 3306 base_network_controller_pods.go:921] [default/tssc-tas/fulcio-server-74c7cc64b5-98vmp] addLogicalPort annotation time took 16.882003ms I0702 22:45:43.343649 3306 pods.go:252] [tssc-tas/fulcio-server-74c7cc64b5-98vmp] addLogicalPort took 18.499407ms, libovsdb time 874.779µs I0702 22:45:43.418506 3306 base_network_controller_pods.go:477] [default/tssc-tas/trillian-logserver-76f9cd7b7c-7lh7s] creating logical port tssc-tas_trillian-logserver-76f9cd7b7c-7lh7s for pod on switch ip-10-0-0-31.ec2.internal I0702 22:45:43.418653 3306 kube.go:317] Updating pod tssc-tas/trillian-logserver-76f9cd7b7c-7lh7s I0702 22:45:43.437317 3306 pod.go:62] [tssc-tas/trillian-logserver-76f9cd7b7c-7lh7s] pod update took 18.689534ms I0702 22:45:43.437341 3306 base_network_controller_pods.go:921] [default/tssc-tas/trillian-logserver-76f9cd7b7c-7lh7s] addLogicalPort annotation time took 18.718501ms I0702 22:45:43.438758 3306 pods.go:252] [tssc-tas/trillian-logserver-76f9cd7b7c-7lh7s] addLogicalPort took 20.268208ms, libovsdb time 887.387µs I0702 22:45:43.592933 3306 cni.go:312] [tssc-tas/ctlog-createtree-job-w5nm9-685gv 4c8fc94767bb8d2dc6e5eff5900f9cfc7d9d95557d1091fcd2ea50cc50b6d5a5 network default NAD default] ADD starting CNI request [tssc-tas/ctlog-createtree-job-w5nm9-685gv 4c8fc94767bb8d2dc6e5eff5900f9cfc7d9d95557d1091fcd2ea50cc50b6d5a5 network default NAD default] I0702 22:45:43.594541 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 55 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 22:45:43.594565 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 55 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0702 22:45:43.601249 3306 helper_linux.go:442] ConfigureOVS: namespace: tssc-tas, podName: ctlog-createtree-job-w5nm9-685gv, hostIfaceName: 4c8fc94767bb8d2, network: default, NAD default, SandboxID: "4c8fc94767bb8d2dc6e5eff5900f9cfc7d9d95557d1091fcd2ea50cc50b6d5a5", PCI device ID: , UID: "7c90f16c-afe0-4650-ab85-644732eb0a89", MAC: 0a:58:0a:80:00:31, IPs: [10.128.0.49/23] I0702 22:45:43.627667 3306 base_network_controller_pods.go:477] [default/tssc-tas/trillian-logsigner-565845588-hg28t] creating logical port tssc-tas_trillian-logsigner-565845588-hg28t for pod on switch ip-10-0-0-31.ec2.internal I0702 22:45:43.627864 3306 kube.go:317] Updating pod tssc-tas/trillian-logsigner-565845588-hg28t I0702 22:45:43.655588 3306 cni.go:333] [tssc-tas/ctlog-createtree-job-w5nm9-685gv 4c8fc94767bb8d2dc6e5eff5900f9cfc7d9d95557d1091fcd2ea50cc50b6d5a5 network default NAD default] ADD finished CNI request [tssc-tas/ctlog-createtree-job-w5nm9-685gv 4c8fc94767bb8d2dc6e5eff5900f9cfc7d9d95557d1091fcd2ea50cc50b6d5a5 network default NAD default], result "{\"interfaces\":[{\"name\":\"4c8fc94767bb8d2\",\"mac\":\"e6:c5:d8:9f:c4:91\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:31\",\"sandbox\":\"/var/run/netns/cbe05281-7ca8-41c2-a5ae-31f0f20daf77\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.49/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0702 22:45:43.657492 3306 pod.go:62] [tssc-tas/trillian-logsigner-565845588-hg28t] pod update took 29.69064ms I0702 22:45:43.657559 3306 base_network_controller_pods.go:921] [default/tssc-tas/trillian-logsigner-565845588-hg28t] addLogicalPort annotation time took 29.763597ms I0702 22:45:43.659094 3306 pods.go:252] [tssc-tas/trillian-logsigner-565845588-hg28t] addLogicalPort took 31.447597ms, libovsdb time 1.069339ms I0702 22:45:43.689992 3306 cni.go:312] [tssc-tas/fulcio-server-74c7cc64b5-98vmp b26cde4f770c51e822a95ebc9e3e62511fe736282265e90d2c5273fef15fadab network default NAD default] ADD starting CNI request [tssc-tas/fulcio-server-74c7cc64b5-98vmp b26cde4f770c51e822a95ebc9e3e62511fe736282265e90d2c5273fef15fadab network default NAD default] I0702 22:45:43.697530 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 56 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 22:45:43.697561 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 56 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0702 22:45:43.699506 3306 helper_linux.go:442] ConfigureOVS: namespace: tssc-tas, podName: fulcio-server-74c7cc64b5-98vmp, hostIfaceName: b26cde4f770c51e, network: default, NAD default, SandboxID: "b26cde4f770c51e822a95ebc9e3e62511fe736282265e90d2c5273fef15fadab", PCI device ID: , UID: "0ca1dd02-78b9-4c26-bda2-055088ed6a87", MAC: 0a:58:0a:80:00:32, IPs: [10.128.0.50/23] I0702 22:45:43.752698 3306 cni.go:333] [tssc-tas/fulcio-server-74c7cc64b5-98vmp b26cde4f770c51e822a95ebc9e3e62511fe736282265e90d2c5273fef15fadab network default NAD default] ADD finished CNI request [tssc-tas/fulcio-server-74c7cc64b5-98vmp b26cde4f770c51e822a95ebc9e3e62511fe736282265e90d2c5273fef15fadab network default NAD default], result "{\"interfaces\":[{\"name\":\"b26cde4f770c51e\",\"mac\":\"1a:fb:9a:68:f6:e6\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:32\",\"sandbox\":\"/var/run/netns/70dc39ce-3c67-4550-b5c7-17e17edd21d4\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.50/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0702 22:45:43.767103 3306 base_network_controller_pods.go:477] [default/tssc-tas/rekor-createtree-job-jr8nt-d4jh8] creating logical port tssc-tas_rekor-createtree-job-jr8nt-d4jh8 for pod on switch ip-10-0-0-31.ec2.internal I0702 22:45:43.767284 3306 kube.go:317] Updating pod tssc-tas/rekor-createtree-job-jr8nt-d4jh8 I0702 22:45:43.792204 3306 pod.go:62] [tssc-tas/rekor-createtree-job-jr8nt-d4jh8] pod update took 24.955378ms I0702 22:45:43.792234 3306 base_network_controller_pods.go:921] [default/tssc-tas/rekor-createtree-job-jr8nt-d4jh8] addLogicalPort annotation time took 24.991614ms I0702 22:45:43.794067 3306 pods.go:252] [tssc-tas/rekor-createtree-job-jr8nt-d4jh8] addLogicalPort took 26.995289ms, libovsdb time 1.16891ms I0702 22:45:44.071088 3306 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0702 22:45:44.071177 3306 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0702 22:45:44.156564 3306 cni.go:312] [tssc-tas/rekor-createtree-job-jr8nt-d4jh8 c6e49faf7971cca8e00ae328c159bde1dd3c50b4670c3f101c36f8a7d2aed790 network default NAD default] ADD starting CNI request [tssc-tas/rekor-createtree-job-jr8nt-d4jh8 c6e49faf7971cca8e00ae328c159bde1dd3c50b4670c3f101c36f8a7d2aed790 network default NAD default] I0702 22:45:44.160732 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 57 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 22:45:44.160880 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 57 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0702 22:45:44.168303 3306 helper_linux.go:442] ConfigureOVS: namespace: tssc-tas, podName: rekor-createtree-job-jr8nt-d4jh8, hostIfaceName: c6e49faf7971cca, network: default, NAD default, SandboxID: "c6e49faf7971cca8e00ae328c159bde1dd3c50b4670c3f101c36f8a7d2aed790", PCI device ID: , UID: "0c7412e0-e845-4b0b-852c-b903e378e1e9", MAC: 0a:58:0a:80:00:35, IPs: [10.128.0.53/23] I0702 22:45:44.221756 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 53 Dst: fe80::8cec:ff:fe97:b9a3/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 22:45:44.232308 3306 cni.go:333] [tssc-tas/rekor-createtree-job-jr8nt-d4jh8 c6e49faf7971cca8e00ae328c159bde1dd3c50b4670c3f101c36f8a7d2aed790 network default NAD default] ADD finished CNI request [tssc-tas/rekor-createtree-job-jr8nt-d4jh8 c6e49faf7971cca8e00ae328c159bde1dd3c50b4670c3f101c36f8a7d2aed790 network default NAD default], result "{\"interfaces\":[{\"name\":\"c6e49faf7971cca\",\"mac\":\"36:d7:3d:a4:47:96\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:35\",\"sandbox\":\"/var/run/netns/b8b63b08-c720-4e9d-b7eb-7d189d575bfe\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.53/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0702 22:45:44.392760 3306 cni.go:312] [tssc-tas/trillian-logserver-76f9cd7b7c-7lh7s d416fdc1eec6f5fa60f06bc34279f585aa0f434232117939e80c982fdf899e8d network default NAD default] ADD starting CNI request [tssc-tas/trillian-logserver-76f9cd7b7c-7lh7s d416fdc1eec6f5fa60f06bc34279f585aa0f434232117939e80c982fdf899e8d network default NAD default] I0702 22:45:44.396601 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 58 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 22:45:44.396640 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 58 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0702 22:45:44.404837 3306 helper_linux.go:442] ConfigureOVS: namespace: tssc-tas, podName: trillian-logserver-76f9cd7b7c-7lh7s, hostIfaceName: d416fdc1eec6f5f, network: default, NAD default, SandboxID: "d416fdc1eec6f5fa60f06bc34279f585aa0f434232117939e80c982fdf899e8d", PCI device ID: , UID: "4d88a763-3fc5-42f3-a7a3-8eabc0b2cc93", MAC: 0a:58:0a:80:00:33, IPs: [10.128.0.51/23] I0702 22:45:44.474962 3306 cni.go:333] [tssc-tas/trillian-logserver-76f9cd7b7c-7lh7s d416fdc1eec6f5fa60f06bc34279f585aa0f434232117939e80c982fdf899e8d network default NAD default] ADD finished CNI request [tssc-tas/trillian-logserver-76f9cd7b7c-7lh7s d416fdc1eec6f5fa60f06bc34279f585aa0f434232117939e80c982fdf899e8d network default NAD default], result "{\"interfaces\":[{\"name\":\"d416fdc1eec6f5f\",\"mac\":\"e2:b3:3a:e2:cf:3a\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:33\",\"sandbox\":\"/var/run/netns/b94eedff-9171-4eb7-b2c5-0d0b1168bc54\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.51/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0702 22:45:44.608601 3306 cni.go:312] [tssc-tas/trillian-logsigner-565845588-hg28t 2643e573339cace5e62b3fb3a33139fd195c55dc919a767c87362f9dbbee90e1 network default NAD default] ADD starting CNI request [tssc-tas/trillian-logsigner-565845588-hg28t 2643e573339cace5e62b3fb3a33139fd195c55dc919a767c87362f9dbbee90e1 network default NAD default] I0702 22:45:44.612453 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 59 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 22:45:44.612531 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 59 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0702 22:45:44.620245 3306 helper_linux.go:442] ConfigureOVS: namespace: tssc-tas, podName: trillian-logsigner-565845588-hg28t, hostIfaceName: 2643e573339cace, network: default, NAD default, SandboxID: "2643e573339cace5e62b3fb3a33139fd195c55dc919a767c87362f9dbbee90e1", PCI device ID: , UID: "dc281ebb-4fdb-4c72-8dd8-ef5baa263197", MAC: 0a:58:0a:80:00:34, IPs: [10.128.0.52/23] I0702 22:45:44.691355 3306 cni.go:333] [tssc-tas/trillian-logsigner-565845588-hg28t 2643e573339cace5e62b3fb3a33139fd195c55dc919a767c87362f9dbbee90e1 network default NAD default] ADD finished CNI request [tssc-tas/trillian-logsigner-565845588-hg28t 2643e573339cace5e62b3fb3a33139fd195c55dc919a767c87362f9dbbee90e1 network default NAD default], result "{\"interfaces\":[{\"name\":\"2643e573339cace\",\"mac\":\"62:3d:a6:b0:60:c5\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:34\",\"sandbox\":\"/var/run/netns/0b325a23-7363-45c5-8b4a-97cf014bd407\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.52/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0702 22:45:44.859121 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 54 Dst: fe80::cc31:f8ff:fec0:66bf/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 22:45:45.436211 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 55 Dst: fe80::e4c5:d8ff:fe9f:c491/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 22:45:45.691191 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 56 Dst: fe80::18fb:9aff:fe68:f6e6/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 22:45:45.756013 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 57 Dst: fe80::34d7:3dff:fea4:4796/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 22:45:45.882986 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 58 Dst: fe80::e0b3:3aff:fee2:cf3a/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 22:45:46.262435 3306 base_network_controller_pods.go:477] [default/tssc-tas/trillian-db-7b5dff4894-8llvc] creating logical port tssc-tas_trillian-db-7b5dff4894-8llvc for pod on switch ip-10-0-0-31.ec2.internal I0702 22:45:46.262607 3306 kube.go:317] Updating pod tssc-tas/trillian-db-7b5dff4894-8llvc I0702 22:45:46.276087 3306 pod.go:62] [tssc-tas/trillian-db-7b5dff4894-8llvc] pod update took 13.513665ms I0702 22:45:46.276121 3306 base_network_controller_pods.go:921] [default/tssc-tas/trillian-db-7b5dff4894-8llvc] addLogicalPort annotation time took 13.558285ms I0702 22:45:46.278115 3306 pods.go:252] [tssc-tas/trillian-db-7b5dff4894-8llvc] addLogicalPort took 15.699671ms, libovsdb time 1.213134ms I0702 22:45:46.523014 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 59 Dst: fe80::603d:a6ff:feb0:60c5/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" E0702 22:45:48.602560 3306 ovn.go:423] Failed to unmarshal old node ip-10-0-0-31.ec2.internal annotation: unexpected end of JSON input I0702 22:45:48.602596 3306 master.go:495] Adding or Updating Node "ip-10-0-0-31.ec2.internal" I0702 22:45:48.602607 3306 hybrid.go:141] Removing node ip-10-0-0-31.ec2.internal hybrid overlay port I0702 22:45:51.699492 3306 obj_retry.go:466] Detected object tssc-keycloak/tssc-iam-xh2g6 of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0702 22:45:51.700247 3306 obj_retry.go:466] Detected object tssc-keycloak/tssc-iam-xh2g6 of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0702 22:45:52.614772 3306 obj_retry.go:460] Detected object tssc-keycloak/tssc-iam-xh2g6 of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0702 22:45:52.614888 3306 obj_retry.go:460] Detected object tssc-keycloak/tssc-iam-xh2g6 of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed E0702 22:45:55.660444 3306 ovn.go:423] Failed to unmarshal old node ip-10-0-0-31.ec2.internal annotation: unexpected end of JSON input I0702 22:45:55.660475 3306 master.go:495] Adding or Updating Node "ip-10-0-0-31.ec2.internal" I0702 22:45:55.660485 3306 hybrid.go:141] Removing node ip-10-0-0-31.ec2.internal hybrid overlay port I0702 22:45:56.045561 3306 reflector.go:871] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Service total 158 items received I0702 22:45:59.098441 3306 cni.go:312] [tssc-tas/trillian-db-7b5dff4894-8llvc e5441b53d5ef70f32879722bb0f511ee4e5ff197dd8a3e3e3111e4c9d3750b87 network default NAD default] ADD starting CNI request [tssc-tas/trillian-db-7b5dff4894-8llvc e5441b53d5ef70f32879722bb0f511ee4e5ff197dd8a3e3e3111e4c9d3750b87 network default NAD default] I0702 22:45:59.101632 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 60 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 22:45:59.101710 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 60 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0702 22:45:59.109454 3306 helper_linux.go:442] ConfigureOVS: namespace: tssc-tas, podName: trillian-db-7b5dff4894-8llvc, hostIfaceName: e5441b53d5ef70f, network: default, NAD default, SandboxID: "e5441b53d5ef70f32879722bb0f511ee4e5ff197dd8a3e3e3111e4c9d3750b87", PCI device ID: , UID: "6717a927-15d7-43c7-89b4-e8558b78caa5", MAC: 0a:58:0a:80:00:36, IPs: [10.128.0.54/23] I0702 22:45:59.178048 3306 cni.go:333] [tssc-tas/trillian-db-7b5dff4894-8llvc e5441b53d5ef70f32879722bb0f511ee4e5ff197dd8a3e3e3111e4c9d3750b87 network default NAD default] ADD finished CNI request [tssc-tas/trillian-db-7b5dff4894-8llvc e5441b53d5ef70f32879722bb0f511ee4e5ff197dd8a3e3e3111e4c9d3750b87 network default NAD default], result "{\"interfaces\":[{\"name\":\"e5441b53d5ef70f\",\"mac\":\"c2:6f:d0:30:c0:63\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:36\",\"sandbox\":\"/var/run/netns/d33a6d08-3bef-40ef-9aea-3b058e2d0957\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.54/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0702 22:46:00.156854 3306 reflector.go:871] sigs.k8s.io/network-policy-api/pkg/client/informers/externalversions/factory.go:141: Watch close - *v1alpha1.AdminNetworkPolicy total 0 items received I0702 22:46:00.730990 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 60 Dst: fe80::c06f:d0ff:fe30:c063/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 22:46:02.922111 3306 cni.go:312] [tssc-tas/segment-backup-installation-tjfcb-btgf4 2b3e74de14c4578877318ee91180a63c239079b754094b733afa3918382c46be network default NAD default] DEL starting CNI request [tssc-tas/segment-backup-installation-tjfcb-btgf4 2b3e74de14c4578877318ee91180a63c239079b754094b733afa3918382c46be network default NAD default] I0702 22:46:03.017478 3306 cni.go:333] [tssc-tas/segment-backup-installation-tjfcb-btgf4 2b3e74de14c4578877318ee91180a63c239079b754094b733afa3918382c46be network default NAD default] DEL finished CNI request [tssc-tas/segment-backup-installation-tjfcb-btgf4 2b3e74de14c4578877318ee91180a63c239079b754094b733afa3918382c46be network default NAD default], result "{\"dns\":{}}", err I0702 22:46:03.458205 3306 obj_retry.go:466] Detected object tssc-tas/segment-backup-installation-tjfcb-btgf4 of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0702 22:46:03.458309 3306 pods.go:174] Deleting pod: tssc-tas/segment-backup-installation-tjfcb-btgf4 I0702 22:46:03.459849 3306 pods.go:217] Attempting to release IPs for pod: tssc-tas/segment-backup-installation-tjfcb-btgf4, ips: 10.128.0.48 I0702 22:46:03.459883 3306 obj_retry.go:466] Detected object tssc-tas/segment-backup-installation-tjfcb-btgf4 of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0702 22:46:04.480606 3306 obj_retry.go:460] Detected object tssc-tas/segment-backup-installation-tjfcb-btgf4 of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0702 22:46:04.480661 3306 obj_retry.go:460] Detected object tssc-tas/segment-backup-installation-tjfcb-btgf4 of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed E0702 22:46:05.982412 3306 ovn.go:423] Failed to unmarshal old node ip-10-0-0-31.ec2.internal annotation: unexpected end of JSON input I0702 22:46:05.982439 3306 master.go:495] Adding or Updating Node "ip-10-0-0-31.ec2.internal" I0702 22:46:05.982447 3306 hybrid.go:141] Removing node ip-10-0-0-31.ec2.internal hybrid overlay port I0702 22:46:06.361403 3306 reflector.go:871] github.com/k8snetworkplumbingwg/network-attachment-definition-client/pkg/client/informers/externalversions/factory.go:117: Watch close - *v1.NetworkAttachmentDefinition total 0 items received I0702 22:46:14.086421 3306 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0702 22:46:14.086484 3306 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0702 22:46:36.043452 3306 cni.go:312] [tssc-tas/test-tssc-tas d4865ba7bac750ce262ba4dd8b66b3d45f43538457878ecba0125192cdb75633 network default NAD default] DEL starting CNI request [tssc-tas/test-tssc-tas d4865ba7bac750ce262ba4dd8b66b3d45f43538457878ecba0125192cdb75633 network default NAD default] I0702 22:46:36.112433 3306 cni.go:333] [tssc-tas/test-tssc-tas d4865ba7bac750ce262ba4dd8b66b3d45f43538457878ecba0125192cdb75633 network default NAD default] DEL finished CNI request [tssc-tas/test-tssc-tas d4865ba7bac750ce262ba4dd8b66b3d45f43538457878ecba0125192cdb75633 network default NAD default], result "{\"dns\":{}}", err I0702 22:46:36.175013 3306 obj_retry.go:466] Detected object tssc-tas/test-tssc-tas of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0702 22:46:36.175042 3306 pods.go:174] Deleting pod: tssc-tas/test-tssc-tas I0702 22:46:36.176557 3306 pods.go:217] Attempting to release IPs for pod: tssc-tas/test-tssc-tas, ips: 10.128.0.47 I0702 22:46:36.176587 3306 obj_retry.go:466] Detected object tssc-tas/test-tssc-tas of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0702 22:46:36.216104 3306 obj_retry.go:460] 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 I0702 22:46:36.216204 3306 obj_retry.go:460] 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 I0702 22:46:36.222058 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-tas/test-tssc-tas I0702 22:46:36.222155 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod tssc-tas/test-tssc-tas I0702 22:46:36.859214 3306 base_network_controller_pods.go:477] [default/tssc/test-tssc-pipelines-config] creating logical port tssc_test-tssc-pipelines-config for pod on switch ip-10-0-0-31.ec2.internal I0702 22:46:36.859343 3306 kube.go:317] Updating pod tssc/test-tssc-pipelines-config I0702 22:46:36.872930 3306 pod.go:62] [tssc/test-tssc-pipelines-config] pod update took 13.605996ms I0702 22:46:36.873016 3306 base_network_controller_pods.go:921] [default/tssc/test-tssc-pipelines-config] addLogicalPort annotation time took 13.69904ms I0702 22:46:36.874453 3306 pods.go:252] [tssc/test-tssc-pipelines-config] addLogicalPort took 15.27002ms, libovsdb time 937.619µs I0702 22:46:37.220956 3306 cni.go:312] [tssc/test-tssc-pipelines-config 9627a82d2bd5aadcba6f6540cb1c0d9b0362328c00e522deaa614c46e06160af network default NAD default] ADD starting CNI request [tssc/test-tssc-pipelines-config 9627a82d2bd5aadcba6f6540cb1c0d9b0362328c00e522deaa614c46e06160af network default NAD default] I0702 22:46:37.223469 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 61 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 22:46:37.223566 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 61 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0702 22:46:37.229025 3306 helper_linux.go:442] ConfigureOVS: namespace: tssc, podName: test-tssc-pipelines-config, hostIfaceName: 9627a82d2bd5aad, network: default, NAD default, SandboxID: "9627a82d2bd5aadcba6f6540cb1c0d9b0362328c00e522deaa614c46e06160af", PCI device ID: , UID: "985df7d1-015b-48e2-9571-db758472ea37", MAC: 0a:58:0a:80:00:37, IPs: [10.128.0.55/23] I0702 22:46:37.325057 3306 namespace.go:92] [openshift-pipelines] adding namespace I0702 22:46:37.326008 3306 namespace.go:96] [openshift-pipelines] adding namespace took 929.54µs I0702 22:46:37.366416 3306 namespace.go:136] [openshift-pipelines] updating namespace I0702 22:46:37.483886 3306 cni.go:333] [tssc/test-tssc-pipelines-config 9627a82d2bd5aadcba6f6540cb1c0d9b0362328c00e522deaa614c46e06160af network default NAD default] ADD finished CNI request [tssc/test-tssc-pipelines-config 9627a82d2bd5aadcba6f6540cb1c0d9b0362328c00e522deaa614c46e06160af network default NAD default], result "{\"interfaces\":[{\"name\":\"9627a82d2bd5aad\",\"mac\":\"52:3f:c1:b5:01:af\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:37\",\"sandbox\":\"/var/run/netns/863ef392-40da-4aba-bed0-a66dc3211479\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.55/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0702 22:46:38.212737 3306 namespace.go:136] [null] updating namespace I0702 22:46:38.413406 3306 namespace.go:136] [open-cluster-management-2ra9b3d23jisg1nirlsuo1aqo4gngmda] updating namespace I0702 22:46:38.427080 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 61 Dst: fe80::503f:c1ff:feb5:1af/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 22:46:38.826105 3306 namespace.go:136] [rhbk-operator] updating namespace I0702 22:46:39.028547 3306 namespace.go:136] [rhtpa-operator] updating namespace I0702 22:46:39.222588 3306 namespace.go:136] [trusted-artifact-signer] updating namespace I0702 22:46:39.423261 3306 namespace.go:136] [tssc] updating namespace I0702 22:46:39.620773 3306 namespace.go:136] [tssc-dh] updating namespace I0702 22:46:39.821041 3306 namespace.go:136] [tssc-gitops] updating namespace I0702 22:46:40.022884 3306 namespace.go:136] [tssc-keycloak] updating namespace I0702 22:46:40.223547 3306 namespace.go:136] [tssc-tas] updating namespace I0702 22:46:40.426498 3306 namespace.go:136] [tssc-tpa] updating namespace I0702 22:46:40.546890 3306 namespace.go:136] [default] updating namespace I0702 22:46:40.554890 3306 namespace.go:136] [null] updating namespace I0702 22:46:40.562058 3306 namespace.go:136] [open-cluster-management-2ra9b3d23jisg1nirlsuo1aqo4gngmda] updating namespace I0702 22:46:40.570954 3306 namespace.go:136] [openshift] updating namespace I0702 22:46:40.578897 3306 namespace.go:136] [rhbk-operator] updating namespace I0702 22:46:40.587295 3306 namespace.go:136] [rhtpa-operator] updating namespace I0702 22:46:40.594526 3306 namespace.go:136] [trusted-artifact-signer] updating namespace I0702 22:46:40.604846 3306 namespace.go:136] [tssc] updating namespace I0702 22:46:40.614429 3306 namespace.go:136] [tssc-dh] updating namespace I0702 22:46:40.625447 3306 namespace.go:136] [tssc-gitops] updating namespace I0702 22:46:40.642355 3306 namespace.go:136] [tssc-keycloak] updating namespace I0702 22:46:40.662424 3306 namespace.go:136] [tssc-tas] updating namespace I0702 22:46:40.684401 3306 namespace.go:136] [tssc-tpa] updating namespace I0702 22:46:40.782711 3306 namespace.go:136] [default] updating namespace I0702 22:46:40.883065 3306 namespace.go:136] [null] updating namespace I0702 22:46:41.004292 3306 namespace.go:136] [open-cluster-management-2ra9b3d23jisg1nirlsuo1aqo4gngmda] updating namespace I0702 22:46:41.082390 3306 namespace.go:136] [openshift] updating namespace I0702 22:46:41.182330 3306 namespace.go:136] [rhbk-operator] updating namespace I0702 22:46:41.283778 3306 namespace.go:136] [rhtpa-operator] updating namespace I0702 22:46:41.382583 3306 namespace.go:136] [trusted-artifact-signer] updating namespace I0702 22:46:41.481476 3306 namespace.go:136] [tssc] updating namespace I0702 22:46:41.582672 3306 namespace.go:136] [tssc-dh] updating namespace I0702 22:46:41.683181 3306 namespace.go:136] [tssc-gitops] updating namespace I0702 22:46:41.783049 3306 namespace.go:136] [tssc-keycloak] updating namespace I0702 22:46:41.881435 3306 namespace.go:136] [tssc-tas] updating namespace I0702 22:46:41.982672 3306 namespace.go:136] [tssc-tpa] updating namespace I0702 22:46:42.243407 3306 namespace.go:136] [openshift-pipelines] updating namespace I0702 22:46:44.105074 3306 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0702 22:46:44.105133 3306 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0702 22:46:51.281961 3306 base_network_controller_pods.go:477] [default/openshift-pipelines/tekton-pipelines-webhook-77f9b59d76-qnkpc] creating logical port openshift-pipelines_tekton-pipelines-webhook-77f9b59d76-qnkpc for pod on switch ip-10-0-0-31.ec2.internal I0702 22:46:51.282122 3306 kube.go:317] Updating pod openshift-pipelines/tekton-pipelines-webhook-77f9b59d76-qnkpc I0702 22:46:51.300726 3306 pod.go:62] [openshift-pipelines/tekton-pipelines-webhook-77f9b59d76-qnkpc] pod update took 18.644234ms I0702 22:46:51.300810 3306 base_network_controller_pods.go:921] [default/openshift-pipelines/tekton-pipelines-webhook-77f9b59d76-qnkpc] addLogicalPort annotation time took 18.735832ms I0702 22:46:51.302021 3306 pods.go:252] [openshift-pipelines/tekton-pipelines-webhook-77f9b59d76-qnkpc] addLogicalPort took 20.089517ms, libovsdb time 768.777µs I0702 22:46:51.636472 3306 cni.go:312] [openshift-pipelines/tekton-pipelines-webhook-77f9b59d76-qnkpc 198c0b81909fa6b5516c33b7669b3866c937179434d0e4cb591558e59aeae3fc network default NAD default] ADD starting CNI request [openshift-pipelines/tekton-pipelines-webhook-77f9b59d76-qnkpc 198c0b81909fa6b5516c33b7669b3866c937179434d0e4cb591558e59aeae3fc network default NAD default] I0702 22:46:51.638142 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 62 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 22:46:51.638166 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 62 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0702 22:46:51.646367 3306 helper_linux.go:442] ConfigureOVS: namespace: openshift-pipelines, podName: tekton-pipelines-webhook-77f9b59d76-qnkpc, hostIfaceName: 198c0b81909fa6b, network: default, NAD default, SandboxID: "198c0b81909fa6b5516c33b7669b3866c937179434d0e4cb591558e59aeae3fc", PCI device ID: , UID: "ca6cf229-6dd6-4fa7-90f8-f55bfcf690cc", MAC: 0a:58:0a:80:00:38, IPs: [10.128.0.56/23] I0702 22:46:51.695754 3306 cni.go:333] [openshift-pipelines/tekton-pipelines-webhook-77f9b59d76-qnkpc 198c0b81909fa6b5516c33b7669b3866c937179434d0e4cb591558e59aeae3fc network default NAD default] ADD finished CNI request [openshift-pipelines/tekton-pipelines-webhook-77f9b59d76-qnkpc 198c0b81909fa6b5516c33b7669b3866c937179434d0e4cb591558e59aeae3fc network default NAD default], result "{\"interfaces\":[{\"name\":\"198c0b81909fa6b\",\"mac\":\"a6:9f:a4:e5:e8:4c\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:38\",\"sandbox\":\"/var/run/netns/e28e5171-2a70-47d8-a2c8-ebb7936f207f\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.56/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0702 22:46:52.891046 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 62 Dst: fe80::a49f:a4ff:fee5:e84c/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 22:46:53.048630 3306 reflector.go:871] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Pod total 1072 items received E0702 22:46:59.017780 3306 metrics.go:176] Failed to get the logfile size for .: stat : no such file or directory E0702 22:46:59.985853 3306 metrics.go:176] Failed to get the logfile size for .: stat : no such file or directory I0702 22:47:00.145108 3306 cni.go:312] [tssc-tas/rekor-createtree-job-jr8nt-d4jh8 c6e49faf7971cca8e00ae328c159bde1dd3c50b4670c3f101c36f8a7d2aed790 network default NAD default] DEL starting CNI request [tssc-tas/rekor-createtree-job-jr8nt-d4jh8 c6e49faf7971cca8e00ae328c159bde1dd3c50b4670c3f101c36f8a7d2aed790 network default NAD default] I0702 22:47:00.219390 3306 cni.go:333] [tssc-tas/rekor-createtree-job-jr8nt-d4jh8 c6e49faf7971cca8e00ae328c159bde1dd3c50b4670c3f101c36f8a7d2aed790 network default NAD default] DEL finished CNI request [tssc-tas/rekor-createtree-job-jr8nt-d4jh8 c6e49faf7971cca8e00ae328c159bde1dd3c50b4670c3f101c36f8a7d2aed790 network default NAD default], result "{\"dns\":{}}", err I0702 22:47:00.269327 3306 obj_retry.go:466] Detected object tssc-tas/rekor-createtree-job-jr8nt-d4jh8 of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0702 22:47:00.269381 3306 pods.go:174] Deleting pod: tssc-tas/rekor-createtree-job-jr8nt-d4jh8 I0702 22:47:00.271099 3306 pods.go:217] Attempting to release IPs for pod: tssc-tas/rekor-createtree-job-jr8nt-d4jh8, ips: 10.128.0.53 I0702 22:47:00.271137 3306 obj_retry.go:466] Detected object tssc-tas/rekor-createtree-job-jr8nt-d4jh8 of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0702 22:47:01.159261 3306 obj_retry.go:460] Detected object tssc-tas/rekor-createtree-job-jr8nt-d4jh8 of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0702 22:47:01.159288 3306 obj_retry.go:460] Detected object tssc-tas/rekor-createtree-job-jr8nt-d4jh8 of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0702 22:47:04.166539 3306 cni.go:312] [tssc-tas/ctlog-createtree-job-w5nm9-685gv 4c8fc94767bb8d2dc6e5eff5900f9cfc7d9d95557d1091fcd2ea50cc50b6d5a5 network default NAD default] DEL starting CNI request [tssc-tas/ctlog-createtree-job-w5nm9-685gv 4c8fc94767bb8d2dc6e5eff5900f9cfc7d9d95557d1091fcd2ea50cc50b6d5a5 network default NAD default] I0702 22:47:04.246559 3306 cni.go:333] [tssc-tas/ctlog-createtree-job-w5nm9-685gv 4c8fc94767bb8d2dc6e5eff5900f9cfc7d9d95557d1091fcd2ea50cc50b6d5a5 network default NAD default] DEL finished CNI request [tssc-tas/ctlog-createtree-job-w5nm9-685gv 4c8fc94767bb8d2dc6e5eff5900f9cfc7d9d95557d1091fcd2ea50cc50b6d5a5 network default NAD default], result "{\"dns\":{}}", err I0702 22:47:04.295710 3306 obj_retry.go:466] Detected object tssc-tas/ctlog-createtree-job-w5nm9-685gv of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0702 22:47:04.295838 3306 pods.go:174] Deleting pod: tssc-tas/ctlog-createtree-job-w5nm9-685gv I0702 22:47:04.297346 3306 pods.go:217] Attempting to release IPs for pod: tssc-tas/ctlog-createtree-job-w5nm9-685gv, ips: 10.128.0.49 I0702 22:47:04.297377 3306 obj_retry.go:466] Detected object tssc-tas/ctlog-createtree-job-w5nm9-685gv of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0702 22:47:05.144738 3306 base_network_controller_pods.go:477] [default/tssc-tas/rekor-redis-7bdf69564d-xkbl5] creating logical port tssc-tas_rekor-redis-7bdf69564d-xkbl5 for pod on switch ip-10-0-0-31.ec2.internal I0702 22:47:05.144885 3306 kube.go:317] Updating pod tssc-tas/rekor-redis-7bdf69564d-xkbl5 I0702 22:47:05.166798 3306 pod.go:62] [tssc-tas/rekor-redis-7bdf69564d-xkbl5] pod update took 21.981723ms I0702 22:47:05.166852 3306 base_network_controller_pods.go:921] [default/tssc-tas/rekor-redis-7bdf69564d-xkbl5] addLogicalPort annotation time took 22.038691ms I0702 22:47:05.168282 3306 pods.go:252] [tssc-tas/rekor-redis-7bdf69564d-xkbl5] addLogicalPort took 23.564917ms, libovsdb time 889.742µs I0702 22:47:05.204087 3306 obj_retry.go:460] Detected object tssc-tas/ctlog-createtree-job-w5nm9-685gv of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0702 22:47:05.204158 3306 obj_retry.go:460] Detected object tssc-tas/ctlog-createtree-job-w5nm9-685gv of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0702 22:47:05.322561 3306 base_network_controller_pods.go:477] [default/tssc-tas/rekor-search-ui-85c4876f8b-l2w78] creating logical port tssc-tas_rekor-search-ui-85c4876f8b-l2w78 for pod on switch ip-10-0-0-31.ec2.internal I0702 22:47:05.322698 3306 kube.go:317] Updating pod tssc-tas/rekor-search-ui-85c4876f8b-l2w78 I0702 22:47:05.341225 3306 pod.go:62] [tssc-tas/rekor-search-ui-85c4876f8b-l2w78] pod update took 18.548487ms I0702 22:47:05.341285 3306 base_network_controller_pods.go:921] [default/tssc-tas/rekor-search-ui-85c4876f8b-l2w78] addLogicalPort annotation time took 18.615083ms I0702 22:47:05.342840 3306 pods.go:252] [tssc-tas/rekor-search-ui-85c4876f8b-l2w78] addLogicalPort took 20.30673ms, libovsdb time 871.213µs I0702 22:47:05.687619 3306 cni.go:312] [tssc-tas/rekor-search-ui-85c4876f8b-l2w78 68f5a290fcba9d72ca30c8bb48731aad1ce91a66531ee929e8b9fddcec9ffd63 network default NAD default] ADD starting CNI request [tssc-tas/rekor-search-ui-85c4876f8b-l2w78 68f5a290fcba9d72ca30c8bb48731aad1ce91a66531ee929e8b9fddcec9ffd63 network default NAD default] I0702 22:47:05.689482 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 63 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 22:47:05.689564 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 63 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0702 22:47:05.698519 3306 helper_linux.go:442] ConfigureOVS: namespace: tssc-tas, podName: rekor-search-ui-85c4876f8b-l2w78, hostIfaceName: 68f5a290fcba9d7, network: default, NAD default, SandboxID: "68f5a290fcba9d72ca30c8bb48731aad1ce91a66531ee929e8b9fddcec9ffd63", PCI device ID: , UID: "c348217d-8276-40d2-a5e8-c5f9f57cf887", MAC: 0a:58:0a:80:00:3a, IPs: [10.128.0.58/23] I0702 22:47:05.748891 3306 cni.go:333] [tssc-tas/rekor-search-ui-85c4876f8b-l2w78 68f5a290fcba9d72ca30c8bb48731aad1ce91a66531ee929e8b9fddcec9ffd63 network default NAD default] ADD finished CNI request [tssc-tas/rekor-search-ui-85c4876f8b-l2w78 68f5a290fcba9d72ca30c8bb48731aad1ce91a66531ee929e8b9fddcec9ffd63 network default NAD default], result "{\"interfaces\":[{\"name\":\"68f5a290fcba9d7\",\"mac\":\"52:e9:06:39:db:ee\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:3a\",\"sandbox\":\"/var/run/netns/11bbf55f-385f-47f3-920f-57e5348423dc\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.58/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0702 22:47:06.104592 3306 cni.go:312] [tssc-tas/rekor-redis-7bdf69564d-xkbl5 142bdf51ad4d0955f58729504d3a3ccbe2a83c606b9512b5c0e7acc1b65abe41 network default NAD default] ADD starting CNI request [tssc-tas/rekor-redis-7bdf69564d-xkbl5 142bdf51ad4d0955f58729504d3a3ccbe2a83c606b9512b5c0e7acc1b65abe41 network default NAD default] I0702 22:47:06.107730 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 64 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 22:47:06.107762 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 64 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0702 22:47:06.115349 3306 helper_linux.go:442] ConfigureOVS: namespace: tssc-tas, podName: rekor-redis-7bdf69564d-xkbl5, hostIfaceName: 142bdf51ad4d095, network: default, NAD default, SandboxID: "142bdf51ad4d0955f58729504d3a3ccbe2a83c606b9512b5c0e7acc1b65abe41", PCI device ID: , UID: "8f732fb0-1cf7-45b7-9d0d-7124dfb82935", MAC: 0a:58:0a:80:00:39, IPs: [10.128.0.57/23] I0702 22:47:06.164260 3306 cni.go:333] [tssc-tas/rekor-redis-7bdf69564d-xkbl5 142bdf51ad4d0955f58729504d3a3ccbe2a83c606b9512b5c0e7acc1b65abe41 network default NAD default] ADD finished CNI request [tssc-tas/rekor-redis-7bdf69564d-xkbl5 142bdf51ad4d0955f58729504d3a3ccbe2a83c606b9512b5c0e7acc1b65abe41 network default NAD default], result "{\"interfaces\":[{\"name\":\"142bdf51ad4d095\",\"mac\":\"d2:ae:1a:be:2c:a3\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:39\",\"sandbox\":\"/var/run/netns/26b76b53-5103-49b4-8a97-23ff52f54c59\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.57/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0702 22:47:07.739009 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 63 Dst: fe80::50e9:6ff:fe39:dbee/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 22:47:07.904774 3306 base_network_controller_pods.go:477] [default/tssc-tas/rekor-server-684cf94497-qg9pr] creating logical port tssc-tas_rekor-server-684cf94497-qg9pr for pod on switch ip-10-0-0-31.ec2.internal I0702 22:47:07.904933 3306 kube.go:317] Updating pod tssc-tas/rekor-server-684cf94497-qg9pr I0702 22:47:07.919019 3306 pod.go:62] [tssc-tas/rekor-server-684cf94497-qg9pr] pod update took 14.122305ms I0702 22:47:07.919114 3306 base_network_controller_pods.go:921] [default/tssc-tas/rekor-server-684cf94497-qg9pr] addLogicalPort annotation time took 14.217475ms I0702 22:47:07.920888 3306 pods.go:252] [tssc-tas/rekor-server-684cf94497-qg9pr] addLogicalPort took 16.14948ms, libovsdb time 1.114477ms I0702 22:47:07.995063 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 64 Dst: fe80::d0ae:1aff:febe:2ca3/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" E0702 22:47:10.287472 3306 ovn.go:423] Failed to unmarshal old node ip-10-0-0-31.ec2.internal annotation: unexpected end of JSON input I0702 22:47:10.287559 3306 master.go:495] Adding or Updating Node "ip-10-0-0-31.ec2.internal" I0702 22:47:10.287570 3306 hybrid.go:141] Removing node ip-10-0-0-31.ec2.internal hybrid overlay port I0702 22:47:14.123743 3306 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0702 22:47:14.123804 3306 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} E0702 22:47:17.964769 3306 ovn.go:423] Failed to unmarshal old node ip-10-0-0-31.ec2.internal annotation: unexpected end of JSON input I0702 22:47:17.964901 3306 master.go:495] Adding or Updating Node "ip-10-0-0-31.ec2.internal" I0702 22:47:17.964937 3306 hybrid.go:141] Removing node ip-10-0-0-31.ec2.internal hybrid overlay port I0702 22:47:18.464660 3306 cni.go:312] [tssc-tas/rekor-server-684cf94497-qg9pr 80149d47cddb251487e6a645a20feaadc8d68d3fd9622eb06465b087598695b3 network default NAD default] ADD starting CNI request [tssc-tas/rekor-server-684cf94497-qg9pr 80149d47cddb251487e6a645a20feaadc8d68d3fd9622eb06465b087598695b3 network default NAD default] I0702 22:47:18.466440 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 65 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 22:47:18.466467 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 65 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0702 22:47:18.473563 3306 helper_linux.go:442] ConfigureOVS: namespace: tssc-tas, podName: rekor-server-684cf94497-qg9pr, hostIfaceName: 80149d47cddb251, network: default, NAD default, SandboxID: "80149d47cddb251487e6a645a20feaadc8d68d3fd9622eb06465b087598695b3", PCI device ID: , UID: "700eeebd-7fbb-4eb9-b2bd-069bc6384095", MAC: 0a:58:0a:80:00:3b, IPs: [10.128.0.59/23] I0702 22:47:18.522161 3306 cni.go:333] [tssc-tas/rekor-server-684cf94497-qg9pr 80149d47cddb251487e6a645a20feaadc8d68d3fd9622eb06465b087598695b3 network default NAD default] ADD finished CNI request [tssc-tas/rekor-server-684cf94497-qg9pr 80149d47cddb251487e6a645a20feaadc8d68d3fd9622eb06465b087598695b3 network default NAD default], result "{\"interfaces\":[{\"name\":\"80149d47cddb251\",\"mac\":\"f6:9a:0f:6e:8a:38\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:3b\",\"sandbox\":\"/var/run/netns/ed866a19-8e6a-4ec7-8939-706596e5674f\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.59/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0702 22:47:20.155047 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 65 Dst: fe80::f49a:fff:fe6e:8a38/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 22:47:23.268627 3306 cni.go:312] [tssc/test-tssc-pipelines-config 9627a82d2bd5aadcba6f6540cb1c0d9b0362328c00e522deaa614c46e06160af network default NAD default] DEL starting CNI request [tssc/test-tssc-pipelines-config 9627a82d2bd5aadcba6f6540cb1c0d9b0362328c00e522deaa614c46e06160af network default NAD default] I0702 22:47:23.350541 3306 cni.go:333] [tssc/test-tssc-pipelines-config 9627a82d2bd5aadcba6f6540cb1c0d9b0362328c00e522deaa614c46e06160af network default NAD default] DEL finished CNI request [tssc/test-tssc-pipelines-config 9627a82d2bd5aadcba6f6540cb1c0d9b0362328c00e522deaa614c46e06160af network default NAD default], result "{\"dns\":{}}", err I0702 22:47:23.426256 3306 obj_retry.go:466] Detected object tssc/test-tssc-pipelines-config of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0702 22:47:23.426290 3306 pods.go:174] Deleting pod: tssc/test-tssc-pipelines-config I0702 22:47:23.427959 3306 pods.go:217] Attempting to release IPs for pod: tssc/test-tssc-pipelines-config, ips: 10.128.0.55 I0702 22:47:23.428000 3306 obj_retry.go:466] Detected object tssc/test-tssc-pipelines-config of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0702 22:47:23.455136 3306 obj_retry.go:460] 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 I0702 22:47:23.455172 3306 obj_retry.go:460] 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 I0702 22:47:23.469090 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc/test-tssc-pipelines-config I0702 22:47:23.469122 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod tssc/test-tssc-pipelines-config I0702 22:47:24.160595 3306 base_network_controller_pods.go:477] [default/tssc/tssc-tekton-configuration-cwcwb] creating logical port tssc_tssc-tekton-configuration-cwcwb for pod on switch ip-10-0-0-31.ec2.internal I0702 22:47:24.160719 3306 kube.go:317] Updating pod tssc/tssc-tekton-configuration-cwcwb I0702 22:47:24.184849 3306 pod.go:62] [tssc/tssc-tekton-configuration-cwcwb] pod update took 24.153824ms I0702 22:47:24.184872 3306 base_network_controller_pods.go:921] [default/tssc/tssc-tekton-configuration-cwcwb] addLogicalPort annotation time took 24.181812ms I0702 22:47:24.186144 3306 pods.go:252] [tssc/tssc-tekton-configuration-cwcwb] addLogicalPort took 25.578764ms, libovsdb time 800.869µs I0702 22:47:24.510356 3306 cni.go:312] [tssc/tssc-tekton-configuration-cwcwb 348641f56c6451679d2d27e0d9f9eb194213557cd16809abff723106375eb7f3 network default NAD default] ADD starting CNI request [tssc/tssc-tekton-configuration-cwcwb 348641f56c6451679d2d27e0d9f9eb194213557cd16809abff723106375eb7f3 network default NAD default] I0702 22:47:24.514129 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 66 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 22:47:24.514158 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 66 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0702 22:47:24.519580 3306 helper_linux.go:442] ConfigureOVS: namespace: tssc, podName: tssc-tekton-configuration-cwcwb, hostIfaceName: 348641f56c64516, network: default, NAD default, SandboxID: "348641f56c6451679d2d27e0d9f9eb194213557cd16809abff723106375eb7f3", PCI device ID: , UID: "f08af226-8c0e-476e-971e-2d5045e605c7", MAC: 0a:58:0a:80:00:3c, IPs: [10.128.0.60/23] I0702 22:47:24.573449 3306 cni.go:333] [tssc/tssc-tekton-configuration-cwcwb 348641f56c6451679d2d27e0d9f9eb194213557cd16809abff723106375eb7f3 network default NAD default] ADD finished CNI request [tssc/tssc-tekton-configuration-cwcwb 348641f56c6451679d2d27e0d9f9eb194213557cd16809abff723106375eb7f3 network default NAD default], result "{\"interfaces\":[{\"name\":\"348641f56c64516\",\"mac\":\"8e:87:e6:3a:a8:56\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:3c\",\"sandbox\":\"/var/run/netns/9c5da52a-1de5-4938-9400-80060a5023a1\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.60/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0702 22:47:26.555075 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 66 Dst: fe80::8c87:e6ff:fe3a:a856/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 22:47:27.959138 3306 base_network_controller_pods.go:477] [default/openshift-pipelines/tekton-triggers-controller-84b9d75bcf-dgqz7] creating logical port openshift-pipelines_tekton-triggers-controller-84b9d75bcf-dgqz7 for pod on switch ip-10-0-0-31.ec2.internal I0702 22:47:27.959371 3306 kube.go:317] Updating pod openshift-pipelines/tekton-triggers-controller-84b9d75bcf-dgqz7 I0702 22:47:27.978032 3306 pod.go:62] [openshift-pipelines/tekton-triggers-controller-84b9d75bcf-dgqz7] pod update took 18.699667ms I0702 22:47:27.978058 3306 base_network_controller_pods.go:921] [default/openshift-pipelines/tekton-triggers-controller-84b9d75bcf-dgqz7] addLogicalPort annotation time took 18.733967ms I0702 22:47:27.979458 3306 pods.go:252] [openshift-pipelines/tekton-triggers-controller-84b9d75bcf-dgqz7] addLogicalPort took 20.339774ms, libovsdb time 893.161µs I0702 22:47:28.348330 3306 cni.go:312] [openshift-pipelines/tekton-triggers-controller-84b9d75bcf-dgqz7 f84dfdf157ed38c27438d49d6316c9d0df41922f6f52999a67880064b708a339 network default NAD default] ADD starting CNI request [openshift-pipelines/tekton-triggers-controller-84b9d75bcf-dgqz7 f84dfdf157ed38c27438d49d6316c9d0df41922f6f52999a67880064b708a339 network default NAD default] I0702 22:47:28.353121 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 67 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 22:47:28.353209 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 67 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0702 22:47:28.359316 3306 helper_linux.go:442] ConfigureOVS: namespace: openshift-pipelines, podName: tekton-triggers-controller-84b9d75bcf-dgqz7, hostIfaceName: f84dfdf157ed38c, network: default, NAD default, SandboxID: "f84dfdf157ed38c27438d49d6316c9d0df41922f6f52999a67880064b708a339", PCI device ID: , UID: "ddee1df1-0c84-477e-ba7f-eb72c1e82591", MAC: 0a:58:0a:80:00:3d, IPs: [10.128.0.61/23] I0702 22:47:28.412174 3306 cni.go:333] [openshift-pipelines/tekton-triggers-controller-84b9d75bcf-dgqz7 f84dfdf157ed38c27438d49d6316c9d0df41922f6f52999a67880064b708a339 network default NAD default] ADD finished CNI request [openshift-pipelines/tekton-triggers-controller-84b9d75bcf-dgqz7 f84dfdf157ed38c27438d49d6316c9d0df41922f6f52999a67880064b708a339 network default NAD default], result "{\"interfaces\":[{\"name\":\"f84dfdf157ed38c\",\"mac\":\"b2:55:39:8d:5c:6c\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:3d\",\"sandbox\":\"/var/run/netns/1749a3e5-ec83-4f24-8b3b-728b28476e0e\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.61/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0702 22:47:30.202967 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 67 Dst: fe80::b055:39ff:fe8d:5c6c/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 22:47:30.311705 3306 cni.go:312] [tssc/tssc-tekton-configuration-cwcwb 348641f56c6451679d2d27e0d9f9eb194213557cd16809abff723106375eb7f3 network default NAD default] DEL starting CNI request [tssc/tssc-tekton-configuration-cwcwb 348641f56c6451679d2d27e0d9f9eb194213557cd16809abff723106375eb7f3 network default NAD default] I0702 22:47:30.397275 3306 cni.go:333] [tssc/tssc-tekton-configuration-cwcwb 348641f56c6451679d2d27e0d9f9eb194213557cd16809abff723106375eb7f3 network default NAD default] DEL finished CNI request [tssc/tssc-tekton-configuration-cwcwb 348641f56c6451679d2d27e0d9f9eb194213557cd16809abff723106375eb7f3 network default NAD default], result "{\"dns\":{}}", err I0702 22:47:30.448845 3306 obj_retry.go:466] Detected object tssc/tssc-tekton-configuration-cwcwb of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0702 22:47:30.448887 3306 pods.go:174] Deleting pod: tssc/tssc-tekton-configuration-cwcwb I0702 22:47:30.450580 3306 pods.go:217] Attempting to release IPs for pod: tssc/tssc-tekton-configuration-cwcwb, ips: 10.128.0.60 I0702 22:47:30.450619 3306 obj_retry.go:466] Detected object tssc/tssc-tekton-configuration-cwcwb of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0702 22:47:31.326522 3306 obj_retry.go:460] Detected object tssc/tssc-tekton-configuration-cwcwb of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0702 22:47:31.326624 3306 obj_retry.go:460] Detected object tssc/tssc-tekton-configuration-cwcwb of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0702 22:47:31.477289 3306 base_network_controller_pods.go:477] [default/tssc/test-tssc-pipelines] creating logical port tssc_test-tssc-pipelines for pod on switch ip-10-0-0-31.ec2.internal I0702 22:47:31.477455 3306 kube.go:317] Updating pod tssc/test-tssc-pipelines I0702 22:47:31.489469 3306 pod.go:62] [tssc/test-tssc-pipelines] pod update took 12.054467ms I0702 22:47:31.489490 3306 base_network_controller_pods.go:921] [default/tssc/test-tssc-pipelines] addLogicalPort annotation time took 12.08047ms I0702 22:47:31.490911 3306 pods.go:252] [tssc/test-tssc-pipelines] addLogicalPort took 13.639763ms, libovsdb time 904.15µs I0702 22:47:31.836086 3306 cni.go:312] [tssc/test-tssc-pipelines fab83085190a15b90e7df598bbc987037f49d0bd73991aa146fcc09f3c89e2f6 network default NAD default] ADD starting CNI request [tssc/test-tssc-pipelines fab83085190a15b90e7df598bbc987037f49d0bd73991aa146fcc09f3c89e2f6 network default NAD default] I0702 22:47:31.838529 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 68 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 22:47:31.838553 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 68 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0702 22:47:31.845170 3306 helper_linux.go:442] ConfigureOVS: namespace: tssc, podName: test-tssc-pipelines, hostIfaceName: fab83085190a15b, network: default, NAD default, SandboxID: "fab83085190a15b90e7df598bbc987037f49d0bd73991aa146fcc09f3c89e2f6", PCI device ID: , UID: "84df682d-4c77-4c90-a91d-99512dca3f5c", MAC: 0a:58:0a:80:00:3e, IPs: [10.128.0.62/23] I0702 22:47:31.894193 3306 cni.go:333] [tssc/test-tssc-pipelines fab83085190a15b90e7df598bbc987037f49d0bd73991aa146fcc09f3c89e2f6 network default NAD default] ADD finished CNI request [tssc/test-tssc-pipelines fab83085190a15b90e7df598bbc987037f49d0bd73991aa146fcc09f3c89e2f6 network default NAD default], result "{\"interfaces\":[{\"name\":\"fab83085190a15b\",\"mac\":\"ea:19:a8:d5:45:6d\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:3e\",\"sandbox\":\"/var/run/netns/5dc99c4a-0364-4fa6-ad2d-1dd45ad1ebf3\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.62/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0702 22:47:33.787075 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 68 Dst: fe80::e819:a8ff:fed5:456d/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" E0702 22:47:38.223572 3306 ovn.go:423] Failed to unmarshal old node ip-10-0-0-31.ec2.internal annotation: unexpected end of JSON input I0702 22:47:38.223604 3306 master.go:495] Adding or Updating Node "ip-10-0-0-31.ec2.internal" I0702 22:47:38.223643 3306 hybrid.go:141] Removing node ip-10-0-0-31.ec2.internal hybrid overlay port I0702 22:47:41.361803 3306 cni.go:312] [tssc/test-tssc-pipelines fab83085190a15b90e7df598bbc987037f49d0bd73991aa146fcc09f3c89e2f6 network default NAD default] DEL starting CNI request [tssc/test-tssc-pipelines fab83085190a15b90e7df598bbc987037f49d0bd73991aa146fcc09f3c89e2f6 network default NAD default] I0702 22:47:41.441761 3306 cni.go:333] [tssc/test-tssc-pipelines fab83085190a15b90e7df598bbc987037f49d0bd73991aa146fcc09f3c89e2f6 network default NAD default] DEL finished CNI request [tssc/test-tssc-pipelines fab83085190a15b90e7df598bbc987037f49d0bd73991aa146fcc09f3c89e2f6 network default NAD default], result "{\"dns\":{}}", err I0702 22:47:41.492748 3306 obj_retry.go:466] Detected object tssc/test-tssc-pipelines of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0702 22:47:41.492910 3306 pods.go:174] Deleting pod: tssc/test-tssc-pipelines I0702 22:47:41.494684 3306 pods.go:217] Attempting to release IPs for pod: tssc/test-tssc-pipelines, ips: 10.128.0.62 I0702 22:47:41.494718 3306 obj_retry.go:466] Detected object tssc/test-tssc-pipelines of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0702 22:47:41.510728 3306 obj_retry.go:460] 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 I0702 22:47:41.510751 3306 obj_retry.go:460] 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 I0702 22:47:41.517470 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc/test-tssc-pipelines I0702 22:47:41.517501 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod tssc/test-tssc-pipelines I0702 22:47:42.063643 3306 base_network_controller_pods.go:477] [default/tssc-tpa/pre-install-tssc-tpa] creating logical port tssc-tpa_pre-install-tssc-tpa for pod on switch ip-10-0-0-31.ec2.internal I0702 22:47:42.063806 3306 kube.go:317] Updating pod tssc-tpa/pre-install-tssc-tpa I0702 22:47:42.075221 3306 pod.go:62] [tssc-tpa/pre-install-tssc-tpa] pod update took 11.444144ms I0702 22:47:42.075244 3306 base_network_controller_pods.go:921] [default/tssc-tpa/pre-install-tssc-tpa] addLogicalPort annotation time took 11.480046ms I0702 22:47:42.076518 3306 pods.go:252] [tssc-tpa/pre-install-tssc-tpa] addLogicalPort took 12.955089ms, libovsdb time 826.932µs I0702 22:47:42.421027 3306 cni.go:312] [tssc-tpa/pre-install-tssc-tpa e33e61922aed90c34c96c832ee2830d5a9c011809ae3448f266a41ee09646d9d network default NAD default] ADD starting CNI request [tssc-tpa/pre-install-tssc-tpa e33e61922aed90c34c96c832ee2830d5a9c011809ae3448f266a41ee09646d9d network default NAD default] I0702 22:47:42.422948 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 69 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 22:47:42.423027 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 69 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0702 22:47:42.432227 3306 helper_linux.go:442] ConfigureOVS: namespace: tssc-tpa, podName: pre-install-tssc-tpa, hostIfaceName: e33e61922aed90c, network: default, NAD default, SandboxID: "e33e61922aed90c34c96c832ee2830d5a9c011809ae3448f266a41ee09646d9d", PCI device ID: , UID: "2b45887b-dcf0-4407-bd86-03af8848d387", MAC: 0a:58:0a:80:00:3f, IPs: [10.128.0.63/23] I0702 22:47:42.485195 3306 cni.go:333] [tssc-tpa/pre-install-tssc-tpa e33e61922aed90c34c96c832ee2830d5a9c011809ae3448f266a41ee09646d9d network default NAD default] ADD finished CNI request [tssc-tpa/pre-install-tssc-tpa e33e61922aed90c34c96c832ee2830d5a9c011809ae3448f266a41ee09646d9d network default NAD default], result "{\"interfaces\":[{\"name\":\"e33e61922aed90c\",\"mac\":\"06:46:7d:76:62:c4\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:3f\",\"sandbox\":\"/var/run/netns/1c103346-766d-467f-80e2-6cb647155677\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.63/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0702 22:47:44.146139 3306 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0702 22:47:44.146202 3306 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0702 22:47:44.155000 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 69 Dst: fe80::446:7dff:fe76:62c4/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 22:47:45.390525 3306 cni.go:312] [tssc-tpa/pre-install-tssc-tpa e33e61922aed90c34c96c832ee2830d5a9c011809ae3448f266a41ee09646d9d network default NAD default] DEL starting CNI request [tssc-tpa/pre-install-tssc-tpa e33e61922aed90c34c96c832ee2830d5a9c011809ae3448f266a41ee09646d9d network default NAD default] I0702 22:47:45.476276 3306 cni.go:333] [tssc-tpa/pre-install-tssc-tpa e33e61922aed90c34c96c832ee2830d5a9c011809ae3448f266a41ee09646d9d network default NAD default] DEL finished CNI request [tssc-tpa/pre-install-tssc-tpa e33e61922aed90c34c96c832ee2830d5a9c011809ae3448f266a41ee09646d9d network default NAD default], result "{\"dns\":{}}", err I0702 22:47:45.529901 3306 obj_retry.go:466] Detected object tssc-tpa/pre-install-tssc-tpa of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0702 22:47:45.530020 3306 pods.go:174] Deleting pod: tssc-tpa/pre-install-tssc-tpa I0702 22:47:45.531611 3306 pods.go:217] Attempting to release IPs for pod: tssc-tpa/pre-install-tssc-tpa, ips: 10.128.0.63 I0702 22:47:45.531644 3306 obj_retry.go:466] Detected object tssc-tpa/pre-install-tssc-tpa of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0702 22:47:45.551570 3306 obj_retry.go:460] 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 I0702 22:47:45.551623 3306 obj_retry.go:460] 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 I0702 22:47:45.559787 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-tpa/pre-install-tssc-tpa I0702 22:47:45.559845 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod tssc-tpa/pre-install-tssc-tpa I0702 22:47:45.774391 3306 base_network_controller_pods.go:477] [default/tssc-tpa/test-tssc-tpa] creating logical port tssc-tpa_test-tssc-tpa for pod on switch ip-10-0-0-31.ec2.internal I0702 22:47:45.774481 3306 kube.go:317] Updating pod tssc-tpa/test-tssc-tpa I0702 22:47:45.788155 3306 pod.go:62] [tssc-tpa/test-tssc-tpa] pod update took 13.696342ms I0702 22:47:45.788179 3306 base_network_controller_pods.go:921] [default/tssc-tpa/test-tssc-tpa] addLogicalPort annotation time took 13.724814ms I0702 22:47:45.789587 3306 pods.go:252] [tssc-tpa/test-tssc-tpa] addLogicalPort took 15.224661ms, libovsdb time 914.946µs I0702 22:47:46.130403 3306 cni.go:312] [tssc-tpa/test-tssc-tpa f3038196b8be07b9ec8b5ad721fc12d9751bdd7c523dbf48d24c04714568d098 network default NAD default] ADD starting CNI request [tssc-tpa/test-tssc-tpa f3038196b8be07b9ec8b5ad721fc12d9751bdd7c523dbf48d24c04714568d098 network default NAD default] I0702 22:47:46.132235 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 70 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 22:47:46.132310 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 70 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0702 22:47:46.141095 3306 helper_linux.go:442] ConfigureOVS: namespace: tssc-tpa, podName: test-tssc-tpa, hostIfaceName: f3038196b8be07b, network: default, NAD default, SandboxID: "f3038196b8be07b9ec8b5ad721fc12d9751bdd7c523dbf48d24c04714568d098", PCI device ID: , UID: "0719b94e-294a-48d5-8eed-2e8e7c1a18b7", MAC: 0a:58:0a:80:00:40, IPs: [10.128.0.64/23] I0702 22:47:46.188418 3306 cni.go:333] [tssc-tpa/test-tssc-tpa f3038196b8be07b9ec8b5ad721fc12d9751bdd7c523dbf48d24c04714568d098 network default NAD default] ADD finished CNI request [tssc-tpa/test-tssc-tpa f3038196b8be07b9ec8b5ad721fc12d9751bdd7c523dbf48d24c04714568d098 network default NAD default], result "{\"interfaces\":[{\"name\":\"f3038196b8be07b\",\"mac\":\"76:99:ed:e2:d9:2b\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:40\",\"sandbox\":\"/var/run/netns/3c228613-48de-4f6f-8364-4292b45fde1b\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.64/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0702 22:47:46.493672 3306 base_network_controller_pods.go:477] [default/tssc-tas/tuf-repository-init-vsstx-z4h2x] creating logical port tssc-tas_tuf-repository-init-vsstx-z4h2x for pod on switch ip-10-0-0-31.ec2.internal I0702 22:47:46.493757 3306 kube.go:317] Updating pod tssc-tas/tuf-repository-init-vsstx-z4h2x I0702 22:47:46.509540 3306 pod.go:62] [tssc-tas/tuf-repository-init-vsstx-z4h2x] pod update took 15.803706ms I0702 22:47:46.509567 3306 base_network_controller_pods.go:921] [default/tssc-tas/tuf-repository-init-vsstx-z4h2x] addLogicalPort annotation time took 15.834889ms I0702 22:47:46.510980 3306 pods.go:252] [tssc-tas/tuf-repository-init-vsstx-z4h2x] addLogicalPort took 17.323026ms, libovsdb time 828.289µs I0702 22:47:47.141757 3306 iptables.go:107] Creating table: nat chain: OVN-KUBE-NODEPORT I0702 22:47:47.342654 3306 base_network_controller_pods.go:477] [default/tssc-tpa/create-db-2m98w] creating logical port tssc-tpa_create-db-2m98w for pod on switch ip-10-0-0-31.ec2.internal I0702 22:47:47.342756 3306 kube.go:317] Updating pod tssc-tpa/create-db-2m98w I0702 22:47:47.350536 3306 namespace.go:136] [openshift-pipelines] updating namespace I0702 22:47:47.350551 3306 namespace.go:136] [openshift-gitops] updating namespace I0702 22:47:47.376604 3306 pod.go:62] [tssc-tpa/create-db-2m98w] pod update took 33.867006ms I0702 22:47:47.376630 3306 base_network_controller_pods.go:921] [default/tssc-tpa/create-db-2m98w] addLogicalPort annotation time took 33.89907ms I0702 22:47:47.378263 3306 pods.go:252] [tssc-tpa/create-db-2m98w] addLogicalPort took 35.634392ms, libovsdb time 950.186µs I0702 22:47:47.547003 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 70 Dst: fe80::7499:edff:fee2:d92b/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 22:47:47.641683 3306 base_network_controller_pods.go:477] [default/openshift-pipelines/tekton-results-watcher-894d59478-84gh6] creating logical port openshift-pipelines_tekton-results-watcher-894d59478-84gh6 for pod on switch ip-10-0-0-31.ec2.internal I0702 22:47:47.641791 3306 kube.go:317] Updating pod openshift-pipelines/tekton-results-watcher-894d59478-84gh6 I0702 22:47:47.673723 3306 pod.go:62] [openshift-pipelines/tekton-results-watcher-894d59478-84gh6] pod update took 31.964047ms I0702 22:47:47.673844 3306 base_network_controller_pods.go:921] [default/openshift-pipelines/tekton-results-watcher-894d59478-84gh6] addLogicalPort annotation time took 32.087775ms I0702 22:47:47.675151 3306 pods.go:252] [openshift-pipelines/tekton-results-watcher-894d59478-84gh6] addLogicalPort took 33.498959ms, libovsdb time 843.455µs I0702 22:47:47.719717 3306 cni.go:312] [tssc-tpa/create-db-2m98w 1235b80d38b444bc954d32e8e626b3092b615e82a469fc1b831883cc4bcb34df network default NAD default] ADD starting CNI request [tssc-tpa/create-db-2m98w 1235b80d38b444bc954d32e8e626b3092b615e82a469fc1b831883cc4bcb34df network default NAD default] I0702 22:47:47.722246 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 71 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 22:47:47.722322 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 71 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0702 22:47:47.727908 3306 helper_linux.go:442] ConfigureOVS: namespace: tssc-tpa, podName: create-db-2m98w, hostIfaceName: 1235b80d38b444b, network: default, NAD default, SandboxID: "1235b80d38b444bc954d32e8e626b3092b615e82a469fc1b831883cc4bcb34df", PCI device ID: , UID: "a14f2b3b-2885-42e1-a838-b1326012cb54", MAC: 0a:58:0a:80:00:42, IPs: [10.128.0.66/23] I0702 22:47:47.779564 3306 cni.go:333] [tssc-tpa/create-db-2m98w 1235b80d38b444bc954d32e8e626b3092b615e82a469fc1b831883cc4bcb34df network default NAD default] ADD finished CNI request [tssc-tpa/create-db-2m98w 1235b80d38b444bc954d32e8e626b3092b615e82a469fc1b831883cc4bcb34df network default NAD default], result "{\"interfaces\":[{\"name\":\"1235b80d38b444b\",\"mac\":\"3e:e2:a7:1c:73:40\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:42\",\"sandbox\":\"/var/run/netns/5bf6d9e6-a471-4a1f-b982-a649479d7883\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.66/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0702 22:47:47.997686 3306 cni.go:312] [openshift-pipelines/tekton-results-watcher-894d59478-84gh6 3fb5429095b869dcd3623123fccc1603ebb480198c6810abd35e853e0c021e50 network default NAD default] ADD starting CNI request [openshift-pipelines/tekton-results-watcher-894d59478-84gh6 3fb5429095b869dcd3623123fccc1603ebb480198c6810abd35e853e0c021e50 network default NAD default] I0702 22:47:47.999685 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 72 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 22:47:47.999708 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 72 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0702 22:47:48.008532 3306 helper_linux.go:442] ConfigureOVS: namespace: openshift-pipelines, podName: tekton-results-watcher-894d59478-84gh6, hostIfaceName: 3fb5429095b869d, network: default, NAD default, SandboxID: "3fb5429095b869dcd3623123fccc1603ebb480198c6810abd35e853e0c021e50", PCI device ID: , UID: "9981ab28-58fd-4019-b835-91512895c240", MAC: 0a:58:0a:80:00:43, IPs: [10.128.0.67/23] I0702 22:47:48.063260 3306 cni.go:333] [openshift-pipelines/tekton-results-watcher-894d59478-84gh6 3fb5429095b869dcd3623123fccc1603ebb480198c6810abd35e853e0c021e50 network default NAD default] ADD finished CNI request [openshift-pipelines/tekton-results-watcher-894d59478-84gh6 3fb5429095b869dcd3623123fccc1603ebb480198c6810abd35e853e0c021e50 network default NAD default], result "{\"interfaces\":[{\"name\":\"3fb5429095b869d\",\"mac\":\"ae:a6:b8:43:be:cc\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:43\",\"sandbox\":\"/var/run/netns/3d3d6b2a-4cd2-4e6d-8648-4215a166f907\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.67/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err E0702 22:47:48.549867 3306 ovn.go:423] Failed to unmarshal old node ip-10-0-0-31.ec2.internal annotation: unexpected end of JSON input I0702 22:47:48.549900 3306 master.go:495] Adding or Updating Node "ip-10-0-0-31.ec2.internal" I0702 22:47:48.549909 3306 hybrid.go:141] Removing node ip-10-0-0-31.ec2.internal hybrid overlay port I0702 22:47:49.339339 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 72 Dst: fe80::aca6:b8ff:fe43:becc/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" E0702 22:47:49.437643 3306 ovn.go:423] Failed to unmarshal old node ip-10-0-0-31.ec2.internal annotation: unexpected end of JSON input I0702 22:47:49.437675 3306 master.go:495] Adding or Updating Node "ip-10-0-0-31.ec2.internal" I0702 22:47:49.437684 3306 hybrid.go:141] Removing node ip-10-0-0-31.ec2.internal hybrid overlay port I0702 22:47:49.724051 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 71 Dst: fe80::3ce2:a7ff:fe1c:7340/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 22:47:52.283610 3306 cni.go:312] [tssc-tas/tuf-repository-init-vsstx-z4h2x 5ba3581b07ae65d42df9a8894cbb40454c422d66d174251417b3a9f4363713ad network default NAD default] ADD starting CNI request [tssc-tas/tuf-repository-init-vsstx-z4h2x 5ba3581b07ae65d42df9a8894cbb40454c422d66d174251417b3a9f4363713ad network default NAD default] I0702 22:47:52.285417 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 73 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 22:47:52.285491 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 73 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0702 22:47:52.293649 3306 helper_linux.go:442] ConfigureOVS: namespace: tssc-tas, podName: tuf-repository-init-vsstx-z4h2x, hostIfaceName: 5ba3581b07ae65d, network: default, NAD default, SandboxID: "5ba3581b07ae65d42df9a8894cbb40454c422d66d174251417b3a9f4363713ad", PCI device ID: , UID: "175b7c84-6071-4930-ac18-b0f284554327", MAC: 0a:58:0a:80:00:41, IPs: [10.128.0.65/23] I0702 22:47:52.347951 3306 cni.go:333] [tssc-tas/tuf-repository-init-vsstx-z4h2x 5ba3581b07ae65d42df9a8894cbb40454c422d66d174251417b3a9f4363713ad network default NAD default] ADD finished CNI request [tssc-tas/tuf-repository-init-vsstx-z4h2x 5ba3581b07ae65d42df9a8894cbb40454c422d66d174251417b3a9f4363713ad network default NAD default], result "{\"interfaces\":[{\"name\":\"5ba3581b07ae65d\",\"mac\":\"ce:be:93:2d:5a:b4\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:41\",\"sandbox\":\"/var/run/netns/b8a97345-5273-49c8-a3ef-841c0bf4f497\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.65/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0702 22:47:54.266982 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 73 Dst: fe80::ccbe:93ff:fe2d:5ab4/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 22:47:54.449541 3306 cni.go:312] [tssc-tpa/create-db-2m98w 1235b80d38b444bc954d32e8e626b3092b615e82a469fc1b831883cc4bcb34df network default NAD default] DEL starting CNI request [tssc-tpa/create-db-2m98w 1235b80d38b444bc954d32e8e626b3092b615e82a469fc1b831883cc4bcb34df network default NAD default] I0702 22:47:54.532626 3306 cni.go:333] [tssc-tpa/create-db-2m98w 1235b80d38b444bc954d32e8e626b3092b615e82a469fc1b831883cc4bcb34df network default NAD default] DEL finished CNI request [tssc-tpa/create-db-2m98w 1235b80d38b444bc954d32e8e626b3092b615e82a469fc1b831883cc4bcb34df network default NAD default], result "{\"dns\":{}}", err I0702 22:47:54.603776 3306 obj_retry.go:466] Detected object tssc-tpa/create-db-2m98w of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0702 22:47:54.603832 3306 pods.go:174] Deleting pod: tssc-tpa/create-db-2m98w I0702 22:47:54.605663 3306 pods.go:217] Attempting to release IPs for pod: tssc-tpa/create-db-2m98w, ips: 10.128.0.66 I0702 22:47:54.605698 3306 obj_retry.go:466] Detected object tssc-tpa/create-db-2m98w of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0702 22:47:55.624471 3306 obj_retry.go:460] Detected object tssc-tpa/create-db-2m98w of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0702 22:47:55.624574 3306 obj_retry.go:460] Detected object tssc-tpa/create-db-2m98w of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0702 22:47:56.465139 3306 cni.go:312] [tssc-tas/tuf-repository-init-vsstx-z4h2x 5ba3581b07ae65d42df9a8894cbb40454c422d66d174251417b3a9f4363713ad network default NAD default] DEL starting CNI request [tssc-tas/tuf-repository-init-vsstx-z4h2x 5ba3581b07ae65d42df9a8894cbb40454c422d66d174251417b3a9f4363713ad network default NAD default] I0702 22:47:56.552138 3306 cni.go:333] [tssc-tas/tuf-repository-init-vsstx-z4h2x 5ba3581b07ae65d42df9a8894cbb40454c422d66d174251417b3a9f4363713ad network default NAD default] DEL finished CNI request [tssc-tas/tuf-repository-init-vsstx-z4h2x 5ba3581b07ae65d42df9a8894cbb40454c422d66d174251417b3a9f4363713ad network default NAD default], result "{\"dns\":{}}", err I0702 22:47:56.606931 3306 obj_retry.go:466] Detected object tssc-tas/tuf-repository-init-vsstx-z4h2x of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0702 22:47:56.607043 3306 pods.go:174] Deleting pod: tssc-tas/tuf-repository-init-vsstx-z4h2x I0702 22:47:56.610106 3306 pods.go:217] Attempting to release IPs for pod: tssc-tas/tuf-repository-init-vsstx-z4h2x, ips: 10.128.0.65 I0702 22:47:56.610149 3306 obj_retry.go:466] Detected object tssc-tas/tuf-repository-init-vsstx-z4h2x of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0702 22:47:56.776924 3306 obj_retry.go:460] Detected object tssc-tas/tuf-repository-init-vsstx-z4h2x of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0702 22:47:56.776950 3306 obj_retry.go:460] Detected object tssc-tas/tuf-repository-init-vsstx-z4h2x of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0702 22:47:58.558728 3306 base_network_controller_pods.go:477] [default/tssc-tas/tuf-76db64b66d-69v5c] creating logical port tssc-tas_tuf-76db64b66d-69v5c for pod on switch ip-10-0-0-31.ec2.internal I0702 22:47:58.558854 3306 kube.go:317] Updating pod tssc-tas/tuf-76db64b66d-69v5c I0702 22:47:58.570874 3306 pod.go:62] [tssc-tas/tuf-76db64b66d-69v5c] pod update took 12.069184ms I0702 22:47:58.570899 3306 base_network_controller_pods.go:921] [default/tssc-tas/tuf-76db64b66d-69v5c] addLogicalPort annotation time took 12.103495ms I0702 22:47:58.572302 3306 pods.go:252] [tssc-tas/tuf-76db64b66d-69v5c] addLogicalPort took 13.605876ms, libovsdb time 891.387µs I0702 22:47:59.216751 3306 cni.go:312] [tssc-tas/tuf-76db64b66d-69v5c 2b341e8f1729799a97053f922d05c2040bf9672474e210b50dea2478dc5590c4 network default NAD default] ADD starting CNI request [tssc-tas/tuf-76db64b66d-69v5c 2b341e8f1729799a97053f922d05c2040bf9672474e210b50dea2478dc5590c4 network default NAD default] I0702 22:47:59.218749 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 74 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 22:47:59.219091 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 74 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0702 22:47:59.228213 3306 helper_linux.go:442] ConfigureOVS: namespace: tssc-tas, podName: tuf-76db64b66d-69v5c, hostIfaceName: 2b341e8f1729799, network: default, NAD default, SandboxID: "2b341e8f1729799a97053f922d05c2040bf9672474e210b50dea2478dc5590c4", PCI device ID: , UID: "52a308c4-13f8-48f6-8d1b-91aadcc842e4", MAC: 0a:58:0a:80:00:44, IPs: [10.128.0.68/23] I0702 22:47:59.281374 3306 cni.go:333] [tssc-tas/tuf-76db64b66d-69v5c 2b341e8f1729799a97053f922d05c2040bf9672474e210b50dea2478dc5590c4 network default NAD default] ADD finished CNI request [tssc-tas/tuf-76db64b66d-69v5c 2b341e8f1729799a97053f922d05c2040bf9672474e210b50dea2478dc5590c4 network default NAD default], result "{\"interfaces\":[{\"name\":\"2b341e8f1729799\",\"mac\":\"42:7e:c5:19:fc:68\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:44\",\"sandbox\":\"/var/run/netns/6a1d34d4-df08-491e-8300-505580b539c6\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.68/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0702 22:48:00.603006 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 74 Dst: fe80::407e:c5ff:fe19:fc68/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 22:48:02.140222 3306 obj_retry.go:466] Detected object tssc-tpa/migrate-db-wlqwh of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0702 22:48:02.140885 3306 obj_retry.go:466] Detected object tssc-tpa/migrate-db-wlqwh of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0702 22:48:03.041528 3306 obj_retry.go:460] Detected object tssc-tpa/migrate-db-wlqwh of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0702 22:48:03.041562 3306 obj_retry.go:460] Detected object tssc-tpa/migrate-db-wlqwh of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0702 22:48:05.167169 3306 obj_retry.go:466] Detected object tssc-tpa/create-importers-zng9c of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0702 22:48:05.167708 3306 obj_retry.go:466] Detected object tssc-tpa/create-importers-zng9c of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0702 22:48:06.191754 3306 obj_retry.go:460] Detected object tssc-tpa/create-importers-zng9c of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0702 22:48:06.191780 3306 obj_retry.go:460] Detected object tssc-tpa/create-importers-zng9c of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0702 22:48:06.202704 3306 base_network_controller_pods.go:477] [default/tssc-tpa/server-d8dc9ccd9-vgfrx] creating logical port tssc-tpa_server-d8dc9ccd9-vgfrx for pod on switch ip-10-0-0-31.ec2.internal I0702 22:48:06.202809 3306 kube.go:317] Updating pod tssc-tpa/server-d8dc9ccd9-vgfrx I0702 22:48:06.218876 3306 pod.go:62] [tssc-tpa/server-d8dc9ccd9-vgfrx] pod update took 16.100292ms I0702 22:48:06.218908 3306 base_network_controller_pods.go:921] [default/tssc-tpa/server-d8dc9ccd9-vgfrx] addLogicalPort annotation time took 16.137328ms I0702 22:48:06.220793 3306 pods.go:252] [tssc-tpa/server-d8dc9ccd9-vgfrx] addLogicalPort took 18.119336ms, libovsdb time 1.130384ms I0702 22:48:07.273724 3306 base_network_controller_pods.go:477] [default/tssc-tpa/importer-6cccc86d4d-df5fw] creating logical port tssc-tpa_importer-6cccc86d4d-df5fw for pod on switch ip-10-0-0-31.ec2.internal I0702 22:48:07.273953 3306 kube.go:317] Updating pod tssc-tpa/importer-6cccc86d4d-df5fw I0702 22:48:07.287757 3306 pod.go:62] [tssc-tpa/importer-6cccc86d4d-df5fw] pod update took 13.849289ms I0702 22:48:07.287783 3306 base_network_controller_pods.go:921] [default/tssc-tpa/importer-6cccc86d4d-df5fw] addLogicalPort annotation time took 13.878013ms I0702 22:48:07.289206 3306 pods.go:252] [tssc-tpa/importer-6cccc86d4d-df5fw] addLogicalPort took 15.503051ms, libovsdb time 829.112µs E0702 22:48:08.584259 3306 ovn.go:423] Failed to unmarshal old node ip-10-0-0-31.ec2.internal annotation: unexpected end of JSON input I0702 22:48:08.584291 3306 master.go:495] Adding or Updating Node "ip-10-0-0-31.ec2.internal" I0702 22:48:08.584300 3306 hybrid.go:141] Removing node ip-10-0-0-31.ec2.internal hybrid overlay port E0702 22:48:09.280517 3306 ovn.go:423] Failed to unmarshal old node ip-10-0-0-31.ec2.internal annotation: unexpected end of JSON input I0702 22:48:09.280551 3306 master.go:495] Adding or Updating Node "ip-10-0-0-31.ec2.internal" I0702 22:48:09.280563 3306 hybrid.go:141] Removing node ip-10-0-0-31.ec2.internal hybrid overlay port E0702 22:48:09.710999 3306 ovn.go:423] Failed to unmarshal old node ip-10-0-0-31.ec2.internal annotation: unexpected end of JSON input I0702 22:48:09.711027 3306 master.go:495] Adding or Updating Node "ip-10-0-0-31.ec2.internal" I0702 22:48:09.711036 3306 hybrid.go:141] Removing node ip-10-0-0-31.ec2.internal hybrid overlay port I0702 22:48:10.765387 3306 cni.go:312] [tssc-tpa/server-d8dc9ccd9-vgfrx 7fe794b201d541e1721f2924a124992ea8b1347aa66d9365530f17ff679dd565 network default NAD default] ADD starting CNI request [tssc-tpa/server-d8dc9ccd9-vgfrx 7fe794b201d541e1721f2924a124992ea8b1347aa66d9365530f17ff679dd565 network default NAD default] I0702 22:48:10.768696 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 75 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 22:48:10.768783 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 75 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0702 22:48:10.777406 3306 helper_linux.go:442] ConfigureOVS: namespace: tssc-tpa, podName: server-d8dc9ccd9-vgfrx, hostIfaceName: 7fe794b201d541e, network: default, NAD default, SandboxID: "7fe794b201d541e1721f2924a124992ea8b1347aa66d9365530f17ff679dd565", PCI device ID: , UID: "2a9cdc2d-4b0b-48a3-9372-7e403a0f207f", MAC: 0a:58:0a:80:00:45, IPs: [10.128.0.69/23] I0702 22:48:10.828559 3306 cni.go:333] [tssc-tpa/server-d8dc9ccd9-vgfrx 7fe794b201d541e1721f2924a124992ea8b1347aa66d9365530f17ff679dd565 network default NAD default] ADD finished CNI request [tssc-tpa/server-d8dc9ccd9-vgfrx 7fe794b201d541e1721f2924a124992ea8b1347aa66d9365530f17ff679dd565 network default NAD default], result "{\"interfaces\":[{\"name\":\"7fe794b201d541e\",\"mac\":\"4e:a8:ce:13:8c:29\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:45\",\"sandbox\":\"/var/run/netns/ce2e9a73-80a5-4c90-9853-005df852278c\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.69/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0702 22:48:11.231128 3306 cni.go:312] [tssc-tpa/importer-6cccc86d4d-df5fw 69e30ca9ca85176db78bef55a2845ad03364e6122538ba93c4df6d225e8baae0 network default NAD default] ADD starting CNI request [tssc-tpa/importer-6cccc86d4d-df5fw 69e30ca9ca85176db78bef55a2845ad03364e6122538ba93c4df6d225e8baae0 network default NAD default] I0702 22:48:11.233328 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 76 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 22:48:11.233536 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 76 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0702 22:48:11.240708 3306 helper_linux.go:442] ConfigureOVS: namespace: tssc-tpa, podName: importer-6cccc86d4d-df5fw, hostIfaceName: 69e30ca9ca85176, network: default, NAD default, SandboxID: "69e30ca9ca85176db78bef55a2845ad03364e6122538ba93c4df6d225e8baae0", PCI device ID: , UID: "b9fe1ea5-eb89-434e-adbd-13e6cb964ca3", MAC: 0a:58:0a:80:00:46, IPs: [10.128.0.70/23] I0702 22:48:11.294720 3306 cni.go:333] [tssc-tpa/importer-6cccc86d4d-df5fw 69e30ca9ca85176db78bef55a2845ad03364e6122538ba93c4df6d225e8baae0 network default NAD default] ADD finished CNI request [tssc-tpa/importer-6cccc86d4d-df5fw 69e30ca9ca85176db78bef55a2845ad03364e6122538ba93c4df6d225e8baae0 network default NAD default], result "{\"interfaces\":[{\"name\":\"69e30ca9ca85176\",\"mac\":\"8e:3f:2c:ec:a5:e8\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:46\",\"sandbox\":\"/var/run/netns/1a97ce52-75d8-4e98-881d-edf6b4b5de6d\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.70/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0702 22:48:12.186988 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 75 Dst: fe80::4ca8:ceff:fe13:8c29/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 22:48:12.890946 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 76 Dst: fe80::8c3f:2cff:feec:a5e8/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 22:48:14.162392 3306 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0702 22:48:14.162470 3306 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0702 22:48:22.569239 3306 cni.go:312] [tssc-tpa/test-tssc-tpa f3038196b8be07b9ec8b5ad721fc12d9751bdd7c523dbf48d24c04714568d098 network default NAD default] DEL starting CNI request [tssc-tpa/test-tssc-tpa f3038196b8be07b9ec8b5ad721fc12d9751bdd7c523dbf48d24c04714568d098 network default NAD default] I0702 22:48:22.652513 3306 cni.go:333] [tssc-tpa/test-tssc-tpa f3038196b8be07b9ec8b5ad721fc12d9751bdd7c523dbf48d24c04714568d098 network default NAD default] DEL finished CNI request [tssc-tpa/test-tssc-tpa f3038196b8be07b9ec8b5ad721fc12d9751bdd7c523dbf48d24c04714568d098 network default NAD default], result "{\"dns\":{}}", err I0702 22:48:22.708901 3306 obj_retry.go:466] Detected object tssc-tpa/test-tssc-tpa of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0702 22:48:22.708938 3306 pods.go:174] Deleting pod: tssc-tpa/test-tssc-tpa I0702 22:48:22.710454 3306 pods.go:217] Attempting to release IPs for pod: tssc-tpa/test-tssc-tpa, ips: 10.128.0.64 I0702 22:48:22.710484 3306 obj_retry.go:466] Detected object tssc-tpa/test-tssc-tpa of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0702 22:48:22.730376 3306 obj_retry.go:460] 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 I0702 22:48:22.730446 3306 obj_retry.go:460] 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 I0702 22:48:22.736692 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-tpa/test-tssc-tpa I0702 22:48:22.736772 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod tssc-tpa/test-tssc-tpa I0702 22:48:23.579211 3306 namespace.go:92] [tssc-app-ci] adding namespace I0702 22:48:23.580218 3306 namespace.go:96] [tssc-app-ci] adding namespace took 979.312µs I0702 22:48:23.583065 3306 namespace.go:92] [tssc-app-stage] adding namespace I0702 22:48:23.583910 3306 namespace.go:96] [tssc-app-stage] adding namespace took 827.061µs I0702 22:48:23.586874 3306 namespace.go:92] [tssc-app-development] adding namespace I0702 22:48:23.587932 3306 namespace.go:96] [tssc-app-development] adding namespace took 1.041857ms I0702 22:48:23.593758 3306 namespace.go:92] [tssc-app-prod] adding namespace I0702 22:48:23.594364 3306 namespace.go:96] [tssc-app-prod] adding namespace took 589.223µs I0702 22:48:23.622621 3306 namespace.go:136] [tssc-app-ci] updating namespace I0702 22:48:23.660577 3306 namespace.go:136] [tssc-app-ci] updating namespace I0702 22:48:23.684796 3306 namespace.go:136] [tssc-app-stage] updating namespace I0702 22:48:23.729687 3306 namespace.go:136] [tssc-app-stage] updating namespace I0702 22:48:23.785031 3306 namespace.go:136] [tssc-app-development] updating namespace I0702 22:48:23.824523 3306 namespace.go:136] [tssc-app-development] updating namespace I0702 22:48:23.857056 3306 namespace.go:136] [tssc-app-prod] updating namespace I0702 22:48:23.881608 3306 namespace.go:136] [tssc-app-prod] updating namespace I0702 22:48:24.704558 3306 namespace.go:136] [tssc-app-ci] updating namespace I0702 22:48:25.168799 3306 namespace.go:136] [tssc-app-development] updating namespace I0702 22:48:25.376599 3306 namespace.go:136] [tssc-app-prod] updating namespace I0702 22:48:25.544583 3306 namespace.go:136] [tssc-app-stage] updating namespace I0702 22:48:25.686420 3306 namespace.go:136] [tssc-app-ci] updating namespace I0702 22:48:25.714574 3306 namespace.go:136] [tssc-app-development] updating namespace I0702 22:48:25.743519 3306 namespace.go:136] [tssc-app-prod] updating namespace I0702 22:48:25.779850 3306 namespace.go:136] [tssc-app-stage] updating namespace I0702 22:48:25.963346 3306 namespace.go:136] [tssc-app-ci] updating namespace I0702 22:48:26.017276 3306 namespace.go:136] [tssc-app-development] updating namespace I0702 22:48:26.074513 3306 namespace.go:136] [tssc-app-prod] updating namespace I0702 22:48:26.135909 3306 namespace.go:136] [tssc-app-stage] updating namespace I0702 22:48:38.316925 3306 obj_retry.go:466] Detected object tssc-app-ci/patch-serviceaccounts of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0702 22:48:38.317499 3306 obj_retry.go:466] Detected object tssc-app-ci/patch-serviceaccounts of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0702 22:48:41.047285 3306 reflector.go:871] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.EndpointSlice total 180 items received I0702 22:48:44.183248 3306 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0702 22:48:44.183307 3306 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0702 22:48:51.072810 3306 obj_retry.go:466] Detected object tssc-app-development/patch-serviceaccounts of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0702 22:48:51.073429 3306 obj_retry.go:466] Detected object tssc-app-development/patch-serviceaccounts of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0702 22:48:55.382467 3306 obj_retry.go:466] Detected object tssc-app-prod/patch-serviceaccounts of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0702 22:48:55.383104 3306 obj_retry.go:466] Detected object tssc-app-prod/patch-serviceaccounts of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0702 22:48:59.393749 3306 obj_retry.go:466] Detected object tssc-app-stage/patch-serviceaccounts of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0702 22:48:59.394463 3306 obj_retry.go:466] Detected object tssc-app-stage/patch-serviceaccounts of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0702 22:48:59.412013 3306 obj_retry.go:460] 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 I0702 22:48:59.412068 3306 obj_retry.go:460] 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 I0702 22:48:59.418600 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-app-stage/patch-serviceaccounts I0702 22:48:59.418662 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod tssc-app-stage/patch-serviceaccounts I0702 22:48:59.444233 3306 obj_retry.go:460] 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 I0702 22:48:59.444258 3306 obj_retry.go:460] 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 I0702 22:48:59.450104 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-app-prod/patch-serviceaccounts I0702 22:48:59.450187 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod tssc-app-prod/patch-serviceaccounts I0702 22:48:59.475314 3306 obj_retry.go:460] 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 I0702 22:48:59.475391 3306 obj_retry.go:460] 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 I0702 22:48:59.477928 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-app-development/patch-serviceaccounts I0702 22:48:59.477953 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod tssc-app-development/patch-serviceaccounts I0702 22:48:59.507452 3306 obj_retry.go:460] 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 I0702 22:48:59.507538 3306 obj_retry.go:460] 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 I0702 22:48:59.514861 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-app-ci/patch-serviceaccounts I0702 22:48:59.514935 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod tssc-app-ci/patch-serviceaccounts I0702 22:49:14.208474 3306 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0702 22:49:14.208543 3306 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} E0702 22:49:20.649554 3306 ovn.go:423] Failed to unmarshal old node ip-10-0-0-31.ec2.internal annotation: unexpected end of JSON input I0702 22:49:20.649588 3306 master.go:495] Adding or Updating Node "ip-10-0-0-31.ec2.internal" I0702 22:49:20.649595 3306 hybrid.go:141] Removing node ip-10-0-0-31.ec2.internal hybrid overlay port E0702 22:49:30.873069 3306 ovn.go:423] Failed to unmarshal old node ip-10-0-0-31.ec2.internal annotation: unexpected end of JSON input I0702 22:49:30.873105 3306 master.go:495] Adding or Updating Node "ip-10-0-0-31.ec2.internal" I0702 22:49:30.873124 3306 hybrid.go:141] Removing node ip-10-0-0-31.ec2.internal hybrid overlay port I0702 22:49:44.224867 3306 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0702 22:49:44.224972 3306 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0702 22:50:04.048317 3306 reflector.go:871] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Namespace total 84 items received I0702 22:50:04.632188 3306 obj_retry.go:466] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29717210-4zpcs of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0702 22:50:04.632895 3306 obj_retry.go:466] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29717210-4zpcs of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0702 22:50:05.521018 3306 obj_retry.go:460] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29717210-4zpcs of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0702 22:50:05.521052 3306 obj_retry.go:460] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29717210-4zpcs of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0702 22:50:14.240756 3306 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0702 22:50:14.240828 3306 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0702 22:50:24.044856 3306 reflector.go:871] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Node total 61 items received I0702 22:50:40.253116 3306 reflector.go:871] github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/egressip/v1/apis/informers/externalversions/factory.go:140: Watch close - *v1.EgressIP total 4 items received I0702 22:50:44.264780 3306 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0702 22:50:44.264885 3306 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0702 22:51:06.044400 3306 reflector.go:871] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.NetworkPolicy total 5 items received I0702 22:51:13.257594 3306 reflector.go:871] github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/egressfirewall/v1/apis/informers/externalversions/factory.go:140: Watch close - *v1.EgressFirewall total 5 items received I0702 22:51:14.280025 3306 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0702 22:51:14.280107 3306 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0702 22:51:19.264448 3306 reflector.go:871] github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/egressqos/v1/apis/informers/externalversions/factory.go:140: Watch close - *v1.EgressQoS total 4 items received E0702 22:51:23.387102 3306 ovn.go:423] Failed to unmarshal old node ip-10-0-0-31.ec2.internal annotation: unexpected end of JSON input I0702 22:51:23.387133 3306 master.go:495] Adding or Updating Node "ip-10-0-0-31.ec2.internal" I0702 22:51:23.387142 3306 hybrid.go:141] Removing node ip-10-0-0-31.ec2.internal hybrid overlay port I0702 22:51:33.370328 3306 reflector.go:871] github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/userdefinednetwork/v1/apis/informers/externalversions/factory.go:140: Watch close - *v1.UserDefinedNetwork total 5 items received E0702 22:51:33.770936 3306 ovn.go:423] Failed to unmarshal old node ip-10-0-0-31.ec2.internal annotation: unexpected end of JSON input I0702 22:51:33.770966 3306 master.go:495] Adding or Updating Node "ip-10-0-0-31.ec2.internal" I0702 22:51:33.770973 3306 hybrid.go:141] Removing node ip-10-0-0-31.ec2.internal hybrid overlay port I0702 22:51:44.298967 3306 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0702 22:51:44.299022 3306 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0702 22:51:48.403708 3306 reflector.go:871] github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/userdefinednetwork/v1/apis/informers/externalversions/factory.go:140: Watch close - *v1.ClusterUserDefinedNetwork total 6 items received E0702 22:51:59.017705 3306 metrics.go:176] Failed to get the logfile size for .: stat : no such file or directory E0702 22:51:59.985346 3306 metrics.go:176] Failed to get the logfile size for .: stat : no such file or directory I0702 22:52:14.317026 3306 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0702 22:52:14.317108 3306 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} E0702 22:52:24.661484 3306 ovn.go:423] Failed to unmarshal old node ip-10-0-0-31.ec2.internal annotation: unexpected end of JSON input I0702 22:52:24.661571 3306 master.go:495] Adding or Updating Node "ip-10-0-0-31.ec2.internal" I0702 22:52:24.661585 3306 hybrid.go:141] Removing node ip-10-0-0-31.ec2.internal hybrid overlay port E0702 22:52:34.815590 3306 ovn.go:423] Failed to unmarshal old node ip-10-0-0-31.ec2.internal annotation: unexpected end of JSON input I0702 22:52:34.815653 3306 master.go:495] Adding or Updating Node "ip-10-0-0-31.ec2.internal" I0702 22:52:34.815663 3306 hybrid.go:141] Removing node ip-10-0-0-31.ec2.internal hybrid overlay port I0702 22:52:44.333019 3306 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0702 22:52:44.333079 3306 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0702 22:52:53.292784 3306 reflector.go:871] 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 I0702 22:52:55.048123 3306 reflector.go:871] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Service total 37 items received I0702 22:52:59.183709 3306 reflector.go:871] sigs.k8s.io/network-policy-api/pkg/client/informers/externalversions/factory.go:141: Watch close - *v1alpha1.BaselineAdminNetworkPolicy total 6 items received I0702 22:53:14.349739 3306 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0702 22:53:14.349847 3306 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0702 22:53:34.268444 3306 reflector.go:871] 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 I0702 22:53:44.367430 3306 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0702 22:53:44.367493 3306 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0702 22:54:05.050493 3306 reflector.go:871] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.EndpointSlice total 18 items received I0702 22:54:14.382560 3306 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0702 22:54:14.382623 3306 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} E0702 22:54:27.139870 3306 ovn.go:423] Failed to unmarshal old node ip-10-0-0-31.ec2.internal annotation: unexpected end of JSON input I0702 22:54:27.139899 3306 master.go:495] Adding or Updating Node "ip-10-0-0-31.ec2.internal" I0702 22:54:27.139907 3306 hybrid.go:141] Removing node ip-10-0-0-31.ec2.internal hybrid overlay port E0702 22:54:37.514304 3306 ovn.go:423] Failed to unmarshal old node ip-10-0-0-31.ec2.internal annotation: unexpected end of JSON input I0702 22:54:37.514334 3306 master.go:495] Adding or Updating Node "ip-10-0-0-31.ec2.internal" I0702 22:54:37.514341 3306 hybrid.go:141] Removing node ip-10-0-0-31.ec2.internal hybrid overlay port I0702 22:54:44.400981 3306 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0702 22:54:44.401039 3306 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0702 22:55:02.636191 3306 obj_retry.go:466] Detected object tssc/test-tssc-dh of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0702 22:55:02.636910 3306 obj_retry.go:466] Detected object tssc/test-tssc-dh of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0702 22:55:02.678711 3306 obj_retry.go:460] 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 I0702 22:55:02.678797 3306 obj_retry.go:460] 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 I0702 22:55:02.683538 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc/test-tssc-dh I0702 22:55:02.683598 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod tssc/test-tssc-dh I0702 22:55:07.656275 3306 obj_retry.go:466] Detected object tssc/tssc-acs-integrations of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0702 22:55:07.657051 3306 obj_retry.go:466] Detected object tssc/tssc-acs-integrations of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0702 22:55:07.678222 3306 obj_retry.go:460] 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 I0702 22:55:07.678271 3306 obj_retry.go:460] 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 I0702 22:55:07.683494 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc/tssc-acs-integrations I0702 22:55:07.683572 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod tssc/tssc-acs-integrations I0702 22:55:14.419244 3306 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0702 22:55:14.419330 3306 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0702 22:55:16.364018 3306 reflector.go:871] github.com/k8snetworkplumbingwg/network-attachment-definition-client/pkg/client/informers/externalversions/factory.go:117: Watch close - *v1.NetworkAttachmentDefinition total 10 items received E0702 22:55:39.202452 3306 ovn.go:423] Failed to unmarshal old node ip-10-0-0-31.ec2.internal annotation: unexpected end of JSON input I0702 22:55:39.202485 3306 master.go:495] Adding or Updating Node "ip-10-0-0-31.ec2.internal" I0702 22:55:39.202493 3306 hybrid.go:141] Removing node ip-10-0-0-31.ec2.internal hybrid overlay port I0702 22:55:44.442729 3306 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0702 22:55:44.442795 3306 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} E0702 22:55:49.514580 3306 ovn.go:423] Failed to unmarshal old node ip-10-0-0-31.ec2.internal annotation: unexpected end of JSON input I0702 22:55:49.514628 3306 master.go:495] Adding or Updating Node "ip-10-0-0-31.ec2.internal" I0702 22:55:49.514639 3306 hybrid.go:141] Removing node ip-10-0-0-31.ec2.internal hybrid overlay port I0702 22:55:50.158994 3306 reflector.go:871] sigs.k8s.io/network-policy-api/pkg/client/informers/externalversions/factory.go:141: Watch close - *v1alpha1.AdminNetworkPolicy total 9 items received I0702 22:56:03.051096 3306 reflector.go:871] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Pod total 341 items received I0702 22:56:14.464495 3306 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0702 22:56:14.464569 3306 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0702 22:56:44.375436 3306 reflector.go:871] 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 I0702 22:56:44.482932 3306 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0702 22:56:44.482997 3306 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} E0702 22:56:59.018112 3306 metrics.go:176] Failed to get the logfile size for .: stat : no such file or directory E0702 22:56:59.985514 3306 metrics.go:176] Failed to get the logfile size for .: stat : no such file or directory I0702 22:57:04.933114 3306 namespace.go:136] [tssc-app-ci] updating namespace I0702 22:57:08.372224 3306 namespace.go:136] [tssc-app-development] updating namespace I0702 22:57:08.442753 3306 namespace.go:136] [tssc-app-stage] updating namespace I0702 22:57:10.259033 3306 namespace.go:136] [tssc-app-prod] updating namespace I0702 22:57:11.266990 3306 reflector.go:871] github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/egressqos/v1/apis/informers/externalversions/factory.go:140: Watch close - *v1.EgressQoS total 2 items received I0702 22:57:14.505132 3306 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0702 22:57:14.505267 3306 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0702 22:57:23.050673 3306 reflector.go:871] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Namespace total 6 items received I0702 22:57:33.278774 3306 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-qblpyrzf-on-push-4n2fg-clone-repository-pod of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0702 22:57:33.279413 3306 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-qblpyrzf-on-push-4n2fg-clone-repository-pod of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0702 22:57:44.522760 3306 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0702 22:57:44.522885 3306 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0702 22:57:52.046950 3306 reflector.go:871] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Node total 35 items received I0702 22:57:55.057529 3306 obj_retry.go:460] Detected object tssc-tpa/create-db-2m98w of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0702 22:57:55.057556 3306 obj_retry.go:460] Detected object tssc-tpa/create-db-2m98w of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0702 22:57:55.065331 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-tpa/create-db-2m98w I0702 22:57:55.065364 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod tssc-tpa/create-db-2m98w E0702 22:58:02.273058 3306 ovn.go:423] Failed to unmarshal old node ip-10-0-0-31.ec2.internal annotation: unexpected end of JSON input I0702 22:58:02.273111 3306 master.go:495] Adding or Updating Node "ip-10-0-0-31.ec2.internal" I0702 22:58:02.273135 3306 hybrid.go:141] Removing node ip-10-0-0-31.ec2.internal hybrid overlay port I0702 22:58:03.031002 3306 obj_retry.go:460] Detected object tssc-tpa/migrate-db-wlqwh of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0702 22:58:03.031028 3306 obj_retry.go:460] Detected object tssc-tpa/migrate-db-wlqwh of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0702 22:58:03.036537 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-tpa/migrate-db-wlqwh I0702 22:58:03.036600 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod tssc-tpa/migrate-db-wlqwh I0702 22:58:06.036312 3306 obj_retry.go:460] Detected object tssc-tpa/create-importers-zng9c of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0702 22:58:06.036344 3306 obj_retry.go:460] Detected object tssc-tpa/create-importers-zng9c of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0702 22:58:06.042088 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-tpa/create-importers-zng9c I0702 22:58:06.042123 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod tssc-tpa/create-importers-zng9c I0702 22:58:10.294931 3306 reflector.go:871] github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/adminpolicybasedroute/v1/apis/informers/externalversions/factory.go:140: Watch close - *v1.AdminPolicyBasedExternalRoute total 3 items received I0702 22:58:14.545278 3306 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0702 22:58:14.545367 3306 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} E0702 22:58:32.816767 3306 ovn.go:423] Failed to unmarshal old node ip-10-0-0-31.ec2.internal annotation: unexpected end of JSON input I0702 22:58:32.816800 3306 master.go:495] Adding or Updating Node "ip-10-0-0-31.ec2.internal" I0702 22:58:32.816807 3306 hybrid.go:141] Removing node ip-10-0-0-31.ec2.internal hybrid overlay port I0702 22:58:33.196667 3306 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-qblpyrzf-on-pu9af9574f5c75e53105e9798b5c1d2bb3-pod of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0702 22:58:33.197315 3306 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-qblpyrzf-on-pu9af9574f5c75e53105e9798b5c1d2bb3-pod of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0702 22:58:44.570407 3306 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0702 22:58:44.570477 3306 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0702 22:58:49.406153 3306 reflector.go:871] github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/userdefinednetwork/v1/apis/informers/externalversions/factory.go:140: Watch close - *v1.ClusterUserDefinedNetwork total 2 items received I0702 22:58:54.271576 3306 reflector.go:871] github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/egressservice/v1/apis/informers/externalversions/factory.go:140: Watch close - *v1.EgressService total 4 items received I0702 22:58:55.679354 3306 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-qblpyrzf-on-push-4n2fg-build-pod of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0702 22:58:55.680042 3306 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-qblpyrzf-on-push-4n2fg-build-pod of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0702 22:59:02.667388 3306 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-qblpyrzf-on-push-4n2fg-deploy-pod of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0702 22:59:02.668113 3306 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-qblpyrzf-on-push-4n2fg-deploy-pod of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0702 22:59:08.799522 3306 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-qblpyrzf-on-push-4n2fg-deployment-check-pod of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0702 22:59:08.800205 3306 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-qblpyrzf-on-push-4n2fg-deployment-check-pod of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0702 22:59:08.835426 3306 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-qblpyrzf-on-push-4n2fg-scan-pod of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0702 22:59:08.836155 3306 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-qblpyrzf-on-push-4n2fg-scan-pod of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0702 22:59:14.590315 3306 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0702 22:59:14.590401 3306 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0702 22:59:14.766621 3306 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-qblpyrzf-on-push-4n2fg-show-sbom-pod of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0702 22:59:14.767327 3306 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-qblpyrzf-on-push-4n2fg-show-sbom-pod of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0702 22:59:15.373075 3306 obj_retry.go:466] Detected object tssc-app-ci/affinity-assistant-fe48303608-0 of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0702 22:59:15.373787 3306 obj_retry.go:466] Detected object tssc-app-ci/affinity-assistant-fe48303608-0 of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0702 22:59:15.765920 3306 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-qblpyrzf-on-push-4n2fg-summarize-pod of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0702 22:59:15.766574 3306 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-qblpyrzf-on-push-4n2fg-summarize-pod of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0702 22:59:16.219198 3306 obj_retry.go:460] Detected object tssc-app-ci/affinity-assistant-fe48303608-0 of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0702 22:59:16.219224 3306 obj_retry.go:460] Detected object tssc-app-ci/affinity-assistant-fe48303608-0 of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0702 22:59:16.226282 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-app-ci/affinity-assistant-fe48303608-0 I0702 22:59:16.226374 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod tssc-app-ci/affinity-assistant-fe48303608-0 I0702 22:59:22.186216 3306 reflector.go:871] sigs.k8s.io/network-policy-api/pkg/client/informers/externalversions/factory.go:141: Watch close - *v1alpha1.BaselineAdminNetworkPolicy total 4 items received E0702 22:59:23.978417 3306 ovn.go:423] Failed to unmarshal old node ip-10-0-0-31.ec2.internal annotation: unexpected end of JSON input I0702 22:59:23.978444 3306 master.go:495] Adding or Updating Node "ip-10-0-0-31.ec2.internal" I0702 22:59:23.978452 3306 hybrid.go:141] Removing node ip-10-0-0-31.ec2.internal hybrid overlay port E0702 22:59:34.190843 3306 ovn.go:423] Failed to unmarshal old node ip-10-0-0-31.ec2.internal annotation: unexpected end of JSON input I0702 22:59:34.190928 3306 master.go:495] Adding or Updating Node "ip-10-0-0-31.ec2.internal" I0702 22:59:34.190941 3306 hybrid.go:141] Removing node ip-10-0-0-31.ec2.internal hybrid overlay port I0702 22:59:38.255990 3306 reflector.go:871] 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 I0702 22:59:44.497843 3306 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-qblpyrzf-on-pull-request-2pxp8-build-pod of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0702 22:59:44.498469 3306 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-qblpyrzf-on-pull-request-2pxp8-build-pod of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0702 22:59:44.615213 3306 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0702 22:59:44.615272 3306 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0702 22:59:46.260489 3306 reflector.go:871] github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/egressfirewall/v1/apis/informers/externalversions/factory.go:140: Watch close - *v1.EgressFirewall total 5 items received I0702 22:59:55.621927 3306 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-qblpyrzf-on-pull-request-2pxp8-scan-pod of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0702 22:59:55.622630 3306 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-qblpyrzf-on-pull-request-2pxp8-scan-pod of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0702 23:00:01.626427 3306 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-qblpyrzf-on-pull-request-2pxp8-show-sbom-pod of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0702 23:00:01.627248 3306 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-qblpyrzf-on-pull-request-2pxp8-show-sbom-pod of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0702 23:00:01.967255 3306 obj_retry.go:466] Detected object tssc-app-ci/affinity-assistant-c6b45cd99e-0 of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0702 23:00:01.967935 3306 obj_retry.go:466] Detected object tssc-app-ci/affinity-assistant-c6b45cd99e-0 of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0702 23:00:02.631099 3306 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-qblpyrzf-on-pull-request-2pxp8-summarize-pod of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0702 23:00:02.631755 3306 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-qblpyrzf-on-pull-request-2pxp8-summarize-pod of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0702 23:00:02.768644 3306 obj_retry.go:460] Detected object tssc-app-ci/affinity-assistant-c6b45cd99e-0 of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0702 23:00:02.768674 3306 obj_retry.go:460] Detected object tssc-app-ci/affinity-assistant-c6b45cd99e-0 of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0702 23:00:02.771467 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-app-ci/affinity-assistant-c6b45cd99e-0 I0702 23:00:02.771556 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod tssc-app-ci/affinity-assistant-c6b45cd99e-0 I0702 23:00:04.024701 3306 obj_retry.go:466] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29717220-48crs of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0702 23:00:04.025756 3306 obj_retry.go:466] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29717220-48crs of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0702 23:00:04.859939 3306 obj_retry.go:460] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29717220-48crs of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0702 23:00:04.859964 3306 obj_retry.go:460] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29717220-48crs of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0702 23:00:14.631526 3306 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0702 23:00:14.631608 3306 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0702 23:00:40.185936 3306 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-qblpyrzf-on-push-kqz6k-clone-repository-pod of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0702 23:00:40.186602 3306 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-qblpyrzf-on-push-kqz6k-clone-repository-pod of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0702 23:00:44.652007 3306 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0702 23:00:44.652099 3306 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0702 23:00:52.046697 3306 reflector.go:871] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.NetworkPolicy total 11 items received I0702 23:00:54.161375 3306 reflector.go:871] sigs.k8s.io/network-policy-api/pkg/client/informers/externalversions/factory.go:141: Watch close - *v1alpha1.AdminNetworkPolicy total 5 items received I0702 23:01:14.666686 3306 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0702 23:01:14.666746 3306 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0702 23:01:30.051022 3306 reflector.go:871] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Service total 19 items received I0702 23:01:44.685629 3306 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0702 23:01:44.685690 3306 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} E0702 23:01:59.017726 3306 metrics.go:176] Failed to get the logfile size for .: stat : no such file or directory I0702 23:01:59.617658 3306 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-qblpyrzf-on-push-kqz6k-build-pod of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0702 23:01:59.618309 3306 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-qblpyrzf-on-push-kqz6k-build-pod of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it E0702 23:01:59.985074 3306 metrics.go:176] Failed to get the logfile size for .: stat : no such file or directory I0702 23:02:06.635081 3306 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-qblpyrzf-on-push-kqz6k-deploy-pod of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0702 23:02:06.635770 3306 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-qblpyrzf-on-push-kqz6k-deploy-pod of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0702 23:02:12.724989 3306 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-qblpyrzf-on-push-kqz6k-scan-pod of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0702 23:02:12.725625 3306 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-qblpyrzf-on-push-kqz6k-scan-pod of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0702 23:02:13.773258 3306 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-qblpyrzf-on-push-kqz6k-deployment-check-pod of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0702 23:02:13.773981 3306 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-qblpyrzf-on-push-kqz6k-deployment-check-pod of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0702 23:02:14.702620 3306 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0702 23:02:14.702689 3306 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0702 23:02:17.724966 3306 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-qblpyrzf-on-push-kqz6k-show-sbom-pod of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0702 23:02:17.725616 3306 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-qblpyrzf-on-push-kqz6k-show-sbom-pod of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0702 23:02:19.099244 3306 obj_retry.go:466] Detected object tssc-app-ci/affinity-assistant-cad177b623-0 of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0702 23:02:19.099942 3306 obj_retry.go:466] Detected object tssc-app-ci/affinity-assistant-cad177b623-0 of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0702 23:02:19.718952 3306 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-qblpyrzf-on-push-kqz6k-summarize-pod of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0702 23:02:19.719543 3306 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-qblpyrzf-on-push-kqz6k-summarize-pod of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0702 23:02:19.884804 3306 obj_retry.go:460] Detected object tssc-app-ci/affinity-assistant-cad177b623-0 of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0702 23:02:19.884846 3306 obj_retry.go:460] Detected object tssc-app-ci/affinity-assistant-cad177b623-0 of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0702 23:02:19.890115 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-app-ci/affinity-assistant-cad177b623-0 I0702 23:02:19.890177 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod tssc-app-ci/affinity-assistant-cad177b623-0 I0702 23:02:44.725501 3306 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0702 23:02:44.725564 3306 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0702 23:02:51.052884 3306 reflector.go:871] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.EndpointSlice total 41 items received I0702 23:02:55.165258 3306 obj_retry.go:466] Detected object tssc-app-development/e2e-tests-go-qblpyrzf-584cfcc6c7-44qf8 of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0702 23:02:55.165895 3306 obj_retry.go:466] Detected object tssc-app-development/e2e-tests-go-qblpyrzf-584cfcc6c7-44qf8 of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0702 23:02:55.787479 3306 obj_retry.go:460] Detected object tssc-app-development/e2e-tests-go-qblpyrzf-584cfcc6c7-44qf8 of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0702 23:02:55.787514 3306 obj_retry.go:460] Detected object tssc-app-development/e2e-tests-go-qblpyrzf-584cfcc6c7-44qf8 of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0702 23:02:55.793698 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-app-development/e2e-tests-go-qblpyrzf-584cfcc6c7-44qf8 I0702 23:02:55.793729 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod tssc-app-development/e2e-tests-go-qblpyrzf-584cfcc6c7-44qf8 I0702 23:03:05.054137 3306 reflector.go:871] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Pod total 374 items received I0702 23:03:14.741520 3306 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0702 23:03:14.741584 3306 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0702 23:03:16.297275 3306 reflector.go:871] 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 I0702 23:03:42.188305 3306 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-q72b6ebd18c21df5746daa95af2c40d6542d2413f4ee39-pod of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0702 23:03:42.189019 3306 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-q72b6ebd18c21df5746daa95af2c40d6542d2413f4ee39-pod of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0702 23:03:44.761250 3306 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0702 23:03:44.761349 3306 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0702 23:03:47.343176 3306 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-qblpyrzf-gitop0dfbec717dc29b3f7e3f57cb9d33dce9-pod of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0702 23:03:47.343810 3306 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-qblpyrzf-gitop0dfbec717dc29b3f7e3f57cb9d33dce9-pod of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0702 23:03:52.278213 3306 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-qb72b6ebd18c2132bfc9ef134323bedf891266805eabda-pod of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0702 23:03:52.278968 3306 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-qb72b6ebd18c2132bfc9ef134323bedf891266805eabda-pod of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0702 23:03:53.729651 3306 obj_retry.go:466] Detected object tssc-app-ci/affinity-assistant-daf4d6888f-0 of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0702 23:03:53.730317 3306 obj_retry.go:466] Detected object tssc-app-ci/affinity-assistant-daf4d6888f-0 of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0702 23:03:54.257933 3306 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-qbl72b6ebd18c22b5ccd718f4f09fcbdcf6939ec9e85d7-pod of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0702 23:03:54.258570 3306 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-qbl72b6ebd18c22b5ccd718f4f09fcbdcf6939ec9e85d7-pod of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0702 23:03:54.426742 3306 obj_retry.go:460] Detected object tssc-app-ci/affinity-assistant-daf4d6888f-0 of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0702 23:03:54.426766 3306 obj_retry.go:460] Detected object tssc-app-ci/affinity-assistant-daf4d6888f-0 of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0702 23:03:54.432344 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-app-ci/affinity-assistant-daf4d6888f-0 I0702 23:03:54.432379 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod tssc-app-ci/affinity-assistant-daf4d6888f-0 I0702 23:04:14.776838 3306 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0702 23:04:14.776907 3306 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0702 23:04:37.269031 3306 reflector.go:871] github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/egressqos/v1/apis/informers/externalversions/factory.go:140: Watch close - *v1.EgressQoS total 7 items received E0702 23:04:39.998185 3306 ovn.go:423] Failed to unmarshal old node ip-10-0-0-31.ec2.internal annotation: unexpected end of JSON input I0702 23:04:39.998211 3306 master.go:495] Adding or Updating Node "ip-10-0-0-31.ec2.internal" I0702 23:04:39.998218 3306 hybrid.go:141] Removing node ip-10-0-0-31.ec2.internal hybrid overlay port I0702 23:04:44.798538 3306 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0702 23:04:44.798615 3306 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} E0702 23:04:50.413446 3306 ovn.go:423] Failed to unmarshal old node ip-10-0-0-31.ec2.internal annotation: unexpected end of JSON input I0702 23:04:50.413484 3306 master.go:495] Adding or Updating Node "ip-10-0-0-31.ec2.internal" I0702 23:04:50.413493 3306 hybrid.go:141] Removing node ip-10-0-0-31.ec2.internal hybrid overlay port I0702 23:04:58.262772 3306 reflector.go:871] 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 E0702 23:05:00.838345 3306 ovn.go:423] Failed to unmarshal old node ip-10-0-0-31.ec2.internal annotation: unexpected end of JSON input I0702 23:05:00.838374 3306 master.go:495] Adding or Updating Node "ip-10-0-0-31.ec2.internal" I0702 23:05:00.838384 3306 hybrid.go:141] Removing node ip-10-0-0-31.ec2.internal hybrid overlay port I0702 23:05:07.367367 3306 reflector.go:871] github.com/k8snetworkplumbingwg/network-attachment-definition-client/pkg/client/informers/externalversions/factory.go:117: Watch close - *v1.NetworkAttachmentDefinition total 10 items received I0702 23:05:11.258281 3306 reflector.go:871] 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 I0702 23:05:14.050004 3306 reflector.go:871] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Node total 44 items received I0702 23:05:14.819365 3306 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0702 23:05:14.819459 3306 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0702 23:05:19.274607 3306 reflector.go:871] github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/egressservice/v1/apis/informers/externalversions/factory.go:140: Watch close - *v1.EgressService total 8 items received I0702 23:05:25.053661 3306 reflector.go:871] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Namespace total 6 items received I0702 23:05:33.404910 3306 obj_retry.go:466] Detected object tssc-app-development/e2e-tests-go-dswwwrzq-df5dcc577-q22ms of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0702 23:05:33.405532 3306 obj_retry.go:466] Detected object tssc-app-development/e2e-tests-go-dswwwrzq-df5dcc577-q22ms of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0702 23:05:33.649735 3306 obj_retry.go:460] Detected object tssc-app-development/e2e-tests-go-dswwwrzq-df5dcc577-q22ms of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0702 23:05:33.649765 3306 obj_retry.go:460] Detected object tssc-app-development/e2e-tests-go-dswwwrzq-df5dcc577-q22ms of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0702 23:05:33.655140 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-app-development/e2e-tests-go-dswwwrzq-df5dcc577-q22ms I0702 23:05:33.655167 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod tssc-app-development/e2e-tests-go-dswwwrzq-df5dcc577-q22ms I0702 23:05:42.189180 3306 reflector.go:871] sigs.k8s.io/network-policy-api/pkg/client/informers/externalversions/factory.go:141: Watch close - *v1alpha1.BaselineAdminNetworkPolicy total 0 items received I0702 23:05:44.837266 3306 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0702 23:05:44.837327 3306 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0702 23:06:03.450778 3306 obj_retry.go:466] Detected object tssc-app-development/e2e-tests-go-anbpsotk-5ffb6b5884-gp29k of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0702 23:06:03.451542 3306 obj_retry.go:466] Detected object tssc-app-development/e2e-tests-go-anbpsotk-5ffb6b5884-gp29k of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0702 23:06:03.923891 3306 obj_retry.go:460] Detected object tssc-app-development/e2e-tests-go-anbpsotk-5ffb6b5884-gp29k of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0702 23:06:03.924010 3306 obj_retry.go:460] Detected object tssc-app-development/e2e-tests-go-anbpsotk-5ffb6b5884-gp29k of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0702 23:06:03.930349 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-app-development/e2e-tests-go-anbpsotk-5ffb6b5884-gp29k I0702 23:06:03.930432 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod tssc-app-development/e2e-tests-go-anbpsotk-5ffb6b5884-gp29k I0702 23:06:12.163723 3306 reflector.go:871] sigs.k8s.io/network-policy-api/pkg/client/informers/externalversions/factory.go:141: Watch close - *v1alpha1.AdminNetworkPolicy total 0 items received I0702 23:06:14.858337 3306 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0702 23:06:14.858418 3306 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0702 23:06:19.601989 3306 obj_retry.go:466] Detected object openshift-pipelines/tekton-pipelines-webhook-77f9b59d76-kwvsv of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0702 23:06:19.602687 3306 obj_retry.go:466] Detected object openshift-pipelines/tekton-pipelines-webhook-77f9b59d76-kwvsv of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0702 23:06:19.993008 3306 obj_retry.go:460] Detected object openshift-pipelines/tekton-pipelines-webhook-77f9b59d76-kwvsv of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0702 23:06:19.993036 3306 obj_retry.go:460] Detected object openshift-pipelines/tekton-pipelines-webhook-77f9b59d76-kwvsv of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0702 23:06:19.996100 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-pipelines/tekton-pipelines-webhook-77f9b59d76-kwvsv I0702 23:06:19.996129 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod openshift-pipelines/tekton-pipelines-webhook-77f9b59d76-kwvsv I0702 23:06:21.408358 3306 reflector.go:871] 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 I0702 23:06:37.378260 3306 reflector.go:871] 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 I0702 23:06:44.874371 3306 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0702 23:06:44.874457 3306 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} E0702 23:06:59.017976 3306 metrics.go:176] Failed to get the logfile size for .: stat : no such file or directory E0702 23:06:59.985053 3306 metrics.go:176] Failed to get the logfile size for .: stat : no such file or directory W0702 23:07:04.995568 3306 ovnkube_controller.go:1304] Config duration recorder: measurement expired for pod/tssc-tas/rekor-createtree-job-jr8nt-d4jh8 I0702 23:07:14.897390 3306 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0702 23:07:14.897449 3306 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0702 23:07:44.923288 3306 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0702 23:07:44.923354 3306 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} E0702 23:08:03.512954 3306 ovn.go:423] Failed to unmarshal old node ip-10-0-0-31.ec2.internal annotation: unexpected end of JSON input I0702 23:08:03.512985 3306 master.go:495] Adding or Updating Node "ip-10-0-0-31.ec2.internal" I0702 23:08:03.512993 3306 hybrid.go:141] Removing node ip-10-0-0-31.ec2.internal hybrid overlay port E0702 23:08:13.827641 3306 ovn.go:423] Failed to unmarshal old node ip-10-0-0-31.ec2.internal annotation: unexpected end of JSON input I0702 23:08:13.827675 3306 master.go:495] Adding or Updating Node "ip-10-0-0-31.ec2.internal" I0702 23:08:13.827685 3306 hybrid.go:141] Removing node ip-10-0-0-31.ec2.internal hybrid overlay port I0702 23:08:14.946426 3306 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0702 23:08:14.946481 3306 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0702 23:08:32.054630 3306 reflector.go:871] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Service total 7 items received I0702 23:08:43.057145 3306 reflector.go:871] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Pod total 89 items received E0702 23:08:44.422428 3306 ovn.go:423] Failed to unmarshal old node ip-10-0-0-31.ec2.internal annotation: unexpected end of JSON input I0702 23:08:44.422514 3306 master.go:495] Adding or Updating Node "ip-10-0-0-31.ec2.internal" I0702 23:08:44.422529 3306 hybrid.go:141] Removing node ip-10-0-0-31.ec2.internal hybrid overlay port I0702 23:08:44.961419 3306 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0702 23:08:44.961475 3306 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0702 23:08:50.055312 3306 reflector.go:871] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.EndpointSlice total 19 items received E0702 23:08:54.646562 3306 ovn.go:423] Failed to unmarshal old node ip-10-0-0-31.ec2.internal annotation: unexpected end of JSON input I0702 23:08:54.646602 3306 master.go:495] Adding or Updating Node "ip-10-0-0-31.ec2.internal" I0702 23:08:54.646612 3306 hybrid.go:141] Removing node ip-10-0-0-31.ec2.internal hybrid overlay port I0702 23:09:06.049248 3306 reflector.go:871] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.NetworkPolicy total 10 items received I0702 23:09:10.046595 3306 obj_retry.go:466] Detected object tssc-app-stage/e2e-tests-go-anbpsotk-5ffb6b5884-z52c7 of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0702 23:09:10.047353 3306 obj_retry.go:466] Detected object tssc-app-stage/e2e-tests-go-anbpsotk-5ffb6b5884-z52c7 of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0702 23:09:10.810558 3306 obj_retry.go:460] Detected object tssc-app-stage/e2e-tests-go-anbpsotk-5ffb6b5884-z52c7 of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0702 23:09:10.810586 3306 obj_retry.go:460] Detected object tssc-app-stage/e2e-tests-go-anbpsotk-5ffb6b5884-z52c7 of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0702 23:09:10.815804 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-app-stage/e2e-tests-go-anbpsotk-5ffb6b5884-z52c7 I0702 23:09:10.815858 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod tssc-app-stage/e2e-tests-go-anbpsotk-5ffb6b5884-z52c7 I0702 23:09:14.988647 3306 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0702 23:09:14.988706 3306 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} E0702 23:09:15.095013 3306 ovn.go:423] Failed to unmarshal old node ip-10-0-0-31.ec2.internal annotation: unexpected end of JSON input I0702 23:09:15.095040 3306 master.go:495] Adding or Updating Node "ip-10-0-0-31.ec2.internal" I0702 23:09:15.095048 3306 hybrid.go:141] Removing node ip-10-0-0-31.ec2.internal hybrid overlay port E0702 23:09:25.331238 3306 ovn.go:423] Failed to unmarshal old node ip-10-0-0-31.ec2.internal annotation: unexpected end of JSON input I0702 23:09:25.331272 3306 master.go:495] Adding or Updating Node "ip-10-0-0-31.ec2.internal" I0702 23:09:25.331282 3306 hybrid.go:141] Removing node ip-10-0-0-31.ec2.internal hybrid overlay port I0702 23:09:45.007868 3306 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0702 23:09:45.007934 3306 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0702 23:10:04.253931 3306 obj_retry.go:466] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29717230-82nzd of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0702 23:10:04.254622 3306 obj_retry.go:466] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29717230-82nzd of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0702 23:10:04.881664 3306 obj_retry.go:460] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29717230-82nzd of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0702 23:10:04.881691 3306 obj_retry.go:460] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29717230-82nzd of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0702 23:10:04.911484 3306 obj_retry.go:460] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29717200-nsbj2 of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0702 23:10:04.911525 3306 obj_retry.go:460] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29717200-nsbj2 of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0702 23:10:04.921419 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-backplane/osd-delete-backplane-serviceaccounts-29717200-nsbj2 I0702 23:10:04.921509 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod openshift-backplane/osd-delete-backplane-serviceaccounts-29717200-nsbj2 I0702 23:10:15.035200 3306 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0702 23:10:15.035265 3306 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0702 23:10:30.299900 3306 reflector.go:871] 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 I0702 23:10:45.055357 3306 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0702 23:10:45.055417 3306 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0702 23:10:56.272038 3306 reflector.go:871] 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 I0702 23:11:15.080138 3306 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0702 23:11:15.080199 3306 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0702 23:11:30.265253 3306 reflector.go:871] github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/egressfirewall/v1/apis/informers/externalversions/factory.go:140: Watch close - *v1.EgressFirewall total 7 items received I0702 23:11:45.103042 3306 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0702 23:11:45.103140 3306 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} E0702 23:11:59.018108 3306 metrics.go:176] Failed to get the logfile size for .: stat : no such file or directory E0702 23:11:59.985308 3306 metrics.go:176] Failed to get the logfile size for .: stat : no such file or directory I0702 23:12:07.166098 3306 reflector.go:871] sigs.k8s.io/network-policy-api/pkg/client/informers/externalversions/factory.go:141: Watch close - *v1alpha1.AdminNetworkPolicy total 6 items received I0702 23:12:15.124558 3306 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0702 23:12:15.124616 3306 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0702 23:12:20.277543 3306 reflector.go:871] 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 I0702 23:12:26.191557 3306 reflector.go:871] sigs.k8s.io/network-policy-api/pkg/client/informers/externalversions/factory.go:141: Watch close - *v1alpha1.BaselineAdminNetworkPolicy total 6 items received I0702 23:12:40.248556 3306 obj_retry.go:466] Detected object tssc-app-prod/e2e-tests-go-anbpsotk-5ffb6b5884-gx8sv of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0702 23:12:40.249277 3306 obj_retry.go:466] Detected object tssc-app-prod/e2e-tests-go-anbpsotk-5ffb6b5884-gx8sv of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0702 23:12:40.461891 3306 obj_retry.go:460] Detected object tssc-app-prod/e2e-tests-go-anbpsotk-5ffb6b5884-gx8sv of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0702 23:12:40.461916 3306 obj_retry.go:460] Detected object tssc-app-prod/e2e-tests-go-anbpsotk-5ffb6b5884-gx8sv of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0702 23:12:40.468963 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-app-prod/e2e-tests-go-anbpsotk-5ffb6b5884-gx8sv I0702 23:12:40.468996 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod tssc-app-prod/e2e-tests-go-anbpsotk-5ffb6b5884-gx8sv I0702 23:12:45.143308 3306 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0702 23:12:45.143368 3306 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0}